/* =====================================================================
   SCAP TOTAL — Auto Center | Santos/SP
   Tema escuro automotivo de performance — grafite + vermelho fogo + brasa
   Fontes: Oxanium (display) + Manrope (texto)
   Autor: WebFormas
   ===================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --ink:        #0b0d10;
  --ink-900:    #08090c;
  --panel:      #12161c;
  --panel-2:    #161b22;
  --panel-3:    #1c222b;
  --line:       rgba(255,255,255,.08);
  --line-2:     rgba(255,255,255,.14);

  --red:        #e4032a;
  --red-bright: #ff2b1f;
  --ember:      #ff7a18;
  --red-deep:   #b00020;

  --white:      #f5f7fa;
  --silver:     #d7dde5;
  --steel:      #9aa3af;
  --steel-2:    #6c7682;

  --wa:         #25D366;

  --ink-on-light: #11141a;
  --grad-fire:  linear-gradient(120deg, var(--red) 0%, var(--red-bright) 55%, var(--ember) 120%);
  --grad-fire-soft: linear-gradient(120deg, rgba(228,3,42,.16), rgba(255,122,24,.10));

  --shadow-card: 0 24px 60px -28px rgba(0,0,0,.85);
  --shadow-soft: 0 14px 40px -22px rgba(0,0,0,.7);

  --radius:     16px;
  --radius-sm:  11px;
  --container:  1200px;

  --font-display: "Oxanium", "Arial Narrow", sans-serif;
  --font-body:    "Manrope", system-ui, sans-serif;
}

/* ---------- 2. Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--silver);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--white); line-height: 1.1; font-weight: 800; letter-spacing: -.01em; }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; border-radius: 6px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }

/* ---------- Barra de rolagem laranja degradê ---------- */
html { scrollbar-width: thin; scrollbar-color: var(--ember) var(--ink-900); }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--ink-900); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--red) 0%, var(--red-bright) 45%, var(--ember) 100%);
  border-radius: 999px; border: 2px solid var(--ink-900);
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--red-bright) 0%, var(--ember) 100%); }

/* utilidades de cor de fundo */
.bg-ink   { background: var(--ink); }
.bg-panel { background: var(--panel); }
.bg-deep  { background: var(--ink-900); }

/* faixa de brasa decorativa */
.ember-line { height: 3px; border: 0; background: var(--grad-fire); opacity: .9; }

/* ---------- 3. Eyebrow / títulos de seção ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700;
  font-size: .76rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--red-bright);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad-fire); }
.eyebrow--center { justify-content: center; }

.s-head { max-width: 720px; margin-bottom: 46px; }
.s-head--center { margin-inline: auto; text-align: center; }
.s-title {
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  margin-top: 16px; text-transform: uppercase; font-style: italic;
}
.s-title em { color: var(--red-bright); font-style: italic; }
.s-sub { color: var(--steel); margin-top: 16px; font-size: 1.04rem; }

/* ---------- 4. Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: .98rem;
  letter-spacing: .02em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 12px; cursor: pointer; border: 0;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn--primary {
  background: var(--grad-fire); color: #fff;
  box-shadow: 0 14px 34px -12px rgba(228,3,42,.6);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -12px rgba(255,43,31,.7); }
.btn--ghost {
  background: transparent; color: var(--white);
  border: 1.5px solid var(--line-2);
}
.btn--ghost:hover { border-color: var(--red-bright); color: #fff; transform: translateY(-3px); background: rgba(228,3,42,.08); }
.btn--block { width: 100%; }
.btn--lg { padding: 17px 34px; font-size: 1.02rem; }

/* ---------- 4b. Botão WhatsApp shiny (padrão WebFormas) ---------- */
@property --shiny-angle        { syntax: "<angle>";      initial-value: 0deg; inherits: false; }
@property --shiny-angle-offset { syntax: "<angle>";      initial-value: 0deg; inherits: false; }
@property --shiny-percent      { syntax: "<percentage>"; initial-value: 5%;   inherits: false; }
@property --shiny-shine        { syntax: "<color>";      initial-value: #ffffff; inherits: false; }

.btn-shiny-wa {
  --wa-bg-from: #128C7E; --wa-bg-to: #25D366; --wa-bg-subtle: #0e6b5f;
  --wa-fg: #fff; --wa-highlight: #4ade80; --wa-highlight-subtle: #bbf7d0;
  --shiny-duration: 3s; --shiny-shadow-size: 2px;
  --shiny-transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  isolation: isolate; position: relative; overflow: hidden; cursor: pointer;
  outline-offset: 4px; padding: 14px 30px; border: 1px solid transparent;
  border-radius: 999px; color: var(--wa-fg); text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; line-height: 1; vertical-align: middle;
  background:
    linear-gradient(45deg, transparent 25%, rgba(255,255,255,0.7) 50%, transparent 75%, transparent 100%) padding-box,
    linear-gradient(135deg, var(--wa-bg-from), var(--wa-bg-to)) padding-box,
    conic-gradient(from calc(var(--shiny-angle) - var(--shiny-angle-offset)), transparent, var(--wa-highlight) var(--shiny-percent), var(--shiny-shine) calc(var(--shiny-percent) * 2), var(--wa-highlight) calc(var(--shiny-percent) * 3), transparent calc(var(--shiny-percent) * 4)) border-box;
  background-size: 250% 250%, 100% 100%, 100% 100%;
  background-position: 200% 0, 0 0, 0 0; background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px var(--wa-bg-subtle), 0 8px 22px rgba(18, 140, 126, 0.35);
  transition: --shiny-angle-offset var(--shiny-transition), --shiny-percent var(--shiny-transition), --shiny-shine var(--shiny-transition), box-shadow var(--shiny-transition), transform var(--shiny-transition), background-position 1000ms ease;
}
.btn-shiny-wa::before, .btn-shiny-wa::after, .btn-shiny-wa > span::before {
  content: ""; pointer-events: none; position: absolute; inset-inline-start: 50%; inset-block-start: 50%; translate: -50% -50%; z-index: -1;
}
.btn-shiny-wa:active { translate: 0 1px; }
.btn-shiny-wa::before {
  --size: calc(100% - var(--shiny-shadow-size) * 3); --position: 2px; --space: calc(var(--position) * 2);
  width: var(--size); height: var(--size);
  background: radial-gradient(circle at var(--position) var(--position), #fff calc(var(--position) / 4), transparent 0) padding-box;
  background-size: var(--space) var(--space); background-repeat: space;
  -webkit-mask-image: conic-gradient(from calc(var(--shiny-angle) + 45deg), black, transparent 10% 90%, black);
          mask-image: conic-gradient(from calc(var(--shiny-angle) + 45deg), black, transparent 10% 90%, black);
  border-radius: inherit; opacity: .35; z-index: -1;
}
.btn-shiny-wa::after {
  width: 100%; aspect-ratio: 1;
  background: linear-gradient(-50deg, transparent, var(--wa-highlight), transparent);
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, black);
          mask-image: radial-gradient(circle at bottom, transparent 40%, black); opacity: .55;
}
.btn-shiny-wa > span {
  position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem; letter-spacing: .03em;
  text-transform: uppercase; line-height: 1.2; padding: 3px 0;
}
.btn-shiny-wa > span svg { flex-shrink: 0; width: 19px; height: 19px; }
.btn-shiny-wa > span::before {
  width: 300%; height: 300%; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 90%, var(--wa-highlight) 0%, rgba(74,222,128,.35) 30%, transparent 60%);
  opacity: 0; transition: opacity var(--shiny-transition);
  animation: calc(var(--shiny-duration) * 1.5) shiny-breathe linear infinite;
}
.btn-shiny-wa, .btn-shiny-wa::before, .btn-shiny-wa::after {
  animation: shiny-angle linear infinite var(--shiny-duration), shiny-angle calc(var(--shiny-duration) / 0.4) linear infinite reverse paused;
  animation-composition: add;
}
.btn-shiny-wa:is(:hover, :focus-visible) {
  --shiny-percent: 20%; --shiny-angle-offset: 95deg; --shiny-shine: var(--wa-highlight-subtle);
  background-position: -100% 0, 0 0, 0 0;
  box-shadow: inset 0 0 0 1px var(--wa-bg-subtle), 0 12px 28px rgba(37, 211, 102, 0.45);
}
.btn-shiny-wa:is(:hover, :focus-visible), .btn-shiny-wa:is(:hover, :focus-visible)::before, .btn-shiny-wa:is(:hover, :focus-visible)::after { animation-play-state: running; }
.btn-shiny-wa:is(:hover, :focus-visible) > span::before { opacity: 1; }
@keyframes shiny-angle   { to { --shiny-angle: 360deg; } }
@keyframes shiny-breathe { from, to { scale: 1; } 50% { scale: 1.2; } }
.btn-shiny-wa--sm { padding: 10px 20px; }
.btn-shiny-wa--sm > span { font-size: .85rem; }

/* ---------- 5. Topbar ---------- */
.topbar {
  background: var(--ink-900); color: var(--steel);
  font-size: .82rem; border-bottom: 1px solid var(--line);
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px 26px; flex-wrap: wrap; padding: 9px 0; }
.topbar__list { display: inline-flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; }
.topbar__list a, .topbar__hours { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar__list a:hover { color: #fff; }
.topbar svg { width: 14px; height: 14px; color: var(--red-bright); flex-shrink: 0; }
.topbar__social { display: inline-flex; gap: 12px; }
.topbar__social a { color: var(--steel); }
.topbar__social a:hover { color: var(--red-bright); }
.topbar__social svg { width: 15px; height: 15px; color: currentColor; }

/* ---------- 6. Header ---------- */
.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.97);
  -webkit-backdrop-filter: saturate(160%) blur(10px); backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(12,14,18,.08);
  transition: box-shadow .25s ease;
}
.header.is-stuck { box-shadow: 0 10px 30px -16px rgba(0,0,0,.35); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 13px 0; }
.brand img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav__list { display: inline-flex; gap: 28px; }
.nav__list a {
  font-family: var(--font-display); font-weight: 700; font-size: .92rem;
  text-transform: uppercase; letter-spacing: .03em; color: var(--ink-on-light);
  position: relative; padding: 6px 0; transition: color .2s;
}
.nav__list a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--grad-fire); transition: width .25s ease; }
.nav__list a:hover { color: var(--red); }
.nav__list a:hover::after, .nav__list a.is-active::after { width: 100%; }
.nav__list a.is-active { color: var(--red); }

.burger {
  display: none; width: 46px; height: 46px; border-radius: 12px; border: 1.5px solid rgba(12,14,18,.16);
  background: #fff; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.burger span { width: 22px; height: 2px; background: var(--ink-on-light); border-radius: 2px; transition: .3s; }

/* drawer mobile */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 340px); background: var(--panel);
  transform: translateX(100%); transition: transform .35s cubic-bezier(.5,0,.2,1); z-index: 120;
  padding: 26px 24px; display: flex; flex-direction: column; gap: 8px; border-left: 1px solid var(--line);
}
.drawer.is-open { transform: translateX(0); }
.drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.drawer__top .wordmark { font-family: var(--font-display); font-weight: 800; font-style: italic; text-transform: uppercase; color:#fff; letter-spacing:.02em; }
.drawer__top .wordmark em { color: var(--red-bright); }
.drawer__close { background: none; border: 0; color: var(--silver); font-size: 30px; line-height: 1; cursor: pointer; }
.drawer a.drawer__link {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
  padding: 13px 12px; border-radius: 10px; color: var(--silver); transition: .2s; border: 1px solid transparent;
}
.drawer a.drawer__link:hover { background: var(--panel-2); color: #fff; border-color: var(--line); }
.drawer__cta { margin-top: 16px; }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); opacity: 0; visibility: hidden; transition: .3s; z-index: 110; }
.overlay.is-open { opacity: 1; visibility: visible; }

/* ---------- 7. Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--ink-900); isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -3; }
.hero__bg img, .hero__bg video { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.15) contrast(1.05); display: block; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(102deg, rgba(8,9,12,.97) 0%, rgba(9,11,14,.9) 38%, rgba(9,11,14,.55) 72%, rgba(9,11,14,.35) 100%);
}
.hero::after {
  content: ""; position: absolute; z-index: -1; width: 60vw; height: 60vw; right: -14vw; top: -14vw;
  background: radial-gradient(circle, rgba(228,3,42,.4) 0%, rgba(255,122,24,.14) 38%, transparent 66%);
  filter: blur(8px); pointer-events: none;
}
.hero__grid { display: grid; grid-template-columns: 1.05fr; gap: 40px; align-items: center;
  min-height: clamp(537px, 71vh, 800px); padding: 40px 0 28px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px;
  background: rgba(228,3,42,.12); border: 1px solid rgba(228,3,42,.34); color: var(--silver);
  font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(4px);
}
.hero__badge b { color: var(--red-bright); }
.hero h1 {
  font-size: clamp(2.5rem, 3.6vw, 2.7rem); line-height: 1.14; margin-top: 22px; text-transform: uppercase; font-style: italic;
  max-width: 37ch; text-shadow: 0 4px 30px rgba(0,0,0,.5);
}
.hero h1 em { font-style: italic; background: var(--grad-fire); -webkit-background-clip: text; background-clip: text; color: transparent; padding: .12em .06em .2em; margin: -.12em -.06em -.2em; }
.hero__lead { margin-top: 22px; font-size: clamp(1.04rem, 1.8vw, 1.22rem); color: var(--silver); max-width: 58ch; line-height: 27px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; align-items: center; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 14px 40px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero__stat { display: flex; flex-direction: column; }
.hero__stat b { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.3rem); color: #fff; font-style: italic; line-height: 1; }
.hero__stat b span { color: var(--red-bright); }
.hero__stat small { color: var(--steel); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-top: 8px; }

/* ---------- 7b. Faixa de promoção mensal ---------- */
.promo { background: var(--ink); padding: 34px 0; position: relative; }
.promo__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 22px 40px; flex-wrap: wrap;
  padding: 26px 30px; border-radius: 18px; position: relative; overflow: hidden;
  background: linear-gradient(118deg, rgba(255,122,24,.16), rgba(228,3,42,.12) 55%, var(--panel-2) 100%);
  border: 1px solid rgba(255,122,24,.32); box-shadow: var(--shadow-soft);
}
.promo__inner::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--grad-fire); }
.promo__inner::after { content: ""; position: absolute; right: -10%; top: -60%; width: 40%; height: 220%;
  background: radial-gradient(circle, rgba(255,122,24,.18), transparent 65%); pointer-events: none; }
.promo__main { flex: 1 1 380px; min-width: 0; position: relative; }
.promo__tag { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display);
  font-weight: 800; font-style: italic; text-transform: uppercase; color: #fff;
  font-size: clamp(1.05rem, 2.6vw, 1.55rem); letter-spacing: .015em; line-height: 1.1; }
.promo__tag strong { color: var(--ember); }
.promo__pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--ember); flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(255,122,24,.6); animation: promo-pulse 1.8s infinite; }
@keyframes promo-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,122,24,.55); } 70% { box-shadow: 0 0 0 13px rgba(255,122,24,0); } 100% { box-shadow: 0 0 0 0 rgba(255,122,24,0); } }
.promo__text { color: var(--silver); margin-top: 9px; font-size: 1.02rem; }
.promo__text strong { color: #fff; }
.promo__actions { flex-shrink: 0; position: relative; }

/* ---------- 8. Faixa de diferenciais ---------- */
.usp { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.usp__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.usp__item { background: var(--panel); padding: 30px 26px; display: flex; gap: 16px; align-items: flex-start; }
.usp__ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center;
  background: var(--grad-fire-soft); border: 1px solid rgba(228,3,42,.3); color: var(--red-bright); }
.usp__ico svg { width: 23px; height: 23px; }
.usp__item h3 { font-size: 1.02rem; text-transform: uppercase; font-style: italic; color: #fff; }
.usp__item p { font-size: .9rem; color: var(--steel); margin-top: 5px; }

/* ---------- 9. Sobre ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--radius); box-shadow: var(--shadow-card); width: 100%; }
.about__media::before {
  content: ""; position: absolute; inset: -14px auto auto -14px; width: 120px; height: 120px;
  border-top: 3px solid var(--red-bright); border-left: 3px solid var(--red-bright); border-radius: 18px 0 0 0; opacity: .8;
}
.about__chip {
  position: absolute; right: -10px; bottom: -22px; background: var(--grad-fire); color: #fff;
  padding: 18px 24px; border-radius: 14px; box-shadow: 0 22px 50px -18px rgba(228,3,42,.7); text-align: center; line-height: 1;
}
.about__chip b { font-family: var(--font-display); font-size: 2.1rem; font-style: italic; display: block; }
.about__chip span { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; opacity: .92; display:block; margin-top: 6px; }
.about p { margin-top: 16px; color: var(--steel); }
.about__list { margin-top: 26px; display: grid; gap: 12px; }
.about__list li { display: flex; align-items: center; gap: 12px; color: var(--silver); font-weight: 600; }
.about__list svg { width: 20px; height: 20px; color: var(--red-bright); flex-shrink: 0; }
.about__actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- 10. Serviços ---------- */
.services { background: var(--ink-900); }
.services::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 85% 0%, rgba(228,3,42,.12), transparent 70%);
}
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.svc {
  position: relative; border-radius: var(--radius); overflow: hidden; background: var(--panel);
  border: 1px solid var(--line); box-shadow: var(--shadow-soft);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.svc:hover { transform: translateY(-7px); border-color: rgba(228,3,42,.55); box-shadow: 0 30px 60px -26px rgba(228,3,42,.4); }
.svc__img { position: relative; aspect-ratio: 16/11; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; filter: brightness(.9); }
.svc:hover .svc__img img { transform: scale(1.07); filter: brightness(1); }
.svc__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(11,13,16,.92) 100%); }
.svc__num {
  position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--font-display); font-weight: 800; font-style: italic;
  font-size: .8rem; letter-spacing: .1em; color: #fff; background: rgba(228,3,42,.85); padding: 5px 11px; border-radius: 8px;
}
.svc__body { padding: 22px 22px 24px; position: relative; }
.svc__body h3 { font-size: 1.22rem; text-transform: uppercase; font-style: italic; color: #fff; }
.svc__body p { color: var(--steel); font-size: .94rem; margin-top: 10px; }
.svc__link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--red-bright);
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: .85rem; letter-spacing: .04em; transition: gap .2s;
}
.svc__link svg { width: 16px; height: 16px; }
.svc:hover .svc__link { gap: 13px; }
.services__foot { text-align: center; margin-top: 44px; }

/* ---------- 11. CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--ink); isolation: isolate; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(115deg, rgba(228,3,42,.16), rgba(255,122,24,.06) 60%, transparent),
              radial-gradient(50% 120% at 100% 50%, rgba(255,43,31,.2), transparent 70%);
}
.cta-band__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  padding: clamp(44px, 6vw, 70px) clamp(28px, 5vw, 60px); border-radius: 22px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2);
  box-shadow: var(--shadow-card);
}
.cta-band h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); text-transform: uppercase; font-style: italic; }
.cta-band h2 em { color: var(--red-bright); font-style: italic; }
.cta-band p { color: var(--steel); margin-top: 12px; max-width: 52ch; }
.cta-band__inner > div:not(.cta-band__actions) { flex: 1 1 360px; min-width: 0; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ---------- 12. Contato ---------- */
.contact { background: var(--ink-900); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(34px, 5vw, 60px); align-items: start; }
.contact__info h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); text-transform: uppercase; font-style: italic; margin-top: 16px; }
.contact__info > p { color: var(--steel); margin-top: 16px; }
.info-card {
  display: flex; gap: 16px; align-items: flex-start; padding: 20px; border-radius: 14px;
  background: var(--panel); border: 1px solid var(--line); margin-top: 16px;
}
.info-card__ico { width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px; display: grid; place-items: center;
  background: var(--grad-fire-soft); border: 1px solid rgba(228,3,42,.3); color: var(--red-bright); }
.info-card__ico svg { width: 21px; height: 21px; }
.info-card h3 { font-size: 1rem; text-transform: uppercase; font-style: italic; color: #fff; }
.info-card p, .info-card a { color: var(--steel); font-size: .95rem; display: block; }
.info-card a:hover { color: var(--red-bright); }
.info-hours { margin-top: 16px; display: flex; gap: 10px; align-items: center; color: var(--silver); font-weight: 600; font-size: .95rem; }
.info-hours svg { width: 20px; height: 20px; color: var(--red-bright); }

/* form */
.form-wrap {
  background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2);
  border-radius: 20px; padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-card); position: relative; overflow: hidden;
}
.form-wrap::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-fire); }
.form-wrap h3 { font-size: 1.5rem; text-transform: uppercase; font-style: italic; }
.form-wrap > p { color: var(--steel); margin-top: 8px; font-size: .96rem; }
.form { margin-top: 24px; display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--silver); font-family: var(--font-display); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: .98rem; color: #fff; background: var(--ink); border: 1.5px solid var(--line-2);
  border-radius: 11px; padding: 13px 15px; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23ff2b1f' stroke-width='2.5' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red-bright); box-shadow: 0 0 0 3px rgba(228,3,42,.18); }
.field input::placeholder, .field textarea::placeholder { color: var(--steel-2); }
.form .g-recaptcha { margin-top: 2px; }
.form__msg { font-size: .9rem; padding: 12px 14px; border-radius: 10px; display: none; }
.form__msg.is-error { display: block; background: rgba(228,3,42,.12); border: 1px solid rgba(228,3,42,.4); color: #ffb3bd; }
.form__consent { font-size: .82rem; color: var(--steel-2); }
.form__consent a { color: var(--red-bright); text-decoration: underline; }

/* botão submit com loading */
.submit-btn { position: relative; }
.submit-btn .spinner {
  width: 19px; height: 19px; border: 2.5px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%;
  animation: spin .7s linear infinite; display: none;
}
.submit-btn.is-loading { pointer-events: none; opacity: .92; }
.submit-btn.is-loading .submit-label { opacity: .85; }
.submit-btn.is-loading .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 12b. FAQ ---------- */
.faq { background: var(--ink-900); }
.faq::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(55% 45% at 15% 0%, rgba(228,3,42,.1), transparent 70%); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; position: relative; }
.faq-col { display: grid; gap: 16px; align-content: start; }
.faq-item { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq-item[open] { border-color: rgba(228,3,42,.5); box-shadow: var(--shadow-soft); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 19px 22px; font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 1.02rem; transition: color .2s; }
.faq-item summary:hover { color: var(--red-bright); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ico { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq-ico::before, .faq-ico::after { content: ""; position: absolute; background: var(--red-bright); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.faq-ico::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.faq-ico::after { top: 2px; left: 10px; width: 2px; height: 18px; }
.faq-item[open] .faq-ico::after { transform: rotate(90deg) scale(0); opacity: 0; }
.faq-ans { padding: 0 22px 20px; color: var(--steel); font-size: .96rem; }
.faq-ans p { margin: 0; }
.faq-cta { text-align: center; margin-top: 44px; display: flex; flex-direction: column; align-items: center; gap: 16px; position: relative; }
.faq-cta p { color: var(--silver); font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }

/* ---------- 13. Mapa ---------- */
.map-wrap { margin-top: 22px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.map-wrap iframe { display: block; width: 100%; height: 280px; border: 0; filter: grayscale(.3) invert(.92) contrast(.9); }

/* ---------- 14. Footer ---------- */
.footer { background: var(--ink-900); border-top: 1px solid var(--line); padding-top: clamp(56px, 7vw, 84px); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr .9fr; gap: 40px; }
.footer__wordmark { font-family: var(--font-display); font-weight: 800; font-style: italic; font-size: 1.6rem; text-transform: uppercase; color: #fff; letter-spacing: .02em; }
.footer__wordmark em { color: var(--red-bright); font-style: italic; }
.footer__tag { color: var(--red-bright); font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.footer p { color: var(--steel); font-size: .92rem; margin-top: 14px; }
.footer h4 { font-size: 1rem; text-transform: uppercase; font-style: italic; color: #fff; margin-bottom: 16px; }
.footer__menu li { margin-bottom: 9px; }
.footer__menu a { color: var(--steel); font-size: .93rem; transition: color .2s, padding-left .2s; }
.footer__menu a:hover { color: var(--red-bright); padding-left: 5px; }
.footer__info p { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; }
.footer__info svg { width: 17px; height: 17px; color: var(--red-bright); flex-shrink: 0; margin-top: 3px; }
.footer__info a { color: var(--steel); }
.footer__info a:hover { color: #fff; }
.footer__social { display: flex; gap: 12px; margin-top: 6px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--panel); border: 1px solid var(--line); color: var(--silver); transition: .2s; }
.footer__social a:hover { background: var(--grad-fire); color: #fff; border-color: transparent; transform: translateY(-3px); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { border-top: 1px solid var(--line); margin-top: clamp(40px, 5vw, 60px); padding: 26px 0; }
.footer__bottom-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.footer__bottom p { margin: 0; font-size: .85rem; color: var(--steel-2); }
.footer__wf { flex-shrink: 0; }
.footer__wf img { width: 233px; height: auto; max-width: 100%; opacity: 1; }

/* ---------- 15. WhatsApp flutuante ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 100; }
.wa-float .btn-shiny-wa { box-shadow: inset 0 0 0 1px var(--wa-bg-subtle), 0 10px 28px rgba(18,140,126,.5); }

/* ---------- 16. Banner LGPD ---------- */
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 130; max-width: 940px; margin-inline: auto;
  background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 16px; box-shadow: var(--shadow-card);
  transform: translateY(140%); transition: transform .4s cubic-bezier(.5,0,.2,1); }
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__inner { display: flex; gap: 20px 28px; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 18px 22px; }
.cookie-banner__text strong { color: #fff; font-family: var(--font-display); }
.cookie-banner__text p { color: var(--steel); font-size: .88rem; margin-top: 4px; max-width: 60ch; }
.cookie-banner__text a { color: var(--red-bright); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: .82rem; letter-spacing: .03em;
  padding: 11px 20px; border-radius: 10px; cursor: pointer; border: 1.5px solid var(--line-2); background: transparent; color: var(--silver); transition: .2s; }
.cookie-btn--ghost:hover { border-color: var(--steel); color: #fff; }
.cookie-btn--accept { background: var(--grad-fire); border-color: transparent; color: #fff; }
.cookie-btn--accept:hover { transform: translateY(-2px); }

/* ---------- 17. Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
/* Hero está acima da dobra: renderiza imediatamente para não atrasar a LCP */
.hero .reveal { opacity: 1; transform: none; transition: none; }

/* ---------- 17b. Páginas de status (obrigado / 404) ---------- */
.status-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 80px 22px; position: relative; overflow: hidden; }
.status-page::after { content: ""; position: absolute; z-index: 0; width: 62vw; height: 62vw; top: -20vw; right: -15vw; background: radial-gradient(circle, rgba(228,3,42,.3), transparent 65%); filter: blur(8px); }
.status-box { position: relative; z-index: 1; max-width: 620px; }
.status-ico { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 30px; display: grid; place-items: center; background: var(--grad-fire); box-shadow: 0 20px 50px -16px rgba(228,3,42,.7); }
.status-ico svg { width: 48px; height: 48px; color: #fff; }
.status-box h1 { font-size: clamp(1.6rem, 5vw, 3.2rem); text-transform: uppercase; font-style: italic; margin-top: 6px; }
.status-box h1 em { color: var(--red-bright); font-style: italic; }
.status-box p { color: var(--steel); margin-top: 16px; font-size: 1.06rem; }
.status-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.err-code { font-family: var(--font-display); font-weight: 800; font-style: italic; line-height: .9;
  font-size: clamp(6rem, 22vw, 12rem); background: var(--grad-fire); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* helpers de cor inline-free */
.txt-red { color: var(--red-bright); font-style: italic; }
.mt-18 { margin-top: 18px; }
.wht { color: #fff; }

/* ---------- 18. Responsivo ---------- */
@media (max-width: 1024px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .usp__grid { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .header .btn--header { display: none; }
  .burger { display: inline-flex; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 540px; margin-inline: auto; }
  .contact__grid { grid-template-columns: 1fr; }
  .topbar__list .hide-sm { display: none; }
}
@media (max-width: 640px) {
  .svc-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .hero__grid { padding: 96px 0 70px; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .topbar { display: none; }
  .wa-float .btn-shiny-wa > span span { display: none; }
  .wa-float .btn-shiny-wa { padding: 14px; border-radius: 50%; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- 19. Páginas internas: page-hero ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--ink-900); isolation: isolate; padding: clamp(84px, 11vh, 134px) 0 clamp(37px, 6vw, 55px); }
.page-hero__bg { position: absolute; inset: 0; z-index: -3; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.05); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(100deg, rgba(8,9,12,.97) 0%, rgba(9,11,14,.9) 45%, rgba(9,11,14,.6) 100%); }
.page-hero::after { content: ""; position: absolute; z-index: -1; width: 52vw; height: 52vw; right: -12vw; top: -16vw; background: radial-gradient(circle, rgba(228,3,42,.32), transparent 65%); filter: blur(8px); }
.page-hero h1 { font-size: clamp(1.9rem, 2.4vw, 3.1rem); text-transform: uppercase; font-style: italic; max-width: 57ch; line-height: 1.14; }
.page-hero h1 em { font-style: italic; background: var(--grad-fire); -webkit-background-clip: text; background-clip: text; color: transparent; padding: .04em .05em .16em; margin: -.04em -.05em -.16em; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 18px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: .8rem; letter-spacing: .04em; color: var(--steel); }
.breadcrumb a { color: var(--silver); transition: color .2s; }
.breadcrumb a:hover { color: var(--red-bright); }
.breadcrumb i { color: var(--red-bright); font-style: normal; }

/* ---------- 20. Galeria + Lightbox ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { position: relative; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); cursor: pointer; background: var(--panel); aspect-ratio: 4/3; display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .3s; filter: brightness(.9); }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1); }
.gallery-item__icon { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transition: opacity .3s; background: linear-gradient(0deg, rgba(11,13,16,.55), rgba(11,13,16,.12)); }
.gallery-item:hover .gallery-item__icon { opacity: 1; }
.gallery-item--video .gallery-item__icon { opacity: 1; }
.gallery-item__icon span { width: 56px; height: 56px; border-radius: 50%; background: var(--grad-fire); display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(228,3,42,.6); color: #fff; }
.gallery-item__icon svg { width: 24px; height: 24px; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(5,6,8,.94); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.is-open { display: flex; }
.lightbox__content { position: relative; max-width: 1000px; width: 100%; display: flex; align-items: center; justify-content: center; }
.lightbox__content-inner { width: 100%; display: flex; align-items: center; justify-content: center; }
.lightbox__content-inner img { max-width: 100%; max-height: 84vh; border-radius: 10px; display: block; margin: 0 auto; }
.lightbox__content-inner .lb-frame { position: relative; width: 100%; aspect-ratio: 16/9; }
.lightbox__content-inner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 10px; }
.lightbox__close { position: absolute; top: -16px; right: -10px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--grad-fire); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; display: grid; place-items: center; box-shadow: 0 8px 24px -6px rgba(228,3,42,.6); }
@media (max-width: 900px) { .lightbox__close { top: 4px; right: 4px; } .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
