:root {
  --ink: #111820;
  --graphite: #17202a;
  --panel: #202b35;
  --paper: #f4f6f8;
  --white: #ffffff;
  --text: #eef3f7;
  --muted: #aeb9c3;
  --dark-muted: #64727f;
  --orange: #ff7a00;
  --yellow: #ffc247;
  --red: #e13225;
  --green: #23a36d;
  --blue: #2f80ed;
  --line: rgba(255, 255, 255, .14);
  --dark-line: rgba(17, 24, 32, .14);
  --shadow: 0 22px 58px rgba(10, 18, 26, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
main[id], section[id] { scroll-margin-top: 88px; }

.page { min-height: 100vh; overflow: hidden; background: var(--ink); }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #111;
  background: var(--yellow);
  border-radius: 6px;
  font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
}
.btn-dark {
  color: var(--white);
  background: var(--graphite);
  border-color: rgba(255, 255, 255, .18);
}
.btn-outline {
  color: var(--text);
  background: transparent;
  border-color: rgba(255, 255, 255, .24);
}
.btn-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-whatsapp {
  color: var(--white);
  background: #168f5b;
  border-color: #168f5b;
  box-shadow: 0 10px 24px rgba(22, 143, 91, .18);
}
.btn-whatsapp:hover {
  color: var(--white);
  background: #0f7448;
  border-color: #0f7448;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(13, 20, 27, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}
.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  border-radius: 8px;
  font-weight: 900;
}
.brand b { display: block; font-size: 17px; text-transform: uppercase; }
.brand small { display: block; color: var(--muted); font-size: 12px; }
.top-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.top-nav a:hover { color: var(--yellow); }
.top-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: var(--yellow); font-weight: 900; white-space: nowrap; }
.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  gap: 5px;
  padding: 10px;
  color: var(--white);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
}
.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 2px;
}
.mobile-menu {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(13, 20, 27, .98);
}
.mobile-menu-inner {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 14px;
}
.mobile-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: var(--text);
  font-weight: 900;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.mobile-menu .btn { border-bottom: 0; }

.hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 72px 0 44px;
  background:
    linear-gradient(100deg, rgba(17, 24, 32, .98) 0%, rgba(17, 24, 32, .78) 50%, rgba(17, 24, 32, .5) 100%),
    url("https://kuzov24.ru/images/optimized/hero-kamaz-loader.jpg") center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(180deg, transparent, var(--ink));
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 40px;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .94;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}
h3 { margin: 0; font-size: 22px; line-height: 1.12; }
.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-search {
  max-width: 680px;
  margin-top: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}
.hero-search label,
.search-box label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-search-row,
.search-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
input,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #dce4ec;
  border-radius: 6px;
  outline: none;
}
textarea { min-height: 110px; resize: vertical; }
input:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 194, 71, .25);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.hero-trust span {
  padding: 8px 10px;
  color: var(--text);
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}
.hero-media {
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}
.hero-media figcaption {
  display: grid;
  gap: 5px;
  padding: 14px 4px 3px;
}
.hero-media b { color: var(--white); }
.hero-media span { color: var(--muted); font-size: 14px; }

.quick-facts {
  padding: 20px 0;
  background: var(--graphite);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.quick-facts-grid div {
  min-height: 96px;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
}
.quick-facts-grid b { display: block; color: var(--yellow); }
.quick-facts-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; }

.catalog-section,
.delivery-section,
.process-section,
.lead-section,
.contacts-section,
.related-section,
.product-detail-section {
  padding: 86px 0;
}
.catalog-section,
.lead-section,
.related-section { background: var(--paper); color: var(--ink); }
.delivery-section { background: var(--ink); }
.process-section { background: var(--graphite); }
.contacts-section { background: var(--paper); color: var(--ink); }
.product-detail-section { background: var(--paper); color: var(--ink); padding-top: 42px; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}
.section-head.compact { align-items: center; }
.section-head p {
  margin: 0;
  color: var(--dark-muted);
}
.catalog-tools {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  align-items: end;
  gap: 18px;
  margin-bottom: 16px;
}
.search-box {
  padding: 16px;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
}
.search-clear {
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  background: #edf2f6;
  border: 1px solid #dce4ec;
  border-radius: 6px;
  font-weight: 900;
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-tabs button {
  min-height: 42px;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 6px;
  font-weight: 900;
}
.filter-tabs button.active,
.filter-tabs button:hover {
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  border-color: transparent;
}
.catalog-summary {
  margin-bottom: 18px;
  padding: 13px 15px;
  color: #473100;
  background: #fff7df;
  border: 1px solid #efd58b;
  border-radius: 8px;
  font-weight: 800;
}
.catalog-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding: 16px;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
}
.catalog-link-cloud-title {
  flex-basis: 100%;
  color: var(--dark-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.catalog-link-cloud a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  color: var(--ink);
  background: #f3f6f8;
  border: 1px solid #e0e7ee;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}
.catalog-link-cloud a:hover {
  color: #111;
  border-color: var(--orange);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 18px;
}
.product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 32, .08);
}
.product-media {
  position: relative;
  background: #dfe6ec;
  aspect-ratio: 16 / 10;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--dark-muted);
  background: linear-gradient(135deg, #edf2f6, #dfe6ec);
  font-weight: 900;
  text-align: center;
}
.product-status {
  position: absolute;
  left: 12px;
  top: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  color: #111;
  background: var(--yellow);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}
.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.product-tag,
.product-price {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 9px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}
.product-tag { color: var(--ink); background: #edf2f6; }
.product-price { color: #111; background: #fff1c4; white-space: nowrap; }
.product-model {
  margin: 8px 0 0;
  color: var(--dark-muted);
  font-weight: 900;
}
.product-body p:not(.product-model) {
  margin: 10px 0 0;
  color: var(--dark-muted);
}
.product-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.product-specs span {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 9px;
  color: var(--ink);
  background: #f3f6f8;
  border: 1px solid #e0e7ee;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}
.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}
.product-actions .btn { min-height: 44px; padding: 10px; font-size: 14px; }
.catalog-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 24px;
}
.empty-products { display: none; margin: 0; color: var(--red); font-weight: 900; }
.empty-products.show { display: block; }

.delivery-grid,
.process-grid,
.lead-grid,
.contacts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 40px;
  align-items: start;
}
.delivery-grid p,
.process-grid p { color: var(--muted); }
.timeline,
.process-steps {
  display: grid;
  gap: 12px;
}
.timeline div,
.process-steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}
.process-steps span {
  grid-row: 1 / span 2;
}
.process-steps b,
.process-steps p {
  grid-column: 2;
}
.timeline b,
.process-steps span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #111;
  background: var(--yellow);
  border-radius: 6px;
  font-weight: 900;
}
.timeline span,
.process-steps p {
  margin: 0;
  color: var(--muted);
}
.process-steps b { color: var(--white); }

.lead-copy p,
.contacts-section p { color: var(--dark-muted); }
.lead-checklist {
  margin-top: 20px;
  padding: 18px;
  color: var(--ink);
  background: #fff7df;
  border: 1px solid #efd58b;
  border-radius: 8px;
}
.lead-checklist span { display: block; font-weight: 900; }
.lead-checklist p { margin: 6px 0 0; color: #5f4b14; }
form {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 32, .08);
}
form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 600;
}
.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}
.consent a { color: var(--blue); text-decoration: underline; }
.form-note { margin: 0; color: var(--dark-muted); font-size: 14px; }
.contact-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 32, .08);
}
.contact-card a {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}
.contact-card span {
  padding-top: 12px;
  color: var(--dark-muted);
  border-top: 1px solid #edf2f6;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--dark-muted);
  font-weight: 800;
}
.breadcrumbs a { color: var(--blue); }
.detail-loading {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: var(--dark-muted);
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: 28px;
  align-items: start;
}
.detail-gallery {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
}
.detail-gallery img,
.detail-gallery .product-placeholder {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.detail-info {
  display: grid;
  gap: 16px;
}
.detail-panel {
  padding: 22px;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 32, .08);
}
.detail-panel h1 {
  color: var(--ink);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
}
.detail-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}
.detail-panel p { color: var(--dark-muted); }
.catalog-section .btn-outline,
.related-section .btn-outline {
  color: var(--ink);
  border-color: #d0d9e2;
}
.catalog-section .btn-outline:hover,
.related-section .btn-outline:hover {
  color: #111;
  border-color: var(--orange);
}
.detail-badges,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.detail-badges span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  color: var(--ink);
  background: #edf2f6;
  border-radius: 6px;
  font-weight: 900;
}
.detail-price {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 12px;
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  border-radius: 6px;
  font-size: 28px;
  font-weight: 900;
}
.detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-list li {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #edf2f6;
}
.detail-list li:last-child { border-bottom: 0; }
.detail-list b { color: var(--ink); }
.detail-list span { color: var(--dark-muted); }
.not-found-box {
  padding: 24px;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
}

.footer {
  padding: 24px 0;
  background: #0d141b;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
}
.footer a { color: var(--yellow); }
.mobile-cta { display: none; }

.policy-page {
  min-height: 100vh;
  padding: 56px 0;
  background: var(--paper);
  color: var(--ink);
}
.policy-card {
  max-width: 860px;
  padding: 28px;
  background: var(--white);
  border: 1px solid #dfe6ec;
  border-radius: 8px;
}
.policy-card h1 {
  margin: 18px 0 14px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
}
.policy-card p { color: var(--dark-muted); }
.policy-back { color: var(--blue); font-weight: 900; }

.samosvaly-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 72px 0 46px;
  background:
    linear-gradient(100deg, rgba(17, 24, 32, .98) 0%, rgba(17, 24, 32, .82) 56%, rgba(17, 24, 32, .62) 100%),
    var(--landing-hero-image, url("https://kuzov24.ru/images/yandex/samosvalnyy-kuzov-shacman-35-m3-12-1080.jpg")) center / cover no-repeat;
}
.samosvaly-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 86px;
  background: linear-gradient(180deg, transparent, var(--ink));
  pointer-events: none;
}
.samosvaly-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: center;
  gap: 42px;
}
.samosvaly-hero-copy { max-width: 820px; }
.samosvaly-price {
  width: fit-content;
  margin: 18px 0 0;
  padding: 10px 12px;
  color: #111;
  background: var(--yellow);
  border-radius: 6px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
}
.catalog-tags {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.catalog-tag-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.catalog-tag-group span {
  min-width: 72px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.catalog-tag-group a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  font-weight: 900;
}
.catalog-tag-group a:hover,
.catalog-tag-group a.active {
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  border-color: transparent;
}
.samosvaly-hero-media {
  margin: 0;
  padding: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.samosvaly-hero-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}
.samosvaly-hero-media figcaption {
  display: grid;
  gap: 5px;
  padding: 14px 4px 3px;
}
.samosvaly-hero-media b { color: var(--white); }
.samosvaly-hero-media span { color: var(--muted); font-size: 14px; }
.samosval-card .product-body { gap: 12px; }
.live-photo {
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
}
.request-photo {
  color: var(--white);
  background: var(--graphite);
}
.samosvaly-magnet {
  padding: 64px 0;
  background: var(--graphite);
}
.magnet-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 30px;
  color: var(--text);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}
.magnet-band h2 {
  max-width: 760px;
  font-size: clamp(28px, 4vw, 46px);
}
.magnet-band p:not(.eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
}
.landing-hero { min-height: 760px; }
.price-lead-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 16px;
  margin-top: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}
.price-lead-box b {
  display: block;
  color: var(--white);
  font-size: 20px;
  line-height: 1.15;
}
.price-lead-box span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.price-lead-form {
  padding: 14px;
  gap: 9px;
  box-shadow: none;
}
.compact-consent { font-size: 13px; }
.compact-consent input {
  width: 16px;
  min-height: 16px;
}
.conditions-section {
  padding: 76px 0;
  background: var(--ink);
}
.conditions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.conditions-grid article {
  min-height: 190px;
  padding: 22px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}
.conditions-grid b {
  display: block;
  color: var(--yellow);
  font-size: 22px;
}
.conditions-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .top-nav { display: none; }
  .menu-toggle { display: grid; }
  .hero-grid,
  .samosvaly-hero-grid,
  .delivery-grid,
  .process-grid,
  .lead-grid,
  .contacts-grid,
  .product-detail {
    grid-template-columns: 1fr;
  }
  .hero-media { display: none; }
  .samosvaly-hero-media { display: none; }
  .quick-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-tools,
  .section-head,
  .magnet-band,
  .price-lead-box {
    grid-template-columns: 1fr;
  }
  .conditions-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  main[id], section[id] { scroll-margin-top: 76px; }
  .container { width: min(100% - 22px, 1180px); }
  .topbar-inner { min-height: 66px; gap: 10px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .phone-link,
  .top-request { display: none; }
  .hero {
    min-height: auto;
    padding: 48px 0 34px;
  }
  .samosvaly-hero {
    min-height: auto;
    padding: 44px 0 34px;
  }
  .landing-hero { min-height: auto; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .lead { font-size: 16px; }
  .catalog-tag-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-tag-group span { grid-column: 1 / -1; }
  .hero-search-row,
  .search-input-row,
  .product-actions,
  .product-specs {
    grid-template-columns: 1fr;
  }
  .quick-facts-grid { grid-template-columns: 1fr; }
  .catalog-section,
  .delivery-section,
  .process-section,
  .lead-section,
  .contacts-section,
  .related-section,
  .product-detail-section,
  .samosvaly-magnet,
  .conditions-section {
    padding: 54px 0;
  }
  .filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filter-tabs button { padding-left: 8px; padding-right: 8px; }
  .products-grid { grid-template-columns: 1fr; }
  .timeline div,
  .process-steps article,
  .detail-list li {
    grid-template-columns: 1fr;
  }
  .process-steps span,
  .process-steps b,
  .process-steps p {
    grid-column: auto;
    grid-row: auto;
  }
  form { padding: 18px; }
  .detail-actions .btn { width: 100%; }
  .mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    background: rgba(13, 20, 27, .94);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
  }
  .mobile-cta a {
    min-height: 44px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    border-right: 1px solid rgba(255, 255, 255, .12);
  }
  .mobile-cta a:first-child { background: var(--red); }
  .mobile-cta a:last-child { border-right: 0; color: #111; background: var(--yellow); }
  .footer { padding-bottom: 86px; }
}
