:root{
  --bg:#050b0d;
  --bg2:#081011;
  --panel:#101719;
  --panel2:#0d1315;
  --line:rgba(229,203,163,.18);
  --line-strong:rgba(229,203,163,.28);
  --text:#f7f1e8;
  --muted:#a8a39a;
  --faint:#75736d;
  --gold:#d6b07a;
  --gold2:#f0c995;
  --copper:#9c6244;
  --purple:#4a3477;
  --blue:#233e64;
  --green:#274238;
  --radius:10px;
  --max:1110px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 50% 12%,rgba(160,112,62,.11),transparent 33rem),
    radial-gradient(circle at 12% 55%,rgba(24,67,59,.12),transparent 30rem),
    linear-gradient(180deg,#05090b 0%,#071012 46%,#05090b 100%);
  background-attachment:fixed;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
p,h1,h2,h3{margin-top:0}
p{color:var(--muted)}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.skip-link{position:absolute;left:16px;top:-80px;background:var(--gold);color:#120c08;padding:10px 14px;border-radius:6px;z-index:50}
.skip-link:focus{top:14px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.site-header{height:65px;position:fixed;top:0;left:0;right:0;z-index:20;background:rgba(5,10,12,.74);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.04)}
.site-nav{height:65px;max-width:1200px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.brand{display:flex;align-items:center;gap:13px;font-size:24px;letter-spacing:-.02em}
.brand-mark{display:grid;place-items:center;color:var(--gold);font-size:33px}
.brand-mark svg{stroke-width:1.35}
.nav-links{display:flex;align-items:center;gap:42px;font-size:14px;font-weight:560}
.nav-links a:not(.nav-cta){color:#fff}
.chevron{color:var(--gold);font-size:15px;margin-left:4px}
.nav-cta{margin-left:82px;background:linear-gradient(180deg,#e8c49a,#d2a979);color:#100c09;border:1px solid rgba(255,255,255,.18);border-radius:7px;padding:13px 17px;box-shadow:0 10px 30px rgba(0,0,0,.28)}
.nav-toggle{display:none;background:none;border:0;flex-direction:column;gap:5px;padding:8px}
.nav-toggle span:not(.sr-only){width:24px;height:2px;background:var(--gold);display:block}
main{overflow:hidden}
.home-hero{position:relative;min-height:420px;padding-top:65px}
.home-hero-bg{position:absolute;top:65px;left:0;right:0;width:100%;height:405px;background:
  linear-gradient(90deg,#050b0d 0%,rgba(5,11,13,.72) 22%,rgba(5,11,13,.18) 52%,rgba(5,11,13,.05) 100%),
  linear-gradient(180deg,rgba(5,11,13,.08),#050b0d 100%),
  url('/assets/img/home-hero.jpg') center 80px/cover no-repeat;filter:saturate(.82) contrast(1.02)}
.home-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:128px;background:linear-gradient(180deg,rgba(5,11,13,0),#050b0d 80%)}
.home-hero-inner{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:58px 68px 0}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.28em;font-size:11px;font-weight:690;margin-bottom:18px}
.eyebrow.center{text-align:center}
.home-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:56px;line-height:1.06;letter-spacing:-.035em;font-weight:500;margin:0 0 14px;max-width:600px;color:#fff}
.home-hero h1 span{color:var(--gold)}
.home-lead{font-size:18px;line-height:1.55;color:#fff;max-width:360px;margin-bottom:20px}
.hero-buttons{display:flex;gap:18px;margin-bottom:17px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:7px;font-size:14px;font-weight:580;padding:0 20px;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn.gold{background:linear-gradient(180deg,#eac69d,#d5ab77);color:#100c09;border:1px solid rgba(255,255,255,.12)}
.btn.ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(8,13,15,.42)}
.privacy-note{display:flex;align-items:center;gap:12px;color:#8d8b85;font-size:13px}.privacy-note svg{color:#7b756c}
.home-section{max-width:var(--max);margin:0 auto;padding:0 68px 0;position:relative;z-index:3}
.apps-home h2,.guides-preview h2{font-family:Georgia,"Times New Roman",serif;font-size:31px;font-weight:400;text-align:center;margin-bottom:10px}
.title-rule{width:26px;height:1px;background:var(--gold);margin:0 auto 17px}
.app-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.app-card{min-height:282px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line-strong);border-radius:10px;padding:18px 24px 20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 22px 70px rgba(0,0,0,.22);display:grid;grid-template-columns:82px 1fr;grid-template-rows:96px auto auto;column-gap:14px;align-items:start}
.app-icon{width:75px;height:75px;border-radius:50%;display:grid;place-items:center;margin-bottom:15px;color:#fff;font-size:44px}
.app-icon.purple{background:radial-gradient(circle at 35% 25%,#6d55a4,#332454)}
.app-icon.copper{background:radial-gradient(circle at 35% 25%,#a66b4b,#603420)}
.app-icon.blue{background:radial-gradient(circle at 35% 25%,#426493,#1c3152)}
.app-card h3{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:400;margin:17px 0 0;grid-column:2;grid-row:1;white-space:nowrap}
.app-card p{font-size:11px;line-height:1.45;max-width:250px;margin:49px 0 0;grid-column:2;grid-row:1}
.app-card ul{list-style:none;padding:0;margin:6px 0 16px;color:#b9b1a8;font-size:12px;display:grid;gap:7px;grid-column:1/3;grid-row:2}
.app-card li:before{content:"✓";color:var(--gold2);margin-right:13px}
.app-card a{font-size:14px;color:var(--gold2);display:inline-flex;align-items:center;gap:12px;grid-column:1/3;grid-row:3}.app-card a span{font-size:20px}
.stats-strip{max-width:var(--max);margin:21px auto 26px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(110deg,rgba(255,255,255,.05),rgba(255,255,255,.025));display:grid;grid-template-columns:repeat(4,1fr);padding:23px 18px}
.stats-strip div{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;column-gap:20px;align-items:center;padding:0 23px;border-right:1px solid var(--line)}
.stats-strip div:last-child{border-right:0}.stats-strip svg{grid-row:1/3;color:var(--gold2);font-size:33px}.stats-strip strong{font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400;color:var(--gold2);line-height:1}.stats-strip span{font-size:12px;color:var(--muted)}
.section-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:15px}.section-row h2{text-align:left;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:400}.all-link{color:var(--gold2);font-size:14px;display:flex;gap:10px;align-items:center}.all-link span{font-size:20px}
.article-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.article-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025))}
.article-card img{width:100%;height:102px;object-fit:cover;filter:saturate(.78) brightness(.82)}
.article-card div{padding:12px 16px 13px}.article-card span{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-size:10px;margin-bottom:7px}.article-card h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:17px;line-height:1.28;margin-bottom:11px}.article-card p{font-size:12px;margin:0}
.download-band{max-width:var(--max);margin:26px auto 24px;border:1px solid var(--line-strong);border-radius:10px;background:linear-gradient(100deg,rgba(214,176,122,.11),rgba(255,255,255,.025));display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:22px 48px}
.download-band h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:400;margin-bottom:4px}.download-band p{margin:0}
.store-buttons{display:flex;gap:36px}.store-buttons a{min-width:238px;height:58px;border:1px solid rgba(255,255,255,.3);border-radius:7px;display:flex;align-items:center;gap:18px;padding:0 23px;background:rgba(5,9,11,.6)}.store-buttons svg{font-size:32px;color:#fff;fill:#fff;stroke-width:0}.store-buttons strong{font-size:20px}.store-buttons small{display:block;color:#9f9b94;font-size:11px}
.site-footer{max-width:var(--max);margin:0 auto;padding:0 24px 30px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .95fr 1.05fr;gap:66px;align-items:start}.footer-logo{display:flex;align-items:center;gap:10px;font-family:Georgia,"Times New Roman",serif;font-size:22px}.footer-logo .brand-mark{font-size:28px}.site-footer nav{display:grid;gap:4px}.site-footer strong{font-size:14px;color:#fff;margin-bottom:7px}.site-footer a,.site-footer p{font-size:13px;color:#9b9890;margin:0}.socials{display:flex;gap:16px;margin-top:22px}.socials span{width:18px;height:18px;border-radius:50%;border:1px solid #8c8982}.newsletter{height:38px;border-radius:6px;background:rgba(255,255,255,.08);display:grid;grid-template-columns:1fr 42px;margin-top:14px}.newsletter input{background:transparent;border:0;color:#fff;padding:0 14px;min-width:0}.newsletter button{background:transparent;border:0;color:#fff;font-size:16px;display:grid;place-items:center}.copyright{text-align:center;font-size:12px;color:#77736b;margin-top:20px}
.page-hero,.article-hero,.legal-layout,.contact-section,.guide-tools,.guide-grid,.article-layout,.section,.app-hero-v2,.app-showcase{max-width:var(--max);margin:0 auto;padding-left:24px;padding-right:24px}
.page-hero{min-height:470px;padding-top:108px;padding-bottom:60px;display:flex;flex-direction:column;justify-content:center}.page-hero h1,.article-hero h1,.app-hero-v2 h1{font-family:Georgia,"Times New Roman",serif;font-size:56px;font-weight:500;line-height:1.06;letter-spacing:-.035em;color:#fff}.page-hero p,.article-hero p{max-width:780px;color:#c7c0b8}.article-hero,.app-hero-v2{min-height:470px;padding-top:108px;padding-bottom:60px;display:flex;flex-direction:column;justify-content:center}
.section,.app-showcase{padding-top:36px;padding-bottom:36px}.section h2,.legal-body h2,.article-body h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#fff}.app-showcase,.guide-grid,.guide-rail,.mosaic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-feature,.guide-card a,.legal-body,.contact-card,.article-body,.toc-box,.source-box,.legal-note-box,.contact-side,.check-panel,.soft-panel{background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.product-feature,.legal-body,.contact-card,.article-body{padding:28px}.guide-card a{display:block;min-height:210px;padding:24px}.guide-card span{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.15em}.guide-card h2{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:400}.guide-card p{font-size:13px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:38px;padding-bottom:70px}.article-body section{padding:26px 0;border-bottom:1px solid var(--line)}.article-body section:last-child{border-bottom:0}.article-aside{position:sticky;top:100px;display:grid;gap:16px}.toc-box,.source-box,.legal-note-box,.contact-side{padding:18px}.toc-box a,.source-box a,.legal-note-box a{display:block;color:#bbb4aa;border-top:1px solid var(--line);padding:9px 0;font-size:13px;line-height:1.35}.legal-note-box strong{display:block;margin-bottom:10px;color:#fff}.legal-note-box p{margin-top:12px;line-height:1.45}.inline-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.inline-cards article{border:1px solid var(--line);border-radius:8px;padding:15px}.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.filter-button{appearance:none;-webkit-appearance:none;background:rgba(255,255,255,.06);border:1px solid var(--line);color:#d5cfc6;border-radius:999px;padding:8px 13px;filter:none;opacity:1;box-shadow:none;text-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.filter-button:hover,.filter-button:focus,.filter-button:active,.filter-button:focus-visible{filter:none;opacity:1;box-shadow:none;outline:0;text-shadow:none}.filter-button.active{background:var(--gold);color:#15100b;border-color:rgba(216,176,122,.9)}.guide-tools input{width:100%;height:48px;margin-bottom:0;border-radius:8px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;padding:0 14px}.guide-grid{min-height:var(--guide-grid-min-height,auto);align-content:start}.guide-card,.guide-card a{filter:none;opacity:1;mix-blend-mode:normal;transition:none;animation:none;transform:none}.guide-card[hidden],.guide-card.is-hidden{display:none!important}.guide-index-head{padding-top:30px;padding-bottom:0}.guide-count-label{margin:0;color:var(--muted);font-size:14px}.legal-layout,.contact-section{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:38px;padding-bottom:70px}.legal-body section{border-bottom:1px solid var(--line);padding:22px 0}.legal-body section:first-child{padding-top:0}.legal-body section:last-child{border-bottom:0}.contact-email{font-family:Georgia,"Times New Roman",serif;color:var(--gold);font-size:26px}
@media (max-width:1180px){
  :root{--max:1040px}
  .site-nav{padding:0 28px;gap:22px}
  .nav-links{gap:24px}
  .nav-cta{margin-left:14px}
  .home-hero-inner,.home-section{padding-left:42px;padding-right:42px}
  .home-hero-bg{width:61vw}
  .app-cards,.article-cards{gap:14px}
  .stats-strip{margin-left:24px;margin-right:24px}
  .stats-strip div{padding:0 15px}
  .article-layout{grid-template-columns:minmax(0,1fr) minmax(240px,280px);gap:28px}
  .legal-layout,.contact-section{grid-template-columns:minmax(0,1fr) 300px;gap:28px}
  .store-buttons{gap:18px}
  .store-buttons a{min-width:210px}
}
@media (max-width:960px){
  .site-header,.site-nav{height:70px}
  .brand{font-size:21px}
  .brand-mark{font-size:30px}
  .nav-toggle{display:flex}
  .nav-links{display:none;position:absolute;top:70px;left:18px;right:18px;background:#080e10;border:1px solid var(--line);border-radius:10px;padding:16px;flex-direction:column;align-items:stretch;gap:14px;box-shadow:0 24px 80px rgba(0,0,0,.4)}
  .nav-links.open{display:flex}
  .nav-cta{margin-left:0;text-align:center}
  .home-hero{padding-top:70px;min-height:760px}
  .home-hero-bg{top:70px;width:100%;height:430px;opacity:.8;background-position:center right}
  .home-hero-inner{padding:390px 24px 0;max-width:760px}
  .home-hero h1{font-size:clamp(38px,7vw,54px);max-width:640px;line-height:1.1}
  .home-lead br{display:none}
  .home-lead{max-width:560px;font-size:17px}
  .home-section{padding-left:24px;padding-right:24px;padding-top:34px}
  .app-cards{grid-template-columns:1fr;max-width:620px;margin-left:auto;margin-right:auto}
  .app-card{min-height:0}
  .article-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-left:24px;margin-right:24px}
  .stats-strip div{border-right:0;border-bottom:1px solid var(--line);padding:18px 22px}
  .stats-strip div:nth-child(odd){border-right:1px solid var(--line)}
  .stats-strip div:nth-child(n+3){border-bottom:0}
  .download-band{grid-template-columns:1fr;margin-left:24px;margin-right:24px;padding:24px}
  .store-buttons{flex-wrap:wrap}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
  .app-showcase,.guide-grid,.guide-rail,.mosaic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-layout,.legal-layout,.contact-section{grid-template-columns:1fr}
  .article-aside{position:static}
  .inline-cards{grid-template-columns:1fr}
  .page-hero h1,.article-hero h1,.app-hero-v2 h1{font-size:clamp(38px,7vw,54px);line-height:1.1}
  .page-hero{min-height:auto;padding-top:430px;padding-bottom:48px}
}
@media (max-width:640px){
  .site-nav{padding:0 18px}
  .home-hero{min-height:735px}
  .home-hero-bg{height:405px;background-position:center top}
  .home-hero-inner{padding-top:392px}
  .home-hero h1{font-size:clamp(34px,10vw,40px);max-width:360px}
  .home-lead{font-size:16px;max-width:360px}
  .hero-buttons{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .apps-home h2,.guides-preview h2{font-size:clamp(24px,7vw,30px);line-height:1.22;max-width:380px;margin-left:auto;margin-right:auto}
  .article-cards,.app-showcase,.guide-grid,.guide-rail,.mosaic-grid{grid-template-columns:1fr}
  .stats-strip{grid-template-columns:1fr}
  .stats-strip div,.stats-strip div:nth-child(odd){border-right:0}
  .stats-strip div:nth-child(n+3){border-bottom:1px solid var(--line)}
  .stats-strip div:last-child{border-bottom:0}
  .section-row{display:block}
  .all-link{margin-top:14px}
  .store-buttons{flex-direction:column}
  .store-buttons a{width:100%;min-width:0;justify-content:center}
  .download-band h2{font-size:25px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width:420px){
  .home-hero h1{font-size:34px;max-width:340px}
  .app-card{grid-template-columns:72px 1fr;padding:20px}
  .app-icon{width:64px;height:64px;font-size:38px}
  .app-card h3{font-size:21px;margin-top:9px}
  .app-card p{margin-top:40px}
  .home-section,.page-hero,.article-hero,.legal-layout,.contact-section,.guide-tools,.guide-grid,.article-layout,.section,.app-hero-v2,.app-showcase{padding-left:18px;padding-right:18px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}

.concept-hero{position:relative;min-height:470px;padding:108px max(24px,calc((100vw - var(--max))/2 + 24px)) 60px;background:linear-gradient(90deg,#050b0d 0%,rgba(5,11,13,.86) 34%,rgba(5,11,13,.32) 70%,rgba(5,11,13,.08)),linear-gradient(180deg,rgba(5,11,13,.08),#050b0d 100%),var(--hero-image) center right/cover no-repeat;border-bottom:1px solid rgba(255,255,255,.05)}
.concept-hero-copy{max-width:610px}.concept-hero h1,.product-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:56px;font-weight:500;line-height:1.06;letter-spacing:-.035em;margin:0 0 22px;color:#fff}.concept-hero h1 span,.product-hero h1 span{color:var(--gold)}.concept-hero p{font-size:17px;color:#fff;max-width:560px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.hero-tags span,.status-dot{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:999px;padding:7px 12px;color:#ddd2c4;font-size:12px}.page-section{max-width:var(--max);margin:0 auto;padding:42px 68px}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.showcase-card{position:relative;overflow:hidden;min-height:370px;border:1px solid var(--line-strong);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.showcase-card h2{font-family:Georgia,"Times New Roman",serif;font-size:35px;font-weight:400;margin:16px 0 10px;color:#fff}.showcase-card p,.showcase-card li{font-size:13px;color:#d5cec3}.showcase-card ul{list-style:none;padding:0;margin:18px 0;display:grid;gap:9px}.showcase-card li:before,.check-list li:before{content:"✓";color:var(--gold2);margin-right:9px}.showcase-icon{width:78px;height:78px;border-radius:18px;background:radial-gradient(circle at 35% 25%,#775dff,#312255);display:grid;place-items:center;color:#fff;font-size:44px}.copper-card .showcase-icon{background:radial-gradient(circle at 35% 25%,#c76a5f,#613326)}.blue-card .showcase-icon{background:radial-gradient(circle at 35% 25%,#4c75b1,#183154)}.gold-link{color:var(--gold2);display:inline-flex;gap:10px;align-items:center}.phone-mock{width:210px;max-width:100%;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:#070b0d;padding:9px;box-shadow:0 30px 90px rgba(0,0,0,.38)}.phone-mock img{aspect-ratio:9/18;object-fit:cover;border-radius:22px}.showcase-card .phone-mock{position:absolute;right:15px;bottom:-25px;width:150px;transform:rotate(-6deg);opacity:.86}.muted-phone img{filter:saturate(.65) brightness(.7)}.split-premium{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:center}.split-premium h2,.page-section>h2,.center-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,45px);font-weight:400;color:#fff}.proof-panel{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;background:rgba(255,255,255,.035)}.proof-panel article{padding:26px 18px;border-right:1px solid var(--line);display:grid;gap:12px;color:var(--gold2);text-align:center}.proof-panel article:last-child{border-right:0}.proof-panel strong{color:#fff;font-size:13px}.compare-band,.featured-guide,.guide-cta,.product-cta,.faq-block,.support-list{max-width:var(--max);margin:28px auto;padding:28px 48px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(140deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 24px 70px rgba(0,0,0,.22)}.compare-band{display:grid;grid-template-columns:1fr 1fr;gap:22px}.compare-band h3,.featured-guide h2,.guide-cta h2,.product-cta h2,.faq-block h2,.support-list h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#fff}.product-hero{position:relative;min-height:470px;padding:108px max(24px,calc((100vw - var(--max))/2 + 24px)) 60px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:80px;align-items:center;background:linear-gradient(90deg,#050b0d 0%,rgba(5,11,13,.9) 40%,rgba(5,11,13,.24)),linear-gradient(180deg,rgba(5,11,13,.1),#071012),var(--hero-image) center right/cover no-repeat}.product-copy{max-width:560px}.product-copy p{color:#eee4da;font-size:17px}.product-hero .phone-mock{width:300px;transform:rotate(4deg)}.mini-trust{display:flex;gap:28px;flex-wrap:wrap;margin-top:35px}.mini-trust span{display:flex;gap:9px;align-items:center;color:#ded6ce;font-size:13px}.benefits h2{text-align:center;max-width:650px;margin:0 auto 34px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-grid article{border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));padding:26px}.benefit-grid svg{font-size:34px;color:var(--gold2)}.benefit-grid h3{color:#fff}.feature-show{display:grid;grid-template-columns:.86fr 1.14fr;gap:44px;align-items:center}.check-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:12px;color:#e8dfd3}.phone-row{display:flex;align-items:end;justify-content:center;gap:-10px}.phone-row .phone-mock{width:170px;margin-left:-20px}.pricing-table{max-width:1040px;margin:42px auto;padding:40px 24px;text-align:center}.pricing-table h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:42px;font-weight:400}.price-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;text-align:left;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015))}.price-grid>*{padding:18px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);margin:0}.price-grid>*:nth-child(3n){border-right:0}.price-grid strong{color:#fff}.price-grid span{font-size:28px;color:#a77cff}.product-cta{display:grid;grid-template-columns:92px 1fr auto;gap:24px;align-items:center}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-row article{min-height:190px;border:1px solid var(--line);border-radius:10px;padding:24px;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(5,11,13,.75)),var(--cat,linear-gradient(#111,#111)) center/cover;color:#fff}.category-row svg{font-size:34px;color:var(--gold2)}.featured-guide{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center}.featured-guide img{height:190px;width:100%;object-fit:cover;border-radius:8px;filter:saturate(.78) brightness(.78)}.guide-cta{display:grid;grid-template-columns:1fr 330px;gap:24px;align-items:center}.search-shell{height:52px;max-width:420px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;gap:12px;padding:0 18px;background:rgba(255,255,255,.055);color:#fff}.search-shell input{flex:1;min-width:0;border:0;background:transparent;color:#fff;font:inherit;outline:0}.text-cats article{min-height:92px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02))}.faq-block details{border-top:1px solid var(--line);padding:18px 0}.faq-block summary{cursor:pointer;color:#fff;font-size:18px}.support-list{display:grid;gap:0}.support-list .section-row{margin-bottom:10px}.support-list>a{display:flex;justify-content:space-between;padding:18px 12px;border-top:1px solid var(--line);color:#fff}.rich-contact{grid-template-columns:280px 1fr}.rich-contact aside,.contact-form{border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));padding:28px}.contact-form{display:grid;gap:14px}.contact-form label{display:grid;gap:7px;color:#eee}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:7px;background:rgba(255,255,255,.055);color:#fff;padding:13px;font:inherit}.contact-form textarea{min-height:120px}.privacy-layout .legal-note-box{position:sticky;top:90px}.center-title{text-align:center}
@media (max-width:960px){.concept-hero,.product-hero{min-height:auto;padding:430px 24px 48px;background-position:center top;background-size:auto 430px,auto 430px,cover}.product-hero{grid-template-columns:1fr}.showcase-grid,.benefit-grid,.category-row,.proof-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.split-premium,.feature-show,.featured-guide,.guide-cta,.product-cta,.compare-band,.rich-contact{grid-template-columns:1fr}.page-section{padding-left:24px;padding-right:24px}.product-cta .store-buttons{justify-content:flex-start}.phone-row{justify-content:flex-start;overflow:auto;padding-bottom:8px}.guide-grid{display:grid}}
@media (max-width:640px){.concept-hero,.product-hero{padding:365px 18px 38px;background-size:auto 360px,auto 360px,cover}.concept-hero h1,.product-hero h1{font-size:clamp(34px,10vw,40px);line-height:1.1}.showcase-grid,.benefit-grid,.category-row,.proof-panel,.price-grid{grid-template-columns:1fr}.showcase-card .phone-mock{position:relative;right:auto;bottom:auto;margin-top:18px;transform:none}.compare-band,.featured-guide,.guide-cta,.product-cta,.faq-block,.support-list{margin-left:18px;margin-right:18px;padding:22px}.page-section{padding:34px 18px}.product-hero .phone-mock{width:230px;transform:none}.mini-trust{gap:12px}.phone-row .phone-mock{min-width:145px}.price-grid>*{border-right:0}.rich-contact{padding-left:18px;padding-right:18px}.proof-panel article{border-right:0;border-bottom:1px solid var(--line)}}

.brand-logo{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(214,176,122,.16))}
.footer-logo .brand-logo{width:32px;height:32px}
.app-icon img{width:72%;height:72%;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.32))}
.app-icon.blue img{width:88%;height:88%}
.showcase-icon img{width:70%;height:70%;object-fit:contain;filter:drop-shadow(0 16px 28px rgba(0,0,0,.34))}
.blue-card .showcase-icon img{width:92%;height:92%}
.store-buttons img.store-icon{display:block;width:28px;height:28px;object-fit:contain;flex:0 0 28px}
.store-buttons svg{display:none!important}
.catalogue-super:before,.catalogue-apres:before,.catalogue-nova:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,11,13,.28),rgba(5,11,13,.9)),var(--card-bg) center/cover no-repeat;opacity:.3;z-index:0}
.catalogue-super{--card-bg:url('/assets/img/catalogue-super-intestin-bg.jpg')}
.catalogue-apres{--card-bg:url('/assets/img/catalogue-apres-coup-bg.jpg')}
.catalogue-nova{--card-bg:url('/assets/img/catalogue-nova-bg.jpg')}
.showcase-card>*{position:relative;z-index:1}
.product-subnav-v2{position:sticky;top:65px;z-index:15;display:flex;justify-content:center;gap:6px;overflow:auto;padding:9px 18px;background:rgba(5,10,12,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,203,163,.14)}
.product-subnav-v2 a{white-space:nowrap;border:1px solid rgba(229,203,163,.16);border-radius:999px;padding:8px 13px;color:#d8d0c5;font-size:12px;background:rgba(255,255,255,.035)}
.super-intestin-hero{min-height:470px;padding-top:108px;padding-bottom:60px;grid-template-columns:minmax(0,1fr);gap:0;background:linear-gradient(90deg,#050b0d 0%,rgba(5,11,13,.70) 32%,rgba(5,11,13,.22) 58%,rgba(5,11,13,.08) 100%),linear-gradient(180deg,rgba(5,11,13,.02),#071012 100%),var(--hero-image) -20% 12%/cover no-repeat;overflow:hidden}
.product-title-lockup{display:flex;align-items:center;gap:18px;margin:12px 0 8px}
.product-title-lockup h1{margin:0}
.product-app-icon{width:86px;height:95px;object-fit:contain;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid rgba(229,203,163,.22);padding:10px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.super-intestin-hero .store-buttons{margin:22px 0 0;gap:14px;flex-wrap:wrap}
.super-intestin-hero .store-buttons a{min-width:210px;background:rgba(5,9,11,.72)}
.product-visual-stack{display:grid;grid-template-columns:1fr;place-items:center;gap:0;position:relative}
.hero-image-card{width:330px;aspect-ratio:4/5;border:1px solid rgba(229,203,163,.22);border-radius:14px;overflow:hidden;box-shadow:0 36px 100px rgba(0,0,0,.45);filter:saturate(.82) brightness(.76)}
.hero-image-card img{width:100%;height:100%;object-fit:cover}
.product-visual-stack .phone-mock{position:absolute;right:-20px;bottom:-35px;width:210px;transform:rotate(5deg)}
.si-editorial,.si-route,.si-section{max-width:var(--max);margin:0 auto;padding-left:68px;padding-right:68px}
.si-editorial{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;padding-top:58px;padding-bottom:38px;border-bottom:1px solid rgba(229,203,163,.12)}
.si-editorial h2,.si-section h2,.premium-section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.08;color:#fff;margin:0}
.si-editorial p{font-size:17px;color:#d8d0c5}
.si-route{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:32px;padding-bottom:50px}
.si-route article,.si-mosaic article,.sii-profile-grid article,.bristol-band>div,.export-grid article,.premium-price-card{border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 22px 70px rgba(0,0,0,.18)}
.si-route article{padding:24px}
.si-route span{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-size:28px}
.si-route h3,.si-mosaic h3,.sii-profile-grid h3,.bristol-band h3,.export-grid h3{color:#fff;margin:10px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:400}
.si-section{padding-top:44px;padding-bottom:44px}
.si-section-head{max-width:820px;margin-bottom:28px}
.si-section-head p{font-size:16px;color:#cfc7bd}
.si-benefits article{min-height:218px}
.si-mosaic{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
.si-mosaic .wide{grid-row:span 2;padding:34px;display:flex;flex-direction:column;justify-content:end;min-height:250px;background:linear-gradient(180deg,rgba(5,11,13,.1),rgba(5,11,13,.82)),url('/assets/img/article-fodmap.jpg') center/cover no-repeat}
.si-mosaic article:not(.wide){padding:26px}
.recipe-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.recipe-strip img{height:170px;width:100%;object-fit:cover;border-radius:10px;border:1px solid var(--line);filter:saturate(.82) brightness(.86)}
.sii-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.sii-profile-grid article{padding:18px}
.sii-profile-grid img{width:74px;height:74px;object-fit:contain;border-radius:18px;margin-bottom:12px}
.bristol-band{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.bristol-band>div{padding:26px}
.si-proof{grid-template-columns:repeat(2,1fr)}
.export-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.export-grid article{padding:22px}
.export-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start;margin-top:22px}
.export-previews img{width:100%;border-radius:12px;border:1px solid var(--line);background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.34)}
.premium-section{text-align:center}
.premium-section>p:not(.eyebrow){max-width:760px;margin:14px auto;color:#cfc7bd}
.premium-price-card{display:inline-grid;gap:4px;padding:18px 26px;margin:14px auto 24px;text-align:left}
.premium-price-card strong{color:#fff}.premium-price-card span{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-size:30px}.premium-price-card small{color:#a8a39a}
.premium-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.025)}
.premium-table-v2{width:100%;border-collapse:collapse;min-width:720px;text-align:left}
.premium-table-v2 th,.premium-table-v2 td{padding:17px 20px;border-bottom:1px solid var(--line)}
.premium-table-v2 thead th{color:#fff;background:rgba(214,176,122,.08)}
.premium-table-v2 tbody th{font-weight:500;color:#f2e9dd}.premium-table-v2 td{color:#cfc7bd}.premium-table-v2 td:last-child{color:var(--gold2)}
.premium-note{margin-top:18px;color:#fff}
@media (max-width:960px){
  .product-subnav-v2{top:70px;justify-content:flex-start}
  .super-intestin-hero{min-height:auto;padding:430px 24px 48px;background-size:auto 430px,auto 430px,cover;background-position:center top}
  .product-visual-stack{display:none}
  .si-editorial,.si-route,.si-section{padding-left:24px;padding-right:24px}
  .si-editorial,.si-route,.sii-profile-grid,.bristol-band,.export-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .si-mosaic{grid-template-columns:1fr}
  .recipe-strip{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .product-subnav-v2{top:70px;padding-left:12px;padding-right:12px}
  .product-title-lockup{align-items:flex-start}
  .product-app-icon{width:64px;height:64px;border-radius:18px}
  .super-intestin-hero{padding:365px 18px 38px;background-size:auto 360px,auto 360px,cover;background-position:center top}
  .super-intestin-hero .store-buttons a{min-width:0}
  .si-editorial,.si-route,.si-section,.sii-profile-grid,.bristol-band,.export-grid,.export-previews{grid-template-columns:1fr}
  .si-editorial,.si-section{padding-left:18px;padding-right:18px}
  .si-route{padding-left:18px;padding-right:18px}
  .recipe-strip{grid-template-columns:1fr}
  .recipe-strip img{height:190px}
  .sii-profile-grid img{width:64px;height:64px}
  .si-proof{grid-template-columns:1fr}
}





.chevron{display:none!important}
.nav-links a[aria-current="page"],.nav-links a.active{color:var(--gold)!important}


.app-status{display:inline-flex;align-items:center;width:max-content;margin:6px 0 9px;padding:5px 9px;border:1px solid rgba(216,180,138,.34);border-radius:999px;background:rgba(216,180,138,.12);color:var(--gold2);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.app-card .app-status{grid-column:2;grid-row:1;margin-top:45px}
.app-card .app-copy-blur{grid-column:1/3;grid-row:2/4;filter:blur(2.1px);opacity:.58;pointer-events:none;user-select:none}
.app-card .app-copy-visible{grid-column:1/3;grid-row:2/4;opacity:1;filter:none;pointer-events:auto;user-select:auto}
.app-card .app-copy-visible p,.app-card .app-copy-blur p{margin:0 0 10px;max-width:none}
.app-card .app-copy-visible ul,.app-card .app-copy-blur ul{margin:0 0 16px}
.app-card .app-copy-visible a,.app-card .app-copy-blur a{margin-top:0}
.app-card-closed:after{display:none}.app-card-concept .app-copy-blur{filter:blur(2.1px);opacity:.58}
.app-icon,.showcase-icon{display:grid;place-items:center;text-align:center;margin-left:auto;margin-right:auto}.app-icon img,.showcase-icon img{display:block;margin:auto}
.premium-table-v2 td.included{color:var(--gold2);font-weight:760}.premium-table-v2 td.not-included{color:#9b8175;font-weight:650}.premium-table-v2 td:not(.included):not(.not-included):last-child{color:var(--gold2)}
.ecosystem-compare{max-width:var(--max);margin:28px auto;padding:0 68px 42px}.ecosystem-compare>.eyebrow{color:#86e0c2;margin-bottom:14px}.ecosystem-table-wrap{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 28px 90px rgba(0,0,0,.25)}.ecosystem-table{width:100%;border-collapse:collapse;text-align:left}.ecosystem-table th,.ecosystem-table td{padding:18px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top}.ecosystem-table th:last-child,.ecosystem-table td:last-child{border-right:0}.ecosystem-table thead th{background:rgba(216,180,138,.08);color:#fff;font-size:17px}.ecosystem-table tbody th{width:25%;color:#fff;font-size:15px}.ecosystem-table tbody td{width:37.5%;color:#c7bfb5;font-size:14px;line-height:1.45}.ecosystem-table tbody td:last-child{color:#e8d7bf;background:linear-gradient(90deg,rgba(40,111,91,.2),rgba(216,180,138,.06))}.ecosystem-table tfoot td{border-bottom:0;color:#fff;font-weight:800;background:rgba(216,180,138,.08)}
@media (max-width:960px){.ecosystem-compare{padding-left:24px;padding-right:24px}.ecosystem-table-wrap{overflow:auto}.ecosystem-table{min-width:760px}}@media (max-width:640px){.app-card .app-status{grid-column:1/3;grid-row:auto;margin-top:4px}.app-card .app-copy-blur,.app-card .app-copy-visible{grid-row:auto}.ecosystem-compare{padding-left:18px;padding-right:18px}}
/* Ajustements applications : badge disponible, Nova floutée sauf titre, icônes centrées */
.showcase-card .showcase-status{margin-top:0;margin-bottom:12px}
.showcase-card .nova-blur-copy{filter:blur(2.1px);opacity:.58;pointer-events:none;user-select:none}
.showcase-card .nova-blur-copy .showcase-status{display:inline-flex}
.proof-panel article svg{display:block;margin:0 auto 6px}
.proof-panel article{justify-items:center;align-content:center}


/* Ajustements ciblés : guides stables + pages en construction */
body.guides-page{background-attachment:fixed;}
.guide-tools{padding-top:36px;padding-bottom:22px;}
.guide-tools label{display:block;}
.guide-tools .filter-row{margin-top:14px;}
.guide-grid{min-height:var(--guide-grid-min-height,auto);align-content:start;contain:layout paint;}
.guide-card,.guide-card a{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;transition:none!important;animation:none!important;}
.guide-card[hidden],.guide-card.is-hidden{display:none!important;}
.filter-button,.filter-button:hover,.filter-button:focus,.filter-button:active,.filter-button:focus-visible{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;box-shadow:none!important;}
.construction-hero{min-height:470px;}
.construction-hero .product-copy{max-width:650px;}
.construction-hero .product-title-lockup h1{white-space:normal;}
.construction-panel{max-width:820px;text-align:center;padding-top:52px;padding-bottom:72px;}
.construction-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,48px);font-weight:400;color:#fff;margin-bottom:12px;}
.construction-panel p:not(.eyebrow){font-size:17px;color:#cfc7bd;}
@media (max-width:640px){.guide-tools{padding-top:28px;padding-bottom:18px;}.guide-tools .filter-row{margin-top:12px;}}


/* HERO SIZE LOCK — tous les héros alignés sur /guides */
:root{--sss-hero-desktop-height:470px;}
.home-hero,.concept-hero,.product-hero,.super-intestin-hero,.construction-hero,.page-hero,.article-hero,.app-hero-v2{min-height:var(--sss-hero-desktop-height);}
.concept-hero,.product-hero,.super-intestin-hero,.construction-hero{padding-top:108px;padding-bottom:60px;}
.page-hero,.article-hero,.app-hero-v2{padding-top:108px;padding-bottom:60px;}
@media (max-width:960px){
  .home-hero,.concept-hero,.product-hero,.super-intestin-hero,.construction-hero,.page-hero,.article-hero,.app-hero-v2{min-height:auto;}
  .concept-hero,.product-hero,.super-intestin-hero,.construction-hero{padding-top:430px;padding-bottom:48px;}
  .page-hero,.article-hero,.app-hero-v2{padding-top:430px;padding-bottom:48px;}
}
@media (max-width:640px){
  .concept-hero,.product-hero,.super-intestin-hero,.construction-hero{padding-top:365px;padding-bottom:38px;}
  .page-hero,.article-hero,.app-hero-v2{padding-top:365px;padding-bottom:38px;}
}

/* Guide thumbnails editorial cards */
.guide-card[style*="--guide-img"] a{
  position:relative;
  isolation:isolate;
  display:flex!important;
  flex-direction:column;
  justify-content:flex-end;
  gap:9px;
  min-height:230px;
  overflow:hidden;
  padding:24px 24px 22px;
  border-color:rgba(216,180,138,.24);
  background:
    linear-gradient(180deg,rgba(2,7,8,.12) 0%,rgba(2,7,8,.34) 42%,rgba(2,7,8,.9) 100%),
    radial-gradient(circle at 18% 12%,rgba(216,180,138,.2),transparent 32%),
    var(--guide-img) center/cover no-repeat!important;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.guide-card[style*="--guide-img"] a::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(5,11,13,.2),rgba(5,11,13,.55));
  pointer-events:none;
}
.guide-card[style*="--guide-img"] span{
  width:max-content;
  max-width:100%;
  color:var(--gold2);
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-shadow:0 2px 14px rgba(0,0,0,.55);
}
.guide-card[style*="--guide-img"] h2{
  max-width:95%;
  margin:0;
  color:#fff;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:20px;
  font-weight:820;
  line-height:1.14;
  letter-spacing:-.01em;
  text-shadow:0 3px 18px rgba(0,0,0,.72);
}
.guide-card[style*="--guide-img"] p{
  display:-webkit-box;
  margin:0;
  max-width:96%;
  overflow:hidden;
  color:#d7d1c9;
  font-size:13px;
  line-height:1.44;
  text-shadow:0 3px 16px rgba(0,0,0,.76);
  line-clamp:3;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
@media (max-width:640px){
  .guide-card[style*="--guide-img"] a{min-height:205px;padding:21px;}
  .guide-card[style*="--guide-img"] h2{font-size:19px;}
}

/* Home evidence upgrade */
.home-manifest{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start;padding-top:42px;padding-bottom:30px}
.home-manifest h2,.evidence-section h2,.clarity-section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.08;color:#fff;margin:0}
.manifest-copy{display:grid;gap:16px;color:#d7cec3;font-size:16px;line-height:1.65}
.manifest-copy p{margin:0}.manifest-copy strong{color:#fff}.care-note{padding:16px 18px;border:1px solid rgba(216,180,138,.24);border-radius:10px;background:rgba(216,180,138,.08);color:#ead9c2!important}
.evidence-section{padding-top:42px;padding-bottom:38px}
.evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.evidence-grid article{min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(216,180,138,.22);border-radius:12px;padding:26px;background:linear-gradient(145deg,rgba(255,255,255,.058),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.24)}
.evidence-grid span{display:block;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,64px);line-height:.94;margin-bottom:18px}
.evidence-grid h3{color:#fff;font-size:20px;line-height:1.18;margin:0 0 12px}
.evidence-grid p{color:#c9c0b7;font-size:14px;line-height:1.52;margin:0 0 18px}
.evidence-grid a{width:max-content;color:var(--gold2);font-size:13px;border-bottom:1px solid rgba(216,180,138,.45)}
.clarity-section{padding-top:16px;padding-bottom:46px}
.clarity-panel{border:1px solid var(--line);border-radius:12px;padding:34px 42px;background:linear-gradient(125deg,rgba(216,180,138,.12),rgba(255,255,255,.026) 46%,rgba(74,119,103,.08));box-shadow:0 26px 90px rgba(0,0,0,.24)}
.clarity-panel h2{max-width:780px;margin-bottom:28px}
.clarity-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.clarity-list article{border-top:1px solid rgba(216,180,138,.24);padding-top:18px;display:grid;gap:7px}
.clarity-list strong{color:#fff;font-size:17px}.clarity-list span{color:#c8bfb5;font-size:14px;line-height:1.45}
.socials a{width:20px;height:20px;border-radius:50%;border:1px solid #8c8982;display:grid;place-items:center;color:#c9b18d;transition:border-color .16s ease,color .16s ease,background-color .16s ease}
.socials a:hover,.socials a:focus-visible{border-color:var(--gold2);color:var(--gold2);background:rgba(216,180,138,.1)}
.socials svg{width:12px;height:12px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.socials a:nth-child(2) svg,.socials a:nth-child(3) svg{fill:currentColor;stroke:none}
.app-icon,.showcase-icon,.stats-strip svg,.category-row svg,.benefit-grid svg,.proof-panel article svg{display:grid;place-items:center;align-self:center;justify-self:center}
@media (max-width:960px){.home-manifest,.evidence-grid,.clarity-list{grid-template-columns:1fr}.home-manifest{gap:24px}.evidence-grid article{min-height:245px}.clarity-panel{padding:28px 24px}}
@media (max-width:640px){.home-manifest,.evidence-section,.clarity-section{padding-left:18px;padding-right:18px}.clarity-panel{padding:24px 20px}.evidence-grid article{min-height:220px;padding:22px}}

/* Home vitrine expansion */
.home-hero-vitrine{background-position:center right}
.home-hero-vitrine .concept-hero-copy>p:not(.eyebrow):not(.privacy-note){color:#f6efe7;font-weight:560;line-height:1.55}
.home-hero-vitrine .privacy-note{margin-top:0}
.home-manifest,.home-why,.home-difference,.evidence-section,.clarity-section,.home-pathways,.home-method,.guides-preview{position:relative}
.home-manifest{padding-top:66px;padding-bottom:58px}
.home-why,.home-difference,.evidence-section,.clarity-section,.home-pathways,.home-method,.guides-preview{border-top:0}
.home-why::before,.home-difference::before,.evidence-section::before,.clarity-section::before,.home-pathways::before,.home-method::before,.guides-preview::before{
  content:"";
  position:absolute;
  top:0;
  left:68px;
  right:68px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,180,138,.32),rgba(255,255,255,.08),transparent);
}
.evidence-section::after,.home-pathways::after{
  content:"";
  position:absolute;
  inset:0 calc(50% - 50vw);
  z-index:-1;
  background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(216,180,138,.035),rgba(255,255,255,.012));
  border-top:1px solid rgba(216,180,138,.055);
  border-bottom:1px solid rgba(216,180,138,.045);
  pointer-events:none;
}
.home-why{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;padding-top:70px;padding-bottom:58px}
.why-intro h2,.home-difference h2,.home-pathways h2,.home-method h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.08;color:#fff;margin:0 0 16px}
.why-intro p:not(.eyebrow),.difference-panel p{font-size:16px;color:#d8d0c5;line-height:1.7}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.why-grid article,.pathway-grid a,.method-steps article{border:1px solid rgba(216,180,138,.15);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.043),rgba(255,255,255,.014));padding:22px;box-shadow:0 16px 50px rgba(0,0,0,.12)}
.why-grid span,.method-steps span{color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1}
.why-grid h3{color:#fff;margin:14px 0 9px;font-size:18px}
.why-grid p{margin:0;color:#c8bfb5;font-size:14px;line-height:1.55}
.home-difference{padding-top:62px;padding-bottom:66px}
.difference-panel{border:1px solid var(--line);border-radius:14px;padding:34px 42px;background:linear-gradient(125deg,rgba(216,180,138,.09),rgba(255,255,255,.018) 46%,rgba(45,78,66,.08));display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;box-shadow:0 18px 70px rgba(0,0,0,.14)}
.difference-list{display:grid;gap:12px}
.difference-list article{border-top:1px solid rgba(216,180,138,.22);padding-top:14px}
.difference-list strong{display:block;color:#fff;font-size:17px;margin-bottom:5px}
.difference-list span{display:block;color:#c8bfb5;font-size:14px;line-height:1.5}
.evidence-section{padding-top:72px;padding-bottom:66px}
.evidence-grid article{box-shadow:0 18px 60px rgba(0,0,0,.15)}
.clarity-section{padding-top:58px;padding-bottom:74px}
.clarity-panel{box-shadow:0 18px 70px rgba(0,0,0,.14)}
.home-pathways{padding-top:70px;padding-bottom:62px}
.pathway-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.pathway-grid a{display:flex;min-height:180px;flex-direction:column;justify-content:space-between;color:inherit}
.pathway-grid span{color:var(--gold2);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.pathway-grid strong{color:#fff;font-size:17px;line-height:1.35}
.home-method{display:grid;grid-template-columns:.55fr 1.45fr;gap:34px;padding-top:66px;padding-bottom:76px;align-items:start}
.method-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.method-steps article p{margin:14px 0 0;color:#c8bfb5;font-size:14px;line-height:1.55}
.guides-preview{padding-top:68px;padding-bottom:34px}
@media (max-width:960px){.home-why,.difference-panel,.home-method{grid-template-columns:1fr}.why-grid,.pathway-grid,.method-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.home-why::before,.home-difference::before,.evidence-section::before,.clarity-section::before,.home-pathways::before,.home-method::before,.guides-preview::before{left:24px;right:24px}}
@media (max-width:640px){.home-manifest,.home-why,.home-difference,.home-pathways,.home-method{padding-left:18px;padding-right:18px}.home-manifest{padding-top:46px;padding-bottom:42px}.home-why,.home-difference,.evidence-section,.clarity-section,.home-pathways,.home-method,.guides-preview{padding-top:48px;padding-bottom:46px}.why-grid,.pathway-grid,.method-steps{grid-template-columns:1fr}.difference-panel{padding:24px 20px}.pathway-grid a{min-height:150px}.home-why::before,.home-difference::before,.evidence-section::before,.clarity-section::before,.home-pathways::before,.home-method::before,.guides-preview::before{left:18px;right:18px}}

/* Rich imported guide articles */
.article-body-rich .notice-card{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;border:1px solid rgba(216,180,138,.25);border-radius:10px;padding:18px;background:rgba(216,180,138,.08);margin-bottom:20px}
.article-body-rich .notice-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(216,180,138,.16);border:1px solid rgba(216,180,138,.36);color:var(--gold2);font-weight:900}
.article-body-rich .notice-card strong,.article-body-rich .mini-card strong,.article-body-rich .summary-list b{color:#fff}
.article-body-rich .notice-card p{margin:.35rem 0 0}
.article-body-rich .quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 8px}
.article-body-rich .quick-grid>div,.article-body-rich .mini-card{border:1px solid var(--line);border-radius:9px;padding:15px;background:rgba(255,255,255,.035)}
.article-body-rich .quick-grid span{display:block;color:var(--gold2);font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}
.article-body-rich .quick-grid strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}
.article-body-rich .quick-grid p,.article-body-rich .mini-card p,.article-body-rich .summary-list p{margin:0;color:#c9c0b7;line-height:1.55}
.article-body-rich .content-section{padding:26px 0;border-bottom:1px solid var(--line)}
.article-body-rich .content-section:last-child{border-bottom:0}
.article-body-rich .content-section h2{margin-top:0}
.article-body-rich .content-section p{line-height:1.72}
.article-body-rich .mini-card{margin:12px 0}
.article-body-rich .summary-list{display:grid;gap:10px}
.article-body-rich .cta-card{margin-top:26px;border:1px solid rgba(216,180,138,.25);border-radius:10px;padding:24px;background:linear-gradient(135deg,rgba(216,180,138,.12),rgba(255,255,255,.025))}
.article-body-rich .cta-card h2{margin-top:0}
.article-aside-rich .toc{display:grid;gap:0}
.article-aside-rich .toc>b,.article-aside-rich .source-card{display:block;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));padding:18px;margin-bottom:16px}
.article-aside-rich .toc>a{display:block;color:#bbb4aa;border-top:1px solid var(--line);padding:9px 0;font-size:13px;line-height:1.35}
.article-aside-rich .source-card h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:20px;font-weight:400;margin:0 0 8px}
.article-aside-rich .source-card a{display:block;color:#cdb08a;border-top:1px solid var(--line);padding:9px 0;font-size:13px;line-height:1.35}
@media (max-width:640px){.article-body-rich .notice-card,.article-body-rich .quick-grid{grid-template-columns:1fr}.article-body-rich .notice-icon{margin-bottom:4px}}

/* Home cards links and guide rating CTA */
.article-card>a{display:block;color:inherit;height:100%}
.article-card>a:focus-visible{outline:2px solid var(--gold2);outline-offset:4px}
.article-card h3{min-height:2.5em}
.guide-rating-cta{grid-template-columns:1fr 390px}
.rating-panel{border:1px solid rgba(216,180,138,.28);border-radius:12px;padding:24px;background:linear-gradient(145deg,rgba(216,180,138,.12),rgba(255,255,255,.025));box-shadow:0 28px 90px rgba(0,0,0,.2)}
.rating-panel .stars{color:var(--gold2);font-size:25px;letter-spacing:.08em;margin-bottom:14px;text-shadow:0 8px 28px rgba(216,180,138,.22)}
.rating-panel strong{display:block;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400;line-height:1.15;margin-bottom:10px}
.rating-panel p{color:#d4cabf;line-height:1.55;margin:0 0 16px}
.rating-panel span{display:block;color:var(--gold2);font-size:12px;letter-spacing:.08em;text-transform:uppercase}
@media (max-width:960px){.guide-rating-cta{grid-template-columns:1fr}}

/* Final polish: readability, lighter home rhythm, comparison cards */
.nav-cta[aria-current="page"],
.nav-cta.active,
.btn.gold,
.nav-cta{
  color:#120c08!important;
  font-weight:780;
  text-shadow:none;
}
.protected-email{color:var(--gold2);white-space:nowrap}

.home-hero-vitrine{border-bottom:1px solid rgba(216,180,138,.1)}
.home-manifest{padding-top:76px;padding-bottom:72px}
.home-manifest::after{
  content:"";
  position:absolute;
  left:68px;
  right:68px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,rgba(216,180,138,.4),rgba(255,255,255,.08),transparent);
}
.care-note{
  border-radius:0;
  border-left:2px solid var(--gold2);
  border-top:0;
  border-right:0;
  border-bottom:0;
  background:linear-gradient(90deg,rgba(216,180,138,.11),rgba(216,180,138,0));
}
.home-why{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:58px;
  padding-top:82px;
  padding-bottom:82px;
}
.why-grid{
  grid-template-columns:1fr;
  gap:0;
  border-left:1px solid rgba(216,180,138,.24);
}
.why-grid article{
  min-height:auto;
  padding:0 0 24px 28px;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  position:relative;
}
.why-grid article+article{padding-top:24px;border-top:1px solid rgba(216,180,138,.13)}
.why-grid article::before{
  content:"";
  position:absolute;
  left:-5px;
  top:8px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold2);
  box-shadow:0 0 0 8px rgba(216,180,138,.07);
}
.why-grid article+article::before{top:32px}
.home-difference{padding-top:0;padding-bottom:86px}
.difference-panel{
  border:0;
  border-radius:0;
  padding:58px 0 0;
  background:none;
  box-shadow:none;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
}
.difference-list{border-top:1px solid rgba(216,180,138,.3);border-bottom:1px solid rgba(216,180,138,.14)}
.difference-list article{padding:20px 0;border-top:0}
.difference-list article+article{border-top:1px solid rgba(216,180,138,.14)}
.evidence-section{padding-top:84px;padding-bottom:84px}
.evidence-section::after{
  background:
    radial-gradient(circle at 18% 20%,rgba(216,180,138,.08),transparent 26rem),
    linear-gradient(180deg,rgba(255,255,255,.012),rgba(216,180,138,.035),rgba(255,255,255,.01));
}
.evidence-grid article{
  border-radius:0;
  background:transparent;
  box-shadow:none;
  border-color:rgba(216,180,138,.2);
  border-left:0;
  border-right:0;
  padding:26px 0 0;
}
.clarity-section{padding-top:76px;padding-bottom:86px}
.clarity-panel{
  border-radius:0;
  border-left:0;
  border-right:0;
  padding:38px 0;
  background:linear-gradient(90deg,rgba(216,180,138,.1),rgba(255,255,255,.018) 42%,rgba(74,119,103,.08));
  box-shadow:none;
}
.clarity-panel>*{max-width:calc(var(--max) - 136px);margin-left:auto;margin-right:auto}
.home-pathways{padding-top:82px;padding-bottom:78px}
.pathway-grid{
  gap:0;
  border:1px solid rgba(216,180,138,.16);
  border-left:0;
  border-right:0;
}
.pathway-grid a{
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  min-height:170px;
  border-right:1px solid rgba(216,180,138,.13);
}
.pathway-grid a:last-child{border-right:0}
.pathway-grid a:hover,.pathway-grid a:focus-visible{background:rgba(216,180,138,.055)}
.home-method{padding-top:80px;padding-bottom:88px}
.method-steps{gap:0;border-top:1px solid rgba(216,180,138,.24)}
.method-steps article{border:0;border-radius:0;background:none;box-shadow:none;padding:24px 26px 0 0}
.method-steps article+article{padding-left:26px;border-left:1px solid rgba(216,180,138,.14)}
.guides-preview{padding-top:78px;padding-bottom:54px}
.download-band{margin-top:0;margin-bottom:34px}

.about-hero{background-position:center right}
.about-split{align-items:start;gap:34px;padding-top:56px;padding-bottom:34px}
.about-split h2{max-width:560px}
.about-split>div:first-child p:not(.eyebrow){max-width:620px}
.about-proof{grid-template-columns:repeat(3,minmax(0,1fr));min-height:auto}
.about-proof article{min-height:154px;padding:22px 18px;align-content:start;gap:8px}
.about-proof article p{margin:0;font-size:13px;line-height:1.45;color:#c8bfb5}

.legal-visual-hero{background-position:center right}
.ecosystem-compare-cards{padding-top:20px;padding-bottom:58px}
.ecosystem-compare-cards .section-row{align-items:flex-end;margin-bottom:22px}
.ecosystem-compare-cards .section-row h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.7vw,44px);font-weight:400;color:#fff;max-width:520px}
.ecosystem-compare-cards .section-row p{max-width:390px;margin:0;color:#c8bfb5;line-height:1.55}
.compare-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.compare-card-grid article{border:1px solid rgba(216,180,138,.18);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.016));padding:22px;min-height:220px;display:flex;flex-direction:column;gap:14px}
.compare-card-grid span{color:var(--gold2);font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:850}
.compare-card-grid p{color:#aaa39b;margin:0;font-size:14px;line-height:1.48}
.compare-card-grid strong{margin-top:auto;color:#fff3df;font-size:15px;line-height:1.45;font-weight:750;border-top:1px solid rgba(216,180,138,.18);padding-top:14px}
.compare-price-note{margin-top:14px;border:1px solid rgba(216,180,138,.24);border-radius:12px;padding:18px 22px;display:flex;justify-content:space-between;gap:18px;background:linear-gradient(90deg,rgba(216,180,138,.11),rgba(255,255,255,.018))}
.compare-price-note strong{color:#fff}
.compare-price-note span{color:#e6d1b2}

@media (max-width:960px){
  .home-manifest::after{left:24px;right:24px}
  .home-why,.difference-panel,.home-method{grid-template-columns:1fr}
  .why-grid{border-left:0}
  .why-grid article{padding-left:0}
  .why-grid article::before{display:none}
  .pathway-grid,.method-steps{grid-template-columns:1fr;border-left:0;border-right:0}
  .pathway-grid a,.method-steps article,.method-steps article+article{border-right:0;border-left:0;padding-left:0}
  .pathway-grid a+a,.method-steps article+article{border-top:1px solid rgba(216,180,138,.14)}
  .clarity-panel>*{max-width:none;margin-left:0;margin-right:0}
  .compare-card-grid,.about-proof{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .home-manifest::after{left:18px;right:18px}
  .home-manifest,.home-why,.home-difference,.home-pathways,.home-method{padding-left:18px;padding-right:18px}
  .home-manifest{padding-top:50px;padding-bottom:50px}
  .home-why,.evidence-section,.clarity-section,.home-pathways,.home-method,.guides-preview{padding-top:56px;padding-bottom:56px}
  .difference-panel{padding-top:42px}
  .evidence-grid article{padding-top:22px}
  .clarity-panel{padding:28px 18px;margin-left:-18px;margin-right:-18px}
  .compare-card-grid,.about-proof{grid-template-columns:1fr}
.compare-price-note{display:block}
.compare-price-note span{display:block;margin-top:6px}
}

/* Premium comparison table */
.ecosystem-compare-table{
  padding-top:28px;
  padding-bottom:72px;
}
.ecosystem-compare-table>.eyebrow{color:#8be1c6}
.ecosystem-compare-table .section-row{
  align-items:flex-end;
  margin-bottom:24px;
}
.ecosystem-compare-table .section-row h2{
  max-width:520px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4vw,52px);
  font-weight:400;
  line-height:1.08;
  color:#fff;
}
.ecosystem-compare-table .section-row p{
  max-width:440px;
  margin:0;
  color:#d2cbc2;
  line-height:1.62;
}
.comparison-table-wrap{
  overflow:hidden;
  border:1px solid rgba(216,180,138,.24);
  border-radius:14px;
  background:
    radial-gradient(circle at 72% 0%,rgba(216,180,138,.08),transparent 26rem),
    linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.016));
  box-shadow:0 28px 90px rgba(0,0,0,.24);
}
.comparison-table{
  width:100%;
  border-collapse:collapse;
  text-align:left;
}
.comparison-table caption{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
}
.comparison-table th,
.comparison-table td{
  padding:22px 24px;
  border-bottom:1px solid rgba(216,180,138,.14);
  vertical-align:top;
}
.comparison-table th+th,
.comparison-table td+td{
  border-left:1px solid rgba(216,180,138,.12);
}
.comparison-table thead th{
  background:rgba(216,180,138,.08);
  color:#fff;
  font-size:12px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.comparison-table thead th:first-child{
  width:22%;
}
.comparison-table thead th:nth-child(2){
  width:36%;
  color:#bdb5ab;
}
.comparison-table thead th:nth-child(3){
  width:42%;
  color:var(--gold2);
}
.comparison-table tbody th,
.comparison-table tfoot th{
  color:#fff;
  font-size:15px;
  font-weight:820;
}
.comparison-table tbody td{
  color:#bdb5ab;
  font-size:15px;
  line-height:1.52;
}
.comparison-table tbody td:last-child{
  color:#fff1dd;
  background:linear-gradient(90deg,rgba(216,180,138,.07),rgba(216,180,138,.025));
  font-weight:680;
}
.comparison-table tbody tr:hover td,
.comparison-table tbody tr:hover th{
  background-color:rgba(216,180,138,.035);
}
.comparison-table tfoot th,
.comparison-table tfoot td{
  border-bottom:0;
  background:linear-gradient(90deg,rgba(216,180,138,.12),rgba(255,255,255,.02));
}
.comparison-table tfoot td{
  color:#d9d1c8;
  font-weight:700;
}
.comparison-table tfoot td:last-child{
  color:var(--gold2);
}
@media (max-width:860px){
  .ecosystem-compare-table .section-row{display:block}
  .ecosystem-compare-table .section-row p{margin-top:12px}
  .comparison-table-wrap{
    overflow:visible;
    border:0;
    background:none;
    box-shadow:none;
  }
  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table tfoot,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td{
    display:block;
  }
  .comparison-table thead{display:none}
  .comparison-table tbody tr,
  .comparison-table tfoot tr{
    margin-bottom:14px;
    border:1px solid rgba(216,180,138,.22);
    border-radius:12px;
    overflow:hidden;
    background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.016));
  }
  .comparison-table th,
  .comparison-table td{
    border:0;
    padding:16px 18px;
  }
  .comparison-table th+th,
  .comparison-table td+td{
    border-left:0;
  }
  .comparison-table tbody th,
  .comparison-table tfoot th{
    background:rgba(216,180,138,.08);
    color:var(--gold2);
    letter-spacing:.12em;
    text-transform:uppercase;
    font-size:12px;
  }
  .comparison-table td::before{
    content:attr(data-label);
    display:block;
    margin-bottom:6px;
    color:#8be1c6;
    font-size:10px;
    font-weight:850;
    letter-spacing:.14em;
    text-transform:uppercase;
  }
  .comparison-table td:last-child{
    border-top:1px solid rgba(216,180,138,.13);
  }
}


/* About origin story */
.origin-story{
  display:grid;
  grid-template-columns:.34fr 1fr;
  gap:42px;
  padding-top:34px;
  padding-bottom:54px;
  border-top:1px solid rgba(216,180,138,.14);
}
.origin-story h2{
  max-width:620px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3.6vw,44px);
  font-weight:400;
  line-height:1.12;
  margin-bottom:16px;
}
.origin-story p:not(.eyebrow){
  max-width:760px;
  color:#d3cabf;
  font-size:16px;
  line-height:1.75;
}
@media (max-width:960px){.origin-story{grid-template-columns:1fr;gap:12px}}


/* Keep gold CTA text black even when active */
.nav-links .nav-cta,
.nav-links .nav-cta.active,
.nav-links .nav-cta[aria-current="page"],
.nav-links a.nav-cta.active,
.nav-links a.nav-cta[aria-current="page"]{
  color:#120c08!important;
  font-weight:800;
}

/* Final publish polish: open home block, contact safety, footer spacing */
.clarity-open{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
.clarity-open>*{
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
.clarity-open .eyebrow,
.clarity-open h2{
  max-width:860px!important;
}
.clarity-open .clarity-list{
  border-top:1px solid rgba(216,180,138,.22);
  margin-top:30px;
  padding-top:24px;
  gap:28px;
}
.clarity-open .clarity-list article{
  border-top:0!important;
  min-width:0;
  padding-top:0!important;
}
.clarity-open .clarity-list strong,
.clarity-open .clarity-list span,
.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea,
.rich-contact aside,
.rich-contact p,
.site-footer,
.site-footer *{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}
.rich-contact{
  grid-template-columns:minmax(240px,320px) minmax(0,1fr)!important;
  align-items:stretch;
}
.rich-contact aside,
.contact-form{
  overflow:hidden;
}
.contact-email-link{
  color:var(--gold2);
  font-weight:800;
  overflow-wrap:anywhere;
}
.contact-note{
  margin-top:24px!important;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#b8afa4!important;
  line-height:1.55;
}
.contact-form{gap:16px!important}
.contact-form input,
.contact-form select,
.contact-form textarea{
  box-sizing:border-box;
  min-height:50px;
}
.contact-form textarea{
  resize:vertical;
  max-width:100%;
}
.human-check span{
  display:block;
  color:#bdb4aa;
  font-size:13px;
  line-height:1.45;
}
.form-feedback{
  min-height:20px;
  margin:0;
  color:#e6b07a!important;
  font-size:13px;
  line-height:1.45;
}
.form-feedback[data-state="success"]{color:#91d9ad!important}
.site-footer{
  padding:48px 32px 42px!important;
  margin-top:34px!important;
  border-top:1px solid rgba(216,180,138,.13);
}
.footer-grid{
  gap:clamp(34px,5vw,78px)!important;
  row-gap:42px!important;
}
.site-footer nav{gap:8px!important}
.site-footer strong{display:block;margin-bottom:12px!important}
.site-footer a,.site-footer p{line-height:1.55!important}
.copyright{margin-top:34px!important;padding-top:20px;border-top:1px solid rgba(255,255,255,.07)}
@media (max-width:960px){
  .rich-contact{grid-template-columns:1fr!important}
  .clarity-open .clarity-list{grid-template-columns:1fr;gap:18px}
  .site-footer{padding-left:24px!important;padding-right:24px!important}
}
@media (max-width:640px){
  .clarity-section{padding-top:54px!important;padding-bottom:58px!important}
  .clarity-open .clarity-list{margin-top:24px;padding-top:20px}
  .rich-contact{padding-left:18px!important;padding-right:18px!important}
  .rich-contact aside,.contact-form{padding:22px!important}
  .site-footer{padding:38px 18px 34px!important;margin-top:24px!important}
}

/* Contact PHP + responsive hero final fix */
.hp-field{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.form-alert{
  display:none;
  margin:0 0 6px;
  padding:12px 14px;
  border-radius:8px;
  border:1px solid var(--line);
  font-size:14px;
  line-height:1.45;
}
.form-alert:not([hidden]){display:block}
.form-alert.success{color:#b8efca;background:rgba(54,160,96,.12);border-color:rgba(103,210,140,.28)}
.form-alert.error{color:#f2bd9c;background:rgba(196,91,48,.12);border-color:rgba(231,132,82,.28)}
@media (max-width:960px){
  .concept-hero{
    min-height:clamp(420px,70vh,560px)!important;
    padding:132px 24px 54px!important;
    display:flex;
    align-items:flex-end;
    background-position:center center!important;
    background-size:cover!important;
  }
  .concept-hero::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(5,11,13,.10) 0%,rgba(5,11,13,.50) 42%,rgba(5,11,13,.92) 100%);
  }
  .concept-hero-copy{position:relative;z-index:1;max-width:680px}
}
@media (max-width:640px){
  .concept-hero{
    min-height:clamp(430px,76vh,560px)!important;
    padding:104px 18px 42px!important;
    background-position:center center!important;
  }
  .concept-hero h1{font-size:clamp(36px,9vw,44px)!important;line-height:1.08!important}
  .concept-hero p{font-size:16px!important;line-height:1.55!important}
}

/* Contact medical boundary */
.medical-warning{
  margin:0;
  padding:14px 16px;
  border:1px solid rgba(231,132,82,.3);
  border-radius:8px;
  background:rgba(196,91,48,.11);
  color:#f0d3c1!important;
  line-height:1.5;
  font-size:14px;
}
.medical-warning strong{color:#fff}
.contact-note strong{color:#fff}

/* Super Intestin standalone privacy page */
.app-privacy-page{background:radial-gradient(circle at 14% 6%,rgba(146,112,255,.12),transparent 34rem),radial-gradient(circle at 88% 3%,rgba(216,180,138,.10),transparent 32rem),#050b0d}
.app-privacy-hero{max-width:var(--max);margin:0 auto;min-height:520px;padding:124px 68px 70px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:center;border-bottom:1px solid rgba(216,180,138,.13)}
.app-privacy-hero-copy{max-width:760px}.app-privacy-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5.4vw,74px);font-weight:500;line-height:1.02;letter-spacing:-.035em;color:#fff;margin:0 0 22px}.app-privacy-hero h1 span{color:var(--gold)}.app-privacy-hero p{font-size:17px;line-height:1.65;color:#eee4da;max-width:650px}.app-privacy-hero-mark{display:grid;place-items:center;min-height:260px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018));box-shadow:0 30px 90px rgba(0,0,0,.28)}.app-privacy-hero-mark img{width:min(180px,70%);height:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.35))}
.app-privacy-section{max-width:var(--max);margin:0 auto;padding:50px 68px 30px}.app-privacy-page .app-privacy-langbar{position:sticky;top:82px;z-index:4;margin:0 0 38px;border:1px solid var(--line);border-radius:12px;background:rgba(8,15,17,.86);backdrop-filter:blur(18px);padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.app-lang-label{color:#fff;font-weight:800}.app-lang-actions{display:flex;gap:10px;flex-wrap:wrap}.app-lang-btn{appearance:none;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.055);color:#efe7dc;font-weight:800;padding:10px 14px;cursor:pointer}.app-lang-btn.active{background:var(--gold);border-color:rgba(216,180,138,.9);color:#120c08}
.app-privacy-page [data-lang]{display:none}html[data-current-lang="fr"] .app-privacy-page [data-lang="fr"],html[data-current-lang="en"] .app-privacy-page [data-lang="en"]{display:block}.app-privacy-page .legal-section-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.58fr);gap:44px;align-items:end;margin-bottom:30px}.app-privacy-page .legal-kicker{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;margin:0 0 14px}.app-privacy-page .legal-section-title{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:clamp(32px,4.5vw,54px);font-weight:400;line-height:1.06;margin:0}.app-privacy-page .legal-section-text{color:#c9c0b7;font-size:16px;line-height:1.68;margin:0}.app-privacy-page .legal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0}.app-privacy-page .legal-card,.app-privacy-page .legal-summary-card,.app-privacy-page .legal-article,.app-privacy-page .legal-warning{border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.22)}.app-privacy-page .legal-card{padding:22px;min-height:178px}.app-privacy-page .legal-card b{display:block;color:var(--gold);font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px}.app-privacy-page .legal-card strong{display:block;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:400;line-height:1.15}.app-privacy-page .legal-card p{color:#bbb4aa;font-size:14px;line-height:1.58;margin:10px 0 0}.app-privacy-page .legal-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;padding:0}.app-privacy-page .legal-summary-card{position:sticky;top:160px;padding:18px}.app-privacy-page .legal-summary-card strong{display:block;color:#fff;margin-bottom:10px}.app-privacy-page .legal-summary-card a{display:flex;justify-content:space-between;gap:10px;color:#bbb4aa;border-top:1px solid var(--line);padding:9px 0;font-size:13px;line-height:1.35}.app-privacy-page .legal-summary-card a:hover{color:var(--gold2)}.app-privacy-page .legal-article{padding:30px}.app-privacy-page .legal-article section+section{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.app-privacy-page .legal-article h2,.app-privacy-page .legal-article h3{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:clamp(24px,2.4vw,34px);font-weight:400;line-height:1.14;margin:0 0 14px}.app-privacy-page .legal-article p,.app-privacy-page .legal-article li{color:#c9c0b7;font-size:15px;line-height:1.72}.app-privacy-page .legal-article a{color:var(--gold2)}.app-privacy-page .note,.app-privacy-page .warning,.app-privacy-page .local{margin-top:16px;padding:16px 18px;border-radius:10px;line-height:1.6}.app-privacy-page .note{background:rgba(89,157,187,.10);border:1px solid rgba(120,190,220,.22);color:#dceff6}.app-privacy-page .warning{background:rgba(196,91,48,.12);border:1px solid rgba(231,132,82,.28);color:#f3d2bf}.app-privacy-page .local{background:rgba(54,160,96,.12);border:1px solid rgba(103,210,140,.28);color:#d8f5e1}.app-privacy-page .table{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1.3fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:14px}.app-privacy-page .cell{padding:13px 14px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.03);color:#c9c0b7}.app-privacy-page .cell:nth-child(odd){font-weight:800;color:#fff;background:rgba(255,255,255,.055)}.app-privacy-page .small{font-size:13px;color:#9b9890}.app-privacy-cta{max-width:var(--max);margin:0 auto;padding:36px 68px 70px}.app-privacy-cta .legal-cta-inner{border:1px solid var(--line-strong);border-radius:12px;background:linear-gradient(100deg,rgba(214,176,122,.12),rgba(255,255,255,.025));padding:28px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.app-privacy-cta h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:clamp(28px,3vw,40px);font-weight:400;margin:0}.app-privacy-cta p{color:#c9c0b7;max-width:620px}.app-privacy-cta .button,.app-privacy-cta .button-primary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:7px;background:var(--gold);color:#120c08;font-weight:800}
@media (max-width:960px){.app-privacy-hero{grid-template-columns:1fr;padding:110px 24px 48px;min-height:auto}.app-privacy-hero-mark{display:none}.app-privacy-section,.app-privacy-cta{padding-left:24px;padding-right:24px}.app-privacy-page .app-privacy-langbar{position:relative;top:auto;align-items:flex-start;flex-direction:column}.app-privacy-page .legal-section-head,.app-privacy-page .legal-layout{grid-template-columns:1fr}.app-privacy-page .legal-grid{grid-template-columns:1fr}.app-privacy-page .legal-summary-card{position:relative;top:auto}.app-privacy-cta .legal-cta-inner{flex-direction:column;align-items:flex-start}}
@media (max-width:640px){.app-privacy-hero{padding:96px 18px 42px}.app-privacy-section,.app-privacy-cta{padding-left:18px;padding-right:18px}.app-privacy-page .legal-article{padding:22px}.app-privacy-page .table{grid-template-columns:1fr}.app-privacy-page .cell:nth-child(even){padding-top:0}.app-privacy-cta .legal-cta-inner{padding:24px 20px}}

/* Final visual polish: about layout and hero image seams */
.concept-hero,
.product-hero,
.super-intestin-hero,
.construction-hero,
.home-hero-vitrine,
.app-privacy-hero{
  border-bottom:0!important;
}
.concept-hero{
  background-color:#050b0d;
  overflow:hidden;
}
.concept-hero::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:110px;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(180deg,rgba(5,11,13,0),#050b0d 88%);
}
.concept-hero-copy{position:relative;z-index:2}
.concept-hero::after{z-index:1}
.about-editorial{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);
  gap:34px 54px;
  align-items:start;
  padding-top:58px;
  padding-bottom:56px;
}
.about-heading h2{
  max-width:720px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,66px);
  line-height:1.08;
  font-weight:400;
  color:#fff;
}
.about-heading h2 span{color:var(--gold);white-space:nowrap}
.about-editorial .about-proof{align-self:start;margin-top:8px}
.about-copy-flow{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:32px 52px;
  padding-top:6px;
  max-width:1040px;
}
.about-copy-flow p{
  margin:0;
  color:#c9c0b7;
  font-size:16px;
  line-height:1.72;
}
@media (max-width:960px){
  .about-editorial{grid-template-columns:1fr;gap:24px;padding-left:24px;padding-right:24px}
  .about-copy-flow{grid-template-columns:1fr;gap:18px;max-width:none}
}
@media (max-width:640px){
  .about-editorial{padding-left:18px;padding-right:18px;padding-top:46px;padding-bottom:46px}
  .about-heading h2{font-size:clamp(34px,10vw,44px)}
  .about-heading h2 span{white-space:normal}
}
.home-hero-vitrine{
  background-position:center calc(50% + 80px)!important;
}

/* =========================================================
   FIX MOBILE SUPER INTESTIN HERO — 2026-06
   Problème corrigé : sur mobile, le hero réservait une grande
   zone vide d'image avant le texte. Le contenu remonte maintenant
   directement sous la navigation, avec l'image en arrière-plan.
   ========================================================= */
@media (max-width:960px){
  .super-intestin-hero{
    min-height:auto!important;
    padding:128px 24px 44px!important;
    background-size:cover!important;
    background-position:center center!important;
  }
}

@media (max-width:640px){
  .super-intestin-hero{
    min-height:auto!important;
    padding:112px 18px 38px!important;
    background-size:cover!important;
    background-position:center center!important;
  }

  .super-intestin-hero .product-title-lockup{
    margin-top:10px;
  }

  .super-intestin-hero .store-buttons{
    margin-top:20px;
  }
}
