.launch-home {
  --launch-ink: #132b3c;
  --launch-muted: #5a7384;
  --launch-line: rgba(71, 150, 187, .2);
  --launch-glass: rgba(245, 252, 255, .68);
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  overflow: hidden;
  gap: clamp(22px, 4vw, 64px);
  padding: clamp(16px, 3vw, 48px);
  color: var(--launch-ink);
  background:
    radial-gradient(circle at 10% 4%, rgba(103, 205, 239, .2), transparent 32rem),
    radial-gradient(circle at 90% 20%, rgba(148, 128, 232, .16), transparent 38rem),
    linear-gradient(155deg, #edf9fd 0%, #f7fbff 42%, #f2f0ff 100%);
}

.launch-home__aurora {
  position: absolute;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
  pointer-events: none;
}
.launch-home__aurora--one { top: 18rem; left: -16rem; background: #59c7ef; }
.launch-home__aurora--two { top: 70rem; right: -18rem; background: #8b73df; }

.launch-hero,
.launch-scale,
.launch-tools,
.launch-plan,
.launch-payments {
  position: relative;
  width: min(1480px, 100%);
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, .82);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(226, 245, 252, .48)),
    var(--launch-glass);
  box-shadow:
    0 30px 80px rgba(41, 95, 127, .12),
    inset 0 1px 0 rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
}

.launch-hero,
.launch-scale,
.launch-plan {
  min-height: min(760px, calc(100vh - 112px));
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(440px, 3fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  padding: clamp(34px, 6vw, 92px);
  border-radius: clamp(46px, 7vw, 94px);
}

.launch-hero::before,
.launch-scale::before,
.launch-plan::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(91, 197, 235, .13), transparent 40%, rgba(129, 105, 222, .12));
  content: "";
  pointer-events: none;
}

.launch-copy { position: relative; z-index: 1; min-width: 0; }
.launch-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #2e8bb6;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .17em;
}
.launch-home h1,
.launch-home h2 {
  max-width: 760px;
  margin: 0;
  color: var(--launch-ink);
  font-size: clamp(2.7rem, 5.6vw, 6.5rem);
  line-height: .96;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.launch-home h2 { font-size: clamp(2.3rem, 4.5vw, 5.2rem); }
.launch-copy > p,
.launch-tools__heading + p {
  max-width: 630px;
  margin: 24px 0 0;
  color: var(--launch-muted);
  font-size: clamp(.98rem, 1.3vw, 1.24rem);
  line-height: 1.7;
}

.launch-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.launch-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 1px solid rgba(72, 148, 184, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 10px 25px rgba(45, 108, 140, .08);
  color: #173d52;
  cursor: pointer;
  font: inherit;
  font-size: .76rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.launch-button:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(45, 108, 140, .14); }
.launch-button--primary {
  border-color: rgba(68, 151, 210, .2);
  background: linear-gradient(120deg, #72d6ee, #8fa1f1 54%, #a88ee9);
  box-shadow: 0 16px 38px rgba(77, 138, 205, .24), inset 0 1px rgba(255, 255, 255, .52);
  color: #0a2638;
}
.launch-button .material-symbols-outlined { font-size: 18px; }

.launch-frame {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 1px;
  border: 1px solid transparent;
  border-radius: clamp(28px, 4vw, 50px);
  background:
    linear-gradient(rgba(248, 253, 255, .78), rgba(231, 244, 251, .66)) padding-box,
    linear-gradient(125deg, #71d6ef, rgba(255,255,255,.95) 42%, #8d7de8) border-box;
  box-shadow: 0 34px 72px rgba(49, 96, 133, .2), inset 0 1px rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(26px) saturate(140%);
  backdrop-filter: blur(26px) saturate(140%);
}
.launch-frame__shine {
  position: absolute;
  z-index: 2;
  top: -45%;
  left: -30%;
  width: 60%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  pointer-events: none;
  transform: rotate(18deg);
  animation: launch-shine 9s ease-in-out infinite;
}
.launch-video { aspect-ratio: 16 / 10; background-color: rgba(220, 241, 250, .78); }
.launch-video video { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; background: linear-gradient(145deg, #d8f1fa, #e3e2fa); }
.launch-video__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(242, 251, 255, .64);
  color: #244c60;
  font-size: .67rem;
  font-weight: 760;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.launch-video__caption .material-symbols-outlined { color: #477fc8; }

.launch-scale { grid-template-columns: minmax(520px, 3fr) minmax(0, 2fr); }
.launch-drawing { margin: 0; background-color: #fff; }
.launch-drawing img { display: block; width: 100%; height: auto; border-radius: inherit; }
.launch-drawing figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 20px;
  background: rgba(242, 250, 253, .75);
  color: #17394b;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.launch-drawing figcaption span { color: #2c86b0; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.launch-drawing figcaption strong { font-size: .7rem; text-align: right; }
.launch-checks { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.launch-checks li { display: flex; gap: 11px; color: #315568; font-size: .77rem; line-height: 1.5; }
.launch-checks li::before { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #72d4ea, #958de6); color: #fff; content: "✓"; font-size: .62rem; font-weight: 900; }

.launch-tools { padding: clamp(34px, 5vw, 72px); border-radius: clamp(42px, 6vw, 76px); }
.launch-tools__heading { max-width: 760px; margin-bottom: 34px; }
.launch-tools__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.launch-tool {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(210,239,250,.48));
  box-shadow: 0 18px 46px rgba(50, 106, 137, .1), inset 0 1px rgba(255,255,255,.94);
  color: #16384b;
  text-decoration: none;
  transition: transform .24s ease, box-shadow .24s ease;
}
.launch-tool:nth-child(2) { background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(227,220,250,.56)); }
.launch-tool:nth-child(3) { background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(205,238,237,.55)); }
.launch-tool:hover { transform: translateY(-6px); box-shadow: 0 28px 58px rgba(50, 106, 137, .16); }
.launch-tool__icon { position: absolute; top: 27px; left: 27px; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 17px; background: rgba(255,255,255,.68); color: #438caf; box-shadow: inset 0 1px rgba(255,255,255,.92); }
.launch-tool h3 { margin: 0; font-size: clamp(1.4rem, 2vw, 2rem); }
.launch-tool p { max-width: 330px; margin: 10px 0 0; color: #5c7482; font-size: .74rem; line-height: 1.55; }
.launch-tool__arrow { position: absolute; right: 25px; bottom: 25px; color: #4a91b4; }

.launch-plan { grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); }
.launch-plan__card {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(216,237,251,.55));
  box-shadow: 0 26px 60px rgba(55, 104, 139, .16), inset 0 1px rgba(255,255,255,.96);
}
.launch-plan__badge { color: #3389b1; font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.launch-plan__card h3 { margin: 20px 0 5px; font-size: 1.65rem; }
.launch-plan__card > strong { font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: -.055em; }
.launch-plan__card > strong small { color: #68808e; font-size: .7rem; letter-spacing: 0; }
.launch-plan__card ul { display: grid; gap: 11px; margin: 26px 0 30px; padding: 0; list-style: none; }
.launch-plan__card li { color: #405e6e; font-size: .75rem; }
.launch-plan__card li::before { margin-right: 9px; color: #388eaf; content: "✓"; font-weight: 900; }
.launch-plan__card form { display: grid; }
.launch-plan__card .launch-button { width: 100%; }
.launch-plan__note { margin-top: 14px; color: #728793; font-size: .59rem; line-height: 1.5; text-align: center; }

.launch-payments { padding: 26px 0; overflow: hidden; border-radius: 34px; }
.launch-payments > p { margin: 0 auto 17px; color: #66818f; font-size: .64rem; font-weight: 780; text-align: center; }
.launch-payments__viewport { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.launch-payments__track { display: flex; width: max-content; gap: 12px; animation: launch-payment-scroll 28s linear infinite; }
.payment-brand { min-width: 150px; padding: 15px 22px; border: 1px solid rgba(89,160,193,.16); border-radius: 18px; background: rgba(255,255,255,.55); color: #2b5063; font-size: .75rem; font-weight: 850; text-align: center; box-shadow: inset 0 1px rgba(255,255,255,.9); }
.payment-brand--ideal { color: #6356a9; }

@keyframes launch-payment-scroll { to { transform: translateX(calc(-50% - 6px)); } }
@keyframes launch-shine { 0%, 68% { transform: translateX(-15%) rotate(18deg); opacity: 0; } 75% { opacity: .75; } 100% { transform: translateX(280%) rotate(18deg); opacity: 0; } }

@supports (animation-timeline: view()) {
  .reveal-section {
    animation: launch-reveal both linear;
    animation-range: entry 4% cover 28%;
    animation-timeline: view();
  }
  @keyframes launch-reveal {
    from { opacity: .28; transform: translateY(48px) scale(.985); filter: blur(5px); }
    to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
  }
}

:root[data-theme="dark"] .launch-home {
  --launch-ink: #eff9ff;
  --launch-muted: #a9c1cf;
  --launch-glass: rgba(9, 28, 45, .66);
  background: radial-gradient(circle at 10% 4%, rgba(55, 174, 218, .2), transparent 32rem), radial-gradient(circle at 90% 20%, rgba(113, 86, 210, .2), transparent 38rem), linear-gradient(155deg, #07131d, #0b1e2d 48%, #17152c);
}
:root[data-theme="dark"] .launch-hero,
:root[data-theme="dark"] .launch-scale,
:root[data-theme="dark"] .launch-tools,
:root[data-theme="dark"] .launch-plan,
:root[data-theme="dark"] .launch-payments { border-color: rgba(159,211,233,.15); background: linear-gradient(135deg, rgba(28,57,76,.62), rgba(29,31,66,.48)), var(--launch-glass); box-shadow: 0 30px 90px rgba(0,5,14,.32), inset 0 1px rgba(255,255,255,.1); }
:root[data-theme="dark"] .launch-button { border-color: rgba(153,210,234,.18); background: rgba(185,225,242,.09); color: #edf9ff; box-shadow: inset 0 1px rgba(255,255,255,.1); }
:root[data-theme="dark"] .launch-button--primary { background: linear-gradient(120deg,#55c7e5,#778ce1 55%,#9377dc); color: #071824; }
:root[data-theme="dark"] .launch-video__caption,
:root[data-theme="dark"] .launch-drawing figcaption { border-color: rgba(197,226,239,.16); background: rgba(8,27,42,.72); color: #e7f7ff; }
:root[data-theme="dark"] .launch-checks li,
:root[data-theme="dark"] .launch-tool p,
:root[data-theme="dark"] .launch-plan__card li,
:root[data-theme="dark"] .launch-plan__note,
:root[data-theme="dark"] .launch-payments > p { color: #a9c1cf; }
:root[data-theme="dark"] .launch-tool,
:root[data-theme="dark"] .launch-plan__card { border-color: rgba(170,216,235,.15); background: linear-gradient(145deg,rgba(34,65,83,.66),rgba(27,36,65,.58)); color: #edf9ff; box-shadow: 0 24px 60px rgba(0,5,14,.28), inset 0 1px rgba(255,255,255,.08); }
:root[data-theme="dark"] .payment-brand { border-color: rgba(145,204,228,.14); background: rgba(183,223,239,.08); color: #dceff8; }

@media (max-width: 940px) {
  .launch-hero, .launch-scale, .launch-plan { min-height: auto; grid-template-columns: 1fr; padding: clamp(30px, 7vw, 56px); border-radius: 48px; }
  .launch-scale .launch-drawing { order: 2; }
  .launch-tools__grid { grid-template-columns: 1fr; }
  .launch-tool { min-height: 210px; }
}

@media (max-width: 620px) {
  .launch-home { gap: 16px; padding: 10px; }
  .launch-hero, .launch-scale, .launch-plan, .launch-tools { gap: 28px; padding: 28px 21px; border-radius: 32px; }
  .launch-home h1, .launch-home h2 { font-size: clamp(2.2rem, 12vw, 3.55rem); }
  .launch-actions { display: grid; }
  .launch-button { width: 100%; }
  .launch-video { aspect-ratio: auto; }
  .launch-video video { aspect-ratio: 16 / 10; }
  .launch-video__caption { position: static; margin: 12px; }
  .launch-drawing figcaption { position: static; margin: 10px; }
  .launch-tools__heading { margin-bottom: 24px; }
  .launch-tool { min-height: 190px; padding: 24px; }
  .launch-payments { border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .launch-payments__track, .launch-frame__shine, .reveal-section { animation: none; }
  .launch-button, .launch-tool { transition: none; }
}
