
:root{
  --bg:#050505;
  --bg2:#0a0a0a;
  --panel:#111;
  --panel2:#161616;
  --text:#f6f3ea;
  --muted:#b9b2a4;
  --gold:#f0bb22;
  --gold2:#ffd45f;
  --line:#2d281b;
  --max:1180px;
  --radius:18px;
  --shadow:0 22px 70px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 34px));margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:#fff;color:#000;padding:10px;z-index:999}

.site-header{position:sticky;top:0;z-index:100;background:rgba(5,5,5,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{font-weight:900;letter-spacing:.08em;font-size:1.05rem}.brand span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:22px;font-size:.92rem}
.nav-links a{position:relative;padding:10px}
.nav-links a[aria-current="page"]{color:var(--gold2)}
.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{font-weight: 700;}
.menu-btn{display:none;background:#0d0d0d;color:#fff;border:1px solid #54431e;border-radius:10px;padding:8px 11px}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 24px;border-radius:8px;border:1px solid var(--gold);background:linear-gradient(135deg,var(--gold),var(--gold2));color:#080808;font-weight:900;box-shadow:0 10px 28px rgba(240,187,34,.18)}
.btn:hover{transform:translateY(-1px);box-shadow:0 15px 34px rgba(240,187,34,.28)}
.btn-outline{background:#080808;color:var(--gold2)}
.btn-small{min-height:42px;padding:10px 17px;font-size:.88rem}

.hero{padding:52px 0 44px;border-bottom:1px solid rgba(240,187,34,.12);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.96fr 1.04fr;align-items:center;gap:42px}
.hero-copy{max-width:620px}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;margin-bottom:12px}
h1,h2,h3{line-height:1.1;margin:0 0 18px}
h1{font-size:clamp(2.35rem,5.2vw,4.65rem);letter-spacing:-.045em}
h2{font-size:clamp(1.9rem,3.8vw,2.4rem);letter-spacing:-.025em}
h3{font-size:1.2rem}
.gold{color:var(--gold2)}
.lead{font-size:0.9rem;color:#d0c9bb;max-width:700px}
.hero-details,.checks{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:10px}
.checks{padding:0 0 30px 0;}
.hero-details li,.checks li{position:relative;padding-left:27px;color:#e9e4d9}
.hero-details li::before,.checks li::before{content:"✓";position:absolute;left:0;color:#fff;font-weight:900}
.hero-actions,.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-line{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(240,187,34,.16);color:#c6beaf;font-size:.9rem}
.hero-visual{position:relative}
.hero-visual::before{content:"";position:absolute;inset:8% -5% 0 5%;background:radial-gradient(circle,rgba(240,187,34,.24),transparent 65%);filter:blur(42px);z-index:-1}
.hero-visual img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:0}


.home-hero{padding:72px 0 60px;}
.home-hero .hero-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:56px}
.home-hero .hero-copy{max-width:none;padding-right:10px}
.home-hero h1{font-size:clamp(2.65rem,5vw,4rem);margin-bottom:16px}
.home-hero .lead{font-size:1.0rem;line-height:1.72;color:var(--muted)}
.home-hero .hero-details{max-width:62ch;margin-top:22px;gap:12px}
.home-hero .hero-details li{font-size:1rem}
.home-hero .hero-actions{margin-top:30px;flex-wrap:nowrap;align-items:center}
.home-hero .hero-actions .btn{white-space:nowrap}
.home-hero .btn-outline{background:transparent}
.home-hero .trust-line{margin-top:20px;padding-top:16px;font-size:.92rem}
.home-hero .hero-visual{justify-self:end;width:100%;max-width:420px}
.home-hero .hero-visual::before{inset:10% -8% -2% 8%;background:radial-gradient(circle,rgba(240,187,34,.28),transparent 62%);filter:blur(54px)}
.home-hero .hero-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;}

.section{padding:68px 0}
.section-tight{padding:48px 0}
.band{background:linear-gradient(180deg,#111,#090909);border-top:1px solid rgba(240,187,34,.1);border-bottom:1px solid rgba(240,187,34,.1)}
.section-title{max-width:820px;margin:10px auto 34px;text-align:center}
.section-title p{color:var(--muted)}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:0}
.grid-7{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.card{background:linear-gradient(180deg,#141414,#0a0a0a);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 12px 34px rgba(0,0,0,.15)}
.card p{color:var(--muted)}
.feature-strip .card{border-radius:0;border-top:0;border-bottom:0;border-right:0;background:transparent;box-shadow:none;text-align:center;padding:30px 18px}
.feature-strip .card:first-child{border-left:0}
.icon{width:52px;height:52px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;color:var(--gold2);font-size:1.35rem;font-weight:900}
.kicker{color:var(--gold);font-size:.76rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900}
.price{font-size:2.35rem;font-weight:900;color:var(--gold2)}
.price small{font-size:.9rem;color:var(--muted)}
.ribbon{display:inline-block;background:var(--gold);color:#080808;border-radius:999px;padding:5px 10px;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.product-mockup{min-height:420px;display:grid;place-items:center;background:radial-gradient(circle,rgba(240,187,34,.13),transparent 60%)}
.product-mockup img{max-height:420px;width:auto;object-fit:contain}
.value-stack{display:grid;gap:12px}
.value-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}
.value-row span:last-child,.value-row strong:last-child{color:var(--gold2)}
.step-line{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative}
.step-line::before{content:"";position:absolute;left:7%;right:7%;top:27px;height:1px;background:rgba(240,187,34,.35)}
.step{text-align:center;position:relative;z-index:1}
.step-number{width:56px;height:56px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#070707;color:var(--gold2);font-weight:900}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:860px;margin:auto}
.pricing-card{padding:30px;border:1px solid #6c551f;border-radius:18px;background:linear-gradient(180deg,#151515,#090909)}
.pricing-card.featured{box-shadow:0 0 0 2px rgba(240,187,34,.18),0 22px 60px rgba(240,187,34,.08)}
.topic-card{padding:18px 12px;text-align:center;border:1px solid var(--line);background:#0c0c0c;border-radius:14px}
.article-card img{aspect-ratio:16/10;object-fit:cover;border-radius:12px;margin-bottom:16px}
.timeline{position:relative;display:grid;gap:18px;padding-left:30px}
.timeline::before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:2px;background:rgba(240,187,34,.45)}
.timeline-item{position:relative;padding-left:18px}
.timeline-item::before{content:"";position:absolute;left:-28px;top:6px;width:12px;height:12px;border:2px solid var(--gold);border-radius:50%;background:#070707}
.quote{border-left:3px solid var(--gold);padding-left:16px;color:#ded6c7}
.cta{border:1px solid #6a521d;border-radius:20px;padding:34px;background:radial-gradient(circle at 15% 20%,#261a07,#0a0a0a 62%)}
.faq details{border:1px solid var(--line);background:#0d0d0d;border-radius:12px;margin-bottom:12px}
.faq summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:800;display:flex;justify-content:space-between}
.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";color:var(--gold);font-size:1.4rem}.faq details[open] summary::after{content:"−"}
.faq details p{padding:0 20px 18px;margin:0;color:var(--muted)}
.content{max-width:840px}
.content h2{margin-top:38px;font-size:2rem}
.content p,.content li{color:#d2cbbc}
.policy-card{background:#0d0d0d;border:1px solid var(--line);border-radius:16px;padding:26px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mobile-sticky{display:none}
footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:1.2fr 2fr .8fr;gap:28px}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
 /* Cutome New Style*/
section.section.band.testimonorial{
  display:none;
}

.content-card.supportemail{
  padding-bottom: 30px;
}
.choice-card{
  padding-bottom: 30px;
}
@media(max-width:1050px){
 .grid-7{grid-template-columns:repeat(4,1fr)}
 .grid-6{grid-template-columns:repeat(3,1fr)}
 .grid-5{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1180px){
 .home-hero .hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.85fr);gap:38px}
 .home-hero .hero-actions{flex-wrap:wrap}
}
@media(max-width:900px){
 .menu-btn{display:block}
 .nav-links{display:none;position:absolute;top:70px;left:16px;right:16px;flex-direction:column;align-items:stretch;padding:18px;background:#090909;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);max-height:calc(100vh - 90px);overflow:auto}
 .nav-links.open{display:flex}.nav-links .btn{width:100%}
 .hero-grid,.split,.grid-2,.grid-3,.grid-4,.blog-grid,.pricing-grid,.step-line{grid-template-columns:1fr}
 .home-hero .hero-copy{padding-right:0}
 .home-hero h1{max-width:13ch}
 .home-hero .hero-actions{flex-wrap:wrap}
 .step-line::before{display:none}
 .grid-5,.grid-6{grid-template-columns:1fr}
 .feature-strip .card{border-left:0;border-bottom:1px solid var(--line)}
 .footer-grid{grid-template-columns:1fr}
 .mobile-sticky{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:120;padding:10px;background:rgba(5,5,5,.96);border-top:1px solid #4b3c1b}
 .mobile-sticky .btn{min-height:44px;padding:10px 8px;font-size:.84rem}
 body{padding-bottom:70px}
}
@media(max-width:700px){
 .hero{padding:40px 0 32px}
 .hero-visual{display:none}
 .home-hero{padding:42px 0 34px}
 .home-hero .lead{font-size:.98rem}
 h1{font-size:2.25rem}
 .hero-actions .btn,.actions .btn{width:100%}
 .grid-7{grid-template-columns:1fr}
 .cta{padding:24px}
}


/* Reusable global membership pricing section */
.membership-offer{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 35%,rgba(240,187,34,.08),transparent 34%),linear-gradient(180deg,#080808,#050505)}
.membership-offer::before,.membership-offer::after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(240,187,34,.07);border-radius:50%;pointer-events:none}
.membership-offer::before{left:-260px;bottom:-300px}.membership-offer::after{right:-290px;bottom:-250px}
.membership-heading p{max-width:720px;margin:0 auto;color:var(--muted)}
.membership-shell{display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid #332a18;border-radius:22px;background:linear-gradient(145deg,rgba(20,20,20,.98),rgba(8,8,8,.98));box-shadow:var(--shadow);overflow:hidden}
.membership-benefits{padding:34px;border-right:1px solid #332a18;display:grid;align-content:center}
.membership-benefit{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:16px 0;border-bottom:1px solid rgba(240,187,34,.11)}
.membership-benefit:last-child{border-bottom:0}
.membership-benefit-icon{width:44px;height:44px;border:1px solid #5c491d;border-radius:50%;display:grid;place-items:center;color:var(--gold2);background:#15130e;font-size:1.1rem;font-weight:900}
.membership-benefit h3{margin:2px 0 4px;font-size:1rem}.membership-benefit p{margin:0;color:var(--muted);font-size:.91rem;line-height:1.45}
.membership-pricing-area{padding:34px;display:flex;flex-direction:column;justify-content:center}
.membership-pricing-label{margin:0 0 18px;text-align:center;color:var(--gold2);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.membership-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.membership-plan-card{position:relative;min-height:255px;padding:27px 24px;border:1px solid #3b3932;border-radius:18px;background:linear-gradient(180deg,#171717,#0d0d0d);display:flex;flex-direction:column;justify-content:center;text-align:center}
.membership-plan-card h3{margin-bottom:7px;font-size:1.1rem}.membership-plan-copy{min-height:45px;margin:0;color:var(--muted);font-size:.88rem}
.membership-plan-featured{border-color:var(--gold);box-shadow:0 0 0 1px rgba(240,187,34,.12),0 18px 44px rgba(0,0,0,.3)}
.membership-plan-badge{position:absolute;top:-10px;right:14px;background:var(--gold);color:#090909;border-radius:999px;padding:5px 9px;font-size:.66rem;font-weight:900;letter-spacing:.02em}
.membership-price{display:flex;justify-content:center;align-items:baseline;gap:8px;margin:20px 0 8px}.membership-price strong{font-size:clamp(2.2rem,4vw,3.35rem);line-height:1;color:#fff}.membership-price span{color:var(--muted);font-size:.92rem}
.membership-billing-note{margin:0;padding-top:16px;border-top:1px solid #302e28;color:var(--muted);font-size:.86rem}
.membership-checkout-button{width:100%;margin-top:22px;gap:12px;font-size:1rem}
.membership-checkout-note{text-align:center;margin:10px 0 0;color:var(--muted);font-size:.88rem}
.membership-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;border:1px solid #332a18;border-radius:16px;background:#0c0c0c}
.membership-trust-grid div{padding:19px 18px;border-right:1px solid #332a18}.membership-trust-grid div:last-child{border-right:0}.membership-trust-grid strong,.membership-trust-grid span{display:block}.membership-trust-grid strong{color:#fff;font-size:.92rem}.membership-trust-grid span{margin-top:3px;color:var(--muted);font-size:.78rem;line-height:1.4}
.membership-currency-note{max-width:780px;margin:17px auto 0;text-align:center;color:#938c7d;font-size:.78rem}
.membership-inline-cta{flex-direction:column;align-items:flex-start}.membership-inline-cta small{color:var(--muted)}
@media(max-width:900px){.membership-shell{grid-template-columns:1fr}.membership-benefits{border-right:0;border-bottom:1px solid #332a18}.membership-trust-grid{grid-template-columns:1fr 1fr}.membership-trust-grid div:nth-child(2){border-right:0}.membership-trust-grid div:nth-child(-n+2){border-bottom:1px solid #332a18}.membership-plan-grid{grid-template-columns:1fr}}
@media(max-width:600px){.membership-benefits,.membership-pricing-area{padding:24px 18px}.membership-trust-grid{grid-template-columns:1fr}.membership-trust-grid div,.membership-trust-grid div:nth-child(2){border-right:0;border-bottom:1px solid #332a18}.membership-trust-grid div:last-child{border-bottom:0}.membership-plan-badge{position:static;align-self:center;margin-bottom:12px}.membership-plan-card{min-height:230px}}

/* Focused recovery marketing additions */
.callout{border-left:3px solid var(--gold);background:#100d07;padding:18px 20px;border-radius:0 12px 12px 0;color:#e5dcc9}
.offer-card{display:flex;flex-direction:column}
.offer-card .btn{margin-top:auto}
.featured-offer{border-color:var(--gold);box-shadow:0 0 0 2px rgba(240,187,34,.13),0 24px 70px rgba(240,187,34,.08)}
.content hr{border:0;border-top:1px solid var(--line);margin:34px 0}
@media(max-width:900px){.grid-7{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr}}


/* Professional hero layout for all internal pages */
.hero:not(.home-hero){
  padding:68px 0 56px;
  background:
    radial-gradient(circle at 82% 28%,rgba(240,187,34,.13),transparent 27%),
    linear-gradient(180deg,#080808 0%,#050505 100%);
}
.hero:not(.home-hero) .hero-grid{
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  gap:54px;
}
.hero:not(.home-hero) .hero-copy{
  max-width:none;
  padding-right:10px;
}
.hero:not(.home-hero) h1{

  font-size:clamp(2.55rem,4.8vw,2.4rem);
  margin-bottom:17px;
}
.hero:not(.home-hero) .lead{

  font-size:1.0rem;
  line-height:1.72;
  color:var(--muted);
}
.hero:not(.home-hero) .hero-details{

  margin-top:22px;
  gap:12px;
}
.hero:not(.home-hero) .hero-details li{
  font-size:1rem;
}
.hero:not(.home-hero) .hero-actions{
  margin-top:30px;
  flex-wrap:nowrap;
  align-items:center;
}
.hero:not(.home-hero) .hero-actions .btn{
  white-space:nowrap;
}
.hero:not(.home-hero) .btn-outline{
  background:transparent;
}
.hero:not(.home-hero) .trust-line{
  margin-top:20px;
  padding-top:16px;
  font-size:.92rem;
}
.hero:not(.home-hero) .hero-visual{
  justify-self:end;
  width:100%;
  max-width:400px;
}
.hero:not(.home-hero) .hero-visual::before{
  inset:10% -8% -2% 8%;
  background:radial-gradient(circle,rgba(240,187,34,.28),transparent 62%);
  filter:blur(54px);
}
.hero:not(.home-hero) .hero-visual img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:22px;
  border:1px solid rgba(240,187,34,.12);
  box-shadow:0 26px 80px rgba(0,0,0,.55);
}

@media(max-width:1180px){
  .hero:not(.home-hero) .hero-grid{
    grid-template-columns:minmax(0,1.45fr) minmax(250px,.85fr);
    gap:36px;
  }
  .hero:not(.home-hero) .hero-actions{
    flex-wrap:wrap;
  }
}

@media(max-width:900px){
  .hero:not(.home-hero) .hero-copy{
    padding-right:0;
  }
  .hero:not(.home-hero) h1{
    max-width:13ch;
  }
  .hero:not(.home-hero) .hero-actions{
    flex-wrap:wrap;
  }
}

@media(max-width:700px){
  .hero:not(.home-hero){
    padding:42px 0 34px;
  }
  .hero:not(.home-hero) .lead{
    font-size:.98rem;
  }
}


/* Mobile hero grid correction */
@media(max-width:900px){
  .home-hero .hero-grid,
  .hero:not(.home-hero) .hero-grid{
    grid-template-columns:1fr !important;
    gap:0;
  }
  .home-hero .hero-copy,
  .hero:not(.home-hero) .hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .home-hero h1,
  .hero:not(.home-hero) h1{
    max-width:none;
    width:100%;
  }
  .home-hero .lead,
  .hero:not(.home-hero) .lead,
  .home-hero .hero-details,
  .hero:not(.home-hero) .hero-details{
    max-width:100%;
    width:100%;
  }
}

@media(max-width:700px){
  .home-hero h1,
  .hero:not(.home-hero) h1{
    font-size:clamp(2.05rem,10vw,2.7rem);
    line-height:1.08;
    letter-spacing:-.035em;
  }
  .home-hero .eyebrow,
  .hero:not(.home-hero) .eyebrow{
    max-width:20ch;
    line-height:1.45;
  }
  .home-hero .hero-actions,
  .hero:not(.home-hero) .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .home-hero .hero-actions .btn,
  .hero:not(.home-hero) .hero-actions .btn{
    width:100%;
    white-space:normal;
    text-align:center;
  }
  .home-hero .trust-line,
  .hero:not(.home-hero) .trust-line{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
}


/* Choose Your Starting Point redesign */
.start-path-section{
  background:radial-gradient(circle at 50% 35%,rgba(240,187,34,.055),transparent 34%),#050505;
  border-top:1px solid rgba(240,187,34,.08);
  border-bottom:1px solid rgba(240,187,34,.08);
}
.start-path-heading{max-width:900px;margin-bottom:38px}
.start-path-heading h2{font-size:clamp(2.2rem,4vw,3.35rem);margin-bottom:12px}
.start-path-heading p{font-size:1.02rem;max-width:760px;margin:0 auto;color:#cfc7b9}
.start-path-grid{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1.14fr) 34px minmax(0,1fr);align-items:center;gap:10px}
.start-path-card{position:relative;min-height:465px;padding:28px 24px;border:1px solid #3a372f;border-radius:18px;background:linear-gradient(180deg,#151515,#090909);display:flex;flex-direction:column;box-shadow:0 18px 45px rgba(0,0,0,.24)}
.start-path-card h3{font-size:1.42rem;margin:18px 0 8px}
.start-path-card>p:not(.start-path-best){color:var(--muted);line-height:1.62;margin:10px 0 16px}
.start-path-best{margin:0;color:var(--gold2);font-size:.93rem}.start-path-best strong{font-weight:500}
.start-path-badge,.recommended-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#080808;border-radius:999px;padding:6px 12px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.recommended-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);white-space:nowrap;padding:7px 18px}
.start-path-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:9px;color:#ddd6c8}
.start-path-list li{position:relative;padding-left:25px;font-size:.91rem}.start-path-list li::before{content:'✓';position:absolute;left:0;color:var(--gold2);font-weight:900}
.start-path-card .btn{width:100%;margin-top:auto;padding-left:14px;padding-right:14px;text-align:center}
.start-path-featured{min-height:495px;border-color:var(--gold);background:radial-gradient(circle at 50% 5%,rgba(240,187,34,.13),transparent 38%),linear-gradient(180deg,#17140d,#090909);box-shadow:0 0 0 1px rgba(240,187,34,.14),0 0 34px rgba(240,187,34,.18),0 26px 70px rgba(0,0,0,.42)}
.start-path-featured h3{font-size:1.58rem;margin-top:34px}
.start-path-arrow{display:grid;place-items:center;color:var(--gold2);font-size:2.25rem;text-shadow:0 0 18px rgba(240,187,34,.5)}
.start-path-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:46px;padding:0 18px}
.start-path-steps>div{display:flex;align-items:center;gap:14px;position:relative}
.start-path-steps>div:not(:last-child)::after{content:'';position:absolute;right:-18px;top:50%;width:36px;height:1px;background:rgba(240,187,34,.48)}
.start-step-icon{width:54px;height:54px;flex:0 0 54px;border:1px solid #735b22;border-radius:50%;display:grid;place-items:center;color:var(--gold2);background:#0d0d0d;font-size:1.2rem}
.start-path-steps p{margin:0}.start-path-steps strong,.start-path-steps small{display:block}.start-path-steps strong{font-size:1rem}.start-path-steps small{color:var(--muted);margin-top:2px}
@media(max-width:1120px){.start-path-grid{grid-template-columns:1fr 1fr;gap:18px}.start-path-arrow{display:none}.start-path-card,.start-path-featured{min-height:440px}.start-path-steps{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.start-path-heading h2{font-size:2rem}.start-path-grid{grid-template-columns:1fr}.start-path-card,.start-path-featured{min-height:0}.start-path-featured{margin-top:10px}.start-path-steps{grid-template-columns:1fr;padding:0;margin-top:32px}.start-path-steps>div:not(:last-child)::after{display:none}}


/* Clearer broader-discipline section */
.discipline-topics-heading{max-width:880px;margin-bottom:42px}
.discipline-topics-heading p{max-width:760px;margin:0 auto;color:var(--muted);font-size:1rem;line-height:1.7}
.discipline-topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.discipline-topic-grid .topic-card{position:relative;min-height:230px;padding:26px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.discipline-topic-grid .topic-card h3{font-size:1.15rem;margin-bottom:10px}
.discipline-topic-grid .topic-card p{margin:0;color:var(--muted);line-height:1.6}
.discipline-topic-grid .topic-card-core{border-color:var(--gold);background:radial-gradient(circle at top,rgba(240,187,34,.11),transparent 46%),linear-gradient(180deg,#17140d,#0b0b0b);box-shadow:0 18px 52px rgba(240,187,34,.08)}
.topic-label{position:absolute;top:14px;left:14px;background:var(--gold);color:#080808;border-radius:999px;padding:5px 9px;font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.topic-card-core .icon{margin-top:24px}
.discipline-topic-grid .topic-card:nth-child(n+5){transform:translateX(50%)}
.broader-content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:center}
.broader-copy p{font-size:1rem;line-height:1.75;color:#c9c1b2}
.broader-copy .checks{padding-bottom:0}
.membership-continuation-card{padding:32px;border:1px solid #6c551f;border-radius:18px;background:radial-gradient(circle at 20% 10%,rgba(240,187,34,.10),transparent 40%),linear-gradient(180deg,#171717,#0b0b0b);box-shadow:0 24px 70px rgba(0,0,0,.35)}
.membership-continuation-card h3{font-size:1.55rem;margin:18px 0 12px}
.membership-continuation-card p{color:var(--muted);line-height:1.7}
.membership-continuation-card .btn{width:100%;margin-top:12px}
.membership-continuation-card small{display:block;margin-top:12px;text-align:center;color:#8f887a}
@media(max-width:1050px){
 .discipline-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .discipline-topic-grid .topic-card:nth-child(n+5){transform:none}
 .broader-content-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 .discipline-topic-grid{grid-template-columns:1fr}
 .discipline-topic-grid .topic-card{min-height:auto}
 .membership-continuation-card{padding:24px}
}


/* Start Here page using the homepage journey design */
.start-here-path-page{
  padding-top:78px;
  padding-bottom:72px;
  min-height:calc(100vh - 70px);
}
.start-here-path-page .start-path-heading h1{
  font-size:clamp(2.45rem,5vw,4.4rem);
  margin-bottom:14px;
}
.start-here-path-page .start-path-heading{
  margin-bottom:46px;
}
.start-here-guidance{
  padding:52px 0;
}
.start-here-guidance .content{
  text-align:center;
  margin:auto;
}
.start-here-guidance .callout{
  margin-top:24px;
  text-align:left;
}

@media(max-width:700px){
  .start-here-path-page{
    padding-top:48px;
    padding-bottom:48px;
  }
  .start-here-path-page .start-path-heading h1{
    font-size:2.25rem;
  }
  .start-here-guidance{
    padding:42px 0;
  }
}


/* Final offer hierarchy and free-funnel refinements */
.text-link{display:inline-flex;align-items:center;color:var(--gold2);font-weight:800;text-decoration:underline;text-underline-offset:4px;padding:12px 2px}
.reset-hero .hero-actions{align-items:center}
.reset-audience .card,.receive-grid .card,.membership-inclusions .card{height:100%}
.receive-grid .icon,.membership-inclusions .icon{font-size:1.45rem;color:var(--gold2);margin-bottom:10px;font-weight:900}
.week-number{display:inline-block;margin-bottom:11px;padding:5px 9px;border-radius:999px;background:#17130b;border:1px solid #4b3b18;color:var(--gold2);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.outcome-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px;max-width:900px;margin:0 auto}.outcome-grid div{padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#0d0d0d;color:#eee5d4;font-weight:700}
.included-note{margin-top:16px;padding:14px 16px;border:1px solid #493b1e;border-radius:12px;background:#151108;color:#e8dfcc}.included-note strong{color:var(--gold2)}
.depth-card .btn{margin-top:10px}.reset-cta{display:flex;justify-content:space-between;align-items:center;gap:24px}.reset-cta h2,.reset-cta p{margin:0}.reset-cta p{margin-top:7px;color:var(--muted)}
@media(max-width:900px){.outcome-grid{grid-template-columns:1fr}.reset-cta{align-items:stretch}.reset-cta .btn{width:100%}.text-link{justify-content:center;width:100%}}

.toolkit-option{margin:14px 0 0;color:var(--muted)}.toolkit-option .text-link{display:inline;padding:0;font-size:inherit}


/* Article-first blog system */
.blog-hero .hero-copy{max-width:720px}
.blog-series-grid{align-items:stretch}
.blog-card{display:flex;flex-direction:column;min-height:310px}
.blog-card h3{font-size:1.28rem;line-height:1.25}
.blog-card h3 a:hover{color:var(--gold2)}
.blog-card p{flex:1}
.blog-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;color:#938c7d;font-size:.78rem}
.blog-card-top .eyebrow{margin:0}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--gold2);font-weight:800}
.text-link:hover{color:#fff}
.text-link.centered{display:flex;justify-content:center;margin-top:16px;text-align:center}
.blog-monthly-offer{align-items:start}
.article-membership-box{position:sticky;top:96px}
.article-membership-box .btn{width:100%;margin-top:12px}
.article-hero{padding:70px 0 46px;border-bottom:1px solid rgba(240,187,34,.14);background:radial-gradient(circle at 82% 18%,rgba(240,187,34,.10),transparent 30%),linear-gradient(180deg,#090909,#050505)}
.article-hero h1{max-width:900px;font-size:clamp(2.35rem,5vw,4.15rem)}
.article-hero .lead{max-width:780px;font-size:1.08rem}
.article-breadcrumb{display:flex;gap:9px;align-items:center;margin-bottom:24px;color:#9e9789;font-size:.86rem}
.article-breadcrumb a{color:var(--gold2)}
.article-meta{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:26px;padding-top:17px;border-top:1px solid rgba(240,187,34,.14);color:#a8a092;font-size:.86rem}
.article-body-section{padding-top:54px}
.article-content{font-size:1.04rem;line-height:1.78}
.article-content>p:first-child{font-size:1.14rem;color:#eee7d9}
.article-content h2{margin-top:46px;font-size:clamp(1.65rem,3vw,2.15rem)}
.article-content h3{margin-top:28px}
.article-content ol,.article-content ul{padding-left:24px;color:#d2cbbc}
.article-content li{margin:8px 0}
.article-example{margin:24px 0;padding:20px 22px;border:1px solid #443718;border-radius:14px;background:#0d0b07}
.article-example p{margin:3px 0;color:#e7dec9}
.article-cta{margin:56px 0 30px;padding:34px;border:1px solid #6a521d;border-radius:20px;background:radial-gradient(circle at 15% 20%,#261a07,#0a0a0a 62%)}
.article-cta h2{margin-top:0}
.article-premium-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}
.article-premium-grid>div{padding:20px;border:1px solid #423718;border-radius:14px;background:rgba(8,8,8,.72)}
.article-premium-grid h3{margin:0 0 9px;font-size:1.05rem}
.article-premium-grid p{margin:0;font-size:.93rem;color:var(--muted)}
.membership-price-line{padding-top:18px;border-top:1px solid rgba(240,187,34,.18)}
.article-note{margin:26px 0;padding:17px 20px;border-left:3px solid #6e695f;background:#0c0c0c;color:#bdb5a7;font-size:.9rem}
.article-sources{margin:28px 0;border:1px solid var(--line);border-radius:14px;background:#0b0b0b}
.article-sources summary{cursor:pointer;padding:17px 20px;color:var(--gold2);font-weight:800}
.article-sources ul{margin:0;padding:0 38px 10px}
.article-sources a{text-decoration:underline;text-decoration-color:#6b5520;text-underline-offset:3px}
.article-sources p{padding:0 20px 18px;margin:0;color:#938c7d;font-size:.84rem}
.article-related{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:38px}
.article-related-card{display:flex;flex-direction:column;gap:6px;padding:20px;border:1px solid var(--line);border-radius:14px;background:#0d0d0d}
.article-related-card:hover{border-color:#6a521d}
.article-related-card span{color:#978f80;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.article-related-card strong{line-height:1.35}
.back-to-blog{margin-top:28px;text-align:center}
.back-to-blog a{color:var(--gold2);font-weight:800}
@media(max-width:900px){
 .article-membership-box{position:static}
 .article-premium-grid,.article-related{grid-template-columns:1fr}
 .blog-card{min-height:0}
}
@media(max-width:700px){
 .article-hero{padding:44px 0 34px}
 .article-hero h1{font-size:2.35rem}
 .article-content{font-size:1rem;line-height:1.72}
 .article-cta{padding:24px 20px}
}


/* July 2026 content archive, navigation and footer update */
.footer-grid-expanded{grid-template-columns:minmax(220px,1.35fr) repeat(4,minmax(135px,1fr));gap:30px;align-items:start}
.footer-brand p{max-width:360px;margin:10px 0 0}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.footer-column h3{margin:0 0 7px;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}
.footer-column a{color:var(--muted);font-size:.88rem;line-height:1.35}
.footer-column a:hover{color:var(--gold2)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line);font-size:.82rem;color:#8f887a}
.content-access-grid,.library-value-grid{align-items:stretch}
.access-card{height:100%;position:relative;padding-top:28px}
.access-label{display:inline-block;margin-bottom:13px;padding:5px 9px;border:1px solid #59461d;border-radius:999px;background:#151108;color:var(--gold2);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.included-products-note{max-width:980px;margin:24px auto 0;padding:18px 20px;border:1px solid #59461d;border-radius:14px;background:#100d08;color:#d8d0c1;text-align:center}
.included-products-note strong{color:var(--gold2)}
.upcoming-series-grid{align-items:center}
.upcoming-series-card .btn{width:100%;margin-top:12px}
.muted-copy{color:var(--muted)}
.archive-cta-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}
.library-value-grid .card{height:100%}
.library-value-grid .icon{font-size:1.4rem;color:var(--gold2);font-weight:900;margin-bottom:10px}
.current-premium-release .split{align-items:start}
@media(max-width:1120px){.footer-grid-expanded{grid-template-columns:1.4fr repeat(2,1fr)}.footer-brand{grid-row:span 2}}
@media(max-width:900px){.footer-grid-expanded{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;grid-row:auto}.footer-bottom{flex-direction:column}.upcoming-series-grid{grid-template-columns:1fr}}
@media(max-width:560px){.footer-grid-expanded{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{align-items:flex-start}.archive-cta-row .btn{width:100%}}


/* Access-model clarification and focused free-reset campaign page */
.access-comparison-grid{align-items:stretch}
.access-option-card{display:flex;flex-direction:column;gap:14px}
.access-option-card .btn{margin-top:auto}
.compact-checks{margin:0}
.access-exclusion,.access-difference-note{font-size:.92rem;color:#cfc8b5}
.access-exclusion{padding:12px 14px;border-left:3px solid var(--gold);background:rgba(240,187,34,.06);border-radius:0 10px 10px 0}
.access-difference-note{max-width:900px;margin:24px auto 0;padding:16px 18px;border:1px solid #4b3a17;border-radius:12px;background:#0d0b07;text-align:center}
.access-scope-grid{align-items:stretch}
.access-scope-grid .card{height:100%}
.pricing-card .price small{font-size:.9rem;color:var(--muted);font-weight:700}
.campaign-page{background:#050505}
.campaign-header{position:relative;z-index:10;border-bottom:1px solid #2b2415;background:rgba(5,5,5,.96)}
.campaign-nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.campaign-header-note{color:var(--muted);font-size:.82rem;text-align:right}
.campaign-hero{padding-top:72px}
.campaign-hero .hero-copy{max-width:720px}
.campaign-hero .hero-actions .btn{min-width:280px}
.cycle-line{font-weight:900;font-size:clamp(1.1rem,2.4vw,1.5rem);color:var(--gold2);letter-spacing:.02em}
.numbered-steps{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:14px;counter-reset:campaign-step}
.numbered-steps li{counter-increment:campaign-step;display:grid;grid-template-columns:42px 1fr;column-gap:14px;padding:16px;border:1px solid #342a16;border-radius:14px;background:#0c0c0c}
.numbered-steps li::before{content:counter(campaign-step);grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#080808;font-weight:950}
.numbered-steps strong,.numbered-steps span{grid-column:2}
.numbered-steps span{margin-top:4px;color:var(--muted)}
.campaign-signup-card{align-self:center}
.form-privacy-note{font-size:.8rem;color:var(--muted);margin-top:16px}
.campaign-final-cta{align-items:center}
.campaign-footer{border-top:1px solid #2b2415;padding:34px 0 90px;background:#080808;color:var(--muted);font-size:.86rem;text-align:center}
.campaign-footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin:14px 0}
.campaign-footer a{color:#e0d9c6}
.campaign-mobile-sticky{justify-content:center}
.campaign-mobile-sticky .btn{width:min(520px,100%)}
@media(max-width:700px){
  .campaign-nav{min-height:64px}
  .campaign-header-note{display:none}
  .campaign-hero{padding-top:48px}
  .campaign-hero .hero-actions .btn{min-width:0;width:100%}
  .campaign-final-cta{text-align:center}
}

/* Privacy-first analytics consent controls */
.dv-consent-banner[hidden],.dv-consent-modal[hidden]{display:none!important}
.dv-consent-banner{position:fixed;z-index:1200;left:18px;right:18px;bottom:18px;border:1px solid #6c551f;border-radius:18px;background:rgba(10,10,10,.98);box-shadow:0 24px 80px rgba(0,0,0,.62);backdrop-filter:blur(14px)}
.dv-consent-banner__inner{max-width:1180px;margin:0 auto;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.dv-consent-banner__copy{max-width:760px}.dv-consent-banner__copy strong{display:block;color:#fff;font-size:1.04rem;margin-bottom:6px}.dv-consent-banner__copy p{margin:0;color:#c8c0b2;font-size:.9rem;line-height:1.55}
.dv-consent-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dv-consent-actions .btn{white-space:nowrap}
.dv-consent-link,.dv-cookie-settings{border:0;background:transparent;color:var(--gold2);font:inherit;font-size:.86rem;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer;padding:8px 2px}.dv-consent-link:hover,.dv-cookie-settings:hover{color:#fff}
.dv-cookie-settings{display:block;text-align:left;margin-top:1px;padding:0}
.dv-consent-modal{position:fixed;z-index:1300;inset:0;display:grid;place-items:center;padding:20px}
.dv-consent-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}
.dv-consent-panel{position:relative;z-index:1;width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:34px;border:1px solid #6c551f;border-radius:20px;background:linear-gradient(180deg,#171717,#090909);box-shadow:0 28px 100px rgba(0,0,0,.72)}
.dv-consent-panel h2{margin:5px 42px 10px 0;font-size:clamp(1.65rem,4vw,2.2rem)}.dv-consent-panel>p{color:var(--muted);line-height:1.65;margin-bottom:24px}
.dv-consent-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#0c0c0c;color:#fff;font-size:1.55rem;line-height:1;cursor:pointer}.dv-consent-close:hover{border-color:var(--gold)}
.dv-consent-option{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-top:12px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#0d0d0d}.dv-consent-option strong,.dv-consent-option small{display:block}.dv-consent-option small{max-width:420px;margin-top:5px;color:#a9a193;line-height:1.5}
.dv-consent-required{flex:0 0 auto;color:#d5ccba;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.dv-switch{position:relative;display:inline-flex;flex:0 0 auto}.dv-switch input{position:absolute;opacity:0;pointer-events:none}.dv-switch span{position:relative;width:50px;height:28px;border-radius:999px;background:#343434;border:1px solid #555;cursor:pointer;transition:.2s}.dv-switch span::after{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.2s}.dv-switch input:checked+span{background:var(--gold);border-color:var(--gold)}.dv-switch input:checked+span::after{transform:translateX(22px);background:#090909}.dv-switch input:focus-visible+span{outline:3px solid rgba(240,187,34,.34);outline-offset:3px}
.dv-consent-panel__actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px}.dv-consent-panel__actions .text-link{margin:0;padding:8px 0}
.dv-consent-modal-open{overflow:hidden}
@media(max-width:820px){.dv-consent-banner{left:10px;right:10px;bottom:10px}.dv-consent-banner__inner{align-items:stretch;flex-direction:column;gap:16px;padding:18px}.dv-consent-actions{justify-content:stretch}.dv-consent-actions .btn{flex:1}.dv-consent-link{width:100%;text-align:center}.dv-consent-panel{padding:28px 20px}.dv-consent-option{align-items:flex-start}.dv-consent-panel__actions{align-items:stretch;flex-direction:column}.dv-consent-panel__actions .btn,.dv-consent-panel__actions .text-link{width:100%;text-align:center;justify-content:center}}
@media(max-width:520px){.dv-consent-actions{display:grid;grid-template-columns:1fr}.dv-consent-actions .btn{width:100%}.dv-consent-option{gap:14px;padding:15px}.dv-consent-required{font-size:.68rem}.dv-consent-panel{max-height:calc(100vh - 20px)}}

/* Product proof gallery */
.product-proof{
  background:
    radial-gradient(circle at 50% 0,rgba(240,187,34,.09),transparent 38%),
    linear-gradient(180deg,#080704,#050505);
  border-top:1px solid rgba(240,187,34,.14);
  border-bottom:1px solid rgba(240,187,34,.14);
}
.product-proof .section-title{max-width:880px}
.product-proof .section-title p{max-width:760px;margin:0 auto;color:var(--muted)}
.product-proof-grid{display:grid;gap:24px;margin-top:26px;align-items:start}
.product-proof-grid--landscape{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-proof-grid--portrait{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}
.product-proof-card{
  margin:0;
  overflow:hidden;
  border:1px solid #41371f;
  border-radius:16px;
  background:linear-gradient(180deg,#15130e,#0b0a08);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
}
.product-proof-card img{width:100%;height:auto;background:#090909}
.product-proof-card figcaption{display:grid;gap:5px;padding:18px 20px 21px;border-top:1px solid #302918}
.product-proof-card figcaption strong{color:var(--gold2);font-size:1.03rem}
.product-proof-card figcaption span{color:var(--muted);font-size:.94rem;line-height:1.55}
.product-proof-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:30px;
  padding:26px;
  border:1px solid #59491f;
  border-radius:16px;
  background:linear-gradient(135deg,#151006,#0d0b07);
}
.product-proof-note h3{margin-bottom:8px}
.product-proof-note p{max-width:770px;margin:0;color:#d6cebd}
.product-proof-note .btn{flex:0 0 auto}
@media(max-width:900px){
  .product-proof-grid--portrait{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-proof-grid--portrait .product-proof-card:last-child{grid-column:1/-1;max-width:520px;justify-self:center}
  .product-proof-note{align-items:flex-start;flex-direction:column}
}
@media(max-width:700px){
  .product-proof-grid--landscape,.product-proof-grid--portrait{grid-template-columns:1fr}
  .product-proof-grid--portrait .product-proof-card:last-child{grid-column:auto;max-width:none}
  .product-proof-card figcaption{padding:16px}
  .product-proof-note{padding:20px}
  .product-proof-note .btn{width:100%}
}


/* About page founder story and trust evidence */
.about-hero .hero-grid{align-items:center}
.about-founder-visual{overflow:hidden;border:1px solid #4a3d20;border-radius:22px;background:#0b0b0b;box-shadow:0 24px 70px rgba(0,0,0,.4)}
.about-founder-visual::before{inset:8% -12% -8% 6%}
.about-founder-visual img{aspect-ratio:4/5;border-radius:0;object-fit:cover}
.about-founder-visual figcaption{display:grid;gap:3px;padding:14px 16px;border-top:1px solid #3b321d;background:#0b0a08}
.about-founder-visual figcaption strong{color:var(--gold2);font-size:.83rem;text-transform:uppercase;letter-spacing:.06em}
.about-founder-visual figcaption span{color:#bdb5a7;font-size:.8rem;line-height:1.45}
.placeholder-visual{position:relative}
.placeholder-visual::after{content:"PLACEHOLDER";position:absolute;top:14px;right:14px;padding:6px 9px;border:1px solid rgba(255,212,95,.55);border-radius:999px;background:rgba(5,5,5,.86);color:var(--gold2);font-size:.65rem;font-weight:900;letter-spacing:.11em}
.about-story-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:58px;align-items:start;max-width:1080px}
.about-story-copy{max-width:760px}
.about-story-copy h2{margin-top:44px;font-size:clamp(1.8rem,3vw,2.35rem)}
.about-story-copy p{color:#d2cbbc;font-size:1.01rem;line-height:1.78}
.founder-quote{margin:30px 0;padding:25px 28px;border:1px solid #5d4920;border-left:4px solid var(--gold);border-radius:0 16px 16px 0;background:linear-gradient(135deg,#171107,#0b0a08);color:#f1e8d3;font-size:1.18rem;line-height:1.65;font-weight:700}
.about-story-aside{position:sticky;top:102px}
.founder-facts-card{padding:24px;border:1px solid #50401e;border-radius:18px;background:linear-gradient(180deg,#14120e,#0b0a08);box-shadow:0 18px 50px rgba(0,0,0,.25)}
.founder-fact{display:grid;gap:2px;padding:15px 0;border-bottom:1px solid rgba(240,187,34,.14)}
.founder-fact strong{color:var(--gold2);font-size:1.28rem}
.founder-fact span{color:var(--muted);font-size:.85rem;line-height:1.45}
.founder-facts-note{margin:16px 0 0;color:#948c7e;font-size:.75rem;line-height:1.5}
.about-evidence{background:radial-gradient(circle at 50% 0,rgba(240,187,34,.08),transparent 34%),linear-gradient(180deg,#0b0a08,#060606)}
.about-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.about-photo-card{margin:0;overflow:hidden;border:1px solid #493b20;border-radius:18px;background:#0b0a08;box-shadow:0 18px 48px rgba(0,0,0,.24)}
.about-photo-card img{width:100%;aspect-ratio:16/11;object-fit:cover;background:#0a0a0a}
.about-photo-card figcaption{display:flex;justify-content:space-between;align-items:flex-start;gap:22px;padding:18px 20px;border-top:1px solid #342c1b}
.about-photo-card figcaption div{display:grid;gap:4px}
.about-photo-card figcaption strong{color:#fff}
.about-photo-card figcaption span{color:var(--muted);font-size:.88rem;line-height:1.5}
.about-photo-card figcaption em{flex:0 0 150px;color:var(--gold2);font-size:.69rem;line-height:1.4;text-align:right;text-transform:uppercase;letter-spacing:.06em;font-style:normal;font-weight:900}
.placeholder-warning{margin-top:22px;padding:15px 17px;border:1px dashed #6a5424;border-radius:12px;background:#120f08;color:#cfc6b4;font-size:.86rem}
.placeholder-warning strong{color:var(--gold2)}
.about-method-grid .card{height:100%;padding:28px}
.method-number{margin-bottom:17px;color:var(--gold2);font-size:.76rem;font-weight:900;letter-spacing:.12em}
.about-privacy-section{align-items:start}
.about-privacy-section p{color:#d2cbbc;line-height:1.75}
.privacy-accountability-card{padding:28px;border:1px solid #59471f;border-radius:18px;background:linear-gradient(145deg,#171208,#0b0a08)}
.privacy-accountability-card .checks{padding-bottom:0}
.about-final-cta{display:flex;align-items:center;justify-content:space-between;gap:38px}
.about-final-cta>div:first-child{max-width:760px}
.about-final-cta p{color:#d3cbbb}
.about-final-cta .actions{flex:0 0 250px;flex-direction:column;margin-top:0}
.about-final-cta .btn{width:100%}
@media(max-width:900px){
  .about-story-layout{grid-template-columns:1fr;gap:34px}
  .about-story-aside{position:static}
  .founder-facts-card{display:grid;grid-template-columns:repeat(2,1fr);gap:0 22px}
  .founder-facts-card>.eyebrow,.founder-facts-card>.founder-facts-note{grid-column:1/-1}
  .about-final-cta{align-items:stretch;flex-direction:column}
  .about-final-cta .actions{flex:0 0 auto;width:100%}
}
@media(max-width:700px){
  .about-hero .hero-visual{display:block;margin-top:24px}
  .about-hero .hero-grid{grid-template-columns:1fr}
  .about-founder-visual{max-width:520px}
  .about-photo-grid{grid-template-columns:1fr}
  .about-photo-card figcaption{flex-direction:column}
  .about-photo-card figcaption em{flex:auto;text-align:left}
  .founder-facts-card{grid-template-columns:1fr}
  .founder-facts-card>.eyebrow,.founder-facts-card>.founder-facts-note{grid-column:auto}
  .founder-quote{padding:20px;font-size:1.04rem}
}


/* Founder trust spotlight */
.founder-spotlight{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);gap:26px;align-items:center;padding:26px 26px 26px 30px;border-color:#5a4518;background:radial-gradient(circle at 92% 18%,rgba(240,187,34,.12),transparent 24%),linear-gradient(180deg,#151515,#0a0a0a)}
.founder-spotlight h2{font-size:clamp(1.7rem,3vw,2.2rem);margin-bottom:14px}
.founder-spotlight p{color:var(--muted);margin:0 0 12px}
.founder-spotlight-points{display:flex;flex-wrap:wrap;gap:10px 16px;padding-top:10px;border-top:1px solid rgba(240,187,34,.14);color:#d8d0c1;font-size:.92rem}
.founder-spotlight-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px;border:1px solid rgba(240,187,34,.18)}
.start-here-founder-note{max-width:760px;margin:0 auto 28px;padding:15px 18px;border:1px solid var(--line);border-radius:14px;background:#0d0d0d;color:var(--muted);text-align:center}
.start-here-founder-note strong{color:#fff}
.start-here-founder-note a{color:var(--gold2);text-decoration:underline}
@media(max-width:900px){.founder-spotlight{grid-template-columns:1fr;padding:22px}.founder-spotlight-visual{order:-1;max-width:360px}}


/* Founder transparency links and article author boxes */
.founder-sample-disclosure{margin:9px 0 0;color:#aaa292;font-size:.78rem;line-height:1.4;text-align:center;font-style:italic}
.founder-context-note{margin:12px 0 0;color:#c7c0b2;font-size:.92rem;line-height:1.55}
.founder-context-note a,.article-author-box a,.faq details a{color:var(--gold2);text-decoration:underline;text-underline-offset:3px}
.article-author-box{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;margin:38px 0 10px;padding:22px;border:1px solid #4e3e1b;border-radius:16px;background:linear-gradient(180deg,#14120d,#0b0b0b)}
.article-author-mark{width:54px;height:54px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-weight:900;letter-spacing:.07em;background:#0a0a0a}
.article-author-box h2{font-size:1.25rem;margin:0 0 8px}
.article-author-box p{margin:0 0 8px;color:var(--muted);font-size:.93rem;line-height:1.6}
.article-author-box a{font-weight:800;font-size:.9rem}
@media(max-width:560px){.article-author-box{grid-template-columns:1fr}.article-author-mark{width:48px;height:48px}}
