    .offers-page {
        background: #141414;
        color: #fff;
    }

    .offers-shell {
        max-width: 1220px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .offers-kicker {
        display: inline-flex;
        align-items: center;
        color: #c5a059;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        font-size: 11px;
        font-weight: 800;
        margin-bottom: 16px;
    }

    .offers-kicker--dark {
        color: #a57b35;
    }

    .offers-hero {
        position: relative;
        min-height: 70vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 148px 0 90px;
    }

    .offers-hero__bg,
    .offers-hero__veil {
        position: absolute;
        inset: 0;
    }

    .offers-hero__bg {
        background-size: cover;
        background-position: center;
        transform: scale(1.05);
        filter: brightness(0.34) contrast(1.06);
    }

    .offers-hero__veil {
        background:
            linear-gradient(90deg, rgba(9, 9, 9, 0.9) 0%, rgba(9, 9, 9, 0.54) 45%, rgba(9, 9, 9, 0.22) 100%),
            radial-gradient(circle at top right, rgba(197, 160, 89, 0.16), transparent 28%);
    }

    .offers-hero__content {
        position: relative;
        z-index: 1;
        max-width: 760px;
    }

    .offers-hero__content h1,
    .offers-intro h2,
    .offer-card h3,
    .offers-note-band__copy h2,
    .offers-cta h2 {
        font-family: 'Playfair Display', serif;
    }

    .offers-hero__content h1 {
        margin: 0 0 18px;
        font-size: clamp(44px, 6vw, 78px);
        line-height: 0.98;
        font-weight: 400;
        color: #fff;
    }

    .offers-hero__content p {
        margin: 0;
        max-width: 620px;
        font-size: 17px;
        line-height: 1.82;
        color: rgba(255, 255, 255, 0.8);
    }

    .offers-hero__actions {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        margin-top: 28px;
    }

    .offers-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 190px;
        padding: 15px 28px;
        border-radius: 999px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .offers-btn:hover {
        transform: translateY(-2px);
    }

    .offers-btn--gold {
        background: #c5a059;
        color: #111;
    }

    .offers-btn--gold:hover {
        background: #dfba74;
    }

    .offers-btn--ghost {
        border: 1px solid rgba(255, 255, 255, 0.26);
        color: #fff;
    }

    .offers-btn--ghost:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .offers-btn--ghost-dark {
        border-color: rgba(17, 17, 17, 0.16);
        color: #171717;
    }

    .offers-btn--ghost-dark:hover {
        background: rgba(20, 20, 20, 0.06);
    }

    .offers-btn--dark {
        background: #171717;
        color: #fff;
    }

    .offers-btn--dark:hover {
        background: #2a2a2a;
    }

    .offers-main {
        background: #f4efe6;
        color: #111;
        padding: 76px 0 92px;
    }

    .offers-member-entry {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 20px;
        align-items: center;
        margin-bottom: 30px;
        padding: 20px 22px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82));
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 14px 28px rgba(15, 15, 15, 0.05);
    }

    .offers-member-entry__copy h2 {
        margin: 0 0 8px;
        font-family: 'Playfair Display', serif;
        font-size: clamp(28px, 3.5vw, 38px);
        line-height: 1.08;
        color: #171717;
    }

    .offers-member-entry__copy p {
        margin: 0;
        max-width: 640px;
        color: #5d5d5d;
        font-size: 14px;
        line-height: 1.75;
    }

    .offers-member-entry__actions {
        display: grid;
        gap: 10px;
        min-width: 240px;
    }

    .offers-intro {
        max-width: 780px;
        margin-bottom: 30px;
    }

    .offers-limited {
        margin-bottom: 48px;
        padding: 28px;
        border-radius: 32px;
        background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.76));
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 18px 36px rgba(15, 15, 15, 0.07);
    }

    .offers-limited__intro {
        max-width: 720px;
        margin-bottom: 20px;
    }

    .offers-limited__intro h2 {
        margin: 0 0 10px;
        font-family: 'Playfair Display', serif;
        font-size: clamp(28px, 3.3vw, 40px);
        line-height: 1.1;
        font-weight: 400;
        color: #141414;
    }

    .offers-limited__intro p {
        margin: 0;
        color: #5f5f5f;
        font-size: 14px;
        line-height: 1.7;
    }

    .offers-limited__grid {
        display: grid;
        gap: 16px;
    }

    .offers-limited-spotlight {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(280px, 380px);
        gap: 22px;
        margin-bottom: 18px;
        padding: 24px;
        border-radius: 26px;
        background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,240,227,0.9));
        border: 1px solid rgba(165, 123, 53, 0.18);
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
    }

    .offers-limited-spotlight__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        margin-bottom: 14px;
    }

    .offers-limited-spotlight h3 {
        margin: 0 0 12px;
        font-family: 'Playfair Display', serif;
        font-size: clamp(30px, 3vw, 42px);
        line-height: 1.06;
        font-weight: 400;
        color: #171717;
    }

    .offers-limited-spotlight__preview,
    .offers-limited-spotlight__detail,
    .offers-limited-spotlight__note {
        margin: 0;
        color: #575757;
        font-size: 15px;
        line-height: 1.74;
    }

    .offers-limited-spotlight__detail {
        margin-top: 12px;
    }

    .offers-limited-spotlight__panel {
        padding: 18px;
        border-radius: 22px;
        background: rgba(255,255,255,0.74);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-limited-spotlight__panel h4 {
        margin: 0 0 12px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #9d7332;
    }

    .offers-limited-spotlight__list {
        margin: 0;
        padding-left: 18px;
        color: #4f4f4f;
        font-size: 14px;
        line-height: 1.68;
    }

    .offers-limited-spotlight__list li + li {
        margin-top: 6px;
    }

    .offers-limited-spotlight__actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .limited-offer-card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 22px;
        border-radius: 22px;
        background: #fff;
        border: 1px solid rgba(165, 123, 53, 0.16);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    }

    .limited-offer-card__head {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
    }

    .limited-offer-card__top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: start;
    }

    .limited-offer-card__copy {
        min-width: 0;
    }

    .limited-offer-card__badge,
    .limited-offer-card__expiry {
        display: inline-flex;
        align-items: center;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .limited-offer-card__badge {
        color: #a57b35;
    }

    .limited-offer-card__expiry {
        color: #6b6b6b;
    }

    .limited-offer-card h3 {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: clamp(22px, 2.2vw, 30px);
        line-height: 1.14;
        font-weight: 400;
        color: #171717;
    }

    .limited-offer-card__preview {
        margin: 0;
        color: #575757;
        font-size: 14px;
        line-height: 1.65;
    }

    .limited-offer-card__details {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 12px;
    }

    .limited-offer-card__details summary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        list-style: none;
        color: #181818;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .limited-offer-card__details summary::-webkit-details-marker {
        display: none;
    }

    .limited-offer-card__details summary::after {
        content: '+';
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(165, 123, 53, 0.28);
        color: #a57b35;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
    }

    .limited-offer-card__details[open] summary::after {
        content: '-';
    }

    .limited-offer-card__details-body {
        padding-top: 12px;
    }

    .limited-offer-card__detail {
        margin: 0;
        color: #575757;
        font-size: 14px;
        line-height: 1.65;
    }

    .limited-offer-card__list {
        margin: 12px 0 0;
        padding-left: 18px;
        color: #4f4f4f;
        font-size: 13px;
        line-height: 1.65;
        columns: 2;
        column-gap: 28px;
    }

    .limited-offer-card__list li + li {
        margin-top: 4px;
    }

    .limited-offer-card__footer {
        display: flex;
        align-items: flex-start;
    }

    .offers-intro h2 {
        margin: 0 0 12px;
        font-size: clamp(32px, 4vw, 48px);
        line-height: 1.05;
        font-weight: 400;
        color: #141414;
    }

    .offers-intro p {
        margin: 0;
        color: #5f5f5f;
        font-size: 15px;
        line-height: 1.82;
    }

    .offers-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .offer-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding: 28px 26px;
        border-radius: 26px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 18px 36px rgba(15, 15, 15, 0.07);
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .offer-card:hover {
        transform: translateY(-8px);
        border-color: rgba(165, 123, 53, 0.34);
        box-shadow: 0 22px 42px rgba(15, 15, 15, 0.1);
    }

    .offer-card__header {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 14px;
    }

    .offer-card__eyebrow,
    .offer-card__tag {
        display: inline-flex;
        align-items: center;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .offer-card__eyebrow {
        color: #a57b35;
    }

    .offer-card__tag {
        color: #6b6b6b;
    }

    .offer-card h3 {
        margin: 0 0 12px;
        font-size: 30px;
        line-height: 1.06;
        font-weight: 400;
        color: #171717;
    }

    .offer-card__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(165, 123, 53, 0.34);
        color: #a57b35;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.14em;
    }

    .offer-card__description {
        margin: 0 0 16px;
        color: #5f5f5f;
        font-size: 15px;
        line-height: 1.8;
    }

    .offer-card__list {
        margin: 0 0 24px;
        padding-left: 18px;
        color: #4f4f4f;
        font-size: 14px;
        line-height: 1.8;
    }

    .offer-card__list li + li {
        margin-top: 4px;
    }

    .offers-membership {
        margin-top: 34px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px;
        border-radius: 30px;
        background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,240,228,0.88));
        border: 1px solid rgba(165, 123, 53, 0.16);
        box-shadow: 0 18px 34px rgba(15, 15, 15, 0.06);
    }

    .offers-membership h2 {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        color: #171717;
    }

    .offers-membership h2 {
        margin-bottom: 12px;
        font-size: clamp(30px, 4vw, 42px);
        line-height: 1.08;
    }

    .offers-membership__copy,
    .offers-membership__benefit,
    .offers-membership-plan,
    .offers-membership-plan__top > * {
        min-width: 0;
    }

    .offers-membership__copy p {
        margin: 0;
        color: #5a5a5a;
        font-size: 15px;
        line-height: 1.76;
    }

    .offers-membership__benefits {
        display: grid;
        gap: 12px;
        margin-top: 20px;
    }

    .offers-membership__toggle {
        display: inline-flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 24px;
        padding: 8px;
        border-radius: 999px;
        background: rgba(23, 23, 23, 0.06);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .offers-membership__toggle-btn {
        border: 0;
        border-radius: 999px;
        padding: 12px 16px;
        font: inherit;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        background: transparent;
        color: #6f6f6f;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .offers-membership__toggle-btn.active {
        background: #171717;
        color: #fff;
        box-shadow: 0 14px 26px rgba(15, 15, 15, 0.18);
    }

    .offers-membership-panel[hidden] {
        display: none;
    }

    .offers-membership__plans {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 18px;
        margin-top: 24px;
        align-items: stretch;
    }

    .offers-membership__plans--commercial {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .offers-membership-plan {
        display: grid;
        gap: 16px;
        padding: 20px;
        border-radius: 22px;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 16px 30px rgba(15, 15, 15, 0.05);
        overflow: hidden;
    }

    .offers-membership-plan--featured {
        border-color: rgba(165, 123, 53, 0.28);
        box-shadow: 0 18px 34px rgba(165, 123, 53, 0.12);
    }

    .offers-membership-plan__top {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .offers-membership-plan__badge {
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 999px;
        background: rgba(165, 123, 53, 0.12);
        color: #a57b35;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .offers-membership-plan h3 {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 26px;
        line-height: 1.08;
        color: #171717;
        overflow-wrap: anywhere;
    }

    .offers-membership-plan__summary {
        margin: -2px 0 0;
        color: #5f5f5f;
        font-size: 13px;
        line-height: 1.72;
    }

    .offers-membership-plan__price {
        text-align: right;
        display: grid;
        gap: 3px;
        flex-shrink: 0;
    }

    .offers-membership-plan__price strong {
        font-family: 'DM Mono', monospace;
        font-size: 30px;
        color: #171717;
        font-weight: 500;
        line-height: 1;
    }

    .offers-membership-plan__price span,
    .offers-membership-plan__price small {
        color: #666;
        font-size: 12px;
    }

    .offers-membership-plan__info-bar {
        display: flex;
    }

    .offers-membership-plan__info-trigger {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        border: 1px solid rgba(165, 123, 53, 0.18);
        border-radius: 999px;
        background: rgba(165, 123, 53, 0.08);
        color: #5d4931;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        cursor: pointer;
        transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
    }

    .offers-membership-plan__info-trigger:hover {
        transform: translateY(-1px);
        background: rgba(165, 123, 53, 0.12);
        border-color: rgba(165, 123, 53, 0.28);
    }

    .offers-membership-plan__info-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 999px;
        background: #a57b35;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
    }

    .offers-membership-plan__investment,
    .offers-membership-plan__example {
        display: grid;
        gap: 10px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255,255,255,0.72);
        border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .offers-membership-plan__investment-title,
    .offers-membership-plan__example-title {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #8a662b;
    }

    .offers-membership-plan__investment-row {
        display: grid;
        gap: 4px;
    }

    .offers-membership-plan__investment-row strong,
    .offers-membership-plan__example-grid strong,
    .offers-membership-plan__example-total strong {
        color: #171717;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    .offers-membership-plan__investment-row span,
    .offers-membership-plan__example-grid span,
    .offers-membership-plan__example-total span,
    .offers-membership-plan__example-note {
        color: #5b5b5b;
        font-size: 13px;
        line-height: 1.65;
    }

    .offers-membership-plan__investment-row--logic {
        padding-top: 2px;
        border-top: 1px dashed rgba(0, 0, 0, 0.12);
    }

    .offers-membership-plan__example-grid {
        display: grid;
        gap: 10px;
    }

    .offers-membership-plan__example-grid > div {
        display: grid;
        gap: 3px;
    }

    .offers-membership-plan__example-total {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
        gap: 8px 12px;
        padding-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .offers-membership-plan__example-total span {
        font-family: 'DM Mono', monospace;
        font-size: 20px;
        color: #171717;
        font-weight: 500;
    }

    .offers-membership-plan__example-note {
        margin: 0;
    }

    .offers-membership-plan__modal[hidden] {
        display: none;
    }

    .offers-membership-plan__modal {
        position: fixed;
        inset: 0;
        z-index: 1200;
        display: grid;
        place-items: center;
        padding: 24px;
    }

    .offers-membership-plan__modal-backdrop {
        position: absolute;
        inset: 0;
        border: 0;
        background: rgba(12, 12, 12, 0.56);
        cursor: pointer;
    }

    .offers-membership-plan__modal-dialog {
        position: relative;
        z-index: 1;
        width: min(100%, 720px);
        max-height: min(88vh, 860px);
        overflow: auto;
        padding: 28px;
        border-radius: 28px;
        background: #f7f3ea;
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    }

    .offers-membership-plan__modal-body {
        display: grid;
        gap: 16px;
    }

    .offers-membership-plan__modal-close {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.06);
        color: #171717;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }

    body.offers-modal-open {
        overflow: hidden;
    }

    .offers-commercial-calc-section {
        margin-top: 24px;
        border-radius: 24px;
        background: rgba(255,255,255,0.84);
        border: 1px solid rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    .offers-commercial-calc-section > summary {
        list-style: none;
    }

    .offers-commercial-calc-section > summary::-webkit-details-marker {
        display: none;
    }

    .offers-commercial-calc__summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        padding: 24px;
        cursor: pointer;
    }

    .offers-commercial-calc__summary:focus-visible {
        outline: 3px solid rgba(197, 160, 89, 0.35);
        outline-offset: -3px;
    }

    .offers-commercial-calc__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 148px;
        padding: 12px 16px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid rgba(30, 52, 68, 0.12);
        box-shadow: 0 8px 20px rgba(21, 38, 48, 0.08);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #1e3444;
    }

    .offers-commercial-calc__toggle-label--open,
    .offers-commercial-calc-section[open] .offers-commercial-calc__toggle-label--closed {
        display: none;
    }

    .offers-commercial-calc-section[open] .offers-commercial-calc__toggle-label--open {
        display: inline;
    }

    .offers-commercial-calc__body {
        display: grid;
        gap: 22px;
        padding: 0 24px 24px;
    }

    .offers-commercial-calc-section[open] .offers-commercial-calc__body {
        padding-top: 22px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-commercial-calc__body > .earlimon-calc[data-commercial-calc] {
        display: none;
    }

    .offers-commercial-calc__intro h3 {
        margin: 0 0 10px;
        font-family: 'Playfair Display', serif;
        font-size: clamp(26px, 3vw, 34px);
        line-height: 1.08;
        color: #171717;
    }

    .offers-commercial-calc__intro p {
        margin: 0;
        color: #5d5d5d;
        font-size: 14px;
        line-height: 1.72;
    }

    .earlimon-calc {
        --calc-blue: #1a2b3c;
        --calc-gold: #c5a059;
        --calc-green: #27ae60;
        --calc-light: #f4f7f6;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        width: min(100%, 500px);
        margin: 0 auto;
        padding: 30px;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 16px 36px rgba(0,0,0,0.1);
        color: var(--calc-blue);
    }

    .earlimon-calc--universal {
        width: min(100%, 600px);
    }

    .earlimon-calc .calc-header {
        text-align: center;
        margin-bottom: 25px;
    }

    .earlimon-calc .calc-header h2 {
        margin: 0;
        font-size: 1.5rem;
        color: var(--calc-blue);
    }

    .earlimon-calc .input-group {
        margin-bottom: 25px;
    }

    .earlimon-calc .calc-field-label {
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--calc-blue);
    }

    .earlimon-calc .input-label {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--calc-blue);
    }

    .earlimon-calc input[type=range] {
        width: 100%;
        cursor: pointer;
        accent-color: var(--calc-blue);
    }

    .earlimon-calc .calc-select {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
        border: 1px solid #cfcfcf;
        background: #fff;
        font: inherit;
        color: var(--calc-blue);
    }

    .earlimon-calc .billing-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 25px;
        font-weight: 600;
        color: var(--calc-blue);
        flex-wrap: wrap;
    }

    .earlimon-calc .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
    }

    .earlimon-calc .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .earlimon-calc .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 24px;
    }

    .earlimon-calc .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

    .earlimon-calc .switch input:checked + .slider {
        background-color: var(--calc-blue);
    }

    .earlimon-calc .switch input:checked + .slider:before {
        transform: translateX(26px);
    }

    .earlimon-calc .plan-card {
        background: var(--calc-light);
        padding: 20px;
        border-radius: 12px;
        border-left: 5px solid var(--calc-blue);
        text-align: center;
    }

    .earlimon-calc .plan-name {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666;
    }

    .earlimon-calc .calc-plan-desc {
        margin: 10px 0 12px;
        font-size: 0.85rem;
        color: #555;
        line-height: 1.55;
    }

    .earlimon-calc .calc-membership-info {
        margin-top: 18px;
        padding: 16px;
        border-radius: 12px;
        background: #f8fafb;
        border: 1px solid rgba(26, 43, 60, 0.08);
    }

    .earlimon-calc .calc-membership-info__title {
        margin-bottom: 12px;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--calc-blue);
    }

    .earlimon-calc .calc-membership-info__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 14px;
    }

    .earlimon-calc .calc-membership-info__item {
        display: grid;
        gap: 4px;
    }

    .earlimon-calc .calc-membership-info__item span {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #6b7280;
    }

    .earlimon-calc .calc-membership-info__item strong {
        font-size: 0.92rem;
        color: var(--calc-blue);
        line-height: 1.4;
    }

    .earlimon-calc .calc-membership-info__summary {
        margin: 14px 0 0;
        font-size: 0.85rem;
        line-height: 1.6;
        color: #55606b;
    }

    .earlimon-calc .calc-membership-highlights {
        margin-top: 16px;
        padding: 16px 18px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(244, 247, 246, 0.92) 0%, rgba(238, 242, 240, 0.92) 100%);
        border: 1px solid rgba(26, 43, 60, 0.08);
    }

    .earlimon-calc .calc-membership-highlights__title {
        margin-bottom: 10px;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #6a7885;
    }

    .earlimon-calc .calc-membership-highlights__list {
        margin: 0;
        padding-left: 18px;
        display: grid;
        gap: 8px;
        color: #314252;
        font-size: 0.87rem;
        line-height: 1.55;
    }

    .earlimon-calc .calc-membership-highlights__list li::marker {
        color: var(--earlimon-gold);
    }

    .earlimon-calc .plan-price {
        font-size: 2.5rem;
        font-weight: 800;
        margin: 10px 0;
        color: var(--calc-blue);
    }

    .earlimon-calc .calc-price-period {
        margin-top: -2px;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #6b7280;
    }

    .earlimon-calc .savings-badge {
        display: none;
        background: var(--calc-green);
        color: white;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.85rem;
        margin-top: 10px;
    }

    .earlimon-calc .calc-footnote,
    .earlimon-calc .calc-repair-copy {
        margin: 10px 0 0;
        font-size: 0.82rem;
        color: #6b7280;
        line-height: 1.55;
    }

    .earlimon-calc .btn-request {
        display: block;
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        background: var(--calc-blue);
        color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 700;
        transition: background 0.3s ease;
    }

    .earlimon-calc .btn-request:hover {
        background: #2c3e50;
    }

    .earlimon-calc .popular-tag {
        color: var(--calc-gold);
        font-size: 0.75rem;
        font-weight: 700;
        display: block;
    }

    .earlimon-universal-calc {
        max-width: 600px;
        margin: 22px auto 0;
        background: #fff;
        padding: 25px;
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #1a2b3c;
    }

    .earlimon-universal-calc h2 {
        margin: 0 0 20px;
        text-align: center;
        color: #1a2b3c;
        font-size: 1.55rem;
    }

    .earlimon-universal-calc__group {
        margin-bottom: 20px;
    }

    .earlimon-universal-calc__label {
        display: block;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .earlimon-universal-calc__select {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 1rem;
        background: #fff;
    }

    .earlimon-universal-calc__range-head {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        font-weight: 700;
    }

    .earlimon-universal-calc__range {
        width: 100%;
        margin-top: 10px;
        accent-color: #1a2b3c;
    }

    .earlimon-universal-calc__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        background: #f4f7f6;
        padding: 12px;
        border-radius: 50px;
        text-align: center;
        flex-wrap: wrap;
    }

    .earlimon-universal-calc__toggle input {
        cursor: pointer;
    }

    .earlimon-universal-calc__toggle small {
        color: #27ae60;
    }

    .earlimon-universal-calc__card {
        border: 2px solid #1a2b3c;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        position: relative;
        background: #fafafa;
    }

    .earlimon-universal-calc__tag {
        background: #c5a059;
        color: #fff;
        font-size: 0.7rem;
        padding: 3px 10px;
        border-radius: 5px;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 700;
    }

    .earlimon-universal-calc__card h3 {
        margin: 8px 0 6px;
        color: #1a2b3c;
        font-size: 1.45rem;
    }

    .earlimon-universal-calc__card p {
        margin: 0 0 15px;
        font-size: 0.85rem;
        color: #555;
    }

    .earlimon-universal-calc__price {
        font-size: 2.2rem;
        font-weight: 800;
        color: #1a2b3c;
    }

    .earlimon-universal-calc__savings {
        color: #27ae60;
        font-weight: 700;
        margin-top: 5px;
        display: none;
    }

    .earlimon-universal-calc__card hr {
        margin: 15px 0;
        border: 0;
        border-top: 1px solid #eee;
    }

    .earlimon-universal-calc__discount {
        margin: 0;
        font-weight: 700;
        color: #1a2b3c;
        font-size: 0.9rem;
    }

    .earlimon-universal-calc__button {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 15px;
        background: #1a2b3c;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-weight: 700;
        cursor: pointer;
        font-size: 1rem;
        text-align: center;
        text-decoration: none;
    }

    .earlimon-universal-calc__button:hover {
        background: #2c3e50;
    }

    .offers-membership-plan__list {
        margin: 0;
        padding-left: 18px;
        color: #565656;
        font-size: 13px;
        line-height: 1.7;
        overflow-wrap: anywhere;
    }

    .offers-membership-plan__list li + li {
        margin-top: 5px;
    }

    .offers-membership-plan__actions {
        display: flex;
        margin-top: auto;
    }

    .offers-membership-plan__actions .offers-btn {
        width: 100%;
        min-width: 0;
        padding-inline: 18px;
    }

    .offers-membership__benefit {
        display: grid;
        gap: 4px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255,255,255,0.78);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-membership__benefit strong {
        color: #171717;
        font-size: 14px;
        font-weight: 700;
    }

    .offers-membership__benefit span {
        color: #626262;
        font-size: 13px;
        line-height: 1.68;
    }

    .offers-commercial-band {
        display: grid;
        grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
        gap: 22px;
        margin-top: 24px;
        padding: 24px;
        border-radius: 24px;
        background: rgba(255,255,255,0.82);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-commercial-band__copy h3 {
        margin: 0 0 10px;
        font-family: 'Playfair Display', serif;
        font-size: clamp(26px, 3vw, 34px);
        line-height: 1.08;
        color: #171717;
    }

    .offers-commercial-band__copy p {
        margin: 0;
        color: #5d5d5d;
        font-size: 14px;
        line-height: 1.72;
    }

    .offers-commercial-band__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .offers-commercial-band__item {
        display: grid;
        gap: 5px;
        padding: 14px 16px;
        border-radius: 18px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-commercial-band__item strong {
        color: #171717;
        font-size: 14px;
    }

    .offers-commercial-band__item span {
        color: #626262;
        font-size: 13px;
        line-height: 1.64;
    }

    .offers-commercial-table-wrap {
        margin-top: 24px;
        overflow-x: auto;
    }

    .offers-commercial-table {
        width: 100%;
        border-collapse: collapse;
        background: rgba(255,255,255,0.86);
        border-radius: 24px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-commercial-table th {
        padding: 14px 18px;
        background: #171717;
        color: #d4b06a;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .offers-commercial-table td {
        padding: 13px 18px;
        color: #555;
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-commercial-table td:first-child {
        color: #171717;
        text-align: left;
        font-weight: 600;
    }

    .offers-commercial-process {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin-top: 24px;
    }

    .offers-commercial-process__step {
        padding: 18px;
        border-radius: 20px;
        background: rgba(255,255,255,0.82);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-commercial-process__step span {
        display: block;
        color: #171717;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .offers-commercial-process__step p {
        margin: 0;
        color: #616161;
        font-size: 13px;
        line-height: 1.68;
    }

    .offers-legal {
        margin-top: 34px;
        padding: 30px;
        border-radius: 32px;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,241,232,0.84));
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 18px 34px rgba(15, 15, 15, 0.06);
    }

    .offers-legal__intro {
        max-width: 780px;
        margin-bottom: 22px;
    }

    .offers-legal__revision {
        display: inline-flex;
        align-items: center;
        margin-bottom: 14px;
        padding: 7px 12px;
        border-radius: 999px;
        background: rgba(197, 160, 89, 0.12);
        border: 1px solid rgba(165, 123, 53, 0.22);
        color: #8d6a2d;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .offers-legal__intro h2,
    .offers-legal__summary h3,
    .offers-legal-panel__hero h3,
    .offers-legal-card h4 {
        font-family: 'Playfair Display', serif;
    }

    .offers-legal__intro h2 {
        margin: 0 0 10px;
        font-size: clamp(30px, 4vw, 44px);
        line-height: 1.08;
        font-weight: 400;
        color: #161616;
    }

    .offers-legal__intro p,
    .offers-legal__summary p,
    .offers-legal-panel__hero p,
    .offers-legal__warning p,
    .offers-legal__note p {
        margin: 0;
        color: #5e5a53;
        font-size: 14px;
        line-height: 1.8;
    }

    .offers-legal__frame {
        display: grid;
        grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
        gap: 22px;
        align-items: start;
    }

    .offers-legal__summary,
    .offers-legal__content {
        border-radius: 24px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        background: rgba(255,255,255,0.82);
        box-shadow: 0 14px 24px rgba(15, 15, 15, 0.04);
    }

    .offers-legal__summary {
        padding: 24px 22px;
        position: sticky;
        top: 110px;
    }

    .offers-legal__summary h3 {
        margin: 0 0 10px;
        font-size: 28px;
        line-height: 1.08;
        font-weight: 400;
        color: #161616;
    }

    .offers-legal__summary-list {
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px;
    }

    .offers-legal__summary-list li {
        position: relative;
        padding-left: 18px;
        color: #494949;
        font-size: 14px;
        line-height: 1.72;
    }

    .offers-legal__summary-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #c5a059;
        box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.14);
    }

    .offers-legal__summary-actions {
        display: grid;
        gap: 10px;
        margin-top: 22px;
    }

    .offers-legal__summary-actions .offers-btn {
        min-width: 0;
        width: 100%;
    }

    .offers-legal__content {
        padding: 20px;
    }

    .offers-legal__toggle {
        display: inline-flex;
        gap: 8px;
        flex-wrap: wrap;
        padding: 8px;
        border-radius: 999px;
        background: rgba(20, 20, 20, 0.06);
        margin-bottom: 18px;
    }

    .offers-legal__toggle-btn {
        border: 0;
        border-radius: 999px;
        padding: 12px 16px;
        font: inherit;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #6d6559;
        background: transparent;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .offers-legal__toggle-btn.active {
        background: #171717;
        color: #fff;
        box-shadow: 0 14px 24px rgba(15, 15, 15, 0.18);
    }

    .offers-legal-panel[hidden] {
        display: none;
    }

    .offers-legal-panel__hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: start;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .offers-legal-panel__hero h3 {
        margin: 0 0 10px;
        font-size: clamp(28px, 3.4vw, 38px);
        line-height: 1.08;
        font-weight: 400;
        color: #171717;
    }

    .offers-legal-panel__badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-end;
        max-width: 280px;
    }

    .offers-legal-panel__badges span {
        display: inline-flex;
        align-items: center;
        padding: 7px 12px;
        border-radius: 999px;
        border: 1px solid rgba(165, 123, 53, 0.18);
        background: rgba(250, 244, 234, 0.95);
        color: #8d6a2d;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .offers-legal__warning,
    .offers-legal__note {
        margin-top: 18px;
        padding: 18px 20px;
        border-radius: 18px;
    }

    .offers-legal__warning {
        background: linear-gradient(180deg, rgba(43, 19, 19, 0.98), rgba(57, 23, 23, 0.94));
        border: 1px solid rgba(123, 46, 46, 0.42);
    }

    .offers-legal__warning strong,
    .offers-legal__note strong {
        display: block;
        margin-bottom: 8px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .offers-legal__warning strong {
        color: #f0b4b4;
    }

    .offers-legal__warning p {
        color: rgba(255, 223, 223, 0.86);
    }

    .offers-legal__cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 18px;
    }

    .offers-legal-card {
        padding: 22px 20px;
        border-radius: 20px;
        background: rgba(253,253,253,0.98);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-legal-card h4 {
        margin: 0 0 12px;
        font-size: 24px;
        line-height: 1.08;
        font-weight: 400;
        color: #181818;
    }

    .offers-legal-card ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 10px;
    }

    .offers-legal-card li {
        position: relative;
        padding-left: 18px;
        color: #55504a;
        font-size: 14px;
        line-height: 1.72;
    }

    .offers-legal-card li::before {
        content: '◈';
        position: absolute;
        left: 0;
        top: 1px;
        color: #a57b35;
        font-size: 10px;
    }

    .offers-legal__note {
        background: rgba(197, 160, 89, 0.08);
        border: 1px solid rgba(165, 123, 53, 0.18);
    }

    .offers-legal__note strong {
        color: #8d6a2d;
    }

    .offers-note-band {
        margin-top: 34px;
        display: grid;
        grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
        gap: 24px;
        padding: 28px;
        border-radius: 28px;
        background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.72));
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .offers-note-band__copy h2 {
        margin: 0;
        font-size: clamp(28px, 4vw, 42px);
        line-height: 1.08;
        font-weight: 400;
        color: #151515;
    }

    .offers-note-band__list {
        display: grid;
        gap: 14px;
    }

    .offers-note-band__item {
        display: grid;
        grid-template-columns: 14px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .offers-note-band__item span {
        width: 10px;
        height: 10px;
        margin-top: 8px;
        border-radius: 50%;
        background: #c5a059;
        box-shadow: 0 0 0 6px rgba(197, 160, 89, 0.12);
    }

    .offers-note-band__item p {
        margin: 0;
        color: #545454;
        font-size: 15px;
        line-height: 1.76;
    }

    .offers-cta {
        margin-top: 36px;
        padding: 40px 34px;
        border-radius: 30px;
        background: #171717;
        color: #fff;
        text-align: center;
    }

    .offers-cta h2 {
        margin: 0 0 12px;
        font-size: clamp(30px, 4vw, 44px);
        line-height: 1.08;
        font-weight: 400;
    }

    .offers-cta p {
        max-width: 760px;
        margin: 0 auto;
        color: rgba(255,255,255,0.8);
        font-size: 15px;
        line-height: 1.8;
    }

    .offers-guarantee {
        max-width: 820px;
        margin: 34px auto 0;
        padding: 28px 24px 0;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .offers-guarantee p {
        margin: 0;
        color: #6a655c;
        font-size: 16px;
        line-height: 1.9;
        font-style: italic;
    }

    @media (max-width: 980px) {
        .offers-grid,
        .offers-member-entry,
        .offers-membership,
        .offers-legal__frame,
        .offers-note-band,
        .offers-commercial-band,
        .offers-limited__grid,
        .offers-limited-spotlight {
            grid-template-columns: 1fr;
        }

        .offers-legal__summary {
            position: static;
        }

        .offers-legal-panel__hero,
        .offers-legal__cards {
            grid-template-columns: 1fr;
        }

        .offers-legal-panel__badges {
            justify-content: flex-start;
            max-width: none;
        }
    }

    @media (max-width: 768px) {
        .offers-shell {
            padding: 0 16px;
        }

        .offers-hero {
            min-height: 60vh;
            padding: 134px 0 74px;
        }

        .offers-main {
            padding: 60px 0 74px;
        }

        .offers-limited,
        .offer-card,
        .offers-member-entry,
        .offers-legal,
        .offers-note-band,
        .offers-cta {
            padding: 24px 20px;
        }

        .offers-limited-spotlight {
            padding: 20px;
        }

        .offers-commercial-band__grid,
        .offers-commercial-process {
            grid-template-columns: 1fr;
        }

        .earlimon-calc {
            padding: 20px;
        }

        .offers-commercial-calc__summary {
            grid-template-columns: 1fr;
            padding: 20px;
        }

        .offers-commercial-calc__toggle {
            width: 100%;
            min-width: 0;
        }

        .offers-commercial-calc__body {
            padding: 0 20px 20px;
        }

        .limited-offer-card {
            padding: 18px;
        }

        .limited-offer-card__top {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .limited-offer-card__footer .offers-btn {
            width: 100%;
        }

        .limited-offer-card__list {
            columns: 1;
        }

        .offer-card h3 {
            font-size: 26px;
        }

        .offers-membership-plan__top {
            flex-direction: column;
        }

        .offers-membership-plan__price {
            text-align: left;
        }

        .offers-membership-plan__modal {
            padding: 14px;
        }

        .offers-membership-plan__modal-dialog {
            padding: 22px 18px;
        }

        .offers-legal__content {
            padding: 16px;
        }

        .offers-legal-card {
            padding: 18px;
        }
    }

/* ─────────────────────────────────────────────
   Legal Section v4 — 4-Tab Accordion (Rev. 4)
   Dark-theme adaptation for offers.php
───────────────────────────────────────────── */
.olegal-tabs-bar {
    background: rgba(255,255,255,0.04);
    border-bottom: 2px solid var(--gold);
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.olegal-tabs { display: flex; gap: 0; }
.olegal-tab-btn {
    flex: 1;
    padding: .85rem .4rem;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(255,255,255,.42);
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Inter', sans-serif;
}
.olegal-tab-btn:hover { color: rgba(255,255,255,.82); background: rgba(255,255,255,.04); }
.olegal-tab-btn.active { color: var(--gold); border-bottom-color: var(--gold); }
.olegal-panel { display: none; }
.olegal-panel.active { display: block; padding-top: 1.5rem; }
/* TOC */
.olegal-toc {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    padding: 1.1rem 1.4rem;
    margin-bottom: 1.4rem;
    border-left: 4px solid var(--gold);
}
.olegal-toc-title {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .65rem;
}
.olegal-toc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: .12rem .65rem;
}
.olegal-toc-grid a {
    font-size: 12px;
    color: rgba(255,255,255,.55);
    text-decoration: none;
    display: block;
    padding: .18rem 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: color .15s;
}
.olegal-toc-grid a:hover { color: var(--gold); }
.olegal-toc-grid a::before { content: '§ '; color: var(--gold); font-size: 10px; font-weight: 800; }
/* Accordion section */
.olegal-sec {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(197,160,89,0.16);
    border-radius: 4px;
    margin-bottom: .9rem;
    overflow: hidden;
}
.olegal-sec-head {
    background: rgba(255,255,255,0.05);
    padding: .9rem 1.2rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    cursor: pointer;
    user-select: none;
    transition: background .2s;
}
.olegal-sec-head:hover { background: rgba(255,255,255,.09); }
.olegal-sec-num {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    color: var(--gold);
    padding: .14rem .4rem;
    border: 1px solid rgba(197,160,89,.4);
    border-radius: 2px;
    white-space: nowrap;
    font-family: monospace;
}
.olegal-sec-title {
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    flex: 1;
    line-height: 1.3;
}
.olegal-sec-chevron {
    color: rgba(255,255,255,.3);
    font-size: 15px;
    transition: transform .2s;
    flex-shrink: 0;
}
.olegal-sec.open .olegal-sec-chevron { transform: rotate(180deg); }
.olegal-sec-body { display: none; padding: 1.2rem 1.4rem; }
.olegal-sec.open .olegal-sec-body { display: block; }
/* Content */
.olegal-sec-intro {
    font-size: 12px;
    color: rgba(197,160,89,.75);
    font-style: italic;
    border-left: 3px solid var(--gold);
    padding-left: .75rem;
    margin-bottom: 1rem;
}
.olegal-subsec { margin-bottom: 1.15rem; }
.olegal-subsec h4 {
    font-size: 11px;
    font-weight: 800;
    color: var(--gold);
    margin-bottom: .38rem;
    padding-bottom: .22rem;
    border-bottom: 1px solid rgba(197,160,89,.2);
    text-transform: uppercase;
    letter-spacing: .07em;
}
.olegal-body-text { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: .5rem; line-height: 1.68; }
.olegal-clause-list { list-style: none; margin: .45rem 0; }
.olegal-clause-list li {
    font-size: 13px;
    color: rgba(255,255,255,.68);
    line-height: 1.65;
    padding: .3rem 0 .3rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,.055);
    position: relative;
}
.olegal-clause-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.olegal-clause-list li strong { color: rgba(255,255,255,.9); }
.olegal-clause-list li:last-child { border-bottom: none; }
/* Callouts */
.olegal-callout {
    border-radius: 3px;
    padding: .85rem 1rem;
    margin: .65rem 0 .85rem;
    font-size: 13px;
    line-height: 1.6;
}
.olegal-callout-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: block;
    margin-bottom: .28rem;
    opacity: .72;
}
.olegal-callout--warn { background: rgba(197,160,89,.1); border-left: 4px solid var(--gold); color: rgba(255,255,255,.78); }
.olegal-callout--danger { background: rgba(192,57,43,.13); border-left: 4px solid #c0392b; color: rgba(255,110,90,.88); font-weight: 500; font-size: 12px; }
.olegal-callout--good { background: rgba(39,174,96,.1); border-left: 4px solid #27ae60; color: rgba(100,220,140,.88); }
.olegal-callout--info { background: rgba(41,98,199,.1); border-left: 4px solid #2962c7; color: rgba(140,185,255,.88); }
/* Plan badges */
.olegal-plan-row { display: flex; gap: .55rem; flex-wrap: wrap; margin: .7rem 0; }
.olegal-plan-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem .85rem;
    border-radius: 3px;
    min-width: 86px;
    border: 1px solid;
}
.olegal-plan-badge--basic { background: rgba(100,130,220,.1); border-color: rgba(100,130,220,.33); color: rgba(180,200,255,.88); }
.olegal-plan-badge--plus { background: rgba(39,174,96,.1); border-color: rgba(39,174,96,.33); color: rgba(100,220,140,.88); }
.olegal-plan-badge--prem { background: rgba(197,160,89,.1); border-color: rgba(197,160,89,.38); color: var(--gold); }
.olegal-plan-badge .pb-name { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .68; }
.olegal-plan-badge .pb-price { font-size: 17px; font-weight: 800; line-height: 1.2; }
.olegal-plan-badge .pb-note { font-size: 10px; opacity: .58; margin-top: .1rem; text-align: center; }
/* Service table */
.olegal-table-wrap { overflow-x: auto; }
.olegal-table { width: 100%; border-collapse: collapse; font-size: 12px; margin: .5rem 0 .85rem; }
.olegal-table thead tr { background: rgba(197,160,89,.15); }
.olegal-table thead th {
    padding: .55rem .7rem;
    text-align: left;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    border-bottom: 1px solid rgba(197,160,89,.3);
}
.olegal-table thead th.center { text-align: center; }
.olegal-table tbody tr:nth-child(even) { background: rgba(255,255,255,.022); }
.olegal-table tbody tr:hover { background: rgba(197,160,89,.07); }
.olegal-table td { padding: .42rem .7rem; border-bottom: 1px solid rgba(255,255,255,.055); color: rgba(255,255,255,.7); vertical-align: middle; }
.olegal-table td.center { text-align: center; }
.olegal-sec-hdr td { background: rgba(197,160,89,.14); color: var(--gold); font-weight: 700; padding: .38rem .7rem; font-size: 11px; letter-spacing: .03em; border: none; }
.olegal-sec-hdr--danger td { background: rgba(192,57,43,.2); color: rgba(255,100,80,.88); }
.olegal-svc-note { color: rgba(255,255,255,.4); font-size: 11px; }
/* Timeline */
.olegal-timeline { margin: .7rem 0 .85rem; border-left: 3px solid var(--gold); padding-left: 1.05rem; }
.olegal-tl-item { margin-bottom: .6rem; position: relative; }
.olegal-tl-item::before {
    content: '';
    position: absolute;
    left: -1.33rem;
    top: .38rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
    border: 2px solid #111;
}
.olegal-tl-day { font-size: 10px; font-weight: 800; letter-spacing: .1em; color: var(--gold); }
.olegal-tl-text { font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.5; }
.olegal-tl-text--warn { color: rgba(255,180,60,.85); font-weight: 500; }
.olegal-tl-text--danger { color: rgba(255,100,80,.85); font-weight: 600; }
@media (max-width: 640px) {
    .olegal-tabs { overflow-x: auto; }
    .olegal-tab-btn { min-width: 105px; font-size: 10px; padding: .65rem .35rem; }
    .olegal-plan-row { flex-direction: column; }
    .olegal-table { font-size: 11px; }
}

/* Legal section light-mode fixes for offers.php */
.offers-legal__content {
    padding: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,246,242,.94));
}

.olegal-tabs-bar {
    background: linear-gradient(180deg, rgba(245,240,232,.92), rgba(255,255,255,.98));
    border: 1px solid rgba(197,160,89,.18);
    border-radius: 18px;
    padding: 8px;
    margin-bottom: 16px;
}

.olegal-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.olegal-tab-btn {
    padding: .95rem .65rem;
    color: #7b7469;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 14px;
}

.olegal-tab-btn:hover {
    color: #111;
    background: rgba(197,160,89,.08);
}

.olegal-tab-btn.active {
    color: #111;
    background: #fff;
    border-color: rgba(197,160,89,.24);
    box-shadow: 0 8px 18px rgba(17,17,17,.06);
}

.olegal-panel.active {
    padding-top: 4px;
}

.olegal-toc {
    background: linear-gradient(180deg, rgba(248,245,239,.94), rgba(255,255,255,.98));
    border-radius: 18px;
    padding: 1.15rem 1.35rem;
    border: 1px solid rgba(197,160,89,.18);
    border-left: 1px solid rgba(197,160,89,.18);
}

.olegal-toc-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: .24rem .85rem;
}

.olegal-toc-grid a {
    color: #4f4a43;
    padding: .22rem 0;
    border-bottom: 1px solid rgba(17,17,17,.06);
}

.olegal-toc-grid a:hover {
    color: #111;
    border-color: rgba(197,160,89,.28);
}

.olegal-toc-grid a::before {
    content: '§ ';
}

.olegal-sec {
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    border-radius: 18px;
    box-shadow: 0 10px 18px rgba(15,15,15,.03);
}

.olegal-sec-head {
    background: linear-gradient(180deg, rgba(250,248,244,.98), rgba(244,239,231,.96));
    padding: .98rem 1.2rem;
}

.olegal-sec-head:hover {
    background: rgba(245,239,229,.96);
}

.olegal-sec-num {
    padding: .2rem .46rem;
    border-radius: 999px;
    background: rgba(197,160,89,.08);
}

.olegal-sec-title {
    color: #171717;
    font-size: 14px;
}

.olegal-sec-chevron {
    color: #938a7d;
}

.olegal-sec-body {
    padding: 1.2rem 1.35rem 1.25rem;
    background: #fff;
}

.olegal-sec-intro {
    color: #8c7351;
}

.olegal-subsec h4 {
    color: #7b6033;
    border-bottom: 1px solid rgba(197,160,89,.18);
}

.olegal-body-text,
.olegal-clause-list li,
.olegal-tl-text,
.olegal-table td {
    color: #4d4b47;
}

.olegal-clause-list {
    padding: 0;
}

.olegal-clause-list li {
    padding: .38rem 0 .38rem 1rem;
    border-bottom: 1px solid rgba(17,17,17,.05);
}

.olegal-clause-list li::before {
    content: '-';
}

.olegal-clause-list li strong {
    color: #1c1b19;
}

.olegal-callout {
    border-radius: 14px;
    padding: .9rem 1rem;
}

.olegal-callout-label {
    opacity: .82;
}

.olegal-callout--warn {
    background: rgba(197,160,89,.12);
    color: #59482d;
}

.olegal-callout--danger {
    background: rgba(192,57,43,.08);
    color: #7a2d25;
    font-size: 12.5px;
}

.olegal-callout--good {
    background: rgba(39,174,96,.1);
    color: #236b45;
}

.olegal-callout--info {
    background: rgba(41,98,199,.09);
    color: #244d92;
}

.olegal-plan-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
    margin: .8rem 0 .9rem;
}

.olegal-plan-badge {
    align-items: flex-start;
    padding: .85rem .95rem;
    border-radius: 16px;
    min-width: 0;
    background: #fff;
}

.olegal-plan-badge--basic {
    background: rgba(73,117,214,.08);
    border-color: rgba(73,117,214,.22);
    color: #284b8d;
}

.olegal-plan-badge--plus {
    background: rgba(39,174,96,.08);
    border-color: rgba(39,174,96,.22);
    color: #216a47;
}

.olegal-plan-badge--prem {
    background: rgba(197,160,89,.1);
    border-color: rgba(197,160,89,.28);
    color: #7b6033;
}

.olegal-plan-badge .pb-price {
    font-size: 20px;
    color: #111;
}

.olegal-plan-badge .pb-note {
    text-align: left;
    opacity: .74;
}

.olegal-table {
    background: #fff;
    margin: .55rem 0 .9rem;
}

.olegal-table thead th {
    color: #7b6033;
    border-bottom: 1px solid rgba(197,160,89,.24);
}

.olegal-table tbody tr:nth-child(even) {
    background: rgba(17,17,17,.02);
}

.olegal-table tbody tr:hover {
    background: rgba(197,160,89,.06);
}

.olegal-table td {
    border-bottom: 1px solid rgba(17,17,17,.05);
}

.olegal-sec-hdr td {
    color: #7b6033;
}

.olegal-sec-hdr--danger td {
    background: rgba(192,57,43,.12);
    color: #842d24;
}

.olegal-svc-note {
    color: #7d756b;
}

.olegal-tl-item::before {
    border-color: #fff;
}

.olegal-tl-day {
    color: #7b6033;
}

.olegal-tl-text--warn {
    color: #8f681a;
    font-weight: 600;
}

.olegal-tl-text--danger {
    color: #8b2f26;
    font-weight: 600;
}

@media (max-width: 900px) {
    .olegal-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .olegal-plan-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .offers-legal__content {
        padding: 18px;
    }

    .olegal-tabs {
        display: flex;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .olegal-tab-btn {
        min-width: 145px;
        padding: .75rem .55rem;
    }

    .olegal-toc-grid {
        grid-template-columns: 1fr;
    }

    .olegal-sec-head,
    .olegal-sec-body,
    .olegal-toc {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
