:root{
    --bg:#f4f7fb;
    --card:#ffffff;
    --line:#dbe4ef;
    --text:#11233d;
    --text-soft:#5d6c81;
    --accent:#224b92;
    --accent-dark:#17325f;
    --accent-soft:#e8eef8;
    --success:#0f6a3d;
    --success-bg:#dbf5e8;
    --error:#8c1f1f;
    --error-bg:#fde7e7;
    --radius:22px;
    --shadow:0 18px 42px rgba(17,35,61,.08);
    --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;
    color:var(--text);
    background:
        radial-gradient(circle at top left, rgba(34,75,146,.08), transparent 28%),
        linear-gradient(180deg,#f8fafc 0%,var(--bg) 100%);
    line-height:1.65;
}
a{color:var(--accent);text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
.site-header{
    position:sticky;top:0;z-index:50;
    background:rgba(248,250,252,.88);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(219,228,239,.9);
}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-logo{height:38px;width:auto}
.site-nav{display:flex;align-items:center;gap:24px}
.site-nav a{font-size:.95rem;font-weight:600;color:var(--text)}
.site-nav a:hover{color:var(--accent)}
.nav-toggle,.nav-toggle-label{display:none}
.hero{padding:72px 0 34px}
.hero-grid,.cards-3,.split,.footer-grid,.trust-grid,.mini-cards{display:grid;gap:24px}
.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center}
.eyebrow{
    display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;
    background:var(--accent-soft);color:var(--accent);font-size:.84rem;font-weight:700;margin-bottom:18px
}
.hero h1,.page-hero h1,.section-head h2,.card h2,.card h3,.info-box h2,.note-card h2,.legal-card h2,.cta-panel h2,.hero-card h2,.references-card h2{
    margin:0 0 16px;line-height:1.08;letter-spacing:-.03em
}
.hero h1{font-size:clamp(2.3rem,4.8vw,4.2rem);max-width:11ch}
.page-hero h1{font-size:clamp(2rem,4vw,3rem);max-width:14ch}
.lead,.page-hero p,.section-head p,.card p,.info-box p,.note-card p,.legal-card p,.footer-text,.hero-card p,.mini-card span,.references-card p{color:var(--text-soft)}
.lead{font-size:1.06rem;max-width:60ch}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-badges span{
    padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);
    border:1px solid var(--line);font-size:.92rem;font-weight:600;color:#415065
}
.btn{
    display:inline-flex;align-items:center;justify-content:center;min-height:50px;
    padding:0 22px;border-radius:14px;border:0;font-weight:700;cursor:pointer;
    transition:transform .15s ease, box-shadow .15s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
    background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);
    color:#fff;box-shadow:0 14px 28px rgba(34,75,146,.18)
}
.btn-secondary{background:rgba(255,255,255,.92);color:var(--text);border:1px solid var(--line)}
.hero-card,.mini-card,.card,.info-box,.note-card,.legal-card,.cta-panel,.trust-card,.references-card{
    background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)
}
.hero-side{display:grid;gap:18px}
.hero-card{
    background:linear-gradient(160deg,#132642 0%,#1a3967 100%);
    border-color:rgba(255,255,255,.06);
    color:#eef4ff;padding:26px
}
.hero-card-kicker{
    font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;
    color:rgba(255,255,255,.7);font-weight:700;margin-bottom:10px
}
.hero-card h2{color:#fff;font-size:1.6rem}
.hero-card p{color:rgba(238,244,255,.82)}
.mini-cards{grid-template-columns:1fr 1fr}
.mini-card{padding:18px}
.mini-card strong{display:block;margin-bottom:5px}
.section,.page-hero{padding:36px 0}
.page-hero{padding-top:54px;padding-bottom:12px}
.trust{padding:8px 0 0}
.trust-grid{grid-template-columns:repeat(3,1fr)}
.trust-card{padding:18px 20px}
.trust-card strong{display:block;margin-bottom:4px}
.trust-card span{color:var(--text-soft)}
.section-head{max-width:720px;margin-bottom:26px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.card,.info-box,.note-card,.legal-card,.references-card{padding:28px}
.card-number{
    width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;
    background:var(--accent-soft);color:var(--accent);font-weight:800;margin-bottom:16px
}
.split{grid-template-columns:1fr 1fr}
.check-list{list-style:none;margin:16px 0 0;padding:0}
.check-list li{position:relative;padding-left:28px;margin-bottom:12px}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:#117149;font-weight:800}
.price-tag{
    display:inline-flex;padding:8px 12px;border-radius:999px;background:#edf5ec;color:#1a6a43;font-weight:800;margin-bottom:16px
}
.section-soft{padding:42px 0 72px}
.cta-panel{
    display:flex;align-items:center;justify-content:space-between;gap:20px;
    background:linear-gradient(135deg,#ffffff 0%,#f6f9fd 100%);padding:28px
}
.contact-form{margin-top:18px}
.form-row{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.form-row label,.form-check label{font-weight:600}
.form-row input,.form-row textarea{
    width:100%;padding:14px 16px;border:1px solid #ccd7e6;border-radius:14px;background:#fff;color:var(--text);font:inherit
}
.form-row input:focus,.form-row textarea:focus{outline:none;border-color:#89a7d9;box-shadow:0 0 0 4px rgba(34,75,146,.08)}
.form-check{display:flex;align-items:flex-start;gap:12px;margin:0 0 18px}
.form-check input{margin-top:4px}
.form-hidden{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.alert{border-radius:16px;padding:14px 16px;margin-bottom:16px;font-weight:600}
.alert-success{background:var(--success-bg);color:var(--success)}
.alert-error{background:var(--error-bg);color:var(--error)}
.legal-card h2{margin-top:24px}
.legal-card h2:first-child{margin-top:0}
.site-footer{margin-top:36px;background:#11233d;color:#d4dceb;padding:36px 0 18px}
.footer-grid{grid-template-columns:1.2fr .8fr .8fr}
.footer-logo{height:32px;width:auto;margin-bottom:12px}
.footer-title{color:#fff;font-weight:700;margin-bottom:12px}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin-bottom:10px}
.footer-links a,.footer-text{color:#d4dceb}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:16px;color:#a6b6cc;font-size:.92rem}
@media (max-width:980px){
    .hero-grid,.cards-3,.split,.footer-grid,.trust-grid,.mini-cards{grid-template-columns:1fr}
    .cta-panel{display:grid}
    .hero h1{max-width:none}
}
@media (max-width:820px){
    .nav-toggle-label{display:inline-flex;flex-direction:column;gap:5px;cursor:pointer}
    .nav-toggle-label span{width:24px;height:2px;background:var(--text);border-radius:999px}
    .site-nav{
        position:absolute;left:16px;right:16px;top:78px;display:none;flex-direction:column;
        align-items:flex-start;gap:16px;padding:18px;background:rgba(255,255,255,.97);
        border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)
    }
    .nav-toggle:checked ~ .site-nav{display:flex}
    .hero-badges{flex-direction:column;align-items:flex-start}
}
