@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root{
  --ink:#1b1b1a;
  --ink-soft:#3f403c;
  --paper:#f5f4ea;
  --paper-2:#ecebe1;
  --white:#fff;
  --accent:#ffbd00;
  --accent-dark:#5c4300;
  --accent-soft:#fff0b5;
  --blue:var(--accent);
  --blue-dark:var(--accent-dark);
  --blue-soft:var(--accent-soft);
  --line:rgba(21,22,20,.16);
  --line-dark:rgba(255,255,255,.16);
  --green:#1a765c;
  --amber:#e8a317;
  --shadow:0 28px 80px rgba(0,0,0,.16);
  --radius:22px;
  --radius-sm:14px;
  --max:1390px;
  --content:1180px;
  --focus:0 0 0 2px #1b1b1a,0 0 0 5px rgba(255,189,0,.48);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:#171716;color:var(--ink);font-family:"Manrope",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit}
img,svg{display:block;max-width:100%}
h1,h2,h3,p{overflow-wrap:anywhere}
.skip-link{position:absolute;left:-9999px;top:12px;z-index:9999;background:#fff;color:var(--blue);padding:.75rem 1rem;border-radius:999px;font-weight:750}
.skip-link:focus{left:12px;outline:0;box-shadow:var(--focus)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:0;box-shadow:var(--focus)}
.site-stage{padding:clamp(18px,3vw,46px)}
.site-frame{width:min(var(--max),100%);margin:auto;background:var(--paper);border-radius:4px;overflow:hidden;box-shadow:var(--shadow)}
.shell{width:min(var(--content),calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(244,242,232,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.brand{display:flex;align-items:center;text-decoration:none;min-width:190px}.brand img{width:216px}
.nav-links{display:flex;align-items:center;justify-content:center;gap:1.45rem;margin-left:auto}
.nav-links a{font-size:.78rem;font-weight:600;text-decoration:none;color:#31332f}.nav-links a:hover{text-decoration:underline;text-underline-offset:4px}
.nav-actions{display:flex;align-items:center;gap:.65rem}
.language-toggle{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:3px;background:rgba(255,255,255,.45)}
.language-toggle button{border:0;background:transparent;color:#4f524c;border-radius:999px;padding:.42rem .58rem;font-size:.72rem;font-weight:780}
.language-toggle button[aria-pressed="true"]{background:var(--ink);color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--ink);background:transparent;color:var(--ink);min-height:44px;padding:.72rem 1rem;border-radius:5px;text-decoration:none;font-weight:650;font-size:.79rem;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.button:hover{transform:translateY(-1px)}
.button.primary{background:var(--ink);color:#fff}.button.blue{background:var(--blue);color:#fff;border-color:var(--blue)}.button.light{background:#fff;border-color:#fff}.button.small{min-height:38px;padding:.55rem .8rem;font-size:.76rem}
.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:10px;align-items:center;justify-content:center}.menu-button span,.menu-button span:before,.menu-button span:after{content:"";display:block;width:18px;height:2px;background:var(--ink);position:relative}.menu-button span:before{position:absolute;top:-6px}.menu-button span:after{position:absolute;top:6px}
.mobile-nav{display:none;border-top:1px solid var(--line);padding:.7rem 20px 1rem}.mobile-nav.open{display:grid}.mobile-nav a{padding:.8rem 0;text-decoration:none;border-bottom:1px solid var(--line);font-weight:700}
.hero{padding:clamp(3.8rem,7vw,7.5rem) 0 0}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr);gap:clamp(2rem,6vw,6rem);align-items:center}
.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:820;color:var(--blue)}
.hero h1{font-size:clamp(3rem,5.7vw,5.7rem);line-height:.98;letter-spacing:-.048em;margin:0;max-width:850px;font-weight:700}
.hero-lead{font-size:clamp(1.03rem,1.5vw,1.32rem);line-height:1.5;max-width:660px;color:#3d403b;margin:1.7rem 0 0}
.hero-detail{max-width:620px;color:#5a5d56;margin:1rem 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}.micro{font-size:.78rem;color:#666961;margin:.8rem 0 0}
.hero-side{position:relative;min-height:350px;display:flex;align-items:flex-end;justify-content:flex-end}
.hero-note{width:min(310px,84%);background:var(--accent);color:var(--ink);padding:2rem;border-radius:2px 2px 18px 2px;position:relative;z-index:2;box-shadow:0 18px 45px rgba(82,61,0,.18)}
.hero-note:after{content:"";position:absolute;right:0;top:0;width:52px;height:52px;background:linear-gradient(135deg,var(--paper) 0 50%,transparent 51%)}
.hero-note strong{display:block;font-size:clamp(3.1rem,6vw,5.7rem);line-height:.9;letter-spacing:-.045em}.hero-note h2{font-size:1rem;margin:.8rem 0 1.4rem}.hero-note p{font-size:.84rem;margin:0;max-width:190px;color:rgba(27,27,26,.72)}
.hero-circle{position:absolute;top:4%;left:4%;width:180px;height:180px;border:1px solid rgba(10,99,184,.35);border-radius:50%}.hero-circle:before,.hero-circle:after{content:"";position:absolute;border:1px solid rgba(10,99,184,.22);border-radius:50%;inset:23px}.hero-circle:after{inset:50px}
.product-stage{margin-top:clamp(3rem,6vw,6rem);position:relative}
.product-stage:before{content:"";display:block;position:absolute;inset:28% 0 0;background:#e7e1c8}
.product-window{position:relative;z-index:2;border-radius:18px 18px 0 0;background:#fff;border:1px solid #cbd5dc;box-shadow:0 28px 70px rgba(24,40,51,.16);overflow:hidden}
.window-bar{height:52px;background:#1b1b1a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.1rem;font-size:.78rem}.window-dots{display:flex;gap:7px}.window-dots span{width:8px;height:8px;background:rgba(255,255,255,.6);border-radius:50%}
.course-preview{display:grid;grid-template-columns:255px 1fr;min-height:550px;background:#f8fafb}.course-sidebar{padding:1.1rem;background:#f0f4f6;border-right:1px solid #d9e1e6}.course-sidebar h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#6d7881;margin:.2rem .2rem .8rem}.lesson-row{display:grid;grid-template-columns:30px 1fr;gap:.7rem;align-items:center;padding:.72rem .65rem;border-radius:10px;color:#46535d;font-size:.78rem}.lesson-row span:first-child{width:28px;height:28px;border-radius:50%;border:1px solid #c6d0d7;display:grid;place-items:center;font-weight:780}.lesson-row.active{background:#fff;color:#0c2030;box-shadow:0 6px 18px rgba(15,40,57,.07)}.lesson-row.active span:first-child{background:var(--blue);color:#fff;border-color:var(--blue)}
.course-main{padding:clamp(1.3rem,3vw,2.3rem)}.course-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.course-kicker{font-size:.72rem;color:var(--blue);font-weight:820;text-transform:uppercase;letter-spacing:.1em}.course-head h3{font-size:clamp(1.45rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.035em;margin:.45rem 0}.progress-pill{font-size:.72rem;border:1px solid #ccd7de;border-radius:999px;padding:.48rem .7rem;white-space:nowrap}.course-tabs{display:flex;gap:.45rem;margin:1.4rem 0 1rem;overflow:auto}.course-tab{border:1px solid #cbd5dc;background:#fff;padding:.58rem .82rem;border-radius:8px;font-size:.73rem;font-weight:760;color:#46535d}.course-tab.active{background:#1b1b1a;color:#fff;border-color:#1b1b1a}
.lesson-panel{display:none}.lesson-panel.active{display:block}.study-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.content-card{background:#fff;border:1px solid #d7e0e5;border-radius:12px;padding:1.05rem}.content-card h4{font-size:.85rem;margin:0 0 .6rem}.content-card p,.content-card li{font-size:.78rem;color:#53616b}.content-card ul{padding-left:1.1rem;margin:.5rem 0}.law-chip{display:inline-flex;padding:.45rem .62rem;border-radius:999px;background:var(--blue-soft);color:var(--blue-dark);font-size:.7rem;font-weight:800;margin:.25rem .25rem .25rem 0}.case-card{background:#1b1b1a;color:#fff;border-radius:12px;padding:1.05rem}.case-card p{font-size:.78rem;color:rgba(255,255,255,.72)}.case-facts{display:flex;flex-wrap:wrap;gap:.35rem}.case-facts span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);padding:.4rem .55rem;border-radius:999px;font-size:.68rem}
.independent-strip{background:#1b1b1a;color:#fff;padding:1rem 0}.independent-strip .shell{display:flex;gap:1rem;align-items:flex-start}.strip-icon{flex:0 0 29px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--ink)}.independent-strip p{margin:.1rem 0;font-size:.8rem;color:rgba(255,255,255,.77)}.independent-strip strong{color:#fff}
.metrics{background:#fff;border-bottom:1px solid var(--line)}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr)}.metric{padding:1.7rem;border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric strong{display:block;font-size:1.45rem;letter-spacing:-.035em}.metric span{font-size:.74rem;color:#666960}
.section{padding:clamp(4rem,8vw,8rem) 0}.section.soft{background:var(--paper-2)}.section.dark{background:#0b0d0c;color:#fff}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:clamp(2rem,4vw,3.8rem)}.section-head h2{font-size:clamp(2.35rem,4.7vw,4.8rem);line-height:1;letter-spacing:-.045em;margin:0;max-width:780px;font-weight:700}.section-head p{margin:0;color:#5d6059;max-width:540px;justify-self:end}.dark .section-head p{color:rgba(255,255,255,.62)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.feature-card{background:var(--paper);padding:clamp(1.5rem,3vw,2.4rem);min-height:270px;display:flex;flex-direction:column}.feature-card .number{font-size:.72rem;font-weight:820;color:var(--blue);margin-bottom:auto}.feature-card h3{font-size:1.3rem;letter-spacing:-.025em;margin:2rem 0 .6rem}.feature-card p{font-size:.84rem;color:#5c5f58;margin:0}.feature-icon{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;margin-top:1.5rem;color:var(--blue)}.feature-icon svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7}
.walkthrough{display:grid;grid-template-columns:320px 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.walkthrough-menu{position:sticky;top:116px}.walkthrough-menu button{width:100%;display:grid;grid-template-columns:40px 1fr;gap:.75rem;text-align:left;padding:1rem 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:#6a6d66}.walkthrough-menu button.active{color:var(--ink)}.walkthrough-menu b{font-size:.75rem}.walkthrough-menu strong{font-size:.94rem}.walkthrough-menu small{display:block;font-size:.72rem;color:#73766f;margin-top:.2rem}.walkthrough-view{min-height:650px;background:#fff;border:1px solid #cbd4d9;border-radius:18px;padding:1.2rem;box-shadow:0 24px 60px rgba(31,46,55,.11)}
.view-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e6ea;padding:.5rem .2rem 1rem}.view-toolbar strong{font-size:.85rem}.view-toolbar span{font-size:.72rem;color:#73808a}.view-layout{display:grid;grid-template-columns:180px 1fr;gap:1rem;padding-top:1rem}.view-sidebar{background:#f2f5f6;border-radius:12px;padding:.8rem}.view-sidebar div{font-size:.72rem;padding:.65rem;border-radius:8px;margin-bottom:.25rem}.view-sidebar div.active{background:#fff;font-weight:780;color:var(--blue)}.view-content{padding:.7rem}.view-content h3{font-size:2rem;line-height:1.04;letter-spacing:-.04em;margin:.5rem 0}.view-content>p{font-size:.85rem;color:#647078}.view-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1.3rem}.view-card{border:1px solid #d8e1e6;border-radius:12px;padding:1rem}.view-card b{display:block;font-size:.8rem}.view-card p{font-size:.72rem;color:#647078}.view-card.accent{background:#0b2033;color:#fff}.view-card.accent p{color:rgba(255,255,255,.65)}
.atlas-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,6vw,6rem);align-items:center}.atlas-copy h2{font-size:clamp(2.5rem,5vw,5.3rem);line-height:.95;letter-spacing:-.055em;margin:.8rem 0 1.3rem}.atlas-copy p{color:rgba(255,255,255,.65);max-width:560px}.atlas-list{display:grid;gap:.9rem;margin-top:2rem}.atlas-item{display:grid;grid-template-columns:36px 1fr;gap:.7rem;align-items:start;border-top:1px solid var(--line-dark);padding-top:.9rem}.atlas-item b{font-size:.7rem;color:#7db9eb}.atlas-item span{font-size:.82rem;color:rgba(255,255,255,.78)}
.atlas-ui{background:#f4f2e8;color:var(--ink);border-radius:16px;padding:1rem;min-height:560px}.atlas-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:.2rem .2rem 1rem}.atlas-brand{display:flex;gap:.7rem;align-items:center}.atlas-mark{width:38px;height:38px;border-radius:10px;background:var(--blue);display:grid;place-items:center;color:#fff;font-weight:900}.atlas-brand strong{display:block;font-size:.82rem}.atlas-brand span{display:block;font-size:.67rem;color:#777a73}.atlas-search{font-size:.7rem;color:#777a73;border:1px solid var(--line);padding:.55rem .7rem;border-radius:8px;background:#fff}.atlas-case{padding:1.2rem .4rem}.atlas-case h3{font-size:1.6rem;line-height:1.08;letter-spacing:-.04em}.fact-chips{display:flex;flex-wrap:wrap;gap:.35rem}.fact-chips span{font-size:.67rem;border:1px solid var(--line);padding:.42rem .55rem;border-radius:999px;background:#fff}.stream-card{margin-top:.7rem;padding:.9rem;border:1px solid var(--line);border-radius:10px;background:#fff}.stream-card.active{border-color:var(--blue);box-shadow:inset 4px 0 0 var(--blue)}.stream-card b{display:block;font-size:.78rem}.stream-card span{font-size:.7rem;color:#71746e}.source-row{margin-top:1rem;background:#e7e1c8;border-radius:10px;padding:1rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.source-row strong{font-size:.76rem}.source-row span{display:block;font-size:.68rem;color:#5e6870}.source-row a{font-size:.68rem;font-weight:800;color:var(--blue)}
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.method-card{padding:1.5rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:220px}.method-card b{font-size:.7rem;color:var(--blue)}.method-card h3{margin:3rem 0 .5rem;font-size:1.25rem}.method-card p{margin:0;font-size:.82rem;color:#61645d}
.access-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,6vw,6rem);align-items:start}.access-copy h2{font-size:clamp(2.5rem,5vw,5.2rem);line-height:.96;letter-spacing:-.055em;margin:.8rem 0 1.2rem}.access-copy p{color:#5f625b}.access-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.access-row{display:grid;grid-template-columns:1fr auto;gap:1.5rem;padding:1.6rem;border-bottom:1px solid var(--line);align-items:center}.access-row:last-child{border-bottom:0}.access-row h3{font-size:1.2rem;margin:0}.access-row p{font-size:.8rem;color:#62665e;margin:.45rem 0 0;max-width:620px}.price{font-size:2rem;font-weight:820;letter-spacing:-.045em;text-align:right}.price small{display:block;font-size:.66rem;color:#696c65;letter-spacing:0}.access-actions{display:flex;gap:.6rem;justify-content:flex-end;margin-top:.9rem}.access-note{font-size:.73rem;color:#6f726b;margin-top:1rem}
.faq-grid{display:grid;grid-template-columns:.6fr 1.4fr;gap:4rem}.faq-grid h2{font-size:clamp(2.5rem,5vw,4.6rem);line-height:.96;letter-spacing:-.05em;margin:0}.faq-list details{border-top:1px solid var(--line);padding:1rem 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;font-weight:780;padding-right:2rem;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;top:0}.faq-list details[open] summary:after{content:"−"}.faq-list p{font-size:.84rem;color:#60635c;max-width:760px}
.site-footer{background:#0b0d0c;color:#fff;padding:3rem 0 1.4rem}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:2rem;border-bottom:1px solid var(--line-dark);padding-bottom:2.3rem}.footer-brand img{width:240px;filter:brightness(0) invert(1)}.footer-brand p{font-size:.78rem;color:rgba(255,255,255,.58);max-width:520px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer-links strong{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#86bce9;margin-bottom:.7rem}.footer-links a{display:block;font-size:.78rem;color:rgba(255,255,255,.74);text-decoration:none;margin:.4rem 0}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.2rem;font-size:.68rem;color:rgba(255,255,255,.44)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
/* inner pages */
.inner-main{min-height:70vh;padding:clamp(3.5rem,8vw,7rem) 0}.inner-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,6rem);align-items:start}.inner-copy h1{font-size:clamp(3rem,6vw,6rem);line-height:.93;letter-spacing:-.04em;margin:0}.inner-copy p{color:#5c5f58;max-width:560px}.form-card,.legal-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(1.3rem,3vw,2.2rem)}.form-card h2{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:grid;gap:.38rem}.field.full{grid-column:1/-1}.field label{font-size:.72rem;font-weight:780}.field input,.field select,.field textarea{width:100%;border:1px solid #c8cec8;background:#fbfbf8;border-radius:9px;padding:.78rem;color:var(--ink)}.field textarea{min-height:150px;resize:vertical}.check-row{display:flex;gap:.6rem;align-items:flex-start;font-size:.75rem;color:#5f625b}.form-actions{display:flex;gap:.6rem;align-items:center;margin-top:1.2rem}.form-status{font-size:.76rem;color:var(--green);min-height:1.2em;margin-top:.7rem}.option-card{display:flex;gap:.8rem;padding:1rem;border:1px solid var(--line);border-radius:12px;margin:.7rem 0;background:#fff}.option-card input{margin-top:.25rem}.option-card strong{display:block}.option-card p{font-size:.76rem;margin:.25rem 0 0;color:#62655e}.legal-page{max-width:850px;margin:auto}.legal-page h1{font-size:clamp(2.8rem,6vw,5.6rem);line-height:.95;letter-spacing:-.04em}.legal-section{border-top:1px solid var(--line);padding:1.5rem 0}.legal-section h2{font-size:1.4rem}.legal-section p,.legal-section li{font-size:.86rem;color:#5b5e57}.notice{background:#e1edf7;border-left:4px solid var(--blue);padding:1rem;border-radius:0 10px 10px 0;font-size:.78rem;color:#435260}
.component-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.component-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.2rem}.component-box h3{margin-top:0;font-size:1rem}.status{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.42rem .62rem;font-size:.68rem;font-weight:800}.status.active{background:#e7f5ef;color:#116146}.status.trial{background:#e1edf7;color:#075398}.status.expired{background:#f2e5e3;color:#8e3127}
@media(max-width:1080px){.nav-links{display:none}.menu-button{display:flex}.hero-grid,.atlas-grid,.access-layout,.inner-grid{grid-template-columns:1fr}.hero-side{min-height:280px}.feature-grid{grid-template-columns:repeat(2,1fr)}.walkthrough{grid-template-columns:1fr}.walkthrough-menu{position:static;display:flex;overflow:auto;border-bottom:1px solid var(--line)}.walkthrough-menu button{min-width:220px;border-bottom:0;border-right:1px solid var(--line)}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.faq-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.course-preview{grid-template-columns:200px 1fr}.method-grid{grid-template-columns:repeat(2,1fr)}.component-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.site-stage{padding:0}.site-frame{border-radius:0}.shell{width:min(100% - 28px,var(--content))}.nav{min-height:68px}.brand img{width:184px}.nav-actions>.button{display:none}.hero{padding-top:3.3rem}.hero h1{font-size:clamp(3rem,16vw,4.8rem)}.hero-side{min-height:230px}.hero-note{width:88%;padding:1.35rem}.hero-note strong{font-size:3.6rem}.product-stage{margin-inline:-14px}.product-window{border-radius:0}.course-preview{grid-template-columns:1fr;min-height:auto}.course-sidebar{display:none}.course-main{padding:1rem}.course-head{display:block}.progress-pill{display:inline-block;margin-top:.5rem}.study-grid,.view-card-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0}.section-head{grid-template-columns:1fr;align-items:start}.section-head p{justify-self:start}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:220px}.walkthrough-view{min-height:530px;padding:.7rem}.view-layout{grid-template-columns:1fr}.view-sidebar{display:flex;overflow:auto}.view-sidebar div{min-width:max-content}.atlas-ui{min-height:auto}.source-row{align-items:flex-start;flex-direction:column}.method-grid{grid-template-columns:1fr}.access-row{grid-template-columns:1fr}.price{text-align:left}.access-actions{justify-content:flex-start}.faq-grid{gap:2rem}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.component-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}


/* application, account, checkout and admin surfaces */
.app-body{background:#171716;color:var(--ink)}
.app-stage{min-height:100vh;padding:18px}
.app-shell{min-height:calc(100vh - 36px);max-width:1500px;margin:auto;background:#f5f4ea;border-radius:5px;overflow:hidden;display:grid;grid-template-columns:248px 1fr;box-shadow:var(--shadow)}
.app-sidebar{background:#1b1b1a;color:#fff;padding:1.15rem;display:flex;flex-direction:column;gap:1.3rem}
.app-sidebar .brand img{width:205px;filter:brightness(0) invert(1)}
.app-nav{display:grid;gap:.35rem}
.app-nav a{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:rgba(255,255,255,.65);font-size:.8rem;font-weight:680;padding:.72rem .75rem;border-radius:10px}
.app-nav a:hover,.app-nav a.active{background:rgba(255,255,255,.1);color:#fff}
.nav-glyph{width:26px;height:26px;border:1px solid rgba(255,255,255,.16);border-radius:8px;display:grid;place-items:center;font-size:.68rem;font-weight:800}
.sidebar-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.38);margin:.35rem .75rem 0}
.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:1rem}
.sidebar-user{display:flex;align-items:center;gap:.7rem}.avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);display:grid;place-items:center;color:var(--ink);font-weight:800;font-size:.75rem}.sidebar-user strong{display:block;font-size:.75rem}.sidebar-user span{display:block;font-size:.65rem;color:rgba(255,255,255,.48)}
.app-main{min-width:0;background:#f5f4ea}
.app-topbar{min-height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.6rem;background:rgba(245,244,234,.95);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.app-topbar h1{font-size:1.05rem;margin:0;letter-spacing:-.02em}.app-topbar p{font-size:.68rem;color:#777a72;margin:.12rem 0 0}.topbar-actions{display:flex;align-items:center;gap:.6rem}
.app-content{padding:clamp(1.1rem,3vw,2.2rem)}
.app-intro{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.5rem}.app-intro h2{font-size:clamp(2rem,3.7vw,4.1rem);line-height:1;letter-spacing:-.045em;margin:.4rem 0 0;font-weight:700}.app-intro p{max-width:520px;color:#64675f;font-size:.82rem;margin:0}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:.8rem}.kpi-card,.panel{background:#fff;border:1px solid var(--line);border-radius:15px}.kpi-card{padding:1.15rem}.kpi-card span{display:block;font-size:.67rem;color:#777a72}.kpi-card strong{display:block;font-size:1.75rem;letter-spacing:-.04em;margin:.55rem 0 .2rem}.kpi-card small{font-size:.66rem;color:#6f726b}
.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:.8rem}.panel{padding:1.15rem;min-width:0}.panel + .panel{margin-top:.8rem}.panel-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.panel-head h3{font-size:.92rem;margin:0}.panel-head p{font-size:.68rem;color:#74776f;margin:.2rem 0 0}.panel-link{font-size:.7rem;font-weight:780;color:var(--blue);text-decoration:none}
.progress-summary{display:grid;grid-template-columns:115px 1fr;gap:1.2rem;align-items:center}.progress-ring{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--accent) 0 31%,#e2e5df 31%)}.progress-ring:before{content:"";width:82px;height:82px;border-radius:50%;background:#fff;position:absolute}.progress-ring{position:relative}.progress-ring strong{position:relative;z-index:1;font-size:1.35rem}.progress-lines{display:grid;gap:.7rem}.progress-line{display:grid;grid-template-columns:1fr auto;gap:.7rem;align-items:center}.progress-track{grid-column:1/-1;height:6px;background:#e8eae5;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--blue);border-radius:inherit}.progress-line span,.progress-line b{font-size:.72rem}
.list-stack{display:grid;gap:.6rem}.list-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.8rem;border:1px solid var(--line);border-radius:11px;background:#fbfbf8}.list-row strong{font-size:.76rem}.list-row span{display:block;font-size:.66rem;color:#777a72}.row-meta{text-align:right;white-space:nowrap}.row-meta b{display:block;font-size:.7rem}.row-meta small{font-size:.62rem;color:#7b7e76}
.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#787b73;padding:.65rem;border-bottom:1px solid var(--line)}.data-table td{font-size:.7rem;padding:.78rem .65rem;border-bottom:1px solid var(--line);vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.table-scroll{overflow:auto}.muted{color:#74776f}.inline-status{display:inline-flex;padding:.34rem .52rem;border-radius:999px;font-size:.61rem;font-weight:800}.inline-status.good{background:#e7f5ef;color:#116146}.inline-status.info{background:#e1edf7;color:#075398}.inline-status.wait{background:#f7eedb;color:#835b05}.inline-status.neutral{background:#eeefeb;color:#555951}
.action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.action-tile{border:1px solid var(--line);border-radius:12px;padding:1rem;text-decoration:none;background:#fbfbf8}.action-tile:hover{border-color:var(--blue)}.action-tile strong{font-size:.78rem}.action-tile p{font-size:.66rem;color:#73766e;margin:.35rem 0 0}
.empty-state{padding:2rem 1rem;text-align:center;border:1px dashed #c8ccc5;border-radius:12px;background:#fafaf7}.empty-state strong{display:block;font-size:.86rem}.empty-state p{font-size:.7rem;color:#74776f;max-width:430px;margin:.4rem auto 0}
.app-mobile-toggle{display:none}
.checkout-main{min-height:100vh;background:#f5f4ea;padding:clamp(1rem,4vw,3rem)}.checkout-wrap{max-width:1120px;margin:auto}.checkout-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.checkout-head .brand img{width:220px}.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:start}.checkout-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(1.2rem,3vw,2rem)}.checkout-title h1{font-size:clamp(2.35rem,4.8vw,4.8rem);line-height:1;letter-spacing:-.045em;margin:.6rem 0 1rem;font-weight:700}.checkout-title p{color:#64675f;max-width:620px}.checkout-card h2{font-size:1rem;margin:0 0 1rem}.secure-row{display:flex;align-items:center;gap:.6rem;font-size:.68rem;color:#6f726b;margin-top:.9rem}.order-line{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--line)}.order-line:last-child{border-bottom:0}.order-line strong{font-size:.78rem}.order-line span{font-size:.72rem;color:#686b64}.order-total strong{font-size:1.25rem}.checkout-note{font-size:.68rem;color:#74776f;background:#eef3f6;border-left:3px solid var(--blue);padding:.8rem;border-radius:0 8px 8px 0}.payment-placeholder{border:1px solid #c8cec8;background:#fbfbf8;border-radius:9px;padding:.85rem;color:#777a72;font-size:.75rem}.page-message{max-width:720px;margin:12vh auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:clamp(1.4rem,4vw,3rem);text-align:center}.page-message .message-icon{width:58px;height:58px;border-radius:50%;margin:0 auto 1rem;display:grid;place-items:center;background:#e7f5ef;color:#116146;font-weight:900;font-size:1.4rem}.page-message .message-icon.cancel{background:#f2e5e3;color:#8e3127}.page-message h1{font-size:clamp(2rem,5vw,4rem);letter-spacing:-.04em;line-height:.98;margin:.5rem 0}.page-message p{color:#64675f}.message-actions{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-top:1.4rem}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.account-banner{background:#1b1b1a;color:#fff;border-radius:15px;padding:1.2rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.8rem}.account-banner h3{margin:0;font-size:1rem}.account-banner p{font-size:.7rem;color:rgba(255,255,255,.64);margin:.3rem 0 0}.account-banner .status{white-space:nowrap}
@media(max-width:1100px){.app-shell{grid-template-columns:210px 1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.checkout-grid{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}}
@media(max-width:760px){.app-stage{padding:0}.app-shell{border-radius:0;display:block}.app-sidebar{position:fixed;inset:0 18% 0 0;z-index:60;transform:translateX(-105%);transition:transform .2s ease}.app-sidebar.open{transform:none}.app-mobile-toggle{display:inline-flex}.app-topbar{padding:0 .9rem}.topbar-actions .language-toggle{display:none}.app-content{padding:1rem}.app-intro{display:block}.app-intro p{margin-top:1rem}.kpi-grid{grid-template-columns:1fr 1fr}.progress-summary{grid-template-columns:1fr}.progress-ring{margin:auto}.action-grid{grid-template-columns:1fr}.checkout-main{padding:1rem}.checkout-head .brand img{width:185px}.checkout-head>.button{display:none}.account-banner{align-items:flex-start;flex-direction:column}}
@media(max-width:470px){.kpi-grid{grid-template-columns:1fr}.topbar-actions>.button{display:none}}


/* Custom CBST interface icon system — original 24px outline geometry */
.icon-sprite{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none}
.ui-icon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ui-icon.sm{width:.95em;height:.95em}.ui-icon.lg{width:1.55em;height:1.55em}
.feature-icon .ui-icon{width:32px;height:32px}
.strip-icon .ui-icon{width:16px;height:16px}
.nav-glyph .ui-icon{width:15px;height:15px}
.message-icon .ui-icon{width:27px;height:27px}
.button .ui-icon{width:15px;height:15px}
.icon-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);margin-top:1rem}
.icon-swatch{background:var(--paper);min-height:126px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}
.icon-swatch .ui-icon{width:28px;height:28px}.icon-swatch span{font-size:.68rem;color:#65675f}

/* Typography and shape rules aligned to the Gearup reference */
h1,h2,h3,h4,strong{font-variation-settings:"wght" 700}
.hero-lead,.section-head>p,.app-intro>p,.checkout-title>p{font-weight:450}
.eyebrow{color:var(--ink);font-size:.65rem;font-weight:700;letter-spacing:.12em}
.button.primary,.button.blue{background:var(--ink);color:#fff;border-color:var(--ink)}
.button.accent{background:var(--accent);color:var(--ink);border-color:var(--accent)}
.hero-actions .button.primary,.access-card .button.blue,.checkout-card .button.blue{background:var(--accent);color:var(--ink);border-color:var(--accent)}
.language-toggle button[aria-pressed="true"]{background:var(--ink);color:#fff}
.law-chip{background:var(--accent-soft);color:var(--accent-dark)}
.inline-status.info{background:var(--accent-soft);color:var(--accent-dark)}
.panel-link{color:#6a4b00}
.progress-fill{background:var(--accent)}
.action-tile:hover{border-color:var(--accent)}
.checkout-note{background:#fff4ca;border-left-color:var(--accent)}
.course-kicker{color:#6a4b00}
.lesson-row.active span:first-child{background:var(--accent);color:var(--ink);border-color:var(--accent)}
.site-header{background:rgba(245,244,234,.95)}
.hero-note h2,.hero-note strong{color:var(--ink)}
.nav-glyph{border-radius:5px}
.kpi-card,.panel,.checkout-card,.component-box,.action-tile,.list-row{border-radius:8px}
.product-window{border-radius:8px 8px 0 0}
.course-tab,.content-card,.case-card,.view-card,.stream-card{border-radius:6px}
@media(max-width:900px){.icon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:520px){.icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* --------------------------------------------------------------------------
   V4 readability and scale correction
   A consistent type and icon scale for website, customer, checkout and admin.
   -------------------------------------------------------------------------- */
:root{
  --type-caption:.75rem;
  --type-small:.875rem;
  --type-body:1rem;
  --type-body-lg:1.125rem;
  --type-heading-sm:1.25rem;
  --type-heading-md:1.5rem;
  --icon-inline:20px;
  --icon-small:18px;
  --icon-medium:24px;
  --icon-large:30px;
}
body{font-size:var(--type-body);line-height:1.6}

/* Shared navigation and controls */
.nav-links a{font-size:var(--type-small)}
.language-toggle button{min-width:36px;min-height:36px;padding:.45rem .65rem;font-size:var(--type-caption)}
.button{min-height:46px;padding:.75rem 1.05rem;font-size:var(--type-small);line-height:1.25}
.button.small{min-height:42px;padding:.62rem .9rem;font-size:var(--type-small)}
.mobile-nav a{min-height:48px;display:flex;align-items:center;font-size:var(--type-body)}

/* Public website typography */
.eyebrow{font-size:var(--type-caption);line-height:1.35}
.hero h1{font-size:clamp(2.85rem,5.2vw,5.1rem);line-height:1;letter-spacing:-.043em}
.hero-lead{font-size:clamp(1.08rem,1.45vw,1.25rem);line-height:1.55}
.hero-detail{font-size:var(--type-body);line-height:1.65}
.micro{font-size:var(--type-small)}
.hero-note strong{font-size:clamp(3rem,5.2vw,4.8rem)}
.hero-note h2{font-size:var(--type-body-lg);line-height:1.35}
.hero-note p{font-size:var(--type-small);line-height:1.55;max-width:220px}
.window-bar{font-size:var(--type-small)}
.course-sidebar h3,.lesson-row{font-size:var(--type-small)}
.course-kicker,.progress-pill{font-size:var(--type-caption)}
.course-head h3{font-size:clamp(1.65rem,2.7vw,2.2rem);line-height:1.1}
.course-tab{min-height:42px;font-size:var(--type-small)}
.content-card h4{font-size:var(--type-body)}
.content-card p,.content-card li,.case-card p{font-size:var(--type-small);line-height:1.6}
.law-chip,.case-facts span{font-size:var(--type-caption)}
.independent-strip p{font-size:var(--type-small);line-height:1.55}
.metric strong{font-size:1.75rem}
.metric span{font-size:var(--type-small)}
.section-head h2{font-size:clamp(2.15rem,4.1vw,4rem);line-height:1.03;letter-spacing:-.04em}
.section-head p{font-size:var(--type-body);line-height:1.65}
.feature-card .number{font-size:var(--type-caption)}
.feature-card h3{font-size:1.4rem;line-height:1.25}
.feature-card p{font-size:var(--type-body);line-height:1.6}
.walkthrough-menu b{font-size:.8rem}
.walkthrough-menu strong{font-size:var(--type-body)}
.walkthrough-menu small{font-size:var(--type-small);line-height:1.45}
.view-toolbar strong,.view-toolbar span,.view-sidebar div{font-size:var(--type-small)}
.view-content h3{font-size:clamp(1.6rem,2.5vw,2rem)}
.view-content>p{font-size:var(--type-body)}
.view-card b{font-size:var(--type-small)}
.view-card p{font-size:var(--type-small);line-height:1.55}
.atlas-copy h2,.access-copy h2,.faq-grid h2{font-size:clamp(2.2rem,4.4vw,4.15rem);line-height:1}
.atlas-copy p,.access-copy p,.faq-list p{font-size:var(--type-body);line-height:1.65}
.atlas-item b{font-size:var(--type-caption)}
.atlas-item span{font-size:var(--type-small);line-height:1.55}
.atlas-brand strong{font-size:var(--type-small)}
.atlas-brand span,.atlas-search,.fact-chips span,.stream-card span,.source-row span,.source-row a{font-size:var(--type-caption)}
.atlas-case h3{font-size:1.75rem}
.stream-card b,.source-row strong{font-size:var(--type-small)}
.method-card b{font-size:var(--type-caption)}
.method-card h3{font-size:1.35rem}
.method-card p{font-size:var(--type-body);line-height:1.6}
.access-row h3{font-size:1.3rem}
.access-row p{font-size:var(--type-small);line-height:1.6}
.price{font-size:2.15rem}
.price small,.access-note{font-size:var(--type-small)}
.site-footer{line-height:1.55}
.footer-brand p,.footer-links a{font-size:var(--type-small)}
.footer-links strong{font-size:var(--type-caption)}
.footer-bottom{font-size:var(--type-caption)}

/* Inner pages, forms, legal and component library */
.inner-copy h1{font-size:clamp(2.65rem,5vw,4.6rem);line-height:.98;letter-spacing:-.04em}
.inner-copy p{font-size:var(--type-body);line-height:1.65}
.form-card h2,.checkout-card h2{font-size:var(--type-heading-sm);line-height:1.3}
.field label{font-size:var(--type-small)}
.field input,.field select,.field textarea{min-height:48px;font-size:var(--type-body)}
.check-row{font-size:var(--type-small);line-height:1.55}
.form-status,.option-card p{font-size:var(--type-small)}
.legal-page h1{font-size:clamp(2.6rem,5vw,4.4rem)}
.legal-section h2{font-size:var(--type-heading-md)}
.legal-section p,.legal-section li{font-size:var(--type-body);line-height:1.7}
.notice{font-size:var(--type-small);line-height:1.55}
.component-box h3{font-size:var(--type-heading-sm)}
.component-box p{font-size:var(--type-small);line-height:1.55}
.status{font-size:var(--type-caption)}
.icon-swatch span{font-size:var(--type-small)}

/* Customer account and administration */
.app-nav a{min-height:48px;font-size:var(--type-small)}
.sidebar-label{font-size:var(--type-caption)}
.avatar{font-size:var(--type-small)}
.sidebar-user strong{font-size:var(--type-small)}
.sidebar-user span{font-size:var(--type-caption)}
.app-topbar h1{font-size:var(--type-heading-sm)}
.app-topbar p{font-size:var(--type-small)}
.app-intro h2{font-size:clamp(2.15rem,3.4vw,3.45rem);line-height:1.03;letter-spacing:-.04em}
.app-intro p{font-size:var(--type-body);line-height:1.6}
.kpi-card span{font-size:var(--type-small)}
.kpi-card strong{font-size:2rem}
.kpi-card small{font-size:.8rem;line-height:1.45}
.panel-head h3{font-size:var(--type-body-lg)}
.panel-head p,.panel-link{font-size:var(--type-small)}
.progress-line span,.progress-line b{font-size:var(--type-small)}
.list-row strong{font-size:.95rem}
.list-row span{font-size:.8rem}
.row-meta b{font-size:var(--type-small)}
.row-meta small{font-size:var(--type-caption)}
.data-table th{font-size:var(--type-caption)}
.data-table td{font-size:var(--type-small);line-height:1.45}
.inline-status{font-size:var(--type-caption)}
.action-tile strong{font-size:.95rem}
.action-tile p{font-size:var(--type-small);line-height:1.5}
.empty-state strong{font-size:1rem}
.empty-state p{font-size:var(--type-small)}
.account-banner h3{font-size:var(--type-body-lg)}
.account-banner p{font-size:var(--type-small);line-height:1.55}

/* Checkout and payment states */
.checkout-title h1{font-size:clamp(2.55rem,4.5vw,3.8rem);line-height:1.02;letter-spacing:-.04em}
.checkout-title p{font-size:var(--type-body);line-height:1.65}
.secure-row,.checkout-note{font-size:var(--type-small);line-height:1.55}
.order-line strong{font-size:var(--type-body)}
.order-line span{font-size:var(--type-small)}
.order-total strong{font-size:1.4rem}
.payment-placeholder{font-size:var(--type-small)}
.page-message h1{font-size:clamp(2.25rem,4.5vw,3.6rem);line-height:1}
.page-message p{font-size:var(--type-body);line-height:1.65}

/* One predictable icon scale across all product surfaces */
.ui-icon{width:var(--icon-inline);height:var(--icon-inline);stroke-width:1.8;vertical-align:-.2em}
.ui-icon.sm{width:var(--icon-small);height:var(--icon-small)}
.ui-icon.lg{width:var(--icon-large);height:var(--icon-large)}
.button .ui-icon{width:var(--icon-small);height:var(--icon-small)}
.feature-icon{width:52px;height:52px}
.feature-icon .ui-icon,.feature-icon svg{width:28px;height:28px}
.strip-icon{width:36px;height:36px;flex-basis:36px}
.strip-icon .ui-icon{width:20px;height:20px}
.nav-glyph{width:36px;height:36px}
.nav-glyph .ui-icon{width:20px;height:20px}
.message-icon .ui-icon{width:30px;height:30px}
.icon-swatch .ui-icon{width:32px;height:32px}

/* Compact text may wrap rather than shrink below the defined scale. */
.data-table th,.data-table td,.price small,.row-meta small,.sidebar-user span{white-space:normal}

@media(max-width:720px){
  .hero h1{font-size:clamp(2.7rem,12vw,3.75rem)}
  .hero-note strong{font-size:3.35rem}
  .section-head h2,.atlas-copy h2,.access-copy h2,.faq-grid h2{font-size:clamp(2.05rem,9vw,3rem)}
  .inner-copy h1{font-size:clamp(2.45rem,11vw,3.55rem)}
  .app-intro h2{font-size:clamp(2rem,9vw,2.8rem)}
  .checkout-title h1{font-size:clamp(2.35rem,10vw,3.2rem)}
  .feature-card{min-height:240px}
  .data-table{min-width:680px}
}


/* =========================================================
   V5 — restrained section hierarchy, plan comparison, trust UI
   ========================================================= */
:root{
  --display-section:clamp(2.25rem,4.15vw,3.55rem);
  --display-page:clamp(2.5rem,4.8vw,4rem);
  --display-app:clamp(2rem,3.6vw,3rem);
  --icon-payment:24px;
}
/* Keep the homepage hero expressive; normalize all later section/page headings. */
.section-head h2,
.atlas-copy h2,
.access-copy h2,
.faq-grid h2{
  font-size:var(--display-section)!important;
  line-height:1.04!important;
  letter-spacing:-.042em!important;
  max-width:760px;
}
.inner-copy h1,
.page-intro h1,
.legal-page h1{
  font-size:var(--display-page)!important;
  line-height:1.04!important;
  letter-spacing:-.044em!important;
}
.checkout-title h1,
.app-intro h2{
  font-size:var(--display-app)!important;
  line-height:1.08!important;
  letter-spacing:-.038em!important;
}
.access-layout{align-items:start}
.access-copy{position:sticky;top:118px}
.access-copy p:not(.eyebrow){max-width:600px}
.access-copy .access-note{font-size:.88rem;line-height:1.55}
.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.plan-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.35rem;display:flex;flex-direction:column;min-height:286px;position:relative}
.plan-card.featured{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.plan-card .plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}
.plan-icon{width:46px;height:46px;border:1px solid var(--line);border-radius:13px;display:grid;place-items:center;background:var(--paper);color:var(--ink)}
.plan-icon .ui-icon{width:24px;height:24px}
.plan-tag{display:inline-flex;align-items:center;min-height:27px;padding:.3rem .55rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-size:.72rem;font-weight:800}
.plan-card h3{font-size:1.24rem;letter-spacing:-.025em;margin:1.3rem 0 .45rem}
.plan-card p{font-size:.88rem;line-height:1.55;color:#5b5e57;margin:0 0 1.15rem}
.plan-price{font-size:2rem;font-weight:800;letter-spacing:-.05em;line-height:1;margin-top:auto}
.plan-price small{display:block;font-size:.72rem;font-weight:650;letter-spacing:0;color:#656861;margin-top:.42rem}
.plan-card .button{width:100%;margin-top:1rem}
.pricing-shell{display:grid;gap:1.25rem}
.comparison-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}
.comparison-table{width:100%;min-width:780px;border-collapse:collapse;text-align:left}
.comparison-table caption{text-align:left;padding:1.2rem 1.25rem .7rem;font-size:1.16rem;font-weight:800;letter-spacing:-.025em}
.comparison-table th,.comparison-table td{padding:.9rem 1.05rem;border-top:1px solid var(--line);vertical-align:top;font-size:.86rem}
.comparison-table thead th{background:var(--paper-2);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#5e615a}
.comparison-table tbody th{width:25%;font-weight:750;color:var(--ink)}
.comparison-table td{color:#4f524c}
.compare-yes{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;color:var(--ink)}
.compare-yes .ui-icon{width:18px;height:18px}
.payment-panel{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:1.25rem;align-items:start;background:var(--ink);color:#fff;border-radius:18px;padding:clamp(1.25rem,3vw,2rem)}
.payment-panel h3{font-size:1.35rem;letter-spacing:-.025em;margin:.2rem 0 .55rem}
.payment-panel p{font-size:.86rem;color:#c9cbc5;margin:0;line-height:1.6}
.payment-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.payment-method{min-height:92px;border:1px solid rgba(255,255,255,.18);border-radius:13px;padding:.85rem;display:flex;flex-direction:column;justify-content:space-between;background:rgba(255,255,255,.04)}
.payment-method .ui-icon{width:var(--icon-payment);height:var(--icon-payment);color:var(--accent)}
.payment-method strong{font-size:.82rem}
.payment-method span{font-size:.7rem;color:#bfc2bb;line-height:1.4;margin-top:.3rem}
.payment-disclaimer{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.16);padding-top:.9rem;font-size:.75rem!important;color:#bfc2bb!important}
.access-page-main{padding:clamp(3rem,7vw,6.5rem) 0}
.access-page-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(2rem,7vw,6rem);align-items:end;margin-bottom:2.4rem}
.access-page-intro h1{font-size:var(--display-page);line-height:1.03;letter-spacing:-.045em;margin:0}
.access-page-intro p{font-size:1.02rem;color:#565952;max-width:620px;margin:0}
.account-start{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:1.25rem;margin-top:1.25rem}
.account-start-copy{background:var(--paper-2);border:1px solid var(--line);border-radius:18px;padding:1.5rem}
.account-start-copy h2{font-size:1.65rem;letter-spacing:-.035em;margin:0 0 .65rem}
.account-start-copy p{font-size:.9rem;color:#595c55;margin:0}
.plan-choice-list{display:grid;gap:.65rem;margin-top:1rem}
.plan-choice-list a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-top:1px solid var(--line);text-decoration:none;font-size:.84rem;font-weight:750}
.checkout-plan-select{display:grid;grid-template-columns:1fr auto;gap:.7rem;align-items:end;margin:0 0 1.2rem}
.checkout-plan-select .field{margin:0}
.payment-choice-list{display:grid;gap:.7rem;margin:1rem 0}
.payment-choice{display:flex;align-items:center;gap:.75rem;border:1px solid var(--line);border-radius:12px;padding:.85rem;background:var(--paper)}
.payment-choice .ui-icon{width:24px;height:24px}
.payment-choice div{display:grid}
.payment-choice strong{font-size:.84rem}
.payment-choice span{font-size:.72rem;color:#656861}
.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}
.trust-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:1.4rem}
.trust-card .plan-icon{margin-bottom:1.1rem}
.trust-card h2{font-size:1.3rem;letter-spacing:-.025em;margin:0 0 .55rem}
.trust-card p,.trust-card li{font-size:.87rem;color:#565952;line-height:1.62}
.trust-card ul{padding-left:1.1rem;margin:.7rem 0 0}
.policy-callout{background:var(--ink);color:#fff;border-radius:18px;padding:1.5rem;margin-top:1rem}
.policy-callout h2{font-size:1.35rem;margin:0 0 .55rem;letter-spacing:-.025em}
.policy-callout p{color:#d1d3cd;font-size:.87rem;margin:0;line-height:1.6}
.legal-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}
.legal-links a{display:inline-flex;align-items:center;min-height:40px;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;font-size:.78rem;font-weight:700}
.checkout-note a,.notice a{text-underline-offset:3px}
@media(max-width:900px){
  .access-copy{position:static}
  .plan-grid,.trust-grid{grid-template-columns:1fr 1fr}
  .payment-panel,.access-page-intro,.account-start{grid-template-columns:1fr}
}
@media(max-width:640px){
  :root{--display-section:clamp(2rem,10vw,2.65rem);--display-page:clamp(2.2rem,11vw,3rem);--display-app:clamp(1.9rem,9vw,2.55rem)}
  .plan-grid,.trust-grid,.payment-methods{grid-template-columns:1fr}
  .plan-card{min-height:auto}
  .comparison-table{min-width:700px}
  .checkout-plan-select{grid-template-columns:1fr}
}


/* =========================================================
   V6 — editorial alignment and descriptive feature cards
   ========================================================= */
/* Place the label over the title and align the supporting copy with
   the title's first line. This replaces the inconsistent bottom-aligned
   two-column treatment used in earlier builds. */
.section-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);
  grid-template-areas:
    "label ."
    "title intro";
  column-gap:clamp(2rem,6vw,6rem);
  row-gap:.9rem;
  align-items:start;
}
.section-head>div{display:contents}
.section-head .eyebrow{grid-area:label;margin:0;justify-self:start;text-align:left}
.section-head h2{grid-area:title;justify-self:start;text-align:left}
.section-head>p{grid-area:intro;justify-self:start;align-self:start;margin:0;padding-top:.3rem;text-align:left;max-width:540px}

/* Apply the same editorial alignment to account and admin introductions. */
.app-intro{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);
  grid-template-areas:
    "label ."
    "title intro";
  column-gap:clamp(2rem,5vw,5rem);
  row-gap:.8rem;
  align-items:start;
}
.app-intro>div{display:contents}
.app-intro .eyebrow{grid-area:label;margin:0;justify-self:start;text-align:left}
.app-intro h2{grid-area:title;justify-self:start;text-align:left;margin:0}
.app-intro>p{grid-area:intro;justify-self:start;align-self:start;margin:0;padding-top:.25rem;text-align:left;max-width:520px}

/* Keep parallel columns anchored to the same top edge. */
.atlas-grid,.access-layout,.faq-grid,.inner-grid,.checkout-grid{align-items:start}

/* The contents cards describe categories rather than steps, so numbers are removed. */
.feature-card .number{display:none!important}
.feature-card{
  min-height:260px;
  justify-content:flex-start;
  padding:clamp(1.55rem,3vw,2.35rem);
}
.feature-icon{margin:0 0 1.5rem}
.feature-card h3{margin:0 0 .65rem;font-size:1.32rem;line-height:1.25}
.feature-card p{margin:0;max-width:34ch;font-size:.95rem;line-height:1.62}

@media(max-width:720px){
  .section-head,
  .app-intro{
    grid-template-columns:1fr;
    grid-template-areas:
      "label"
      "title"
      "intro";
    row-gap:.75rem;
  }
  .section-head>p,.app-intro>p{padding-top:.35rem}
  .feature-card{min-height:auto;padding:1.5rem}
  .feature-icon{margin-bottom:1.25rem}
}


/* =========================================================
   V7 — balanced access layout, payment methods, hover demo,
   and planned customer community
   ========================================================= */
.plan-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}
.plan-grid-four .plan-card{min-height:310px;padding:1.2rem}
.plan-grid-four .plan-card h3{font-size:1.13rem}
.plan-grid-four .plan-card p{font-size:.84rem;line-height:1.55}
.plan-grid-four .plan-price{font-size:1.75rem}
.access-tools{display:grid;gap:.9rem;margin-top:1rem}
.access-actions-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.1rem;border:1px solid var(--line);border-radius:12px;background:var(--paper)}
.access-actions-row p{margin:0;font-size:.82rem;line-height:1.55;color:#595c55;max-width:760px}
.payment-panel-v7{grid-template-columns:1fr;gap:1.1rem;margin-top:1rem}
.payment-panel-copy{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,1.2fr);grid-template-areas:"label ." "title copy";column-gap:clamp(2rem,6vw,5rem);row-gap:.45rem}
.payment-panel-copy .eyebrow{grid-area:label;margin:0;color:var(--accent)}
.payment-panel-copy h3{grid-area:title;margin:0;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15}
.payment-panel-copy>p:last-child{grid-area:copy;margin:0;padding-top:.12rem}
.payment-methods-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.payment-panel-v7 .payment-method{min-height:154px;padding:1rem}
.payment-panel-v7 .payment-method strong{font-size:.94rem}
.payment-panel-v7 .payment-method span{font-size:.76rem}
.payment-brand-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.7rem}
.payment-brand-row span{display:inline-flex!important;align-items:center;min-height:26px;padding:.22rem .42rem;border:1px solid rgba(255,255,255,.22);border-radius:5px;color:#fff!important;font-size:.62rem!important;font-weight:800;letter-spacing:.03em;margin:0!important}
.payment-security-row{display:flex;align-items:flex-start;gap:.7rem;border-top:1px solid rgba(255,255,255,.16);padding-top:1rem}
.payment-security-row .ui-icon{width:22px;height:22px;color:var(--accent);flex:0 0 auto}
.payment-security-row p{font-size:.78rem!important;max-width:none!important}

.hover-demo-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:1rem;align-items:stretch}
.hover-demo-window{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;min-height:430px;overflow:hidden;box-shadow:0 24px 60px rgba(31,46,55,.08)}
.hover-demo-toolbar{height:58px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.45rem;padding:0 1.1rem;font-size:.74rem;color:#696c65}
.hover-demo-toolbar strong{margin-left:.4rem;color:var(--ink);font-size:.82rem}
.hover-demo-toolbar>span:last-child{margin-left:auto}
.window-dot{width:8px;height:8px;border-radius:50%;background:#d6d7cf}
.hover-demo-content{position:relative;padding:clamp(1.6rem,4vw,3.2rem);min-height:370px}
.hover-demo-content h3{font-size:clamp(1.7rem,3.2vw,2.65rem);letter-spacing:-.04em;line-height:1.05;margin:.7rem 0 1rem;max-width:540px}
.hover-demo-content>p{color:#62655e;max-width:600px}
.term-demo-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:.38rem;font-size:1.02rem;line-height:1.8;margin-top:1.35rem;max-width:660px}
.hover-term-wrap{position:relative;display:inline-flex}
.hover-term{border:0;border-bottom:2px solid var(--accent);background:var(--accent-soft);color:var(--ink);font:inherit;font-weight:780;padding:.05rem .28rem;border-radius:4px;cursor:help}
.hover-term:focus-visible{outline:3px solid rgba(255,191,0,.35);outline-offset:3px}
.term-tooltip{position:absolute;left:50%;bottom:calc(100% + 14px);width:min(310px,78vw);transform:translate(-50%,8px);opacity:0;visibility:hidden;background:var(--ink);color:#fff;border-radius:12px;padding:1rem;display:grid;gap:.35rem;z-index:5;box-shadow:0 18px 50px rgba(0,0,0,.22);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.term-tooltip:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:var(--ink);transform:translateX(-50%) rotate(45deg)}
.term-tooltip .tooltip-label{color:var(--accent);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.term-tooltip strong{font-size:.95rem}
.term-tooltip>span:not(.tooltip-label):not(.tooltip-link){font-size:.76rem;line-height:1.5;color:#d5d7d1}
.tooltip-link{font-size:.72rem;color:#fff;font-weight:760;margin-top:.2rem}
.hover-term:hover+.term-tooltip,.hover-term:focus+.term-tooltip,.hover-demo-window.is-open .term-tooltip{opacity:1;visibility:visible;transform:translate(-50%,0)}
.hover-demo-note{font-size:.78rem!important;margin-top:2rem;color:#777a72!important}
.demo-cursor{position:absolute;left:43%;top:63%;width:28px;height:28px;color:var(--ink);filter:drop-shadow(0 2px 3px rgba(0,0,0,.15));animation:cursor-demo 6s ease-in-out infinite;pointer-events:none}
.demo-cursor .ui-icon{width:28px;height:28px;fill:#fff;stroke:currentColor;stroke-width:1.5}
.hover-demo-window .term-tooltip{animation:tooltip-demo 6s ease-in-out infinite}
.hover-demo-window.is-open .term-tooltip{animation:none}
.hover-benefits{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.hover-benefits article{background:var(--paper);padding:1.35rem;display:grid;grid-template-columns:46px 1fr;gap:1rem;align-items:start}
.benefit-icon{width:46px;height:46px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink)}
.benefit-icon .ui-icon{width:24px;height:24px}
.hover-benefits h3{font-size:1rem;margin:.15rem 0 .35rem}
.hover-benefits p{font-size:.82rem;line-height:1.55;color:#5f625b;margin:0}
@keyframes cursor-demo{0%,18%{transform:translate(110px,70px);opacity:0}28%{opacity:1}42%,65%{transform:translate(6px,-8px);opacity:1}78%,100%{transform:translate(110px,70px);opacity:0}}
@keyframes tooltip-demo{0%,36%,82%,100%{opacity:0;visibility:hidden;transform:translate(-50%,8px)}44%,72%{opacity:1;visibility:visible;transform:translate(-50%,0)}}

.community-section{background:var(--ink);color:#fff}
.community-heading{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);grid-template-areas:"label badge" "title copy";gap:.8rem clamp(2rem,6vw,6rem);align-items:start;margin-bottom:2rem}
.community-heading>div{display:contents}
.community-heading .eyebrow{grid-area:label;color:var(--accent);margin:0}
.community-heading .coming-badge{grid-area:badge;justify-self:start}
.community-heading h2{grid-area:title;font-size:var(--display-section);line-height:1.04;letter-spacing:-.042em;margin:0;max-width:760px}
.community-heading>p{grid-area:copy;color:#c9cbc5;margin:.25rem 0 0;line-height:1.65;max-width:540px}
.coming-badge{display:inline-flex;align-items:center;gap:.45rem;background:var(--accent);color:var(--ink);border-radius:999px;padding:.42rem .68rem;font-size:.72rem;font-weight:820;width:max-content}
.coming-badge .ui-icon{width:17px;height:17px}
.community-preview{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:1rem}
.community-feed{display:grid;gap:.75rem}
.community-composer,.community-post,.community-side{background:#fff;color:var(--ink);border-radius:14px;border:1px solid rgba(255,255,255,.16)}
.community-composer{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.9rem 1rem;color:#777a72}
.community-composer button{border:0;border-radius:8px;background:#e6e7df;color:#8a8d85;font-weight:800;padding:.55rem .8rem}
.community-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--ink);font-size:.72rem;font-weight:850;flex:0 0 auto}
.community-avatar.alt{background:#dce8ef}.community-avatar.third{background:#e7e3f1}
.community-post{padding:1rem 1.05rem}
.community-post.compact{padding:.9rem 1.05rem}
.post-head{display:flex;align-items:center;gap:.7rem}
.post-head>div{display:grid}.post-head strong{font-size:.84rem}.post-head div span{font-size:.68rem;color:#74776f}
.topic-chip{margin-left:auto;background:var(--paper-2);border:1px solid var(--line);border-radius:999px;padding:.3rem .5rem;font-size:.64rem!important;font-weight:750;color:#5d6059!important}
.community-post>p{font-size:.87rem;line-height:1.6;color:#4f524c;margin:.9rem 0}
.post-actions{display:flex;gap:1rem;border-top:1px solid var(--line);padding-top:.7rem;color:#686b64}
.post-actions span{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem}
.post-actions .ui-icon{width:17px;height:17px}
.community-side{padding:1.2rem;align-self:start}
.community-side h3{font-size:1.1rem;margin:0 0 .8rem}
.community-side ul{list-style:none;padding:0;margin:0 0 1rem;display:grid;gap:.75rem}
.community-side li{display:flex;gap:.65rem;align-items:flex-start;font-size:.78rem;line-height:1.45;color:#555851}
.community-side li .ui-icon{width:19px;height:19px;flex:0 0 auto;color:var(--accent-dark)}
.community-side .button{width:100%}

.community-page-hero{padding:clamp(4rem,8vw,7rem) 0 2rem;background:var(--paper-2)}
.community-page-hero h1{font-size:var(--display-page);line-height:1.02;letter-spacing:-.045em;max-width:860px;margin:1rem 0}
.community-page-hero>div>p:last-child{max-width:620px;color:#5b5e57;font-size:1rem}
.community-app-preview{display:grid;grid-template-columns:220px minmax(0,1fr) 310px;gap:1rem;align-items:start}
.community-rail,.community-info-panel{border:1px solid var(--line);border-radius:14px;background:#fff;padding:.8rem}
.community-rail{display:grid;gap:.25rem;position:sticky;top:100px}
.community-rail a{display:flex;align-items:center;gap:.65rem;padding:.72rem;border-radius:8px;text-decoration:none;font-size:.78rem;font-weight:720;color:#5d6059}
.community-rail a.active{background:var(--accent-soft);color:var(--ink)}
.community-rail .ui-icon{width:20px;height:20px}
.community-info-panel{padding:1.2rem;position:sticky;top:100px}
.community-info-panel h2{font-size:1.25rem;margin:0 0 .6rem}.community-info-panel p,.community-info-panel li{font-size:.8rem;line-height:1.55;color:#5b5e57}.community-info-panel ul{padding-left:1.1rem}.community-info-panel .button{width:100%;margin-top:.7rem}

.checkout-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.payment-option-fieldset{border:0;padding:0;margin:1.1rem 0}
.payment-option-fieldset legend{font-size:.78rem;font-weight:800;margin-bottom:.65rem}
.checkout-method{position:relative;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.6rem;border:1px solid var(--line);border-radius:10px;padding:.75rem;background:var(--paper);cursor:pointer}
.checkout-method:has(input:checked){border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.checkout-method input{width:15px;height:15px;margin:0}
.checkout-method-icon{width:34px;height:34px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;background:#fff}
.checkout-method-icon .ui-icon{width:20px;height:20px}
.checkout-method>span:last-child{display:grid}.checkout-method strong{font-size:.76rem}.checkout-method small{font-size:.65rem;color:#70736c}
.stripe-handoff{display:grid;grid-template-columns:42px 1fr;gap:.75rem;background:var(--paper-2);border:1px solid var(--line);border-radius:10px;padding:.85rem;margin:1rem 0}
.stripe-handoff>.ui-icon{width:26px;height:26px;color:var(--accent-dark);margin:.2rem auto}
.stripe-handoff strong{font-size:.8rem}.stripe-handoff p{font-size:.7rem;color:#666961;line-height:1.5;margin:.25rem 0 0}
.secure-row .ui-icon{width:17px;height:17px}
.coming-tile{position:relative}.coming-tile .inline-status{width:max-content;margin-bottom:.55rem}

@media(max-width:1180px){
  .plan-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .payment-methods-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .community-app-preview{grid-template-columns:180px minmax(0,1fr)}
  .community-info-panel{grid-column:2;position:static}
}
@media(max-width:900px){
  .hover-demo-layout,.community-preview{grid-template-columns:1fr}
  .payment-panel-copy,.community-heading{grid-template-columns:1fr;grid-template-areas:"label" "badge" "title" "copy"}
  .payment-panel-copy>p:last-child,.community-heading>p{padding-top:.15rem}
  .community-side{display:grid;grid-template-columns:1fr auto;gap:1rem}.community-side h3,.community-side ul{grid-column:1}.community-side .button{grid-column:2;grid-row:1/3;align-self:end}
}
@media(max-width:720px){
  .plan-grid-four,.payment-methods-four,.checkout-method-grid{grid-template-columns:1fr}
  .access-actions-row{align-items:flex-start;flex-direction:column}
  .hover-demo-window{min-height:500px}.hover-demo-content{padding:1.2rem;min-height:440px}.term-tooltip{left:0;transform:translate(0,8px)}.hover-term:hover+.term-tooltip,.hover-term:focus+.term-tooltip,.hover-demo-window.is-open .term-tooltip{transform:translate(0,0)}.term-tooltip:after{left:24%}
  .community-heading{grid-template-areas:"label" "badge" "title" "copy"}
  .community-side{display:block}.community-side .button{margin-top:.5rem}
  .community-app-preview{grid-template-columns:1fr}.community-rail{position:static;display:flex;overflow:auto}.community-rail a{min-width:max-content}.community-info-panel{grid-column:auto}
  .community-composer{grid-template-columns:auto 1fr}.community-composer button{display:none}.topic-chip{display:none}
}
@media(prefers-reduced-motion:reduce){.demo-cursor,.hover-demo-window .term-tooltip{animation:none}.demo-cursor{display:none}}

/* V7.1 polish */
.payment-method>div{display:grid;align-content:start;gap:.28rem}
.payment-method strong,.payment-method>div>span{display:block}
.payment-method .payment-brand-row{display:flex}
.payment-methods-four .payment-method{overflow:hidden}
.plan-grid-four .button{margin-top:1rem}
.hover-feature{background:var(--paper)}
.access-tools+.payment-panel{margin-top:1rem}
@media(max-width:1180px){.plan-grid-four .plan-card{min-height:285px}}
.check-row input[type="checkbox"]{
  width:18px;
  height:18px;
  min-height:0;
  padding:0;
  margin:.15rem 0 0;
  flex:0 0 18px;
  accent-color:var(--accent);
}
.order-line>div{display:grid;gap:.12rem}
.order-line>div>strong,.order-line>div>span{display:block}

/* =========================================================
   V8 legal, trust and pre-purchase framework
   Approved logo and icon PNGs are displayed without filters,
   recolouring, redrawing or asset modification.
   ========================================================= */
:root{
  --legal-max:980px;
  --legal-wide:1180px;
  --type-display-legal:clamp(2.6rem,5.2vw,4.8rem);
}
.brand{min-width:0}
.brand img{width:216px;height:auto;object-fit:contain}
.footer-logo-panel{display:inline-flex;background:var(--paper);padding:.55rem .7rem;border-radius:6px;border:1px solid rgba(255,255,255,.15)}
.footer-logo-panel img,.footer-brand img{width:230px;height:auto;filter:none!important}
.app-sidebar .brand{background:var(--paper);border-radius:7px;padding:.45rem .55rem;margin-bottom:.8rem}
.app-sidebar .brand img{width:205px;height:auto;filter:none!important}
.legal-page{max-width:var(--legal-max)}
.legal-page-wide{max-width:var(--legal-wide)}
.legal-hero{padding-bottom:clamp(2rem,5vw,4rem)}
.legal-hero h1{font-size:var(--type-display-legal);line-height:1;letter-spacing:-.045em;margin:.55rem 0 1.2rem;max-width:900px}
.legal-lead{font-size:clamp(1rem,1.65vw,1.28rem);line-height:1.58;color:#50534d;max-width:800px;margin:0 0 1.4rem}
.legal-status{display:flex;gap:.7rem;align-items:flex-start;border:1px solid var(--line);background:#fff8dc;padding:.9rem 1rem;border-radius:8px;font-size:.78rem;color:#58564d;max-width:840px}
.legal-status .ui-icon{width:20px;height:20px;color:#6a4b00;margin-top:.05rem}
.legal-section{padding:clamp(1.5rem,3vw,2.5rem) 0}
.legal-section h2{font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.2;letter-spacing:-.025em;margin:0 0 .9rem}
.legal-section h3{font-size:1rem;margin:0 0 .45rem}
.legal-section p,.legal-section li{font-size:.93rem;line-height:1.72;color:#565952}
.legal-section ul,.legal-section ol{padding-left:1.3rem;margin:.8rem 0 0}
.legal-section li+li{margin-top:.55rem}
.legal-note{font-size:.82rem!important;border-left:3px solid var(--accent);padding:.75rem 0 .75rem 1rem;margin:1rem 0 0}
.legal-principles{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:#fff;margin-bottom:1px}
.legal-principles>div{padding:1.4rem;border-right:1px solid var(--line)}
.legal-principles>div:last-child{border-right:0}
.legal-principles strong{font-size:.92rem}
.legal-principles p{font-size:.78rem;line-height:1.55;color:#62655e;margin:.45rem 0 0}
.legal-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:2rem 0}
a.legal-card{display:grid;grid-template-columns:48px 1fr auto;gap:1rem;align-items:start;background:var(--paper);padding:1.4rem;min-height:190px;border:0;border-radius:0;text-decoration:none;transition:background .18s ease,transform .18s ease}
a.legal-card:hover{background:#fff;transform:translateY(-1px)}
.legal-card-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:8px;background:#fff}
.legal-card-icon .ui-icon{width:23px;height:23px;color:#5f4600}
.legal-card h2{font-size:1rem;line-height:1.25;margin:.15rem 0 .45rem}
.legal-card p{font-size:.76rem;line-height:1.55;color:#686b64;margin:0}
.legal-card-arrow{font-size:1.3rem}
.policy-record{display:grid;grid-template-columns:.75fr 1.25fr;gap:2rem;background:var(--ink);color:#fff;padding:clamp(1.5rem,4vw,3rem);margin-top:2rem}
.policy-record .eyebrow{color:var(--accent)}
.policy-record h2{font-size:clamp(1.4rem,2.6vw,2rem);margin:0}
.policy-record p{font-size:.84rem;color:rgba(255,255,255,.72);line-height:1.7;margin:0 0 .8rem}
.policy-record .text-link{color:#fff}
.text-link{font-size:.78rem;font-weight:750;text-underline-offset:4px}
.legal-table-wrap{overflow-x:auto;border:1px solid var(--line);background:#fff}
.legal-table{width:100%;border-collapse:collapse;min-width:620px}
.legal-table th{font-size:.69rem;text-transform:uppercase;letter-spacing:.08em;text-align:left;color:#64675f;background:#f0efe5;padding:.8rem .9rem;border-bottom:1px solid var(--line)}
.legal-table td{font-size:.81rem;line-height:1.5;padding:.9rem;border-bottom:1px solid var(--line);vertical-align:top}
.legal-table tr:last-child td{border-bottom:0}
.legal-table th+th,.legal-table td+td{border-left:1px solid var(--line)}
.legal-steps{counter-reset:legalstep;list-style:none!important;padding:0!important;display:grid;gap:.8rem}
.legal-steps li{counter-increment:legalstep;display:grid;grid-template-columns:42px 1fr;gap:.8rem;align-items:start;background:#fff;border:1px solid var(--line);padding:1rem;margin:0!important}
.legal-steps li:before{content:counter(legalstep);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent);color:var(--ink);font-size:.72rem;font-weight:800}
.support-callout{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#fff;border:1px solid var(--line);padding:1.2rem}
.support-callout p{margin:.35rem 0 0!important}
.contact-layout,.trial-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:1rem;align-items:start}
.contact-card,.contact-aside,.trial-card,.trial-aside{background:#fff;border:1px solid var(--line);padding:clamp(1.2rem,3vw,2rem);border-radius:8px}
.contact-card>h2,.trial-aside h2{font-size:1.15rem;margin:0 0 1.2rem}
.contact-aside,.trial-aside{display:grid;gap:1.3rem;position:sticky;top:106px}
.contact-info-block{border-bottom:1px solid var(--line);padding-bottom:1.2rem}
.contact-info-block:last-child{border-bottom:0;padding-bottom:0}
.contact-info-block h2{font-size:1.5rem;margin:0}
.contact-info-block p{font-size:.8rem;color:#5f625b;line-height:1.6}
.contact-info-block .eyebrow{margin-bottom:.4rem}
.field small{font-size:.68rem;color:#6a6d65}
.consent-row{display:grid;grid-template-columns:20px 1fr;gap:.7rem;align-items:start;border:1px solid var(--line);background:#fbfbf7;padding:.85rem;border-radius:7px;font-size:.76rem;line-height:1.55;color:#555850}
.consent-row input{width:18px;height:18px;margin:.12rem 0 0;accent-color:var(--ink)}
.consent-row a{text-underline-offset:3px;font-weight:700}
.required-consent{border-left:4px solid var(--accent)}
.optional-consent{background:#f3f3ed}
.full-button{width:100%;min-height:50px}
.button:disabled{opacity:.48;cursor:not-allowed;transform:none}
.policy-fineprint{font-size:.68rem;color:#777a72;line-height:1.5;margin:.7rem 0 0}
.trial-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:1.2rem 0}
.trial-summary>div{background:#f8f7ef;padding:1rem}
.trial-summary span{display:block;font-size:.65rem;color:#74776f;margin-bottom:.25rem}
.trial-summary strong{display:block;font-size:.8rem}
.trial-brand-mark{width:min(260px,100%);margin:0 auto 1rem}
.trial-aside ul{padding-left:1.1rem;margin:0}
.trial-aside li{font-size:.78rem;line-height:1.6;color:#5f625b;margin:.5rem 0}
.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.5rem;background:#9a9d96}
.status-dot.info{background:#d39400}.status-dot.wait{background:#b56d00}.status-dot.good{background:#1a765c}.status-dot.neutral{background:#858982}
.checkout-title{margin-bottom:1.4rem}
.checkout-title h1{font-size:clamp(2.3rem,4.3vw,4.1rem);max-width:860px}
.checkout-title p{font-size:.92rem;line-height:1.65;max-width:780px}
.checkout-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.checkout-card-head h2{font-size:1.2rem;margin:.2rem 0 0}
.checkout-muted{font-size:.8rem;line-height:1.6;color:#62655e}
.order-review{border:1px solid var(--line);margin:1.2rem 0;background:#fbfbf7}
.order-review-row{display:grid;grid-template-columns:minmax(140px,.7fr) 1.3fr;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--line);align-items:start}
.order-review-row:last-child{border-bottom:0}
.order-review-row span{font-size:.71rem;color:#6c6f68}
.order-review-row strong{font-size:.78rem;text-align:right}
.order-review-total{background:#f0efe5}
.order-review-total strong{font-size:1rem}
.print-order{margin-bottom:1.2rem}
.checkout-disclosure{border-top:1px solid var(--line);padding-top:1.2rem}
.checkout-disclosure h3{font-size:.86rem;margin:0 0 .7rem}
.checkout-disclosure ul{padding-left:1.1rem;margin:0}
.checkout-disclosure li{font-size:.73rem;line-height:1.55;color:#5c5f58;margin:.45rem 0}
.payment-type-list{display:grid;gap:.65rem;margin:1rem 0}
.payment-type{display:grid;grid-template-columns:44px 1fr;gap:.8rem;align-items:center;border:1px solid var(--line);padding:.8rem;background:#fbfbf7}
.payment-type-icon{width:42px;height:42px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:7px}
.payment-type-icon .ui-icon{width:23px;height:23px}
.payment-type strong{display:block;font-size:.78rem}
.payment-type small{display:block;font-size:.66rem;color:#74776f;margin-top:.18rem;line-height:1.4}
.stripe-handoff{display:grid;grid-template-columns:30px 1fr;gap:.75rem;background:#1b1b1a;color:#fff;padding:1rem;margin:1rem 0}
.stripe-handoff>.ui-icon{width:26px;height:26px;color:var(--accent)}
.stripe-handoff strong{font-size:.78rem}
.stripe-handoff p{font-size:.68rem;line-height:1.55;color:rgba(255,255,255,.7);margin:.25rem 0 0}
.checkout-footer{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1.3rem 0 0;font-size:.7rem;color:#6b6e67}
.checkout-footer a{text-underline-offset:3px}
.message-brand{width:96px;margin:0 auto 1rem}
.message-record{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:1.2rem 0;text-align:left}
.message-record>div{background:#fbfbf7;padding:.9rem}
.message-record span{display:block;font-size:.64rem;color:#777a72}
.message-record strong{display:block;font-size:.74rem;margin-top:.25rem}
.preview-note{font-size:.7rem!important;border-top:1px solid var(--line);padding-top:1rem;margin-top:1.4rem}
.governance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:.8rem}
.governance-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.1rem}
.governance-card .card-head{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.7rem}
.governance-card .card-head .nav-glyph{width:36px;height:36px;flex:0 0 36px}
.governance-card h3{font-size:.86rem;margin:0}
.governance-card p{font-size:.69rem;line-height:1.55;color:#6d7069;margin:.25rem 0 .8rem}
.governance-card .list-stack{margin-top:.7rem}
.launch-gate-list{display:grid;gap:.55rem}
.launch-gate{display:grid;grid-template-columns:22px 1fr auto;gap:.65rem;align-items:start;padding:.65rem;border:1px solid var(--line);background:#fbfbf7}
.launch-gate .ui-icon{width:18px;height:18px;margin-top:.08rem}
.launch-gate strong{font-size:.7rem}.launch-gate small{font-size:.62rem;color:#777a72;display:block;margin-top:.15rem}
.asset-provenance{display:flex;gap:.8rem;align-items:center;background:#fff8dc;border:1px solid #e2cf88;padding:.8rem;margin-top:.8rem;font-size:.7rem;color:#5f5a48}
.asset-provenance img{width:46px;height:auto}
@media(max-width:950px){
  .legal-card-grid{grid-template-columns:repeat(2,1fr)}
  .legal-principles{grid-template-columns:1fr}
  .legal-principles>div{border-right:0;border-bottom:1px solid var(--line)}
  .legal-principles>div:last-child{border-bottom:0}
  .policy-record,.contact-layout,.trial-layout{grid-template-columns:1fr}
  .contact-aside,.trial-aside{position:static}
  .governance-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .legal-card-grid{grid-template-columns:1fr}
  a.legal-card{min-height:0}
  .support-callout{align-items:flex-start;flex-direction:column}
  .trial-summary,.message-record{grid-template-columns:1fr}
  .order-review-row{grid-template-columns:1fr;gap:.25rem}
  .order-review-row strong{text-align:left}
  .checkout-card-head{flex-direction:column}
  .legal-hero h1{font-size:clamp(2.35rem,13vw,3.8rem)}
}
@media print{
  body{background:#fff!important}.checkout-main{padding:0;background:#fff}.checkout-head,.checkout-title,.checkout-payment-card,.checkout-footer,.print-order{display:none!important}.checkout-grid{display:block}.checkout-review-card{border:0;padding:0}.order-review{break-inside:avoid}.site-header,.site-footer{display:none!important}.site-stage{padding:0}.site-frame{box-shadow:none}
}
.community-policy-link{width:min(var(--content),calc(100% - 40px));margin:0 auto 2rem;display:grid;grid-template-columns:36px 1fr auto;gap:1rem;align-items:center;background:#fff8dc;border:1px solid #e2cf88;padding:1rem}
.community-policy-link>.ui-icon{width:28px;height:28px;color:#6a4b00}.community-policy-link strong{font-size:.82rem}.community-policy-link p{font-size:.7rem;color:#686456;margin:.2rem 0 0}.community-policy-link .button{white-space:nowrap}
@media(max-width:720px){.community-policy-link{grid-template-columns:32px 1fr}.community-policy-link .button{grid-column:1/-1}.community-policy-link{width:calc(100% - 28px)}}
.approved-ui-icon{width:38px;height:38px;object-fit:contain;filter:none!important}
.feature-icon:has(.approved-ui-icon){width:56px;height:56px;background:var(--paper);border-radius:8px;overflow:hidden}
.feedback-privacy-note{display:grid;grid-template-columns:24px 1fr;gap:.75rem;background:#fff8dc;border:1px solid #e2cf88;padding:.85rem;margin-bottom:1rem}.feedback-privacy-note .ui-icon{width:21px;height:21px;color:#6a4b00}.feedback-privacy-note p{font-size:.72rem;line-height:1.55;color:#5f5a48;margin:0}.feedback-privacy-note a{font-weight:750;text-underline-offset:3px}


/* Build v9: scope summary, independent topic community, user-facing payment language */
.scope-summary{background:#f4f1e6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.scope-summary-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:clamp(2rem,7vw,7rem);align-items:start;margin-bottom:2rem}
.scope-summary-head .eyebrow{margin:0 0 .8rem}.scope-summary-head h2{font-size:clamp(2.15rem,4.1vw,4rem);line-height:1.03;letter-spacing:-.04em;margin:0;max-width:720px}
.scope-summary-head>p{margin:2rem 0 0;color:#5d6059;line-height:1.65;max-width:560px}
.scope-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.45)}
.scope-summary-card{padding:clamp(1.35rem,2.7vw,2rem);min-height:255px;display:flex;flex-direction:column;align-items:flex-start;border-right:1px solid var(--line)}
.scope-summary-card:last-child{border-right:0}.scope-summary-icon{width:46px;height:46px;border:1px solid #d6d1bf;border-radius:12px;display:grid;place-items:center;color:#8a6800;margin-bottom:1.6rem}.scope-summary-icon .ui-icon{width:24px;height:24px}
.scope-summary-card h3{font-size:1.18rem;letter-spacing:-.02em;margin:0 0 .55rem}.scope-summary-card p{font-size:.92rem;line-height:1.62;color:#5c5f58;margin:0}.scope-summary-card-action .text-link{margin-top:auto;padding-top:1rem;font-weight:780}

.community-preview-reddit{grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr)}
.community-sortbar{display:flex;align-items:center;gap:.45rem;background:#252624;border:1px solid rgba(255,255,255,.15);padding:.45rem;border-radius:12px;overflow:auto}
.community-sortbar button{display:flex;align-items:center;gap:.35rem;min-height:38px;padding:.55rem .8rem;border:0;border-radius:8px;background:transparent;color:#c8cac4;font:inherit;font-size:.78rem;font-weight:760;white-space:nowrap}
.community-sortbar button.active{background:var(--accent);color:var(--ink)}.community-sortbar .ui-icon{width:17px;height:17px}
.community-sortbar-light{background:#fff;border-color:var(--line)}.community-sortbar-light button{color:#5c5f58}.community-sortbar-light button.active{background:var(--accent-soft);color:var(--ink)}
.community-post-vote{display:grid;grid-template-columns:46px minmax(0,1fr);padding:0;overflow:hidden}
.vote-rail{background:#f2f2ed;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.65rem .3rem;color:#4d5049}.vote-rail button{width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;border-radius:7px;color:#6a6d65}.vote-rail button:hover,.vote-rail button:focus-visible{background:#fff4c7;color:#5d4600}.vote-rail .ui-icon{width:18px;height:18px}.vote-rail strong{font-size:.76rem}
.post-body{padding:1rem 1.05rem;min-width:0}.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;color:#777a72;font-size:.68rem}.community-name{font-weight:830;color:#3f423c}.post-body h3,.post-body h2{font-size:1rem;line-height:1.35;letter-spacing:-.015em;margin:.45rem 0 .75rem}.post-body h2{font-size:1.08rem}
.community-link-preview{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start;border:1px solid #d8d9d2;background:#f8f8f5;border-radius:10px;padding:.8rem}.community-link-preview>div{display:grid;gap:.18rem}.community-link-preview span{font-size:.66rem;color:#777a72}.community-link-preview strong{font-size:.82rem;line-height:1.35}.community-link-preview p{font-size:.72rem!important;line-height:1.45!important;margin:0!important;color:#62655e!important}.community-link-preview>.ui-icon{width:20px;height:20px;color:#6d5520}
.poll-preview{display:grid;gap:.55rem;margin:.65rem 0}.poll-preview>span{position:relative;display:grid;grid-template-columns:1fr auto;gap:.7rem;align-items:center;border:1px solid #d9dad3;border-radius:8px;overflow:hidden;padding:.65rem .75rem}.poll-preview b{position:absolute;inset:0 auto 0 0;background:#fff2b5;z-index:0}.poll-preview em,.poll-preview strong{position:relative;z-index:1;font-style:normal;font-size:.72rem}.poll-preview em{font-weight:680}.poll-preview strong{font-size:.68rem}
.community-side li{font-size:.8rem}.community-side li .ui-icon{color:var(--accent)}
.community-rail-group{display:grid;gap:.2rem;border-top:1px solid var(--line);margin-top:.55rem;padding-top:.7rem}.community-rail-group>span{padding:.35rem .7rem;font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;font-weight:830;color:#7b7d76}.community-rail-group a{padding:.52rem .7rem;font-weight:690;color:#52554e}
.community-separation-note{display:grid;grid-template-columns:24px 1fr;gap:.65rem;background:#f7f2d9;border:1px solid #e2d49f;border-radius:10px;padding:.8rem;margin:1rem 0}.community-separation-note .ui-icon{width:21px;height:21px;color:#6d5520}.community-separation-note p{margin:0;font-size:.74rem;line-height:1.5;color:#5d5b51}
.community-app-preview-v9{grid-template-columns:205px minmax(0,1fr) 300px}.community-app-section{background:#f2efe4}.community-composer-v9{background:#fff}
.payment-panel-v7 .payment-method{align-items:flex-start}.payment-panel-v7 .payment-method>div{display:grid;gap:.35rem}.payment-panel-v7 .payment-method span{font-size:.8rem;line-height:1.5}.payment-panel-v7 .payment-method strong{font-size:1rem;line-height:1.25}

@media(max-width:1040px){.scope-summary-grid{grid-template-columns:1fr 1fr}.scope-summary-card:nth-child(2){border-right:0}.scope-summary-card:nth-child(3){grid-column:1/-1;border-top:1px solid var(--line)}.community-app-preview-v9{grid-template-columns:180px minmax(0,1fr)}.community-app-preview-v9 .community-info-panel{grid-column:2;position:static}}
@media(max-width:760px){.scope-summary-head{grid-template-columns:1fr;gap:1rem}.scope-summary-head>p{margin:0}.scope-summary-grid{grid-template-columns:1fr}.scope-summary-card{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.scope-summary-card:nth-child(2){border-right:0}.scope-summary-card:nth-child(3){grid-column:auto;border-top:0}.scope-summary-card:last-child{border-bottom:0}.community-post-vote{grid-template-columns:38px minmax(0,1fr)}.vote-rail{padding:.5rem .15rem}.community-link-preview{grid-template-columns:1fr}.community-link-preview>.ui-icon{display:none}.community-app-preview-v9{grid-template-columns:1fr}.community-app-preview-v9 .community-info-panel{grid-column:auto}.community-sortbar{scrollbar-width:none}}


/* =========================================================
   CBST responsive UX audit v3
   Customer-facing mobile, tablet, touch and overflow fixes.
   ========================================================= */
:where(button,.button,a.button,input,select,textarea){touch-action:manipulation}
:where(img,svg,video,canvas,iframe){max-width:100%}
:where(p,li,h1,h2,h3,h4,strong,span,a){overflow-wrap:anywhere}
:where(.table-wrap,.data-table-wrap,.comparison-wrap){max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
:where(button,.button,a.button,input,select,textarea):focus-visible{outline:none;box-shadow:var(--focus)}

@media(max-width:1024px){
  .shell{width:min(100% - 36px,var(--content))}
  .inner-main{padding:clamp(2.5rem,6vw,4.5rem) 0}
  .inner-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}
  .inner-copy{max-width:760px}
  .inner-copy h1{font-size:clamp(2.7rem,8vw,4.6rem);max-width:13ch}
  .form-card{width:100%;max-width:680px;justify-self:start}
  .footer-top,.legal-hero,.access-page-intro,.account-start{min-width:0}
}

@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  .site-stage,.app-stage{padding:0}
  .site-frame,.app-shell{border-radius:0;min-height:100svh}
  .shell{width:min(100% - 24px,var(--content))}
  .site-header{position:relative}
  .nav{min-height:64px;gap:.65rem}
  .brand img{width:min(172px,48vw);height:auto}
  .nav-actions{gap:.45rem}
  .language-toggle{flex:0 0 auto}
  .mobile-nav{padding-inline:12px}
  .mobile-nav a{min-height:46px;display:flex;align-items:center}
  .inner-main{padding:1.5rem 0 2.5rem}
  .inner-grid{gap:1.25rem}
  .inner-copy h1{font-size:clamp(2.35rem,12vw,3.35rem);line-height:.96;max-width:12ch}
  .inner-copy p{font-size:.95rem;line-height:1.6}
  .form-card,.legal-card,.checkout-card,.contact-card,.contact-aside,.trial-card,.trial-aside{padding:1.25rem;border-radius:16px}
  .form-card{max-width:none}
  .form-card h2{font-size:1.65rem;margin:0 0 1.15rem}
  .form-grid{grid-template-columns:1fr;gap:.95rem}
  .field.full{grid-column:auto}
  .field{gap:.45rem}
  .field label{font-size:.82rem}
  .field input,.field select,.field textarea{min-height:52px;padding:.82rem .9rem;border-radius:10px;font-size:16px}
  .field textarea{min-height:132px}
  .check-row,.consent-row{font-size:.82rem;line-height:1.55}
  .form-actions,.button-row{display:grid;grid-template-columns:1fr;gap:.7rem;align-items:stretch;margin-top:1.35rem}
  .form-actions .button,.button-row .button,.form-actions button,.button-row button{width:100%;min-height:50px;justify-content:center;text-align:center}
  .form-status{margin:.75rem 0 0;min-height:1.25em}
  .section{padding:clamp(3.25rem,12vw,5rem) 0}
  .section-head h2,.legal-hero h1,.access-page-intro h1{font-size:clamp(2.15rem,10vw,3rem)}
  .footer-top,.footer-links{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start}
  .footer-logo-panel img{width:min(210px,72vw)}
}

@media(max-width:420px){
  .shell{width:min(100% - 20px,var(--content))}
  .form-card,.legal-card,.checkout-card,.contact-card,.contact-aside,.trial-card,.trial-aside{padding:1.05rem}
  .inner-copy h1{font-size:clamp(2.15rem,12vw,2.9rem)}
  .button,.button.small{padding-inline:.9rem}
}

/* Public website and Community Hub responsive redesign. */
.community-hub-page .community-page-hero{background:var(--ink);color:#fff;padding:clamp(3.5rem,8vw,6rem) 0 clamp(2.25rem,5vw,4rem)}
.community-hub-page .community-page-hero .eyebrow{color:var(--accent)}
.community-hub-page .community-page-hero>div>p:last-child{color:#c9cbc5;max-width:760px;line-height:1.7}
.community-hub-page .community-page-hero h1{max-width:980px}
.community-app-preview-v9{grid-template-areas:"rail feed info"}
.community-app-preview-v9>.community-rail{grid-area:rail}
.community-app-preview-v9>.community-feed{grid-area:feed;min-width:0}
.community-app-preview-v9>.community-info-panel{grid-area:info;min-width:0}
.community-info-panel ul{display:grid;gap:.7rem;margin:1rem 0;padding:0;list-style:none}
.community-info-panel li{position:relative;padding-left:1.45rem}
.community-info-panel li:before{content:"";position:absolute;left:0;top:.52em;width:.55rem;height:.55rem;border:2px solid var(--accent);border-radius:2px}
.community-separation-note{border-top:1px solid var(--line);padding-top:1rem}
.community-post,.community-composer,.community-side,.community-info-panel,.community-rail{box-shadow:0 10px 30px rgba(22,22,20,.05)}

@media(max-width:1100px){
  .community-preview{grid-template-columns:1fr!important}
  .community-side{order:-1;display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end}
  .community-side h3,.community-side ul{grid-column:1}
  .community-side .button{grid-column:2;grid-row:1/3;align-self:end}
  .community-app-preview,.community-app-preview-v9{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"info" "rail" "feed"!important}
  .community-app-preview-v9 .community-info-panel,.community-info-panel{grid-column:auto!important;position:static!important}
  .community-rail{position:static!important;display:flex!important;align-items:center;gap:.35rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:.65rem;scrollbar-width:none}
  .community-rail::-webkit-scrollbar{display:none}
  .community-rail>a{flex:0 0 auto;min-width:max-content;scroll-snap-align:start}
  .community-rail-group{display:flex!important;align-items:center;gap:.35rem;min-width:max-content}
  .community-rail-group>span{padding:.55rem .35rem}
}
@media(max-width:760px){
  .community-section{padding-block:3.5rem}
  .community-heading{grid-template-columns:1fr;grid-template-areas:"label" "badge" "title" "copy";gap:.65rem;margin-bottom:1.35rem}
  .community-heading h2,.community-page-hero h1{font-size:clamp(2.35rem,11.5vw,3.45rem);line-height:.98}
  .community-heading>p{font-size:.95rem;line-height:1.6}
  .community-side{display:block!important;padding:1.1rem}
  .community-side .button{width:100%;margin-top:.8rem}
  .community-app-section{padding-block:1rem 3rem}
  .community-app-preview,.community-app-preview-v9{gap:.75rem}
  .community-info-panel{padding:1rem;order:-1}
  .community-info-panel h2{font-size:1.35rem}
  .community-sortbar{display:flex;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:.5rem}
  .community-sortbar::-webkit-scrollbar{display:none}
  .community-sortbar button{flex:0 0 auto;min-height:42px;scroll-snap-align:start}
  .community-composer{grid-template-columns:auto minmax(0,1fr);padding:.8rem}
  .community-composer button{display:none}
  .community-post-vote{grid-template-columns:38px minmax(0,1fr)}
  .vote-rail{padding:.45rem .1rem}
  .post-body{padding:.9rem;min-width:0}
  .post-meta{display:grid;gap:.2rem}
  .post-body h2,.post-body h3{font-size:1rem;line-height:1.35}
  .community-link-preview{grid-template-columns:1fr;gap:.5rem;padding:.75rem}
  .community-link-preview>.ui-icon{display:none}
  .post-actions{display:flex;gap:.7rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none}
  .post-actions::-webkit-scrollbar{display:none}
  .post-actions>span{flex:0 0 auto}
  .poll-preview span{grid-template-columns:minmax(0,1fr) auto;min-height:58px}
  .poll-preview em{font-size:.78rem}
  .product-stage{margin-inline:0!important}
  .product-window{border-radius:12px!important}
  .course-preview{grid-template-columns:1fr!important;min-height:0!important}
  .course-sidebar{display:none!important}
  .course-main{padding:.85rem!important;min-width:0}
  .course-head{display:grid!important;gap:.55rem}
  .course-head h3{font-size:clamp(1.7rem,8vw,2.3rem);line-height:1.04}
  .lesson-tabs{display:flex!important;overflow-x:auto;gap:.45rem;scrollbar-width:none;padding-bottom:.15rem}
  .lesson-tabs::-webkit-scrollbar{display:none}
  .lesson-tabs button{flex:0 0 auto;min-height:44px;white-space:nowrap}
  .study-grid{grid-template-columns:1fr!important}
  .content-card,.case-card{padding:1rem!important}
  .independent-strip .shell{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem}
  .independent-strip p{font-size:.82rem;line-height:1.55;min-width:0}
}
@media(max-width:420px){
  .community-post-vote{grid-template-columns:34px minmax(0,1fr)}
  .vote-rail button{width:28px;height:28px}
  .community-rail{margin-inline:-2px}
}
/* V3 visual review follow-up: simplify the tablet Community Hub rail. */
@media(max-width:1100px){
  .community-app-preview-v9 .community-rail-group{display:none!important}
}


/* v5: persistent public navigation and safe anchor positioning. */
.site-frame{
  overflow:clip;
}
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:150!important;
  transition:box-shadow .18s ease,background-color .18s ease;
}
.site-header.is-scrolled{
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  background:rgba(245,244,234,.98);
}
.nav-links a.active,
.nav-links a[aria-current="location"],
.mobile-nav a.active,
.mobile-nav a[aria-current="location"]{
  color:var(--ink);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:6px;
}
#tool,
#contents,
#scope,
#atlas,
#access,
#community,
#faq,
#account{
  scroll-margin-top:98px;
}
html{scroll-padding-top:98px}

@media(max-width:1080px){
  .mobile-nav.open{
    max-height:calc(100svh - 72px);
    overflow-y:auto;
    overscroll-behavior:contain;
    background:rgba(245,244,234,.99);
    -webkit-overflow-scrolling:touch;
  }
}

@media(max-width:760px){
  html{scroll-padding-top:72px}
  .site-header{
    position:sticky!important;
    top:0!important;
  }
  .site-header.is-scrolled .nav{
    min-height:60px;
  }
  #tool,
  #contents,
  #scope,
  #atlas,
  #access,
  #community,
  #faq,
  #account{
    scroll-margin-top:78px;
  }
}

@media(max-width:420px){
  html{scroll-padding-top:68px}
  #tool,
  #contents,
  #scope,
  #atlas,
  #access,
  #community,
  #faq,
  #account{
    scroll-margin-top:74px;
  }
}

@media(prefers-reduced-motion:reduce){
  .site-header{transition:none!important}
}
