.offer-shell {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.offer-site-header {
    position: static;
    overflow-x: clip;
    backdrop-filter: blur(18px);
    background: rgb(255, 255, 255);
    border-bottom: 30px solid rgb(13, 11, 146);
    border-top: 30px solid rgb(13, 11, 146);
    border-left: 30px solid rgb(13, 11, 146);
    border-right: 30px solid rgb(13, 11, 146);
}

.offer-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.2rem 0;
}

.offer-brand {
    display: inline-flex;
    align-items: center;
    gap: 1.35rem;
    text-decoration: none;
    color: inherit;
}

.offer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    flex-shrink: 0;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 34%),
        linear-gradient(180deg, rgba(34, 17, 107, 0.97), rgba(13, 11, 146, 0.94));
    color: #fff;
    box-shadow:
        0 10px 24px rgba(247, 247, 247, 0.95),
        0 18px 44px rgba(20, 35, 28, 0.12);
    font-size: 2rem;
    letter-spacing: 0.08em;
}

.offer-brand-copy {
    display: grid;
    gap: 0.35rem;
    font-family: var(--font-standard);
}

.offer-brand-copy strong {
    font-size: 2.7rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 0.95;
}

.offer-brand-copy small,
.offer-kicker {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--muted);
}

.offer-brand-copy small {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}

.offer-header-link,
.offer-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.55rem 1rem;
    border: 4px solid rgb(13, 11, 146);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(247, 247, 247, 0.95);
    color: rgb(13, 11, 146);
    text-decoration: none;
    font-size: 1.12rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    transition:
        color 0.18s ease,
        transform 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease;
}

.offer-header-link:hover,
.offer-header-link:focus-visible,
.offer-action:hover,
.offer-action:focus-visible,
.offer-tile:hover,
.offer-tile:focus-visible {
    color: rgb(13, 11, 146);
    background: rgba(255, 255, 255, 1);
    border-color: rgba(13, 11, 146, 0.92);
    box-shadow: 0 12px 26px rgba(247, 247, 247, 0.98);
    transform: translateY(-2px);
}

.offer-main {
    flex: 1 0 auto;
    padding: 4rem 0;
}

.offer-hero {
    padding-bottom: 1.6rem;
}

.offer-panel {
    position: relative;
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--radius-xl);
    padding: 1.6rem;
    box-shadow: var(--shadow);
}

.offer-kicker {
    margin: 0 0 0.6rem;
    font-size: 0.74rem;
}

.offer-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem 0.55rem;
    margin-bottom: 1rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.offer-breadcrumbs a {
    text-decoration: none;
}

.offer-breadcrumbs strong {
    color: var(--text);
}

.offer-hero-panel h1,
.offer-leaf-panel h2 {
    font-family: var(--font-standard);
    font-size: clamp(2.3rem, 4vw, 4.4rem);
    line-height: 1.02;
    margin: 0 0 1rem;
}

.offer-lead,
.offer-tile-copy span,
.offer-leaf-panel p {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.offer-lead {
    margin: 0;
    max-width: 50rem;
}

.offer-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.offer-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(20, 35, 28, 0.07);
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
}

.offer-tile {
    display: grid;
    grid-template-rows: 1fr auto;
    aspect-ratio: 1 / 1;
    border: 8px solid rgb(255, 255, 255);
    border-radius: 32px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 10px 24px rgba(247, 247, 247, 0.95),
        0 18px 44px rgba(20, 35, 28, 0.12);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.offer-tile-media {
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 1rem;
    background:
        radial-gradient(circle at top left, rgba(116, 92, 253, 0.38), transparent 32%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.48), transparent 42%),
        linear-gradient(135deg, rgba(34, 17, 107, 0.95), rgba(13, 11, 146, 0.88));
}

.offer-tile-badge {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.35rem 0.7rem;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.offer-tile-copy {
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
}

.offer-tile-copy strong {
    color: var(--text);
    font-size: 1.16rem;
    line-height: 1.08;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.offer-leaf-panel {
    max-width: 46rem;
    margin: 0 auto;
}

.offer-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.offer-action-ghost {
    background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 960px) {
    .offer-header-shell {
        gap: 1.35rem;
    }

    .offer-brand-mark {
        width: 88px;
        height: 88px;
        font-size: 1.6rem;
    }

    .offer-brand-copy strong {
        font-size: 1.9rem;
    }

    .offer-brand-copy small {
        font-size: 0.95rem;
    }
}

@media (max-width: 720px) {
    .offer-header-shell,
    .offer-action-row {
        flex-direction: column;
        align-items: stretch;
    }

    .offer-brand {
        gap: 1rem;
    }

    .offer-brand-mark {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        font-size: 1.35rem;
    }

    .offer-brand-copy strong {
        font-size: 1.45rem;
    }

    .offer-brand-copy small {
        font-size: 0.74rem;
    }

    .offer-header-link,
    .offer-action {
        width: 100%;
        font-size: 1.08rem;
    }

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