/* =========================================================================
   MD-Tuning – Unternehmens-Startseite
   Eigenes, schlankes Theme (keine externen Libs/Fonts – DSGVO-konform)
   ========================================================================= */

:root {
  --bg:        #0c0f14;
  --bg-2:      #0f141b;
  --surface:   #141b24;
  --surface-2: #19222e;
  --line:      rgba(255, 255, 255, .09);
  --line-2:    rgba(255, 255, 255, .14);

  --text:      #eaf0f7;
  --muted:     #9aa7b6;
  --muted-2:   #6f7d8d;

  --red:       #e11d2a;   /* Reifentiefpreis-Akzent */
  --red-2:     #ff3b46;
  --cyan:      #25b8df;   /* md-live-Akzent */
  --cyan-2:    #57d2f2;

  --radius:    18px;
  --radius-sm: 12px;
  --shadow:    0 24px 60px -24px rgba(0, 0, 0, .7);
  --shadow-sm: 0 10px 30px -16px rgba(0, 0, 0, .65);

  --maxw: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; flex: 0 0 auto; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; text-shadow: 0 2px 12px rgba(0, 0, 0, .38); }
h1 { font-size: clamp(2.2rem, 5.5vw, 4.1rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.3rem; font-weight: 700; }
p  { margin: 0 0 1rem; color: var(--muted); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font: inherit; font-weight: 650; line-height: 1;
  padding: .85em 1.5em; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn-lg { padding: 1.05em 1.9em; font-size: 1.05rem; }

.btn-primary {
  background: linear-gradient(135deg, var(--red), #b3121d);
  color: #fff;
  box-shadow: 0 14px 34px -16px rgba(225, 29, 42, .9);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(225, 29, 42, .95); }

.btn-cyan { background: linear-gradient(135deg, var(--cyan), #1693b7); color: #04222c;
  box-shadow: 0 14px 34px -16px rgba(37, 184, 223, .8); }
.btn-cyan:hover { transform: translateY(-2px); }

.btn-ghost {
  background: rgba(255, 255, 255, .06);
  border-color: var(--line-2);
  color: #fff;
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .12); transform: translateY(-2px); }

.btn-light { background: #fff; color: #11161d; }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10, 13, 18, .82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px -20px rgba(0, 0, 0, .9);
}
.nav { display: flex; align-items: center; gap: 28px; height: 76px; }

.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 11px; font-weight: 900; font-size: 1.05rem; letter-spacing: -.04em;
  color: #fff; background: linear-gradient(135deg, var(--red), #8e0e16);
  box-shadow: 0 8px 22px -10px rgba(225, 29, 42, .9);
}
.brand-name { font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; }
.brand-name span { color: var(--red-2); }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a:not(.nav-cta) {
  color: var(--muted); font-weight: 550; font-size: .98rem;
  padding: .5em .85em; border-radius: 8px; transition: color .18s, background .18s;
}
.nav-links a:not(.nav-cta):hover { color: #fff; background: rgba(255, 255, 255, .06); }

.nav-cta { margin-left: 10px; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  color: #fff;
}
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('../img/hero-erzgebirge.jpg') center 35% / cover no-repeat;
  transform: scale(1.06);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 13, 18, .72) 0%, rgba(10, 13, 18, .35) 38%, rgba(10, 13, 18, .9) 100%),
    radial-gradient(110% 80% at 15% 30%, rgba(225, 29, 42, .22), transparent 60%);
}
.hero-inner { position: relative; z-index: 2; padding: 130px 24px 90px; max-width: 880px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cyan-2);
  background: rgba(37, 184, 223, .1); border: 1px solid rgba(37, 184, 223, .3);
  padding: .55em 1em; border-radius: 999px; margin-bottom: 26px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(37,184,223,.7); animation: pulse 2.4s infinite; }

.hero h1 { color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, .45), 0 14px 46px rgba(0, 0, 0, .5); }
.hero h1 em {
  font-style: normal; color: #ff2d3a;
  text-shadow:
    0 0 1px rgba(0, 0, 0, .55),
    0 1px 2px rgba(0, 0, 0, .6),
    0 3px 10px rgba(0, 0, 0, .45),
    0 0 26px rgba(255, 45, 58, .55);
}
.hero .lead { font-size: clamp(1.05rem, 2vw, 1.35rem); color: #d3dbe5; max-width: 640px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  color: var(--muted); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll .mouse {
  width: 24px; height: 38px; border: 2px solid rgba(255,255,255,.35); border-radius: 14px; position: relative;
}
.hero-scroll .mouse::after {
  content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; border-radius: 4px;
  background: #fff; transform: translateX(-50%); animation: scrolldot 1.8s infinite;
}

/* ---------- Stats strip ---------- */
.stats {
  background: linear-gradient(180deg, var(--bg), var(--bg-2));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 38px 24px; text-align: center; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat .num { font-size: 2.1rem; font-weight: 800; color: #fff; letter-spacing: -.03em; }
.stat .num span { color: var(--red-2); }
.stat .label { color: var(--muted); font-size: .95rem; }

/* ---------- Generic sections ---------- */
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section-alt { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--red-2); margin-bottom: 14px; text-shadow: none;
}
.kicker::before { content: ""; width: 30px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--red), transparent); }
.section-head.center .kicker { justify-content: center; }
.section-head p { font-size: 1.1rem; }

/* ---------- Über uns ---------- */
.about { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.about-text p { font-size: 1.06rem; }
.about-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.about-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--text); }
.about-list .ic {
  flex: 0 0 auto; width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(225, 29, 42, .14); color: var(--red-2);
}
.about-list .ic svg { width: 17px; height: 17px; }

.about-media { position: relative; }
.about-media .frame {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.about-media .frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.about-media .frame.small {
  position: absolute; right: -18px; bottom: -28px; width: 46%;
  border-color: var(--line-2); box-shadow: var(--shadow);
}
.about-media .frame.small img { aspect-ratio: 4 / 3.4; }
.about-badge {
  position: absolute; left: -16px; top: -16px; z-index: 3;
  background: linear-gradient(135deg, var(--red), #98101a); color: #fff;
  border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow-sm); text-align: center; line-height: 1.1;
}
.about-badge b { font-size: 1.6rem; display: block; }
.about-badge small { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }

/* ---------- Angebote / Offer cards ---------- */
.offer {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); margin-top: 40px;
}
.offer + .offer { margin-top: 48px; }
.offer .offer-media { position: relative; min-height: 340px; overflow: hidden; }
.offer .offer-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.offer:hover .offer-media img { transform: scale(1.05); }
.offer .offer-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(20,27,36,.9) 100%); }
.offer.reverse .offer-media::after { background: linear-gradient(270deg, transparent 55%, rgba(20,27,36,.9) 100%); }
.offer.reverse { grid-template-columns: 1fr 1fr; }
.offer.reverse .offer-media { order: 2; }

/* Software-/Screenshot-Vorschau (z. B. Händlershop) statt Vollbild-Foto */
.offer .offer-media.shot {
  display: grid; place-items: center;
  padding: clamp(24px, 3.4vw, 46px);
  background:
    radial-gradient(130% 120% at 75% 12%, rgba(37, 184, 223, .18), transparent 55%),
    linear-gradient(160deg, #0f141b, #0b0f15);
}
.offer .offer-media.shot::after { display: none; }

/* Rotierende Screenshot-Galerie (Crossfade, gibt der Seite etwas Leben) */
.shot-rotator {
  position: relative; width: 100%; aspect-ratio: 1280 / 732;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #0b0f15;
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, .85);
}
.shot-rotator img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; opacity: 0;
  animation: shotFade 16.5s infinite;
}
.shot-rotator img:nth-child(1) { animation-delay:  0s; }
.shot-rotator img:nth-child(2) { animation-delay: -11s; }
.shot-rotator img:nth-child(3) { animation-delay: -5.5s; }
.offer:hover .offer-media.shot img { transform: none; }

/* Nahtloser 3er-Crossfade: jedes Bild hält ~5,5 s, blendet dann über */
@keyframes shotFade {
  0%     { opacity: 1; }
  26.66% { opacity: 1; }
  33.33% { opacity: 0; }
  93.33% { opacity: 0; }
  100%   { opacity: 1; }
}

/* Synchron leuchtende Positions-Punkte */
.shot-dots {
  position: absolute; left: 0; right: 0; bottom: 12px; z-index: 2;
  display: flex; justify-content: center; gap: 7px;
}
.shot-dots i {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  animation: shotDot 16.5s infinite;
}
.shot-dots i:nth-child(1) { animation-delay:  0s; }
.shot-dots i:nth-child(2) { animation-delay: -11s; }
.shot-dots i:nth-child(3) { animation-delay: -5.5s; }
@keyframes shotDot {
  0%, 26.66%     { background: var(--cyan-2); transform: scale(1.25); }
  33.33%, 93.33% { background: rgba(255, 255, 255, .35); transform: none; }
  100%           { background: var(--cyan-2); transform: scale(1.25); }
}

.offer-body { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; align-items: flex-start; }
.offer-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.offer-eyebrow.red  { color: var(--red-2); }
.offer-eyebrow.cyan { color: var(--cyan-2); }
.offer-logo { height: 46px; margin-bottom: 18px; }
.offer-body h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); color: #fff; }
.offer-body p { font-size: 1.04rem; }
.offer-domain { font-weight: 700; color: #fff; }

.feat-list { list-style: none; padding: 0; margin: 6px 0 26px; display: grid; gap: 10px; width: 100%; }
.feat-list li { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: .98rem; }
.feat-list svg { width: 18px; height: 18px; flex: 0 0 auto; }
.feat-list.red svg  { color: var(--red-2); }
.feat-list.cyan svg { color: var(--cyan-2); }

/* Live-Badge für md-live */
.live-badge {
  position: absolute; left: 16px; top: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(8, 12, 16, .72); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  padding: .4em .9em; font-size: .78rem; font-weight: 700; letter-spacing: .08em; color: #fff;
}
.live-badge .blink { width: 8px; height: 8px; border-radius: 50%; background: #ff4d4d; animation: pulse-red 1.6s infinite; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px 24px;
}
.contact-card .ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(225,29,42,.13); color: var(--red-2); }
.contact-card .ic svg { width: 22px; height: 22px; }
.contact-card .label { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); margin-bottom: 3px; }
.contact-card .val { color: #fff; font-weight: 600; }
.contact-card a.val:hover { color: var(--red-2); }

.contact-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); min-height: 320px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* ---------- Footer ---------- */
.site-footer { background: #080b0f; border-top: 1px solid var(--line); padding: 56px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand p { max-width: 320px; }
.footer-col h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); margin: 0 0 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { color: var(--muted); transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; align-items: center;
  color: var(--muted-2); font-size: .88rem;
}

.offer:hover { transform: translateY(-4px); transition: transform .35s ease; }

/* B2B-Badge (Großhandel) */
.b2b-badge {
  position: absolute; left: 16px; top: 16px; z-index: 3;
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, var(--cyan), #1693b7); color: #04222c;
  border-radius: 8px; padding: .4em .8em; font-size: .8rem; font-weight: 800; letter-spacing: .1em;
  box-shadow: 0 8px 22px -10px rgba(37, 184, 223, .9);
}

/* ---------- Fachwerkstatt ---------- */
.werkstatt { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.wk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wk-grid figure {
  margin: 0; border-radius: var(--radius-sm); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--surface);
}
.wk-grid figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; transition: transform .5s ease; }
.wk-grid figure:hover img { transform: scale(1.07); }
.wk-grid figure:nth-child(2) { margin-top: 28px; }
.wk-grid figure:nth-child(3) { margin-top: -28px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 4px 22px; transition: border-color .2s ease, background .2s ease;
}
.faq details[open] { border-color: var(--line-2); background: var(--surface-2); }
.faq summary {
  list-style: none; cursor: pointer; padding: 16px 0; font-weight: 650; color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--red-2); line-height: 1;
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 16px; }
.faq a { color: var(--red-2); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Karten-Einwilligung (DSGVO) ---------- */
.map-consent {
  height: 100%; min-height: 360px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 30px;
  background:
    linear-gradient(rgba(12, 15, 20, .82), rgba(12, 15, 20, .92)),
    url('../img/hero-erzgebirge.jpg') center / cover no-repeat;
}
.map-consent p { margin: 0; color: #fff; font-weight: 600; }
.map-consent .map-note { color: var(--muted); font-weight: 400; font-size: .9rem; max-width: 320px; }
.map-consent .btn { margin-top: 14px; }

/* ---------- Rechtstexte (Impressum) ---------- */
.legal { padding: 130px 0 90px; }
.legal .container { max-width: 820px; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin-bottom: 8px; }
.legal .lead { color: var(--muted); margin-bottom: 40px; }
.legal h2 { font-size: 1.3rem; color: #fff; margin: 38px 0 10px; }
.legal p, .legal address { color: var(--muted); font-style: normal; line-height: 1.75; }
.legal address { margin-bottom: 8px; }
.legal a { color: var(--red-2); text-decoration: underline; text-underline-offset: 3px; word-break: break-word; }
.legal .back {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px;
  color: var(--muted); text-decoration: none; font-weight: 600;
}
.legal .back:hover { color: #fff; }

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Keyframes ---------- */
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,184,223,.6); } 70% { box-shadow: 0 0 0 9px rgba(37,184,223,0); } 100% { box-shadow: 0 0 0 0 rgba(37,184,223,0); } }
@keyframes pulse-red { 0% { box-shadow: 0 0 0 0 rgba(255,77,77,.6); } 70% { box-shadow: 0 0 0 7px rgba(255,77,77,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,77,0); } }
@keyframes scrolldot { 0% { opacity: 1; top: 7px; } 75% { opacity: 0; top: 18px; } 100% { opacity: 0; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header.menu-open { background: rgba(10,13,18,.97); backdrop-filter: blur(14px); }
  .site-header.menu-open .nav-links {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 76px; left: 0; right: 0; padding: 16px 24px 22px; gap: 4px;
    border-bottom: 1px solid var(--line); background: rgba(10,13,18,.98);
  }
  .site-header.menu-open .nav-links a:not(.nav-cta) { padding: .9em 1em; font-size: 1.05rem; }
  .site-header.menu-open .nav-links .nav-cta { justify-content: center; margin: 12px 0 2px; padding: .95em 1em; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(odd) { border-left: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); }

  .about { grid-template-columns: 1fr; gap: 40px; }
  .about-media { max-width: 540px; }
  .about-media .frame.small { width: 44%; }

  .werkstatt { grid-template-columns: 1fr; gap: 36px; }
  .wk-grid { max-width: 540px; }

  .offer, .offer.reverse { grid-template-columns: 1fr; }
  .offer .offer-media { order: -1 !important; min-height: 260px; }
  .offer .offer-media::after { background: linear-gradient(0deg, rgba(20,27,36,.9), transparent 45%) !important; }

  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .about-media .frame.small { position: static; width: 100%; margin-top: 16px; }
  .about-badge { left: 8px; top: 8px; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 110px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg { transform: none; }
  .eyebrow .dot, .hero-scroll .mouse::after, .live-badge .blink { animation: none; }
}
