/* ===================================================================
   Demo Accounting Co. — master stylesheet
   Single source of truth for every page (home, blog, campaign, legal).
   Sections: tokens · base · buttons · header (responsive) · home
   components · blog components · campaign-page components · legal ·
   footer · modal · responsive.
   =================================================================== */

/* ----- Brand tokens ----- */
:root{
  --ledger-navy:#203047; --navy-900:#18222f;
  --document-blue:#2f6fed; --blue-hover:#2558c8; --blue-active:#1e47a5; --blue-tint:#e7f0ff; --blue-050:#f2f7ff;
  --paper-white:#ffffff; --ledger-gray:#f4f6f8; --gray-200:#eceff3;
  --action-teal:#16a3a3; --teal-100:#def1f1; --teal-700:#117f7f;
  --reminder-amber:#f4a62a; --amber-100:#fdefd6; --amber-700:#b97612;
  --body-charcoal:#2e3440; --divider-gray:#d9dee7;
  --success:#22a06b; --success-100:#def0e7; --success-700:#1a7d53;
  --error:#d64545; --error-100:#fbe4e4;
  --muted:#5c6675; --subtle:#8a95a4;
  --font-head:'Inter',system-ui,sans-serif; --font-body:'IBM Plex Sans',system-ui,sans-serif; --font-mono:'Roboto Mono',ui-monospace,monospace;
  --maxw:1200px; --measure:720px; --pad:24px;
  --radius:10px; --radius-lg:14px; --radius-xl:20px;
  --shadow-sm:0 1px 3px rgba(32,48,71,.07),0 1px 2px rgba(32,48,71,.05);
  --shadow-md:0 4px 14px rgba(32,48,71,.08); --shadow-lg:0 12px 30px rgba(32,48,71,.10);
  --ease:cubic-bezier(.2,0,.1,1);
  --header-h:70px;
}

/* ----- Base ----- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--font-body);color:var(--body-charcoal);background:var(--paper-white);line-height:1.55;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--ledger-navy);margin:0;line-height:1.18;letter-spacing:-.02em;}
p{margin:0;}
a{color:var(--document-blue);text-decoration:none;}
a:hover{color:var(--blue-hover);}
img{display:block;max-width:100%;}
:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(47,111,237,.4);border-radius:6px;}
.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad);}
.eyebrow{font-family:var(--font-head);font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--document-blue);}

/* ----- Buttons ----- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 22px;border-radius:var(--radius);font-family:var(--font-head);font-weight:600;font-size:16px;border:1px solid transparent;cursor:pointer;transition:background .12s var(--ease),border-color .12s var(--ease),color .12s var(--ease);white-space:nowrap;}
.btn-lg{height:52px;padding:0 26px;font-size:17px;}
.btn-sm{height:38px;padding:0 16px;font-size:14px;}
.btn-primary{background:var(--document-blue);color:#fff;}
.btn-primary:hover{background:var(--blue-hover);color:#fff;}
.btn-primary:active{background:var(--blue-active);}
.btn-secondary{background:#fff;color:var(--ledger-navy);border-color:var(--divider-gray);}
.btn-secondary:hover{background:var(--ledger-gray);color:var(--ledger-navy);}
.btn-ghost-ink{background:transparent;color:#fff;border-color:rgba(255,255,255,.28);}
.btn-ghost-ink:hover{background:rgba(255,255,255,.08);color:#fff;}
.btn i{font-size:18px;}

/* ----- Header (responsive) ----- */
header.site{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--divider-gray);}
header.site .bar{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;}
header.site nav{display:flex;align-items:center;gap:30px;}
header.site nav a{font-family:var(--font-head);font-size:14px;font-weight:500;color:var(--body-charcoal);}
header.site nav a:hover,header.site nav a.active{color:var(--ledger-navy);}
.brand{display:flex;align-items:center;}
.brand img{height:48px;width:auto;}
.header-cta{display:flex;align-items:center;gap:14px;}
.header-cta .signin{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--ledger-navy);}
.nav-toggle{display:none;}
.nav-burger{display:none;cursor:pointer;color:var(--ledger-navy);font-size:28px;line-height:1;align-items:center;}

/* ----- Home: hero ----- */
.hero{background:var(--ledger-gray);border-bottom:1px solid var(--divider-gray);}
.hero .grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-block:76px 68px;}
.hero h1{font-size:56px;margin:14px 0 18px;}
.hero .lead{font-size:19px;line-height:1.6;color:var(--muted);max-width:34ch;margin-bottom:28px;}
.hero .cta-row{display:flex;gap:12px;flex-wrap:wrap;}
.trust{display:flex;align-items:center;gap:8px;margin-top:22px;color:var(--subtle);font-family:var(--font-head);font-size:14px;}
.trust i{font-size:16px;}

/* ----- Home: status panel ----- */
.panel{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:24px;}
.panel .ph{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.panel .ph .t{font-family:var(--font-head);font-weight:600;color:var(--ledger-navy);font-size:18px;}
.steps{display:flex;list-style:none;margin:0 0 20px;padding:0;}
.steps li{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;}
.steps li .dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:13px;font-weight:600;z-index:1;border:2px solid var(--divider-gray);background:#fff;color:var(--subtle);}
.steps li.done .dot{background:var(--success);border-color:var(--success);color:#fff;}
.steps li.active .dot{background:var(--document-blue);border-color:var(--document-blue);color:#fff;}
.steps li .lbl{margin-top:8px;font-family:var(--font-head);font-size:13px;color:var(--muted);}
.steps li.active .lbl{color:var(--ledger-navy);font-weight:600;}
.steps li::before{content:"";position:absolute;top:13px;right:50%;width:100%;height:2px;background:var(--divider-gray);}
.steps li:first-child::before{display:none;}
.steps li.done::before,.steps li.active::before{background:var(--success);}
.docrow{display:flex;align-items:center;gap:12px;padding:11px 14px;background:var(--ledger-gray);border-radius:var(--radius);margin-bottom:10px;}
.docrow i{font-size:18px;color:var(--muted);}
.docrow .nm{flex:1;font-family:var(--font-head);font-size:14px;font-weight:500;color:var(--ledger-navy);}
.pill{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px 0 8px;border-radius:999px;font-family:var(--font-head);font-size:12px;font-weight:600;white-space:nowrap;}
.pill i{font-size:13px;}
.pill.complete{background:var(--success-100);color:var(--success-700);}
.pill.progress{background:var(--teal-100);color:var(--teal-700);}
.pill.reminder{background:var(--amber-100);color:var(--amber-700);}

/* ----- Generic section (home) ----- */
section.block{padding:76px 0;border-bottom:1px solid var(--divider-gray);}
section.block.white{background:#fff;}
section.block.gray{background:var(--ledger-gray);}
.sec-head{max-width:680px;margin-bottom:40px;}
.sec-head.center{margin-inline:auto;text-align:center;}
.sec-head h2{font-size:36px;margin:10px 0 14px;}
.sec-head p{font-size:18px;color:var(--muted);line-height:1.6;}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.card{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:26px;}
.card .ic{width:42px;height:42px;border-radius:var(--radius);background:var(--blue-tint);color:var(--document-blue);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.card .ic i{font-size:21px;}
.card h3{font-size:21px;margin-bottom:7px;}
.card p{color:var(--body-charcoal);font-size:15px;}

/* ----- Home: calm response band ----- */
.band{background:var(--ledger-navy);border-radius:var(--radius-xl);padding:44px 48px;color:#fff;margin-top:40px;}
.band .eyebrow{color:#9db8e6;}
.band h2{color:#fff;max-width:760px;margin:12px 0 10px;}
.band p{color:rgba(255,255,255,.74);max-width:640px;font-size:18px;}

/* ----- Home: process numbered cards ----- */
.step-card{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:26px;}
.step-card .top{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.num{width:40px;height:40px;border-radius:50%;background:var(--ledger-navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:500;flex:0 0 auto;}
.step-card .top i{font-size:22px;color:var(--document-blue);}
.step-card h3{font-size:20px;margin-bottom:6px;}
.step-card p{color:var(--body-charcoal);font-size:15px;}

/* ----- Home: who it helps ----- */
.icp{display:flex;flex-direction:column;gap:14px;padding:26px;background:var(--ledger-gray);border:1px solid var(--divider-gray);border-radius:var(--radius-lg);}
.icp .ic{width:44px;height:44px;border-radius:var(--radius);background:var(--blue-tint);color:var(--document-blue);display:flex;align-items:center;justify-content:center;}
.icp .ic i{font-size:22px;}
.icp h3{font-size:20px;}
.icp .pain{color:var(--body-charcoal);font-size:14px;}
.icp .quote{font-style:italic;color:var(--muted);font-size:14px;border-left:2px solid var(--divider-gray);padding-left:12px;}

/* ----- Home: founder / trust ----- */
.founder{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.founder .lead{font-size:18px;color:var(--muted);margin:16px 0 18px;line-height:1.6;}
.person{display:flex;align-items:center;gap:14px;}
.avatar{width:48px;height:48px;border-radius:50%;background:var(--ledger-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:600;flex:0 0 auto;}
.person .nm{font-family:var(--font-head);font-weight:600;color:var(--ledger-navy);}
.person .role{font-family:var(--font-head);font-size:14px;color:var(--muted);}
.quote-stack{display:flex;flex-direction:column;gap:14px;}
.note{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:var(--radius);border:1px solid;}
.note i{font-size:18px;margin-top:1px;flex:0 0 auto;}
.note .h{font-family:var(--font-head);font-weight:600;margin-bottom:3px;}
.note p{font-size:14px;color:var(--body-charcoal);}
.note.success{background:var(--success-100);border-color:#cde7da;}
.note.success i,.note.success .h{color:var(--success-700);}
.note.info{background:var(--blue-050);border-color:var(--blue-tint);}
.note.info i,.note.info .h{color:var(--document-blue);}

/* ----- Repeated CTA band (home) ----- */
.cta{background:var(--ledger-navy);text-align:center;}
.cta .inner{max-width:780px;margin:0 auto;padding:78px var(--pad);}
.cta h2{color:#fff;font-size:44px;margin-bottom:14px;}
.cta p{color:rgba(255,255,255,.74);font-size:18px;max-width:560px;margin:0 auto 28px;}
.cta .cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}

/* ----- Blog: hero + chips ----- */
.blog-hero{background:var(--ledger-gray);border-bottom:1px solid var(--divider-gray);}
.blog-hero .inner{padding:64px 0 52px;max-width:var(--measure);}
.blog-hero h1{font-size:48px;margin:12px 0 14px;}
.blog-hero p{font-size:19px;color:var(--muted);line-height:1.6;}
.topics{display:flex;gap:10px;flex-wrap:wrap;padding:26px 0 0;}
.chip{font-family:var(--font-head);font-size:13px;font-weight:500;color:var(--ledger-navy);background:#fff;border:1px solid var(--divider-gray);border-radius:999px;padding:7px 14px;cursor:pointer;transition:all .12s var(--ease);}
.chip:hover{border-color:var(--document-blue);color:var(--document-blue);}
.chip.active{background:var(--document-blue);border-color:var(--document-blue);color:#fff;}

/* ----- Blog: featured ----- */
.featured{display:grid;grid-template-columns:1.15fr .85fr;gap:0;background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);margin:36px 0 14px;}
.featured .cover{background:var(--ledger-navy);min-height:300px;position:relative;display:flex;align-items:center;justify-content:center;padding:32px;}
.featured .cover .glyph{width:120px;height:120px;border-radius:var(--radius-xl);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#9db8e6;}
.featured .cover .glyph i{font-size:56px;}
.featured .body{padding:36px 40px;display:flex;flex-direction:column;justify-content:center;}
.featured .meta{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-size:13px;color:var(--muted);margin-bottom:12px;}
.tag-blue{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;background:var(--blue-tint);color:var(--document-blue);font-family:var(--font-head);font-size:12px;font-weight:600;}
.featured h2{font-size:30px;margin-bottom:12px;}
.featured .excerpt{color:var(--body-charcoal);font-size:16px;line-height:1.6;margin-bottom:20px;}
.readmore{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-head);font-weight:600;color:var(--document-blue);}
.readmore i{font-size:17px;}

/* ----- Blog: post grid ----- */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px 0 16px;}
.post{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:box-shadow .18s var(--ease),transform .18s var(--ease);}
.post:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);}
.post .cover{height:150px;background:var(--ledger-gray);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--divider-gray);}
.post .cover i{font-size:40px;color:var(--document-blue);}
.post .cover.teal{background:var(--teal-100);} .post .cover.teal i{color:var(--teal-700);}
.post .cover.amber{background:var(--amber-100);} .post .cover.amber i{color:var(--amber-700);}
.post .body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1;}
.post .meta{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:12px;color:var(--subtle);}
.post h3{font-size:19px;line-height:1.3;}
.post p{font-size:14px;color:var(--muted);line-height:1.55;flex:1;}
.post .foot{font-family:var(--font-head);font-size:13px;color:var(--muted);display:flex;align-items:center;gap:6px;}

/* ----- Blog: subscribe ----- */
.subscribe{background:var(--ledger-navy);border-radius:var(--radius-xl);padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:34px 0;flex-wrap:wrap;}
.subscribe h3{color:#fff;font-size:24px;margin-bottom:6px;}
.subscribe p{color:rgba(255,255,255,.74);font-size:15px;max-width:46ch;}
.subscribe form{display:flex;gap:10px;flex:0 0 auto;}
.subscribe input{height:46px;width:260px;padding:0 14px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font-family:var(--font-body);font-size:15px;}
.subscribe input::placeholder{color:rgba(255,255,255,.5);}
.subscribe input:focus{outline:none;border-color:var(--document-blue);box-shadow:0 0 0 3px rgba(47,111,237,.35);}

/* ----- Blog: article ----- */
.article{padding:52px 0 64px;}
.article .head{max-width:var(--measure);margin:0 auto 32px;}
.breadcrumb{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:13px;color:var(--muted);margin-bottom:18px;}
.breadcrumb i{font-size:14px;}
.article h1{font-size:44px;margin:12px 0 18px;line-height:1.15;}
.article .byline{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--divider-gray);border-bottom:1px solid var(--divider-gray);}
.byline .avatar{width:44px;height:44px;}
.byline .nm{font-family:var(--font-head);font-weight:600;color:var(--ledger-navy);font-size:14px;}
.byline .sub{font-family:var(--font-head);font-size:13px;color:var(--muted);}
.article .cover{max-width:var(--maxw);margin:0 auto 36px;height:300px;border-radius:var(--radius-xl);background:var(--ledger-navy);display:flex;align-items:center;justify-content:center;}
.article .cover i{font-size:72px;color:#9db8e6;}
.prose{max-width:var(--measure);margin:0 auto;}
.prose h2{font-size:28px;margin:34px 0 12px;}
.prose h3{font-size:21px;margin:26px 0 8px;}
.prose p{font-size:17px;line-height:1.7;color:var(--body-charcoal);margin-bottom:18px;}
.prose ul{margin:0 0 18px;padding-left:22px;}
.prose li{font-size:17px;line-height:1.7;margin-bottom:8px;}
.prose .callout{display:flex;gap:12px;background:var(--blue-050);border:1px solid var(--blue-tint);border-radius:var(--radius-lg);padding:18px 20px;margin:24px 0;}
.prose .callout i{color:var(--document-blue);font-size:20px;flex:0 0 auto;margin-top:2px;}
.prose .callout p{margin:0;font-size:15px;}

/* ----- Campaign pages: hero + sections ----- */
.page-hero{background:var(--ledger-gray);border-bottom:1px solid var(--divider-gray);}
.page-hero .inner{padding:60px 0 52px;max-width:var(--measure);}
.page-hero h1{font-size:46px;margin:12px 0 14px;}
.page-hero .lead{font-size:19px;color:var(--muted);line-height:1.6;}
section.page{padding:60px 0;border-bottom:1px solid var(--divider-gray);}
section.page.white{background:#fff;}
section.page.gray{background:var(--ledger-gray);}
.measure{max-width:var(--measure);}
.lede{font-size:18px;color:var(--body-charcoal);line-height:1.7;max-width:var(--measure);}
.lede + .lede{margin-top:16px;}

/* ----- Campaign: service blocks ----- */
.service{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px 30px;margin-bottom:22px;scroll-margin-top:90px;}
.service .ic{width:44px;height:44px;border-radius:var(--radius);background:var(--blue-tint);color:var(--document-blue);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.service .ic i{font-size:22px;}
.service h3{font-size:22px;margin-bottom:8px;}
.service p{font-size:15px;color:var(--body-charcoal);line-height:1.6;margin-bottom:14px;}
.service .what-you-get{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;}
.service ul{margin:0;padding-left:20px;}
.service li{font-size:15px;line-height:1.6;margin-bottom:6px;color:var(--body-charcoal);}

/* ----- Campaign: numbered step stack ----- */
.steps-stack{display:flex;flex-direction:column;gap:18px;max-width:var(--measure);}
.step-block{display:flex;gap:18px;background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px 26px;}
.step-block h3{font-size:20px;margin-bottom:6px;}
.step-block p{font-size:15px;color:var(--body-charcoal);line-height:1.6;margin-bottom:8px;}
.step-block .when{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--document-blue);}

/* ----- Campaign: values + bios (About) ----- */
.values{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:var(--measure);}
.value{display:flex;gap:12px;align-items:flex-start;padding:18px 20px;background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);}
.value i{font-size:20px;color:var(--document-blue);margin-top:2px;flex:0 0 auto;}
.value .h{font-family:var(--font-head);font-weight:600;color:var(--ledger-navy);margin-bottom:3px;}
.value p{font-size:14px;color:var(--muted);line-height:1.55;}
.bios{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.bio{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:26px;}
.bio .person{margin-bottom:14px;}
.bio .nm{font-family:var(--font-head);font-weight:600;color:var(--ledger-navy);}
.bio .role{font-family:var(--font-head);font-size:13px;color:var(--muted);}
.bio p{font-size:15px;color:var(--body-charcoal);line-height:1.6;}

/* ----- Campaign: contact form ----- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;max-width:var(--measure);}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;}
.field label{font-family:var(--font-head);font-size:14px;font-weight:500;color:var(--ledger-navy);}
.field .help{font-size:13px;color:var(--muted);}
.field input,.field select,.field textarea{padding:11px 12px;border:1px solid var(--divider-gray);border-radius:var(--radius);font-family:var(--font-body);font-size:15px;color:var(--body-charcoal);background:#fff;}
.field textarea{resize:vertical;}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--document-blue);box-shadow:0 0 0 3px rgba(47,111,237,.35);}
.next-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
.next-list li{display:flex;gap:12px;align-items:flex-start;}
.next-list i{font-size:18px;color:var(--document-blue);margin-top:2px;flex:0 0 auto;}
.next-list .h{font-family:var(--font-head);font-weight:600;color:var(--ledger-navy);margin-bottom:2px;}
.next-list p{font-size:14px;color:var(--muted);line-height:1.55;}

/* ----- Campaign: checklist groups ----- */
.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:var(--measure);}
.checklist-group{background:#fff;border:1px solid var(--divider-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px 26px;}
.checklist-group h3{font-size:18px;margin-bottom:14px;display:flex;align-items:center;gap:10px;}
.checklist-group h3 i{font-size:20px;color:var(--document-blue);}
.checklist-group ul{list-style:none;margin:0;padding:0;}
.checklist-group li{display:flex;gap:10px;align-items:flex-start;padding:9px 0;border-top:1px solid var(--gray-200);}
.checklist-group li:first-of-type{border-top:none;}
.checklist-group li i{font-size:16px;color:var(--subtle);margin-top:3px;flex:0 0 auto;}
.checklist-group .nm{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--ledger-navy);display:block;}
.checklist-group .why{font-size:13px;color:var(--muted);line-height:1.5;}

/* ----- Campaign: inline CTA band ----- */
.cta-band{background:var(--ledger-navy);border-radius:var(--radius-xl);padding:40px 44px;margin:8px 0 0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.cta-band h2{color:#fff;font-size:26px;margin-bottom:6px;}
.cta-band p{color:rgba(255,255,255,.74);font-size:16px;max-width:52ch;}
.cta-band .btn-secondary{background:#fff;}

/* ----- Legal pages ----- */
.legal{max-width:var(--measure);}
.legal h2{font-size:22px;margin:28px 0 10px;}
.legal p{font-size:16px;line-height:1.7;color:var(--body-charcoal);margin-bottom:14px;}
.legal .updated{font-family:var(--font-head);font-size:13px;color:var(--muted);margin-bottom:8px;}

/* ----- Shared soft note ----- */
.note-soft{background:var(--ledger-gray);border:1px solid var(--divider-gray);border-radius:var(--radius);padding:14px 16px;font-size:14px;color:var(--muted);max-width:var(--measure);line-height:1.6;}
.article .note-soft{margin:30px auto 0;font-size:13px;}

/* ----- Footer ----- */
footer.site{background:var(--navy-900);color:rgba(255,255,255,.72);margin-top:8px;}
footer.site .cols{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-block:56px 28px;}
footer.site .logo-chip{background:#fff;border-radius:var(--radius);padding:6px 10px;display:inline-block;}
footer.site .logo-chip img{height:56px;}
footer.site .tag{margin-top:14px;font-size:14px;max-width:260px;}
footer.site h4{color:#fff;font-size:14px;margin-bottom:12px;font-family:var(--font-head);}
footer.site .lnks{display:flex;flex-direction:column;gap:9px;}
footer.site .lnks a{color:rgba(255,255,255,.72);font-size:14px;}
footer.site .lnks a:hover{color:#fff;}
.disclaimer{border-top:1px solid rgba(255,255,255,.16);padding:20px 0;}
.disclaimer .wrap{font-size:12px;line-height:1.6;color:rgba(255,255,255,.66);}
.disclaimer .legal-links{margin-top:10px;}
.disclaimer .legal-links a{color:rgba(255,255,255,.66);text-decoration:underline;}
.disclaimer .legal-links a:hover{color:#fff;}

/* ----- Intake modal (home) ----- */
.overlay{position:fixed;inset:0;z-index:60;background:rgba(24,34,47,.45);display:none;align-items:center;justify-content:center;padding:20px;}
.overlay.open{display:flex;}
.modal{width:min(540px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:28px;}
.modal .mh{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6px;}
.modal h3{font-size:24px;margin-top:6px;}
.modal .close{width:38px;height:38px;border:none;background:transparent;border-radius:var(--radius);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;}
.modal .close:hover{background:var(--ledger-gray);}
.check{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--body-charcoal);margin:6px 0 16px;}
.modal-success{display:none;}

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width:920px){
  /* Mobile nav: brand + burger, links drop down on toggle */
  .nav-burger{display:inline-flex;}
  .header-cta{display:none;}
  header.site nav{position:absolute;top:var(--header-h);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-top:1px solid var(--divider-gray);border-bottom:1px solid var(--divider-gray);box-shadow:var(--shadow-md);padding:6px 0;}
  .nav-toggle:checked ~ nav{display:flex;}
  header.site nav a{padding:13px var(--pad);font-size:15px;}
  header.site nav a:hover,header.site nav a.active{background:var(--ledger-gray);}

  /* Layout collapses */
  .hero .grid,.founder,.contact-grid{grid-template-columns:1fr;gap:36px;}
  .cards-3,.values,.bios,.checklist{grid-template-columns:1fr;}
  .featured{grid-template-columns:1fr;}
  .featured .cover{min-height:200px;}
  .post-grid{grid-template-columns:1fr;}
  .subscribe{flex-direction:column;align-items:flex-start;}
  .subscribe form{width:100%;} .subscribe input{flex:1;width:auto;}
  footer.site .cols{grid-template-columns:1fr 1fr;}

  /* Type scaling */
  .hero h1{font-size:42px;} .cta h2{font-size:34px;} .sec-head h2{font-size:28px;}
  .blog-hero h1,.article h1,.page-hero h1{font-size:34px;}
  .cta-band{flex-direction:column;align-items:flex-start;}
}

@media (max-width:560px){
  .hero .grid{padding-block:48px 44px;}
  .hero h1{font-size:34px;}
  section.block,section.page{padding:48px 0;}
  .cta .inner{padding:56px var(--pad);} .cta h2{font-size:28px;}
  .band{padding:32px var(--pad);}
  .service,.step-block,.checklist-group,.cta-band,.subscribe{padding-left:var(--pad);padding-right:var(--pad);}
  footer.site .cols{grid-template-columns:1fr;gap:24px;}
  .brand img{height:40px;}
}
