:root {
  --ink: #102834;
  --ink-deep: #091b24;
  --ink-soft: #294351;
  --sky: #06bce7;
  --blue: #0878d5;
  --ice: #b3d8ee;
  --yellow: #f5dc57;
  --green: #56c979;
  --white: #f8fcff;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink-deep);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink-deep);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.coming-soon-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(22, 108, 140, 0.2), transparent 37%),
    linear-gradient(145deg, #0b202a 0%, #102b37 48%, #081922 100%);
}

.coming-soon-shell::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(179, 216, 238, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(179, 216, 238, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
  content: "";
}

.topbar {
  z-index: 5;
  display: flex;
  width: min(100% - 64px, 1280px);
  margin: 0 auto;
  padding: 34px 0 20px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
}

.language-switcher button:focus-visible {
  box-shadow: 0 0 0 3px rgba(245, 220, 87, 0.75);
}

.brand img {
  display: block;
  width: clamp(210px, 20vw, 285px);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.2));
}

.language-switcher {
  display: flex;
  height: 44px;
  padding: 5px 8px;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(179, 216, 238, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 34px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.language-switcher button {
  width: 42px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 252, 255, 0.56);
  cursor: pointer;
  font: 19px/1 "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  letter-spacing: 0;
  outline: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.language-switcher button:hover {
  color: var(--white);
}

.language-switcher button.active {
  background: linear-gradient(135deg, var(--sky), var(--blue));
  color: #fff;
  box-shadow: 0 7px 18px rgba(0, 150, 216, 0.32);
}

.language-switcher button:active {
  transform: scale(0.96);
}

.separator {
  width: 1px;
  height: 14px;
  background: rgba(179, 216, 238, 0.18);
}

.globe {
  position: relative;
  width: 17px;
  height: 17px;
  margin: 0 3px;
  border: 1.5px solid rgba(179, 216, 238, 0.65);
  border-radius: 50%;
}

.globe::before,
.globe::after,
.globe span {
  position: absolute;
  content: "";
}

.globe::before {
  inset: 3px -1.5px;
  border-top: 1px solid rgba(179, 216, 238, 0.55);
  border-bottom: 1px solid rgba(179, 216, 238, 0.55);
}

.globe::after {
  inset: -1.5px 4px;
  border-right: 1px solid rgba(179, 216, 238, 0.55);
  border-left: 1px solid rgba(179, 216, 238, 0.55);
  border-radius: 50%;
}

.hero {
  z-index: 2;
  display: flex;
  width: min(100% - 40px, 940px);
  margin: 0 auto;
  padding: clamp(52px, 7vh, 96px) 0 clamp(54px, 8vh, 100px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  animation: content-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eyebrow {
  display: inline-flex;
  padding: 9px 15px 9px 11px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(179, 216, 238, 0.16);
  border-radius: 999px;
  background: rgba(179, 216, 238, 0.065);
  color: rgba(228, 245, 252, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(86, 201, 121, 0.1), 0 0 16px rgba(86, 201, 121, 0.7);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero h1 {
  max-width: 900px;
  margin: 25px 0 20px;
  color: var(--white);
  font-size: clamp(48px, 7.5vw, 92px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 6px auto 0;
  background: linear-gradient(90deg, #65e1f2 3%, #17bce6 42%, #4c9de9 70%, #f5dc57 100%);
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 12px 30px rgba(8, 120, 213, 0.16));
}

.hero h1 .title-before {
  display: block;
  width: auto;
  margin: 0;
  background: none;
  color: var(--white);
  filter: none;
}

.description {
  max-width: 650px;
  margin: 0;
  color: rgba(221, 239, 247, 0.67);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.7;
  text-wrap: balance;
}

.services {
  display: inline-flex;
  margin-top: 31px;
  padding: 9px 16px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(179, 216, 238, 0.15);
  border-radius: 999px;
  background: rgba(8, 27, 36, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.service-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(242, 249, 252, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-divider {
  width: 1px;
  height: 20px;
  background: rgba(179, 216, 238, 0.16);
}

.sparkle-icon {
  color: #74ddf0;
  font-size: 17px;
  line-height: 1;
}

.roller-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 16px;
}

.roller-icon::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--yellow), #fff0a1);
  content: "";
}

.roller-icon::after {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #c9e7f3;
  transform: rotate(15deg);
  transform-origin: top center;
  content: "";
}

.roller-icon i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #c9e7f3;
  transform: rotate(-6deg);
}

.status-block {
  width: min(100%, 430px);
  margin-top: 48px;
}

.status-line {
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(179, 216, 238, 0.11);
}

.status-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sky), var(--blue), var(--yellow));
  box-shadow: 0 0 16px rgba(6, 188, 231, 0.5);
  animation: progress-glow 4s ease-in-out infinite alternate;
}

.status-block p {
  margin: 13px 0 0;
  color: rgba(179, 216, 238, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer {
  z-index: 4;
  display: flex;
  width: min(100% - 64px, 1280px);
  margin: 0 auto;
  padding: 20px 0 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(179, 216, 238, 0.38);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: 0.65;
}

.ambient {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  top: -20vw;
  right: -17vw;
  width: 50vw;
  height: 50vw;
  border: 1px solid rgba(6, 188, 231, 0.09);
  background: radial-gradient(circle, rgba(6, 188, 231, 0.12), transparent 66%);
  box-shadow: inset 0 0 90px rgba(8, 120, 213, 0.05);
  animation: drift-one 12s ease-in-out infinite alternate;
}

.ambient-two {
  bottom: -22vw;
  left: -14vw;
  width: 44vw;
  height: 44vw;
  background: radial-gradient(circle, rgba(86, 201, 121, 0.06), transparent 69%);
  animation: drift-two 10s ease-in-out infinite alternate;
}

.paint-stroke {
  position: absolute;
  z-index: -1;
  height: 2px;
  border-radius: 50%;
  opacity: 0.6;
  pointer-events: none;
}

.paint-stroke-one {
  top: 22%;
  left: -5%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(6, 188, 231, 0.45), transparent);
  transform: rotate(-24deg);
  box-shadow: 0 0 24px rgba(6, 188, 231, 0.2), 0 10px 0 rgba(179, 216, 238, 0.025);
}

.paint-stroke-two {
  right: -6%;
  bottom: 24%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(245, 220, 87, 0.32), transparent);
  transform: rotate(-24deg);
  box-shadow: 0 0 20px rgba(245, 220, 87, 0.13), 0 -9px 0 rgba(86, 201, 121, 0.025);
}

.noise {
  position: absolute;
  z-index: 20;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
}

@keyframes content-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes progress-glow {
  from { width: 36%; }
  to { width: 62%; }
}

@keyframes drift-one {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-2vw, 2vw, 0) scale(1.04); }
}

@keyframes drift-two {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(2vw, -1vw, 0); }
}

@media (max-width: 700px) {
  .topbar,
  .footer {
    width: min(100% - 36px, 1280px);
  }

  .topbar {
    padding-top: 22px;
  }

  .brand img {
    width: 176px;
  }

  .language-switcher {
    height: 40px;
    padding: 4px 6px;
  }

  .language-switcher button {
    width: 34px;
    height: 30px;
  }

  .globe,
  .separator {
    display: none;
  }

  .hero {
    width: min(100% - 34px, 940px);
    padding-top: 36px;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 9px;
    letter-spacing: 0.11em;
    text-align: left;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(46px, 14vw, 64px);
    letter-spacing: -0.06em;
  }

  .description {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.65;
  }

  .services {
    margin-top: 27px;
    gap: 10px;
  }

  .service-pill {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .status-block {
    margin-top: 40px;
  }

  .footer {
    padding-bottom: 22px;
    flex-wrap: wrap;
    font-size: 8px;
  }
}

@media (max-height: 720px) and (min-width: 701px) {
  .topbar {
    padding-top: 22px;
  }

  .hero {
    padding: 28px 0 38px;
  }

  .hero h1 {
    font-size: clamp(50px, 7vw, 72px);
  }

  .status-block {
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
