.cover{background:var(--navy);color:#e8eef4;padding:56px 0 48px}
.cover .kicker,.cover .sub{color:#7ec8d4}
.cover .hero-desc{color:#c0cad4}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.hero h1{font-size:clamp(26px,3.8vw,40px);line-height:1.12;margin:8px 0;font-family:Georgia,"Times New Roman",serif;font-weight:600}
.hero .sub{font-size:15px;margin-bottom:10px}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.hero-tags span{padding:4px 8px;border:1px solid #3a5870;font-size:12px}
.hero-shot{width:180px;height:110px;object-fit:cover;border:1px solid #7ec8d4}
.cover .btn{color:#e8eef4;border-color:#7ec8d4}
.cover .btn-fill{background:#7ec8d4;color:var(--navy);border-color:#7ec8d4}
.figcap{font-size:11px;letter-spacing:.08em;color:#7ec8d4;margin-bottom:6px}
.desk{background:#fff;color:var(--ink)}
.desk-top{display:flex;justify-content:space-between;padding:10px 12px;background:#0d2744;color:#e8eef4;font-size:12px}
.chans{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;border-bottom:1px solid var(--line)}
.chans b{padding:3px 8px;border:1px solid var(--line);font-size:11px}
.desk table{width:100%;border-collapse:collapse;font-size:13px}
.desk th,.desk td{padding:8px 10px;text-align:left;border-bottom:1px solid var(--line)}
.desk th{color:var(--muted);font-size:11px}
.toc{background:#fff;border:1px solid var(--line);padding:20px 24px;margin:0}
.toc h2{font-size:18px;margin-bottom:12px;font-family:Georgia,"Times New Roman",serif}
.toc a{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dotted var(--line);font-size:14px}
.toc a span:last-child{color:var(--teal);font-weight:700}
.wall{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line);margin-top:16px}
.wall span{background:#fff;padding:14px 6px;text-align:center;font-size:12px;font-weight:700}
.find{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.card{background:#fff;border:1px solid var(--line);padding:16px}
.card .fn{font-size:11px;color:var(--teal);font-weight:800}
.card h3{font-size:15px;margin:6px 0}
.card p{font-size:13px;color:var(--muted)}
.bar{height:8px;background:#e4eaf0;margin-top:10px}
.bar i{display:block;height:100%;background:var(--teal)}
.kpi{display:block;margin-top:6px;font-size:12px;font-weight:800;color:var(--navy)}
.shot{width:100%;max-height:220px;object-fit:cover;margin-top:16px;border:1px solid var(--line)}
.fig{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:#fff}
.pane{padding:16px;border-right:1px solid var(--line)}
.pane:last-child{border-right:0}
.bubble{margin-top:10px;font-size:14px}
.tips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;font-size:12px;color:var(--muted)}
.pain{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ps{background:#fff;border:1px solid var(--line);padding:14px}
.ps h3{font-size:11px;color:var(--teal);margin:6px 0 4px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line)}
.stats div{padding:16px;border-right:1px solid var(--line)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:28px;color:var(--navy)}
.stats span{font-size:12px;color:var(--muted)}
.review{display:grid;grid-template-columns:1fr 180px;gap:16px;background:#fff;border:1px solid var(--line);padding:18px}
.quote p{font-size:18px;font-family:Georgia,"Times New Roman",serif}
.quote small{display:block;margin-top:10px;color:var(--muted)}
.avatars{display:flex;flex-direction:column;gap:6px}
.avatars button{min-height:36px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:12px}
.avatars button.is-on{border-color:var(--navy);color:var(--navy);font-weight:700}
.tbl{width:100%;border-collapse:collapse;background:#fff}
.tbl th,.tbl td{padding:12px 10px;border:1px solid var(--line);text-align:left;font-size:14px}
.tbl th{background:#eef2f6;font-size:11px;letter-spacing:.08em}
.tbl .fee{font-weight:800;color:var(--navy)}
.cta-band{background:var(--navy);color:#e8eef4}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.cta-band .btn{color:#e8eef4;border-color:#7ec8d4}
.cta-band .btn-fill{background:#7ec8d4;color:var(--navy);border-color:#7ec8d4}
@media(max-width:980px){.hero-grid,.fig,.review,.pain,.stats,.find,.wall{grid-template-columns:1fr}.pane,.stats div{border-right:0;border-bottom:1px solid var(--line)}.avatars{flex-direction:row;flex-wrap:wrap}.tbl td:nth-child(3),.tbl th:nth-child(3){display:none}}
@media(max-width:720px){.wall{grid-template-columns:1fr 1fr}}
