/* ============================================================
   Intervisión Expert Godella — Landing 50% progresivas
   Mobile-first. Identidad: verde teal + acento naranja.
   ============================================================ */

:root {
  --green-900: #0A5344;
  --green:     #0F6E5B;
  --green-600: #137a66;
  --orange:    #F0973A;
  --orange-600:#E07C1E;
  --ink:       #17322c;
  --muted:     #5d726c;
  --cream:     #F7F5EF;
  --line:      #e6e2d8;
  --white:     #ffffff;

  --radius:    16px;
  --radius-sm: 10px;
  --shadow:    0 10px 30px rgba(15,110,91,.10);
  --shadow-lg: 0 20px 50px rgba(15,110,91,.16);
  --wrap:      1140px;
  --font:      system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: 68px; /* barra CTA móvil */
}

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

h1,h2,h3 { line-height: 1.15; letter-spacing: -.02em; margin: 0; }

a { color: var(--green-600); }

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

.section-eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 10px;
}

.hl { color: var(--green); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 13px 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--orange); color: #3a2408; box-shadow: 0 6px 16px rgba(240,151,58,.35); }
.btn-primary:hover { background: var(--orange-600); color: #fff; }
.btn-outline { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-ghost { background: var(--cream); color: var(--green); border-color: var(--line); }
.btn-ghost:hover { background: #efece2; }
.btn-whatsapp { background: #25D366; color: #073d1c; box-shadow: 0 6px 16px rgba(37,211,102,.3); }
.btn-whatsapp:hover { background: #1eb958; color:#fff; }
.btn-ic { width: 18px; height: 18px; flex: none; }
.btn-lg { padding: 16px 30px; font-size: 1.06rem; }
.btn-block { width: 100%; }
.btn-header { padding: 10px 18px; }
/* WhatsApp inline en la cabecera: oculto arriba, aparece al pasar la barra superior */
.header-wa-inline {
  display: none; align-items: center; gap: 7px;
  color: var(--green); font-weight: 700; text-decoration: none; white-space: nowrap;
}
.header-wa-inline svg { color: #25D366; flex: none; }
.header-wa-inline:hover { color: var(--orange-600); }
.site-header.past-topbar .header-wa-inline { display: inline-flex; }

/* ============================================================
   1. HEADER — barra superior + cabecera sticky
   ============================================================ */
.topbar { background: var(--green-900); color: rgba(255,255,255,.9); font-size: .85rem; }
.topbar-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 4px 20px; padding: 8px 20px;
}
.topbar a { color: rgba(255,255,255,.9); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; flex: none; }
.topbar-addr svg { color: var(--orange); }
.topbar-wa svg { color: #25D366; }
.topbar-contact { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 4px 20px; }
@media (min-width: 780px) {
  .topbar-inner { justify-content: space-between; }
}

.site-header {
  position: static; /* en móvil sube y desaparece al hacer scroll (la barra inferior mantiene los CTA) */
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.brand-logo { height: 46px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone {
  display: none;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}
.header-phone:hover { color: var(--orange-600); }

/* ============================================================
   2. HERO
   ============================================================ */
.hero { display: grid; grid-template-columns: 1fr; }
.hero-copy {
  background: linear-gradient(150deg, var(--green) 0%, var(--green-900) 100%);
  color: #fff;
  padding: 44px 20px 52px;
  position: relative;
  overflow: hidden;
}
.hero-copy::after {
  content: "";
  position: absolute;
  right: -60px; bottom: -80px;
  width: 260px; height: 260px;
  background: url('../img/logo_x-intervision.webp') center/contain no-repeat;
  opacity: .08;
  transform: rotate(6deg);
  pointer-events: none;
}
.hero-copy-inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange);
  background: rgba(255,255,255,.08);
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 18px;
}
.hero-title { display: flex; flex-direction: column; margin-bottom: 16px; }
.hero-discount {
  font-size: clamp(2.4rem, 8.5vw, 3.6rem);
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -.02em;
}
.hero-headline { font-size: clamp(1.7rem, 6vw, 2.4rem); font-weight: 800; }
.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,.9); margin: 0 0 26px; }
.hero-sub strong { color: #fff; }
.hero-trust { margin: 16px 0 0; font-size: .92rem; color: rgba(255,255,255,.72); }
.hero-media { order: -1; }
.hero-media img { width: 100%; height: 300px; object-fit: cover; object-position: center 30%; }

/* ============================================================
   3. BARRA DE CONFIANZA
   ============================================================ */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); padding: 12px 0; }
.trust-signals {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 6px 0; justify-content: center; align-items: center;
  font-size: .92rem; color: var(--muted);
}
.trust-signals strong { color: var(--ink); }
.trust-signals li { display: flex; align-items: center; gap: 6px; padding: 2px 24px; position: relative; }
.trust-signals li:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 2px; height: 16px; border-radius: 2px; background: var(--orange);
}
/* Marcas: segunda línea fina y sutil */
.trust-brands {
  display: flex; flex-wrap: wrap; gap: 6px 20px; justify-content: center;
  margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line);
}
.trust-brands span {
  font-size: .8rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: #a79f8d;
}

/* ============================================================
   4. OFERTA
   ============================================================ */
.offer { padding: 56px 0; background: var(--white); }
.offer-grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
.offer-title { font-size: clamp(1.6rem, 5vw, 2.2rem); font-weight: 800; margin-bottom: 22px; }
.offer-list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 14px; }
.offer-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 1.08rem;
  background: var(--cream);
  padding: 14px 16px; border-radius: var(--radius-sm);
  border: 1px solid var(--line);
}
.offer-list .check {
  flex: none;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: .9rem; font-weight: 800;
}
.offer-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.offer-urgency { font-weight: 700; color: var(--orange-600); font-size: .95rem; }
.offer-legal { font-size: .8rem; color: var(--muted); max-width: 560px; }

.offer-card { position: relative; }
.offer-photo { width: 100%; height: 340px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.offer-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--orange); color: #3a2408;
  border-radius: 14px; padding: 12px 16px;
  display: flex; flex-direction: column; align-items: center;
  box-shadow: var(--shadow-lg);
  transform: rotate(-4deg);
}
.badge-pct { font-size: 2rem; font-weight: 900; line-height: 1; }
.badge-text { font-size: .7rem; font-weight: 700; text-align: center; line-height: 1.15; margin-top: 2px; }

/* ============================================================
   5. RESEÑAS
   ============================================================ */
.reviews { padding: 56px 0; background: var(--white); color: var(--ink); }
.reviews-head { text-align: center; margin-bottom: 34px; }
.reviews-score { display: inline-flex; flex-direction: column; align-items: center; margin-bottom: 14px; }
.score-num { font-size: 2.6rem; font-weight: 900; color: var(--orange); line-height: 1; }
.score-stars { color: var(--orange); font-size: 1.3rem; letter-spacing: 2px; margin: 4px 0; }
.score-caption { font-size: .9rem; color: var(--muted); }
.reviews-title { font-size: clamp(1.5rem, 4.5vw, 2rem); font-weight: 800; }
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
.review-card {
  margin: 0; background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px;
}
.review-card .stars { color: var(--orange); letter-spacing: 2px; }
.review-card p { font-size: 1.02rem; margin: 10px 0 14px; }
.review-card cite { font-style: normal; font-size: .85rem; color: var(--muted); }
.reviews-widget-note { text-align: center; }

/* ============================================================
   6. EQUIPO
   ============================================================ */
.team { padding: 56px 0; background: var(--cream); }
.team-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.team-media img { width: 100%; height: 380px; object-fit: cover; object-position: center 25%; border-radius: var(--radius); box-shadow: var(--shadow); }
.team-copy h2 { font-size: clamp(1.6rem, 5vw, 2.2rem); font-weight: 800; margin-bottom: 16px; }
.team-copy p { color: var(--muted); font-size: 1.05rem; margin: 0 0 16px; }
.team-lead { color: var(--ink) !important; }
.team-lead strong { color: var(--green); }

/* ============================================================
   7. CÓMO FUNCIONA
   ============================================================ */
.steps { padding: 56px 0; background: var(--white); }
.steps-title { text-align: center; font-size: clamp(1.6rem, 5vw, 2.2rem); font-weight: 800; margin-bottom: 36px; }
.steps-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 22px; align-items: stretch; counter-reset: step; }
.step {
  position: relative; text-align: center;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 40px 20px 24px;
  display: flex; flex-direction: column; align-items: center;
}
.step-num {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: grid; place-items: center; font-weight: 900; font-size: 1.1rem;
  box-shadow: var(--shadow);
}
.step-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  color: var(--green); margin-bottom: 14px;
}
.step-icon svg { width: 26px; height: 26px; }
.step h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 8px; }
.step p { color: var(--muted); margin: 0; font-size: .98rem; }

.step h3, .step p { width: 100%; }
.step-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 18px; width: 100%; }
.btn-sm { padding: 10px 16px; font-size: .9rem; width: 100%; }

.step-contact { display: flex; flex-direction: column; gap: 8px; }
.step-contact-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--green); font-weight: 700; text-decoration: none; font-size: .98rem; }
.step-contact-link svg { flex: none; }
.step-contact-wa svg { color: #25D366; }
.step-contact-link:hover { color: var(--orange-600); }

.step-monturas-wrap { margin-top: auto; padding-top: 18px; width: 100%; }
.step-monturas { padding: 12px 10px; border-radius: 12px; background: #fff; border: 1.5px solid var(--orange); }
.step-monturas strong { display: block; color: var(--orange-600); font-size: .95rem; white-space: nowrap; }
.step-monturas-note { display: block; margin-top: 8px; font-size: .72rem; color: var(--muted); white-space: nowrap; }

.step-badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--orange); color: #3a2408;
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--shadow); text-align: center; line-height: 1;
}
.step-badge b { font-size: 1rem; font-weight: 900; }
.step-badge span { font-size: .42rem; font-weight: 700; margin-top: 2px; }
.step-note-ref { color: var(--orange-600); font-weight: 700; text-decoration: none; }
.ast { color: var(--orange-600); font-weight: 700; }

.steps-extra { margin-top: 26px; display: grid; grid-template-columns: 1fr; gap: 16px; }
.info-card { display: flex; gap: 14px; align-items: flex-start; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; text-align: left; }
.info-ic { flex: none; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--green); }
.info-ic svg { width: 22px; height: 22px; }
.info-card h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 4px; }
.info-card p { color: var(--muted); margin: 0; font-size: .92rem; }

/* ============================================================
   8. RESERVA CTA
   ============================================================ */
.booking { padding: 46px 0; background: var(--white); }
.booking-box {
  background: linear-gradient(150deg, var(--green) 0%, var(--green-900) 100%);
  color: #fff; border-radius: 22px;
  padding: 38px 26px;
  display: grid; grid-template-columns: 1fr; gap: 24px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.booking-copy h2 { font-size: clamp(1.5rem, 5vw, 2rem); font-weight: 800; margin-bottom: 10px; }
.booking-copy p { color: rgba(255,255,255,.85); margin: 0; }
.booking-actions { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.booking-actions .btn { width: 100%; max-width: 320px; }

/* ============================================================
   9. UBICACIÓN
   ============================================================ */
.location { padding: 56px 0 0; background: var(--cream); }
.location-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
.location-media img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.location-info h2 { font-size: clamp(1.5rem, 5vw, 2rem); font-weight: 800; margin-bottom: 6px; }
.location-sub { font-size: 1.08rem; font-weight: 700; color: var(--orange-600); margin: 0 0 20px; }
.location-details { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 16px; }
.location-details li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.02rem; }
.loc-contact { gap: 0; }
.loc-contact { flex-wrap: wrap; }
.loc-contact-item { display: flex; gap: 10px; align-items: center; flex: 0 0 auto; font-weight: 700; }
.loc-contact-item a { font-weight: 700; }
.loc-contact-item + .loc-contact-item { border-left: 2px solid var(--orange); padding-left: 18px; margin-left: 18px; }
.loc-ic { flex: none; color: var(--green); display: inline-flex; }
.loc-ic svg { width: 24px; height: 24px; display: block; }
.loc-ic-wa { color: #25D366; }
.location-details a { font-weight: 700; }
.location-map { line-height: 0; }
.location-map iframe { width: 100%; display: block; }

/* ============================================================
   10. FAQ
   ============================================================ */
.faq { padding: 56px 0; background: var(--white); }
.faq-title { text-align: center; font-size: clamp(1.6rem, 5vw, 2.2rem); font-weight: 800; margin-bottom: 30px; }
.faq-list { max-width: 780px; margin: 0 auto 18px; display: grid; gap: 12px; }
.faq-legal { max-width: 780px; margin: 0 auto 26px; font-size: .78rem; line-height: 1.5; color: var(--muted); text-align: center; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--cream); overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 18px 46px 18px 20px; position: relative;
  font-weight: 700; font-size: 1.04rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--green); transition: transform .2s;
}
.faq-item[open] summary::after { content: "−"; }
.faq-body { padding: 0 20px 18px; }
.faq-body p { margin: 0; color: var(--muted); }
.faq-cta { text-align: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.8); padding: 40px 0 32px; }
.footer-inner { display: grid; gap: 16px; text-align: center; }
.footer-logo { height: 54px; width: auto; margin: 0 auto; }
.footer-info p { margin: 2px 0; }
.footer-info a { color: var(--orange); }
.footer-wa-line { margin-top: 8px !important; }
.footer-wa { display: inline-flex; align-items: center; gap: 7px; color: #fff !important; font-weight: 700; text-decoration: none; }
.footer-wa svg { color: #25D366; flex: none; }
.footer-wa:hover { color: #25D366 !important; }
.footer-legal { font-size: .78rem; color: rgba(255,255,255,.5); max-width: 720px; margin: 8px auto 0; }

/* ============================================================
   BARRA CTA MÓVIL
   ============================================================ */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  display: flex; gap: 10px; padding: 10px 14px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(0,0,0,.06);
}
.btn-mobile { flex: 1; padding: 13px 12px; }
.mobile-cta .btn-outline { flex: 0 0 auto; padding: 13px 18px; }

/* ============================================================
   MODAL
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 200; display: none; }
.modal.open { display: block; }
.modal-overlay { position: absolute; inset: 0; background: rgba(10,40,34,.6); backdrop-filter: blur(3px); }
.modal-dialog {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: calc(100% - 32px); max-width: 440px;
  background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg);
  max-height: 92vh; overflow-y: auto;
}
.modal-close {
  position: absolute; top: 12px; right: 14px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  border: none; background: var(--cream); color: var(--ink);
  font-size: 1.4rem; line-height: 1; cursor: pointer;
}
.modal-close:hover { background: #ece8dd; }
.modal-inner { padding: 30px 26px 26px; }
.modal-badge {
  width: 68px; height: 68px; border-radius: 50%;
  background: var(--orange); color: #3a2408;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 900; line-height: 1;
  margin-bottom: 14px;
}
.modal-badge small { font-size: .5rem; font-weight: 700; }
.modal-inner h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; }
.modal-sub { color: var(--muted); margin: 0 0 20px; font-size: .96rem; }
.cita-form { display: grid; gap: 14px; }
.cita-form label { display: grid; gap: 6px; font-size: .9rem; font-weight: 700; color: var(--ink); }
.cita-form input[type=text], .cita-form input[type=tel], .cita-form select {
  font-family: inherit; font-size: 1rem;
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; color: var(--ink);
}
.cita-form input:focus, .cita-form select:focus { outline: none; border-color: var(--green); }
.consent { flex-direction: row !important; display: flex !important; align-items: flex-start; gap: 8px; font-weight: 400 !important; font-size: .85rem !important; color: var(--muted); }
.consent input { margin-top: 3px; }
.modal-whatsapp { text-align: center; font-size: .9rem; font-weight: 700; text-decoration: none; }
.cita-success { text-align: center; padding: 20px 0; }
.success-check {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--green); color: #fff; font-size: 1.8rem;
  display: grid; place-items: center; margin: 0 auto 14px;
}
.cita-success h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; }
.cita-success p { color: var(--muted); margin: 0; }

/* ============================================================
   RESPONSIVE — TABLET / DESKTOP
   ============================================================ */
@media (min-width: 720px) {
  .header-phone { display: inline-flex; }
  .mobile-cta { display: none; }
  body { padding-bottom: 0; }
  .site-header { position: sticky; } /* sticky solo en escritorio */

  .hero { grid-template-columns: 1fr 1fr; grid-template-rows: 950px; align-items: stretch; }
  .hero-media { order: 0; overflow: hidden; }
  .hero-media img { width: 100%; height: 100%; object-fit: cover; }
  .hero-copy { display: flex; align-items: center; padding: 56px 44px; }

  .trust-signals { font-size: 1rem; }

  .offer-grid { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .offer-photo { height: 460px; }

  .reviews-grid { grid-template-columns: repeat(3, 1fr); }

  .team-grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .team-media img { height: 460px; }

  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .steps-extra { grid-template-columns: 1.7fr 1fr; }

  .booking-box { grid-template-columns: 1.3fr .7fr; text-align: left; align-items: center; padding: 44px 44px; }
  .booking-actions { align-items: flex-end; }
  .booking-actions .btn { max-width: none; }

  .location-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .location-media img { height: 380px; }
  .location-map iframe { height: 420px; }
}

@media (min-width: 1000px) {
  .hero-copy { padding: 72px 60px; }
  .brand-logo { height: 52px; }
  .steps-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
