/* =========================================================
   MERIOS GROUP — luxury corporate site
   Palette: near-black + warm gold, editorial serif headings
   ========================================================= */

:root {
  /* Brand palette from the MERIOS board: deep black, graphite, dark grey,
     gold accent, warm gold highlight, white. */
  --bg: #0A0A0A;
  --bg-alt: #131313;
  --panel: #1A1A1A;
  --panel-line: #2A2A2A;
  --gold: #D4AF37;
  --gold-soft: #F4D58D;
  --gold-dim: #8A7233;
  --text: #FFFFFF;
  --text-dim: #B5B5B5;
  --text-mute: #7E7E7E;
  --danger: #c96b4b;
  --radius: 2px;
  --maxw: 1180px;
  /* One typeface family across the whole site — Manrope for display weight,
     Inter for everything else. The previous serif pair (Cormorant + Cinzel)
     was the "inconsistent typography" flagged in the brand review. */
  --serif: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --accent-font: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
/* fine film-grain texture — adds tactile richness to flat dark panels */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
header.site, footer.site, section, main { position: relative; z-index: 2; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  display: block;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 .5em;
  letter-spacing: -.018em;
}

h1 { font-size: clamp(2.3rem, 4.1vw, 3.7rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 2.7vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.28rem; font-weight: 700; }

p { color: var(--text-dim); margin: 0 0 1em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--accent-font);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border: 1px solid var(--gold);
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn:hover { background: var(--gold); color: #14120c; }
.btn.solid { background: var(--gold); color: #14120c; }
.btn.solid:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn.ghost { border-color: var(--panel-line); color: var(--text-dim); }
.btn.ghost:hover { border-color: var(--gold); color: var(--gold-soft); background: transparent; }
.btn.whatsapp { border-color: #25d366; color: #6be49b; }
.btn.whatsapp svg { width: 17px; height: 17px; flex: none; }
.btn.whatsapp:hover { background: #25d366; color: #0b1b12; }

/* ---------- header ---------- */
header.site {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9,9,10,.97);
  border-bottom: 1px solid var(--panel-line);
}
/* Note: intentionally no backdrop-filter/filter/transform here — any of those
   on this ancestor would turn it into the containing block for the fixed-
   position mobile nav.links below, breaking full-screen positioning. */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--accent-font);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: .17em;
  color: #fff;
}
/* The wordmark sits as a two-line lockup beside the mark, matching the brand
   board: MERIOS in weight, GROUP tracked out underneath. */
.brand > span { display: flex; flex-direction: column; line-height: 1.05; }
.brand { flex: 0 0 auto; margin-right: 26px; white-space: nowrap; }
.brand .sub {
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: .46em;
  color: var(--gold);
  margin-top: 4px;
  text-transform: uppercase;
}
.brand .mark {
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  color: var(--gold);
  font-size: 1.05rem;
}
.brand .sub {
  display: block;
  font-family: var(--sans);
  font-size: .58rem;
  letter-spacing: .28em;
  color: var(--text-mute);
  text-transform: uppercase;
  margin-top: 2px;
}
nav.links {
  display: flex;
  gap: 26px;
  font-size: .82rem;
  letter-spacing: .03em;
  white-space: nowrap;
  margin-right: 22px;
}
nav.links a {
  color: var(--text-dim);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
nav.links a:hover, nav.links a.active { color: var(--gold-soft); border-color: var(--gold); }

.nav-actions { display: flex; align-items: center; gap: 18px;
  flex: 0 0 auto;
}
.lang-switch { display: flex; gap: 6px; font-size: .74rem; letter-spacing: .05em; }
.lang-switch button {
  background: none; border: 1px solid var(--panel-line); color: var(--text-mute);
  padding: 5px 9px; cursor: pointer; font-family: var(--sans);
}
.lang-switch button.active { color: var(--gold); border-color: var(--gold); }

.burger { display: none; background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer; }

@media (max-width: 900px) {
  nav.links { position: fixed; inset: 66px 0 0 0; background: var(--bg); flex-direction: column; padding: 40px 32px; gap: 20px; font-size: 1.1rem; transform: translateY(-110%); transition: transform .3s ease; z-index: 90; }
  nav.links.open { transform: translateY(0); }
  .burger { display: block; flex: none; }
}
@media (max-width: 620px) {
  .nav { padding: 16px 20px; }
  .nav-actions { gap: 10px; }
  .nav-actions .btn.solid { display: none; }
  .brand { font-size: 1.05rem; }
  .brand .sub { font-size: .5rem; letter-spacing: .2em; }
  .lang-switch button { padding: 5px 7px; }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: 130px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% -10%, rgba(201,162,75,.16), transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(201,162,75,.08), transparent 50%),
    var(--bg);
  border-bottom: 1px solid var(--panel-line);
}
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { max-width: 820px; }
.hero .lead { max-width: 560px; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 18px; margin-top: 34px; flex-wrap: wrap; }

/* ---------- hero: full-bleed photographic showroom variant ---------- */
.hero.hero-photo {
  padding: 0;
  background-size: cover;
  background-position: center right;
  border-bottom: 1px solid var(--panel-line);
}
.hero-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg,
    rgba(8,8,9,.96) 0%,
    rgba(8,8,9,.88) 32%,
    rgba(8,8,9,.5) 58%,
    rgba(8,8,9,.12) 82%,
    rgba(8,8,9,.04) 100%);
}
.hero-photo .wrap { padding: 150px 32px 0; }
.hero-photo-content { position: relative; z-index: 2; max-width: 600px; padding-bottom: 90px; }
.hero-badge {
  position: absolute;
  top: 44px; right: 0;
  z-index: 3;
  display: flex; align-items: center; gap: 12px;
  padding: 14px 20px;
  border: 1px solid rgba(201,162,75,.4);
  background: rgba(10,9,8,.5);
  backdrop-filter: blur(2px);
}
.hero-badge svg { width: 26px; height: 26px; stroke: var(--gold); flex-shrink: 0; }
.hero-badge div div { font-size: .66rem; letter-spacing: .08em; color: var(--text-dim); text-transform: uppercase; }
.hero-badge div div:first-child { color: var(--gold-soft); font-weight: 600; margin-bottom: 2px; }
@media (max-width: 760px) {
  .hero-badge { display: none; }
  .hero-photo .wrap { padding-top: 120px; }
}
.hero-photo .hero-stats {
  position: relative; z-index: 2;
  background: rgba(10,9,8,.6);
  backdrop-filter: blur(3px);
  border-color: rgba(201,162,75,.3);
}
.hero-photo .hero-stats .cell { background: transparent; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--panel-line);
  margin-top: 76px;
  border: 1px solid var(--panel-line);
}
.hero-stats .cell {
  background: var(--bg);
  padding: 26px 22px;
}
.hero-stats .num {
  font-family: var(--serif);
  font-size: 2.1rem;
  color: var(--gold-soft);
  display: block;
}
.hero-stats .label {
  font-size: .74rem;
  color: var(--text-mute);
  letter-spacing: .04em;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- hero visual (crafted, no photography needed yet) ---------- */
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border: 1px solid var(--panel-line);
  background:
    radial-gradient(ellipse at 50% 34%, rgba(201,162,75,.22), transparent 62%),
    linear-gradient(160deg, #211c11, #0a0a0b 68%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 90px rgba(0,0,0,.65);
}
/* ambient spotlight glow behind the product */
.hero-visual .hv-glow {
  position: absolute;
  width: 130%; height: 130%;
  background: radial-gradient(circle at 50% 44%, rgba(233,196,119,.5) 0%, rgba(201,162,75,.22) 30%, transparent 66%);
  z-index: 1;
  pointer-events: none;
}
/* faint light rays fanning from the spotlight, for a staged-reveal feel */
.hero-visual .hv-rays {
  position: absolute;
  inset: -10%;
  z-index: 1;
  opacity: .35;
  background: repeating-conic-gradient(from 0deg at 50% 40%,
    rgba(233,196,119,.10) 0deg 4deg,
    transparent 4deg 16deg);
  mask-image: radial-gradient(circle at 50% 40%, black 0%, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, black 0%, transparent 68%);
  pointer-events: none;
}
/* large embossed MERIOS monogram watermark behind the chair */
.hero-visual .hv-mark {
  position: absolute;
  top: 46%; left: 50%;
  width: 62%;
  transform: translate(-50%, -52%);
  color: rgba(233,196,119,.14);
  z-index: 1;
  filter: drop-shadow(0 0 30px rgba(201,162,75,.10));
  pointer-events: none;
}
.hero-visual .hv-mark svg { width: 100%; height: auto; display: block; }
/* thin concentric ring, like a showcase pedestal marker */
.hero-visual .hv-ring {
  position: absolute;
  width: 340px; height: 340px;
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.hero-visual svg.chair-glyph { width: 42%; stroke: var(--gold-soft); position: relative; z-index: 2; }
.hero-visual .hero-chair-img {
  width: 84%; height: auto; position: relative; z-index: 2;
  filter: drop-shadow(0 34px 30px rgba(0,0,0,.6)) drop-shadow(0 0 70px rgba(201,162,75,.3));
}
/* soft reflection pool under the chair, like a polished showroom floor */
.hero-visual .hv-floor {
  position: absolute;
  left: 12%; right: 12%; bottom: 8%; height: 16%;
  background: radial-gradient(ellipse at 50% 50%, rgba(233,196,119,.32), rgba(201,162,75,.08) 55%, transparent 78%);
  filter: blur(4px);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
/* fine gold corner brackets, like a jewellery display case */
.hero-visual .hv-corner {
  position: absolute;
  width: 34px; height: 34px;
  z-index: 3;
  opacity: .7;
  pointer-events: none;
}
.hero-visual .hv-corner.tl { top: 18px; left: 18px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.hero-visual .hv-corner.br { bottom: 18px; right: 18px; border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.hero-emblem { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-emblem .em-mark {
  width: 168px;
  filter: drop-shadow(0 0 34px rgba(201,162,75,.4));
}
.hero-emblem .em-sub {
  font-size: .74rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--text-mute);
  padding-left: .38em;
}
.hero-emblem .em-rule { width: 46px; height: 1px; background: var(--gold-dim); margin: 2px 0; }
.hero-visual .visual-tag {
  position: absolute; bottom: 22px; left: 22px; right: 22px;
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute);
  border-top: 1px solid var(--panel-line); padding-top: 14px; z-index: 2;
}

/* ---------- testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 860px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  border: 1px solid var(--panel-line);
  background: linear-gradient(165deg, var(--panel), rgba(255,255,255,.01));
  padding: 34px 30px 28px;
  position: relative;
  transition: border-color .25s ease, transform .25s ease;
}
.testi-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 34px; height: 2px;
  background: var(--gold);
}
.testi-card:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.testi-card .quote-mark { font-family: var(--serif); font-size: 2.8rem; color: var(--gold-dim); line-height: 1; margin-bottom: 8px; }
.testi-card p.quote { color: var(--text-dim); font-style: italic; min-height: 84px; }
.testi-card .who { font-size: .8rem; color: var(--text-mute); border-top: 1px solid var(--panel-line); padding-top: 14px; margin-top: 14px; }
.testi-card .who b { color: var(--gold-soft); font-weight: 500; display: block; font-size: .84rem; letter-spacing: .02em; }
.testi-placeholder { text-align: center; padding: 40px 20px 6px; font-size: .8rem; color: var(--text-mute); }

/* ---------- sections ---------- */
section { padding: 96px 0; border-bottom: 1px solid var(--panel-line); }
section.alt { background: var(--bg-alt); }
section:last-of-type { border-bottom: none; }

.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--panel-line); border: 1px solid var(--panel-line); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
}

.pillar {
  background: var(--bg);
  padding: 44px 34px;
  transition: background .25s;
}
.pillar:hover { background: var(--panel); }
.pillar .num { font-family: var(--serif); color: var(--gold-dim); font-size: .9rem; letter-spacing: .1em; }
.pillar h3 { margin-top: 14px; }
.pillar a.more { display: inline-block; margin-top: 14px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold-dim); }

.ph {
  background: linear-gradient(155deg, #201c14, #0f0e10 60%);
  border: 1px solid var(--panel-line);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mute);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  position: relative;
}
.ph::before {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid var(--panel-line);
}
.ph svg { width: 34px; height: 34px; stroke: var(--gold-dim); margin-bottom: 10px; }
.ph .ph-inner { display: flex; flex-direction: column; align-items: center; }

/* .ph containing a real product photo: staged spotlight, no inner hairline frame */
.ph.has-img {
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 62%, rgba(201,162,75,.20), transparent 62%),
    linear-gradient(155deg, #221d14, #0d0c0e 65%);
}
.ph.has-img::before { display: none; }
.ph.has-img img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.6));
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.product-card:hover .ph.has-img img { transform: scale(1.05); }

/* ---------- countries ---------- */
.country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--panel-line);
  border: 1px solid var(--panel-line);
}
.country-card {
  background: var(--bg);
  padding: 30px 22px;
  text-align: center;
}
.country-card .flag { font-size: 1.9rem; margin-bottom: 10px; }
.country-card h4 { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 4px; }
.country-card span { font-size: .74rem; color: var(--text-mute); }
@media (max-width: 760px) { .country-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- timeline ---------- */
.timeline { border-left: 1px solid var(--panel-line); margin-left: 6px; }
.timeline .item { position: relative; padding: 0 0 44px 34px; }
.timeline .item:last-child { padding-bottom: 0; }
.timeline .item::before {
  content: "";
  position: absolute; left: -5px; top: 4px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold);
}
.timeline .year { color: var(--gold); font-size: .8rem; letter-spacing: .08em; }

/* ---------- values / venue grid ---------- */
.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.icon-item { padding: 8px 6px; text-align: center; }
.icon-item .icon-chip {
  width: 62px; height: 62px; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-dim); border-radius: 14px;
  background: linear-gradient(160deg, rgba(201,162,75,.08), transparent 70%);
}
.icon-item svg { width: 26px; height: 26px; stroke: var(--gold-soft); }
.icon-item h4 { font-size: .95rem; margin: 0 0 6px; }
.icon-item p { font-size: .84rem; margin: 0; }
@media (max-width: 860px) { .icon-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card { border: 1px solid var(--panel-line); background: var(--panel); }
.product-card .tag {
  position: absolute; margin: 14px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); background: rgba(11,11,13,.7); padding: 4px 9px; border: 1px solid var(--gold-dim);
}
.product-card .body { padding: 24px; }
.product-card h4 { margin-bottom: 6px; }
.product-card .price { color: var(--gold-soft); font-family: var(--serif); font-size: 1.1rem; margin-bottom: 14px; display: block; }
.product-card .ph { aspect-ratio: 5/4; position: relative; }
@media (max-width: 860px) { .product-grid { grid-template-columns: 1fr; } }

/* ---------- quote / credibility strip ---------- */
.credibility {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px;
  padding: 40px 0;
}
.credibility .item { font-size: .78rem; letter-spacing: .06em; color: var(--text-mute); text-transform: uppercase; }
.credibility .item b { color: var(--text); display: block; font-family: var(--serif); font-size: 1.5rem; text-transform: none; letter-spacing: 0; }

/* ---------- forms ---------- */
.form-panel { background: var(--panel); border: 1px solid var(--panel-line); padding: 44px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--panel-line);
  color: var(--text);
  padding: 13px 14px;
  font-family: var(--sans);
  font-size: .92rem;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }
.radio-group { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-group label {
  border: 1px solid var(--panel-line); padding: 10px 16px; font-size: .82rem; cursor: pointer;
  text-transform: none; letter-spacing: 0; display: flex; align-items: center; gap: 8px;
}
.radio-group input { width: auto; min-width: 18px; min-height: 18px; accent-color: var(--gold); }
.radio-group label:has(input:checked) { border-color: var(--gold); color: var(--gold-soft); }
.form-note { font-size: .78rem; color: var(--text-mute); margin-top: 16px; }
.form-status { margin-top: 16px; font-size: .86rem; display: none; }
.form-status.ok { color: #8fbf7a; display: block; }
.form-status.err { color: var(--danger); display: block; }

/* ---------- contact info blocks ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-item { padding: 20px 0; border-bottom: 1px solid var(--panel-line); }
.contact-item .k { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute); }
.contact-item .v { font-family: var(--serif); font-size: 1.2rem; color: var(--gold-soft); margin-top: 4px; }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center;
  padding: 100px 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,162,75,.14), transparent 60%), var(--bg-alt);
}
.cta-band h2 { max-width: 620px; margin: 0 auto 20px; }
.cta-band p { max-width: 520px; margin: 0 auto 34px; }

/* ---------- footer ---------- */
footer.site { padding: 70px 0 30px; background: var(--bg-alt); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-grid h5 { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); margin: 0 0 16px; }
.footer-grid a, .footer-grid p { display: block; font-size: .88rem; color: var(--text-dim); margin-bottom: 10px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 26px; border-top: 1px solid var(--panel-line); font-size: .76rem; color: var(--text-mute); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Arabic / RTL ---------- */
body.is-rtl { direction: rtl; }
body.is-rtl .lang-switch.multi .lang-menu { right: auto; left: 0; }
body.is-rtl .float-contact { right: auto; left: 22px; }
body.is-rtl .float-contact a .fc-tip { right: auto; left: 62px; }
body.is-rtl .check-list li { padding-left: 0; padding-right: 28px; }
body.is-rtl .check-list li::before { left: auto; right: 0; }
body.is-rtl .trust-chip, body.is-rtl .num, body.is-rtl h1, body.is-rtl h2, body.is-rtl h3 { direction: rtl; }

/* ---------- simple checklist (used in showroom teasers) ---------- */
.check-list { list-style: none; margin: 22px 0 30px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; color: var(--text-dim); font-size: .96rem; }
.check-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  width: 18px; height: 18px;
  color: var(--gold-soft);
  font-size: .78rem;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
}

/* ---------- office / showroom gallery ---------- */
.office-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 18px;
}
.office-gallery img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--panel-line); transition: transform .5s ease; }
.office-gallery img:hover { transform: scale(1.02); }
.office-gallery img.span2 { grid-column: span 2; }
@media (max-width: 900px) {
  .office-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .office-gallery img.span2 { grid-column: span 2; }
}
@media (max-width: 560px) {
  .office-gallery { grid-template-columns: 1fr; }
  .office-gallery img.span2 { grid-column: span 1; }
}

/* ---------- floating WhatsApp / Telegram quick-contact ---------- */
.float-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.float-contact a {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.45);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}
.float-contact a:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 28px rgba(0,0,0,.55); }
.float-contact a svg { width: 26px; height: 26px; }
.float-contact .fc-wa { background: #25d366; }
.float-contact .fc-tg { background: #2aabee; }
.float-contact a .fc-tip {
  position: absolute; right: 62px; top: 50%; transform: translateY(-50%);
  background: var(--panel); border: 1px solid var(--panel-line); color: var(--text);
  font-size: .74rem; padding: 6px 12px; border-radius: 2px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
.float-contact a:hover .fc-tip { opacity: 1; }
.float-contact a.fc-wa .fc-tip { animation: fcHint 7s ease-in-out 1.4s 1 both; }
@keyframes fcHint {
  0% { opacity: 0; }
  10% { opacity: 1; }
  82% { opacity: 1; }
  100% { opacity: 0; }
}
.float-contact .fc-wa { position: relative; }
.float-contact .fc-wa::before {
  content: "";
  position: absolute; inset: 0; border-radius: 50%;
  background: #25d366;
  animation: fcPulse 2.4s ease-out infinite;
  z-index: -1;
}
@keyframes fcPulse {
  0% { transform: scale(1); opacity: .55; }
  100% { transform: scale(1.9); opacity: 0; }
}
@media (max-width: 640px) {
  .float-contact { right: 14px; bottom: 14px; }
  .float-contact a { width: 50px; height: 50px; }
  .float-contact a svg { width: 24px; height: 24px; }
  .fc-tip { font-size: .68rem; padding: 5px 10px; max-width: 160px; white-space: normal; text-align: right; }
  .float-contact a.fc-wa .fc-tip { animation: fcHint 6s ease-in-out 1.2s 1 both; }
}

/* ---------- header social icons ---------- */
.social-row { display: flex; align-items: center; gap: 14px; }
.social-row a { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--panel-line); border-radius: 50%; color: var(--text-dim); transition: border-color .2s, color .2s; }
.social-row a:hover { border-color: var(--gold); color: var(--gold-soft); }
.social-row a svg { width: 15px; height: 15px; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--panel-line); border-radius: 50%; color: var(--text-dim); transition: border-color .2s, color .2s; }
.footer-social a:hover { border-color: var(--gold); color: var(--gold-soft); }
.footer-social a svg { width: 16px; height: 16px; }

/* ---------- language switcher (multi-language) ---------- */
.lang-switch.multi { position: relative; }
.lang-switch.multi .lang-current { display:flex; align-items:center; gap:6px; border:1px solid var(--panel-line); padding:7px 10px; font-size:.74rem; letter-spacing:.05em; cursor:pointer; color:var(--text-dim); background:transparent; }
.lang-switch.multi .lang-current:hover { border-color: var(--gold); color: var(--gold-soft); }
.lang-switch.multi .lang-menu { position:absolute; top:calc(100% + 8px); right:0; background:var(--panel); border:1px solid var(--panel-line); min-width:168px; display:none; flex-direction:column; z-index:40; }
.lang-switch.multi.open .lang-menu { display:flex; }
.lang-switch.multi .lang-menu button { display:flex; align-items:center; gap:10px; padding:10px 14px; background:transparent; border:none; color:var(--text-dim); font-size:.82rem; text-align:left; cursor:pointer; font-family: var(--sans); }
.lang-switch.multi .lang-menu button:hover { background: rgba(201,162,75,.08); color: var(--gold-soft); }
.lang-switch.multi .lang-menu button.active { color: var(--gold-soft); }
.lang-switch.multi .flag { font-size:1rem; }

/* ---------- scroll reveal (classes applied by js/main.js) ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s cubic-bezier(.19,.7,.2,1), transform .85s cubic-bezier(.19,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- trust bar / "Нам доверяют" ---------- */
.trust-bar { display: flex; flex-wrap: wrap; gap: 16px 38px; align-items: center; justify-content: center; margin-top: 8px; }
.trust-bar span { font-family: var(--accent-font); font-size: .84rem; letter-spacing: .09em; color: var(--text-mute); text-transform: uppercase; transition: color .2s ease; }
.trust-bar span:hover { color: var(--gold-soft); }
.trust-more { text-align: center; margin-top: 30px; }

.trust-groups { display: flex; flex-direction: column; gap: 38px; margin-top: 10px; }
.trust-group .trust-country {
  font-family: var(--accent-font); letter-spacing: .2em; font-size: .68rem;
  color: var(--gold-soft); text-transform: uppercase;
  margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--panel-line);
}
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chip {
  border: 1px solid var(--panel-line); padding: 10px 18px; font-size: .82rem;
  letter-spacing: .02em; color: var(--text-dim); white-space: nowrap;
  background: rgba(255,255,255,.015);
  transition: border-color .2s ease, color .2s ease;
}
.trust-chip:hover { border-color: var(--gold-dim); color: var(--gold-soft); }

/* ---------- utility ---------- */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
/* Note: translation is handled in JS by swapping textContent via the
   data-ru/data-en attributes on each element (see js/main.js) — there is
   intentionally no CSS-based show/hide for [data-lang], since that
   attribute is also used on the RU/EN switcher buttons themselves and
   hiding by that selector would hide the buttons. */

/* ---------- presence map ---------- */
.map-frame {
  position: relative;
  border: 1px solid var(--panel-line);
  background: linear-gradient(160deg, #16140f, #0a0a0b 70%);
  padding: 10px;
  overflow: hidden;
}
.merios-map { width: 100%; height: auto; display: block; }
.merios-map .m-arc {
  fill: none;
  stroke-width: 1.4;
  opacity: .5;
  stroke-linecap: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: mapDraw 2.4s cubic-bezier(.3,.7,.3,1) forwards;
}
.merios-map .m-arc:nth-of-type(2n) { animation-delay: .18s; }
.merios-map .m-arc:nth-of-type(3n) { animation-delay: .34s; }
@keyframes mapDraw { to { stroke-dashoffset: 0; } }
.merios-map .m-halo  { opacity: .16; filter: blur(9px); }
.merios-map .m-halo2 { opacity: .22; filter: blur(6px); }
.merios-map .m-hub-ring { fill: none; stroke-width: 1.4; opacity: .75; animation: hubPulse 2.8s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes hubPulse { 0%,100% { opacity:.75; r:15; } 50% { opacity:.25; r:22; } }
.merios-map .m-dot, .merios-map .m-hub { filter: drop-shadow(0 0 6px currentColor); }
.merios-map .m-label {
  font-family: var(--sans);
  font-size: 13px;
  fill: var(--text-dim);
  letter-spacing: .04em;
}
.merios-map .m-label.hub {
  font-family: var(--accent-font);
  font-size: 16px;
  fill: var(--gold-soft);
  letter-spacing: .14em;
}
.map-legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--panel-line);
  border: 1px solid var(--panel-line);
  margin-top: 26px;
}
.ml-item { background: var(--bg); padding: 18px 20px; display: flex; flex-direction: column; gap: 3px; }
.ml-item .ml-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--c); box-shadow: 0 0 10px var(--c);
  margin-bottom: 7px;
}
.ml-item .ml-dot.hq { width: 11px; height: 11px; box-shadow: 0 0 0 3px rgba(233,196,119,.18), 0 0 12px var(--c); }
.ml-item b { font-size: .9rem; color: var(--text); font-weight: 500; }
.ml-item i { font-style: normal; font-size: .74rem; color: var(--text-mute); letter-spacing: .03em; }
.ml-item.hq b { color: var(--gold-soft); }
@media (max-width: 900px) { .map-legend { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {
  .map-legend { grid-template-columns: 1fr; }
  .merios-map .m-label { font-size: 19px; }
  .merios-map .m-label.hub { font-size: 22px; }
}

/* ---------- guarantee band ---------- */
.guarantee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--panel-line); border: 1px solid var(--panel-line); }
.guarantee-card { background: var(--bg); padding: 34px 28px 30px; transition: background .3s ease; }
.guarantee-card:hover { background: var(--panel); }
.guarantee-card .g-icon {
  width: 58px; height: 58px; margin-bottom: 4px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-dim); border-radius: 14px;
  background: linear-gradient(160deg, rgba(212,175,55,.08), transparent 70%);
}
.guarantee-card .g-icon svg { width: 30px; height: 30px; stroke: var(--gold); fill: none; }
.guarantee-card .g-num { font-family: var(--serif); font-size: 1.75rem; color: var(--gold-soft); margin: 14px 0 4px; }
.guarantee-card h4 { font-family: var(--sans); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text); margin-bottom: 10px; font-weight: 600; }
.guarantee-card p { font-size: .86rem; color: var(--text-dim); margin: 0; line-height: 1.65; }
@media (max-width: 980px) { .guarantee-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .guarantee-grid { grid-template-columns: 1fr; } }

/* =========================================================
   RESPONSIVE FIXES — measured at 375 / 390 / 768 / 1024 / 1440 / 1920
   ========================================================= */

/* Global guard: nothing may create horizontal scroll */
/* overflow-x:hidden here would make html/body a scroll container, which breaks
   position:sticky on the header (it visibly drifts while scrolling). overflow-x:clip
   crops the same way without creating that container, so the header stays put.
   The horizontal overflow this guards against is already fixed at source. */
html, body { max-width: 100%; overflow-x: clip; }
@supports not (overflow-x: clip) {
  /* older engines: keep the guard, but only where sticky isn't in play */
  body { overflow-x: hidden; }
}

/* The burger must take over BEFORE the full nav + 8-language switch + CTA
   stop fitting. Measured break was at 1024px, so switch at 1080px. */
@media (max-width: 1080px) {
  nav.links {
    position: fixed; inset: 66px 0 0 0;
    background: var(--bg);
    flex-direction: column;
    padding: 40px 32px; gap: 8px;
    font-size: 1.05rem;
    transform: translateY(-110%);
    transition: transform .3s ease;
    z-index: 90;
    overflow-y: auto;
  }
  nav.links.open { transform: translateY(0); }
  nav.links a { padding: 14px 0; min-height: 48px; display: flex; align-items: center; }
  .burger { display: block; flex: none; }
}

/* Tap targets: Apple HIG 44px minimum */
.burger {
  min-width: 44px; min-height: 44px;
  display: none;
  align-items: center; justify-content: center;
  padding: 0; line-height: 1;
}
@media (max-width: 1080px) { .burger { display: flex; } }
.lang-current { min-height: 40px; }
.social-row a { min-width: 34px; min-height: 34px; }

/* Small phones: drop non-essential header items so the row always fits */
@media (max-width: 700px) {
  .nav { padding: 14px 18px; gap: 10px; }
  .nav-actions { gap: 8px; flex: none; }
  .nav-actions .social-row { display: none; }   /* social lives in the footer */
  .nav-actions .btn.solid { display: none; }    /* CTA lives in the mobile menu */
  .brand .sub { display: none; }
  .brand { font-size: .98rem; gap: 9px; }
  .brand .mark-svg { width: 32px; height: 29px; }
  .lang-current { padding: 7px 9px; font-size: .72rem; }
}

/* Hero: reclaim vertical space and keep text off the product on phones */
@media (max-width: 760px) {
  .hero-photo { background-position: 72% center; }
  .hero-photo .wrap { padding: 110px 20px 0; }
  .hero-photo-content { padding-bottom: 44px; max-width: 100%; }
  .hero-photo-overlay {
    background: linear-gradient(180deg,
      rgba(8,8,9,.94) 0%, rgba(8,8,9,.86) 45%,
      rgba(8,8,9,.72) 70%, rgba(8,8,9,.92) 100%);
  }
  .hero h1 { font-size: clamp(1.9rem, 7.6vw, 2.4rem); }
  .hero .lead { font-size: 1rem; }
  .hero-actions { gap: 12px; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); margin-top: 34px; }
  .hero-stats .cell { padding: 20px 16px; }
}

/* Forms: comfortable touch height */
@media (max-width: 760px) {
  .field input, .field select, .field textarea { min-height: 48px; font-size: 16px; }
  .form-panel { padding: 26px 20px; }
  .wrap { padding: 0 20px; }
}

/* Floating WhatsApp / Telegram must not cover content or CTAs on phones */
@media (max-width: 620px) {
  .float-contact { bottom: 14px; right: 14px; gap: 10px; }
  .float-contact a { width: 46px; height: 46px; }
  .float-contact .fc-tip { max-width: 140px; white-space: normal; text-align: right; font-size: .66rem; }
}

/* Catalog + galleries on phones */
@media (max-width: 620px) {
  .office-gallery { grid-template-columns: 1fr 1fr; }
  .office-gallery .span2 { grid-column: span 2; }
}

/* Mobile menu CTA (injected by main.js) */
.mobile-cta { display: none; }
@media (max-width: 1080px) {
  .mobile-cta { display: inline-flex; margin-top: 10px; align-self: flex-start; min-height: 48px; }
}

/* ---------- ссылка «к содержимому» ----------
   Первый элемент в табуляции. Не видна мышью, появляется
   только при переходе с клавиатуры — требование доступности. */
.skip-link {
  position: absolute; left: 50%; top: -100px; transform: translateX(-50%);
  z-index: 9999; padding: 12px 22px; border-radius: 0 0 8px 8px;
  background: var(--gold, #D4AF37); color: #0A0D12;
  font-weight: 600; font-size: .92rem; text-decoration: none;
  transition: top .18s ease;
}
.skip-link:focus { top: 0; outline: 2px solid #7ECBFF; outline-offset: 2px; }
body.is-rtl .skip-link { left: 50%; }

/* ============================================================
   Страница размещения: блоки убеждения
   ============================================================ */

/* «Почему сейчас» — аналогия, набранная как цитата */
.pl-why { padding: 76px 0; }
.pl-why-inner { max-width: 62ch; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; gap: 18px; }
.pl-why-kicker { font-size: .74rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; }
.pl-why-quote { font-family: var(--display); font-size: clamp(1.6rem, 4.4vw, 2.5rem);
  line-height: 1.18; color: var(--text); letter-spacing: -.01em; text-wrap: balance; }
.pl-why-body { color: var(--text-dim); font-size: 1.02rem; line-height: 1.72; }

/* «Зал не постареет» — три обязательства, каждое с цифрой */
.pl-fresh-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: 20px; margin-top: 38px; }
.pl-fresh-card { background: var(--panel); border: 1px solid var(--panel-line);
  border-radius: var(--r-card); padding: 28px 26px 30px;
  display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; }
.pl-fresh-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent 78%); }
.pl-fresh-num { font-family: var(--display); font-size: 1.05rem; color: var(--gold-deep);
  letter-spacing: .06em; font-variant-numeric: tabular-nums; }
.pl-fresh-card h3 { font-size: 1.17rem; line-height: 1.28; color: var(--text); margin: 0; }
.pl-fresh-card p { color: var(--text-dim); font-size: .95rem; line-height: 1.66; margin: 0; }
.pl-fresh-foot { margin-top: 32px; text-align: center; color: var(--text-mute);
  font-size: 1rem; line-height: 1.7; max-width: 58ch; margin-left: auto; margin-right: auto; }

/* Снятие риска */
.pl-risk { padding: 74px 0; }
.pl-risk-inner { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 44px; align-items: start; }
.pl-risk-text h2 { font-size: clamp(1.5rem, 3.6vw, 2.1rem); line-height: 1.16;
  margin: 0 0 14px; text-wrap: balance; }
.pl-risk-text p { color: var(--text-dim); line-height: 1.72; margin: 0; }
.pl-risk-list { display: flex; flex-direction: column; gap: 0; }
.pl-risk-item { position: relative; padding: 17px 0 17px 34px; color: var(--text-dim);
  border-bottom: 1px solid var(--panel-line); font-size: .97rem; line-height: 1.6; }
.pl-risk-item:last-child { border-bottom: 0; }
.pl-risk-item::before { content: ''; position: absolute; left: 4px; top: 25px;
  width: 12px; height: 2px; background: var(--gold); }
@media (max-width: 880px) {
  .pl-risk-inner { grid-template-columns: 1fr; gap: 26px; }
}

/* Догоняющая панель: появляется после первого экрана и держит
   предложение перед глазами, пока человек читает страницу */
.pl-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(10, 13, 18, .93); backdrop-filter: blur(14px);
  border-top: 1px solid rgba(212, 175, 55, .3);
  transform: translateY(110%); transition: transform .34s cubic-bezier(.2,.7,.2,1); }
.pl-sticky.show { transform: translateY(0); }
.pl-sticky-inner { max-width: var(--maxw); margin: 0 auto;
  padding: 13px 32px 13px; display: flex; align-items: center;
  justify-content: space-between; gap: 22px; }
.pl-sticky-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pl-sticky-text strong { color: var(--text); font-size: .97rem; font-weight: 600; line-height: 1.3; }
.pl-sticky-text span { color: var(--text-mute); font-size: .84rem; }
.pl-sticky-btn { flex: 0 0 auto; white-space: nowrap; }
/* плавающие мессенджеры сидят справа снизу — уводим их выше панели */
body.sticky-on .float-contact { bottom: 104px; }
@media (max-width: 760px) {
  .pl-sticky-inner { padding: 11px 16px; gap: 12px; }
  .pl-sticky-text strong { font-size: .86rem; }
  .pl-sticky-text span { font-size: .76rem; }
  .pl-sticky-btn { padding: 11px 17px; font-size: .84rem; }
}
@media (max-width: 420px) {
  .pl-sticky-text span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .pl-sticky { transition: none; }
}
/* якорь не должен уезжать под фиксированную шапку */
#contact-form, .pl-fresh, .pl-risk, .pl-why { scroll-margin-top: 88px; }

/* ---------- правки по итогам проверки стандартов ---------- */

/* Ссылки подвала были высотой 23 px — ниже минимума 24×24,
   на телефоне в них трудно попасть пальцем. */
.footer-grid a { padding: 6px 0; margin-bottom: 4px; }

/* «Подробнее →» — та же причина */
.more, a.more, .card-more { display: inline-block; padding: 6px 0; }

/* Номера 01/02/03 давали 4,25 при норме 4,5 — осветляем на один шаг */
.pillar .num { color: var(--gold); }

/* ============================================================
   Презентационные материалы: карточка-иллюстрация с увеличением
   ============================================================ */
.promo-block { padding: 66px 0; }
.promo-head { text-align: center; margin-bottom: 26px; display: flex;
  flex-direction: column; gap: 10px; align-items: center; }
.promo-head .kick { font-size: .74rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; }
.promo-head h2 { font-size: clamp(1.4rem, 3.4vw, 2rem); line-height: 1.18; margin: 0;
  text-wrap: balance; }
.promo-head p { color: var(--text-dim); max-width: 56ch; margin: 0; font-size: .98rem; }

.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px; }
.promo-card {
  position: relative; display: block; padding: 0; border: 1px solid var(--panel-line);
  border-radius: var(--r-card); overflow: hidden; background: var(--panel);
  cursor: zoom-in; transition: border-color .25s ease, transform .25s ease;
  width: 100%; text-align: left; color: inherit; font: inherit;
}
.promo-card:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.promo-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.promo-card img { display: block; width: 100%; height: auto; }
.promo-card .zoom {
  /* бейдж живёт в полосе подписи справа; текст подписи под него не заходит
     благодаря правому отступу .promo-cap */
  position: absolute; right: 14px; bottom: 16px;
  background: rgba(10,13,18,.82); border: 1px solid rgba(212,175,55,.42);
  color: var(--gold-soft); border-radius: var(--r-pill);
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 13px; backdrop-filter: blur(6px);
}
.promo-cap { display: block; position: relative; z-index: 1; padding: 14px 132px 16px 16px; border-top: 1px solid var(--panel-line); }
.promo-cap b { display: block; color: var(--text); font-size: .97rem; font-weight: 600; }
.promo-cap span { color: var(--text-mute); font-size: .84rem; }

/* просмотр во весь экран */
.promo-viewer {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(5,7,11,.94); backdrop-filter: blur(8px);
  padding: 22px; overflow: auto; overscroll-behavior: contain;
}
.promo-viewer[open], .promo-viewer.on { display: block; }
.promo-viewer img { display: block; margin: 0 auto; max-width: min(980px, 100%);
  height: auto; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.7); }
.promo-close {
  position: fixed; top: 16px; right: 18px; z-index: 201;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(20,26,36,.9); border: 1px solid var(--panel-line);
  color: var(--text); font-size: 1.4rem; line-height: 1; cursor: pointer;
}
.promo-close:hover { border-color: var(--gold); color: var(--gold-soft); }
.promo-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
body.promo-open { overflow: hidden; }

@media (max-width: 560px) {
  .promo-block { padding: 48px 0; }
  .promo-viewer { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .promo-card { transition: none; }
  .promo-card:hover { transform: none; }
}

/* ============================================================
   Модельный ряд с ценами
   ============================================================ */
.lineup { padding: 70px 0 40px; }
.lineup-head { display: flex; flex-wrap: wrap; align-items: flex-end;
  justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.lineup-head .lh-text { display: flex; flex-direction: column; gap: 8px; }
.lineup-head .kick { font-size: .74rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; }
.lineup-head h2 { font-size: clamp(1.5rem, 3.6vw, 2.1rem); margin: 0; line-height: 1.16; }
.lineup-head p { color: var(--text-dim); margin: 0; font-size: .97rem; }

/* переключатель валюты */
.cur-switch { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.cur-switch label { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-mute); }
.cur-switch select {
  background: var(--panel); color: var(--text); border: 1px solid var(--panel-line);
  border-radius: var(--r-pill); padding: 9px 14px; font: inherit; font-size: .88rem;
  cursor: pointer; min-height: 40px;
}
.cur-switch select:hover { border-color: var(--gold-dim); }
.cur-switch select:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.lineup-grid { display: flex; flex-direction: column; gap: 18px; }
.model-card {
  display: grid; grid-template-columns: minmax(220px, 300px) 1fr minmax(170px, 210px);
  gap: 0; background: var(--panel); border: 1px solid var(--panel-line);
  border-radius: var(--r-card); overflow: hidden;
  transition: border-color .25s ease, transform .25s ease;
}
.model-card:hover { border-color: var(--gold-dim); transform: translateY(-2px); }
.model-photo { position: relative; background: #0d1016; }
/* на светлых снимках белое название пропадало — кладём мягкую подложку */
.model-photo::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 46%;
  background: linear-gradient(180deg, rgba(5,7,11,.78) 0%, rgba(5,7,11,.34) 55%, transparent 100%);
  z-index: 1; pointer-events: none;
}
.model-name { z-index: 2; }
.model-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.model-name {
  position: absolute; left: 14px; top: 14px;
  display: flex; flex-direction: column; gap: 5px; align-items: flex-start;
}
.model-name .brand { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--text-mute); }
.model-name .mn { font-family: var(--display); font-size: 1.22rem; line-height: 1.1;
  color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.75); }
.model-name .mc { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: #0d1016; background: rgba(255,255,255,.88); padding: 3px 8px; border-radius: 3px; }

.model-body { padding: 22px 24px; display: flex; flex-direction: column; gap: 6px;
  border-left: 1px solid var(--panel-line); }
.model-body h3 { font-size: 1.05rem; margin: 0; color: var(--text); line-height: 1.28; }
.model-body .msub { color: var(--text-mute); font-size: .86rem; margin: 0 0 8px; }
.model-feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 6px 22px; margin: 0; padding: 0; list-style: none; }
.model-feats li { position: relative; padding-left: 20px; color: var(--text-dim);
  font-size: .86rem; line-height: 1.5; }
.model-feats li::before { content: ''; position: absolute; left: 3px; top: 9px;
  width: 7px; height: 7px; border: 1px solid var(--gold); border-radius: 2px; }

.model-price { padding: 22px 20px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px; text-align: center;
  border-left: 1px solid var(--panel-line); background: var(--bg-deep, #05070b); }
.model-price .plab { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-mute); }
.model-price .pval { font-family: var(--display); font-size: clamp(1.5rem, 3.4vw, 2rem);
  color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.model-price .palt { font-size: .78rem; color: var(--text-mute); font-variant-numeric: tabular-nums; }
.model-price .btn { margin-top: 6px; }

.cur-note { margin-top: 18px; color: var(--text-mute); font-size: .8rem; line-height: 1.6; }

@media (max-width: 940px) {
  .model-card { grid-template-columns: minmax(180px, 240px) 1fr; }
  .model-price { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--panel-line);
    flex-direction: row; flex-wrap: wrap; gap: 14px; }
  .model-price .btn { margin-top: 0; }
}
@media (max-width: 620px) {
  .model-card { grid-template-columns: 1fr; }
  .model-body { border-left: 0; border-top: 1px solid var(--panel-line); padding: 18px; }
  .lineup-head { flex-direction: column; align-items: stretch; }
  .cur-switch { justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  .model-card { transition: none; }
  .model-card:hover { transform: none; }
}

/* ============================================================
   Схемы технологий: что именно делает кресло
   ============================================================ */
.tech-defs { display: none; }

/* характеристика со схемой — кликабельна */
.model-feats li.has-tech { cursor: pointer; }
.model-feats li.has-tech .ft {
  background: none; border: 0; padding: 3px 0; margin: 0; font: inherit;
  min-height: 26px; display: inline-block;
  color: var(--text-dim); text-align: left; cursor: pointer;
  border-bottom: 1px dashed rgba(212,175,55,.45); transition: color .2s ease;
}
.model-feats li.has-tech .ft:hover { color: var(--gold-soft); }
.model-feats li.has-tech .ft:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.model-feats li.has-tech[aria-current="true"]::before { background: var(--gold); border-color: var(--gold); }
.model-feats li.has-tech[aria-current="true"] .ft { color: var(--gold-soft); }

/* панель с объяснением */
.tech-panel { margin-top: 16px; display: none; }
.tech-panel.open { display: block; animation: techIn .32s cubic-bezier(.2,.7,.2,1); }
@keyframes techIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.tech-inner {
  display: grid; grid-template-columns: 152px 1fr; gap: 18px; align-items: center;
  background: var(--bg-deep, #05070b); border: 1px solid var(--panel-line);
  border-left: 2px solid var(--gold); border-radius: 10px; padding: 16px 18px;
}
.tech-text h4 { margin: 0 0 6px; font-size: .98rem; color: var(--gold-soft); }
.tech-text p { margin: 0; color: var(--text-dim); font-size: .89rem; line-height: 1.62; }
.tech-close {
  background: none; border: 0; color: var(--text-mute); cursor: pointer;
  font-size: .78rem; margin-top: 10px; padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.tech-close:hover { color: var(--gold-soft); border-bottom-color: var(--gold-deep); }
.tech-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- сама графика ---------- */
.tech-svg { width: 100%; height: auto; display: block; }
/* fill: none нельзя вешать на все t-* — селектор с атрибутом перебивал
   по специфичности заливку точек, и они пропадали */
.tech-svg [class^="t-"] { stroke-linecap: round; stroke-linejoin: round; }
.tech-svg .t-body, .tech-svg .t-back, .tech-svg .t-limb, .tech-svg .t-straight,
.tech-svg .t-rail, .tech-svg .t-floor, .tech-svg .t-hline, .tech-svg .t-seatback,
.tech-svg .t-seat, .tech-svg .t-legrest, .tech-svg .t-depth, .tech-svg .t-depth-tip,
.tech-svg .t-wave, .tech-svg .t-beam { fill: none; }

.t-body, .t-back, .t-limb, .t-silh { stroke: rgba(198,205,217,.30); stroke-width: 2; }
.tech-svg .t-silh { fill: rgba(198,205,217,.07); }
.t-floor { stroke: rgba(198,205,217,.22); stroke-width: 1.5; }
.t-straight { stroke: rgba(226,114,91,.55); stroke-width: 1.6; stroke-dasharray: 4 4; }
.t-cap { fill: rgba(226,114,91,.75); font-size: 8px; font-family: inherit; stroke: none; }

.t-rail { stroke: var(--gold); stroke-width: 2.6;
  stroke-dasharray: 130; stroke-dashoffset: 130;
  animation: railDraw 3.4s linear infinite; }
@keyframes railDraw {
  0% { stroke-dashoffset: 130; } 72% { stroke-dashoffset: 0; }
  92% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 0; }
}
.tech-svg .t-head { fill: var(--gold-soft); stroke: none; }

/* Zero Gravity: подножка поднимается, и колено уходит выше линии сердца */
.t-seatback, .t-seat, .t-legrest { stroke: var(--gold); stroke-width: 3; }
.t-hline { stroke: #E2725B; stroke-width: 1.4; stroke-dasharray: 5 4; opacity: .65; }
.tech-svg .t-heart { fill: #E2725B; stroke: none; }
.tech-svg .t-knee { fill: #7ECBFF; stroke: none; }
.t-leg { transform-origin: 82px 74px; animation: zgLift 4.2s ease-in-out infinite; }
@keyframes zgLift {
  0%, 12% { transform: rotate(0deg); }
  48%, 78% { transform: rotate(-42deg); }
  100% { transform: rotate(0deg); }
}

/* 3D: ролики уходят вглубь */
.tech-svg .t-r { fill: rgba(212,175,55,.22); stroke: var(--gold); stroke-width: 2; }
.r1 { animation: rollDepth 2.6s ease-in-out infinite; }
.r2 { animation: rollDepth 2.6s ease-in-out .28s infinite; }
.r3 { animation: rollDepth 2.6s ease-in-out .56s infinite; }
@keyframes rollDepth {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-9px); }
}
.t-depth, .t-depth-tip { stroke: var(--sky, #7ECBFF); stroke-width: 2;
  animation: depthPulse 2.6s ease-in-out infinite; }
@keyframes depthPulse { 0%,100% { opacity: .35; } 50% { opacity: 1; } }

/* воздух: подушки надуваются по очереди */
.tech-svg .t-bag { fill: rgba(212,175,55,.18); stroke: var(--gold); stroke-width: 2;
  transform-origin: 70px 32px; }
.b1 { animation: bagPulse 2.8s ease-in-out infinite; }
.b2 { animation: bagPulse 2.8s ease-in-out 1.1s infinite; transform-origin: 70px 58px; }
@keyframes bagPulse {
  0%, 100% { transform: scaleX(1); opacity: .55; }
  40% { transform: scaleX(1.16); opacity: 1; }
}

/* тепло поднимается волнами */
.tech-svg .t-pad { fill: rgba(212,175,55,.20); stroke: var(--gold); stroke-width: 2; }
.t-wave { stroke: var(--gold-soft); stroke-width: 2; }
.w1 { animation: heatRise 2.4s ease-in-out infinite; }
.w2 { animation: heatRise 2.4s ease-in-out .35s infinite; }
.w3 { animation: heatRise 2.4s ease-in-out .7s infinite; }
@keyframes heatRise {
  0% { opacity: 0; transform: translateY(6px); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-8px); }
}

/* сканирование: луч идёт сверху вниз, точки загораются */
.t-beam { stroke: var(--sky, #7ECBFF); stroke-width: 2;
  animation: beamSweep 3s ease-in-out infinite; }
@keyframes beamSweep {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 1; }
  80% { transform: translateY(48px); opacity: 1; }
  100% { transform: translateY(48px); opacity: 0; }
}
.tech-svg .t-d { fill: var(--gold); stroke: none; opacity: .18; }
.d1 { animation: dotOn 3s ease-in-out infinite; }
.d2 { animation: dotOn 3s ease-in-out .5s infinite; }
.d3 { animation: dotOn 3s ease-in-out 1s infinite; }
@keyframes dotOn { 0%, 20% { opacity: .18; } 34%, 100% { opacity: 1; } }

@media (max-width: 620px) {
  .tech-inner { grid-template-columns: 1fr; gap: 12px; }
  .tech-svg { max-width: 190px; margin: 0 auto; }
}

/* без движения — схема просто стоит в конечном виде */
@media (prefers-reduced-motion: reduce) {
  .tech-panel.open { animation: none; }
  .tech-svg [class^="t-"], .tech-svg g { animation: none !important; }
  .t-rail { stroke-dashoffset: 0; }
  .t-leg { transform: rotate(-42deg); }
  .t-d { opacity: 1; }
  .t-beam { opacity: 1; }
  .t-wave { opacity: 1; }
}

/* ============================================================
   Характеристики падают в карточку по очереди
   ============================================================ */
.model-feats li .fname { display: block; color: var(--text); font-weight: 600;
  font-size: .92rem; line-height: 1.35; }
.model-feats li .fsub { display: block; color: var(--text-mute); font-size: .8rem;
  line-height: 1.45; margin-top: 2px; }
.model-feats li.has-tech .ft.fname { display: block; font-weight: 600; font-size: .92rem; }
.model-feats li { padding-bottom: 2px; }

/* класс вешает скрипт, поэтому без JS список виден сразу */
.feats-drop .model-feats li { opacity: 0; transform: translateY(-16px); }
.feats-drop.feats-in .model-feats li {
  animation: featDrop .52s cubic-bezier(.18,.86,.28,1.02) forwards;
}
@keyframes featDrop {
  0%   { opacity: 0; transform: translateY(-16px); }
  70%  { opacity: 1; transform: translateY(3px); }
  100% { opacity: 1; transform: translateY(0); }
}
.feats-drop.feats-in .model-feats li:nth-child(1) { animation-delay: .00s; }
.feats-drop.feats-in .model-feats li:nth-child(2) { animation-delay: .07s; }
.feats-drop.feats-in .model-feats li:nth-child(3) { animation-delay: .14s; }
.feats-drop.feats-in .model-feats li:nth-child(4) { animation-delay: .21s; }
.feats-drop.feats-in .model-feats li:nth-child(5) { animation-delay: .28s; }
.feats-drop.feats-in .model-feats li:nth-child(6) { animation-delay: .35s; }

@media (prefers-reduced-motion: reduce) {
  .feats-drop .model-feats li { opacity: 1; transform: none; }
  .feats-drop.feats-in .model-feats li { animation: none; }
}

/* девиз модели над заголовком */
.model-motto { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 600; margin: 0 0 6px; }

/* ============================================================
   Падение пунктов в остальных списках сайта
   Тот же приём, что в модельном ряде: класс вешает скрипт,
   поэтому без JS списки видны сразу.
   ============================================================ */
.drop-list > li,
.drop-list > .pl-risk-item { opacity: 0; transform: translateY(-14px); }

.drop-list.dropped > li,
.drop-list.dropped > .pl-risk-item {
  animation: featDrop .5s cubic-bezier(.18,.86,.28,1.02) forwards;
}
.drop-list.dropped > :nth-child(1)  { animation-delay: .00s; }
.drop-list.dropped > :nth-child(2)  { animation-delay: .06s; }
.drop-list.dropped > :nth-child(3)  { animation-delay: .12s; }
.drop-list.dropped > :nth-child(4)  { animation-delay: .18s; }
.drop-list.dropped > :nth-child(5)  { animation-delay: .24s; }
.drop-list.dropped > :nth-child(6)  { animation-delay: .30s; }
.drop-list.dropped > :nth-child(7)  { animation-delay: .36s; }
.drop-list.dropped > :nth-child(8)  { animation-delay: .42s; }
.drop-list.dropped > :nth-child(n+9){ animation-delay: .48s; }

@media (prefers-reduced-motion: reduce) {
  .drop-list > li,
  .drop-list > .pl-risk-item { opacity: 1; transform: none; }
  .drop-list.dropped > li,
  .drop-list.dropped > .pl-risk-item { animation: none; }
}

/* ============================================================
   Следующий шаг в конце секции
   Не кнопка — строка, которая продолжает мысль прочитанного.
   ============================================================ */
.next-step {
  margin-top: 30px; padding-top: 18px;
  border-top: 1px solid var(--panel-line);
  display: flex; justify-content: flex-end;
}
.next-step .ns {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold-soft); text-decoration: none;
  font-size: .95rem; font-weight: 500; line-height: 1.4;
  padding: 8px 2px; min-height: 40px;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.next-step .ns:hover { color: var(--gold-bright, #F4E3A8); border-bottom-color: var(--gold-deep); }
.next-step .ns:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 3px; }
.next-step .ns svg {
  width: 18px; height: 18px; flex: none;
  transition: transform .22s cubic-bezier(.2,.8,.3,1);
}
.next-step .ns:hover svg { transform: translateX(5px); }

/* в арабской версии стрелка смотрит в другую сторону */
body.is-rtl .next-step { justify-content: flex-start; }
body.is-rtl .next-step .ns svg { transform: scaleX(-1); }
body.is-rtl .next-step .ns:hover svg { transform: scaleX(-1) translateX(5px); }

@media (max-width: 560px) {
  .next-step { justify-content: flex-start; margin-top: 24px; }
  .next-step .ns { font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) {
  .next-step .ns, .next-step .ns svg { transition: none; }
  .next-step .ns:hover svg { transform: none; }
  body.is-rtl .next-step .ns:hover svg { transform: scaleX(-1); }
}

/* скрытая ловушка для роботов: не должна считаться полем формы */
input[name="website"] { width: 0 !important; height: 0 !important; padding: 0 !important;
  border: 0 !important; opacity: 0; pointer-events: none; }

/* «по запросу» — это слова, а не сумма: крупный цифровой кегль им не идёт */
.model-price .pval.on-request {
  font-size: clamp(1.05rem, 1.9vw, 1.3rem); line-height: 1.25;
  letter-spacing: .01em; text-wrap: balance;
}

/* Технический паспорт модели: габариты, вес, мощность — из PDF-каталога */
.model-spec {
  margin: 18px 0 0; padding-top: 14px;
  border-top: 1px solid var(--panel-line);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px 18px;
}
.model-spec > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.model-spec dt {
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-mute);
}
.model-spec dd {
  margin: 0; font-size: .92rem; color: var(--text);
  font-variant-numeric: tabular-nums;
}
.model-feats li { break-inside: avoid; }

/* Строка «заявка по модели …» над полями формы */
.lead-note {
  margin: 0 0 14px; padding: 9px 13px;
  border: 1px solid var(--gold-deep); border-radius: 8px;
  background: rgba(212,175,55,.07);
  color: var(--gold-soft); font-size: .9rem; line-height: 1.4;
}
/* Сумма в таблице — сразу ссылка в WhatsApp с этим сроком и суммой */
.rent-table a.rent-pick {
  display: inline-block; padding: 4px 0; min-height: 26px;
  color: inherit; text-decoration: none; white-space: nowrap;
  border-bottom: 1px dashed var(--gold-deep);
  transition: color .18s ease, border-color .18s ease;
}
.rent-table a.rent-pick:hover { color: var(--gold-soft); border-bottom-color: var(--gold); }
.rent-table a.rent-pick:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* «Кто кому платит» — строка сразу под заголовком аренды и размещения */
.deal-note {
  margin: 16px 0 0; max-width: 640px;
  padding: 12px 16px;
  border-left: 3px solid var(--gold-deep);
  background: rgba(212,175,55,.06);
  color: var(--text-dim); font-size: .95rem; line-height: 1.5;
}
body.is-rtl .deal-note { border-left: 0; border-right: 3px solid var(--gold-deep); }

/* Две ссылки в карточке продукции: заявка и переход к характеристикам */
.product-card .pc-actions {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 4px;
}
.product-card .pc-more {
  color: var(--gold-soft); text-decoration: none; font-size: .88rem;
  padding: 8px 2px; min-height: 34px; display: inline-flex; align-items: center;
  border-bottom: 1px solid transparent; transition: border-color .2s ease;
}
.product-card .pc-more:hover { border-bottom-color: var(--gold-deep); }
.product-card .pc-more:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Карточки продукции показывают реальные фотографии моделей, а не
   вырезанные PNG на подложке: снимок заполняет кадр целиком. */
.product-card { position: relative; }
.product-card .tag { z-index: 2; top: 0; left: 0; }
.ph.has-img.has-photo { background: var(--panel); }
.ph.has-img.has-photo img {
  width: 100%; height: 100%; object-fit: cover; filter: none;
}
.ph.has-img.has-photo picture { display: block; width: 100%; height: 100%; }
.product-card .pc-actions .btn { margin: 0; }

/* ==================================================================
   Три направления: купить, арендовать, разместить.
   Карточка отвечает на три вопроса подряд — кому это, кто платит,
   что человек получает, — и заканчивается одним действием.
================================================================== */
.paths .section-head { margin-bottom: 34px; }
.path-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.path-card {
  position: relative; display: flex; flex-direction: column;
  padding: 30px 26px 26px;
  border: 1px solid var(--panel-line); background: var(--panel);
  transition: border-color .25s ease, transform .25s ease;
}
.path-card:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.path-num {
  position: absolute; top: 18px; right: 22px;
  font-family: var(--serif); font-size: 2.4rem; line-height: 1;
  color: var(--gold-deep); opacity: .28;
}
body.is-rtl .path-num { right: auto; left: 22px; }
.path-eyebrow {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 12px;
}
.path-card h3 { margin: 0 0 10px; font-size: 1.3rem; line-height: 1.3; max-width: 15em; }
.path-who { margin: 0 0 4px; color: var(--text-dim); font-size: .93rem; }
.path-money {
  margin: 0 0 18px; padding: 9px 13px;
  border-left: 3px solid var(--gold-deep);
  background: rgba(212,175,55,.07);
  color: var(--gold-soft); font-size: .93rem; line-height: 1.45;
}
body.is-rtl .path-money { border-left: 0; border-right: 3px solid var(--gold-deep); }
.path-points { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.path-points li {
  position: relative; padding-left: 20px;
  color: var(--text-dim); font-size: .9rem; line-height: 1.5;
}
.path-points li::before {
  content: ''; position: absolute; left: 2px; top: .58em;
  width: 7px; height: 7px; border: 1px solid var(--gold-deep); background: var(--gold-deep);
}
body.is-rtl .path-points li { padding-left: 0; padding-right: 20px; }
body.is-rtl .path-points li::before { left: auto; right: 2px; }
.path-go { margin-top: auto; align-self: flex-start; }

/* ------------------ блок закрытия ------------------ */
.close-band {
  border-top: 1px solid var(--panel-line);
  background: linear-gradient(180deg, rgba(212,175,55,.06), transparent 70%);
}
.close-inner {
  display: flex; gap: 34px; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
}
.close-text { flex: 1 1 420px; min-width: 0; }
.close-text h2 { margin: 0 0 10px; max-width: 18em; }
.close-text p { margin: 0 0 16px; color: var(--text-dim); max-width: 46em; }
.close-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.close-chips li {
  font-size: .82rem; color: var(--gold-soft);
  border: 1px solid var(--gold-dim); border-radius: 999px; padding: 6px 13px;
}
.close-act { flex: 0 0 auto; display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.close-wa { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.close-wa svg { width: 20px; height: 20px; flex: none; }
.close-alt {
  text-align: center; color: var(--text-dim); font-size: .9rem; text-decoration: none;
  padding: 8px 4px; min-height: 34px; display: inline-flex; align-items: center;
  justify-content: center; border-bottom: 1px solid transparent;
}
.close-alt:hover { color: var(--gold-soft); border-bottom-color: var(--gold-deep); }
.close-alt:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (max-width: 720px) {
  .close-act { width: 100%; }
  .path-card { padding: 26px 20px 22px; }
}

/* ==================================================================
   ВОРОНКА: «как устроено» + квалификация + короткая форма.
   Механика взята из версии 23, оформление — фирменное:
   золото на графите, без светлых полос и голубых кнопок.
================================================================== */
.v23-kicker {
  display: block; font-size: .68rem; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.v23-section-top { margin-bottom: 34px; }
.v23-section-top h2 { margin: 0; max-width: 16em; }

/* --- три шага --- */
.v23-how { background: var(--bg); border-top: 1px solid var(--line-soft); }
.v23-steps {
  list-style: none; margin: 0 0 44px; padding: 0;
  display: grid; gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.v23-steps li { padding-top: 18px; border-top: 1px solid var(--gold-deep); }
.v23-step-num {
  display: block; font-family: var(--display); font-size: 1.15rem;
  color: var(--gold); margin-bottom: 10px; letter-spacing: .08em;
}
.v23-steps h3 { margin: 0 0 8px; font-size: 1.1rem; }
.v23-steps p { margin: 0; color: var(--text-dim); font-size: .93rem; line-height: 1.55; }

/* --- что нужно для подбора --- */
.v23-criteria {
  border: 1px solid var(--line); background: var(--surface);
  padding: 28px; border-radius: var(--r-card);
  display: grid; gap: 20px 34px; align-items: start;
  grid-template-columns: minmax(200px, 1fr) minmax(300px, 1.6fr);
}
/* заголовок слева на всю высоту, кнопки и панель — одной колонкой справа */
.v23-criteria > h3 { grid-column: 1; grid-row: 1 / -1; margin: 0; font-size: 1.2rem; max-width: 12em; }
.v23-format-buttons, .v23-format-panel { grid-column: 2; }
.v23-format-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 4px; }
.v23-format-buttons button {
  font: inherit; font-size: .9rem; cursor: pointer;
  padding: 10px 18px; min-height: 44px;
  color: var(--text-dim); background: transparent;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.v23-format-buttons button:hover { color: var(--gold-soft); border-color: var(--gold-dim); }
.v23-format-buttons button[aria-pressed="true"] {
  color: #1A1206; border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  font-weight: 600;
}
.v23-format-buttons button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.v23-format-panel p {
  margin: 0 0 18px; color: var(--text-dim); font-size: .95rem; line-height: 1.6;
}

/* --- короткая форма заявки --- */
.v23-request {
  background: linear-gradient(180deg, rgba(212,175,55,.07), transparent 72%);
  border-top: 1px solid var(--line-soft);
}
/* etalon.css подключается после style.css и задаёт .wrap { display:block } —
   поэтому здесь нужна более высокая специфичность, иначе сетка не включится */
.v23-request .wrap.v23-request-grid {
  display: grid; gap: 40px; align-items: start;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.15fr);
}
.v23-request h2 { margin: 0 0 12px; max-width: 11em; }
.v23-request > .wrap > div > p { color: var(--text-dim); max-width: 34em; margin: 0 0 26px; }
.v23-phone {
  display: block; font-family: var(--display); font-size: 1.6rem;
  color: var(--text); text-decoration: none; margin-bottom: 10px;
}
.v23-phone:hover { color: var(--gold-soft); }
.v23-whatsapp {
  display: inline-flex; align-items: center; min-height: 40px;
  color: var(--gold-soft); text-decoration: none; font-size: .95rem;
  border-bottom: 1px solid transparent;
}
.v23-whatsapp:hover { border-bottom-color: var(--gold-deep); }

.v23-form {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-card); padding: 26px;
}
.v23-form fieldset { border: 0; margin: 0 0 20px; padding: 0; }
.v23-form legend {
  padding: 0; margin-bottom: 12px;
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--text-mute);
}
.v23-intent { display: flex; flex-wrap: wrap; gap: 10px; }
.v23-intent label {
  position: relative; cursor: pointer;
  display: inline-flex; align-items: center; min-height: 44px;
}
.v23-intent input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.v23-intent span {
  display: inline-flex; align-items: center; padding: 10px 18px; min-height: 44px;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  color: var(--text-dim); font-size: .9rem;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.v23-intent label:hover span { color: var(--gold-soft); border-color: var(--gold-dim); }
.v23-intent input:checked + span {
  color: #1A1206; border-color: transparent; font-weight: 600;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}
.v23-intent input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 3px; }

.v23-form .field { margin-bottom: 16px; }
.v23-form .field-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.v23-form label {
  display: block; margin-bottom: 7px;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-mute);
}
.v23-optional { text-transform: none; letter-spacing: 0; color: var(--text-mute); opacity: .8; }
.v23-form input[type="text"], .v23-form input[type="tel"],
.v23-form input[name="city"], .v23-form textarea {
  width: 100%; padding: 12px 14px; min-height: 46px;
  color: var(--text); background: var(--bg); font: inherit; font-size: .95rem;
  border: 1px solid var(--line); border-radius: 8px;
  transition: border-color .2s ease;
}
.v23-form input:focus, .v23-form textarea:focus {
  outline: none; border-color: var(--gold-dim);
}
.v23-form input:focus-visible, .v23-form textarea:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px;
}
.v23-form button[type="submit"] { width: 100%; min-height: 50px; margin-top: 4px; }
.v23-form-note {
  margin: 14px 0 0; color: var(--text-mute); font-size: .84rem; line-height: 1.5;
}
.v23-honeypot {
  position: absolute; left: -9999px; width: 0 !important; height: 0 !important;
  opacity: 0; pointer-events: none;
}
body.is-rtl .v23-honeypot { left: auto; right: -9999px; }

@media (max-width: 900px) {
  .v23-criteria { grid-template-columns: 1fr; }
  .v23-criteria > h3, .v23-format-buttons, .v23-format-panel { grid-column: 1; grid-row: auto; }
  .v23-request .wrap.v23-request-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .v23-form .field-row { grid-template-columns: 1fr; }
  .v23-criteria { padding: 22px 18px; }
  .v23-form { padding: 20px 16px; }
}

/* ==================================================================
   Вопросы перед решением. Отвечаем письменно — управляющему не нужно
   звонить, чтобы понять условия. Разметка FAQPage даёт шанс попасть
   в выдачу Google прямо вопросами.
================================================================== */
.faq-band { background: var(--bg); border-top: 1px solid var(--line-soft); }
.faq-list { display: grid; gap: 0; max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0; min-height: 48px;
  font-size: 1.05rem; line-height: 1.4; color: var(--text);
  transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ''; flex: none; margin-left: auto; margin-top: .35em;
  width: 11px; height: 11px;
  border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(45deg); transition: transform .22s ease;
}
body.is-rtl .faq-item summary::after { margin-left: 0; margin-right: auto; }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item summary:hover { color: var(--gold-soft); }
.faq-item summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.faq-item p {
  margin: 0 0 22px; padding-right: 34px;
  color: var(--text-dim); font-size: .97rem; line-height: 1.65; max-width: 62ch;
}
body.is-rtl .faq-item p { padding-right: 0; padding-left: 34px; }

/* ==================================================================
   Самопроверка площадки. Управляющий сам отмечает — и сам приходит
   к выводу. Это работает лучше, чем если мы скажем то же самое.
================================================================== */
.fit-band { background: var(--bg); border-top: 1px solid var(--line-soft); }
.fit-inner {
  display: grid; gap: 30px; align-items: start;
  grid-template-columns: minmax(300px, 1.25fr) minmax(280px, 1fr);
}
.fit-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.fit-row {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; min-height: 48px; cursor: pointer;
  border: 1px solid transparent; border-radius: 10px;
  color: var(--text-dim); font-size: .97rem; line-height: 1.5;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.fit-row:hover { background: var(--surface); border-color: var(--line); color: var(--text); }
.fit-row input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.fit-box {
  flex: none; margin-top: .12em; width: 22px; height: 22px;
  border: 1px solid var(--gold-dim); border-radius: 5px;
  position: relative; transition: background .18s ease, border-color .18s ease;
}
.fit-box::after {
  content: ''; position: absolute; left: 7px; top: 3px;
  width: 6px; height: 11px; opacity: 0;
  border-right: 2px solid #1A1206; border-bottom: 2px solid #1A1206;
  transform: rotate(45deg); transition: opacity .15s ease;
}
.fit-row input:checked ~ .fit-box {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-color: transparent;
}
.fit-row input:checked ~ .fit-box::after { opacity: 1; }
.fit-row input:checked ~ span:last-child { color: var(--text); }
.fit-row input:focus-visible ~ .fit-box { outline: 2px solid var(--gold); outline-offset: 3px; }

.fit-result {
  padding: 26px; border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--surface); position: sticky; top: 96px;
  transition: border-color .25s ease, background .25s ease;
}
.fit-result.is-ready {
  border-color: var(--gold-dim);
  background: linear-gradient(180deg, rgba(212,175,55,.10), var(--surface) 70%);
}
.fit-text {
  margin: 0 0 20px; color: var(--text-dim); font-size: 1rem; line-height: 1.6;
}
.fit-result.is-ready .fit-text { color: var(--text); }
.fit-result .btn { width: 100%; }
@media (max-width: 900px) {
  .fit-inner { grid-template-columns: 1fr; }
  .fit-result { position: static; }
}

/* На телефоне подсказка у плавающей кнопки перекрывала текст в первые
   секунды — как раз когда человек пришёл по рекламе. Значки узнаваемы
   сами по себе, поэтому автоподсказку на узких экранах не показываем. */
@media (max-width: 560px) {
  .float-contact a.fc-wa .fc-tip,
  .float-contact a.fc-tg .fc-tip { animation: none; opacity: 0; }
}
@media (hover: none) {
  .float-contact a:hover .fc-tip { opacity: 0; }
}

/* Полоса согласия на счётчик рекламы. Появляется только если в
   js/ads.js указан номер пикселя — иначе её нет вовсе. */
.ads-consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
  padding: 16px 20px; max-width: 720px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--gold-dim);
  border-radius: var(--r-card); box-shadow: 0 18px 40px rgba(0,0,0,.5);
}
.ads-consent p { margin: 0; flex: 1 1 260px; color: var(--text-dim); font-size: .88rem; line-height: 1.5; }
.ads-consent a { color: var(--gold-soft); }
.ads-consent-act { display: flex; gap: 10px; flex: none; }
.ads-consent button {
  font: inherit; font-size: .88rem; cursor: pointer;
  padding: 10px 18px; min-height: 44px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: transparent; color: var(--text-dim);
}
.ads-consent button[data-yes] {
  color: #1A1206; border-color: transparent; font-weight: 600;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}
.ads-consent button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (max-width: 560px) { .ads-consent { left: 10px; right: 10px; bottom: 10px; padding: 14px; } }
