:root{
  --brand:#1a6fc4; --brand-d:#12518f; --brand-l:#eaf2fb; --brand-ll:#f4f8fd;
  --sun:#f2a900; --sun-l:#fff6e3;
  --ink:#0d1826; --ink-2:#2b3a4b; --muted:#5d6f83; --muted-2:#8296aa;
  --line:#e2e9f1; --line-2:#eef3f8;
  --bg:#f6f9fc; --card:#fff;
  --ok:#128a4f; --ok-l:#e6f6ed; --warn:#a86400; --warn-l:#fdf3e0;
  --r-sm:10px; --r:14px; --r-lg:20px;
  --sh-1:0 1px 2px rgba(13,24,38,.06),0 2px 8px rgba(13,24,38,.05);
  --sh-2:0 10px 28px rgba(13,24,38,.10);
  --sh-brand:0 14px 34px rgba(26,111,196,.20);
  --ease:cubic-bezier(.22,.61,.36,1);
  --dur-fast:130ms; --dur:240ms; --dur-slow:420ms;
  --s-1:4px; --s-2:8px; --s-3:16px; --s-4:24px; --s-5:32px; --s-6:48px; --s-7:64px; --s-8:96px;
  --wrap:1280px;
}
*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none !important}
html{-webkit-text-size-adjust:100%; text-size-adjust:100%}
body{
  margin:0; background:var(--bg); color:var(--ink);
  font-family:'Onest',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size:16px; line-height:1.6; overflow-x:hidden;
}
img{max-width:100%; height:auto; display:block}
a{color:var(--brand); text-decoration:none}
a:hover{color:var(--brand-d)}
h1,h2,h3,h4{margin:0 0 var(--s-2); line-height:1.16; letter-spacing:-.02em; font-weight:800; text-wrap:balance}
h1{font-size:clamp(30px,4.4vw,52px)}
h2{font-size:clamp(24px,3vw,36px)}
h3{font-size:clamp(18px,2vw,22px)}
p{margin:0 0 var(--s-3)}
ul{margin:0; padding:0; list-style:none}
button{font:inherit}
:focus-visible{outline:3px solid var(--sun); outline-offset:2px; border-radius:6px}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 20px}
.skip{position:absolute; left:-9999px; top:0; background:var(--brand); color:#fff; padding:10px 16px; z-index:999; border-radius:0 0 10px 0}
.skip:focus{left:0; color:#fff}
.sr{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap}

.eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--brand); margin-bottom:14px;
}
.eyebrow::before{content:''; width:26px; height:3px; border-radius:2px; background:var(--sun)}
.sect{padding:var(--s-8) 0}
.sect--tight{padding:var(--s-7) 0}
.sect--alt{background:var(--card); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.sect-head{max-width:720px; margin-bottom:var(--s-6)}
.sect-head p{color:var(--muted); font-size:17px; margin:0}
.sect-head--center{margin-left:auto; margin-right:auto; text-align:center}
.sect-head--center .eyebrow{justify-content:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  min-height:46px; padding:12px 22px; border-radius:999px; border:1px solid transparent;
  font-weight:700; font-size:15px; cursor:pointer; text-align:center;
  transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn-primary{background:linear-gradient(135deg,var(--brand),#2a86e0); color:#fff; box-shadow:var(--sh-brand)}
.btn-primary:hover{color:#fff; box-shadow:0 18px 40px rgba(26,111,196,.28)}
.btn-ghost{background:#fff; color:var(--ink); border-color:var(--line); box-shadow:var(--sh-1)}
.btn-ghost:hover{color:var(--brand); border-color:#c6dcf3}
.btn-sun{background:linear-gradient(135deg,var(--sun),#ffc247); color:#3a2a00; box-shadow:0 12px 28px rgba(242,169,0,.26)}
.btn-sun:hover{color:#3a2a00}
.btn-sm{min-height:38px; padding:8px 16px; font-size:13.5px}

.topbar{background:#0d1826; color:#c8d6e5; font-size:13px}
.topbar .wrap{display:flex; align-items:center; gap:16px; min-height:40px; flex-wrap:wrap}
.topbar a{color:#c8d6e5}
.topbar a:hover{color:#fff}
.rates{display:inline-flex; align-items:center; gap:10px; font-variant-numeric:tabular-nums}
.rates b{color:#fff; font-weight:700}
.rates .rt-dot{width:6px; height:6px; border-radius:50%; background:var(--ok); box-shadow:0 0 0 3px rgba(18,138,79,.25)}
.top-spacer{flex:1 1 auto}
.topbar .tb-link{display:inline-flex; align-items:center; gap:6px}

.demoswitch{display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); border-radius:999px; padding:3px}
.demoswitch .ds-lbl{font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:#8ea4ba; padding-left:8px}
.demoswitch button{
  border:0; background:transparent; color:#c8d6e5; font-size:12.5px; font-weight:700;
  padding:5px 12px; border-radius:999px; cursor:pointer; transition:all var(--dur) var(--ease);
}
.demoswitch button[aria-pressed="true"]{background:var(--brand); color:#fff}

.hdr{position:sticky; top:0; z-index:60; background:rgba(255,255,255,.92); -webkit-backdrop-filter:blur(12px) saturate(150%); backdrop-filter:blur(12px) saturate(150%); border-bottom:1px solid var(--line)}
@supports not (backdrop-filter:blur(1px)){.hdr{background:#fff}}
.hdr-in{display:flex; align-items:center; gap:18px; min-height:72px}
.brand{flex:0 0 auto; display:flex; align-items:center}
.brand img{height:44px; width:auto}
.hdr-search{flex:1 1 auto; min-width:0; position:relative; max-width:520px}
.hdr-search input{
  width:100%; height:44px; border:1px solid var(--line); border-radius:999px; background:var(--brand-ll);
  padding:0 46px 0 18px; font-size:14.5px; color:var(--ink);
}
.hdr-search input::placeholder{color:var(--muted-2)}
.hdr-search input:focus{background:#fff; border-color:#b9d5f0; outline:none; box-shadow:0 0 0 4px rgba(26,111,196,.12)}
.hdr-search button{position:absolute; right:5px; top:5px; width:34px; height:34px; border:0; border-radius:50%; background:var(--brand); color:#fff; cursor:pointer; display:grid; place-items:center}
.hdr-act{display:flex; align-items:center; gap:10px; margin-left:auto}
.hdr-guest{display:flex; align-items:center; gap:10px}
.hdr-user{display:flex; align-items:center; gap:10px}
.hdr-user .hu-av{width:38px; height:38px; border-radius:50%; background:var(--brand-l); color:var(--brand); display:grid; place-items:center; font-weight:800; font-size:14px}
.hdr-user .hu-n{font-size:13.5px; font-weight:700; line-height:1.2}
.hdr-user .hu-r{font-size:11.5px; color:var(--muted)}
.burger{display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:12px; background:#fff; cursor:pointer; align-items:center; justify-content:center; color:var(--ink)}

.catbar{background:var(--card); border-bottom:1px solid var(--line); position:relative; z-index:55}
.catbar-in{display:flex; align-items:center; gap:8px; min-height:56px}
.catbar-list{display:flex; align-items:center; gap:3px; flex-wrap:nowrap; min-width:0; overflow:hidden}
.cat-item{
  display:inline-flex; align-items:center; gap:8px; white-space:nowrap;
  padding:9px 11px; border-radius:11px; color:var(--ink-2); font-size:14px; font-weight:600;
  border:1px solid transparent; transition:all var(--dur) var(--ease); flex:0 0 auto; min-height:44px;
}
.cat-item svg{width:20px; height:20px; flex:0 0 auto; color:var(--brand); transition:transform var(--dur) var(--ease)}
.cat-item .ci-n{font-size:11.5px; font-weight:700; color:var(--muted-2); background:var(--line-2); border-radius:999px; padding:1px 7px; font-variant-numeric:tabular-nums}
.cat-item:hover{background:var(--brand-l); color:var(--brand-d); border-color:#d3e5f7}
.cat-item:hover svg{transform:translateY(-1px) scale(1.06)}
.cat-item:hover .ci-n{background:#fff; color:var(--brand)}
.cat-item.is-active{background:linear-gradient(135deg,var(--brand),#2a86e0); color:#fff; box-shadow:0 8px 18px rgba(26,111,196,.24)}
.cat-item.is-active svg,.cat-item.is-active .ci-n{color:#fff}
.cat-item.is-active .ci-n{background:rgba(255,255,255,.2)}
.cat-more{position:relative; flex:0 0 auto}
.cat-more>button{
  display:inline-flex; align-items:center; gap:7px; min-height:44px; padding:9px 14px;
  border:1px dashed var(--line); background:#fff; border-radius:11px; color:var(--ink-2);
  font-size:14px; font-weight:700; cursor:pointer; transition:all var(--dur) var(--ease);
}
.cat-more>button:hover{border-color:var(--brand); color:var(--brand); border-style:solid}
.cat-more>button svg{width:14px; height:14px; transition:transform var(--dur) var(--ease)}
.cat-more[data-open="1"]>button svg{transform:rotate(180deg)}
.cat-more-pop{
  position:absolute; right:0; top:calc(100% + 8px); min-width:290px; background:#fff;
  border:1px solid var(--line); border-radius:var(--r); box-shadow:var(--sh-2); padding:8px; display:none; z-index:70;
}
.cat-more[data-open="1"] .cat-more-pop{display:block}
.cat-more-pop .cat-item{display:flex; width:100%; justify-content:flex-start; white-space:normal}
.catbar-cta{margin-left:auto; flex:0 0 auto; display:inline-flex; align-items:center; gap:7px; font-size:13.5px; font-weight:700; color:var(--muted); white-space:nowrap}
.catbar-cta b{color:var(--ink)}

.drawer{position:fixed; inset:0; z-index:200; display:none}
.drawer[data-open="1"]{display:block}
.drawer-bg{position:absolute; inset:0; background:rgba(13,24,38,.5)}
.drawer-panel{
  position:absolute; right:0; top:0; bottom:0; width:min(360px,88vw); background:#fff;
  padding:18px; overflow-y:auto; display:flex; flex-direction:column; gap:6px;
  box-shadow:-20px 0 50px rgba(13,24,38,.2);
}
.drawer-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:10px}
.drawer-head strong{font-size:15px}
.drawer-close{width:40px; height:40px; border:1px solid var(--line); border-radius:12px; background:#fff; cursor:pointer; display:grid; place-items:center}
.drawer .cat-item{width:100%; justify-content:flex-start; white-space:normal; border:1px solid var(--line-2)}
.drawer-foot{margin-top:auto; padding-top:16px; border-top:1px solid var(--line); display:grid; gap:10px}
body.no-scroll{overflow:hidden}

.hero{position:relative; overflow:hidden; background:linear-gradient(180deg,#fff 0%,var(--brand-ll) 100%); border-bottom:1px solid var(--line)}
.hero::before{content:''; position:absolute; right:-14%; top:-30%; width:52%; height:170%; background:linear-gradient(135deg,rgba(26,111,196,.10),rgba(242,169,0,.10)); transform:skewX(-12deg); pointer-events:none}
.hero-in{position:relative; display:grid; grid-template-columns:1.12fr .88fr; gap:var(--s-6); align-items:center; padding-top:var(--s-8); padding-bottom:var(--s-8)}
.hero h1 span{color:var(--brand)}
.hero-sub{font-size:18px; color:var(--ink-2); max-width:56ch}
.hero-list{display:grid; gap:10px; margin:0 0 var(--s-4)}
.hero-list li{display:flex; gap:11px; align-items:flex-start; font-size:15.5px; color:var(--ink-2)}
.hero-list li svg{width:20px; height:20px; flex:0 0 auto; color:var(--ok); margin-top:2px}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:var(--s-4)}
.hero-badges{display:flex; gap:8px; flex-wrap:wrap}
.pill{display:inline-flex; align-items:center; gap:7px; padding:7px 13px; border-radius:999px; background:#fff; border:1px solid var(--line); font-size:12.5px; font-weight:700; color:var(--ink-2); box-shadow:var(--sh-1)}
.pill svg{width:15px; height:15px; color:var(--brand)}
.hero-art{position:relative}
.hero-art svg{width:100%; height:auto; aspect-ratio:640/480; filter:drop-shadow(0 24px 50px rgba(13,24,38,.14))}

.stats{display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; background:var(--card)}
.stat{padding:26px 22px; border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat-n{font-size:34px; font-weight:800; letter-spacing:-.03em; color:var(--brand); font-variant-numeric:tabular-nums; line-height:1}
.stat-l{font-size:13.5px; color:var(--muted); margin-top:6px}
.stat-h{font-size:12px; color:var(--muted-2); margin-top:2px}

.cat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.cat-tile{
  display:flex; flex-direction:column; gap:10px; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r-lg); padding:22px; position:relative; overflow:hidden; color:inherit;
  transition:transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.cat-tile::after{content:''; position:absolute; left:0; right:0; bottom:0; height:3px; background:linear-gradient(90deg,var(--brand),var(--sun)); transform:scaleX(0); transform-origin:left; transition:transform var(--dur) var(--ease)}
.cat-tile:hover{transform:translateY(-6px); box-shadow:0 22px 46px rgba(26,111,196,.14); border-color:#cfe2f5; color:inherit}
.cat-tile:hover::after{transform:scaleX(1)}
.cat-tile .ct-ic{width:54px; height:54px; border-radius:15px; background:var(--brand-l); color:var(--brand); display:grid; place-items:center}
.cat-tile .ct-ic svg{width:28px; height:28px}
.cat-tile h3{font-size:17px; margin:0}
.cat-tile p{font-size:13.5px; color:var(--muted); margin:0}
.cat-tile .ct-foot{margin-top:auto; padding-top:12px; display:flex; align-items:center; justify-content:space-between; font-size:13px; font-weight:700; color:var(--brand)}
.cat-tile .ct-cnt{color:var(--muted); font-weight:600; font-variant-numeric:tabular-nums}
.cat-tile.is-empty{background:var(--line-2); border-style:dashed}
.cat-tile.is-empty .ct-ic{background:#fff; color:var(--muted-2)}
.cat-tile.is-empty .ct-foot{color:var(--warn)}

.grp{margin-bottom:var(--s-7)}
.grp-head{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:var(--s-4); padding-bottom:14px; border-bottom:2px solid var(--line)}
.grp-head .gh-l{display:flex; align-items:center; gap:14px; min-width:0}
.grp-head .gh-ic{width:46px; height:46px; border-radius:13px; background:var(--brand); color:#fff; display:grid; place-items:center; flex:0 0 auto}
.grp-head .gh-ic svg{width:24px; height:24px}
.grp-head h3{margin:0; font-size:clamp(19px,2.2vw,24px)}
.grp-head .gh-sub{font-size:13.5px; color:var(--muted)}
.grp-head a{white-space:nowrap; font-weight:700; font-size:14px}

.p-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.p-card{
  display:flex; flex-direction:column; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r-lg); overflow:hidden; position:relative;
  transition:transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.p-card:hover{transform:translateY(-5px); box-shadow:0 20px 44px rgba(13,24,38,.12); border-color:#cfe2f5}
.p-fig{
  position:relative; aspect-ratio:4/3; display:grid; place-items:center;
  background:radial-gradient(circle at 50% 40%,#fff,var(--brand-ll) 70%); border-bottom:1px solid var(--line-2);
}
.p-fig svg{width:84px; height:84px; color:var(--brand); opacity:.92}
.p-fig .p-tags{position:absolute; left:10px; top:10px; display:flex; gap:6px; flex-wrap:wrap}
.tag{font-size:11px; font-weight:800; letter-spacing:.04em; padding:4px 9px; border-radius:999px; background:#fff; border:1px solid var(--line); color:var(--ink-2)}
.tag--hv{background:var(--sun-l); border-color:#f3ddb0; color:var(--warn)}
.tag--lv{background:var(--brand-l); border-color:#cfe2f5; color:var(--brand-d)}
.tag--stock{background:var(--ok-l); border-color:#bfe6d1; color:var(--ok)}
.tag--out{background:#f3f5f8; color:var(--muted)}
.p-body{padding:16px; display:flex; flex-direction:column; gap:9px; flex:1 1 auto}
.p-brand{font-size:11.5px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--muted-2)}
.p-name{font-size:15px; font-weight:700; line-height:1.35; margin:0; color:var(--ink)}
.p-card:hover .p-name{color:var(--brand-d)}
.p-spec{display:flex; flex-wrap:wrap; gap:6px}
.p-spec span{font-size:12px; color:var(--ink-2); background:var(--line-2); border-radius:8px; padding:3px 8px; font-variant-numeric:tabular-nums}
.p-meta{font-size:12.5px; color:var(--muted); display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.p-price{margin-top:auto; padding:14px 16px; border-top:1px solid var(--line-2); background:var(--brand-ll)}
.pp-guest{display:grid; gap:7px}
.pp-guest .btn{width:100%}
.pp-hint{font-size:11.5px; color:var(--muted); text-align:center; line-height:1.4}
.pp-auth{display:none; align-items:flex-end; justify-content:space-between; gap:10px; flex-wrap:wrap}
.pp-val{font-size:22px; font-weight:800; letter-spacing:-.02em; color:var(--ink); font-variant-numeric:tabular-nums; line-height:1.1}
.pp-val small{display:block; font-size:11.5px; font-weight:600; color:var(--muted); letter-spacing:0}
body.is-auth .pp-guest{display:none}
body.is-auth .pp-auth{display:flex}
.p-link{color:inherit}
.p-link:hover{color:var(--brand-d)}

.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.step{position:relative; background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); padding:24px 22px 22px; overflow:hidden}
.step .st-n{position:absolute; right:14px; top:2px; font-size:64px; font-weight:800; color:rgba(26,111,196,.12); line-height:1; letter-spacing:-.04em}
.step h3{font-size:17px; margin-bottom:6px}
.step p{font-size:14px; color:var(--muted); margin:0}

.why{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden}
.why-i{background:var(--card); padding:26px 24px}
.why-i .wi-ic{width:44px; height:44px; border-radius:12px; background:var(--brand-l); color:var(--brand); display:grid; place-items:center; margin-bottom:14px}
.why-i .wi-ic svg{width:22px; height:22px}
.why-i h3{font-size:17px}
.why-i p{font-size:14px; color:var(--muted); margin:0}

.brands{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden}
.brand-c{background:var(--card); padding:26px 20px; text-align:center; transition:background var(--dur) var(--ease)}
.brand-c:hover{background:var(--brand-ll)}
.brand-c .bc-n{font-size:22px; font-weight:800; letter-spacing:-.02em; color:var(--ink)}
.brand-c .bc-c{font-size:13px; color:var(--muted); margin-top:4px}

.posts{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.post{display:flex; flex-direction:column; background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; color:inherit; transition:transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease)}
.post:hover{transform:translateY(-5px); box-shadow:0 18px 38px rgba(13,24,38,.12); color:inherit}
.post-top{height:96px; background:linear-gradient(135deg,var(--brand),#2a86e0); display:grid; place-items:center; color:#fff}
.post-top svg{width:34px; height:34px}
.post-b{padding:16px; display:flex; flex-direction:column; gap:8px; flex:1 1 auto}
.post-cat{font-size:11.5px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; color:var(--brand)}
.post h3{font-size:15.5px; line-height:1.35; margin:0}
.post-m{margin-top:auto; font-size:12.5px; color:var(--muted); display:flex; gap:10px}

.faq{display:grid; gap:10px; max-width:840px}
.faq details{background:var(--card); border:1px solid var(--line); border-radius:var(--r); overflow:hidden}
.faq summary{list-style:none; cursor:pointer; padding:17px 20px; font-weight:700; font-size:15.5px; display:flex; justify-content:space-between; gap:16px; align-items:center; min-height:56px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+'; color:var(--brand); font-size:24px; font-weight:400; line-height:1; flex:0 0 auto}
.faq details[open] summary::after{content:'−'}
.faq details[open] summary{border-bottom:1px solid var(--line-2)}
.faq .fq-a{padding:15px 20px 18px; color:var(--muted); font-size:14.5px}
.faq .fq-a p:last-child{margin:0}

.cta{position:relative; overflow:hidden; background:linear-gradient(135deg,#0d1826,#143a63); color:#fff; border-radius:var(--r-lg); padding:clamp(28px,5vw,52px)}
.cta::before{content:''; position:absolute; right:-8%; top:-40%; width:44%; height:180%; background:linear-gradient(135deg,rgba(242,169,0,.24),rgba(26,111,196,.24)); transform:skewX(-12deg)}
.cta-in{position:relative; display:grid; grid-template-columns:1.4fr auto; gap:var(--s-5); align-items:center}
.cta h2{color:#fff; margin-bottom:10px}
.cta p{color:#b9cade; margin:0; max-width:60ch}
.cta-act{display:flex; gap:12px; flex-wrap:wrap}

.seo{background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); padding:26px}
.seo h3{font-size:17px}
.seo-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:22px}
.seo ul{display:grid; gap:9px}
.seo li{display:flex; gap:10px; font-size:14px; color:var(--ink-2)}
.seo li svg{width:18px; height:18px; color:var(--ok); flex:0 0 auto; margin-top:3px}
.seo code{background:var(--line-2); border-radius:6px; padding:2px 7px; font-size:13px; font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; color:var(--brand-d); word-break:break-all}

.foot{background:#0d1826; color:#93a7bb; border-top:4px solid var(--sun); padding:var(--s-7) 0 var(--s-4); margin-top:var(--s-8)}
.foot-grid{display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:var(--s-5)}
.foot h3{color:#fff; font-size:14px; margin:0 0 14px; letter-spacing:.04em; text-transform:uppercase}
.foot a{color:#93a7bb; display:block; padding:5px 0; font-size:14px}
.foot a:hover{color:#fff}
.foot p{font-size:14px; line-height:1.65}
.foot .f-logo img{height:42px; margin-bottom:14px; opacity:1}
.foot-bar{margin-top:var(--s-5); padding-top:20px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:13px}
.foot-nap{display:grid; gap:8px; font-size:14px}
.foot-nap div{display:flex; gap:9px; align-items:flex-start}
.foot-nap svg{width:17px; height:17px; color:var(--sun); flex:0 0 auto; margin-top:3px}

.note{display:flex; gap:12px; align-items:flex-start; background:var(--warn-l); border:1px solid #f0dcae; border-radius:var(--r); padding:14px 16px; font-size:13.5px; color:#5c4200}
.note svg{width:19px; height:19px; flex:0 0 auto; color:var(--warn); margin-top:2px}
.note b{color:#3f2d00}

.reveal{opacity:0; transform:translateY(22px); transition:opacity var(--dur-slow) var(--ease), transform var(--dur-slow) var(--ease)}
.reveal.is-in{opacity:1; transform:none}

@media (max-width:1180px){
  .cat-grid,.p-grid,.posts{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .hero-in{gap:var(--s-5)}
}
@media (max-width:980px){
  .hero-in{grid-template-columns:1fr; padding-top:var(--s-7); padding-bottom:var(--s-7)}
  .hero-art{max-width:520px; margin:0 auto}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid var(--line)}
  .why,.brands{grid-template-columns:repeat(2,1fr)}
  .cta-in{grid-template-columns:1fr}
  .seo-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:repeat(2,1fr)}
  .hdr-search{display:none}
}
@media (max-width:900px){
  .catbar-list,.cat-more,.catbar-cta{display:none}
  .catbar-in{min-height:0; padding:0}
  .catbar{border-bottom:0}
  .burger{display:inline-flex}
  .hdr-in{min-height:64px; gap:12px}
  .brand img{height:38px}
  .hdr-user .hu-t{display:none}
  .hg-reg{display:none}
}
@media (max-width:760px){
  .sect{padding:var(--s-7) 0}
  .cat-grid,.p-grid,.posts{grid-template-columns:repeat(2,1fr)}
  .grp-head{flex-direction:column; align-items:flex-start; gap:10px}
  .topbar .wrap{min-height:0; padding-top:7px; padding-bottom:7px; gap:10px}
  .top-spacer{display:none}
  .topbar .tb-link{display:none}
}
@media (max-width:520px){
  .cat-grid,.p-grid,.posts,.steps,.why,.brands,.foot-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .stat{border-right:0; border-bottom:1px solid var(--line)}
  .stat:last-child{border-bottom:0}
  .hero-cta .btn{width:100%}
  .demoswitch{width:100%; justify-content:center}
  .p-fig{aspect-ratio:16/10}
  .p-fig svg{width:64px; height:64px}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important; transition:none !important}
  .reveal{opacity:1; transform:none}
}

.crumbs{font-size:13px; color:var(--muted); padding:18px 0 0}
.crumbs ol{display:flex; flex-wrap:wrap; gap:6px; align-items:center; margin:0; padding:0; list-style:none}
.crumbs li{display:flex; gap:6px; align-items:center}
.crumbs li+li::before{content:'/'; color:var(--muted-2)}
.crumbs a{color:var(--muted)}
.crumbs a:hover{color:var(--brand)}
.crumbs [aria-current]{color:var(--ink-2); font-weight:600}

.pdp{display:grid; grid-template-columns:minmax(0,420px) minmax(0,1fr); gap:var(--s-6); padding:var(--s-5) 0 var(--s-7)}
.pdp-fig{background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); display:grid; place-items:center; aspect-ratio:1/1; position:relative; overflow:hidden}
.pdp-fig::before{content:''; position:absolute; inset:0; background:radial-gradient(circle at 50% 38%,#fff,var(--brand-ll) 72%)}
.pdp-fig svg{position:relative; width:46%; height:auto; color:var(--brand)}
.pdp-fig .p-tags{position:absolute; left:16px; top:16px; z-index:2; display:flex; gap:6px}
.pdp-brand{font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--muted-2); margin-bottom:8px}
.pdp h1{font-size:clamp(24px,3.2vw,36px); margin-bottom:14px}
.pdp-lead{font-size:16px; color:var(--ink-2); max-width:62ch}
.pdp-facts{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--r); overflow:hidden; margin:var(--s-4) 0}
.pdp-facts div{background:var(--card); padding:13px 16px; font-size:14px}
.pdp-facts dt{color:var(--muted); font-size:12.5px; margin-bottom:3px}
.pdp-facts dd{margin:0; font-weight:700; color:var(--ink)}
.pdp-buy{background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); padding:22px; box-shadow:var(--sh-1)}
.pdp-buy .pp-guest{gap:12px}
.pdp-buy .pp-guest .btn{min-height:52px; font-size:15.5px}
.pdp-buy .pp-hint{font-size:13px}
.pdp-buy .pp-auth{display:none; flex-direction:column; align-items:stretch; gap:14px}
body.is-auth .pdp-buy .pp-auth{display:flex}
.pdp-price{font-size:38px; font-weight:800; letter-spacing:-.03em; font-variant-numeric:tabular-nums; line-height:1}
.pdp-price small{display:block; font-size:13px; font-weight:600; color:var(--muted); letter-spacing:0; margin-top:6px}
.pdp-buy-row{display:flex; gap:10px; flex-wrap:wrap}
.pdp-buy-row .btn{flex:1 1 160px}

.offers{width:100%; border-collapse:collapse; background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden}
.offers th,.offers td{padding:13px 16px; text-align:left; font-size:14px; border-bottom:1px solid var(--line-2)}
.offers th{background:var(--brand-ll); font-size:12.5px; text-transform:uppercase; letter-spacing:.07em; color:var(--muted); font-weight:700}
.offers tr:last-child td{border-bottom:0}
.offers td b{font-variant-numeric:tabular-nums}
.offers-wrap{overflow-x:auto}
.offers-lock{background:var(--card); border:1px dashed var(--line); border-radius:var(--r-lg); padding:28px; text-align:center}
.offers-lock svg{width:34px; height:34px; color:var(--brand); margin-bottom:10px}
body.is-auth .offers-lock{display:none}
.offers-open{display:none}
body.is-auth .offers-open{display:block}

.code{background:#0d1826; color:#c8d6e5; border-radius:var(--r); padding:18px 20px; overflow-x:auto; font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; font-size:12.5px; line-height:1.6; white-space:pre}
.code b{color:#7dd3a0; font-weight:600}
.code i{color:#f2a900; font-style:normal}

@media (max-width:900px){
  .pdp{grid-template-columns:1fr; gap:var(--s-4)}
  .pdp-fig{aspect-ratio:16/10; max-width:420px}
}
@media (max-width:520px){
  .pdp-facts{grid-template-columns:1fr}
  .pdp-price{font-size:32px}
}

.pdp-desc{display:grid; grid-template-columns:minmax(0,1.4fr) minmax(0,1fr); gap:var(--s-6); align-items:start}
.code{max-width:100%}
.topbar .tb-sup{color:#8ea4ba}
@media (max-width:900px){.pdp-desc{grid-template-columns:1fr; gap:var(--s-4)}}

/* ════════════════════════════════════════════════════════════════════════
   SOLAR B2B — доповнення до макета preview_home.
   Стилі для блоків, які є на бойовій головній, але яких не було в макеті:
   форма входу, аудиторія, тарифи, відгуки, про нас, контакти, flash,
   cookie-банер, кнопка адмінки, Google-рейтинг.
   ════════════════════════════════════════════════════════════════════════ */

/* демо-режим макета вимкнено: на бою стан визначає сесія (рендер на сервері) */
.pp-guest{display:grid}
.pp-auth{display:flex}

/* ── Flash ─────────────────────────────────────────────────────────────── */
.alert{max-width:var(--wrap); margin:16px auto 0; padding:14px 18px; border-radius:var(--r);
  font-size:14.5px; font-weight:600; border:1px solid}
.alert-success{background:var(--ok-l); border-color:#bfe6d1; color:#0b6238}
.alert-error{background:#fdecec; border-color:#f5c2c2; color:#96231f}
.alert-info{background:var(--brand-l); border-color:#cfe2f5; color:var(--brand-d)}

/* ── Картка входу в герої ──────────────────────────────────────────────── */
.auth-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:28px; box-shadow:var(--sh-2); max-width:440px; width:100%; margin-left:auto}
.auth-card .ac-sun{width:64px; height:64px; border-radius:50%; margin:0 auto 16px;
  background:linear-gradient(135deg,var(--brand),var(--sun)); display:grid; place-items:center;
  box-shadow:0 10px 26px rgba(26,111,196,.32)}
.auth-card .ac-sun svg{width:34px; height:34px; color:#fff}
.auth-card h2{font-size:21px; text-align:center; margin-bottom:6px}
.auth-card .ac-sub{font-size:14px; color:var(--muted); text-align:center; margin-bottom:20px}
.auth-card .fg{margin-bottom:13px}
.auth-card label{display:block; font-size:13px; font-weight:700; margin-bottom:6px; color:var(--ink-2)}
.auth-card input[type=email],.auth-card input[type=password]{width:100%; min-height:46px;
  padding:11px 14px; border:1px solid var(--line); border-radius:var(--r-sm); font:inherit;
  font-size:15px; background:var(--brand-ll); color:var(--ink)}
.auth-card input:focus{background:#fff; border-color:#b9d5f0; outline:none;
  box-shadow:0 0 0 4px rgba(26,111,196,.12)}
.auth-card .btn{width:100%; min-height:48px}
.auth-card .ac-alt{margin-top:18px; padding-top:16px; border-top:1px solid var(--line-2);
  font-size:14px; color:var(--muted); text-align:center}
.auth-card .ac-alt a{font-weight:700}
.auth-card .ac-links{display:flex; flex-direction:column; gap:10px}

/* Google-рейтинг */
.g-rate{display:inline-flex; align-items:center; gap:10px; padding:9px 15px; background:#fff;
  border:1px solid var(--line); border-radius:var(--r); box-shadow:var(--sh-1); font-size:14px;
  margin-top:var(--s-3); flex-wrap:wrap}
.g-rate .g-name{font-weight:800; color:var(--ink)}
.g-stars{position:relative; display:inline-block; line-height:1; font-size:15px; letter-spacing:1px}
.g-stars-bg{color:#dfe5ec}
.g-stars-fg{position:absolute; left:0; top:0; overflow:hidden; white-space:nowrap; color:var(--sun)}
.g-rate .g-cnt{color:var(--muted); font-size:13px}

/* ── Аудиторія ─────────────────────────────────────────────────────────── */
.aud-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px}
.aud-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:20px 18px; transition:transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
  border-color var(--dur) var(--ease)}
.aud-card:hover{transform:translateY(-5px); box-shadow:0 18px 38px rgba(13,24,38,.10); border-color:#cfe2f5}
.aud-card .au-ic{font-size:28px; line-height:1; margin-bottom:12px}
.aud-card h3{font-size:15px; margin:0 0 6px}
.aud-card p{font-size:13px; color:var(--muted); margin:0; line-height:1.55}

/* ── Тарифи ────────────────────────────────────────────────────────────── */
.tariffs{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch}
.tariff{position:relative; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r-lg); padding:28px 24px; display:flex; flex-direction:column; gap:14px;
  transition:transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease)}
.tariff:hover{transform:translateY(-5px); box-shadow:var(--sh-2)}
.tariff--hot{border-color:var(--brand); box-shadow:var(--sh-brand)}
.tf-badge{align-self:flex-start; font-size:11px; font-weight:800; letter-spacing:.08em;
  text-transform:uppercase; padding:5px 11px; border-radius:999px; background:var(--line-2); color:var(--muted)}
.tf-badge--hot{background:linear-gradient(135deg,var(--brand),#2a86e0); color:#fff}
.tariff h3{font-size:22px; margin:0}
.tf-price{display:flex; align-items:baseline; gap:7px}
.tf-price .tf-amount{font-size:38px; font-weight:800; letter-spacing:-.03em; color:var(--brand);
  font-variant-numeric:tabular-nums; line-height:1}
.tf-price .tf-per{font-size:14px; color:var(--muted)}
.tariff ul{display:grid; gap:9px; margin:0}
.tariff li{font-size:14px; color:var(--ink-2); display:flex; gap:9px; align-items:flex-start}
.tariff li svg{width:17px; height:17px; color:var(--ok); flex:0 0 auto; margin-top:2px}
.tariff li.off{color:var(--muted-2)}
.tariff li.off svg{color:var(--muted-2)}
.tariff .btn{margin-top:auto; width:100%}

/* ── Відгуки ───────────────────────────────────────────────────────────── */
.revs{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.rev{background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); padding:24px;
  display:flex; flex-direction:column; gap:14px; transition:transform var(--dur) var(--ease),
  box-shadow var(--dur) var(--ease)}
.rev:hover{transform:translateY(-4px); box-shadow:var(--sh-2)}
.rev-stars{color:var(--sun); font-size:17px; letter-spacing:2px; line-height:1}
.rev-stars i{color:#dfe5ec; font-style:normal}
.rev blockquote{margin:0; font-size:14.5px; line-height:1.65; color:var(--ink-2); font-style:italic}
.rev-who{margin-top:auto; display:flex; align-items:center; gap:12px}
.rev-av{width:42px; height:42px; border-radius:50%; background:var(--brand); color:#fff;
  display:grid; place-items:center; font-weight:800; flex:0 0 auto}
.rev-n{font-size:14px; font-weight:700; color:var(--ink)}
.rev-r{font-size:12.5px; color:var(--muted)}

/* ── Про нас ───────────────────────────────────────────────────────────── */
.about{display:grid; grid-template-columns:1fr; gap:var(--s-6); align-items:start; max-width:760px}
.about-text p{font-size:15.5px; color:var(--ink-2); line-height:1.7}
.about-text p:last-child{margin-bottom:0}
.about-stats{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
.about-stat{background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:22px 18px; text-align:center}
.about-stat .as-n{font-size:30px; font-weight:800; color:var(--brand); letter-spacing:-.03em;
  font-variant-numeric:tabular-nums; line-height:1}
.about-stat .as-l{font-size:13px; color:var(--muted); margin-top:6px}

/* ── Контакти ──────────────────────────────────────────────────────────── */
.cnt-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.cnt-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:24px 20px; text-align:center; color:inherit; display:flex; flex-direction:column;
  align-items:center; gap:8px; transition:transform var(--dur) var(--ease),
  box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease)}
.cnt-card:hover{transform:translateY(-5px); box-shadow:var(--sh-2); border-color:#cfe2f5; color:inherit}
.cnt-ic{width:52px; height:52px; border-radius:15px; background:var(--brand-l); color:var(--brand);
  display:grid; place-items:center; margin-bottom:4px}
.cnt-ic svg{width:25px; height:25px}
.cnt-l{font-size:12px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; color:var(--muted-2)}
.cnt-v{font-size:14.5px; font-weight:700; color:var(--ink); word-break:break-word}
.cnt-grid--3{grid-template-columns:repeat(3,1fr); max-width:880px; margin:0 auto}
/* картка-кнопка (онлайн-чат) має виглядати так само, як картки-посилання */
button.cnt-card{font:inherit; cursor:pointer; border:1px solid var(--line); width:100%; text-align:center}
.cnt-extra{margin-top:20px; display:flex; gap:26px; flex-wrap:wrap; justify-content:center;
  font-size:14px; color:var(--muted)}
.cnt-extra b{color:var(--ink-2)}

/* ── Кнопка адмінки ────────────────────────────────────────────────────── */
.admin-fab{position:fixed; left:20px; bottom:20px; z-index:9998; display:inline-flex;
  align-items:center; gap:8px; padding:12px 18px; border-radius:999px;
  background:linear-gradient(135deg,var(--brand),#2a86e0); color:#fff; font-size:14px;
  font-weight:700; box-shadow:var(--sh-brand)}
.admin-fab:hover{color:#fff; transform:translateY(-2px)}
.admin-fab svg{width:17px; height:17px}

/* ── Cookie-банер ──────────────────────────────────────────────────────── */
#cookie-banner{position:fixed; bottom:24px; left:24px; max-width:430px; z-index:10000;
  padding:22px 24px; background:rgba(255,255,255,.97); -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px); border-radius:var(--r-lg); border:1px solid var(--line);
  box-shadow:0 20px 50px rgba(13,24,38,.22); color:var(--ink);
  transform:translateY(160%); opacity:0;
  transition:transform .55s var(--ease), opacity .45s}
#cookie-banner.show{transform:translateY(0); opacity:1}
#cookie-banner .cb-head{display:flex; align-items:center; gap:10px; font-weight:800; font-size:16px; margin-bottom:8px}
#cookie-banner .cb-emoji{font-size:22px; line-height:1}
#cookie-banner .cb-text{font-size:13.5px; line-height:1.55; color:var(--muted); margin-bottom:16px}
#cookie-banner .cb-actions{display:flex; gap:10px; flex-wrap:wrap}
#cookie-banner .cb-close{position:absolute; top:10px; right:12px; background:transparent; border:0;
  cursor:pointer; width:28px; height:28px; border-radius:50%; color:var(--muted-2); font-size:18px;
  line-height:1; padding:0; display:grid; place-items:center}
#cookie-banner .cb-close:hover{background:var(--line-2); color:var(--ink)}
/* коли відкрита мобільна шухляда — банер не має перекривати кнопки входу */
body.no-scroll #cookie-banner{display:none}

/* ── Шапка авторизованого на вузьких екранах ───────────────────────────
   «Кабінет» та аватар лишаються в бургер-меню, у шапці — тільки кошик.  */
@media (max-width:900px){
  .hdr-user .hu-cab{display:none}
  .hdr-user .hu-av{display:none}
}
@media (max-width:420px){
  .hdr-user .hu-lbl{display:none}
  .hdr-guest .btn-sm{padding:8px 12px}
}
/* так само не перекриваємо кнопку адмінки бургер-меню */
body.no-scroll .admin-fab{display:none}

/* ── Пошук у мобільній шухляді ─────────────────────────────────────────── */
.drawer-search{position:relative; margin-bottom:14px}
.drawer-search input{width:100%; min-height:44px; padding:10px 44px 10px 14px; font:inherit;
  font-size:15px; border:1px solid var(--line); border-radius:var(--r-sm); background:var(--brand-ll)}
.drawer-search button{position:absolute; right:4px; top:4px; width:36px; height:36px; border:0;
  border-radius:50%; background:var(--brand); color:#fff; cursor:pointer; display:grid; place-items:center}
.search-empty{display:none; padding:22px; text-align:center; color:var(--muted); font-size:14.5px;
  background:var(--card); border:1px dashed var(--line); border-radius:var(--r)}
.search-empty.show{display:block}

/* ── Адаптив для доданих блоків ────────────────────────────────────────── */
@media (max-width:1180px){
  .aud-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:980px){
  .aud-grid{grid-template-columns:repeat(3,1fr)}
  .tariffs{grid-template-columns:1fr}
  .revs{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:1fr; gap:var(--s-5)}
  .cnt-grid,.cnt-grid--3{grid-template-columns:repeat(2,1fr)}
  .auth-card{margin:0 auto; max-width:520px}
}
@media (max-width:760px){
  .aud-grid{grid-template-columns:repeat(2,1fr)}
  .revs{grid-template-columns:1fr}
  #cookie-banner{left:10px; right:10px; bottom:10px; max-width:none; padding:18px}
  #cookie-banner .cb-actions .btn{flex:1 1 auto}
  .admin-fab{left:10px; bottom:78px; padding:10px 14px; font-size:13px}
}
@media (max-width:520px){
  .aud-grid{grid-template-columns:1fr}
  .about-stats,.cnt-grid,.cnt-grid--3{grid-template-columns:1fr}
  .cnt-extra{gap:10px; flex-direction:column; align-items:center}
  .auth-card{padding:22px 18px}
  .g-rate{width:100%; justify-content:center}
}
