:root {
  --brand: #0EA5E9;
  --brand-dark: #0369A1;
  --brand-deep: #075985;
  --accent: #22D3EE;
  --accent-soft: #E0F7FA;
  --accent-deep: #0891B2;
  --ink: #0F172A;
  --muted: #64748B;
  --muted-light: #94A3B8;
  --line: #E2E8F0;
  --bg: #FFFFFF;
  --bg-alt: #F8FAFC;
  --bg-soft: #F0F9FF;
  --premium: #0F172A;
  --premium-soft: #1E293B;
  --whatsapp: #25D366;
  --whatsapp-dark: #1DA851;
  --gold: #FBBF24;

  --container: 1240px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 8px 28px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 18px 50px rgba(15, 23, 42, 0.14);
  --shadow-brand: 0 12px 30px rgba(14, 165, 233, 0.28);

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

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

section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--premium); color: #fff; }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}
.section-dark .eyebrow { color: var(--accent); }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.18; color: var(--ink); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }

h1 { font-size: clamp(34px, 5vw, 56px); letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -0.015em; }
h3 { font-size: clamp(20px, 2vw, 24px); }

.section-title { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-title p { color: var(--muted); font-size: 17px; margin-top: 16px; }
.section-dark .section-title p { color: rgba(255,255,255,0.75); }

/* ===== Botões ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--r-md);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(14, 165, 233, 0.4); }
.btn-wa { background: var(--whatsapp); color: #fff; box-shadow: 0 12px 30px rgba(37, 211, 102, 0.32); }
.btn-wa:hover { background: var(--whatsapp-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-outline-light:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.btn-lg { padding: 20px 36px; font-size: 17px; }

/* ===== Navbar ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  z-index: 100;
  transition: box-shadow .3s ease, border-color .3s ease, padding .3s ease;
  padding: 18px 0;
}
.navbar.scrolled { padding: 12px 0; box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: var(--ink); }
.nav-brand img { height: 56px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--muted); }
.nav-links a:hover { color: var(--brand); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-gbp { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); transition: border-color .25s ease, transform .2s ease; }
.nav-gbp:hover { border-color: var(--brand); transform: translateY(-2px); }
.nav-gbp svg { width: 22px; height: 22px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 160px 0 96px;
  background:
    linear-gradient(135deg, rgba(3, 105, 161, 0.92) 0%, rgba(14, 165, 233, 0.78) 60%, rgba(34, 211, 238, 0.7) 100%),
    radial-gradient(circle at 20% 30%, #0EA5E9 0%, #0369A1 100%);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(34, 211, 238, 0.25) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero h1 .hl { color: var(--accent); }
.hero-lead { font-size: 19px; color: rgba(255,255,255,0.92); margin-bottom: 36px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.22); }
.hero-trust .item { display: flex; flex-direction: column; }
.hero-trust .num { font-size: 28px; font-weight: 800; color: var(--accent); line-height: 1; }
.hero-trust .lab { font-size: 13px; color: rgba(255,255,255,0.78); margin-top: 6px; }

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-soft), #fff);
  box-shadow: 0 30px 80px rgba(7, 89, 133, 0.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
}
.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/images/hero-sofa.jpeg') center/cover no-repeat;
}
.hero-visual .hero-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: var(--r-md);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-md);
  width: calc(100% - 24px);
}
.hero-visual .hero-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-visual .hero-card .ic svg { width: 26px; height: 26px; color: var(--brand-dark); }
.hero-visual .hero-card strong { color: var(--ink); font-size: 15px; }
.hero-visual .hero-card p { font-size: 13px; color: var(--muted); margin: 2px 0 0; }

/* ===== Autoridade ===== */
.authority { padding: 70px 0; background: #fff; }
.authority-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}
.authority-grid .stat .num {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
  letter-spacing: -0.02em;
}
.authority-grid .stat .lab { font-size: 14px; color: var(--muted); margin-top: 10px; font-weight: 500; }

/* ===== Cards de serviço ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: transform .25s ease, box-shadow .3s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 100px;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card .ic {
  width: 60px; height: 60px;
  border-radius: var(--r-md);
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  transition: background .3s ease;
}
.service-card:hover .ic { background: var(--brand); }
.service-card .ic svg { width: 32px; height: 32px; color: var(--brand-dark); transition: color .3s ease; }
.service-card:hover .ic svg { color: #fff; }
.service-card h3 { margin-bottom: 12px; font-size: 22px; }
.service-card p { color: var(--muted); font-size: 15px; margin-bottom: 22px; flex-grow: 1; }
.service-card .card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--brand);
  font-size: 14px;
  letter-spacing: 0.3px;
}
.service-card .card-cta svg { width: 16px; height: 16px; transition: transform .25s ease; }
.service-card:hover .card-cta svg { transform: translateX(4px); }

/* ===== Antes e Depois ===== */
.before-after-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ba-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-soft), var(--accent-soft));
  display: flex;
  align-items: flex-end;
  padding: 20px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .3s ease;
}
.ba-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ba-card::before {
  content: attr(data-label);
  position: absolute;
  top: 16px; left: 16px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ba-card::after {
  content: '🛋️';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  opacity: 0.18;
}
.ba-card span {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.95);
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.ba-card--image { background: #f1f4f8; }
.ba-card--image::after { display: none; }
.ba-card--image::before { z-index: 2; }
.ba-card--image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ===== Como Funciona — timeline ===== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.step-card { position: relative; text-align: center; padding: 0 8px; }
.step-card .num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  box-shadow: var(--shadow-brand);
}
.step-card h3 { font-size: 19px; margin-bottom: 10px; }
.step-card p { color: var(--muted); font-size: 15px; }

/* ===== Diferenciais ===== */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-item {
  background: #fff;
  border-radius: var(--r-md);
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .3s ease;
}
.feature-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.feature-item .ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feature-item .ic svg { width: 22px; height: 22px; color: var(--brand-dark); }
.feature-item h4 { font-size: 17px; margin-bottom: 6px; }
.feature-item p { color: var(--muted); font-size: 14px; }

/* ===== Depoimentos ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testimonial-card {
  background: #fff;
  padding: 32px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .3s ease;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-card .stars { color: var(--gold); font-size: 18px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card .quote { color: var(--ink); font-size: 15.5px; font-style: italic; margin-bottom: 22px; }
.testimonial-card .author { display: flex; align-items: center; gap: 12px; }
.testimonial-card .avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--accent)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 16px; }
.testimonial-card .author strong { display: block; font-size: 14px; }
.testimonial-card .author span { font-size: 12px; color: var(--muted); }

/* ===== Premium CTA dark ===== */
.premium-cta { padding: 110px 0; text-align: center; background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%); position: relative; overflow: hidden; }
.premium-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(14, 165, 233, 0.18) 0%, transparent 50%), radial-gradient(circle at 70% 50%, rgba(34, 211, 238, 0.14) 0%, transparent 50%); pointer-events: none; }
.premium-cta .container { position: relative; z-index: 1; }
.premium-cta .eyebrow { color: var(--accent); }
.premium-cta h2 { color: #fff; margin-bottom: 20px; max-width: 760px; margin-left: auto; margin-right: auto; }
.premium-cta p { color: rgba(255,255,255,0.78); font-size: 18px; margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px 26px;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item[open] { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.faq-item summary {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 24px;
  color: var(--brand);
  font-weight: 400;
  transition: transform .25s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); margin-top: 14px; font-size: 15px; line-height: 1.7; }

/* ===== Contato + Mapa ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; align-items: stretch; }
.contact-info {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.contact-info h3 { margin-bottom: 24px; }
.contact-info ul { list-style: none; display: flex; flex-direction: column; gap: 22px; }
.contact-info li { display: flex; gap: 14px; align-items: flex-start; }
.contact-info li .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info li .ic svg { width: 20px; height: 20px; color: var(--brand-dark); }
.contact-info li strong { display: block; font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.contact-info li p, .contact-info li a { color: var(--muted); font-size: 14px; line-height: 1.5; }
.contact-info li a:hover { color: var(--brand); }
.contact-cta { margin-top: 28px; }
.contact-map {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 460px;
}
.contact-map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; }

/* ===== Footer ===== */
footer {
  background: var(--premium);
  color: rgba(255,255,255,0.78);
  padding: 64px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.footer-grid h4 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 18px; max-width: 320px; }
.footer-brand .logo { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 18px; }
.footer-brand .logo img { height: 56px; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-grid ul a { font-size: 14px; color: rgba(255,255,255,0.72); }
.footer-grid ul a:hover { color: var(--accent); }
.footer-social { display: flex; gap: 12px; margin-top: 22px; align-items: center; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s ease, transform .2s ease;
}
.footer-social a:hover { background: var(--brand); transform: translateY(-2px); }
.footer-social a svg { width: 18px; height: 18px; color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.footer-bottom a { color: var(--accent); font-weight: 600; }
.footer-bottom a:hover { color: #fff; }

/* ===== WhatsApp Flutuante ===== */
.fab-wa {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.4);
  z-index: 99;
  transition: transform .25s ease, box-shadow .25s ease;
}
.fab-wa:hover { transform: scale(1.08); box-shadow: 0 18px 40px rgba(37, 211, 102, 0.55); }
.fab-wa svg { width: 30px; height: 30px; }

/* ===== Cookie banner ===== */
.cookie {
  position: fixed;
  bottom: 18px;
  left: 18px;
  max-width: 380px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px 20px;
  box-shadow: var(--shadow-md);
  z-index: 98;
  display: none;
}
.cookie.show { display: block; }
.cookie p { font-size: 13px; color: var(--muted); margin-bottom: 12px; line-height: 1.5; }
.cookie button { background: var(--brand); color: #fff; padding: 8px 18px; border-radius: 8px; font-weight: 700; font-size: 13px; }
.cookie button:hover { background: var(--brand-dark); }

/* ===== Responsivo ===== */
@media (max-width: 980px) {
  section { padding: 72px 0; }
  .hero { padding: 130px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { aspect-ratio: 16 / 12; max-width: 480px; margin: 0 auto; }
  .authority-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .before-after-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 24px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-cta .btn { display: none; }
}

@media (max-width: 600px) {
  .container { padding: 0 18px; }
  section { padding: 60px 0; }
  .hero h1 { font-size: 32px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .hero-trust { gap: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .before-after-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-info { padding: 28px; }
  .fab-wa { width: 54px; height: 54px; bottom: 18px; right: 18px; }
  .fab-wa svg { width: 26px; height: 26px; }
}

/* ===== Animações fade-up (progressiva: conteúdo sempre visível, anima só com JS pronto) ===== */
.js-ready .fade-up { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .fade-up.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .js-ready .fade-up { opacity: 1 !important; transform: none !important; transition: none; } }
