
:root{
  --ink:#10244a; --teal:#0d8998; --gold:#f7b817; --cream:#fffaf1;
  --sky:#eefaff; --soft:#f8fbfc; --green:#2b8a46; --red:#e34848;
  --line:#dce8ef; --shadow:0 18px 45px rgba(21,44,72,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}
.ten-thirty-page{overflow:hidden}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,36,74,.06)}
.nav-wrap{height:88px;display:flex;align-items:center;gap:34px}
.brand-logo{width:150px;height:auto}
.main-nav{display:flex;gap:38px;margin-left:auto}
.main-nav a{color:var(--ink);text-decoration:none;font-weight:650;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:999px;padding:16px 28px;text-decoration:none;font-weight:800;letter-spacing:.01em;transition:.22s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(247,184,23,.28)}
.btn-gold{background:linear-gradient(135deg,#ffc62c,#f7aa00);color:#1b2a43}
.btn-small{padding:13px 22px;font-size:13px}
.btn-wide{width:100%;margin-top:18px}
.section-space{padding:88px 0}.section-space-sm{padding:50px 0}
.hero{background:
radial-gradient(circle at 84% 12%,rgba(45,178,197,.09),transparent 25%),
radial-gradient(circle at 35% 80%,rgba(247,184,23,.08),transparent 28%),#fff}
.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:58px;align-items:center}
.verified-pill{display:inline-block;background:#eff8f8;border:1px solid #d6e9ec;color:#315d67;padding:10px 16px;border-radius:999px;font-size:15px;font-weight:800;letter-spacing:.01em}
.hero h1,.section-heading h2,.internet h2,.membership h2{font-family:Georgia,"Times New Roman",serif}
.hero h1{font-size:64px;line-height:.95;margin:18px 0 6px}
.hero-sub{font-size:26px;font-family:Georgia,serif;font-weight:700;margin:0}
.hero-highlight{font-size:34px;font-family:Georgia,serif;font-weight:800;color:var(--teal);margin:4px 0 14px}
.hero-lead{font-size:17px;margin:0 0 20px}
.feature-list{list-style:none;padding:0;margin:24px 0 28px;display:grid;gap:14px}
.feature-list li{font-weight:650;display:flex;align-items:center;gap:12px}
.feature-list span{width:28px;height:28px;border-radius:50%;background:#eaf9fb;color:#0784a0;display:grid;place-items:center}
.micro-trust{display:flex;gap:18px;margin-top:14px;font-size:12px;font-weight:700;color:#35516c}
.video-card{position:relative;border-radius:44px;overflow:hidden;box-shadow:var(--shadow);border:10px solid #fff;background:#eaf5f7}
.video-card>img{display:block;width:100%;aspect-ratio:1.45/1;object-fit:cover}
.video-card--scene>img{aspect-ratio:4/3;object-position:center}
.video-badge{position:absolute;left:50%;bottom:52px;transform:translateX(-50%);background:rgba(15,31,48,.88);color:#fff;padding:10px 24px;border-radius:16px;display:flex;gap:12px;align-items:center}
.call-controls{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:9px}
.call-controls span{width:36px;height:36px;background:#28323b;color:#fff;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.7)}
.call-controls .hangup{background:#f03c44}
.hand-note{font-family:"Comic Sans MS",cursive;transform:rotate(-5deg);color:#075574;text-align:right;font-size:17px;margin:8px 18px 0 0}
.story-strip{
  background:#fffbf2;
  padding:56px 0 64px;
}
.story-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:18px 22px;
  flex-wrap:nowrap;
}
.story-copy{
  flex:0 1 280px;
  min-width:220px;
  max-width:300px;
  text-align:left;
}
.story-title{
  font-family:"Playfair Display",Georgia,"Iowan Old Style",serif;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-.02em;
  color:#1a2b3c;
  margin:0 0 10px;
  font-weight:700;
}
.story-title__mark{
  position:relative;
  display:inline-block;
  padding-bottom:4px;
}
.story-title__mark::after{
  content:"";
  position:absolute;
  left:-2%;
  right:-4%;
  bottom:0;
  height:7px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M2 7 C28 2, 55 9, 78 4 S110 8, 118 5' fill='none' stroke='%23e8b923' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.story-sub{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.5;
  color:#3f4f5c;
  font-weight:500;
}
.story-quote{
  margin:0;
  font-family:"Caveat", "Segoe Script", cursive;
  font-size:22px;
  line-height:1.25;
  color:#2c3e4a;
  font-weight:600;
}
.story-quote--indent{margin-left:1.35rem;margin-top:2px}
.story-arrow{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  opacity:.95;
}
.story-art{
  margin:0;
  flex:0 0 auto;
}
.story-art img{
  display:block;
  height:118px;
  width:auto;
  max-width:170px;
  object-fit:contain;
}
.story-end{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 1 240px;
  min-width:180px;
}
.story-heart{
  position:relative;
  flex:0 0 auto;
  color:#e4454d;
  font-size:34px;
  line-height:1;
}
.story-heart__spark{
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  font-size:12px;
  color:#e4454d;
  letter-spacing:2px;
}
.story-heart__icon{display:block}
.story-end__copy{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#3f4f5c;
  font-weight:600;
}
.internet{
  position:relative;
  background:#ffffff;
  padding:36px 0 48px;
  overflow:hidden;
}
.internet > .container{position:relative;z-index:1}
.internet-head{
  display:flex;
  justify-content:space-between;
  gap:36px;
  align-items:flex-start;
  margin-bottom:30px;
}
.internet-copy{max-width:34rem}
.internet-title{
  font-family:"Playfair Display",Georgia,"Iowan Old Style",serif;
  font-size:42px;
  line-height:1.12;
  letter-spacing:-.02em;
  color:#1a2b3c;
  margin:0 0 12px;
  font-weight:700;
}
.internet-lead{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.55;
  color:#3f4f5c;
  font-weight:500;
}
.internet-punch{
  margin:0;
  font-size:17px;
  font-weight:700;
  color:#1a2b3c;
}
.chips{
  display:flex;
  gap:12px 14px;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-content:flex-start;
  max-width:430px;
  padding-top:6px;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(196, 220, 232, 0.85);
  box-shadow:0 10px 26px rgba(24,78,110,.10);
  font-size:13px;
  font-weight:650;
  color:#1a2b3c;
}
.chip--down{transform:translateY(14px)}
.chip-ico{
  display:inline-flex;
  color:#3d8fb5;
  line-height:0;
}
.problem-card{
  display:grid;
  grid-template-columns:220px minmax(0,1.15fr) minmax(0,1fr);
  gap:26px 32px;
  background:
    radial-gradient(circle at 10% 28%, rgba(255,255,255,.5), transparent 40%),
    linear-gradient(105deg, #c8ebf4 0%, #dff4f9 38%, #eef9fc 68%, #f7fcff 100%);
  border-radius:32px;
  padding:26px 28px 26px 22px;
  align-items:center;
  box-shadow:0 18px 44px rgba(24,78,110,.10);
  border:1px solid rgba(170, 214, 228, 0.55);
}
.problem-visual{
  margin:0;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
}
.thinking-img{
  width:100%;
  max-width:220px;
  display:block;
  border-radius:22px;
  object-fit:contain;
  background:transparent;
}
.problem-checklist h3{
  font-family:"Playfair Display",Georgia,serif;
  font-size:26px;
  margin:0 0 14px;
  color:#1a2b3c;
}
.problem-checklist ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:11px;
}
.problem-checklist li{
  position:relative;
  padding-left:1.55rem;
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:#3f4f5c;
  font-weight:550;
}
.problem-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#1a6f8a;
  font-weight:800;
}
.problem-punch{
  border-left:1px solid rgba(26,43,60,.12);
  padding-left:28px;
  align-self:center;
}
.problem-punch p{
  margin:0 0 6px;
  font-size:15px;
  color:#3f4f5c;
  font-weight:550;
}
.problem-bubble{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:14px 0 16px !important;
  padding:13px 24px;
  border-radius:999px;
  background:#c5e6f3;
  color:#1a2b3c;
  font-family:"Playfair Display",Georgia,serif;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  box-shadow:0 6px 16px rgba(26,111,138,.12);
}
.problem-punch small{
  display:block;
  font-size:12px;
  line-height:1.5;
  color:#5b6b76;
}

/* Separate section — do not share the internet blue card background */
.flip-section{
  position:relative;
  background:#fff6ea;
  padding:72px 0 88px;
  isolation:isolate;
  overflow:hidden;
}
.flip-section::before,
.flip-section::after{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  height:72px;
  background:#ffffff;
  z-index:0;
  pointer-events:none;
}
.flip-section::before{
  top:-1px;
  clip-path:ellipse(78% 100% at 50% 0%);
}
.flip-section::after{
  bottom:-1px;
  clip-path:ellipse(78% 100% at 50% 100%);
}
.flip-section > .container{position:relative;z-index:1}
.flip-grid{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  gap:56px;
  align-items:center;
}
.sticky-note{
  background:#fffdf9;
  border:1px solid rgba(232, 214, 170, 0.7);
  border-radius:22px;
  padding:34px 32px 30px;
  transform:rotate(-3.2deg);
  box-shadow:0 18px 40px rgba(118,76,17,.10);
}
.sticky-note__title{
  font-family:"Playfair Display",Georgia,serif;
  font-size:30px;
  line-height:1.2;
  color:#1a2b3c;
  margin:0 0 14px;
  font-weight:700;
}
.sticky-note__mark{
  position:relative;
  display:inline-block;
  padding-bottom:3px;
}
.sticky-note__mark::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:6px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 10' preserveAspectRatio='none'%3E%3Cpath d='M2 7 C30 2, 58 9, 80 4 S110 8, 118 5' fill='none' stroke='%235ec4c0' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.sticky-note__lead{
  margin:0 0 10px;
  font-size:16px;
  color:#1a2b3c;
  font-weight:500;
}
.sticky-note__minutes{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
}
.sticky-note__minutes mark{
  background:#ffe375;
  border-radius:999px;
  padding:7px 16px;
  color:#1a2b3c;
  font-weight:800;
  font-size:18px;
  font-family:"Playfair Display",Georgia,serif;
}
.spark{
  width:18px;
  height:18px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v7M12 15v7M2 12h7M15 12h7M5 5l4.5 4.5M14.5 14.5L19 19M19 5l-4.5 4.5M9.5 14.5L5 19' stroke='%23e8b923' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  flex:0 0 auto;
}
.sticky-note__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.sticky-note__list li{
  position:relative;
  padding-left:1.45rem;
  margin:0;
  font-size:15px;
  line-height:1.4;
  color:#1a2b3c;
  font-weight:550;
}
.sticky-note__list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#5ec4c0;
  font-weight:800;
}
.big-idea{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.big-idea__copy{flex:1 1 auto}
.big-idea__copy p{
  font-family:"Playfair Display",Georgia,serif;
  font-size:46px;
  line-height:1.08;
  margin:0 0 4px;
  font-weight:700;
  color:#1a2b3c;
}
.big-idea__later{
  position:relative;
  display:inline-block;
  padding-bottom:8px;
  margin-bottom:8px !important;
}
.big-idea__later::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:10px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C40 2, 90 11, 130 5 S190 10, 218 6' fill='none' stroke='%23e8b923' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.big-idea__copy h3{
  font-family:"Playfair Display",Georgia,serif;
  font-size:22px;
  margin:18px 0 0;
  font-weight:600;
  color:#1a2b3c;
}
.big-idea__heart{
  flex:0 0 auto;
  margin-top:18px;
  transform:rotate(8deg);
}
.how{
  background:#ffffff;
  padding:64px 0 72px;
}
.how-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:34px;
}
.how-head h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:36px;
  margin:0;
  color:#1a2b3c;
  font-weight:700;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.how-head__line{
  height:2px;
  width:min(140px,18vw);
  background:linear-gradient(90deg,transparent,#e8b923 18%,#e8b923 82%,transparent);
  border-radius:999px;
}
.steps-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.step-card{
  position:relative;
  border:1px solid #e4eef3;
  background:#fff;
  border-radius:22px;
  padding:22px 12px 18px;
  text-align:center;
  min-height:270px;
  box-shadow:0 12px 28px rgba(14,49,69,.05);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.step-card img{
  width:100%;
  height:112px;
  object-fit:contain;
  margin:4px 0 12px;
}
.step-card p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  font-weight:600;
  color:#1a2b3c;
}
.step-card strong{font-weight:800}
.outcomes{
  display:grid;
  grid-template-columns:1.15fr .95fr;
  gap:18px;
  margin-top:22px;
}
.outcome{
  border-radius:24px;
  padding:24px 18px 22px;
  border:1px solid transparent;
}
.outcome h3{
  text-align:center;
  font-family:"Playfair Display",Georgia,serif;
  font-size:26px;
  margin:0 0 18px;
  font-weight:700;
}
.outcome.yes{
  background:#eef8ef;
  border-color:#d7ebd8;
}
.outcome.yes h3{color:#2b8a46}
.outcome.yes .icon-row{color:#2b8a46}
.outcome.no{
  background:#fff1f1;
  border-color:#f0d6d6;
}
.outcome.no h3{color:#d04444}
.outcome.no .icon-row{color:#d04444}
.icon-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  text-align:center;
}
.no .icon-row{grid-template-columns:repeat(4,minmax(0,1fr))}
.icon-row span{
  display:grid;
  place-items:center;
  font-size:26px;
  line-height:1;
  min-height:34px;
}
.icon-row small{
  font-size:11px;
  display:block;
  margin-top:8px;
  line-height:1.35;
  font-weight:650;
}
.explain{
  background:#ffffff;
  padding:28px 0 56px;
}
.info-card{border:1px solid #dae6eb;border-radius:24px;padding:24px;display:flex;gap:18px;min-height:330px;background:#fff}
.info-card--full{width:100%;min-height:auto;align-items:center;padding:36px 40px;gap:36px}
.info-card--minutes{
  background:
    radial-gradient(circle at 12% 30%, rgba(255,255,255,.7), transparent 42%),
    linear-gradient(105deg, #d7eff7 0%, #e7f6fb 45%, #f4fbfd 100%);
  border:1px solid rgba(170, 214, 228, 0.55);
  box-shadow:0 16px 40px rgba(24,78,110,.08);
}
.info-card--full img{width:180px;align-self:center}
.info-card--full h3{
  font-family:"Playfair Display",Georgia,serif;
  font-size:32px;
  color:#1a2b3c;
  margin-top:0;
}
.info-card--full p{font-size:16px;line-height:1.55;max-width:52rem;color:#3f4f5c}
.info-card--full .quote-box{
  font-size:18px;
  max-width:40rem;
  background:#fff1d2;
  border-radius:14px;
  padding:14px 16px;
  font-weight:700;
  color:#1a2b3c;
}
.info-card.blue{background:#f2fbff}.info-card.lavender{background:#f7f7ff;position:relative}
.info-card img{width:130px;object-fit:contain;align-self:flex-end}.info-card .lantern{position:absolute;width:85px;right:10px;bottom:10px}
.info-card h3{font-family:Georgia,serif;font-size:26px;margin-top:0}.info-card li{margin:10px 0}
.quote-box{background:#fff6df;border-radius:12px;padding:14px;font-weight:700}
.safety{
  background:#ffffff;
  padding:28px 0 56px;
}
.safety-panel{
  background:#f2f7fb;
  border:1px solid #d7e5ef;
  border-radius:28px;
  padding:32px 22px 26px;
  box-shadow:none;
}
.safety-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:22px;
}
.safety-head h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:30px;
  margin:0;
  color:#1a2b3c;
  font-weight:700;
  letter-spacing:-.02em;
  text-align:center;
}
.safety-spark{
  color:#e8b923;
  font-size:18px;
  line-height:1;
}
.safety-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
}
.safety-grid article{
  padding:14px 14px 10px;
  text-align:center;
  border-right:1px solid #e5edf1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.safety-grid article:last-child{border-right:none}
.safety-ico{
  display:inline-flex;
  color:#2f8fb3;
}
.safety-grid p{
  margin:0;
  font-size:12px;
  line-height:1.45;
  color:#3f4f5c;
  font-weight:550;
}
.membership{background:#fff;padding:28px 0 72px}
.membership-card{
  position:relative;
  display:grid;
  gap:28px;
  background:
    radial-gradient(ellipse 55% 45% at 50% 88%, rgba(247,184,23,.18), transparent 60%),
    linear-gradient(135deg,#074a68 0%,#0a6d84 45%,#055f78 100%);
  color:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  padding:40px 34px 34px;
}
.membership-card::before,
.membership-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  pointer-events:none;
  opacity:.28;
  background:
    radial-gradient(circle at center, transparent 28%, rgba(232,185,35,.7) 29%, transparent 30%),
    radial-gradient(circle at center, transparent 46%, rgba(232,185,35,.45) 47%, transparent 48%),
    radial-gradient(circle at center, transparent 64%, rgba(232,185,35,.3) 65%, transparent 66%);
}
.membership-card::before{left:-70px;bottom:-80px}
.membership-card::after{right:-60px;top:-70px}
.membership-top,
.membership-cta{position:relative;z-index:1}
.membership-top{
  display:grid;
  grid-template-columns:1.15fr 1.15fr .9fr 1.05fr;
  gap:22px 24px;
  align-items:start;
}
.final-story h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:36px;
  line-height:1.15;
  margin:0 0 16px;
  font-weight:700;
}
.final-story__mark{
  position:relative;
  display:inline-block;
  padding-bottom:5px;
}
.final-story__mark::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:5px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8' preserveAspectRatio='none'%3E%3Cpath d='M1 5 C20 2, 40 7, 58 3 S76 6, 79 4' fill='none' stroke='%23e8b923' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.final-story p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:rgba(255,255,255,.92);
  max-width:17rem;
}
.ready-list,.fee-list{display:grid;gap:11px;padding-top:6px}
.ready-list p,.fee-list p{
  margin:0;
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:13px;
  line-height:1.45;
  color:rgba(255,255,255,.94);
}
.ready-check{
  flex:0 0 auto;
  width:18px;height:18px;margin-top:1px;
  border-radius:50%;
  background:#e8b923;color:#123;
  display:grid;place-items:center;
  font-size:11px;font-weight:800;
}
.ready-emphasis{font-weight:800;font-size:15px}
.fee-check{color:#fff;font-weight:800;flex:0 0 auto;font-size:14px;line-height:1.2}
.join-price{text-align:center;padding-top:2px}
.join-label{
  margin:0 0 12px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:22px;
  color:#fff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.join-ornament{
  width:28px;height:2px;
  background:linear-gradient(90deg,transparent,#e8b923);
  position:relative;
}
.join-ornament:last-child{background:linear-gradient(90deg,#e8b923,transparent)}
.join-ornament::after{
  content:"";
  position:absolute;
  top:50%;width:5px;height:5px;
  background:#e8b923;transform:translateY(-50%) rotate(45deg);
}
.join-ornament:first-child::after{right:-2px}
.join-ornament:last-child::after{left:-2px}
.price{
  background:#fff;
  color:#1a2b3c;
  border-radius:16px;
  padding:20px 16px 18px;
  text-align:center;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.price-amount{
  margin:0;
  font-size:40px;
  line-height:1;
  font-family:"Playfair Display",Georgia,serif;
  font-weight:700;
  letter-spacing:-0.02em;
  white-space:nowrap;
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
}
.price-currency{
  font-size:.72em;
  line-height:1;
  margin-right:.06em;
  position:relative;
  top:-0.02em;
}
.price-caption{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  color:#3f4f5c;
}
.membership-cta{
  display:grid;
  justify-items:center;
  gap:12px;
  padding-top:4px;
}
.membership-apply{
  min-width:min(100%, 320px);
  box-shadow:0 0 0 8px rgba(247,184,23,.16), 0 14px 30px rgba(0,0,0,.18);
  text-transform:uppercase;
  letter-spacing:.03em;
}
.membership-tagline{
  margin:0;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  color:rgba(255,255,255,.9);
  font-weight:600;
}
.tag-line{
  width:42px;height:1px;background:rgba(232,185,35,.7);
}
.tag-line--heart{
  position:relative;
}
.tag-line--heart::after{
  content:"♥";
  position:absolute;
  right:-2px;top:50%;
  transform:translateY(-55%);
  color:#e8b923;font-size:11px;
}
.signin-line{margin:0;font-size:12px;font-weight:650;opacity:.9;text-align:center}
.signin-line a{color:#ffe08a;text-decoration:underline}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}

@media (max-width: 980px){
  .main-nav{display:none}.nav-wrap{height:76px}.brand-logo{width:120px}.btn-small{margin-left:auto}
  .hero-grid,.flip-grid{grid-template-columns:1fr}.hero-copy{order:1}.hero-visual{order:2}
  .story-row{flex-wrap:wrap;justify-content:center;gap:16px 20px}
  .story-copy{flex-basis:100%;max-width:none;text-align:center;margin-bottom:8px}
  .story-quote--indent{margin-left:0}
  .story-arrow--soft{display:none}
  .story-end{justify-content:center;flex-basis:100%}
  .story-end__copy{text-align:left}
  .problem-card{grid-template-columns:180px 1fr}
  .problem-visual{grid-row:span 1}
  .thinking-img{max-height:220px;object-fit:cover}
  .problem-punch{
    grid-column:1/-1;
    border-left:0;
    border-top:1px solid rgba(16,36,74,.12);
    padding:20px 0 0;
  }
  .chips{max-width:360px}
  .chip--down{transform:translateY(8px)}
  .internet-title{font-size:34px}
  .steps-grid{grid-template-columns:repeat(3,1fr)}
  .outcomes{grid-template-columns:1fr}
  .how-head h2{font-size:30px}
  .how-head__line{width:60px}
  .safety-grid{grid-template-columns:repeat(3,1fr)}
  .safety-grid article:nth-child(3n){border-right:none}
  .safety-grid article:nth-child(n+4){border-top:1px solid #e5edf1;padding-top:18px}
  .safety-head h2{font-size:26px}
  .membership-top{grid-template-columns:1fr 1fr;gap:20px}.membership-card{padding:28px 22px}
}
@media (max-width: 640px){
  .container{width:min(100% - 28px,1180px)}.section-space{padding:62px 0}
  .site-header .btn-small{font-size:11px;padding:11px 14px}
  .hero h1{font-size:48px}.hero-sub{font-size:22px}.hero-highlight{font-size:30px}
  .section-heading h2{font-size:27px}.section-heading .line{width:45px}
  .story-row{flex-direction:column;align-items:center;text-align:center}
  .story-copy{min-width:0}
  .story-arrow{transform:rotate(90deg);margin:2px 0}
  .story-art img{height:110px}
  .story-title{font-size:30px}
  .story-end{flex-direction:column;gap:8px}
  .story-end__copy{text-align:center}
  .chip--down{transform:none}
  .internet-head{display:block}
  .internet-title{font-size:30px}
  .chips{justify-content:flex-start;margin-top:16px;max-width:none}
  .problem-card{grid-template-columns:1fr;padding:22px}
  .thinking-img{max-width:100%;max-height:260px;margin:0 auto}
  .problem-punch{grid-column:auto;padding-top:8px;border-top:0;border-left:0;padding-left:0}
  .problem-bubble{font-size:18px}
  .flip-grid{grid-template-columns:1fr;gap:34px}
  .sticky-note{transform:rotate(-1.5deg);max-width:420px}
  .big-idea__copy p{font-size:36px}
  .big-idea{justify-content:flex-start}
  .steps-grid{grid-template-columns:1fr 1fr}.step-card{min-height:250px}
  .outcomes{grid-template-columns:1fr}
  .icon-row{grid-template-columns:repeat(3,1fr)}
  .no .icon-row{grid-template-columns:repeat(2,1fr)}
  .how-head{gap:10px}
  .how-head h2{font-size:26px;white-space:normal;text-align:center}
  .how-head__line{width:36px}
  .info-card{display:block}.info-card img{width:110px;float:left;margin-right:16px}
  .info-card--full{display:flex;flex-direction:column;padding:28px 22px;text-align:center}
  .info-card--full img{float:none;width:140px;margin:0 auto 18px}
  .info-card--full h3{font-size:26px}
  .info-card--full p,.info-card--full .quote-box{font-size:15px;max-width:none}
  .safety-grid{grid-template-columns:1fr 1fr}
  .safety-grid article{border-right:1px solid #e5edf1}
  .safety-grid article:nth-child(2n){border-right:none}
  .safety-grid article:nth-child(n+3){border-top:1px solid #e5edf1;padding-top:18px}
  .safety-head{gap:8px}
  .safety-head h2{font-size:22px}
  .membership-top{grid-template-columns:1fr}.final-story h2{font-size:30px}.price-amount{font-size:34px}
}

.signin-line{margin-top:14px;font-size:12px;font-weight:650;opacity:.9;text-align:center}
.signin-line a{color:#ffe08a;text-decoration:underline}

.site-footer{background:#18181b;color:#a1a1aa;padding:28px 0;margin-top:0}
.site-footer__inner{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:space-between}
.site-footer__brand{font-weight:800;letter-spacing:.04em;color:#fff;font-size:15px}
.site-footer__links{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px;font-weight:650}
.site-footer__links a{color:#a1a1aa;text-decoration:none}
.site-footer__links a:hover{color:#fff}
