/* =========================================================
   PREDILECTA — Seja um Lojista | Landing Page
   ========================================================= */

/* =========================================================
   FONTES — Barlow Condensed + Raleway + Montserrat (subset latin)
   Ficavam em css/fonts.css; unificado aqui para eliminar um
   request bloqueante de render (HTTP/1.1 serializa os dois).
   ========================================================= */

/* Montserrat aplicada SOMENTE aos dígitos 0-9 (unicode-range).
   Declarada primeiro nos stacks de --ff-body/--ff-display, então todo número
   da página cai nela, independente da fonte do texto ao redor.
   Arquivo é a fonte variável (wght 100-900) — um woff2 cobre todos os pesos. */
@font-face{font-family:'Montserrat Digits';font-style:normal;font-weight:100 900;font-display:swap;src:url('../assets/fonts/montserrat-latin.woff2') format('woff2');unicode-range:U+0030-0039;}

@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:500;font-display:swap;src:url('../assets/fonts/barlow-condensed-500.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('../assets/fonts/barlow-condensed-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('../assets/fonts/barlow-condensed-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Raleway';font-style:italic;font-weight:400;font-display:swap;src:url('../assets/fonts/raleway-400i.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Raleway';font-style:italic;font-weight:500;font-display:swap;src:url('../assets/fonts/raleway-500i.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Raleway';font-style:normal;font-weight:400;font-display:swap;src:url('../assets/fonts/raleway-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Raleway';font-style:normal;font-weight:500;font-display:swap;src:url('../assets/fonts/raleway-500.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Raleway';font-style:normal;font-weight:600;font-display:swap;src:url('../assets/fonts/raleway-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Raleway';font-style:normal;font-weight:700;font-display:swap;src:url('../assets/fonts/raleway-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root {
  --brown-darkest: #2a221d;
  --brown: #483826;
  --taupe: #99886f;
  --gold: #e7b012;
  --gold-dark: #c8990c;
  --cream: #efebe5;
  --white: #ffffff;

  /* "Montserrat Digits" vem primeiro: cobre só U+0030-0039, então digitos usam
     Montserrat e o resto do texto cai na fonte seguinte do stack. */
  --ff-display: "Montserrat Digits", "Barlow Condensed", "Arial Narrow", sans-serif;
  --ff-body: "Montserrat Digits", "Raleway", system-ui, sans-serif;

  --container: 1240px;
  --radius: 14px;
  --shadow-lg: 0 30px 70px -30px rgba(42, 34, 29, .45);
  --shadow-md: 0 18px 40px -22px rgba(42, 34, 29, .35);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--ff-body);
  color: var(--brown-darkest);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

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

/* ---------- Typography helpers ---------- */
.display {
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: .98;
  letter-spacing: .01em;
}
.eyebrow {
  font-family: var(--ff-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 14px;
  color: var(--gold);
  display: inline-block;
}
.section {
  padding: clamp(48px, 6vw, 92px) 0;
  position: relative;
}
.section-head { max-width: 720px; margin-bottom: clamp(30px, 3.5vw, 48px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.03;
  letter-spacing: .01em;
  font-size: clamp(28px, 3.8vw, 46px);
  margin-top: 12px;
}
.lead { font-size: clamp(17px, 1.5vw, 20px); color: color-mix(in srgb, var(--brown) 78%, transparent); }
.on-dark .lead { color: rgba(255,255,255,.72); }
.on-dark .section-title { color: var(--white); }

.bg-cream { background: var(--cream); }
.bg-dark { background: var(--brown-darkest); }
.bg-white { background: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 16px; --pad-x: 34px;
  font-family: var(--ff-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 16px;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn-gold { background: var(--gold); color: var(--brown-darkest); box-shadow: 0 14px 30px -12px rgba(231,176,18,.7); }
.btn-gold:hover { transform: translateY(-3px); background: var(--gold-dark); box-shadow: 0 20px 40px -14px rgba(231,176,18,.8); }
.btn-outline { border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); transform: translateY(-3px); }
.btn-outline-dark { border-color: var(--brown-darkest); color: var(--brown-darkest); }
.btn-outline-dark:hover { background: var(--brown-darkest); color: var(--white); transform: translateY(-3px); }
.btn-sm { --pad-y: 12px; --pad-x: 24px; font-size: 14px; }

.link-arrow {
  font-family: var(--ff-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 16px;
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold);
  transition: gap .3s var(--ease);
}
.link-arrow:hover { gap: 18px; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 22px 0;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header .logo { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; }
.site-header .logo img { height: 34px; width: auto; max-width: 100%; object-fit: contain; transition: height .4s var(--ease); }
.site-header.scrolled { background: var(--brown-darkest); box-shadow: 0 10px 30px -15px rgba(0,0,0,.5); padding: 14px 0; }
.site-header.scrolled .logo img { height: 30px; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a {
  font-family: var(--ff-display);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: 15px;
  color: rgba(255,255,255,.82);
  position: relative;
  transition: color .25s var(--ease);
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--gold); transition: width .3s var(--ease);
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--white); margin: 5px 0; transition: .3s; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 90svh;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--brown-darkest);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  /* background:
    linear-gradient(to right, rgba(20,16,13,.88) 0%, rgba(20,16,13,.62) 45%, rgba(20,16,13,.3) 78%, rgba(20,16,13,.15) 100%),
    linear-gradient(to top, rgba(20,16,13,.5) 0%, rgba(20,16,13,0) 40%); */
}
.hero .container { position: relative; z-index: 2; padding-top: 90px; }
.hero-inner { max-width: 620px; }
.hero h1 {
  font-family: var(--ff-display);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: .01em;
  font-size: clamp(32px, 4.6vw, 58px);
  margin: 0 0 20px;
  text-shadow: 0 4px 26px rgba(0,0,0,.3);
}
.hero h1 .gold { color: var(--gold); }
.hero p.hero-sub {
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
  color: rgba(255,255,255,.8);
  max-width: 540px;
  margin-bottom: 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.hero-social {
  position: absolute; right: 30px; bottom: 40px; z-index: 3;
  display: flex; flex-direction: column; gap: 16px;
}
.hero-social a {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  display: grid; place-items: center; color: var(--white);
  transition: .3s var(--ease);
}
.hero-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--brown-darkest); transform: translateY(-3px); }
.hero-social svg { width: 18px; height: 18px; }

.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 3; color: rgba(255,255,255,.6); font-size: 12px;
  font-family: var(--ff-display); letter-spacing: .2em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.scroll-hint .mouse { width: 22px; height: 34px; border: 2px solid rgba(255,255,255,.5); border-radius: 12px; position: relative; }
.scroll-hint .mouse::after {
  content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 6px; border-radius: 3px; background: var(--gold);
  animation: scrollDot 1.6s infinite;
}
@keyframes scrollDot { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,10px)} 100%{opacity:0} }

/* =========================================================
   MARCA FORTE + VIDEO
   ========================================================= */
.marca-grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(38px, 5vw, 74px);
  align-items: center;
}
.marca-text .section-title { font-size: clamp(30px, 3.9vw, 52px); }
.marca-text p { margin-top: 20px; color: color-mix(in srgb, var(--brown) 82%, transparent); }
.grupo-marth {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 20px; border-radius: 999px;
  background: color-mix(in srgb, var(--brown-darkest) 8%, transparent);
  font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .14em;
  font-weight: 600; font-size: 14px; color: var(--brown);
}
.grupo-marth b { color: var(--brown-darkest); }
.marca-text .btn { margin-top: 30px; }

.video-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 16/9; background: var(--brown-darkest);
  border: 6px solid var(--white);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster {
  position: absolute; inset: 0; cursor: pointer; display: grid; place-items: center;
  background-size: cover; background-position: center;
}
.video-poster::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(42,34,29,.25), rgba(42,34,29,.55)); }
.video-play {
  position: relative; z-index: 2; width: 82px; height: 82px; border-radius: 50%;
  background: var(--gold); display: grid; place-items: center;
  box-shadow: 0 12px 34px -8px rgba(231,176,18,.7); transition: transform .3s var(--ease);
}
.video-poster:hover .video-play { transform: scale(1.08); }
.video-play svg { width: 30px; height: 30px; margin-left: 4px; fill: var(--brown-darkest); }

/* =========================================================
   NUMEROS
   ========================================================= */
/* ===== NUMEROS — coverflow (center + peek) ===== */
.num-coverflow { position: relative; margin-top: clamp(28px, 3.5vw, 44px); }
.num-viewport { overflow: hidden; padding: 8px 0 4px; }
.num-track { display: flex; align-items: center; justify-content: flex-start; will-change: transform; transition: transform .65s var(--ease); }
.num-slide {
  flex: 0 0 auto; position: relative; border-radius: var(--radius); overflow: hidden;
  transition: opacity .6s var(--ease), transform .6s var(--ease), filter .6s var(--ease), box-shadow .6s var(--ease);
  opacity: .38; transform: scale(.9); filter: saturate(.6); cursor: pointer;
  box-shadow: 0 16px 40px -26px rgba(0,0,0,.7);
}
.num-slide img { width: 100%; height: clamp(260px, 40vw, 470px); object-fit: cover; display: block; }
.num-slide.active {
  opacity: 1; transform: scale(1); filter: none;
  box-shadow: 0 40px 80px -34px rgba(0,0,0,.85);
}
.num-dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.num-dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(255,255,255,.28); cursor: pointer; transition: .3s; padding: 0; }
.num-dots button.active { background: var(--gold); width: 30px; border-radius: 6px; }
.car-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(42,34,29,.5); backdrop-filter: blur(4px); color: var(--white);
  display: grid; place-items: center; transition: .3s var(--ease);
}
.car-arrow:hover { background: var(--gold); color: var(--brown-darkest); }
.car-arrow svg { width: 22px; height: 22px; }
.car-arrow.prev { left: 18px; } .car-arrow.next { right: 18px; }

/* =========================================================
   DIFERENCIAIS (tabs)
   ========================================================= */
.dif-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 4vw, 60px); align-items: stretch; }
.dif-tabs { display: flex; flex-direction: column; gap: 6px; }
.dif-tab {
  display: flex; align-items: center; gap: 18px;
  padding: 20px 22px; border-radius: 12px; cursor: pointer;
  border: 1px solid transparent; background: transparent;
  text-align: left; width: 100%; transition: .3s var(--ease); color: var(--brown-darkest);
}
.dif-tab .num { font-family: var(--ff-display); font-weight: 700; font-size: 20px; color: var(--taupe); transition: .3s; }
.dif-tab .tab-name { font-family: var(--ff-display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 20px; }
.dif-tab:hover { background: color-mix(in srgb, var(--cream) 60%, transparent); }
.dif-tab.active { background: var(--brown-darkest); color: var(--white); box-shadow: var(--shadow-md); }
.dif-tab.active .num { color: var(--gold); }

.dif-panel { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 440px; background: var(--brown-darkest); }
.dif-pane { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .5s var(--ease); }
.dif-pane.active { opacity: 1; visibility: visible; }
.dif-pane img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.dif-pane::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,13,.92) 0%, rgba(20,16,13,.15) 55%, transparent 100%); }
.dif-caption { position: absolute; left: 0; bottom: 0; z-index: 2; padding: clamp(28px, 4vw, 46px); color: var(--white); }
.dif-caption h3 { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; font-size: clamp(26px, 3vw, 38px); line-height: 1; margin-bottom: 14px; }
.dif-caption p { color: rgba(255,255,255,.85); max-width: 520px; }

/* =========================================================
   POR QUE ESCOLHER (carrossel de cards)
   ========================================================= */
.why-carousel { position: relative; }
.why-viewport { overflow: hidden; padding: 8px 4px 12px; }
.why-track { display: flex; gap: 26px; transition: transform .6s var(--ease); }
.why-card {
  background: var(--white); border-radius: var(--radius); padding: 38px 32px;
  box-shadow: var(--shadow-md); flex: 0 0 calc((100% - 52px) / 3);
  text-align: center; display: flex; flex-direction: column; align-items: center;
  border: 1px solid rgba(42,34,29,.05);
}
.why-icon { width: 76px; height: 76px; margin-bottom: 22px; }
.why-icon img { width: 100%; height: 100%; object-fit: contain; }
.why-card h4 { font-family: var(--ff-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 22px; line-height: 1.05; margin-bottom: 12px; }
.why-card p { font-size: 15.5px; color: color-mix(in srgb, var(--brown) 78%, transparent); }

.why-controls { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 40px; }
.why-controls .car-arrow { position: static; transform: none; background: var(--brown-darkest); }
.why-controls .car-arrow:hover { background: var(--gold); }
.why-dots { display: flex; gap: 9px; }
.why-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(42,34,29,.2); cursor: pointer; padding: 0; transition: .3s; }
.why-dots button.active { background: var(--gold); width: 28px; border-radius: 5px; }

/* =========================================================
   DEPOIMENTOS
   ========================================================= */
/* carrossel de vídeos no topo — 1 slide por view */
.vid-carousel { position: relative; max-width: 820px; margin: 0 auto clamp(34px, 4vw, 52px); padding: 0 clamp(44px, 5vw, 64px); }
.vid-viewport { overflow: hidden; border-radius: var(--radius); }
.vid-track { display: flex; transition: transform .6s var(--ease); }
.vid-slide { flex: 0 0 100%; }
.vid-slide .video-poster,
.vid-slide iframe {
  position: relative; display: block; width: 100%; aspect-ratio: 16/9;
  border-radius: var(--radius); overflow: hidden; border: 0;
}
.vid-slide .video-poster {
  cursor: pointer; display: grid; place-items: center;
  background-size: cover; background-position: center; box-shadow: var(--shadow-lg);
}
.vid-slide .video-poster::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(42,34,29,.45), rgba(42,34,29,.68)); }
.vid-slide .video-poster:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.dep-video-caption {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, calc(-50% - 46px)); z-index: 2;
  font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .05em;
  font-size: clamp(16px, 2vw, 24px); color: #fff; text-align: center; width: 90%;
}
.dep-video-caption small {
  display: block; margin-top: 6px; font-family: var(--ff-body); text-transform: none;
  letter-spacing: .02em; font-size: 13px; color: rgba(255,255,255,.75);
}
.vid-slide .video-play { width: 66px; height: 66px; }
.vid-carousel .car-arrow { border: 1px solid rgba(255,255,255,.3); background: transparent; }
.vid-carousel .car-arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--brown-darkest); }
.vid-carousel .car-arrow.prev { left: 0; } .vid-carousel .car-arrow.next { right: 0; }

/* grid de depoimentos em texto */
.dep-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1120px; margin: 0 auto; align-items: stretch;
}
.dep-carousel { position: relative; max-width: 1120px; margin: 0 auto; padding: 0 clamp(44px, 5vw, 64px); }
.dep-viewport { overflow: hidden; padding: 6px 4px; }
.dep-track { display: flex; gap: 24px; transition: transform .6s var(--ease); }
.dep-card { flex: 0 0 calc((100% - 48px) / 3); }
.dep-inner {
  background: var(--white); border: 1px solid rgba(42,34,29,.05);
  border-radius: var(--radius); padding: 30px 26px 32px; text-align: center;
  color: var(--brown-darkest); display: flex; flex-direction: column; align-items: center;
  height: 100%; box-shadow: var(--shadow-md);
}
.dep-avatar {
  width: 66px; height: 66px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; margin-bottom: 14px;
  background: repeating-linear-gradient(45deg, #efe9e1, #efe9e1 6px, #e3dacd 6px, #e3dacd 12px);
  display: grid; place-items: center; color: var(--taupe); border: 2px solid rgba(231,176,18,.5);
}
.dep-avatar svg { width: 32px; height: 32px; }
.dep-avatar img { width: 100%; height: 100%; object-fit: cover; }
.dep-inner .name { font-family: var(--ff-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--brown-darkest); font-size: 18px; line-height: 1.1; }
.dep-inner .role { color: var(--taupe); font-size: 13px; margin-bottom: 14px; }
.dep-inner .dep-text { font-size: 14.5px; line-height: 1.6; color: color-mix(in srgb, var(--brown) 80%, transparent); font-style: italic; margin: 0; }
.dep-carousel .car-arrow { border: 1px solid rgba(255,255,255,.3); background: transparent; }
.dep-carousel .car-arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--brown-darkest); }
.dep-carousel .car-arrow.prev { left: 0; } .dep-carousel .car-arrow.next { right: 0; }
.dep-dots { display: flex; justify-content: center; gap: 9px; margin-top: 26px; }
.dep-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.25); cursor: pointer; padding: 0; transition: .3s; }
.dep-dots button.active { background: var(--gold); width: 28px; border-radius: 5px; }
.dep-placeholder-note { text-align: center; margin-top: 26px; font-size: 12.5px; letter-spacing: .04em; color: rgba(255,255,255,.4); }

/* =========================================================
   CTA FINAL (parallax)
   ========================================================= */
.cta-final { position: relative; color: var(--white); overflow: hidden; }
.cta-final .cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-final .cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-final .cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(42,34,29,.94) 0%, rgba(42,34,29,.74) 55%, rgba(42,34,29,.5) 100%); }
.cta-final .container { position: relative; z-index: 2; }
.cta-final .section-title { max-width: 780px; }
.cta-final p { max-width: 640px; margin: 22px 0 34px; color: rgba(255,255,255,.82); font-size: clamp(17px,1.6vw,20px); }

/* =========================================================
   LEAD FORM
   ========================================================= */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.form-intro .section-title { font-size: clamp(30px, 4vw, 52px); }
.form-intro p { margin-top: 18px; color: color-mix(in srgb, var(--brown) 80%, transparent); }
.form-benefits { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }
.form-benefits li { display: flex; align-items: center; gap: 14px; font-weight: 500; }
.form-benefits .check { width: 26px; height: 26px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; flex: 0 0 auto; }
.form-benefits .check svg { width: 14px; height: 14px; fill: var(--brown-darkest); }
.wa-inline { margin-top: 30px; display: inline-flex; align-items: center; gap: 12px; font-weight: 600; color: var(--brown); }
.wa-inline b { color: var(--brown-darkest); }

.lead-form {
  background: var(--white); border-radius: var(--radius); padding: clamp(30px, 4vw, 46px);
  box-shadow: var(--shadow-lg); border: 1px solid rgba(42,34,29,.06);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--brown); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; border-radius: 10px; font-family: var(--ff-body); font-size: 16px;
  border: 1.5px solid rgba(42,34,29,.16); background: #fbfaf7; color: var(--brown-darkest); transition: .25s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 3px rgba(231,176,18,.15); }
.field textarea { resize: vertical; min-height: 96px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.form-note { font-size: 12.5px; color: var(--taupe); margin-top: 14px; text-align: center; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 14px; font-weight: 600; border-radius: 10px; padding: 12px 14px; }
.form-status:empty { display: none; }
.form-status.ok { color: #1c6b3f; background: rgba(28, 107, 63, .1); }
.form-status.err { color: #a32020; background: rgba(163, 32, 32, .1); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--brown-darkest); color: rgba(255,255,255,.8); padding: 46px 0 26px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 28px 40px; flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand img { height: 42px; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer-contact a, .footer-contact span { display: inline-flex; align-items: center; gap: 10px; transition: color .25s; }
.footer-contact .lbl { color: var(--gold); font-weight: 600; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: 13px; color: rgba(255,255,255,.5); }

/* Floating WhatsApp */
.wa-float {
  position: fixed; right: 22px; bottom: 24px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6);
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float svg { width: 32px; height: 32px; }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .marca-grid, .dif-grid, .form-grid { grid-template-columns: 1fr; }
  .why-card { flex: 0 0 calc((100% - 26px) / 2); }
  .dep-card { flex: 0 0 calc(50% - 12px); }
  .dep-grid { grid-template-columns: repeat(2, 1fr); }
  .dif-panel { min-height: 360px; }
  .header-cta-text { display: none; }
  .site-header .container { gap: 14px; }
  .site-header .logo img, .site-header.scrolled .logo img { height: 28px; }
  .header-actions { flex: 0 0 auto; gap: 10px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 20px; }
  .site-header { padding: 16px 0; }
  .site-header .container { gap: 10px; }
  .site-header .logo img, .site-header.scrolled .logo img { height: 24px; }
  /* 12px é o piso de legibilidade do Lighthouse no mobile. Não subir mais sem
     encurtar o texto do botão: a 360px o header já aperta logo + CTA + menu. */
  .site-header .btn-sm { padding: 10px 14px; font-size: 12px; letter-spacing: .04em; white-space: nowrap; }
  .hero-social { display: none; }
  .why-card { flex: 0 0 100%; }
  .dep-card { flex: 0 0 100%; }
  .dep-grid { grid-template-columns: 1fr; }
  .vid-carousel { padding: 0 40px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .car-arrow.prev { left: 8px; } .car-arrow.next { right: 8px; }
  .btn { --pad-x: 26px; font-size: 15px; }
}

/* Mobile drawer */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 200; background: var(--brown-darkest);
  transform: translateX(100%); transition: transform .4s var(--ease);
  display: flex; flex-direction: column; padding: 30px 28px; gap: 8px;
}
.mobile-drawer.open { transform: none; }
.mobile-drawer .drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mobile-drawer .drawer-head img { height: 30px; }
.mobile-drawer .drawer-close { background: none; border: 0; color: #fff; font-size: 34px; cursor: pointer; line-height: 1; }
.mobile-drawer a.m-link { font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .1em; font-size: 22px; color: #fff; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-drawer .btn { margin-top: 24px; justify-content: center; }

/* =========================================================
   PÁGINA DE AGRADECIMENTO (obrigado.html)
   ========================================================= */
.hero.thanks { min-height: 100svh; }
.hero.thanks .hero-bg img { object-position: center center; }
.hero.thanks .hero-bg::after {
  background:
    linear-gradient(to right, rgba(20,16,13,.9) 0%, rgba(20,16,13,.72) 55%, rgba(20,16,13,.45) 100%),
    linear-gradient(to top, rgba(20,16,13,.6) 0%, rgba(20,16,13,.1) 50%);
}
.hero.thanks .container { padding-top: 60px; padding-bottom: 60px; }
.hero.thanks .hero-inner { max-width: 700px; animation: thanksIn .8s var(--ease) both; }
.hero.thanks h1 { font-size: clamp(28px, 3.8vw, 48px); }
.hero.thanks p.hero-sub { max-width: 620px; }

.thanks-logo { display: inline-block; margin-bottom: 34px; }
.thanks-logo img { height: 46px; width: auto; }

.thanks-follow { margin-top: 46px; }
.thanks-follow-label {
  display: block; margin-bottom: 14px;
  font-family: var(--ff-display); text-transform: uppercase;
  letter-spacing: .18em; font-size: 12px; color: rgba(255,255,255,.6);
}
.hero.thanks .hero-social {
  display: flex; position: static; flex-direction: row; gap: 14px;
}

@keyframes thanksIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero.thanks .hero-inner { animation: none; } }

@media (max-width: 640px) {
  .thanks-logo img { height: 34px; }
  .thanks-logo { margin-bottom: 26px; }
  .hero.thanks .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .hero.thanks .thanks-follow { margin-top: 34px; }
}

/* =========================================================
   BANNER DE CONSENTIMENTO (LGPD)
   ========================================================= */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  background: rgba(20,16,13,.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  transform: translateY(110%);
  transition: transform .45s var(--ease);
}
.cookie-bar.show { transform: none; }
.cookie-bar-inner {
  max-width: var(--container);
  margin: 0 auto; padding: 20px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.cookie-text {
  margin: 0; font-size: 14px; line-height: 1.6;
  color: rgba(255,255,255,.78); max-width: 720px;
}
.cookie-text a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.cookie-text a:hover { color: var(--white); }
.cookie-actions { display: flex; gap: 12px; flex: 0 0 auto; }
/* .btn nasceu para <a>: em <button> o navegador aplica o cinza padrão do sistema */
.cookie-actions .btn { white-space: nowrap; background: transparent; }
.cookie-actions .btn-gold { background: var(--gold); }
.cookie-actions .btn-gold:hover { background: var(--gold-dark); }

/* Links legais no rodapé e na página de obrigado */
.footer-legal { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: rgba(255,255,255,.5); transition: color .3s var(--ease); }
.footer-legal a:hover { color: var(--gold); }

.thanks-legal { display: flex; gap: 20px; flex-wrap: wrap; margin: 34px 0 0; font-size: 13px; }
.thanks-legal a { color: rgba(255,255,255,.5); transition: color .3s var(--ease); }
.thanks-legal a:hover { color: var(--gold); }

/* Enquanto a barra está visível, sobe o botão do WhatsApp e dá folga no rodapé,
   senão a barra cobre os links legais e o "voltar ao topo" */
body:has(.cookie-bar.show) .wa-float { transform: translateY(-92px); }
body:has(.cookie-bar.show) .wa-float:hover { transform: translateY(-92px) scale(1.08); }
body:has(.cookie-bar.show) .site-footer { padding-bottom: 120px; }
body:has(.cookie-bar.show) .hero.thanks .container { padding-bottom: 150px; }

@media (max-width: 860px) {
  .cookie-bar-inner { flex-direction: column; align-items: stretch; gap: 16px; padding: 20px; }
  .cookie-actions .btn { flex: 1 1 0; justify-content: center; }
  body:has(.cookie-bar.show) .wa-float { transform: translateY(-150px); }
  body:has(.cookie-bar.show) .wa-float:hover { transform: translateY(-150px) scale(1.08); }
  body:has(.cookie-bar.show) .site-footer { padding-bottom: 200px; }
  body:has(.cookie-bar.show) .hero.thanks .container { padding-bottom: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-bar { transition: none; }
}

/* =========================================================
   BOTÃO EM ESTADO DE ENVIO
   O spinner entra como ::before para nao mexer no texto do botao,
   que o script.js troca para "Enviando...".
   ========================================================= */
.btn.is-loading { cursor: wait; opacity: .85; }
.btn.is-loading::before {
  content: "";
  width: 18px; height: 18px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btnSpin .7s linear infinite;
}
@keyframes btnSpin { to { transform: rotate(360deg); } }

/* Sem animacao: mantem o circulo parado como indicador estatico. */
@media (prefers-reduced-motion: reduce) {
  .btn.is-loading::before { animation: none; }
}
