:root {
  --ink: #020b33;
  --blue: #075eff;
  --green: #08af51;
  --muted: #415071;
  --card-border: #dfe9f8;
  --nav-height: clamp(70px, 8.2vh, 92px);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #eef5ff;
  color: var(--ink);
  font-family: Aptos, "Segoe UI Variable", "Segoe UI", Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

.floating-nav {
  position: fixed;
  z-index: 50;
  top: clamp(18px, 3.8vh, 48px);
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(82vw, 1190px);
  min-height: var(--nav-height);
  overflow: visible;
  padding: 10px clamp(18px, 1.9vw, 30px);
  border: 1px solid rgba(218, 229, 249, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 16px 0 rgba(12, 39, 91, 0.08),
    0 20px 34px rgba(32, 73, 145, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(50px, 4.4vw, 66px);
  height: clamp(50px, 4.4vw, 66px);
  overflow: hidden;
  border-radius: 999px;
  text-decoration: none;
}

.nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 4.2vw, 72px);
  min-width: 0;
  padding: 0 clamp(18px, 2.2vw, 34px);
}

.nav-links a,
.nav-button {
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.05vw, 19px);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.nav-button {
  display: inline-grid;
  min-width: clamp(142px, 13vw, 190px);
  min-height: clamp(48px, 5.8vh, 60px);
  place-items: center;
  border-radius: 11px;
  background: #03113d;
  box-shadow: 0 8px 16px rgba(1, 13, 50, 0.2);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: #03113d;
  box-shadow: 0 8px 16px rgba(1, 13, 50, 0.18);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(610px, 1.28fr);
  width: 100%;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(620px 520px at 48% 50%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72) 48%, transparent 76%),
    radial-gradient(970px 560px at 91% 38%, rgba(75, 137, 255, 0.5), transparent 72%),
    radial-gradient(840px 760px at 90% 78%, rgba(139, 181, 255, 0.35), transparent 70%),
    linear-gradient(105deg, #ffffff 0 35%, #f7fbff 55%, #cfe0ff 100%);
}

.hero::before,
.includes::before,
.includes::after,
.how-it-works::before,
.how-it-works::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: -24vw;
  right: -12vw;
  width: 78vw;
  height: 78vw;
  border: clamp(54px, 5vw, 88px) solid rgba(142, 179, 250, 0.22);
}

.copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(118px, 16vh, 158px) 0 clamp(46px, 6vh, 76px) clamp(48px, 6.2vw, 104px);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
.includes h2,
.how-it-works h2 {
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(38px, min(4.1vw, 7.25vh), 76px);
  line-height: 1.08;
}

h1 span,
.includes h2 span,
.how-it-works h2 span {
  color: var(--green);
}

.copy p {
  max-width: 620px;
  margin-top: clamp(12px, 1.8vh, 24px);
  color: #07143c;
  font-size: clamp(16px, min(1.32vw, 2.45vh), 24px);
  font-weight: 400;
  line-height: 1.42;
}

.purchase {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 34px);
  margin: clamp(18px, 2.8vh, 34px) 0 0 clamp(40px, 4vw, 82px);
}

.buy-button {
  display: inline-grid;
  min-width: clamp(260px, 22vw, 345px);
  min-height: clamp(54px, 7.2vh, 72px);
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #0d6bff, #0050ed);
  box-shadow: 0 17px 31px rgba(0, 65, 190, 0.28);
  color: #fff;
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(21px, min(1.62vw, 3.1vh), 29px);
  font-weight: 700;
  text-decoration: none;
}

.purchase strong {
  color: var(--ink);
  font-size: clamp(25px, min(2vw, 4vh), 38px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.purchase strong span {
  font-size: 0.58em;
}

.product-stage {
  position: relative;
  min-width: 0;
}

.product-stage::before {
  position: absolute;
  inset: 0 auto 0 -14%;
  width: 68%;
  background: radial-gradient(ellipse at 62% 52%, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.42) 48%, transparent 73%);
  content: "";
  pointer-events: none;
}

.product-art {
  position: absolute;
  right: clamp(-14px, -0.6vw, 0px);
  bottom: clamp(22px, 3.8vh, 44px);
  width: min(59vw, 100vh);
  max-width: none;
  height: auto;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 22px 34px rgba(35, 70, 130, 0.08));
}

.includes {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--nav-height) + clamp(56px, 6.4vh, 74px)) clamp(30px, 5.4vw, 92px) clamp(38px, 5.4vh, 58px);
  background:
    radial-gradient(820px 560px at 86% 10%, rgba(92, 151, 255, 0.24), transparent 70%),
    radial-gradient(780px 580px at 92% 86%, rgba(104, 159, 255, 0.16), transparent 70%),
    linear-gradient(105deg, #ffffff 0 36%, #f6faff 58%, #cfe0ff 100%);
}

.includes::before {
  top: -58vh;
  right: -8vw;
  width: 88vw;
  height: 88vw;
  border: clamp(48px, 5vw, 82px) solid rgba(141, 181, 250, 0.22);
}

.includes::after {
  top: -22vh;
  left: -12vw;
  width: 72vw;
  height: 72vw;
  border: clamp(42px, 4vw, 66px) solid rgba(141, 181, 250, 0.16);
}

.includes-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 40px;
  align-items: start;
  max-width: 1460px;
  margin: 0 auto clamp(18px, 3vh, 30px);
}

.includes h2 {
  max-width: 780px;
  font-size: clamp(42px, min(4.1vw, 7vh), 70px);
  line-height: 1.05;
}

.includes-copy p {
  max-width: 900px;
  margin-top: clamp(14px, 2vh, 22px);
  color: var(--muted);
  font-size: clamp(17px, min(1.28vw, 2.5vh), 23px);
  line-height: 1.42;
}

.module-pill {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: min(360px, 32vw);
  margin-top: 4px;
  padding: clamp(16px, 1.6vw, 22px);
  border: 1px solid rgba(222, 233, 248, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    8px 16px 0 rgba(43, 90, 160, 0.08),
    0 20px 34px rgba(32, 73, 145, 0.12);
}

.module-pill strong,
.module-pill small {
  display: block;
}

.module-pill strong {
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.42vw, 24px);
  line-height: 1.15;
}

.module-pill small {
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 20px);
}

.pill-icon,
.module-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--blue);
}

.pill-icon {
  width: 58px;
  height: 58px;
}

.pill-icon svg,
.module-icon svg {
  width: 60%;
  height: 60%;
  overflow: visible;
}

.pill-icon path,
.module-icon path,
.module-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pill-icon path:first-child,
.module-card:first-child .module-icon path:first-child,
.module-card:nth-child(7) .module-icon path:first-child {
  fill: currentColor;
  stroke: none;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  max-width: 1460px;
  margin: 0 auto;
}

.module-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 1.25vw, 20px);
  align-items: center;
  min-height: clamp(118px, 13vh, 142px);
  padding: clamp(16px, 1.6vw, 24px) clamp(16px, 1.7vw, 24px) clamp(16px, 1.6vw, 24px) clamp(28px, 2.5vw, 38px);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    8px 16px 0 rgba(43, 90, 160, 0.08),
    0 20px 34px rgba(32, 73, 145, 0.1);
}

.module-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(180deg, var(--blue), var(--green));
  content: "";
}

.module-icon {
  width: clamp(46px, 4vw, 56px);
  height: clamp(46px, 4vw, 56px);
}

.module-icon svg {
  width: 54%;
  height: 54%;
}

.module-icon.blue-text {
  color: var(--blue);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.module-icon.green-icon {
  color: var(--green);
}

.module-icon.outline-icon {
  color: var(--blue);
}

.module-card h3 {
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(19px, 1.45vw, 24px);
  font-weight: 750;
  line-height: 1.1;
}

.module-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.34;
}

.placeholder-section {
  min-height: 45vh;
  padding: calc(var(--nav-height) + 64px) clamp(30px, 6vw, 104px) 80px;
  background: #ffffff;
}

.how-it-works {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--nav-height) + clamp(48px, 6vh, 70px)) clamp(30px, 5.4vw, 92px) clamp(34px, 4.8vh, 54px);
  background:
    radial-gradient(760px 520px at 16% 18%, rgba(255, 255, 255, 0.88), transparent 68%),
    radial-gradient(820px 560px at 90% 16%, rgba(92, 151, 255, 0.2), transparent 70%),
    linear-gradient(105deg, #ffffff 0 38%, #f7fbff 60%, #cfe0ff 100%);
}

.how-it-works::before {
  top: -34vh;
  right: -10vw;
  width: 82vw;
  height: 82vw;
  border: clamp(48px, 5vw, 82px) solid rgba(141, 181, 250, 0.2);
}

.how-it-works::after {
  bottom: -40vh;
  left: -20vw;
  width: 70vw;
  height: 70vw;
  border: clamp(42px, 4vw, 66px) solid rgba(141, 181, 250, 0.14);
}

.how-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 40px;
  align-items: start;
  max-width: 1460px;
  margin: 0 auto clamp(18px, 2.8vh, 28px);
}

.how-it-works h2 {
  max-width: 700px;
  font-size: clamp(38px, min(3.8vw, 6.4vh), 64px);
  line-height: 1.05;
}

.how-heading p {
  max-width: 860px;
  margin-top: clamp(12px, 1.6vh, 18px);
  color: var(--muted);
  font-size: clamp(16px, min(1.16vw, 2.15vh), 21px);
  line-height: 1.42;
}

.how-note {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 420px;
  min-width: min(380px, 32vw);
  margin-top: 4px;
  padding: clamp(16px, 1.6vw, 22px);
  border: 1px solid rgba(222, 233, 248, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    8px 16px 0 rgba(43, 90, 160, 0.08),
    0 20px 34px rgba(32, 73, 145, 0.12);
}

.how-note strong,
.how-note small {
  display: block;
}

.how-note strong {
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.42vw, 24px);
  line-height: 1.15;
}

.how-note small {
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.3;
}

.note-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--blue);
}

.note-icon svg {
  width: 56%;
  height: 56%;
  overflow: visible;
}

.note-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  max-width: 1460px;
  margin: 0 auto;
}

.step-card {
  position: relative;
  min-height: clamp(198px, 24vh, 252px);
  padding: clamp(20px, 1.9vw, 28px);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    8px 16px 0 rgba(43, 90, 160, 0.08),
    0 20px 34px rgba(32, 73, 145, 0.1);
}

.step-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  border-radius: 0 22px 0 999px;
  background: linear-gradient(135deg, rgba(7, 94, 255, 0.12), rgba(8, 175, 81, 0.12));
  content: "";
}

.step-number {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: clamp(16px, 2.2vh, 24px);
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), #0050ed);
  box-shadow: 0 14px 24px rgba(0, 65, 190, 0.22);
  color: #fff;
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.step-card h3 {
  max-width: 260px;
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(21px, 1.7vw, 28px);
  font-weight: 750;
  line-height: 1.1;
}

.step-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.42;
}

.pricing {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--nav-height) + clamp(42px, 5.6vh, 66px)) clamp(30px, 5.4vw, 92px) clamp(42px, 5.6vh, 66px);
  background:
    radial-gradient(760px 560px at 13% 18%, rgba(255, 255, 255, 0.94), transparent 68%),
    radial-gradient(860px 590px at 85% 22%, rgba(92, 151, 255, 0.24), transparent 70%),
    linear-gradient(105deg, #ffffff 0 38%, #f7fbff 60%, #cfe0ff 100%);
}

.pricing::before,
.pricing::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pricing::before {
  top: -30vh;
  right: -12vw;
  width: 84vw;
  height: 84vw;
  border: clamp(48px, 5vw, 82px) solid rgba(141, 181, 250, 0.2);
}

.pricing::after {
  bottom: -42vh;
  left: -20vw;
  width: 68vw;
  height: 68vw;
  border: clamp(42px, 4vw, 66px) solid rgba(141, 181, 250, 0.14);
}

.pricing-heading {
  max-width: 720px;
}

.eyebrow {
  width: fit-content;
  margin-bottom: clamp(14px, 2vh, 22px);
  padding: 10px 16px;
  border: 1px solid rgba(222, 233, 248, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 800;
}

.pricing h2 {
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(40px, min(4vw, 6.8vh), 68px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.pricing h2 span {
  color: var(--green);
}

.pricing-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: clamp(14px, 2vh, 22px);
  color: var(--muted);
  font-size: clamp(17px, min(1.25vw, 2.35vh), 22px);
  line-height: 1.42;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) minmax(190px, 0.62fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.price-card,
.value-item {
  border: 1px solid rgba(222, 233, 248, 0.96);
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    8px 16px 0 rgba(43, 90, 160, 0.08),
    0 20px 34px rgba(32, 73, 145, 0.12);
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: clamp(470px, 62vh, 560px);
  padding: clamp(24px, 2.3vw, 36px);
  border-radius: 26px;
}

.price-card-top {
  padding-bottom: clamp(20px, 2.5vh, 28px);
  border-bottom: 1px solid rgba(207, 222, 245, 0.82);
}

.price-badge {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
}

.price-value {
  display: block;
  margin-top: clamp(16px, 2.2vh, 24px);
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(48px, min(4.6vw, 8vh), 78px);
  font-weight: 800;
  line-height: 0.95;
}

.price-value span {
  font-size: 0.32em;
}

.price-card-top p {
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.4;
}

.price-list {
  display: grid;
  gap: 13px;
  margin: clamp(20px, 3vh, 30px) 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  position: relative;
  padding-left: 32px;
  color: #07143c;
  font-size: clamp(15px, 1.04vw, 18px);
  line-height: 1.34;
}

.price-list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.price-list li::after {
  position: absolute;
  top: 0.46em;
  left: 7px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.price-button {
  display: grid;
  width: 100%;
  min-height: clamp(56px, 7vh, 68px);
  margin-top: auto;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #0d6bff, #0050ed);
  box-shadow: 0 17px 31px rgba(0, 65, 190, 0.28);
  color: #fff;
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 800;
  text-decoration: none;
}

.price-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.35;
}

.value-stack {
  display: grid;
  gap: clamp(14px, 1.5vw, 20px);
}

.value-item {
  display: grid;
  align-content: center;
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
  border-radius: 22px;
}

.value-item span {
  color: var(--blue);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 800;
  line-height: 1;
}

.value-item p {
  margin-top: 10px;
  color: var(--muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.34;
}

.faq {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--nav-height) + clamp(32px, 4.6vh, 50px)) clamp(30px, 5.4vw, 92px) clamp(30px, 4.2vh, 46px);
  background:
    radial-gradient(760px 560px at 14% 22%, rgba(255, 255, 255, 0.94), transparent 68%),
    radial-gradient(860px 590px at 86% 18%, rgba(92, 151, 255, 0.2), transparent 70%),
    linear-gradient(105deg, #ffffff 0 38%, #f7fbff 60%, #cfe0ff 100%);
}

.faq::before,
.faq::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.faq::before {
  top: -34vh;
  right: -12vw;
  width: 84vw;
  height: 84vw;
  border: clamp(48px, 5vw, 82px) solid rgba(141, 181, 250, 0.2);
}

.faq::after {
  bottom: -42vh;
  left: -20vw;
  width: 68vw;
  height: 68vw;
  border: clamp(42px, 4vw, 66px) solid rgba(141, 181, 250, 0.14);
}

.faq-heading {
  max-width: 650px;
}

.faq h2 {
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(40px, min(4vw, 6.8vh), 68px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.faq h2 span {
  color: var(--green);
}

.faq-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: clamp(14px, 2vh, 22px);
  color: var(--muted);
  font-size: clamp(17px, min(1.25vw, 2.35vh), 22px);
  line-height: 1.42;
}

.faq-list {
  display: grid;
  gap: clamp(9px, 1vw, 14px);
  width: 100%;
}

.faq-list details {
  border: 1px solid rgba(222, 233, 248, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    8px 14px 0 rgba(43, 90, 160, 0.07),
    0 18px 30px rgba(32, 73, 145, 0.1);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: clamp(56px, 6.5vh, 68px);
  padding: clamp(14px, 1.35vw, 20px) clamp(18px, 1.8vw, 26px);
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--ink);
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.28vw, 22px);
  font-weight: 750;
  line-height: 1.15;
}

.faq-list summary i {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #eaf3ff;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.faq-list summary i::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary i::after {
  transform: rotate(0deg);
}

.faq-list details p {
  margin: -4px 0 0;
  padding: 0 clamp(18px, 1.8vw, 26px) clamp(16px, 1.5vw, 22px);
  color: var(--muted);
  font-size: clamp(14px, 0.96vw, 16px);
  line-height: 1.4;
}

.placeholder-section h2 {
  font-family: "Aptos Display", Aptos, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
}

@media (max-width: 1180px) {
  .floating-nav {
    width: min(88vw, 1040px);
  }

  .nav-links {
    gap: clamp(20px, 3.1vw, 44px);
  }

  .hero {
    grid-template-columns: minmax(365px, 0.74fr) minmax(560px, 1.26fr);
  }

  .copy {
    padding-left: clamp(40px, 5vw, 76px);
  }

  h1 {
    font-size: clamp(38px, min(4.35vw, 7.5vh), 76px);
  }

  .copy p {
    max-width: 560px;
    font-size: clamp(16px, min(1.4vw, 2.55vh), 22px);
  }

  .purchase {
    margin-left: clamp(28px, 4vw, 62px);
  }

  .product-art {
    width: min(65vw, 105vh);
  }

  .includes-heading {
    grid-template-columns: 1fr;
  }

  .how-heading {
    grid-template-columns: 1fr;
  }

  .pricing {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .faq {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pricing-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .value-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-pill {
    width: fit-content;
    min-width: min(440px, 100%);
  }

  .how-note {
    width: fit-content;
    min-width: min(440px, 100%);
  }

  .modules-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --nav-height: 66px;
  }

  .floating-nav {
    top: 16px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 28px);
    min-height: var(--nav-height);
    padding: 8px 12px;
    border-radius: 18px;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: none;
    gap: 8px;
    width: 100%;
    overflow: hidden;
    padding: 12px;
    border: 0;
    border-radius: 18px;
    background: #f7fbff;
    box-shadow: inset 0 0 0 1px rgba(218, 229, 249, 0.92);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .floating-nav.is-open .nav-links {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    display: grid;
    min-height: 44px;
    place-items: center;
    border-radius: 12px;
    background: #f5f9ff;
  }

  .nav-toggle {
    display: grid;
    grid-template-rows: repeat(3, auto);
    gap: 5px;
  }

  .floating-nav.is-open .nav-toggle span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .floating-nav.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .floating-nav.is-open .nav-toggle span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-button {
    grid-column: 1 / -1;
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    overflow: hidden;
    padding: 0;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .floating-nav.is-open .nav-button {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    background:
      radial-gradient(520px 420px at 50% 52%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.62) 52%, transparent 78%),
      radial-gradient(760px 460px at 88% 56%, rgba(75, 137, 255, 0.38), transparent 72%),
      linear-gradient(105deg, #ffffff 0 42%, #f7fbff 62%, #cfe0ff 100%);
  }

  .copy {
    align-items: flex-start;
    padding: calc(var(--nav-height) + 54px) 22px 16px;
  }

  h1 {
    max-width: 620px;
    font-size: clamp(36px, 9vw, 62px);
    line-height: 1.06;
  }

  .buy-button {
    width: min(100%, 340px);
  }

  .purchase {
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 0;
  }

  .product-stage {
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 18px 0 34px;
    overflow: hidden;
  }

  .product-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(580px, 98vw);
    transform: none;
  }

  .includes {
    min-height: auto;
    padding: calc(var(--nav-height) + 42px) 22px 48px;
  }

  .how-it-works {
    min-height: auto;
    padding: calc(var(--nav-height) + 42px) 22px 48px;
  }

  .pricing {
    min-height: auto;
    padding: calc(var(--nav-height) + 42px) 22px 48px;
  }

  .faq {
    min-height: auto;
    padding: calc(var(--nav-height) + 42px) 22px 48px;
  }

  .includes h2,
  .how-it-works h2,
  .pricing h2,
  .faq h2 {
    font-size: clamp(34px, 8vw, 52px);
    line-height: 1.08;
  }

  .includes-copy p,
  .how-heading p,
  .pricing-heading > p:not(.eyebrow),
  .faq-heading > p:not(.eyebrow) {
    font-size: 18px;
  }

  .module-pill,
  .how-note {
    width: 100%;
    min-width: 0;
  }

  .modules-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .module-card {
    min-height: 122px;
    border-radius: 18px;
  }

  .step-card {
    min-height: auto;
    border-radius: 18px;
  }

  .price-card {
    min-height: auto;
  }

  .value-stack {
    grid-template-columns: 1fr;
  }

  .pricing-layout {
    gap: 18px;
  }

  .price-card,
  .value-item,
  .faq-list details {
    border-radius: 18px;
  }

  .faq-list summary {
    min-height: 62px;
  }
}

@media (max-width: 560px) {
  .floating-nav {
    right: 14px;
    left: 14px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    justify-items: start;
    gap: 12px;
    width: auto;
    padding: 8px 12px;
    transform: none;
  }

  .nav-button {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  .nav-logo {
    width: 50px;
    height: 50px;
  }

  .copy p {
    max-width: 100%;
    font-size: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.6vw, 37px);
    line-height: 1.08;
  }

  .buy-button {
    width: min(100%, 318px);
    min-width: 0;
    min-height: 56px;
    font-size: 21px;
  }

  .purchase {
    width: 100%;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }

  .purchase strong {
    width: 100%;
    font-size: 27px;
    text-align: center;
  }

  .product-stage {
    min-height: auto;
    padding: 22px 0 28px;
  }

  .product-art {
    width: min(390px, 94vw);
  }

  .module-pill {
    gap: 16px;
    padding: 18px;
  }

  .how-note {
    gap: 16px;
    padding: 18px;
  }

  .pill-icon,
  .note-icon {
    width: 60px;
    height: 60px;
  }

  .module-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 16px 16px 22px;
  }

  .module-card::before {
    width: 6px;
  }

  .module-icon {
    width: 46px;
    height: 46px;
  }

  .module-card h3,
  .step-card h3 {
    font-size: 21px;
  }

  .module-card p,
  .step-card p,
  .price-list li,
  .value-item p,
  .faq-list details p {
    font-size: 15px;
  }

  .includes h2,
  .how-it-works h2,
  .pricing h2,
  .faq h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .includes-copy p,
  .how-heading p,
  .pricing-heading > p:not(.eyebrow),
  .faq-heading > p:not(.eyebrow) {
    font-size: 16px;
  }

  .step-card {
    padding: 20px;
  }

  .step-number {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .price-card {
    padding: 22px;
  }

  .price-value {
    font-size: clamp(44px, 14vw, 58px);
  }

  .price-button {
    min-height: 58px;
    font-size: 21px;
  }

  .value-item {
    padding: 18px 20px;
  }

  .faq-list summary {
    gap: 12px;
    min-height: 60px;
    padding: 15px 16px;
  }

  .faq-list summary span {
    font-size: 17px;
  }

  .faq-list summary i {
    width: 32px;
    height: 32px;
  }
}
