* {
    box-sizing: border-box;
}

:root {
    --offer-access-blue: #007bc7;
    --offer-access-blue-dark: #005a8d;
    --offer-access-blue-soft: #eaf5fb;
    --offer-access-ink: #1d2b36;
    --offer-access-muted: #60717e;
    --offer-access-line: #d6e1e8;
    --offer-access-line-soft: #e6edf2;
    --offer-access-surface: #ffffff;
    --offer-access-page: #edf2f5;
    --offer-access-shadow: 0 22px 58px rgba(29, 49, 65, .13);
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    color: var(--offer-access-ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(0, 123, 199, .11), transparent 27rem),
        radial-gradient(circle at 92% 92%, rgba(0, 90, 141, .09), transparent 25rem),
        var(--offer-access-page);
    font: 14px/1.5 "Segoe UI", SegoeUI, Arial, sans-serif;
}

button,
input {
    font: inherit;
}

.offer-access-page {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.offer-access-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 74px;
    padding: 14px clamp(20px, 4vw, 64px);
    border-bottom: 1px solid rgba(198, 211, 220, .85);
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(14px);
}

.offer-access-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.offer-access-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.offer-access-brand-copy strong,
.offer-access-brand-copy span {
    display: block;
}

.offer-access-brand-copy strong {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.25;
}

.offer-access-brand-copy span {
    margin-top: 2px;
    color: var(--offer-access-muted);
    font-size: 12px;
}

.offer-access-security-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #435866;
    font-size: 12px;
}

.offer-access-security-note::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #43a66e;
    box-shadow: 0 0 0 4px #e8f6ee;
    content: "";
}

.offer-access-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    width: min(1120px, calc(100% - 40px));
    margin: 54px auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(202, 215, 223, .9);
    border-radius: 12px;
    background: var(--offer-access-surface);
    box-shadow: var(--offer-access-shadow);
}

.offer-access-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 510px;
    padding: 58px clamp(42px, 6vw, 76px);
    overflow: hidden;
    border-right: 1px solid var(--offer-access-line-soft);
    background:
        linear-gradient(145deg, rgba(0, 123, 199, .08), transparent 48%),
        #f7fafc;
}

.offer-access-intro::after {
    position: absolute;
    right: -85px;
    bottom: -95px;
    width: 280px;
    height: 280px;
    border: 42px solid rgba(0, 123, 199, .055);
    border-radius: 50%;
    content: "";
}

.offer-access-eyebrow {
    margin: 0 0 14px;
    color: var(--offer-access-blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.offer-access-intro h1 {
    max-width: 510px;
    margin: 0;
    font-size: clamp(30px, 4vw, 43px);
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.offer-access-lead {
    max-width: 500px;
    margin: 20px 0 0;
    color: #506370;
    font-size: 16px;
    line-height: 1.65;
}

.offer-access-benefits {
    display: grid;
    gap: 16px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.offer-access-benefits li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.offer-access-check {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #b8d9ea;
    border-radius: 50%;
    background: #fff;
    color: var(--offer-access-blue-dark);
}

.offer-access-check svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.offer-access-benefits strong,
.offer-access-benefits li > span:last-child > span {
    display: block;
}

.offer-access-benefits strong {
    font-size: 13px;
    font-weight: 650;
}

.offer-access-benefits li > span:last-child > span {
    margin-top: 2px;
    color: var(--offer-access-muted);
    font-size: 12px;
}

.offer-access-form-wrap {
    display: flex;
    align-items: center;
    padding: 58px clamp(38px, 5vw, 66px);
}

.offer-access-form {
    width: 100%;
}

.offer-access-lock {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border: 1px solid #b9d7e8;
    border-radius: 10px;
    background: var(--offer-access-blue-soft);
    color: var(--offer-access-blue-dark);
}

.offer-access-lock svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.offer-access-form h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 650;
    line-height: 1.25;
}

.offer-access-copy {
    margin: 10px 0 26px;
    color: var(--offer-access-muted);
    font-size: 13px;
}

.offer-access-alert {
    margin: 0 0 18px;
    padding: 11px 13px;
    border: 1px solid #e3b8b4;
    border-left: 4px solid #b5483f;
    border-radius: 7px;
    background: #fff5f4;
    color: #71352f;
    font-size: 12px;
}

.offer-access-field {
    margin-top: 18px;
}

.offer-access-field label {
    display: block;
    margin-bottom: 7px;
    color: #2d414f;
    font-size: 12px;
    font-weight: 650;
}

.offer-access-field input {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #bacbd5;
    border-radius: 7px;
    outline: none;
    background: #fff;
    color: var(--offer-access-ink);
    transition: border-color .15s, box-shadow .15s;
}

.offer-access-field input::placeholder {
    color: #93a2ac;
}

.offer-access-field input:focus {
    border-color: var(--offer-access-blue);
    box-shadow: 0 0 0 3px rgba(0, 123, 199, .12);
}

.offer-access-field input:disabled {
    background: #f1f4f6;
    color: #83919a;
}

.offer-access-hint {
    margin: 7px 0 0;
    color: #748590;
    font-size: 11px;
}

.offer-access-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 46px;
    margin-top: 24px;
    padding: 10px 18px;
    border: 1px solid var(--offer-access-blue-dark);
    border-radius: 7px;
    background: var(--offer-access-blue-dark);
    box-shadow: 0 8px 18px rgba(0, 90, 141, .18);
    color: #fff;
    cursor: pointer;
    font-weight: 650;
}

.offer-access-submit:hover:not(:disabled) {
    background: #004f7d;
}

.offer-access-submit:focus-visible {
    outline: 3px solid rgba(0, 123, 199, .24);
    outline-offset: 2px;
}

.offer-access-submit:disabled {
    border-color: #91a4b0;
    background: #91a4b0;
    box-shadow: none;
    cursor: not-allowed;
}

.offer-access-submit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.offer-access-privacy {
    display: flex;
    gap: 9px;
    margin: 17px 0 0;
    color: #71828d;
    font-size: 11px;
    line-height: 1.45;
}

.offer-access-privacy svg {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.offer-access-footer {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 22px 20px 26px;
    color: #657682;
    font-size: 11px;
}

.offer-access-footer a {
    color: inherit;
    text-decoration: none;
}

.offer-access-footer a:hover {
    color: var(--offer-access-blue-dark);
    text-decoration: underline;
}

@media (max-width: 860px) {
    .offer-access-shell {
        grid-template-columns: 1fr;
        width: min(620px, calc(100% - 28px));
        margin: 26px auto;
    }

    .offer-access-intro {
        min-height: 0;
        padding: 36px 34px;
        border-right: 0;
        border-bottom: 1px solid var(--offer-access-line-soft);
    }

    .offer-access-intro h1 {
        font-size: 30px;
    }

    .offer-access-lead {
        font-size: 14px;
    }

    .offer-access-benefits {
        display: none;
    }

    .offer-access-form-wrap {
        padding: 38px 34px 42px;
    }
}

@media (max-width: 560px) {
    .offer-access-topbar {
        min-height: 66px;
        padding: 11px 16px;
    }

    .offer-access-brand img {
        width: 36px;
        height: 36px;
    }

    .offer-access-brand-copy strong {
        font-size: 14px;
    }

    .offer-access-security-note {
        display: none;
    }

    .offer-access-shell {
        width: calc(100% - 20px);
        margin: 14px auto;
    }

    .offer-access-intro {
        padding: 28px 24px;
    }

    .offer-access-intro h1 {
        font-size: 26px;
    }

    .offer-access-lead {
        margin-top: 14px;
    }

    .offer-access-form-wrap {
        padding: 30px 24px 34px;
    }

    .offer-access-lock {
        margin-bottom: 17px;
    }

    .offer-access-form h2 {
        font-size: 21px;
    }

    .offer-access-footer {
        flex-wrap: wrap;
        gap: 8px 16px;
        padding-top: 14px;
    }
}
