/* ================= TB-Resurs — clean CSS ================= */
:root{
  --brand:#92C330; --brand-600:#7AA624; --brand-700:#5F821C;
  --brand-50:#F5F9EC; --brand-100:#E3F1CD; --brand-200:#D4E7A4;
  --ink:#0f172a; --ink-2:#1e293b; --muted:#475569; --muted-2:#64748b;
  --line:#e2e8f0; --line-2:#cbd5e1;
  --slate-50:#f8fafc; --slate-100:#f1f5f9; --slate-900:#0f172a; --slate-950:#020617;
  --panel:#E4EDFE; --panel-line:#c8dbfc;
  --white:#fff;
  --font-h:"Plus Jakarta Sans","Inter",sans-serif;
  --font-b:"Inter",sans-serif;
  --font-m:"JetBrains Mono",monospace;
  --shadow-sm:0 1px 2px rgba(15,23,42,.05);
  --shadow:0 10px 30px -5px rgba(146,195,48,.12),0 4px 10px -3px rgba(15,23,42,.05);
  --shadow-lg:0 25px 50px -12px rgba(146,195,48,.20),0 10px 20px -5px rgba(15,23,42,.06);
  --radius:24px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-b);background:var(--slate-50);color:var(--ink);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-h);letter-spacing:-.025em;margin:0;line-height:1.15}
p{margin:0}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer}
ul{margin:0;padding:0;list-style:none}
::selection{background:var(--brand-100);color:var(--brand-700)}
.mono{font-family:var(--font-m)}
.green{color:var(--brand-600)!important}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.container--narrow{max-width:960px}
.ic{flex:0 0 auto}

/* dots */
.dot{width:8px;height:8px;border-radius:50%;background:var(--brand);display:inline-block;flex:0 0 auto}
.dot--ping{background:#fff;position:relative}
.dot--ping::after{content:"";position:absolute;inset:0;border-radius:50%;background:#fff;animation:ping 1.4s cubic-bezier(0,0,.2,1) infinite}
.dot--pulse{background:var(--brand);animation:pulse 1.6s infinite}
@keyframes ping{75%,100%{transform:scale(2.2);opacity:0}}
@keyframes pulse{50%{opacity:.4}}

/* ============ buttons ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:14px;font-family:var(--font-h);font-weight:700;font-size:14px;padding:12px 20px;transition:.2s;white-space:nowrap;line-height:1.2}
.btn .ic{width:18px;height:18px}
.btn--primary{background:var(--brand-600);color:#fff;box-shadow:0 10px 22px -6px rgba(146,195,48,.5)}
.btn--primary:hover{background:var(--brand-700);transform:translateY(-1px)}
.btn--ghost{background:#fff;color:var(--ink-2);border:2px solid var(--line)}
.btn--ghost:hover{border-color:var(--brand-600)}
.btn--outline{background:#fff;color:var(--ink-2);border:1px solid var(--line-2)}
.btn--outline:hover{border-color:var(--brand-600)}
.btn--sm{padding:10px 16px;font-size:13px}
.btn--lg{padding:16px 26px;font-size:16px;border-radius:14px}
.btn--xl{padding:16px;font-size:16px}
.btn--block{width:100%}

/* chips */
.chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:6px 13px;border-radius:999px;text-transform:uppercase;letter-spacing:.02em;line-height:1.3}
.chip .ic{width:14px;height:14px;color:var(--brand-600)}
.chip--slate{background:var(--slate-100);color:var(--muted);border:1px solid var(--line)}
.chip--green{background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100)}
.chip--green .dot{width:8px;height:8px;background:var(--brand-600)}
.chip--center{margin:0 auto}

/* ============ header ============ */
.header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}
.header__inner{display:flex;align-items:center;justify-content:space-between;height:86px;gap:16px}
.header__left{display:flex;align-items:center;gap:22px;min-width:0}
.logo img{height:46px;width:auto;object-fit:contain;max-width:280px;transition:.3s}
.logo:hover img{transform:scale(1.04)}
.nav{display:flex;gap:20px}
.nav__link{font-size:13px;font-weight:700;color:var(--ink-2);position:relative;padding:4px 0}
.nav__link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--brand-600);transition:.3s}
.nav__link:hover{color:var(--brand-600)}
.nav__link:hover::after{width:100%}
.header__right{display:flex;align-items:center;gap:14px}
.header__phone{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.phone-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-h);font-weight:800;font-size:17px;color:var(--ink);transition:.2s}
.phone-link .ic{width:16px;height:16px;color:var(--brand-600)}
.phone-link:hover{color:var(--brand-600)}
.phone-link--lg{font-size:24px}
.phone-ic{animation:pulse 1.6s infinite}
.burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:1px solid var(--line);border-radius:12px;color:var(--ink-2)}
.mobile-menu{border-top:1px solid var(--line);background:#fff;padding:20px;box-shadow:var(--shadow)}
.mobile-menu__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--slate-100)}
.mobile-menu__link{padding:10px 14px;border-radius:12px;background:var(--slate-50);color:var(--ink-2);font-weight:700;font-size:14px}
.mobile-menu__link:hover{background:var(--brand-50);color:var(--brand-700)}
.mobile-menu__contact{margin-top:16px;background:rgba(245,249,236,.7);border:1px solid var(--brand-100);border-radius:20px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.eyebrow{font-size:11px;font-weight:700;color:var(--brand-700);text-transform:uppercase;letter-spacing:.06em}

/* messenger buttons */
.msgs{display:flex;gap:8px;flex-wrap:wrap}
.msgs--stack{flex-direction:column}
.msg{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#fff;border-radius:12px;font-size:13px;font-weight:700;padding:9px 14px;transition:.2s}
.msg .ic{width:16px;height:16px}
.msg:hover{transform:translateY(-1px);filter:brightness(1.05)}
.msg-tg{background:#2AABEE}.msg-wa{background:#25D366}.msg-max{background:linear-gradient(90deg,#7c3aed,#4f46e5)}
.msgs--mini .msg{padding:5px 9px;font-size:11px;border-radius:9px}
.msgs--mini .msg .ic{width:13px;height:13px}
.msgs--mini .msg span{display:none}

/* ============ hero ============ */
.hero{display:grid;grid-template-columns:7fr 5fr;gap:48px;align-items:center;padding-top:150px;padding-bottom:70px; position:relative;}
.hero::before{content:'';position:absolute;inset:0;
  background:url(/assets/images/decor-draw.svg) no-repeat right top;
  background-size:min(760px,92%) auto;opacity:.4;pointer-events:none;z-index:0}
.hero__text,.hero__visual{position:relative;z-index:1}
.hero__badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.hero__title{font-size:clamp(30px,5vw,50px);font-weight:800;color:var(--ink);line-height:1.12;margin-bottom:22px}
.hero__subtitle{font-size:clamp(15px,2vw,19px);color:var(--muted);max-width:640px;margin-bottom:30px}
.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px}
.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:24px;border-top:1px solid var(--line)}
.hero__stat-num{font-family:var(--font-h);font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--ink);display:block;margin-bottom:2px}
.hero__stat-lbl{font-size:12px;color:var(--muted-2);font-weight:500;line-height:1.35}
.hero__visual{position:relative}
.hero__card{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3.4;border:1px solid var(--line);box-shadow:0 10px 25px -3px rgba(146,195,48,.3);position:relative;background:var(--slate-100)}
.hero__card img{width:100%;height:100%;object-fit:cover;transition:.7s}
.hero__card:hover img{transform:scale(1.05)}
.hero__card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.7),transparent 55%)}
.hero__card-caption{position:absolute;left:16px;right:16px;bottom:16px;color:#fff;z-index:2}
.hero__card-caption p{font-size:12px;margin-top:8px;opacity:.9;line-height:1.5}
.tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;background:var(--brand-600);color:#fff;padding:4px 11px;border-radius:8px}
.hero__float{position:absolute;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);z-index:3}
.hero__float--tl{top:-16px;left:-14px;display:flex;align-items:center;gap:12px;animation:float1 4s ease-in-out infinite}
.hero__float--br{bottom:-60px;right:-20px;max-width:210px;background:var(--panel);border-color:var(--panel-line);animation:float2 4.5s ease-in-out infinite}
.hero__float-ic{width:44px;height:44px;border-radius:12px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center}
.hero__float-ic .ic{width:24px;height:24px}
.hero__float-num{font-family:var(--font-h);font-size:19px;font-weight:800;color:var(--brand-600);line-height:1}
.hero__float-lbl{font-size:11px;color:var(--muted-2);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:3px}
.hero__float-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}
.hero__float-row .mono{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#000}
.hero__float-txt{font-size:12px;font-weight:600;color:#000;line-height:1.35}
@keyframes float1{50%{transform:translateY(-6px)}}
@keyframes float2{50%{transform:translateY(6px)}}

/* ============ sections ============ */
.section{padding:80px 0}
.section--white{background:#fff;border-top:1px solid var(--line)}
.section__head{text-align:center;max-width:640px;margin:0 auto 52px}
.section__head--left{text-align:left;margin-left:0}
.section__head .chip{margin-bottom:14px}
.section__title{font-size:clamp(26px,4vw,40px);font-weight:800;color:var(--ink);line-height:1.14}
.section__lead{color:var(--muted);margin-top:14px;font-size:clamp(14px,1.6vw,17px)}

/* trust */
.trust{background:rgba(241,245,249,.8);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0}
.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.trust__item{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow-sm)}
.trust__ic{width:48px;height:48px;border-radius:12px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.trust__title{font-weight:700;color:var(--ink);font-size:15px}
.trust__sub{font-size:12px;color:var(--muted-2);margin-top:2px}

/* ============ products ============ */
.products{display:flex;flex-direction:column;gap:32px;max-width:1120px;margin:0 auto}
.product{display:grid;grid-template-columns:5fr 7fr;background:rgba(248,250,252,.9);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);transition:.3s}
.product:hover{transform:translateY(-4px)}
.product__media{position:relative;min-height:300px;background:var(--slate-950);overflow:hidden;border-right:1px solid var(--line);user-select:none}
.product__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease;transform:scale(1)}
.product__img.is-active{opacity:1}
.product__media:hover .product__img.is-active{transform:scale(1.04);transition:transform .7s,opacity .4s}
.product__thickness{position:absolute;top:14px;left:14px;background:rgba(15,23,42,.85);color:#fff;font-family:var(--font-m);font-size:12px;font-weight:600;padding:5px 11px;border-radius:9px;z-index:3;border:1px solid #334155}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(15,23,42,.75);color:#fff;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;z-index:5;transition:.2s}
.slider-arrow:hover{background:#0f172a;transform:translateY(-50%) scale(1.1)}
.slider-arrow .ic{width:20px;height:20px}
.slider-arrow--prev{left:10px}.slider-arrow--next{right:10px}
.slider-dots{position:absolute;bottom:14px;left:14px;display:flex;gap:6px;z-index:5;background:rgba(15,23,42,.8);padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1)}
.slider-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.5);transition:.3s}
.slider-dot.is-active{width:20px;background:var(--brand)}
.product__zoom{position:absolute;bottom:14px;right:14px;background:rgba(255,255,255,.95);color:var(--brand-600);font-weight:800;font-size:12px;padding:8px 13px;border-radius:12px;box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);z-index:5}
.product__zoom .ic{width:16px;height:16px}
.product__body{padding:32px}
.product__title{font-size:clamp(20px,2.5vw,28px);font-weight:800;color:var(--ink);margin-bottom:10px}
.product__desc{font-size:15px;color:var(--muted);margin-bottom:22px}
.product__meta{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;margin-bottom:22px}
.product__meta-div{border-left:1px solid var(--slate-100);padding-left:16px}
.product__meta-lbl{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:4px}
.product__meta-val{font-weight:700;color:var(--ink);font-size:14px;line-height:1.35}
.product__features{display:flex;flex-direction:column;gap:10px;margin-bottom:26px}
.product__features li{display:flex;gap:12px;font-size:14px;color:#334155;font-weight:500}
.product__features .ic{width:18px;height:18px;color:var(--brand-600);flex:0 0 auto;margin-top:1px}
.product__foot{border-top:1px solid var(--line);padding-top:20px;display:flex;flex-direction:column;gap:16px}
.product__warranty{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:var(--muted)}
.product__btns{display:flex;gap:12px;flex-wrap:wrap}

/* ============ zones ============ */
.zones{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;max-width:1080px;margin:0 auto}
.zones__list{display:flex;flex-direction:column;gap:20px}
.zone{text-align:left;padding:26px;border-radius:var(--radius);border:1px solid var(--line);background:rgba(241,245,249,.8);transition:.2s;position:relative}
.zone:hover{background:#fff;border-color:rgba(146,195,48,.5)}
.zone.is-active{background:#fff;border-color:var(--brand-600);box-shadow:var(--shadow-lg)}
.zone.is-active .zone__ic{background:var(--brand-600);color:#fff}
.zone.is-active .zone__badge{display:inline-block}
.zone__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.zone__ic{width:48px;height:48px;border-radius:14px;background:#fff;border:1px solid var(--line);color:var(--brand-600);display:flex;align-items:center;justify-content:center;transition:.2s}
.zone__badge{display:none;font-size:11px;font-weight:700;text-transform:uppercase;background:var(--brand-50);color:var(--brand-700);padding:5px 12px;border-radius:999px;border:1px solid var(--brand-100)}
.zone__title{font-size:19px;font-weight:700;color:var(--ink);margin-bottom:8px}
.zone__desc{font-size:14px;color:var(--muted)}
.zones__detail{position:sticky;top:110px}
.zone-detail{display:none;background:#fff;border:2px solid var(--brand-600);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}
.zone-detail.is-active{display:block;animation:fadein .35s ease}
@keyframes fadein{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}
.zone-detail__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-600)}
.zone-detail__title{font-size:24px;font-weight:800;color:var(--ink);margin:8px 0 12px}
.zone-detail__text{font-size:14px;color:var(--muted);margin-bottom:22px}
.zone-detail__specs{background:var(--slate-50);border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.zone-detail__specs>div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.zone-detail__specs>div:last-child{padding-bottom:0;border-bottom:none}
.zone-detail__specs span{font-size:13px;color:var(--muted-2)}
.zone-detail__specs b{font-size:14px;color:var(--ink);text-align:right}
.pill{font-family:var(--font-m);color:var(--brand-700)!important;background:var(--brand-50);padding:3px 9px;border-radius:8px;border:1px solid var(--brand-100)}

/* ============ stats ============ */
.stats{background:var(--panel);border-top:1px solid var(--panel-line);border-bottom:1px solid var(--panel-line);padding:60px 0;position:relative;overflow:hidden}
.stats::before{content:"";position:absolute;top:0;left:25%;width:380px;height:380px;background:rgba(146,195,48,.22);border-radius:50%;filter:blur(80px);pointer-events:none}
.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:2}
.stats__card{background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.8);border-radius:18px;padding:22px;box-shadow:var(--shadow-sm);text-align:center}
.stats__num{font-family:var(--font-h);font-size:36px;font-weight:800;color:var(--ink);margin-bottom:8px}
.stats__lbl{font-size:14px;color:var(--muted);font-weight:500}

/* ============ features / bento ============ */
.features{background:var(--panel);padding:80px 0}
.bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:24px}
.bento__card{background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.8);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:flex-end;gap:8px;position:relative;transition:.3s;overflow:hidden}
.bento__card:hover{transform:scale(1.01)}
.bento__card--big{grid-column:span 2;grid-row:span 2;justify-content:flex-end}
.bento__card--wide{grid-column:span 2}
.bento__card--row{flex-direction:row;align-items:center;gap:24px;justify-content:flex-start}
.bento__card--center{align-items:center;text-align:center;justify-content:center}
.bento__card--green{background:var(--brand-600);box-shadow:0 12px 24px -6px rgba(146,195,48,.4)}
.bento__card--green h4,.bento__card--green p{color:#fff}
.bento__card--green .mono{color:var(--brand-100)}
.bento__ic{position:absolute;top:24px;right:24px;width:60px;height:60px;border-radius:16px;background:var(--brand-50);border:1px solid var(--brand-100);color:var(--brand-600);display:flex;align-items:center;justify-content:center}
.bento__card--center .bento__ic{position:static;width:48px;height:48px;margin:0 auto 4px}
.bento__ic .ic{width:30px;height:30px}
.bento__card--center .bento__ic .ic{width:24px;height:24px}
.bento__ic-solid{width:64px;height:64px;border-radius:18px;background:var(--brand-600);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:var(--shadow-sm)}
.bento__ic-solid .ic{width:32px;height:32px}
.bento__card h3{font-size:clamp(24px,3vw,36px);font-weight:800;color:var(--ink)}
.bento__card h4{font-size:22px;font-weight:800;color:var(--ink);margin-bottom:6px}
.bento__card--green h4{color:#fff;}
.bento__card p{font-size:14px;color:var(--muted)}
.bento__card--green p{color:#fff;}
.bento__card--big p{max-width:460px}
.bento__card .mono{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.bento__num{font-family:var(--font-h);font-size:clamp(38px,4vw,48px) !important;font-weight:800;color:var(--brand-600)}
.bento__cap{font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.04em;color:var(--muted)!important}
.bento__strong{font-weight:700;color:var(--ink);font-size:15px}

/* ============ about ============ */
.about{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.about .chip{margin-bottom:14px}
.about__text{color:var(--muted);font-size:15px;margin:16px 0}
.about__photo{margin-top:8px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);position:relative;height:320px;box-shadow:var(--shadow)}
.about__photo img{width:100%;height:100%;object-fit:cover;transition:.7s}
.about__photo:hover img{transform:scale(1.05)}
.about__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.8),transparent 55%)}
.about__photo-cap{position:absolute;left:16px;right:16px;bottom:16px;color:#fff;z-index:2}
.about__photo-cap p{font-size:14px;font-weight:600;margin-top:6px}
.about__docs-title{font-size:clamp(22px,3vw,30px);font-weight:800;color:var(--ink);margin-bottom:24px}
.docs{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}
.doc{display:flex;align-items:center;gap:16px;width:100%;text-align:left;padding:20px;background:rgba(241,245,249,.8);border:1px solid var(--line);border-radius:16px;transition:.2s}
.doc:hover{background:#fff;box-shadow:var(--shadow)}
.doc__ic{width:48px;height:48px;border-radius:12px;background:#fff;border:1px solid var(--line);color:var(--brand-600);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:.2s}
.doc:hover .doc__ic{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}
.doc__ic--lg{width:56px;height:56px;background:var(--brand-50);border:1px solid var(--brand-100)}
.doc__info{flex:1;min-width:0}
.doc__title{display:block;font-weight:700;color:var(--ink);font-size:15px}
.doc:hover .doc__title{color:var(--brand-600)}
.doc__meta{display:block;font-size:12px;color:var(--muted-2);font-family:var(--font-m);margin-top:2px}
.doc__view{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--brand-600);background:#fff;padding:7px 12px;border-radius:10px;border:1px solid var(--line);flex:0 0 auto}
.doc__view .ic{width:14px;height:14px}
.callout{background:rgba(245,249,236,.6);border:2px solid var(--brand-100);border-radius:var(--radius);padding:28px}
.callout__head{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.callout__ic{width:40px;height:40px;border-radius:12px;background:var(--brand-600);color:#fff;display:flex;align-items:center;justify-content:center}
.callout__ic .ic{width:20px;height:20px}
.callout__head h4{font-size:18px;font-weight:700;color:var(--ink)}
.callout p{font-size:14px;color:var(--muted);margin-bottom:16px}
.callout__foot{display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.callout__phone{font-family:var(--font-h);font-weight:800;font-size:18px;color:var(--brand-600)}
.callout__phone:hover{text-decoration:underline}
.callout__foot span{font-size:12px;color:var(--muted-2)}

/* ============ faq ============ */
.faq-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:36px}
.faq-tab{padding:10px 20px;border-radius:14px;font-size:14px;font-weight:700;background:var(--slate-100);color:var(--ink-2);border:1px solid var(--line);transition:.2s}
.faq-tab:hover{background:var(--line)}
.faq-tab.is-active{background:var(--brand-600);color:#fff;border-color:var(--brand-600);box-shadow:0 6px 14px -4px rgba(146,195,48,.4)}
.faq-list{display:flex;flex-direction:column;gap:16px}
.faq-item{border:1px solid var(--line);border-radius:18px;background:rgba(248,250,252,.8);overflow:hidden;transition:.2s}
.faq-item.is-open{background:rgba(245,249,236,.4);border-color:var(--brand-600);box-shadow:var(--shadow)}
.faq-item__q{display:flex;align-items:flex-start;gap:14px;width:100%;text-align:left;background:none;border:none;padding:22px}
.faq-item__cat-ic{width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.faq-item__cat-ic .ic{width:15px;height:15px;color:var(--brand-600)}
.faq-item__qtext{flex:1}
.faq-item__cat{display:block;font-size:11px;font-family:var(--font-m);text-transform:uppercase;letter-spacing:.04em;color:var(--brand-700);font-weight:700;margin-bottom:4px}
.faq-item__title{font-family:var(--font-h);font-weight:700;font-size:17px;color:var(--ink);line-height:1.35}
.faq-item__chev{width:36px;height:36px;border-radius:12px;background:#fff;border:1px solid var(--line);color:var(--muted);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:.3s}
.faq-item.is-open .faq-item__chev{background:var(--brand-600);color:#fff;transform:rotate(180deg)}
.faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item__a-inner{padding:0 22px 22px 22px;color:var(--muted);font-size:15px;line-height:1.65}
.faq-cta{margin-top:44px;background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);padding:26px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.faq-cta__left{display:flex;align-items:center;gap:16px}
.faq-cta__ic{width:48px;height:48px;border-radius:14px;background:var(--brand-600);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.faq-cta__ic .ic{width:24px;height:24px}
.faq-cta h4{font-size:18px;font-weight:700;color:var(--ink)}
.faq-cta p{font-size:12px;color:var(--muted);margin-top:2px}

/* ============ process ============ */
.process{background:rgba(241,245,249,.8);border-top:1px solid var(--line);padding:80px 0}
.process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.process__card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm);transition:.2s}
.process__card:hover{border-color:var(--brand-600)}
.process__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:26px}
.process__num{width:48px;height:48px;border-radius:16px;background:var(--brand-600);color:#fff;font-family:var(--font-h);font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px -4px rgba(146,195,48,.35)}
.process__stage{font-size:12px;color:#94a3b8;font-weight:700}
.process__card h3{font-size:19px;font-weight:700;color:var(--ink);margin-bottom:8px}
.process__card p{font-size:13px;color:var(--muted)}

/* ============ contact ============ */
.contact{background:var(--panel);border:1px solid var(--panel-line);border-radius:var(--radius);padding:clamp(24px,4vw,64px);display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}
.contact::before{content:"";position:absolute;top:-80px;left:-80px;width:320px;height:320px;background:rgba(146,195,48,.15);border-radius:50%;filter:blur(80px)}
.contact__info{position:relative;z-index:2}
.contact__info .chip{margin-bottom:16px}
.contact__lead{font-size:15px;color:#334155;margin:20px 0 26px;max-width:440px}
.contact__list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.contact__list li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--ink-2)}
.contact__check{width:24px;height:24px;border-radius:50%;background:var(--brand-600);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:1px}
.contact__check .ic{width:14px;height:14px}
.contact__addr{display:flex;gap:8px;align-items:flex-start;padding-top:22px;border-top:1px solid var(--panel-line);font-size:13px;color:#334155}
.contact__addr .ic{width:16px;height:16px;color:var(--brand-600);flex:0 0 auto;margin-top:2px}
.contact__addr .mono{margin-top:3px;font-weight:700}
.contact__form-wrap{position:relative;z-index:2}

/* form */
.lead-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(18px,3vw,32px);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:16px}
.lead-form__head{font-family:var(--font-h);font-weight:700;font-size:18px;color:var(--ink);padding-bottom:12px;border-bottom:1px solid var(--line)}
.lead-form__error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;padding:12px;border-radius:12px}
.field{display:flex;flex-direction:column;gap:6px}
.field>span{font-size:12px;font-weight:700;color:var(--muted)}
.field input,.field textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:var(--slate-50);font-family:inherit;font-size:14px;color:var(--ink);transition:.2s}
.field textarea{resize:vertical}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--brand-600);background:#fff;box-shadow:0 0 0 3px rgba(146,195,48,.15)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.agree{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:var(--muted-2);cursor:pointer}
.agree input{margin-top:2px;width:16px;height:16px;accent-color:var(--brand-600);flex:0 0 auto}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

/* ============ footer ============ */
.footer{background:var(--slate-950);color:#fff;padding:56px 0 32px;border-top:1px solid #1e293b}
.footer__grid{display:grid;grid-template-columns:5fr 4fr 3fr;gap:40px}
.footer__logo{height:44px;width:auto;background:rgba(255,255,255,.1);padding:6px;border-radius:12px;margin-bottom:18px}
.footer__desc{font-size:13px;color:#94a3b8;max-width:360px;margin-bottom:22px}
.footer__gost{display:flex;align-items:center;gap:6px;font-size:12px;font-family:var(--font-m);color:#94a3b8}
.footer__gost .ic{width:14px;height:14px;color:var(--brand)}
.footer__col h4{font-size:18px;font-weight:700;margin-bottom:16px}
.footer__phone{display:flex;align-items:center;gap:8px;font-family:var(--font-h);font-size:24px;font-weight:800;color:var(--brand);margin-bottom:14px}
.footer__phone .ic{width:20px;height:20px;animation:pulse 1.6s infinite}
.footer__eyebrow{display:block;font-size:10px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.footer__line{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#94a3b8;margin-top:12px}
.footer__line .ic{width:14px;height:14px;color:var(--brand);flex:0 0 auto;margin-top:2px}
.footer .msgs{margin-bottom:6px}
.footer__nav{display:flex;flex-direction:column;gap:10px}
.footer__nav a{font-size:13px;color:#94a3b8;transition:.2s}
.footer__nav a:hover{color:#fff}
.footer__bottom{margin-top:44px;padding-top:28px;border-top:1px solid #1e293b;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12px;color:#64748b}

/* ============ floating hub ============ */
.hub{position:fixed;left:20px;bottom:20px;z-index:40;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.hub__toggle{display:flex;align-items:center;gap:10px;background:var(--slate-900);color:#fff;border:2px solid rgba(146,195,48,.4);border-radius:999px;padding:12px 18px;font-weight:800;font-size:14px;box-shadow:0 20px 40px -10px rgba(2,6,23,.5);transition:.2s}
.hub__toggle:hover{transform:translateY(-2px)}
.hub__toggle .ic{width:20px;height:20px;color:var(--brand)}
.hub__panel{background:var(--slate-900);color:#fff;border:1px solid #334155;border-radius:24px;padding:20px;width:300px;box-shadow:0 25px 50px -12px rgba(2,6,23,.6)}
.hub__panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #1e293b;font-family:var(--font-h);font-weight:700;font-size:14px;color:var(--brand)}
.hub__panel-head>span{display:flex;align-items:center;gap:8px}
.hub__close{background:none;border:none;color:#94a3b8;padding:4px}
.hub__close .ic{width:18px;height:18px}
.hub__lbl{display:block;font-size:11px;color:#94a3b8;margin:0 0 8px}
.hub__phone{display:flex;align-items:center;gap:10px;background:rgba(146,195,48,.15);border:1px solid rgba(146,195,48,.4);border-radius:14px;padding:12px;font-family:var(--font-h);font-weight:800;font-size:17px;color:var(--brand);margin-bottom:16px}
.hub__phone .ic{width:20px;height:20px;animation:pulse 1.6s infinite}
.hub__panel .msgs{margin-bottom:14px}

/* ============ modals ============ */
.modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:16px}
.modal[hidden]{display:none}
.modal__overlay{position:absolute;inset:0;background:rgba(2,6,23,.62);backdrop-filter:blur(3px);animation:fadein .2s}
.modal__box{position:relative;background:#fff;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 30px 60px -12px rgba(2,6,23,.4);width:100%;max-width:520px;padding:28px;max-height:92vh;overflow-y:auto;animation:pop .25s ease}
.modal__box--wide{max-width:820px;padding:0;overflow:hidden}
@keyframes pop{from{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:none}}
.modal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.modal__x{width:36px;height:36px;border-radius:50%;background:var(--slate-100);border:none;color:var(--muted);display:flex;align-items:center;justify-content:center}
.modal__x:hover{background:var(--line)}
.modal__x .ic{width:18px;height:18px}
/* inspect modal */
.inspect{display:grid;grid-template-columns:1fr 1fr}
.inspect__media{position:relative;background:var(--slate-950);min-height:340px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;overflow:hidden}
.inspect__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s}
.inspect__media img.is-active{opacity:.68}
.inspect__caption{position:relative;z-index:2;color:#fff}
.inspect__caption h4{font-size:22px;font-weight:800;margin:8px 0 4px}
.inspect__caption .mono{font-size:12px;color:var(--brand-200)}
.inspect__body{padding:28px}
.inspect__body-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.inspect__body-head h3{font-size:20px;font-weight:800;color:var(--ink)}
.inspect__desc{font-size:13px;color:var(--muted);margin-bottom:18px}
.inspect__specs{background:var(--slate-50);border:1px solid var(--line);border-radius:16px;padding:16px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}
.inspect__specs .row{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding-bottom:10px;border-bottom:1px solid var(--line)}
.inspect__specs .row:last-child{padding-bottom:0;border-bottom:none}
.inspect__specs .row span{color:var(--muted-2)}
.inspect__specs .row b{font-family:var(--font-m);color:var(--ink);text-align:right}
.doc-modal__tag{display:inline-block;font-size:12px;background:var(--slate-100);color:var(--muted);padding:4px 10px;border-radius:8px;text-transform:uppercase}
.doc-modal__title{font-size:22px;font-weight:800;color:var(--ink);margin:10px 0 12px}
.doc-modal__summary{font-size:14px;color:var(--muted);margin-bottom:20px}
.doc-modal__status{background:var(--slate-50);border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:20px}
.doc-modal__status b{display:flex;align-items:center;gap:6px}
.doc-modal__status .ic{width:16px;height:16px}
.lead-modal__title{font-size:22px;font-weight:800;color:var(--ink)}
.lead-modal__product{font-size:13px;color:var(--brand-700);background:var(--brand-50);border:1px solid var(--brand-100);border-radius:12px;padding:10px 14px;margin-bottom:16px;font-weight:600}
#modal-lead .lead-form{box-shadow:none;border:none;padding:0}

/* toast */
.toast{position:fixed;right:20px;bottom:20px;z-index:80;background:#fff;border:1px solid var(--brand-100);border-left:4px solid var(--brand-600);border-radius:16px;box-shadow:var(--shadow-lg);padding:16px 20px;display:flex;gap:14px;align-items:flex-start;max-width:360px;animation:pop .3s ease}
.toast[hidden]{display:none}
.toast__ic{width:36px;height:36px;border-radius:10px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.toast__ic .ic{width:22px;height:22px}
.toast b{font-family:var(--font-h);color:var(--ink);font-size:15px}
.toast p{font-size:13px;color:var(--muted);margin-top:3px}

/* form success state */
.lead-success{text-align:center;padding:24px 8px}
.lead-success__ic{width:64px;height:64px;border-radius:18px;background:var(--brand-50);color:var(--brand-600);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border:1px solid var(--brand-100)}
.lead-success__id{display:inline-block;font-family:var(--font-m);font-size:12px;background:var(--slate-100);color:var(--muted);padding:5px 12px;border-radius:999px;margin-bottom:12px}
.lead-success h3{font-size:22px;font-weight:800;color:var(--ink);margin-bottom:8px}
.lead-success p{font-size:14px;color:var(--muted);margin-bottom:20px}

/* ============ reveal animation ============ */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
.reveal.is-visible{opacity:1;transform:none}

/* ============ responsive ============ */
@media(max-width:1100px){
  .nav{display:none}
  .burger{display:flex}
  .hero{grid-template-columns:1fr;gap:40px;padding-top:130px}
  
  .hero__float--tl{left:8px}.hero__float--br{right:8px}
  .bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}
  .bento__card{min-height:200px}
  .bento__card--big{grid-column:span 2;grid-row:auto}
}
@media(max-width:900px){
  .header__phone{display:none}
  .product{grid-template-columns:1fr}
  .zones{grid-template-columns:1fr}
  .zones__detail{position:static}
  .about{grid-template-columns:1fr;gap:40px}
  .contact{grid-template-columns:1fr;gap:36px}
  .trust__grid{grid-template-columns:1fr 1fr}
  .stats__grid{grid-template-columns:1fr 1fr}
  .process__grid{grid-template-columns:1fr 1fr}
  .footer__grid{grid-template-columns:1fr 1fr}
  .inspect{grid-template-columns:1fr}
  .inspect__media{min-height:240px}
}
@media(max-width:560px){
  .logo img{height:38px;max-width:190px}
  .header__cta{display:none}
  .bento{grid-template-columns:1fr}
  .bento__card--big,.bento__card--wide{grid-column:auto}
  .bento__card--row{flex-direction:column;align-items:flex-start}
  .trust__grid,.stats__grid,.process__grid,.footer__grid{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}
  .faq-cta{flex-direction:column;align-items:flex-start}
  .hub__toggle span{display:none}
  .hub__toggle{padding:14px}
  .product__btns{flex-direction:column}
  .product__btns .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
