:root {
  --bg: #f3f6fb;
  --surface: #ffffff;
  --ink: #0f1b2d;
  --muted: #4e5f79;
  --line: #d5dfed;
  --primary: #0b3b8f;
  --primary-2: #0e59d1;
  --accent: #ffcc4d;
  --ok: #0f7a42;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1140px,92%);margin:0 auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;justify-content:space-between;align-items:center;padding:12px 0}
.brand{font-weight:800;letter-spacing:.3px;color:#11284f}
.brand span{color:var(--primary-2)}
nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
nav a{font-size:14px;color:#263a5e;font-weight:600}
.btn{display:inline-block;background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff;padding:11px 16px;border-radius:10px;font-weight:800;border:0;cursor:pointer}
.btn.ghost{background:#fff;color:#1c3560;border:1px solid #b5c7e3}
.btn.block{width:100%}
.hero{padding:64px 0 40px;background:linear-gradient(110deg,#f8fbff,#e9f1fb)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--primary-2);font-weight:800}
h1,h2,h3{font-family:"Plus Jakarta Sans",Inter,Arial,sans-serif;line-height:1.15;color:#102a56}
h1{font-size:clamp(32px,5vw,54px);margin:10px 0 14px;max-width:none}
.sub{font-size:18px;color:#385178;max-width:62ch}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}
.hero-points .point{background:#fff;border:1px solid #cad8ee;border-radius:12px;padding:12px}
.hero-points strong{display:block;color:#12356e;font-size:20px}
.card{background:#fff;border:1px solid #cfdbef;border-radius:14px;padding:18px;box-shadow:0 14px 30px rgba(18,45,97,.08)}
.small{font-size:13px;color:#5a6d89}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,select,textarea{width:100%;padding:11px;border-radius:10px;border:1px solid #c4d4eb;background:#f9fbff;color:#132847;font:inherit}
textarea{min-height:96px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:2px solid #9ab8eb;outline-offset:1px;border-color:#7aa1dc}
.section{padding:58px 0}
.section.alt{background:#eaf1fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.cards .card h3{margin:0 0 8px}
.cards .card p{margin:0;color:#4d6181}
.list{margin:0;padding-left:20px}
.list li{margin-bottom:8px;color:#385178}
.chips{display:flex;gap:10px;flex-wrap:wrap}
.chips span{background:#fff;border:1px solid #cad8ee;padding:8px 13px;border-radius:999px;font-weight:700;color:#1c3f77}
.cta-band{background:#102a56;color:#e8effe;padding:34px 0}
.cta-band h2{color:#fff;margin-top:0}
.footer{background:#0e2248;color:#d7e0f1;padding:28px 0;border-top:1px solid #1b3a6f}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}
.footer a{color:#dce7fb}
.note{padding:10px 12px;border-left:4px solid var(--ok);background:#f3fbf6;color:#205737;border-radius:6px;font-size:14px}
.table{width:100%;border-collapse:collapse}
.table th,.table td{border:1px solid #d1dced;padding:10px;vertical-align:top}
.table th{background:#eef4fd;text-align:left}
.center{text-align:center}
.mt-0{margin-top:0}
@media (max-width:960px){
  .hero-grid,.cards,.footer-grid,.grid-2{grid-template-columns:1fr}
  .hero-points{grid-template-columns:1fr}
  nav a.hide-sm{display:none}
}


.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 6px}.trust-row span{background:#e8f0ff;border:1px solid #c5d7fb;padding:7px 11px;border-radius:999px;color:#173b75;font-weight:700;font-size:12px}
.hero-media-wrap{padding:0 0 38px}.hero-media{position:relative;border-radius:16px;overflow:hidden;border:1px solid #c9d8f1;box-shadow:0 18px 40px rgba(13,36,78,.14)}
.hero-media img{width:100%;height:360px;object-fit:cover;display:block;filter:saturate(1.05)}
.media-card{position:absolute;left:18px;bottom:18px;max-width:460px;background:rgba(7,22,48,.84);backdrop-filter:blur(3px);color:#eaf1ff;border:1px solid rgba(255,255,255,.22);padding:14px 16px;border-radius:12px}
.media-card strong{display:block;font-size:18px;margin-bottom:6px}.media-card p{margin:0;color:#d6e3ff;font-size:14px}

.hs-form-frame{width:100%;min-height:420px}.hs-form-frame iframe{width:100%!important}

.smk-form .form-status{min-height:20px;margin:10px 0 0;color:#1d3f77}.smk-form button[disabled]{opacity:.65;cursor:not-allowed}

.form-status.ok{background:#eefbf3;border:1px solid #b8e8cb;color:#125c33;padding:10px 12px;border-radius:10px}.form-status.err{background:#fff4f2;border:1px solid #f3c3ba;color:#8a2a19;padding:10px 12px;border-radius:10px}
.consent-line{display:block;margin:10px 0;color:#3d5272}
.consent-line input{width:auto;margin-right:8px;transform:translateY(1px)}
.urgent-band{background:#0f2f63;color:#e7efff;padding:9px 0;border-bottom:1px solid #244a85;font-size:14px}
.urgent-band a{color:#ffd770;font-weight:700;text-decoration:underline}

.thankyou{min-height:76vh;display:flex;align-items:center;background:radial-gradient(circle at 20% 10%,#eef4ff 0%,#f5f8fd 45%,#f3f6fb 100%)}
.thankyou-shell{max-width:760px;margin:0 auto;text-align:center;background:#fff;border:1px solid #cfdbef;border-radius:18px;padding:42px 30px;box-shadow:0 20px 44px rgba(13,36,78,.11)}
.thankyou-badge{width:56px;height:56px;border-radius:999px;margin:0 auto 14px;background:#e9f8ef;color:#167a43;display:grid;place-items:center;font-weight:900;font-size:28px;border:1px solid #bde8cc}
.thankyou-shell h1{font-size:clamp(30px,4.2vw,44px);line-height:1.02;max-width:none;margin:8px 0 12px}
.thankyou-shell .sub{max-width:60ch;margin:0 auto 20px;color:#3a557f;font-size:17px;line-height:1.55}.thankyou-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

.hero h1{max-width:12ch}
@media (max-width:600px){
  .media-card{left:12px;right:12px;bottom:12px;max-width:none}
  input,select,textarea,button{font-size:16px}
  .consent-line{line-height:1.45}
}
