:root{
  --ink:#0d2330;
  --muted:#5d6d75;
  --brand:#0b4f6c;
  --brand2:#147d98;
  --accent:#f2b134;
  --bg:#f4f8fa;
  --card:#ffffff;
  --line:#dbe6eb;
  --shadow:0 18px 45px rgba(13,35,48,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit}
.wrap{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(219,230,235,.8)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:800;letter-spacing:-.02em}
.brand-mark{width:35px;height:35px;display:grid;place-items:center;color:var(--brand)}
.brand-mark svg{width:100%;height:100%;fill:currentColor}
.brand-text{font-size:1.35rem}
.header-cta{font-weight:700;text-decoration:none;padding:10px 16px;border-radius:10px;background:var(--brand);color:#fff}
.hero{background:radial-gradient(circle at 86% 20%,rgba(20,125,152,.16),transparent 30%),linear-gradient(135deg,#f7fbfc 0%,#eef6f8 58%,#fdfefe 100%);padding:80px 0 72px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}
.eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.16em;font-weight:900;color:var(--brand2);margin-bottom:14px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.8rem,7vw,5.25rem);line-height:.98;letter-spacing:-.055em;margin-bottom:24px;max-width:780px}
h1 span{color:var(--brand2)}
.lead{font-size:1.15rem;color:var(--muted);max-width:670px;margin-bottom:28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 20px;border-radius:12px;font-weight:800;text-decoration:none;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(11,79,108,.2)}
.secondary{background:#fff;border:1px solid var(--line)}
.microcopy{font-size:.85rem;color:#76868e;font-weight:700;letter-spacing:.03em}
.hero-panel{background:rgba(255,255,255,.94);border:1px solid rgba(219,230,235,.9);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.panel-top{padding:17px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}
.signal{width:10px;height:10px;border-radius:50%;background:#19a974;box-shadow:0 0 0 4px rgba(25,169,116,.12)}
.status{margin-left:auto;font-size:.68rem;font-weight:900;letter-spacing:.12em;color:#14835e;background:#eaf8f3;padding:6px 8px;border-radius:999px}
.diag-flow{padding:24px}
.flow-step{display:flex;align-items:center;gap:14px}
.flow-step>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9f3f6;color:var(--brand);font-weight:900}
.flow-step b{display:block}
.flow-step small{color:var(--muted)}
.flow-line{height:26px;border-left:2px dashed #cbdce3;margin-left:17px}
.panel-note{background:#f4f8fa;border-top:1px solid var(--line);padding:16px 20px;font-size:.86rem;color:#60727b}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid>div{padding:24px 26px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:0}
.trust-grid b,.trust-grid span{display:block}
.trust-grid span{font-size:.85rem;color:var(--muted);margin-top:4px}
.section{padding:78px 0}
.section-heading{max-width:760px;margin-bottom:34px}
.section-heading h2,.principle-box h2,.cta-box h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:14px}
.section-heading p{font-size:1.05rem;color:var(--muted)}
.modules{background:var(--bg)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.module-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;min-height:320px;display:flex;flex-direction:column;box-shadow:0 8px 25px rgba(13,35,48,.05)}
.module-card.available{border-color:#b8d9e4;box-shadow:0 14px 34px rgba(11,79,108,.10)}
.module-icon{font-size:2rem;margin-bottom:18px}
.pill{align-self:flex-start;font-size:.65rem;font-weight:900;letter-spacing:.11em;color:#7a6f53;background:#f3efe4;border-radius:999px;padding:6px 9px;margin-bottom:16px}
.available-pill{background:#e9f7f2;color:#197456}
.module-card h3{font-size:1.55rem;margin-bottom:10px}
.module-card p{color:var(--muted);font-size:.95rem}
.module-link{margin-top:auto;font-weight:900;color:var(--brand);text-decoration:none}
.module-link span{transition:.2s}.module-link:hover span{margin-left:4px}
.module-link.disabled{color:#94a2a9}
.principle{background:#fff}
.principle-box{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;border:1px solid var(--line);border-radius:24px;padding:42px;background:linear-gradient(135deg,#fff,#f7fbfc)}
.principle-box p{color:var(--muted);font-size:1.05rem;margin-bottom:0}
.cta-section{padding-top:0}
.cta-box{background:linear-gradient(120deg,var(--brand),#0d6d89);color:#fff;border-radius:26px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:28px;box-shadow:0 20px 45px rgba(11,79,108,.24)}
.cta-box p{margin-bottom:0;color:#dcecf1}.eyebrow.light{color:#aee8f5}.light-btn{background:#fff;color:var(--brand)}
footer{border-top:1px solid var(--line);padding:28px 0 34px;background:#fff}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;color:#687880;font-size:.86rem}
.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{color:var(--ink);font-size:1rem}
@media (max-width:850px){
 .hero{padding:56px 0 48px}.hero-grid{grid-template-columns:1fr;gap:32px}.hero-panel{max-width:650px}
 .trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}.trust-grid>div:last-child{border-bottom:0}
 .cards{grid-template-columns:1fr}.principle-box{grid-template-columns:1fr;gap:20px}.cta-box{display:block}.cta-box .btn{margin-top:20px}.footer-inner{display:block}.footer-copy{margin-top:14px}
}
@media (max-width:560px){
 .wrap{width:min(100% - 28px,1160px)}.header-inner{height:64px}.header-cta{font-size:.82rem;padding:9px 11px}.brand-text{font-size:1.15rem}.brand-mark{width:30px;height:30px}
 h1{font-size:2.65rem}.lead{font-size:1.02rem}.hero-actions{display:grid}.btn{width:100%}.section{padding:58px 0}.module-card{min-height:290px}.principle-box,.cta-box{padding:28px 22px;border-radius:20px}
}
