:root {
  --black: #030302;
  --charcoal: #090a06;
  --ink: #fffaf0;
  --muted: #f3dcb8;
  --orange: #ff8a00;
  --orange-deep: #ff4d00;
  --gold: #ffd35a;
  --leaf: #82d524;
  --leaf-deep: #1f6f16;
  --water: #92f0ff;
  --glass: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 211, 90, 0.28);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
  --pointer-x: 50%;
  --pointer-y: 45%;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--black);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--black);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.coming-soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 3, 2, 0.2), rgba(3, 3, 2, 0.92) 72%),
    radial-gradient(circle at 15% 22%, rgba(255, 138, 0, 0.34), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(130, 213, 36, 0.28), transparent 24%),
    radial-gradient(circle at 72% 78%, rgba(146, 240, 255, 0.2), transparent 28%),
    linear-gradient(140deg, #080a04 0%, #160b02 46%, #050601 100%);
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(circle at 50% 38%, #000 0 48%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 38%, #000 0 48%, transparent 78%);
}

.coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.12), transparent 16%),
    radial-gradient(ellipse at 50% 102%, rgba(255, 138, 0, 0.24), transparent 50%),
    repeating-linear-gradient(
      112deg,
      transparent 0 20px,
      rgba(255, 255, 255, 0.045) 20px 22px
    );
  opacity: 0.72;
}

.ambient,
.ambient span {
  position: absolute;
  pointer-events: none;
}

.ambient {
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.shine {
  width: 45vw;
  height: 45vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.62;
  mix-blend-mode: screen;
  animation: float-glow 8s ease-in-out infinite;
}

.shine-one {
  left: -18vw;
  top: 4vh;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.7), transparent 62%);
}

.shine-two {
  right: -15vw;
  top: -14vh;
  background: radial-gradient(circle, rgba(130, 213, 36, 0.55), transparent 62%);
  animation-delay: -2.6s;
}

.shine-three {
  right: 8vw;
  bottom: -24vh;
  background: radial-gradient(circle, rgba(146, 240, 255, 0.32), transparent 66%);
  animation-delay: -5.2s;
}

.bubble {
  width: var(--size, 84px);
  height: var(--size, 84px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.86) 0 7%, transparent 8%),
    radial-gradient(circle at 60% 68%, rgba(146, 240, 255, 0.16), transparent 45%);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.18),
    0 0 28px rgba(146, 240, 255, 0.18);
  opacity: 0.62;
  animation: drift-up var(--speed, 11s) ease-in-out infinite;
}

.bubble-one {
  --size: 92px;
  --speed: 13s;
  left: 8%;
  bottom: -12%;
}

.bubble-two {
  --size: 54px;
  --speed: 10s;
  left: 35%;
  bottom: -8%;
  animation-delay: -4s;
}

.bubble-three {
  --size: 116px;
  --speed: 15s;
  right: 7%;
  bottom: -14%;
  animation-delay: -7s;
}

.bubble-four {
  --size: 42px;
  --speed: 9s;
  right: 24%;
  bottom: -8%;
  animation-delay: -2s;
}

.bubble-five {
  --size: 72px;
  --speed: 12s;
  left: 20%;
  bottom: -10%;
  animation-delay: -8s;
}

.leaf {
  width: 180px;
  height: 70px;
  border-radius: 100% 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(135deg, var(--leaf), var(--leaf-deep));
  box-shadow:
    inset 18px -8px 0 rgba(31, 111, 22, 0.35),
    0 22px 44px rgba(0, 0, 0, 0.32);
  opacity: 0.62;
  transform: rotate(var(--rotate, -20deg));
}

.leaf::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.44);
  transform: rotate(-8deg);
}

.leaf-one {
  --rotate: -24deg;
  left: 7%;
  top: 16%;
}

.leaf-two {
  --rotate: 156deg;
  right: 8%;
  bottom: 18%;
}

.water-ribbon {
  left: -8%;
  right: -8%;
  bottom: 0;
  height: 26%;
  background:
    linear-gradient(180deg, transparent, rgba(146, 240, 255, 0.14)),
    repeating-linear-gradient(
      105deg,
      rgba(146, 240, 255, 0.2) 0 2px,
      transparent 2px 22px
    );
  transform: skewY(-2deg);
  animation: water-slide 7s linear infinite;
}

.topbar {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 4;
  width: min(1580px, calc(100% - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateX(-50%);
}

.brand-pill,
.language-toggle {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 211, 90, 0.34);
  border-radius: 999px;
  background: rgba(8, 10, 4, 0.62);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.brand-pill {
  gap: 10px;
  padding: 0 16px;
  color: #fff9e8;
  font-weight: 900;
}

.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  box-shadow: 0 0 18px rgba(255, 138, 0, 0.76);
}

.language-toggle {
  gap: 10px;
  padding: 0 8px 0 14px;
  color: var(--gold);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: rgba(255, 211, 90, 0.72);
  box-shadow: 0 16px 54px rgba(255, 138, 0, 0.18);
  transform: translateY(-1px);
}

[data-current-language] {
  font-weight: 1000;
}

[data-next-language] {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 138, 0, 0.16);
  color: #fff8e4;
  font-size: 0.9rem;
  font-weight: 850;
}

.hero {
  width: min(1580px, calc(100% - 36px));
  margin: 0 auto;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(96px, 9vw, 124px) 0 clamp(36px, 6vw, 72px);
}

.hero-copy {
  position: relative;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 10, 4, 0.56);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.72), transparent 35%, rgba(130, 213, 36, 0.5));
  opacity: 0.52;
  filter: blur(18px);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 211, 90, 0.42);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 138, 0, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 100%;
  margin: 0;
  color: white;
  font-size: clamp(3.35rem, 8.5vw, 6.8rem);
  font-weight: 1000;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  text-shadow:
    0 5px 0 rgba(0, 0, 0, 0.45),
    0 0 38px rgba(255, 138, 0, 0.35);
}

html[lang="es"] h1 {
  max-width: 100%;
  font-size: clamp(2.75rem, 5vw, 5.05rem);
  line-height: 0.94;
  overflow-wrap: normal;
  word-break: normal;
}

.message {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  line-height: 1.65;
}

.status-bar {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  color: #eaffff;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 950;
}

.status-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 0 rgba(130, 213, 36, 0.6);
  animation: pulse 1.8s ease-out infinite;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px 24px;
  margin: 30px 0 0;
  padding: 0;
  color: #fff5df;
  list-style: none;
}

.feature-list li {
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 950;
  line-height: 1.25;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  background:
    radial-gradient(circle at 35% 30%, #ffe7a0, transparent 24%),
    linear-gradient(135deg, var(--orange), var(--leaf));
  color: #071006;
  font-size: 0.82rem;
  font-weight: 1000;
  transform: rotate(-12deg);
  box-shadow: 0 0 16px rgba(255, 138, 0, 0.3);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  padding-top: 2px;
}

.contact-line {
  display: grid;
  grid-template-columns: minmax(92px, auto) 1fr;
  gap: 14px;
  align-items: baseline;
  width: fit-content;
  max-width: 100%;
  color: #fff8e6;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.contact-line:hover,
.contact-line:focus-visible {
  color: white;
  transform: translateX(3px);
}

.contact-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--water);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-line span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100% 0;
  background: linear-gradient(135deg, var(--leaf), var(--leaf-deep));
  box-shadow: 0 0 12px rgba(130, 213, 36, 0.38);
  transform: rotate(-24deg);
}

.contact-line strong {
  color: inherit;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.28;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.social-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff8e6;
  font-weight: 950;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: white;
  transform: translateY(-2px);
}

.social-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.social-links a:nth-child(1) .social-icon {
  background: #1877f2;
}

.social-links a:nth-child(2) .social-icon {
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 10%, #fdf497 11% 18%, transparent 19%),
    radial-gradient(circle at 25% 110%, #fd5949 0 42%, transparent 43%),
    linear-gradient(135deg, #405de6 0%, #833ab4 32%, #c13584 58%, #e1306c 78%, #f77737 100%);
}

.social-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(72vw, 720px);
}

.logo-stage::before {
  content: "";
  position: absolute;
  width: min(92%, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, rgba(255, 138, 0, 0), rgba(255, 211, 90, 0.54), rgba(130, 213, 36, 0.32), rgba(255, 138, 0, 0)),
    radial-gradient(circle, rgba(255, 138, 0, 0.28), transparent 64%);
  filter: blur(4px);
  animation: slow-spin 16s linear infinite;
}

.logo-stage::after {
  content: "";
  position: absolute;
  width: min(88%, 590px);
  height: 22%;
  bottom: 10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.62), transparent 72%);
  filter: blur(8px);
}

.logo-halo {
  position: absolute;
  width: min(80vw, 670px);
  aspect-ratio: 1 / 0.76;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(255, 255, 255, 0.16), transparent 42%),
    radial-gradient(ellipse at 50% 64%, rgba(255, 138, 0, 0.38), transparent 64%);
  filter: blur(18px);
}

.logo-stage img {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  transform-origin: center 64%;
  filter:
    drop-shadow(0 26px 24px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 24px rgba(255, 138, 0, 0.56))
    drop-shadow(0 0 42px rgba(130, 213, 36, 0.24));
  animation: logo-float 5.8s ease-in-out infinite;
}

.site-footer {
  width: min(1580px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 24px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.95rem;
  font-weight: 750;
}

.site-footer p {
  margin: 0;
}

@keyframes float-glow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(4vw, 2vh, 0) scale(1.08);
  }
}

@keyframes drift-up {
  0% {
    transform: translate3d(0, 0, 0) scale(0.86);
  }

  55% {
    opacity: 0.72;
  }

  100% {
    transform: translate3d(22px, -118vh, 0) scale(1.2);
    opacity: 0;
  }
}

@keyframes water-slide {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 0, 220px 0;
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 14px rgba(130, 213, 36, 0);
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logo-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }

  50% {
    transform: translateY(-14px) rotate(0.7deg);
  }
}

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

@media (max-width: 920px) {
  .topbar {
    top: 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 92px;
    text-align: center;
  }

  .hero-copy {
    order: 2;
  }

  .eyebrow,
  .status-bar {
    margin-left: auto;
    margin-right: auto;
  }

  .message {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-list {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .contact-list {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-links {
    justify-content: center;
  }

  .logo-stage {
    order: 1;
    min-height: 44svh;
  }

  .logo-stage img {
    width: min(94vw, 560px);
  }

  .leaf-one {
    top: 8%;
    left: -30px;
  }

  .leaf-two {
    right: -34px;
    bottom: 30%;
  }
}

@media (max-width: 620px) {
  .coming-soon::before {
    background-size: 38px 38px;
  }

  .topbar {
    width: min(100% - 28px, 1180px);
    align-items: stretch;
  }

  .brand-pill {
    min-width: 0;
    flex: 1;
  }

  .brand-pill span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .language-toggle {
    flex-shrink: 0;
  }

  [data-next-language] {
    display: none;
  }

  .hero {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    padding: 88px 0 42px;
  }

  .hero-copy {
    padding: 20px;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 4.1rem);
  }

  html[lang="es"] h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    line-height: 0.96;
  }

  .message {
    font-size: 1rem;
    line-height: 1.58;
  }

  .status-bar {
    width: 100%;
    justify-content: center;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-list li {
    font-size: 1rem;
  }

  .contact-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .logo-stage {
    min-height: 40svh;
  }

  .site-footer {
    width: min(100% - 28px, 1180px);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
