/* ── Offer Wrap Section ──────────────────────────────────────────────────── */

.spots { font-size: 14px; color: #999; margin-top: 10px; }
.spots b,
.spots strong { color: #F26522; }
.offer-btn { display: inline-block; }

.offer-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
}
.offer-inner > div:first-child { flex: 1; min-width: 0; }
.offer-right { width: 360px; flex-shrink: 0; padding-top: 8px; }

.offer .section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F26522;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.offer .section-label__line {
    display: block;
    width: 32px;
    height: 2px;
    background: #F26522;
    flex-shrink: 0;
}

.offer-quote {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.15;
    color: #00020E;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}
.offer-quote em { font-style: normal; color: #F26522; }

.offer-sub {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 36px;
}
.offer-sub strong { color: #000; }

.offer-qs {
    list-style: none;
    counter-reset: offer-item;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
}
.offer-qs li {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    display: flex;
    gap: 12px;
    counter-increment: offer-item;
}
.offer-qs li::before {
    content: counter(offer-item, decimal-leading-zero);
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    color: #F26522;
    margin-top: 3px;
}

.offer-photo-wrap {
    width: 100%;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 15px;
}
.offer-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--radius-card);
}

.offer-name {
    font-size: 18px;
    font-weight: 800;
    color: #00020E;
    margin-bottom: 4px;
    font-family: var(--font-heading);
}
.offer-role {
    font-size: 14px;
    color: #F26522;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.offer-bio {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 1.7;
    margin-bottom: 20px;
}

.offer-stats {
    display: flex;
    background: var(--card-gradient);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 2, 14, 0.04), 0 2px 8px rgba(0, 2, 14, 0.03);
}
.offer-stat {
    flex: 1;
    padding: 14px 16px;
    text-align: center;
    border-right: 1px solid rgba(0, 2, 14, 0.07);
}
.offer-stat:last-child { border-right: none; }
.offer-snum {
    font-size: 24px;
    font-weight: 800;
    color: #F26522;
    line-height: 1;
    margin-bottom: 3px;
}
.offer-slabel {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ── SMALL DESKTOP 1025–1280px ── */
@media (min-width: 1025px) and (max-width: 1280px) {
    .offer-inner { gap: 48px; }
    .offer-right { width: 300px; }
    .offer-quote { font-size: 36px; }
    .offer-sub { font-size: 16px; max-width: 420px; }
    .offer-photo-wrap { border-radius: 16px; }
    .offer-photo-wrap img { border-radius: 16px; }
}

/* ── TABLET 768–1024px ── */
@media (min-width: 768px) and (max-width: 1024px) {
    .offer-inner { gap: 40px; }
    .offer-quote { font-size: 34px; }
    .offer-sub { font-size: 16px; }
    .offer-photo-wrap { border-radius: 14px; }
    .offer-photo-wrap img { border-radius: 14px; }
}

@media (max-width: 992px) {
    .offer-inner { flex-direction: column; }
    .offer-right {
        display: flex;
        gap: 20px;
        align-items: center;
        max-width: 100%;
        width: 100%;
    }
}

/* ── MEDIUM 650–767px ── */
@media (min-width: 650px) and (max-width: 767px) {
    .offer-inner { gap: 32px; }
    .offer-right { flex-direction: column; }
    .offer-quote { font-size: 30px; }
    .offer-sub { font-size: 15px; max-width: 100%; }
    .offer-qs li { font-size: 14px; }
    .offer-bio { font-size: 13px; }
}

@media (max-width: 767px) {
    .offer-right { display: block; }
    .offer-inner {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .offer-right {
        order: -1;
        width: 100%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
    }
    .offer-inner > div:first-child { order: 1; }
    .offer-photo-wrap { border-radius: 14px; }
    .offer-photo-wrap img { border-radius: 14px; }
    .offer-right-meta { margin-bottom: 12px; }
    .offer-bio { font-size: 14px; margin-bottom: 16px; }
    .offer-stat { padding: 10px 12px; }
    .offer-snum { font-size: 20px; }
    .offer .section-label { font-size: 10px; margin-bottom: 20px; }
    .offer-quote { font-size: 26px; margin-bottom: 20px; }
    .offer-quote br { display: none; }
    .offer-sub { font-size: 16px; margin-bottom: 24px; max-width: 100%; }
    .offer-qs { margin-bottom: 18px; gap: 12px; }
    .spots { text-align: center; }
    .offer-btn { display: block; }
}

/* ── MOBILE SMALL <480px ── */
@media (max-width: 480px) {
    .offer-quote { font-size: 22px; }
}
