:root {
    --blue: #0a2fb8;
    --deep: #071d86;
    --red: #e31613;
    --yellow: #ffd52a;
    --ink: #15171c;
    --muted: #69707d;
    --line: #e2e5ec;
    --soft: #f7f9fd;
    --white: #fff
}




.eyebrow {
    color: var(--yellow);
    font-weight: 900;
    letter-spacing: .15em;
    font-size: 13px
}

.hero h1 {
    font-size: 52px;
    line-height: 1;
    margin: 8px 0 14px
}

.hero p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0
}

.hero-badge {
    background: #fff;
    color: var(--blue);
    padding: 28px;
    border-radius: 16px;
    text-align: center;
    border-bottom: 7px solid var(--red);
    box-shadow: 0 18px 40px rgba(0,0,0,.18)
}

.hero-badge strong {
    display: block;
    color: var(--red);
    font: italic 27px Georgia,serif;
    margin-bottom: 8px
}

.hero-badge span {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px
}

.membership-section {
    padding: 72px 0 90px;
    background: linear-gradient(#fff,#f7f9fd)
}

.layout {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 40px;
    align-items: start
}

.section-label,.form-heading>span {
    font-size: 12px;
    color: var(--red);
    font-weight: 900;
    letter-spacing: .13em
}

.levels h2,.form-heading h2 {
    font-size: 32px;
    color: var(--deep);
    margin: 8px 0 12px
}

.levels>p,.form-heading p {
    line-height: 1.6;
    color: var(--muted)
}

.level-list {
    display: grid;
    gap: 10px;
    margin: 25px 0
}

.level-card {
    width: 100%;
    border: 2px solid var(--line);
    background: #fff;
    border-radius: 11px;
    padding: 15px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    transition: .18s
}

.level-card:hover,.level-card.selected {
    border-color: var(--blue);
    box-shadow: 0 7px 18px rgba(10,47,184,.10)
}

.level-card strong {
    display: block;
    color: var(--deep);
    font-size: 16px
}

.level-card small {
    color: var(--muted)
}

.level-card b {
    font-size: 22px;
    color: var(--red)
}

.secure-note {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff8d8;
    border: 1px solid #f1da65;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.35
}

.lock {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--yellow);
    font-weight: 900;
    color: var(--deep)
}

.secure-note small {
    color: #685c23
}

.form-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 16px 45px rgba(25,38,80,.08)
}

.form-heading {
    border-bottom: 1px solid var(--line);
    padding-bottom: 19px;
    margin-bottom: 24px
}

.form-heading h2 {
    margin-bottom: 5px
}

.form-heading p {
    margin: 0;
    font-size: 13px
}

.grid {
    display: grid;
    gap: 18px;
    margin-bottom: 18px
}

.grid.two {
    grid-template-columns: 1fr 1fr
}

.city-row {
    grid-template-columns: 1.35fr .7fr .8fr
}

label>span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
    color: #343943
}

input[type=text],input[type=email],input[type=tel],select {
    width: 100%;
    height: 48px;
    border: 1px solid #cfd4df;
    border-radius: 7px;
    padding: 0 13px;
    background: #fff;
    color: #17191f;
    outline: none
}

input:focus,select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(10,47,184,.10)
}

.payment-summary {
    margin: 25px 0 18px;
    background: linear-gradient(120deg,#f3f6ff,#fff);
    border: 1px solid #d8def5;
    border-left: 5px solid var(--blue);
    border-radius: 9px;
    padding: 17px 19px;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.payment-summary small {
    display: block;
    color: var(--muted);
    font-weight: 900;
    font-size: 10px;
    letter-spacing: .09em;
    margin-bottom: 5px
}

.payment-summary strong {
    font-size: 17px;
    color: var(--deep)
}

.payment-summary .amount {
    text-align: right
}

.payment-summary .amount strong {
    font-size: 24px;
    color: var(--red)
}

.consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 12px 0 22px
}

.consent input {
    margin-top: 3px
}

.consent span {
    font-weight: normal;
    line-height: 1.45;
    color: #555d68
}

.submit-btn {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 7px;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px
}

.submit-btn:hover {
    background: #c90e0b
}

.payment-caption {
    text-align: center;
    color: var(--muted);
    font-size: 12px;
    margin: 12px 0 0
}

.alert {
    background: #fff0ef;
    border: 1px solid #f0b2ae;
    color: #9d1512;
    padding: 12px 14px;
    border-radius: 7px;
    margin-bottom: 18px
}

footer {
    background: var(--deep);
    color: #fff;
    padding: 25px 0;
    font-size: 13px
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media(max-width: 850px) {
    .nav-links {
        display:none
    }

    .hero-inner,.layout {
        grid-template-columns: 1fr
    }

    .hero {
        padding: 45px 0
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-badge {
        max-width: 480px
    }
}

@media(max-width: 620px) {
    .grid.two,.city-row {
        grid-template-columns:1fr
    }

    .form-card {
        padding: 23px 18px
    }

    .membership-section {
        padding: 48px 0
    }

    .payment-summary {
        align-items: center
    }

    .footer-inner {
        flex-direction: column
    }
}
