:root{--ink:#0f2b5b;--primary:#1b54c8;--primary-dark:#143f9c;--accent:#2196f3;--sky:#4fc3f7;--bg-light:#e8f4fd;--text:#22314f;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--text);background:#fff;line-height:1.55}img{max-width:100%;height:auto}.container{max-width:1080px;margin:0 auto;padding:0 20px}h1,h2,h3{color:var(--ink);line-height:1.2}h2{margin-bottom:24px;font-size:1.75rem}.header{border-bottom:1px solid var(--bg-light);z-index:10;background:#fff;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding-top:10px;padding-bottom:10px;display:flex}.brand{align-items:center;gap:10px;text-decoration:none;display:flex}.brand img{border-radius:8px}.brand-name{color:var(--primary);letter-spacing:.01em;font-size:1.35rem;font-weight:800}.header-phone{color:var(--ink);white-space:nowrap;font-size:1.05rem;font-weight:700;text-decoration:none}.header-phone:hover{color:var(--primary)}.hero{background:linear-gradient(160deg, var(--bg-light) 0%, #d3eafc 60%, #bfe0fa 100%);padding:56px 0}.hero-inner{align-items:center;gap:48px;display:flex}.hero-text{flex:50%}.hero h1{margin-bottom:16px;font-size:2.4rem}.hero-sub{max-width:32em;margin-bottom:28px;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-photo{flex:45%}.hero-photo img{border-radius:16px;box-shadow:0 16px 40px #0f2b5b40}.btn{border-radius:12px;padding:14px 30px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:inline-block}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 6px 18px #1b54c859}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:#fff}.btn-secondary:hover{background:var(--primary);color:#fff}.fleet{padding:56px 0}.fleet-card{background:var(--bg-light);border-radius:16px;align-items:center;gap:28px;padding:28px 32px;font-size:1.1rem;display:flex}.fleet-volume{color:var(--primary);flex-shrink:0;align-items:baseline;gap:4px;display:flex}.fleet-volume-number{font-size:3.2rem;font-weight:800;line-height:1}.fleet-volume-unit{font-size:1.4rem;font-weight:700}.contacts{padding:0 0 56px}.contact-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.contact-card{border:1px solid var(--bg-light);background:#fff;border-radius:16px;padding:22px 24px}.contact-card h3{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:8px;font-size:.95rem}.contact-card a{color:var(--primary);font-size:1.1rem;font-weight:700;text-decoration:none}.contact-card a:hover{text-decoration:underline}.footer{background:var(--ink);color:#cfe3fa;padding:22px 0;font-size:.95rem}@media (max-width:800px){.hero{padding:36px 0}.hero-inner{flex-direction:column;gap:28px}.hero h1{font-size:1.7rem}.brand-name{font-size:1.15rem}.header-phone{font-size:.95rem}.contact-cards{grid-template-columns:1fr}.fleet-card{flex-direction:column;align-items:flex-start;gap:12px}}
