:root {
    --blue: #0752b8;
    --blue-deep: #043378;
    --cyan: #279bb6;
    --ink: #102138;
    --muted: #62738a;
    --paper: #f5f8fc;
    --white: #ffffff;
    --line: #dce5ef;
    --lime: #c8ff54;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable", "Aptos", Inter, system-ui, sans-serif; }
a { color: inherit; }

.lp-header {
    width: min(1180px, calc(100% - 40px));
    height: 96px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.lp-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.lp-brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 15px; box-shadow: 0 10px 28px rgba(7,82,184,.18); }
.lp-brand span { display: flex; flex-direction: column; }
.lp-brand b { letter-spacing: .14em; font-size: .92rem; }
.lp-brand small { margin-top: 3px; color: var(--muted); font-size: .67rem; }
.lp-header-cta { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--blue); font-size: .82rem; font-weight: 750; text-decoration: none; }
.lp-header-cta span { margin-left: 8px; }

.lp-main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.lp-hero {
    min-height: 660px;
    padding: 54px clamp(24px,4vw,58px);
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(370px,.72fr);
    align-items: center;
    gap: clamp(42px,7vw,100px);
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: radial-gradient(circle at 8% 94%,rgba(39,155,182,.32),transparent 28%),linear-gradient(135deg,#052f70 0%,#0752b8 64%,#0961cf 100%);
    color: var(--white);
    box-shadow: 0 28px 80px rgba(4,51,120,.18);
}
.lp-hero::before { content: ""; position: absolute; width: 420px; height: 420px; top: -250px; right: 24%; border: 74px solid rgba(255,255,255,.07); border-radius: 50%; }
.lp-copy, .lp-form-card { position: relative; z-index: 1; }
.lp-kicker { color: #cbeeff; font-size: .7rem; letter-spacing: .18em; font-weight: 850; }
.lp-kicker i { display: inline-block; width: 22px; height: 2px; margin: 0 8px 3px 0; background: var(--lime); }
.lp-copy h1 { max-width: 680px; margin: 24px 0; font-size: clamp(3rem,5.4vw,5.6rem); line-height: .92; letter-spacing: -.07em; }
.lp-copy h1 em { color: var(--lime); font-family: Georgia,serif; font-weight: 400; }
.lp-lead { max-width: 590px; margin: 0; color: #d8e8fb; font-size: 1.12rem; line-height: 1.65; }
.lp-lead strong { color: var(--white); }
.lp-benefits { display: grid; gap: 12px; margin-top: 30px; }
.lp-benefits span { color: #eff7ff; font-size: .91rem; }
.lp-benefits i { width: 22px; height: 22px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--blue-deep); font-style: normal; font-weight: 900; }
.lp-signature { display: flex; align-items: center; gap: 12px; margin-top: 38px; }
.lp-avatar { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: rgba(255,255,255,.1); font-size: .7rem; font-weight: 900; }
.lp-signature p { margin: 0; color: #bcd3ec; font-size: .76rem; line-height: 1.5; }
.lp-signature b { color: var(--white); }

.lp-form-card { padding: 30px; border-radius: 25px; background: var(--white); color: var(--ink); box-shadow: 0 24px 70px rgba(0,21,57,.24); }
.lp-form-tag { color: var(--blue); font-size: .62rem; letter-spacing: .16em; font-weight: 850; }
.lp-form-card h2 { margin: 8px 0 5px; font-size: 1.75rem; letter-spacing: -.045em; }
.lp-form-card > p { margin: 0 0 20px; color: var(--muted); font-size: .84rem; }
.lp-form-card form { display: grid; gap: 12px; }
.lp-form-card label { display: grid; gap: 6px; color: #40526b; font-size: .67rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }
.lp-form-card label small { color: #8996a8; font-size: .6rem; text-transform: none; letter-spacing: 0; }
.lp-form-card input:not([type="checkbox"]), .lp-form-card select, .lp-form-card textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: #fbfdff; color: var(--ink); font: inherit; font-size: .86rem; text-transform: none; letter-spacing: 0; resize: vertical; }
.lp-form-card input:focus, .lp-form-card select:focus, .lp-form-card textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(39,155,182,.12); }
.lp-fields-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lp-consent { display: flex !important; align-items: flex-start; gap: 8px !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; line-height: 1.45; }
.lp-consent input { margin-top: 3px; accent-color: var(--blue); }
.lp-form-card button { min-height: 49px; padding: 12px 17px; border: 0; border-radius: 11px; display: flex; align-items: center; justify-content: space-between; background: var(--blue); color: var(--white); font: inherit; font-size: .88rem; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(7,82,184,.22); }
.lp-form-card button:hover { background: var(--blue-deep); transform: translateY(-1px); }
.lp-secure { display: block; margin-top: 14px; color: #8390a1; font-size: .64rem; text-align: center; }
.lp-error { margin-bottom: 13px; padding: 10px 12px; border: 1px solid #f1c0b9; border-radius: 9px; background: #fff2ef; color: #922c1f; font-size: .76rem; line-height: 1.45; }
.lp-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lp-success { min-height: 470px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.lp-success > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: #dff7eb; color: #14724d; font-size: 1.5rem; font-weight: 900; }
.lp-success small { margin-top: 25px; color: var(--blue); letter-spacing: .14em; font-weight: 850; }
.lp-success h2 { margin-top: 8px; font-size: 2.2rem; }
.lp-success p { color: var(--muted); line-height: 1.65; }
.lp-success a { margin-top: 12px; color: var(--blue); font-size: .82rem; font-weight: 750; }

.lp-proof-head { max-width: 760px; margin: 58px 0 22px; }
.lp-proof-head .lp-kicker { color: var(--blue); }
.lp-proof-head h2 { margin: 13px 0 8px; font-size: clamp(1.8rem,3.3vw,3rem); line-height: 1.04; letter-spacing: -.05em; }
.lp-proof-head p { margin: 0; color: var(--muted); line-height: 1.65; }
.lp-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.lp-proof div { min-height: 126px; padding: 25px; display: flex; align-items: flex-start; gap: 17px; background: var(--white); }
.lp-proof small { min-width: 62px; color: var(--cyan); font-size: .61rem; font-weight: 850; letter-spacing: .04em; }
.lp-proof span { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.lp-proof b { color: var(--ink); font-size: .92rem; }
.lp-footer { width: min(1180px,calc(100% - 40px)); margin: 34px auto; display: flex; justify-content: space-between; color: var(--muted); font-size: .7rem; }
.lp-footer a { color: var(--blue); font-weight: 750; text-decoration: none; }
.lp-footer a:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .lp-hero { grid-template-columns: 1fr; padding: 48px 30px; }
    .lp-copy h1 { max-width: 760px; }
    .lp-form-card { width: min(560px,100%); }
    .lp-proof { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
    .lp-header { width: min(100% - 26px,1180px); height: 78px; }
    .lp-brand img { width: 47px; height: 47px; border-radius: 12px; }
    .lp-brand small { display: none; }
    .lp-header-cta { padding: 10px 13px; }
    .lp-main { width: 100%; }
    .lp-hero { min-height: 0; padding: 44px 18px 24px; border-radius: 0; gap: 36px; }
    .lp-copy h1 { font-size: 3.2rem; }
    .lp-lead { font-size: 1rem; }
    .lp-form-card { padding: 24px 18px; border-radius: 20px; }
    .lp-fields-2 { grid-template-columns: 1fr; }
    .lp-proof-head { margin: 40px 18px 18px; }
    .lp-proof { grid-template-columns: 1fr; margin: 0 13px; }
    .lp-proof div { min-height: 104px; }
    .lp-footer { width: calc(100% - 28px); flex-direction: column; gap: 6px; }
}
