*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}

:root{
  --bg:#ffffff;
  --bg-soft:#f1f5f9;
  --bg-blue:#dbeafe;
  --text:#0f172a;
  --text-dim:#475569;
  --muted:#94a3b8;
  --blue:#1e40af;
  --blue-hover:#1e3a8a;
  --blue-soft:#dbeafe;
  --blue-tint:#eff6ff;
  --sky:#0ea5e9;
  --sky-soft:#e0f2fe;
  --good:#16a34a;
  --rose:#f43f5e;
  --border:#e2e8f0;
  --border-strong:#cbd5e1;
  --radius:14px;
  --radius-sm:10px;
  --radius-lg:20px;
  --shadow-sm:0 1px 3px rgba(15,23,42,.05);
  --shadow:0 4px 14px rgba(15,23,42,.06);
  --shadow-md:0 10px 30px rgba(30,64,175,.12);
  --shadow-lg:0 20px 50px rgba(30,64,175,.15);
  --font-base:'Inter',system-ui,sans-serif;
  --font-display:'Manrope',system-ui,sans-serif;
}

body{font-family:var(--font-base);background:var(--bg);color:var(--text);line-height:1.65;font-size:16px;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul,ol{list-style:none}

.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:96px 0;position:relative}
.section-alt{background:var(--bg-soft)}
.section-head{max-width:680px;margin-bottom:56px}
.section-head.center{margin-inline:auto;text-align:center}
.section-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);background:var(--blue-soft);padding:6px 14px;border-radius:50px;margin-bottom:16px}
.section-head h2{font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--text);margin-bottom:16px}
.section-lead{font-size:1.05rem;color:var(--text-dim);line-height:1.7}

/* HEADER */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}
.logo{display:flex;align-items:center;gap:12px}
.logo-mark{width:42px;height:42px;border-radius:11px;background:linear-gradient(135deg,var(--blue),var(--sky));display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(30,64,175,.28);flex-shrink:0}
.logo-mark svg{width:22px;height:22px;color:#fff}
.logo-text{font-family:var(--font-display);font-size:1.15rem;font-weight:800;line-height:1;color:var(--text);letter-spacing:-.01em}
.logo-text em{display:block;font-family:var(--font-base);font-size:.66rem;font-weight:600;font-style:normal;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:3px}
.menu{display:flex;align-items:center;gap:26px}
.menu a{color:var(--text-dim);font-size:.92rem;font-weight:500;transition:color .2s}
.menu a:hover{color:var(--blue)}
.header-cta{background:var(--blue);color:#fff;padding:10px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:.88rem;box-shadow:0 4px 14px rgba(30,64,175,.28);transition:all .2s}
.header-cta:hover{background:var(--blue-hover);transform:translateY(-1px)}
.header-phone{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:.98rem;color:var(--text)}
.header-phone svg{width:16px;height:16px;color:var(--blue)}
.header-phone:hover{color:var(--blue)}
.burger{display:none;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);align-items:center;justify-content:center;color:var(--text)}
.burger svg{width:20px;height:20px}

/* HERO — асимметричный, фото слева */
.hero{padding:80px 0 100px;background:linear-gradient(180deg,#fff 0%,var(--blue-tint) 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(30,64,175,.06),transparent 70%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center;position:relative;z-index:1}
.hero-photo{aspect-ratio:5/6;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-blue);box-shadow:0 30px 70px rgba(30,64,175,.18);position:relative}
.hero-photo svg{width:100%;height:100%}
.hero-text{max-width:640px}
.hero-tag{display:inline-flex;align-items:center;gap:10px;font-size:.82rem;font-weight:600;color:var(--blue);background:#fff;border:1px solid var(--blue-soft);padding:8px 16px;border-radius:50px;margin-bottom:24px;box-shadow:var(--shadow-sm)}
.hero-tag .pulse{width:8px;height:8px;border-radius:50%;background:var(--good);box-shadow:0 0 0 0 rgba(22,163,74,.6);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(22,163,74,.6)}70%{box-shadow:0 0 0 10px rgba(22,163,74,0)}100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}}
.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;color:var(--text);margin-bottom:24px}
.hero h1 .h1-dim{color:var(--muted);font-weight:600}
.hero-sub{font-size:1.1rem;color:var(--text-dim);line-height:1.7;margin-bottom:36px}
.hero-sub strong{color:var(--text);font-weight:700}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:44px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 28px;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;transition:all .2s;white-space:nowrap;border:2px solid transparent;cursor:pointer}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 26px rgba(30,64,175,.28)}
.btn-primary:hover{background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 14px 32px rgba(30,64,175,.35)}
.btn-outline{background:#fff;color:var(--blue);border-color:var(--blue)}
.btn-outline:hover{background:var(--blue-soft);transform:translateY(-2px)}
.hero-meta{display:flex;gap:0;padding-top:28px;border-top:1px solid var(--border);max-width:520px}
.hero-meta > div{padding-right:28px;margin-right:28px;border-right:1px solid var(--border)}
.hero-meta > div:last-child{border-right:none;padding-right:0;margin-right:0}
.meta-num{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--blue);letter-spacing:-.02em;line-height:1;margin-bottom:6px}
.meta-label{font-size:.82rem;color:var(--muted);font-weight:500}

/* TRUST BAR */
.trust-bar{padding:36px 0;background:#fff;border-bottom:1px solid var(--border)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-cell{text-align:center;padding:12px 20px;border-right:1px solid var(--border)}
.trust-cell:last-child{border-right:none}
.trust-num{display:block;font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--blue);letter-spacing:-.02em;line-height:1;margin-bottom:8px}
.trust-lbl{font-size:.85rem;color:var(--text-dim);font-weight:500}

/* COMPARE */
.compare{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:960px;margin:0 auto}
.compare-col{padding:36px 32px;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--border)}
.compare-col-accent{border:2px solid var(--blue);background:linear-gradient(180deg,var(--blue-tint),#fff);box-shadow:var(--shadow-md);position:relative}
.compare-col-accent::before{content:'ВЫГОДНО';position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;padding:6px 16px;border-radius:50px;font-size:.7rem;font-weight:800;letter-spacing:.1em;box-shadow:0 6px 14px rgba(30,64,175,.3)}
.compare-head{font-family:var(--font-display);font-size:1.1rem;font-weight:800;margin-bottom:22px;color:var(--text)}
.compare-col ul{display:flex;flex-direction:column;gap:14px}
.compare-col li{position:relative;padding-left:28px;font-size:.95rem;color:var(--text-dim);line-height:1.6}
.compare-col li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--border-strong)}
.compare-col-accent li::before{background:var(--blue)}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}
.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:all .3s;box-shadow:var(--shadow-sm)}
.service-card:hover{border-color:var(--blue-soft);box-shadow:var(--shadow-md);transform:translateY(-4px)}
.service-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:800;margin-bottom:14px;color:var(--text)}
.service-card p{font-size:.94rem;color:var(--text-dim);line-height:1.65;margin-bottom:20px}
.service-price{display:inline-block;font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--blue);padding-top:16px;border-top:2px dashed var(--blue-soft);width:100%}

/* PRICES */
.price-table{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px 32px;box-shadow:var(--shadow)}
.price-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:18px 0;border-bottom:1px dashed var(--border);font-size:.96rem}
.price-row:last-child{border-bottom:none}
.price-name{color:var(--text-dim)}
.price-val{font-family:var(--font-display);font-weight:800;color:var(--blue);white-space:nowrap}
.price-free{color:var(--good) !important}
.price-note{margin:32px auto 0;max-width:820px;padding:20px 28px;background:var(--blue-tint);border:1px solid var(--blue-soft);border-radius:var(--radius);text-align:center;font-size:.95rem;color:var(--blue);font-weight:500}
.price-note strong{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--blue-hover)}

/* PROCESS */
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px;transition:all .3s}
.step:hover{border-color:var(--blue-soft);transform:translateY(-4px);box-shadow:var(--shadow)}
.step-num{display:inline-block;font-family:var(--font-display);font-size:.82rem;font-weight:800;color:var(--blue);background:var(--blue-soft);padding:6px 14px;border-radius:50px;margin-bottom:16px;letter-spacing:.08em}
.step h4{font-family:var(--font-display);font-size:1.05rem;font-weight:800;margin-bottom:10px}
.step p{color:var(--text-dim);font-size:.9rem;line-height:1.6}

/* REVIEWS */
.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px;align-items:start}
.review{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:all .3s;box-shadow:var(--shadow-sm)}
.review:hover{border-color:var(--blue-soft);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.review-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.stars{color:#f59e0b;font-size:1rem;letter-spacing:2px}
.review-src{display:inline-block;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:50px}
.review-src-yandex{background:rgba(252,63,44,.1);color:#fc3f2c}
.review-src-gis{background:rgba(0,163,90,.1);color:#00a35a}
.review-src-avito{background:rgba(0,170,255,.1);color:#00aaff}
.review-src-site{background:var(--blue-soft);color:var(--blue)}
.review-text{color:var(--text-dim);font-size:.94rem;line-height:1.7;margin-bottom:20px}
.review-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--border)}
.av{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:.9rem;color:#fff;flex-shrink:0}
.av1{background:linear-gradient(135deg,#1e40af,#0891b2)}
.av2{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}
.av3{background:linear-gradient(135deg,#6366f1,#a855f7)}
.av4{background:linear-gradient(135deg,#0284c7,#22d3ee)}
.av5{background:linear-gradient(135deg,#3b82f6,#14b8a6)}
.av6{background:linear-gradient(135deg,#4338ca,#7c3aed)}
.av7{background:linear-gradient(135deg,#0891b2,#10b981)}
.av8{background:linear-gradient(135deg,#2563eb,#38bdf8)}
.review-name{font-family:var(--font-display);font-weight:700;font-size:.94rem}
.review-meta{font-size:.78rem;color:var(--muted);margin-top:2px}

/* FAQ */
.faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s}
.faq-item[open]{border-color:var(--blue-soft);box-shadow:var(--shadow)}
.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:1.02rem;color:var(--text);list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-icon{width:26px;height:26px;flex-shrink:0;position:relative;background:var(--blue-soft);border-radius:50%;transition:all .25s}
.faq-icon::before,.faq-icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--blue);border-radius:1.5px;transition:all .25s}
.faq-icon::before{width:12px;height:2px}
.faq-icon::after{width:2px;height:12px}
.faq-item[open] .faq-icon{background:var(--blue)}
.faq-item[open] .faq-icon::before,.faq-item[open] .faq-icon::after{background:#fff}
.faq-item[open] .faq-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq-item p{padding:0 28px 24px;color:var(--text-dim);font-size:.94rem;line-height:1.75}

/* CONTACT */
.contact-wrap{max-width:720px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}
.contact-wrap::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--sky))}
#leadForm{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group{display:flex;flex-direction:column;gap:8px}
.form-group label{font-size:.85rem;font-weight:600;color:var(--text)}
.form-group input,.form-group select,.form-group textarea{background:var(--bg-soft);border:2px solid var(--border);padding:15px 18px;font-family:inherit;font-size:.96rem;color:var(--text);border-radius:var(--radius-sm);transition:all .2s;width:100%}
.form-group textarea{resize:vertical;min-height:90px;font-family:inherit}
.form-group select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231e40af' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:42px}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px rgba(30,64,175,.1)}
.form-group input.error,.form-group select.error{border-color:var(--rose);box-shadow:0 0 0 4px rgba(244,63,94,.1)}
.error-text{color:var(--rose);font-size:.78rem;min-height:1em}
.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.9rem;color:var(--text-dim)}
.checkbox-label input[type="checkbox"]{margin-top:3px;flex-shrink:0;accent-color:var(--blue);width:20px;height:20px;cursor:pointer}
.btn-submit{width:100%;padding:20px;font-family:var(--font-display);font-weight:800;font-size:1.05rem;background:var(--blue);color:#fff;border-radius:var(--radius-sm);box-shadow:0 12px 26px rgba(30,64,175,.28);transition:all .2s;margin-top:8px}
.btn-submit:hover:not(:disabled){background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 16px 34px rgba(30,64,175,.35)}
.btn-submit:disabled{opacity:.7;cursor:not-allowed}
.btn-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* COVERAGE */
.coverage{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;max-width:1000px;margin:0 auto}
.coverage li{padding:14px 20px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.93rem;color:var(--text-dim);font-weight:500;text-align:center;transition:all .2s}
.coverage li:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px);box-shadow:var(--shadow)}

/* FOOTER */
.footer{background:#0f172a;color:#cbd5e1;padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding-bottom:48px}
.logo-footer .logo-text{color:#fff}
.logo-footer .logo-text em{color:#64748b}
.footer-col p{font-size:.9rem;line-height:1.7;color:#94a3b8;margin-top:16px;max-width:400px}
.footer-col h4{font-family:var(--font-display);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--sky);margin-bottom:20px}
.footer-col ul{display:flex;flex-direction:column;gap:12px}
.footer-col ul a{font-size:.9rem;color:#94a3b8;transition:color .2s}
.footer-col ul a:hover{color:#fff}
.footer-contacts li{font-size:.9rem;color:#94a3b8;margin-bottom:10px}
.footer-contacts a{color:#fff;font-family:var(--font-display);font-weight:700}
.footer-contacts a:hover{color:var(--sky)}
.footer-bottom{border-top:1px solid #1e293b;padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.82rem;color:#64748b}

/* FLOATING CALL */
.floating-call{position:fixed;bottom:24px;right:24px;z-index:95;display:flex;align-items:center;gap:10px;padding:16px 24px;background:var(--blue);color:#fff;font-family:var(--font-display);font-weight:800;font-size:.95rem;border-radius:50px;box-shadow:0 12px 30px rgba(30,64,175,.4),0 0 0 0 rgba(30,64,175,.6);animation:callPulse 2.6s ease-in-out infinite;transition:transform .2s,box-shadow .2s}
.floating-call:hover{transform:translateY(-3px) scale(1.03);background:var(--blue-hover)}
.floating-call svg{width:20px;height:20px;flex-shrink:0}
@keyframes callPulse{0%,100%{box-shadow:0 12px 30px rgba(30,64,175,.4),0 0 0 0 rgba(30,64,175,.6)}50%{box-shadow:0 12px 30px rgba(30,64,175,.4),0 0 0 16px rgba(30,64,175,0)}}
.to-top{position:fixed;bottom:100px;right:24px;z-index:80;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:all .3s}
.to-top.visible{opacity:1;pointer-events:auto}
.to-top:hover{background:var(--blue);color:#fff;border-color:var(--blue);transform:translateY(-3px)}
.to-top svg{width:18px;height:18px}

/* RESPONSIVE */
@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-photo{max-width:420px;margin:0 auto;width:100%;aspect-ratio:4/3}
  .compare{grid-template-columns:1fr}
  .process{grid-template-columns:repeat(2,1fr)}
  .trust-row{grid-template-columns:repeat(2,1fr);gap:20px}
  .trust-cell{border-right:none;border-bottom:1px solid var(--border);padding-bottom:20px}
  .trust-cell:nth-child(2n){border-bottom:1px solid var(--border)}
  .trust-cell:nth-last-child(-n+2){border-bottom:none}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px}
  .menu{display:none}
  .burger{display:flex}
  .header-phone{display:none}
}
@media (max-width:768px){
  .container{padding:0 20px}
  .section{padding:64px 0}
  .header-inner{height:64px}
  .menu{position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:#fff;padding:16px 24px;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md)}
  .menu.open{display:flex}
  .menu a{padding:14px 0;border-bottom:1px solid var(--border);width:100%}
  .header-cta{margin-top:8px;text-align:center;width:100%}
  .hero{padding:48px 0 64px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .form-row{grid-template-columns:1fr}
  .contact-wrap{padding:28px 22px}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .footer-bottom{flex-direction:column;text-align:center}
  .floating-call{padding:14px;width:56px;height:56px;justify-content:center}
  .floating-call-label{display:none}
  .to-top{bottom:88px}
  .process{grid-template-columns:1fr}
}
@media (max-width:480px){
  .hero h1{font-size:2rem}
  .hero-sub{font-size:1rem}
  .hero-meta{flex-direction:column;gap:16px;padding-top:20px}
  .hero-meta > div{border-right:none;border-bottom:1px solid var(--border);padding:0 0 16px;margin:0}
  .hero-meta > div:last-child{border-bottom:none;padding-bottom:0}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
  .floating-call,.hero-tag .pulse{animation:none !important}
}