: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;
  }
}

/* ==========================================================================
   REFONTE 2026 — CARNET DE SANTÉ
   Identité issue de Super Intestin : ivoire, indigo, corail, menthe et or doux.
   ========================================================================== */
:root{
  --bg:#f4f5f7;
  --bg2:#efe8dc;
  --panel:#fffdf8;
  --panel2:#f2ecf7;
  --line:rgba(73,56,115,.14);
  --line-strong:rgba(73,56,115,.24);
  --text:#201a38;
  --muted:#625875;
  --faint:#847a96;
  --gold:#8b5c0b;
  --gold2:#8c5700;
  --copper:#a84761;
  --purple:#5b24d6;
  --blue:#466f9f;
  --green:#33715a;
  --coral:#a84761;
  --mint:#33715a;
  --lilac:#7458ad;
  --night:#050827;
  --night-panel:#111541;
  --radius:18px;
  --max:1160px;
  --header-height:76px;
  --shadow:0 18px 55px rgba(49,35,78,.09);
}

html{background:var(--bg);scroll-padding-top:96px}
body{
  background:
    linear-gradient(rgba(91,36,214,.035) 1px,transparent 1px) 0 0/100% 72px,
    var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Inter,Roboto,Arial,sans-serif;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body::before{
  content:"";
  position:fixed;
  inset:0 auto 0 max(18px,calc((100vw - var(--max))/2));
  width:1px;
  z-index:-1;
  background:rgba(91,36,214,.08);
  pointer-events:none;
}
p{color:var(--muted)}
a,button,input,select,textarea{font:inherit}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:3px solid rgba(91,36,214,.34);
  outline-offset:3px;
}
.skip-link{background:var(--purple);color:#fff;border-radius:10px;font-weight:800}

/* Navigation */
.site-header{
  height:var(--header-height);
  background:rgba(255,253,248,.90);
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 30px rgba(49,35,78,.04);
  backdrop-filter:blur(18px) saturate(1.1);
}
.site-nav{
  height:var(--header-height);
  max-width:1240px;
  padding:0 40px;
  gap:28px;
}
.brand{
  gap:11px;
  color:var(--text);
  font-size:20px;
  font-weight:850;
  letter-spacing:-.035em;
}
.brand-mark{
  width:43px;
  height:43px;
  border-radius:13px;
  overflow:hidden;
  background:#f4f5f7;
  box-shadow:inset 0 0 0 1px var(--line);
}
.brand-logo{width:100%;height:100%;object-fit:cover}
.nav-links{gap:30px;font-size:14px;font-weight:720}
.nav-links a:not(.nav-cta){color:var(--muted);padding:9px 0;position:relative}
.nav-links a:not(.nav-cta)::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:4px;
  height:2px;
  border-radius:2px;
  background:var(--coral);
  transition:right .2s ease;
}
.nav-links a:not(.nav-cta):hover,.nav-links a:not(.nav-cta):focus-visible,.nav-links a.active,.nav-links a[aria-current="page"]{color:var(--text)}
.nav-links a:not(.nav-cta):hover::after,.nav-links a:not(.nav-cta):focus-visible::after,.nav-links a.active::after,.nav-links a[aria-current="page"]::after{right:0}
.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"]{
  margin-left:12px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  border:0;
  border-radius:14px;
  background:var(--purple);
  color:#fff!important;
  padding:0 17px;
  box-shadow:0 10px 22px rgba(91,36,214,.18);
  font-weight:800;
}
.nav-links .nav-cta:hover{background:#4814c9;transform:translateY(-1px)}
.nav-toggle{border-radius:12px;background:#f0eaff;padding:10px}
.nav-toggle span:not(.sr-only){background:var(--purple);border-radius:2px}
.chevron{color:var(--coral)}

/* Typographie et boutons */
.eyebrow{
  color:var(--purple);
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:15px;
}
h1,h2,h3,.section-row h2,.download-band h2,.featured-guide h2,.showcase-card h2,.article-body h2,.legal-body h2,.article-aside-rich .source-card h2{
  font-family:inherit;
  color:var(--text);
  letter-spacing:-.035em;
}
.btn{
  min-height:48px;
  border-radius:14px;
  padding:0 20px;
  font-size:14px;
  font-weight:820;
  transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn.gold{
  background:var(--purple);
  color:#fff;
  border:1px solid var(--purple);
  box-shadow:0 12px 24px rgba(91,36,214,.17);
}
.btn.gold:hover{background:#4814c9;border-color:#4814c9}
.btn.ghost{
  color:var(--text);
  border:1px solid var(--line-strong);
  background:rgba(255,253,248,.74);
}
.btn.ghost:hover{background:#fff;border-color:rgba(91,36,214,.34)}
.gold-link,.all-link,.protected-email,.contact-email-link{color:var(--purple)}
.all-link{font-weight:800}
.all-link span{color:var(--coral)}

/* Heroes éditoriaux */
.concept-hero{
  min-height:600px;
  padding:calc(var(--header-height) + 68px) max(24px,calc((100vw - var(--max))/2 + 24px)) 72px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:var(--bg);
  border:0;
}
.concept-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:auto;
  right:max(24px,calc((100vw - var(--max))/2 + 24px));
  top:calc(var(--header-height) + 54px);
  bottom:52px;
  width:min(42vw,500px);
  height:auto;
  border:10px solid rgba(255,253,248,.92);
  border-radius:34px 34px 34px 10px;
  background:
    linear-gradient(180deg,rgba(32,26,56,.02),rgba(32,26,56,.24)),
    var(--hero-image) center/cover no-repeat;
  box-shadow:var(--shadow);
}
.concept-hero::after{
  content:"";
  position:absolute;
  z-index:-2;
  right:max(5px,calc((100vw - var(--max))/2 - 14px));
  top:calc(var(--header-height) + 34px);
  width:150px;
  height:150px;
  border:1px solid rgba(91,36,214,.16);
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 0,var(--coral) 0 4px,transparent 5px),
    radial-gradient(circle at 100% 50%,var(--mint) 0 4px,transparent 5px),
    radial-gradient(circle at 40% 100%,#f5c556 0 4px,transparent 5px);
}
.concept-hero-copy{max-width:560px;position:relative;z-index:2}
.concept-hero h1,.concept-hero-copy h1{
  max-width:650px;
  margin:0 0 24px;
  color:var(--text);
  font-family:inherit;
  font-size:clamp(46px,5.2vw,72px);
  font-weight:900;
  line-height:.99;
  letter-spacing:-.06em;
}
.concept-hero h1 span,.product-hero h1 span{color:var(--purple)}
.concept-hero p,.concept-hero-copy>p:not(.eyebrow){
  max-width:530px;
  color:var(--muted);
  font-size:17px;
  line-height:1.62;
}
.concept-hero .privacy-note{color:var(--muted);font-size:13px;font-weight:650}
.privacy-note svg{color:var(--mint)}
.hero-tags span,.status-dot{
  color:var(--lilac);
  border:1px solid rgba(116,88,173,.2);
  background:#f1ebf8;
  font-weight:720;
}

/* Hero d'accueil : preuve produit, pas photo générique */
.home-hero-vitrine{
  min-height:720px;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(360px,.72fr);
  gap:clamp(48px,8vw,110px);
  align-items:center;
  background:var(--bg)!important;
  background-position:initial!important;
}
.home-hero-vitrine::before,.home-hero-vitrine::after{display:none}
.home-hero-vitrine .concept-hero-copy{max-width:620px}
.home-hero-vitrine .concept-hero-copy>p:not(.eyebrow):not(.privacy-note){color:var(--muted);font-weight:560}
.home-hero-vitrine h1{font-size:clamp(52px,6vw,82px)}
.hero-product-preview{
  position:relative;
  width:min(100%,440px);
  min-height:520px;
  margin:22px auto 0;
  display:grid;
  justify-items:center;
  align-items:end;
}
.hero-product-preview::before{
  content:"";
  position:absolute;
  inset:22px -18px 74px 34px;
  z-index:-1;
  border-radius:42px 42px 42px 12px;
  background:#ede6f5;
  border:1px solid rgba(91,36,214,.10);
}
.hero-phone-frame{
  width:254px;
  height:500px;
  overflow:hidden;
  border:9px solid #111541;
  border-radius:42px;
  background:#050827;
  box-shadow:0 26px 70px rgba(49,35,78,.22);
  transform:rotate(2.4deg);
}
.hero-phone-frame img{width:100%;height:auto}
.hero-product-preview figcaption{
  position:absolute;
  left:0;
  bottom:34px;
  width:235px;
  padding:17px 18px;
  border-radius:18px;
  background:#fffdf8;
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(49,35,78,.13);
}
.hero-product-preview figcaption strong{display:block;color:var(--text);font-size:15px;margin-bottom:3px}
.hero-product-preview figcaption span{display:block;color:var(--muted);font-size:12px;line-height:1.4}
.hero-proof{
  position:absolute;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:#fffdf8;
  border:1px solid var(--line);
  color:var(--text);
  font-size:11px;
  font-weight:800;
  box-shadow:0 10px 30px rgba(49,35,78,.10);
}
.hero-proof::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mint)}
.hero-proof-private{top:70px;right:-7px}
.hero-proof-human{top:190px;left:-8px}
.hero-proof-human::before{background:var(--coral)}

/* Sections d'accueil */
.home-section,.page-section,.si-section,.si-editorial,.si-route,.product-cta,.ecosystem-compare{
  max-width:var(--max);
  margin-left:auto;
  margin-right:auto;
}
.home-section{padding-left:24px;padding-right:24px}
.home-manifest,.home-why,.home-difference,.evidence-section,.clarity-section,.home-pathways,.home-method,.guides-preview{
  border:0;
  padding-top:clamp(66px,8vw,104px);
  padding-bottom:clamp(66px,8vw,104px);
}
.home-manifest::before,.home-why::before,.home-difference::before,.evidence-section::before,.clarity-section::before,.home-pathways::before,.home-method::before,.guides-preview::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  width:auto;
  height:1px;
  background:var(--line);
}
.home-manifest::after,.evidence-section::after,.home-pathways::after{display:none}
.home-manifest{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:clamp(38px,7vw,86px);
}
.home-manifest h2,.evidence-section h2,.clarity-section h2,.why-intro h2,.home-difference h2,.home-pathways h2,.home-method h2{
  color:var(--text);
  font-family:inherit;
  font-size:clamp(34px,4.4vw,56px);
  font-weight:860;
  line-height:1.07;
  letter-spacing:-.05em;
}
.manifest-copy{color:var(--muted);font-size:16px}
.manifest-copy strong,.care-note strong{color:var(--text)}
.care-note{
  border:0;
  border-left:4px solid var(--mint);
  border-radius:0 12px 12px 0;
  background:#eef7f2;
  color:#3e6e5b!important;
  padding:17px 20px;
}
.home-why{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(38px,7vw,82px)}
.why-intro p:not(.eyebrow),.difference-panel p{color:var(--muted)}
.why-grid{
  grid-template-columns:1fr;
  gap:0;
  border-top:1px solid var(--line);
}
.why-grid article{
  min-height:0;
  display:grid;
  grid-template-columns:52px minmax(150px,.7fr) minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:24px 0;
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.why-grid article+article{padding-top:24px;border-top:0}
.why-grid article::before{display:none}
.why-grid span,.method-steps span{color:var(--purple);font-family:inherit;font-size:13px;font-weight:900}
.why-grid h3{color:var(--text);margin:0;font-size:17px}
.why-grid p{color:var(--muted);margin:0}
.home-difference{padding-top:0}
.difference-panel{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(38px,7vw,82px);
  border:0;
  border-radius:28px 28px 28px 8px;
  background:#201a38;
  box-shadow:none;
  padding:clamp(34px,6vw,68px);
}
.difference-panel h2,.difference-panel p,.difference-list strong{color:#fff}
.difference-panel p,.difference-list span{color:#c7bedb}
.difference-list{border-color:rgba(255,255,255,.15)}
.difference-list article,.difference-list article+article{border-color:rgba(255,255,255,.12)}
.evidence-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.evidence-grid article{
  min-height:290px;
  padding:34px 28px;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.evidence-grid article:last-child{border-right:0}
.evidence-grid span{color:var(--purple);font-family:inherit;font-weight:900;font-size:clamp(42px,5vw,64px)}
.evidence-grid h3{color:var(--text)}
.evidence-grid p{color:var(--muted)}
.evidence-grid a{color:var(--purple);border-color:rgba(91,36,214,.3);font-weight:800}
.clarity-open{padding:0!important}
.clarity-open .clarity-list{border-color:var(--line)}
.clarity-list strong{color:var(--text)}
.clarity-list span{color:var(--muted)}
.pathway-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  border:0;
}
.pathway-grid a{
  min-height:180px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--panel);
  box-shadow:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.pathway-grid a:last-child{border-right:1px solid var(--line)}
.pathway-grid a:hover,.pathway-grid a:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(91,36,214,.28);
  background:#fff;
  box-shadow:var(--shadow);
}
.pathway-grid span{color:var(--coral)}
.pathway-grid strong{color:var(--text)}
.home-method{grid-template-columns:minmax(210px,.5fr) minmax(0,1.5fr);gap:52px}
.method-steps{border-color:var(--line)}
.method-steps article{padding-top:26px}
.method-steps article+article{border-color:var(--line)}
.method-steps article p{color:var(--muted)}
.article-cards{gap:16px}
.article-card{
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:var(--panel);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.article-card:hover{transform:translateY(-3px);border-color:rgba(91,36,214,.24);box-shadow:var(--shadow)}
.article-card img{height:145px;filter:none}
.article-card div{padding:18px}
.article-card span{color:var(--coral);font-weight:850}
.article-card h3{font-family:inherit;color:var(--text);font-weight:820}

/* Applications et pages produit */
.showcase-grid{gap:16px}
.showcase-card,.product-feature,.benefit-grid article,.proof-panel article,.category-row article,.app-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:var(--panel);
  box-shadow:none;
}
.showcase-card{
  min-height:390px;
  padding:28px;
}
.showcase-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:var(--purple);
}
.showcase-card.copper-card::before{background:var(--coral)}
.showcase-card.blue-card::before{background:var(--blue)}
.showcase-card h2{color:var(--text);font-family:inherit;font-size:34px;font-weight:850}
.showcase-card p,.showcase-card li{color:var(--muted)}
.showcase-icon,.app-icon{
  border-radius:18px;
  background:#eee8f8!important;
  color:var(--purple);
  box-shadow:none;
}
.showcase-icon img,.app-icon img{border-radius:16px}
.showcase-card li:before,.check-list li:before,.app-card li:before{color:var(--mint)}
.showcase-status,.app-status{color:var(--purple);border-color:rgba(91,36,214,.18);background:#f1ebf8}
.split-premium,.si-editorial,.si-section,.export-section,.premium-section{
  color:var(--text);
}
.proof-panel article svg,.benefit-grid article svg,.category-row svg{color:var(--purple)}
.proof-panel article strong,.benefit-grid h3,.category-row h3{color:var(--text)}
.benefit-grid p,.category-row p{color:var(--muted)}
.ecosystem-compare-table>.eyebrow{color:var(--purple)}
.ecosystem-compare-table .section-row h2,.ecosystem-compare-table .section-row p{color:var(--text)}
.ecosystem-compare-table .section-row p{color:var(--muted)}
.comparison-table-wrap,.ecosystem-table-wrap{
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--panel);
  box-shadow:none;
}
.comparison-table th,.comparison-table td,.ecosystem-table th,.ecosystem-table td{border-color:var(--line);color:var(--muted)}
.comparison-table thead th,.ecosystem-table thead th{background:#f0eaf7;color:var(--text)}
.comparison-table thead th:nth-child(3){color:var(--purple)}
.comparison-table tbody th,.comparison-table tfoot th{color:var(--text)}
.comparison-table tbody td:last-child{color:var(--text);background:#f4eff9}
.comparison-table tbody tr:hover td,.comparison-table tbody tr:hover th{background-color:#faf7fc}
.comparison-table tfoot th,.comparison-table tfoot td{background:#f0eaf7}
.comparison-table tfoot td:last-child{color:var(--purple)}
.product-subnav-v2{
  top:var(--header-height);
  background:rgba(255,253,248,.92);
  border-color:var(--line);
}
.product-subnav-v2 a{color:var(--muted)}
.product-subnav-v2 a:hover,.product-subnav-v2 a:focus-visible{color:var(--purple)}
.product-hero,.super-intestin-hero{
  min-height:660px;
  padding-top:calc(var(--header-height) + 94px);
  padding-bottom:68px;
  background:
    linear-gradient(90deg,#050827 0%,#050827 48%,rgba(5,8,39,.72) 72%,rgba(5,8,39,.22)),
    var(--hero-image) center right/cover no-repeat;
  border:0;
}
.product-hero .status-dot{color:#d5c8f1;background:rgba(187,166,236,.10);border-color:rgba(187,166,236,.22)}
.product-hero h1{color:#fff;font-family:inherit;font-weight:900}
.product-hero h1 span{color:#bba6ec}
.product-hero p,.mini-trust span{color:#c7bedb}
.product-hero .btn.gold{background:#f5c556;border-color:#f5c556;color:#201a38;box-shadow:none}
.product-hero .btn.ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.22);color:#fff}
.product-title-lockup{align-items:center}
.product-app-icon{border-radius:22px}
.mini-trust{border-color:rgba(255,255,255,.12)}
.mini-trust svg{color:#91d5b7}
.si-editorial,.si-route,.si-section,.product-cta{padding-left:24px;padding-right:24px}
.si-editorial h2,.si-section-head h2,.split-premium h2,.premium-section h2,.product-cta h2{
  color:var(--text);
  font-family:inherit;
  font-weight:860;
  letter-spacing:-.045em;
}
.si-editorial p,.si-section p,.si-route p,.product-cta p{color:var(--muted)}
.si-editorial strong{color:var(--text)}
.si-route{border-color:var(--line)}
.si-route article{border-color:var(--line)}
.si-route span{color:var(--purple)}
.si-route h3{color:var(--text)}
.si-mosaic article,.sii-profile-grid article,.bristol-band,.export-grid article,.premium-price-card,.product-cta{
  border:1px solid var(--line);
  background:var(--panel);
  color:var(--text);
  box-shadow:none;
}
.si-mosaic article h3,.sii-profile-grid h3,.bristol-band h3,.export-grid h3,.premium-price-card strong,.product-cta h2{color:var(--text)}
.recipe-strip img,.export-previews img{border-color:var(--line);box-shadow:var(--shadow)}
.premium-table-wrap{border-color:var(--line);background:var(--panel)}
.premium-table-v2 th,.premium-table-v2 td{border-color:var(--line);color:var(--muted)}
.premium-table-v2 thead th{background:#f0eaf7;color:var(--text)}
.premium-table-v2 td.included{color:var(--mint)}
.premium-table-v2 td.not-included{color:var(--faint)}
.premium-note{background:#eef7f2;border-color:rgba(77,148,118,.18);color:#3e6e5b!important}

/* Guides et articles */
.guide-tools input,.contact-form input,.contact-form select,.contact-form textarea,.newsletter input{
  color:var(--text);
  background:#fff;
  border:1px solid var(--line-strong);
}
.guide-tools input{border-radius:15px}
.filter-button{
  color:var(--muted);
  background:var(--panel);
  border-color:var(--line);
  font-weight:720;
}
.filter-button:hover,.filter-button:focus-visible{color:var(--purple);border-color:rgba(91,36,214,.30);background:#f2ecf8}
.filter-button.active{background:var(--purple);color:#fff;border-color:var(--purple)}
.guide-card[style*="--guide-img"] a{
  border:1px solid var(--line);
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(32,26,56,.02) 22%,rgba(32,26,56,.82) 100%),
    var(--guide-img) center/cover no-repeat;
  box-shadow:none;
}
.guide-card[style*="--guide-img"] a::after{background:linear-gradient(180deg,transparent 30%,rgba(17,13,40,.78) 100%)}
.guide-card[style*="--guide-img"] span{color:#f5c556}
.guide-card[style*="--guide-img"] h2{color:#fff;font-family:inherit;font-weight:830}
.guide-card[style*="--guide-img"] p{color:#e7e0ee}
.guide-card a{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.guide-card a:hover{transform:translateY(-3px);border-color:rgba(91,36,214,.30);box-shadow:var(--shadow)}
.featured-guide{
  border:1px solid var(--line);
  border-radius:28px 28px 28px 8px;
  background:var(--panel);
  box-shadow:none;
}
.featured-guide img{filter:none}
.featured-guide h2{font-family:inherit;color:var(--text);font-weight:850}
.featured-guide p{color:var(--muted)}
.article-hero{
  min-height:520px;
  padding-top:calc(var(--header-height) + 78px);
  padding-bottom:68px;
  position:relative;
}
.article-hero::after{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  height:1px;
  background:var(--line);
}
.article-hero h1{
  max-width:850px;
  color:var(--text);
  font-family:inherit;
  font-size:clamp(46px,6vw,76px);
  font-weight:900;
  line-height:1;
  letter-spacing:-.06em;
}
.article-hero p{color:var(--muted);font-size:18px}
.article-body,.article-body-rich{
  padding:34px;
  border:1px solid var(--line);
  border-radius:22px;
  background:var(--panel);
  box-shadow:none;
}
.article-body p,.article-body li,.article-body-rich p,.article-body-rich li{color:var(--muted)}
.article-body strong,.article-body-rich strong{color:var(--text)}
.article-body h2,.article-body-rich h2{color:var(--text);font-family:inherit;font-weight:850;letter-spacing:-.035em}
.article-body section,.article-body-rich .content-section{border-color:var(--line)}
.article-body-rich .notice-card{
  border:0;
  border-left:4px solid var(--gold);
  border-radius:0 14px 14px 0;
  background:#fff8df;
}
.article-body-rich .notice-icon{background:#f5c556;color:#4b3512;border:0}
.article-body-rich .notice-card strong,.article-body-rich .mini-card strong,.article-body-rich .summary-list b{color:var(--text)}
.article-body-rich .quick-grid>div,.article-body-rich .mini-card{
  border-color:var(--line);
  border-radius:16px;
  background:#f8f4fb;
}
.article-body-rich .quick-grid span{color:var(--purple)}
.article-body-rich .quick-grid strong{color:var(--text)}
.article-body-rich .quick-grid p,.article-body-rich .mini-card p,.article-body-rich .summary-list p{color:var(--muted)}
.article-body-rich .cta-card{
  border:0;
  border-radius:18px;
  background:#eee8f8;
}
.article-aside-rich{
  position:sticky;
  top:108px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,253,248,.92);
}
.article-aside-rich>b,.article-aside-rich .toc>b,.article-aside-rich .source-card{
  color:var(--text);
  border:0;
  border-radius:0;
  background:transparent;
  padding:0 0 12px;
  margin:0;
}
.article-aside-rich>a,.article-aside-rich .toc>a,.article-aside-rich .source-card a{
  color:var(--muted);
  border-color:var(--line);
}
.article-aside-rich>a:hover,.article-aside-rich .toc>a:hover,.article-aside-rich .source-card a:hover{color:var(--purple)}
.article-aside-rich .source-card h2{font-family:inherit;color:var(--text);font-size:17px;font-weight:850}
.source-card{margin-top:24px!important;padding-top:20px!important;border-top:1px solid var(--line)!important}
.rating-panel,.guide-cta>div{
  border:1px solid var(--line);
  border-radius:22px;
  background:#f0eaf7;
  box-shadow:none;
}
.rating-panel .stars{color:var(--gold);text-shadow:none}
.rating-panel strong,.guide-cta h2{color:var(--text);font-family:inherit;font-weight:850}
.rating-panel p,.guide-cta p{color:var(--muted)}

/* Pages institutionnelles, formulaire et FAQ */
.page-section h2,.about-heading h2,.origin-story h2,.faq-block h2,.legal-body h2{
  color:var(--text);
  font-family:inherit;
  font-weight:860;
  letter-spacing:-.045em;
}
.about-heading h2 span{color:var(--purple)}
.about-copy-flow p,.origin-story p:not(.eyebrow){color:var(--muted)}
.about-proof article p{color:var(--muted)}
.origin-story{border-color:var(--line)}
.legal-layout,.contact-section{align-items:start}
.legal-body,.legal-note-box,.contact-form,.rich-contact aside{
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--panel);
  box-shadow:none;
}
.legal-body section,.legal-note-box a{border-color:var(--line)}
.legal-body p,.legal-body li,.legal-note-box p,.legal-note-box a{color:var(--muted)}
.legal-note-box strong{color:var(--text)}
.rich-contact aside,.contact-form{padding:28px}
.contact-form{background:var(--panel)}
.contact-form label{color:var(--text)}
.contact-form input,.contact-form select,.contact-form textarea{border-radius:14px}
.contact-note{
  border-color:var(--line);
  color:var(--muted)!important;
}
.contact-note strong,.medical-warning strong{color:var(--text)}
.medical-warning,.form-alert.error{
  border:0;
  border-left:4px solid var(--coral);
  border-radius:0 12px 12px 0;
  background:#fff0f3;
  color:#7a3d4b!important;
}
.form-alert.success{background:#eef7f2;color:#3e6e5b;border-color:rgba(77,148,118,.2)}
.human-check span{color:var(--muted)}
.form-feedback{color:var(--coral)!important}
.form-feedback[data-state="success"]{color:var(--mint)!important}
.faq-block details{
  border-color:var(--line);
  background:var(--panel);
  border-radius:16px;
}
.faq-block summary{color:var(--text)}
.faq-block summary::after{color:var(--purple)}
.faq-answer p{color:var(--muted)}

/* Téléchargement et footer */
.download-band{
  border:0;
  border-radius:26px 26px 26px 8px;
  background:#201a38;
  padding:32px 38px;
  box-shadow:none;
}
.download-band h2{color:#fff;font-family:inherit;font-weight:850}
.download-band p{color:#c7bedb}
.store-buttons{gap:12px}
.store-buttons a{
  min-width:210px;
  height:58px;
  padding:0 17px;
  gap:12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:15px;
  background:#111541;
}
.store-buttons a:hover{background:#191e54;border-color:rgba(255,255,255,.28)}
.store-buttons strong{color:#fff;font-size:16px}
.store-buttons small{color:#a9a3c2}
.store-icon{border-radius:8px}
.site-footer{
  max-width:none;
  margin:64px 0 0!important;
  padding:56px max(24px,calc((100vw - var(--max))/2 + 24px)) 34px!important;
  border-top:0;
  background:#050827;
  color:#fff;
}
.footer-grid{max-width:var(--max);margin:0 auto;gap:clamp(34px,6vw,76px)!important}
.footer-logo{font-family:inherit}
.footer-logo strong,.site-footer strong{color:#fff}
.site-footer a,.site-footer p{color:#aaa4c0}
.site-footer a:hover{color:#fff}
.site-footer .brand-mark{background:#f4f5f7}
.socials a{color:#bba6ec;border-color:rgba(187,166,236,.42)}
.socials a:hover,.socials a:focus-visible{color:#f5c556;border-color:#f5c556;background:rgba(245,197,86,.08)}
.newsletter{height:44px;border-radius:13px;background:#111541}
.newsletter input{border:0;background:transparent;color:#fff}
.newsletter button{color:#f5c556}
.copyright{max-width:var(--max);margin:36px auto 0!important;border-color:rgba(255,255,255,.1)}

/* Politique de confidentialité autonome */
.app-privacy-page{background:var(--bg)}
.app-privacy-hero{border-color:var(--line)}
.app-privacy-hero h1{color:var(--text);font-family:inherit;font-weight:900}
.app-privacy-hero h1 span{color:var(--purple)}
.app-privacy-hero p{color:var(--muted)}
.app-privacy-hero-mark,.app-privacy-page .legal-card,.app-privacy-page .legal-summary-card,.app-privacy-page .legal-article,.app-privacy-page .legal-warning{
  border-color:var(--line);
  background:var(--panel);
  box-shadow:none;
}
.app-privacy-page .app-privacy-langbar{background:rgba(255,253,248,.92);border-color:var(--line)}
.app-lang-label,.app-privacy-page .legal-section-title,.app-privacy-page .legal-card strong,.app-privacy-page .legal-summary-card strong,.app-privacy-page .legal-article h2,.app-privacy-page .legal-article h3{color:var(--text);font-family:inherit}
.app-lang-btn{color:var(--muted);background:#fff;border-color:var(--line)}
.app-lang-btn.active{background:var(--purple);border-color:var(--purple);color:#fff}
.app-privacy-page .legal-kicker,.app-privacy-page .legal-card b{color:var(--purple)}
.app-privacy-page .legal-section-text,.app-privacy-page .legal-card p,.app-privacy-page .legal-summary-card a,.app-privacy-page .legal-article p,.app-privacy-page .legal-article li{color:var(--muted)}
.app-privacy-page .legal-summary-card a,.app-privacy-page .legal-article section+section,.app-privacy-page .table,.app-privacy-page .cell{border-color:var(--line)}
.app-privacy-page .legal-article a{color:var(--purple)}
.app-privacy-page .cell{background:#faf7fc;color:var(--muted)}
.app-privacy-page .cell:nth-child(odd){background:#f0eaf7;color:var(--text)}
.app-privacy-cta .legal-cta-inner{border:0;border-radius:22px;background:#201a38}
.app-privacy-cta h2{color:#fff;font-family:inherit}
.app-privacy-cta p{color:#c7bedb}
.app-privacy-cta .button,.app-privacy-cta .button-primary{border-radius:14px;background:#f5c556;color:#201a38}

/* Mouvement sobre */
@media (prefers-reduced-motion:no-preference){
  .hero-phone-frame{animation:health-phone-float 7s ease-in-out infinite}
  @keyframes health-phone-float{
    0%,100%{transform:rotate(2.4deg) translateY(0)}
    50%{transform:rotate(1.2deg) translateY(-8px)}
  }
}

/* Tablette */
@media (max-width:1080px){
  .site-nav{padding-left:24px;padding-right:24px}
  .nav-links{gap:20px}
  .nav-links .nav-cta{margin-left:2px}
  .concept-hero::before{width:39vw}
  .home-hero-vitrine{gap:42px}
  .hero-product-preview{transform:scale(.92)}
}

@media (max-width:960px){
  :root{--header-height:70px}
  body::before{left:18px}
  .site-header,.site-nav{height:var(--header-height)}
  .site-nav{padding:0 20px}
  .brand{font-size:18px}
  .brand-mark{width:40px;height:40px}
  .nav-links{
    top:calc(var(--header-height) + 8px);
    left:18px;
    right:18px;
    gap:4px;
    padding:12px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,253,248,.98);
    box-shadow:0 24px 60px rgba(49,35,78,.16);
  }
  .nav-links a:not(.nav-cta){color:var(--text);padding:12px 14px;border-radius:11px}
  .nav-links a:not(.nav-cta)::after{display:none}
  .nav-links a:not(.nav-cta):hover{background:#f0eaf7}
  .nav-links .nav-cta{margin:6px 0 0;justify-content:center}
  .concept-hero{
    min-height:720px!important;
    padding:calc(var(--header-height) + 318px) 24px 62px!important;
    display:block;
    background:var(--bg)!important;
  }
  .concept-hero::before{
    display:block;
    left:24px;
    right:24px;
    top:calc(var(--header-height) + 32px);
    bottom:auto;
    width:auto;
    height:252px;
    border-width:7px;
    border-radius:24px 24px 24px 8px;
  }
  .concept-hero::after{display:none}
  .concept-hero-copy{max-width:700px}
  .concept-hero h1,.concept-hero-copy h1{font-size:clamp(42px,8vw,62px)!important;line-height:1!important;color:var(--text)}
  .concept-hero p{color:var(--muted)!important}
  .home-hero-vitrine{
    min-height:auto!important;
    padding:calc(var(--header-height) + 62px) 24px 72px!important;
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
  }
  .home-hero-vitrine::before{display:none}
  .home-hero-vitrine h1{font-size:clamp(48px,10vw,68px)!important}
  .hero-product-preview{margin-top:10px;transform:none}
  .home-manifest,.home-why,.difference-panel,.home-method,.si-editorial,.split-premium{grid-template-columns:1fr}
  .why-grid article{grid-template-columns:44px minmax(150px,.6fr) minmax(0,1fr)}
  .evidence-grid{grid-template-columns:1fr}
  .evidence-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--line)}
  .evidence-grid article:last-child{border-bottom:0}
  .pathway-grid{grid-template-columns:1fr 1fr}
  .article-aside-rich{position:static}
  .product-hero,.super-intestin-hero{
    min-height:auto!important;
    padding:150px 24px 58px!important;
    background:
      linear-gradient(180deg,rgba(5,8,39,.35),#050827 62%),
      var(--hero-image) center/cover no-repeat!important;
  }
  .comparison-table-wrap{overflow:visible;border:0;background:transparent}
  .comparison-table tbody tr,.comparison-table tfoot tr{border-color:var(--line);background:var(--panel)}
  .comparison-table tbody th,.comparison-table tfoot th{background:#f0eaf7;color:var(--purple)}
  .comparison-table td::before{color:var(--coral)}
  .article-hero{min-height:430px;padding-top:calc(var(--header-height) + 68px)}
  .site-footer{padding-left:24px!important;padding-right:24px!important}
}

/* Mobile */
@media (max-width:640px){
  body{background:var(--bg)}
  body::before{display:none}
  .site-nav{padding:0 16px}
  .brand{gap:9px}
  .brand-mark{width:38px;height:38px;border-radius:12px}
  .home-section,.page-section,.si-section,.si-editorial,.si-route,.product-cta,.ecosystem-compare,
  .article-hero,.article-layout,.featured-guide,.legal-layout,.contact-section,.guide-tools,.guide-grid{
    padding-left:18px;
    padding-right:18px;
  }
  .concept-hero{
    min-height:auto!important;
    padding:calc(var(--header-height) + 264px) 18px 48px!important;
    align-items:initial!important;
  }
  .concept-hero::before{
    left:18px;
    right:18px;
    top:calc(var(--header-height) + 22px);
    height:214px;
    border-width:5px;
  }
  .concept-hero h1,.concept-hero-copy h1{font-size:clamp(38px,11vw,48px)!important}
  .concept-hero p{font-size:16px!important}
  .home-hero-vitrine{
    padding:calc(var(--header-height) + 48px) 18px 58px!important;
  }
  .home-hero-vitrine h1{font-size:clamp(44px,13vw,58px)!important}
  .hero-buttons{gap:10px}
  .hero-product-preview{min-height:475px;width:100%;margin-top:12px}
  .hero-product-preview::before{inset:20px 0 68px 28px}
  .hero-phone-frame{width:222px;height:438px;border-width:7px;border-radius:36px}
  .hero-product-preview figcaption{left:0;bottom:28px;width:205px}
  .hero-proof-private{right:0;top:62px}
  .hero-proof-human{left:0;top:174px}
  .home-manifest,.home-why,.home-difference,.evidence-section,.clarity-section,.home-pathways,.home-method,.guides-preview{padding-top:58px;padding-bottom:58px}
  .home-manifest::before,.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}
  .home-manifest h2,.evidence-section h2,.clarity-section h2,.why-intro h2,.home-difference h2,.home-pathways h2,.home-method h2{font-size:clamp(32px,10vw,42px)}
  .why-grid article{grid-template-columns:38px 1fr;gap:10px 14px}
  .why-grid p{grid-column:2}
  .difference-panel{margin-left:-18px;margin-right:-18px;padding:34px 22px;border-radius:24px 24px 0 0}
  .pathway-grid{grid-template-columns:1fr}
  .pathway-grid a{min-height:150px}
  .home-method{gap:28px}
  .method-steps{grid-template-columns:1fr}
  .method-steps article,.method-steps article+article{padding:20px 0;border-left:0;border-bottom:1px solid var(--line)}
  .method-steps article:last-child{border-bottom:0}
  .article-cards{grid-template-columns:1fr}
  .article-card img{height:180px}
  .showcase-card{min-height:0;padding:24px}
  .page-section{padding-top:44px;padding-bottom:44px}
  .product-hero,.super-intestin-hero{padding:126px 18px 44px!important}
  .product-hero h1{font-size:clamp(46px,14vw,62px)}
  .product-subnav-v2{top:var(--header-height)}
  .si-editorial,.si-section{padding-top:54px;padding-bottom:54px}
  .si-route{grid-template-columns:1fr}
  .si-route article{border-right:0;border-bottom:1px solid var(--line)}
  .article-hero{min-height:390px;padding-top:calc(var(--header-height) + 58px);padding-bottom:52px}
  .article-hero h1{font-size:clamp(42px,12vw,58px)}
  .featured-guide{border-radius:20px}
  .article-body,.article-body-rich{padding:22px 19px;border-radius:18px}
  .article-body-rich .quick-grid{grid-template-columns:1fr}
  .article-aside-rich{padding:19px}
  .download-band{margin-left:18px;margin-right:18px;padding:26px 20px;border-radius:22px 22px 22px 8px}
  .store-buttons a{justify-content:flex-start}
  .site-footer{margin-top:42px!important;padding:44px 18px 30px!important}
  .footer-grid{gap:34px!important}
}

@media (max-width:390px){
  .brand{font-size:16px}
  .hero-product-preview{transform:scale(.94);transform-origin:top center;margin-bottom:-24px}
  .hero-proof{font-size:10px}
}

@media (prefers-reduced-motion:reduce){
  .hero-phone-frame{animation:none}
}

/* Preuve produit sur le hero Super Intestin (desktop) */
.super-intestin-hero{position:relative;isolation:isolate}
.super-intestin-hero .product-copy{position:relative;z-index:2;max-width:620px}
.super-intestin-hero::after{
  content:"";
  position:absolute;
  z-index:1;
  right:max(9vw,calc((100vw - var(--max))/2 + 52px));
  top:142px;
  width:238px;
  height:500px;
  border:8px solid #111541;
  border-radius:40px;
  background:#050827 url("/assets/img/super-intestin/journal-de-bord.png") center top/100% auto no-repeat;
  box-shadow:0 30px 80px rgba(0,0,0,.34);
  transform:rotate(2deg);
}
@media (max-width:960px){
  .super-intestin-hero::after{display:none}
}

/* ==========================================================================
   REFONTE ULTRA — UNIVERS COSMIQUE SUIVRESASANTÉ
   Référence visuelle validée le 30 juillet 2026.
   ========================================================================== */

:root{
  --cosmic-night:#050827;
  --cosmic-night-soft:#0b1032;
  --cosmic-cream:#f4f5f7;
  --cosmic-cream-deep:#e7eaf0;
  --cosmic-ink:#17132f;
  --cosmic-copy:#625b73;
  --cosmic-line:#ddd3c5;
  --cosmic-coral:#ff829a;
  --cosmic-gold:#f5c556;
  --cosmic-mint:#91d5b7;
  --cosmic-lilac:#bba6ec;
  --cosmic-purple:#7d49df;
  --cosmic-blue:#78cfee;
  --cosmic-max:1240px;
  --header-height:82px;
}

html{
  background:var(--cosmic-cream);
  scroll-padding-top:104px;
}

body.cosmic-site{
  margin:0;
  background:var(--cosmic-cream);
  color:var(--cosmic-ink);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Inter,Roboto,Arial,sans-serif;
  line-height:1.62;
  overflow-x:hidden;
}

body.cosmic-site::before{display:none}
body.cosmic-site p{color:var(--cosmic-copy)}
body.cosmic-site main{overflow:clip}

body.cosmic-site .site-header{
  height:var(--header-height);
  border:0;
  background:rgba(5,8,39,.94);
  box-shadow:none;
  backdrop-filter:blur(18px) saturate(1.15);
}

body.cosmic-site .site-nav{
  height:var(--header-height);
  max-width:1380px;
  padding:0 42px;
}

body.cosmic-site .brand{
  color:#fff;
  font-size:22px;
  font-weight:900;
}

body.cosmic-site .brand-mark,
body.cosmic-site .site-footer .brand-mark{
  width:42px;
  height:42px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
}

body.cosmic-site .brand-logo{
  width:100%;
  height:100%;
  object-fit:contain;
}

body.cosmic-site .nav-links{
  gap:clamp(22px,3.4vw,52px);
  color:#fff;
  font-size:14px;
  font-weight:720;
}

body.cosmic-site .nav-links a:not(.nav-cta){
  color:rgba(255,255,255,.9);
  padding:12px 0;
}

body.cosmic-site .nav-links a:not(.nav-cta)::after{
  bottom:5px;
  height:2px;
  background:var(--cosmic-gold);
}

body.cosmic-site .nav-links a:not(.nav-cta):hover,
body.cosmic-site .nav-links a:not(.nav-cta):focus-visible,
body.cosmic-site .nav-links a.active,
body.cosmic-site .nav-links a[aria-current="page"]{
  color:#fff!important;
}

body.cosmic-site .nav-links .nav-cta,
body.cosmic-site .nav-links .nav-cta.active,
body.cosmic-site .nav-links .nav-cta[aria-current="page"]{
  min-height:46px;
  margin-left:24px;
  padding:0 23px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  background:var(--cosmic-gold);
  color:var(--cosmic-ink)!important;
  box-shadow:0 12px 35px rgba(245,197,86,.18);
}

body.cosmic-site .nav-links .nav-cta:hover{
  background:#ffd76f;
  transform:translateY(-1px);
}

body.cosmic-site .nav-toggle{
  border:1px solid rgba(255,255,255,.16);
  background:var(--cosmic-night-soft);
}

body.cosmic-site .nav-toggle span:not(.sr-only){background:var(--cosmic-gold)}

body.cosmic-site .eyebrow{
  color:var(--cosmic-coral);
  font-size:12px;
  font-weight:900;
  letter-spacing:.2em;
}

body.cosmic-site h1,
body.cosmic-site h2,
body.cosmic-site h3,
body.cosmic-site .section-row h2,
body.cosmic-site .download-band h2,
body.cosmic-site .article-body h2,
body.cosmic-site .legal-body h2{
  font-family:inherit;
  color:var(--cosmic-ink);
}

body.cosmic-site .btn{
  min-height:48px;
  padding:0 23px;
  border-radius:999px;
  font-weight:850;
  letter-spacing:-.01em;
}

body.cosmic-site .btn.gold{
  border:1px solid rgba(255,255,255,.34);
  background:var(--cosmic-gold);
  color:var(--cosmic-ink);
  box-shadow:0 12px 34px rgba(245,197,86,.16);
}

body.cosmic-site .btn.gold:hover{background:#ffd76f;border-color:#ffd76f}

body.cosmic-site .btn.ghost{
  border:1px solid rgba(255,255,255,.65);
  background:rgba(5,8,39,.42);
  color:#fff;
}

body.cosmic-site .btn.ghost:hover{background:rgba(255,255,255,.08)}

body.cosmic-site .gold-link,
body.cosmic-site .all-link,
body.cosmic-site .protected-email,
body.cosmic-site .contact-email-link{
  color:#6942c6;
  font-weight:820;
}

/* Hero partagé */
body.cosmic-site .concept-hero,
body.cosmic-site .product-hero,
body.cosmic-site .article-hero,
body.cosmic-site .page-hero,
body.cosmic-site .app-privacy-hero{
  position:relative;
  isolation:isolate;
  width:100%;
  max-width:none;
  min-height:690px;
  margin:0;
  padding:calc(var(--header-height) + 68px) max(32px,calc((100vw - var(--cosmic-max))/2)) 112px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:0;
  background-color:var(--cosmic-night)!important;
  background-image:var(--cosmic-scene)!important;
  background-position:right center!important;
  background-size:auto 100%!important;
  background-repeat:no-repeat!important;
}

body.cosmic-site .concept-hero::before,
body.cosmic-site .product-hero::before,
body.cosmic-site .page-hero::before,
body.cosmic-site .app-privacy-hero::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  display:block!important;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:rgba(5,8,39,.12);
  pointer-events:none;
}

body.cosmic-site .concept-hero::after,
body.cosmic-site .product-hero::after,
body.cosmic-site .article-hero::after,
body.cosmic-site .page-hero::after,
body.cosmic-site .app-privacy-hero::after{
  content:"";
  position:absolute;
  z-index:5;
  left:-5%;
  right:-5%;
  top:auto!important;
  bottom:-1px;
  display:block!important;
  width:110%;
  height:70px;
  border:0;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  background:var(--cosmic-cream);
  pointer-events:none;
}

body.cosmic-site .concept-hero-copy,
body.cosmic-site .product-copy,
body.cosmic-site .article-hero > *:not(.hero-buttons){
  position:relative;
  z-index:3;
}

body.cosmic-site .concept-hero-copy,
body.cosmic-site .product-copy{
  width:min(50%,620px);
  max-width:620px;
}

body.cosmic-site .concept-hero h1,
body.cosmic-site .concept-hero-copy h1,
body.cosmic-site .product-hero h1,
body.cosmic-site .article-hero h1,
body.cosmic-site .page-hero h1,
body.cosmic-site .app-privacy-hero h1{
  max-width:720px;
  margin:0 0 25px;
  color:#fff;
  font-family:inherit;
  font-size:clamp(52px,5.2vw,78px);
  font-weight:950;
  line-height:.99;
  letter-spacing:-.065em;
}

body.cosmic-site .concept-hero h1 span,
body.cosmic-site .product-hero h1 span,
body.cosmic-site .article-hero h1 span,
body.cosmic-site .page-hero h1 span,
body.cosmic-site .app-privacy-hero h1 span{
  color:var(--cosmic-coral);
}

body.cosmic-site .page-nova .product-hero h1 span{color:var(--cosmic-blue)}

body.cosmic-site .concept-hero p,
body.cosmic-site .product-hero p,
body.cosmic-site .article-hero p,
body.cosmic-site .page-hero p,
body.cosmic-site .app-privacy-hero p{
  max-width:600px;
  color:rgba(255,255,255,.83)!important;
  font-size:17px;
  line-height:1.65;
}

body.cosmic-site .concept-hero .eyebrow,
body.cosmic-site .product-hero .eyebrow,
body.cosmic-site .article-hero .eyebrow,
body.cosmic-site .page-hero .eyebrow,
body.cosmic-site .app-privacy-hero .eyebrow{
  color:var(--cosmic-coral)!important;
}

body.cosmic-site .hero-buttons{gap:12px;margin:26px 0 17px}
body.cosmic-site .privacy-note{color:rgba(255,255,255,.78)!important}
body.cosmic-site .privacy-note svg{color:var(--cosmic-mint)}

/* Accueil : même densité éditoriale que la version publique */
body.page-home .home-hero-vitrine{
  min-height:790px;
  display:block;
  padding-top:calc(var(--header-height) + 78px);
}

body.page-home .home-hero-vitrine .concept-hero-copy{width:min(43%,590px)}
body.page-home .home-hero-vitrine .concept-hero-copy{width:min(48%,650px);max-width:650px}
body.page-home .home-hero-vitrine h1{font-size:clamp(58px,5.35vw,82px)}

body.page-home .hero-product-preview{
  position:absolute;
  z-index:4;
  right:max(22px,calc((100vw - 1500px)/2));
  bottom:92px;
  width:270px;
  min-height:470px;
  margin:0;
  transform:scale(.76) rotate(1.5deg);
  transform-origin:right bottom;
}

body.page-home .hero-product-preview::before{
  inset:18px -12px 52px 20px;
  border:1px solid rgba(187,166,236,.28);
  border-radius:34px;
  background:rgba(17,21,65,.88);
}

body.page-home .hero-phone-frame{
  width:236px;
  height:465px;
  border-color:#161a50;
  border-radius:38px;
  box-shadow:0 28px 80px rgba(0,0,0,.4);
}

body.page-home .hero-product-preview figcaption{
  left:-28px;
  bottom:16px;
  background:var(--cosmic-cream);
}

body.page-home .hero-proof{
  background:var(--cosmic-cream);
  color:var(--cosmic-ink);
}

body.page-home .home-section,
body.page-home .page-section{
  max-width:var(--cosmic-max);
}

body.page-home .home-manifest,
body.page-home .home-why,
body.page-home .home-difference,
body.page-home .evidence-section,
body.page-home .clarity-section,
body.page-home .home-pathways,
body.page-home .home-method,
body.page-home .guides-preview{
  padding-top:clamp(72px,8vw,112px);
  padding-bottom:clamp(72px,8vw,112px);
}

body.page-home .home-manifest::before,
body.page-home .home-why::before,
body.page-home .home-difference::before,
body.page-home .evidence-section::before,
body.page-home .clarity-section::before,
body.page-home .home-pathways::before,
body.page-home .home-method::before,
body.page-home .guides-preview::before{
  background:var(--cosmic-line);
}

body.page-home .home-manifest h2,
body.page-home .evidence-section h2,
body.page-home .clarity-section h2,
body.page-home .why-intro h2,
body.page-home .home-difference h2,
body.page-home .home-pathways h2,
body.page-home .home-method h2{
  color:var(--cosmic-ink);
  font-size:clamp(36px,4.3vw,58px);
  font-weight:930;
}

body.page-home .care-note{
  border-left-color:#2f8a6b;
  background:#e8f4ee;
  color:#2c6953!important;
}

body.page-home .why-grid,
body.page-home .evidence-grid,
body.page-home .method-steps,
body.page-home .clarity-list{
  border-color:var(--cosmic-line);
}

body.page-home .why-grid article,
body.page-home .evidence-grid article,
body.page-home .method-steps article,
body.page-home .clarity-list article{
  border-color:var(--cosmic-line);
}

body.page-home .why-grid span,
body.page-home .method-steps span,
body.page-home .evidence-grid span{color:#7042d6}

body.page-home .difference-panel{
  border:1px solid rgba(187,166,236,.22);
  border-radius:34px;
  background:var(--cosmic-night);
}

body.page-home .difference-panel h2,
body.page-home .difference-panel p,
body.page-home .difference-list strong{color:#fff}

body.page-home .difference-list span{color:#c8c1db}

body.page-home .pathway-grid a,
body.page-home .article-card{
  border:1px solid var(--cosmic-line);
  border-radius:22px;
  background:#ffffff;
  box-shadow:none;
}

body.page-home .pathway-grid a:hover,
body.page-home .article-card:hover{
  border-color:var(--cosmic-lilac);
  box-shadow:0 22px 60px rgba(56,38,95,.1);
}

/* Nos applications */
body.page-applications .applications-cosmic-hero{min-height:720px}
body.page-applications .applications-cosmic-hero .concept-hero-copy{width:min(44%,620px)}
body.page-applications .applications-cosmic-hero h1{font-size:clamp(54px,5.2vw,76px)}

.application-orbit-labels{
  position:absolute;
  z-index:4;
  inset:0;
  pointer-events:none;
}

.orbit-label{
  position:absolute;
  display:grid;
  gap:2px;
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.44);
}

.orbit-label b{font-size:18px;color:var(--cosmic-coral)}
.orbit-label small{font-size:13px;color:#fff}
.orbit-super{right:5.5%;top:24%}
.orbit-apres{right:4%;top:48%}
.orbit-nova{right:2.5%;top:69%}
.orbit-nova b{color:var(--cosmic-mint)}

body.page-applications #applications{
  padding-top:72px;
  padding-bottom:80px;
}

body.page-applications .showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-template-rows:auto;
  grid-auto-rows:auto;
  gap:0;
  margin-top:28px;
  border-top:1px solid var(--cosmic-line);
  border-bottom:1px solid var(--cosmic-line);
}

body.page-applications .showcase-card{
  min-height:420px;
  padding:36px 38px;
  border:0;
  border-right:1px solid var(--cosmic-line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-applications .showcase-card:last-child{border-right:0}
body.page-applications .showcase-card::before{display:none}

body.page-applications .showcase-icon{
  width:92px;
  height:92px;
  border:0;
  border-radius:24px;
  background:transparent!important;
}

body.page-applications .showcase-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:22px;
}

body.page-applications .showcase-card h2{
  color:var(--cosmic-ink);
  font-size:30px;
  font-weight:900;
}

body.page-applications .showcase-card p,
body.page-applications .showcase-card li{color:var(--cosmic-copy)}
body.page-applications .showcase-card ul{padding-top:10px;border-top:1px solid var(--cosmic-line)}

body.page-applications .showcase-status,
body.page-applications .app-status{
  color:#6441b1;
  border-color:#d8caef;
  background:#eee8f8;
}

body.page-applications .split-premium,
body.page-applications .ecosystem-compare{
  padding-top:80px;
  padding-bottom:80px;
}

body.page-applications .proof-panel{
  border-top:1px solid var(--cosmic-line);
  border-bottom:1px solid var(--cosmic-line);
}

body.page-applications .proof-panel article{
  border-color:var(--cosmic-line);
  border-radius:0;
  background:transparent;
}

/* Sections partagées */
body.cosmic-site .home-section,
body.cosmic-site .page-section,
body.cosmic-site .si-section,
body.cosmic-site .si-editorial,
body.cosmic-site .si-route,
body.cosmic-site .product-cta,
body.cosmic-site .ecosystem-compare,
body.cosmic-site .featured-guide,
body.cosmic-site .guide-tools,
body.cosmic-site .guide-grid,
body.cosmic-site .guide-cta,
body.cosmic-site .faq-block,
body.cosmic-site .legal-layout,
body.cosmic-site .contact-section,
body.cosmic-site .download-band,
body.cosmic-site .app-privacy-section,
body.cosmic-site .app-privacy-cta{
  max-width:var(--cosmic-max);
}

body.cosmic-site .page-section,
body.cosmic-site .si-section,
body.cosmic-site .si-editorial,
body.cosmic-site .app-privacy-section{
  padding-top:76px;
  padding-bottom:76px;
}

body.cosmic-site .page-section h2,
body.cosmic-site .section-row h2,
body.cosmic-site .si-section h2,
body.cosmic-site .si-editorial h2,
body.cosmic-site .faq-block h2,
body.cosmic-site .guide-cta h2,
body.cosmic-site .origin-story h2,
body.cosmic-site .legal-body h2,
body.cosmic-site .contact-form h2,
body.cosmic-site .rich-contact aside h2{
  color:var(--cosmic-ink);
  font-weight:900;
}

body.cosmic-site .benefit-grid article,
body.cosmic-site .proof-panel article,
body.cosmic-site .category-row article,
body.cosmic-site .product-feature,
body.cosmic-site .app-card,
body.cosmic-site .construction-panel,
body.cosmic-site .rating-panel{
  border:1px solid var(--cosmic-line);
  background:#ffffff;
  box-shadow:none;
}

body.cosmic-site .benefit-grid h3,
body.cosmic-site .proof-panel strong,
body.cosmic-site .category-row h3,
body.cosmic-site .construction-panel h2{color:var(--cosmic-ink)}

body.cosmic-site .benefit-grid p,
body.cosmic-site .category-row p,
body.cosmic-site .construction-panel p{color:var(--cosmic-copy)}

/* Guides */
body.page-guides .concept-hero-copy{width:min(46%,620px)}

body.page-guides .category-row article{
  min-height:210px;
  border-radius:24px;
  overflow:hidden;
  color:#fff;
}

body.page-guides .category-row h3,
body.page-guides .category-row p{color:#fff}

body.page-guides .featured-guide{
  margin-top:10px;
  padding:32px;
  border:1px solid var(--cosmic-line);
  border-radius:28px;
  background:#ffffff;
}

body.page-guides .guide-tools{padding-top:50px}

body.page-guides .guide-tools input{
  height:56px;
  border-color:var(--cosmic-line);
  border-radius:999px;
  background:#ffffff;
  color:var(--cosmic-ink);
}

body.page-guides .filter-button{
  border-color:var(--cosmic-line);
  background:#ffffff;
  color:var(--cosmic-copy);
}

body.page-guides .filter-button.active{
  border-color:#7042d6;
  background:#7042d6;
  color:#fff;
}

body.page-guides .guide-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

body.page-guides .guide-card a{
  min-height:300px;
  border:1px solid rgba(23,19,47,.1);
  border-radius:24px;
  overflow:hidden;
}

body.page-guides .guide-card a:hover{box-shadow:0 22px 58px rgba(40,30,72,.13)}

/* Articles */
body.page-article .article-hero{
  min-height:650px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

body.page-article .article-hero h1{max-width:min(51%,760px)}
body.page-article .article-hero p{max-width:min(48%,680px)}
body.page-article .article-hero .hero-buttons{position:relative;z-index:6}

body.page-article .featured-guide{
  margin-top:70px;
  padding:30px;
  border:1px solid var(--cosmic-line);
  border-radius:28px;
  background:#ffffff;
}

body.page-article .article-layout{
  grid-template-columns:minmax(0,790px) 300px;
  gap:34px;
  padding-top:48px;
}

body.page-article .article-body,
body.page-article .article-body-rich{
  padding:clamp(24px,4vw,48px);
  border:1px solid var(--cosmic-line);
  border-radius:26px;
  background:#ffffff;
}

body.page-article .article-body h2,
body.page-article .article-body-rich h2{color:var(--cosmic-ink)}

body.page-article .article-body p,
body.page-article .article-body li,
body.page-article .article-body-rich p,
body.page-article .article-body-rich li{color:var(--cosmic-copy)}

body.page-article .article-aside-rich{
  top:112px;
  border:1px solid var(--cosmic-line);
  border-radius:22px;
  background:#ffffff;
}

body.page-article .article-body-rich .notice-card{
  border-left:4px solid var(--cosmic-gold);
  background:#fff4d3;
}

body.page-article .article-body-rich .cta-card{background:#efe8f8}

/* Produits */
body.page-super-intestin .product-hero,
body.page-apres-coup .product-hero,
body.page-nova .product-hero{
  min-height:740px;
}

body.page-super-intestin .product-copy,
body.page-apres-coup .product-copy,
body.page-nova .product-copy{
  width:min(46%,620px);
}

body.page-super-intestin .product-title-lockup,
body.page-apres-coup .product-title-lockup,
body.page-nova .product-title-lockup{align-items:center}

body.page-super-intestin .product-app-icon,
body.page-apres-coup .product-app-icon,
body.page-nova .product-app-icon{
  width:74px;
  height:74px;
  border-radius:20px;
}

.product-hero-headline{
  max-width:590px;
  margin:8px 0 16px;
  color:#fff!important;
  font-size:clamp(28px,3vw,44px);
  font-weight:900;
  line-height:1.04;
  letter-spacing:-.045em;
}

body.page-super-intestin .product-hero .status-dot,
body.page-apres-coup .product-hero .status-dot,
body.page-nova .product-hero .status-dot{
  color:#fff;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
}

body.page-super-intestin .product-hero::after,
body.page-apres-coup .product-hero::after,
body.page-nova .product-hero::after{
  z-index:5;
}

body.page-super-intestin .super-intestin-hero::after{
  z-index:4;
  left:auto;
  right:max(18px,calc((100vw - 1500px)/2));
  top:180px;
  bottom:auto;
  width:210px;
  height:438px;
  border:7px solid #171b50;
  border-radius:36px;
  overflow:hidden;
  background:#050827 url("/assets/img/super-intestin/journal-de-bord.png") center top/100% auto no-repeat;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  transform:rotate(2deg);
}

body.page-super-intestin .product-subnav-v2{
  top:var(--header-height);
  border-color:rgba(255,255,255,.08);
  background:rgba(5,8,39,.92);
}

body.page-super-intestin .product-subnav-v2 a{color:#d6d0e6}
body.page-super-intestin .product-subnav-v2 a:hover{color:var(--cosmic-gold)}

body.page-super-intestin .si-route{
  border-color:var(--cosmic-line);
}

body.page-super-intestin .si-route article,
body.page-super-intestin .si-mosaic article,
body.page-super-intestin .sii-profile-grid article,
body.page-super-intestin .bristol-band,
body.page-super-intestin .export-grid article,
body.page-super-intestin .premium-price-card,
body.page-super-intestin .product-cta{
  border:1px solid var(--cosmic-line);
  border-radius:22px;
  background:#ffffff;
}

body.page-super-intestin .si-route h3,
body.page-super-intestin .si-mosaic h3,
body.page-super-intestin .sii-profile-grid h3,
body.page-super-intestin .bristol-band h3,
body.page-super-intestin .export-grid h3,
body.page-super-intestin .premium-price-card strong{color:var(--cosmic-ink)}

body.page-super-intestin .premium-table-wrap{
  border-color:var(--cosmic-line);
  background:#ffffff;
}

body.page-super-intestin .premium-table-v2 th,
body.page-super-intestin .premium-table-v2 td{border-color:var(--cosmic-line)}

body.page-apres-coup .construction-panel,
body.page-nova .construction-panel{
  margin:80px auto;
  padding:58px;
  border-radius:28px;
}

.construction-pillars{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:38px;
  border-top:1px solid var(--cosmic-line);
  border-bottom:1px solid var(--cosmic-line);
}

.construction-pillars article{
  padding:28px;
  border-right:1px solid var(--cosmic-line);
}

.construction-pillars article:last-child{border-right:0}
.construction-pillars strong{display:block;color:var(--cosmic-ink);font-size:17px}
.construction-pillars p{margin:8px 0 0}

/* Pages institutionnelles, FAQ, support, contact, juridique */
body.page-about .about-hero .concept-hero-copy,
body.page-faq .concept-hero-copy,
body.page-support .concept-hero-copy,
body.page-contact .concept-hero-copy,
body.page-pricing .concept-hero-copy,
body.page-legal .concept-hero-copy{width:min(47%,620px)}

body.page-about .about-editorial,
body.page-about .origin-story{padding-top:78px;padding-bottom:78px}

body.page-about .about-proof article{
  border-color:var(--cosmic-line);
  background:#ffffff;
}

body.page-faq .faq-block{
  margin-top:50px;
  margin-bottom:76px;
  padding:0 24px;
}

body.page-faq .faq-block details{
  margin:12px 0;
  padding:20px 24px;
  border:1px solid var(--cosmic-line);
  border-radius:18px;
  background:#ffffff;
}

body.page-faq .faq-block summary{color:var(--cosmic-ink);font-weight:840}

body.page-support .legal-layout,
body.page-pricing .legal-layout,
body.page-legal .legal-layout{
  padding-top:78px;
}

body.page-support .legal-body,
body.page-pricing .legal-body,
body.page-legal .legal-body,
body.page-legal .app-privacy-page .legal-article{
  border:1px solid var(--cosmic-line);
  border-radius:24px;
  background:#ffffff;
}

body.page-support .legal-note-box,
body.page-pricing .legal-note-box,
body.page-legal .legal-note-box,
body.page-legal .legal-summary-card{
  position:sticky;
  top:110px;
  border:1px solid var(--cosmic-line);
  border-radius:20px;
  background:#ffffff;
}

body.page-contact .contact-methods .benefit-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

body.page-contact .contact-methods .benefit-grid article{
  border:0;
  border-right:1px solid var(--cosmic-line);
  border-radius:0;
  background:transparent;
}

body.page-contact .contact-methods .benefit-grid article:last-child{border-right:0}

body.page-contact .rich-contact{
  grid-template-columns:300px minmax(0,1fr);
  padding-top:10px;
  padding-bottom:84px;
}

body.page-contact .rich-contact aside,
body.page-contact .contact-form{
  border:1px solid var(--cosmic-line);
  border-radius:24px;
  background:#ffffff;
}

body.page-contact .contact-form input,
body.page-contact .contact-form select,
body.page-contact .contact-form textarea{
  border-color:var(--cosmic-line);
  background:#fff;
  color:var(--cosmic-ink);
}

body.page-contact .medical-warning,
body.page-contact .form-alert.error{
  border-left-color:var(--cosmic-coral);
  background:#fff0f3;
}

/* Tableau, tarifs et blocs légaux */
body.cosmic-site .comparison-table-wrap,
body.cosmic-site .ecosystem-table-wrap,
body.cosmic-site .price-grid{
  border:1px solid var(--cosmic-line);
  border-radius:22px;
  background:#ffffff;
}

body.cosmic-site .comparison-table th,
body.cosmic-site .comparison-table td,
body.cosmic-site .ecosystem-table th,
body.cosmic-site .ecosystem-table td,
body.cosmic-site .price-grid > *{
  border-color:var(--cosmic-line);
}

body.cosmic-site .comparison-table thead th,
body.cosmic-site .ecosystem-table thead th{
  background:#eee7f7;
  color:var(--cosmic-ink);
}

body.cosmic-site .comparison-table tbody th,
body.cosmic-site .comparison-table tfoot th{color:var(--cosmic-ink)}

body.cosmic-site .comparison-table tbody td:last-child{background:#f0ebf7;color:var(--cosmic-ink)}

.pricing-comparison{
  max-width:var(--cosmic-max);
  margin:0 auto;
  padding:78px 24px 24px;
}

.pricing-comparison > .eyebrow{text-align:center}
.pricing-comparison > h2{
  margin:0 auto 36px;
  max-width:760px;
  text-align:center;
  color:var(--cosmic-ink);
  font-size:clamp(34px,4vw,52px);
  font-weight:930;
  line-height:1.05;
  letter-spacing:-.05em;
}

.pricing-cards{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
}

.pricing-card{
  padding:34px;
  border:1px solid var(--cosmic-line);
  border-radius:26px;
  background:#ffffff;
}

.pricing-card.premium{
  border-color:#e4c263;
  background:#fff6d8;
}

.pricing-card header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  padding-bottom:24px;
  border-bottom:1px solid var(--cosmic-line);
}

.pricing-card h3{margin:0;color:var(--cosmic-ink);font-size:28px}
.pricing-card .price{color:var(--cosmic-ink);font-size:34px;font-weight:930}
.pricing-card .price small{font-size:13px;font-weight:750;color:var(--cosmic-copy)}
.pricing-card ul{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px;color:var(--cosmic-copy)}
.pricing-card li::before{content:"✓";margin-right:10px;color:#2f8a6b;font-weight:900}
.pricing-store-note{text-align:center;margin:22px 0 0}

/* Footer */
body.cosmic-site .download-band{
  margin-top:58px;
  margin-bottom:58px;
  border:1px solid rgba(187,166,236,.22);
  border-radius:28px;
  background:var(--cosmic-night);
}

body.cosmic-site .download-band h2{color:#fff}
body.cosmic-site .download-band p{color:#c8c1db}

body.cosmic-site .store-buttons a{
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  background:var(--cosmic-night-soft);
}

body.cosmic-site .site-footer{
  margin-top:0!important;
  border:0;
  background:var(--cosmic-night);
}

body.cosmic-site .site-footer .footer-logo{color:#fff}
body.cosmic-site .site-footer a,
body.cosmic-site .site-footer p{color:#aaa4c0}
body.cosmic-site .site-footer strong{color:#fff}
body.cosmic-site .newsletter{background:var(--cosmic-night-soft)}
body.cosmic-site .newsletter input{background:transparent;color:#fff}
body.cosmic-site .newsletter button{color:var(--cosmic-gold)}

/* Animation discrète */
@media (prefers-reduced-motion:no-preference){
  .cosmic-reveal{
    opacity:0;
    transform:translateY(22px);
    transition:opacity .65s ease,transform .65s ease;
  }
  .cosmic-reveal.is-visible{opacity:1;transform:none}
}

/* Tablette */
@media (max-width:1080px){
  body.cosmic-site .site-nav{padding:0 24px}
  body.cosmic-site .nav-links{gap:20px}
  body.cosmic-site .nav-links .nav-cta{margin-left:0}
  body.cosmic-site .concept-hero-copy,
  body.cosmic-site .product-copy,
  body.page-home .home-hero-vitrine .concept-hero-copy,
  body.page-applications .applications-cosmic-hero .concept-hero-copy{
    width:min(50%,590px);
  }
  .orbit-label{display:none}
  body.page-home .hero-product-preview{right:0;transform:scale(.66);transform-origin:right bottom}
  body.page-super-intestin .super-intestin-hero::after{display:none}
  body.page-contact .contact-methods .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.page-contact .contact-methods .benefit-grid article:nth-child(2){border-right:0}
}

/* Mobile */
@media (max-width:960px){
  :root{--header-height:72px}

  body.cosmic-site .site-header,
  body.cosmic-site .site-nav{height:var(--header-height)}

  body.cosmic-site .site-nav{padding:0 18px}

  body.cosmic-site .nav-links{
    top:calc(var(--header-height) + 8px);
    left:14px;
    right:14px;
    padding:12px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:rgba(5,8,39,.98);
    box-shadow:0 24px 70px rgba(0,0,0,.28);
  }

  body.cosmic-site .nav-links a:not(.nav-cta){
    color:#fff;
    padding:12px 14px;
    border-radius:12px;
  }

  body.cosmic-site .nav-links a:not(.nav-cta)::after{display:none}
  body.cosmic-site .nav-links .nav-cta{margin:6px 0 0;justify-content:center}

  body.cosmic-site .concept-hero,
  body.cosmic-site .product-hero,
  body.cosmic-site .article-hero,
  body.cosmic-site .page-hero,
  body.cosmic-site .app-privacy-hero{
    min-height:auto!important;
    padding:430px 24px 88px!important;
    display:block;
    background-position:center top!important;
    background-size:auto 430px!important;
  }

  body.cosmic-site .concept-hero-copy,
  body.cosmic-site .product-copy,
  body.page-home .home-hero-vitrine .concept-hero-copy,
  body.page-applications .applications-cosmic-hero .concept-hero-copy,
  body.page-about .about-hero .concept-hero-copy,
  body.page-faq .concept-hero-copy,
  body.page-support .concept-hero-copy,
  body.page-contact .concept-hero-copy,
  body.page-pricing .concept-hero-copy,
  body.page-legal .concept-hero-copy{
    width:100%;
    max-width:720px;
  }

  body.cosmic-site .concept-hero h1,
  body.cosmic-site .product-hero h1,
  body.cosmic-site .article-hero h1,
  body.cosmic-site .page-hero h1,
  body.cosmic-site .app-privacy-hero h1{
    font-size:clamp(43px,9vw,64px);
    max-width:760px;
  }

  body.page-home .home-hero-vitrine{
    padding-top:430px!important;
    min-height:auto;
  }

  body.page-home .hero-product-preview{display:none}

  body.page-applications .showcase-grid,
  body.page-guides .guide-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.page-applications .showcase-card:nth-child(2){border-right:0}
  body.page-applications .showcase-card:last-child{
    grid-column:1/-1;
    border-top:1px solid var(--cosmic-line);
  }

  body.page-article .article-hero h1,
  body.page-article .article-hero p{max-width:100%}

  body.page-article .article-layout,
  body.page-support .legal-layout,
  body.page-pricing .legal-layout,
  body.page-legal .legal-layout,
  body.page-contact .rich-contact{
    grid-template-columns:1fr;
  }

  .construction-pillars{grid-template-columns:1fr}
  .construction-pillars article{border-right:0;border-bottom:1px solid var(--cosmic-line)}
  .construction-pillars article:last-child{border-bottom:0}

  body.page-support .legal-note-box,
  body.page-pricing .legal-note-box,
  body.page-legal .legal-note-box,
  body.page-legal .legal-summary-card{position:static}

  .pricing-cards{grid-template-columns:1fr}
}

@media (max-width:640px){
  body.cosmic-site .brand{font-size:18px}
  body.cosmic-site .brand-mark{width:38px;height:38px}

  body.cosmic-site .concept-hero,
  body.cosmic-site .product-hero,
  body.cosmic-site .article-hero,
  body.cosmic-site .page-hero,
  body.cosmic-site .app-privacy-hero{
    padding:340px 18px 72px!important;
    background-size:auto 340px!important;
  }

  body.cosmic-site .concept-hero::after,
  body.cosmic-site .product-hero::after,
  body.cosmic-site .article-hero::after,
  body.cosmic-site .page-hero::after,
  body.cosmic-site .app-privacy-hero::after{
    height:42px;
  }

  body.cosmic-site .concept-hero h1,
  body.cosmic-site .product-hero h1,
  body.cosmic-site .article-hero h1,
  body.cosmic-site .page-hero h1,
  body.cosmic-site .app-privacy-hero h1{
    font-size:clamp(39px,11vw,52px);
  }

  body.cosmic-site .hero-buttons{flex-direction:column;align-items:stretch}
  body.cosmic-site .hero-buttons .btn{width:100%}

  body.page-home .home-hero-vitrine{padding-top:340px!important}

  body.page-applications .showcase-grid,
  body.page-guides .guide-grid,
  body.page-contact .contact-methods .benefit-grid{
    grid-template-columns:1fr;
  }

  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-contact .contact-methods .benefit-grid article,
  body.page-contact .contact-methods .benefit-grid article:nth-child(2){
    grid-column:auto;
    border-right:0;
    border-bottom:1px solid var(--cosmic-line);
  }

  body.page-applications .showcase-card:last-child,
  body.page-contact .contact-methods .benefit-grid article:last-child{border-bottom:0}

  body.page-applications .showcase-card{min-height:0;padding:28px 8px}
  body.page-guides .guide-card a{min-height:270px}

  body.cosmic-site .page-section,
  body.cosmic-site .si-section,
  body.cosmic-site .si-editorial,
  body.cosmic-site .app-privacy-section{
    padding-top:58px;
    padding-bottom:58px;
  }

  body.page-contact .rich-contact{padding-left:18px;padding-right:18px}
  .pricing-comparison{padding:58px 18px 20px}
  .pricing-card{padding:25px 21px}
  .pricing-card header{display:block}
  .pricing-card .price{display:block;margin-top:10px}
}

@media (prefers-reduced-motion:reduce){
  .cosmic-reveal{opacity:1!important;transform:none!important}
}

/* ==========================================================================
   FIDÉLITÉ AU CONCEPT VALIDÉ — SUPER INTESTIN
   ========================================================================== */

body.cosmic-site .site-nav{
  width:100%;
  max-width:none;
  padding-left:52px;
  padding-right:52px;
}

body.page-super-intestin .super-intestin-concept-hero{
  min-height:706px;
  padding:calc(var(--header-height) + 46px) 36px 96px 56px;
  background-color:#02051f!important;
  background-image:url("/assets/img/cosmic/super-intestin-composition-reference.png")!important;
  background-position:right 70px!important;
  background-size:auto calc(100% - 70px)!important;
  background-repeat:no-repeat!important;
}

body.page-super-intestin .super-intestin-concept-hero::before{
  background:linear-gradient(90deg,#02051f 0%,#02051f 28%,rgba(2,5,31,.9) 37%,rgba(2,5,31,0) 49%)!important;
}

body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy{
  width:470px;
  max-width:470px;
}

body.page-super-intestin .super-intestin-concept-hero .eyebrow{
  margin-bottom:20px;
  color:var(--cosmic-coral);
  font-size:15px;
}

body.page-super-intestin .super-intestin-concept-hero h1{
  max-width:520px;
  font-size:clamp(58px,4.65vw,72px);
  line-height:1.01;
}

body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy > p:not(.eyebrow):not(.privacy-note){
  max-width:480px;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.75;
}

body.page-super-intestin .super-intestin-concept-hero .privacy-note{
  margin-top:24px;
  color:rgba(255,255,255,.88);
}

body.page-super-intestin .super-intestin-concept-hero .btn.gold{
  border-color:rgba(255,255,255,.5)!important;
  background:var(--cosmic-gold)!important;
  color:var(--cosmic-ink)!important;
}

body.page-super-intestin .super-intestin-concept-hero .btn.ghost{
  border-color:var(--cosmic-gold)!important;
  background:rgba(2,5,31,.55)!important;
  color:var(--cosmic-gold)!important;
}

body.page-super-intestin .super-intestin-concept-hero .privacy-note svg{
  color:var(--cosmic-mint);
  stroke:currentColor;
}

body.page-super-intestin .si-concept-benefits{
  width:100%;
  max-width:none;
  min-height:280px;
  margin:0;
  padding:72px 56px 62px;
  display:grid;
  grid-template-columns:minmax(330px,1.55fr) repeat(3,minmax(200px,1fr));
  gap:0;
  background:var(--cosmic-cream);
}

body.page-super-intestin .si-concept-intro{
  padding-right:48px;
}

body.page-super-intestin .si-concept-intro h2{
  max-width:465px;
  margin:10px 0 0;
  font-size:clamp(34px,3.1vw,48px);
  font-weight:950;
  line-height:1.06;
  letter-spacing:-.05em;
}

body.page-super-intestin .si-concept-benefits article{
  padding:10px 34px 0 44px;
  border-left:1px solid var(--cosmic-line);
}

body.page-super-intestin .si-benefit-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:27px;
  border:2px solid var(--cosmic-lilac);
  border-radius:50%;
  color:#6740d7;
  font-size:28px;
  font-weight:800;
  line-height:1;
}

body.page-super-intestin .si-benefit-icon.mint{
  border-color:var(--cosmic-mint);
  color:#168b75;
}

body.page-super-intestin .si-concept-benefits h3{
  margin:0 0 10px;
  font-size:16px;
  font-weight:900;
  line-height:1.3;
}

body.page-super-intestin .si-concept-benefits article p{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

@media (max-width:1100px){
  body.page-super-intestin .super-intestin-concept-hero{
    min-height:1040px;
    padding:650px 34px 88px;
    background-position:center 70px!important;
    background-size:auto 580px!important;
  }

  body.page-super-intestin .super-intestin-concept-hero::before{
    background:linear-gradient(180deg,rgba(5,8,39,0) 0 50%,var(--cosmic-night) 61%)!important;
  }

  body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy{
    width:min(100%,620px);
    max-width:620px;
  }

  body.page-super-intestin .si-concept-benefits{
    grid-template-columns:1fr 1fr;
    padding-left:34px;
    padding-right:34px;
  }

  body.page-super-intestin .si-concept-intro{
    grid-column:1/-1;
    padding:0 0 40px;
  }

  body.page-super-intestin .si-concept-benefits article{
    min-height:220px;
    padding:28px;
    border-top:1px solid var(--cosmic-line);
  }
}

@media (max-width:700px){
  body.cosmic-site .site-nav{
    padding-left:18px;
    padding-right:18px;
  }

  body.page-super-intestin .super-intestin-concept-hero{
    min-height:auto;
    padding:390px 18px 72px!important;
    background-position:center 70px!important;
    background-size:auto 330px!important;
  }

  body.page-super-intestin .super-intestin-concept-hero h1{
    font-size:clamp(44px,13vw,60px);
  }

  body.page-super-intestin .si-concept-benefits{
    grid-template-columns:1fr;
    padding:55px 18px;
  }

  body.page-super-intestin .si-concept-intro{
    grid-column:auto;
  }

  body.page-super-intestin .si-concept-benefits article{
    min-height:0;
    padding:30px 4px;
    border-left:0;
  }
}

/* ==========================================================================
   FIDÉLITÉ AU CONCEPT VALIDÉ — ACCUEIL ET NAVIGATION
   ========================================================================== */

@media (min-width:1081px){
  body.cosmic-site .site-nav{
    position:relative;
  }

  body.cosmic-site .nav-links{
    position:absolute;
    top:50%;
    left:50%;
    width:auto;
    margin:0!important;
    transform:translate(-50%,-50%);
  }

  body.cosmic-site .nav-links .nav-cta,
  body.cosmic-site .nav-links .nav-cta.active,
  body.cosmic-site .nav-links .nav-cta[aria-current="page"]{
    position:absolute;
    top:50%;
    left:calc(50vw - 52px);
    margin:0;
    transform:translate(-100%,-50%);
    white-space:nowrap;
  }

  body.cosmic-site .nav-links .nav-cta:hover{
    transform:translate(-100%,calc(-50% - 1px));
  }
}

body.page-home .home-hero-vitrine{
  min-height:706px;
  padding:calc(var(--header-height) + 46px) 36px 96px 56px;
  background-color:#02051f!important;
  background-image:url("/assets/img/cosmic/home-ecosystem-reference.jpg")!important;
  background-position:right 70px!important;
  background-size:auto calc(100% - 70px)!important;
  background-repeat:no-repeat!important;
}

body.page-home .home-hero-vitrine::before{
  background:linear-gradient(90deg,#02051f 0%,#02051f 29%,rgba(2,5,31,.9) 38%,rgba(2,5,31,0) 50%)!important;
}

body.page-home .home-hero-vitrine .concept-hero-copy{
  width:505px;
  max-width:505px;
}

body.page-home .home-hero-vitrine h1{
  max-width:520px;
  margin-bottom:24px;
  font-size:clamp(58px,4.65vw,72px);
  line-height:1.01;
}

body.page-home .home-hero-vitrine .concept-hero-copy > p:not(.privacy-note){
  max-width:520px;
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.75;
}

body.page-home .home-hero-vitrine .concept-hero-copy > p strong{
  color:#fff;
  font-weight:760;
}

body.page-home .home-hero-vitrine .btn.gold{
  border-color:rgba(255,255,255,.5)!important;
  background:var(--cosmic-gold)!important;
  color:var(--cosmic-ink)!important;
}

body.page-home .home-hero-vitrine .btn.ghost{
  border-color:var(--cosmic-gold)!important;
  background:rgba(2,5,31,.55)!important;
  color:var(--cosmic-gold)!important;
}

body.page-home .home-hero-vitrine .privacy-note svg{
  color:var(--cosmic-mint);
  stroke:currentColor;
}

body.page-home .home-concept-benefits{
  width:100%;
  max-width:none;
  min-height:280px;
  margin:0;
  padding:72px 56px 62px;
  display:grid;
  grid-template-columns:minmax(330px,1.55fr) repeat(3,minmax(200px,1fr));
  gap:0;
  background:var(--cosmic-cream);
}

body.page-home .home-concept-intro{
  padding-right:48px;
}

body.page-home .home-concept-intro h2{
  max-width:465px;
  margin:10px 0 0;
  font-size:clamp(34px,3.1vw,48px);
  font-weight:950;
  line-height:1.06;
  letter-spacing:-.05em;
}

body.page-home .home-concept-benefits article{
  padding:10px 34px 0 44px;
  border-left:1px solid var(--cosmic-line);
}

body.page-home .home-benefit-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:27px;
  border:2px solid var(--cosmic-lilac);
  border-radius:50%;
  color:#6740d7;
  font-size:28px;
  font-weight:800;
  line-height:1;
}

body.page-home .home-benefit-icon.mint{
  border-color:var(--cosmic-mint);
  color:#168b75;
}

body.page-home .home-concept-benefits h3{
  margin:0 0 10px;
  font-size:16px;
  font-weight:900;
  line-height:1.3;
}

body.page-home .home-concept-benefits article p{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

@media (max-width:1100px){
  body.page-home .home-hero-vitrine{
    min-height:1040px;
    padding:650px 34px 88px!important;
    background-position:center 70px!important;
    background-size:auto 580px!important;
  }

  body.page-home .home-hero-vitrine::before{
    background:linear-gradient(180deg,rgba(2,5,31,0) 0 50%,#02051f 61%)!important;
  }

  body.page-home .home-hero-vitrine .concept-hero-copy{
    width:min(100%,620px);
    max-width:620px;
  }

  body.page-home .home-concept-benefits{
    grid-template-columns:1fr 1fr;
    padding-left:34px;
    padding-right:34px;
  }

  body.page-home .home-concept-intro{
    grid-column:1/-1;
    padding:0 0 40px;
  }

  body.page-home .home-concept-benefits article{
    min-height:220px;
    padding:28px;
    border-top:1px solid var(--cosmic-line);
  }
}

@media (max-width:700px){
  body.page-home .home-hero-vitrine{
    min-height:auto;
    padding:390px 18px 72px!important;
    background-position:center 70px!important;
    background-size:auto 330px!important;
  }

  body.page-home .home-hero-vitrine h1{
    font-size:clamp(44px,13vw,60px);
  }

  body.page-home .home-concept-benefits{
    grid-template-columns:1fr;
    padding:55px 18px;
  }

  body.page-home .home-concept-intro{
    grid-column:auto;
  }

  body.page-home .home-concept-benefits article{
    min-height:0;
    padding:30px 4px;
    border-left:0;
  }
}

/* ==========================================================================
   POLISH GLOBAL — FONDS GRIS, HÉROS FLUIDES, PRÉSENTATIONS PREMIUM
   ========================================================================== */

:root{
  --cosmic-night:#02051f;
  --cosmic-night-soft:#090e32;
  --cosmic-cream:#f4f5f7;
  --cosmic-cream-deep:#e7eaf0;
  --cosmic-line:#d9dee7;
  --cosmic-copy:#60687a;
}

body.cosmic-site,
body.cosmic-site main{
  background:#f4f5f7;
}

body.cosmic-site .site-header{
  background:rgba(2,5,31,.96);
}

body.cosmic-site .brand-mark,
body.cosmic-site .site-footer .brand-mark{
  width:38px;
  height:38px;
  border-radius:11px;
  overflow:hidden;
}

body.cosmic-site .concept-hero,
body.cosmic-site .product-hero,
body.cosmic-site .article-hero,
body.cosmic-site .page-hero,
body.cosmic-site .app-privacy-hero{
  padding-left:max(32px,calc((100vw - 1320px)/2));
  padding-right:max(32px,calc((100vw - 1320px)/2));
  background-color:#02051f!important;
  background-position:calc(100% - clamp(0px,4vw,88px)) center!important;
}

body.cosmic-site .concept-hero::before,
body.cosmic-site .product-hero::before,
body.cosmic-site .page-hero::before,
body.cosmic-site .app-privacy-hero::before{
  background:linear-gradient(90deg,#02051f 0%,#02051f 37%,rgba(2,5,31,.94) 45%,rgba(2,5,31,.58) 51%,rgba(2,5,31,0) 60%)!important;
}

body.cosmic-site .concept-hero-copy,
body.cosmic-site .product-copy{
  width:min(42vw,535px);
  max-width:535px;
}

body.page-home .home-hero-vitrine,
body.page-super-intestin .super-intestin-concept-hero{
  padding-left:max(32px,calc((100vw - 1320px)/2));
  padding-right:max(32px,calc((100vw - 1320px)/2));
  background-position:calc(100% - clamp(0px,4vw,88px)) 70px!important;
}

body.page-home .home-hero-vitrine::before,
body.page-super-intestin .super-intestin-concept-hero::before{
  background:linear-gradient(90deg,#02051f 0%,#02051f 35%,rgba(2,5,31,.94) 42%,rgba(2,5,31,.42) 49%,rgba(2,5,31,0) 56%)!important;
}

body.page-home .home-hero-vitrine .concept-hero-copy,
body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy{
  width:min(42vw,520px);
  max-width:520px;
}

body.page-home .home-concept-benefits,
body.page-super-intestin .si-concept-benefits,
body.cosmic-site .home-section,
body.cosmic-site .page-section,
body.cosmic-site .si-section,
body.cosmic-site .si-editorial,
body.cosmic-site .article-layout,
body.cosmic-site .legal-layout,
body.cosmic-site .contact-section,
body.cosmic-site .pricing-comparison{
  background:#f4f5f7;
}

body.page-home .home-concept-benefits,
body.page-super-intestin .si-concept-benefits{
  padding-left:max(32px,calc((100vw - 1320px)/2));
  padding-right:max(32px,calc((100vw - 1320px)/2));
}

/* Présentation Applications */
body.page-applications #applications{
  max-width:1320px;
  padding:96px 32px 82px;
}

body.page-applications #applications > .eyebrow{
  margin-bottom:30px;
}

body.page-applications .showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  border:0;
  background:transparent;
}

body.page-applications .showcase-card,
body.page-applications .showcase-card:nth-child(2),
body.page-applications .showcase-card:last-child{
  min-height:520px;
  padding:34px;
  display:flex;
  flex-direction:column;
  border:1px solid #dfe3ea;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(31,38,66,.08);
}

body.page-applications .showcase-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 66px rgba(31,38,66,.13);
}

body.page-applications .showcase-card::after{
  content:"";
  width:56px;
  height:4px;
  position:absolute;
  top:0;
  left:34px;
  border-radius:0 0 999px 999px;
  background:var(--cosmic-coral);
}

body.page-applications .showcase-card.catalogue-super::after{background:#8c66ea}
body.page-applications .showcase-card.catalogue-apres::after{background:#ff829a}
body.page-applications .showcase-card.catalogue-nova::after{background:#72c8e8}

body.page-applications .showcase-icon{
  width:76px;
  height:76px;
  margin-bottom:25px;
  border:1px solid #e5e8ee;
  border-radius:22px;
  background:#f7f8fa;
}

body.page-applications .showcase-icon img{
  width:60px;
  height:60px;
}

body.page-applications .showcase-card h2{
  font-size:30px;
}

body.page-applications .showcase-card p,
body.page-applications .showcase-card li{
  font-size:15px;
  line-height:1.65;
}

body.page-applications .app-copy-blur,
body.page-applications .nova-blur-copy{
  filter:none!important;
  opacity:1!important;
}

body.page-applications .split-premium,
body.page-applications .ecosystem-compare{
  max-width:1256px;
  margin:26px auto 0;
  padding:62px;
  border:1px solid #dfe3ea;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 54px rgba(31,38,66,.07);
}

body.page-applications .proof-panel{
  border:1px solid #e0e4eb;
  border-radius:22px;
  overflow:hidden;
  background:#f7f8fa;
}

body.page-applications .comparison-table-wrap{
  border:1px solid #dfe3ea;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 16px 48px rgba(31,38,66,.08);
}

body.page-applications .comparison-table th,
body.page-applications .comparison-table td{
  padding:22px 24px;
}

body.page-applications .comparison-table thead th{
  background:#ece9f7;
}

body.page-applications .comparison-table tbody td:last-child,
body.page-applications .comparison-table tfoot td:last-child{
  background:#f2f0fa;
}

/* Guides, FAQ, À propos et pages éditoriales */
body.page-guides .featured-guide,
body.page-guides .guide-tools,
body.page-faq .faq-block,
body.page-about .about-editorial,
body.page-about .origin-story,
body.page-support .support-grid,
body.page-contact .rich-contact{
  border-color:#dfe3ea;
  background:#fff;
  box-shadow:0 18px 56px rgba(31,38,66,.07);
}

body.page-guides .guide-grid{
  gap:24px;
}

body.page-guides .guide-card a{
  border:1px solid #dfe3ea;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 38px rgba(31,38,66,.06);
}

body.page-guides .guide-card a:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 58px rgba(31,38,66,.12);
}

body.page-guides .guide-tools input,
body.page-guides .filter-button{
  border-color:#d9dee7;
  background:#fff;
}

body.page-faq .category-row,
body.page-about .about-proof{
  gap:18px;
}

body.page-faq .category-row article,
body.page-about .about-proof article{
  border:1px solid #dfe3ea;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 36px rgba(31,38,66,.06);
}

body.page-faq .faq-block{
  max-width:980px;
  padding:32px;
  border-radius:28px;
}

body.page-faq .faq-block details{
  margin:12px 0;
  border:1px solid #dde2ea;
  border-radius:18px;
  background:#fff;
  box-shadow:none;
}

body.page-faq .faq-block summary{
  padding:20px 22px;
  font-size:17px;
}

body.page-about .about-editorial,
body.page-about .origin-story{
  max-width:1220px;
  margin-left:auto;
  margin-right:auto;
  padding-left:58px;
  padding-right:58px;
  border:1px solid #dfe3ea;
  border-radius:30px;
}

body.page-article .article-body,
body.page-article .article-toc,
body.page-legal .legal-body,
body.page-legal .legal-summary-card{
  border-color:#dfe3ea;
  background:#fff;
}

@media (max-width:1080px){
  body.cosmic-site .concept-hero,
  body.cosmic-site .product-hero,
  body.cosmic-site .article-hero,
  body.cosmic-site .page-hero,
  body.cosmic-site .app-privacy-hero{
    padding-left:34px;
    padding-right:34px;
    background-position:center top!important;
  }

  body.page-home .home-hero-vitrine,
  body.page-super-intestin .super-intestin-concept-hero{
    padding-left:34px!important;
    padding-right:34px!important;
    background-position:center 70px!important;
  }

  body.page-applications .showcase-grid{
    grid-template-columns:1fr 1fr;
  }

  body.page-applications .showcase-card:last-child{
    grid-column:1/-1;
    min-height:0;
  }
}

@media (max-width:720px){
  body.cosmic-site .concept-hero,
  body.cosmic-site .product-hero,
  body.cosmic-site .article-hero,
  body.cosmic-site .page-hero,
  body.cosmic-site .app-privacy-hero{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  body.page-home .home-hero-vitrine,
  body.page-super-intestin .super-intestin-concept-hero{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  body.page-applications .showcase-grid{
    grid-template-columns:1fr;
  }

  body.page-applications .showcase-card:last-child{
    grid-column:auto;
  }

  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child{
    min-height:0;
    padding:28px;
    border:1px solid #dfe3ea;
    border-radius:22px;
  }

  body.page-applications .split-premium,
  body.page-applications .ecosystem-compare{
    margin-left:18px;
    margin-right:18px;
    padding:28px 22px;
    border-radius:22px;
  }

  body.page-faq .faq-block,
  body.page-about .about-editorial,
  body.page-about .origin-story{
    padding:24px 18px;
    border-radius:20px;
  }
}

/* Continuité chromatique entre le fond du héros et chaque illustration */
body.page-home{--scene-base:#00051b}
body.page-applications{--scene-base:#010420}
body.page-super-intestin{--scene-base:#01051a}
body.page-apres-coup{--scene-base:#01031f}
body.page-nova{--scene-base:#010420}
body.page-guides{--scene-base:#00011b}
body.page-article{--scene-base:#010326}
body.page-about{--scene-base:#01031f}
body.page-faq{--scene-base:#00011e}
body.page-support{--scene-base:#00011d}
body.page-contact{--scene-base:#010420}
body.page-pricing{--scene-base:#010324}
body.page-legal{--scene-base:#010325}

body.cosmic-site .concept-hero,
body.cosmic-site .product-hero,
body.cosmic-site .article-hero,
body.cosmic-site .page-hero,
body.cosmic-site .app-privacy-hero{
  background-color:var(--scene-base,#02051f)!important;
}

body.cosmic-site .concept-hero::before,
body.cosmic-site .product-hero::before,
body.cosmic-site .page-hero::before,
body.cosmic-site .app-privacy-hero::before{
  background:linear-gradient(90deg,var(--scene-base,#02051f) 0%,var(--scene-base,#02051f) 37%,color-mix(in srgb,var(--scene-base,#02051f) 94%,transparent) 45%,color-mix(in srgb,var(--scene-base,#02051f) 58%,transparent) 51%,transparent 60%)!important;
}

/* ==========================================================================
   RESPONSIVE FINAL — CONTENEURS CENTRÉS, AUCUN TEXTE COLLÉ AU BORD
   ========================================================================== */

body.page-guides .category-row h3{
  color:var(--cosmic-ink)!important;
}

body.page-guides .category-row p{
  color:var(--cosmic-copy)!important;
}

@media (min-width:1081px){
  body.cosmic-site .concept-hero-copy,
  body.cosmic-site .product-copy{
    margin-left:0;
    margin-right:auto;
  }
}

@media (min-width:721px) and (max-width:1100px){
  body.page-home .home-hero-vitrine .concept-hero-copy,
  body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy{
    width:min(100%,620px)!important;
    max-width:620px!important;
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width:960px){
  body.cosmic-site .concept-hero-copy,
  body.cosmic-site .product-copy,
  body.page-home .home-hero-vitrine .concept-hero-copy,
  body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy{
    width:min(100%,720px)!important;
    max-width:720px!important;
    margin-left:auto;
    margin-right:auto;
  }

  body.cosmic-site .concept-hero::before,
  body.cosmic-site .product-hero::before,
  body.cosmic-site .page-hero::before,
  body.cosmic-site .app-privacy-hero::before{
    background:linear-gradient(180deg,transparent 0 43%,color-mix(in srgb,var(--scene-base,#02051f) 86%,transparent) 52%,var(--scene-base,#02051f) 62%)!important;
  }
}

@media (max-width:720px){
  body.cosmic-site .concept-hero-copy,
  body.cosmic-site .product-copy,
  body.page-home .home-hero-vitrine .concept-hero-copy,
  body.page-super-intestin .super-intestin-concept-hero .concept-hero-copy{
    width:100%!important;
    max-width:100%!important;
  }

  body.page-guides .category-row{
    grid-template-columns:1fr;
  }

  body.page-guides .category-row article{
    min-height:0;
    padding:24px;
  }
}

@media (max-width:390px){
  body.cosmic-site .concept-hero,
  body.cosmic-site .product-hero,
  body.cosmic-site .article-hero,
  body.cosmic-site .page-hero,
  body.cosmic-site .app-privacy-hero{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  body.cosmic-site .concept-hero h1,
  body.cosmic-site .product-hero h1,
  body.cosmic-site .article-hero h1,
  body.cosmic-site .page-hero h1,
  body.cosmic-site .app-privacy-hero h1,
  body.page-home .home-hero-vitrine h1,
  body.page-super-intestin .super-intestin-concept-hero h1{
    overflow-wrap:anywhere;
    font-size:clamp(36px,11vw,44px)!important;
  }
}

/* ==========================================================================
   CARNET ÉDITORIAL — CASSER LES GRILLES “TEMPLATE IA” DES ZONES CLAIRES
   Les héros cosmiques restent volontairement inchangés.
   ========================================================================== */

body.cosmic-site{
  --editorial-gutter:max(24px,calc((100vw - 1240px)/2));
  --editorial-rule:#d8dde6;
  --editorial-paper:#f4f5f7;
  --editorial-white:#fff;
}

body.cosmic-site .home-section,
body.cosmic-site .page-section,
body.cosmic-site .si-section,
body.cosmic-site .si-editorial{
  padding-top:clamp(64px,6.5vw,88px);
  padding-bottom:clamp(64px,6.5vw,88px);
}

body.cosmic-site .home-section h2,
body.cosmic-site .page-section h2,
body.cosmic-site .si-section h2,
body.cosmic-site .si-editorial h2,
body.cosmic-site .faq-block h2,
body.cosmic-site .origin-story h2{
  font-size:clamp(36px,3.35vw,48px);
  font-weight:840;
  line-height:1.06;
  letter-spacing:-.045em;
}

/* Accueil — manifeste compact, sans pictogrammes factices */
body.page-home .home-concept-benefits{
  min-height:0;
  padding:72px var(--editorial-gutter);
  display:grid;
  grid-template-columns:minmax(300px,5fr) minmax(0,7fr);
  column-gap:clamp(54px,7vw,108px);
  row-gap:0;
  background:var(--editorial-paper);
}

body.page-home .home-concept-intro{
  grid-column:1;
  grid-row:1 / span 3;
  padding:0;
}

body.page-home .home-concept-intro h2{
  max-width:510px;
  margin-top:12px;
  font-size:clamp(38px,3.5vw,50px);
  font-weight:850;
  line-height:1.04;
}

body.page-home .home-concept-benefits article{
  grid-column:2;
  min-height:0;
  padding:22px 0;
  display:grid;
  grid-template-columns:58px minmax(190px,.82fr) minmax(0,1.18fr);
  gap:22px;
  align-items:start;
  border:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-home .home-concept-benefits article:last-child{
  border-bottom:1px solid var(--editorial-rule);
}

body.page-home .home-benefit-icon,
body.page-home .home-benefit-icon.mint{
  width:auto;
  height:auto;
  margin:2px 0 0;
  display:block;
  border:0;
  border-radius:0;
  color:#744ce0;
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
}

body.page-home .home-concept-benefits h3{
  margin:0;
  font-size:17px;
  line-height:1.35;
}

body.page-home .home-concept-benefits article p{
  max-width:42ch;
  margin:0;
  font-size:15px;
  line-height:1.65;
}

/* Accueil — récit + vraie preuve produit */
body.page-home .home-why{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:clamp(20px,3vw,40px);
  row-gap:34px;
  align-items:start;
}

body.page-home .home-why .why-intro{
  grid-column:1 / span 5;
}

body.page-home .home-why .why-intro h2{
  max-width:10.5em;
}

body.page-home .home-why .why-intro > p:last-child{
  max-width:56ch;
  font-size:16px;
  line-height:1.72;
}

body.page-home .home-story-visual{
  grid-column:7 / -1;
  grid-row:1 / span 2;
  min-height:610px;
  margin:0;
  padding:38px 38px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  border-radius:14px;
  background:#080d31;
}

body.page-home .home-story-visual img{
  width:auto;
  height:520px;
  max-width:88%;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 28px 30px rgba(0,0,0,.34));
}

body.page-home .home-story-visual figcaption{
  width:100%;
  margin-top:18px;
  padding-top:16px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.75);
  font-size:13px;
}

body.page-home .home-story-visual figcaption span{
  color:#ffd064;
  font-weight:800;
}

body.page-home .why-grid{
  grid-column:1 / span 5;
  display:block;
  border:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-home .why-grid article{
  min-height:0;
  padding:21px 0;
  display:grid;
  grid-template-columns:46px minmax(145px,.8fr) minmax(0,1.2fr);
  gap:16px;
  align-items:start;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-home .why-grid article > span{
  margin:2px 0 0;
  font-size:11px;
  letter-spacing:.1em;
}

body.page-home .why-grid h3{
  margin:0;
  font-size:15px;
  line-height:1.4;
}

body.page-home .why-grid p{
  margin:0;
  font-size:14px;
  line-height:1.6;
}

/* Une respiration sombre suffit : pas besoin d’empiler des cartes */
body.page-home .difference-panel{
  padding:clamp(38px,5vw,66px);
  border:0;
  border-radius:18px;
  box-shadow:none;
}

/* Accueil — chiffres traités comme une page de rapport, pas comme trois cards */
body.page-home .evidence-section{
  display:grid;
  grid-template-columns:minmax(260px,4fr) minmax(0,8fr);
  gap:clamp(48px,7vw,96px);
  align-items:start;
}

body.page-home .evidence-section > .section-row{
  display:block;
}

body.page-home .evidence-section > .section-row .all-link{
  display:inline-flex;
  margin-top:28px;
}

body.page-home .evidence-grid{
  display:block;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-home .evidence-grid article{
  min-height:0;
  padding:26px 0;
  display:grid;
  grid-template-columns:124px minmax(190px,.9fr) minmax(220px,1.1fr);
  column-gap:26px;
  align-items:start;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-home .evidence-grid article:last-child{
  border-bottom:0;
}

body.page-home .evidence-grid span{
  grid-row:1 / span 3;
  margin:0;
  font-size:clamp(32px,3vw,44px);
  line-height:1;
  letter-spacing:-.045em;
}

body.page-home .evidence-grid h3{
  margin:0;
  font-size:16px;
  line-height:1.38;
}

body.page-home .evidence-grid p{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.62;
}

body.page-home .evidence-grid a{
  grid-column:3;
  font-size:12px;
}

/* Accueil — capture réelle et texte ouvert */
body.page-home .clarity-open{
  padding:0;
  display:grid;
  grid-template-columns:minmax(320px,5fr) minmax(0,7fr);
  gap:clamp(54px,8vw,112px);
  align-items:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-home .clarity-product{
  min-height:640px;
  margin:0;
  padding:38px 30px 22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  border-radius:14px;
  background:#0a0f34;
}

body.page-home .clarity-product img{
  width:auto;
  height:545px;
  max-width:88%;
  object-fit:contain;
  filter:drop-shadow(0 28px 34px rgba(0,0,0,.35));
}

body.page-home .clarity-product figcaption{
  width:100%;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.72);
  font-size:13px;
}

body.page-home .clarity-copy{
  min-width:0;
}

body.page-home .clarity-copy h2{
  max-width:11em;
}

body.page-home .clarity-list{
  margin-top:34px;
  display:block;
  border:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-home .clarity-list article{
  padding:18px 0;
  display:grid;
  grid-template-columns:110px 1fr;
  gap:22px;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
}

body.page-home .clarity-list strong{
  font-size:15px;
}

body.page-home .clarity-list span{
  font-size:15px;
  line-height:1.55;
}

/* Accueil — parcours illustrés, plus proches d’un sommaire éditorial */
body.page-home .pathway-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 38px;
  border:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-home .pathway-grid a{
  min-height:0;
  padding:22px 0;
  display:grid;
  grid-template-columns:142px minmax(0,1fr);
  gap:22px;
  align-items:center;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-home .pathway-grid a:hover,
body.page-home .pathway-grid a:focus-visible{
  padding-left:8px;
  border-color:var(--editorial-rule);
  background:transparent;
  box-shadow:none;
}

body.page-home .pathway-grid img{
  width:142px;
  height:96px;
  display:block;
  object-fit:cover;
  border-radius:8px;
}

body.page-home .pathway-copy{
  display:grid;
  gap:8px;
}

body.page-home .pathway-grid .pathway-copy > span{
  font-size:10px;
  letter-spacing:.13em;
}

body.page-home .pathway-grid strong{
  font-size:16px;
  line-height:1.45;
}

body.page-home .home-method{
  grid-template-columns:minmax(220px,4fr) minmax(0,8fr);
  gap:clamp(48px,7vw,92px);
}

body.page-home .method-steps{
  border:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-home .method-steps article{
  padding:22px 0;
  display:grid;
  grid-template-columns:110px 1fr;
  gap:24px;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-home .method-steps span{
  font-size:14px;
}

body.page-home .method-steps p{
  max-width:62ch;
  margin:0;
  font-size:15px;
  line-height:1.65;
}

/* Accueil — une couverture forte, trois lectures secondaires */
body.page-home .article-cards{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  grid-template-rows:repeat(3,auto);
  gap:0 38px;
}

body.page-home .article-card{
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}

body.page-home .article-card:hover{
  transform:none;
  border:0;
  box-shadow:none;
}

body.page-home .article-card:first-child{
  grid-row:1 / span 3;
  padding-right:38px;
  border-right:1px solid var(--editorial-rule);
}

body.page-home .article-card:first-child img{
  height:360px;
  border-radius:10px;
}

body.page-home .article-card:first-child div{
  padding:20px 0 0;
}

body.page-home .article-card:not(:first-child) > a{
  padding:18px 0;
  display:grid;
  grid-template-columns:138px minmax(0,1fr);
  gap:20px;
  align-items:center;
  border-top:1px solid var(--editorial-rule);
}

body.page-home .article-card:last-child > a{
  border-bottom:1px solid var(--editorial-rule);
}

body.page-home .article-card:not(:first-child) img{
  width:138px;
  height:92px;
  border-radius:8px;
}

body.page-home .article-card:not(:first-child) div{
  padding:0;
}

body.page-home .article-card h3{
  min-height:0;
  margin:0;
  font-size:17px;
  line-height:1.35;
}

body.page-home .article-card p{
  margin-top:7px;
}

/* Applications — une vraie hiérarchie : disponible d’abord, projets ensuite */
body.page-applications #applications{
  padding-top:76px;
  padding-bottom:76px;
}

body.page-applications .showcase-grid{
  display:grid;
  grid-template-columns:minmax(0,8fr) minmax(320px,4fr);
  grid-template-rows:1fr 1fr;
  gap:0 42px;
  border:0;
}

body.page-applications .showcase-card,
body.page-applications .showcase-card:nth-child(2),
body.page-applications .showcase-card:last-child{
  min-height:0;
  padding:30px 0;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:none;
}

body.page-applications .showcase-card:hover{
  transform:none;
  box-shadow:none;
}

body.page-applications .showcase-card::after{
  display:none;
}

body.page-applications .showcase-card.catalogue-super{
  grid-row:1 / span 2;
  padding:0 42px 0 0;
  display:grid;
  grid-template-columns:minmax(270px,5fr) minmax(0,7fr);
  grid-template-rows:auto 1fr;
  gap:28px 34px;
  border-top:1px solid var(--editorial-rule);
  border-right:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-applications .catalogue-super .showcase-product{
  grid-column:1;
  grid-row:1 / span 2;
  min-height:650px;
  margin:0;
  padding:34px 24px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  border-radius:12px;
  background:#090e32;
}

body.page-applications .catalogue-super .showcase-product img{
  width:auto;
  height:565px;
  max-width:92%;
  object-fit:contain;
  filter:drop-shadow(0 28px 34px rgba(0,0,0,.34));
}

body.page-applications .catalogue-super .showcase-product figcaption{
  width:100%;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.72);
  font-size:13px;
}

body.page-applications .catalogue-super .showcase-icon{
  grid-column:2;
  width:58px;
  height:58px;
  margin:30px 0 0;
  border:0;
  border-radius:12px;
  background:transparent;
}

body.page-applications .catalogue-super .showcase-icon img{
  width:58px;
  height:58px;
}

body.page-applications .catalogue-super > div:last-child{
  grid-column:2;
  align-self:start;
}

body.page-applications .showcase-card:nth-child(2),
body.page-applications .showcase-card:last-child{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:22px;
  align-items:start;
}

body.page-applications .showcase-card:last-child{
  border-bottom:1px solid var(--editorial-rule);
}

body.page-applications .showcase-card:nth-child(2) .showcase-icon,
body.page-applications .showcase-card:last-child .showcase-icon{
  width:58px;
  height:58px;
  margin:0;
  border:0;
  border-radius:12px;
  background:transparent;
}

body.page-applications .showcase-card:nth-child(2) .showcase-icon img,
body.page-applications .showcase-card:last-child .showcase-icon img{
  width:58px;
  height:58px;
}

body.page-applications .showcase-card h2{
  margin-top:0;
  font-size:29px;
}

body.page-applications .showcase-card ul{
  margin-top:20px;
  padding-top:16px;
}

body.page-applications .split-premium,
body.page-applications .ecosystem-compare{
  max-width:1240px;
  margin:0 auto;
  padding:76px 0;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-applications .split-premium{
  grid-template-columns:minmax(270px,5fr) minmax(0,7fr);
  gap:clamp(50px,7vw,90px);
}

body.page-applications .proof-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
}

body.page-applications .proof-panel article{
  min-height:0;
  padding:22px 18px 22px 0;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
}

body.page-applications .proof-panel article:nth-child(odd){
  padding-right:26px;
  border-right:1px solid var(--editorial-rule);
}

body.page-applications .proof-panel article:nth-child(even){
  padding-left:26px;
}

body.page-applications .proof-panel svg{
  width:28px;
  height:28px;
}

body.page-applications .comparison-table-wrap{
  border:1px solid var(--editorial-rule);
  border-radius:8px;
  background:var(--editorial-white);
  box-shadow:none;
}

/* Guides — les images restent, les conteneurs se font oublier */
body.page-guides .page-section{
  padding-top:70px;
  padding-bottom:66px;
}

body.page-guides .category-row{
  gap:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-guides .category-row article{
  min-height:180px;
  padding:28px 24px;
  border:0;
  border-right:1px solid var(--editorial-rule);
  border-radius:0;
  background-color:transparent;
  box-shadow:none;
}

body.page-guides .category-row article:last-child{
  border-right:0;
}

body.page-guides .featured-guide{
  padding:0;
  display:grid;
  grid-template-columns:minmax(0,7fr) minmax(300px,5fr);
  gap:0;
  overflow:hidden;
  border:1px solid var(--editorial-rule);
  border-radius:10px;
  background:var(--editorial-white);
  box-shadow:none;
}

body.page-guides .featured-guide img{
  min-height:360px;
  object-fit:cover;
}

body.page-guides .featured-guide > div{
  padding:42px;
  align-self:center;
}

body.page-guides .guide-tools{
  padding-top:48px;
  padding-bottom:34px;
  border:0;
  background:transparent;
  box-shadow:none;
}

body.page-guides .guide-tools input{
  border-radius:8px;
}

body.page-guides .filter-button{
  border-radius:7px;
}

body.page-guides .guide-grid{
  gap:34px 22px;
}

body.page-guides .guide-card a{
  min-height:310px;
  border:0;
  border-radius:8px;
  background-color:var(--editorial-white);
  box-shadow:none;
}

body.page-guides .guide-card a:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(31,38,66,.08);
}

/* FAQ — une ligne de principes puis un seul accordéon éditorial */
body.page-faq .concept-hero + .page-section{
  padding-top:66px;
  padding-bottom:54px;
}

body.page-faq .concept-hero + .page-section > .eyebrow{
  text-align:left;
}

body.page-faq .category-row{
  gap:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-faq .category-row article{
  padding:24px 30px 24px 0;
  border:0;
  border-right:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-faq .category-row article + article{
  padding-left:30px;
}

body.page-faq .category-row article:last-child{
  border-right:0;
}

body.page-faq .faq-block{
  max-width:1000px;
  padding:74px 0 88px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-faq .faq-block > .section-row{
  margin-bottom:30px;
}

body.page-faq .faq-block details{
  margin:0;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
}

body.page-faq .faq-block details:last-child{
  border-bottom:1px solid var(--editorial-rule);
}

body.page-faq .faq-block summary{
  padding:22px 2px;
}

body.page-faq .faq-answer{
  max-width:720px;
  padding:0 2px 24px;
}

/* À propos — un récit, pas une collection de widgets */
body.page-about .about-editorial,
body.page-about .origin-story{
  max-width:1220px;
  padding-left:0;
  padding-right:0;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-about .about-editorial{
  grid-template-columns:minmax(280px,5fr) minmax(0,7fr);
  gap:clamp(48px,7vw,92px);
}

body.page-about .about-proof{
  gap:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-about .about-proof article{
  padding:22px 0;
  display:grid;
  grid-template-columns:44px 120px 1fr;
  gap:18px;
  border:0;
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-about .about-proof article p{
  margin:0;
}

body.page-about .origin-story{
  grid-template-columns:minmax(260px,4fr) minmax(0,8fr);
  gap:clamp(48px,7vw,92px);
}

body.page-about .page-section > .benefit-grid{
  gap:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-about .page-section > .benefit-grid article{
  min-height:0;
  padding:26px 24px;
  border:0;
  border-right:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-about .page-section > .benefit-grid article:last-child{
  border-right:0;
}

/* Contact et support — les cartes deviennent des listes utiles */
body.page-contact .contact-methods .benefit-grid,
body.page-support .page-section .benefit-grid{
  gap:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-contact .contact-methods .benefit-grid article,
body.page-support .page-section .benefit-grid article{
  min-height:0;
  padding:26px 24px;
  border:0;
  border-right:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-contact .contact-methods .benefit-grid article:last-child,
body.page-support .page-section .benefit-grid article:last-child{
  border-right:0;
}

body.page-contact .rich-contact{
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-contact .rich-contact aside{
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-contact .contact-form{
  border:1px solid var(--editorial-rule);
  border-radius:12px;
  background:var(--editorial-white);
  box-shadow:none;
}

/* Super Intestin — conserver les captures et alléger les grilles descriptives */
body.page-super-intestin .si-concept-benefits{
  grid-template-columns:minmax(300px,5fr) minmax(0,7fr);
  column-gap:clamp(54px,7vw,108px);
  padding-top:72px;
  padding-bottom:72px;
}

body.page-super-intestin .si-concept-intro{
  grid-column:1;
  grid-row:1 / span 3;
  padding:0;
}

body.page-super-intestin .si-concept-benefits article{
  grid-column:2;
  min-height:0;
  padding:21px 0;
  display:grid;
  grid-template-columns:52px minmax(180px,.8fr) minmax(0,1.2fr);
  gap:18px;
  border:0;
  border-top:1px solid var(--editorial-rule);
}

body.page-super-intestin .si-concept-benefits article:last-child{
  border-bottom:1px solid var(--editorial-rule);
}

body.page-super-intestin .si-benefit-icon,
body.page-super-intestin .si-benefit-icon.mint{
  width:auto;
  height:auto;
  margin:2px 0 0;
  border:0;
  border-radius:0;
  font-size:0;
}

body.page-super-intestin .si-concept-benefits article:nth-of-type(1) .si-benefit-icon::after{content:"01"}
body.page-super-intestin .si-concept-benefits article:nth-of-type(2) .si-benefit-icon::after{content:"02"}
body.page-super-intestin .si-concept-benefits article:nth-of-type(3) .si-benefit-icon::after{content:"03"}

body.page-super-intestin .si-benefit-icon::after{
  color:#744ce0;
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
}

body.page-super-intestin .si-route{
  gap:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-super-intestin .si-route article{
  padding:24px 28px;
  border:0;
  border-right:1px solid var(--editorial-rule);
  background:transparent;
}

body.page-super-intestin .si-route article:last-child{
  border-right:0;
}

body.page-super-intestin .si-benefits,
body.page-super-intestin .export-grid{
  gap:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-super-intestin .si-benefits article,
body.page-super-intestin .export-grid article{
  min-height:0;
  padding:26px 24px;
  border:0;
  border-right:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-super-intestin .si-benefits article:last-child,
body.page-super-intestin .export-grid article:last-child{
  border-right:0;
}

body.page-super-intestin .si-mosaic article,
body.page-super-intestin .sii-profile-grid article{
  border-radius:10px;
  box-shadow:none;
}

body.page-super-intestin .split-premium{
  border-top:1px solid var(--editorial-rule);
}

body.page-super-intestin .si-proof{
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
}

body.page-super-intestin .si-proof article{
  border-radius:0;
  background:transparent;
}

/* Après Coup et Nova — statut de projet en mise en page ouverte */
body.page-apres-coup .construction-panel,
body.page-nova .construction-panel{
  max-width:1000px;
  padding:76px 0 86px;
  text-align:left;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-apres-coup .construction-panel > p:not(.eyebrow),
body.page-nova .construction-panel > p:not(.eyebrow){
  max-width:62ch;
  color:var(--cosmic-copy);
}

body.page-apres-coup .construction-pillars,
body.page-nova .construction-pillars{
  gap:0;
  margin-top:38px;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
}

body.page-apres-coup .construction-pillars article,
body.page-nova .construction-pillars article{
  min-height:0;
  padding:24px 28px;
  border:0;
  border-right:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-apres-coup .construction-pillars article:last-child,
body.page-nova .construction-pillars article:last-child{
  border-right:0;
}

@media (max-width:1080px){
  body.page-home .home-concept-benefits,
  body.page-super-intestin .si-concept-benefits{
    grid-template-columns:1fr;
    padding-left:34px;
    padding-right:34px;
  }

  body.page-home .home-concept-intro,
  body.page-super-intestin .si-concept-intro{
    grid-column:1;
    grid-row:auto;
    padding-bottom:34px;
  }

  body.page-home .home-concept-benefits article,
  body.page-super-intestin .si-concept-benefits article{
    grid-column:1;
  }

  body.page-home .home-why{
    grid-template-columns:minmax(0,5fr) minmax(0,7fr);
    column-gap:42px;
  }

  body.page-home .home-why .why-intro,
  body.page-home .why-grid{
    grid-column:1;
  }

  body.page-home .home-story-visual{
    grid-column:2;
  }

  body.page-home .evidence-section{
    grid-template-columns:1fr;
  }

  body.page-home .evidence-grid article{
    grid-template-columns:110px minmax(180px,.9fr) minmax(200px,1.1fr);
  }

  body.page-applications .showcase-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto;
    gap:34px;
  }

  body.page-applications .showcase-card.catalogue-super{
    grid-column:1 / -1;
    grid-row:auto;
  }

  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child{
    grid-column:auto;
    border-bottom:1px solid var(--editorial-rule);
  }

  body.page-applications .split-premium,
  body.page-applications .ecosystem-compare{
    margin-left:34px;
    margin-right:34px;
  }

  body.page-about .about-editorial,
  body.page-about .origin-story{
    margin-left:34px;
    margin-right:34px;
  }
}

@media (max-width:820px){
  body.page-home .home-why{
    grid-template-columns:1fr;
  }

  body.page-home .home-why .why-intro,
  body.page-home .home-story-visual,
  body.page-home .why-grid{
    grid-column:1;
    grid-row:auto;
  }

  body.page-home .home-story-visual{
    min-height:540px;
  }

  body.page-home .home-story-visual img{
    height:455px;
  }

  body.page-home .clarity-open,
  body.page-home .home-method,
  body.page-applications .split-premium,
  body.page-about .about-editorial,
  body.page-about .origin-story{
    grid-template-columns:1fr;
  }

  body.page-home .clarity-product{
    min-height:560px;
  }

  body.page-home .clarity-product img{
    height:470px;
  }

  body.page-home .article-cards{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }

  body.page-home .article-card:first-child{
    grid-row:auto;
    padding:0 0 28px;
    border-right:0;
  }

  body.page-applications .showcase-card.catalogue-super{
    grid-template-columns:minmax(250px,5fr) minmax(0,7fr);
  }

  body.page-guides .featured-guide{
    grid-template-columns:1fr;
  }

  body.page-guides .featured-guide img{
    min-height:0;
    aspect-ratio:16/9;
  }

  body.page-faq .category-row,
  body.page-contact .contact-methods .benefit-grid,
  body.page-support .page-section .benefit-grid{
    grid-template-columns:1fr 1fr;
  }

  body.page-faq .category-row article:nth-child(2),
  body.page-contact .contact-methods .benefit-grid article:nth-child(2),
  body.page-support .page-section .benefit-grid article:nth-child(2){
    border-right:0;
  }
}

@media (max-width:640px){
  body.cosmic-site{
    --editorial-gutter:18px;
  }

  body.cosmic-site .home-section,
  body.cosmic-site .page-section,
  body.cosmic-site .si-section,
  body.cosmic-site .si-editorial{
    padding-top:52px;
    padding-bottom:52px;
  }

  body.cosmic-site .home-section h2,
  body.cosmic-site .page-section h2,
  body.cosmic-site .si-section h2,
  body.cosmic-site .si-editorial h2,
  body.cosmic-site .faq-block h2,
  body.cosmic-site .origin-story h2{
    font-size:clamp(32px,9.5vw,38px);
  }

  body.page-home .home-concept-benefits,
  body.page-super-intestin .si-concept-benefits{
    padding:52px 18px;
  }

  body.page-home .home-concept-intro h2{
    font-size:clamp(34px,10vw,42px);
  }

  body.page-home .home-concept-benefits article,
  body.page-super-intestin .si-concept-benefits article{
    grid-template-columns:38px 1fr;
    gap:12px;
  }

  body.page-home .home-concept-benefits article p,
  body.page-super-intestin .si-concept-benefits article p{
    grid-column:2;
  }

  body.page-home .home-story-visual{
    min-height:480px;
    padding:28px 20px 20px;
  }

  body.page-home .home-story-visual img{
    height:390px;
  }

  body.page-home .home-story-visual figcaption{
    display:block;
  }

  body.page-home .home-story-visual figcaption span{
    display:block;
    margin-bottom:4px;
  }

  body.page-home .why-grid article{
    grid-template-columns:38px 1fr;
  }

  body.page-home .why-grid p{
    grid-column:2;
  }

  body.page-home .evidence-grid article{
    grid-template-columns:1fr;
    gap:10px;
  }

  body.page-home .evidence-grid span{
    grid-row:auto;
  }

  body.page-home .evidence-grid a{
    grid-column:auto;
  }

  body.page-home .clarity-product{
    min-height:500px;
    padding:28px 20px 20px;
  }

  body.page-home .clarity-product img{
    height:410px;
  }

  body.page-home .clarity-list article,
  body.page-home .method-steps article{
    grid-template-columns:1fr;
    gap:6px;
  }

  body.page-home .pathway-grid{
    grid-template-columns:1fr;
  }

  body.page-home .pathway-grid a{
    grid-template-columns:112px minmax(0,1fr);
    gap:16px;
  }

  body.page-home .pathway-grid img{
    width:112px;
    height:82px;
  }

  body.page-home .article-card:first-child img{
    height:240px;
  }

  body.page-home .article-card:not(:first-child) > a{
    grid-template-columns:104px minmax(0,1fr);
    gap:16px;
  }

  body.page-home .article-card:not(:first-child) img{
    width:104px;
    height:78px;
  }

  body.page-applications #applications{
    padding-left:18px;
    padding-right:18px;
  }

  body.page-applications .showcase-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  body.page-applications .showcase-card.catalogue-super{
    grid-column:auto;
    display:flex;
    flex-direction:column;
    padding:0 0 34px;
    border-right:0;
  }

  body.page-applications .catalogue-super .showcase-product{
    width:100%;
    min-height:520px;
    order:1;
  }

  body.page-applications .catalogue-super .showcase-product img{
    height:430px;
  }

  body.page-applications .catalogue-super .showcase-icon{
    order:2;
    margin-top:26px;
  }

  body.page-applications .catalogue-super > div:last-child{
    order:3;
  }

  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child{
    grid-template-columns:56px minmax(0,1fr);
  }

  body.page-applications .split-premium,
  body.page-applications .ecosystem-compare,
  body.page-about .about-editorial,
  body.page-about .origin-story{
    margin-left:18px;
    margin-right:18px;
    padding:52px 0;
  }

  body.page-applications .proof-panel{
    grid-template-columns:1fr;
  }

  body.page-applications .proof-panel article,
  body.page-applications .proof-panel article:nth-child(odd),
  body.page-applications .proof-panel article:nth-child(even){
    padding:20px 0;
    border-right:0;
  }

  body.page-guides .category-row,
  body.page-faq .category-row,
  body.page-contact .contact-methods .benefit-grid,
  body.page-support .page-section .benefit-grid{
    grid-template-columns:1fr;
  }

  body.page-guides .category-row article,
  body.page-faq .category-row article,
  body.page-faq .category-row article + article,
  body.page-contact .contact-methods .benefit-grid article,
  body.page-support .page-section .benefit-grid article{
    min-height:0;
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid var(--editorial-rule);
  }

  body.page-guides .category-row article:last-child,
  body.page-faq .category-row article:last-child,
  body.page-contact .contact-methods .benefit-grid article:last-child,
  body.page-support .page-section .benefit-grid article:last-child{
    border-bottom:0;
  }

  body.page-guides .featured-guide > div{
    padding:28px 22px;
  }

  body.page-faq .faq-block{
    padding:52px 18px 66px;
  }

  body.page-about .about-proof article{
    grid-template-columns:38px 1fr;
  }

  body.page-about .about-proof article p{
    grid-column:2;
  }

  body.page-about .page-section > .benefit-grid,
  body.page-super-intestin .si-benefits,
  body.page-super-intestin .export-grid,
  body.page-apres-coup .construction-pillars,
  body.page-nova .construction-pillars{
    grid-template-columns:1fr;
  }

  body.page-about .page-section > .benefit-grid article,
  body.page-super-intestin .si-benefits article,
  body.page-super-intestin .export-grid article,
  body.page-apres-coup .construction-pillars article,
  body.page-nova .construction-pillars article{
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid var(--editorial-rule);
  }

  body.page-about .page-section > .benefit-grid article:last-child,
  body.page-super-intestin .si-benefits article:last-child,
  body.page-super-intestin .export-grid article:last-child,
  body.page-apres-coup .construction-pillars article:last-child,
  body.page-nova .construction-pillars article:last-child{
    border-bottom:0;
  }

  body.page-super-intestin .si-route{
    grid-template-columns:1fr;
  }

  body.page-super-intestin .si-route article{
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid var(--editorial-rule);
  }

  body.page-super-intestin .si-route article:last-child{
    border-bottom:0;
  }

  body.page-apres-coup .construction-panel,
  body.page-nova .construction-panel{
    margin-left:18px;
    margin-right:18px;
    padding:52px 0 64px;
  }
}

/* ==========================================================================
   AJUSTEMENT HÉROS DESKTOP — VISUELS RECENTRÉS ET NON MASQUÉS PAR LA VAGUE
   ========================================================================== */

@media (min-width:1101px){
  body.page-applications .applications-cosmic-hero{
    min-height:790px;
    background-position:calc(50% + 150px) 70px!important;
    background-size:auto 650px!important;
  }

  body.page-applications .orbit-super{
    right:12.5%;
    top:25%;
  }

  body.page-applications .orbit-apres{
    right:11%;
    top:49%;
  }

  body.page-applications .orbit-nova{
    right:9.5%;
    top:69%;
  }

  body.page-super-intestin .super-intestin-concept-hero{
    min-height:850px;
    background-position:calc(100% - clamp(18px,2vw,42px)) 80px!important;
    background-size:auto 640px!important;
  }

  body.page-super-intestin .super-intestin-concept-hero::before{
    background:
      linear-gradient(180deg,transparent 0 71%,rgba(2,5,31,.32) 78%,#02051f 89%),
      linear-gradient(90deg,#02051f 0%,#02051f 34%,rgba(2,5,31,.94) 41%,rgba(2,5,31,.35) 49%,rgba(2,5,31,0) 57%)!important;
  }
}

/* Derniers réglages de densité après contrôle visuel */
body.page-about .about-proof{
  display:block;
  overflow:visible;
  border:0;
  border-top:1px solid var(--editorial-rule);
  border-bottom:1px solid var(--editorial-rule);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-about .about-proof article{
  min-height:0;
}

body.page-home .method-steps{
  display:block;
}

body.page-guides .guide-index-head{
  padding-top:38px;
  padding-bottom:22px;
}

body.page-guides .guide-tools{
  padding-bottom:12px;
}

body.page-faq .concept-hero + .page-section{
  padding-bottom:32px;
}

body.page-faq .faq-block{
  padding-top:48px;
}

@media (max-width:640px){
  body.page-about .about-proof article{
    grid-template-columns:38px 1fr;
  }

  body.page-about .about-proof article strong,
  body.page-about .about-proof article p{
    grid-column:2;
  }

  body.page-guides .guide-index-head{
    padding-top:30px;
    padding-bottom:16px;
  }

  body.page-faq .faq-block{
    padding-top:36px;
  }
}

/* ==========================================================================
   APPLICATIONS — RETOUR AUX TROIS BLOCS VALIDÉS + ÉCRANS PRODUIT ACTUELS
   ========================================================================== */

body.page-applications #applications{
  max-width:1400px;
  padding-top:72px;
  padding-bottom:88px;
}

body.page-applications #applications > .eyebrow{
  margin-bottom:22px;
}

body.page-applications .showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-template-rows:auto!important;
  grid-auto-rows:auto!important;
  gap:24px;
  border:0;
  background:transparent;
}

body.page-applications .showcase-card,
body.page-applications .showcase-card:nth-child(2),
body.page-applications .showcase-card:last-child,
body.page-applications .showcase-card.catalogue-super{
  display:block;
  grid-column:auto;
  grid-row:auto;
  min-height:520px;
  padding:46px 40px 44px;
  border:1px solid #dde1ea;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(24,20,59,.075);
  transform:none;
  overflow:hidden;
}

body.page-applications .showcase-card.catalogue-super{
  background:linear-gradient(180deg,#f8f5ff 0%,#fff 52%);
}

body.page-applications .showcase-card:last-child{
  border-right:1px solid #dde1ea;
}

body.page-applications .showcase-card::before,
body.page-applications .showcase-card::after{
  display:none;
}

body.page-applications .showcase-card:hover{
  transform:none;
  box-shadow:0 18px 48px rgba(24,20,59,.075);
}

body.page-applications .showcase-icon,
body.page-applications .showcase-card:nth-child(2) .showcase-icon,
body.page-applications .showcase-card:last-child .showcase-icon{
  position:static;
  width:66px;
  height:66px;
  margin:0 0 34px;
  border:1px solid var(--editorial-rule);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 36px rgba(32,25,62,.08);
}

body.page-applications .showcase-icon img,
body.page-applications .showcase-card:nth-child(2) .showcase-icon img,
body.page-applications .showcase-card:last-child .showcase-icon img{
  width:42px;
  height:42px;
  object-fit:contain;
}

body.page-applications .showcase-card h2{
  margin:0 0 12px;
  font-size:clamp(31px,2.4vw,40px);
  line-height:1;
}

body.page-applications .showcase-card p{
  max-width:34ch;
  margin:18px 0 0;
  font-size:15px;
  line-height:1.7;
  color:var(--cosmic-copy);
}

body.page-applications .showcase-card ul{
  margin:28px 0 24px;
  padding:22px 0 0;
  border-top:1px solid var(--editorial-rule);
  gap:11px;
}

body.page-applications .showcase-card li{
  font-size:14px;
  line-height:1.5;
}

body.page-applications .showcase-card .nova-blur-copy{
  filter:none;
  opacity:1;
  pointer-events:auto;
  user-select:auto;
}

@media (max-width:900px){
  body.page-applications .showcase-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child,
  body.page-applications .showcase-card.catalogue-super{
    min-height:0;
    padding:34px 30px 32px;
    border:1px solid #dde1ea;
    border-radius:22px;
  }
}

@media (max-width:640px){
  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child,
  body.page-applications .showcase-card.catalogue-super{
    padding:28px 24px 26px;
    border-radius:20px;
  }
}

body.page-super-intestin .current-app-gallery{
  margin-top:40px;
  padding-top:48px;
  border-top:1px solid var(--editorial-rule);
}

body.page-super-intestin .current-app-gallery-head{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
  gap:72px;
  align-items:end;
  max-width:1180px;
  margin:0 auto 42px;
}

body.page-super-intestin .current-app-gallery-head .eyebrow{
  margin-bottom:14px;
}

body.page-super-intestin .current-app-gallery-head h2{
  max-width:720px;
  margin:0;
  font-size:clamp(42px,4.4vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
  color:var(--cosmic-ink);
}

body.page-super-intestin .current-app-gallery-head > p{
  max-width:48ch;
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:var(--cosmic-copy);
}

body.page-super-intestin .current-app-gallery-rail{
  display:flex;
  gap:24px;
  align-items:flex-start;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scrollbar-color:#b9a5ef transparent;
  scrollbar-width:thin;
  padding:10px max(0px,calc((100% - 1280px)/2)) 28px;
}

body.page-super-intestin .current-app-gallery-rail figure{
  flex:0 0 clamp(300px,22vw,360px);
  scroll-snap-align:start;
  margin:0;
}

body.page-super-intestin .current-app-gallery-rail img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1000/2174;
  object-fit:contain;
  border:1px solid rgba(42,35,78,.16);
  border-radius:24px;
  background:#030726;
  box-shadow:0 24px 54px rgba(22,18,52,.16);
}

body.page-super-intestin .current-app-gallery-rail figcaption{
  display:flex;
  gap:13px;
  align-items:baseline;
  padding:17px 4px 0;
  font-size:15px;
  font-weight:750;
  color:var(--cosmic-ink);
}

body.page-super-intestin .current-app-gallery-rail figcaption span{
  color:#8459e8;
  font-size:12px;
  letter-spacing:.14em;
}

body.page-super-intestin .current-app-gallery-hint{
  margin:8px auto 0;
  max-width:1280px;
  font-size:13px;
  color:#6f6c80;
}

/* Le comparatif reste un tableau, mais devient lisible et moins administratif. */
body.page-applications .ecosystem-compare-table{
  max-width:1400px;
  padding-top:72px;
  padding-bottom:88px;
}

body.page-applications .ecosystem-compare-table .section-row{
  align-items:end;
  gap:70px;
  margin-bottom:32px;
}

body.page-applications .ecosystem-compare-table .section-row h2{
  font-size:clamp(42px,4.2vw,60px);
  line-height:1;
}

body.page-applications .ecosystem-compare-table .section-row p{
  font-size:16px;
  line-height:1.7;
}

body.page-applications .comparison-table-wrap{
  border:1px solid var(--editorial-rule);
  border-radius:0;
  background:#fff;
  box-shadow:none;
}

body.page-applications .comparison-table{
  font-size:15px;
}

body.page-applications .comparison-table th,
body.page-applications .comparison-table td{
  padding:23px 26px;
  line-height:1.5;
}

body.page-applications .comparison-table thead th{
  background:#f2f0f7;
  color:#28233d;
}

body.page-applications .comparison-table tbody td{
  color:#5c586c;
}

body.page-applications .comparison-table tbody td:last-child,
body.page-applications .comparison-table tfoot td:last-child{
  background:#f5f1fc;
  color:#28233d;
}

/* Les aperçus de l’accueil utilisent eux aussi la version 2026, sans recadrage. */
body.page-home .home-story-visual img,
body.page-home .clarity-panel img{
  object-fit:contain;
  object-position:center top;
  background:#030726;
}

/* Évite tout chevauchement entre l’illustration et le texte aux formats intermédiaires. */
@media (min-width:641px) and (max-width:960px){
  body.page-super-intestin .super-intestin-concept-hero{
    min-height:auto!important;
    padding-top:600px!important;
    background-position:center 65px!important;
    background-size:min(94vw,720px) auto!important;
  }
}

@media (max-width:1080px) and (min-width:961px){
  body.page-super-intestin .super-intestin-concept-hero{
    padding-top:680px!important;
  }
}

@media (max-width:920px){
  body.page-applications .showcase-grid{
    grid-template-columns:1fr;
  }

  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child,
  body.page-applications .showcase-card.catalogue-super{
    min-height:0;
    padding:38px 24px;
    border-right:0;
    border-bottom:1px solid var(--editorial-rule);
  }

  body.page-applications .showcase-card:last-child{
    border-bottom:0;
  }

  body.page-super-intestin .current-app-gallery-head{
    grid-template-columns:1fr;
    gap:20px;
  }

  body.page-super-intestin .current-app-gallery-head > p{
    max-width:64ch;
  }
}

@media (max-width:640px){
  body.page-applications #applications{
    padding-top:46px;
    padding-bottom:64px;
  }

  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child,
  body.page-applications .showcase-card.catalogue-super{
    padding:34px 4px 38px;
  }

  body.page-super-intestin .current-app-gallery{
    margin-top:36px;
    padding-top:36px;
  }

  body.page-super-intestin .current-app-gallery-head h2{
    font-size:clamp(36px,11vw,44px);
  }

  body.page-super-intestin .current-app-gallery-rail{
    margin-inline:-18px;
    padding-inline:18px;
    gap:16px;
  }

  body.page-super-intestin .current-app-gallery-rail figure{
    flex-basis:min(82vw,330px);
  }

  body.page-super-intestin .current-app-gallery-rail img{
    border-radius:20px;
  }

  body.page-super-intestin .current-app-gallery-hint{
    margin-top:4px;
  }

  body.page-super-intestin .super-intestin-concept-hero{
    min-height:auto!important;
    padding-top:360px!important;
    background-position:center 64px!important;
    background-size:95vw auto!important;
  }
}

/* ==========================================================================
   À PROPOS — RÉCIT ÉDITORIAL PLUS VIVANT, SANS EFFET TABLEAU
   ========================================================================== */

body.page-about .about-editorial{
  max-width:1320px;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:28px;
  padding:92px 0 76px;
  border:0;
}

body.page-about .about-heading{
  min-height:430px;
  padding:54px 52px 48px;
  border:1px solid #ddd5f5;
  border-radius:32px;
  background:linear-gradient(145deg,#eee9ff 0%,#f7f5ff 58%,#fff 100%);
}

body.page-about .about-heading .eyebrow{
  margin-bottom:24px;
}

body.page-about .about-heading h2{
  max-width:10.5ch;
  margin:0;
  font-size:clamp(50px,4.2vw,70px);
  line-height:.98;
  letter-spacing:-.06em;
}

body.page-about .about-proof{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-self:stretch;
  margin:0;
  border:0;
  background:transparent;
}

body.page-about .about-proof article{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  align-content:start;
  gap:14px 16px;
  min-height:0;
  padding:30px 28px;
  border:1px solid #e0e4ec;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 40px rgba(23,20,55,.06);
}

body.page-about .about-proof article:first-child{
  grid-column:1/-1;
  min-height:196px;
  color:#fff;
  border-color:#141838;
  background:#080d2d;
  box-shadow:0 20px 46px rgba(8,13,45,.16);
}

body.page-about .about-proof article svg{
  width:42px;
  height:42px;
  padding:9px;
  border-radius:14px;
  color:#7d55ec;
  background:#f0ebff;
}

body.page-about .about-proof article:first-child svg{
  color:#ffd054;
  background:rgba(255,208,84,.12);
}

body.page-about .about-proof article:first-child strong{
  color:#fff;
}

body.page-about .about-proof article strong{
  align-self:center;
  font-size:20px;
  line-height:1.2;
}

body.page-about .about-proof article p{
  grid-column:1/-1;
  margin:6px 0 0;
  font-size:15px;
  line-height:1.65;
  color:#687184;
}

body.page-about .about-proof article:first-child p{
  color:#cdd2e4;
}

body.page-about .about-copy-flow{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:56px;
  margin-top:8px;
  padding:42px 48px;
  border:1px solid #e0e4ec;
  border-radius:28px;
  background:#fff;
}

body.page-about .about-copy-flow p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#596276;
}

body.page-about .about-copy-flow p:first-child{
  color:#17152f;
  font-size:18px;
  line-height:1.72;
}

body.page-about .origin-story{
  max-width:1320px;
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);
  gap:clamp(48px,7vw,96px);
  margin-top:24px;
  margin-bottom:24px;
  padding:64px;
  border:1px solid #e0e4ec;
  border-radius:32px;
  background:#fff;
  box-shadow:0 18px 50px rgba(24,20,59,.055);
}

body.page-about .super-origin-story{
  border-color:#ded5f7;
  background:linear-gradient(135deg,#f1ecff 0%,#fbfaff 36%,#fff 72%);
}

body.page-about .apres-origin-story{
  border-color:#f1d9dc;
  background:linear-gradient(135deg,#fff0f1 0%,#fff8f8 36%,#fff 72%);
}

body.page-about .origin-kicker{
  align-self:start;
}

body.page-about .origin-kicker img{
  display:block;
  width:84px;
  height:84px;
  margin-bottom:30px;
  object-fit:contain;
  border:1px solid rgba(114,83,205,.14);
  border-radius:24px;
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 36px rgba(24,20,59,.08);
}

body.page-about .origin-kicker .eyebrow{
  max-width:18ch;
  margin:0;
  line-height:1.55;
}

body.page-about .origin-story h2{
  max-width:15ch;
  margin:0 0 28px;
  font-size:clamp(42px,3.6vw,58px);
  line-height:1;
  letter-spacing:-.055em;
}

body.page-about .origin-story p:not(.eyebrow){
  max-width:68ch;
  font-size:16px;
  line-height:1.78;
  color:#596276;
}

body.page-about .origin-story p:not(.eyebrow):last-child{
  margin-bottom:0;
  color:#17152f;
  font-weight:700;
}

body.page-about .about-pillars{
  max-width:1320px;
  padding-top:92px;
  padding-bottom:96px;
}

body.page-about .about-pillars .center-title{
  max-width:760px;
  margin-bottom:42px;
}

body.page-about .about-pillars > .benefit-grid{
  gap:16px;
  border:0;
}

body.page-about .about-pillars > .benefit-grid article{
  min-height:220px;
  padding:30px;
  border:1px solid #e0e4ec;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(24,20,59,.05);
}

body.page-about .about-pillars > .benefit-grid article:last-child{
  border-right:1px solid #e0e4ec;
}

@media (max-width:980px){
  body.page-about .about-editorial{
    grid-template-columns:1fr;
    gap:18px;
    padding-left:24px;
    padding-right:24px;
  }

  body.page-about .about-heading{
    min-height:0;
  }

  body.page-about .about-heading h2{
    max-width:13ch;
  }

  body.page-about .origin-story{
    grid-template-columns:1fr;
    gap:34px;
    margin-left:24px;
    margin-right:24px;
    padding:50px;
  }

  body.page-about .origin-kicker{
    display:flex;
    align-items:center;
    gap:22px;
  }

  body.page-about .origin-kicker img{
    flex:0 0 72px;
    width:72px;
    height:72px;
    margin:0;
  }

  body.page-about .origin-kicker .eyebrow{
    max-width:none;
  }

  body.page-about .about-pillars{
    padding-left:24px;
    padding-right:24px;
  }
}

@media (max-width:640px){
  body.page-about .about-editorial{
    gap:14px;
    padding:54px 18px 44px;
  }

  body.page-about .about-heading{
    padding:34px 28px 32px;
    border-radius:24px;
  }

  body.page-about .about-heading h2{
    font-size:clamp(40px,12vw,50px);
  }

  body.page-about .about-proof{
    grid-template-columns:1fr;
    gap:12px;
  }

  body.page-about .about-proof article,
  body.page-about .about-proof article:first-child{
    grid-column:auto;
    min-height:0;
    padding:24px;
    border-radius:20px;
  }

  body.page-about .about-proof article p,
  body.page-about .about-proof article strong{
    grid-column:2;
  }

  body.page-about .about-copy-flow{
    grid-template-columns:1fr;
    gap:24px;
    margin-top:0;
    padding:30px 26px;
    border-radius:22px;
  }

  body.page-about .about-copy-flow p,
  body.page-about .about-copy-flow p:first-child{
    font-size:15px;
    line-height:1.75;
  }

  body.page-about .origin-story{
    gap:28px;
    margin:14px 18px;
    padding:34px 28px;
    border-radius:24px;
  }

  body.page-about .origin-kicker img{
    flex-basis:62px;
    width:62px;
    height:62px;
    border-radius:18px;
  }

  body.page-about .origin-story h2{
    font-size:clamp(38px,11vw,48px);
  }

  body.page-about .about-pillars{
    padding:58px 18px 68px;
  }

  body.page-about .about-pillars > .benefit-grid{
    gap:12px;
  }

  body.page-about .about-pillars > .benefit-grid article,
  body.page-about .about-pillars > .benefit-grid article:last-child{
    min-height:0;
    padding:26px;
    border:1px solid #e0e4ec;
    border-radius:20px;
  }

  body.page-applications .showcase-card,
  body.page-applications .showcase-card:nth-child(2),
  body.page-applications .showcase-card:last-child,
  body.page-applications .showcase-card.catalogue-super{
    padding:28px 24px 26px;
    border:1px solid #dde1ea;
    border-radius:20px;
  }
}

/* ==========================================================================
   FAQ — REPÈRES ET QUESTIONS EN BLOCS, SANS GRILLE DE TRAITS
   ========================================================================== */

body.page-faq .concept-hero + .page-section{
  max-width:1220px;
  padding:76px 0 58px;
}

body.page-faq .concept-hero + .page-section > .eyebrow{
  margin-bottom:22px;
}

body.page-faq .category-row{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  border:0;
}

body.page-faq .category-row article,
body.page-faq .category-row article + article,
body.page-faq .category-row article:last-child{
  min-height:190px;
  padding:30px 28px;
  border:1px solid #e0e4ec;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 38px rgba(24,20,59,.055);
}

body.page-faq .category-row article:first-child{
  border-color:#ddd5f5;
  background:linear-gradient(145deg,#eee9ff 0%,#faf9ff 100%);
}

body.page-faq .category-row article:nth-child(2){
  border-color:#d6ebe4;
  background:linear-gradient(145deg,#eaf8f3 0%,#fbfefd 100%);
}

body.page-faq .category-row article:nth-child(3){
  border-color:#f0dcdf;
  background:linear-gradient(145deg,#fff0f2 0%,#fffafa 100%);
}

body.page-faq .category-row h3{
  margin:0 0 18px;
  font-size:22px;
  line-height:1.15;
  color:#17152f;
}

body.page-faq .category-row p{
  max-width:28ch;
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:#626b7e;
}

body.page-faq .faq-block{
  max-width:1060px;
  margin-top:24px;
  margin-bottom:82px;
  padding:42px;
  border:1px solid #e0e4ec;
  border-radius:30px;
  background:#fff;
  box-shadow:0 20px 54px rgba(24,20,59,.065);
}

body.page-faq .faq-block > .section-row{
  align-items:end;
  margin-bottom:34px;
}

body.page-faq .faq-block h2{
  max-width:720px;
  margin:0;
  font-size:clamp(40px,4vw,56px);
  line-height:1;
  letter-spacing:-.055em;
}

body.page-faq .faq-block details,
body.page-faq .faq-block details:last-child{
  margin:12px 0;
  padding:0;
  border:1px solid #e0e4ec;
  border-radius:18px;
  background:#f8f9fc;
  box-shadow:none;
  overflow:hidden;
}

body.page-faq .faq-block details[open]{
  border-color:#d9cff5;
  background:linear-gradient(145deg,#f2eeff 0%,#fff 70%);
}

body.page-faq .faq-block summary{
  padding:23px 26px;
  font-size:17px;
  line-height:1.35;
  color:#17152f;
}

body.page-faq .faq-block details[open] summary{
  color:#6435dc;
}

body.page-faq .faq-answer{
  max-width:780px;
  padding:0 26px 26px;
}

body.page-faq .faq-answer p{
  font-size:15px;
  line-height:1.7;
}

body.page-faq .guide-cta{
  display:block;
  max-width:1060px;
  margin:28px auto 84px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.page-faq .guide-cta > div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto auto;
  column-gap:44px;
  align-items:center;
  padding:44px 48px;
  border:1px solid #171c43;
  border-radius:28px;
  background:#080d2d;
  box-shadow:0 20px 52px rgba(8,13,45,.16);
}

body.page-faq .guide-cta .eyebrow,
body.page-faq .guide-cta h2,
body.page-faq .guide-cta p{
  grid-column:1;
}

body.page-faq .guide-cta .eyebrow{
  margin:0 0 10px;
}

body.page-faq .guide-cta h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1;
}

body.page-faq .guide-cta p{
  max-width:650px;
  margin:0;
  color:#cbd1e4;
  font-size:15px;
  line-height:1.65;
}

body.page-faq .guide-cta .btn{
  grid-column:2;
  grid-row:1/4;
  align-self:center;
  white-space:nowrap;
}

@media (max-width:900px){
  body.page-faq .concept-hero + .page-section{
    padding-left:24px;
    padding-right:24px;
  }

  body.page-faq .category-row{
    grid-template-columns:1fr;
    gap:14px;
  }

  body.page-faq .category-row article,
  body.page-faq .category-row article + article,
  body.page-faq .category-row article:last-child{
    min-height:0;
  }

  body.page-faq .faq-block{
    margin-left:24px;
    margin-right:24px;
  }

  body.page-faq .guide-cta{
    margin-left:24px;
    margin-right:24px;
  }
}

@media (max-width:640px){
  body.page-faq .concept-hero + .page-section{
    padding:52px 18px 38px;
  }

  body.page-faq .category-row article,
  body.page-faq .category-row article + article,
  body.page-faq .category-row article:last-child{
    padding:26px 24px;
    border:1px solid #e0e4ec;
    border-radius:20px;
  }

  body.page-faq .faq-block{
    margin:12px 18px 64px;
    padding:28px 18px;
    border-radius:24px;
  }

  body.page-faq .faq-block > .section-row{
    align-items:flex-start;
    gap:18px;
    margin-bottom:26px;
  }

  body.page-faq .faq-block h2{
    font-size:clamp(36px,11vw,46px);
  }

  body.page-faq .faq-block summary{
    padding:20px;
    font-size:16px;
  }

  body.page-faq .faq-answer{
    padding:0 20px 22px;
  }

  body.page-faq .guide-cta{
    margin:10px 18px 64px;
  }

  body.page-faq .guide-cta > div{
    display:block;
    padding:32px 28px;
    border-radius:22px;
  }

  body.page-faq .guide-cta .btn{
    margin-top:22px;
  }
}
