/* ── Reset ── */
html {
  height: -webkit-fill-available;
  height: 100%;
}

body {
  height: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.svgrelative {
  position: relative;
}

/* ── Fixed header logo ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 10px 16px;
}

.site-logo img {
  height: clamp(120px, 14vh, 200px);
  width: auto;
  display: block;
}

/* ── Full-page flex column ── */
.page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
  /* top padding clears the fixed logo; bottom has breathing room */
  padding: clamp(72px, 12vh, 140px) clamp(12px, 4vw, 24px) clamp(14px, 2.5vh, 28px);
  gap: clamp(6px, 1.5vh, 16px);
}

.svg-logo-wall {
  pointer-events: none;
}

/* ── SVG animation wrapper ── */
.mainimagewrapper {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainimagewrapper svg {
  width: 100%;
  max-width: 560px;
  height: auto;
  max-height: 46vh;
  overflow: hidden;
}

/* ── Coming Soon heading ── */
.coming-soon {
  font-family: 'Futura New', sans-serif;
  font-size: clamp(22px, 5vw, 52px);
  font-weight: 900;
  color: #0D2E6E;
  letter-spacing: clamp(3px, 1vw, 10px);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  animation: comingSoonGlow 3s ease-in-out infinite;
}

@keyframes comingSoonGlow {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 0px rgba(26,86,219,0);
  }
  50% {
    opacity: 0.85;
    text-shadow: 0 0 18px rgba(26,86,219,0.45);
  }
}

  #XMLID_8953_ {
	transform-origin: 224px 139px;
	animation: 1s womanHlebalo infinite alternate ease-in-out;
  }

  #XMLID_8566_ {
	transform-origin: 211px 155px;
	animation: 1.5s womanMapHand infinite alternate ease-in-out;
  }

  #XMLID_9961_ {
	transform-origin: 226.30294799804688px 157.3000030517578px;
	animation: 1s womanPointHand infinite alternate ease-in-out;
  }

  #XMLID_1691_ {
	transform-origin: 483.5px 127.30000305175781px;
	animation: 1s painterTool infinite alternate ease-in-out;
  }

  #XMLID_1510_ {
	transform-origin: 424.3625183105469px 270.3000183105469px;
	animation: 1s painterTorso infinite alternate ease-in-out;
  }

  #XMLID_327_,
  #XMLID_1737_,
  #XMLID_1678_ {
	transform-origin: 155.88100677490235px 134.64999771118164px;
	animation: 1s painterRhand infinite alternate ease-in-out;
  }

  #XMLID_3327_ {
		transform-origin: 594.368225px 149.800003px;
	animation: 2s hammerWorkerleft infinite alternate ease-in-out;
  }

  #XMLID_1819_ {
	transform-origin: 560.059998px 153.600006px;
	animation: 2s hammerWorkerHandAndHammer infinite alternate ease-in-out;
  }

  #XMLID_2191_ {
	transform-origin: 614.362548828125px 201.1999969482422px;
	animation: 2s hammerWorkerTorso infinite alternate ease-in-out;
  }

  #worker2_level {
	transform-origin: 333px 143px;
	animation: 1s levelMove infinite alternate ease-in-out;
  }

  #worker4_hammer {
	transform-origin: 608.4356079101562px 173.29998779296875px;
	animation: 2s hammerHit infinite alternate ease-in-out;
  }



  @keyframes womanHlebalo {
	0% {
	  transform: scale(1, 1)
	}
	20% {
	  transform: scale(0.9, 0.2)
	}
	40% {
	  transform: scale(1.05, 1)
	}
	80% {
	  transform: scale(0.95, 0.2)
	}
	100% {
	  transform: scale(1.05, 1)
	}
  }

  @keyframes womanMapHand {
	0% {
	  transform: scale(1, 1) rotateZ(-28deg)
	}
	20% {
	  transform: scale(0.99, 1) rotateZ(0deg)
	}
	40% {
	  transform: scale(1.01, 1) rotateZ(-48deg)
	}
	80% {
	  transform: scale(0.98, 1) rotateZ(0deg)
	}
	100% {
	  transform: scale(1.01, 1) rotateZ(-28deg)
	}
  }

  @keyframes womanPointHand {
	0% {
	  transform: scale(1, 1)
	}
	20% {
	  transform: scale(0.9, 1)
	}
	40% {
	  transform: scale(1.05, 1)
	}
	80% {
	  transform: scale(0.95, 1)
	}
	100% {
	  transform: scale(1.05, 1)
	}
  }

  @keyframes painterTorso {
	0% {
	  transform: scaleY(1)
	}
	20% {
	  transform: scaleY(0.98)
	}
	40% {
	  transform: scaleY(0.99)
	}
	80% {
	  transform: scaleY(1.01)
	}
	100% {
	  transform: scaleY(1)
	}
  }

  @keyframes painterTool {
	0% {
	  transform: translateY(0)
	}
	20% {
	  transform: translateY(4px)
	}
	40% {
	  transform: translateY(2px)
	}
	80% {
	  transform: translateY(-2px)
	}
	100% {
	  transform: translateY(1px)
	}
  }

  @keyframes painterRhand {
	0% {
	  transform: translateY(0)
	}
	20% {
	  transform: translateY(4px)
	}
	40% {
	  transform: translateY(2px)
	}
	80% {
	  transform: translateY(-2px)
	}
	100% {
	  transform: translateY(1px)
	}
  }

  @keyframes hammerWorkerleft {
	0% {
	  transform: translate(-7px, -2px) rotateZ(-29deg) scaleX(0.99);
	}
	20% {
	  transform: translate(-7px, -2px) rotateZ(-29deg) scaleX(0.98);
	}
	40% {
	  transform: translate(-7px, -2px) rotateZ(-29deg) scaleX(0.99);
	}
	80% {
	  transform: translate(-7px, -2px) rotateZ(-29deg) scaleX(0.98);
	}
	100% {
	  transform: translate(-7px, -2px) rotateZ(-29deg) scaleX(0.99);
	}
  }

  @keyframes hammerWorkerHandAndHammer {
	0% {
	  transform: rotateZ(0deg);
	}
	25% {
	  transform: rotateZ(0deg);
	}
	50% {
	  transform: rotateZ(0deg);
	}
	80% {
	  transform: rotateZ(-30deg);
	}
	100% {
	  transform: rotateZ(0deg);
	}
  }

  @keyframes levelMove {
	0% {
	  transform: rotateZ(-2deg);
	}
	50% {
	  transform: rotateZ(0deg);
	}
	100% {
	  transform: rotateZ(2deg);
	}
  }

  @keyframes hammerWorkerTorso {
	0% {
	  transform: translateY(0px) translateX(0px) rotateZ(2deg);
	}
	25% {
	  transform: translateY(0px) translateX(0px) rotateZ(0deg);
	}
	50% {
	  transform: translateY(0px) translateX(0px) rotateZ(1deg);
	}
	80% {
	  transform: translateY(0px) translateX(0px) rotateZ(-7deg);
	}
	100% {
	  transform: translateY(0px) translateX(0px) rotateZ(1deg);
	}
  }

  @keyframes hammerHit {
	0% {
	  transform: translateY(1px) translateX(3px) rotateZ(0deg);
	}
	25% {
	  transform: translateY(1px) translateX(1px) rotateZ(20deg);
	}
	50% {
	  transform: translateY(1px) translateX(-1px) rotateZ(6deg);
	}
	80% {
	  transform: translateY(1px) translateX(-1px) rotateZ(-20deg);
	}
	100% {
	  transform: translateY(1px) translateX(-1px) rotateZ(10deg);
	}
  }
</style>
<style>
  .mtssectionproblems {
	height: 100vh;
	display: flex;
  }

  .mtssectionproblems .container {
	justify-content: center;
	align-items: center;
	display: flex;
  }

  .mtssectionproblems .mtslogowrapper {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 9%;
  }

  .mtssectionproblems .problemheading {
	font-family: 'Futura New';
	font-size: 44px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
	margin-top: 2%;
	margin-bottom: 25px;
  }

  .problemphone {
	margin-bottom: 15%;
  }

  .probwrapper {
	width: 100%;
  }

  .mainimagewrapper svg {
	width: 100%;
	max-width: 560px;
	height: auto;
	max-height: 46vh;
	overflow: hidden;
  }

  .mtssectionproblems .problemphone a {
	font-family: 'Futura New';
	font-size: 30px;
	letter-spacing: -1px;
	text-align: left;
	color: #000;
	text-decoration: none;
  }

  .mtssectionproblems .problemphone p {
	font-size: 16px;
	color: #aaa;
  }

  .mtssectionproblems .mts2-footer__soc-icons {
	margin-right: 30px;
  }

  .mtssectionproblems .vk,
  .mtssectionproblems .tw,
  .mtssectionproblems .fb,
  .mtssectionproblems .insta,
  .mtssectionproblems .ok {
	fill: #EA212E;
	transition: 300ms all ease;
  }

  .mtssectionproblems .vk:hover,
  .mtssectionproblems .tw:hover,
  .mtssectionproblems .fb:hover,
  .mtssectionproblems .insta:hover,
  .mtssectionproblems .ok:hover {
	fill: #c30d14;
  }

  @media (min-width: 1200px) {
	.mtssectionproblems .container {
	  max-width: 1290px;
	}
  }

@media (max-width: 1200px) {
.problemphone {
margin-bottom: 4%;
}
}

  @media (max-width: 900px) {
	.probwrapper {
	  padding: 0 6px;
	  text-align: center;
	}
	.mtssectionproblems .problemphone a {
  font-size: 28px;
}


	.mts2-footer__soc-block.d-flex.align-items-center {
	  justify-content: center;
	}
	.mtssectionproblems .mtslogowrapper {
	  width: 100%;
	  text-align: center;
	  display: block;
	  margin-bottom: 0%;
	}
	.problemphone {
	  margin-bottom: 3%;
	}
	.mtssectionproblems .mtslogowrapper svg {
	  width: 70%;
	}
	.mainimagewrapper svg {
	  width: 100%;
	  max-width: 480px;
	  height: auto;
	  max-height: 40vh;
	  overflow: hidden;
	}
	.mtssectionproblems .mts2-footer__soc-icons {
	  margin-right: 10px;
	}
	.mtssectionproblems .problemheading {
	  font-family: 'Futura New';
	  font-size: 23px;
	  font-weight: bold;
	  line-height: 27px;
	  letter-spacing: 0px;
	  text-align: center;
	  color: #000;
	  margin-top: 2%;
	  margin-bottom: 25px;
	}
  }

/* ── Contact Bar ── */
.contact-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 3vw, 48px);
  padding: clamp(9px, 1.4vh, 18px) clamp(16px, 3vw, 32px);
  background: transparent;
  border-radius: 14px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  animation: contactBarFadeIn 1s ease both;
  flex-shrink: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0D2E6E;
  text-decoration: none;
  font-family: 'Futura New', sans-serif;
  font-size: clamp(12px, 1.4vw, 17px);
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: transform 200ms ease, color 200ms ease;
  animation: contactSlideUp 0.8s ease both;
}

.contact-email {
  animation-delay: 0.2s;
}

.contact-phone {
  animation-delay: 0.45s;
}

.contact-item:hover {
  transform: translateY(-3px);
  color: #1A56DB;
}

.contact-icon {
  font-size: 20px;
  animation: iconPulse 2.4s ease-in-out infinite;
  display: inline-block;
  color: #1A56DB;
}

.contact-email .contact-icon {
  animation-delay: 0s;
}

.contact-phone .contact-icon {
  animation-delay: 1.2s;
}

@keyframes contactBarFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactSlideUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.7;
  }
}

/* ── Coming Soon letter-scatter ── */
.cs-letter {
  display: inline-block;
}

/* scatter: letters fly off like released balls */
.coming-soon.is-scattering .cs-right {
  animation: ballRollRight 0.85s ease-in forwards;
  animation-delay: calc(var(--i) * 55ms);
}

.coming-soon.is-scattering .cs-left {
  animation: ballRollLeft 0.85s ease-in forwards;
  animation-delay: calc(var(--i) * 55ms);
}

/* assemble: letters pop back in */
.coming-soon.is-assembling .cs-letter:not(.cs-space) {
  opacity: 0;
  animation: ballAssemble 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--i) * 38ms);
}

@keyframes ballRollRight {
  0%   { transform: translate(0, 0) rotate(0deg);       opacity: 1; }
  10%  { opacity: 1; }
  100% { transform: translate(24vw, 55vh) rotate(500deg); opacity: 0; }
}

@keyframes ballRollLeft {
  0%   { transform: translate(0, 0) rotate(0deg);         opacity: 1; }
  10%  { opacity: 1; }
  100% { transform: translate(-24vw, 55vh) rotate(-500deg); opacity: 0; }
}

@keyframes ballAssemble {
  0%   { transform: scale(0.5) translateY(-10px); opacity: 0; }
  70%  { opacity: 1; }
  100% { transform: scale(1) translateY(0);        opacity: 1; }
}

/* ── Tablet (≤768px) ── */
@media (max-width: 768px) {
  .mainimagewrapper svg {
    max-width: 100%;
    max-height: 44vh;
  }

  .contact-item {
    font-size: clamp(14px, 2.2vw, 17px);
  }
}

/* ── Phone (≤480px) ── */
@media (max-width: 480px) {
  .site-logo img {
    height: 160px;
  }

  .page-wrapper {
    /* 100svh = visible viewport only (excludes browser chrome) */
    height: 100vh;
    height: 100svh;
    /* top pad clears the fixed logo; bottom pad gives breathing room */
    padding: 178px 14px 18px;
    gap: 0;
    /* space-between: SVG anchors to top, contact anchors to bottom */
    justify-content: space-between;
    overflow: hidden;
  }

  /* Stop the wrapper stretching — let the SVG define its own size */
  .mainimagewrapper {
    flex: 0 0 auto;
    width: 100%;
  }

  .mainimagewrapper svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: 50svh;    /* never taller than half the visible screen */
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .coming-soon {
    font-size: clamp(26px, 7.5vw, 38px);
    letter-spacing: 4px;
    flex-shrink: 0;
  }

  .contact-bar {
    flex-direction: column;
    gap: 10px;
    padding: 8px 16px;
    flex-shrink: 0;
  }

  .contact-item {
    font-size: 16px;
    gap: 10px;
  }

  .contact-icon {
    font-size: 20px;
  }
}

/* ── Small phone (≤360px) ── */
@media (max-width: 360px) {
  .site-logo img {
    height: 130px;
  }

  .page-wrapper {
    padding: 150px 12px 14px;
  }

  .mainimagewrapper svg {
    max-height: 44svh;
  }

  .coming-soon {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .contact-item {
    font-size: 14px;
  }
}

/* ── Landscape phone (short viewport) ── */
@media (max-height: 480px) {
  .site-logo img {
    height: 36px;
  }

  .page-wrapper {
    height: 100vh;
    height: 100svh;
    padding: 50px 16px 8px;
    gap: 0;
    justify-content: space-between;
    overflow: hidden;
  }

  .mainimagewrapper {
    flex: 0 0 auto;
  }

  .mainimagewrapper svg {
    max-height: 52svh;
  }

  .coming-soon {
    font-size: clamp(14px, 4vw, 22px);
    letter-spacing: 2px;
  }

  .contact-bar {
    flex-direction: row;
    gap: 20px;
    padding: 4px 16px;
  }

  .contact-item {
    font-size: 13px;
  }

  .contact-icon {
    font-size: 14px;
  }
}