/* ═══════════════════════════════════════
   Bonus Program Page
   ═══════════════════════════════════════ */

/* ── Hero ── */
.br-bn-hero{margin-bottom:48px}
.br-bn-hero h1{font-size:clamp(26px,4vw,38px);line-height:1.2;margin-bottom:12px}
.br-bn-hero__text{font-size:17px;color:#555;line-height:1.6;max-width:680px;margin-bottom:20px}

/* User card */
.br-bn-hero__card{background:#f7faf8;border-radius:16px;padding:24px;margin-top:24px;max-width:480px}
.br-bn-hero__card-level{display:flex;align-items:center;gap:14px;padding-bottom:16px;margin-bottom:16px;border-bottom:2px solid #e0e0e0}
.br-bn-hero__card-icon{font-size:32px}
.br-bn-hero__card-level strong{display:block;font-size:18px}
.br-bn-hero__card-level span{font-size:13px;color:#888}
.br-bn-hero__card-spent{display:flex;justify-content:space-between;font-size:15px;margin-bottom:16px}
.br-bn-hero__card-spent strong{color:#369155}

.br-bn-progress{background:#e0e0e0;border-radius:100px;height:8px;overflow:hidden;margin-bottom:8px}
.br-bn-progress__bar{background:#369155;height:100%;border-radius:100px;transition:width .3s}
.br-bn-hero__card-next{font-size:13px;color:#888}

/* Timer */
.br-bn-timer{background:#fff8e6;border:1px solid #f0d060;border-radius:12px;padding:16px 20px;margin-top:20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:14px}
.br-bn-timer__icon{font-size:20px}
.br-bn-timer strong{color:#8a6d00}

/* ── Steps ── */
.br-bn-steps{margin-bottom:48px}
.br-bn-steps>h2{margin-bottom:24px}
.br-bn-steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}
.br-bn-steps__step{background:#f7faf8;border-radius:14px;padding:24px 20px;text-align:center}
.br-bn-steps__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#369155;color:#fff;border-radius:50%;font-weight:800;font-size:18px;margin-bottom:12px}
.br-bn-steps__step h3{font-size:15px;margin-bottom:6px}
.br-bn-steps__step p{font-size:13px;color:#666;line-height:1.5}

/* ── Levels ── */
.br-bn-levels{margin-bottom:48px}
.br-bn-levels>h2{margin-bottom:24px}
.br-bn-levels__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}
.br-bn-level{background:#fff;border-radius:14px;padding:28px 20px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.br-bn-level__icon{font-size:36px;display:block;margin-bottom:8px}
.br-bn-level h3{font-size:18px;margin-bottom:4px}
.br-bn-level__percent{font-size:36px;font-weight:800;line-height:1.1;margin-bottom:4px}
.br-bn-level p{font-size:13px;color:#888;margin-bottom:12px}
.br-bn-level__threshold{font-size:13px;color:#555;background:#f7faf8;padding:8px 12px;border-radius:8px}
.br-bn-levels__note{font-size:13px;color:#888;text-align:center;margin-top:16px}

/* ── Calculator ── */
.br-bn-calc{margin-bottom:48px}
.br-bn-calc>h2{margin-bottom:8px}
.br-bn-calc__sub{color:#888;margin-bottom:20px}
.br-bn-calc__box{background:#f7faf8;border-radius:16px;padding:28px;max-width:520px}
.br-bn-calc__label{display:block;margin-bottom:20px}
.br-bn-calc__label span{display:block;font-size:13px;color:#888;margin-bottom:6px}
.br-bn-calc__input{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:10px;font-size:18px;font-weight:600;box-sizing:border-box}
.br-bn-calc__input:focus{border-color:#369155;outline:none}
.br-bn-calc__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.br-bn-calc__row:last-child{border-bottom:none}
.br-bn-calc__row-name{font-size:14px}
.br-bn-calc__row-val{font-size:16px}

/* ── Example ── */
.br-bn-example{margin-bottom:48px}
.br-bn-example>h2{margin-bottom:16px}
.br-bn-example__card{background:#e8f5ed;border-radius:14px;padding:24px;font-size:15px;line-height:1.7;color:#333}
.br-bn-example__card p{margin-bottom:8px}
.br-bn-example__extra{font-size:12px;color:#999;margin-top:12px;line-height:1.5}

/* ── Rules ── */
.br-bn-rules{margin-bottom:48px}
.br-bn-rules>h2{margin-bottom:24px}
.br-bn-rules__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.br-bn-rule{background:#f7faf8;border-radius:14px;padding:24px;border-left:4px solid #369155}
.br-bn-rule__icon{font-size:24px;display:block;margin-bottom:10px}
.br-bn-rule h3{font-size:15px;margin-bottom:6px}
.br-bn-rule p{font-size:13px;color:#666;line-height:1.5}

/* ── FAQ ── */
.br-bn-faq{margin-bottom:48px}
.br-bn-faq>h2{margin-bottom:24px}
.br-bn-faq__cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.br-bn-faq__item{border:1px solid #e5e5e5;border-radius:12px;margin-bottom:8px;overflow:hidden}
.br-bn-faq__q{padding:16px 20px;font-weight:600;font-size:15px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}
.br-bn-faq__q::-webkit-details-marker{display:none}
.br-bn-faq__q::after{content:'+';font-size:22px;font-weight:300;color:#369155;flex-shrink:0;transition:transform .2s}
.br-bn-faq__item[open] .br-bn-faq__q::after{transform:rotate(45deg)}
.br-bn-faq__a{padding:0 20px 16px}
.br-bn-faq__a p{font-size:14px;color:#555;line-height:1.6}

/* ── CTA ── */
.br-bn-cta{margin-bottom:48px;display:flex;justify-content:center}
.br-bn-cta__card{background:#369155;color:#fff;border-radius:20px;padding:40px;max-width:520px;width:100%;text-align:center}
.br-bn-cta__icon{font-size:40px;margin-bottom:12px}
.br-bn-cta__card h2{color:#fff;font-size:clamp(22px,3vw,28px);margin-bottom:8px}
.br-bn-cta__card p{opacity:.9;margin-bottom:24px;line-height:1.6}
.br-bn-cta__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

.br-action--outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);padding:12px 24px;border-radius:10px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s}
.br-action--outline-white:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.br-action--white{background:#fff;color:#369155;padding:12px 24px;border-radius:10px;font-weight:600;text-decoration:none;transition:opacity .2s}
.br-action--white:hover{opacity:.9}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media(max-width:1023px){
    .br-bn-rules__grid{grid-template-columns:1fr}
}

@media(max-width:767px){
    .br-bn-hero{margin-bottom:32px}
    .br-bn-hero__card{max-width:100%}
    .br-bn-steps__grid{grid-template-columns:1fr 1fr;gap:12px}
    .br-bn-levels__grid{grid-template-columns:1fr}
    .br-bn-calc__box{padding:20px}
    .br-bn-rules__grid{grid-template-columns:1fr}
    .br-bn-faq__cols{grid-template-columns:1fr}
    .br-bn-cta__card{padding:24px}
    .br-bn-cta__btns{flex-direction:column}

    .br-bn-steps,.br-bn-levels,.br-bn-calc,.br-bn-example,.br-bn-rules,.br-bn-faq,.br-bn-cta{margin-bottom:32px}
}