:root{--bg: #ffffff;--text: #0b1220}body[data-theme=dark]{--bg: #0d1216;--text: #f5f7fa;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);transition:background .3s ease,color .3s ease}:focus-visible{outline:3px solid #155eef;outline-offset:3px}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}a{color:#155eef;text-decoration:none}body[data-theme=dark] a{color:#3b82f6}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.2}p{margin:0 0 8px}img{max-width:100%;display:block}:root{--brand: #155eef;--brand-600: #0e49bd;--brand-300: #6aa0ff;--accent: #22c55e;--ink: #0b1220;--muted: #667085;--panel: #ffffff;--panel-soft: #f7f8fa;--radius: 14px;--shadow-sm: 0 2px 10px rgba(17, 24, 39, .06);--shadow-lg: 0 12px 36px rgba(17, 24, 39, .12)}html{scroll-behavior:smooth}.container{width:min(1120px,100% - 32px);margin-inline:auto}.section{padding:64px 0;scroll-margin-top:72px}.section.alt{background:#f7f8fa}.section__title{margin:0 0 24px;font-size:32px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media(max-width:900px){.header__phone{display:none}.header .burger{display:inline-flex!important}.header .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e6e8eb;border-radius:12px;padding:12px;margin-top:8px;box-shadow:0 10px 30px #00000014;z-index:50;flex-direction:column;gap:8px;text-align:center}body[data-theme=dark] .header .nav{background:#151b20;border-color:#2a3138;box-shadow:0 10px 30px #00000073}.nav.is-open{display:flex!important}.header .nav a{padding:8px 10px;border-radius:8px;display:block;text-align:center}.header .nav a:hover{background:#f5f7fb}body[data-theme=dark] .header .nav a:hover{background:#1f2730}.nav__call{margin-top:4px}.header .theme-toggle{display:none}.header .nav .theme-toggle{display:inline-flex;align-self:center;margin-top:4px}.hero__inner{display:block}.hero__media{margin-bottom:24px;min-height:auto}.hero__media img{width:100%;height:auto}.hero__content{max-width:100%;width:100%}.hero__content *{max-width:100%}.hero__content h1{font-size:32px;word-wrap:break-word}.hero__content .chip{display:inline-block;max-width:100%}.lead{font-size:16px}.cta{flex-direction:column;width:100%;gap:10px;margin-left:0;margin-right:0}.cta .btn{width:100%!important;box-sizing:border-box;margin:0}.stats{justify-content:space-between;width:100%;flex-wrap:nowrap;margin-left:0;margin-right:0}.stat{flex:1;min-width:0;text-align:center}.trust{width:100%;justify-content:flex-start;margin-left:0;margin-right:0}.hero__bullets{width:100%;padding-left:20px;padding-right:0;margin-left:0;margin-right:0}}@media(max-width:640px){.section{padding:48px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{position:relative;background:linear-gradient(var(--panel),var(--panel)) padding-box,linear-gradient(135deg,#155eef2e,#fff0) border-box;border:1px solid transparent;border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,background .3s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.muted{color:#667085}.small{font-size:12px}.w-100{width:100%}.header{position:sticky;top:0;z-index:40;background:#ffffffdb;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid #eef0f3;transition:background .3s ease,border-color .3s ease}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0;position:relative}.logo{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#111}.logo__mark{font-size:20px}.logo__text{letter-spacing:.2px}.nav{align-items:center;display:flex;gap:16px;line-height:1.2}.nav a{color:#111;opacity:.8;text-align:center;line-height:1.2}.nav a:hover{opacity:1}.header__phone{font-weight:700;color:#155eef;line-height:1.2}.burger{display:none;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid #e6e8eb;background:#fff;gap:4px;cursor:pointer;transition:all .2s ease}.burger:hover{background:#f7f8fa;border-color:#155eef}.burger span{display:block;width:20px;height:2px;background:#155eef;border-radius:2px;transition:all .2s ease}.burger[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger[aria-expanded=true] span:nth-child(2){opacity:0}.burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header .burger{margin-left:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;border:1px solid transparent;font-weight:600;transition:.2s ease;min-height:44px}.btn-primary{background:linear-gradient(90deg,var(--brand),#3b82f6);color:#fff;box-shadow:0 6px 16px #155eef59}.btn-primary:hover{filter:brightness(.97);box-shadow:0 8px 22px #155eef73}.btn-outline{background:#fff;border-color:#d0d5dd;color:#111}.btn-outline:hover{border-color:#155eef;color:#155eef}.hero{padding:72px 0;background:radial-gradient(1200px 600px at 80% 10%,#eaf1ff 0%,transparent 60%),linear-gradient(180deg,#f7fbff,#fff);position:relative;overflow:clip;transition:background .3s ease}.hero:after{content:"";position:absolute;inset:-10% -20% auto;height:240px;background:conic-gradient(from 180deg at 50% 50%,#155eef14,#155eef00,#155eef14);filter:blur(30px);pointer-events:none}@media(min-width:901px){.hero__inner{display:inline-block;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}}.hero__content h1{font-size:44px;margin:0 0 12px}.gradient-text{background:linear-gradient(90deg,#fff,#6aa0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:18px;margin:0 0 16px;color:#ffffffe6}.chip{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid #e6e8eb;background:#fff;margin-bottom:8px}.chip--brand{border-color:#155eef40;background:#155eef0f;color:#0e49bd}.cta{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0}.hero__bullets{margin:12px 0 0;padding-left:18px;color:#ffffffd9}body[data-theme=dark] .hero__image{border-color:#2a3138;background:#151b20}.truck-card{display:inline-block}.stats{display:flex;gap:16px;flex-wrap:wrap;margin:10px 0 6px}.stat{display:flex;flex-direction:column;padding:10px 12px;border-radius:12px;border:1px solid #eef0f3;background:#fff}.stat__value{font-weight:800;color:#0b1220}.stat__label{font-size:12px;color:#667085}.trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.trust__item{padding:8px 12px;border-radius:10px;border:1px dashed rgba(21,94,239,.3);color:#0e49bd;background:#f5f8ff;font-weight:600}.service{text-align:left}.service__icon{font-size:24px;width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f5f8ff;color:#0e49bd;margin-bottom:8px}.price{text-align:left}.price__value{font-size:28px;font-weight:800;margin:6px 0 8px;color:#155eef}.steps{list-style:none;padding:0;margin:0;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));position:relative}.steps:before{content:"";position:absolute;top:22px;left:14%;right:14%;height:2px;background:linear-gradient(90deg,#155eef33,#155eef66,#155eef33);z-index:0}.step{background:var(--panel);border:1px solid #e6e8eb;border-radius:14px;padding:20px 16px;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;z-index:1;text-align:center}.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#155eef}.badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,#155eef,#3b82f6);color:#fff;font-weight:700;font-size:18px;margin:0 auto 12px;box-shadow:0 4px 12px #155eef40}@media(max-width:900px){.steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.steps{grid-template-columns:1fr}}.accordion__item{background:var(--panel);border:1px solid #e6e8eb;border-radius:12px;padding:14px 16px;transition:background .3s ease}.accordion__item+.accordion__item{margin-top:10px}.accordion__item summary{cursor:pointer;font-weight:600}.accordion__item[open]{border-color:#d0d5dd}.btn:focus-visible,.burger:focus-visible,.nav a:focus-visible,summary:focus-visible,a.header__phone:focus-visible,.fab-call:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.contact-list{display:flex;flex-direction:column;gap:6px;margin:8px 0 16px}.form{display:flex;flex-direction:column;gap:10px}.form input,.form textarea{border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px;font:inherit}.map iframe{width:100%;height:320px}.fab-call{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:56px;height:56px;border-radius:999px;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 10px 24px #00000026;z-index:60}.fab-call:hover{background:#16a34a}.footer{border-top:1px solid #eef0f3;background:var(--panel);transition:background .3s ease,border-color .3s ease}body[data-theme=dark] .section.alt{background:#151b20}body[data-theme=dark] .section{background:#0d1216}body[data-theme=dark] .hero{background:radial-gradient(1200px 600px at 80% 10%,#142032 0%,transparent 60%),linear-gradient(180deg,#0d1216,#121a21)}body[data-theme=dark] .card,body[data-theme=dark] .step,body[data-theme=dark] .accordion__item{background:#151b20;border-color:#2a3138}body[data-theme=dark] .badge{box-shadow:0 4px 12px #00000080}body[data-theme=dark] .header{background:#0d1216e6;border-bottom-color:#2a3138}body[data-theme=dark] .footer{background:#151b20;border-top-color:#2a3138}body[data-theme=dark] .muted,body[data-theme=dark] .stat__label,body[data-theme=dark] .lead{color:#9ca3af}body[data-theme=dark] .logo,body[data-theme=dark] .nav a{color:#f5f7fa}body[data-theme=dark] .stat,body[data-theme=dark] .chip{background:#151b20;border-color:#2a3138}body[data-theme=dark] .chip--brand{background:#155eef26;color:#6aa0ff;border-color:#155eef66}body[data-theme=dark] .service__icon,body[data-theme=dark] .trust__item{background:#1e2830;color:#6aa0ff;border-color:#155eef59}body[data-theme=dark] .price__value{color:#6aa0ff}body[data-theme=dark] .fab-call{box-shadow:0 10px 24px #0009}body[data-theme=dark] h1,body[data-theme=dark] h2,body[data-theme=dark] h3,body[data-theme=dark] h4,body[data-theme=dark] h5,body[data-theme=dark] h6,body[data-theme=dark] p,body[data-theme=dark] li,body[data-theme=dark] .stat__value,body[data-theme=dark] .price__value,body[data-theme=dark] .logo__text,body[data-theme=dark] .header__phone,body[data-theme=dark] .nav a,body[data-theme=dark] .accordion__item summary{color:#f5f7fa}body[data-theme=dark] .btn-primary{background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;box-shadow:0 6px 18px #60a5fa59}body[data-theme=dark] .btn-primary:hover{filter:brightness(1.08);box-shadow:0 8px 24px #60a5fa73}body[data-theme=dark] .btn-outline{background:#1e2830;border-color:#2a3138;color:#f5f7fa}body[data-theme=dark] .btn-outline:hover{border-color:#60a5fa;color:#60a5fa}.theme-toggle{width:40px;height:40px;border-radius:8px;border:1px solid #e6e8eb;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;margin-left:8px}.theme-toggle:hover{background:#f7f8fa}body[data-theme=dark] .theme-toggle{background:#151b20;border-color:#2a3138;color:#f5f7fa}body[data-theme=dark] .theme-toggle:hover{background:#1f2730}.footer__inner{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
