*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Golos Text',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-weight:400;
  color:#0a0a0a;
  background:#ffffff;
  line-height:1.5;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  letter-spacing:-0.005em;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ---------- Layout ---------- */
.container{max-width:1400px;margin:0 auto;padding:0 40px}
@media(max-width:768px){.container{padding:0 20px}}

section{padding:120px 0;position:relative}
@media(max-width:768px){section{padding:60px 0}}

/* ---------- Header ---------- */
.header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,0.95);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #e8e6e0;
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 40px;max-width:1400px;margin:0 auto;
}
.logo{display:inline-flex;align-items:center;gap:12px;font-family:'Golos Text',sans-serif;font-size:18px;font-weight:500;letter-spacing:-0.02em;color:#0a0a0a;text-decoration:none;line-height:1.1}
.logo img{display:block;width:44px;height:44px;object-fit:contain}
.logo .logo-text{display:flex;flex-direction:row;align-items:baseline;gap:.28em;white-space:nowrap;font-size:16px;color:#0a0a0a}
.logo .logo-text strong{color:#064e3b;font-weight:600}
.logo span{color:#064e3b}
@media(max-width:600px){.logo .logo-text{font-size:14px}.logo img{width:38px;height:38px}}
.header-nav{display:flex;align-items:center;gap:32px;font-size:14px;color:#555;line-height:1.5}
.header-nav a, .header-nav button{display:inline-flex;align-items:center;line-height:1.5;font-size:14px;font-weight:400;font-family:inherit;color:#555;padding:8px 0;background:none;border:none;text-decoration:none;vertical-align:middle}
.header-nav a:hover, .header-nav button:hover{color:#0a0a0a}
/* Sticky CTA */
.sticky-cta{
  position:fixed;right:24px;bottom:24px;z-index:90;
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 22px;border-radius:999px;
  background:#064e3b;color:#fff;font-weight:600;font-size:15px;
  box-shadow:0 8px 24px rgba(6,78,59,0.35),0 2px 6px rgba(0,0,0,0.1);
  opacity:0;transform:translateY(20px);pointer-events:none;
  transition:opacity .3s,transform .3s,background .2s;
}
.sticky-cta.show{opacity:1;transform:translateY(0);pointer-events:auto}
.sticky-cta:hover{background:#043e2e}
.sticky-cta svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}
@media(max-width:768px){
  .sticky-cta{
    right:12px;left:12px;bottom:12px;justify-content:center;
    padding:16px;font-size:15px;
  }
}
.header-right{display:flex;align-items:center;gap:20px}
.header-social{display:flex;align-items:center;gap:8px}
.header-social a{
  width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #e8e6e0;border-radius:50%;color:#555;
  transition:color .2s,border-color .2s,background .2s;
  flex-shrink:0;
}
.header-social a:hover{color:#064e3b;border-color:#064e3b;background:#f0f7f3}
.header-social svg{width:18px;height:18px;fill:currentColor;display:block}
.header-phone{font-size:15px;font-weight:500;display:flex;align-items:center;gap:10px;text-decoration:none;color:#0a0a0a}
.header-phone:hover{color:#064e3b}
.header-phone .dot{width:6px;height:6px;background:#22c55e;border-radius:50%;display:inline-block;animation:pulse-dot 1.6s infinite}
@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.5)}50%{box-shadow:0 0 0 6px rgba(34,197,94,0)}}
.header-msgr{display:flex;gap:6px;align-items:center}
.msgr{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;transition:transform .15s, filter .15s;text-decoration:none}
.msgr svg{width:18px;height:18px;display:block}
.msgr-wa{background:#25D366}
.msgr-tg{background:#229ED9}
.msgr:hover{transform:scale(1.08);filter:brightness(1.08)}
@media(max-width:640px){.header-msgr{display:none}}
@media(max-width:900px){.header-nav{display:none}}
@media(max-width:768px){.header-social{display:none}}
@media(max-width:640px){.header-phone span:first-of-type{display:none}}

/* ---------- Hero ---------- */
.hero{
  padding:80px 0 120px;
  background:#fafaf7;
  border-bottom:1px solid #e8e6e0;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:80px;
  align-items:center;
}
@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:40px}}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:13px;letter-spacing:0.08em;text-transform:uppercase;
  color:#555;margin-bottom:28px;font-weight:500;
}
.hero-eyebrow::before{content:"";width:24px;height:1px;background:#0a0a0a}
h1.hero-title{
  font-family:'Golos Text',sans-serif;
  font-weight:500;
  font-size:clamp(40px,5.5vw,72px);
  line-height:1.05;
  letter-spacing:-0.035em;
  margin-bottom:32px;
  color:#0a0a0a;
}
h1.hero-title em{font-style:normal;color:#064e3b;font-weight:500}
.hero-sub{
  font-size:18px;line-height:1.55;color:#3a3a3a;max-width:560px;margin-bottom:40px;
}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.hero-microcopy{display:flex;flex-wrap:wrap;gap:14px 20px;margin-bottom:40px;font-size:13px;color:#555;letter-spacing:0.01em}
.hero-microcopy span{display:inline-flex;align-items:center;gap:6px}
.hero-microcopy span::before{content:"";width:14px;height:14px;flex:none;background:#064e3b;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat}
.quiz-microcopy{text-align:center;font-size:13px;color:rgba(255,255,255,0.8);margin-top:14px;line-height:1.55}
.quiz-microcopy strong{color:#fff;font-weight:500}
.quiz-promo-trigger{
  display:flex;align-items:center;gap:12px;
  margin:18px 0 6px;padding:14px 18px;
  background:rgba(34,197,94,0.12);
  border:1px solid rgba(34,197,94,0.35);
  border-radius:8px;
}
.quiz-promo-trigger svg{width:26px;height:26px;color:#22c55e;flex-shrink:0}
.quiz-promo-trigger .qpt-text{font-size:14px;line-height:1.4;color:#fff}
.quiz-promo-trigger .qpt-text strong{color:#22c55e;font-weight:700}
@media(max-width:640px){
  .quiz-promo-trigger{padding:12px 14px;gap:10px}
  .quiz-promo-trigger svg{width:22px;height:22px}
  .quiz-promo-trigger .qpt-text{font-size:13px}
}

/* SLOTS */
.slots-section{background:#fafaf7;border-top:1px solid #e8e6e0;border-bottom:1px solid #e8e6e0;padding:64px 0}
.slots-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;flex-wrap:wrap}
.slots-head h3{font-family:'Golos Text',sans-serif;font-size:28px;line-height:1.2;margin:0;color:#0a0a0a;font-weight:500;max-width:620px}
.slots-head h3 em{font-style:normal;color:#064e3b;font-weight:500}
.slots-head-note{font-size:14px;color:#555;max-width:300px;text-align:right}
@media(max-width:700px){.slots-head{flex-direction:column;align-items:flex-start}.slots-head-note{text-align:left}}
.slots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media(max-width:800px){.slots-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.slots-grid{grid-template-columns:1fr}}
.slot{
  display:block;background:#fff;border:1px solid #e8e6e0;padding:18px 20px;
  text-align:left;font-family:inherit;cursor:pointer;transition:all 0.2s;
  text-decoration:none;color:#0a0a0a;
}
.slot:hover{border-color:#064e3b;transform:translateY(-2px);box-shadow:0 8px 20px rgba(6,78,59,0.08)}
.slot-day{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#777;margin-bottom:6px}
.slot-date{font-family:'Golos Text',sans-serif;font-size:22px;font-weight:500;color:#0a0a0a;line-height:1.1;margin-bottom:6px}
.slot-time{font-size:13px;color:#064e3b;font-weight:500}
.slot-cta{margin-top:12px;font-size:13px;color:#555;display:flex;align-items:center;gap:6px}
.slot:hover .slot-cta{color:#064e3b}
.slots-foot{margin-top:20px;font-size:13px;color:#777;text-align:center}
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:18px 28px;font-size:15px;font-weight:500;
  transition:all 0.2s;white-space:nowrap;
}
.btn-primary{background:#0a0a0a;color:#fff}
.btn-primary:hover{background:#064e3b}
.btn-secondary{background:transparent;color:#0a0a0a;border:1px solid #0a0a0a}
.btn-secondary:hover{background:#0a0a0a;color:#fff}
.btn-max{
  background:linear-gradient(135deg,#7B8EFF 0%,#6B6FFF 35%,#9048FF 70%,#C04DD4 100%);
  color:#fff;border:none;font-weight:500;letter-spacing:0;
  box-shadow:0 1px 2px rgba(107,111,255,0.25);
}
.btn-max:hover{filter:brightness(1.08);box-shadow:0 4px 16px rgba(107,111,255,0.3)}
.btn-max .max-ico{
  display:inline-flex;align-items:center;justify-content:center;
  width:24px;height:24px;margin-right:6px;margin-left:-4px;
  background-image:url('/max-icon.png');background-size:cover;background-position:center;
  border-radius:5px;
}
.btn-max .max-ico-txt{display:none}
.hero-meta{display:flex;gap:32px;font-size:13px;color:#555;flex-wrap:wrap}
.hero-meta strong{color:#0a0a0a;font-weight:500;display:block;font-size:14px;margin-bottom:2px}

.hero-prices{
  background:#fff;border:1px solid #e8e6e0;
  padding:32px;
}
.hero-prices h3{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#555;margin-bottom:24px;font-weight:500}
.hero-price-item{
  padding:20px 0;border-bottom:1px solid #e8e6e0;
  display:flex;justify-content:space-between;align-items:flex-end;gap:20px;
}
.hero-price-item:last-child{border-bottom:none}
.hero-price-desc{font-size:14px;color:#3a3a3a;line-height:1.4}
.hero-price-val{font-family:'Golos Text',sans-serif;font-size:22px;color:#0a0a0a;white-space:nowrap}

/* ---------- Promo bar ---------- */
.promo-bar{
  position:relative;
  background:#0a0a0a;color:#fff;
  padding:28px 40px;text-align:center;
  border-top:1px solid rgba(34,197,94,0.25);
  border-bottom:1px solid rgba(34,197,94,0.15);
}
.promo-bar::before{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,transparent 0%,#22c55e 35%,#22c55e 65%,transparent 100%);
}
.promo-bar-inner{
  max-width:1200px;margin:0 auto;
  display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap;
}
.promo-icon{width:44px;height:44px;flex-shrink:0;color:#22c55e}
.promo-text{display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left}
.promo-kicker{
  font-size:11px;letter-spacing:0.24em;text-transform:uppercase;
  color:#22c55e;font-weight:600;
}
.promo-main{
  font-family:'Golos Text',sans-serif;
  font-size:24px;font-weight:600;line-height:1.15;letter-spacing:-0.01em;color:#fff;
}
.promo-main strong{color:#fff;font-weight:700}
.promo-cond{font-size:14px;color:#d4d4d4}
.promo-cond .accent{color:#22c55e;font-weight:700;font-size:16px;letter-spacing:-0.01em}
.promo-countdown{
  display:inline-flex;align-items:center;gap:8px;
  font-variant-numeric:tabular-nums;font-weight:600;
}
.promo-countdown-label{
  display:block;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;
  color:#a3a3a3;margin-bottom:6px;text-align:center;
}
.promo-countdown .unit{
  display:inline-flex;flex-direction:column;align-items:center;
  min-width:48px;padding:7px 10px;border:1px solid rgba(255,255,255,0.18);
  border-radius:8px;background:rgba(255,255,255,0.05);
}
.promo-countdown .unit b{font-size:22px;line-height:1;color:#fff}
.promo-countdown .unit small{font-size:9px;opacity:0.65;letter-spacing:0.1em;text-transform:uppercase;margin-top:4px}
@media(max-width:760px){
  .promo-bar{padding:20px 16px}
  .promo-bar-inner{gap:14px;flex-direction:column}
  .promo-icon{width:34px;height:34px}
  .promo-text{align-items:center;text-align:center}
  .promo-main{font-size:18px}
  .promo-cond{font-size:13px}
  .promo-cond .accent{font-size:14px}
  .promo-countdown .unit{min-width:38px;padding:5px 8px}
  .promo-countdown .unit b{font-size:17px}
}

/* ---------- Generic section ---------- */
.section-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:13px;letter-spacing:0.08em;text-transform:uppercase;
  color:#555;margin-bottom:24px;font-weight:500;
}
.section-eyebrow::before{content:"";width:24px;height:1px;background:#0a0a0a}
h2.section-title{
  font-family:'Golos Text',sans-serif;
  font-weight:500;
  font-size:clamp(30px,4vw,48px);
  line-height:1.1;
  letter-spacing:-0.03em;
  margin-bottom:24px;
  max-width:900px;
}
h2.section-title em{font-style:normal;color:#064e3b;font-weight:500}
.section-lead{
  font-size:18px;line-height:1.6;color:#3a3a3a;max-width:700px;margin-bottom:56px;
}

/* ---------- Social bar ---------- */
.social-bar{padding:60px 0;background:#fff;border-bottom:1px solid #e8e6e0}
.social-bar-inner{
  display:grid;grid-template-columns:repeat(4,1fr);gap:40px;
  align-items:center;
}
@media(max-width:768px){.social-bar-inner{grid-template-columns:repeat(2,1fr);gap:32px}}
.social-item{text-align:center}
.social-num{font-family:'Golos Text',sans-serif;font-size:44px;line-height:1;color:#0a0a0a;margin-bottom:8px}
.social-num .plus{color:#064e3b}
.social-label{font-size:13px;color:#555;letter-spacing:0.04em}

/* ---------- Services ---------- */
.services{background:#fff}
.services-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.services-grid{grid-template-columns:1fr}}
.service-card{
  padding:32px;border:1px solid #e8e6e0;
  transition:all 0.2s;
  display:flex;flex-direction:column;gap:16px;
  min-height:200px;
}
.service-card:hover{border-color:#0a0a0a;transform:translateY(-2px)}
.service-num{font-family:'Golos Text',sans-serif;font-size:32px;color:#064e3b;line-height:1;font-weight:500}
.service-name{font-size:18px;font-weight:500}
.service-desc{font-size:14px;color:#3a3a3a;line-height:1.5;margin-top:auto}

/* ---------- Portfolio ---------- */
.portfolio{background:#fafaf7}
.portfolio-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
@media(max-width:900px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.portfolio-grid{grid-template-columns:1fr}}
.portfolio-item{
  position:relative;aspect-ratio:4/3;overflow:hidden;
  background:#e8e6e0;cursor:pointer;
}
.portfolio-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 0.6s cubic-bezier(0.2,0.8,0.2,1);
}
.portfolio-item:hover img{transform:scale(1.04)}
.portfolio-item-overlay{
  position:absolute;bottom:0;left:0;right:0;
  padding:24px;background:linear-gradient(to top,rgba(0,0,0,0.85),transparent);
  color:#fff;font-size:14px;
  opacity:0;transition:opacity 0.3s;
}
.portfolio-item:hover .portfolio-item-overlay{opacity:1}
.portfolio-item-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:4px;opacity:0.8}

/* ---------- Big portrait (team) ---------- */
.team-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:80px;
  align-items:start;
}
@media(max-width:900px){.team-grid{grid-template-columns:1fr;gap:40px}}
.team-photo{background:#fafaf7;aspect-ratio:3/4;position:relative;overflow:hidden}
.team-photo-placeholder{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Golos Text',sans-serif;font-size:14px;color:#999;
  background:linear-gradient(135deg,#f5f0e8 0%,#e8dfd0 100%);
}
.team-members{display:flex;flex-direction:column;gap:32px;margin-top:40px}
.team-member{display:flex;gap:20px;padding-bottom:32px;border-bottom:1px solid #e8e6e0}
.team-member:last-child{border-bottom:none}
.team-member-initial{
  font-family:'Golos Text',sans-serif;font-size:36px;color:#064e3b;line-height:1;
  min-width:48px;font-weight:500;
}
.team-member-name{font-size:17px;font-weight:500;margin-bottom:4px}
.team-member-role{font-size:14px;color:#555}
.team-member-text{font-size:14px;color:#3a3a3a;margin-top:6px;line-height:1.5}

/* ---------- Process ---------- */
.process{background:#0a0a0a;color:#fff}
.process h2.section-title, .process .section-lead{color:#fff}
.process h2.section-title em{color:#f0e6d2}
.process .section-lead{color:#bbb;max-width:700px}
.process .section-eyebrow{color:#bbb}
.process .section-eyebrow::before{background:#f0e6d2}
.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#1a1a1a;margin-top:40px}
@media(max-width:1024px){.process-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.process-steps{grid-template-columns:1fr}}
.process-step{background:#0a0a0a;padding:40px;display:flex;flex-direction:column;gap:16px;min-height:260px}
.process-step-num{font-family:'Golos Text',sans-serif;font-size:13px;letter-spacing:0.12em;color:#f0e6d2;text-transform:uppercase}
.process-step-title{font-size:18px;font-weight:500}
.process-step-desc{font-size:14px;color:#999;line-height:1.55}
.process-step-days{margin-top:auto;font-size:13px;color:#f0e6d2;border-top:1px solid #1a1a1a;padding-top:16px}

/* ---------- Hardware ---------- */
.hardware{background:#fff}
.hardware-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
@media(max-width:900px){.hardware-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.hardware-grid{grid-template-columns:1fr}}
.hw-card{
  border:1px solid #e8e6e0;padding:28px;background:#fff;
  display:flex;flex-direction:column;gap:14px;
  transition:border-color .15s, transform .15s;
}
.hw-card:hover{border-color:#0a0a0a;transform:translateY(-2px)}
.hw-logo{height:40px;display:flex;align-items:center}
.hw-logo svg{height:36px;width:auto;max-width:180px}
.hw-brand{
  font-family:'Golos Text',sans-serif;font-size:22px;font-weight:500;
  letter-spacing:-0.01em;color:#0a0a0a;
}
.hw-country{font-size:13px;color:#555;letter-spacing:0.04em;margin-top:-12px}
.hw-desc{font-size:14px;color:#3a3a3a;line-height:1.55}
.hw-bonus{font-size:14px;color:#064e3b;font-weight:500;line-height:1.5;background:#d1fae5;padding:10px 12px;border-radius:4px}
.hw-spec{
  margin-top:auto;padding-top:14px;border-top:1px solid #e8e6e0;
  font-size:13px;color:#555;line-height:1.55;
}
.hw-spec strong{color:#0a0a0a;font-weight:500}

/* ---------- Prices ---------- */
.prices{background:#fafaf7}
.prices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:900px){.prices-grid{grid-template-columns:1fr}}
.price-card{
  background:#fff;padding:40px;
  display:flex;flex-direction:column;gap:20px;
  position:relative;border:1px solid #e8e6e0;
}
.price-card.featured{border:2px solid #0a0a0a}
.price-featured-badge{
  position:absolute;top:-1px;right:24px;
  background:#0a0a0a;color:#fff;
  font-size:11px;padding:6px 12px;letter-spacing:0.08em;
}
.price-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#555}
.price-title{font-family:'Golos Text',sans-serif;font-size:22px;line-height:1.2;margin-top:4px}
.price-amount{
  font-family:'Golos Text',sans-serif;font-size:44px;color:#0a0a0a;line-height:1;
  padding:16px 0;border-top:1px solid #e8e6e0;border-bottom:1px solid #e8e6e0;
}
.price-amount .currency{font-size:24px;color:#555}
.price-features{list-style:none;font-size:14px;color:#3a3a3a;line-height:1.8}
.price-features li::before{content:"—";color:#064e3b;margin-right:8px}
.price-guarantee{margin-top:32px;background:#fff;border:1px solid #e8e6e0;border-left:4px solid #064e3b;padding:22px 28px;display:flex;gap:18px;align-items:flex-start;font-size:15px;line-height:1.55;color:#1a1a1a}
.price-guarantee strong{display:block;color:#064e3b;font-weight:500;margin-bottom:4px;font-size:16px}
.price-guarantee-ico{flex:0 0 36px;height:36px;border-radius:50%;background:#d1fae5;color:#064e3b;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}
@media(max-width:600px){.price-guarantee{padding:18px 18px;gap:14px}.price-guarantee-ico{flex:0 0 32px;height:32px;font-size:16px}}

/* ---------- Reviews ---------- */
.reviews{background:#fff}
.reviews-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;flex-wrap:wrap;gap:24px}
.reviews-rating{display:flex;align-items:center;gap:20px;background:#fafaf7;padding:20px 28px;border:1px solid #e8e6e0}
.reviews-rating-num{font-family:'Golos Text',sans-serif;font-size:40px;line-height:1;color:#0a0a0a}
.reviews-rating-stars{color:#064e3b;font-size:18px;letter-spacing:2px}
.reviews-rating-label{font-size:13px;color:#555;display:block;margin-top:4px}
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:900px){.reviews-grid{grid-template-columns:1fr}}
.review-card{
  background:#fafaf7;padding:28px;
  display:flex;flex-direction:column;gap:14px;
  border:1px solid #e8e6e0;
  text-decoration:none;color:inherit;
  transition:border-color .15s, transform .15s;
}
.review-card:hover{border-color:#0a0a0a}
.review-head{display:flex;align-items:center;gap:14px}
.review-avatar{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#064e3b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:18px;font-family:'Golos Text',sans-serif}
.review-stars{color:#064e3b;font-size:13px;letter-spacing:2px}
.review-source{display:flex;align-items:center;gap:8px;font-size:12px;color:#777;margin-top:3px}
.review-source-name{color:#555;font-weight:500}
.review-text{
  font-size:15px;line-height:1.6;color:#1a1a1a;
  font-family:'Golos Text',sans-serif;font-weight:400;
}
.review-verify{font-size:12px;color:#064e3b;font-weight:500;letter-spacing:.02em;padding-top:14px;border-top:1px solid #e8e6e0}
.review-author{font-weight:500;color:#0a0a0a;font-size:14px}
.review-date{color:#777}
.reviews-all-link{
  margin-top:40px;display:inline-flex;align-items:center;gap:10px;
  font-size:14px;font-weight:500;border-bottom:1px solid #0a0a0a;
  padding-bottom:4px;
}

/* ---------- Showroom ---------- */
.showroom{background:#fafaf7}
.showroom-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
@media(max-width:900px){.showroom-grid{grid-template-columns:1fr}}
.showroom-img{aspect-ratio:5/4;overflow:hidden;background:#e8e6e0}
.showroom-img img{width:100%;height:100%;object-fit:cover}
.showroom-info-block{padding:24px 0;border-bottom:1px solid #e8e6e0}
.showroom-info-block:first-of-type{border-top:1px solid #e8e6e0}
.showroom-info-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#555;margin-bottom:6px}
.showroom-info-val{font-size:17px;font-weight:500;line-height:1.4}

/* ---------- Quiz ---------- */
.quiz-section{background:#064e3b;color:#fff}
.quiz-section h2.section-title,.quiz-section .section-lead{color:#fff}
.quiz-section .section-lead{color:rgba(255,255,255,0.9);max-width:700px}
.quiz-section .section-eyebrow{color:rgba(255,255,255,0.9)}
.quiz-section .section-eyebrow::before{background:#fff}
.quiz-box{
  background:#fff;color:#0a0a0a;
  padding:48px;margin-top:40px;
  max-width:820px;
}
@media(max-width:600px){.quiz-box{padding:32px 24px}}
.quiz-progress{display:flex;gap:8px;margin-bottom:12px}
.quiz-progress-dot{flex:1;height:4px;background:#e8e6e0;transition:background 0.3s;border-radius:2px;position:relative;overflow:hidden}
.quiz-progress-dot.active{background:#064e3b}
.quiz-progress-dot.done{background:#064e3b}
.quiz-progress-label{font-size:12px;color:#777;margin-bottom:20px;letter-spacing:0.04em}
.quiz-styles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:500px){.quiz-styles{grid-template-columns:repeat(3,1fr);gap:8px}}
.quiz-style{
  border:2px solid #e8e6e0;background:#fff;padding:0;cursor:pointer;
  display:flex;flex-direction:column;overflow:hidden;text-align:center;
  transition:all 0.15s;min-height:100px;
}
.quiz-style-img{display:block;width:100%;height:80px;background-size:cover;background-position:center;background-color:#eee}
.quiz-style-name{padding:10px 8px;font-size:14px;font-weight:500;color:#0a0a0a}
.quiz-style:hover{border-color:#064e3b}
.quiz-style.selected{border-color:#064e3b;box-shadow:0 0 0 3px rgba(6,78,59,0.12)}
.quiz-style.selected .quiz-style-name{color:#064e3b}
.quiz-slider-bench{font-size:14px;color:#777;font-weight:400}
.quiz-btn[disabled]{opacity:0.7;cursor:wait;pointer-events:none}
.quiz-btn-primary .spin{
  display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,0.4);
  border-top-color:#fff;border-radius:50%;animation:quizspin 0.7s linear infinite;
  vertical-align:-3px;margin-right:8px;
}
.quiz-btn[data-loading="1"] .spin{display:inline-block}
@keyframes quizspin{to{transform:rotate(360deg)}}
.quiz-step{display:none}
.quiz-step.active{display:block}
.quiz-step-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#555;margin-bottom:8px}
.quiz-step-title{font-family:'Golos Text',sans-serif;font-size:28px;line-height:1.15;margin-bottom:24px}
.quiz-q{margin-bottom:32px}
.quiz-q-label{font-size:15px;font-weight:500;margin-bottom:12px}
.quiz-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
@media(max-width:500px){.quiz-options{grid-template-columns:1fr}}
.quiz-option{
  border:1px solid #e8e6e0;padding:14px 16px;
  cursor:pointer;text-align:left;font-size:15px;
  transition:all 0.15s;background:#fff;
  min-height:48px;
}
.quiz-option:hover{border-color:#064e3b}
.quiz-option.selected{background:#064e3b;color:#fff;border-color:#064e3b}
.quiz-option small{display:block;opacity:0.7;font-size:12px;margin-top:2px}
.quiz-slider{width:100%;margin:16px 0}
.quiz-slider-val{font-family:'Golos Text',sans-serif;font-size:32px;color:#064e3b;font-weight:500}
.quiz-slider-hint{font-size:13px;color:#555;margin-top:6px}
.quiz-price-display{
  background:#fafaf7;padding:32px;text-align:center;margin:20px 0;
  border:1px solid #e8e6e0;
}
.quiz-price-label{font-size:13px;color:#555;letter-spacing:0.04em;margin-bottom:8px}
.quiz-price-big{
  font-family:'Golos Text',sans-serif;font-size:48px;color:#0a0a0a;line-height:1;
}
.quiz-price-big{color:#064e3b}
.quiz-price-big .currency{font-size:28px;color:#555;margin-left:4px}
.quiz-price-note{font-size:13px;color:#777;margin-top:12px}
.quiz-input{
  width:100%;padding:16px;border:1px solid #e8e6e0;font-size:16px;
  font-family:inherit;background:#fff;color:#0a0a0a;
  min-height:52px;
}
.quiz-input:focus{outline:none;border-color:#064e3b;box-shadow:0 0 0 3px rgba(6,78,59,0.12)}
.quiz-field{margin-bottom:16px}
.quiz-field-label{font-size:13px;color:#555;margin-bottom:6px;display:block}
.quiz-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.quiz-btn{padding:16px 28px;font-size:15px;font-weight:500;transition:all 0.2s;flex:1;min-width:140px;min-height:52px}
.quiz-btn-primary{background:#064e3b;color:#fff}
.quiz-btn-primary:hover{background:#0a0a0a}
.quiz-btn-secondary{background:#f5f5f5;color:#0a0a0a}
.quiz-btn-secondary:hover{background:#e8e6e0}
.quiz-consent{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#555;margin-top:16px;line-height:1.5;cursor:pointer}
.quiz-consent input{margin-top:3px;width:20px;height:20px;flex-shrink:0;accent-color:#064e3b;cursor:pointer}
.quiz-success{display:none;text-align:center;padding:40px 20px}
.quiz-success.active{display:block}
.quiz-success-icon{
  width:64px;height:64px;border-radius:50%;background:#22c55e;color:#fff;
  margin:0 auto 24px;display:flex;align-items:center;justify-content:center;
  font-size:32px;
}
.quiz-success h3{font-family:'Golos Text',sans-serif;font-size:28px;margin-bottom:12px}

/* ---------- FAQ ---------- */
.faq{background:#fff}
.faq-grid{display:grid;grid-template-columns:1fr 2fr;gap:80px;align-items:start}
@media(max-width:900px){.faq-grid{grid-template-columns:1fr;gap:40px}}
.faq-list{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid #e8e6e0}
.faq-q{
  display:flex;justify-content:space-between;align-items:center;
  padding:24px 0;cursor:pointer;font-size:17px;font-weight:500;line-height:1.3;
  width:100%;text-align:left;
}
.faq-q-plus{
  width:20px;height:20px;position:relative;flex-shrink:0;margin-left:24px;
}
.faq-q-plus::before,.faq-q-plus::after{
  content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#0a0a0a;
  transition:transform 0.2s;
}
.faq-q-plus::after{transform:rotate(90deg)}
.faq-item.open .faq-q-plus::after{transform:rotate(0)}
.faq-a{
  max-height:0;overflow:hidden;transition:max-height 0.3s ease-out;
  color:#3a3a3a;font-size:15px;line-height:1.65;
}
.faq-item.open .faq-a{max-height:500px;padding-bottom:24px}

/* ---------- Blog ---------- */
.blog-section{background:#fafaf7}
.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;flex-wrap:wrap;gap:24px}
.blog-all-link{font-size:14px;font-weight:500;border-bottom:1px solid #0a0a0a;padding-bottom:4px;display:inline-flex;align-items:center;gap:8px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.blog-grid{grid-template-columns:1fr}}
.blog-card{
  background:#fff;border:1px solid #e8e6e0;
  display:flex;flex-direction:column;
  transition:border-color 0.2s;
  overflow:hidden;
}
.blog-card:hover{border-color:#0a0a0a}
.blog-card-img{
  aspect-ratio:16/10;background:#f0ede4;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.blog-card:hover .blog-card-img img{transform:scale(1.03)}
.blog-card-img-ph{color:#0a0a0a;font-size:36px;font-weight:700;letter-spacing:-0.02em}
.blog-card-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.blog-card-meta{font-size:12px;color:#777;letter-spacing:0.04em;text-transform:uppercase}
.blog-card-title{font-size:17px;font-weight:500;line-height:1.35;color:#0a0a0a;flex:1}
.blog-card-readtime{font-size:13px;color:#555;margin-top:auto;display:flex;align-items:center;gap:8px}
.blog-card-readtime::after{content:"→";color:#0a0a0a}
.blog-loading{text-align:center;padding:40px;color:#777;font-size:14px;grid-column:1/-1}

/* ---------- Contacts ---------- */
.contacts{background:#0a0a0a;color:#fff}
.contacts h2.section-title,.contacts .section-lead{color:#fff}
.contacts .section-lead{color:#bbb;max-width:700px}
.contacts .section-eyebrow{color:#bbb}
.contacts .section-eyebrow::before{background:#f0e6d2}
.contacts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#1a1a1a;margin-top:40px}
@media(max-width:900px){.contacts-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.contacts-grid{grid-template-columns:1fr}}
.contact-card{
  background:#0a0a0a;padding:32px;
  display:flex;flex-direction:column;gap:12px;
  transition:background 0.2s;
}
.contact-card:hover{background:#1a1a1a}
.contact-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:#f0e6d2}
.contact-value{font-size:17px;font-weight:500;line-height:1.4}
.contact-note{font-size:13px;color:#bbb;margin-top:auto;line-height:1.5}

/* ---------- Social links ---------- */
.social-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.social-link{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #e8e6e0;color:#0a0a0a;transition:all 0.2s;
  background:#fff;
}
.social-link:hover{border-color:#064e3b;color:#064e3b;background:#f0f7f3}
.social-link svg{width:20px;height:20px;fill:currentColor}
.contacts .social-link{background:transparent;border-color:#2a2a2a;color:#fff}
.contacts .social-link:hover{background:#064e3b;border-color:#064e3b;color:#fff}
.footer .social-link{background:transparent;border-color:#2a2a2a;color:#bbb}
.footer .social-link:hover{background:#064e3b;border-color:#064e3b;color:#fff}
.social-row{margin-top:40px;padding-top:40px;border-top:1px solid #2a2a2a}
.social-row-label{font-size:13px;color:#bbb;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:16px}

/* ---------- Footer ---------- */
.footer{background:#0a0a0a;color:#999;padding:60px 0 30px;border-top:1px solid #1a1a1a}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:40px}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-logo{margin-bottom:18px}
.footer-logo img{display:block;height:auto;width:200px;max-width:100%}
.footer-logo span{color:#22c55e}
.footer-col h4{color:#fff;font-size:13px;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:16px;font-weight:500}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid #1a1a1a;padding-top:30px;display:flex;justify-content:space-between;font-size:12px;flex-wrap:wrap;gap:12px}

/* ---------- Utility ---------- */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Safety: hide any leftover popup/ticker DOM (deprecated, removed) */
.exit-popup, .trust-ticker { display:none !important; }
/* Hide leftover .scta-wa from old caches */
.scta-wa { display:none !important; }
/* Hide leftover .msgr-wa from old caches */
.msgr-wa { display:none !important; }

/* === Mobile navigation — добавлено 13.05.2026 === */
.mob-burger{display:none;background:none;border:none;width:44px;height:44px;cursor:pointer;padding:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-left:auto;flex-shrink:0;-webkit-tap-highlight-color:transparent}
.mob-burger span{display:block;width:22px;height:2px;background:#0a0a0a;border-radius:2px;transition:transform .25s ease, opacity .2s ease}
body.mob-nav-open .mob-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.mob-nav-open .mob-burger span:nth-child(2){opacity:0}
body.mob-nav-open .mob-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mob-nav-backdrop{display:none;position:fixed;inset:0;background:rgba(10,10,10,.42);z-index:88;opacity:0;transition:opacity .2s ease}
body.mob-nav-open .mob-nav-backdrop{display:block;opacity:1}

@media(max-width:900px){
  .mob-burger{display:flex}
  .header-inner{flex-wrap:nowrap;align-items:center;gap:12px}
  .header-inner > .logo{flex:0 1 auto;min-width:0}
  .header-inner > .logo .logo-text{white-space:nowrap;overflow:visible;max-width:none}
  .header-right{display:none !important}

  /* Override broken inline style — force drawer behavior */
  .header-nav{
    display:none !important;
    position:fixed; top:64px; left:0; right:0;
    background:#fff; flex-direction:column !important; flex-wrap:nowrap !important;
    padding:18px 22px 26px !important; gap:2px !important;
    box-shadow:0 12px 28px rgba(0,0,0,.12);
    border-top:1px solid #e8e6e0;
    z-index:90; max-height:calc(100vh - 64px); overflow-y:auto;
    transform:translateY(-8px); opacity:0;
    transition:transform .22s ease, opacity .2s ease;
  }
  body.mob-nav-open .header-nav{display:flex !important; transform:translateY(0); opacity:1}
  .header-nav > a, .header-nav .hnav-drop > .hnav-link{
    display:flex !important; width:100%; padding:14px 4px !important;
    font-size:16px !important; color:#0a0a0a !important;
    border-bottom:1px solid #f0ede4; justify-content:space-between
  }
  .header-nav > a:last-child{border-bottom:0}
  .hnav-drop{display:block; width:100%}
  .hnav-drop > .hnav-link{cursor:pointer}
  .hnav-drop .hnav-caret{transition:transform .2s; color:#999}
  .hnav-drop.open .hnav-caret{transform:rotate(180deg)}
  .hnav-drop .hnav-menu{
    position:static !important; opacity:0; visibility:hidden;
    display:none !important; transform:none !important;
    box-shadow:none !important; border:none !important;
    padding:0 0 8px 14px !important; background:transparent !important;
    min-width:0 !important; max-height:0; overflow:hidden;
  }
  .hnav-drop.open .hnav-menu{display:block !important; opacity:1; visibility:visible; max-height:none}
  .hnav-menu-grouped{display:block !important; min-width:0 !important; padding:6px 0 !important; grid-template-columns:none !important}
  .hnav-menu-grouped .dropdown-link-feat{padding:10px 0 !important; border-bottom:1px solid #f0ede4 !important; margin-bottom:6px !important}
  .hnav-group{padding:8px 0 !important; border-bottom:1px solid #f7f4ed}
  .hnav-group:last-child{border-bottom:0}
  .hnav-group-title{padding:6px 0 4px !important; color:#aaa !important; font-size:11px !important}
  .hnav-group .dropdown-link{padding:8px 0 !important; font-size:14px !important; color:#3a3a3a !important; border:0 !important}
}
@media(max-width:600px){
  .header-inner > .logo .logo-text{max-width:none; font-size:13px}
}

/* Prevent body scroll when drawer is open */
body.mob-nav-open{overflow:hidden}

/* Chat widget z-index fix — don't overlap CTA */
.chat-widget,#chat-widget,.tg-chat-widget{z-index:80 !important}

/* Submenu items — block layout on mobile (fix 13.05) */
@media(max-width:900px){
  .hnav-menu-grouped .hnav-group .dropdown-link,
  .hnav-menu-grouped .dropdown-link{display:block !important}
  .hnav-menu-grouped .dropdown-link-feat{display:flex !important; align-items:center; gap:8px}
}


/* Chat widget — отодвинуть от .bottombar-cta (фикс 13.05) */
@media(max-width:900px){
  #am-chat-btn{bottom:96px !important; right:12px !important; width:54px !important; height:54px !important}
  #am-chat-window{bottom:168px !important; right:8px !important; width:calc(100vw - 16px) !important; max-height:calc(100vh - 220px) !important}
}

/* Process steps — гарантированно 1 колонка на мобиле, перекрываем inline style */
@media(max-width:600px){
  .process-steps[style]{grid-template-columns:1fr !important}
  .process-step{min-height:auto !important; padding:28px 22px !important}
}
@media(max-width:1024px) and (min-width:601px){
  .process-steps[style]{grid-template-columns:repeat(2,1fr) !important}
}
