/* ==========================================================================
   HonorPro Real Equity Bonus — real-equity-bonus.html only
   ========================================================================== */

.offer-page {
    background: #0B1020;
    color: rgba(255, 255, 255, 0.85);
}

.offer-page .lines {
    opacity: 0.35;
}

.offer-container {
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ---- Hero shell (light card) ---- */

.offer-hero-wrap {
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
    overflow: visible;
}

.offer-page .offer-hero-shell .navbar-honor-elite {
    display: none;
}

.offer-hero-shell {
    position: relative;
    /* Keep auto so nav dropdowns can stack above .offer-calc-wrap */
    z-index: auto;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 20px 0 0;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: visible;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.offer-hero-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../assets/offer/hero-bg.png') no-repeat right center;
    background-size: cover;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
}

/* Same strip markup as homepage — hidden on its own page */
.offer-page .offer-promo-strip {
    display: none !important;
}

/* Promo strip styles kept for non-offer pages / reference */
.offer-promo-strip {
    position: relative;
    z-index: 5;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1852px;
    margin: 0 auto;
    padding: 5px 10px;
    min-height: 41px;
    background: linear-gradient(90deg, #0B1020 11%, #ca3f07 30%, #ca3f07 73%, #0B1020 96%);
}

.offer-promo-text {
    margin: 0;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.24;
    text-align: center;
}

.offer-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 6px;
    background: #0b1020;
    color: #fff;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, opacity 0.2s ease;
    pointer-events: none;
}

.offer-promo-btn:hover {
    color: #fff;
    opacity: 0.9;
}

/* Light nav inside hero — above calculator overlay so dropdowns stay visible */
.offer-page .offer-hero-shell .tt-navbar {
    position: relative;
    z-index: 30;
    background: transparent !important;
    padding: 20px 0;
}

/* Sticky on promo landings: solid bar (no glass blur / side halo). Promo strip is hidden here. */
.offer-page .tt-navbar.is-sticky,
.offer-page .offer-hero-shell .tt-navbar.is-sticky {
    position: fixed !important;
    top: var(--tt-sticky-promo-offset, 0px) !important;
    left: var(--tt-nav-side-offset) !important;
    right: var(--tt-nav-side-offset) !important;
    z-index: 1200 !important;
    padding: 12px 0 !important;
    background: #f5f7fa !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.14);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 20px;
}

.offer-page .offer-hero-shell .tt-navbar .container-fluid {
    padding: 0 50px;
}

.offer-page .offer-hero-shell .navbar-brand img {
    filter: none;
}

.offer-page .offer-hero-shell .navbar-nav .nav-link,
.offer-page .offer-hero-shell .tt-login-nav-toggle {
    color: #333 !important;
}

.offer-page .offer-hero-shell .navbar-nav .nav-link:hover,
.offer-page .offer-hero-shell .tt-login-nav-toggle:hover {
    color: #ff4d00 !important;
}

.offer-page .offer-hero-shell .navbar-toggler {
    border-color: rgba(51, 51, 51, 0.25);
}

.offer-page .offer-hero-shell .btn-login {
    color: #333 !important;
}

.offer-page .offer-hero-shell .dropdown-menu {
    z-index: 40;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.offer-page .offer-hero-shell .dropdown-item {
    color: #333;
}

.offer-page .offer-hero-shell .dropdown-item:hover {
    background: #f5f7fa;
    color: #ff4d00;
}

/* Hero content — fixed Bootstrap container (same as index .hero-content.container) */
.offer-hero-body {
    position: relative;
    z-index: 3;
    display: block;
    padding-top: 40px;
    padding-bottom: 48px;
    overflow: visible;
}

.offer-hero-left {
    max-width: 560px;
    padding-right: 24px;
}

/* Calculator overlays RHS of hero on desktop; stacks full-width on mobile */
.offer-calc-wrap {
    position: relative;
    z-index: 10;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: stretch;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 140px;
    margin-bottom: -130px;
    pointer-events: none;
}

.offer-calc-wrap .offer-calc-frame {
    pointer-events: auto;
}

.offer-eyebrow {
    display: inline-block;
    color: #33c7c9;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.offer-hero-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #333;
    margin: 0 0 30px;
}

.offer-hero-copy {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 30px;
    max-width: 534px;
}

.offer-btn-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 100px;
    background: #ff4d00;
    color: #fff !important;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.offer-btn-orange:hover {
    background: #e64500;
    color: #fff !important;
    transform: translateY(-1px);
}

.offer-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
    margin-top: 50px;
    padding-top: 0;
    border-top: none;
}

.offer-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 119px;
    max-width: 144px;
}

.offer-stat-icon {
    width: auto;
    height: 29px;
    flex-shrink: 0;
}

.offer-stat-value {
    display: block;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.offer-stat-label {
    display: block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    margin-top: 0;
}

/* Calculator — glass frame + white card (Figma 85:3001) */
.offer-calc-frame {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 564px;
    justify-self: end;
    padding: 15px;
    border-radius: 32px;
    border: 1px solid rgba(165, 216, 255, 0.8);
    background: linear-gradient(-7.3deg, rgba(0, 145, 255, 0.2) 6.16%, rgba(0, 87, 153, 0) 123%);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    box-shadow:
        0 0 0 1px rgba(165, 216, 255, 0.25),
        0 8px 40px rgba(24, 228, 239, 0.18);
    margin-bottom: 0;
    box-sizing: border-box;
    isolation: isolate;
}

.offer-calc-glow {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 414px;
    height: 125px;
    background: #18e4ef;
    filter: blur(82.65px);
    opacity: 0.75;
    pointer-events: none;
    z-index: 0;
}

.offer-calc-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 25px;
    border: 0.5px solid #fff;
    padding: 27px 34px 24px;
    box-shadow: 0 3px 8.85px rgba(198, 186, 255, 0.6);
}

.offer-calc-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.offer-calc-title {
    margin: 0;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #333;
    line-height: 1.22;
}

.offer-calc-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 131px;
    min-height: 70px;
    padding: 8px 12px;
    border-radius: 11px;
    border: 1px solid rgba(51, 51, 51, 0.14);
    background: linear-gradient(90deg, rgba(227, 233, 241, 0) 14%, rgb(227, 233, 241) 131%);
    color: #333;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
}

.offer-calc-badge strong {
    display: block;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.offer-calc-field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.offer-calc-field-head .offer-calc-field-label {
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.offer-calc-field-hint {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: right;
}

.offer-calc-cap-value .is-cyan {
    color: #18e4ef;
    font-weight: 600;
}

.offer-calc-cap-value .is-muted {
    color: #a3a3a3;
    font-weight: 600;
}

.offer-section-copy--narrow {
    max-width: 764px;
    margin-bottom: 48px;
}

.offer-check-sub {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

.offer-check-list li {
    align-items: flex-start;
}

.offer-check-list li img {
    margin-top: 2px;
    flex-shrink: 0;
}

.offer-calc-input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.offer-calc-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #e0e4ea;
    border-radius: 12px;
    padding: 0 14px;
    background: #fafbfc;
}

.offer-calc-input-wrap span {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #999;
    margin-right: 4px;
}

.offer-calc-input-wrap input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 12px 0;
    outline: none;
    width: 100%;
}

.offer-calc-max-btn {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #18e4ef;
    background: rgba(24, 228, 239, 0.08);
    color: #0aa8b0;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.offer-calc-max-btn:hover {
    background: rgba(24, 228, 239, 0.18);
}

.offer-calc-slider-wrap {
    margin-bottom: 22px;
}

.offer-calc-range-labels {
    display: flex;
    justify-content: space-between;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.offer-calc-range {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #18e4ef 0%, #20f0ff 100%);
    border-radius: 999px;
    outline: none;
}

.offer-calc-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #18e4ef;
    box-shadow: 0 2px 8px rgba(24, 228, 239, 0.4);
    cursor: pointer;
}

.offer-calc-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #18e4ef;
    box-shadow: 0 2px 8px rgba(24, 228, 239, 0.4);
    cursor: pointer;
}

.offer-calc-boxes {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.offer-calc-box {
    background: #f5f7fa;
    border-radius: 14px;
    padding: 14px 16px;
    text-align: center;
}

.offer-calc-box-label {
    display: block;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 4px;
}

.offer-calc-box-value {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.offer-calc-box-value.is-bonus {
    color: #33c7c9;
}

.offer-calc-plus {
    font-size: 22px;
    font-weight: 700;
    color: #ccc;
}

.offer-calc-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(32, 240, 255, 0.1);
    margin-bottom: 10px;
}

.offer-calc-total-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.offer-calc-total-value {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0aa8b0;
}

.offer-calc-lots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

.offer-calc-lots-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    color: #666;
}

.offer-calc-lots-value {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.offer-calc-cap {
    margin-bottom: 18px;
}

.offer-calc-cap-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.offer-calc-cap-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    color: #888;
}

.offer-calc-cap-value {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.offer-calc-cap-bar {
    height: 8px;
    background: #eef1f5;
    border-radius: 999px;
    overflow: hidden;
}

.offer-calc-cap-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #18e4ef, #20f0ff);
    border-radius: 999px;
    transition: width 0.25s ease;
}

.offer-calc-cap-note {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 11px;
    color: #999;
    margin-top: 6px;
}

.offer-btn-purple {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 11px;
    background: #4b2be0;
    color: #fff !important;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.offer-btn-purple:hover {
    background: #3d22b8;
    color: #fff !important;
}

.offer-calc-note {
    margin: 14px 0 0;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    color: #888;
    text-align: center;
    line-height: 1.5;
}

.offer-calc-note a {
    color: #4b2be0;
    font-weight: 600;
    text-decoration: none;
}

.offer-calc-note a:hover {
    text-decoration: underline;
}

/* ---- Marquee (Figma 85:2831 bar + 85:2832 items) ---- */

.offer-marquee-section {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 18px 0;
    overflow: hidden;
    border: none;
    background: linear-gradient(
        90deg,
        rgba(79, 50, 215, 0) 0%,
        rgba(77, 47, 219, 0.27) 18%,
        rgba(75, 43, 224, 0.41) 83%,
        rgba(79, 50, 215, 0) 96%
    );
}

.offer-marquee-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(95, 79, 241, 0) 0%,
        #5f4ff1 18%,
        #5f4ff1 82%,
        rgba(95, 79, 241, 0) 100%
    );
}

.offer-marquee-track {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    animation: offer-marquee 45s linear infinite;
}

.offer-marquee-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: 'Instrument Sans', sans-serif;
    line-height: 20px;
    padding: 0 30px;
}

.offer-marquee-item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.offer-marquee-item span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.offer-marquee-item + .offer-marquee-item {
    position: relative;
}

.offer-marquee-item + .offer-marquee-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: rgba(255, 255, 255, 0.35);
}

@keyframes offer-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ---- Shared section styles ---- */

.offer-section {
    padding: 90px 0;
}

.offer-section-eyebrow {
    display: inline-block;
    color: #33c7c9;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.offer-section-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px;
}

.offer-section-copy {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* ---- Why different ---- */

.offer-why-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 0 40px;
    margin-top: 50px;
}

.offer-why-card {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.offer-why-sep {
    display: block;
    width: 1px;
    height: 100%;
    min-height: 290px;
    align-self: stretch;
    object-fit: cover;
    opacity: 0.9;
}

.offer-why-icon {
    display: block;
    width: auto;
    max-width: 133px;
    height: 117px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.offer-why-card h3 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.3;
}

.offer-why-card p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    max-width: 279px;
}

/* ---- Every eligible deposit ---- */

.offer-deposit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.offer-flow-cards {
    position: relative;
    width: 608px;
    height: 140px;
    margin: 40px 0 36px;
}

.offer-flow-path {
    position: absolute;
    top: 0;
    width: 335px;
    height: 140px;
    pointer-events: none;
    z-index: 2;
}

.offer-flow-path--left {
    left: 0;
}

.offer-flow-path--right {
    left: 273px;
    transform: rotate(180deg);
}

.offer-flow-card {
    position: absolute;
    top: 7px;
    z-index: 1;
    width: 188px;
    height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 18px 12px 16px;
    text-align: center;
    border: 0;
    border-radius: 16px;
    background: transparent;
    overflow: hidden;
}

/* Figma frame is 608px — card left edges at 7 / 210 / 413 */
.offer-flow-card.is-deposit {
    left: 7px;
}

.offer-flow-card.is-bonus {
    left: 210px;
}

.offer-flow-card.is-total {
    left: 413px;
}

.offer-flow-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 0;
}

.offer-flow-card.is-deposit .offer-flow-card-bg {
    transform: rotate(180deg);
}

.offer-flow-label,
.offer-flow-value {
    position: relative;
    z-index: 1;
}

.offer-flow-label {
    display: block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
}

.offer-flow-value {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.offer-flow-card.is-total .offer-flow-value {
    color: #20f0ff;
}

.offer-flow-arrow {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .offer-flow-cards {
        transform: scale(0.88);
        transform-origin: left center;
        margin-bottom: 16px;
    }

    .offer-hero-left {
        max-width: 420px;
    }

    .offer-calc-wrap {
        margin-top: 120px;
    }

    .offer-calc-frame {
        max-width: 460px;
    }

    .offer-hero-title {
        font-size: 40px;
    }

    .offer-hero-copy {
        font-size: 18px;
    }
}

.offer-deposit-visual {
    position: relative;
}

.offer-deposit-visual img.offer-graphic {
    width: 100%;
    max-width: 480px;
    display: block;
    margin: 0 auto;
}

.offer-deposit-visual .offer-chart-badge {
    position: absolute;
    bottom: 8%;
    right: 0;
    width: 38%;
    max-width: 180px;
}

/* ---- Steps ---- */

.offer-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.offer-steps-grid > .linear-border {
    height: 100%;
}

/* Match page so only the linear border reads as a stroke (no card fill) */
.offer-steps-grid .linear-border-inner {
    background: #0B1020;
    position: relative;
}

.offer-steps-grid .linear-border-inner::before {
    z-index: 0;
    border-radius: 18px;
}

.offer-steps-grid .linear-border:hover .linear-border-inner::before {
    opacity: 1;
}

.offer-step-card {
    position: relative;
    z-index: 1;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
}

.offer-step-card img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    margin-bottom: 20px;
}

.offer-step-card h3 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.offer-step-card p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ---- Formula / withdrawal ---- */

.offer-formula-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 48px;
}

.offer-formula-row {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.offer-formula-main {
    flex: 1.55 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.offer-formula-side {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.offer-formula-cta {
    flex: 0 0 auto;
}

.offer-page .offer-formula-row .account-card-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(39, 62, 120, 0.2) 0%, rgba(39, 62, 120, 0.5) 100%);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.offer-page .offer-formula-row .account-card-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(75, 43, 224, 0.14);
}

.offer-page .offer-formula-row .account-card-inner {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-page .offer-formula-main .account-card-inner::before {
    background: radial-gradient(
        ellipse 40% 40% at 0% -10%,
        rgba(75, 43, 224, 0.25) 0%,
        rgba(75, 43, 224, 0) 100%
    ),
    radial-gradient(
        ellipse 90% 90% at 0% -10%,
        rgba(75, 43, 224, 0.25) 0%,
        rgba(75, 43, 224, 0) 100%
    );
}

.offer-page .offer-formula-row .account-card-inner > * {
    position: relative;
    z-index: 1;
}

.offer-formula-heading {
    position: relative;
    z-index: 1;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 10px;
}

.offer-formula-lead {
    position: relative;
    z-index: 1;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 28px;
    max-width: 520px;
}

.offer-formula-equation {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 20px;
}

.offer-formula-tile {
    position: relative;
    overflow: hidden;
    flex: 1 1 0;
    min-width: 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 20px 14px 18px;
    border-radius: 20px;
    border: 1px solid rgba(31, 107, 255, 0.40);
    background-color: #0b1020;
}

.offer-formula-tile::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 202px;
    height: 196px;
    background-image: url(../assets/offer/bg-circle-lines2.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 202px 196px;
    opacity: 0.30;
    pointer-events: none;
    z-index: 0;
}

.offer-formula-tile > * {
    position: relative;
    z-index: 1;
}

.offer-formula-tile > img:not(.offer-formula-tile-line) {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.offer-formula-tile-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.offer-formula-tile-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 14px;
    object-fit: fill;
    flex-shrink: 0;
}

.offer-formula-tile-value {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin-top: auto;
}

.offer-formula-op {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 0 2px;
}

.offer-lab-slider-wrap {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.offer-lab-slider-label {
    display: block;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 14px;
}

.offer-lab-range {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(
        90deg,
        #18e4ef 0%,
        #18e4ef var(--offer-lab-pct, 60%),
        rgba(255, 255, 255, 0.18) var(--offer-lab-pct, 60%),
        rgba(255, 255, 255, 0.18) 100%
    );
}

.offer-lab-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #18e4ef;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px rgba(24, 228, 239, 0.35), 0 2px 10px rgba(24, 228, 239, 0.45);
    cursor: pointer;
}

.offer-lab-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #18e4ef;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px rgba(24, 228, 239, 0.35), 0 2px 10px rgba(24, 228, 239, 0.45);
    cursor: pointer;
}

.offer-lab-range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.offer-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(31, 107, 255, 0.40);
    background: linear-gradient(28deg, rgba(12, 22, 29, 0.00) 17.32%, rgba(75, 43, 224, 0.00) 119%);
}

.offer-formula-side > .offer-info-card:not(.offer-info-card--stack) {
    flex: 0 0 auto;
}

.offer-formula-side > .offer-info-card--stack {
    flex: 1 1 auto;
    display: flex;
}

.offer-info-card > img {
    /* width: 72px; */
    /* height: 72px; */
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.5;
}

.offer-info-card h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.offer-info-card p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.offer-info-card--stack {
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}

.offer-info-stack-line {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    object-fit: fill;
    flex-shrink: 0;
    align-self: stretch;
}

.offer-info-stack-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.offer-info-stack-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 12px;
}

/* ---- Why trade ---- */

.offer-trade-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.offer-trade-card {
    position: relative;
    overflow: hidden;
    background-color: #0b1020;
    border: 1px solid rgba(31, 107, 255, 0.40);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.offer-trade-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse 40% 40% at 0% -10%,
        rgba(75, 43, 224, 0.5) 0%,
        rgba(75, 43, 224, 0) 100%
    ),
    radial-gradient(
        ellipse 90% 90% at 0% -10%,
        rgba(75, 43, 224, 0.5) 0%,
        rgba(75, 43, 224, 0) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.offer-trade-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 202px;
    height: 196px;
    background-image: url('../assets/offer/bg-circle-lines2.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 202px 196px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.offer-trade-card > * {
    position: relative;
    z-index: 1;
}

.offer-trade-card > div {
    flex: 1;
    min-width: 0;
}

.offer-trade-card > img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    flex-shrink: 0;
}

.offer-trade-card > img.offer-trade-card-payments {
    width: 160px;
    height: 140px;
}

.offer-trade-card h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #33c7c9;
    margin: 0 0 6px;
}

.offer-trade-card .trade-title {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}

.offer-trade-card p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.offer-pay-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.offer-pay-icons img {
    width: 48px;
    height: 32px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 4px;
}

/* ---- FAQ ---- */
/* Accordion uses global .faq-* styles from style.css (toggleFaq + transitions). */

.offer-page .faq-section {
    padding: 90px 0;
}

/* ---- Get started / form ---- */

.offer-form-section {
    padding: 90px 0 100px;
}

.offer-form-grid {
    display: grid;
    grid-template-columns: 404px 1fr;
    gap: 40px;
    align-items: stretch;
}

.offer-form-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(75, 43, 224, 0.4);
    padding: 40px 24px 28px;
    /* Matched bg: #000101 */
    background-color: #0c161d;
    background-image: linear-gradient(345deg, rgba(12, 22, 29, 0.00) 29.31%, rgba(75, 43, 224, 0.80) 154.39%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Mask has opaque black (not alpha) — screen blend drops the black so the gradient shows through */
.offer-form-panel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    height: min(520px, 62%);
    background: url('../assets/offer/bg-mask4.png') no-repeat center bottom;
    background-size: 103% auto;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 0;
}

.offer-form-panel h2 {
    position: relative;
    z-index: 1;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 40px;
    line-height: 1.15;
}

.offer-form-panel h2 .offer-section-eyebrow {
    font-size: 20px;
    margin-bottom: 10px;
}

.offer-form-panel > p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 28px;
}

.offer-check-list {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
}

.offer-check-list li:last-child {
    border-bottom: none;
}

.offer-check-list li strong {
    display: block;
    font-weight: 700;
}

.offer-check-list img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-top: 2px;
    object-fit: contain;
}

.offer-terms-card {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: linear-gradient(104.5deg, rgba(0, 145, 255, 0.1) 4.6%, rgba(0, 87, 153, 0) 96%);
    border: 0.6px solid #177de0;
    border-radius: 11px;
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    padding: 16px 18px;
    margin-top: auto;
    margin-bottom: 16px;
    margin-left: -16px;
    box-shadow: 0 0 38px rgba(23, 125, 224, 0.25);
}

.offer-terms-card img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.offer-terms-card h4 {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}

.offer-terms-card p {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.offer-terms-card a {
    color: #20f0ff;
    text-decoration: none;
}

.offer-signin-link {
    position: relative;
    z-index: 1;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.offer-signin-link a {
    color: #20f0ff;
    font-weight: 600;
    text-decoration: none;
}

/* Form card */
.offer-form-card {
    position: relative;
    align-self: stretch;
    min-height: 0;
    border-radius: 20px;
    border: 1px solid rgba(75, 43, 224, 0.40);
    background-color: #0c161d;
    background-image: linear-gradient(345deg, rgba(12, 22, 29, 0.00) 29.31%, rgba(75, 43, 224, 0.80) 154.39%);
    padding: 36px 32px;
    overflow: hidden;
}

.offer-form-card h3 {
    position: relative;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 28px;
}

.offer-form-card .form-label {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}

.offer-form-card .form-control,
.offer-form-card .form-select {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #fff;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 14px;
    padding: 10px 14px;
}

.offer-form-card .form-control:focus,
.offer-form-card .form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #20f0ff;
    box-shadow: 0 0 0 3px rgba(32, 240, 255, 0.15);
    color: #fff;
}

.offer-form-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.offer-form-card .form-select option {
    background: #0B1020;
    color: #fff;
}

.offer-phone-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
}

.offer-form-check {
    margin: 16px 0;
}

.offer-form-check .form-check-input {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
}

.offer-form-check .form-check-input:checked {
    background-color: #ff4d00;
    border-color: #ff4d00;
}

.offer-form-check .form-check-label {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.offer-form-check .form-check-label a {
    color: #20f0ff;
}

.offer-form-submit {
    width: 100%;
    margin-top: 8px;
    padding: 16px 24px;
    font-size: 16px;
}

/* ---- Responsive ----
   Matches homepage rhythm:
   - gutters 20px / 16px
   - card padding ~24px
   - card/stack gaps 16–20px
   - section padding 60px (48px on small phones)
*/

@media (max-width: 991.98px) {
    body {
        padding-top: 0;
    }

    .offer-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .offer-section,
    .offer-page .faq-section {
        padding: 60px 0;
    }

    .offer-hero-wrap {
        padding: 0;
    }

    .offer-hero-body {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 28px;
        padding-bottom: 32px;
        max-width: 100%;
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .offer-hero-left {
        max-width: none;
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .offer-hero-shell {
        grid-row: auto;
        border-radius: 40px;
        margin-top: 20px;
    }

    .offer-hero-shell::before {
        border-radius: inherit;
    }

    .offer-page .offer-hero-shell .tt-navbar {
        padding: 16px 0;
    }

    .offer-page .offer-hero-shell .tt-navbar .container-fluid {
        padding: 0 20px;
    }

    .offer-eyebrow {
        margin-bottom: 8px;
    }

    .offer-hero-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .offer-hero-copy {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: none;
    }

    .offer-hero-left .offer-btn-orange {
        margin-left: auto;
        margin-right: auto;
    }

    .offer-hero-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        gap: 16px;
        width: 100%;
    }

    .offer-stat {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .offer-stat-value {
        font-size: 24px;
    }

    .offer-stat-label {
        font-size: 14px;
    }

    .offer-stat-label br {
        display: none;
    }

    /* Calculator: sibling of hero shell — match hero shell full width */
    .offer-calc-wrap {
        grid-row: auto;
        grid-column: 1;
        display: block;
        align-self: stretch;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: none !important;
        width: 100%;
        pointer-events: auto;
    }

    .offer-calc-frame {
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 12px;
        border-radius: 24px;
    }

    .offer-calc-card {
        max-width: none;
        margin: 0;
        padding: 24px 20px;
    }

    .offer-calc-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .offer-calc-title {
        margin: 10px 0;
        font-size: clamp(18px, 5.2vw, 24px);
        white-space: nowrap;
        line-height: 1.2;
    }

    .offer-calc-title br {
        display: none;
    }

    .offer-calc-badge {
        width: auto;
        min-height: 0;
        flex-direction: row;
        gap: 6px;
        padding: 8px 12px;
    }

    .offer-calc-badge strong {
        display: inline;
        font-size: 16px;
    }

    .offer-calc-input-row,
    .offer-calc-slider-wrap,
    .offer-calc-boxes {
        margin-bottom: 16px;
    }

    .offer-section-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .offer-section-copy {
        font-size: 15px;
        margin-bottom: 0;
    }

    .offer-section-copy--narrow {
        margin-bottom: 32px;
    }

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

    .offer-why-grid {
        gap: 32px;
        margin-top: 32px;
    }

    .offer-why-sep {
        display: none;
    }

    .offer-why-icon {
        margin-bottom: 16px;
    }

    .offer-why-card h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .offer-deposit-grid,
    .offer-form-grid,
    .offer-trade-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .offer-deposit-grid {
        align-items: start;
    }

    .offer-deposit-visual {
        width: 100%;
        max-width: 300px;
        margin: 8px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow: visible;
    }

    .offer-deposit-visual img.offer-graphic {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .offer-deposit-visual .offer-chart-badge {
        position: static;
        width: 58%;
        max-width: 140px;
        margin: -20px auto 0;
        display: block;
    }

    .offer-flow-cards {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 24px 0;
        overflow: visible;
        transform: none;
    }

    .offer-flow-path {
        display: none !important;
    }

    .offer-flow-card,
    .offer-flow-card.is-deposit,
    .offer-flow-card.is-bonus,
    .offer-flow-card.is-total {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        height: auto;
        min-height: 96px;
        padding: 16px 14px;
        border: 1px solid rgba(75, 43, 224, 0.45);
        background: rgba(8, 12, 28, 0.72);
        box-sizing: border-box;
    }

    .offer-deposit-grid > div {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .offer-deposit-grid .offer-btn-orange {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .offer-steps-grid {
        gap: 16px;
        margin-top: 32px;
    }

    .offer-step-card {
        padding: 24px 20px;
    }

    .offer-step-card img {
        margin-bottom: 16px;
        max-height: 140px;
    }

    .offer-step-card h3 {
        margin-bottom: 8px;
    }

    .offer-formula-grid {
        gap: 16px;
        margin-top: 32px;
    }

    .offer-formula-row {
        flex-direction: column;
        gap: 16px;
    }

    .offer-formula-main,
    .offer-formula-side {
        flex: 1 1 auto;
        width: 100%;
    }

    .offer-formula-side {
        gap: 16px;
    }

    .offer-page .offer-formula-row .account-card-wrapper,
    .offer-page .offer-formula-row .account-card-inner {
        height: auto;
    }

    .offer-page .offer-formula-row .account-card-inner {
        padding: 24px 20px;
    }

    .offer-lab-slider-wrap {
        margin-top: 16px;
    }

    .offer-formula-side > .offer-info-card--stack {
        flex: 0 0 auto;
    }

    .offer-info-card--stack {
        justify-content: flex-start;
    }

    .offer-info-card {
        padding: 24px 20px;
        gap: 16px;
    }

    .offer-formula-heading {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .offer-formula-lead {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .offer-formula-equation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-bottom: 16px;
    }

    .offer-formula-tile {
        flex: 1 1 calc(50% - 20px);
        min-width: 140px;
        min-height: 0;
        padding: 16px 12px 14px;
    }

    .offer-formula-tile > img:not(.offer-formula-tile-line) {
        width: 56px;
        height: 56px;
        margin-bottom: 8px;
    }

    .offer-formula-tile-label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .offer-formula-tile-line {
        margin-bottom: 10px;
    }

    .offer-formula-tile-value {
        font-size: 22px;
        margin-top: 0;
    }

    .offer-formula-op {
        padding-top: 0;
    }

    .offer-form-panel {
        min-height: 0;
        padding: 28px 20px 24px;
        background-size: auto 100%, 100% auto, cover;
    }

    .offer-form-panel h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .offer-form-card {
        padding: 24px 20px;
    }

    .offer-terms-card {
        margin-top: 80px;
        padding: 16px;
    }

    .offer-promo-strip {
        padding: 5px 10px;
        justify-content: center;
        text-align: center;
        gap: 10px;
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .offer-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .offer-section,
    .offer-page .faq-section {
        padding: 48px 0;
    }

    .offer-hero-wrap {
        padding: 0;
    }

    .offer-hero-shell {
        border-radius: 24px;
        grid-row: auto;
        margin-top: 20px;
    }

    .offer-hero-shell::before {
        border-radius: inherit;
    }

    .offer-hero-body {
        gap: 20px;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .offer-page .offer-hero-shell .tt-navbar .container-fluid {
        padding: 0 16px;
    }

    .offer-calc-wrap {
        margin-top: 16px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: none !important;
        width: 100%;
    }

    .offer-calc-frame {
        padding: 10px;
        border-radius: 24px;
    }

    .offer-calc-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .offer-calc-title {
        font-size: clamp(16px, 4.8vw, 20px);
    }

    .offer-hero-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .offer-hero-copy {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .offer-hero-left .offer-btn-orange {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }

    .offer-hero-stats {
        align-items: center;
        gap: 14px;
        margin-top: 24px;
    }

    .offer-stat {
        align-items: center;
        text-align: center;
        gap: 4px;
    }

    .offer-stat-icon {
        height: 24px;
    }

    .offer-stat-value {
        font-size: 22px;
    }

    .offer-stat-label {
        font-size: 13px;
    }

    .offer-section-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .offer-why-grid {
        gap: 28px;
        margin-top: 28px;
    }

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

    .offer-why-card p {
        font-size: 15px;
        max-width: none;
    }

    .offer-deposit-grid {
        gap: 20px;
    }

    .offer-deposit-visual {
        max-width: 240px;
    }

    .offer-deposit-visual img.offer-graphic {
        max-width: 220px;
    }

    .offer-flow-cards {
        gap: 10px;
        margin: 20px 0;
    }

    .offer-flow-card,
    .offer-flow-card.is-deposit,
    .offer-flow-card.is-bonus,
    .offer-flow-card.is-total {
        min-height: 88px;
        padding: 14px 12px;
    }

    .offer-steps-grid {
        gap: 12px;
        margin-top: 28px;
    }

    .offer-step-card {
        padding: 24px 16px;
    }

    .offer-page .offer-formula-row .account-card-inner,
    .offer-info-card,
    .offer-form-card {
        padding: 24px 16px;
    }

    .offer-form-panel {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .offer-form-panel h2 {
        font-size: 24px;
    }

    .offer-terms-card {
        margin-top: 64px;
    }

    .offer-promo-strip {
        padding: 5px 10px;
        flex-direction: column;
        min-height: 0;
    }

    .offer-formula-tile {
        flex: 1 1 100%;
    }
}

/* Saphyte hosted form inside offer claim card */
.offer-page .offer-form-card #my-form-container {
    position: relative;
    width: 100%;
    color: #fff;
}

.offer-page .offer-form-card #my-form-container .sp-text-center.sp-form-section {
    display: none !important;
}

.offer-page .offer-form-card #my-form-container .sp-card,
.offer-page .offer-form-card #my-form-container .sp-card-body {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.offer-page .offer-form-card #my-form-container .sp-form-group {
    margin-bottom: 16px !important;
}

.offer-page .offer-form-card #my-form-container label {
    font-family: 'Bai Jamjuree', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 6px !important;
}

.offer-page .offer-form-card #my-form-container input[type="text"],
.offer-page .offer-form-card #my-form-container input[type="email"],
.offer-page .offer-form-card #my-form-container input[type="tel"],
.offer-page .offer-form-card #my-form-container input[type="password"],
.offer-page .offer-form-card #my-form-container input[type="number"],
.offer-page .offer-form-card #my-form-container textarea,
.offer-page .offer-form-card #my-form-container select,
.offer-page .offer-form-card #my-form-container .select2-container .select2-selection--single {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: 14px !important;
    min-height: 42px !important;
    padding: 10px 14px !important;
    box-sizing: border-box !important;
}

.offer-page .offer-form-card #my-form-container .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 22px !important;
    padding-left: 0 !important;
}

.offer-page .offer-form-card #my-form-container .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.offer-page .offer-form-card #my-form-container input::placeholder,
.offer-page .offer-form-card #my-form-container textarea::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

.offer-page .offer-form-card #my-form-container input:focus,
.offer-page .offer-form-card #my-form-container textarea:focus,
.offer-page .offer-form-card #my-form-container select:focus,
.offer-page .offer-form-card #my-form-container .select2-container--focus .select2-selection--single {
    border-color: #20f0ff !important;
    box-shadow: 0 0 0 3px rgba(32, 240, 255, 0.15) !important;
    outline: none !important;
}

/* Select2 dropdown is often appended to <body> — dark text on white for readability */
body.offer-page .select2-dropdown {
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    border-radius: 10px !important;
    z-index: 2000 !important;
}

body.offer-page .select2-container--default .select2-results__option {
    color: #1a1a2e !important;
    padding: 10px 14px !important;
}

body.offer-page .select2-container--default .select2-results__option[aria-selected="true"] {
    background: rgba(75, 43, 224, 0.08) !important;
    color: #1a1a2e !important;
}

body.offer-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #4b2be0 !important;
    color: #fff !important;
}

body.offer-page .select2-search--dropdown {
    padding: 8px 10px !important;
}

body.offer-page .select2-search--dropdown .select2-search__field {
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.16) !important;
    border-radius: 8px !important;
    color: #1a1a2e !important;
    padding: 8px 12px !important;
}

.offer-page .offer-form-card #my-form-container .sp-btn--submit,
.offer-page .offer-form-card #my-form-container .sp-btn--next {
    width: 100% !important;
    margin-top: 8px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Instrument Sans', sans-serif !important;
    background: #ff4d00 !important;
    border: none !important;
    border-radius: 99px !important;
    color: #fff !important;
}

.offer-page .offer-form-card #my-form-container .sp-btn--submit:hover,
.offer-page .offer-form-card #my-form-container .sp-btn--next:hover {
    background: #e64500 !important;
}

.offer-page .offer-form-card #my-form-container a {
    color: #20f0ff !important;
}

/* Saphyte validation/error UI: css/offer-saphyte-form-errors.css (loaded after form mount) */
