/* parbrizeapb.ro — landing page styles (vanilla build, Asfalt theme locked) */

:root {
  --bg: #0a0a0a;
  --surface: #141414;
  --text: #f5f1ea;
  --muted: #8a8784;
  --line: rgba(245,241,234,.12);
  --chip: rgba(245,241,234,.06);
  --accent: #e10a16;
  --maxw: 1280px;
  --r: 4px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Archivo', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* visually hidden for screen readers + SEO H1 */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.app { min-height: 100vh; }

/* nav */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in oklab, var(--bg) 80%, transparent);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 14px 32px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 40px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Anton', sans-serif; font-size: 18px; letter-spacing: .04em; }
.brand-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--muted); margin-top: 4px; text-transform: uppercase; letter-spacing: .06em; }
.nav-links { display: flex; gap: 28px; justify-content: center; }
.nav-links a { font-size: 13px; color: var(--muted); font-weight: 500; letter-spacing: .01em; transition: color .15s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-phone { display: inline-flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--text); font-weight: 500; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; font-family: 'Archivo', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; border: 1.5px solid transparent; border-radius: var(--r); transition: transform .12s, filter .15s, background .15s; }
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-ghost { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--text); }
.btn-block { width: 100%; justify-content: center; }
.btn-lg { padding: 16px 24px; font-size: 14px; }

/* hero */
.hero { position: relative; overflow: hidden; padding: 80px 32px 100px; min-height: 720px; }
.crack-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; mix-blend-mode: screen; opacity: .22; }
.hero-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; position: relative; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; padding: 6px 12px; border: 1px solid var(--line); border-radius: 100px; margin-bottom: 32px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

.hero-h1 { font-family: 'Anton', sans-serif; font-size: clamp(56px, 8vw, 112px); line-height: .92; letter-spacing: -.01em; margin: 0 0 28px; text-transform: uppercase; }
.hero-emph { display: inline-block; position: relative; color: var(--accent); }
.hero-emph::after { content: ""; position: absolute; left: -4px; right: -4px; bottom: 8%; height: 12%; background: currentColor; opacity: .15; transform: skew(-8deg); z-index: -1; }
.hero-sub { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 540px; margin: 0 0 32px; }
.hero-bullets { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 32px; font-size: 14px; font-weight: 500; }
.hero-bullets > div { display: flex; align-items: center; gap: 8px; }
.hero-bullets svg { color: var(--accent); }

/* quote card */
.quote-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 16px; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.quote-head { display: flex; justify-content: space-between; align-items: baseline; }
.quote-title { font-family: 'Anton', sans-serif; font-size: 24px; letter-spacing: .02em; text-transform: uppercase; }
.quote-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; }
.quote-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.qt-tab { background: var(--chip); border: 1px solid var(--line); color: var(--text); padding: 9px 4px; font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; border-radius: var(--r); transition: all .15s; }
.qt-tab:hover { background: color-mix(in oklab, var(--text) 8%, transparent); }
.qt-tab.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.qfield { display: flex; flex-direction: column; gap: 6px; }
.qfield span { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.qfield em { font-style: normal; opacity: .6; }
.qfield input { background: transparent; border: 0; border-bottom: 1.5px solid var(--line); color: var(--text); font-family: 'JetBrains Mono', monospace; font-size: 16px; padding: 8px 0; outline: none; transition: border-color .15s; }
.qfield input:focus { border-color: var(--accent); }
.qfield input::placeholder { color: var(--muted); opacity: .5; }
.quote-foot { display: flex; justify-content: space-between; font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }
.quote-foot span { display: inline-flex; align-items: center; gap: 6px; }

/* trust strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.trust-inner { max-width: var(--maxw); margin: 0 auto; padding: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 16px; }
.trust-ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in oklab, var(--accent) 12%, transparent); flex-shrink: 0; color: var(--accent); }
.trust-big { font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: .02em; text-transform: uppercase; line-height: 1; }
.trust-small { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* sections */
.section { max-width: var(--maxw); margin: 0 auto; padding: 120px 32px 40px; }
.section-head { display: flex; flex-direction: column; margin-bottom: 56px; max-width: 800px; }
.eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.h2 { font-family: 'Anton', sans-serif; font-size: clamp(36px, 5vw, 64px); line-height: 1; letter-spacing: -.005em; margin: 0; text-transform: uppercase; text-wrap: pretty; }
.h2 .muted { color: var(--muted); }
.h2-light { color: var(--text); }

/* services */
.services-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.services-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.srv-row { display: flex; justify-content: space-between; align-items: center; padding: 24px 4px; background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--text); text-align: left; transition: padding .2s, background .15s; }
.srv-row:hover { padding-left: 14px; }
.srv-row.active { padding-left: 14px; background: var(--chip); }
.srv-row-l { display: flex; align-items: center; gap: 20px; }
.srv-row-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--muted); }
.srv-row-title { font-family: 'Anton', sans-serif; font-size: 28px; letter-spacing: .02em; text-transform: uppercase; line-height: 1; }
.srv-row-sub { font-size: 12px; color: var(--muted); margin-top: 6px; text-transform: uppercase; letter-spacing: .04em; }
.srv-row-r { display: flex; align-items: center; gap: 16px; color: var(--muted); }
.srv-row.active .srv-row-r { color: var(--accent); }
.srv-price { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: .04em; }

.services-detail { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 100px; }
.srv-photo { aspect-ratio: 4/3; background: var(--chip); border: 1px solid var(--line); border-radius: 6px; position: relative; overflow: hidden; background-size: cover; background-position: center; transition: background-image .25s ease; }
.srv-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.55) 100%); pointer-events: none; }
.srv-photo-tag { position: absolute; left: 14px; bottom: 14px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #f5f1ea; background: rgba(10,10,10,.55); padding: 6px 12px; border: 1px solid rgba(245,241,234,.18); border-radius: 4px; backdrop-filter: blur(4px); z-index: 2; }
.srv-meta-title { font-family: 'Anton', sans-serif; font-size: 32px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 12px; }
.srv-meta-title .muted { color: var(--muted); }
.srv-meta-blurb { color: var(--muted); font-size: 15px; margin: 0 0 20px; max-width: 520px; }
.srv-meta-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chip { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--text); text-transform: uppercase; letter-spacing: .04em; padding: 6px 10px; background: var(--chip); border: 1px solid var(--line); border-radius: 100px; }

/* process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; }
.step { display: flex; flex-direction: column; gap: 12px; }
.step-num { font-family: 'Anton', sans-serif; font-size: 72px; letter-spacing: .02em; line-height: 1; color: var(--accent); }
.step-rule { height: 3px; width: 48px; margin: 8px 0 16px; background: var(--accent); }
.step-title { font-family: 'Anton', sans-serif; font-size: 24px; letter-spacing: .02em; text-transform: uppercase; line-height: 1.05; }
.step-desc { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* warranty */
.warranty { margin-top: 120px; background: #0a0a0a; color: #f5f1ea; padding: 100px 32px; position: relative; overflow: hidden; }
.warranty .crack-svg { opacity: .12; }
.warranty .h2 { color: #f5f1ea; }
.warranty-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; position: relative; }
.warranty-sub { font-size: 17px; color: rgba(245,241,234,.7); max-width: 520px; margin: 24px 0 32px; }
/* warranty: 5 points */
.warranty-points { display: flex; flex-direction: column; gap: 24px; margin-top: 8px; }
.wpt { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; }
.wpt-num {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: .02em;
  border-right: 1px solid rgba(245,241,234,.15);
  padding-right: 12px;
  padding-top: 4px;
}
.wpt-h {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #f5f1ea;
  margin: 0 0 8px;
}
.wpt-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(245,241,234,.7);
}
.wpt-strong { color: var(--accent); font-weight: 700; }
.wpt-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 6px;
}
.wpt-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px; line-height: 1.5;
  color: rgba(245,241,234,.7);
}
.wpt-list li::before {
  content: "";
  position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.wpt-list-x li::before {
  background: none;
  width: 10px; height: 10px;
  border: 1.5px solid rgba(245,241,234,.4);
  top: 5px;
}
.wpt-list-x li::after {
  content: "";
  position: absolute; left: 2.5px; top: 9px;
  width: 5px; height: 1.5px;
  background: rgba(245,241,234,.5);
}

/* warranty: cert image button */
.wcert-img-btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wcert-img-btn:hover { transform: translateY(-3px); box-shadow: 0 50px 120px rgba(0,0,0,.6), 0 0 0 1px rgba(225,10,22,.3); }
.wcert-img-btn img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.wcert-zoom-hint {
  position: absolute;
  bottom: 12px; left: 50%;
  transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #f5f1ea;
  background: rgba(10,10,10,.7);
  border: 1px solid rgba(245,241,234,.18);
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
  white-space: nowrap;
}
.wcert-img-btn:hover .wcert-zoom-hint,
.wcert-img-btn:focus-visible .wcert-zoom-hint { opacity: 1; }

/* coverage */
.coverage { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.cov-map { border: 1px solid var(--line); background: var(--surface); border-radius: 6px; padding: 16px; }
.g-map { width: 100%; height: 460px; border-radius: 4px; background: #0a0a0a; overflow: hidden; }
.g-map .gm-style-cc, .g-map .gm-style-iw { font-family: 'Archivo', sans-serif !important; }
.cov-legend { display: flex; gap: 24px; margin-top: 16px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.cov-legend > div { display: inline-flex; align-items: center; gap: 8px; }
.lg-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.lg-dot.faded { opacity: .4; }
.cov-cities-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.cov-cities-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.cov-city { font-size: 13px; padding: 6px 12px; background: var(--chip); border: 1px solid var(--line); border-radius: 100px; }
.cov-city-more { background: transparent; color: var(--accent); border-color: var(--accent); }
.cov-note { font-size: 14px; color: var(--muted); line-height: 1.55; max-width: 480px; border-top: 1px solid var(--line); padding-top: 20px; }

/* pricing */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; position: relative; }
.price-card-alt { border-color: var(--accent); border-width: 1.5px; }
.price-tag { position: absolute; top: -10px; left: 24px; background: var(--accent); color: #fff; padding: 4px 10px; font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; border-radius: 3px; }
.price-title { font-family: 'Anton', sans-serif; font-size: 22px; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 16px; }
.price-amt { font-family: 'Anton', sans-serif; font-size: 64px; line-height: 1; letter-spacing: -.01em; }
.price-amt span { font-family: 'Archivo', sans-serif; font-size: 18px; font-weight: 400; color: var(--muted); margin-left: 6px; }
.price-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 6px; margin-bottom: 24px; }
.price-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; flex: 1; }
.price-list li { display: flex; align-items: flex-start; gap: 10px; }
.price-list svg { color: var(--accent); flex-shrink: 0; margin-top: 3px; }

/* testimonials */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: var(--surface); border: 1px solid var(--line); padding: 28px; border-radius: 6px; display: flex; flex-direction: column; gap: 16px; }
.t-stars { color: var(--accent); display: flex; gap: 2px; }
.t-text { font-size: 16px; line-height: 1.55; flex: 1; margin: 0; }
.t-meta { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.t-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: .02em; }
.t-name { font-weight: 600; font-size: 14px; }
.t-city { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }

/* faq */
.faq { max-width: 880px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 24px 4px; background: transparent; border: 0; color: var(--text); text-align: left; font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: .02em; text-transform: uppercase; transition: padding .15s; }
.faq-q:hover { padding-left: 12px; }
.faq-item.open .faq-q { padding-left: 12px; }
.faq-item.open .faq-q-text { color: var(--accent); }
.faq-ic { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--muted); flex-shrink: 0; }
.faq-item.open .faq-ic { color: var(--accent); border-color: var(--accent); }
.faq-a { padding: 0 32px 24px 12px; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 760px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-icon-plus { display: block; }
.faq-icon-minus { display: none; }
.faq-item.open .faq-icon-plus { display: none; }
.faq-item.open .faq-icon-minus { display: block; }

/* final cta */
.finalcta { background: #0a0a0a; color: #f5f1ea; padding: 120px 32px; margin-top: 80px; position: relative; overflow: hidden; }
/* ─── futuristic dark hero ───────────────────── */
.finalcta-top {
  margin-top: 0;
  background: #050505;
  min-height: 680px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.finalcta-top .finalcta-inner { position: relative; z-index: 4; }
.finalcta-top .finalcta-h { text-shadow: 0 2px 24px rgba(0,0,0,.6); }

/* breathing red radial glow */
.hero-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(225,10,22,.18) 0%, transparent 45%),
    radial-gradient(ellipse at 75% 30%, rgba(225,10,22,.10) 0%, transparent 50%);
  z-index: 0;
  animation: heroGlowBreath 6s ease-in-out infinite;
}
@keyframes heroGlowBreath {
  0%, 100% { opacity: .85; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.06); }
}

/* cyberpunk scanline sweep */
.hero-scanline {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 49.7%, rgba(225,10,22,.22) 50%, transparent 50.3%);
  background-size: 100% 100%;
  animation: heroScan 9s linear infinite;
  opacity: .55;
}
@keyframes heroScan {
  0%   { background-position: 0 -100%; }
  100% { background-position: 0 200%; }
}

/* primary cracks: draw-in animation */
.finalcta-top .crack-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
  pointer-events: none;
}
.crack-svg-draw .cracks path,
.crack-svg-draw .cracks circle { stroke-dasharray: 800; stroke-dashoffset: 800; animation: drawCrack 1.6s ease-out forwards; }
.crack-svg-draw .cracks circle { animation-duration: 2.4s; }
@keyframes drawCrack { to { stroke-dashoffset: 0; } }

.crack-svg-bg { opacity: .55; z-index: 1; transform: rotate(8deg) scale(1.1); }
.crack-svg-bg .cracks path,
.crack-svg-bg .cracks circle { stroke-dasharray: 600; stroke-dashoffset: 600; animation: drawCrack 2.4s ease-out .3s forwards; }

/* parallax wrapper sets transform via JS mouse-position */
.finalcta-top .crack-svg-draw { transition: transform .25s cubic-bezier(.2,.6,.3,1); }

/* big right-side APB brand mark */
.hero-brand-mark {
  position: absolute;
  top: 50%; right: -2vw;
  transform: translateY(-50%);
  width: clamp(280px, 38vw, 540px);
  aspect-ratio: 1 / 1;
  pointer-events: none;
  z-index: 3;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse at 65% 50%, #000 50%, transparent 78%);
          mask-image: radial-gradient(ellipse at 65% 50%, #000 50%, transparent 78%);
  filter: drop-shadow(0 0 60px rgba(225,10,22,.35));
  animation: brandBreath 5s ease-in-out infinite;
  opacity: .85;
}
.hero-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@keyframes brandBreath {
  0%, 100% { transform: translateY(-50%) scale(1); filter: drop-shadow(0 0 60px rgba(225,10,22,.30)); }
  50%      { transform: translateY(-50%) scale(1.03); filter: drop-shadow(0 0 90px rgba(225,10,22,.55)); }
}

/* drifting glass shards */
.hero-shards {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.hero-shards .shard {
  position: absolute;
  filter: drop-shadow(0 0 8px rgba(225,10,22,.4));
  will-change: transform, opacity;
}
.shard.s1 { width: 14px; top: 18%; left:  8%; animation: shardDrift 14s ease-in-out infinite; }
.shard.s2 { width: 22px; top: 70%; left: 12%; animation: shardDrift 18s ease-in-out -3s infinite reverse; }
.shard.s3 { width: 10px; top: 32%; left: 22%; animation: shardDrift 12s ease-in-out -6s infinite; }
.shard.s4 { width: 18px; top: 82%; left: 38%; animation: shardDrift 16s ease-in-out -2s infinite reverse; }
.shard.s5 { width: 12px; top: 12%; left: 52%; animation: shardDrift 13s ease-in-out -5s infinite; }
.shard.s6 { width: 16px; top: 58%; left: 64%; animation: shardDrift 17s ease-in-out -8s infinite reverse; }
.shard.s7 { width:  8px; top: 28%; left: 78%; animation: shardDrift 11s ease-in-out -1s infinite; }
@keyframes shardDrift {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0; }
  10%  { opacity: 1; }
  50%  { transform: translate(-18px, 22px) rotate(180deg); opacity: .9; }
  90%  { opacity: 1; }
  100% { transform: translate(0, 0) rotate(360deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow, .hero-scanline, .crack-svg-draw .cracks path,
  .crack-svg-draw .cracks circle, .crack-svg-bg .cracks path,
  .crack-svg-bg .cracks circle, .hero-brand-mark, .shard {
    animation: none !important;
  }
  .crack-svg-draw .cracks path,
  .crack-svg-draw .cracks circle,
  .crack-svg-bg .cracks path,
  .crack-svg-bg .cracks circle { stroke-dashoffset: 0; }
}

@media (max-width: 960px) {
  /* hero (top) — kill the heavy stuff, place logo subtly behind text */
  .finalcta-top {
    min-height: auto;
    padding: 56px 20px 48px;
  }
  .finalcta-top .finalcta-inner { padding: 0; }
  .hero-brand-mark {
    /* logo as a subtle watermark behind text, never covering buttons */
    top: 50%; right: -20%; bottom: auto; left: auto;
    transform: translateY(-50%);
    width: 78vw;
    max-width: 380px;
    opacity: .12;
    animation: none;
    filter: none;
    -webkit-mask-image: radial-gradient(ellipse at 55% 50%, #000 40%, transparent 75%);
            mask-image: radial-gradient(ellipse at 55% 50%, #000 40%, transparent 75%);
    z-index: 1;
  }
  .finalcta-top .finalcta-inner { z-index: 4; position: relative; }
  /* drop the busy secondary stuff on mobile */
  .crack-svg-bg { display: none; }
  .hero-shards { display: none; }
  .hero-scanline { display: none; }
  .hero-glow { animation: none; opacity: .85; }
  /* tighten headline + buttons */
  .finalcta-h { margin: 12px 0 28px; }
  .finalcta-actions { flex-direction: column; gap: 10px; }
  .finalcta-actions .btn-lg {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    font-size: 13px;
  }
  .finalcta-foot { flex-direction: column; gap: 10px; margin-top: 28px; font-size: 10px; }
}
.hero-bottom { margin-top: 80px; }
.finalcta .crack-svg { opacity: .18; }
.finalcta-inner { max-width: 960px; margin: 0 auto; text-align: center; position: relative; }
.finalcta-eyebrow { color: rgba(245,241,234,.55); }
.finalcta-h { font-family: 'Anton', sans-serif; font-size: clamp(48px, 7vw, 88px); line-height: .95; letter-spacing: -.005em; text-transform: uppercase; margin: 16px 0 40px; }
.finalcta-h .accent { color: var(--accent); }
.finalcta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.finalcta-foot { margin-top: 40px; display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(245,241,234,.55); text-transform: uppercase; letter-spacing: .06em; }
.finalcta-foot span { display: inline-flex; align-items: center; gap: 8px; }

/* footer */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 64px 32px 24px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 64px; margin-bottom: 48px; }
.brand-foot img { width: 56px; height: 56px; }
.brand-foot .brand-name { font-size: 22px; }
.footer-blurb { color: var(--muted); font-size: 13px; max-width: 360px; margin: 20px 0 0; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-h { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer-cols a, .footer-cols span { display: block; font-size: 14px; color: var(--text); padding: 4px 0; opacity: .85; }
.footer-cols a:hover { opacity: 1; }
.footer-bar { max-width: var(--maxw); margin: 0 auto; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.footer-bar .accent { color: var(--accent); }

/* toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; padding: 14px 24px; border-radius: 4px; font-weight: 600; font-size: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.4); z-index: 200; animation: toastIn .3s ease-out; opacity: 0; pointer-events: none; transition: opacity .25s; }
.toast.show { opacity: 1; pointer-events: auto; }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* services detail swap fade */
.srv-meta, .srv-photo-tag { transition: opacity .15s; }

/* ─── offer modal ─────────────────────────────── */
.om-backdrop {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: grid; place-items: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
}
.om-backdrop.open { opacity: 1; pointer-events: auto; }
.om-modal {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  width: 100%; max-width: 560px;
  max-height: 92vh; overflow-y: auto;
  padding: 36px;
  position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,.6);
  transform: translateY(20px);
  transition: transform .25s ease;
}
.om-backdrop.open .om-modal { transform: translateY(0); }
.om-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px;
  background: transparent; border: 1px solid var(--line);
  color: var(--muted); border-radius: 50%;
  font-size: 16px; cursor: pointer;
  transition: color .15s, border-color .15s;
}
.om-close:hover { color: var(--text); border-color: var(--text); }
.om-head { margin-bottom: 24px; }
.om-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--accent);
  margin-bottom: 8px;
}
.om-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.om-progress { display: flex; gap: 6px; margin-top: 16px; }
.om-progress span {
  flex: 1; height: 3px; border-radius: 2px;
  background: var(--line);
}
.om-progress span.on { background: var(--accent); }
.om-body { display: flex; flex-direction: column; gap: 16px; }
.om-section {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 4px;
}
.om-field { display: flex; flex-direction: column; gap: 6px; }
.om-field > span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .06em;
}
.om-field em { font-style: normal; opacity: .6; }
.om-field input {
  background: transparent; border: 0;
  border-bottom: 1.5px solid var(--line);
  color: var(--text);
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px; padding: 8px 0;
  outline: none;
  transition: border-color .15s;
}
.om-field input:focus { border-color: var(--accent); }
.om-field input::placeholder { color: var(--muted); opacity: .5; }
.om-radio-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.om-radio {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 12px 10px;
  font-family: 'Archivo', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: .03em; text-transform: uppercase;
  border-radius: var(--r);
  transition: all .15s;
  cursor: pointer;
}
.om-radio:hover { background: var(--chip); }
.om-radio.active { color: var(--accent); border-color: var(--accent); background: color-mix(in oklab, var(--accent) 8%, transparent); }
.om-consent {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12px; color: var(--muted); line-height: 1.5;
  margin-top: 4px;
}
.om-consent input { margin-top: 3px; accent-color: var(--accent); }
.om-err { color: var(--accent); font-size: 11px; margin-top: 4px; font-family: 'JetBrains Mono', monospace; }
.om-actions { display: flex; gap: 10px; justify-content: space-between; margin-top: 8px; }
.om-actions .btn { flex: 1; justify-content: center; }
.om-actions .btn.disabled { opacity: .4; pointer-events: none; }
.om-alt { margin-top: 12px; font-size: 12px; color: var(--muted); text-align: center; }
.om-alt a { font-weight: 600; color: var(--accent); }
.om-success { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 8px 0; }
.om-check { width: 72px; height: 72px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; }
.om-success-title {
  font-family: 'Anton', sans-serif;
  font-size: 32px; letter-spacing: .02em;
  text-transform: uppercase;
}
.om-success-text { font-size: 14px; line-height: 1.6; color: var(--muted); text-align: center; max-width: 440px; margin: 0; }
.om-success-text b { color: var(--text); }
.om-success-meta { display: flex; flex-direction: column; gap: 8px; width: 100%; padding: 16px; background: var(--chip); border: 1px solid var(--line); border-radius: 6px; font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.om-success-meta > div { display: grid; grid-template-columns: 160px 1fr; }
.om-success-meta span { color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

/* ─── live stats ─────────────────────────────── */
.livestats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 50%, color-mix(in oklab, var(--accent) 10%, transparent), transparent 40%),
    radial-gradient(circle at 85% 50%, color-mix(in oklab, var(--accent) 8%, transparent), transparent 40%),
    var(--bg);
  padding: 80px 32px;
  position: relative;
  overflow: hidden;
}
.livestats-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  align-items: end;
}
.livestat { display: flex; flex-direction: column; gap: 8px; position: relative; }
.livestat-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 100px;
  align-self: flex-start;
}
.livestat-pill .pulse {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
.livestat-num {
  font-family: 'Anton', sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--text);
}
.livestat-num .accent { color: var(--accent); }
.livestat-num .suffix { font-size: .45em; opacity: .55; margin-left: 6px; font-family: 'Archivo', sans-serif; font-weight: 600; }
.livestat-label {
  font-size: 14px; color: var(--muted);
  letter-spacing: .02em;
}
.livestat-stars { color: var(--accent); display: inline-flex; gap: 1px; vertical-align: middle; margin-right: 6px; }

/* ─── scroll reveal ──────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease-out, transform .7s ease-out; will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(16px); transition: opacity .55s ease-out, transform .55s ease-out; }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: .32s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; }
}

/* ─── gallery: dual infinite marquee ──────────── */
.gallery-marquee {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  /* fade edges so the loop seam never feels abrupt */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}
.marquee-row {
  display: flex;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: marqueeLeft 60s linear infinite;
  will-change: transform;
}
.marquee-row[data-dir="right"] .marquee-track {
  animation-name: marqueeRight;
  animation-duration: 75s;
}
@keyframes marqueeLeft {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-50% - 6px), 0, 0); }
}
@keyframes marqueeRight {
  from { transform: translate3d(calc(-50% - 6px), 0, 0); }
  to   { transform: translate3d(0, 0, 0); }
}
.marquee-row:hover .marquee-track { animation-play-state: paused; }

.g-cell {
  flex-shrink: 0;
  width: 220px;
  height: 165px;
  background: var(--chip);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0;
  transition: transform .25s ease, border-color .2s ease, box-shadow .2s ease;
}
.g-cell:hover {
  transform: scale(1.08);
  z-index: 5;
  border-color: var(--accent);
  box-shadow: 0 12px 30px rgba(0,0,0,.5), 0 0 0 1px rgba(225,10,22,.4);
}
.g-cell picture, .g-cell img {
  width: 100%; height: 100%;
  display: block;
}
.g-cell img {
  object-fit: cover;
  transition: transform .4s ease;
}
.g-cell.g-cell-brand img { background: #0a0a0a; object-fit: contain; }

/* caption overlay */
.g-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 24px 10px 8px;
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,.92) 100%);
  color: #f5f1ea;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .02em;
  line-height: 1.3;
  text-align: left;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}
.g-cell:hover .g-cap, .g-cell:focus-visible .g-cap { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* lightbox caption */
.lb-caption {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90vw;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #f5f1ea;
  background: rgba(10,10,10,.6);
  border: 1px solid rgba(245,241,234,.12);
  padding: 8px 16px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
  letter-spacing: .02em;
}

/* lightbox */
.lb {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(0,0,0,.92);
  display: grid; place-items: center;
  padding: 32px;
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
}
.lb.open { opacity: 1; pointer-events: auto; }
.lb-img {
  max-width: 92vw; max-height: 86vh;
  width: auto; height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 40px 100px rgba(0,0,0,.7);
}
.lb-close, .lb-nav {
  position: absolute;
  background: rgba(245,241,234,.08);
  color: #f5f1ea;
  border: 1px solid rgba(245,241,234,.18);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: grid; place-items: center;
  transition: background .15s, border-color .15s, transform .15s;
}
.lb-close:hover, .lb-nav:hover { background: rgba(245,241,234,.18); border-color: var(--accent); color: var(--accent); }
.lb-close {
  top: 20px; right: 20px;
  width: 44px; height: 44px;
}
.lb-nav {
  top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  font-size: 32px;
}
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-counter {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(245,241,234,.55);
  letter-spacing: .08em;
  background: rgba(0,0,0,.4);
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(245,241,234,.12);
}

/* ─── language toggle ──────────────────────────── */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 2px;
  background: var(--chip);
}
.lang-toggle button {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 100px;
  cursor: pointer;
  transition: color .15s, background .15s;
}
.lang-toggle button:hover { color: var(--text); }
.lang-toggle button.active { color: #fff; background: var(--accent); }

/* ─── floating offer button ───────────────────── */
.float-offer {
  position: fixed; bottom: 20px; right: 20px;
  z-index: 150;
  background: var(--accent); color: #fff;
  border: 0; padding: 14px 20px;
  font-family: 'Archivo', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  border-radius: 100px;
  box-shadow: 0 20px 50px rgba(225,10,22,.4), 0 0 0 4px rgba(225,10,22,.15);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  transition: transform .15s, box-shadow .15s;
}
.float-offer:hover { transform: translateY(-2px); box-shadow: 0 24px 60px rgba(225,10,22,.5), 0 0 0 6px rgba(225,10,22,.2); }
.float-offer-dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; animation: pulse 1.8s ease-in-out infinite; }

/* ─── responsive: mobile / tablet ─────────────────── */
@media (max-width: 960px) {
  /* nav */
  .nav-inner { grid-template-columns: auto auto; padding: 10px 14px; gap: 10px; justify-content: space-between; }
  .nav-links { display: none; }
  .nav-cta { gap: 8px; }
  .nav-cta .nav-phone { display: none; }
  .nav-cta .btn-primary { padding: 10px 13px; font-size: 11px; }
  .lang-toggle button { padding: 5px 9px; font-size: 10px; }
  .brand img { width: 38px; height: 38px; }
  .brand-name { font-size: 15px; }
  .brand-tag { font-size: 9px; }

  /* hero (bottom — the form one) */
  .hero { padding: 56px 20px 64px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-h1 { font-size: clamp(44px, 11vw, 72px) !important; line-height: .95; margin-bottom: 20px; }
  .hero-sub { font-size: 15px; margin-bottom: 24px; }
  .hero-bullets { grid-template-columns: 1fr; gap: 8px; font-size: 13px; }
  .quote-card { padding: 22px 20px; }
  .quote-title { font-size: 20px; }
  .qt-tab { padding: 9px 4px; font-size: 10px; letter-spacing: .02em; }
  .qfield input { font-size: 16px; }  /* iOS: prevents auto-zoom on focus */

  /* trust strip */
  .trust-inner { grid-template-columns: 1fr 1fr; gap: 18px 16px; padding: 24px 18px; }
  .trust-ic { width: 38px; height: 38px; }
  .trust-big { font-size: 18px; }
  .trust-small { font-size: 11px; }

  /* sections */
  .section { padding: 64px 20px 16px; }
  .section-head { margin-bottom: 36px; }

  /* services */
  .services-grid { grid-template-columns: 1fr; gap: 28px; }
  .services-detail { position: static; }
  .srv-row { padding: 18px 4px; }
  .srv-row-title { font-size: 22px; }
  .srv-row-num { font-size: 11px; }
  .srv-row-sub { font-size: 11px; }
  .srv-price { font-size: 11px; }
  .srv-meta-title { font-size: 26px; }
  .srv-meta-blurb { font-size: 14px; }

  /* process steps */
  .steps { grid-template-columns: 1fr 1fr; gap: 28px; }
  .step-num { font-size: 56px; }
  .step-title { font-size: 20px; }
  .step-desc { font-size: 13px; }

  /* warranty */
  .warranty { padding: 56px 20px; }
  .warranty-inner { grid-template-columns: 1fr; gap: 40px; }
  .warranty-sub { font-size: 15px; }
  .wpt { grid-template-columns: 42px 1fr; gap: 14px; }
  .wpt-num { font-size: 26px; padding-right: 10px; padding-top: 2px; }
  .wpt-h { font-size: 13px; }
  .wpt-text, .wpt-list li { font-size: 13px; }

  /* coverage */
  .coverage { grid-template-columns: 1fr; gap: 28px; }
  .g-map { height: 360px; }

  /* live stats */
  .livestats { padding: 48px 20px; }
  .livestats-inner { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .livestat-num { font-size: 52px; }
  .livestat-label { font-size: 13px; }

  /* gallery marquee */
  .g-cell { width: 150px; height: 112px; }
  .g-cap { font-size: 9px; padding: 18px 8px 6px; }
  .gallery-marquee { gap: 10px; }
  .marquee-track { gap: 8px; }
  .marquee-track { animation-duration: 40s; }
  .marquee-row[data-dir="right"] .marquee-track { animation-duration: 52s; }

  /* testimonials */
  .testimonials { grid-template-columns: 1fr; }
  .testimonial { padding: 22px; gap: 12px; }
  .t-text { font-size: 14.5px; }

  /* faq */
  .faq-q { font-size: 19px; padding: 18px 4px; }
  .faq-a { font-size: 14px; padding: 0 24px 18px 10px; }

  /* footer */
  .footer { padding: 48px 20px 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; margin-bottom: 32px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 24px; }

  /* offer modal */
  .om-backdrop { padding: 16px; }
  .om-modal { padding: 22px 18px; max-height: 92vh; border-radius: 8px; }
  .om-title { font-size: 22px; }
  .om-radio-row { grid-template-columns: 1fr 1fr; }
  .om-radio { padding: 10px 8px; font-size: 11px; }
  .om-field input { font-size: 16px; }  /* iOS no-zoom */
  .om-actions { flex-direction: column-reverse; gap: 8px; }
  .om-actions .btn { padding: 13px 16px; }
  .om-success-meta > div { grid-template-columns: 1fr; gap: 2px; padding-bottom: 6px; }
  .om-success-title { font-size: 26px; }
  .om-check { width: 60px; height: 60px; }

  /* floating offer btn */
  .float-offer { bottom: 14px; right: 14px; padding: 11px 14px; font-size: 11px; }

  /* lightbox */
  .lb { padding: 16px; }
  .lb-nav { width: 44px; height: 44px; font-size: 24px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-close { top: 12px; right: 12px; width: 38px; height: 38px; }
  .lb-caption { bottom: 50px; font-size: 11px; padding: 6px 12px; }

  /* tap target floor — anything with a click handler gets at least ~40px */
  .btn, button.qt-tab, .om-radio, .g-filter, .lang-toggle button, .faq-q { min-height: 40px; }

  /* kill hover scale on touch to avoid stuck-zoom state */
  .g-cell:hover { transform: none; box-shadow: none; border-color: var(--line); }
}

/* ─── tiny screens ────────────────────────────────── */
@media (max-width: 480px) {
  .finalcta-top { padding: 44px 16px 40px; }
  .hero-brand-mark { width: 92vw; opacity: .1; }
  .hero { padding: 40px 16px 56px; }
  .hero-h1 { font-size: 38px !important; }
  .finalcta-h { font-size: 32px !important; line-height: 1; }
  .section { padding: 56px 16px 12px; }
  .warranty { padding: 48px 16px; }
  .livestats { padding: 40px 16px; }
  .footer { padding: 40px 16px 16px; }
  .footer-cols { grid-template-columns: 1fr; gap: 28px; }
  .trust-inner { padding: 20px 14px; gap: 14px 12px; }
  .trust-big { font-size: 16px; }
  .quote-card { padding: 18px 16px; }
  .g-cell { width: 124px; height: 93px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step-num { font-size: 48px; }
  .nav-inner { padding: 8px 12px; }
  .nav-cta .btn-primary { padding: 9px 11px; font-size: 10px; }
  .nav-cta .btn-primary svg { display: none; }
  .lang-toggle button { padding: 5px 7px; font-size: 10px; }
}

/* global mobile niceties */
html { -webkit-text-size-adjust: 100%; }
* { -webkit-tap-highlight-color: transparent; }
@media (hover: none) {
  .g-cell:hover, .srv-row:hover, .faq-q:hover, .btn:hover { transform: none; }
  .marquee-row:hover .marquee-track { animation-play-state: running; }
  /* show captions on tap (focus) for touch */
  .g-cell:focus .g-cap, .g-cell:active .g-cap { opacity: 1; }
}
