:root {
    --offer-black: #050506;
    --offer-black-soft: #0d0d10;
    --offer-white: #ffffff;
    --offer-cream: #eee9e1;
    --offer-gold: #c9a76a;
    --offer-gold-light: #e2c891;
    --offer-muted: rgba(255, 255, 255, .62);
    --offer-line: rgba(255, 255, 255, .12);
    --offer-container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.sponsor-offer-page {
    margin: 0;
    color: var(--offer-white);
    background: var(--offer-black);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.offer-container {
    width: min(calc(100% - 80px), var(--offer-container));
    margin: 0 auto;
}

.offer-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 105px;
    padding: 28px 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.offer-logo {
    display: flex;
    flex-direction: column;
    color: var(--offer-white);
    text-decoration: none;
}

.offer-logo span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3em;
}

.offer-logo small {
    margin-top: 7px;
    color: var(--offer-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .08em;
}

.offer-header nav {
    display: flex;
    gap: 32px;
}

.offer-header nav a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.offer-header nav a:hover {
    color: var(--offer-white);
}

.offer-hero {
    position: relative;
    min-height: 800px;
    padding: 190px 0 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 78% 30%, rgba(201, 167, 106, .14), transparent 34%),
        linear-gradient(135deg, #050506, #0d0d11 55%, #050506);
}

.offer-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 88px 88px;
}

.offer-orbit {
    position: absolute;
    top: 140px;
    right: -130px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(201, 167, 106, .2);
    border-radius: 50%;
}

.offer-orbit::before,
.offer-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(201, 167, 106, .12);
    border-radius: 50%;
}

.offer-orbit::before {
    inset: 70px;
}

.offer-orbit::after {
    inset: 145px;
}

.offer-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 45px;
}

.offer-number {
    color: rgba(255, 255, 255, .14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 75px;
    line-height: 1;
}

.offer-kicker {
    margin: 0 0 22px;
    color: var(--offer-gold);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .24em;
    line-height: 1.4;
    text-transform: uppercase;
}

.offer-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(80px, 11vw, 150px);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .88;
}

.offer-subtitle {
    max-width: 760px;
    margin: 42px 0;
    color: rgba(255, 255, 255, .78);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.5vw, 34px);
    line-height: 1.45;
}

.offer-primary-button {
    min-height: 57px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    color: #080808;
    background: var(--offer-gold-light);
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease;
}

.offer-primary-button:hover {
    transform: translateY(-2px);
    background: var(--offer-white);
}

.offer-introduction {
    padding: 125px 0;
    color: #171719;
    background: var(--offer-cream);
}

.offer-two-columns {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
}

.offer-introduction h2,
.offer-heading h2,
.offer-final h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.4vw, 72px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.offer-large-copy {
    color: #474448;
    font-size: clamp(20px, 2.1vw, 29px);
    line-height: 1.6;
}

.offer-benefits {
    padding: 130px 0;
    background: #080809;
}

.offer-heading {
    max-width: 840px;
    margin-bottom: 70px;
}

.offer-benefit-list {
    border-top: 1px solid var(--offer-line);
}

.offer-benefit {
    min-height: 108px;
    padding: 28px 18px;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    border-bottom: 1px solid var(--offer-line);
    transition: padding-left .25s ease, background .25s ease;
}

.offer-benefit:hover {
    padding-left: 31px;
    background: rgba(255, 255, 255, .025);
}

.offer-benefit span {
    color: var(--offer-gold);
    font-family: Georgia, "Times New Roman", serif;
}

.offer-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, .83);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2vw, 29px);
}

.offer-levels {
    padding: 125px 0 140px;
    color: var(--offer-white);
    background: #101013;
}

.offer-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.offer-level-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--offer-line);
    border-left: 1px solid var(--offer-line);
}

.offer-level-card {
    position: relative;
    min-height: 310px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--offer-line);
    border-bottom: 1px solid var(--offer-line);
    color: var(--offer-white);
    text-decoration: none;
    transition: background .3s ease;
}

.offer-level-card:hover,
.offer-level-card.is-active {
    background: rgba(201, 167, 106, .09);
}

.offer-level-card.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: var(--offer-gold);
}

.offer-level-number {
    color: var(--offer-gold);
    font-size: 11px;
    letter-spacing: .2em;
}

.offer-level-card small {
    margin-top: auto;
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.offer-level-card strong {
    margin-top: 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    font-weight: 400;
}

.offer-level-arrow {
    position: absolute;
    right: 38px;
    bottom: 38px;
    color: var(--offer-gold);
    font-size: 20px;
}

.offer-final {
    padding: 155px 0;
    text-align: center;
    background:
        radial-gradient(circle at 50% 100%, rgba(201, 167, 106, .18), transparent 38%),
        #070708;
}

.offer-final .offer-container {
    max-width: 920px;
}

.offer-final p:not(.offer-kicker) {
    max-width: 680px;
    margin: 34px auto 42px;
    color: var(--offer-muted);
    font-size: 18px;
    line-height: 1.75;
}

.offer-footer {
    padding: 38px 0;
    border-top: 1px solid var(--offer-line);
    background: #050506;
}

.offer-footer .offer-container {
    display: flex;
    justify-content: space-between;
}

.offer-footer span {
    font-family: Georgia, "Times New Roman", serif;
}

.offer-footer a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.sponsor-offer-signature .offer-hero {
    background:
        radial-gradient(circle at 78% 30%, rgba(153, 104, 184, .16), transparent 34%),
        linear-gradient(135deg, #050506, #100b13 55%, #050506);
}

.sponsor-offer-prestige .offer-hero {
    background:
        radial-gradient(circle at 78% 30%, rgba(218, 183, 111, .2), transparent 35%),
        linear-gradient(135deg, #030303, #131008 55%, #030303);
}

@media (max-width: 800px) {
    .offer-container {
        width: min(calc(100% - 36px), var(--offer-container));
    }

    .offer-header {
        min-height: 84px;
        padding: 20px 18px;
    }

    .offer-header nav {
        gap: 14px;
    }

    .offer-header nav a {
        font-size: 8px;
    }

    .offer-logo span {
        font-size: 13px;
    }

    .offer-logo small {
        font-size: 11px;
    }

    .offer-hero {
        min-height: auto;
        padding: 140px 0 80px;
    }

    .offer-hero-grid {
        display: block;
    }

    .offer-number {
        margin-bottom: 30px;
        font-size: 48px;
    }

    .offer-hero h1 {
        font-size: clamp(68px, 22vw, 100px);
    }

    .offer-subtitle {
        font-size: 21px;
    }

    .offer-primary-button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .offer-introduction,
    .offer-benefits,
    .offer-levels {
        padding: 80px 0;
    }

    .offer-two-columns {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .offer-introduction h2,
    .offer-heading h2 {
        font-size: 42px;
    }

    .offer-benefit {
        grid-template-columns: 48px minmax(0, 1fr);
        padding-right: 0;
        padding-left: 0;
    }

    .offer-benefit:hover {
        padding-left: 0;
    }

    .offer-level-grid {
        grid-template-columns: 1fr;
    }

    .offer-level-card {
        min-height: 220px;
    }

    .offer-final {
        padding: 95px 0;
    }

    .offer-final h2 {
        font-size: 50px;
    }

    .offer-footer .offer-container {
        flex-direction: column;
        gap: 20px;
    }
}
