:root {
  --blue-main-25: #f6fbff;
  --blue-main-50: #e6f1fd;
  --blue-main-55: #dcecf9;
  --blue-main-60: #d3e6f7;
  --blue-main-75: #b7d2f8;
  --blue-main-100: #8fb6f0;
  --blue-main-200: #4587e8;
  --blue-main-250: #387ade;
  --blue-main-300: #3f7ade;
  --blue-main-350: #2d6ac9;
  --blue-main-400: #265cb3;
  --blue-main-500: #20519b;
  --blue-main-600: #194693;
  --blue-main-700: #15396f;
  --blue-main-800: #102d58;
  --blue-main-900: #0b2143;
  --blue: var(--blue-main-250);
  --blue-strong: var(--blue-main-400);
  --blue-dark: var(--blue-main-700);
  --blue-soft: var(--blue-main-50);
  --ink: #0b2143;
  --muted: #52627f;
  --line: rgba(9, 26, 70, 0.14);
  --surface: #ffffff;
  --success: #147a49;
  --error: #b42318;
  --shadow: 0 22px 64px rgba(7, 24, 71, 0.16);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--blue-main-25);
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes hero-media-enter {
  from {
    filter: saturate(0.92) brightness(1.04);
    transform: scale(1.035);
  }

  to {
    filter: saturate(1) brightness(1);
    transform: scale(1.01);
  }
}

@keyframes hero-shade-enter {
  from {
    opacity: 0.35;
  }

  to {
    opacity: 1;
  }
}

@keyframes faq-title-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-item-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  --hero-ratio-gap: clamp(0px, calc((100svh - 100vw) * 0.026), 14px);
  --hero-ratio-gap-small: clamp(0px, calc((100svh - 100vw) * 0.012), 6px);

  position: relative;
  height: 90svh;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-image:
    image-set(
      url("assets/hero-domvi.avif") type("image/avif"),
      url("assets/hero-domvi.webp") type("image/webp"),
      url("assets/hero-domvi.jpg") type("image/jpeg")
    );
  background-position: center;
  background-size: cover;
  animation: hero-media-enter 1400ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transform: scale(1.01);
}

.hero__shade {
  z-index: -1;
  animation: hero-shade-enter 520ms ease-out both;
  background:
    radial-gradient(
      ellipse 58% 38% at 50% 38%,
      rgba(255, 255, 255, 0.52) 0%,
      rgba(255, 255, 255, 0.34) 52%,
      rgba(255, 255, 255, 0.12) 78%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      ellipse 48% 48% at 50% 38%,
      rgba(232, 243, 255, 0.38) 0%,
      rgba(232, 243, 255, 0.28) 42%,
      rgba(232, 243, 255, 0.08) 72%,
      rgba(232, 243, 255, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(235, 244, 255, 0.02) 50%,
      rgba(11, 33, 67, 0.16) 100%
    );
}

.hero__content {
  display: flex;
  height: 100%;
  width: min(100% - 40px, 1280px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(24px, 5svh, 58px) 0;
  text-align: center;
}

.brand {
  display: flex;
  width: max-content;
  align-items: center;
  margin: calc(clamp(-52px, -6svh, -28px) - var(--hero-ratio-gap-small)) auto calc(clamp(54px, 7.6svh, 94px) + var(--hero-ratio-gap));
  color: inherit;
  text-decoration: none;
}

.brand,
#hero-title,
.hero__subtitle,
.launch-date,
.waitlist,
.form-message {
  animation: hero-item-enter 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.brand {
  animation-delay: 70ms;
}

#hero-title {
  animation-delay: 140ms;
}

.hero__subtitle {
  animation-delay: 190ms;
}

.waitlist {
  animation-delay: 280ms;
}

.launch-date {
  animation-delay: 240ms;
}

.form-message {
  animation-delay: 420ms;
}

.brand img {
  display: block;
  width: clamp(187px, 22vw, 330px);
  height: auto;
}

#hero-title {
  max-width: 1080px;
  margin: 0 auto;
  color: #2e394b;
  font-size: clamp(2.95rem, 4.8vw, 4.95rem);
  font-weight: 760;
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.55),
    0 0 28px rgba(255, 255, 255, 0.35);
}

.hero__subtitle {
  max-width: 880px;
  margin: clamp(16px, 2.2svh, 24px) auto 0;
  color: #34445c;
  font-size: clamp(1.25rem, 1.75vw, 1.6rem);
  font-weight: 540;
  line-height: 1.42;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.82);
}

.launch-date {
  display: grid;
  gap: 8px;
  margin: clamp(24px, 3.2svh, 34px) auto 0;
  color: var(--blue-main-500);
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.9);
}

.launch-date__label {
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.launch-date__value {
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  font-weight: 720;
  line-height: 1.05;
}

@media (min-width: 761px) {
  #hero-title {
    max-width: 1080px;
  }
}

@media (min-width: 1200px) {
  .hero-title__line {
    display: block;
  }
}

.waitlist {
  position: relative;
  width: min(100%, 660px);
  margin: calc(clamp(52px, 7.4svh, 84px) + var(--hero-ratio-gap-small)) auto 0;
}

@media (max-width: 1024px) {
  .waitlist {
    margin-top: calc(clamp(34px, 5.8svh, 58px) + var(--hero-ratio-gap-small));
  }
}

.waitlist__controls {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(270px, 280px);
  border: 1px solid rgba(16, 45, 88, 0.1);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 24, 71, 0.18);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.waitlist__field {
  display: flex;
  position: relative;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 22px;
  cursor: text;
}

.waitlist.has-error .waitlist__field svg {
  color: #a52a21;
}

.waitlist__field svg,
summary svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.waitlist__field svg {
  width: 27px;
  height: 27px;
  color: #6c7890;
}

.waitlist input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #102d58;
  background: transparent;
  font-size: 1.12rem;
  font-weight: 560;
}

.waitlist input::placeholder {
  color: #4f5f78;
}

.waitlist button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 26px;
  border: 0;
  border-radius: 31px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue-main-350) 0%, var(--blue-main-200) 100%);
  font-size: 1.08rem;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background 180ms ease,
    filter 180ms ease;
}

.waitlist button:hover {
  background: linear-gradient(135deg, var(--blue-main-400) 0%, var(--blue-main-250) 100%);
  filter: saturate(1.04);
}

.waitlist button:disabled {
  cursor: wait;
  filter: grayscale(0.2) opacity(0.72);
}

.waitlist__consent {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  max-width: 660px;
  width: 100%;
  margin: 0;
  padding: 2px 20px 0;
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  font-size: 0.86rem;
  font-weight: 540;
  line-height: 1.5;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  text-shadow:
    0 1px 3px rgba(7, 24, 71, 0.96),
    0 0 12px rgba(7, 24, 71, 0.62);
  transform: translate(-50%, -4px);
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.waitlist.is-engaged .waitlist__consent {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.waitlist.has-message .waitlist__consent {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
}

.waitlist__consent a {
  color: #ffffff;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.waitlist__consent a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.waitlist__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.waitlist button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(56, 122, 222, 0.28);
  outline-offset: 3px;
}

.waitlist__controls:focus-within {
  outline: 3px solid rgba(56, 122, 222, 0.22);
  outline-offset: 3px;
}

.waitlist__controls:focus-within button:focus-visible {
  outline: 0;
}

.form-message {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  min-height: 24px;
  margin: 0;
  padding-left: 22px;
  z-index: 1;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.form-message.is-error {
  display: inline-flex;
  top: calc(100% + 4px);
  left: 24px;
  width: max-content;
  max-width: calc(100% - 32px);
  min-height: 0;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(180, 35, 24, 0.2);
  border-radius: 9px;
  color: #8f1d15;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 10px rgba(7, 24, 71, 0.08);
  backdrop-filter: blur(6px);
  font-size: 0.84rem;
  font-weight: 650;
}

.form-message.is-error::before {
  display: inline-grid;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  content: "!";
  flex: 0 0 auto;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.form-message.is-error::after {
  position: absolute;
  top: -5px;
  left: 24px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(180, 35, 24, 0.2);
  border-left: 1px solid rgba(180, 35, 24, 0.2);
  background: rgba(255, 255, 255, 0.96);
  content: "";
  transform: rotate(45deg);
}

.waitlist.has-message .form-message:not(.is-error) {
  display: inline-flex;
  top: calc(100% + 4px);
  left: 24px;
  width: max-content;
  max-width: calc(100% - 48px);
  min-height: 0;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(56, 122, 222, 0.2);
  border-radius: 9px;
  color: #173f73;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 3px 10px rgba(7, 24, 71, 0.1);
  backdrop-filter: blur(6px);
  font-size: 0.84rem;
  font-weight: 650;
}

.waitlist.has-message .form-message:not(.is-error)::before {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(56, 122, 222, 0.34);
  border-top-color: var(--blue-main-500);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  animation: form-message-spin 700ms linear infinite;
}

.waitlist.has-message .form-message:not(.is-error)::after {
  position: absolute;
  top: -5px;
  left: 24px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(56, 122, 222, 0.2);
  border-left: 1px solid rgba(56, 122, 222, 0.2);
  background: rgba(255, 255, 255, 0.96);
  content: "";
  transform: rotate(45deg);
}

.form-message.is-success {
  border-color: rgba(20, 122, 73, 0.22) !important;
  color: #11663e !important;
}

.form-message.is-success::before {
  display: inline-grid;
  width: 17px !important;
  height: 17px !important;
  border: 1.5px solid currentColor !important;
  content: "\2713" !important;
  animation: none !important;
  font-size: 0.68rem;
  line-height: 1;
  place-items: center;
}

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

.faq {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  border-radius: 32px 32px 0 0;
  background: #f7f9fc;
  padding: clamp(44px, 5vw, 64px) 20px clamp(28px, 4.5vw, 48px);
}

.faq__inner {
  width: min(100%, 900px);
  margin: 0 auto;
}

.faq__intro {
  margin-bottom: clamp(28px, 4vw, 42px);
  text-align: center;
}

.faq h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  line-height: 1.16;
}

.faq__list {
  display: grid;
  width: min(100%, 900px);
  margin: 0 auto;
  gap: 12px;
}

.faq h2 {
  animation: hero-item-enter 1600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.faq h2 {
  animation-name: faq-title-enter;
  animation-delay: 80ms;
}

details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 45, 88, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(7, 24, 71, 0.018);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

details[open] {
  border-color: rgba(56, 122, 222, 0.22);
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(7, 24, 71, 0.025);
}

summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 36px;
  color: var(--ink);
  font-size: 1.0625rem;
  font-weight: 620;
  line-height: 1.38;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary svg {
  width: 26px;
  height: 26px;
  color: var(--blue);
  flex: 0 0 auto;
  stroke-width: 2.4;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

details.is-open summary svg {
  color: var(--blue-main-500);
  stroke-width: 2.8;
  transform: rotate(180deg);
}

details p {
  max-width: none;
  margin: -2px 0 0;
  padding: 0 38px 36px;
  color: #26364d;
  font-size: 1rem;
  line-height: 1.64;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

details[open] p {
  opacity: 1;
  transform: translateY(0);
}

details.is-closing p {
  opacity: 0;
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .hero__media,
  .hero__shade,
  .brand,
  #hero-title,
  .hero__subtitle,
  .launch-date,
  .waitlist,
  .form-message {
    animation: none;
  }

  .faq h2,
  .faq details {
    animation: none;
  }

  details,
  details p,
  summary svg {
    transition: none;
  }

  .waitlist.has-message .form-message:not(.is-error)::before {
    animation: none;
  }
}

.site-footer {
  position: relative;
  color: #40516d;
  background: #eef4fa;
  overflow: hidden;
}

.site-footer::before {
  position: absolute;
  top: 0;
  left: max(20px, calc((100% - 1280px) / 2));
  right: max(20px, calc((100% - 1280px) / 2));
  height: 1px;
  background: linear-gradient(90deg, rgba(56, 122, 222, 0), rgba(56, 122, 222, 0.38), rgba(56, 122, 222, 0));
  content: "";
}

.site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: start;
  justify-content: center;
  column-gap: clamp(22px, 2.6vw, 34px);
  row-gap: 22px;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 48px) 0 clamp(16px, 2.2vw, 24px);
}

.site-footer__brand {
  margin-right: clamp(164px, calc(8vw + 100px), 232px);
  padding-top: 40px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  text-decoration: none;
  opacity: 0.86;
  filter: saturate(0.82) contrast(0.96);
  transition:
    filter 180ms ease,
    opacity 180ms ease;
}

.footer-logo:hover {
  opacity: 1;
  filter: saturate(0.95) contrast(1);
}

.footer-logo img {
  display: block;
  width: clamp(212px, 19vw, 274px);
  height: auto;
}

.site-footer__product {
  max-width: 340px;
  margin: 0;
}

.site-footer__product {
  color: #56647b;
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  font-weight: 400;
  line-height: 1.4;
}

.site-footer__links,
.site-footer__contact {
  position: relative;
  min-height: 148px;
  padding-left: clamp(22px, 2.4vw, 32px);
}

.site-footer__links {
  display: grid;
  align-content: start;
  gap: 26px;
}

.site-footer__links h2,
.site-footer__contact h2 {
  margin: 0 0 28px;
  color: var(--blue-main-500);
  font-size: 0.9rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer__links a,
.site-footer address a {
  color: #26364d;
  font-size: clamp(1rem, 1.22vw, 1.16rem);
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer address {
  display: grid;
  gap: 26px;
  font-style: normal;
}

.site-footer__bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(56, 122, 222, 0.12);
  color: #56647b;
  font-size: 0.94rem;
  line-height: 1.4;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer a:hover {
  color: var(--blue);
}

@media (max-width: 760px) {
  .hero {
    height: 96svh;
  }

  .hero__media,
  .hero__shade {
    bottom: auto;
    height: max(96svh, 740px);
  }

  .hero.is-form-engaged .hero__media,
  .hero.is-form-engaged .hero__shade {
    height: max(var(--engaged-content-height, 96svh), 740px);
  }

  .hero__shade {
    background:
      radial-gradient(
        ellipse 76% 52% at 50% 24%,
        rgba(232, 243, 255, 0.44) 0%,
        rgba(232, 243, 255, 0.28) 44%,
        rgba(232, 243, 255, 0.08) 76%,
        rgba(232, 243, 255, 0) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(235, 244, 255, 0.02) 48%,
        rgba(11, 33, 67, 0.18) 100%
      );
  }

  .hero__media {
    background-image:
      image-set(
        url("assets/hero-domvi-mobile.avif") type("image/avif"),
        url("assets/hero-domvi-mobile.webp") type("image/webp"),
        url("assets/hero-domvi-mobile.jpg") type("image/jpeg")
      );
    background-position: 62% center;
  }

  .hero__content {
    width: min(100% - 32px, 1180px);
    padding: clamp(18px, 3.5svh, 30px) 0;
  }

  .brand {
    width: 100%;
    justify-content: center;
    margin-top: calc(clamp(-28px, -4svh, -16px) - var(--hero-ratio-gap-small));
    margin-bottom: calc(clamp(42px, 7svh, 58px) + var(--hero-ratio-gap));
  }

  .brand img {
    width: 210px;
  }

  #hero-title {
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 2.62rem);
    line-height: 1.1;
  }

  .hero__subtitle {
    max-width: 560px;
    margin-top: 14px;
    font-size: clamp(1rem, 4.2vw, 1.16rem);
    line-height: 1.42;
  }

  .launch-date {
    gap: 7px;
    margin: calc(18px + var(--hero-ratio-gap-small)) auto 0;
  }

  .launch-date__label {
    font-size: clamp(0.72rem, 3vw, 0.82rem);
  }

  .launch-date__value {
    font-size: clamp(1.25rem, 5.2vw, 1.55rem);
  }

  .waitlist {
    margin-top: calc(clamp(34px, 6svh, 52px) + var(--hero-ratio-gap));
  }

  .waitlist__controls {
    grid-template-columns: 1fr;
    border-radius: 30px;
    background: #ffffff;
  }

  .waitlist__field,
  .waitlist button {
    min-height: 60px;
  }

  .waitlist button {
    margin: 0 8px 8px;
    border-radius: 28px;
  }

  .waitlist__consent {
    padding-inline: 12px;
    font-size: 0.84rem;
    text-align: center;
  }

  .form-message {
    padding-left: 18px;
    text-align: left;
  }

  .faq {
    margin-top: -24px;
    border-radius: 28px 28px 0 0;
    padding-top: 32px;
  }

  .faq__intro {
    margin-bottom: 26px;
  }

  summary {
    min-height: 82px;
    padding: 24px 22px;
    font-size: 1rem;
    font-weight: 640;
    line-height: 1.38;
  }

  details p {
    padding: 0 24px 30px;
    color: #26364d;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 920px);
    gap: 26px;
    padding: 34px 0 16px;
  }

  .site-footer__brand {
    margin-right: 0;
  }

  .footer-logo img {
    width: min(100%, 235px);
  }

  .footer-logo {
    margin-top: 14px;
  }

  .site-footer__links,
  .site-footer__contact {
    min-height: auto;
    padding: 28px 0 0;
    border-top: 1px solid rgba(56, 122, 222, 0.12);
  }

  .site-footer__links h2,
  .site-footer__contact h2 {
    margin-bottom: 22px;
  }

  .site-footer__bottom {
    display: grid;
    gap: 8px;
  }

}

@media (max-width: 760px) and (max-height: 760px) {
  .hero.is-form-engaged {
    min-height: 740px;
  }

  .hero.is-form-engaged .hero__content {
    height: var(--engaged-content-height, 90svh);
  }
}

@media (max-width: 420px) {
  #hero-title {
    font-size: clamp(1.9rem, 7.8vw, 2.25rem);
  }

  .waitlist button {
    gap: 12px;
    padding: 0 18px;
  }

  .waitlist button span {
    max-width: 220px;
  }
}
