/* ============================================================
   ÓTICAS MAISSS — Landing Page
   Design system + estilos globais
   ============================================================ */

:root {
  /* Cores de marca (extraídas do logo oficial) */
  --red-700: #A8121A;
  --red-600: #B9151D;
  --red: #D6181F;
  --red-500: #E23A40;
  --red-100: #FBE7E8;
  --red-50: #FDF4F4;

  --ink: #17171A;
  --charcoal: #262629;
  --gray-700: #4A4A50;
  --gray-600: #6B6B72;
  --gray-400: #9C9CA3;
  --gray-300: #D6D6DA;
  --gray-200: #E7E7EA;
  --gray-100: #F3F3F1;
  --gray-50: #FAFAF9;
  --white: #FFFFFF;

  --success: #1E8E5A;

  /* Superfícies */
  --bg: var(--white);
  --bg-alt: var(--gray-50);
  --surface: var(--white);
  --text: var(--ink);
  --text-muted: var(--gray-600);

  /* Tipografia */
  --font-display: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --fs-display: clamp(2.5rem, 1.9rem + 2.6vw, 4.25rem);
  --fs-h1: clamp(2.5rem, 1.9rem + 2.6vw, 4.25rem);
  --fs-h2: clamp(1.9rem, 1.6rem + 1.4vw, 2.75rem);
  --fs-h3: clamp(1.25rem, 1.15rem + 0.5vw, 1.5rem);
  --fs-lg: 1.25rem;
  --fs-body: 1rem;
  --fs-sm: 0.9375rem;
  --fs-xs: 0.8125rem;

  /* Espaçamento */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-24: 96px;
  --sp-32: 128px;

  --section-pad: clamp(64px, 6vw + 32px, 128px);
  --container-w: 1240px;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 999px;

  --shadow-sm: 0 2px 8px rgba(23, 23, 26, 0.06);
  --shadow-md: 0 8px 24px rgba(23, 23, 26, 0.10);
  --shadow-lg: 0 24px 64px -12px rgba(23, 23, 26, 0.22);
  --shadow-red: 0 16px 40px -10px rgba(214, 24, 31, 0.45);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.6s;

  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

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

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; font-weight: 800; letter-spacing: -0.02em; }
input, textarea { font: inherit; }

.container {
  width: 100%;
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

.section { padding-block: var(--section-pad); position: relative; scroll-margin-top: var(--header-h); }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--ink); color: var(--white); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: var(--sp-4);
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}
.section--dark .eyebrow,
.section--glass .eyebrow { color: var(--red-500); }

.section-head { max-width: 680px; margin-bottom: var(--sp-16); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: var(--fs-h2); margin-bottom: var(--sp-4); }
.section-head p { font-size: var(--fs-lg); color: var(--text-muted); }
.section--dark .section-head p,
.section--glass .section-head p { color: rgba(255,255,255,0.72); }

.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;
}

.icon { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon--fill { fill: currentColor; stroke: none; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 18px 32px;
  border-radius: var(--radius-full);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-color 0.35s var(--ease);
  white-space: nowrap;
  min-height: 56px;
}
.btn .icon { width: 20px; height: 20px; }
.btn--primary {
  background: var(--red);
  color: var(--white);
  box-shadow: var(--shadow-red);
}
.btn--primary:hover { background: var(--red-700); transform: translateY(-2px); box-shadow: 0 20px 48px -10px rgba(214,24,31,0.55); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--gray-300);
}
.btn--ghost:hover { border-color: var(--red); color: var(--red); }
.btn--on-dark { border-color: rgba(255,255,255,0.3); color: var(--white); }
.btn--on-dark:hover { border-color: var(--white); }
.btn--sm { padding: 12px 22px; min-height: 44px; font-size: var(--fs-sm); }
.btn--block { width: 100%; }
.btn:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

/* ---------- Header ---------- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0);
  transition: background-color 0.4s var(--ease), box-shadow 0.4s var(--ease), height 0.4s var(--ease);
}
.header::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.is-scrolled { height: 72px; }
.header.is-scrolled::after { opacity: 1; box-shadow: var(--shadow-sm); border-bottom-color: var(--gray-200); }
.header__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo { height: 34px; width: auto; transition: height 0.3s var(--ease); }
.header.is-scrolled .header__logo { height: 30px; }
.header__logo--light { display: block; }
.header__logo--dark { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + 56px);
  padding-bottom: var(--sp-24);
  overflow: hidden;
  background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 60%);
}
.hero__bg-blob {
  position: absolute;
  top: -12%;
  right: -18%;
  width: 62vw;
  height: 62vw;
  max-width: 900px;
  max-height: 900px;
  background: radial-gradient(circle at 50% 50%, var(--red-100) 0%, rgba(251,231,232,0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--red-50);
  color: var(--red);
  border: 1px solid var(--red-100);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  margin-bottom: var(--sp-6);
}
.hero h1 {
  font-size: var(--fs-h1);
  margin-bottom: var(--sp-6);
  color: var(--ink);
}
.hero h1 em {
  font-style: normal;
  color: var(--red);
}
.hero__sub {
  font-size: var(--fs-lg);
  color: var(--text-muted);
  max-width: 46ch;
  margin-bottom: var(--sp-8);
}
.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-12);
}
.hero__microproof {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}
.hero__microproof .icon { width: 16px; height: 16px; color: var(--success); }

.seals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
  border-top: 1px solid var(--gray-200);
  padding-top: var(--sp-8);
}
.seal { display: flex; flex-direction: column; gap: var(--sp-3); }
.seal__icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--red-50);
  border: 1px solid var(--red-100);
  color: var(--red);
  border-radius: var(--radius-full);
  transition: transform 0.4s var(--ease), background-color 0.4s var(--ease), color 0.4s var(--ease);
}
.seal__icon .icon { width: 22px; height: 22px; }
.seal:hover .seal__icon {
  background: linear-gradient(155deg, var(--red) 0%, var(--red-700) 100%);
  color: var(--white);
  transform: rotate(-8deg) scale(1.08);
}
.seal__label { font-size: var(--fs-xs); font-weight: 600; color: var(--charcoal); line-height: 1.35; }

.hero__visual { position: relative; }
.hero-art {
  position: relative;
  aspect-ratio: 900 / 1035;
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, var(--red) 0%, var(--red-700) 100%);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-art__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-art__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(214,24,31,0.16) 0%, rgba(23,23,26,0) 40%, rgba(23,23,26,0.35) 100%);
  pointer-events: none;
}
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 12px 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-md);
  color: var(--white);
}
.floating-badge .icon { width: 18px; height: 18px; }
.floating-badge__text { display: flex; flex-direction: column; line-height: 1.15; }
.floating-badge__text strong { font-size: 0.85rem; font-weight: 700; }
.floating-badge__text span { font-size: 0.7rem; opacity: 0.85; }
.floating-badge--1 { top: 8%; left: -6%; }
.floating-badge--2 { bottom: 10%; right: -6%; }

/* ---------- Cards de benefício ---------- */
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}
.benefit-card {
  padding: var(--sp-8) var(--sp-6);
  background: var(--surface);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
}
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.benefit-card__icon {
  width: 64px; height: 64px;
  border-radius: var(--radius-full);
  background: linear-gradient(155deg, var(--red) 0%, var(--red-700) 100%);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-6);
  box-shadow: var(--shadow-red);
  transition: transform 0.5s var(--ease);
}
.benefit-card:hover .benefit-card__icon { transform: rotate(-8deg) scale(1.1);
}
.benefit-card__icon .icon { width: 26px; height: 26px; }
.benefit-card h3 { font-size: 1.1rem; margin-bottom: var(--sp-2); }
.benefit-card p { color: var(--text-muted); font-size: var(--fs-sm); }

/* ---------- Por que escolher (glassmorphism) ---------- */
.section--glass {
  background: radial-gradient(120% 100% at 15% 0%, #3a1214 0%, var(--ink) 45%), var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.section--glass::before,
.section--glass::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}
.section--glass::before {
  width: 480px; height: 480px;
  background: rgba(214,24,31,0.35);
  top: -10%; left: -10%;
}
.section--glass::after {
  width: 420px; height: 420px;
  background: rgba(255,255,255,0.06);
  bottom: -15%; right: -5%;
}
.section--glass .section-head h2 { color: var(--white); }
.glass-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.glass-card {
  padding: var(--sp-8) var(--sp-6);
  background: linear-gradient(155deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, var(--shadow-md);
  border-radius: var(--radius-lg);
  transition: transform 0.5s var(--ease), background-color 0.5s var(--ease), border-color 0.5s var(--ease);
}
.glass-card:hover { transform: translateY(-6px); background: linear-gradient(155deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.06) 100%); border-color: rgba(255,255,255,0.32); }
.glass-card__icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--red-500);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-6);
  transition: transform 0.5s var(--ease), background-color 0.5s var(--ease), color 0.5s var(--ease);
}
.glass-card__icon .icon { width: 24px; height: 24px; }
.glass-card:hover .glass-card__icon { transform: rotate(-8deg) scale(1.1); background: var(--red); color: var(--white); }
.glass-card h3 { font-size: 1.05rem; margin-bottom: var(--sp-2); color: var(--white); }
.glass-card p { font-size: var(--fs-sm); color: rgba(255,255,255,0.68); }

/* ---------- Como funciona ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.step { position: relative; padding-inline: var(--sp-4); text-align: left; }
.step__connector {
  position: absolute;
  top: 28px;
  left: calc(-50% + 28px);
  width: calc(100% - 56px);
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gray-300) 0 8px, transparent 8px 16px);
}
.step:first-child .step__connector { display: none; }
.step__num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: var(--sp-6);
  position: relative;
  z-index: 1;
}
.step:nth-child(1) .step__num { background: var(--red); }
.step h3 { font-size: 1.05rem; margin-bottom: var(--sp-2); }
.step p { color: var(--text-muted); font-size: var(--fs-sm); }

/* ---------- Depoimentos ---------- */
.reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-6);
  background: var(--surface);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--sp-12);
}
.reviews-badge__score { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; }
.reviews-badge__stars { display: flex; gap: 2px; color: #F5A623; }
.reviews-badge__stars .icon { width: 16px; height: 16px; }
.reviews-badge__meta { font-size: var(--fs-xs); color: var(--text-muted); }
.reviews-badge__divider { width: 1px; align-self: stretch; background: var(--gray-200); }

.slider { position: relative; }
.slider__track-wrap { overflow: hidden; border-radius: var(--radius-lg); }
.slider__track {
  display: flex;
  transition: transform 0.6s var(--ease);
}
.testimonial {
  flex: 0 0 100%;
  padding: var(--sp-12) clamp(20px, 5vw, 64px);
  background: var(--surface);
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
}
.testimonial__quote-icon { color: var(--red-100); width: 40px; height: 40px; }
.testimonial__text { font-family: var(--font-display); font-size: clamp(1.1rem, 0.9vw + 1rem, 1.4rem); font-weight: 600; line-height: 1.5; color: var(--ink); max-width: 60ch; }
.testimonial__footer { display: flex; align-items: center; gap: var(--sp-4); }
.testimonial__avatar {
  width: 52px; height: 52px; border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  border: 2px solid var(--red-100);
}
.testimonial__name { font-weight: 700; font-size: var(--fs-sm); }
.testimonial__role { font-size: var(--fs-xs); color: var(--text-muted); }
.testimonial__stars { display: flex; gap: 2px; color: #F5A623; margin-top: 2px; }
.testimonial__stars .icon { width: 13px; height: 13px; }

.slider__controls { display: flex; align-items: center; justify-content: center; gap: var(--sp-6); margin-top: var(--sp-8); }
.slider__arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--gray-300);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease), color 0.3s var(--ease);
}
.slider__arrow:hover { border-color: var(--red); color: var(--red); }
.slider__arrow .icon { width: 18px; height: 18px; }
.slider__dots { display: flex; gap: var(--sp-2); }
.slider__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-300); transition: background-color 0.3s var(--ease), width 0.3s var(--ease); }
.slider__dot.is-active { background: var(--red); width: 22px; border-radius: var(--radius-full); }

/* ---------- Nossas lojas ---------- */
.stores__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-6);
}
.store-card {
  padding: var(--sp-8) var(--sp-6);
  background: var(--surface);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
}
.store-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.store-card__icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-full);
  background: linear-gradient(155deg, var(--red) 0%, var(--red-700) 100%);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-6);
  box-shadow: var(--shadow-red);
}
.store-card__icon .icon { width: 24px; height: 24px; }
.store-card h3 { font-size: 1.15rem; margin-bottom: var(--sp-3); }
.store-card__address { color: var(--text-muted); font-size: var(--fs-sm); margin-bottom: var(--sp-8); flex-grow: 1; }

/* ---------- CTA final ---------- */
.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  background: linear-gradient(155deg, var(--red) 0%, var(--red-700) 100%);
  border-radius: var(--radius-xl);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  min-height: 460px;
}
.final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 90% at 85% 0%, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 60%);
  z-index: 1;
  pointer-events: none;
}
.final-cta__text {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 5vw, 80px) clamp(28px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-cta h2 { font-size: var(--fs-h2); max-width: 14ch; margin-bottom: var(--sp-6); }
.final-cta p { font-size: var(--fs-lg); color: rgba(255,255,255,0.88); max-width: 46ch; margin-bottom: var(--sp-8); }
.final-cta .btn--primary { background: var(--white); color: var(--red); box-shadow: 0 16px 40px -10px rgba(0,0,0,0.35); align-self: flex-start; }
.final-cta .btn--primary:hover { background: var(--ink); color: var(--white); }
.final-cta__micro { margin-top: var(--sp-6); font-size: var(--fs-sm); color: rgba(255,255,255,0.75); }
.final-cta__photo {
  position: relative;
  min-height: 320px;
}
.final-cta__photo picture,
.final-cta__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-cta__photo::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--red) 0%, rgba(214,24,31,0) 22%);
  z-index: 1;
}

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding-top: var(--sp-24); }
.footer__top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: var(--sp-12); padding-bottom: var(--sp-16); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer__brand .header__logo { height: 32px; margin-bottom: var(--sp-4); }
.footer__brand p { font-size: var(--fs-sm); max-width: 32ch; color: rgba(255,255,255,0.55); }
.footer__social { display: flex; gap: var(--sp-3); margin-top: var(--sp-6); }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.footer__social a:hover { background: var(--red); border-color: var(--red); }
.footer__social .icon { width: 18px; height: 18px; }
.footer h4 { font-family: var(--font-display); font-size: var(--fs-sm); color: var(--white); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: var(--sp-6); }
.footer__list { display: flex; flex-direction: column; gap: var(--sp-3); font-size: var(--fs-sm); }
.footer__list li { display: flex; align-items: flex-start; gap: var(--sp-3); }
.footer__list .icon { width: 17px; height: 17px; margin-top: 2px; color: var(--red-500); flex-shrink: 0; }
.footer__list a:hover { color: var(--white); }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: var(--sp-6);
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.45);
  flex-wrap: wrap;
  gap: var(--sp-3);
}
.footer__bottom a:hover { color: var(--white); }

/* ---------- WhatsApp flutuante (mobile) ---------- */
.fab-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -6px rgba(37,211,102,0.6);
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.fab-whatsapp.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.fab-whatsapp .icon { width: 26px; height: 26px; }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-group] > * { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
[data-reveal-group].is-visible > * { opacity: 1; transform: translateY(0); }
[data-reveal-group].is-visible > *:nth-child(1) { transition-delay: 0.05s; }
[data-reveal-group].is-visible > *:nth-child(2) { transition-delay: 0.14s; }
[data-reveal-group].is-visible > *:nth-child(3) { transition-delay: 0.23s; }
[data-reveal-group].is-visible > *:nth-child(4) { transition-delay: 0.32s; }
[data-reveal-group].is-visible > *:nth-child(5) { transition-delay: 0.41s; }
[data-reveal-group].is-visible > *:nth-child(6) { transition-delay: 0.5s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal-group] > * { opacity: 1; transform: none; }
}

/* ============================================================
   Responsivo
   ============================================================ */
@media (max-width: 1080px) {
  /* Grid de 1 coluna + order:-1 não resolve de forma confiável a altura
     de um item cujo tamanho depende de aspect-ratio (caso do hero-art):
     o item ficava com 0x0 em vez de esticar pra largura da coluna.
     Flexbox resolve esse stretch de forma previsível. */
  .hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: clamp(32px, 5vw, 56px); }
  .hero__visual { max-width: 460px; width: 100%; margin-inline: auto; order: -1; }
  .benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .glass-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: var(--sp-12); }
  .step__connector { display: none; }
  .footer__top { grid-template-columns: 1fr 1fr; row-gap: var(--sp-12); }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta h2 { max-width: 100%; }
  .final-cta__photo { min-height: 320px; order: -1; }
  .final-cta__photo::before { background: linear-gradient(0deg, var(--red) 0%, rgba(214,24,31,0) 30%); }
  .final-cta .btn--primary { align-self: stretch; justify-content: center; }
}

@media (max-width: 720px) {
  :root { --header-h: 68px; }
  .hero { padding-bottom: var(--sp-12); }
  .seals { grid-template-columns: repeat(2, 1fr); row-gap: var(--sp-6); }
  .benefits__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; row-gap: var(--sp-10, 40px); }
  .stores__grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .hero__cta-row { flex-direction: column; align-items: stretch; }
  .hero__cta-row .btn { width: 100%; }
  .reviews-badge { flex-direction: column; align-items: flex-start; gap: var(--sp-2); }
  .reviews-badge__divider { display: none; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }

  /* Badges flutuantes: offset negativo (-6%) era pensado pro hero grande
     no desktop. Em telas estreitas isso empurra o badge pra fora do viewport
     e o overflow-x:hidden do body corta o texto. Reduz o offset e o badge. */
  .floating-badge { padding: 10px 14px; gap: var(--sp-2); }
  .floating-badge .icon { width: 16px; height: 16px; }
  .floating-badge__text strong { font-size: 0.78rem; }
  .floating-badge__text span { font-size: 0.66rem; }
  .floating-badge--1 { top: 6%; left: 2%; }
  .floating-badge--2 { bottom: 8%; right: 2%; }
}

@media (max-width: 400px) {
  .container { padding-inline: 16px; }
  /* Logo + botão do header cabem com folga em telas >=375px, mas em
     telas menores (iPhone SE 1ª geração, Android compactos, 320px) a soma
     das larguras passa do container e o header estoura horizontalmente. */
  .header__inner { padding-inline: 12px; gap: var(--sp-2); }
  .header .btn--sm { padding: 8px 14px; font-size: 0.8125rem; gap: 6px; }
  .header .btn--sm .icon { width: 15px; height: 15px; }
  .header__logo { height: 28px; }
  .floating-badge__text span { display: none; }
}
