@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --bg:#f5f3ee;
  --paper:#fffdf9;
  --white:#fff;
  --ink:#17191d;
  --navy:#101a2b;
  --navy-2:#17243a;
  --blue:#315fe8;
  --blue-soft:#eaf0ff;
  --gold:#b28a4b;
  --muted:#6e716f;
  --line:#e4e1d9;
  --sand:#e9e3d8;
  --radius:28px;
  --shadow:0 18px 60px rgba(19,24,33,.08);
  --shadow-lg:0 30px 100px rgba(19,24,33,.14);
  --container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section-pad{padding:112px 0}

/* header */
.site-header{position:sticky;z-index:100;top:14px;width:min(var(--container),calc(100% - 48px));margin:14px auto 0;border:1px solid rgba(16,26,43,.09);border-radius:20px;background:rgba(255,253,249,.92);backdrop-filter:blur(20px);box-shadow:0 12px 40px rgba(20,25,35,.07)}
.nav-wrap{height:72px;display:flex;align-items:center;gap:20px;padding:0 18px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-weight:800;font-size:18px}
.brand strong{display:block;font-size:14px;letter-spacing:.04em}
.brand small{display:block;color:#85867f;font-size:9px;letter-spacing:.06em;margin-top:1px}
.desktop-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.desktop-nav a{font-size:12px;font-weight:700;color:#646760;padding:10px 13px;border-radius:999px;transition:.2s}
.desktop-nav a:hover{background:#efede7;color:var(--ink)}
.nav-phone{font-size:12px;font-weight:800;color:#fff;background:var(--navy);padding:12px 16px;border-radius:999px;white-space:nowrap;transition:.2s}
.nav-phone:hover{background:var(--blue)}
.bonus-btn{font:inherit;font-size:12px;font-weight:800;color:var(--navy);background:#e9eefc;border:1px solid rgba(49,95,232,.12);padding:11px 15px;border-radius:999px;white-space:nowrap;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s}
.bonus-btn:hover{background:#dce5ff;transform:translateY(-1px);box-shadow:0 8px 20px rgba(49,95,232,.12)}
.bonus-btn:focus-visible,.menu-btn:focus-visible{outline:3px solid rgba(49,95,232,.28);outline-offset:3px}
.menu-btn{display:none;border:0;background:var(--navy);width:42px;height:42px;border-radius:50%;padding:0;position:relative}
.menu-btn i{display:block;width:16px;height:1.5px;background:#fff;margin:5px auto;transition:.2s}
.mobile-menu{display:none}

/* Bonus modal */
body.bonus-modal-open{overflow:hidden}
.bonus-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}
.bonus-modal[hidden]{display:none}
.bonus-modal__backdrop{position:absolute;inset:0;background:rgba(8,16,30,.58);backdrop-filter:blur(8px)}
.bonus-modal__dialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(720px,calc(100dvh - 40px));overflow:auto;background:#fffdf9;color:var(--ink);border:1px solid rgba(16,26,43,.09);border-radius:28px;padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.28);animation:bonusIn .22s ease-out}
.bonus-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f0eee8;color:var(--navy);font-size:25px;line-height:1;cursor:pointer}
.bonus-modal__eyebrow{font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--blue);margin-bottom:12px}
.bonus-modal__dialog h2{font-size:clamp(30px,5vw,48px);line-height:.98;letter-spacing:-.055em;margin:0 40px 16px 0}
.bonus-modal__lead{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 20px}
.bonus-modal__steps{display:grid;gap:8px;margin:20px 0}
.bonus-modal__steps>div{display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:start;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:var(--bg)}
.bonus-modal__steps b{grid-row:span 2;font-size:9px;color:var(--blue);padding-top:3px}
.bonus-modal__steps span{font-size:13px;font-weight:900}
.bonus-modal__steps small{font-size:10px;line-height:1.4;color:var(--muted);margin-top:2px}
.bonus-modal__offer{display:flex;flex-direction:column;gap:4px;padding:16px 18px;margin:18px 0;background:#eef3ff;border:1px solid rgba(49,95,232,.12);border-radius:18px}
.bonus-modal__offer strong{font-size:15px}
.bonus-modal__offer span{font-size:11px;color:#596579}
.bonus-modal__call{width:100%;margin-top:2px}
@keyframes bonusIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}

/* top identity strip */
.top-intent{padding:16px 0 8px}
.top-intent .container{display:flex;align-items:center;gap:7px;overflow:hidden}
.top-intent span{font-size:9px;font-weight:800;letter-spacing:.13em;color:#575b5d;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 10px;white-space:nowrap}
.top-intent .intent-city{margin-left:auto;border:0;background:transparent;color:#8a8b86;letter-spacing:.05em}

/* shared */
.kicker{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:48px}
.section-head h2{font-size:clamp(46px,5.7vw,78px);line-height:.96;letter-spacing:-.065em;margin:0;max-width:820px}
.section-head h2 em,h2 em{font-family:'Playfair Display',Georgia,serif;color:var(--blue);font-weight:600;font-style:italic;letter-spacing:-.04em}
.section-head>p{max-width:390px;margin:0;color:var(--muted);font-size:14px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:999px;padding:15px 22px;font-size:13px;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s}
.button span{font-size:17px;line-height:1}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px rgba(49,95,232,.22)}
.button-primary:hover{background:#234fcf;transform:translateY(-2px);box-shadow:0 18px 36px rgba(49,95,232,.27)}
.button-dark{background:var(--navy);color:#fff}
.button-light{background:#fff;color:var(--navy)}
.text-link{font-size:13px;font-weight:800;display:inline-flex;gap:8px;align-items:center}
.text-link:hover{color:var(--blue)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* hero */
.hero{padding:38px 0 42px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:28px;align-items:stretch}
.hero-copy{padding:24px 0 12px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#757873;font-size:11px;font-weight:700}
.live-dot{width:7px;height:7px;border-radius:50%;background:#2eaf69;box-shadow:0 0 0 5px rgba(46,175,105,.1)}
.hero-services{display:flex;align-items:center;gap:8px;margin:32px 0 16px;font-size:12px;font-weight:900;letter-spacing:.09em;flex-wrap:wrap}
.hero-services span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px}
.hero-services i{color:#a4a59e;font-style:normal}
.hero h1{font-size:clamp(50px,6.2vw,86px);line-height:.93;letter-spacing:-.075em;max-width:760px;margin:0 0 22px}
.hero-lead{font-size:19px;line-height:1.45;color:#5d615f;max-width:650px;margin:0 0 18px}
.hero-situations{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}
.hero-situations span{font-size:10px;font-weight:700;color:#4d514f;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 11px}
.hero-note{max-width:650px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 17px;margin:18px 0;color:#666a67;font-size:12px}
.hero-note b{color:var(--ink)}
.hero-actions{display:flex;align-items:center;gap:18px;margin-top:22px;flex-wrap:wrap}
.trust-row{display:flex;gap:14px;flex-wrap:wrap;color:#6d706c;font-size:10px;font-weight:700;margin-top:20px}
.trust-row span+span{border-left:1px solid #d6d3ca;padding-left:14px}

.hero-visual{position:relative;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px;align-items:stretch}
.visual-card{position:relative;min-height:610px;border-radius:32px;overflow:hidden;background:#d8d1c4;box-shadow:var(--shadow-lg)}
.visual-card img{width:100%;height:100%;object-fit:cover;opacity:.88}
.visual-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.16),transparent 45%,rgba(8,16,28,.16));z-index:1}
.visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(7,15,27,.72));z-index:2}
.visual-overlay{position:absolute;z-index:3;left:30px;right:26px;bottom:28px;color:#fff}
.mini-label{display:inline-block;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(10px);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;letter-spacing:.1em}
.visual-overlay strong{display:block;font-size:31px;line-height:1.04;letter-spacing:-.045em;margin:13px 0 16px;max-width:420px}
.flow-mini{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;color:#dfe5ef}
.flow-mini b{color:#8eb0ff}
.hero-service-stack{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}
.hero-service-stack a{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;display:grid;grid-template-columns:32px 1fr;column-gap:10px;align-content:center;transition:.25s;min-width:0}
.hero-service-stack a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d0ccc2}
.hero-service-stack span{grid-row:1/3;color:#9a9c96;font-size:11px;font-weight:800}
.hero-service-stack b{font-size:18px;letter-spacing:-.035em}
.hero-service-stack em{font-style:normal;color:#7b7e79;font-size:10px;margin-top:3px;line-height:1.35}
.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:8px;background:var(--navy);color:#fff;border-radius:999px;padding:9px 14px;box-shadow:0 15px 35px rgba(9,15,25,.2);font-size:10px}
.floating-one{left:16px;top:16px}.floating-two{left:28px;bottom:22px}
.float-icon{font-weight:900;color:#a9c1ff}

.sticky-cta{display:none}

/* problem strip */
.problem-strip{background:var(--navy);color:#fff}
.strip-grid{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.strip-grid>div{display:grid;gap:4px;max-width:820px}
.strip-grid span{font-size:10px;color:#8faeff;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.strip-grid b{font-size:18px;line-height:1.35;font-weight:600}

/* problems */
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.problem-card{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:28px;min-height:345px;display:flex;flex-direction:column;transition:.25s}
.problem-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d8d3c8}
.problem-card .number{align-self:flex-start;border-radius:999px;background:#efede7;color:#777a74;padding:7px 10px;font-size:10px;font-weight:800}
.problem-card h3{font-size:24px;line-height:1.08;letter-spacing:-.045em;margin:52px 0 13px}
.problem-card p{font-size:12px;color:#777a75;line-height:1.55;margin:0}
.problem-card a{margin-top:auto;padding-top:22px;font-size:11px;font-weight:900;color:var(--blue)}

/* decision */
.decision{background:#e9e3d8}
.decision-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.decision-copy h2{font-size:clamp(48px,6vw,82px);line-height:.94;letter-spacing:-.07em;margin:0 0 22px}
.quote-stack{display:grid;gap:8px;margin-top:25px}
.quote-stack p{background:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.8);border-radius:18px;padding:15px 18px;margin:0;font-size:13px}
.decision-flow{background:#fffdf9;border-radius:30px;padding:16px;border:1px solid rgba(20,26,35,.06);box-shadow:var(--shadow)}
.flow-label{font-size:10px;color:#858781;text-transform:uppercase;letter-spacing:.12em;font-weight:800;padding:8px 10px}
.flow-step{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;padding:21px 18px;border-top:1px solid var(--line)}
.flow-step span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0eee8;color:#777;font-size:10px;font-weight:800}
.flow-step b{font-size:16px}.flow-step small{display:block;color:#777a75;font-size:10px;margin-top:2px}
.flow-step.active span{background:var(--blue);color:#fff}.flow-step.active b{color:var(--blue)}
.flow-arrow{text-align:center;color:#b0b0a9;font-size:12px}

/* services */
.services-section{background:#fff}
.service-tabs{display:flex;gap:5px;background:#f0eee8;padding:5px;border-radius:999px;width:max-content;margin-bottom:20px}
.service-tab{border:0;background:transparent;color:#777a75;border-radius:999px;padding:11px 17px;font-size:11px;font-weight:800}
.service-tab.active{background:var(--navy);color:#fff}
.service-panel{display:none;background:var(--bg);border-radius:30px;padding:40px;border:1px solid var(--line)}
.service-panel.active{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px}
.service-intro h3{font-size:42px;line-height:.98;letter-spacing:-.06em;margin:0 0 13px}.service-intro p{color:var(--muted);font-size:13px;max-width:420px}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.service-list a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-height:105px;transition:.2s}.service-list a:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.service-list b{display:block;font-size:13px}.service-list span{display:block;color:#7b7e79;font-size:10px;margin-top:7px}

/* review / dark */
.review-section{background:var(--navy);color:#fff}
.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.review-copy h2{font-size:clamp(46px,5.8vw,76px);line-height:.94;letter-spacing:-.07em;margin:0 0 18px}.review-copy h2 em{color:#9eb7ff}.review-copy p{color:#c0c8d5;max-width:550px;font-size:14px}.review-section .kicker{color:#9eb7ff}.review-section .button-primary{background:#fff;color:var(--navy)}
.check-list{display:grid;gap:8px}.check-list div{display:flex;gap:12px;align-items:flex-start;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:15px}.check-list span{color:#9eb7ff;font-weight:900}.check-list b{font-size:12px}.check-list small{display:block;color:#aeb8c8;font-size:10px;margin-top:2px}

/* cases */
.complex{background:#e9e3d8}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.case-card{background:#fff;border:1px solid rgba(20,26,35,.05);border-radius:26px;padding:30px;min-height:270px;transition:.25s}.case-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.case-card .number{font-size:10px;color:#8a8c87}.case-card h3{font-size:25px;line-height:1.02;letter-spacing:-.045em;margin:48px 0 10px}.case-card p{font-size:12px;color:var(--muted);margin:0}

/* proof */
.proof{background:#fff}.proof-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.proof-stat{padding-top:8px}.proof-stat b{display:block;color:var(--blue);font-size:clamp(74px,9vw,128px);line-height:.8;letter-spacing:-.09em}.proof-stat span{display:block;margin-top:18px;font-size:12px;color:var(--muted);max-width:180px}.proof-content h2{font-size:clamp(44px,5vw,70px);line-height:.95;letter-spacing:-.065em;margin:0 0 28px}.proof-items{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.proof-items div{border-top:1px solid var(--line);padding:16px 0}.proof-items b{display:block;font-size:12px}.proof-items span{display:block;color:var(--muted);font-size:10px;margin-top:5px}

/* location */
.location{background:var(--bg)}.location-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}.map-placeholder{min-height:420px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#dce2e8,#c6ced6);position:relative}.map-placeholder img{width:100%;height:100%;object-fit:cover}.map-placeholder:after{content:"Ижевск · Удмуртия";position:absolute;left:24px;bottom:24px;background:#fff;color:var(--navy);padding:10px 14px;border-radius:999px;font-size:10px;font-weight:800;box-shadow:0 8px 25px rgba(0,0,0,.12)}.location-copy{background:#fff;border:1px solid var(--line);border-radius:30px;padding:38px}.location-copy h2{font-size:48px;line-height:.95;letter-spacing:-.06em;margin:0 0 16px}.location-copy p{font-size:13px;color:var(--muted)}

/* prices */
.price{background:#fff}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.price-card{background:var(--bg);border:1px solid var(--line);border-radius:24px;padding:28px;min-height:220px}.price-card.featured{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 22px 50px rgba(49,95,232,.23)}.price-card h3{font-size:16px;margin:0 0 34px}.price-card b{font-size:28px;letter-spacing:-.05em}.price-card span{display:block;color:var(--muted);font-size:10px;margin-top:9px}.price-card.featured span{color:#d9e2ff}.price-note{margin-top:18px;padding:16px 18px;border:1px dashed #d9d5cb;border-radius:18px;color:var(--muted);font-size:11px}

/* process */
.process{background:#e9e3d8}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.step{background:#fff;border-radius:24px;padding:27px;border:1px solid rgba(20,26,35,.04);min-height:220px}.step .number{color:var(--blue);font-size:10px;font-weight:900}.step h3{font-size:21px;letter-spacing:-.04em;margin:42px 0 10px}.step p{font-size:11px;color:var(--muted);margin:0}

/* faq */
.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-title h2{font-size:clamp(44px,5vw,70px);line-height:.95;letter-spacing:-.065em;margin:0 0 20px}.accordion{display:grid;gap:8px}.accordion details{border:1px solid var(--line);border-radius:18px;background:var(--bg);padding:0 18px}.accordion summary{cursor:pointer;list-style:none;padding:18px 0;font-size:13px;font-weight:800}.accordion summary::-webkit-details-marker{display:none}.accordion p{color:var(--muted);font-size:11px;padding:0 0 18px;margin:0}

/* lead */
.lead-section{background:var(--navy);color:#fff}.lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.lead-copy h2{font-size:clamp(50px,6.3vw,84px);line-height:.92;letter-spacing:-.075em;margin:0 0 20px}.lead-copy h2 em{color:#9eb7ff}.lead-copy p{color:#bfc8d5;max-width:510px;font-size:14px}.big-phone{display:inline-block;margin-top:22px;color:#fff;font-size:25px;font-weight:800}.lead-form{background:#fff;color:var(--ink);border-radius:30px;padding:30px;box-shadow:var(--shadow-lg)}.form-heading{font-size:24px;font-weight:800;letter-spacing:-.04em;margin-bottom:18px}.lead-form label{display:block;font-size:10px;font-weight:800;color:#777;margin:0 0 6px}.lead-form input,.lead-form textarea{width:100%;border:1px solid #dedbd3;background:#faf9f5;border-radius:14px;padding:13px 14px;outline:0;margin-bottom:12px}.lead-form input:focus,.lead-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(49,95,232,.09)}.lead-form textarea{min-height:110px;resize:vertical}.consent{color:#8b8d88;font-size:9px;line-height:1.45}.consent a{color:var(--blue);text-decoration:underline}.honeypot{position:absolute!important;left:-9999px!important}.full{width:100%;margin-top:15px}.form-status{min-height:18px;font-size:10px;color:#70736f;margin-top:10px}

/* footer */
.footer{background:#0c1421;color:#fff;padding:70px 0 25px}.footer-top{display:flex;justify-content:space-between;gap:50px;padding-bottom:50px}.footer-brand .brand small{color:#8490a0}.footer-label{font-size:10px;color:#8994a3;margin:6px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;color:#748091;font-size:9px}

/* tablet */
@media(max-width:1100px){
  .desktop-nav{display:none}.nav-phone{margin-left:auto}.bonus-btn{margin-left:auto}.menu-btn{display:block}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero h1{max-width:850px}.hero-visual{grid-template-columns:minmax(0,1fr) 250px}
  .problem-grid,.cases-grid{grid-template-columns:repeat(2,1fr)}
  .decision-grid,.review-grid,.proof-grid,.faq-grid,.lead-grid{gap:45px}
  .steps{grid-template-columns:repeat(2,1fr)}
  .price-grid{grid-template-columns:repeat(2,1fr)}
}

/* mobile */
@media(max-width:720px){
  :root{--radius:22px}
  html{scroll-padding-top:84px}
  .container{width:calc(100% - 28px)}
  .section-pad{padding:76px 0}
  .site-header{width:calc(100% - 16px);top:8px;margin-top:8px;border-radius:16px}
  .nav-wrap{height:60px;padding:0 10px}.brand-mark{width:36px;height:36px}.brand strong{font-size:13px}.brand small{font-size:8px}.nav-phone{display:none}.bonus-btn{margin-left:auto;padding:10px 12px;font-size:10px}
  .mobile-menu{position:absolute;z-index:101;left:8px;right:8px;top:calc(100% + 8px);max-height:calc(100dvh - 90px);overflow:auto;background:rgba(255,253,249,.98);border:1px solid var(--line);border-radius:20px;padding:10px;display:grid;gap:4px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.22s;box-shadow:var(--shadow-lg)}
  .mobile-menu.open{opacity:1;pointer-events:auto;transform:none}.mobile-menu>a:not(.button){padding:14px;border-radius:12px;font-size:13px;font-weight:800}.mobile-menu>a:not(.button):hover{background:#efede7}.mobile-menu .button{margin-top:5px}
  .top-intent{padding:12px 0 4px}.top-intent .container{width:calc(100% - 28px);overflow-x:auto;scrollbar-width:none}.top-intent .container::-webkit-scrollbar{display:none}.top-intent .intent-city{display:none}
  .hero{padding:28px 0 34px}.hero-copy{padding:0}.hero-services{margin-top:22px;gap:5px}.hero-services span{font-size:9px;padding:8px 10px}.hero-services i{display:none}.hero h1{font-size:clamp(43px,13.4vw,62px);line-height:.94;letter-spacing:-.075em;margin-bottom:18px}.hero-lead{font-size:16px}.hero-situations{gap:5px;margin:15px 0}.hero-situations span{font-size:9px;padding:7px 9px}.hero-note{font-size:11px;padding:13px 14px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .button{width:100%}.hero-actions .text-link{justify-content:center;padding:7px}.trust-row{display:grid;gap:7px}.trust-row span+span{border-left:0;padding-left:0}.hero-visual{display:block;margin-top:8px}.visual-card{min-height:0;height:390px;border-radius:24px}.visual-overlay{left:20px;right:18px;bottom:20px}.visual-overlay strong{font-size:25px}.hero-service-stack{grid-template-columns:1fr;gap:8px;margin-top:8px}.hero-service-stack a{min-height:92px;padding:18px;border-radius:20px}.floating-one{left:10px;top:10px}.floating-two{left:10px;bottom:auto;top:54px}.floating-card{font-size:9px;padding:8px 11px}
  .sticky-cta{position:fixed;z-index:90;display:block;left:8px;right:8px;bottom:8px;padding:6px;background:rgba(255,253,249,.9);border:1px solid var(--line);border-radius:16px;backdrop-filter:blur(16px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.sticky-cta .button{width:100%;padding:12px 14px;font-size:11px}
  .strip-grid{padding:25px 0;display:grid;gap:15px}.strip-grid b{font-size:15px}.strip-grid .button{justify-self:start}
  .section-head{display:block;margin-bottom:30px}.section-head h2{font-size:clamp(43px,12vw,58px);margin-bottom:15px}.section-head>p{font-size:12px}
  .problem-grid,.cases-grid,.price-grid,.steps{grid-template-columns:1fr}.problem-card{min-height:0;padding:23px;border-radius:22px}.problem-card h3{font-size:22px;margin:35px 0 10px}.problem-card p{font-size:11px}.problem-card a{padding-top:18px}
  .decision-grid,.review-grid,.proof-grid,.faq-grid,.lead-grid,.location-grid{grid-template-columns:1fr;gap:30px}.decision-copy h2,.review-copy h2,.lead-copy h2{font-size:clamp(44px,12vw,58px)}
  .decision-flow{padding:10px;border-radius:23px}.flow-step{padding:17px 12px}.flow-step b{font-size:14px}
  .service-tabs{width:100%;overflow-x:auto;scrollbar-width:none}.service-tabs::-webkit-scrollbar{display:none}.service-tab{flex:1;min-width:105px;padding:10px 12px}.service-panel.active{display:block;padding:23px;border-radius:22px}.service-intro h3{font-size:34px}.service-list{grid-template-columns:1fr;margin-top:20px}.service-list a{min-height:0;padding:15px}
  .check-list div{padding:13px}.cases-grid .case-card{min-height:0;padding:24px}.case-card h3{margin:35px 0 10px;font-size:22px}
  .proof-stat b{font-size:90px}.proof-content h2{font-size:44px}.proof-items{grid-template-columns:1fr}
  .map-placeholder{min-height:300px;border-radius:22px}.location-copy{padding:25px;border-radius:22px}.location-copy h2{font-size:42px}
  .price-card{min-height:0;padding:23px}.price-card h3{margin-bottom:25px}.price-card b{font-size:25px}
  .step{min-height:0;padding:23px}.step h3{margin:30px 0 9px}
  .accordion details{border-radius:16px}.accordion summary{font-size:12px;padding:16px 0}.accordion p{font-size:10px}
  .lead-form{padding:22px;border-radius:23px}.form-heading{font-size:21px}.lead-form input,.lead-form textarea{font-size:16px} .footer{padding-bottom:90px}.footer-top{display:grid;gap:30px;padding-bottom:30px}
}

@media(max-width:380px){
  .container{width:calc(100% - 22px)}.hero h1{font-size:41px}.hero-services span{font-size:8px}.hero-situations span{font-size:8px}.visual-card{height:350px}.visual-overlay strong{font-size:23px}.section-pad{padding:64px 0}.section-head h2{font-size:41px}.service-tab{min-width:94px;font-size:10px}.button{font-size:11px;padding:13px 16px}
}

@media(min-width:1600px){.container{width:min(1340px,calc(100% - 80px))}.hero h1{font-size:92px}.visual-card{min-height:660px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.problem-card,.case-card,.step,.price-card,.hero-service-stack a{transition:none}}

/* ===== Responsive hardening v3 ===== */
*,*::before,*::after{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:clip}
body{min-width:0}
img,svg,video,canvas,iframe{max-width:100%}
.container,.site-header,.nav-wrap,.hero-grid,.hero-copy,.hero-visual,.decision-grid,.decision-copy,.decision-flow,.service-panel,.service-intro,.service-list,.problem-card,.case-card,.price-card,.step,.faq-grid,.lead-grid,.lead-copy,.lead-form,.footer-top,.footer-col,.footer-brand{min-width:0}
.decision-grid>* ,.hero-grid>* ,.service-panel>* ,.lead-grid>* ,.faq-grid>*{min-width:0}
button,a,input,textarea{max-width:100%}
:is(h1,h2,h3,h4,p,a,b,strong,span,small){overflow-wrap:anywhere}

/* Decision card */
.decision{background:#eee8dd;position:relative}
.decision-grid{align-items:stretch}
.decision-copy{display:flex;flex-direction:column;justify-content:center}
.decision-copy>p{max-width:620px;color:#686b67;font-size:15px;line-height:1.55}
.quote-stack{display:grid;gap:10px;margin-top:24px}
.quote-stack blockquote{margin:0;padding:15px 17px;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.92);border-radius:18px;display:grid;gap:5px;min-width:0}
.quote-stack blockquote span{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:900}
.quote-stack blockquote b{font-size:12px;line-height:1.45;font-weight:700;color:#2b2e31}
.decision-flow{padding:22px;background:#fffdf9;border:1px solid rgba(20,26,35,.07);border-radius:30px;box-shadow:0 24px 70px rgba(30,30,25,.10);align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.flow-label{padding:0 4px 15px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;border-bottom:1px solid var(--line);margin-bottom:3px}
.flow-label>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:9px;font-weight:900}
.flow-label>b{font-size:15px;line-height:1.15}
.flow-label small{grid-column:2;color:#7a7d79;font-size:10px;line-height:1.4;margin-top:3px}
.flow-step{grid-template-columns:42px minmax(0,1fr);padding:18px 8px}
.flow-step b{font-size:15px;line-height:1.3;min-width:0}
.flow-arrow{height:18px;line-height:18px}

/* Footer */
.footer{overflow:hidden}
.footer-top{display:grid;grid-template-columns:minmax(260px,1.55fr) repeat(2,minmax(135px,.7fr)) minmax(220px,1fr);gap:34px;padding-bottom:48px}
.footer-brand{max-width:430px}
.footer-brand p{color:#aeb7c4;font-size:12px;line-height:1.6;max-width:380px;margin:18px 0 20px}
.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-col a,.footer-col>span:not(.footer-label){font-size:11px;color:#d9dee6;line-height:1.45}
.footer-col a:hover{color:#fff}
.footer-label{display:block!important;margin:0 0 5px!important;color:#8994a3!important;font-size:9px!important;letter-spacing:.13em;text-transform:uppercase;font-weight:800}
.footer-contact .footer-phone{font-size:17px;font-weight:800;color:#fff}
.footer-contact small{color:#8290a2;font-size:9px;line-height:1.45;margin-top:3px}
.footer-cta{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:11px 15px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff!important;font-size:10px!important;font-weight:800;background:rgba(255,255,255,.05)}
.footer-cta:hover{background:rgba(255,255,255,.1)}
.footer-bottom{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.footer-bottom a:last-child{margin-left:auto}

/* Card content must never force the page wider */
.problem-card,.case-card,.price-card,.step,.service-list a,.location-copy,.lead-form,.decision-flow{overflow:hidden}
.service-panel{overflow:hidden}
.service-list a strong,.service-list a span{overflow-wrap:anywhere}

@media (max-width:1100px){
  .container{width:min(100% - 40px,var(--container))}
  .hero-grid{grid-template-columns:minmax(0,1fr)}
  .hero-visual{grid-template-columns:minmax(0,1fr) minmax(190px,250px)}
  .decision-grid,.review-grid,.proof-grid,.faq-grid,.lead-grid{grid-template-columns:minmax(0,1fr)}
  .decision-grid{gap:32px}
  .footer-top{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(130px,1fr))}
  .footer-contact{grid-column:2 / -1}
}

@media (max-width:720px){
  html{scroll-padding-top:82px}
  body{overflow-x:clip}
  .container{width:calc(100% - 28px);max-width:none}
  .section-pad{padding:64px 0}
  .site-header{width:calc(100% - 16px);max-width:none}
  .top-intent .container{width:calc(100% - 28px);max-width:none;overflow-x:auto}
  .hero-grid{gap:20px}
  .hero-copy{width:100%;padding:8px 0 0}
  .hero-services{width:100%;gap:6px;margin-top:20px}
  .hero-services span{max-width:100%;white-space:normal}
  .hero h1{max-width:100%;font-size:clamp(39px,12.5vw,58px);line-height:.96;overflow-wrap:normal;word-break:normal}
  .hero-lead{max-width:100%;font-size:15px}
  .hero-note{max-width:100%;font-size:11px}
  .hero-actions .button,.hero-actions .text-link{min-height:48px}
  .trust-row{width:100%}
  .hero-visual{width:100%;display:flex;flex-direction:column;gap:10px}
  .visual-card{width:100%;height:auto;min-height:320px;aspect-ratio:4/5}
  .visual-overlay{max-width:calc(100% - 36px)}
  .visual-overlay strong{font-size:clamp(22px,7vw,29px);line-height:1.05}
  .floating-card{max-width:calc(100% - 20px)}
  .floating-two{top:58px}
  .hero-service-stack{width:100%;display:grid;grid-template-columns:1fr;gap:8px}
  .hero-service-stack a{width:100%;min-width:0}
  .problem-strip .container{width:calc(100% - 28px)}
  .strip-grid{width:100%;align-items:stretch}
  .strip-grid b{font-size:14px}
  .strip-grid .button{width:100%;min-height:48px}
  .section-head{width:100%;gap:16px}
  .section-head h2,.decision-copy h2,.review-copy h2,.proof-content h2,.faq-title h2,.lead-copy h2{max-width:100%;font-size:clamp(38px,11.5vw,55px);line-height:.98}
  .section-head>p{max-width:100%;font-size:12px}
  .problem-grid,.cases-grid,.price-grid,.steps,.proof-items{grid-template-columns:minmax(0,1fr)}
  .problem-card,.case-card,.price-card,.step{width:100%;min-width:0;min-height:0}
  .problem-card{padding:22px}
  .problem-card h3,.case-card h3{font-size:21px;line-height:1.12;margin-top:32px}
  .problem-card p,.case-card p{font-size:11px}

  /* Перед выбором услуги: single-column conversion module */
  .decision{padding:58px 0}
  .decision-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}
  .decision-copy>p{font-size:13px}
  .quote-stack{margin-top:18px}
  .quote-stack blockquote{padding:13px 14px;border-radius:16px}
  .quote-stack blockquote b{font-size:11px}
  .decision-flow{width:100%;padding:16px;border-radius:22px}
  .flow-label{padding-bottom:13px}
  .flow-label>b{font-size:13px}
  .flow-label small{font-size:9px}
  .flow-step{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:14px 4px}
  .flow-step span{width:30px;height:30px}
  .flow-step b{font-size:13px;line-height:1.3}
  .flow-arrow{height:14px;line-height:14px}

  /* Services */
  .service-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;overflow:visible;padding:4px}
  .service-tab{min-width:0;width:100%;padding:10px 6px;font-size:9px;line-height:1.15}
  .service-panel,.service-panel.active{width:100%;display:block;padding:20px;border-radius:22px}
  .service-intro h3{font-size:32px}
  .service-intro p{font-size:12px}
  .service-list{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-top:18px}
  .service-list a{min-height:0;padding:15px;border-radius:16px}
  .service-list b{font-size:12px}
  .service-list span{font-size:10px;line-height:1.45}

  .check-list div{min-width:0}
  .map-placeholder{width:100%;min-height:260px}
  .location-copy{width:100%;padding:23px;border-radius:22px}
  .location-copy h2{font-size:38px}
  .price-card{padding:22px}
  .price-note{font-size:10px}
  .accordion details{width:100%;min-width:0}
  .accordion summary{font-size:12px;line-height:1.35;padding:16px 0}
  .accordion p{font-size:10px;line-height:1.55}
  .lead-grid{gap:24px}
  .lead-form{width:100%;padding:20px;border-radius:22px}
  .lead-form input,.lead-form textarea{width:100%;min-width:0;font-size:16px}
  .lead-form .button{width:100%;min-height:50px}

  /* Footer: full-width vertical sections */
  .footer{padding:54px 0 92px}
  .footer-top{width:100%;grid-template-columns:minmax(0,1fr);gap:28px;padding-bottom:32px}
  .footer-brand,.footer-col,.footer-contact{grid-column:auto;max-width:none;width:100%}
  .footer-brand p{max-width:100%;font-size:11px}
  .footer-col{gap:9px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09)}
  .footer-col a,.footer-col>span:not(.footer-label){font-size:12px}
  .footer-contact .footer-phone{font-size:21px}
  .footer-bottom{display:grid;grid-template-columns:1fr;gap:10px;font-size:9px}
  .footer-bottom a:last-child{margin-left:0}
  .sticky-cta{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));padding:5px}
}

@media (max-width:390px){
  .container{width:calc(100% - 22px)}
  .hero h1{font-size:39px;letter-spacing:-.065em}
  .hero-services span{padding:8px 9px;font-size:8px}
  .hero-situations span{font-size:8px}
  .visual-card{min-height:285px}
  .service-tab{font-size:8px;padding-inline:4px}
  .decision-flow{padding:13px}
  .flow-step b{font-size:12px}
}

@media (max-width:340px){
  .container{width:calc(100% - 18px)}
  .nav-wrap{padding-inline:7px}
  .brand small{display:none}
  .hero h1{font-size:36px}
  .hero-services{gap:4px}
  .hero-services span{font-size:7px;padding:7px 8px}
  .service-tab{font-size:7px}
  .button{font-size:10px;padding-inline:13px}
}

/* =========================================================
   PREMIUM 2026 POLISH — desktop + mobile v4
   Moreblizko-inspired editorial composition, bespoke legal style
   ========================================================= */
:root{
  --bg:#f7f4ed;
  --paper:#fffefa;
  --ink:#14171c;
  --navy:#0c1930;
  --navy-2:#142641;
  --blue:#2457e6;
  --blue-2:#5d82ef;
  --blue-soft:#edf2ff;
  --gold:#a98552;
  --muted:#696e70;
  --line:#dfddd6;
  --sand:#ebe4d8;
  --green:#2f9f69;
  --radius:28px;
  --shadow:0 20px 60px rgba(12,25,48,.07);
  --shadow-lg:0 35px 110px rgba(12,25,48,.14);
}

body{background:var(--bg);color:var(--ink);font-size:15px}
::selection{background:#2457e6;color:#fff}

/* Header: quiet luxury rather than corporate */
.site-header{background:rgba(255,254,250,.86);border-color:rgba(12,25,48,.08);box-shadow:0 10px 35px rgba(12,25,48,.055)}
.brand-mark{background:var(--navy);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.nav-phone{background:var(--navy)}
.nav-phone:hover{background:var(--blue)}
.desktop-nav a{color:#5f6468}
.desktop-nav a:hover{background:var(--blue-soft);color:var(--blue)}
.top-intent span{background:rgba(255,255,255,.78);color:#454b52}
.top-intent .intent-city{background:transparent;color:#858a8d}

.section-pad{padding:126px 0}
.kicker{font-size:10px;letter-spacing:.16em;color:var(--blue)}
.section-head{margin-bottom:54px}
.section-head h2{font-size:clamp(52px,5.3vw,82px);letter-spacing:-.072em}
.section-head>p{font-size:13px;line-height:1.65;color:#6e7477}
.button{min-height:48px;padding:14px 21px}
.button-primary{background:var(--blue);box-shadow:0 14px 34px rgba(36,87,230,.20)}

/* Hero: more visual hierarchy, less wall of text */
.hero{padding:44px 0 52px}
.hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);gap:42px}
.hero-copy{padding:26px 0 12px}
.hero-services{margin:30px 0 19px}
.hero-services span{background:#fffefa;border-color:#dedbd2;color:#252a30}
.hero h1{font-size:clamp(58px,6.4vw,96px);max-width:820px;letter-spacing:-.085em;line-height:.89}
.hero-lead{font-size:18px;max-width:620px;color:#62686b}
.hero-situations{gap:6px;margin:18px 0}
.hero-situations span{background:#fffefa;color:#555b5e}
.hero-note{background:#fffefa;border-color:#dfddd6;box-shadow:0 10px 30px rgba(12,25,48,.035)}
.hero-actions{margin-top:22px}
.trust-row{gap:18px;margin-top:22px}
.trust-row span{font-size:9px;color:#6d7477}

.hero-visual{position:relative}
.visual-card{min-height:620px;border-radius:34px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.65);overflow:hidden;background:#dce3e8}
.visual-card img{width:100%;height:100%;object-fit:cover}
.visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,25,48,.02) 25%,rgba(12,25,48,.12) 55%,rgba(12,25,48,.72) 100%);pointer-events:none}
.visual-overlay{z-index:2;left:28px;right:28px;bottom:28px}
.visual-overlay .mini-label{font-size:9px;letter-spacing:.16em}
.visual-overlay strong{font-size:38px;line-height:.99;letter-spacing:-.045em}
.flow-mini{margin-top:16px;padding-top:13px;border-top:1px solid rgba(255,255,255,.25);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.flow-mini span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#fff}
.flow-mini b{font-size:10px;color:#9db4ff}
.floating-card{background:rgba(255,254,250,.95);border-color:rgba(12,25,48,.08);box-shadow:0 18px 40px rgba(12,25,48,.12)}
.floating-one{top:22px;left:-16px}.floating-two{right:-16px;bottom:26px;left:auto}
.float-icon{background:var(--blue);color:#fff}
.hero-service-stack{position:absolute;right:-12px;top:112px;width:255px;display:grid;gap:7px;z-index:4}
.hero-service-stack a{background:rgba(255,254,250,.94);border-color:rgba(12,25,48,.08);box-shadow:0 14px 40px rgba(12,25,48,.10);backdrop-filter:blur(14px)}
.hero-service-stack a:hover{border-color:rgba(36,87,230,.35);transform:translateX(-4px)}
.hero-service-stack span{color:var(--blue)}
.hero-service-stack em{color:#747a7d}

/* Strong conversion strip */
.problem-strip{background:var(--navy);color:#fff}
.strip-grid{padding:28px 0}
.strip-grid>div span{color:#8ea9ff;font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.strip-grid>div b{display:block;margin-top:5px;max-width:760px;font-size:17px;line-height:1.4}
.strip-grid .button-light{background:#fff;color:var(--navy)}

/* Problem cards: editorial, not generic boxes */
.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.problem-card{background:#fffefa;border:1px solid #e2dfd7;border-radius:26px;box-shadow:none;padding:30px;min-height:310px;display:flex;flex-direction:column}
.problem-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d5d8de}
.problem-card .number{color:var(--blue);font-size:10px;letter-spacing:.12em;font-weight:900}
.problem-card h3{font-size:22px;line-height:1.1;letter-spacing:-.035em;margin:45px 0 12px}
.problem-card p{font-size:11px;line-height:1.65;color:#707578;margin:0}
.problem-card a{margin-top:auto;padding-top:22px;color:var(--blue);font-size:10px;font-weight:900}

/* Decision block becomes a flagship conversion module */
.decision{background:#ebe5da;border-top:1px solid #e0d9ce;border-bottom:1px solid #e0d9ce}
.decision-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:56px}
.decision-copy h2{font-size:clamp(55px,6vw,88px);line-height:.9;letter-spacing:-.08em}
.decision-copy>p{font-size:14px;max-width:570px}
.quote-stack{max-width:620px}
.quote-stack blockquote{background:rgba(255,255,255,.7);border-color:rgba(255,255,255,.88);padding:16px 18px}
.decision-flow{border-radius:34px;padding:25px;background:#fffefa;box-shadow:0 25px 70px rgba(31,34,35,.10)}
.flow-label{padding-bottom:18px}
.flow-label>b{font-size:16px}
.flow-label small{font-size:10px}
.flow-step{padding:20px 8px}
.flow-step span{background:var(--blue-soft);color:var(--blue);border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-size:9px;font-weight:900}
.flow-step b{font-size:16px}
.flow-step.active{background:#f3f6ff;border-radius:18px;padding-inline:10px}
.flow-arrow{color:#8c949a}

/* Service catalog */
.services-section{background:#fffefa}
.service-tabs{display:flex;gap:5px;padding:5px;background:#f0eee8;border-radius:999px;width:max-content;max-width:100%;margin-bottom:14px}
.service-tab{border:0;background:transparent;border-radius:999px;padding:12px 18px;font-size:11px;font-weight:900;color:#71767a;white-space:nowrap}
.service-tab.active{background:var(--navy);color:#fff;box-shadow:0 8px 22px rgba(12,25,48,.12)}
.service-panel{background:#f5f2eb;border:1px solid #e3e0d8;border-radius:30px;padding:34px;box-shadow:none}
.service-intro{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:18px;align-items:start}
.service-intro>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;font-weight:900}
.service-intro h3{font-size:36px;line-height:1;letter-spacing:-.055em;margin:2px 0 8px}
.service-intro p{grid-column:2;max-width:680px;font-size:12px;color:#6f7476;margin:0}
.service-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:28px}
.service-list a{background:#fffefa;border:1px solid #e0ddd5;border-radius:17px;padding:17px;min-height:100px;transition:.2s}
.service-list a:hover{transform:translateY(-2px);border-color:#bcc9ee;box-shadow:0 12px 30px rgba(12,25,48,.06)}
.service-list b{font-size:12px;color:#252a30}.service-list span{font-size:10px;color:#777d7f;line-height:1.5}

/* Review / proof */
.review-section{background:#f5f2eb}
.review-copy h2{font-size:clamp(54px,6vw,86px);line-height:.9;letter-spacing:-.08em}
.check-list{background:var(--navy);color:#fff;border-radius:34px;padding:34px;box-shadow:var(--shadow-lg)}
.check-list>div{color:#91a9ff;font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:900}
.check-list ul{margin:24px 0;padding:0;list-style:none;display:grid;gap:0}
.check-list li{padding:13px 0;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#dce2ec}
.check-list li:before{content:'✓';color:#6f8fff;margin-right:10px;font-weight:900}
.check-list strong{display:block;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;line-height:1.55;color:#fff}

.proof{background:#fffefa}
.proof-stat b{font-size:clamp(100px,12vw,170px);line-height:.8;color:var(--navy);letter-spacing:-.09em}
.proof-stat span{font-size:10px;color:#7a7f82;text-transform:uppercase;letter-spacing:.12em}
.proof-content h2{font-size:clamp(48px,5vw,72px);line-height:.95;letter-spacing:-.07em}
.proof-items{gap:9px}
.proof-items>div{background:#f5f2eb;border-color:#e1ddd4;border-radius:20px;padding:19px}
.proof-items b{font-size:12px}.proof-items span{font-size:10px;line-height:1.5}

/* Location */
.location{background:#ebe5da}
.location-grid{gap:18px}
.map-placeholder{border-radius:34px;overflow:hidden;background:#dfe4e7;min-height:500px;box-shadow:var(--shadow)}
.location-copy{background:var(--navy);color:#fff;border-radius:34px;padding:42px;display:flex;flex-direction:column;justify-content:center}
.location-copy h2{font-size:clamp(50px,5.5vw,76px);line-height:.9;letter-spacing:-.075em}
.location-copy p{color:#b9c2cf;font-size:12px;max-width:480px}.location-copy .text-link{color:#9fb4ff;margin-top:12px}

/* Price */
.price{background:#fffefa}
.price-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.price-card{background:#f5f2eb;border:1px solid #e0ddd5;border-radius:24px;padding:27px;min-height:170px}
.price-card.featured{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 20px 50px rgba(36,87,230,.2)}
.price-card span{font-size:10px;line-height:1.4;color:#73797c}.price-card.featured span{color:#dbe4ff}
.price-card b{display:block;font-size:25px;line-height:1.05;letter-spacing:-.045em;margin-top:auto;padding-top:38px}.price-card small{display:block;color:#858b8d;font-size:9px;margin-top:8px}.price-card.featured small{color:#dbe4ff}
.price-note{margin-top:12px;border:1px dashed #cfcac0;border-radius:17px;padding:15px 18px;color:#73797c;font-size:10px}.price-note span{color:var(--green);font-weight:900;margin-right:8px}

/* Process */
.process{background:#f5f2eb}
.steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.step{background:#fffefa;border:1px solid #e1ddd5;border-radius:24px;padding:26px;min-height:280px}
.step>span{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.12em}.step h3{font-size:20px;line-height:1.05;letter-spacing:-.035em;margin:62px 0 10px}.step p{font-size:10px;line-height:1.6;color:#777d80}

/* FAQ + lead */
.faq{background:#fffefa}.accordion details{border-bottom:1px solid #ddd9d0}.accordion summary{font-size:13px;font-weight:800;padding:20px 0;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:'+';float:right;color:var(--blue);font-size:20px}.accordion details[open] summary:after{content:'−'}.accordion p{font-size:11px;color:#747a7c;line-height:1.65;padding:0 0 20px;max-width:720px}
.lead-section{background:var(--navy);color:#fff}.lead-copy h2{font-size:clamp(58px,6vw,90px);line-height:.88;letter-spacing:-.08em}.lead-copy p{color:#b7c0ce;max-width:600px;font-size:13px}.lead-copy .big-phone{font-size:25px;font-weight:900;margin-top:22px}.lead-copy>span:last-child{display:block;color:#8fa0b6;font-size:9px;margin-top:5px}.lead-form{background:#fffefa;color:var(--ink);border-radius:32px;padding:32px;box-shadow:var(--shadow-lg)}
.form-heading{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:20px}.form-heading span{color:var(--blue);font-size:9px;font-weight:900}.form-heading h3{font-size:25px;letter-spacing:-.04em;margin:7px 0 3px}.form-heading p{font-size:10px;color:#777d80;margin:0}.lead-form label{display:grid;gap:6px;font-size:9px;font-weight:900;color:#666c70;margin-top:13px}.lead-form input,.lead-form textarea{border:1px solid #dedbd3;background:#faf8f3;border-radius:13px;padding:12px 13px;outline:none;color:var(--ink)}.lead-form input:focus,.lead-form textarea:focus{border-color:#9eb1ee;box-shadow:0 0 0 4px rgba(36,87,230,.08)}.lead-form .consent{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;font-size:8px;font-weight:500}.lead-form .consent input{margin-top:1px;width:16px;height:16px}.lead-form .full{width:100%;margin-top:15px}.form-status{font-size:10px;margin-top:10px;color:#687074}.honeypot{position:absolute!important;left:-9999px!important}

/* Footer: premium dark index */
.footer{background:#091426;color:#fff;padding:76px 0 24px}
.footer-top{grid-template-columns:minmax(280px,1.6fr) repeat(2,minmax(150px,.7fr)) minmax(240px,1fr);gap:44px}
.footer-brand p{color:#aab5c4}.footer-col a,.footer-col>span:not(.footer-label){color:#d8dee8}.footer-contact .footer-phone{color:#fff}.footer-label{color:#7f8da2!important}.footer-bottom{border-color:rgba(255,255,255,.09);color:#6f7d91}.footer-bottom a{color:#9ca8b8}

/* Tablet: preserve the visual hierarchy instead of simply shrinking it */
@media (max-width:1100px){
  .container{width:min(100% - 40px,var(--container))}
  .hero-grid{grid-template-columns:minmax(0,1fr)}
  .hero-visual{margin-top:14px}
  .visual-card{min-height:560px}
  .hero-service-stack{right:14px}
  .problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .decision-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:28px}
  .service-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-top{grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(130px,1fr));gap:30px}
  .footer-contact{grid-column:auto}
}

/* Mobile is a separate composition, not a compressed desktop */
@media (max-width:720px){
  html{scroll-padding-top:82px}
  body{font-size:14px}
  .container{width:calc(100% - 28px);max-width:none}
  .section-pad{padding:76px 0}
  .site-header{width:calc(100% - 16px);margin-top:8px;top:8px}
  .nav-wrap{height:60px;padding:0 9px}
  .brand{gap:8px}.brand-mark{width:35px;height:35px}.brand strong{font-size:12px}.brand small{font-size:7px}
  .bonus-btn{padding:9px 11px;font-size:9px}
  .menu-btn{width:40px;height:40px}
  .mobile-menu>a:not(.button){font-size:12px;padding:13px}
  .top-intent{padding:11px 0 3px}
  .top-intent .container{width:calc(100% - 28px);overflow-x:auto;overscroll-behavior-x:contain}

  .hero{padding:26px 0 38px}
  .hero-grid{gap:16px}
  .hero-copy{padding:0}
  .hero-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:20px 0 17px}
  .hero-services span{width:100%;text-align:center;font-size:8px;padding:8px 4px;letter-spacing:.07em}
  .hero-services i{display:none}
  .hero h1{font-size:clamp(40px,12.3vw,57px);line-height:.92;letter-spacing:-.075em;margin-bottom:17px}
  .hero-lead{font-size:14px;line-height:1.45}
  .hero-situations{gap:5px;margin:14px 0}.hero-situations span{font-size:8px;padding:7px 8px}
  .hero-note{font-size:10px;line-height:1.55;padding:12px 13px;border-radius:16px}
  .hero-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.hero-actions .button,.hero-actions .text-link{width:100%;min-height:50px}.hero-actions .text-link{justify-content:center}
  .trust-row{display:grid;grid-template-columns:1fr;gap:7px}.trust-row span{font-size:8px}.trust-row span+span{border:0;padding:0}
  .hero-visual{display:flex;flex-direction:column;gap:8px;margin-top:4px;width:100%}
  .visual-card{width:100%;height:auto;min-height:0;aspect-ratio:4/5;border-radius:25px}
  .visual-overlay{left:18px;right:18px;bottom:18px}.visual-overlay strong{font-size:clamp(23px,7.2vw,30px)}.flow-mini{gap:6px}
  .floating-card{font-size:8px;padding:7px 9px;max-width:calc(100% - 16px)}.floating-one{left:8px;top:8px}.floating-two{right:8px;left:auto;top:8px;bottom:auto}
  .hero-service-stack{position:static;width:100%;display:grid;grid-template-columns:1fr;gap:7px;margin-top:0}
  .hero-service-stack a{width:100%;min-width:0;min-height:82px;padding:16px;border-radius:19px}.hero-service-stack b{font-size:14px}.hero-service-stack em{font-size:9px}

  .sticky-cta{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));padding:5px;border-radius:15px}.sticky-cta .button{font-size:10px;padding:12px 10px;min-height:46px}
  .strip-grid{display:grid;grid-template-columns:1fr;gap:14px;padding:24px 0}.strip-grid>div b{font-size:14px}.strip-grid .button{width:100%;min-height:48px}

  .section-head{display:block;margin-bottom:30px}.section-head h2{font-size:clamp(40px,11.5vw,56px);line-height:.94;margin-bottom:15px}.section-head>p{font-size:11px;line-height:1.55}
  .problem-grid{grid-template-columns:minmax(0,1fr);gap:8px}.problem-card{padding:22px;min-height:0;border-radius:21px}.problem-card h3{font-size:20px;margin:34px 0 9px}.problem-card p{font-size:10px}.problem-card a{padding-top:18px}

  .decision{padding:62px 0}.decision-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.decision-copy h2{font-size:clamp(44px,12vw,58px);line-height:.91}.decision-copy>p{font-size:12px;line-height:1.55}.quote-stack{gap:7px;margin-top:16px}.quote-stack blockquote{padding:12px 13px;border-radius:15px}.quote-stack blockquote span{font-size:8px}.quote-stack blockquote b{font-size:10px}
  .decision-flow{width:100%;padding:15px;border-radius:22px;box-shadow:0 18px 50px rgba(31,34,35,.09)}.flow-label{padding-bottom:12px}.flow-label>b{font-size:13px}.flow-label small{font-size:9px}.flow-step{grid-template-columns:32px minmax(0,1fr);gap:8px;padding:13px 3px}.flow-step b{font-size:12px}.flow-step span{width:29px;height:29px;font-size:8px}.flow-step.active{padding-inline:8px;border-radius:14px}.flow-arrow{height:12px;line-height:12px;font-size:10px}

  .services-section{padding-top:68px}.service-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;margin-bottom:9px}.service-tab{min-width:0;width:100%;padding:10px 4px;font-size:8px;line-height:1.1;white-space:normal}.service-panel{padding:19px;border-radius:22px}.service-intro{grid-template-columns:30px minmax(0,1fr);column-gap:10px}.service-intro>span{width:30px;height:30px;font-size:8px}.service-intro h3{font-size:29px;line-height:.98}.service-intro p{grid-column:2;font-size:10px;line-height:1.5}.service-list{grid-template-columns:minmax(0,1fr);gap:7px;margin-top:17px}.service-list a{padding:14px;border-radius:15px;min-height:0}.service-list b{font-size:11px}.service-list span{font-size:9px}

  .review-section{padding:68px 0}.review-grid{grid-template-columns:minmax(0,1fr);gap:18px}.review-copy h2{font-size:clamp(44px,12vw,58px)}.review-copy p{font-size:11px}.check-list{padding:22px;border-radius:23px}.check-list li{font-size:10px;padding:11px 0}.check-list strong{font-size:10px}
  .complex .section-head h2{font-size:clamp(40px,11.5vw,54px)}
  .cases-grid{grid-template-columns:minmax(0,1fr);gap:8px}.case-card{padding:22px;border-radius:21px}.case-card h3{font-size:20px;margin:34px 0 9px}.case-card p{font-size:10px}
  .proof-grid,.location-grid,.faq-grid,.lead-grid{grid-template-columns:minmax(0,1fr);gap:22px}.proof-stat b{font-size:100px}.proof-content h2{font-size:clamp(42px,11.5vw,56px)}.proof-items{grid-template-columns:minmax(0,1fr);gap:7px}.proof-items>div{padding:16px;border-radius:17px}.proof-items b{font-size:11px}.proof-items span{font-size:9px}
  .map-placeholder{min-height:280px;border-radius:23px}.location-copy{padding:25px;border-radius:23px}.location-copy h2{font-size:clamp(42px,11.5vw,55px)}.location-copy p{font-size:10px}
  .price-grid{grid-template-columns:minmax(0,1fr);gap:7px}.price-card{padding:21px;border-radius:20px;min-height:145px}.price-card b{font-size:23px;padding-top:28px}.price-note{font-size:9px;line-height:1.55}
  .steps{grid-template-columns:minmax(0,1fr);gap:7px}.step{padding:22px;min-height:0;border-radius:20px}.step h3{font-size:20px;margin:38px 0 9px}.step p{font-size:9px}
  .accordion summary{font-size:11px;padding:16px 0}.accordion p{font-size:10px}.faq-title h2{font-size:clamp(42px,11.5vw,56px)}
  .lead-section{padding-bottom:105px}.lead-copy h2{font-size:clamp(46px,12vw,60px)}.lead-copy p{font-size:11px}.lead-copy .big-phone{font-size:22px}.lead-form{padding:21px;border-radius:23px}.form-heading h3{font-size:22px}.lead-form label{font-size:8px}.lead-form input,.lead-form textarea{font-size:16px;padding:12px}.lead-form .button{min-height:50px}

  .footer{padding:56px 0 95px}.footer-top{width:100%;grid-template-columns:minmax(0,1fr);gap:0;padding-bottom:28px}.footer-brand,.footer-col,.footer-contact{width:100%;max-width:none;grid-column:auto}.footer-brand{padding-bottom:24px}.footer-brand p{font-size:10px;line-height:1.55}.footer-col,.footer-contact{padding:19px 0;border-top:1px solid rgba(255,255,255,.09);gap:8px}.footer-col a,.footer-col>span:not(.footer-label){font-size:11px}.footer-contact .footer-phone{font-size:20px}.footer-contact small{font-size:8px}.footer-cta{font-size:9px!important}.footer-bottom{display:grid;grid-template-columns:1fr;gap:9px;font-size:8px}.footer-bottom a:last-child{margin-left:0}
}

@media(max-width:390px){
  .container{width:calc(100% - 22px)}
  .hero h1{font-size:38px}.hero-services span{font-size:7px;padding:8px 3px}.hero-situations span{font-size:7px}
  .visual-card{aspect-ratio:1/1.04}.visual-overlay strong{font-size:23px}.hero-service-stack a{min-height:78px;padding:14px}.hero-service-stack b{font-size:13px}
  .decision-copy h2,.review-copy h2,.lead-copy h2{font-size:43px}.decision-flow{padding:13px}.flow-step b{font-size:11px}.service-intro h3{font-size:27px}.service-tab{font-size:7px}.button{font-size:10px}
}

@media(max-width:340px){
  .container{width:calc(100% - 18px)}.brand small{display:none}.brand strong{font-size:11px}.hero h1{font-size:35px}.hero-services span{font-size:6.5px}.hero-lead{font-size:13px}.hero-situations span{font-size:6.5px}.decision-copy h2,.review-copy h2,.lead-copy h2{font-size:39px}.service-intro h3{font-size:25px}.footer-contact .footer-phone{font-size:18px}
}

@media(min-width:1440px){
  .container{width:min(1340px,calc(100% - 80px))}
  .hero h1{font-size:96px}.hero-grid{gap:58px}.visual-card{min-height:690px}.problem-card{min-height:330px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Final refinement: decision-flow steps use the full card width.
   The step number is a visual anchor on the right, never a narrow text column. */
.decision-flow .flow-step{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:100%;
  min-width:0;
  padding:22px 12px;
  border-top:1px solid var(--line);
}
.decision-flow .flow-step b{
  order:1;
  flex:1 1 auto;
  min-width:0;
  width:auto;
  max-width:none;
  font-size:17px;
  line-height:1.28;
  letter-spacing:-.025em;
}
.decision-flow .flow-step span{
  order:2;
  flex:0 0 36px;
  width:36px;
  height:36px;
  margin-left:auto;
}
.decision-flow .flow-step.active{
  padding:22px 14px;
}
.decision-flow .flow-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:16px;
  line-height:1;
}

@media(max-width:720px){
  .decision-flow .flow-step{
    gap:14px;
    padding:16px 5px;
  }
  .decision-flow .flow-step b{
    font-size:14px;
    line-height:1.3;
  }
  .decision-flow .flow-step span{
    flex-basis:32px;
    width:32px;
    height:32px;
    font-size:8px;
  }
  .decision-flow .flow-step.active{
    padding:16px 9px;
  }
}

@media(max-width:390px){
  .decision-flow .flow-step{
    gap:10px;
    padding:14px 3px;
  }
  .decision-flow .flow-step b{font-size:13px}
  .decision-flow .flow-step span{
    flex-basis:30px;
    width:30px;
    height:30px;
  }
}

/* v7 — mobile services tabs: only the selected service is visible */
@media (max-width: 767px) {
  .services-section .service-panel {
    display: none !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .services-section .service-panel.active {
    display: block !important;
  }

  .services-section .service-tabs {
    position: relative;
    z-index: 2;
  }

  .services-section .service-tab {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}


@media(max-width:390px){
  .nav-wrap{gap:7px}
  .bonus-btn{padding:9px 9px;font-size:8px}
  .bonus-modal{padding:10px}
  .bonus-modal__dialog{padding:28px 18px 18px;border-radius:22px;max-height:calc(100dvh - 20px)}
  .bonus-modal__dialog h2{font-size:30px;margin-right:28px}
  .bonus-modal__lead{font-size:12px}
}

@media(prefers-reduced-motion:reduce){
  .bonus-modal__dialog{animation:none}
}

/* Independent valuation page — visual alignment with homepage */
.construction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px}
.construction-card{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid rgba(20,26,35,.05);border-radius:26px;padding:28px;min-height:245px;box-shadow:0 12px 34px rgba(20,25,35,.045);transition:transform .25s,box-shadow .25s}
.construction-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(20,25,35,.08)}
.construction-card .number{display:inline-flex;align-self:flex-start;margin:0 0 34px;border-radius:999px;background:#efede7;color:#777a74;padding:7px 10px;font-size:10px;font-weight:800}
.construction-card h3{font-size:20px;line-height:1.08;letter-spacing:-.035em;margin:0 0 12px}
.construction-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.62}
.questions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:8px}
.question-card{background:var(--bg);border:1px solid var(--line);border-radius:22px;padding:24px;min-height:190px}
.question-card>span{display:inline-flex;margin-bottom:30px;color:var(--blue);font-size:10px;font-weight:900}
.question-card h3{font-size:19px;line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}
.question-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}
@media(max-width:980px){
  .construction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .questions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .construction-grid,.questions-grid{grid-template-columns:1fr;gap:10px}
  .construction-card{min-height:0;padding:23px;border-radius:22px}
  .construction-card .number{margin-bottom:24px}
  .question-card{min-height:0;padding:21px;border-radius:20px}
  .question-card>span{margin-bottom:22px}
}

/* v8 — modern footer + mobile-safe phone placement */
.footer{position:relative;overflow:hidden;background:#07111f;color:#fff;padding:72px 0 24px}
.footer:before{content:"";position:absolute;inset:-20% auto auto 45%;width:520px;height:320px;border-radius:50%;background:rgba(78,119,255,.11);filter:blur(70px);pointer-events:none}
.footer-shell{position:relative;z-index:1}
.footer-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:40px;align-items:end;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-eyebrow{font-size:9px;font-weight:900;letter-spacing:.16em;color:#8fa9ff;margin-bottom:18px}
.footer-brand .brand{color:#fff}.footer-brand .brand-mark{background:#fff;color:#07111f}.footer-brand .brand strong{font-size:15px}.footer-brand .brand small{color:#7f8da1}
.footer-brand p{max-width:520px;margin:20px 0 0;color:#aeb9c9;font-size:13px;line-height:1.65}
.footer-action{padding:24px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:24px;backdrop-filter:blur(10px)}
.footer-action>span{display:block;color:#8290a3;font-size:10px;margin-bottom:7px}.footer-action>b{display:block;font-size:20px;line-height:1.1;letter-spacing:-.035em;margin-bottom:18px}
.footer-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 17px;border-radius:14px;background:#fff;color:#07111f!important;font-size:11px!important;font-weight:900;text-decoration:none;transition:transform .2s,background .2s}.footer-cta:hover{transform:translateY(-2px);background:#eef2ff}
.footer-grid{display:grid;grid-template-columns:1fr 1fr minmax(280px,1.25fr);gap:12px;padding:26px 0 42px}
.footer-nav-block,.footer-contact-card{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px;background:rgba(255,255,255,.025)}
.footer-nav-block{display:flex;flex-direction:column;gap:11px}.footer-label{display:block;margin:0 0 7px;color:#75849a!important;font-size:9px!important;letter-spacing:.14em;text-transform:uppercase;font-weight:900}
.footer-nav-block a{color:#dce3ec;font-size:12px;line-height:1.35;text-decoration:none;transition:color .2s,transform .2s}.footer-nav-block a:hover{color:#fff;transform:translateX(2px)}
.footer-contact-card{display:flex;flex-direction:column;align-items:flex-start}.footer-contact-card .footer-phone{font-size:24px;font-weight:900;letter-spacing:-.035em;color:#fff;text-decoration:none;margin:2px 0 8px}.footer-email{font-size:12px;color:#c8d0dc;text-decoration:none}.footer-address{font-size:11px;color:#8997a9;margin-top:14px}.footer-contact-card small{display:flex;align-items:center;gap:7px;color:#8290a3;font-size:9px;margin-top:12px}.footer-contact-card small i{width:6px;height:6px;border-radius:50%;background:#7ed9a3;display:inline-block;box-shadow:0 0 0 4px rgba(126,217,163,.1)}
.footer-bottom{display:flex;align-items:center;gap:22px;flex-wrap:wrap;padding-top:18px;border-top:1px solid rgba(255,255,255,.09);color:#68788e;font-size:9px}.footer-bottom a{color:#8e9bae;text-decoration:none}.footer-bottom a:hover{color:#fff}.footer-bottom a:last-child{margin-left:auto}

@media(max-width:720px){
  .top-intent .container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;overflow:visible}
  .top-intent .container>span:not(.intent-city){width:100%;box-sizing:border-box;text-align:center}
  .top-intent .intent-phone{grid-column:1 / -1;margin-top:1px;padding:10px 12px!important;background:var(--navy)!important;border-color:var(--navy)!important;border-radius:12px!important;box-shadow:0 7px 18px rgba(7,17,31,.12)}
  .top-intent .intent-phone a{display:block;color:#fff;font-size:12px;font-weight:900;text-decoration:none;letter-spacing:.01em}
  .footer{padding:48px 0 94px}
  .footer-hero{grid-template-columns:1fr;gap:22px;padding-bottom:26px}
  .footer-eyebrow{font-size:8px;margin-bottom:14px;letter-spacing:.13em}
  .footer-brand .brand strong{font-size:14px}.footer-brand .brand small{font-size:8px}.footer-brand p{font-size:12px;line-height:1.6;margin-top:16px}
  .footer-action{padding:19px;border-radius:20px}.footer-action>span{font-size:9px}.footer-action>b{font-size:18px}.footer-cta{width:100%;box-sizing:border-box;min-height:48px;font-size:11px!important}
  .footer-grid{grid-template-columns:1fr;gap:8px;padding:20px 0 28px}
  .footer-nav-block,.footer-contact-card{padding:19px;border-radius:18px}
  .footer-nav-block{gap:10px}.footer-nav-block a{font-size:13px;padding:2px 0}
  .footer-contact-card{order:-1}.footer-contact-card .footer-phone{font-size:22px}.footer-email{font-size:13px}.footer-address{font-size:11px}
  .footer-bottom{display:grid;grid-template-columns:1fr;gap:9px;font-size:9px}.footer-bottom a:last-child{margin-left:0}
}
@media(max-width:390px){
  .top-intent .container{width:calc(100% - 22px)}
  .top-intent span{font-size:8px;padding:8px 5px}
  .top-intent .intent-phone a{font-size:11px}
  .footer{padding-top:42px}
  .footer-brand p{font-size:11px}.footer-action>b{font-size:17px}.footer-contact-card .footer-phone{font-size:20px}
}
@media(max-width:340px){
  .top-intent .container{width:calc(100% - 18px)}
  .top-intent span{font-size:7px}.top-intent .intent-phone{padding:9px 8px!important}.top-intent .intent-phone a{font-size:10px}
  .footer-nav-block,.footer-contact-card{padding:16px}.footer-contact-card .footer-phone{font-size:18px}
}

/* Review section readability fix: light surface requires dark text */
.review-section{color:var(--ink)}
.review-section .review-copy h2{color:var(--ink)}
.review-section .review-copy h2 em{color:#315fe8}
.review-section .review-copy p{color:#4f565c;font-size:15px;line-height:1.6;max-width:620px}
.review-section .review-copy .kicker{color:#315fe8}
.review-section .review-copy .button-primary{background:var(--navy);color:#fff}
@media(max-width:1100px){
  .review-section .review-copy p{font-size:14px;line-height:1.6}
}
@media(max-width:700px){
  .review-section .review-copy p{font-size:15px;line-height:1.6;max-width:none}
  .review-section .review-copy h2{color:var(--ink)}
}

/* Mobile readability fix: "Почему нам доверяют" cards 01–06 */
@media (max-width: 720px){
  .proof-items{grid-template-columns:minmax(0,1fr);gap:12px}
  .proof-items>div{
    padding:18px 17px;
    border-radius:18px;
    border:1px solid #e1ddd4;
    background:#f5f2eb;
  }
  .proof-items>div>b{
    display:block;
    font-size:13px;
    line-height:1.2;
    font-weight:700;
    color:#6f7782;
    margin-bottom:9px;
  }
  .proof-items>div>span{
    display:block;
    color:#303640;
    font-size:15px;
    line-height:1.58;
    letter-spacing:0;
  }
  .proof-items>div>span strong{
    display:block;
    color:#111827;
    font-size:16px;
    line-height:1.3;
    font-weight:700;
    margin-bottom:5px;
  }
}

@media (min-width: 721px) and (max-width: 1100px){
  .proof-items>div>span{font-size:12px;line-height:1.55}
  .proof-items>div>span strong{font-size:13px}
}

/* Review page — final responsive tuning */
.review-page{}
@media (max-width: 720px){
  .hero-copy h1{font-size:clamp(38px,10vw,54px);line-height:.98;}
  .hero-lead{font-size:17px!important;line-height:1.55!important;}
  .hero-note{font-size:15px!important;line-height:1.55!important;}
  .problem-card h3{font-size:18px!important;line-height:1.2!important;}
  .problem-card p{font-size:15px!important;line-height:1.55!important;}
  .decision-copy p,.section-head>p,.location-copy p,.lead-copy p{font-size:15px!important;line-height:1.6!important;}
  .flow-step b{font-size:16px!important;}
  .service-intro h3{font-size:22px!important;}
  .service-intro p,.service-list span{font-size:15px!important;line-height:1.55!important;}
  .check-list li{font-size:15px!important;line-height:1.5!important;}
  .check-list strong{font-size:15px!important;line-height:1.5!important;}
  .case-card h3{font-size:19px!important;line-height:1.25!important;}
  .case-card p,.step p,.accordion p{font-size:15px!important;line-height:1.55!important;}
  .price-card span,.price-card small{font-size:14px!important;line-height:1.45!important;}
  .price-card b{font-size:22px!important;}
  .faq-title p{font-size:15px!important;line-height:1.55!important;}
}
@media (min-width:721px) and (max-width:1100px){
  .hero-lead{font-size:16px!important;}
  .problem-card p,.service-list span,.case-card p,.step p,.accordion p{font-size:15px!important;}
}
