/* сервер-сервер.рф — общий стиль сайта */
:root{
  --bg:#F4F1EA;
  --surface:#FFFFFF;
  --ink:#17181C;
  --muted:#6E6C64;
  --line:#E4E0D6;
  --accent:#F2994A;
  --accent-deep:#E07E1F;
  --accent-soft:#FBEEDD;
  --dark:#1B1C20;
  --radius:20px;
  --radius-lg:28px;
  --shadow:0 1px 2px rgba(23,24,28,.05),0 10px 30px rgba(23,24,28,.06);
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  background:var(--bg);
  color:var(--ink);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
picture{display:block}
.p-img picture,.hero-media picture{height:100%;width:100%}
a{color:inherit;text-decoration:none}
.container{max-width:1240px;margin:0 auto;padding:0 32px}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(244,241,234,.86);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:28px;height:76px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px;letter-spacing:.02em;white-space:nowrap}
.logo .logo-mark{width:34px;height:34px;border-radius:10px;background:var(--accent);display:flex;align-items:center;justify-content:center;flex:none}
.logo .logo-mark svg{width:19px;height:19px;stroke:#fff}
.logo small{display:block;font-size:10px;font-weight:600;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}
.main-nav{display:flex;gap:4px;margin:0 auto}
.main-nav a{padding:8px 14px;border-radius:999px;font-size:14.5px;font-weight:550;color:#3D3C37;transition:background .15s}
.main-nav a:hover{background:#EAE6DB}
.header-cta{display:flex;align-items:center;gap:16px;margin-left:auto}
.header-phone{font-weight:700;font-size:15px;white-space:nowrap}
.header-phone span{display:block;font-size:11.5px;font-weight:500;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;font-family:inherit;font-weight:650;border-radius:999px;transition:transform .12s,box-shadow .12s,background .15s;font-size:15px}
.btn:active{transform:scale(.97)}
.btn-dark{background:var(--dark);color:#fff;padding:13px 24px}
.btn-dark:hover{background:#000}
.btn-accent{background:var(--accent);color:#fff;padding:13px 24px}
.btn-accent:hover{background:var(--accent-deep)}
.btn-ghost{background:var(--surface);color:var(--ink);padding:13px 24px;border:1px solid var(--line)}
.btn-ghost:hover{border-color:#CFCABB}
.burger{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:var(--surface);align-items:center;justify-content:center;cursor:pointer}
.burger svg{width:20px;height:20px;stroke:var(--ink)}

/* ---------- hero ---------- */
.hero{padding:72px 0 88px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;color:#4A4840;box-shadow:var(--shadow)}
.eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}
.hero h1{
  font-size:clamp(38px,4.6vw,60px);
  line-height:1.06;
  letter-spacing:-.025em;
  font-weight:800;
  margin:22px 0 18px;
}
.hero h1 .soft{color:#A9A59A;font-weight:700}
.hero-sub{font-size:17.5px;color:var(--muted);max-width:520px;margin-bottom:30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:44px}
.hero-stats{display:flex;gap:0;border-top:1px solid var(--line);padding-top:26px}
.stat{flex:1;padding-right:20px}
.stat + .stat{border-left:1px solid var(--line);padding-left:20px}
.stat b{display:block;font-size:26px;font-weight:800;letter-spacing:-.02em}
.stat span{font-size:13px;color:var(--muted)}

.hero-media{position:relative}
.hero-media img.hero-photo{width:100%;height:560px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:0 24px 60px rgba(23,24,28,.16)}
.float-card{
  position:absolute;left:-40px;bottom:34px;
  background:var(--surface);border-radius:18px;box-shadow:0 18px 44px rgba(23,24,28,.18);
  padding:18px 20px;width:280px;
}
.float-card h4{font-size:15.5px;font-weight:750;margin-bottom:4px}
.float-card p{font-size:12.5px;color:var(--muted);line-height:1.45;margin-bottom:12px}
.float-card .fc-row{display:flex;align-items:center;justify-content:space-between}
.float-card .price{font-weight:800;font-size:15px;background:var(--accent-soft);border-radius:999px;padding:6px 14px;color:#8A5410}
.float-card .arrows{display:flex;gap:8px}
.float-card .arrows a{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;transition:background .15s}
.float-card .arrows a:hover{background:var(--bg)}
.float-card .arrows a.accent{background:var(--accent);border-color:var(--accent)}
.float-card .arrows svg{width:15px;height:15px;stroke:var(--ink)}
.float-card .arrows a.accent svg{stroke:#fff}

/* ---------- sections ---------- */
.section{padding:84px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px}
.section-head h2{font-size:clamp(28px,3.2vw,42px);font-weight:800;letter-spacing:-.02em;line-height:1.12}
.section-head h2 .soft{color:#A9A59A}
.section-head p{color:var(--muted);max-width:420px;font-size:15.5px}

/* trust block */
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.trust-left h2{font-size:clamp(30px,3.4vw,44px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px}
.trust-left h2 .soft{color:#A9A59A}
.trust-left > p{color:var(--muted);max-width:440px;margin-bottom:36px}
.trust-stats{display:flex;gap:0}
.trust-stats .stat b{font-size:30px}
.feature-list{display:flex;flex-direction:column;gap:16px}
.feature-item{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:22px 24px;display:flex;gap:18px;align-items:flex-start;transition:box-shadow .15s,transform .15s;
}
.feature-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.feature-icon{
  width:46px;height:46px;border-radius:14px;background:var(--accent-soft);flex:none;
  display:flex;align-items:center;justify-content:center;
}
.feature-icon svg{width:22px;height:22px;stroke:var(--accent-deep)}
.feature-item h3{font-size:16.5px;font-weight:750;margin-bottom:4px}
.feature-item p{font-size:14px;color:var(--muted);line-height:1.5}
.feature-item .f-arrow{margin-left:auto;flex:none;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;align-self:center}
.feature-item .f-arrow svg{width:15px;height:15px;stroke:var(--ink)}

/* catalog */
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{
  background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);
  display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s;
}
.product-card:hover{box-shadow:0 20px 50px rgba(23,24,28,.12);transform:translateY(-4px)}
.product-card .p-img{height:230px;overflow:hidden;position:relative}
.product-card .p-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .p-img img{transform:scale(1.04)}
.p-badge{
  position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);
  border-radius:999px;padding:6px 13px;font-size:12px;font-weight:700;color:#3D3C37;
}
.product-card .p-body{padding:24px 24px 26px;display:flex;flex-direction:column;gap:10px;flex:1}
.product-card h3{font-size:19px;font-weight:800;letter-spacing:-.01em}
.product-card .p-spec{font-size:13.5px;color:var(--muted)}
.p-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line)}
.p-price{font-size:19px;font-weight:800}
.p-price small{display:block;font-size:11.5px;color:var(--muted);font-weight:500}
.p-link{width:42px;height:42px;border-radius:50%;background:var(--ink);display:flex;align-items:center;justify-content:center;transition:background .15s}
.p-link:hover{background:var(--accent)}
.p-link svg{width:17px;height:17px;stroke:#fff}

/* perks strip */
.perks{background:var(--dark);border-radius:var(--radius-lg);padding:36px 44px;display:flex;gap:24px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.perk{display:flex;align-items:center;gap:14px;color:#fff}
.perk .perk-icon{width:44px;height:44px;border-radius:12px;background:rgba(242,153,74,.16);display:flex;align-items:center;justify-content:center;flex:none}
.perk .perk-icon svg{width:21px;height:21px;stroke:var(--accent)}
.perk b{display:block;font-size:16px;font-weight:750}
.perk span{font-size:12.5px;color:rgba(255,255,255,.55)}

/* FAQ */
.faq-wrap{max-width:820px;margin:0 auto}
.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}
.faq-item summary{
  list-style:none;cursor:pointer;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-weight:700;font-size:16.5px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .plus{
  width:32px;height:32px;border-radius:50%;background:var(--bg);flex:none;display:flex;align-items:center;justify-content:center;
  transition:transform .2s,background .2s;font-size:18px;font-weight:500;color:var(--muted);
}
.faq-item[open] summary .plus{transform:rotate(45deg);background:var(--accent);color:#fff}
.faq-item .faq-body{padding:0 26px 24px;color:var(--muted);font-size:15px;line-height:1.65;max-width:680px}

/* CTA */
.cta{
  background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);
  padding:64px 48px;text-align:center;box-shadow:var(--shadow);
}
.cta h2{font-size:clamp(30px,3.6vw,46px);font-weight:800;letter-spacing:-.02em;margin-bottom:12px}
.cta h2 .soft{color:#A9A59A}
.cta p{color:var(--muted);max-width:520px;margin:0 auto 34px;font-size:16px}
.cta-phones{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:34px}
.cta-phone{
  display:flex;align-items:center;gap:12px;background:var(--bg);border:1px solid var(--line);
  border-radius:999px;padding:12px 24px;font-weight:750;font-size:17px;transition:border-color .15s;
}
.cta-phone:hover{border-color:var(--accent)}
.cta-phone svg{width:18px;height:18px;stroke:var(--accent-deep)}
.cta-phone small{display:block;font-size:11.5px;color:var(--muted);font-weight:500;text-align:left}

/* footer */
.site-footer{background:var(--dark);color:#fff;margin-top:88px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:40px;padding:64px 0 44px}
.site-footer .logo small{color:rgba(255,255,255,.5)}
.footer-about{font-size:13.5px;color:rgba(255,255,255,.6);margin-top:16px;max-width:280px;line-height:1.6}
.site-footer h5{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.45);margin-bottom:18px;font-weight:700}
.footer-links{display:flex;flex-direction:column;gap:11px}
.footer-links a{font-size:14px;color:rgba(255,255,255,.82);transition:color .15s}
.footer-links a:hover{color:var(--accent)}
.footer-contacts{display:flex;flex-direction:column;gap:11px;font-size:14px;color:rgba(255,255,255,.82)}
.footer-contacts a:hover{color:var(--accent)}
.footer-contacts .addr{color:rgba(255,255,255,.55);line-height:1.55}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);padding:22px 0 26px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  font-size:12.5px;color:rgba(255,255,255,.45);
}

/* ---------- legal pages ---------- */
.legal-hero{background:var(--surface);border-bottom:1px solid var(--line);padding:56px 0 40px}
.legal-hero .crumbs{font-size:13px;color:var(--muted);margin-bottom:14px}
.legal-hero .crumbs a{color:var(--accent-deep);font-weight:600}
.legal-hero h1{font-size:clamp(30px,3.6vw,44px);font-weight:800;letter-spacing:-.02em}
.legal-hero .meta{margin-top:12px;font-size:13.5px;color:var(--muted)}
.legal-body{padding:48px 0 80px}
.legal-content{max-width:820px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:48px 56px;box-shadow:var(--shadow)}
.legal-content h2{font-size:21px;font-weight:800;margin:36px 0 14px;letter-spacing:-.01em}
.legal-content h2:first-child{margin-top:0}
.legal-content p{margin-bottom:14px;color:#3D3C37;font-size:15px;line-height:1.7}
.legal-content ul{margin:0 0 14px 20px;color:#3D3C37;font-size:15px;line-height:1.7}
.legal-content li{margin-bottom:7px}
.legal-content strong{font-weight:700}
.legal-content code{background:var(--bg);border-radius:6px;padding:1px 7px;font-size:13.5px;font-family:Menlo,Consolas,monospace}
.doc-links{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:820px;margin-top:26px}
.doc-link{
  background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px 22px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;font-size:14.5px;transition:all .15s;
}
.doc-link:hover{border-color:var(--accent);box-shadow:var(--shadow)}
.doc-link svg{width:16px;height:16px;stroke:var(--accent-deep);flex:none}

/* cookie banner */
.cookie-banner{
  position:fixed;left:50%;transform:translateX(-50%);bottom:20px;z-index:100;
  width:min(720px,calc(100% - 32px));
  background:var(--dark);color:#fff;border-radius:20px;padding:20px 24px;
  display:flex;align-items:center;gap:20px;box-shadow:0 20px 50px rgba(0,0,0,.3);
}
.cookie-banner p{font-size:13.5px;line-height:1.5;color:rgba(255,255,255,.85)}
.cookie-banner p a{color:var(--accent);text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex:none}
.cookie-actions button{
  border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:13.5px;border-radius:999px;padding:11px 20px;transition:background .15s;
}
.cookie-accept{background:var(--accent);color:#fff}
.cookie-accept:hover{background:var(--accent-deep)}
.cookie-decline{background:rgba(255,255,255,.14);color:#fff}
.cookie-decline:hover{background:rgba(255,255,255,.22)}
.cookie-banner.hidden{display:none}

/* ---------- responsive ---------- */
@media (max-width:1080px){
  .hero-grid{grid-template-columns:1fr;gap:44px}
  .hero-media img.hero-photo{height:440px}
  .float-card{left:20px}
  .catalog-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr;gap:40px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .container{padding:0 18px}
  .header-inner{gap:12px;height:68px}
  .logo{font-size:15px;gap:8px}
  .logo small{display:none}
  .logo .logo-mark{width:30px;height:30px;border-radius:9px}
  .header-cta{gap:10px}
  .header-cta .btn-dark{padding:10px 14px;font-size:12.5px}
  .burger{width:40px;height:40px;flex:none}
  .main-nav{
    display:none;position:absolute;top:68px;left:0;right:0;background:var(--surface);
    flex-direction:column;padding:16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow);gap:2px;
  }
  .main-nav.open{display:flex}
  .burger{display:flex;margin-left:auto}
  .header-phone{display:none}
  .header-cta .btn-dark{padding:11px 16px;font-size:13.5px}
  .hero{padding:44px 0 60px}
  .hero-stats{flex-direction:column;gap:16px}
  .stat + .stat{border-left:none;padding-left:0;border-top:1px solid var(--line);padding-top:14px}
  .float-card{position:static;width:100%;margin-top:14px;box-shadow:var(--shadow)}
  .hero-media img.hero-photo{height:320px;border-radius:var(--radius)}
  .catalog-grid{grid-template-columns:1fr}
  .section{padding:56px 0}
  .section-head{flex-direction:column;align-items:flex-start}
  .perks{padding:28px 24px;gap:18px}
  .cta{padding:44px 22px}
  .doc-links{grid-template-columns:1fr}
  .legal-content{padding:30px 22px}
  .cookie-banner{flex-direction:column;align-items:stretch;text-align:center}
  .cookie-actions{justify-content:center}
}
