/* Fonturi: cate un fisier variabil (axa wght 400-700) per familie si alfabet, in loc de
   cate un fisier per greutate. Fisierele Google erau identice la 400/600/700 si se
   descarcau de 3 ori (252 KB pe pagina RO); acum sunt 4 fisiere, ~75 KB.
   Regenerare cu fontTools, din fisierele originale Google (vezi istoricul git):
     subset -> unicodes; apoi instancer.instantiateVariableFont(f, {'wght': (400, 700)})
     lat:    0020-007E,00A0-00FF,0131,0152-0153,02BB-02BC,02C6,02DA,02DC,
             2010-2015,2018-201F,2020-2022,2026,2030,2039-203A,2044,20AC,2113,2122,
             2190-2193,2212,2215,FEFF,FFFD
     latext: 0100-017F,0218-021B,02C7,02D8-02DD        (diacriticele romanesti)
     cyr:    0301,0400-045F,0490-0491,04B0-04B1,2116   (rusa)
   Un caracter din afara acestor seturi cade pe fontul de sistem, nu pe patratel. */

/* cyrillic */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/GolosText-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/GolosText-latext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/GolosText-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/Oswald-cyr.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/Oswald-latext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/Oswald-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ARK Autoservice - design tokens */
:root {
  --bg: #0d0e10;
  --surface: #15171a;
  --surface-2: #1b1e22;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f2f3f4;
  --muted: #a8aeb5;
  --accent: #cf3527;
  --accent-hover: #e04434;
  --radius: 12px;
  --font-display: "Oswald", sans-serif;
  --font-body: "Golos Text", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

h1, h2 { font-family: var(--font-display); font-weight: 600; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.015em; }
h3 { font-family: var(--font-body); font-weight: 700; line-height: 1.25; }
h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); margin-bottom: 16px; }
h3 { font-size: 1.05rem; }
.accent { color: var(--accent); }
.section { padding: 96px 0; }
section[id] { scroll-margin-top: 84px; }
.section-sub { color: var(--muted); max-width: 62ch; margin-bottom: 48px; }

/* ---------- header (pastila plutitoare) ---------- */
.header { position: sticky; top: 10px; z-index: 50; }
.header-in {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  height: 62px; gap: 24px; padding: 0 12px 0 22px;
  background: rgba(15, 16, 19, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.logo img { height: 36px; width: auto; }
.nav { display: flex; gap: 26px; }
.nav a {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: 0.82rem; letter-spacing: 0.08em; font-weight: 500;
  color: var(--muted); padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav a:hover { color: var(--text); border-bottom-color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.lang { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; font-weight: 700; }
.lang a { color: var(--muted); transition: color 0.2s; padding-bottom: 2px; border-bottom: 2px solid transparent; }
.lang a.on { color: var(--text); border-bottom-color: var(--accent); }
.lang a:not(.on):hover { color: var(--text); }
.header-tel {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; font-weight: 700; font-size: 0.9rem;
  padding: 9px 16px; border-radius: 10px; white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.header-tel:hover { background: var(--accent-hover); }
.header-tel:active { transform: scale(0.98); }
.header-tel svg { width: 15px; height: 15px; }
.burger { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; color: var(--text); width: 40px; height: 40px; font-size: 1.15rem; cursor: pointer; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  border: none; cursor: pointer; transition: transform 0.15s, background 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 34px rgba(207, 53, 39, 0.35); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(207, 53, 39, 0.45); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid rgba(255, 255, 255, 0.25); }
.btn-ghost:hover { border-color: var(--text); }

/* ---------- hero (cinematic full-bleed) ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: min(92dvh, 960px);
  display: flex; align-items: center;
  padding: 120px 0 96px;
  margin-top: -72px;
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 14, 16, 0.96) 8%, rgba(13, 14, 16, 0.78) 42%, rgba(13, 14, 16, 0.28) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 22%);
}
.hero > .container { width: 100%; }
.hero-content { position: relative; z-index: 1; max-width: 640px; }
.hero h1 { margin-bottom: 22px; text-wrap: balance; }
.hero p { color: #c9cdd1; font-size: 1.15rem; max-width: 46ch; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-socials { margin-top: 30px; }
.hero-socials a { background: rgba(15, 16, 19, 0.55); backdrop-filter: blur(6px); }
@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { opacity: 0; transform: translateY(26px); animation: rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
  .hero-content > *:nth-child(2) { animation-delay: 0.14s; }
  .hero-content > *:nth-child(3) { animation-delay: 0.28s; }
  .hero-content > *:nth-child(4) { animation-delay: 0.42s; }
  .hero-bg { animation: hero-zoom 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
  @keyframes rise { to { opacity: 1; transform: none; } }
  @keyframes hero-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }
}

/* ---------- services ---------- */
.svc-split { display: grid; grid-template-columns: 0.9fr 1.5fr; gap: 72px; align-items: start; }
.svc-intro { position: sticky; top: 100px; }
.svc-intro .section-sub { margin-bottom: 32px; }
.svc-note { color: var(--muted); font-size: 0.9rem; margin-top: 18px; max-width: 34ch; }
.svc-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 16px; }
.svc-list li {
  padding: 20px 18px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line);
  transition: border-color 0.2s, transform 0.2s;
  display: flex; gap: 16px; align-items: flex-start;
}
.svc-list li:hover { border-color: rgba(207, 53, 39, 0.5); transform: translateY(-2px); }
.svc-ico {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px;
  background: rgba(207, 53, 39, 0.12); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.svc-list h3 {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 500;
  font-size: 1.05rem; letter-spacing: 0.03em; margin-bottom: 6px; transition: color 0.2s;
}
.svc-list li:hover h3 { color: var(--accent-hover); }
.svc-list p { color: var(--muted); font-size: 0.92rem; }
.svc-book {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  padding: 10px 16px; min-height: 44px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--text); font-weight: 600; font-size: 0.85rem; transition: border-color 0.2s, color 0.2s;
}
.svc-book img { width: 16px; height: 16px; }
.svc-book:hover { border-color: var(--accent); color: var(--accent-hover); }
.cta-inline { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; }

/* ---------- how we work / steps ---------- */
.steps { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 40px; margin-top: 56px; }
.step { position: relative; padding-top: 26px; }
.step::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(207, 53, 39, 0.1) 100%);
}
.step-num {
  font-family: var(--font-display); font-weight: 600; font-size: 3.2rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--accent);
  display: block; margin-bottom: 16px;
}
.step h3 {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 500;
  font-size: 1.02rem; letter-spacing: 0.03em; margin-bottom: 8px;
}
.step p { color: var(--muted); font-size: 0.95rem; }
.guarantee {
  margin-top: 56px; display: flex; align-items: center; gap: 16px;
  border: 1px solid rgba(207, 53, 39, 0.4); border-radius: var(--radius);
  padding: 20px 24px; background: rgba(207, 53, 39, 0.07);
}
.guarantee svg { flex-shrink: 0; color: var(--accent); }
.guarantee b { font-weight: 700; font-size: 1rem; }
.guarantee span { color: var(--muted); font-size: 0.95rem; }

/* ---------- chat buttons ---------- */
.chat-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.chat-row .btn img { width: 20px; height: 20px; }

/* ---------- brands marquee ---------- */
.brands { padding: 56px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; position: relative; }
.brands::before, .brands::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 1; pointer-events: none;
}
.brands::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.brands::after { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.brands-title {
  text-align: center; font-family: var(--font-display); text-transform: uppercase;
  font-size: 1.15rem; font-weight: 600; letter-spacing: 0.05em;
  color: var(--text); margin-bottom: 40px;
}
.marquee {
  display: flex; overflow: hidden; user-select: none; gap: 64px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; gap: 64px; align-items: center; flex-shrink: 0; min-width: 100%; justify-content: space-around; animation: marquee 45s linear infinite; }
.marquee img { height: 30px; width: auto; filter: grayscale(1) brightness(1.85); opacity: 0.8; transition: opacity 0.2s, filter 0.2s; }
.marquee img[src*="gates"] { filter: invert(1) grayscale(1) brightness(1.1); }
.marquee img:hover { filter: none; }
.marquee img:hover { opacity: 1; }
@keyframes marquee { to { transform: translateX(calc(-100% - 64px)); } }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.about-media img { border-radius: var(--radius); }
.about p { color: var(--muted); margin-bottom: 24px; }
.checks { list-style: none; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: baseline; font-weight: 600; }
.checks li::before { content: "✓"; color: var(--accent); font-weight: 700; }
.checks span { color: var(--muted); font-weight: 400; }

/* ---------- reviews ---------- */
.reviews { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
}
.review-main { border-color: rgba(207, 53, 39, 0.4); }
.review-main blockquote { font-weight: 600; }
.stars { color: #f5b301; letter-spacing: 3px; font-size: 0.9rem; }
.review blockquote { color: var(--text); }
.review figcaption { margin-top: auto; }
.review cite { font-style: normal; color: var(--muted); font-size: 0.9rem; }
.review cite b { color: var(--text); display: block; font-size: 0.95rem; }
.reviews-cta { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- parts / order ---------- */
.parts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.parts-media { align-self: stretch; }
.parts-media img { border-radius: var(--radius); height: 100%; object-fit: cover; }
.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 0.85rem; font-weight: 700; }
.field input, .field textarea {
  background: #1c1f24; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius);
  padding: 13px 16px; color: var(--text); font-family: var(--font-body); font-size: 1rem;
  transition: border-color 0.2s; width: 100%;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.45); }
.field input:focus, .field textarea:focus { outline: 2px solid var(--accent); outline-offset: -1px; border-color: transparent; }
.form-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.form-btns .btn { flex: 1 1 200px; }
.form-btns .btn img { width: 20px; height: 20px; }
.form-ok {
  border: 1px solid rgba(207, 53, 39, 0.4); background: rgba(207, 53, 39, 0.08);
  border-radius: var(--radius); padding: 14px 18px; font-weight: 600;
}
.hp { display: none; }
.form-note { color: var(--muted); font-size: 0.85rem; }

/* ---------- faq ---------- */
.faq-list { display: grid; gap: 10px; max-width: 860px; margin-top: 32px; }
.faq-list details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list details p { color: var(--muted); padding-top: 10px; font-size: 0.95rem; }
.faq-list details[open] { border-color: rgba(207, 53, 39, 0.5); }
.form-note a { color: var(--text); text-decoration: underline; }

/* ---------- contact ---------- */
#contact { padding-top: 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.contact-map { position: relative; }
.contact-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: grayscale(1); }
.map-badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  min-width: 300px; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 18px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.map-badge b { display: block; font-size: 0.95rem; }
.map-badge span { color: var(--muted); font-size: 0.85rem; display: block; margin: 2px 0 8px; }
.map-badge a { color: #e8574a; font-weight: 700; font-size: 0.9rem; }
.map-badge a:hover { color: #f06a5e; }
@media (max-width: 560px) { .map-badge { min-width: 0; right: 10px; } }
.contact-info { background: var(--surface); padding: 48px; display: flex; flex-direction: column; gap: 8px; }
.contact-info h2 { margin-bottom: 8px; }
.contact-info > p { color: var(--muted); margin-bottom: 24px; }
.contact-list { list-style: none; display: grid; gap: 18px; }
.contact-list a { font-weight: 700; transition: color 0.2s; }
.contact-list a:hover { color: var(--accent-hover); }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list svg { flex-shrink: 0; color: var(--accent); margin-top: 4px; }
.socials { display: flex; gap: 12px; margin-top: 28px; }
.socials a {
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; color: var(--muted);
  transition: color 0.2s, border-color 0.2s;
}
.socials a:hover { color: var(--text); border-color: var(--accent); }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--surface); padding: 72px 0 28px; }
.footer-cta {
  display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap;
  padding-bottom: 48px; border-bottom: 1px solid var(--line); margin-bottom: 48px;
}
.footer-cta h2 { margin: 0; font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
.footer-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-cta-btns .btn img { width: 20px; height: 20px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 0.8fr 1.2fr; gap: 48px;
  padding-bottom: 40px; border-bottom: 1px solid var(--line); margin-bottom: 24px;
}
.footer-col-title {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 500;
  font-size: 0.85rem; letter-spacing: 0.08em; margin-bottom: 18px;
}
.footer-about img { height: 34px; margin-bottom: 18px; }
.footer-about p { color: var(--muted); font-size: 0.95rem; max-width: 34ch; margin-bottom: 22px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); font-size: 0.95rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--text); }
.footer-contact { display: grid; gap: 10px; color: var(--muted); font-size: 0.95rem; }
.footer-contact a { color: var(--text); font-weight: 600; }
.footer-contact a:hover { color: var(--accent-hover); }
.footer-in { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-in p { color: var(--muted); font-size: 0.88rem; }
.footer-in a { color: var(--text); text-decoration: underline; }
.footer-in a:hover { color: var(--accent-hover); }
@media (max-width: 860px) {
  .footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 28px; margin-bottom: 20px; }
  .footer-cta { padding-bottom: 32px; margin-bottom: 32px; }
  .footer-menu { display: none; }
  .footer-about p { margin-bottom: 18px; }
}

/* ---------- mobile call bar ---------- */
/* ---------- butoane plutitoare: programare / WhatsApp / apel ---------- */
.fabs {
  position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; gap: 12px; z-index: 60;
}
.fab {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 10px 28px -6px rgba(0, 0, 0, 0.55);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}
.fab:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -6px rgba(0, 0, 0, 0.65); }
.fab:active { transform: none; }
.fab svg { width: 24px; height: 24px; }
.fab img { width: 26px; height: 26px; }
.fab-tel { background: var(--accent); }
.fab-tel:hover { background: var(--accent-hover); }
.fab-wa { background: #1da851; }
.fab-book { background: var(--surface-2); border: 1px solid rgba(255, 255, 255, 0.18); color: var(--text); }
.fab-book:hover { border-color: var(--accent); color: var(--accent-hover); }
.fab:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------- reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .reveal.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
}

.tel-inline { display: none; }
@media (min-width: 861px) { .tel-inline { display: inline; } }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .svc-split { grid-template-columns: 1fr; gap: 40px; }
  .svc-intro { position: static; }
  .nav { display: none; }
  .burger { display: block; }
  .nav.open {
    display: flex; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(15, 16, 19, 0.96); backdrop-filter: blur(14px);
    border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  }
  .nav.open a { padding: 15px 22px; }
  .nav.open a + a { border-top: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .section { padding: 64px 0; }
  .hero { padding: 110px 0 64px; min-height: min(80dvh, 720px); }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(13, 14, 16, 0.92) 0%, rgba(13, 14, 16, 0.72) 100%),
      linear-gradient(0deg, var(--bg) 0%, transparent 22%);
  }
  .about-grid, .parts-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid { grid-template-columns: 1fr; gap: 28px; }
  .guarantee { flex-direction: row; align-items: flex-start; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-map iframe { min-height: 300px; }
  .contact-info { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .header-tel span { display: none; }
  .header-tel { padding: 9px 12px; }
}
@media (max-width: 768px) {
}
@media (max-width: 560px) {
  .section { padding: 52px 0; }
  .hero { padding: 100px 0 48px; min-height: min(72dvh, 640px); }
  .svc-list { grid-template-columns: 1fr; gap: 10px; }
  .svc-list li { padding: 14px 12px; }
  .form-btns .wa-send { order: -1; }
}
