/* ═══════════════════════════════════════
   Zakaz (How to Order) Page
   ═══════════════════════════════════════ */

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

/* ── Steps timeline (2 columns) ── */
.br-zk-steps{margin-bottom:48px}
.br-zk-steps>h2{margin-bottom:32px}
.br-zk-steps__timeline{display:grid;grid-template-columns:1fr 1fr;gap:16px}

.br-zk-step{display:flex;gap:16px}

.br-zk-step__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:44px}
.br-zk-step__num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#369155;color:#fff;border-radius:50%;font-weight:800;font-size:18px;position:relative;z-index:1}
.br-zk-step__line{width:2px;flex:1;background:#d4e8db;margin:4px 0}

.br-zk-step__body{background:#f7faf8;border-radius:14px;padding:20px;flex:1}
.br-zk-step__icon{font-size:24px;margin-bottom:8px}
.br-zk-step__body h3{font-size:15px;margin-bottom:6px;color:#333}
.br-zk-step__body p{font-size:13px;color:#666;line-height:1.6}

/* ── Methods ── */
.br-zk-methods{margin-bottom:48px}
.br-zk-methods>h2{margin-bottom:24px}
.br-zk-methods__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.br-zk-method{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:28px 24px;text-align:center;transition:border-color .2s,box-shadow .2s}
.br-zk-method:hover{border-color:#369155;box-shadow:0 4px 16px rgba(54,145,85,.1)}
.br-zk-method__icon{font-size:36px;display:block;margin-bottom:12px}
.br-zk-method h3{font-size:16px;margin-bottom:8px}
.br-zk-method p{font-size:13px;color:#666;line-height:1.5}

/* ── Info blocks (payment/delivery) ── */
.br-zk-info{margin-bottom:48px}
.br-zk-info>h2{margin-bottom:20px}

.br-zk-info__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}
.br-zk-info__card{display:flex;gap:14px;align-items:flex-start;background:#f7faf8;border-radius:12px;padding:20px;border-left:4px solid #369155}
.br-zk-info__icon{font-size:24px;flex-shrink:0}
.br-zk-info__card h3{font-size:15px;margin-bottom:4px}
.br-zk-info__card p{font-size:13px;color:#666;line-height:1.5}

.br-zk-info__chips{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.br-zk-info__chip{display:inline-flex;align-items:center;gap:8px;background:#f7faf8;border-radius:100px;padding:10px 20px;font-size:14px;color:#333}
.br-zk-info__chip span{font-size:18px}

.br-zk-info__link{color:#369155;font-weight:600;font-size:14px;text-decoration:none}
.br-zk-info__link:hover{text-decoration:underline}

/* ── FAQ ── */
.br-zk-faq{margin-bottom:48px}
.br-zk-faq>h2{margin-bottom:24px}
.br-zk-faq__cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.br-zk-faq__item{border:1px solid #e5e5e5;border-radius:12px;margin-bottom:8px;overflow:hidden}
.br-zk-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-zk-faq__q::-webkit-details-marker{display:none}
.br-zk-faq__q::after{content:'+';font-size:22px;font-weight:300;color:#369155;flex-shrink:0;transition:transform .2s}
.br-zk-faq__item[open] .br-zk-faq__q::after{transform:rotate(45deg)}
.br-zk-faq__a{padding:0 20px 16px}
.br-zk-faq__a p{font-size:14px;color:#555;line-height:1.6}

/* ── CTA ── */
.br-zk-cta{margin-bottom:48px;display:flex;justify-content:center}
.br-zk-cta__card{background:#369155;color:#fff;border-radius:20px;padding:40px;max-width:520px;width:100%;text-align:center}
.br-zk-cta__icon{font-size:40px;margin-bottom:12px}
.br-zk-cta__card h2{color:#fff;font-size:clamp(22px,3vw,28px);margin-bottom:8px}
.br-zk-cta__text{opacity:.9;line-height:1.6;margin-bottom:24px}
.br-zk-cta__form{display:flex;flex-direction:column;gap:12px}
.br-zk-cta__form input[type="text"],
.br-zk-cta__form input[type="tel"]{padding:14px 16px;border:none;border-radius:10px;font-size:15px;width:100%;box-sizing:border-box;color:#333;background:#fff}
.br-zk-cta__form input::placeholder{color:#999}
.br-zk-cta__form input:focus{outline:2px solid #fff}
.br-zk-cta__btn{width:100%;background:#fff;color:#369155;border:none;font-weight:700;padding:14px;border-radius:10px;font-size:16px;cursor:pointer;transition:opacity .2s}
.br-zk-cta__btn:hover{opacity:.9}
.br-zk-cta__phone{margin-top:16px;font-size:14px;opacity:.85}
.br-zk-cta__phone a{color:#fff;font-weight:600;text-decoration:none}
.br-zk-cta__card .br-consent,.br-zk-cta__card .br-consent a{color:rgba(255,255,255,.85);font-size:12px}
.br-zk-cta__card .br-consent a{text-decoration:underline}
.br-zk-cta__card .br-form-success,.br-zk-cta__card .br-form-message,.br-zk-cta__card .br-toast{color:#fff}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media(max-width:1023px){
    .br-zk-steps__timeline{grid-template-columns:1fr 1fr}
    .br-zk-methods__grid{grid-template-columns:1fr}
    .br-zk-info__grid{grid-template-columns:1fr}
}

@media(max-width:767px){
    .br-zk-hero{margin-bottom:28px}
    .br-zk-steps__timeline{grid-template-columns:1fr}
    .br-zk-step{gap:12px}
    .br-zk-step__body{padding:16px}
    .br-zk-methods__grid{grid-template-columns:1fr}
    .br-zk-info__grid{grid-template-columns:1fr}
    .br-zk-info__chips{gap:8px}
    .br-zk-faq__cols{grid-template-columns:1fr}
    .br-zk-cta__card{padding:24px}

    .br-zk-steps,.br-zk-methods,.br-zk-info,.br-zk-faq,.br-zk-cta{margin-bottom:32px}
}