/* ============================================================
   UNIFLEX — стили сайта. Индустриальный editorial-стиль:
   бордовый градиент, графит, гротеск + моноширинные подписи,
   прямые углы, нумерация [ 1 ].
   ============================================================ */

:root {
  --wine: #E3000F;
  --wine-600: #C4000D;
  --wine-800: #7A0714;
  --wine-grad: linear-gradient(180deg, #C4000D 0%, #8F0A18 55%, #5E0712 100%);
  --char: #23282D;
  --graphite: #43464B;
  --steel: #979BA4;
  --mist: #EEEFF0;
  --fog: #E3E5E8;
  --paper: #FFFFFF;
  --ink: #1F2327;
  --text: #333333;
  --muted-fg: #6B7078;
  --line: #D9DCE0;
  --ok: #2F7D4B;
  --red: #C8102E;

  --fg: var(--text);
  --bg: var(--paper);
  --card: var(--paper);
  --border: var(--line);

  --font-head: "Inter", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "Noto Sans SC", "JetBrains Mono", Consolas, monospace;
  --zh-track: 0;

  --radius: 0px;
  --radius-lg: 0px;
  --shadow-md: 0 18px 40px -20px rgba(31, 35, 39, .35);
  --shadow-lg: 0 30px 60px -24px rgba(31, 35, 39, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --t-fast: 160ms;
  --t-base: 260ms;
  --t-slow: 460ms;
  --gutter: 28px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 15.5px; line-height: 1.55; color: var(--fg); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--wine); }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: .98; margin: 0 0 .4em; letter-spacing: -.035em; color: var(--ink); font-weight: 600; }
html[lang="zh"] h1, html[lang="zh"] h2, html[lang="zh"] h3, html[lang="zh"] h4 { letter-spacing: 0; line-height: 1.12; }
html[lang="zh"] .mono, html[lang="zh"] .kicker, html[lang="zh"] .btn, html[lang="zh"] .nav-link, html[lang="zh"] .chip { letter-spacing: .06em; }
h1 { font-size: clamp(3rem, 8vw, 7.2rem); }
h2 { font-size: clamp(2.2rem, 4.6vw, 4rem); }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--char); color: #fff; padding: 10px 16px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.container { width: 100%; padding: 0 var(--gutter); margin: 0 auto; max-width: 1600px; }
.section { padding: clamp(56px, 7vw, 96px) 0; }
.section-head { max-width: 900px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head p { color: var(--muted-fg); font-size: 1rem; margin: 0; max-width: 62ch; }
.mono, .kicker { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--steel); margin-bottom: 18px; }
.kicker::before { content: "["; } .kicker::after { content: "]"; }
.icon { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.muted { color: var(--muted-fg); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ---------- Buttons: square, mono, arrow box ---------- */
.btn { display: inline-flex; align-items: stretch; gap: 0; min-height: 44px; padding: 0; border-radius: 0; font-family: var(--font-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; border: 1px solid var(--char); cursor: pointer; transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast); white-space: nowrap; color: var(--ink); background: transparent; }
.btn > span, .btn > .btn-label { display: inline-flex; align-items: center; padding: 0 18px; }
.btn .icon { width: 15px; height: 15px; }
.btn .btn-arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; border-left: 1px solid rgba(255,255,255,.18); background: var(--wine); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--char); color: #fff; border-color: var(--char); }
.btn-primary:hover { background: var(--ink); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-outline .btn-arrow { background: transparent; color: inherit; border-left-color: currentColor; }
.btn-light { background: #fff; color: var(--char); border-color: #fff; }
.btn-light:hover { background: var(--mist); color: var(--char); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn-ghost-light .btn-arrow { background: rgba(255,255,255,.12); }
.btn-sm { min-height: 38px; }
.btn-sm .btn-arrow { width: 38px; }
.btn-lg { min-height: 52px; font-size: .74rem; }
.btn-lg .btn-arrow { width: 52px; }
.btn-block { width: 100%; justify-content: space-between; }
.btn-block > span { flex: 1; }

/* ---------- Header ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; color: var(--ink); background: transparent; transition: background var(--t-base), color var(--t-base), box-shadow var(--t-base); }
.site-header.on-dark { color: #fff; }
.site-header.is-scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 28px; min-width: 0; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: inherit; font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; letter-spacing: -.02em; line-height: 1; }
.logo:hover { color: inherit; }
.logo img { height: 26px; width: auto; }
.site-header .logo-dark { display: none; }
.site-header.is-scrolled .logo-dark { display: block; }
.site-header.is-scrolled .logo-light { display: none; }
.logo-mark { display: none; }
.logo small { display: none; }
.header-tag { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.main-nav > li { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 8px 12px; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: inherit; background: none; border: 0; cursor: pointer; opacity: .9; transition: opacity var(--t-fast); }
.nav-link::before { content: "↳"; opacity: .6; }
.nav-link:hover, .nav-link.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.nav-link .icon { display: none; }
.mega { display: none !important; }
.main-nav > li.has-drop { position: relative; }
.nav-drop { position: absolute; left: -8px; top: calc(100% + 10px); width: 360px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 8px; display: grid; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base); z-index: 6; }
.main-nav > li.has-drop:hover .nav-drop, .main-nav > li.has-drop:focus-within .nav-drop { opacity: 1; visibility: visible; transform: none; }
.nav-drop::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav-drop a { display: flex; align-items: flex-start; gap: 12px; padding: 10px 12px; color: var(--ink); }
.nav-drop a:hover { background: var(--mist); color: var(--ink); }
.nav-drop .nd-ico { width: 34px; height: 34px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--wine); flex: none; }
.nav-drop .nd-ico .icon { width: 16px; height: 16px; }
.nav-drop b { display: block; font-size: .92rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.15; }
.nav-drop small { display: block; font-size: .78rem; color: var(--muted-fg); margin-top: 2px; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.lang { position: relative; }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 10px; border: 1px solid currentColor; background: transparent; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: inherit; }
.lang-btn .icon { width: 13px; height: 13px; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 170px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 4px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base); z-index: 5; }
.lang-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.lang-menu button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px; border: 0; background: none; color: var(--ink); text-align: left; font-size: .9rem; }
.lang-menu button:hover { background: var(--mist); }
.lang-menu button.is-active { color: var(--wine); }
.lang-menu button small { font-family: var(--font-mono); text-transform: uppercase; font-size: .62rem; letter-spacing: .1em; color: var(--steel); }
.header-cta { display: inline-flex; min-height: 36px; border-color: currentColor; color: inherit; }
.header-cta > span { padding: 0 14px; }
.burger { display: inline-flex; align-items: center; gap: 10px; min-height: 36px; padding: 0 10px 0 14px; border: 1px solid currentColor; background: transparent; color: inherit; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.burger .icon { width: 16px; height: 16px; }
.burger .burger-label { display: inline; }

/* Fullscreen menu overlay (drawer) */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(31,35,39,.4); opacity: 0; transition: opacity var(--t-base); }
.drawer.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(560px, 100vw); background: var(--wine-grad); color: #fff; padding: 18px var(--gutter) 32px; overflow-y: auto; transform: translateX(100%); transition: transform var(--t-slow) var(--ease); display: flex; flex-direction: column; gap: 2px; }
.drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; height: calc(var(--header-h) - 18px); }
.drawer .logo { color: #fff; }
.drawer a.d-link, .drawer button.d-link { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--font-head); font-weight: 600; letter-spacing: -.02em; color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); background: none; border-left: 0; border-right: 0; border-top: 0; width: 100%; text-align: left; line-height: 1.1; }
.drawer a.d-link:hover, .drawer button.d-link:hover { color: #fff; padding-left: 8px; transition: padding var(--t-fast); }
.drawer .d-link .icon { width: 22px; height: 22px; opacity: .7; }
.drawer .d-sub { display: none; padding: 8px 0 12px; columns: 2; column-gap: 24px; }
.drawer .d-sub.is-open { display: block; }
.drawer .d-sub a { display: block; padding: 6px 0; color: rgba(255,255,255,.82); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; break-inside: avoid; }
.drawer .d-sub a::before { content: "↳ "; opacity: .6; }
.drawer .d-sub a:hover { color: #fff; }
.drawer .btn { margin-top: 18px; }
.drawer .d-langs { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; padding-top: 20px; }
.drawer .d-langs button { flex: 1; min-height: 40px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; }
.drawer .d-langs button.is-active { background: #fff; color: var(--wine-800); border-color: #fff; }
.icon-btn { width: 40px; height: 40px; border: 1px solid currentColor; background: transparent; display: grid; place-items: center; color: inherit; }
.icon-btn:hover { background: rgba(255,255,255,.1); }

/* ---------- Hero: burgundy full-screen ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; background: var(--wine-grad); color: #fff; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding-top: var(--header-h); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(255,255,255,.14), transparent 60%); pointer-events: none; }
.hero-still { position: absolute; left: 50%; top: calc(var(--header-h) + 2vh); transform: translateX(-50%); width: min(1040px, 88vw); pointer-events: none; }
.hero-inner { margin-top: auto; }
.hero-still svg { width: 100%; height: auto; }
.hero-still .hero-photo { display: none; width: 100%; height: auto; }
.hero-still.has-photo .hero-photo { display: block; }
.hero-still.has-photo svg { display: none; }
.hero-inner { position: relative; padding: 0; text-align: left; display: block; }
.hero-inner > .reveal { max-width: none; margin: 0; }
.hero .kicker { color: rgba(255,255,255,.7); }
.hero h1 { color: #fff; margin: 0 0 22px; font-weight: 600; max-width: 14ch; font-size: clamp(3rem, 7vw, 6.4rem); }
.hero .lead { display: none; }
.hero-actions { display: none; }
.hero-news { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 22px 0 36px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-news .kicker { grid-column: 1 / -1; margin: 0 0 -8px; }
.hero-news a, .hero-news div { color: #fff; font-size: .86rem; line-height: 1.35; max-width: 28ch; }
.hero-news a:hover { text-decoration: underline; text-underline-offset: 3px; color: #fff; }
.hero-art, .hero-scene, .hero-stats, .float-stack, .fcard, .hero-roll { display: none; }

/* Hero video background (CFG.heroVideo) */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-video-tint { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(126,16,39,.55) 0%, rgba(94,11,27,.7) 60%, rgba(60,6,16,.9) 100%); }
.hero.has-video .hero-still { display: none; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; display: block; }
.hero.has-anim .hero-still { display: none; }
.hero.has-anim .hero-video-tint { background: linear-gradient(180deg, rgba(120,8,20,.18) 0%, rgba(90,5,14,.35) 55%, rgba(50,3,8,.85) 100%); }
.hero.has-anim .hero-inner { z-index: 1; }
.hero.has-anim::before { display: none; }
.hero.has-video .hero-inner { z-index: 1; }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }

/* ---------- Divisions: split panels ---------- */
.divisions { display: grid; grid-template-columns: 1fr 1fr; }
.division { position: relative; padding: clamp(28px, 3.5vw, 48px) var(--gutter) clamp(28px, 3.5vw, 48px); min-height: 640px; display: flex; flex-direction: column; overflow: hidden; }
.division-light { background: var(--mist); color: var(--ink); }
.division-dark { background: var(--graphite); color: #fff; }
.division-dark h2, .division-dark a { color: #fff; }
.division-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.division h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 2.9rem); }
.division-list { display: grid; gap: 6px; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.division-list a { display: flex; gap: 10px; color: inherit; opacity: .85; white-space: nowrap; }
.division-list a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.division-list a i { font-style: normal; opacity: .55; }
.division-still { flex: 1; display: grid; place-items: center; padding: 28px 0 24px; }
.division-still svg { width: min(520px, 100%); height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.25)); }
.division-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: auto; }
.division-dark .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.division-dark .btn-outline:hover { background: #fff; color: var(--char); }
.division-dark .btn-primary { background: #fff; color: var(--char); border-color: #fff; }
.division-dark .btn-primary .btn-arrow { background: var(--wine); color: #fff; }

/* ---------- Company: grey, mosaic stats ---------- */
.company { background: var(--fog); padding: clamp(56px, 7vw, 96px) 0 0; }
.company-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(28px, 4vw, 48px); }
.company-head .kicker { display: block; margin-bottom: 10px; }
.company h2 { margin: 0; max-width: 18ch; }
.mosaic { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(190px, auto); gap: 0; }
.mosaic > div { padding: 22px 22px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.mosaic .m-num { background: #fff; color: var(--ink); }
.mosaic .m-num b { font-family: var(--font-head); font-weight: 600; font-size: clamp(2.4rem, 4vw, 3.6rem); letter-spacing: -.04em; line-height: 1; }
.mosaic .m-num span { font-size: .84rem; color: var(--muted-fg); max-width: 22ch; }
.mosaic .m-img { position: relative; color: #fff; overflow: hidden; justify-content: flex-end; }
.mosaic .m-img .icon { position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; opacity: .5; stroke-width: 1; }
.mosaic .m-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mosaic .m-img span { position: relative; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; opacity: .9; }
.mosaic .m-img.tone-a { background: var(--wine-grad); }
.mosaic .m-img.tone-b { background: linear-gradient(160deg, #43464B, #23282D); }
.mosaic .m-img.tone-c { background: linear-gradient(160deg, #B0B4BB, #7E838B); }
.mosaic .m-empty { background: var(--fog); }

/* ---------- Markets (industries) ---------- */
.markets-section { background: var(--paper); }
.markets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.market-card { position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 240px; padding: 22px 22px 20px; background: var(--paper); color: var(--ink); transition: background var(--t-base), color var(--t-base); }
.market-card .mono { color: var(--steel); }
.market-card .m-ico { width: 48px; height: 48px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--wine); margin: 8px 0 auto; }
.market-card .m-ico .icon { width: 22px; height: 22px; stroke-width: 1.3; }
.market-card .m-name { font-family: var(--font-head); font-weight: 600; font-size: 1.35rem; letter-spacing: -.025em; line-height: 1.05; }
.market-card .m-short { font-size: .88rem; color: var(--muted-fg); }
.market-card .m-more { position: absolute; right: 18px; bottom: 18px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink); transition: background var(--t-fast), color var(--t-fast), transform var(--t-fast); }
.market-card .m-more .icon { width: 16px; height: 16px; }
.market-card:hover { background: var(--char); color: #fff; }
.market-card:hover .m-short, .market-card:hover .mono { color: rgba(255,255,255,.7); }
.market-card:hover .m-ico { border-color: rgba(255,255,255,.3); color: #fff; }
.market-card:hover .m-more { background: var(--wine); border-color: var(--wine); color: #fff; transform: translateX(3px); }
.svc-facts .mono { color: var(--steel); display: block; }

/* ---------- IML explainer ---------- */
.iml-what .section-head { max-width: 900px; }
.iml-what .section-head p { max-width: 70ch; }
.iml-diagram { width: 100%; max-width: 900px; height: auto; margin: 0 auto 28px; display: block; }
.iml-types .division { min-height: 0; padding-bottom: clamp(28px, 3.5vw, 48px); }
.iml-types .division h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.iml-type-text { margin: 16px 0 0; max-width: 52ch; font-size: 1rem; opacity: .9; }
table.compare th, table.compare td { vertical-align: top; font-size: .9rem; }
table.compare thead th:first-child { width: 18%; }
table.compare tbody th { font-family: var(--font-mono); font-weight: 500; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); background: var(--mist); }
table.compare td:nth-child(2) { color: var(--wine); font-weight: 500; }

/* ---------- Tech (in place of certifications) ---------- */
.tech { padding: clamp(40px, 5vw, 72px) 0; background: var(--fog); }
.tech-card { background: #fff; border: 1px solid var(--line); padding: clamp(24px, 3vw, 40px); }
.tech-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 32px; margin-bottom: clamp(28px, 4vw, 44px); }
.tech-top h2 { margin: 0; }
.tech-top p { color: var(--text); font-size: .95rem; margin: 0 0 .8em; max-width: 60ch; }
.tech-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px 20px; }
.tech-item { border-top: 1px solid var(--line); padding-top: 14px; }
.tech-item .mono { display: block; color: var(--steel); margin-bottom: 18px; min-height: 2.4em; }
.tech-item .t-ico { width: 64px; height: 64px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--wine); margin-bottom: 14px; }
.tech-item .t-ico .icon { width: 28px; height: 28px; stroke-width: 1.2; }
.tech-item p { font-size: .84rem; color: var(--muted-fg); margin: 0; }

/* ---------- Generic cards / grids ---------- */
.grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--paper); padding: 26px; transition: background var(--t-base); }
.card-link { display: flex; flex-direction: column; color: var(--ink); height: 100%; cursor: pointer; padding: 0; overflow: hidden; }
.card-link:hover { color: var(--ink); background: var(--mist); }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: grid; place-items: center; background: var(--mist); }
.card-media .icon { width: 26%; height: 26%; color: var(--wine); opacity: .8; stroke-width: 1; transition: transform var(--t-slow) var(--ease); }
.card-link:hover .card-media .icon { transform: scale(1.08); }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-media .num { position: absolute; left: 16px; top: 14px; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; color: var(--steel); }
.card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.card-link h3 { font-size: 1.25rem; margin-bottom: 6px; }
.card-link p { color: var(--muted-fg); font-size: .88rem; margin-bottom: 14px; flex: 1; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--steel); border-top: 1px solid var(--line); padding-top: 12px; }
.card-meta b { color: var(--ink); font-weight: 500; }
.card-meta .more { color: var(--wine); display: inline-flex; align-items: center; gap: 4px; }
.card-meta .more .icon { width: 14px; height: 14px; transition: transform var(--t-fast); }
.card-link:hover .more .icon { transform: translateX(3px); }
.p-ico { width: 56px; height: 56px; display: grid; place-items: center; color: var(--wine); border: 1px solid var(--line); margin-bottom: 18px; }
.p-ico .icon { width: 26px; height: 26px; }
.feature { display: flex; gap: 18px; align-items: flex-start; background: var(--paper); padding: 26px 24px; }
.feature .f-ico { width: 48px; height: 48px; border: 1px solid var(--line); color: var(--wine); display: grid; place-items: center; flex: none; }
.feature h3 { font-size: 1.15rem; margin-bottom: 4px; }
.feature p { color: var(--muted-fg); margin: 0; font-size: .9rem; }
.section-alt { background: var(--mist); }
[class^="tint-"], [class*=" tint-"] { background: var(--mist); }
.section-steps { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); counter-reset: step; }
.step { position: relative; background: var(--paper); padding: 22px 22px 24px; min-height: 260px; display: flex; flex-direction: column; }
.step::before { counter-increment: step; content: "[ 0" counter(step) " ]"; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; color: var(--steel); margin-bottom: 40px; }
.step .step-media { display: grid; place-items: start; margin-bottom: 18px; color: var(--wine); }
.step .step-media .icon { width: 36px; height: 36px; stroke-width: 1.2; }
.step .step-media img { display: none; }
.step h3 { font-size: 1.2rem; margin-bottom: 6px; }
.step p { color: var(--muted-fg); font-size: .88rem; margin: 0; }
.steps-note { margin: 22px 0 0; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); background: #fff; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); transition: border-color var(--t-fast), background var(--t-fast), color var(--t-fast); cursor: default; }
.chip .icon { width: 14px; height: 14px; color: var(--wine); }
.chip-btn { cursor: pointer; }
.chip-btn:hover { border-color: var(--ink); }
.chip-btn.is-active, .chip-btn[aria-pressed="true"] { background: var(--char); color: #fff; border-color: var(--char); }
.chip-btn.is-active .icon, .chip-btn[aria-pressed="true"] .icon { color: #fff; }

/* ---------- Tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tile { background: #fff; padding: 24px; display: flex; gap: 14px; align-items: flex-start; }
.tile .icon { color: var(--wine); width: 22px; height: 22px; margin-top: 4px; }
.tile b { display: block; font-family: var(--font-head); font-weight: 600; font-size: 1.5rem; letter-spacing: -.03em; margin-bottom: 4px; line-height: 1; }
.tile span { color: var(--muted-fg); font-size: .88rem; }

/* ---------- Bands ---------- */
.geo-band { background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; }
.geo-band .container { display: flex; align-items: center; gap: 14px; color: var(--ink); flex-wrap: wrap; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.geo-band .icon { color: var(--wine); }
.cta-band { background: var(--char); color: #fff; }
.cta-band .container { display: flex; flex-direction: column; align-items: flex-start; gap: 40px; padding-top: clamp(56px, 8vw, 110px); padding-bottom: clamp(48px, 6vw, 80px); }
.cta-band h2 { color: #fff; margin: 0; max-width: 14ch; }
.cta-band p { color: rgba(255,255,255,.65); margin: 12px 0 0; font-size: 1rem; max-width: 48ch; }
.cta-band .btn-light .btn-arrow { background: var(--wine); color: #fff; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: var(--wine-grad); color: #fff; padding: calc(var(--header-h) + clamp(40px, 6vw, 80px)) 0 clamp(36px, 5vw, 56px); }
.page-hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 5.4rem); max-width: 16ch; }
.page-hero .kicker { color: rgba(255,255,255,.7); }
.page-hero .lead { color: rgba(255,255,255,.82); max-width: 62ch; margin: 0; font-size: 1rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 24px; }
.breadcrumb a { color: inherit; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .icon { width: 12px; height: 12px; }

/* ---------- Service page ---------- */
.svc-hero { background: var(--wine-grad); color: #fff; padding: calc(var(--header-h) + clamp(32px, 5vw, 64px)) 0 clamp(40px, 6vw, 72px); }
.svc-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: end; }
.svc-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.5); color: #fff; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; }
.svc-badge .icon { width: 14px; height: 14px; }
.svc-hero h1 { color: #fff; max-width: 14ch; font-size: clamp(2.4rem, 5.4vw, 4.8rem); }
.svc-hero .lead { font-size: 1.02rem; color: rgba(255,255,255,.82); max-width: 56ch; margin-bottom: 28px; }
.svc-hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.svc-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.svc-hero .btn-outline:hover { background: #fff; color: var(--char); }
.svc-facts { background: #fff; color: var(--ink); padding: 26px; }
.svc-facts .p-ico { width: 64px; height: 64px; }
.svc-facts .p-ico .icon { width: 30px; height: 30px; }
.svc-facts dl { margin: 0; display: grid; gap: 12px; }
.svc-facts dt { font-family: var(--font-mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; color: var(--steel); margin-bottom: 4px; }
.svc-facts dd { margin: 0; font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; letter-spacing: -.02em; line-height: 1.15; }
.svc-facts .svc-perks { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.svc-facts .svc-perks span { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--muted-fg); }
.svc-facts .svc-perks .icon { width: 16px; height: 16px; color: var(--ok); }
.svc-body { padding: clamp(48px, 7vw, 88px) 0; }
.svc-desc { font-size: clamp(1.2rem, 1.9vw, 1.6rem); letter-spacing: -.02em; line-height: 1.35; max-width: 62ch; color: var(--ink); margin: 0 0 44px; font-weight: 500; }
.svc-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc-col { background: var(--paper); padding: 26px; }
.svc-col h3 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; margin-bottom: 14px; font-family: var(--font-mono); font-weight: 500; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); }
.svc-col h3 .icon { color: var(--wine); width: 16px; height: 16px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.check-list li:last-child { border-bottom: 0; }
.check-list .icon { width: 15px; height: 15px; color: var(--wine); margin-top: 4px; }
.callout { display: flex; gap: 14px; align-items: flex-start; background: var(--mist); border-left: 3px solid var(--wine); padding: 18px 20px; margin-top: 24px; color: var(--ink); }
.callout .icon { color: var(--wine); margin-top: 2px; }
.callout b { display: block; margin-bottom: 2px; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); }
.callout-blue { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--char); }
.callout-blue .icon { color: var(--char); }

/* ---------- Calculator ---------- */
.calc-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 28px; align-items: start; }
.calc-fields { background: var(--paper); border: 1px solid var(--line); padding: 28px; }
.calc-fields .chips { margin-bottom: 6px; }
.calc-fields select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; font: inherit; color: var(--ink); background: #fff; }
.checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 16px; margin-bottom: 14px; }
.checks-row { grid-template-columns: 1fr 1fr; margin-top: 4px; }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; cursor: pointer; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--wine); flex: none; }
.calc-summary { position: sticky; top: calc(var(--header-h) + 16px); background: var(--char); color: #fff; padding: 26px; }
.calc-summary .kicker { color: rgba(255,255,255,.6); }
.calc-summary dl { margin: 0 0 16px; display: grid; gap: 10px; }
.calc-summary dt { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 3px; }
.calc-summary dd { margin: 0; font-size: .98rem; line-height: 1.35; }
.calc-summary dd:last-of-type { color: #fff; }
.calc-note { font-size: .8rem; color: rgba(255,255,255,.6); margin: 0 0 18px; }
.calc-actions { display: grid; gap: 8px; }
.calc-summary .btn-outline { color: #fff; border-color: rgba(255,255,255,.6); }
.calc-summary .btn-outline:hover { background: #fff; color: var(--char); }
.calc-summary .btn-primary { background: var(--wine); border-color: var(--wine); }
.calc-summary .btn-primary .btn-arrow { background: rgba(0,0,0,.25); }
.calc-summary .form-success { color: #fff; }
.calc-summary .form-success .ok { border-color: rgba(255,255,255,.4); color: #fff; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.calc-embed .calc-grid { margin-top: 8px; }
.calc-disclaimer { font-size: .74rem; color: rgba(255,255,255,.5); margin: 0 0 16px; line-height: 1.4; }
.field .hint { font-size: .74rem; color: var(--steel); }
.field input[type="file"] { padding: 10px 12px; font-size: .86rem; }
.img-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.img-card { background: var(--paper); padding: 0 0 18px; }
.img-card-media { position: relative; aspect-ratio: 4 / 3; background: var(--mist); display: grid; place-items: center; margin-bottom: 14px; overflow: hidden; }
.img-card-media .icon { width: 28%; height: 28%; color: var(--wine); opacity: .8; stroke-width: 1; }
.img-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.img-card b { display: block; padding: 0 18px; font-size: 1.05rem; letter-spacing: -.01em; }
.img-card span { display: block; padding: 4px 18px 0; font-size: .84rem; color: var(--muted-fg); }

/* ---------- Catalog ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.catalog-grid .card-link.is-hidden { display: none; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: #fff; }
table.moq { width: 100%; border-collapse: collapse; min-width: 520px; }
table.moq th, table.moq td { text-align: left; padding: 14px 20px; border-bottom: 1px solid var(--line); }
table.moq th { font-family: var(--font-mono); font-weight: 500; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--steel); background: var(--mist); }
table.moq tr:last-child td { border-bottom: 0; }
table.moq td a { color: var(--ink); font-weight: 600; letter-spacing: -.01em; }
table.moq td a:hover { color: var(--wine); }

/* ---------- About ---------- */
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.number { background: #fff; padding: 28px 24px; min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; }
.number b { display: block; font-family: var(--font-head); font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 600; letter-spacing: -.04em; color: var(--ink); line-height: 1; }
.number span { color: var(--muted-fg); font-size: .88rem; }
.honest { background: var(--char); color: #fff; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1fr 1.3fr; gap: 36px; align-items: start; }
.honest h2 { color: #fff; }
.honest p { color: rgba(255,255,255,.65); margin: 0; }
.honest ul li { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.honest ul li:last-child { border-bottom: 0; }
.honest ul .icon { color: #fff; opacity: .7; margin-top: 3px; width: 18px; height: 18px; }

/* ---------- Contacts ---------- */
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.contact-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-item { display: flex; gap: 14px; align-items: flex-start; background: #fff; padding: 20px 22px; }
.contact-item .icon { color: var(--wine); margin-top: 2px; }
.contact-item small { display: block; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; color: var(--steel); margin-bottom: 6px; }
.contact-item a, .contact-item b { font-family: var(--font-head); font-weight: 600; font-size: 1.25rem; letter-spacing: -.02em; color: var(--ink); }
.contact-item a:hover { color: var(--wine); }
.contact-item .msg-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.form-card { background: #fff; border: 1px solid var(--line); padding: 30px; }

/* ---------- Forms ---------- */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); }
.field label span { color: var(--red); }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; font: inherit; color: var(--ink); background: #fff; transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--char); box-shadow: 0 0 0 3px rgba(35,40,45,.12); }
.field input[aria-invalid="true"] { border-color: var(--red); }
.field .err { color: var(--red); font-size: .82rem; display: none; }
.field.has-error .err { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-step { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin: 20px 0 12px; display: flex; align-items: center; gap: 10px; }
.form-step::before { content: ""; width: 18px; height: 1px; background: var(--wine); }
.form-alt { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.form-alt p { font-size: .84rem; color: var(--muted-fg); margin-bottom: 10px; }
.form-alt .alt-links { display: flex; gap: 8px; flex-wrap: wrap; }
.form-privacy { font-size: .74rem; color: var(--steel); margin-top: 12px; }
.form-success { display: none; text-align: center; padding: 28px 12px; }
.form-success .ok { width: 64px; height: 64px; border: 1px solid var(--line); color: var(--ok); display: grid; place-items: center; margin: 0 auto 16px; }
.form-success .ok .icon { width: 28px; height: 28px; }
.form-success p { font-size: 1rem; }
form.is-done .form-fields { display: none; }
form.is-done .form-success { display: block; }

.send-hint { font-size: .84rem; color: var(--muted-fg); margin: 0 0 8px; }
.send-row { display: grid; gap: 8px; }
.send-call { margin-top: 8px; }
.send-call .btn { width: 100%; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 16px; visibility: hidden; }
.modal.is-open { visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(31,35,39,.6); backdrop-filter: blur(3px); opacity: 0; transition: opacity var(--t-base); }
.modal.is-open .modal-backdrop { opacity: 1; }
.modal-dialog { position: relative; width: min(640px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; background: #fff; padding: 34px; box-shadow: var(--shadow-lg); transform: translateY(24px); opacity: 0; transition: transform var(--t-slow) var(--ease), opacity var(--t-base); }
.modal.is-open .modal-dialog { transform: none; opacity: 1; }
.modal-close { position: absolute; right: 14px; top: 14px; color: var(--ink); }
.modal h2 { font-size: 2.2rem; margin-bottom: 6px; padding-right: 44px; }
.modal .modal-sub { color: var(--muted-fg); margin-bottom: 6px; font-size: .92rem; }
.three { display: inline-flex; align-items: center; gap: 8px; color: var(--wine); font-family: var(--font-mono); font-size: .64rem; letter-spacing: .14em; margin-bottom: 14px; }
.three .icon { width: 14px; height: 14px; }

/* ---------- FAB + nudge ---------- */
.fab { position: fixed; right: 22px; bottom: 22px; z-index: 150; display: inline-flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 22px 0 18px; background: var(--wine); color: #fff; border: 0; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 16px 34px -12px rgba(94,11,27,.7); transition: background var(--t-fast), transform var(--t-fast); }
.fab:hover { background: var(--wine-800); transform: translateY(-2px); }
.fab .icon { width: 18px; height: 18px; }
.fab::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(143,23,48,.6); animation: pulse 2.6s ease-out infinite; pointer-events: none; }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.18); opacity: 0; } }
.to-top { position: fixed; right: 22px; bottom: 88px; z-index: 140; width: 44px; height: 44px; background: #fff; border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base); }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.nudge { position: fixed; left: 22px; bottom: 22px; z-index: 150; width: min(340px, calc(100vw - 44px)); background: var(--char); color: #fff; padding: 20px 20px 18px; box-shadow: var(--shadow-lg); transform: translateY(24px); opacity: 0; visibility: hidden; transition: transform var(--t-slow) var(--ease), opacity var(--t-base), visibility var(--t-base); }
.nudge.is-visible { transform: none; opacity: 1; visibility: visible; }
.nudge p { font-weight: 600; letter-spacing: -.01em; margin: 0 36px 14px 0; font-size: 1.05rem; line-height: 1.25; }
.nudge .btn-primary { background: #fff; color: var(--char); border-color: #fff; }
.nudge .nudge-close { position: absolute; right: 8px; top: 8px; width: 32px; height: 32px; border: 0; background: none; color: #fff; opacity: .7; display: grid; place-items: center; }
.nudge .nudge-close:hover { opacity: 1; }
.nudge .nudge-close .icon { width: 16px; height: 16px; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); z-index: 400; background: var(--char); color: #fff; padding: 12px 20px; font-size: .9rem; opacity: 0; visibility: hidden; transition: all var(--t-base) var(--ease); max-width: calc(100vw - 40px); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

/* ---------- Footer: dark, big contacts ---------- */
.site-footer { background: var(--char); color: rgba(255,255,255,.8); padding: 0; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 1fr; gap: 32px; padding: 34px 0 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top .mono { display: block; color: var(--steel); margin-bottom: 10px; }
.footer-top a.big { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -.03em; color: #fff; line-height: 1; }
.footer-top a.big:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 1fr; gap: 32px; padding: 30px 0 34px; }
.site-footer .logo { color: #fff; margin-bottom: 14px; }
.site-footer h4 { color: var(--steel); font-family: var(--font-mono); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; font-weight: 500; }
.site-footer ul li { margin-bottom: 6px; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: rgba(255,255,255,.8); }
.site-footer a:hover { color: #fff; }
.site-footer p { font-size: .86rem; color: rgba(255,255,255,.65); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--font-mono); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; text-transform: none; letter-spacing: 0; font-family: var(--font-body); font-size: .86rem; }
.footer-contact .icon { width: 16px; height: 16px; color: var(--steel); margin-top: 3px; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal-stagger.is-in > * { opacity: 1; transform: none; }
.reveal-stagger.is-in > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.is-in > *:nth-child(2) { transition-delay: .07s; }
.reveal-stagger.is-in > *:nth-child(3) { transition-delay: .14s; }
.reveal-stagger.is-in > *:nth-child(4) { transition-delay: .21s; }
.reveal-stagger.is-in > *:nth-child(5) { transition-delay: .28s; }
.reveal-stagger.is-in > *:nth-child(6) { transition-delay: .35s; }
.reveal-stagger.is-in > *:nth-child(n+7) { transition-delay: .4s; }
.hero h1 .w { display: inline-block; opacity: 0; transform: translateY(.4em); animation: rise .8s var(--ease) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.marquee { display: none; }
noscript .noscript-msg { display: block; padding: 24px; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1500px) {
  .header-tag { display: none; }
}
@media (max-width: 1240px) {
  .mosaic { grid-template-columns: repeat(4, 1fr); }
  .tech-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .header-tag { display: none; }
}
@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .main-nav, .header-cta { display: none; }
  .burger .burger-label { display: none; }
  .burger { padding: 0 10px; }
  .hero { min-height: 92svh; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 4.2rem); }
  .hero-still { width: 104vw; top: calc(var(--header-h) + 4vh); }
  .hero-news { grid-template-columns: 1fr 1fr; gap: 18px; }
  .divisions { grid-template-columns: 1fr; }
  .division { min-height: 0; }
  .division-head { flex-direction: column; }
  .company-head { flex-direction: column; align-items: flex-start; }
  .mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(150px, auto); }
  .tech-top { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .markets-grid, .img-grid { grid-template-columns: repeat(2, 1fr); }
  .iml-what .steps { grid-template-columns: 1fr !important; }
  .nav-drop { display: none; }
  .tiles, .svc-cols { grid-template-columns: 1fr 1fr; }
  .svc-hero-grid, .contacts-grid, .honest, .calc-grid { grid-template-columns: 1fr; }
  .calc-summary { position: static; }
  .checks { grid-template-columns: 1fr 1fr; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  :root { --header-h: 62px; }
  .grid-2, .grid-3, .grid-4, .tiles, .svc-cols, .form-row, .steps, .footer-top, .footer-grid, .checks, .checks-row { grid-template-columns: 1fr; }
  .grid-4.reveal-stagger, .catalog-grid { grid-template-columns: 1fr; }
  .markets-grid { grid-template-columns: 1fr; }
  .market-card { min-height: 0; }
  .hero-news { grid-template-columns: 1fr; gap: 12px; }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .step { min-height: 0; }
  .division-list a { white-space: normal; }
  .modal-dialog { padding: 24px 18px; }
  .fab { padding: 0 16px; min-height: 48px; right: 14px; bottom: 14px; }
  .nudge { left: 14px; bottom: 76px; width: calc(100vw - 28px); }
  .to-top { right: 14px; bottom: 76px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .card-media { aspect-ratio: 16 / 9; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-stagger > *, .hero h1 .w { opacity: 1; transform: none; }
  .fab::after { display: none; }
}


/* ============================================================
   ТЕМА AUTAJON (2026-09-16): бордовый #420001, кремовые фоны,
   Manrope + курсив Cormorant Garamond для акцентных слов,
   пилюльные кнопки, мягкие скругления. Переопределяет базовые
   правила выше; чтобы вернуть прежний вид — удалить этот блок.
   ============================================================ */
:root {
  --wine: #420001; --wine-600: #5A0A12; --wine-800: #2E0002;
  --wine-grad: linear-gradient(180deg, #56060E 0%, #420001 60%, #2E0002 100%);
  --brand: #E3000F;
  --char: #420001; --graphite: #602725; --steel: #9C8680;
  --mist: #F8F5F1; --fog: #F2ECE5; --sand: #EBE0D6; --paper: #FFFFFF;
  --ink: #420001; --text: #3D1F1E; --muted-fg: #6F4F4C; --line: #E6DCD3;
  --font-head: "Manrope", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Manrope", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Manrope", "Noto Sans SC", Arial, sans-serif;
  --font-accent: "Cormorant Garamond", "Noto Sans SC", Georgia, serif;
  --radius: 16px; --radius-lg: 24px;
  --shadow-md: 0 18px 40px -22px rgba(66, 0, 1, .35);
  --shadow-lg: 0 30px 60px -28px rgba(66, 0, 1, .45);
}
body { font-size: 15px; background: var(--paper); }
h1, h2, h3, h4 { font-weight: 300; letter-spacing: -.02em; line-height: 1.04; }
h1 { font-size: clamp(2.8rem, 6.5vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); }
h3 { font-weight: 500; font-size: 1.2rem; letter-spacing: -.01em; }
i.styled, .styled { font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: 1.12em; letter-spacing: 0; }
.mono, .kicker { font-family: var(--font-body); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.kicker::before, .kicker::after { content: none; }
.kicker { color: var(--steel); }

/* buttons: pills */
.btn { border-radius: 999px; font-family: var(--font-body); font-size: .88rem; letter-spacing: 0; text-transform: none; font-weight: 500; min-height: 46px; border: 1px solid var(--wine); color: var(--wine); background: transparent; }
.btn > span { padding: 0 22px; }
.btn .btn-arrow { display: none; }
.btn-primary { background: var(--wine); color: #fff; border-color: var(--wine); }
.btn-primary:hover { background: var(--wine-600); border-color: var(--wine-600); }
.btn-outline { color: var(--wine); border-color: var(--wine); }
.btn-outline:hover { background: var(--wine); color: #fff; }
.btn-light { background: #fff; color: var(--wine); border-color: #fff; }
.btn-light:hover { background: var(--fog); color: var(--wine); border-color: var(--fog); }
.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost-light:hover { background: #fff; color: var(--wine); }
.btn-lg { min-height: 52px; font-size: .95rem; }
.btn-sm { min-height: 40px; font-size: .84rem; }
.btn-sm > span { padding: 0 16px; }
.btn-block { justify-content: center; }
.btn-block > span { flex: none; }

/* header & nav */
.site-header.is-scrolled { background: rgba(248, 245, 241, .94); color: var(--wine); box-shadow: 0 1px 0 var(--line); }
.nav-link { font-family: var(--font-body); font-size: .9rem; letter-spacing: 0; text-transform: none; font-weight: 500; padding: 8px 14px; }
.nav-link::before { content: none; }
.nav-link:hover, .nav-link.is-active { text-decoration: none; opacity: .75; }
.header-tag { display: none; }
.lang-btn, .burger { border-radius: 999px; font-family: var(--font-body); font-size: .8rem; letter-spacing: .04em; }
.header-cta { border-radius: 999px; }
.nav-drop { border-radius: 18px; padding: 10px; }
.nav-drop a { border-radius: 12px; }
.nav-drop .nd-ico { border-radius: 10px; color: var(--wine); }
.lang-menu { border-radius: 16px; }
.lang-menu button { border-radius: 10px; }
.lang-menu button small { font-family: var(--font-body); }
.icon-btn { border-radius: 50%; }

/* drawer */
.drawer-panel { background: var(--wine); }
.drawer a.d-link, .drawer button.d-link { font-weight: 300; }
.drawer .d-sub a { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .92rem; }
.drawer .d-sub a::before { content: none; }
.drawer .d-langs button { border-radius: 999px; font-family: var(--font-body); font-size: .8rem; }
.drawer .d-langs button.is-active { color: var(--wine); }

/* hero */
.hero { background: var(--wine-grad); }
.hero h1 { font-weight: 300; font-size: clamp(2.8rem, 6.4vw, 5.6rem); max-width: 16ch; }
.hero .kicker { color: rgba(255,255,255,.65); }
.hero-news { border-top-color: rgba(255,255,255,.22); }
.hero-news a, .hero-news div { font-size: .9rem; }
.hero.has-anim .hero-video-tint { background: linear-gradient(180deg, rgba(66,0,1,.35) 0%, rgba(66,0,1,.55) 55%, rgba(46,0,2,.92) 100%); }

/* divisions */
.division-light { background: var(--mist); color: var(--wine); }
.division-dark { background: var(--wine); color: #fff; }
.division h2 { font-weight: 300; }
.division-list { font-family: var(--font-body); font-size: .86rem; letter-spacing: 0; text-transform: none; }
.division-list a i { color: var(--steel); }
.division-dark .division-list a i { color: rgba(255,255,255,.55); }
.division-dark .btn-outline { color: #fff; border-color: rgba(255,255,255,.7); }
.division-dark .btn-outline:hover { background: #fff; color: var(--wine); }
.division-dark .btn-primary { background: #fff; color: var(--wine); border-color: #fff; }

/* grids and cards: soft cards on cream */
.grid { gap: 18px; background: transparent; border: 0; }
.card, .card-link { border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.card-link:hover { background: var(--paper); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.card-media { border-radius: 0; background: var(--fog); }
.card-media .icon { color: var(--wine); }
.card-media .num { font-family: var(--font-body); letter-spacing: .12em; }
.card-meta { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .86rem; }
.card-meta .more { color: var(--wine); }
.feature { border-radius: var(--radius-lg); border: 1px solid var(--line); padding: 26px; }
.feature .f-ico { border-radius: 50%; background: var(--fog); color: var(--wine); border: 0; }
.section-alt { background: var(--mist); }
.markets-grid { gap: 18px; background: transparent; border: 0; }
.market-card { border-radius: var(--radius-lg); border: 1px solid var(--line); }
.market-card .m-ico { border-radius: 50%; background: var(--fog); border: 0; }
.market-card .m-more { border-radius: 50%; }
.market-card:hover { background: var(--wine); }
.img-grid { gap: 18px; background: transparent; border: 0; }
.img-card { border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden; }
.img-card-media { background: var(--fog); }
.steps { gap: 18px; background: transparent; border: 0; }
.step { border-radius: var(--radius-lg); border: 1px solid var(--line); }
.step::before { font-family: var(--font-body); letter-spacing: .12em; }
.steps-note, .form-step, .svc-badge, .breadcrumb, .three, .form-alt p, .field label, .svc-facts dt, .svc-col h3, .tech-item .mono, .calc-summary dt, .footer-top .mono, .site-footer h4, .site-footer ul li, .footer-bottom, .geo-band .container, .callout b, .contact-item small, .table-wrap th, table.moq th, table.compare tbody th { font-family: var(--font-body); }
.svc-col h3 { font-size: .74rem; letter-spacing: .14em; }
.site-footer ul li { text-transform: none; letter-spacing: 0; font-size: .9rem; }
.footer-bottom { text-transform: none; letter-spacing: 0; font-size: .82rem; }
.chip { border-radius: 999px; font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .86rem; }
.chip-btn.is-active, .chip-btn[aria-pressed="true"] { background: var(--wine); border-color: var(--wine); }
.tiles { gap: 18px; background: transparent; border: 0; }
.tile { border-radius: var(--radius); }

/* company mosaic and tech */
.company { background: var(--fog); }
.mosaic { gap: 12px; padding: 0 var(--gutter) clamp(56px, 7vw, 96px); }
.mosaic > div { border-radius: var(--radius-lg); }
.mosaic .m-num b { font-weight: 300; }
.mosaic .m-img.tone-a { background: var(--wine-grad); }
.mosaic .m-img.tone-b { background: linear-gradient(160deg, #602725, #420001); }
.mosaic .m-img.tone-c { background: linear-gradient(160deg, #C9A796, #9C8680); }
.mosaic .m-img span { font-family: var(--font-body); }
.mosaic .m-empty { background: transparent; }
.tech { background: var(--fog); }
.tech-card { border-radius: var(--radius-lg); border: 1px solid var(--line); }
.tech-item .t-ico { border-radius: 50%; background: var(--fog); border: 0; }
.tech-item { border-top: 0; padding-top: 0; }

/* bands */
.geo-band { background: var(--mist); font-family: var(--font-body); }
.geo-band .container { text-transform: none; letter-spacing: 0; font-size: 1rem; }
.cta-band { background: linear-gradient(180deg, #F8F5F1 0%, #EBE0D6 100%); color: var(--wine); }
.cta-band::after { display: none; }
.cta-band .container { align-items: center; text-align: center; }
.cta-band h2 { color: var(--wine); max-width: 22ch; margin: 0 auto; font-weight: 300; }
.cta-band p { color: var(--muted-fg); margin: 12px auto 0; }
.cta-band .cta-actions { justify-content: center; }
.cta-band .btn-light { background: var(--wine); color: #fff; border-color: var(--wine); }
.cta-band .btn-light:hover { background: var(--wine-600); border-color: var(--wine-600); color: #fff; }
.cta-band .btn-ghost-light { color: var(--wine); border-color: var(--wine); }
.cta-band .btn-ghost-light:hover { background: var(--wine); color: #fff; }

/* inner pages */
.page-hero, .svc-hero { background: var(--wine-grad); }
.page-hero h1, .svc-hero h1 { font-weight: 300; }
.breadcrumb { text-transform: none; letter-spacing: 0; font-size: .84rem; }
.svc-badge { border-radius: 999px; text-transform: none; letter-spacing: 0; font-size: .8rem; }
.svc-facts { border-radius: var(--radius-lg); }
.svc-facts .p-ico { border-radius: 50%; background: var(--fog); border: 0; }
.svc-facts dt, .calc-summary dt { text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.svc-cols { gap: 18px; background: transparent; border: 0; }
.svc-col { border-radius: var(--radius-lg); }
.svc-desc { font-weight: 300; }
.callout { border-radius: var(--radius); border-left-width: 0; background: var(--fog); }
.callout-blue { background: var(--mist); border: 1px solid var(--line); }
.iml-types .division-light { background: var(--mist); }
table.compare thead th { background: var(--fog); text-transform: none; letter-spacing: 0; font-size: .8rem; }
table.compare tbody th { text-transform: none; letter-spacing: 0; font-size: .84rem; color: var(--muted-fg); background: var(--mist); }
table.compare td:nth-child(2) { color: var(--wine); }
.table-wrap { border-radius: var(--radius-lg); }
.numbers { gap: 18px; background: transparent; border: 0; }
.number { border-radius: var(--radius-lg); }
.number b { font-weight: 300; color: var(--wine); }
.honest { border-radius: var(--radius-lg); background: var(--wine); }
.contact-list { gap: 14px; background: transparent; border: 0; }
.contact-item { border-radius: var(--radius); }
.contact-item small { text-transform: none; letter-spacing: 0; font-size: .78rem; }
.form-card, .calc-fields { border-radius: var(--radius-lg); }
.calc-summary { border-radius: var(--radius-lg); background: var(--wine); }
.calc-summary .btn-primary { background: #fff; color: var(--wine); border-color: #fff; }
.calc-summary .btn-primary:hover { background: var(--fog); }
.field input, .field textarea, .calc-fields select { border-radius: 12px; }
.field label { text-transform: none; letter-spacing: 0; font-size: .84rem; color: var(--muted-fg); }
.form-step { text-transform: none; letter-spacing: 0; font-size: 1rem; font-weight: 500; }
.form-step::before { display: none; }
.three { border-radius: 999px; background: var(--fog); color: var(--wine); font-size: .78rem; letter-spacing: .08em; }
.modal-dialog { border-radius: var(--radius-lg); }
.fab { border-radius: 999px; background: var(--wine); font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .92rem; }
.fab:hover { background: var(--wine-600); }
.fab::after { border-radius: 999px; border-color: rgba(66,0,1,.35); }
.to-top { border-radius: 50%; }
.nudge { border-radius: var(--radius-lg); background: var(--wine); }
.nudge .btn-primary { background: #fff; color: var(--wine); }
.toast { border-radius: 999px; }
.site-footer { background: var(--wine); color: rgba(255,255,255,.82); }
.footer-top a.big { font-weight: 300; }
.footer-contact .icon { color: rgba(255,255,255,.6); }
html[lang="zh"] .styled { font-family: var(--font-accent), "Noto Sans SC", serif; font-style: normal; }
@media (max-width: 900px) { .mosaic { padding: 0 var(--gutter) 56px; } }

/* ============================================================
   Плавающая панель связи (2026-09-16): Telegram, WhatsApp,
   телефон (кружки) + заявка (квадрат) в правом нижнем углу,
   на каждой странице. Подпись всплывает при наведении.
   ============================================================ */
.fab-rail { position: fixed; right: 16px; bottom: 16px; z-index: 150; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.fbtn { position: relative; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--wine); border: 1px solid var(--line); box-shadow: var(--shadow-md); transition: transform var(--t-fast) var(--ease), background var(--t-fast), color var(--t-fast), border-color var(--t-fast); }
.fbtn:hover { transform: translateY(-2px); color: #fff; }
.fbtn .icon { width: 22px; height: 22px; }
.fbtn-tg:hover { background: #229ED9; border-color: #229ED9; }
.fbtn-wa:hover { background: #25D366; border-color: #25D366; }
.fbtn-call:hover { background: var(--wine); border-color: var(--wine); }
.fbtn-quote { background: var(--wine); color: #fff; border-color: var(--wine); border-radius: 16px; }
.fbtn-quote:hover { background: var(--wine-600); border-color: var(--wine-600); }
.fbtn-quote::after { content: ""; position: absolute; inset: -4px; border-radius: 18px; border: 1.5px solid rgba(66,0,1,.4); animation: pulse 2.6s ease-out infinite; pointer-events: none; }
.fbtn-tip { position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%); white-space: nowrap; background: var(--char); color: #fff; font-family: var(--font-body); font-size: .78rem; letter-spacing: 0; text-transform: none; padding: 6px 10px; border-radius: 8px; opacity: 0; visibility: hidden; transition: opacity var(--t-fast); pointer-events: none; }
.fbtn:hover .fbtn-tip { opacity: 1; visibility: visible; }
.to-top { right: auto; left: 16px; bottom: 16px; }
@media (prefers-reduced-motion: reduce) { .fbtn-quote::after { display: none; } }
@media (max-width: 600px) { .fab-rail { right: 12px; bottom: 12px; gap: 8px; } .fbtn { width: 48px; height: 48px; } .to-top { left: 12px; bottom: 12px; } }

/* ============================================================
   PP Mori / PP Eiko — точные шрифты Autajon. Файлы кладутся в
   assets/fonts/ (пробные с pangrampangram.com или лицензионные).
   Пока файлов нет, автоматически показываются Manrope / Cormorant.
   Имена файлов — в assets/fonts/README.txt.
   ============================================================ */
@font-face { font-family: "PP Mori"; font-weight: 300; font-style: normal; font-display: swap; src: url("../fonts/ppmori-light.otf?v=1") format("opentype"); }
@font-face { font-family: "PP Mori"; font-weight: 400; font-style: normal; font-display: swap; src: url("../fonts/ppmori-regular.otf?v=1") format("opentype"); }
@font-face { font-family: "PP Mori"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/ppmori-regular.otf?v=1") format("opentype"); }
@font-face { font-family: "PP Mori"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/ppmori-semibold.otf?v=1") format("opentype"); }
@font-face { font-family: "PP Mori"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/ppmori-bold.otf?v=1") format("opentype"); }
@font-face { font-family: "PP Eiko"; font-weight: 400; font-style: italic; font-display: swap; src: url("../fonts/ppeiko-italic.otf?v=1") format("opentype"); }
@font-face { font-family: "PP Eiko"; font-weight: 500; font-style: italic; font-display: swap; src: url("../fonts/ppeiko-mediumitalic.otf?v=1") format("opentype"), url("../fonts/ppeiko-italic.otf?v=1") format("opentype"); }
:root {
  --font-head: "PP Mori", "Manrope", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-body: "PP Mori", "Manrope", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "PP Eiko", "Cormorant Garamond", "Noto Sans SC", Georgia, serif;
}
i.styled, .styled { font-style: italic; }

/* ---------- FAQ (вопросы-возражения, из фреймворка) ---------- */
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); overflow: hidden; transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease); }
.faq-item[open] { border-color: var(--wine); box-shadow: var(--shadow-md); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.06rem; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--wine); }
.faq-mark { flex: none; display: inline-flex; color: var(--wine); transform: rotate(90deg); transition: transform var(--t-fast) var(--ease); }
.faq-item[open] .faq-mark { transform: rotate(-90deg); }
.faq-mark svg { width: 18px; height: 18px; }
.faq-a { padding: 0 22px 20px; }
.faq-a p { margin: 0; color: var(--muted-fg); line-height: 1.6; max-width: 62ch; }

/* «Что будет после заявки» — шаги под кнопками отправки */
.form-after { margin-top: 16px; padding: 14px 16px; border: 1px dashed var(--border); border-radius: var(--radius); background: color-mix(in srgb, var(--wine) 5%, transparent); }
.form-after b { display: block; font-family: var(--font-head); font-size: .92rem; color: var(--ink); margin-bottom: 8px; }
.form-after ol { margin: 0; padding: 0; list-style: none; counter-reset: fa; display: grid; gap: 8px; }
.form-after li { counter-increment: fa; position: relative; padding-left: 30px; font-size: .9rem; color: var(--muted-fg); line-height: 1.45; }
.form-after li::before { content: counter(fa); position: absolute; left: 0; top: -1px; width: 20px; height: 20px; border-radius: 50%; background: var(--wine); color: #fff; font-size: .74rem; font-weight: 700; display: grid; place-items: center; }

/* ---------- Market brand-lineup banners (фирменные рендеры Uniflex) ---------- */
.market-banner { margin: 0 0 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; padding: 16px 20px; box-shadow: var(--shadow-md); }
.market-banner:last-child { margin-bottom: 0; }
.market-banner img { display: block; width: 100%; height: auto; }
@media (max-width: 600px) { .market-banner { padding: 10px 12px; } }
