/* ============================================================
   Лендинг «Забор из металлического штакетника»
   Все стили в неймспейсе .shtl-* — изолированы от остального сайта
   ============================================================ */

.shtl{--shtl-orange:#f7941e;--shtl-orange-dk:#e07c00;--shtl-dark:#1a1f24;--shtl-dark-2:#272f37;--shtl-text:#2d2f33;--shtl-muted:#6e7884;--shtl-line:#e6e9ee;--shtl-bg:#fafbfc;--shtl-card:#ffffff;--shtl-shadow:0 6px 24px rgba(20,28,40,.08);--shtl-shadow-lg:0 18px 50px rgba(20,28,40,.14);--shtl-radius:14px;--shtl-radius-sm:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--shtl-text);line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased}
.shtl *,.shtl *::before,.shtl *::after{box-sizing:border-box}
.shtl img{max-width:100%;height:auto;display:block}
.shtl h2,.shtl h3,.shtl h4{color:var(--shtl-dark);line-height:1.2;font-weight:800;margin:0 0 14px}
.shtl h2{font-size:32px;letter-spacing:-.4px}
.shtl h3{font-size:22px}
.shtl h4{font-size:17px}
.shtl p{margin:0 0 12px}
.shtl a{color:var(--shtl-orange-dk);text-decoration:none}
.shtl a:hover{text-decoration:underline}
.shtl ul{margin:0 0 14px;padding-left:20px}
.shtl ul li{margin-bottom:6px}

/* Section spacing */
.shtl-section{padding:56px 0;border-bottom:1px solid var(--shtl-line)}
.shtl-section:last-of-type{border-bottom:none}
.shtl-section--alt{background:var(--shtl-bg)}
.shtl-section--dark{background:var(--shtl-dark);color:#fff}
.shtl-section--dark h2,.shtl-section--dark h3,.shtl-section--dark h4{color:#fff}
.shtl-container{max-width:1180px;margin:0 auto;padding:0 18px}
.shtl-section-head{text-align:center;max-width:780px;margin:0 auto 36px}
.shtl-section-head h2{margin-bottom:10px}
.shtl-section-head p{color:var(--shtl-muted);font-size:17px;margin:0}
.shtl-eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--shtl-orange);margin-bottom:10px}

/* Buttons */
.shtl-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 26px;border-radius:var(--shtl-radius-sm);font-weight:700;font-size:15px;line-height:1;border:none;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}
.shtl-btn:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 12px 28px rgba(247,148,30,.32)}
.shtl-btn--primary{background:linear-gradient(135deg,#f7941e 0%,#e07c00 100%);color:#fff}
.shtl-btn--primary:hover{color:#fff}
.shtl-btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.85)}
.shtl-btn--ghost:hover{background:#fff;color:var(--shtl-dark);box-shadow:none}
.shtl-btn--dark{background:var(--shtl-dark);color:#fff}
.shtl-btn--dark:hover{background:var(--shtl-dark-2);color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.25)}
.shtl-btn--lg{padding:18px 34px;font-size:16px}
.shtl-btn--block{width:100%}

/* ============= HERO ============= */
.shtl-hero{position:relative;background:#0c1116;color:#fff;overflow:hidden;padding:70px 0 80px}
.shtl-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(15,20,28,.92) 0%,rgba(15,20,28,.78) 45%,rgba(15,20,28,.45) 100%),url('../project/photo-project-9-1.jpg') center/cover no-repeat;z-index:0}
.shtl-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.shtl-hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(247,148,30,.18);border:1px solid rgba(247,148,30,.4);color:#ffc278;padding:7px 14px;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:20px}
.shtl-hero__badge::before{content:"●";color:#f7941e;font-size:9px;animation:shtl-pulse 1.6s infinite}
@keyframes shtl-pulse{0%,100%{opacity:1}50%{opacity:.3}}
.shtl-hero h1{font-size:46px;line-height:1.08;margin:0 0 16px;font-weight:800;letter-spacing:-.6px;color:#fff}
.shtl-hero h1 span{color:#ffc278}
.shtl-hero__sub{font-size:18px;color:#cdd5dd;margin-bottom:24px;line-height:1.55}
.shtl-hero__features{display:flex;flex-wrap:wrap;gap:18px 28px;margin-bottom:30px;font-size:14px}
.shtl-hero__features li{list-style:none;display:flex;align-items:center;gap:8px;color:#e1e6ec}
.shtl-hero__features li::before{content:"✓";color:#f7941e;font-weight:bold;font-size:18px}
.shtl-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
.shtl-hero__phone{display:flex;align-items:center;gap:10px;font-size:14px;color:#aab3bc}
.shtl-hero__phone strong{color:#fff;font-size:18px;font-weight:700}
.shtl-hero__phone a{color:#fff}

.shtl-hero__panel{background:#fff;color:var(--shtl-text);border-radius:18px;padding:26px 26px 28px;box-shadow:0 30px 70px rgba(0,0,0,.4)}
.shtl-hero__panel-title{font-size:18px;font-weight:800;color:var(--shtl-dark);margin-bottom:4px}
.shtl-hero__panel-sub{font-size:13px;color:var(--shtl-muted);margin-bottom:16px}
.shtl-hero__panel form{display:flex;flex-direction:column;gap:10px}
.shtl-hero__panel input{padding:13px 14px;border:1px solid var(--shtl-line);border-radius:8px;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s}
.shtl-hero__panel input:focus{border-color:var(--shtl-orange)}
.shtl-hero__panel-foot{font-size:11px;color:var(--shtl-muted);text-align:center;margin-top:6px;line-height:1.4}
.shtl-hero__panel-perks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--shtl-line);font-size:12px;color:var(--shtl-muted)}
.shtl-hero__panel-perks span{display:flex;align-items:center;gap:6px}
.shtl-hero__panel-perks span::before{content:"✓";color:var(--shtl-orange);font-weight:700}
.shtl-hero__panel-quiz-list{list-style:none;padding:0;margin:0 0 16px;display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}
.shtl-hero__panel-quiz-list li{font-size:13px;color:var(--shtl-text);padding-left:24px;position:relative;line-height:1.4}
.shtl-hero__panel-quiz-list li::before{content:"";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#fff5e6 0%,#ffc278 100%);color:var(--shtl-orange-dk);font-weight:800;font-size:11px;display:flex;align-items:center;justify-content:center}
.shtl-hero__panel-quiz-list li:nth-child(1)::before{content:"1"}
.shtl-hero__panel-quiz-list li:nth-child(2)::before{content:"2"}
.shtl-hero__panel-quiz-list li:nth-child(3)::before{content:"3"}
.shtl-hero__panel-quiz-list li:nth-child(4)::before{content:"4"}
.shtl-final-cta__inner--quiz{align-items:start}
.shtl-final-cta__quiz-cta{background:#fff;color:var(--shtl-text);padding:30px;border-radius:var(--shtl-radius);display:flex;flex-direction:column;gap:14px}
.shtl-final-cta__quiz-cta .shtl-btn{font-size:17px;padding:20px 26px}

/* ============= TRUST STRIP ============= */
.shtl-trust{background:#fff;border-bottom:1px solid var(--shtl-line);padding:18px 0}
.shtl-trust__row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.shtl-trust__item{display:flex;flex-direction:column;gap:2px}
.shtl-trust__num{font-size:26px;font-weight:800;color:var(--shtl-dark);letter-spacing:-.5px}
.shtl-trust__num span{color:var(--shtl-orange)}
.shtl-trust__lbl{font-size:13px;color:var(--shtl-muted);line-height:1.3}

/* ============= WHY (advantages) ============= */
.shtl-why{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.shtl-why__card{background:var(--shtl-card);border:1px solid var(--shtl-line);border-radius:var(--shtl-radius);padding:26px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}
.shtl-why__card:hover{transform:translateY(-3px);box-shadow:var(--shtl-shadow);border-color:transparent}
.shtl-why__icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#fff5e6 0%,#ffe2bd 100%);display:flex;align-items:center;justify-content:center;color:var(--shtl-orange);font-size:22px;margin-bottom:14px}
.shtl-why__card h3{font-size:18px;margin-bottom:8px}
.shtl-why__card p{color:var(--shtl-muted);font-size:14px;margin:0;line-height:1.55}

/* ============= PROFILES ============= */
.shtl-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.shtl-profile{background:#fff;border:1px solid var(--shtl-line);border-radius:var(--shtl-radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.shtl-profile:hover{transform:translateY(-4px);box-shadow:var(--shtl-shadow-lg)}
.shtl-profile__img{height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4f6f9 0%,#e9edf2 100%);padding:14px;position:relative}
.shtl-profile__img img{max-height:100%;object-fit:contain}
.shtl-profile__badge{position:absolute;top:12px;left:12px;background:var(--shtl-orange);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:50px;letter-spacing:.04em;text-transform:uppercase}
.shtl-profile__body{padding:18px 20px 22px;flex:1;display:flex;flex-direction:column}
.shtl-profile__name{font-size:18px;font-weight:800;color:var(--shtl-dark);margin-bottom:4px}
.shtl-profile__type{font-size:12px;color:var(--shtl-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}
.shtl-profile__desc{font-size:13px;color:var(--shtl-muted);margin-bottom:14px;line-height:1.6}
.shtl-profile__specs{font-size:13px;list-style:none;padding:0;margin:0 0 14px;border-top:1px solid var(--shtl-line);padding-top:12px}
.shtl-profile__specs li{display:flex;justify-content:space-between;padding:5px 0;color:var(--shtl-text)}
.shtl-profile__specs li span:first-child{color:var(--shtl-muted)}
.shtl-profile__specs li span:last-child{font-weight:600}
.shtl-profile__price{margin-top:auto;padding-top:14px;border-top:1px dashed var(--shtl-line);display:flex;align-items:baseline;justify-content:space-between}
.shtl-profile__price-num{font-size:22px;font-weight:800;color:var(--shtl-orange-dk)}
.shtl-profile__price-lbl{font-size:12px;color:var(--shtl-muted)}

/* ============= PRICING TIERS ============= */
.shtl-tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.shtl-tier{background:#fff;border:2px solid var(--shtl-line);border-radius:var(--shtl-radius);padding:26px 22px;display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s,border-color .2s}
.shtl-tier:hover{transform:translateY(-4px);box-shadow:var(--shtl-shadow)}
.shtl-tier--popular{border-color:var(--shtl-orange);box-shadow:0 14px 40px rgba(247,148,30,.18)}
.shtl-tier--popular::before{content:"Лидер продаж";position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--shtl-orange);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:50px;letter-spacing:.06em;text-transform:uppercase}
.shtl-tier__name{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--shtl-muted);margin-bottom:6px}
.shtl-tier--popular .shtl-tier__name{color:var(--shtl-orange-dk)}
.shtl-tier__title{font-size:18px;font-weight:800;margin-bottom:8px;color:var(--shtl-dark)}
.shtl-tier__price{display:flex;align-items:baseline;gap:6px;margin-bottom:14px}
.shtl-tier__price-amt{font-size:30px;font-weight:800;color:var(--shtl-dark);letter-spacing:-.6px}
.shtl-tier__price-lbl{font-size:13px;color:var(--shtl-muted)}
.shtl-tier__price-from{font-size:12px;color:var(--shtl-muted);text-transform:uppercase;letter-spacing:.08em}
.shtl-tier__list{list-style:none;padding:0;margin:0 0 18px;flex:1}
.shtl-tier__list li{font-size:13px;padding:6px 0 6px 22px;position:relative;color:var(--shtl-text)}
.shtl-tier__list li::before{content:"✓";position:absolute;left:0;color:var(--shtl-orange);font-weight:700;font-size:14px}
.shtl-tier__list li.shtl-tier__list-no{color:#aab3bc;text-decoration:line-through}
.shtl-tier__list li.shtl-tier__list-no::before{content:"–";color:#aab3bc;text-decoration:none}

/* ============= PRICE TABLE ============= */
.shtl-price-table{background:#fff;border-radius:var(--shtl-radius);overflow:hidden;box-shadow:var(--shtl-shadow);border:1px solid var(--shtl-line)}
.shtl-price-table table{width:100%;border-collapse:collapse;font-size:14px}
.shtl-price-table th{background:var(--shtl-dark);color:#fff;font-weight:600;padding:14px 16px;text-align:left;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.shtl-price-table td{padding:14px 16px;border-bottom:1px solid var(--shtl-line)}
.shtl-price-table tr:last-child td{border-bottom:none}
.shtl-price-table tr:nth-child(even){background:#fafbfc}
.shtl-price-table .shtl-price-cell{font-weight:700;color:var(--shtl-orange-dk);text-align:center}
.shtl-price-note{font-size:12px;color:var(--shtl-muted);margin-top:14px;text-align:center}

/* ============= CALCULATOR ============= */
.shtl-calc{background:#fff;border-radius:var(--shtl-radius);box-shadow:var(--shtl-shadow);overflow:hidden;border:1px solid var(--shtl-line)}
.shtl-calc__head{background:linear-gradient(135deg,var(--shtl-dark) 0%,var(--shtl-dark-2) 100%);color:#fff;padding:24px 28px;display:flex;align-items:center;gap:14px}
.shtl-calc__head-icon{width:42px;height:42px;border-radius:10px;background:rgba(247,148,30,.2);display:flex;align-items:center;justify-content:center;color:var(--shtl-orange);font-size:22px;flex-shrink:0}
.shtl-calc__head h3{margin:0;color:#fff;font-size:19px}
.shtl-calc__head p{margin:0;color:#aab3bc;font-size:13px}
.shtl-calc__body{padding:24px 28px}
.shtl-calc__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 22px;margin-bottom:18px}
.shtl-calc__field{display:flex;flex-direction:column;gap:4px}
.shtl-calc__field label{font-size:12px;font-weight:600;color:var(--shtl-muted);text-transform:uppercase;letter-spacing:.04em}
.shtl-calc__field select,.shtl-calc__field input{padding:12px 14px;border:1px solid var(--shtl-line);border-radius:8px;font-size:14px;background:#fff;font-family:inherit;outline:none;transition:border-color .15s;width:100%}
.shtl-calc__field select:focus,.shtl-calc__field input:focus{border-color:var(--shtl-orange)}
.shtl-calc__total{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fff5e6 0%,#ffe2bd 100%);padding:20px 24px;border-radius:var(--shtl-radius);margin-top:16px;flex-wrap:wrap;gap:14px}
.shtl-calc__total-lbl{font-size:14px;color:var(--shtl-text)}
.shtl-calc__total-lbl strong{display:block;font-size:18px;color:var(--shtl-dark)}
.shtl-calc__total-amt{font-size:30px;font-weight:800;color:var(--shtl-orange-dk);letter-spacing:-.6px}
.shtl-calc__total-amt span{font-size:14px;color:var(--shtl-muted);font-weight:500}
.shtl-calc__cta{margin-left:auto}

/* ============= STEPS / PROCESS ============= */
.shtl-steps{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.shtl-steps::before{content:"";position:absolute;top:32px;left:8%;right:8%;height:2px;background:repeating-linear-gradient(90deg,var(--shtl-orange) 0,var(--shtl-orange) 6px,transparent 6px,transparent 12px);z-index:0}
.shtl-step{position:relative;text-align:center;z-index:1}
.shtl-step__num{width:64px;height:64px;border-radius:50%;background:#fff;border:2px solid var(--shtl-orange);color:var(--shtl-orange-dk);font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 6px 20px rgba(247,148,30,.18)}
.shtl-step__title{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--shtl-dark)}
.shtl-step__text{font-size:13px;color:var(--shtl-muted);line-height:1.5;margin:0}

/* ============= COMPARISON TABLE ============= */
.shtl-compare-table{background:#fff;border-radius:var(--shtl-radius);overflow:hidden;border:1px solid var(--shtl-line);box-shadow:var(--shtl-shadow)}
.shtl-compare-table table{width:100%;border-collapse:collapse;font-size:14px}
.shtl-compare-table thead th{background:var(--shtl-dark);color:#fff;padding:14px 14px;font-size:13px;font-weight:600;text-align:center}
.shtl-compare-table thead th:first-child{text-align:left}
.shtl-compare-table thead th.shtl-highlight{background:var(--shtl-orange);position:relative}
.shtl-compare-table tbody td{padding:13px 14px;border-bottom:1px solid var(--shtl-line);text-align:center;color:var(--shtl-text)}
.shtl-compare-table tbody td:first-child{text-align:left;font-weight:600;color:var(--shtl-dark)}
.shtl-compare-table tbody td.shtl-highlight{background:#fff8ed;color:var(--shtl-orange-dk);font-weight:700}
.shtl-compare-table tbody tr:last-child td{border-bottom:none}

/* ============= GALLERY ============= */
.shtl-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:10px}
.shtl-gallery__item{overflow:hidden;border-radius:10px;position:relative;background:#000;cursor:pointer}
.shtl-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s}
.shtl-gallery__item:hover img{transform:scale(1.06);opacity:.85}
.shtl-gallery__item--lg{grid-column:span 2;grid-row:span 2}
.shtl-gallery__cap{position:absolute;left:0;right:0;bottom:0;padding:12px 14px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 100%);color:#fff;font-size:13px;font-weight:600;opacity:0;transition:opacity .25s}
.shtl-gallery__item:hover .shtl-gallery__cap{opacity:1}

/* ============= COLORS GRID ============= */
.shtl-colors{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.shtl-color{text-align:center}
.shtl-color__sw{width:100%;aspect-ratio:1/1;border-radius:10px;border:1px solid rgba(0,0,0,.05);box-shadow:inset 0 0 0 4px rgba(255,255,255,.18),0 6px 16px rgba(0,0,0,.12);transition:transform .2s}
.shtl-color__sw:hover{transform:translateY(-3px) scale(1.04)}
.shtl-color__code{font-size:12px;font-weight:700;color:var(--shtl-dark);margin-top:8px}
.shtl-color__name{font-size:11px;color:var(--shtl-muted);line-height:1.3}

/* ============= REVIEWS ============= */
.shtl-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.shtl-review{background:#fff;border:1px solid var(--shtl-line);border-radius:var(--shtl-radius);padding:24px 24px 22px;display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s}
.shtl-review:hover{transform:translateY(-3px);box-shadow:var(--shtl-shadow)}
.shtl-review__stars{color:var(--shtl-orange);font-size:14px;letter-spacing:2px;margin-bottom:12px}
.shtl-review__text{font-size:14px;color:var(--shtl-text);font-style:italic;margin-bottom:16px;line-height:1.6;flex:1}
.shtl-review__text::before{content:"\201C";font-family:Georgia,serif;color:var(--shtl-orange);font-size:50px;line-height:0;display:block;margin-bottom:16px;font-style:normal}
.shtl-review__meta{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--shtl-line)}
.shtl-review__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#fff5e6 0%,#ffc278 100%);display:flex;align-items:center;justify-content:center;color:var(--shtl-orange-dk);font-weight:800;font-size:16px;flex-shrink:0}
.shtl-review__name{font-size:14px;font-weight:700;color:var(--shtl-dark)}
.shtl-review__details{font-size:12px;color:var(--shtl-muted)}

/* ============= FAQ ============= */
.shtl-faq{max-width:880px;margin:0 auto}
.shtl-faq__item{background:#fff;border:1px solid var(--shtl-line);border-radius:var(--shtl-radius-sm);margin-bottom:10px;overflow:hidden;transition:box-shadow .2s,border-color .2s}
.shtl-faq__item[open]{box-shadow:var(--shtl-shadow);border-color:var(--shtl-orange)}
.shtl-faq__item summary{padding:18px 24px 18px 22px;font-weight:600;font-size:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--shtl-dark);list-style:none}
.shtl-faq__item summary::-webkit-details-marker{display:none}
.shtl-faq__item summary::after{content:"+";color:var(--shtl-orange);font-size:24px;font-weight:300;line-height:1;transition:transform .25s;flex-shrink:0}
.shtl-faq__item[open] summary::after{transform:rotate(45deg)}
.shtl-faq__body{padding:0 24px 18px 22px;color:var(--shtl-muted);font-size:14px;line-height:1.65}
.shtl-faq__body p{margin:0 0 8px}

/* ============= FINAL CTA ============= */
.shtl-final-cta{background:linear-gradient(135deg,var(--shtl-dark) 0%,var(--shtl-dark-2) 100%);color:#fff;padding:60px 0;border-radius:var(--shtl-radius);overflow:hidden;position:relative}
.shtl-final-cta::before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(247,148,30,.16) 0%,transparent 70%);pointer-events:none}
.shtl-final-cta__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;position:relative;z-index:1;padding:0 40px}
.shtl-final-cta h2{color:#fff;margin-bottom:12px;font-size:30px}
.shtl-final-cta p{color:#cdd5dd;font-size:16px;margin-bottom:18px}
.shtl-final-cta__phone{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#fff;margin-top:18px}
.shtl-final-cta__phone i{color:var(--shtl-orange);font-size:20px}
.shtl-final-cta__phone a{color:#fff;text-decoration:none}
.shtl-final-cta__form{background:#fff;color:var(--shtl-text);padding:30px;border-radius:var(--shtl-radius)}
.shtl-final-cta__form h3{font-size:18px;margin-bottom:6px}
.shtl-final-cta__form p{font-size:13px;color:var(--shtl-muted);margin-bottom:18px}
.shtl-final-cta__form input{width:100%;padding:14px 16px;border:1px solid var(--shtl-line);border-radius:8px;font-size:15px;font-family:inherit;outline:none;margin-bottom:10px;transition:border-color .15s}
.shtl-final-cta__form input:focus{border-color:var(--shtl-orange)}
.shtl-final-cta__note{font-size:11px;color:var(--shtl-muted);text-align:center;margin-top:8px;line-height:1.4}

/* ============= INFO STRIPE (between sections) ============= */
.shtl-info-stripe{background:linear-gradient(135deg,#fff5e6 0%,#ffe2bd 100%);border-radius:var(--shtl-radius);padding:30px 36px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}
.shtl-info-stripe__icon{width:60px;height:60px;border-radius:14px;background:var(--shtl-orange);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px}
.shtl-info-stripe__text strong{display:block;font-size:18px;color:var(--shtl-dark);margin-bottom:4px}
.shtl-info-stripe__text span{color:var(--shtl-text);font-size:14px}

/* ============= CITY SECTION (городская уникализация) ============= */
.shtl-city .shtl-gallery{margin-bottom:36px}
.shtl-city-info{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:0;padding:30px;background:#fff;border-radius:var(--shtl-radius);border:1px solid var(--shtl-line)}
.shtl-city-info--single{grid-template-columns:1fr}
.shtl-city-info__col h3{font-size:18px;margin-bottom:12px;color:var(--shtl-dark)}
.shtl-city-info__col p{font-size:14px;color:var(--shtl-text);line-height:1.65;margin-bottom:0}
.shtl-city-districts{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}
.shtl-city-districts li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--shtl-text);padding:4px 0}
.shtl-city-districts li i{color:var(--shtl-orange);font-size:13px}
.shtl-city-districts--wide{grid-template-columns:repeat(4,1fr);gap:10px 22px;max-width:880px;margin:0 auto;padding:24px 28px;background:#fff;border-radius:var(--shtl-radius);border:1px solid var(--shtl-line)}
.shtl-city-districts--wide li{padding:8px 0;font-size:15px}

/* ============= STICKY MOBILE BAR ============= */
.shtl-sticky-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:999;background:#fff;border-top:1px solid var(--shtl-line);padding:8px;box-shadow:0 -4px 20px rgba(0,0,0,.1);gap:8px}
.shtl-sticky-bar a{flex:1;text-align:center;padding:13px 8px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:6px}
.shtl-sticky-bar__call{background:var(--shtl-dark);color:#fff}
.shtl-sticky-bar__order{background:var(--shtl-orange);color:#fff}

/* ============= RESPONSIVE ============= */
@media (max-width:1024px){
    .shtl-hero__inner{grid-template-columns:1fr;gap:30px}
    .shtl-city-info{grid-template-columns:1fr;padding:24px}
    .shtl-hero h1{font-size:38px}
    .shtl-why,.shtl-profiles,.shtl-reviews{grid-template-columns:repeat(2,1fr)}
    .shtl-tiers{grid-template-columns:repeat(2,1fr)}
    .shtl-steps{grid-template-columns:repeat(3,1fr);row-gap:30px}
    .shtl-steps::before{display:none}
    .shtl-gallery{grid-template-columns:repeat(3,1fr)}
    .shtl-colors{grid-template-columns:repeat(5,1fr)}
    .shtl-final-cta__inner{grid-template-columns:1fr;gap:30px;padding:0 24px}
    .shtl-info-stripe{grid-template-columns:1fr;text-align:center}
    .shtl-info-stripe__icon{margin:0 auto}
}
@media (max-width:680px){
    .shtl h2{font-size:26px}
    .shtl-section{padding:42px 0}
    .shtl-hero{padding:50px 0 60px}
    .shtl-hero h1{font-size:30px}
    .shtl-hero__sub{font-size:16px}
    .shtl-hero__features{gap:10px 18px;font-size:13px}
    .shtl-trust__row{grid-template-columns:repeat(2,1fr);gap:18px 14px}
    .shtl-trust__num{font-size:22px}
    .shtl-why,.shtl-profiles,.shtl-reviews,.shtl-tiers{grid-template-columns:1fr}
    .shtl-steps{grid-template-columns:repeat(2,1fr)}
    .shtl-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}
    .shtl-gallery__item--lg{grid-column:span 2;grid-row:span 1}
    .shtl-city-districts{grid-template-columns:1fr}
    .shtl-city-districts--wide{grid-template-columns:1fr 1fr;padding:18px 20px}
    .shtl-colors{grid-template-columns:repeat(4,1fr)}
    .shtl-calc__grid{grid-template-columns:1fr}
    .shtl-calc__total{flex-direction:column;align-items:stretch;text-align:center}
    .shtl-calc__cta{margin-left:0}
    .shtl-price-table{font-size:13px;overflow-x:auto}
    .shtl-price-table table{min-width:560px}
    .shtl-compare-table{overflow-x:auto}
    .shtl-compare-table table{min-width:560px}
    .shtl-final-cta{padding:40px 0}
    .shtl-final-cta__form{padding:22px}
    .shtl-sticky-bar{display:flex}
    body{padding-bottom:64px}
}
