:root {
  --navy: #0b2447;
  --blue: #145da0;
  --sky: #eaf4ff;
  --gold: #c8952d;
  --ink: #172033;
  --muted: #637083;
  --line: #dfe7f1;
  --white: #ffffff;
  --soft: #f6f8fb;
  --shadow: 0 22px 60px rgba(11, 36, 71, .14);
  --radius: 24px;
}

/* Sprint 3: Florida Medicare Guide Library */
.guides-page .main-nav a.active { border-bottom-color:var(--brand-gold); }
.guides-hero { padding:82px 0 70px; background:radial-gradient(circle at 88% 18%,rgba(216,166,58,.23),transparent 26%),linear-gradient(135deg,#f7fbff 0%,#e5f2ff 58%,#fff9ed 100%); border-bottom:1px solid #d7e5f4; }
.guides-hero-inner { display:flex; align-items:center; justify-content:space-between; gap:42px; }
.guides-hero h1 { font-family:"Libre Baskerville",Georgia,serif; font-size:clamp(3.2rem,7vw,5.8rem); margin-bottom:20px; }
.guides-hero .hero-lead { max-width:720px; }
.guides-hero-mark { flex:0 0 190px; width:190px; height:190px; border-radius:50%; display:grid; align-content:center; justify-items:center; background:var(--deep-navy); color:#fff; border:7px solid var(--brand-gold); box-shadow:var(--shadow); }
.guides-hero-mark span { font-family:"Libre Baskerville",Georgia,serif; font-size:4.5rem; line-height:1; color:#fff; }.guides-hero-mark small { margin-top:7px; color:#ffe0a6; font-weight:800; }
.featured-guide-section { background:#fff; }
.featured-guide-card { overflow:hidden; display:grid; grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); width:100%; min-height:440px; border:1px solid #d6e1ed; border-radius:30px; background:#fff; box-shadow:var(--shadow); }
.featured-guide-art { min-width:0; min-height:440px; padding:42px; display:flex; flex-direction:column; justify-content:end; background:radial-gradient(circle at 24% 15%,rgba(255,255,255,.13),transparent 25%),linear-gradient(145deg,#062b5b,#0e4b87); color:#fff; border-right:6px solid var(--brand-gold); }
.featured-guide-art span { font-family:"Libre Baskerville",Georgia,serif; font-size:clamp(6rem,12vw,10rem); line-height:.82; color:#fff; }.featured-guide-art small { max-width:240px; margin-top:24px; color:#ffe0a6; font-size:1.08rem; font-weight:800; }
.featured-guide-copy { min-width:0; align-self:center; padding:50px; }
.featured-guide-copy h2 { font-family:"Libre Baskerville",Georgia,serif; font-size:clamp(2rem,4vw,3.35rem); }
.featured-guide-copy > p { color:var(--muted); font-size:1.06rem; }
.guide-meta { display:flex; align-items:center; flex-wrap:wrap; gap:15px; margin-bottom:20px; color:var(--muted); font-size:.84rem; font-weight:800; }
.guide-badge { padding:7px 12px; border-radius:999px; background:#fff2d4; color:#97630a; text-transform:uppercase; letter-spacing:.08em; }
.guide-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }.guide-actions .button { gap:9px; }
.learning-featured-carousel .featured-carousel-stage { min-height:440px; }
.learning-feature-slide[hidden] { display:none; }
.learning-feature-slide { width:100%; }
.learning-feature-slide .featured-guide-art { position:relative; justify-content:flex-start; padding-top:86px; }
.learning-feature-slide .featured-guide-art small { display:flex; flex-direction:column; gap:7px; }
.learning-feature-slide .featured-guide-art small strong { color:#fff; font-size:.86rem; text-transform:uppercase; letter-spacing:.1em; }
.learning-feature-slide .featured-guide-art small b { color:#ffe0a6; font-size:1.08rem; }
.learning-feature-slide .featured-guide-art small em { color:#c8d9eb; font-size:.82rem; font-style:normal; font-weight:700; }
.learning-feature-slide.is-hub .featured-guide-art > span { font-size:clamp(4rem,9vw,7rem); }
.learning-featured-heading { max-width:none; margin-bottom:34px; }
.learning-featured-heading > h2 { margin-bottom:0; }
.learning-featured-panel-controls { align-self:center; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; gap:14px; max-width:100%; margin:0 0 30px; }
.featured-guide-art .learning-featured-panel-controls > span { flex:0 1 auto; min-width:0; color:#ffe0a6; font-family:inherit; font-size:1.625rem; font-weight:800; line-height:1.2; text-align:center; white-space:nowrap; }
.learning-featured-panel-controls .featured-carousel-control { flex:0 0 46px; width:46px; height:46px; }
@media(max-width:980px){.featured-guide-art .learning-featured-panel-controls>span{font-size:1.5rem}.learning-featured-panel-controls .featured-carousel-control{flex-basis:44px;width:44px;height:44px}.learning-featured-panel-controls{gap:12px}}
@media(max-width:680px){.featured-guide-art .learning-featured-panel-controls>span{font-size:1.25rem}.learning-featured-panel-controls .featured-carousel-control{flex-basis:40px;width:40px;height:40px}.learning-featured-panel-controls{gap:10px}}
.learning-featured-carousel .featured-carousel-controls { justify-content:center; margin-top:18px; }
.placeholder-note { margin-top:14px; font-size:.8rem!important; }
.guide-library { background:linear-gradient(180deg,#f7f9fc,#fff); }
.guide-categories { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin:0 auto 38px; }
.guide-categories a { padding:10px 15px; border:1px solid #ccd9e7; border-radius:999px; background:#fff; color:var(--deep-navy); font-size:.83rem; font-weight:800; transition:.2s ease; }
.guide-categories a:hover { background:var(--deep-navy); color:#fff; border-color:var(--deep-navy); }
.guide-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.library-guide-card { scroll-margin-top:130px; display:flex; flex-direction:column; min-height:390px; padding:26px; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 12px 34px rgba(6,43,91,.07); transition:.2s ease; }
.library-guide-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.library-card-top { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:24px; }
.library-icon { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; background:#e7f2ff; color:#0b5ea8; font-weight:900; font-size:.82rem; }
.library-category { max-width:155px; color:var(--muted); font-size:.7rem; line-height:1.3; font-weight:900; text-align:right; text-transform:uppercase; letter-spacing:.08em; }
.library-guide-card h3 { font-family:"Libre Baskerville",Georgia,serif; font-size:1.25rem; }
.library-guide-card > p { color:var(--muted); }
.reading-time { margin-top:auto; padding-top:18px; color:#6a7788; font-size:.8rem; font-weight:800; }
.library-card-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:18px; }
.library-card-actions a { display:grid; place-items:center; min-height:44px; padding:8px 10px; border-radius:12px; background:var(--deep-navy); color:#fff; font-size:.78rem; font-weight:800; text-align:center; }
.library-card-actions a:last-child { background:#fff; color:var(--deep-navy); border:1px solid #c9d8e7; }
.library-card-actions a:hover { background:var(--brand-gold); color:#fff; border-color:var(--brand-gold); }
.library-icon.icon-gold { background:#fff3d8;color:#a86e0a}.library-icon.icon-purple{background:#f2eafb;color:#704094}.library-icon.icon-green{background:#e9f7ef;color:#28724f}.library-icon.icon-red{background:#fff0ee;color:#a43d32}.library-icon.icon-teal{background:#e6f6f7;color:#23757a}
.newsletter-section { padding:0 0 82px; background:#fff; }
.newsletter-card { display:grid; grid-template-columns:1fr .9fr; gap:52px; align-items:center; padding:46px; border-radius:28px; background:radial-gradient(circle at 95% 5%,rgba(216,166,58,.2),transparent 28%),linear-gradient(135deg,#062b5b,#0d4c88); color:#fff; box-shadow:var(--shadow); }
.newsletter-card h2 { color:#fff; font-family:"Libre Baskerville",Georgia,serif; }.newsletter-card > div > p:last-child { color:#d8e6f5; margin-bottom:0; }
.newsletter-form { padding:22px; border:1px solid rgba(255,255,255,.17); border-radius:20px; background:rgba(255,255,255,.08); }
.newsletter-form label { display:block; margin-bottom:10px; color:#fff; font-size:.84rem; font-weight:800; }
.newsletter-form > div { display:flex; gap:9px; }.newsletter-form input { flex:1; min-width:0; min-height:50px; padding:0 16px; border:0; border-radius:12px; font:inherit; }.newsletter-form button { min-height:50px; padding:0 18px; border:0; border-radius:12px; background:var(--brand-gold); color:#fff; font:inherit; font-weight:900; cursor:pointer; }
.newsletter-form small { display:block; margin-top:10px; color:#bed0e4; }
.guides-page a:focus-visible,.guides-page button:focus-visible,.guides-page input:focus-visible { outline:3px solid var(--brand-gold); outline-offset:3px; }
@media(max-width:980px){.featured-guide-card,.newsletter-card{grid-template-columns:1fr}.featured-guide-art{min-height:300px;border-right:0;border-bottom:6px solid var(--brand-gold)}.guide-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.guides-hero-inner{display:block}.guides-hero-mark{width:130px;height:130px;margin-top:32px}.guides-hero-mark span{font-size:3.2rem}.featured-guide-copy{padding:28px}.guide-card-grid{grid-template-columns:1fr}.library-guide-card{min-height:0}.newsletter-card{padding:28px;gap:28px}.newsletter-form>div{display:grid}.guide-categories{justify-content:flex-start}.guide-actions .button{width:100%}}
@media(max-width:680px){.learning-featured-carousel .featured-carousel-stage{min-height:0}.learning-featured-carousel .featured-carousel-controls{flex-wrap:wrap}.learning-featured-carousel .featured-carousel-indicators{justify-content:center;flex-basis:100%;margin:2px 0 0}.learning-feature-slide .featured-guide-art{min-height:250px;padding:80px 30px 30px}.learning-featured-panel-controls{gap:10px;margin-bottom:24px}}

/* Sprint 4: Turning 65 guide article */
.guide-article-page .main-nav a.active{border-bottom-color:var(--brand-gold)}
.guide-article-hero{padding:54px 0 68px;background:radial-gradient(circle at 90% 14%,rgba(216,166,58,.23),transparent 25%),linear-gradient(135deg,#f5faff,#e7f3ff 62%,#fff9ed);border-bottom:1px solid #d4e2f0}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:42px;color:#647286;font-size:.82rem;font-weight:700}.breadcrumbs a{color:var(--blue)}
.guide-article-heading{display:grid;grid-template-columns:1fr 240px;gap:55px;align-items:center}.guide-article-heading h1{max-width:900px;font-family:"Libre Baskerville",Georgia,serif;font-size:clamp(2.7rem,5.7vw,5.2rem);line-height:1.04;letter-spacing:-.045em}.guide-article-heading .hero-lead{max-width:780px}
.article-byline{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:28px;color:#536278;font-size:.82rem;font-weight:800}.article-byline span+span:before{content:"";display:inline-block;width:5px;height:5px;margin:0 12px 2px 0;border-radius:50%;background:var(--brand-gold)}
.article-hero-badge{display:grid;justify-items:center;padding:30px 22px;border-radius:28px;background:var(--deep-navy);color:#fff;border:5px solid var(--brand-gold);box-shadow:var(--shadow);text-align:center}.article-hero-badge strong{font-family:"Libre Baskerville",Georgia,serif;font-size:4.7rem;line-height:1}.article-hero-badge span{margin:10px 0;color:#fff;font-weight:800}.article-hero-badge small{color:#ffe0a6}
.article-toc-section{position:relative;margin-top:-26px}.article-toc-card{padding:30px 34px;border:1px solid #d4e0eb;border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(6,43,91,.11)}.toc-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}.toc-heading h2{margin:0;font-size:1.55rem}.toc-heading .eyebrow{margin-bottom:4px}.toc-progress{overflow:hidden;width:180px;height:7px;border-radius:999px;background:#e8edf3}.toc-progress i{display:block;width:8%;height:100%;background:var(--brand-gold)}
.article-toc-card ol{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:0;padding:0;list-style:none}.article-toc-card li{border-left:1px solid var(--line)}.article-toc-card li:first-child{border-left:0}.article-toc-card a{display:flex;align-items:center;gap:9px;padding:10px 15px;color:var(--navy);font-size:.78rem;font-weight:800;line-height:1.3}.article-toc-card a:hover{color:var(--blue)}.article-toc-card a span{color:var(--gold);font-size:.68rem}
.article-content-section{padding-top:72px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:54px;align-items:start}.guide-article-body{min-width:0}.guide-article-body>section,.guide-article-body>aside{scroll-margin-top:140px;margin-bottom:42px}
.content-placeholder{padding:40px;border:2px dashed #b9cada;border-radius:24px;background:linear-gradient(145deg,#fbfdff,#f4f8fc)}.content-placeholder h2{font-family:"Libre Baskerville",Georgia,serif}.content-placeholder>p:not(.eyebrow){color:var(--muted);font-size:1.06rem}.content-placeholder.compact{padding:32px}.placeholder-panel{display:grid;gap:7px;margin-top:28px;padding:22px;border-radius:16px;background:#edf4fb;color:#4d5c70}.placeholder-panel strong{color:var(--navy);font-size:.76rem;letter-spacing:.1em}.placeholder-panel span{font-size:.9rem}
.steve-tip{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#062b5b,#0e4b87);color:#fff;box-shadow:0 16px 40px rgba(6,43,91,.16)}.steve-tip-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--brand-gold);color:#fff;font-size:1.2rem}.steve-tip .eyebrow{color:#ffe0a6;margin-bottom:5px}.steve-tip h3{color:#fff;margin-bottom:8px}.steve-tip p:last-child{margin:0;color:#d8e5f3}.steve-tip.tip-gold{background:linear-gradient(135deg,#fff8e8,#fff);color:var(--ink);border:1px solid #ead4a6}.steve-tip.tip-gold h3{color:var(--navy)}.steve-tip.tip-gold p:last-child{color:var(--muted)}
.printable-checklist{overflow:hidden;border:1px solid #cad8e6;border-radius:26px;background:#fff;box-shadow:0 14px 38px rgba(6,43,91,.08)}.checklist-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:32px;background:#f4f8fc;border-bottom:1px solid var(--line)}.checklist-heading h2{font-family:"Libre Baskerville",Georgia,serif}.checklist-heading p{margin-bottom:0;color:var(--muted)}.checklist-heading button{flex:0 0 auto;padding:11px 16px;border:0;border-radius:999px;background:var(--deep-navy);color:#fff;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.checklist-placeholder{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:18px 30px 28px}.checklist-placeholder label{display:flex;align-items:center;gap:12px;padding:16px 10px;border-bottom:1px solid var(--line);color:#607084}.checklist-placeholder input{width:20px;height:20px;accent-color:var(--brand-gold)}
.article-sidebar{position:sticky;top:130px;display:grid;gap:18px}.sidebar-card{padding:26px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.sidebar-card h3{font-family:"Libre Baskerville",Georgia,serif;font-size:1.3rem}.sidebar-card>p:not(.eyebrow){color:var(--muted)}.sidebar-card .button{width:100%;margin:12px 0 16px}.sidebar-card .text-link{display:block;text-align:center}.sidebar-note{padding:20px;border-radius:18px;background:#f5f8fb;color:var(--muted);font-size:.84rem}.sidebar-note strong{display:block;color:var(--navy)}.sidebar-note p{margin:5px 0 0}
.guide-pagination{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:58px;padding-top:30px;border-top:1px solid var(--line)}.guide-pagination a{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.guide-pagination a:last-child{text-align:right}.guide-pagination small,.guide-pagination strong{display:block}.guide-pagination small{color:var(--gold);font-weight:800}.guide-pagination strong{margin-top:4px;color:var(--navy)}.guide-pagination a:hover{border-color:var(--brand-gold)}
.mobile-call-steve{display:none}.guide-article-page a:focus-visible,.guide-article-page button:focus-visible{outline:3px solid var(--brand-gold);outline-offset:3px}
@media(max-width:980px){.guide-article-heading{grid-template-columns:1fr}.article-hero-badge{max-width:240px}.article-toc-card ol{grid-template-columns:1fr 1fr}.article-toc-card li{border-left:0;border-top:1px solid var(--line)}.article-toc-card li:first-child{border-top:0}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static;grid-template-columns:1fr 1fr}}
@media(max-width:680px){.guide-article-hero{padding:38px 0 52px}.breadcrumbs{margin-bottom:30px}.guide-article-heading{gap:30px}.article-byline{display:grid;gap:7px}.article-byline span+span:before{display:none}.article-toc-card{padding:24px}.toc-heading{display:block}.toc-progress{display:block;width:100%;margin-top:16px}.article-toc-card ol{grid-template-columns:1fr}.article-content-section{padding-top:52px}.content-placeholder{padding:26px}.steve-tip{grid-template-columns:1fr}.checklist-heading{display:block;padding:25px}.checklist-heading button{margin-top:18px}.checklist-placeholder{grid-template-columns:1fr;padding:14px 22px 24px}.article-sidebar{grid-template-columns:1fr}.guide-pagination{grid-template-columns:1fr}.guide-pagination a:last-child{text-align:left}.mobile-call-steve{position:fixed;z-index:50;display:flex;align-items:center;justify-content:center;gap:9px;right:16px;bottom:16px;min-height:52px;padding:0 22px;border-radius:999px;background:var(--brand-gold);color:#fff;font-weight:900;box-shadow:0 14px 32px rgba(6,43,91,.3)}.guide-article-page .site-footer{padding-bottom:105px}}
@media print{.utility-bar,.site-header,.guide-article-hero,.article-toc-section,.content-placeholder,.steve-tip,.article-sidebar,.guide-pagination,.mobile-call-steve,.site-footer{display:none!important}.article-content-section{padding:0}.article-layout{display:block}.printable-checklist{border:0;box-shadow:none}.checklist-heading{padding:0 0 20px;background:#fff}.checklist-heading button{display:none}.checklist-placeholder{padding:0}.checklist-placeholder label{break-inside:avoid}}

/* Sprint 4B: published Turning 65 guide content */
.guide-article-page .article-toc-card ol{grid-template-columns:repeat(2,1fr)}
.guide-article-page .article-toc-card li:nth-child(odd){border-left:0}.guide-article-page .article-toc-card li:nth-child(n+3){border-top:1px solid var(--line)}
.guide-introduction{margin-bottom:54px;padding:0 10px 36px;border-bottom:1px solid var(--line)}.guide-introduction .article-lead{font-family:"Libre Baskerville",Georgia,serif;font-size:clamp(1.3rem,2.4vw,1.75rem);line-height:1.55;color:var(--navy)}.guide-introduction>p:last-child{font-size:1.05rem;color:var(--muted)}
.article-section{padding:6px 10px 34px;border-bottom:1px solid var(--line)}.article-section+.article-section{margin-top:44px}.article-section h2,.guide-disclosure h2,.official-sources h2{font-family:"Libre Baskerville",Georgia,serif}.article-section h3{font-family:"Libre Baskerville",Georgia,serif}.article-section>p,.article-section li{color:#4f5e72;font-size:1.02rem;line-height:1.78}.article-section ul{display:grid;gap:8px;padding-left:24px}.article-section li::marker{color:var(--brand-gold)}.section-number{margin-bottom:7px!important;color:var(--gold)!important;font-size:.75rem!important;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.common-mistake{margin-top:28px;padding:22px 24px;border-left:5px solid #b64a3d;border-radius:0 16px 16px 0;background:#fff3f1}.common-mistake strong{display:block;margin-bottom:6px;color:#8e342b;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.common-mistake p{margin:0;color:#5d4a48}
.medicare-part-grid,.coverage-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}.medicare-part-grid>div,.coverage-path-grid>div{padding:25px;border:1px solid var(--line);border-radius:20px;background:#fbfdff}.medicare-part-grid h3,.coverage-path-grid h3{font-size:1.15rem}.medicare-part-grid p,.medicare-part-grid li,.coverage-path-grid p,.coverage-path-grid li{color:#5a687a;font-size:.9rem;line-height:1.65}.path-label{margin-bottom:5px!important;color:var(--gold)!important;font-size:.72rem!important;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.balanced-note{margin-top:20px;padding:16px 20px;border-radius:14px;background:#edf5fd;color:var(--navy)!important;font-weight:800;text-align:center}
.mistake-list,.question-list{list-style:none;padding-left:0!important}.mistake-list li,.question-list li{position:relative;padding:13px 16px 13px 44px;border:1px solid var(--line);border-radius:14px;background:#fff}.mistake-list li:before{content:"!";position:absolute;left:15px;top:14px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff0ee;color:#a43d32;font-size:.75rem;font-weight:900}.question-list li:before{content:"?";position:absolute;left:15px;top:14px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--sky);color:var(--blue);font-size:.75rem;font-weight:900}
.guide-contact-card{margin-top:28px;padding:28px;border-radius:20px;background:linear-gradient(135deg,#062b5b,#0d4c88);color:#fff}.guide-contact-card h3{color:#fff}.guide-contact-card p{color:#dce7f4}.guide-contact-card a{color:#ffe0a6;font-weight:800}
.guide-closing{margin:56px 0;padding:38px;border-radius:24px;background:linear-gradient(135deg,#fff8e8,#f4f9ff);border:1px solid #e6d5b2;text-align:center}.guide-closing h2{margin:0;font-family:"Libre Baskerville",Georgia,serif}
.guide-disclosure{margin-bottom:42px;padding:25px;border-radius:18px;background:#f4f6f8;color:#657184;font-size:.84rem}.guide-disclosure h2{font-size:1.18rem}.guide-disclosure p:last-child{margin-bottom:0}
.official-sources{margin-bottom:44px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.official-sources ul{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.official-sources a{display:block;padding:12px 15px;border-radius:12px;background:#f3f8fd;color:var(--blue);font-weight:800}.official-sources a:hover{text-decoration:underline}
.pdf-coming-soon .button{width:100%;margin-top:8px;color:var(--muted);cursor:not-allowed}.steve-tip p:last-child{margin:0}.guide-article-page .printable-checklist{scroll-margin-top:140px}
@media(max-width:680px){.guide-article-page .article-toc-card ol{grid-template-columns:1fr}.guide-article-page .article-toc-card li:nth-child(n+2){border-top:1px solid var(--line)}.medicare-part-grid,.coverage-path-grid{grid-template-columns:1fr}.article-section{padding-left:0;padding-right:0}.guide-introduction{padding-left:0;padding-right:0}.guide-contact-card{padding:24px}}
@media print{.guide-article-page .guide-introduction,.guide-article-page .article-section,.guide-article-page .steve-tip,.guide-article-page .guide-closing,.guide-article-page .guide-disclosure,.guide-article-page .official-sources{display:none!important}.guide-article-page .printable-checklist{display:block!important}.guide-article-page .checklist-placeholder{grid-template-columns:1fr 1fr}.guide-article-page .checklist-placeholder input{appearance:none;width:18px;height:18px;border:1.5px solid #000}.guide-article-page .checklist-heading h2{font-size:22pt}}

/* Release 2.0: Meet Steve event schedule */
.meet-steve-hero{padding:64px 0 70px}.meet-steve-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:54px;align-items:center}.meet-steve-hero h1{font-size:clamp(3rem,6vw,5rem)}.meet-steve-hero .hero-lead{margin-bottom:18px}.meet-steve-hero p:not(.eyebrow){max-width:760px}.meet-steve-hero .breadcrumbs{margin-bottom:32px}.meet-no-appointment{display:inline-block;margin:8px 0 0;padding:10px 14px;border:1px solid #d7c28f;border-radius:999px;background:#fff9ea;color:var(--navy);font-weight:800}.meet-welcome-card{overflow:hidden;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-end;min-height:420px;border:3px solid rgba(216,166,58,.65);border-radius:28px;background:linear-gradient(160deg,#eaf4ff,#fff);box-shadow:var(--shadow)}.meet-welcome-card img{width:100%;height:330px;object-fit:contain;object-position:center bottom}.meet-welcome-card div{display:grid;gap:5px;padding:23px 26px;border-top:4px solid var(--brand-gold);background:var(--deep-navy);color:#fff}.meet-welcome-card strong{font-family:"Libre Baskerville",Georgia,serif;font-size:1.2rem}.meet-welcome-card span{color:#dce7f4}.featured-schedule{background:linear-gradient(180deg,#fff,#f8fbff)}.event-list{display:grid;gap:20px}.event-card{display:grid;grid-template-columns:150px minmax(0,1fr) minmax(220px,.42fr);gap:28px;align-items:center;padding:28px;border:1px solid #cfdae6;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(6,43,91,.08);break-inside:avoid}.event-card-featured{border:2px solid rgba(216,166,58,.65);box-shadow:var(--shadow)}.event-logo-placeholder{display:grid;place-items:center;min-height:116px;padding:18px;border:2px dashed #b9c9d9;border-radius:18px;background:#f5f9fd;color:#718095;font-size:.76rem;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.08em}.event-status{display:inline-flex;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#fff1cf;color:#865807;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.event-card h3{margin-bottom:9px;font-family:"Libre Baskerville",Georgia,serif;font-size:1.35rem}.event-card address{color:var(--muted);font-style:normal;line-height:1.65}.event-note{margin:10px 0 0;color:#647287;font-size:.86rem}.event-time{display:grid;gap:8px;padding-left:26px;border-left:1px solid var(--line)}.event-time span{color:var(--gold);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.event-time strong,.event-time time{display:block;color:var(--navy)}.event-time time{font-weight:700}.event-time .button{width:100%;margin-top:9px}.meet-prepare-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:48px;align-items:start}.bring-card{padding:34px;border:1px solid #d4dfeb;border-radius:26px;background:linear-gradient(145deg,#fff,#f5f9fd);box-shadow:var(--shadow)}.bring-card ul{display:grid;gap:10px;margin:22px 0;padding:0;list-style:none}.bring-card li{position:relative;padding:12px 14px 12px 42px;border-radius:12px;background:#fff;color:var(--navy);font-weight:700}.bring-card li:before{content:"✓";position:absolute;left:14px;color:var(--gold);font-weight:900}.privacy-reminder{margin:20px 0 0;padding:16px;border-left:4px solid var(--brand-gold);background:#fff9ea;color:#5d6370;font-size:.84rem}.discussion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.discussion-grid div{display:grid;grid-template-columns:44px 1fr;gap:11px;align-items:center;min-height:78px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--navy);font-size:.85rem;font-weight:800}.discussion-grid span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--sky);color:var(--blue);font-size:.72rem;font-weight:900}.meet-steve-page a:focus-visible{outline:3px solid var(--brand-gold);outline-offset:3px}
@media(max-width:980px){.meet-steve-hero-grid{grid-template-columns:1fr}.meet-welcome-card{min-height:0;max-width:460px}.event-card{grid-template-columns:120px minmax(0,1fr)}.event-time{grid-column:1/-1;grid-template-columns:repeat(3,1fr) auto;align-items:center;padding:20px 0 0;border-top:1px solid var(--line);border-left:0}.event-time .button{margin:0}.meet-prepare-grid{grid-template-columns:1fr}.discussion-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.meet-steve-hero{padding:42px 0 52px}.meet-steve-hero-grid{gap:34px}.meet-welcome-card img{height:270px}.event-card{grid-template-columns:1fr;padding:22px}.event-logo-placeholder{min-height:82px}.event-time{grid-column:auto;grid-template-columns:1fr;padding-top:20px}.event-time .button{margin-top:8px}.discussion-grid{grid-template-columns:1fr}.bring-card{padding:26px 22px}}
@media print{.meet-steve-page .utility-bar,.meet-steve-page .site-header,.meet-steve-page .ready-enroll-section,.meet-steve-page .site-footer,.meet-steve-page .event-time .button{display:none!important}.meet-steve-page .meet-steve-hero{padding:0 0 24px;background:#fff}.meet-steve-page .meet-steve-hero-grid,.meet-steve-page .meet-prepare-grid{display:block}.meet-steve-page .meet-welcome-card{display:none}.meet-steve-page .section{padding:24px 0}.meet-steve-page .event-card{grid-template-columns:100px 1fr 180px;padding:16px;box-shadow:none}.meet-steve-page .event-time{grid-column:auto;padding-left:16px;border-top:0;border-left:1px solid #bbb}.meet-steve-page .discussion-grid{grid-template-columns:repeat(3,1fr)}.meet-steve-page .bring-card{margin-bottom:24px;box-shadow:none}}

/* Release 2.1: reuse the Home page portrait field color. */
.meet-steve-page .meet-welcome-card{background:#0B2F6B}

/* Release 2.3A: use the primary accent and strengthen the portrait frame. */
.meet-steve-page .meet-welcome-card{border-color:var(--brand-gold);border-width:5px}

/* Release 2.5A: separate answer categories from question titles. */
.answers-page .answers-list{display:grid;gap:18px}
.answers-page .answer-card{margin:0}
.answers-page .answer-card summary{cursor:pointer;text-align:left}
.answers-page .answer-card summary>.answer-category{display:block;width:max-content;margin-bottom:10px;color:var(--brand-gold);font-size:.72rem;font-weight:900;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.answers-page .answer-card summary>span:last-child{display:block}

/* Sprint 5: homepage hero alignment */
.home-page .hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:56px;
  align-items:center;
}
.home-page .hero-copy{
  align-self:center;
  min-width:0;
}
.home-page .hero-copy h1{
  max-width:720px;
  font-size:clamp(3.5rem,6.2vw,5.65rem);
}
.home-page .hero-card{
  width:min(100%,520px);
  margin:0;
  justify-self:center;
  align-self:center;
  transform:none;
  rotate:0deg;
}
.home-page .hero-photo-frame{
  margin:14px;
  padding:14px;
  overflow:hidden;
  border-radius:22px;
  background:#0B2F6B;
}
.home-page .hero-card .hero-photo-frame img{
  width:100%;
  aspect-ratio:4/4.55;
  border-radius:14px;
  object-fit:cover;
  object-position:50% 50%;
}
.home-page .hero-card::before{
  top:32px;
  left:32px;
}
@media(max-width:980px){
  .home-page .hero-grid{grid-template-columns:1fr;gap:44px}
  .home-page .hero-card{justify-self:center;width:min(100%,560px)}
}
@media(max-width:680px){
  .home-page .hero-grid{gap:36px}
  .home-page .hero-copy h1{font-size:clamp(3rem,14vw,4.15rem)}
  .home-page .hero-photo-frame{margin:10px;padding:10px;border-radius:18px}
  .home-page .hero-card .hero-photo-frame img{border-radius:11px}
  .home-page .hero-card::before{top:24px;left:24px}
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position:absolute; left:-999px; top:auto; }
.skip-link:focus { left: 16px; top: 16px; background:#fff; padding:10px 12px; z-index:99; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark {
  width:46px; height:46px; border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color:white; font-weight:800;
  box-shadow: 0 12px 28px rgba(20,93,160,.25);
}
.brand-text strong { display:block; font-size:1.05rem; line-height:1; }
.brand-text small { color: var(--muted); font-size:.78rem; }
.main-nav { display:flex; gap:22px; color: var(--muted); font-weight:600; font-size:.94rem; }
.main-nav a:hover { color: var(--blue); }
.nav-phone { color: var(--navy); border:1px solid var(--line); padding:10px 14px; border-radius:999px; font-weight:800; }

.hero {
  padding: 78px 0 62px;
  background:
    radial-gradient(circle at top right, rgba(200,149,45,.18), transparent 35%),
    linear-gradient(135deg, #f9fbff 0%, #eaf4ff 48%, #ffffff 100%);
}
.hero-grid { display:grid; grid-template-columns: 1.14fr .86fr; gap:52px; align-items:center; }
.eyebrow { margin:0 0 12px; color:var(--gold); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.78rem; }
h1, h2, h3, p { margin-top:0; }
h1 { font-size: clamp(2.65rem, 6vw, 5rem); line-height:.95; letter-spacing:-.06em; margin-bottom:24px; color:var(--navy); }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); line-height:1.08; letter-spacing:-.04em; margin-bottom:16px; color:var(--navy); }
h3 { line-height:1.16; color:var(--navy); }
.hero-lead { font-size:1.25rem; color:#34445d; max-width:680px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin:32px 0 26px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; border-radius:999px; padding:0 24px; font-weight:800; transition:.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background:var(--navy); color:white; box-shadow:0 14px 28px rgba(11,36,71,.22); }
.button-secondary { background:white; color:var(--navy); border:1px solid var(--line); }
.trust-strip { display:flex; flex-wrap:wrap; gap:10px; }
.trust-strip span { background:white; color:#42506a; border:1px solid var(--line); border-radius:999px; padding:8px 12px; font-weight:700; font-size:.86rem; }
.hero-card { background:white; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); }
.hero-card img { width:100%; aspect-ratio: 4/4.2; object-fit:cover; object-position:center top; }
.hero-card-body { padding:24px; }
.hero-card-body h2 { font-size:1.8rem; margin-bottom:6px; }
.hero-card-body p { color:var(--muted); }
.hero-card-body a { color:var(--blue); font-weight:800; }

.notice-band { background:var(--navy); color:white; padding:18px 0; }
.notice-grid { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.notice-grid p { margin:0; }
.notice-grid a { color:#ffe0a6; font-weight:800; }

.section { padding:78px 0; }
.section-muted { background: var(--soft); }
.section-heading { max-width:680px; }
.section-heading.centered { text-align:center; margin:0 auto 34px; }
.section-heading p { color:var(--muted); font-size:1.05rem; }
.question-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.question-card { background:white; border:1px solid var(--line); border-radius:22px; padding:24px; min-height:230px; box-shadow:0 12px 30px rgba(11,36,71,.06); transition:.2s ease; }
.question-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.icon { width:48px; height:48px; border-radius:16px; background:var(--sky); color:var(--blue); display:grid; place-items:center; font-weight:900; margin-bottom:22px; }
.question-card p { color:var(--muted); }

.learning-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:46px; align-items:center; }
.check-list { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:10px; }
.check-list li { position:relative; padding-left:32px; font-weight:700; color:#34445d; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:-1px; color:var(--gold); font-weight:900; }
.article-feature { background:white; border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); }
.article-feature img { border-radius:18px; width:100%; }
.article-links { display:grid; gap:12px; padding:18px 6px 4px; }
.article-links a { padding:16px; border:1px solid var(--line); border-radius:16px; font-weight:800; color:var(--navy); background:#fbfdff; }
.article-links a:hover { border-color:var(--blue); }
.small-note { color:var(--muted); font-size:.86rem; padding:0 8px; }

.why-grid { display:grid; grid-template-columns: .8fr 1.2fr; gap:38px; }
.benefit-list { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.benefit { padding:22px; border:1px solid var(--line); border-radius:20px; background:white; }
.benefit strong { display:block; color:var(--navy); font-size:1.08rem; margin-bottom:6px; }
.benefit span { color:var(--muted); }

.tip-section { padding:52px 0; background:linear-gradient(135deg,var(--navy),#123d74); color:white; }
.tip-card { max-width:900px; }
.tip-card .eyebrow { color:#ffe0a6; }
blockquote { margin:0; font-size:clamp(1.35rem,3vw,2.25rem); line-height:1.25; font-weight:800; letter-spacing:-.03em; }

.about-section { background:white; }
.about-grid { display:grid; grid-template-columns: 330px 1fr; gap:42px; align-items:center; }
.about-photo { border-radius:24px; box-shadow:var(--shadow); width:100%; aspect-ratio: 1/1.12; object-fit:cover; object-position:center top; }
.about-grid p { color:var(--muted); font-size:1.04rem; }

.contact-section { background:var(--sky); }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:center; }
.contact-card { background:white; border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); }
.contact-row { display:block; padding:18px; border-radius:16px; }
.contact-row:hover { background:var(--soft); }
.contact-row span { display:block; color:var(--muted); font-size:.85rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.contact-row strong { color:var(--navy); font-size:1.05rem; }

.site-footer { background:#07182f; color:#d8e4f5; padding:36px 0; }
.footer-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:30px; }
.site-footer p { margin:0 0 8px; color:#b9c8dc; }
.footer-nav{display:flex;flex-wrap:wrap;gap:10px 18px;margin-bottom:12px}.footer-nav a{color:#fff;font-size:.86rem;font-weight:700}.footer-nav a:focus-visible{outline:3px solid var(--brand-gold);outline-offset:3px}.footer-contact{display:flex;flex-wrap:wrap;gap:8px 16px}.footer-contact a{color:#d8e4f5;overflow-wrap:anywhere}

@media (max-width: 920px) {
  .nav-wrap { flex-wrap:wrap; }
  .main-nav { order:3; display:flex; width:100%; gap:18px; overflow-x:auto; scrollbar-width:thin; }
  .main-nav a { flex:0 0 auto; padding:12px 0 14px; }
  .hero-grid, .learning-grid, .why-grid, .about-grid, .contact-grid, .footer-grid { grid-template-columns:1fr; }
  .question-grid, .benefit-list { grid-template-columns:1fr 1fr; }
  .hero { padding-top:48px; }
  .about-photo { max-width:360px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto !important; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px, 1120px); }
  .nav-phone { display:none; }
  .question-grid, .benefit-list { grid-template-columns:1fr; }
  .notice-grid { display:block; }
  .section { padding:56px 0; }
  .hero-actions .button { width:100%; }
  h1 { font-size:2.8rem; }
}

/* Learning Center page */
.learning-hero {
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at top left, rgba(20,93,160,.14), transparent 32%),
    radial-gradient(circle at top right, rgba(200,149,45,.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eaf4ff 55%, #f9fbff 100%);
}
.learning-hero-grid { display:grid; grid-template-columns: 1.25fr .75fr; gap:42px; align-items:center; }
.search-panel { background:white; border:1px solid var(--line); border-radius: var(--radius); padding:18px; box-shadow:0 16px 38px rgba(11,36,71,.10); margin-top:28px; }
.search-panel label { display:block; color:var(--navy); font-weight:900; margin-bottom:12px; }
.search-row { display:flex; gap:10px; }
.search-row input { flex:1; min-height:52px; border:1px solid var(--line); border-radius:999px; padding:0 18px; font:inherit; outline:none; }
.search-row input:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(20,93,160,.10); }
.search-row button { min-height:52px; border:0; border-radius:999px; padding:0 22px; background:var(--navy); color:white; font-weight:900; cursor:pointer; }
.popular-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.popular-tags span { background:white; border:1px solid var(--line); border-radius:999px; padding:8px 12px; color:#42506a; font-weight:800; font-size:.86rem; }
.learning-stat-card { background:var(--navy); color:white; border-radius:var(--radius); padding:30px; box-shadow:var(--shadow); }
.learning-stat-card strong { display:block; font-size:2rem; line-height:1.05; letter-spacing:-.04em; margin-bottom:14px; }
.learning-stat-card p { color:#d8e4f5; }
.learning-stat-card ul { margin:22px 0 0; padding-left:20px; color:#ffe0a6; font-weight:800; }
.topic-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; }
.topic-card { background:white; border:1px solid var(--line); border-radius:22px; padding:24px; min-height:210px; box-shadow:0 12px 30px rgba(11,36,71,.06); transition:.2s ease; }
.topic-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.topic-card span { font-size:2rem; display:block; margin-bottom:18px; }
.topic-card p { color:var(--muted); }
.featured-guide-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.guide-card { background:white; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.guide-card img { width:100%; aspect-ratio: 16/9; object-fit:cover; }
.guide-card div { padding:24px; }
.guide-label { display:inline-flex; background:var(--sky); color:var(--blue); border-radius:999px; padding:6px 12px; font-weight:900; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:12px; }
.guide-card p { color:var(--muted); }
.text-link { color:var(--blue); font-weight:900; }
.split-feature { display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; }
.question-week-card, .download-card { background:white; border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:0 12px 30px rgba(11,36,71,.06); }
.question-week-card { background:linear-gradient(135deg,#ffffff,#f8fbff); }
.download-list { display:grid; gap:12px; margin-top:20px; }
.download-list a { display:flex; justify-content:space-between; gap:12px; padding:16px; border:1px solid var(--line); border-radius:16px; color:var(--navy); font-weight:900; background:#fbfdff; }
.download-list span { color:var(--muted); font-weight:800; font-size:.86rem; }
@media (max-width: 920px) {
  .learning-hero-grid, .split-feature { grid-template-columns:1fr; }
  .topic-grid, .featured-guide-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px) {
  .search-row { display:grid; }
  .topic-grid, .featured-guide-grid { grid-template-columns:1fr; }
}


/* About Steve page */
.main-nav a.active { color: var(--navy); }
.about-hero {
  padding: 72px 0 62px;
  background:
    radial-gradient(circle at 86% 10%, rgba(200,149,45,.20), transparent 30%),
    radial-gradient(circle at 8% 40%, rgba(20,93,160,.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef6ff 55%, #f9fbff 100%);
}
.about-hero-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap:52px; align-items:center; }
.about-portrait-card { background:white; border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); }
.about-portrait-card img { width:100%; aspect-ratio: 4/4.6; object-fit:cover; object-position:center top; border-radius:18px; }
.about-portrait-card div { padding:22px 8px 8px; }
.about-portrait-card h2 { font-size:1.8rem; margin-bottom:8px; }
.about-portrait-card p { color:var(--muted); margin-bottom:0; }
.story-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:48px; align-items:start; }
.story-copy p { color:var(--muted); font-size:1.08rem; }
.expect-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.expect-card { background:white; border:1px solid var(--line); border-radius:22px; padding:24px; box-shadow:0 12px 30px rgba(11,36,71,.06); }
.expect-card > span { display:inline-grid; place-items:center; width:44px; height:44px; border-radius:14px; background:var(--sky); color:var(--blue); font-weight:900; margin-bottom:20px; }
.expect-card p { color:var(--muted); }
.service-area-grid { display:grid; grid-template-columns:1fr 1fr; gap:38px; align-items:center; }
.service-area-grid > div:first-child p { color:var(--muted); font-size:1.05rem; }
.area-card { background:linear-gradient(135deg,#ffffff,#f7fbff); border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:var(--shadow); }
.area-card h3 { font-size:1.35rem; }
@media (max-width: 920px) {
  .about-hero-grid, .story-grid, .service-area-grid { grid-template-columns:1fr; }
  .expect-grid { grid-template-columns:1fr 1fr; }
  .about-portrait-card { max-width:520px; }
}
@media (max-width: 620px) {
  .expect-grid { grid-template-columns:1fr; }
}

/* Version 3.3 branded header and About page */
:root { --deep-navy:#062b5b; --brand-gold:#d8a63a; }
.utility-bar { background:#062b5b; color:#fff; font-size:.82rem; }
.utility-wrap { min-height:38px; display:flex; align-items:center; justify-content:space-between; gap:22px; }
.utility-wrap > div { display:flex; gap:22px; }
.utility-wrap a { color:#fff; opacity:.96; }
.site-header { position:sticky; top:0; }
.primary-page .site-header { background:#eaf3fb; border-bottom:2px solid #b8cce3; box-shadow:0 4px 12px rgba(11,47,107,.10); }
.brand-logo { width:64px; height:64px; border-radius:9px; object-fit:cover; box-shadow:0 8px 22px rgba(6,43,91,.18); }
.brand-text strong { font-family:"Libre Baskerville", Georgia, serif; font-size:1.8rem; color:var(--deep-navy); line-height:1.05; }
.brand-text small { color:var(--brand-gold); font-size:.9rem; font-weight:700; }
.nav-wrap { min-height:92px; }
.main-nav a { padding:31px 0 25px; border-bottom:3px solid transparent; color:var(--deep-navy); }
.main-nav a.active { border-bottom-color:var(--brand-gold); }
.nav-phone { background:var(--brand-gold); color:#fff; border:0; }

.branded-about-hero { color:#fff; background:var(--deep-navy); overflow:hidden; }
.branded-about-grid { display:grid; grid-template-columns:1.05fr .95fr; min-height:430px; align-items:stretch; }
.branded-about-copy { padding:48px 42px 48px 0; align-self:center; }
.branded-about-copy .eyebrow { color:#e4b448; }
.branded-about-copy h1 { font-family:"Libre Baskerville", Georgia, serif; color:#fff; font-size:clamp(3rem,5.4vw,5.4rem); line-height:1.05; max-width:720px; }
.branded-about-copy .hero-lead { color:#edf4ff; max-width:700px; }
.gold-rule { width:88px; height:3px; background:var(--brand-gold); margin:24px 0; }
.branded-portrait-wrap { position:relative; min-height:430px; overflow:hidden; border:4px solid var(--brand-gold); border-radius:var(--radius); background:var(--deep-navy); }
.portrait-trust-statement { position:absolute; z-index:2; top:18px; left:24px; right:24px; margin:0; color:var(--brand-gold); font-size:1rem; font-style:italic; font-weight:500; line-height:1.35; letter-spacing:.1em; text-align:center; }
.branded-portrait { width:100%; height:100%; object-fit:cover; object-position:center 12%; }
.portrait-badge { position:absolute; right:30px; bottom:28px; background:#fff; color:var(--deep-navy); border-radius:14px; padding:13px 18px; display:flex; align-items:center; gap:14px; box-shadow:var(--shadow); }
.portrait-badge img { width:58px; height:58px; border-radius:8px; object-fit:cover; }
.portrait-badge strong,.portrait-badge span,.portrait-badge small { display:block; }
.portrait-badge strong { font-family:"Libre Baskerville", Georgia, serif; font-size:1.25rem; }
.portrait-badge span { color:#333; font-size:.86rem; }
.portrait-badge small { color:var(--brand-gold); font-weight:800; }
.button-gold { background:var(--brand-gold); color:white; }
.button-light { background:#fff; color:var(--deep-navy); }
.button-outline-light { border:1px solid rgba(255,255,255,.8); color:#fff; background:transparent; }

/* Release 1.6: sitewide education-to-action banner */
.ready-enroll-section { padding:54px 0; background:#fff; }
.ready-enroll-banner { position:relative; overflow:hidden; margin:42px 0; padding:34px 38px; border:1px solid rgba(216,166,58,.58); border-radius:var(--radius); background:linear-gradient(135deg,var(--deep-navy),#0e4b87); color:#fff; box-shadow:var(--shadow); }
.ready-enroll-section .ready-enroll-banner { margin:0; }
.ready-enroll-banner::before { content:""; position:absolute; inset:0 auto 0 0; width:5px; background:var(--brand-gold); }
.ready-enroll-banner .eyebrow { margin-bottom:7px; color:#efbd4d; }
.ready-enroll-banner h2 { margin-bottom:10px; color:#fff; font-family:"Libre Baskerville",Georgia,serif; font-size:clamp(1.8rem,3vw,2.45rem); }
.ready-enroll-banner h2::after { content:"I'll Help."; display:block; margin-top:7px; color:var(--brand-gold); font-size:.48em; font-style:normal; font-weight:600; line-height:1.2; text-align:left; }
#ready-enroll-title { scroll-margin-top:176px; }
.ready-enroll-banner > p { max-width:880px; margin-bottom:0; color:#dce8f8; }
.ready-enroll-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.ready-enroll-actions .button { min-height:50px; }
.ready-enroll-notice { margin-top:19px!important; padding-top:16px; border-top:1px solid rgba(255,255,255,.18); color:#cbd9e9!important; font-size:.78rem; line-height:1.6; }
.ready-enroll-banner a:focus-visible { outline:3px solid var(--brand-gold); outline-offset:4px; }
@media (max-width:920px) { #ready-enroll-title { scroll-margin-top:216px; } }

.trust-ribbon { background:#fbf7ee; border-bottom:1px solid #eadfca; }
.trust-ribbon-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-ribbon article { display:flex; gap:14px; padding:28px 18px; align-items:flex-start; border-right:1px solid #e5dccb; }
.trust-ribbon article:last-child { border-right:0; }
.trust-icon { flex:0 0 54px; width:54px; height:54px; border-radius:50%; display:grid; place-items:center; background:var(--deep-navy); color:#fff; border:3px solid var(--brand-gold); font-weight:900; font-size:.76rem; }
.trust-ribbon h3 { font-family:"Libre Baskerville", Georgia, serif; color:var(--deep-navy); margin:2px 0 6px; font-size:1.02rem; }
.trust-ribbon p { margin:0; color:#4e5967; font-size:.9rem; }

.branded-story-section { background:#fff; }
.branded-story-grid { display:grid; grid-template-columns:1fr 1fr .72fr; gap:38px; align-items:start; }
.branded-story-grid h2 { font-family:"Libre Baskerville", Georgia, serif; color:var(--deep-navy); font-size:1.55rem; }
.branded-story-grid p { color:var(--muted); }
.belief-list { list-style:none; padding:0; margin:18px 0 0; display:grid; gap:16px; }
.belief-list li { position:relative; padding-left:34px; }
.belief-list li:before { content:"✓"; position:absolute; left:0; top:-2px; width:23px; height:23px; border:2px solid var(--brand-gold); border-radius:50%; display:grid; place-items:center; color:var(--brand-gold); font-weight:900; font-size:.75rem; }
.quote-card { background:#f3f7fb; border-radius:14px; padding:30px; color:var(--deep-navy); }
.quote-mark { font-family:Georgia,serif; font-size:4.6rem; line-height:.6; color:var(--brand-gold); }
.quote-card p { color:#28374a; font-size:1.02rem; }

.about-cta-section { padding:0 0 54px; }
.about-cta { background:linear-gradient(135deg,#062b5b,#0e4b87); color:#fff; border-radius:18px; padding:28px 38px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.about-cta h2 { color:#fff; margin:0; font-family:"Libre Baskerville", Georgia, serif; }
.about-cta p { margin:4px 0; color:#dce8f8; }
.about-cta .eyebrow { color:#efbd4d; }
.about-cta-actions { display:flex; gap:16px; flex-wrap:wrap; }
.footer-brand { display:flex; gap:14px; align-items:center; }
.footer-brand img { width:56px; height:56px; border-radius:8px; object-fit:cover; }

@media (max-width: 980px) {
  .utility-wrap > span { display:none; }
  .utility-wrap { justify-content:flex-end; }
  .branded-about-grid { grid-template-columns:1fr; }
  .branded-about-copy { padding:48px 0; }
  .branded-portrait-wrap { min-height:480px; }
  .trust-ribbon-grid { grid-template-columns:1fr 1fr; }
  .trust-ribbon article:nth-child(2) { border-right:0; }
  .branded-story-grid { grid-template-columns:1fr 1fr; }
  .quote-card { grid-column:1/-1; }
}
@media (max-width: 680px) {
  .utility-wrap > div { gap:10px; flex-direction:column; padding:8px 0; }
  .brand-logo { width:50px; height:50px; }
  .brand-text strong { font-size:1.35rem; }
  .brand-text small { font-size:.72rem; }
  .branded-about-copy { padding:38px 0; }
  .branded-portrait-wrap { min-height:390px; }
  .portrait-trust-statement { top:14px; left:12px; right:12px; font-size:.9rem; letter-spacing:.08em; }
  .portrait-badge { left:14px; right:14px; bottom:14px; }
  .trust-ribbon-grid,.branded-story-grid { grid-template-columns:1fr; }
  .trust-ribbon article { border-right:0; border-bottom:1px solid #e5dccb; }
  .about-cta { padding:26px; align-items:flex-start; flex-direction:column; }
  .ready-enroll-section { padding:42px 0; }
  .ready-enroll-banner { margin:32px 0; padding:28px 24px; }
  .ready-enroll-actions { display:grid; }
  .ready-enroll-actions .button { width:100%; }
}

@media print { .ready-enroll-section,.ready-enroll-banner { display:none!important; } }

/* Version 3.4 — subtle color treatment for the homepage */
.home-page .hero,.primary-hero-surface {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(216,166,58,.24), transparent 24%),
    radial-gradient(circle at 10% 12%, rgba(20,93,160,.18), transparent 28%),
    linear-gradient(135deg, #f4f9ff 0%, #e4f1ff 48%, #fff9ec 100%);
  border-bottom: 1px solid #d7e5f4;
}
.home-page .hero::after,.primary-hero-surface::after {
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-190px;
  bottom:-230px;
  border:46px solid rgba(6,43,91,.06);
  border-radius:50%;
  pointer-events:none;
}
.answers-hero::after { display:none; }
.home-page .hero-copy h1 { color:var(--deep-navy); }
.home-page .hero-copy .eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--deep-navy);
  background:rgba(216,166,58,.18);
  border:1px solid rgba(216,166,58,.38);
  border-radius:999px;
  padding:7px 12px;
}
.home-page .button-primary {
  background:linear-gradient(135deg,var(--brand-gold),#bd8321);
  color:#fff;
  box-shadow:0 14px 28px rgba(189,131,33,.28);
}
.home-page .button-secondary {
  border-color:#b9cce1;
  background:rgba(255,255,255,.88);
}
.home-page .trust-strip span:nth-child(1) { border-color:#a9c8e7; background:#f5faff; }
.home-page .trust-strip span:nth-child(2) { border-color:#e5c77f; background:#fffaf0; }
.home-page .trust-strip span:nth-child(3) { border-color:#b8d8c5; background:#f5fbf7; }
.home-page .hero-card {
  border:3px solid rgba(216,166,58,.72);
  box-shadow:0 26px 70px rgba(6,43,91,.20);
}
.home-page .hero-card-body {
  background:linear-gradient(135deg,#ffffff,#f5f9ff);
  border-top:4px solid var(--brand-gold);
}
.home-page .hero-card-body a { color:#b77c16; }

.home-page .notice-band {
  background:linear-gradient(90deg,#062b5b 0%,#0d4c88 72%,#1663a6 100%);
  border-bottom:4px solid var(--brand-gold);
}

.home-page #questions {
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.home-page .question-card {
  position:relative;
  overflow:hidden;
  border-top:5px solid var(--blue);
}
.home-page .question-card:nth-child(2) { border-top-color:var(--brand-gold); }
.home-page .question-card:nth-child(3) { border-top-color:#4d9b78; }
.home-page .question-card:nth-child(4) { border-top-color:#8653a6; }
.home-page .question-card:nth-child(1) .icon { background:#e7f2ff; color:#0b5ea8; }
.home-page .question-card:nth-child(2) .icon { background:#fff3d8; color:#a86e0a; }
.home-page .question-card:nth-child(3) .icon { background:#e9f7ef; color:#28724f; }
.home-page .question-card:nth-child(4) .icon { background:#f2eafb; color:#704094; }

.home-page #learning.section-muted {
  background:
    linear-gradient(135deg,rgba(234,244,255,.95),rgba(255,250,238,.94));
  border-top:1px solid #dbe7f2;
  border-bottom:1px solid #eadfc9;
}
.home-page .article-feature { border-color:#c8d9eb; }
.home-page .article-links a:first-child { border-left:5px solid var(--blue); }
.home-page .article-links a:nth-child(2) { border-left:5px solid var(--brand-gold); }

.home-page .why-grid {
  background:linear-gradient(135deg,#fffdf7,#f7fbff);
  border:1px solid #e5e0d4;
  border-radius:30px;
  padding:38px;
  box-shadow:0 18px 46px rgba(6,43,91,.07);
}
.home-page .benefit { border-left:5px solid var(--blue); }
.home-page .benefit:nth-child(2) { border-left-color:var(--brand-gold); }
.home-page .benefit:nth-child(3) { border-left-color:#4d9b78; }
.home-page .benefit:nth-child(4) { border-left-color:#8653a6; }

.home-page .tip-section {
  background:
    radial-gradient(circle at 86% 30%, rgba(216,166,58,.22), transparent 25%),
    linear-gradient(135deg,#062b5b,#0e4b87);
  border-top:4px solid var(--brand-gold);
  border-bottom:4px solid var(--brand-gold);
}

.home-page .about-section {
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 72%,#fff9ed 100%);
}
.home-page .about-photo {
  border:5px solid #fff;
  outline:3px solid rgba(216,166,58,.72);
}

.home-page .contact-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(216,166,58,.18), transparent 26%),
    linear-gradient(135deg,#eaf4ff,#dceeff 58%,#fff6e4);
}
.home-page .contact-card { border-top:5px solid var(--brand-gold); }
.home-page .contact-row:hover { background:#eef6ff; }

@media (max-width: 920px) {
  .home-page .why-grid { padding:28px; }
}
@media (max-width: 620px) {
  .home-page .why-grid { padding:22px; border-radius:22px; }
}

/* Sprint 2 homepage enhancement */
.primary-page .nav-wrap { min-height:104px; }
.primary-page .brand-logo { width:76px; height:76px; border-radius:12px; }
.primary-page .brand-text { display:flex; flex-direction:column; align-items:flex-start; }
.primary-page .brand-text .brand-kicker,.primary-page .brand-text .brand-support { color:var(--gold); font-size:.8rem; font-weight:700; line-height:1.1; }
.primary-page .brand-text .brand-kicker { margin-bottom:4px; }
.primary-page .brand-text strong { font-size:2rem; }
.primary-page .brand-text .brand-support { margin-top:4px; }
.home-page .hero { padding:96px 0 82px; }
.home-page .hero-grid { grid-template-columns:1.2fr .8fr; gap:70px; }
.home-page .hero-copy h1 { max-width:760px; font-size:clamp(3.6rem,7vw,6.25rem); line-height:.92; margin-bottom:30px; }
.home-page .hero-lead { max-width:720px; color:var(--ink); font-size:1.125rem; line-height:1.7; }
.home-page .hero-actions { margin:36px 0 30px; gap:16px; }
.home-page .hero-actions .button { min-height:58px; padding:0 28px; gap:10px; }
.home-page .button:focus-visible,.home-page a:focus-visible { outline:3px solid var(--brand-gold); outline-offset:4px; }
.home-page .hero-card { position:relative; transform:rotate(1deg); border-width:4px; border-radius:30px; }
.home-page .hero-card::before { content:"Local Medicare Broker"; position:absolute; z-index:2; top:18px; left:18px; padding:8px 13px; border-radius:999px; background:rgba(6,43,91,.9); color:#fff; font-size:.76rem; font-weight:800; letter-spacing:.04em; }
.home-page .hero-card img { aspect-ratio:4/4.55; object-position:center 8%; }
.home-page .hero-card-body { padding:28px; }
.home-page .hero-card-body h2 { font-family:"Libre Baskerville",Georgia,serif; }
.home-page .section { padding:94px 0; }
.weekly-section { background:#fff; }
.home-page .educational-pathway-section { padding-bottom:52px; }
.home-page .pathway-featured-guide { padding-top:52px; }
.weekly-heading { max-width:none; display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:34px; }
.weekly-heading h2 { max-width:680px; margin-bottom:0; }
.section-link { flex:0 0 auto; margin-bottom:8px; }
.weekly-grid { display:grid; grid-template-columns:1.45fr 1fr; gap:18px; }
.featured-carousel { grid-row:span 2; min-width:0; }
.featured-carousel-stage { min-height:430px; opacity:1; transform:translateX(0); transition:opacity .3s ease,transform .3s ease; }
.featured-carousel.is-transitioning .featured-carousel-stage { opacity:0; transform:translateX(-6px); }
.featured-slide[hidden] { display:none; }
.featured-slide { height:100%; }
.featured-guide-button { min-height:48px; margin-top:6px; padding:0 20px; }
.featured-carousel-controls { display:flex; align-items:center; gap:10px; margin-top:16px; padding:0 4px; }
.featured-carousel-control,.featured-carousel-indicators button { border:1px solid #b9cce1; background:#fff; color:var(--deep-navy); cursor:pointer; }
.featured-carousel-control { display:grid; place-items:center; width:44px; height:44px; padding:0; border-radius:50%; font:inherit; font-weight:900; }
.featured-carousel-control:hover,.featured-carousel-indicators button:hover { border-color:var(--brand-gold); background:#fffaf0; }
.featured-carousel-control:focus-visible,.featured-carousel-indicators button:focus-visible { outline:3px solid var(--brand-gold); outline-offset:3px; }
.featured-carousel-indicators { display:flex; align-items:center; gap:9px; margin-left:4px; }
.featured-carousel-indicators button { width:13px; height:13px; padding:0; border-radius:50%; }
.featured-carousel-indicators button[aria-current="true"] { border-color:var(--brand-gold); background:var(--brand-gold); box-shadow:0 0 0 3px rgba(216,166,58,.18); }
.weekly-feature { grid-row:span 2; min-height:430px; padding:34px; display:flex; flex-direction:column; justify-content:space-between; border-radius:28px; background:linear-gradient(145deg,#062b5b,#0d4c88); color:#fff; box-shadow:var(--shadow); }
.weekly-feature h3 { max-width:620px; color:#fff; font-family:"Libre Baskerville",Georgia,serif; font-size:clamp(1.65rem,3vw,2.35rem); margin:16px 0 14px; }
.weekly-feature p { max-width:640px; color:#dce9f7; }
.weekly-feature .text-link { color:#ffe0a6; }
.weekly-meta { display:flex; justify-content:space-between; gap:12px; color:#e6edf7; font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.weekly-meta span:first-child { color:#ffe0a6; }
.weekly-item { display:grid; grid-template-columns:auto 1fr; gap:20px; align-items:start; min-height:206px; padding:26px; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 12px 34px rgba(6,43,91,.07); transition:.2s ease; }
.weekly-item:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.weekly-item h3 { margin:4px 0 18px; font-size:1.18rem; }
.resource-icon { display:grid; place-items:center; width:52px; height:52px; border-radius:16px; background:#e7f2ff; color:var(--blue); font-weight:900; }
.weekly-feature .resource-icon { width:58px; height:58px; background:rgba(255,255,255,.13); color:#ffe0a6; border:1px solid rgba(255,255,255,.2); }
.icon-gold { background:#fff3d8; color:#a86e0a; }.icon-green { background:#e9f7ef; color:#28724f; }
.card-kicker { margin:0; color:var(--gold); font-size:.74rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.featured-question-section { background:linear-gradient(180deg,#f5f9ff,#fff); }
.featured-question-card { position:relative; overflow:hidden; display:grid; grid-template-columns:auto 1.35fr .65fr; gap:34px; align-items:start; padding:46px; border:1px solid #c9d9e9; border-radius:32px; background:#fff; box-shadow:0 24px 70px rgba(6,43,91,.1); }
.featured-question-card::after { content:""; position:absolute; width:260px; height:260px; right:-130px; top:-150px; border-radius:50%; background:rgba(216,166,58,.12); }
.question-mark { display:grid; place-items:center; width:68px; height:68px; border-radius:22px; background:var(--deep-navy); color:#fff; border:4px solid var(--brand-gold); font-family:Georgia,serif; font-size:2.25rem; font-weight:800; }
.featured-question-copy h2 { font-family:"Libre Baskerville",Georgia,serif; font-size:clamp(1.85rem,3.2vw,3rem); }
.featured-question-copy > p:not(.eyebrow) { color:var(--muted); font-size:1.04rem; }
.answer-note { margin:22px 0 26px; padding:18px 20px; border-left:4px solid var(--brand-gold); background:#fff9ed; color:#3a4655; }
.question-takeaway { position:relative; z-index:1; padding:26px; border-radius:22px; background:#f2f7fc; }
.question-takeaway ul { list-style:none; margin:16px 0 0; padding:0; display:grid; }
.question-takeaway li { display:flex; align-items:center; gap:12px; padding:14px 0; border-bottom:1px solid #d8e3ee; color:var(--navy); font-weight:800; }
.question-takeaway li:last-child { border:0; }.question-takeaway li span { color:var(--gold); font-size:.76rem; }
.home-page .article-feature { padding:20px; border:2px solid #aebdcc; }
.home-page .article-feature img { aspect-ratio:16/8.4; object-fit:cover; }
.pathway-section-heading { margin:0 6px 10px; }
.pathway-section-heading h2 { margin:0; }
.pathway-section-heading p { margin:8px 0 0; color:var(--muted); }
.home-page .article-links a { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; padding:18px; border-width:2px; border-color:#bdcad8; }
.home-page .article-links a:hover { border-color:var(--blue); }
.home-page .article-links a:first-child { border-left:5px solid var(--blue); }
.home-page .article-links a:nth-child(2) { border-left:5px solid var(--brand-gold); }
.article-link-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:var(--sky); color:var(--blue); }
.home-page .article-links a:nth-child(2) .article-link-icon { background:#fff3d8; color:#a86e0a; }
.home-page .article-links small { display:block; margin-top:4px; color:var(--muted); font-weight:600; }
.home-page .article-links b { color:var(--gold); font-size:1.3rem; }
.home-page .tip-section { padding:74px 0; }
.home-page .tip-card { max-width:1040px; }
.tip-label { display:flex; align-items:center; gap:14px; margin-bottom:25px; }
.tip-label > span { display:grid; place-items:center; width:50px; height:50px; border-radius:50%; background:var(--brand-gold); color:#fff; font-size:1.2rem; box-shadow:0 10px 24px rgba(0,0,0,.18); }
.tip-label .eyebrow { margin-bottom:1px; }.tip-label small { color:#bcd0e7; }
.tip-content { display:grid; grid-template-columns:auto 1fr; gap:20px; align-items:start; }
.tip-content .quote-mark { color:var(--brand-gold); font-family:Georgia,serif; font-size:6rem; line-height:.72; }
.tip-content blockquote { font-family:"Libre Baskerville",Georgia,serif; font-weight:700; line-height:1.38; }
.tip-checks { display:flex; flex-wrap:wrap; gap:10px; margin:30px 0 0 76px; }
.tip-checks span { padding:8px 13px; border:1px solid rgba(255,255,255,.22); border-radius:999px; color:#e5eef8; font-size:.82rem; font-weight:800; }
.tip-checks span::before { content:"\2713"; margin-right:7px; color:#efbd4d; }
@media (max-width:980px) {
  .home-page .hero-grid,.weekly-grid { grid-template-columns:1fr; }
  .home-page .hero-card { max-width:580px; transform:none; }
  .weekly-feature,.featured-carousel { grid-row:auto; }
  .featured-question-card { grid-template-columns:auto 1fr; }
  .question-takeaway { grid-column:2; }
}
@media (max-width:680px) {
  .primary-page .nav-wrap { min-height:82px; }.primary-page .brand-logo { width:58px; height:58px; }.primary-page .brand-text .brand-kicker,.primary-page .brand-text .brand-support { font-size:.68rem; }.primary-page .brand-text .brand-kicker { margin-bottom:3px; }.primary-page .brand-text strong { font-size:1.45rem; }.primary-page .brand-text .brand-support { margin-top:3px; }
  .home-page .hero { padding:62px 0 58px; }.home-page .hero-copy h1 { font-size:clamp(3rem,15vw,4.3rem); }
  .home-page .section { padding:68px 0; }.weekly-heading { display:block; }.section-link { display:inline-block; margin-top:18px; }
  .home-page .educational-pathway-section { padding-bottom:44px; }.home-page .pathway-featured-guide { padding-top:44px; }
  .weekly-feature,.weekly-item { padding:24px; }.weekly-item { grid-template-columns:1fr; min-height:0; }
  .featured-carousel-stage { min-height:0; }.featured-carousel-controls { justify-content:center; flex-wrap:wrap; }.featured-carousel-indicators { margin-left:2px; }
  .featured-question-card { display:block; padding:26px; }.question-mark { margin-bottom:24px; }.question-takeaway { margin-top:28px; }
  .tip-content { grid-template-columns:1fr; gap:4px; }.tip-content .quote-mark { height:58px; }.tip-checks { margin-left:0; }
}

@media (prefers-reduced-motion: reduce) {
  .featured-carousel-stage { transition:none; }
  .featured-carousel.is-transitioning .featured-carousel-stage { opacity:1; transform:none; }
}

/* Ask Steve question submission */
.ask-question-section { background:#fff; }
#answer-library { scroll-margin-top:176px; }
@media (max-width:920px) { #answer-library { scroll-margin-top:216px; } }
.question-submission-card { max-width:960px; margin:0 auto; padding:40px; border:1px solid var(--line); border-radius:28px; background:#fbfdff; box-shadow:0 16px 44px rgba(11,36,71,.08); }
.question-submission-intro { max-width:790px; }
.question-submission-intro > p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.question-privacy-warning { margin-top:24px; padding:18px 20px; border-left:5px solid var(--brand-gold); border-radius:0 14px 14px 0; background:#fff8e8; }
.question-privacy-warning strong { display:block; margin-bottom:5px; color:var(--navy); }
.question-publication-note { font-size:.88rem; }
.question-submission-form { position:relative; margin-top:32px; padding-top:30px; border-top:1px solid var(--line); }
.required-note { margin-bottom:20px; color:var(--muted); font-size:.8rem; font-weight:700; }
.required-note span,.question-form-field label span,.question-consent-field label span { color:#9d352b; }
.question-fields-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.question-form-field { min-width:0; }
.question-form-field-full { grid-column:1 / -1; }
.question-form-field label { display:block; margin-bottom:8px; color:var(--navy); font-size:.9rem; font-weight:800; }
.question-form-field input,.question-form-field select,.question-form-field textarea { width:100%; min-width:0; min-height:52px; padding:12px 14px; border:1px solid #bdccdc; border-radius:12px; background:#fff; color:var(--ink); font:inherit; }
.question-form-field textarea { min-height:180px; resize:vertical; line-height:1.55; }
.question-form-field input:focus-visible,.question-form-field select:focus-visible,.question-form-field textarea:focus-visible,.question-consent-field input:focus-visible,.question-submit-button:focus-visible,.question-form-message:focus-visible { outline:3px solid var(--brand-gold); outline-offset:3px; }
.question-form-field [aria-invalid="true"],.question-consent-field input[aria-invalid="true"] { border-color:#9d352b; }
.question-field-hint,.question-field-error { display:block; margin-top:7px; font-size:.78rem; line-height:1.45; }
.question-field-hint { color:var(--muted); }
.question-field-error { color:#8b2e27; font-weight:700; }
.question-consent-field { display:flex; align-items:flex-start; gap:12px; margin-top:24px; }
.question-consent-field input { flex:0 0 auto; width:20px; height:20px; margin-top:3px; accent-color:var(--navy); }
.question-consent-field label { color:var(--navy); font-size:.88rem; font-weight:700; line-height:1.55; }
.question-submit-button { margin-top:26px; border:0; font:inherit; cursor:pointer; }
.question-submit-button:disabled { opacity:.65; cursor:wait; }
.question-contact-fallback { margin:18px 0 0; color:var(--muted); font-size:.82rem; line-height:1.55; }
.question-contact-fallback a { color:var(--blue); font-weight:800; }
.question-form-message { margin-bottom:22px; padding:18px 20px; border-radius:14px; }
.question-form-error-summary { border-left:5px solid #9d352b; background:#fff1ef; color:#59231f; }
.question-form-error-summary h3 { margin-bottom:7px; color:#762b24; font-size:1.05rem; }
.question-form-error-summary p { margin-bottom:0; }
.question-form-error-summary ul { display:grid; gap:5px; margin:10px 0 0; padding-left:20px; }
.question-form-error-summary a { color:#762b24; font-weight:800; text-decoration:underline; }
.question-form-success { border-left:5px solid #28724f; background:#e9f7ef; color:#174b34; font-weight:700; }
.question-form-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip-path:inset(50%)!important; white-space:nowrap!important; pointer-events:none!important; }
@media(max-width:680px){.question-submission-card{padding:26px 22px}.question-fields-grid{grid-template-columns:1fr}.question-form-field-full{grid-column:auto}.question-submit-button{width:100%}}

/* Sprint 5.1: final homepage hero polish */
.home-page .hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:54px;
  align-items:center;
}
.home-page .hero-copy{
  align-self:center;
  min-width:0;
}
.home-page .hero-copy h1{
  max-width:720px;
  font-size:clamp(3.5rem,6.2vw,5.65rem);
}
.home-page .hero-card{
  width:min(100%,535px);
  margin:0;
  justify-self:center;
  align-self:center;
  transform:translate(-16px,-26px);
  rotate:0deg;
}
.home-page .hero-photo-frame{
  margin:10px;
  padding:10px;
  overflow:hidden;
  border-radius:21px;
  background:#0B2F6B;
}
.home-page .hero-card .hero-photo-frame img{
  width:100%;
  aspect-ratio:4/4.55;
  border-radius:13px;
  object-fit:cover;
  object-position:calc(50% - 10px) calc(50% - 6px);
  transform:scale(1.09);
  transform-origin:50% 50%;
}
.home-page .hero-card::before{
  top:28px;
  left:28px;
}
@media(max-width:980px){
  .home-page .hero-grid{grid-template-columns:1fr;gap:42px}
  .home-page .hero-card{width:min(100%,560px);justify-self:center;transform:translateY(-12px)}
}
@media(max-width:680px){
  .home-page .hero-grid{gap:34px}
  .home-page .hero-copy h1{font-size:clamp(3rem,14vw,4.15rem)}
  .home-page .hero-card{width:100%;transform:none}
  .home-page .hero-photo-frame{margin:8px;padding:8px;border-radius:17px}
  .home-page .hero-card .hero-photo-frame img{border-radius:10px;transform:scale(1.05)}
  .home-page .hero-card::before{top:22px;left:22px}
}

/* Sprint 6: consolidated Learning Center */
.learning-hub-page .hub-hero h1{font-family:"Libre Baskerville",Georgia,serif;font-size:clamp(3rem,6vw,5.35rem)}
.learning-hub-page .hub-topic-grid{grid-template-columns:repeat(3,1fr)}
.learning-hub-page .topic-card span{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:var(--sky);color:var(--blue);font-size:.8rem;font-weight:900}
.learning-hub-page .library-guide-card{scroll-margin-top:130px}
.learning-hub-page .library-card-actions span{display:grid;place-items:center;min-height:44px;padding:8px 10px;border:1px solid #d5dee8;border-radius:12px;background:#f2f5f8;color:#788596;font-size:.78rem;font-weight:800;text-align:center;cursor:not-allowed}
.learning-hub-page .coming-soon-action{color:var(--muted);cursor:not-allowed}
.hub-download-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hub-download-grid article{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(6,43,91,.06)}.hub-download-grid article>span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:14px;background:#fff3d8;color:#9f690b;font-weight:900}.hub-download-grid h3{font-size:1.05rem}.hub-download-grid p{color:var(--muted);font-size:.88rem}.hub-download-grid strong{color:var(--gold);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}
.recently-answered{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.recently-answered>div>p{color:var(--muted)}.recent-question-list{display:grid;gap:10px}.recent-question-list a{display:flex;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--navy);font-weight:800}.recent-question-list a span{color:var(--gold)}
.transition-main{display:grid;min-height:620px;padding:76px 0;background:radial-gradient(circle at 85% 10%,rgba(216,166,58,.2),transparent 27%),linear-gradient(135deg,#edf6ff,#fffaf0)}.transition-card{align-self:center;max-width:850px;padding:58px;border:1px solid #d8e2ec;border-radius:30px;background:#fff;box-shadow:var(--shadow);text-align:center}.transition-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 24px;border-radius:50%;background:var(--deep-navy);color:#fff;border:4px solid var(--brand-gold);font-size:1.8rem}.transition-card h1{font-family:"Libre Baskerville",Georgia,serif;font-size:clamp(2.3rem,5vw,4.3rem);line-height:1.08}.transition-card>p:not(.eyebrow){max-width:670px;margin:0 auto 26px;color:var(--muted);font-size:1.05rem}.transition-card .transition-note{margin-top:22px!important;margin-bottom:0!important;font-size:.8rem!important}
@media(max-width:980px){.learning-hub-page .hub-topic-grid{grid-template-columns:1fr 1fr}.hub-download-grid{grid-template-columns:1fr 1fr}.recently-answered{grid-template-columns:1fr}}
@media(max-width:680px){.learning-hub-page .hub-topic-grid,.hub-download-grid{grid-template-columns:1fr}.transition-main{min-height:520px;padding:46px 0}.transition-card{padding:32px 24px}.recently-answered{gap:30px}}

/* Download editions remain out of the public interface until the files exist. */
.article-sidebar > .sidebar-card:nth-child(2){display:none}
