/* =========================================================================
   SHACMAN CN — vehicle sales design system
   Industrial-automotive: Oswald display + Manrope body, light masthead,
   SHACMAN red on graphite, sharp geometry, red chevron motif.
   (Deliberately distinct from the xcmg dark/yellow/Inter template.)
   ========================================================================= */

:root {
  --red: #E2231A;
  --red-deep: #C1121F;
  --red-soft: #fdecea;
  --blue: #0f5ba0;          /* authentic SHACMAN mark blue */
  --blue-deep: #0b497f;
  --ink: #15171c;           /* near-black graphite */
  --ink-2: #1d2128;
  --ink-3: #272c34;
  --slate: #515a67;
  --muted: #7b8492;
  --line: #e5e8ee;
  --line-2: #eef1f5;
  --line-dark: #2c313a;
  --bg: #ffffff;
  --bg-soft: #f5f6f9;
  --bg-soft-2: #edf0f5;
  --ok: #1f9d55;
  --warn: #c9750a;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(20,23,28,.05), 0 4px 12px rgba(20,23,28,.05);
  --shadow: 0 14px 36px rgba(20,23,28,.12);
  --shadow-lg: 0 30px 70px rgba(15,17,20,.22);
  --container: 1240px;
  --top-h: 40px;
  --mast-h: 78px;
  --display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0; font-family: var(--body); color: var(--ink); background: var(--bg);
  font-size: 16px; line-height: 1.62; -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 {
  font-family: var(--display); font-weight: 600; line-height: 1.07;
  margin: 0 0 .5em; letter-spacing: .01em; text-transform: uppercase;
}
h1 { font-size: clamp(2.1rem, 4.8vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.5rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2rem; }
strong { font-weight: 700; }
::selection { background: var(--red); color: #fff; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(52px, 7vw, 96px) 0; }
.section--soft { background: var(--bg-soft); }
.section--tight { padding: clamp(36px, 5vw, 60px) 0; }
.section--ink {
  background: var(--ink); color: #e8ecf2;
  background-image: radial-gradient(1100px 460px at 88% -20%, rgba(226,35,26,.16), transparent 60%);
}
.icon { width: 24px; height: 24px; flex: none; }

/* ---------- Kicker (red chevron eyebrow) — signature motif ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .18em; font-size: .8rem; color: var(--red-deep); margin-bottom: 14px;
}
.kicker::before {
  content: ""; width: 26px; height: 11px; background: var(--red);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
}
.section--ink .kicker, .hero .kicker { color: #ff5a4d; }
.shead { max-width: 760px; margin-bottom: 38px; }
.shead.center { margin-left: auto; margin-right: auto; text-align: center; }
.shead p { color: var(--slate); font-size: 1.08rem; margin-top: .35rem; }
.section--ink .shead p { color: #aeb7c3; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .04em; font-size: .98rem; line-height: 1; cursor: pointer;
  padding: 15px 26px; border-radius: var(--radius); border: 2px solid transparent;
  transition: transform .12s, box-shadow .18s, background .18s, color .18s, border-color .18s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(226,35,26,.32); }
.btn--primary:hover { background: var(--red-deep); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
.btn--ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--red); color: #fff; }
.btn--outline-light { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn--outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--wa { background: #25d366; color: #0b3d20; }
.btn--wa:hover { background: #1fbb59; color: #062b16; }
.btn--lg { padding: 18px 34px; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn .icon { width: 19px; height: 19px; }

/* ---------- Top utility strip (RED) ---------- */
.topbar { background: var(--red-deep); color: #fff; font-size: .85rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--top-h); }
.topbar__l, .topbar__r { display: flex; align-items: center; gap: 26px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 600; }
.topbar a:hover { color: #ffd9d6; }
.topbar .icon { width: 15px; height: 15px; opacity: .9; }

/* ---------- Masthead (WHITE) ---------- */
.masthead { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); }
.masthead.is-stuck { box-shadow: 0 6px 24px rgba(20,23,28,.08); }
.masthead .container { display: flex; align-items: center; gap: 28px; min-height: var(--mast-h); }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 38px; width: auto; }
.brand__divider { width: 1px; height: 30px; background: var(--line); margin: 0 4px; }
.brand__tag { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); max-width: 130px; line-height: 1.25; }

.mainnav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.mainnav__item { position: relative; }
.mainnav__link {
  display: inline-flex; align-items: center; gap: 7px; padding: 12px 14px;
  font-weight: 700; font-size: .96rem; color: var(--ink); border-radius: var(--radius);
  white-space: nowrap; position: relative;
}
.mainnav__link::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 7px; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .18s;
}
.mainnav__link:hover { color: var(--red-deep); }
.mainnav__link:hover::after, .mainnav__item.is-current .mainnav__link::after { transform: scaleX(1); }
.mainnav__link .caret { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -3px; opacity: .55; }

/* Mega dropdown for Каталог */
.mega {
  position: absolute; top: calc(100% + 8px); left: 0; width: 540px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .16s; z-index: 80;
}
.mainnav__item:hover .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.mega__item { display: flex; gap: 12px; align-items: center; padding: 11px 12px; border-radius: var(--radius); }
.mega__item:hover { background: var(--bg-soft); }
.mega__ic { width: 40px; height: 40px; border-radius: var(--radius); background: var(--red-soft); color: var(--red-deep); display: grid; place-items: center; flex: none; }
.mega__ic .icon { width: 22px; height: 22px; }
.mega__tx b { display: block; font-size: .94rem; color: var(--ink); }
.mega__tx span { font-size: .78rem; color: var(--muted); }
.mega__all { grid-column: 1 / -1; margin-top: 4px; padding: 11px 12px; border-top: 1px solid var(--line-2); font-weight: 700; color: var(--red-deep); display: flex; align-items: center; gap: 8px; }
.mega__all .icon { width: 17px; height: 17px; }

.header-actions { display: flex; align-items: center; gap: 14px; flex: none; }
.header-phone { text-align: right; line-height: 1.1; }
.header-phone a { font-family: var(--display); font-weight: 600; font-size: 1.18rem; color: var(--ink); white-space: nowrap; }
.header-phone span { display: block; font-size: .7rem; color: var(--muted); font-weight: 600; }
.header-search { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); flex: none; }
.header-search:hover { border-color: var(--red); color: var(--red); }
.burger { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); cursor: pointer; color: var(--ink); }
.burger span { display: block; width: 20px; height: 2px; background: currentColor; margin: 4px auto; transition: .2s; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ink); color: #eef2f7; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 480px at 92% 4%, rgba(226,35,26,.20), transparent 58%),
    linear-gradient(115deg, #101216 0%, #181c22 58%, #101216 100%);
}
.hero__wedge { position: absolute; top: 0; bottom: 0; right: 0; width: 46%; z-index: 1;
  background: linear-gradient(180deg, rgba(226,35,26,.16), rgba(226,35,26,.05));
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%); opacity: .9; }
.hero .container { position: relative; z-index: 2; }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: clamp(48px, 7vw, 92px) 0; }
.hero h1 { color: #fff; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero__lead { font-size: 1.18rem; color: #c2cad4; max-width: 540px; margin: 18px 0 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 12px 30px; }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat b { font-family: var(--display); font-weight: 700; font-size: 1.7rem; color: #fff; line-height: 1; }
.hero__stat span { font-size: .82rem; color: #9aa3af; margin-top: 4px; max-width: 150px; }
.hero__art { position: relative; }
.hero__art-plate { position: absolute; inset: 6% 2% 14% 6%; background: radial-gradient(circle at 50% 60%, rgba(255,255,255,.10), transparent 68%); }
.hero__art img { position: relative; width: 100%; max-width: 540px; margin-left: auto; filter: drop-shadow(0 26px 30px rgba(0,0,0,.5)); }
.hero__tagchip { position: absolute; left: 0; bottom: 6%; background: var(--red); color: #fff; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; padding: 10px 16px; border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- Trust band ---------- */
.trustband { background: #fff; border-bottom: 1px solid var(--line); }
.trustband .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustband__c { padding: 22px 14px; display: flex; gap: 13px; align-items: center; border-right: 1px solid var(--line-2); }
.trustband__c:last-child { border-right: none; }
.trustband__ic { width: 40px; height: 40px; color: var(--red-deep); flex: none; }
.trustband__c b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.02rem; color: var(--ink); line-height: 1.1; }
.trustband__c span { font-size: .82rem; color: var(--muted); }

/* ---------- Category cards ---------- */
.catgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catcard {
  position: relative; display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .16s, box-shadow .2s, border-color .2s;
}
.catcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d4dae2; }
.catcard__media { aspect-ratio: 16/10; background: linear-gradient(160deg, #f1f4f8, #e3e8ef); display: grid; place-items: center; padding: 18px; position: relative; }
.catcard__media img { max-height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(20,23,28,.18)); }
.catcard__ic { position: absolute; top: 14px; left: 14px; width: 42px; height: 42px; background: #fff; border-radius: var(--radius); display: grid; place-items: center; color: var(--red-deep); box-shadow: var(--shadow-sm); }
.catcard__ic .icon { width: 24px; height: 24px; }
.catcard__b { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.catcard__b h3 { margin-bottom: 6px; }
.catcard__b h3 a:hover { color: var(--red-deep); }
.catcard__b p { color: var(--slate); font-size: .92rem; margin-bottom: 16px; }
.catcard__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.catcard__count { font-family: var(--display); font-weight: 600; color: var(--ink); font-size: .92rem; }
.catcard__count.on-order { color: var(--warn); }
.morelink { display: inline-flex; align-items: center; gap: 7px; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .86rem; color: var(--red-deep); }
.morelink .icon { width: 17px; height: 17px; transition: transform .15s; }
.catcard:hover .morelink .icon, .vcard:hover .morelink .icon { transform: translateX(4px); }

/* ---------- Vehicle cards ---------- */
.vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vgrid--2 { grid-template-columns: repeat(2, 1fr); }
.vcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .16s, box-shadow .2s, border-color .2s; }
.vcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d4dae2; }
.vcard__media { position: relative; aspect-ratio: 4/3; background: linear-gradient(165deg, #f3f5f9 0%, #e6ebf1 100%); display: grid; place-items: center; padding: 16px; }
.vcard__media::after { content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 8px; background: var(--red); }
.vcard__media img { max-height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 14px 16px rgba(20,23,28,.2)); }
.vcard__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.vcard__b { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.vcard__kicker { font-family: var(--display); font-weight: 500; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; color: var(--muted); }
.vcard__title { font-family: var(--display); font-weight: 600; font-size: 1.22rem; text-transform: uppercase; line-height: 1.05; margin: 5px 0 12px; }
.series-badge { height: 26px; width: auto; margin: 2px 0 10px; display: block; }
.series-badge--lg { height: 40px; margin: 0 0 12px; }
.vcard__title a:hover { color: var(--red-deep); }
.spec-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.spec-chips li { list-style: none; display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600; color: var(--slate); background: var(--bg-soft); border: 1px solid var(--line-2); border-radius: 999px; padding: 5px 11px; }
.spec-chips .icon { width: 14px; height: 14px; color: var(--red-deep); }
.vcard__foot { margin-top: auto; }
.pricerow { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.price { font-family: var(--display); font-weight: 600; font-size: 1.45rem; color: var(--ink); line-height: 1; }
.price small { display: block; font-family: var(--body); font-weight: 600; font-size: .72rem; color: var(--muted); margin-top: 5px; letter-spacing: 0; }
.price--ask { color: var(--red-deep); font-size: 1.15rem; }
.vcard__actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }

/* ---------- Badges ---------- */
.badge { display: inline-flex; align-items: center; gap: 6px; font-family: var(--display); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; font-size: .72rem; padding: 5px 10px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.badge--red { background: var(--red); }
.badge--stock { background: var(--ok); }
.badge--soft { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.avail { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: .86rem; }
.avail__dot { width: 9px; height: 9px; border-radius: 50%; }
.avail--in .avail__dot, .avail--border .avail__dot { background: var(--ok); }
.avail--order .avail__dot { background: var(--warn); }

/* ---------- Feature / why-us grid ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature { padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.section--ink .feature { background: var(--ink-2); border-color: var(--line-dark); }
.feature__ic { width: 50px; height: 50px; border-radius: var(--radius); background: var(--red-soft); color: var(--red-deep); display: grid; place-items: center; margin-bottom: 16px; }
.section--ink .feature__ic { background: rgba(226,35,26,.16); color: #ff6a5e; }
.feature__ic .icon { width: 26px; height: 26px; }
.feature h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--slate); font-size: .92rem; margin: 0; }
.section--ink .feature p { color: #aab3bf; }

/* ---------- Spec table ---------- */
.spectable { width: 100%; border-collapse: collapse; font-size: .96rem; }
.spectable caption { text-align: left; font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: 1.1rem; padding: 0 0 14px; }
.spectable td { padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spectable tr:nth-child(odd) td { background: var(--bg-soft); }
.spectable td:first-child { color: var(--slate); width: 46%; font-weight: 600; }
.spectable td:last-child { color: var(--ink); font-weight: 600; }
.table-wrap { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }

/* ---------- Price box (vehicle detail) ---------- */
.pricebox { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.pricebox__head { background: var(--ink); color: #fff; padding: 22px 24px; position: relative; }
.pricebox__head::after { content: ""; position: absolute; left: 0; bottom: 0; width: 90px; height: 6px; background: var(--red); }
.pricebox__price { font-family: var(--display); font-weight: 700; font-size: 2.1rem; line-height: 1; }
.pricebox__price.ask { font-size: 1.5rem; }
.pricebox__note { color: #aeb7c3; font-size: .85rem; margin-top: 8px; }
.pricebox__body { padding: 22px 24px; }
.pricebox__row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line-2); font-size: .92rem; }
.pricebox__row:last-of-type { border-bottom: none; }
.pricebox__row .icon { width: 19px; height: 19px; color: var(--red-deep); flex: none; }
.pricebox__cta { display: grid; gap: 10px; margin-top: 18px; }

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

/* ---------- Interior page header ---------- */
.pagehead { background: var(--ink); color: #eef2f7; position: relative; overflow: hidden; }
.pagehead::before { content: ""; position: absolute; inset: 0; background: radial-gradient(760px 320px at 92% -30%, rgba(226,35,26,.16), transparent 60%); }
.pagehead__wedge { position: absolute; right: 0; top: 0; bottom: 0; width: 30%; background: rgba(226,35,26,.07); clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%); }
.pagehead .container { position: relative; z-index: 2; }
.pagehead__in { padding: clamp(26px, 4vw, 50px) 0; max-width: 840px; }
.pagehead h1 { color: #fff; margin-top: 12px; }
.pagehead p { color: #b6bfca; font-size: 1.12rem; max-width: 680px; }
.pagehead .breadcrumbs { padding-top: 22px; color: #8a93a0; }
.pagehead .breadcrumbs li::after { color: #444b55; }
.pagehead .breadcrumbs a { color: #9aa3af; }
.pagehead .breadcrumbs a:hover { color: #ff6a5e; }
.pagehead .breadcrumbs li:last-child { color: #d3d9e1; }

/* ---------- Content / prose ---------- */
.prose { font-size: 1.05rem; color: var(--slate); }
.prose h2 { margin-top: 1.5em; color: var(--ink); }
.prose h3 { margin-top: 1.3em; color: var(--ink); }
.prose ul li { margin-bottom: .4em; }
.prose a { color: var(--red-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.split { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 44px; align-items: start; }
.sidebar { position: sticky; top: 124px; display: flex; flex-direction: column; gap: 20px; }

/* ---------- Forms ---------- */
.lead-form { display: grid; gap: 12px; }
.field__input {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius);
  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(--red); box-shadow: 0 0 0 3px rgba(226,35,26,.16); }
textarea.field__input { resize: vertical; min-height: 96px; }
.form-note { font-size: .8rem; color: var(--muted); }
.form-note a { color: var(--red-deep); }
.errorlist { list-style: none; padding: 0; margin: -6px 0 0; color: var(--red-deep); font-size: .84rem; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.form-card--accent { border-top: 4px solid var(--red); }
.section--ink .form-card { background: var(--ink-2); border-color: var(--line-dark); }
.section--ink .field__input { background: var(--ink-3); border-color: var(--line-dark); color: #fff; }

/* ---------- CTA band ---------- */
.ctaband { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 54px); position: relative; overflow: hidden; }
.ctaband::after { content: ""; position: absolute; right: -40px; top: 0; bottom: 0; width: 320px; background: rgba(226,35,26,.12); clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%); }
.ctaband__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; position: relative; z-index: 2; }
.ctaband h2 { color: #fff; }
.ctaband p { color: #b6bfca; margin: 0; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 20px; }
.faq summary { cursor: pointer; font-family: var(--display); font-weight: 500; font-size: 1.05rem; 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.6rem; color: var(--red-deep); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 18px; color: var(--slate); }

/* ---------- Chips / checklist / misc ---------- */
.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(--red-deep); flex: none; margin-top: 1px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .88rem; font-weight: 600; color: var(--slate); }
.chip:hover { border-color: var(--red); color: var(--ink); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.logo-strip { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; }
.logo-strip span { font-family: var(--display); font-weight: 600; font-size: 1.15rem; color: var(--ink); opacity: .55; letter-spacing: .03em; }
.section--ink .logo-strip span { color: #fff; opacity: .7; }
.divider { height: 1px; background: var(--line); margin: 28px 0; }
.muted { color: var(--muted); }
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.flex { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.stack-sm > * + * { margin-top: 10px; }
.note-box { background: var(--red-soft); border: 1px solid #f6cdc9; border-radius: var(--radius-lg); padding: 22px 24px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.info-card h3 { font-size: 1.12rem; }

/* ---------- Messages ---------- */
.messages { position: fixed; top: 96px; right: 24px; z-index: 95; display: grid; gap: 10px; max-width: 380px; }
.message { padding: 14px 18px; border-radius: var(--radius); 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: var(--red-soft); color: var(--red-deep); border: 1px solid #f5c6c0; }
.message .icon { width: 20px; height: 20px; }

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

/* ---------- Footer ---------- */
.foot { background: var(--ink); color: #aab3bf; padding: 64px 0 26px; }
.foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; }
.foot h4 { font-size: .82rem; color: #fff; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.foot a { color: #aab3bf; display: inline-block; padding: 4px 0; }
.foot a:hover { color: #ff6a5e; }
.foot__brand img { height: 40px; }
.foot__list { list-style: none; padding: 0; margin: 0; }
.foot__contacts li { list-style: none; display: flex; gap: 10px; align-items: flex-start; margin-bottom: 11px; }
.foot__contacts .icon { width: 19px; height: 19px; color: var(--red); flex: none; margin-top: 2px; }
.foot__legal { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 8px 26px; }
.foot__legal a { color: #8a93a0; font-size: .85rem; }
.foot__bottom { margin-top: 16px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; color: #6f7886; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__art { max-width: 460px; }
  .hero__wedge { width: 60%; }
  .split { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .catgrid, .vgrid { grid-template-columns: repeat(2, 1fr); }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .ctaband__grid { grid-template-columns: 1fr; }
  .mega { width: 460px; }
}
@media (max-width: 860px) {
  .mainnav, .header-phone, .topbar__r, .brand__tag, .brand__divider { display: none; }
  .header-actions { margin-left: auto; }
  .burger { display: block; }
  .trustband .container { grid-template-columns: 1fr 1fr; }
  .trustband__c:nth-child(2) { border-right: none; }
  .trustband__c { border-bottom: 1px solid var(--line-2); }
  .mainnav.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    padding: 12px; border-top: 1px solid var(--line); box-shadow: var(--shadow); max-height: 80vh; overflow: auto;
  }
  .mainnav.is-open .mainnav__link { padding: 13px 14px; }
  .mainnav.is-open .mainnav__link::after { display: none; }
  .mainnav.is-open .mega { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 8px 8px; width: auto; grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .catgrid, .vgrid, .vgrid--2, .features { grid-template-columns: 1fr; }
  .hero__cta .btn { flex: 1 1 100%; }
  .vcard__actions { grid-template-columns: 1fr; }
  .messages { left: 14px; right: 14px; max-width: none; }
  .ctaband__grid { grid-template-columns: 1fr; }
}
