/* =========================================================================
   XCMG Service KZ — industrial yellow / graphite design system
   ========================================================================= */

:root {
  --yellow: #ffce00;
  --yellow-deep: #f5b400;
  --yellow-soft: #fff4cc;
  --blue: #00469b;
  --blue-deep: #00356f;
  --blue-soft: #e7eef7;
  --graphite-900: #14161a;
  --graphite-800: #191c21;
  --graphite-700: #22262d;
  --graphite-600: #2d323a;
  --graphite-500: #3a414b;
  --ink: #14171c;
  --ink-soft: #3b424d;
  --muted: #6b7480;
  --line: #e4e7ec;
  --line-dark: #343a43;
  --bg: #ffffff;
  --bg-soft: #f4f6f9;
  --bg-softer: #eef1f5;
  --white: #ffffff;
  --ok: #1f9d55;
  --warn: #c9750a;
  --danger: #c0392b;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 2px rgba(20, 23, 28, .06), 0 2px 8px rgba(20, 23, 28, .05);
  --shadow: 0 10px 30px rgba(20, 23, 28, .10);
  --shadow-lg: 0 24px 60px rgba(20, 23, 28, .18);
  --container: 1200px;
  --header-h: 76px;
  --font: "Inter", "Segoe UI", "Roboto", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.18; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
strong { font-weight: 700; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(48px, 7vw, 92px) 0; }
.section--soft { background: var(--bg-soft); }
.section--graphite {
  background: var(--graphite-900);
  color: #e9edf2;
  background-image:
    radial-gradient(1200px 400px at 80% -10%, rgba(255,206,0,.10), transparent 60%);
}
.section--tight { padding: clamp(36px, 5vw, 60px) 0; }

.icon { width: 24px; height: 24px; flex: none; }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700;
  color: var(--yellow-deep);
}
.section--graphite .eyebrow { color: var(--yellow); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; margin-top: .2rem; }
.section--graphite .section-head p { color: #aab3bf; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: .98rem; line-height: 1; cursor: pointer;
  padding: 14px 24px; border-radius: var(--radius-sm); border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--yellow); color: var(--graphite-900); box-shadow: 0 8px 20px rgba(255,206,0,.28); }
.btn--primary:hover { background: var(--yellow-deep); color: var(--graphite-900); }
.btn--dark { background: var(--graphite-900); color: #fff; }
.btn--dark:hover { background: var(--graphite-700); }
.btn--ghost { background: transparent; border-color: currentColor; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--yellow); }
.btn--lg { padding: 17px 30px; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn .icon { width: 19px; height: 19px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(20,22,26,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-dark);
  color: #eef1f5;
}
.topbar { background: var(--graphite-800); border-bottom: 1px solid var(--line-dark); font-size: .85rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; }
.topbar a { color: #c7cdd6; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--yellow); }
.topbar .icon { width: 16px; height: 16px; color: var(--yellow); }
.topbar__group { display: flex; gap: 22px; align-items: center; }

.header-main { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand__logo { width: 46px; height: 46px; }
.brand__name { font-weight: 900; font-size: 1.18rem; letter-spacing: -.02em; color: #fff; line-height: 1; }
.brand__name b { color: var(--yellow); }
.brand__sub { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #98a1ad; margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  padding: 12px 14px; font-weight: 600; font-size: .95rem; color: #d7dce3; border-radius: 8px;
}
.nav__link:hover, .nav__item:hover .nav__link { color: #fff; background: rgba(255,255,255,.06); }
.nav__link .caret { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -3px; opacity: .7; }

.dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 256px;
  background: #fff; color: var(--ink); border-radius: 12px; box-shadow: var(--shadow-lg);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: .16s ease; border: 1px solid var(--line);
}
.nav__item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .93rem; font-weight: 500; color: var(--ink-soft); }
.dropdown a:hover { background: var(--bg-soft); color: var(--ink); }
.dropdown a b { font-weight: 700; color: var(--ink); }

.header-cta { display: flex; align-items: center; gap: 14px; flex: none; }
.header-phone { text-align: right; }
.header-phone a { font-weight: 800; font-size: 1.08rem; color: #fff; white-space: nowrap; }
.header-phone span { display: block; font-size: .72rem; color: #98a1ad; }
.header-search { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-dark); color: #fff; flex: none; transition: border-color .15s, color .15s; }
.header-search:hover { border-color: var(--yellow); color: var(--yellow); }
.header-search .icon { width: 20px; height: 20px; }

.burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line-dark); background: transparent; border-radius: 10px; cursor: pointer; color: #fff; }
.burger span { display: block; width: 20px; height: 2px; background: currentColor; margin: 4px auto; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #eef1f5; overflow: hidden;
  background: linear-gradient(120deg, #111317 0%, #1b1f25 55%, #14161a 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 460px at 88% 0%, rgba(255,206,0,.16), transparent 62%),
    linear-gradient(0deg, rgba(15,17,20,.86), rgba(15,17,20,.30));
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero .container { position: relative; z-index: 2; }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding: clamp(54px, 8vw, 104px) 0; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border-radius: 999px;
  background: rgba(255,206,0,.13); border: 1px solid rgba(255,206,0,.35); color: var(--yellow);
  font-weight: 700; font-size: .82rem; margin-bottom: 22px;
}
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--yellow); }
.hero__lead { font-size: 1.18rem; color: #c4cbd4; max-width: 560px; margin: 18px 0 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__points { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero__points li { list-style: none; display: flex; align-items: center; gap: 8px; font-weight: 600; color: #d7dce3; font-size: .95rem; }
.hero__points .icon { width: 19px; height: 19px; color: var(--yellow); }
.hero__card {
  background: rgba(28,31,37,.86); border: 1px solid var(--line-dark); border-radius: 18px;
  padding: 26px; box-shadow: var(--shadow-lg); backdrop-filter: blur(4px);
}
.hero__card h3 { color: #fff; }
.hero__card p { color: #aab3bf; font-size: .92rem; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--yellow); color: var(--ink); }
.trust-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 26px 22px; }
.trust-num { text-align: center; }
.trust-num b { display: block; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 900; letter-spacing: -.02em; }
.trust-num span { font-weight: 600; font-size: .9rem; opacity: .85; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .2s ease, border-color .2s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d6dae1; }
.card__icon {
  width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center;
  background: var(--yellow-soft); color: var(--yellow-deep); margin-bottom: 16px;
}
.card__icon .icon { width: 27px; height: 27px; }
.card h3 { margin-bottom: 8px; }
.card h3 a:hover { color: var(--graphite-900); }
.card p { color: var(--muted); font-size: .95rem; margin-bottom: 16px; }
.card__foot { margin-top: auto; }
.card__link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--ink); font-size: .92rem; }
.card__link .icon { width: 17px; height: 17px; color: var(--graphite-900); transition: transform .15s; }
.card:hover .card__link .icon { transform: translateX(3px); }

/* tile (categories / cities) */
.tile {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 190px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: #fff;
  background: var(--graphite-700); box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .2s;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .55; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,15,18,.92), rgba(13,15,18,.15)); z-index: 1; }
.tile > * { position: relative; z-index: 2; }
.tile h3 { color: #fff; margin-bottom: 4px; font-size: 1.18rem; }
.tile p { color: #c9cfd7; font-size: .86rem; margin: 0; }
.tile .badge { position: absolute; top: 14px; left: 14px; z-index: 2; }

.badge {
  display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 700;
  padding: 5px 10px; border-radius: 999px; background: var(--yellow); color: var(--ink);
}
.badge--muted { background: var(--bg-softer); color: var(--ink-soft); }
.badge--ok { background: rgba(31,157,85,.14); color: var(--ok); }
.badge--warn { background: rgba(201,117,10,.14); color: var(--warn); }
.badge--danger { background: rgba(192,57,43,.12); color: var(--danger); }

/* product card */
.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .2s, border-color .2s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d6dae1; }
.product-card__media { position: relative; aspect-ratio: 4 / 3; background: var(--bg-softer); overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__media .badge { position: absolute; top: 12px; left: 12px; }
.product-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.product-card__cat { font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; }
.product-card__title { font-weight: 700; font-size: 1rem; margin: 6px 0; }
.product-card__title a:hover { color: var(--graphite-900); }
.product-card__sku { font-size: .82rem; color: var(--muted); margin-bottom: 10px; }
.product-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font-weight: 800; font-size: 1.02rem; }
.price small { display: block; font-weight: 600; font-size: .72rem; color: var(--muted); }
.price--ask { color: var(--yellow-deep); }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { padding: 16px 0 0; font-size: .86rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 7px; }
.breadcrumbs li::after { content: "/"; color: var(--line); }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a:hover { color: var(--graphite-900); }
.breadcrumbs li:last-child { color: var(--ink); font-weight: 600; }

/* ---------- Page header (interior) ---------- */
.page-hero { background: var(--graphite-900); color: #eef1f5; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 90% -20%, rgba(255,206,0,.13), transparent 60%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero__inner { padding: clamp(30px, 5vw, 56px) 0; max-width: 820px; }
.page-hero h1 { color: #fff; margin-top: 10px; }
.page-hero p { color: #b8c0cb; font-size: 1.1rem; max-width: 660px; }
.page-hero .breadcrumbs--onhero { padding: 22px 0 4px; color: #8b94a1; }
.page-hero .breadcrumbs--onhero ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 0; }
.page-hero .breadcrumbs--onhero li { display: flex; align-items: center; gap: 7px; }
.page-hero .breadcrumbs--onhero li::after { content: "/"; color: #444b55; }
.page-hero .breadcrumbs--onhero li:last-child::after { content: ""; }
.page-hero .breadcrumbs--onhero a { color: #9aa3af; }
.page-hero .breadcrumbs--onhero a:hover { color: var(--yellow); }
.page-hero .breadcrumbs--onhero li:last-child { color: #d7dce3; font-weight: 600; }
.page-hero__inner .eyebrow { color: var(--yellow); }

/* ---------- Content / prose ---------- */
.prose { font-size: 1.04rem; color: var(--ink-soft); }
.prose h2 { margin-top: 1.6em; color: var(--ink); }
.prose h3 { margin-top: 1.4em; color: var(--ink); }
.prose ul li { margin-bottom: .4em; }
.prose img { border-radius: var(--radius); margin: 1.2em 0; }
.prose a { color: var(--graphite-900); font-weight: 600; text-decoration: underline; text-decoration-color: var(--yellow-deep); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--graphite-900); }

.layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 40px; align-items: start; }
.sidebar { position: sticky; top: calc(var(--header-h) + 20px); display: flex; flex-direction: column; gap: 20px; }

/* ---------- Spec / price tables ---------- */
.spec-table, .price-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.spec-table td, .price-table td, .price-table th { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table td:first-child { color: var(--muted); width: 46%; }
.price-table th { background: var(--graphite-900); color: #fff; font-weight: 700; }
.price-table tr:last-child td { border-bottom: none; }
.table-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }

/* ---------- Process steps ---------- */
.steps { counter-reset: step; display: grid; gap: 16px; }
.steps--row { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.step { position: relative; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-weight: 900; font-size: 1.1rem; color: var(--yellow-deep);
  display: inline-flex; margin-bottom: 8px; letter-spacing: .02em;
}
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Feature list with checks ---------- */
.checklist { list-style: none; padding: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; }
.checklist .icon { width: 22px; height: 22px; color: var(--yellow-deep); flex: none; margin-top: 1px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; font-weight: 600; color: var(--yellow-deep); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 18px; color: var(--ink-soft); }

/* ---------- Forms ---------- */
.lead-form { display: grid; gap: 12px; }
.field__input {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .98rem; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field__input:focus { outline: none; border-color: var(--yellow-deep); box-shadow: 0 0 0 3px rgba(245,180,0,.30); }
textarea.field__input { resize: vertical; min-height: 96px; }
.form-note { font-size: .8rem; color: var(--muted); }
.form-note a { color: var(--graphite-900); }
.errorlist { list-style: none; padding: 0; margin: -6px 0 0; color: var(--danger); font-size: .84rem; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.section--graphite .form-card { background: var(--graphite-700); border-color: var(--line-dark); }
.section--graphite .field__input { background: var(--graphite-800); border-color: var(--line-dark); color: #fff; }

/* ---------- Request / CTA band ---------- */
.cta-band { background: var(--graphite-900); color: #fff; border-radius: 20px; padding: clamp(30px, 5vw, 52px); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(255,206,0,.20), transparent 70%); }
.cta-band__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #b8c0cb; }

/* ---------- Messages ---------- */
.messages { position: fixed; top: calc(var(--header-h) + 14px); right: 22px; z-index: 90; display: grid; gap: 10px; max-width: 380px; }
.message { padding: 14px 18px; border-radius: var(--radius-sm); font-weight: 600; box-shadow: var(--shadow); display: flex; gap: 10px; align-items: center; }
.message.success { background: #eafaf0; color: #14693a; border: 1px solid #bfe8cf; }
.message.error { background: #fdecea; color: #a3271b; border: 1px solid #f5c6c0; }

/* ---------- Floating request button ---------- */
.floating-cta { position: fixed; right: 20px; bottom: 20px; z-index: 70; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.floating-cta a { box-shadow: var(--shadow-lg); }
.fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--ink); }
.fab--wa { background: #25d366; color: #fff; }
.fab .icon { width: 26px; height: 26px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--graphite-900); color: #aeb6c0; padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.site-footer h4 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.site-footer a { color: #aeb6c0; display: inline-block; padding: 4px 0; }
.site-footer a:hover { color: var(--yellow); }
.footer-brand .brand__name { color: #fff; }
.footer-contacts li { list-style: none; display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; }
.footer-contacts .icon { width: 19px; height: 19px; color: var(--yellow); flex: none; margin-top: 2px; }
.footer-legal { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-legal a { color: #9aa3b0; font-size: .85rem; }
.footer-legal a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 16px; padding-top: 0; border-top: none; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: #7f8896; }
.footer-list { list-style: none; padding: 0; margin: 0; }

/* ---------- Utility ---------- */
.muted { color: var(--muted); }
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.stack-sm > * + * { margin-top: 10px; }
.flex { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.between { justify-content: space-between; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .86rem; font-weight: 600; color: var(--ink-soft); }
.chip:hover { border-color: var(--yellow-deep); color: var(--ink); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.divider { height: 1px; background: var(--line); margin: 26px 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }

.logo-strip { display: flex; flex-wrap: wrap; gap: 14px 30px; align-items: center; }
.logo-strip span { font-weight: 800; font-size: 1.15rem; color: #fff; opacity: .8; letter-spacing: .02em; }
.section--graphite .logo-strip span { color: #fff; }

.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.info-card h3 { font-size: 1.1rem; }
.info-card .icon { color: var(--graphite-900); }

.avail-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.avail-dot--in { background: var(--ok); }
.avail-dot--on { background: var(--warn); }
.avail-dot--out { background: var(--danger); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__card { display: none; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .grid--4 { grid-template-columns: repeat(3, 1fr); }
  .cta-band__grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav, .header-phone, .topbar__group--extra, .brand__sub { display: none; }
  .header-cta { margin-left: auto; }
  .header-cta .btn--primary { display: none; }
  .burger { display: block; }
  .header-main { gap: 14px; }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .trust-strip .container { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .nav.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 100%; left: 0; right: 0; background: var(--graphite-800);
    padding: 12px; border-top: 1px solid var(--line-dark); max-height: 76vh; overflow: auto;
  }
  .nav.is-open .nav__link { padding: 13px 14px; }
  .nav.is-open .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; border: none; padding: 0 0 8px 12px; }
  .nav.is-open .dropdown a { color: #c7cdd6; }
  .nav.is-open .dropdown a:hover { background: rgba(255,255,255,.06); color:#fff; }
  .nav.is-open .nav__link .caret { display: none; }
}
@media (max-width: 560px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .hero__actions .btn { flex: 1 1 100%; }
  .section { padding: 44px 0; }
  .messages { left: 14px; right: 14px; max-width: none; }
  h1 { font-size: 1.9rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
