/* ============================================================
   DOBROLAD — Narrow conversion landing (product pages)
   Контент у центрі, max-width 720px — увага не розсіюється,
   центрований конверсійний формат.
   ============================================================ */

.l-wrap { max-width: 720px; margin: 0 auto; padding: 0 18px; }
.l-wrap-wide { max-width: 860px; margin: 0 auto; padding: 0 18px; }

.l-section { padding: 44px 0; }
.l-section.bg-soft { background: var(--bg-soft); }
.l-section.bg-dark { background: var(--ink); }
@media (max-width: 768px) { .l-section { padding: 32px 0; } }

.l-head { text-align: center; margin-bottom: 28px; }
.l-head h2 { margin-bottom: 10px; }
.l-head p { color: var(--ink-soft); max-width: 560px; margin: 0 auto; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--ink-mute); padding: 14px 0 4px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb-sep { color: var(--line); }

/* ---------- HERO ---------- */
.l-hero { padding: 12px 0 40px; }
.l-cat-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); border-radius: var(--r-pill); padding: 5px 13px; margin-bottom: 14px; }
.l-hero h1 { font-size: clamp(1.7rem, 4.5vw, 2.6rem); margin-bottom: 10px; }
.l-tagline { font-size: 1.08rem; color: var(--ink-soft); margin-bottom: 14px; }
.l-rating { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-soft); margin-bottom: 22px; }
.l-rating-stars { color: var(--gold); letter-spacing: 2px; }

/* gallery */
.gallery-main { position: relative; border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--shadow-md); }
.gallery-main img { width: 100%; aspect-ratio: 1/1; object-fit: contain; background: #fff; }
.gallery-badge { position: absolute; top: 14px; left: 14px; background: var(--cta); color: #fff; font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: var(--r-pill); z-index: 2; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 10px; }
.gallery-thumb { border-radius: var(--r-sm); overflow: hidden; border: 2px solid transparent; cursor: pointer; background: #fff; transition: border-color .2s; }
.gallery-thumb img { aspect-ratio: 1/1; object-fit: cover; }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--accent); }

/* price + stock */
.price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin: 24px 0 8px; }
.price-current { font-size: 34px; font-weight: 700; color: var(--ink); }
.price-strike { font-size: 19px; color: var(--ink-mute); text-decoration: line-through; }
.price-save { font-size: 13px; font-weight: 700; color: var(--cta); background: #FBEDE4; border-radius: var(--r-pill); padding: 5px 12px; }
.stock-line { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--accent); font-weight: 600; margin-bottom: 20px; }
.stock-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

/* USP list */
.l-usp ul { display: grid; gap: 10px; margin-bottom: 26px; }
.l-usp li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.l-usp svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 3px; }

/* ---------- ORDER FORM ---------- */
.order-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--shadow-md); }
.order-form-title { font-family: var(--font-serif); font-size: 24px; font-weight: 600; margin-bottom: 4px; text-align: center; }
.order-form-sub { font-size: 13.5px; color: var(--ink-mute); text-align: center; margin-bottom: 18px; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.form-row input { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--bg); font-size: 16px; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-row input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); background: #fff; }
.form-disclaimer { font-size: 12px; color: var(--ink-mute); text-align: center; margin-top: 12px; line-height: 1.5; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line); }
.trust-item-mini { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3px; font-size: 11.5px; color: var(--ink-mute); line-height: 1.35; }
.trust-item-mini svg { width: 20px; height: 20px; color: var(--accent); margin-bottom: 3px; }
.trust-item-mini strong { font-size: 12px; color: var(--ink); }

/* ---------- PAIN ---------- */
.pain-list { display: grid; gap: 14px; }
.pain-card { background: #fff; border: 1px solid var(--line-soft); border-left: 3px solid var(--cta); border-radius: var(--r-md); padding: 20px 22px; }
.pain-card h3 { font-size: 16.5px; margin-bottom: 6px; }
.pain-card p { font-size: 14.5px; }

/* ---------- FEATURES ---------- */
.features-list { display: grid; gap: 14px; }
.feature { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 20px 22px; }
.feature-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.feature h3 { font-size: 16.5px; margin-bottom: 4px; }
.feature p { font-size: 14.5px; }

/* ---------- SPECS ---------- */
.specs-wrap { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); overflow: hidden; }
.spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 22px; font-size: 14.5px; }
.spec-row:nth-child(odd) { background: var(--bg-soft); }
.spec-key { color: var(--ink-mute); }
.spec-val { font-weight: 600; color: var(--ink); text-align: right; }

/* ---------- IN BOX ---------- */
.in-box-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.in-box-item { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 14px 16px; font-size: 14px; font-weight: 500; }
.in-box-item .ic { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
@media (max-width: 560px) { .in-box-grid { grid-template-columns: 1fr; } }

/* ---------- OFFER STACK ---------- */
.offer-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 34px 30px; text-align: center; box-shadow: var(--shadow-lg); }
.offer-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cta); margin-bottom: 10px; }
.offer-title { margin-bottom: 22px; }
.offer-stack { display: grid; gap: 0; margin-bottom: 20px; text-align: left; }
.offer-stack-item { display: flex; justify-content: space-between; gap: 14px; padding: 12px 4px; border-bottom: 1px dashed var(--line); font-size: 15px; }
.offer-stack-item .val { font-weight: 600; white-space: nowrap; }
.offer-stack-item:last-child { border-bottom: none; font-weight: 700; }
.offer-stack-item:last-child .val { text-decoration: line-through; color: var(--ink-mute); }
.offer-final-price { font-size: 20px; margin-bottom: 20px; }
.offer-final-price .now { font-size: 30px; font-weight: 800; color: var(--accent); }
.offer-guarantee { display: flex; gap: 14px; align-items: flex-start; text-align: left; background: var(--accent-soft); border-radius: var(--r-md); padding: 16px 18px; }
.offer-guarantee svg { width: 26px; height: 26px; color: var(--accent); flex-shrink: 0; }
.offer-guarantee strong { display: block; font-size: 14.5px; }
.offer-guarantee span { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- STEPS (how to order) ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 20px 18px; text-align: center; }
.step-num { width: 34px; height: 34px; margin: 0 auto 10px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.step-card h3 { font-size: 15px; margin-bottom: 5px; }
.step-card p { font-size: 13px; }
@media (max-width: 560px) { .steps-grid { grid-template-columns: 1fr; } }

/* ---------- REVIEWS (narrow) ---------- */
.l-reviews { display: grid; gap: 14px; }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); overflow: hidden; }
.faq-q { width: 100%; text-align: left; padding: 17px 48px 17px 20px; font-weight: 600; font-size: 15px; position: relative; color: var(--ink); }
.faq-q::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--ink-mute); transition: transform .25s; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 20px 18px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- FINAL CTA ---------- */
.l-final { text-align: center; }
.l-final h2 { color: #fff; margin-bottom: 12px; }
.l-final p { color: #BFBAA8; max-width: 480px; margin: 0 auto 24px; }
.l-final-price { font-size: 32px; color: #fff; font-weight: 700; margin-bottom: 22px; }
.l-final-price .old { font-size: 18px; color: #918B7A; text-decoration: line-through; margin-left: 10px; font-weight: 400; }
.l-final-note { margin-top: 16px; font-size: 13px; color: #6A6450; }

/* ---------- STICKY MOBILE CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); z-index: 150; display: none; box-shadow: 0 -6px 20px rgba(20,18,14,.08); }
.sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: 720px; margin: 0 auto; }
.sticky-cta-price { display: flex; flex-direction: column; line-height: 1.2; }
.sticky-cta-price .now { font-size: 19px; font-weight: 700; color: var(--ink); }
.sticky-cta-price .old { font-size: 12.5px; color: var(--ink-mute); text-decoration: line-through; }
.sticky-cta .btn { padding: 12px 26px; }
@media (max-width: 820px) { .sticky-cta { display: block; } body { padding-bottom: 76px; } }

/* ---------- Delivery/payment mini-cards ---------- */
.dp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dp-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 20px; }
.dp-card svg { width: 26px; height: 26px; color: var(--accent); margin-bottom: 10px; }
.dp-card h3 { font-size: 15.5px; margin-bottom: 6px; }
.dp-card p { font-size: 14px; }
@media (max-width: 560px) { .dp-grid { grid-template-columns: 1fr; } }
