:root {
  --navy: #12324a;
  --navy-2: #0b2538;
  --teal: #159a9c;
  --teal-dark: #0c7678;
  --coral: #f06c5b;
  --yellow: #f6bf3a;
  --cream: #fff8ec;
  --cream-2: #f9eedf;
  --mint: #e8f5f2;
  --lavender: #f0eaf8;
  --ink: #25313b;
  --muted: #66747d;
  --line: #d9e2e5;
  --white: #fff;
  --green: #13845d;
  --shadow-sm: 0 10px 30px rgba(18, 50, 74, .09);
  --shadow-lg: 0 28px 80px rgba(18, 50, 74, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -.025em;
  line-height: 1.08;
}
h2 { font-size: clamp(2.35rem, 5vw, 4.2rem); margin-bottom: 26px; }
h2 em, h1 em { color: var(--coral); font-style: normal; }
p { margin-bottom: 22px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.center { text-align: center; }
.section { position: relative; padding: 112px 0; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--teal-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-label::before { width: 30px; height: 3px; border-radius: 3px; background: var(--coral); content: ""; }
.section-label.light { color: #bceeed; }
.section-intro { max-width: 730px; margin: 0 auto; color: var(--muted); font-size: 1.12rem; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; border-radius: 8px; background: var(--navy); color: #fff; text-decoration: none; }
.skip-link:focus { top: 16px; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 25px;
  border: 0;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 10px 28px rgba(240, 108, 91, .26);
  color: var(--white);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #df5949; box-shadow: 0 15px 34px rgba(240, 108, 91, .34); }
.button:focus-visible, .text-link:focus-visible, .primary-nav a:focus-visible, summary:focus-visible, .video-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-large { min-height: 64px; padding: 18px 31px; font-size: 1rem; }
.button-small { min-height: 44px; padding: 11px 20px; font-size: .82rem; }
.button-light { background: var(--white); box-shadow: 0 14px 34px rgba(0, 0, 0, .14); color: var(--navy); }
.button-light:hover { background: var(--yellow); color: var(--navy); }
.text-link { color: var(--navy); font-size: .94rem; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(18, 50, 74, .25); text-underline-offset: 5px; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1001; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--coral), var(--yellow)); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  background: rgba(255, 248, 236, .88);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.site-header.is-scrolled { border-color: rgba(18, 50, 74, .08); box-shadow: 0 10px 35px rgba(18, 50, 74, .08); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.12rem; font-weight: 800; line-height: 1; text-decoration: none; }
.brand b { color: var(--coral); }
.brand-mark { display: grid; width: 31px; height: 31px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 2px; transform: rotate(-4deg); }
.brand-mark i { display: block; border-radius: 4px; }
.brand-mark i:nth-child(1) { grid-row: 1 / 3; background: var(--teal); }
.brand-mark i:nth-child(2) { background: var(--yellow); }
.brand-mark i:nth-child(3) { background: var(--coral); }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.primary-nav a { color: var(--navy); font-size: .86rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--coral); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; margin-left: auto; border: 0; border-radius: 10px; background: var(--mint); }
.nav-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 700px; display: flex; align-items: center; padding-top: 42px; background: radial-gradient(circle at 72% 22%, rgba(21,154,156,.13), transparent 30%), linear-gradient(180deg, var(--cream), #fffdf9); overflow: hidden; }
.hero-grid { display: grid; align-items: center; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 55px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--teal-dark); font-size: .77rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(240,108,91,.13); }
.hero h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.25rem); }
.hero-lead { max-width: 690px; color: #485963; font-size: clamp(1.02rem, 1.55vw, 1.17rem); line-height: 1.58; }
.hero-price { display: grid; width: fit-content; grid-template-columns: auto auto; align-items: end; gap: 0 14px; padding: 13px 18px; margin-top: 18px; border: 1px solid rgba(18,50,74,.09); border-radius: 15px; background: rgba(255,255,255,.78); box-shadow: 0 10px 28px rgba(18,50,74,.07); }
.hero-price span { align-self: center; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-price strong { grid-row: 1 / 3; grid-column: 2; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 2rem; line-height: 1; }
.hero-price small { color: var(--teal-dark); font-size: .68rem; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 18px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 17px; padding: 0; margin: 26px 0 0; color: var(--muted); font-size: .79rem; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 6px; }
.hero-trust span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal-dark); font-size: .7rem; font-weight: 900; }
.promo-countdown {
  display: flex;
  width: min(100%, 650px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  margin-top: 20px;
  border: 1px solid rgba(240,108,91,.22);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,240,237,.9));
  box-shadow: 0 16px 38px rgba(240,108,91,.14);
}
.promo-countdown-copy { display: grid; gap: 2px; }
.promo-countdown-copy span { color: var(--coral); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.promo-countdown-copy strong { color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.85rem; line-height: 1; }
.promo-countdown-copy small { color: var(--muted); font-size: .72rem; font-weight: 700; }
.promo-countdown-copy s { color: #9b7b74; }
.promo-timer { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.promo-timer div { min-width: 54px; padding: 8px 7px; border-radius: 13px; background: var(--navy); color: var(--white); text-align: center; }
.promo-timer b { display: block; font-family: "Fraunces", Georgia, serif; font-size: 1.2rem; line-height: 1; }
.promo-timer span { display: block; margin-top: 3px; color: #bdd4dd; font-size: .56rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.promo-countdown.is-ended { background: var(--white); border-color: rgba(18,50,74,.1); box-shadow: var(--shadow-sm); }
.promo-countdown.is-ended .promo-countdown-copy span { color: var(--muted); }
.promo-countdown.is-ended .promo-timer div { background: #eef3f8; color: var(--navy); }
.hero-product { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-product > img { position: relative; z-index: 2; width: min(640px, 113%); max-width: none; filter: drop-shadow(0 35px 36px rgba(18, 50, 74, .18)); }
.product-halo { position: absolute; inset: 10% 2% 3% 7%; border-radius: 50%; background: linear-gradient(140deg, rgba(21,154,156,.2), rgba(246,191,58,.19)); filter: blur(2px); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.floating-card b { color: var(--coral); font-family: "Fraunces", Georgia, serif; font-size: 1.7rem; line-height: 1; }
.floating-card span { max-width: 90px; color: var(--navy); font-size: .7rem; font-weight: 700; line-height: 1.25; }
.floating-one { top: 11%; right: -4%; }
.floating-two { bottom: 12%; left: -2%; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { top: 95px; right: -100px; width: 260px; height: 260px; border: 54px solid rgba(21,154,156,.08); }
.hero-orb-two { bottom: -100px; left: -80px; width: 210px; height: 210px; background: rgba(240,108,91,.07); }

.recognition { padding: 0 0 75px; background: #fffdf9; }
.recognition-inner { display: grid; align-items: start; grid-template-columns: 180px 1fr; gap: 35px; padding: 28px 32px; border: 1px solid rgba(18,50,74,.09); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.recognition-inner > p { margin: 2px 0 0; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.4rem; font-weight: 800; }
.recognition-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; }
.recognition-list span { position: relative; padding-left: 21px; color: var(--muted); font-size: .92rem; }
.recognition-list span::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; }

.quick-win { padding: 0 0 86px; background: #fffdf9; }
.quick-win-card {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .45fr) auto;
  align-items: center;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(18,50,74,.1);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--white), var(--mint));
  box-shadow: var(--shadow-sm);
}
.quick-win-card h2 { margin: 7px 0 9px; font-size: clamp(1.55rem, 2.6vw, 2.45rem); }
.quick-win-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.quick-win-card > div > span { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quick-win-list { display: grid; gap: 10px; padding: 0; margin: 0; color: var(--navy); font-size: .86rem; font-weight: 800; list-style: none; }
.quick-win-list li { display: flex; align-items: flex-start; gap: 9px; }
.quick-win-list b { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--white); color: var(--green); font-size: .7rem; }

.pricing-section { padding: 0 0 92px; background: #fffdf9; }
.pricing-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(340px, .52fr);
  align-items: center;
  gap: 42px;
  padding: 44px;
  border: 1px solid rgba(18,50,74,.09);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 89% 12%, rgba(246,191,58,.24), transparent 28%),
    linear-gradient(135deg, var(--white), #fff3e6 52%, var(--mint));
  box-shadow: var(--shadow-lg);
}
.pricing-card::before {
  position: absolute;
  top: -95px;
  right: 29%;
  width: 240px;
  height: 240px;
  border: 44px solid rgba(21,154,156,.11);
  border-radius: 50%;
  content: "";
}
.pricing-copy,
.pricing-box { position: relative; z-index: 1; }
.pricing-copy h2 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2rem, 4.2vw, 3.85rem); }
.pricing-copy p { max-width: 720px; color: var(--muted); }
.pricing-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  margin: 24px 0 0;
  color: var(--navy);
  font-size: .88rem;
  font-weight: 800;
  list-style: none;
}
.pricing-copy li { display: flex; align-items: flex-start; gap: 9px; }
.pricing-copy li span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--green);
  font-size: .68rem;
  box-shadow: 0 8px 20px rgba(18,50,74,.08);
}
.pricing-box {
  padding: 26px;
  border: 1px solid rgba(18,50,74,.1);
  border-radius: 28px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 24px 55px rgba(18,50,74,.22);
}
.pricing-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(246,191,58,.16);
  color: var(--yellow);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}
.pricing-values {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 12px;
  margin: 18px 0;
}
.pricing-values > div {
  display: grid;
  gap: 4px;
  min-height: 142px;
  align-content: center;
  padding: 17px;
  border-radius: 19px;
  background: rgba(255,255,255,.09);
}
.pricing-values > div:first-child {
  background: linear-gradient(135deg, var(--yellow), #ffd96d);
  color: var(--navy);
  box-shadow: 0 14px 32px rgba(246,191,58,.23);
}
.pricing-values span { font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-values strong { font-family: "Fraunces", Georgia, serif; font-size: clamp(2.6rem, 5vw, 4.1rem); line-height: .92; }
.pricing-values s { color: rgba(255,255,255,.74); font-family: "Fraunces", Georgia, serif; font-size: 2rem; line-height: 1; }
.pricing-values small { font-size: .68rem; font-weight: 800; opacity: .8; }
.pricing-box .button { width: 100%; background: var(--coral); color: var(--white); }
.pricing-box p { margin: 14px 0 0; color: #c9dce5; font-size: .76rem; line-height: 1.45; text-align: center; }

.seo-intent-section { padding: 0 0 92px; background: #fffdf9; }
.seo-intent-grid {
  display: grid;
  grid-template-columns: 1fr .78fr;
  align-items: center;
  gap: 55px;
  padding: 42px;
  border: 1px solid rgba(18,50,74,.08);
  border-radius: var(--radius-lg);
  background: var(--cream);
}
.seo-intent-copy h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.55rem); }
.seo-intent-copy p { margin: 0; color: var(--muted); }
.keyword-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 26px;
  background: var(--navy);
  color: #d8e5eb;
  box-shadow: var(--shadow-sm);
}
.keyword-panel::after { position: absolute; right: -80px; bottom: -90px; width: 220px; height: 220px; border: 42px solid rgba(246,191,58,.16); border-radius: 50%; content: ""; }
.keyword-panel > span { display: block; margin-bottom: 17px; color: #75d6d4; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.keyword-panel ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.keyword-panel li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.07); color: #f3fbfb; font-size: .78rem; font-weight: 700; }

.pain-section { background: #fffdf9; }
.problem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 60px; }
.problem-card { position: relative; min-height: 250px; padding: 35px; border: 1px solid rgba(18,50,74,.09); border-radius: var(--radius); background: var(--cream); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card:hover { transform: translateY(-5px); border-color: rgba(21,154,156,.35); box-shadow: var(--shadow-sm); }
.problem-card h3 { max-width: 470px; margin: 20px 0 14px; font-size: clamp(1.35rem, 2vw, 1.72rem); }
.problem-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.problem-number { color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }

.method-section { background: var(--navy); color: #d8e5eb; overflow: hidden; }
.method-section::before { position: absolute; top: -170px; right: -110px; width: 450px; height: 450px; border: 80px solid rgba(21,154,156,.14); border-radius: 50%; content: ""; }
.method-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.method-copy h2 { color: var(--white); }
.method-copy p { max-width: 500px; color: #c4d4dc; }
.method-copy .button { margin-top: 18px; }
.method-steps { display: grid; gap: 16px; }
.method-step { display: grid; align-items: start; grid-template-columns: 66px 1fr; gap: 22px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.055); }
.method-step > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; background: var(--teal); color: var(--white); font-family: "Fraunces", Georgia, serif; font-size: 1.4rem; font-weight: 800; }
.method-step:nth-child(2) > span { background: var(--coral); }
.method-step:nth-child(3) > span { background: var(--yellow); color: var(--navy); }
.method-step h3 { margin: 2px 0 8px; color: var(--white); font-size: 1.35rem; }
.method-step p { margin: 0; color: #b9cbd4; font-size: .91rem; }

.inside-section { background: var(--cream); }
.inside-grid { display: grid; align-items: start; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.inside-sticky { position: sticky; top: 118px; }
.inside-sticky p { max-width: 500px; color: var(--muted); }
.inside-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.inside-summary div { padding: 18px 12px; border: 1px solid rgba(18,50,74,.08); border-radius: 15px; background: var(--white); text-align: center; }
.inside-summary strong { display: block; color: var(--coral); font-family: "Fraunces", Georgia, serif; font-size: 1.8rem; line-height: 1; }
.inside-summary span { display: block; margin-top: 7px; color: var(--muted); font-size: .68rem; font-weight: 700; line-height: 1.2; }
.chapter-list { display: grid; }
.chapter-item { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(18,50,74,.11); }
.chapter-item:first-child { padding-top: 0; }
.chapter-item > span { color: var(--teal); font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.chapter-item h3 { margin: 0 0 7px; font-size: 1.34rem; }
.chapter-item p { margin: 0; color: var(--muted); font-size: .9rem; }

.preview-section { background: #fffdf9; overflow: hidden; }
.preview-grid { display: grid; align-items: center; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 55px; }
.preview-card { margin: 0; padding: 12px; border: 1px solid rgba(18,50,74,.08); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); transform: rotate(-1.4deg); }
.preview-card.featured { transform: translateY(-16px) rotate(1deg); }
.preview-card:nth-child(3) { transform: rotate(1.3deg); }
.preview-card img { width: 100%; aspect-ratio: .707; border-radius: 15px; object-fit: cover; object-position: top; }
.preview-card figcaption { display: grid; gap: 3px; padding: 17px 10px 10px; }
.preview-card figcaption b { color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.12rem; }
.preview-card figcaption span { color: var(--muted); font-size: .76rem; }

.toolbox-section { background: var(--mint); }
.toolbox-grid { display: grid; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 85px; }
.toolbox-art { position: relative; }
.toolbox-art img { border: 10px solid var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.toolbox-badge { position: absolute; right: -25px; bottom: -25px; display: flex; align-items: center; gap: 12px; padding: 15px 19px; border-radius: 18px; background: var(--navy); box-shadow: var(--shadow-sm); color: var(--white); }
.toolbox-badge strong { color: var(--yellow); font-family: "Fraunces", Georgia, serif; font-size: 2rem; line-height: 1; }
.toolbox-badge span { max-width: 90px; font-size: .75rem; font-weight: 700; line-height: 1.2; }
.toolbox-copy h2 { font-size: clamp(2.3rem, 4.2vw, 3.8rem); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 34px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: #3f515a; }
.check-list li > span { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--white); color: var(--green); font-size: .72rem; font-weight: 900; }
.check-list.compact { gap: 15px; }

.application-section { background: #fffdf9; }
.application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 54px; }
.application-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid rgba(18,50,74,.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.application-card h3 { margin: 12px 0 18px; font-size: 1.45rem; }
.application-card > p { margin: auto 0 0; color: var(--muted); font-size: .9rem; }
.application-tag { width: fit-content; padding: 7px 11px; border-radius: 999px; background: var(--mint); color: var(--teal-dark); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.chat-demo {
  display: grid;
  gap: 12px;
  padding: 18px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fbfb, #eef6f4);
}
.chat-demo p {
  max-width: 92%;
  padding: 12px 14px;
  margin: 0;
  border-radius: 16px;
  font-size: .84rem;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(18,50,74,.06);
}
.chat-demo .child { justify-self: start; border-bottom-left-radius: 4px; background: var(--white); color: #4d5f68; }
.chat-demo .parent { justify-self: end; border-bottom-right-radius: 4px; background: var(--teal); color: var(--white); font-weight: 700; }

.trust-proof-section { background: var(--cream); }
.trust-proof-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.trust-proof-copy p { color: var(--muted); }
.trust-proof-copy .button { margin-top: 10px; }
.trust-proof-cards { display: grid; gap: 16px; }
.proof-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 17px;
  padding: 24px;
  border: 1px solid rgba(18,50,74,.08);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.proof-card span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: var(--mint);
  color: var(--teal-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 800;
}
.proof-card:nth-child(2) span { background: #fff0ed; color: var(--coral); }
.proof-card:nth-child(3) span { background: #fff6df; color: #a77710; }
.proof-card h3 { margin: 0 0 7px; font-size: 1.3rem; }
.proof-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.videos-section { background: var(--navy-2); color: #c7d5dc; }
.videos-heading { display: grid; align-items: end; grid-template-columns: 1.05fr .95fr; gap: 90px; }
.videos-heading h2 { margin-bottom: 0; color: var(--white); }
.videos-heading > p { margin-bottom: 8px; color: #b5c7d0; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-top: 55px; }
.video-wrap { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.video-card { position: relative; display: block; width: 100%; aspect-ratio: 16/9; padding: 0; overflow: hidden; border: 0; background: #091b29; cursor: pointer; }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .35s ease, opacity .35s ease; }
.video-card:hover img { transform: scale(1.035); opacity: .9; }
.video-player { display: block; width: 100%; aspect-ratio: 16/9; border: 0; background: #091b29; object-fit: contain; }
.play { position: absolute; inset: 50% auto auto 50%; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: var(--coral); box-shadow: 0 18px 35px rgba(0,0,0,.3); transform: translate(-50%, -50%); }
.play svg { width: 34px; height: 34px; fill: var(--white); }
.video-caption { padding: 24px 27px 28px; }
.video-caption span { color: #75d6d4; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.video-caption h3 { margin: 8px 0 0; color: var(--white); font-size: 1.35rem; }
.video-caption p { margin: 11px 0 0; color: #b5c7d0; font-size: .88rem; line-height: 1.55; }
.video-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 28px;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}
.video-cta p { max-width: 760px; margin: 0; color: #d5e4e9; font-size: .96rem; }

.audience-section { background: #fffdf9; }
.audience-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: 85px; }
.audience-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.audience-copy h2 { font-size: clamp(2.3rem, 4.3vw, 3.9rem); }
.not-for { padding: 17px 20px; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; background: #fff0ed; color: #604b48; font-size: .84rem; }

.credibility-section { padding-top: 80px; background: var(--cream); }
.credibility-grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 75px; padding: 48px; border: 1px solid rgba(18,50,74,.08); border-radius: var(--radius-lg); background: var(--white); }
.credibility-grid h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.credibility-grid p { margin-bottom: 0; color: var(--muted); }
.source-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.source-grid div { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-radius: 17px; background: var(--mint); }
.source-grid div:nth-child(2) { background: #fff2df; }
.source-grid div:nth-child(3) { background: var(--lavender); }
.source-grid div:nth-child(4) { background: #eef3f8; }
.source-grid b { color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; }
.source-grid span { margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.35; }

.offer-section { background: var(--cream); }
.offer-card { position: relative; display: grid; align-items: center; grid-template-columns: 1.07fr .93fr; min-height: 610px; overflow: hidden; border-radius: 42px; background: linear-gradient(135deg, var(--teal-dark), #125a66 55%, var(--navy)); box-shadow: var(--shadow-lg); }
.offer-card::after { position: absolute; right: -90px; bottom: -130px; width: 420px; height: 420px; border: 68px solid rgba(246,191,58,.17); border-radius: 50%; content: ""; }
.offer-copy { position: relative; z-index: 2; padding: 70px 0 70px 75px; color: #e4f2f1; }
.offer-copy h2 { max-width: 680px; color: var(--white); font-size: clamp(2.45rem, 4.8vw, 4.4rem); }
.offer-copy p { max-width: 650px; color: #d5e8e6; }
.offer-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 20px; padding: 0; margin: 27px 0 34px; list-style: none; font-size: .9rem; font-weight: 700; }
.offer-copy li { color: #e9f7f5; }
.offer-copy small { display: block; margin-top: 14px; color: rgba(255,255,255,.67); }
.offer-price { display: grid; width: fit-content; grid-template-columns: auto auto; align-items: center; gap: 0 15px; padding: 14px 18px; margin: 0 0 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); }
.offer-price span { color: #c8e5e2; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-price strong { grid-row: 1 / 3; grid-column: 2; color: var(--yellow); font-family: "Fraunces", Georgia, serif; font-size: 2.25rem; line-height: 1; }
.offer-price small { margin: 2px 0 0; color: rgba(255,255,255,.65); font-size: .68rem; }
.offer-countdown {
  width: min(100%, 590px);
  margin: -8px 0 24px;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}
.offer-countdown .promo-countdown-copy span,
.offer-countdown .promo-countdown-copy small { color: #c8e5e2; }
.offer-countdown .promo-countdown-copy strong { color: var(--white); font-size: 1.2rem; }
.offer-countdown .promo-timer div { background: rgba(255,255,255,.16); }
.offer-image { position: relative; z-index: 1; align-self: end; }
.offer-image img { width: 128%; max-width: none; margin-left: -10%; margin-bottom: -10%; filter: drop-shadow(0 25px 30px rgba(0,0,0,.22)); }

.faq-section { background: #fffdf9; }
.faq-grid { display: grid; align-items: start; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading h2 { font-size: clamp(2.3rem, 4.4vw, 3.8rem); }
.faq-heading p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--mint); }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: var(--teal-dark); content: ""; transform: translate(-50%, -50%); }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details > div { padding: 0 52px 23px 0; }
.faq-list details p { margin: 0; color: var(--muted); font-size: .94rem; }

.final-cta { background: radial-gradient(circle at 50% 0, rgba(21,154,156,.17), transparent 42%), var(--cream); }
.final-cta h2 { font-size: clamp(2.45rem, 5vw, 4.5rem); }
.final-cta p { max-width: 680px; margin: 0 auto 30px; color: var(--muted); font-size: 1.08rem; }
.final-icon { display: flex; width: 80px; height: 80px; align-items: end; justify-content: center; gap: 5px; padding: 21px; margin: 0 auto 26px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow-sm); }
.final-icon span { width: 10px; border-radius: 5px 5px 2px 2px; }
.final-icon span:nth-child(1) { height: 23px; background: var(--teal); }
.final-icon span:nth-child(2) { height: 38px; background: var(--coral); }
.final-icon span:nth-child(3) { height: 30px; background: var(--yellow); }
.final-note { display: block; margin-top: 15px; color: var(--muted); font-size: .78rem; }

.trust-toast-stack {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 998;
  width: min(340px, calc(100vw - 36px));
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .28s ease, transform .28s ease;
}
.trust-toast-stack.is-visible { opacity: 1; transform: translateY(0); }
.trust-toast {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(18,50,74,.18);
  opacity: 0;
  transform: translateY(16px) scale(.97);
  transition: opacity .35s ease, transform .35s ease;
  backdrop-filter: blur(12px);
}
.trust-toast.is-active { opacity: 1; transform: translateY(0) scale(1); }
.trust-toast span { display: block; color: var(--teal-dark); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trust-toast b { display: block; margin-top: 4px; color: var(--navy); font-size: .92rem; line-height: 1.25; }

.site-footer { padding: 66px 0 95px; background: var(--navy-2); color: #a9bcc6; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding-bottom: 40px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child p { max-width: 370px; margin: 18px 0 0; font-size: .85rem; }
.footer-legal p { margin-bottom: 12px; font-size: .77rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }
.footer-bottom a { color: #d5e2e8; }
.mobile-checkout { display: none; }

.simple-page { min-height: 70vh; padding: 110px 0; background: #fffdf9; }
.prose { max-width: 820px; }
.prose h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.prose a { color: var(--teal-dark); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal-delay { transition-delay: .13s; }

@media (max-width: 1060px) {
  .primary-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 20px; }
  .floating-one { right: 0; }
  .method-grid, .inside-grid, .toolbox-grid, .videos-heading, .audience-grid, .credibility-grid, .faq-grid { gap: 55px; }
  .seo-intent-grid { grid-template-columns: 1fr; }
  .pricing-card { grid-template-columns: 1fr; }
  .quick-win-card { grid-template-columns: 1fr; align-items: stretch; }
  .quick-win-card .button { justify-self: start; }
  .trust-proof-grid { grid-template-columns: 1fr; gap: 45px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-card { min-height: 0; }
  .offer-copy { padding-left: 55px; }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner > .button { display: none; }
  .nav-toggle { display: flex; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(18,50,74,.09); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 15px; border-radius: 9px; }
  .primary-nav a:hover { background: var(--mint); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 780px; margin: 0 auto; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-price { margin-inline: auto; text-align: left; }
  .hero-actions, .hero-trust { justify-content: center; }
  .promo-countdown { margin-inline: auto; }
  .hero-product { min-height: 520px; }
  .hero-product > img { width: min(670px, 100%); }
  .floating-one { right: 7%; }
  .floating-two { left: 7%; }
  .recognition-inner { grid-template-columns: 1fr; gap: 15px; }
  .pricing-card { padding: 34px; text-align: center; }
  .pricing-copy p { margin-inline: auto; }
  .pricing-copy ul { max-width: 680px; margin-inline: auto; text-align: left; }
  .pricing-box { max-width: 520px; margin-inline: auto; }
  .method-grid, .inside-grid, .toolbox-grid, .videos-heading, .audience-grid, .credibility-grid, .faq-grid { grid-template-columns: 1fr; }
  .inside-sticky, .faq-heading { position: static; }
  .method-copy { text-align: center; }
  .method-copy p { margin-inline: auto; }
  .preview-grid { gap: 14px; }
  .toolbox-art { order: 2; }
  .toolbox-copy { order: 1; }
  .toolbox-badge { right: 18px; }
  .videos-heading { text-align: center; }
  .video-cta { flex-direction: column; text-align: center; }
  .audience-image { order: 2; }
  .credibility-grid { padding: 38px; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-copy { padding: 60px 60px 10px; text-align: center; }
  .offer-copy p { margin-inline: auto; }
  .offer-price { margin-inline: auto; text-align: left; }
  .offer-countdown { margin-inline: auto; }
  .offer-image { max-width: 620px; margin: -30px auto 0; }
  .offer-image img { width: 110%; margin-left: -5%; }
  .faq-heading { text-align: center; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 68px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 28px; height: 28px; }
  .hero { min-height: auto; padding: 55px 0 40px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .eyebrow { max-width: 330px; margin-inline: auto; font-size: .67rem; line-height: 1.45; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; max-width: 420px; }
  .hero-trust { gap: 10px 14px; font-size: .68rem; }
  .promo-countdown { flex-direction: column; align-items: stretch; text-align: center; }
  .promo-timer { gap: 6px; }
  .promo-timer div { min-width: 0; padding: 8px 4px; }
  .hero-product { min-height: 380px; margin-top: 0; }
  .floating-card { padding: 9px 11px; }
  .floating-card b { font-size: 1.35rem; }
  .floating-card span { font-size: .6rem; }
  .floating-one { top: 7%; right: 0; }
  .floating-two { bottom: 7%; left: 0; }
  .recognition { padding-bottom: 45px; }
  .recognition-inner { padding: 25px; }
  .recognition-list { grid-template-columns: 1fr; }
  .quick-win { padding-bottom: 58px; }
  .quick-win-card { padding: 24px; }
  .quick-win-card .button { width: 100%; justify-self: stretch; }
  .pricing-section { padding-bottom: 62px; }
  .pricing-card { gap: 25px; padding: 24px; border-radius: 28px; }
  .pricing-copy ul { grid-template-columns: 1fr; }
  .pricing-values { grid-template-columns: 1fr; }
  .pricing-values > div { min-height: auto; }
  .pricing-values strong { font-size: 3.15rem; }
  .pricing-box { padding: 20px; }
  .seo-intent-section { padding-bottom: 62px; }
  .seo-intent-grid { padding: 26px; }
  .problem-grid, .video-grid, .source-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; padding: 28px; }
  .method-step { grid-template-columns: 50px 1fr; gap: 15px; padding: 20px; }
  .method-step > span { width: 46px; height: 46px; border-radius: 14px; }
  .inside-summary { gap: 7px; }
  .inside-summary div { padding-inline: 5px; }
  .inside-summary span { font-size: .58rem; }
  .chapter-item { grid-template-columns: 50px 1fr; gap: 12px; }
  .preview-grid { grid-template-columns: 1fr; max-width: 430px; }
  .preview-card, .preview-card.featured, .preview-card:nth-child(3) { transform: none; }
  .preview-card.featured { order: -1; }
  .toolbox-art img { border-width: 6px; }
  .toolbox-badge { right: 8px; bottom: -20px; }
  .application-grid { margin-top: 38px; }
  .application-card { padding: 23px; }
  .proof-card { grid-template-columns: 1fr; }
  .trust-toast-stack { display: none; }
  .play { width: 60px; height: 60px; }
  .video-caption { padding: 20px; }
  .credibility-grid { padding: 28px 22px; }
  .offer-card { border-radius: 28px; }
  .offer-copy { padding: 45px 24px 10px; }
  .offer-copy ul { grid-template-columns: 1fr; justify-items: start; max-width: 320px; margin-inline: auto; text-align: left; }
  .offer-copy .button { width: 100%; }
  .offer-image { margin-top: 0; }
  .faq-list summary { padding: 22px 0; font-size: .92rem; }
  .faq-list details > div { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .site-footer { padding-bottom: 125px; }
  .mobile-checkout { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 999; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 11px 10px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(11,37,56,.95); box-shadow: 0 18px 50px rgba(0,0,0,.28); color: #fff; backdrop-filter: blur(12px); transform: translateY(140%); transition: transform .28s ease; }
  .mobile-checkout.is-visible { transform: translateY(0); }
  .mobile-checkout > div { min-width: 0; display: grid; line-height: 1.15; }
  .mobile-checkout strong { font-size: .78rem; white-space: nowrap; }
  .mobile-checkout span { margin-top: 4px; color: #bcd0d8; font-size: .6rem; }
  .mobile-checkout .button { min-height: 44px; flex: 0 0 auto; padding: 10px 17px; font-size: .76rem; }
}

@media (max-width: 380px) {
  .mobile-checkout > div { display: none; }
  .mobile-checkout .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
