/* =========================================
   ALTO LOCADORA — Design System
   Editorial premium — 2026
   ========================================= */

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font: inherit; }

/* --- TOKENS --- */
:root {
  /* Paleta Alto 2026 — base em camadas (Eduardo / app Colors) */
  --graphite:    #333334;   /* texto + âncoras escuras */
  --surface:     #FFFFFF;   /* cards e superfícies */
  --mist:        #ECECEC;   /* fundo do site */
  --steel:       #6E6E70;   /* texto secundário */
  --line:        #D8D8DA;   /* bordas suaves */
  --cool-steel:  #A0A0A0;   /* fios e bordas de ênfase */
  --copper:      #A8814E;   /* dourado — acento 1 */
  --teal:        #49836A;   /* acento 2, com parcimônia */

  /* aliases dos nomes antigos (mantêm o CSS existente válido) */
  --grafite:         var(--graphite);
  --concreto-cru:    var(--mist);
  --concreto-medio:  var(--steel);
  --aco:             var(--line);
  --oxblood:         var(--copper);
  --branco:          var(--surface);
  --navy:            var(--graphite);
  --grafite-90:      rgba(51,51,52,.90);
  --grafite-05:      rgba(51,51,52,.05);

  /* Tipografia — Direção B: só Archivo, fiel ao logo */
  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body:    'Archivo', system-ui, sans-serif;
  --font-mono:    'Archivo', system-ui, sans-serif;

  --space-unit: 8px;
  --radius: 4px;
  --border: 0.5px solid var(--line);
  --transition: 280ms cubic-bezier(.25,.1,.25,1);
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--grafite);
  background: var(--concreto-cru);
}

/* --- TIPOGRAFIA --- */
.t-display {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.t-mono {
  font-family: var(--font-mono);
  font-weight: 400;
}

.t-mono-bold {
  font-family: var(--font-mono);
  font-weight: 700;
}

.t-label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--concreto-medio);
}

.t-body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--concreto-medio);
}

/* --- LAYOUT --- */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(40px, 7vw, 120px);
}

.section {
  padding: calc(var(--space-unit) * 9) 0;
}

.section--dark {
  background: var(--graphite);
  color: #CFCFD1;
}

.section--dark .t-label { color: var(--copper); }
.section--dark .t-body { color: #C7C7C9; }

.grid-line-top {
  border-top: var(--border);
}

.grid-line-bottom {
  border-bottom: var(--border);
}

/* --- HEADER --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: calc(var(--space-unit) * 2.5) 0;
  transition: background var(--transition), backdrop-filter var(--transition);
}

.header.scrolled {
  background: rgba(245,242,235,.94);
  backdrop-filter: blur(16px);
  border-bottom: var(--border);
}

.header.scrolled .header__logo-img {
  filter: invert(1);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: block;
  line-height: 0;
  flex-shrink: 0;
}

.header__logo-img {
  width: 200px;
  height: 56px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.header__nav {
  display: flex;
  gap: calc(var(--space-unit) * 4);
  align-items: center;
}

.header__link {
  font-size: 13px;
  font-weight: 500;
  color: var(--concreto-medio);
  transition: color var(--transition);
}

.header__link:hover { color: var(--grafite); }

/* Header sobre fundo escuro (hero com foto) */
.header--light .header__link           { color: rgba(255,255,255,0.82); }
.header--light .header__link:hover     { color: #ffffff; }
.header--light.scrolled .header__link  { color: var(--concreto-medio); }
.header--light.scrolled .header__link:hover { color: var(--grafite); }
.header--light .header__mobile-toggle span  { background: #ffffff; }

.header__cta {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  background: var(--grafite);
  color: var(--concreto-cru);
  border-radius: var(--radius);
  transition: background var(--transition);
}

.header__cta:hover { background: var(--oxblood); }

.header__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.header__mobile-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--grafite);
  transition: transform var(--transition);
}

/* --- PAGE HERO (subpáginas) --- */
.page-hero {
  padding-top: calc(var(--space-unit) * 20);
  padding-bottom: calc(var(--space-unit) * 8);
  border-bottom: var(--border);
}

/* visual full-bleed layout (página de modelos) */
.page-hero--visual {
  min-height: 62vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: var(--hero-pos, 75% 78%);
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: var(--border);
}

/* foto separada e setinha de scroll: só no cabeçalho mobile empilhado; ocultos no desktop */
.page-hero__media { display: none; }
.page-hero__scroll { display: none; }

@keyframes scroll-cue {
  0%   { transform: translateY(0);   opacity: 0.35; }
  50%  { transform: translateY(5px); opacity: 1; }
  100% { transform: translateY(0);   opacity: 0.35; }
}
@media (prefers-reduced-motion: reduce) {
  .page-hero--visual .page-hero__scroll svg { animation: none; }
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-top: calc(var(--space-unit) * 4);
  padding-bottom: calc(var(--space-unit) * 4);
}

.page-hero__text {
  max-width: 440px;
}

/* subtítulo do cabeçalho: versão longa no desktop, curta no mobile */
.page-hero__sub--mobile { display: none; }

.page-hero--visual .page-hero__title {
  color: #ffffff;
  margin-bottom: calc(var(--space-unit) * 3);
  text-shadow:
    0 2px 20px rgba(0,0,0,0.75),
    0 1px 4px  rgba(0,0,0,0.55);
}

.page-hero--visual .page-hero__sub {
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 10px rgba(0,0,0,0.70);
}

.page-hero--visual .page-hero__code {
  color: #d4706e;
  text-shadow: 0 1px 8px rgba(0,0,0,0.60);
}

/* Veil de legibilidade no cabeçalho (desktop): escuro + leve desfoque só na faixa
   esquerda, sob o texto, sumindo até o miolo. Centro e direita da foto ficam limpos.
   Recria via CSS o efeito que a foto do /modelos já traz embutido. */
.page-hero--veil::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(18,16,15,0.80) 0%,
    rgba(18,16,15,0.62) 22%,
    rgba(18,16,15,0.38) 36%,
    rgba(18,16,15,0)    52%);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 28%, transparent 50%);
          mask-image: linear-gradient(90deg, #000 0%, #000 28%, transparent 50%);
  pointer-events: none;
}

@media (max-width: 768px) {
  /* Cabeçalho mobile empilhado: foto (3/4 da tela) em cima, texto no claro embaixo,
     fio dourado, depois o conteúdo da página. Desktop fica com o overlay aprovado. */
  .page-hero--visual {
    display: block;
    min-height: 0;
    background-image: none;
    background-color: var(--mist);
    padding: 0;
    align-items: stretch;
    border-bottom: none;
  }
  .page-hero--visual::before, .page-hero--veil::before { display: none; }
  /* aproxima os filtros: sem padding-top extra na seção logo após o cabeçalho */
  .page-hero--visual + .section { padding-top: 0; }
  .page-hero--visual .page-hero__media {
    display: block;
    height: 40vh;
    background-image: var(--hero-bg-mobile, var(--hero-bg));
    background-size: cover;
    background-position: var(--hero-pos-mobile, center);
    background-repeat: no-repeat;
  }
  /* .page-hero--visual prefixado pra vencer o bloco @media antigo que força padding-top:112px no .page-hero__inner */
  .page-hero--visual .page-hero__inner {
    padding: calc(var(--space-unit) * 5) calc(var(--space-unit) * 3) calc(var(--space-unit) * 3);
    grid-template-columns: none;
    min-height: 0;
  }
  .page-hero--visual .page-hero__text { max-width: 100%; }
  .page-hero--visual .page-hero__title { color: var(--graphite); text-shadow: none; margin-bottom: calc(var(--space-unit) * 2.5); }
  .page-hero--visual .page-hero__sub   { color: var(--steel);   text-shadow: none; line-height: 1.7; }
  .page-hero--visual .page-hero__code  { color: var(--copper);  text-shadow: none; }
  /* setinha dupla pulsante "desça" no lugar da linha */
  .page-hero--visual .page-hero__scroll {
    display: flex;
    justify-content: center;
    color: var(--copper);
    margin-top: calc(var(--space-unit) * 3);
  }
  .page-hero--visual .page-hero__scroll svg {
    animation: scroll-cue 1.8s ease-in-out infinite;
  }
}

.page-hero__code {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--oxblood);
  letter-spacing: 0.05em;
  margin-bottom: calc(var(--space-unit) * 2);
}

.page-hero__title {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: calc(var(--space-unit) * 3);
}

.page-hero__sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--concreto-medio);
  max-width: 480px;
}

@media (max-width: 768px) {
  .page-hero__inner { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--space-unit) * 14); }
  .page-hero__visual { height: 260px; margin-right: calc(-1 * var(--space-unit) * 3); margin-left: calc(-1 * var(--space-unit) * 3); margin-top: calc(var(--space-unit) * 4); }
  .page-hero__text { padding-right: 0; }
}

/* --- CARRO CARD EXTENDED (página modelos) --- */
.carro-card__specs {
  display: flex;
  gap: calc(var(--space-unit) * 3);
  padding: calc(var(--space-unit) * 2) calc(var(--space-unit) * 2.5);
  border-top: var(--border);
  background: var(--grafite-05);
}

.carro-spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.carro-spec__label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--concreto-medio);
}

.carro-spec__value {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--grafite);
}

/* --- HERO --- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  flex-direction: column;
}

.hero__photo {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: url('/assets/hero/hero-desktop.webp') center center / cover no-repeat;
  overflow: hidden;
}

/* Gradiente suave à esquerda — legibilidade do texto sobre o céu claro */
.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 9, 8, 0.42) 0%,
    rgba(10, 9, 8, 0.36) 28%,
    rgba(10, 9, 8, 0.18) 52%,
    rgba(10, 9, 8, 0)    70%
  );
  pointer-events: none;
  z-index: 1;
}

.hero__stage {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: calc(var(--space-unit) * 6);
  padding: 90px clamp(40px, 7vw, 120px);
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero__content {
  max-width: 540px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.hero__eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
}

.hero__title {
  font-size: clamp(30px, 3.4vw, 48px);
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

.hero__sub {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.76);
  max-width: 380px;
}

/* --- HERO CARD (carousel de modelos) --- */
.hero__card {
  position: absolute;
  top: 130px;
  right: clamp(40px, 7vw, 120px);
  width: clamp(260px, 18vw, 320px);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
}

.hero__card-track {
  position: relative;
  width: 100%;
  height: clamp(120px, 8.3vw, 148px);
  overflow: hidden;
  background: var(--mist);
}

.hero__card-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.hero__card-slide.active { opacity: 1; }

.hero__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* Scrim inferior para legibilidade do label sobre a foto */
.hero__card-slide::after {
  content: '';
  position: absolute;
  inset: 45% 0 0 0;
  background: linear-gradient(to bottom, rgba(10,9,8,0) 0%, rgba(10,9,8,0.54) 100%);
  pointer-events: none;
}

.hero__card-label {
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 2;
}

.hero__card-brand {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 1px;
}

.hero__card-model {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.hero__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
}

.hero__card-from {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 2px;
}

.hero__card-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--graphite);
  letter-spacing: -0.01em;
}

.hero__card-value small {
  font-size: 11px;
  font-weight: 400;
  color: var(--steel);
}

.hero__card-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__card-dots {
  display: flex;
  gap: 5px;
  align-items: center;
}

.hero__card-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  border: none;
  padding: 0;
  flex-shrink: 0;
  transition: background var(--transition), width var(--transition), border-radius var(--transition);
}

.hero__card-dot.active {
  background: var(--copper);
  width: 14px;
  border-radius: 3px;
}

.hero__card-next {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--graphite);
  color: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), transform var(--transition);
}

.hero__card-next:hover {
  background: var(--copper);
  transform: scale(1.06);
}

/* --- HERO BOOKING BAR --- */
.hero__booking {
  display: none;
}

.hero__booking-inner {
  display: flex;
  align-items: center;
  padding: 0 clamp(40px, 7vw, 120px);
}

.hero__booking-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px 20px 0;
}

.hero__booking-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 6px;
  display: block;
  white-space: nowrap;
}

.hero__booking-control {
  position: relative;
  display: flex;
  align-items: center;
}

.hero__booking-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--graphite);
  padding-right: 18px;
  cursor: pointer;
  outline: none;
  width: 100%;
  white-space: nowrap;
}

.hero__booking-select:disabled {
  color: var(--cool-steel);
  cursor: default;
  opacity: 1;
}

.hero__booking-chevron {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  color: var(--steel);
  pointer-events: none;
  flex-shrink: 0;
}

.hero__booking-tabs {
  display: flex;
  gap: 3px;
}

.hero__booking-tab {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--steel);
  padding: 5px 10px;
  border-radius: 3px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  white-space: nowrap;
}

.hero__booking-tab.active {
  background: var(--graphite);
  color: var(--surface);
}

.hero__booking-tab:hover:not(.active) {
  background: var(--line);
  color: var(--graphite);
}

.hero__booking-sep {
  width: 0.5px;
  height: 36px;
  background: var(--line);
  flex-shrink: 0;
  margin: 0 24px 0 0;
  align-self: center;
}

.hero__booking-cta {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  background: var(--graphite);
  color: var(--surface);
  border-radius: var(--radius);
  text-decoration: none;
  display: inline-block;
  transition: background var(--transition);
  white-space: nowrap;
}

.hero__booking-cta:hover { background: var(--copper); }

/* Desktop: esconde texto mobile */
.bk-cta-m { display: none; }

/* --- MARQUEE DE MARCAS --- */
.marcas-marquee {
  overflow: hidden;
  background: var(--graphite);
  border-top: none;
  border-bottom: none;
  padding: 18px 0;
}

.marcas-marquee__track {
  display: flex;
  align-items: center;
  gap: 52px;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.marcas-marquee__track:hover {
  animation-play-state: paused;
}

.marcas-marquee__logo {
  height: 26px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity var(--transition);
}

.marcas-marquee__logo:hover {
  opacity: 0.9;
}

/* Logos portrait (Porsche, RAM): exibir com width fixo para não ficarem minúsculos */
.marcas-marquee__logo[src*="porsche"],
.marcas-marquee__logo[src*="ram"] {
  width: 30px;
  max-width: 30px;
  height: auto;
  max-height: 38px;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* --- BOTOES --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}

.btn--primary {
  background: var(--grafite);
  color: var(--concreto-cru);
}

.btn--primary:hover {
  background: var(--oxblood);
}

.btn--outline {
  border: 1px solid var(--aco);
  color: var(--grafite);
}

.btn--outline:hover {
  border-color: var(--grafite);
}

.btn--white {
  background: var(--concreto-cru);
  color: var(--grafite);
}

.btn--white:hover {
  background: var(--branco);
}

/* Botões sobre fundo escuro: transparente, linha dourada, texto branco */
.section--dark .btn--white,
.section--dark .btn--outline,
.section--dark .btn--outline-light {
  background: transparent;
  border: 1px solid var(--copper);
  color: #fff;
}
.section--dark .btn--white:hover,
.section--dark .btn--outline:hover,
.section--dark .btn--outline-light:hover {
  background: var(--copper);
  border-color: var(--copper);
  color: #fff;
}

/* --- NUMEROS --- */
.numeros {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.numeros__item {
  text-align: center;
  padding: calc(var(--space-unit) * 5) calc(var(--space-unit) * 2);
  border-right: var(--border);
}

.numeros__item:last-child { border-right: none; }

.numeros__valor {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 36px);
  color: var(--grafite);
  margin-bottom: 4px;
}

.numeros__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--concreto-medio);
}

/* --- SEÇÃO TITULO --- */
.section__header {
  margin-bottom: calc(var(--space-unit) * 5);
}

.section__header--center { text-align: center; }

.section__code {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--oxblood);
  margin-bottom: calc(var(--space-unit) * 2);
}

.section--dark .section__code { color: var(--oxblood); }

.section__title {
  font-size: clamp(28px, 3.5vw, 42px);
}

.section__subtitle {
  font-size: 16px;
  color: var(--concreto-medio);
  max-width: 520px;
  margin-top: calc(var(--space-unit) * 2);
  line-height: 1.7;
}

.section__header--center .section__subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* --- CARDS POR QUE --- */
.porque-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--aco);
  border: var(--border);
}

.porque-card {
  background: var(--concreto-cru);
  padding: calc(var(--space-unit) * 5);
}

.porque-card__num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--oxblood);
  margin-bottom: calc(var(--space-unit) * 3);
}

.porque-card__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: calc(var(--space-unit) * 1.5);
}

.porque-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--concreto-medio);
}

/* --- BENEFICIOS --- */
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--aco);
  border: var(--border);
}

.beneficio {
  background: var(--concreto-cru);
  padding: calc(var(--space-unit) * 4);
  display: flex;
  gap: calc(var(--space-unit) * 2);
}

.beneficio__marker {
  width: 2px;
  background: var(--oxblood);
  flex-shrink: 0;
  border-radius: 1px;
}

.beneficio__title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.beneficio__text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--concreto-medio);
}

/* --- FROTA / CATALOGO --- */
.catalogo-filters {
  display: flex;
  gap: calc(var(--space-unit) * 1);
  margin-bottom: calc(var(--space-unit) * 4);
  flex-wrap: wrap;
}

.catalogo-filter {
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 8px 16px;
  border: var(--border);
  border-radius: var(--radius);
  color: var(--concreto-medio);
  cursor: pointer;
  transition: all var(--transition);
}

.catalogo-filter:hover,
.catalogo-filter.active {
  border-color: var(--grafite);
  color: var(--grafite);
  background: var(--grafite-05);
}

.catalogo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: transparent;
  padding-bottom: 40px;
}

.carro-card {
  background: var(--surface);
  border: var(--border);
  border-radius: 16px;
  padding: calc(var(--space-unit) * 2);
  transition: box-shadow var(--transition), transform var(--transition);
  position: relative;
  overflow: hidden;
}

.carro-card:nth-child(even) {
  transform: translateY(36px);
}

.carro-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.carro-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: calc(var(--space-unit) * 2);
  background: var(--mist);
  border-radius: 12px;
}

.carro-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(.25,.1,.25,1);
}

.carro-card:hover .carro-card__image img {
  transform: scale(1.03);
}

.carro-card__meta {
  padding: 0 calc(var(--space-unit) * 1);
  padding-bottom: calc(var(--space-unit) * 1);
}

.carro-card__cat {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--concreto-medio);
  margin-bottom: 4px;
}

.carro-card__nome {
  font-weight: 600;
  font-size: 14px;
}

.carro-card__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--grafite);
  color: var(--concreto-cru);
  text-align: center;
  padding: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transform: translateY(100%);
  transition: transform var(--transition);
}

.carro-card:hover .carro-card__cta {
  transform: translateY(0);
}

/* --- MODELOS (home): duas fileiras que arrastam (Luxo em cima, Premium embaixo) --- */
.modelos-rows { display: flex; flex-direction: column; gap: 4px; }
.modelos-row { position: relative; }
.modelos-dots { display: none; }
.modelos-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 28px 2px 60px;
  cursor: grab;
}
.modelos-track::-webkit-scrollbar { display: none; }
.modelos-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.modelos-track .carro-card { flex: 0 0 300px; scroll-snap-align: start; }
.modelos-track .carro-card:nth-child(even) { transform: translateY(36px); }

.modelos-arrow {
  position: absolute;
  top: 44%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  color: var(--grafite);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition), opacity var(--transition);
}
.modelos-arrow--prev { left: -10px; }
.modelos-arrow--next { right: -10px; }
.modelos-arrow:hover:not(:disabled) { background: var(--grafite); color: #fff; border-color: var(--grafite); }
.modelos-arrow:disabled { opacity: 0; pointer-events: none; }
.modelos-arrow svg { width: 18px; height: 18px; }

@media (max-width: 900px) {
  .modelos-arrow { display: none; }
  .modelos-track { padding: 22px 2px 32px; }
  .modelos-track .carro-card { flex: 0 0 80vw; max-width: 340px; }
  .modelos-track .carro-card:nth-child(even) { transform: translateY(24px); }

  /* card no mobile: imagem em cima; nome/categoria à esquerda e botão menor à direita */
  .carro-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "img img" "specs specs" "meta cta";
    align-items: center;
    column-gap: 12px;
    overflow: visible;
  }
  .carro-card__image { grid-area: img; }
  .carro-card__specs { grid-area: specs; }
  .carro-card__meta { grid-area: meta; display: flex; flex-direction: column-reverse; padding-bottom: 0; }
  .carro-card__cta {
    grid-area: cta;
    position: static;
    transform: none;
    margin: 0;
    align-self: center;
    padding: 9px 14px;
    font-size: 11px;
    border-radius: 8px;
    white-space: nowrap;
  }

  .modelos-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
  }
  .modelos-dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--line);
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    transition: background var(--transition), width var(--transition), border-radius var(--transition);
  }
  .modelos-dots button.active { background: var(--copper); width: 16px; border-radius: 3px; }
}

/* --- CALCULADORA TEASER --- */
.calc-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--space-unit) * 8);
  align-items: center;
}

.calc-teaser__numbers {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-unit) * 3);
}

.calc-number {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: calc(var(--space-unit) * 2);
  border-bottom: var(--border);
}

.section--dark .calc-number { border-color: rgba(195,196,194,.2); }

.calc-number__label {
  font-size: 13px;
  color: var(--aco);
}

.calc-number__value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 28px;
  color: var(--concreto-cru);
}

.calc-number__value .destaque {
  color: var(--oxblood);
}

.section--dark .calc-number__value .destaque {
  color: #E8A89A;
}

/* --- PJ --- */
.pj-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--space-unit) * 8);
  align-items: center;
}

.pj-list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-unit) * 2.5);
}

.pj-item {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--space-unit) * 2);
  font-size: 15px;
  color: var(--concreto-medio);
  line-height: 1.6;
}

.pj-item__marker {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--oxblood);
  padding-top: 3px;
  flex-shrink: 0;
}

.pj-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius);
  border: var(--border);
}

.pj-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- COMO FUNCIONA --- */
.passos-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.passos-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.passos-nav__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: var(--border);
  background: var(--surface);
  color: var(--graphite);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.passos-nav__btn:hover {
  background: var(--graphite);
  color: #fff;
}

.passos-nav__btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.passos-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: clamp(40px, 7vw, 120px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  /* escapa o container e traz card 01 de volta ao mesmo X do título */
  margin-left: calc(-1 * clamp(40px, 7vw, 120px));
  margin-right: calc(-1 * clamp(40px, 7vw, 120px));
  padding: 40px clamp(40px, 7vw, 120px) 8px;
}

.passos-carousel::-webkit-scrollbar { display: none; }
.passos-carousel.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.passo {
  flex: 0 0 360px;
  scroll-snap-align: start;
  background: var(--surface);
  border: var(--border);
  border-radius: 16px;
  padding: calc(var(--space-unit) * 5);
}

.passo__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(48px, 4.5vw, 64px);
  color: var(--line);
  line-height: 1;
  margin-bottom: calc(var(--space-unit) * 3);
}

.passo__title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: calc(var(--space-unit) * 1);
}

.passo__text {
  font-size: 14px;
  color: var(--concreto-medio);
  line-height: 1.6;
}

/* --- CTA FINAL --- */
/* --- CENÁRIOS DE CUSTO --- */
.cenarios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--space-unit) * 8);
  margin-top: calc(var(--space-unit) * 6);
}

.cenario {
  border-top: 2px solid var(--grafite);
  padding-top: calc(var(--space-unit) * 3);
}

.cenario__label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--concreto-medio);
  margin-bottom: calc(var(--space-unit) * 3);
  display: block;
}

/* --- CTA FINAL --- */
.cta-final {
  text-align: center;
  padding: calc(var(--space-unit) * 10) 0;
}

.cta-final__title {
  font-size: clamp(22px, 2.8vw, 36px);
  color: var(--grafite);
  margin-bottom: calc(var(--space-unit) * 5);
}

/* desktop: dobra de CTA mais enxuta (só título + botões) */
@media (min-width: 901px) {
  .cta-final { padding: calc(var(--space-unit) * 3) 0; }
}

/* --- FOOTER --- */
.footer {
  background: var(--graphite);
  color: #CFCFD1;
  padding: calc(var(--space-unit) * 8) 0 calc(var(--space-unit) * 4);
  border-top: 2px solid var(--copper);
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: calc(var(--space-unit) * 5);
  padding-bottom: calc(var(--space-unit) * 6);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__logo {
  display: block;
  line-height: 0;
  margin-bottom: calc(var(--space-unit) * 2);
}

.footer__logo-img {
  width: 152px;
  height: 50px;
  object-fit: cover;
  object-position: left center;
  display: block;
  filter: none;
}

.footer__tagline {
  font-size: 14px;
  color: rgba(207, 207, 209, 0.6);
  line-height: 1.7;
  max-width: 280px;
}

.footer__address {
  font-size: 13px;
  color: rgba(207, 207, 209, 0.5);
  line-height: 1.6;
  max-width: 280px;
  margin-top: calc(var(--space-unit) * 1.5);
}

.footer__social {
  display: flex;
  gap: calc(var(--space-unit) * 2);
  margin-top: calc(var(--space-unit) * 3);
}

.footer__social a {
  color: rgba(207, 207, 209, 0.55);
  line-height: 0;
  transition: color var(--transition);
}

.footer__social a:hover { color: #ffffff; }

.footer__social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-unit) * 1.5);
}

.footer__heading {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: calc(var(--space-unit) * 1);
}

.footer__link {
  font-size: 14px;
  color: rgba(207, 207, 209, 0.7);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__link:hover { color: #ffffff; }

.footer__link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

.footer__link--multi { align-items: flex-start; line-height: 1.5; }

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--space-unit) * 4);
}

.footer__copy {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(207, 207, 209, 0.45);
}

.footer__badge {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(207, 207, 209, 0.45);
  letter-spacing: 0.05em;
}

/* --- WHATSAPP FLOAT --- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}

/* --- SCROLL REVEAL --- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms cubic-bezier(.25,.1,.25,1), transform 600ms cubic-bezier(.25,.1,.25,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- ODOMETER ANIM --- */
.odometer {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .catalogo-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: calc(var(--space-unit) * 5); }
}

@media (max-width: 768px) {
  .container { padding: 0 calc(var(--space-unit) * 2.5); }
  .section { padding: calc(var(--space-unit) * 5) 0; }
  .section__header { margin-bottom: calc(var(--space-unit) * 3); }

  .passivo-split { flex-direction: column; min-height: auto; }
  .passivo__foto { width: calc(100% - 32px); margin: 0 16px; height: 420px; border-radius: 20px 20px 0 0; }
  .passivo__texto { padding: 32px 20px 20px; gap: 16px; }
  .passivo__titulo { font-size: 24px; max-width: 100%; }

  .header__nav { display: none; }
  .header__mobile-toggle { display: flex; }

  .header__nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(245,242,235,.98);
    backdrop-filter: blur(16px);
    padding: calc(var(--space-unit) * 3);
    border-bottom: var(--border);
    gap: calc(var(--space-unit) * 2);
  }

  .numeros { grid-template-columns: repeat(2, 1fr); }
  .numeros__item:nth-child(2) { border-right: none; }
  .numeros__item:nth-child(1),
  .numeros__item:nth-child(2) { border-bottom: var(--border); }

  .porque-grid { grid-template-columns: 1fr; }
  .beneficios-grid { grid-template-columns: 1fr; }
  .catalogo-grid { grid-template-columns: repeat(2, 1fr); }
  .calc-teaser { grid-template-columns: 1fr; }
  .cenarios-grid { grid-template-columns: 1fr; gap: calc(var(--space-unit) * 6); }
  .pj-grid { grid-template-columns: 1fr; }
  .passos-grid { grid-template-columns: 1fr; }

  /* Hero mobile: tela cheia, barra flutuando sobre a foto */
  .hero {
    height: 100svh;
    min-height: 600px;
    display: block;
    position: relative;
  }

  .hero__photo {
    position: absolute;
    inset: 0;
    min-height: 0;
    flex: none;
    display: block;
    overflow: hidden;
    background-image: url('/assets/hero/hero-mobile.webp');
    /* ancorada no topo (céu); cobre a largura em qualquer tela <=768 (inclui iPad em pé) */
    background-position: 45% top;
    background-size: cover;
  }

  /* Sem blur no mobile — veil escuro faz a legibilidade */
  .hero__photo::before { display: none; }

  .hero__veil {
    z-index: 2;
    background: linear-gradient(
      to bottom,
      rgba(10, 9, 8, 0.62) 0%,
      rgba(10, 9, 8, 0.52) 35%,
      rgba(10, 9, 8, 0.22) 60%,
      rgba(10, 9, 8, 0.00) 78%
    );
  }

  /* Texto no topo, sobre a área desfocada */
  .hero__stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: calc(var(--space-unit) * 11) calc(var(--space-unit) * 2.5) 0;
    gap: calc(var(--space-unit) * 1.5);
  }

  .hero__title  { font-size: clamp(36px, 9.5vw, 48px); text-transform: none; }
  .hero__sub    { font-size: 14px; max-width: 100%; }
  .hero__content { max-width: 100%; }
  .hero__card   { display: none; }

  /* Mobile: sem barra de cotação */
  .hero__booking { display: none; }

  /* Logo centralizada no header mobile */
  .header__inner {
    position: relative;
    justify-content: flex-end;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__logo-img {
    height: 40px;
    width: auto;
  }

  /* Hamburger: branco sobre o hero, escuro após scroll */
  .header__mobile-toggle span {
    background: rgba(255, 255, 255, 0.9);
  }

  .header.scrolled .header__mobile-toggle span {
    background: var(--grafite);
  }

  .footer__grid { grid-template-columns: 1fr 1fr; }

  .footer__bottom {
    flex-direction: column;
    gap: calc(var(--space-unit) * 2);
    text-align: center;
  }
}

@media (max-width: 480px) {
  .catalogo-grid { grid-template-columns: 1fr; padding-bottom: 0; }
  .carro-card:nth-child(even) { transform: none; }
  .passo { flex: 0 0 calc(100vw - 80px); }
  .passos-nav { display: none; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .footer__grid { grid-template-columns: 1fr; }
}


/* =========================================
   NOVOS COMPONENTES — reestruturação de conteúdo 2026
   ========================================= */

/* Títulos em seção escura */
.section--dark .section__title {
  color: var(--surface);
  font-size: clamp(32px, 3.8vw, 52px);
  letter-spacing: 0.005em;
  line-height: 1.02;
}
.section--dark .section__subtitle { color: #C7C7C9; }
#como-funciona .section__title {
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.section--dark .passo__num { color: var(--copper); }
.section--dark .passo__title { color: var(--graphite); }
.section--dark .passos-nav__btn {
  background: var(--copper);
  border-color: var(--copper);
  color: #fff;
}
.section--dark .passos-nav__btn:hover {
  background: #8a6535;
  border-color: #8a6535;
}
.section--dark .passos-nav__btn:disabled {
  background: transparent;
  border-color: rgba(168,129,78,0.3);
  color: rgba(168,129,78,0.3);
}
.passos-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--copper);
  font-size: 11px;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  user-select: none;
}

.passos-hint svg {
  animation: hint-swipe 2.4s ease-in-out infinite;
}

@keyframes hint-swipe {
  0%        { transform: translateX(-4px); opacity: 0; }
  20%, 60%  { transform: translateX(0);   opacity: 0.75; }
  90%, 100% { transform: translateX(10px); opacity: 0; }
}

.passos-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.btn--outline-light {
  border: 1px solid rgba(207,207,209,0.35);
  color: #CFCFD1;
  background: transparent;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: border-color var(--transition), color var(--transition);
  white-space: nowrap;
}

.btn--outline-light:hover {
  border-color: var(--copper);
  color: var(--copper);
}

/* Banda mais fina (parede de marcas) */
.section--band { padding: calc(var(--space-unit) * 7) 0; }

/* Lead de seção */
.section__lead {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  color: var(--grafite);
  max-width: 720px;
}
.section--dark .section__lead { color: var(--grafite); }

/* --- PAREDE DE MARCAS --- */
.marcas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--space-unit) * 3);
  text-align: center;
}
.marcas__intro {
  font-size: 14px;
  color: var(--concreto-medio);
  max-width: 560px;
}
.marcas__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(var(--space-unit) * 2) calc(var(--space-unit) * 4.5);
}
.marcas__item {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 21px);
  letter-spacing: 0.01em;
  color: var(--grafite);
  opacity: .45;
  transition: opacity var(--transition);
}
.marcas__item:hover { opacity: 1; }

/* --- SEÇÃO PASSIVO (split foto + texto) --- */
.passivo-split {
  padding: 0;
  display: flex;
  min-height: 720px;
  overflow: hidden;
}

.passivo__texto {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 96px clamp(40px, 7vw, 120px) 96px calc(max(0px, (100% - 1440px) / 2) + clamp(40px, 7vw, 120px));
}

.passivo__titulo {
  font-size: clamp(28px, 3vw, 46px);
  color: var(--graphite);
  line-height: 1.1;
  max-width: 500px;
  letter-spacing: -0.01em;
}

.passivo__corpo {
  font-size: 15px;
  line-height: 1.8;
  color: var(--steel);
  max-width: 460px;
}

.passivo__quote {
  font-size: 15px;
  font-weight: 600;
  color: var(--copper);
  line-height: 1.6;
  max-width: 400px;
  padding-top: 16px;
  border-top: 1px solid rgba(168, 129, 78, 0.25);
}

.passivo__foto {
  flex: 1;
  overflow: hidden;
  position: relative;
  /* arco na borda esquerda — quebra o retângulo */
  border-radius: 120px 0 0 120px;
}

.passivo__foto img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  will-change: transform;
}

/* Foto do passivo (#porque): centraliza o conjunto cara+carro na moldura,
   cortando as sobras de garagem dos lados (o subject ocupa ~28%-82% da largura). */
#passivo-foto-img { object-position: 55% center; }

@media (max-width: 768px) {
  /* #porque: texto em cima, foto embaixo -> arco no topo (lado da dobra) */
  .passivo__foto {
    flex: none;
    height: 480px;
    border-radius: 56px 56px 0 0;
  }
}

/* Variante espelhada: foto na esquerda, texto na direita */
.passivo__foto--rev {
  border-radius: 0 120px 120px 0;
}
.passivo__texto--rev {
  padding: 96px calc(max(0px, (100% - 1440px) / 2) + clamp(40px, 7vw, 120px)) 96px clamp(60px, 10vw, 160px);
}
@media (max-width: 768px) {
  /* #empresas: foto em cima, texto embaixo -> arco embaixo (lado da dobra) */
  .passivo__foto--rev { border-radius: 0 0 56px 56px; }
}

/* --- MANIFESTO / A VIRADA --- */
.manifesto { max-width: 900px; margin-top: calc(var(--space-unit) * 5); }
.manifesto__text {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--grafite);
}
.section--dark .manifesto__text { color: var(--concreto-medio); }
.manifesto__text strong { font-weight: 600; }
.section--dark .manifesto__text strong { color: var(--grafite); }
.manifesto__quote {
  margin-top: calc(var(--space-unit) * 8);
  padding-top: calc(var(--space-unit) * 6);
  padding-left: 0;
  border-left: none;
  border-top: 1px solid rgba(176,141,87,0.35);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 3.8vw, 52px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 880px;
  color: var(--grafite);
}
.section--dark .manifesto__quote {
  color: var(--grafite);
  border-top-color: rgba(176,141,87,0.35);
}

/* --- TABELA DE CUSTO (a conta) --- */
.custo-lista { border-top: var(--border); }
.custo-linha {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-unit);
  padding: calc(var(--space-unit) * 2) 0;
  border-bottom: var(--border);
}
.custo-linha__label { font-size: 14px; color: var(--concreto-medio); }
.custo-linha__valor {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 19px);
  color: var(--grafite);
  white-space: nowrap;
}
.custo-linha--total { border-bottom: none; padding-top: calc(var(--space-unit) * 3); }
.custo-linha--total .custo-linha__label { color: var(--grafite); font-weight: 600; font-size: 15px; }
.custo-linha--total .custo-linha__valor { color: var(--oxblood); font-size: clamp(20px, 2.4vw, 26px); }

/* --- TABELA COMPARATIVA --- */
.tabela-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compara {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  border: var(--border);
  background: var(--concreto-cru);
}
.compara th, .compara td {
  padding: calc(var(--space-unit) * 2) calc(var(--space-unit) * 2.5);
  text-align: left;
  font-size: 13.5px;
  line-height: 1.5;
  border-bottom: var(--border);
  border-right: var(--border);
  vertical-align: top;
}
.compara tr > *:last-child { border-right: none; }
.compara thead th {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--grafite);
  background: var(--grafite-05);
}
.compara tbody th {
  font-weight: 600;
  color: var(--grafite);
  width: 26%;
  background: rgba(26,26,23,.02);
}
.compara td { color: var(--concreto-medio); }
.compara .cell-alto {
  background: var(--grafite);
  color: var(--concreto-cru);
  font-weight: 500;
}
.compara thead .cell-alto { background: var(--oxblood); color: var(--branco); }
.compara tbody tr:last-child th,
.compara tbody tr:last-child td { border-bottom: none; }
/* Coluna de critérios fixa ao rolar a tabela na horizontal (mobile) */
.compara th:first-child { position: sticky; left: 0; z-index: 2; background: #E4E2DC; }

/* --- FAQ ACCORDION (sem JS) --- */
.faq { border-top: var(--border); max-width: 840px; }
.faq__item { border-bottom: var(--border); }
.faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--space-unit) * 2);
  padding: calc(var(--space-unit) * 3) 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(15px, 1.8vw, 17px);
  color: var(--grafite);
  cursor: pointer;
  list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__icon { position: relative; width: 14px; height: 14px; flex-shrink: 0; transition: transform var(--transition); }
.faq__icon::before, .faq__icon::after {
  content: '';
  position: absolute;
  background: var(--oxblood);
}
.faq__icon::before { top: 6px; left: 0; width: 14px; height: 2px; }
.faq__icon::after { top: 0; left: 6px; width: 2px; height: 14px; }
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__a {
  padding: 0 0 calc(var(--space-unit) * 3);
  font-size: 14px;
  line-height: 1.7;
  color: var(--concreto-medio);
  max-width: 740px;
}

/* desktop: FAQ centralizado e mais estreito (aproxima o + da pergunta). Mobile fica como está */
@media (min-width: 901px) {
  #duvidas .section__header { text-align: center; }
  #duvidas .faq {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --- PERFIL (para quem faz / não faz) --- */
.perfil-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--aco);
  border: var(--border);
}
.perfil-col { background: var(--concreto-cru); padding: calc(var(--space-unit) * 5); }
.perfil-col__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: calc(var(--space-unit) * 3);
}
.perfil-list { display: flex; flex-direction: column; gap: calc(var(--space-unit) * 2); }
.perfil-item {
  display: flex;
  gap: calc(var(--space-unit) * 2);
  font-size: 14px;
  line-height: 1.6;
  color: var(--concreto-medio);
}
.perfil-item__mark { font-family: var(--font-mono); font-size: 13px; flex-shrink: 0; line-height: 1.55; }
.perfil-col--sim .perfil-item__mark { color: var(--oxblood); }
.perfil-col--nao .perfil-item__mark { color: var(--aco); }

/* --- MITOS E VERDADES --- */
.mitos { border-top: var(--border); max-width: 840px; }
.mito { padding: calc(var(--space-unit) * 3.5) 0; border-bottom: var(--border); }
.mito__claim {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--grafite);
  margin-bottom: calc(var(--space-unit) * 1);
}
.mito__truth { font-size: 14px; line-height: 1.7; color: var(--concreto-medio); max-width: 740px; }
.mito__truth strong { color: var(--grafite); }

/* --- CALLOUT (exemplo fiscal) --- */
.callout {
  border: var(--border);
  border-left: 3px solid var(--oxblood);
  border-radius: var(--radius);
  padding: calc(var(--space-unit) * 4);
  background: rgba(176,141,87,.06);
  max-width: 780px;
}
.callout__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: calc(var(--space-unit) * 2);
}
.callout__text { font-size: 15px; line-height: 1.75; color: var(--grafite); }
.callout__text strong { font-weight: 700; }

/* --- PROVA SOCIAL / CLIENTES --- */
.clientes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--aco);
  border: var(--border);
}
.cliente {
  background: var(--concreto-cru);
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--space-unit) * 3);
  text-align: center;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--concreto-medio);
}

/* --- DEPOIMENTOS --- */
.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--border);
  border-color: rgba(195,196,194,.35);
}

.depoimento {
  padding: calc(var(--space-unit) * 5) calc(var(--space-unit) * 4);
  border-right: 0.5px solid rgba(195,196,194,.35);
  display: flex;
  flex-direction: column;
}

.depoimento:last-child { border-right: none; }

.depoimento__aspas {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.7;
  color: rgba(176,141,87,0.20);
  margin-bottom: calc(var(--space-unit) * 3.5);
  user-select: none;
}

.depoimento__texto {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--concreto-medio);
  flex: 1;
  margin-bottom: calc(var(--space-unit) * 4);
}

.depoimento__autor {
  border-top: 0.5px solid var(--aco);
  padding-top: calc(var(--space-unit) * 2.5);
}

.depoimento__nome {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--grafite);
  margin-bottom: 4px;
}

.depoimento__cargo {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--concreto-medio);
}

/* --- RESPONSIVE dos novos componentes --- */
@media (max-width: 768px) {
  .perfil-grid { grid-template-columns: 1fr; }
  .clientes-grid { grid-template-columns: repeat(2, 1fr); }
  .marcas__row { gap: 12px 24px; }
  .depoimentos-grid { grid-template-columns: 1fr; }
  .depoimento { border-right: none; border-bottom: 0.5px solid rgba(195,196,194,.25); }
  .depoimento:last-child { border-bottom: none; }
}
@media (max-width: 480px) {
  .clientes-grid { grid-template-columns: 1fr; }
}

/* ============================================
   PADRÃO DE COR + FONTE 2026 (Alto · app Colors)
   camadas: fundo névoa · cards brancos · âncoras grafite
   ============================================ */

/* superfícies brancas flutuando sobre o fundo névoa */
.porque-card, .beneficio, .carro-card, .passo,
.perfil-col, .cliente { background: var(--surface); }

/* âncoras escuras: textos claros sobre o grafite */
.section--dark .section__title,
.section--dark .manifesto__quote,
.section--dark .manifesto__text strong,
.section--dark .cta-final__title { color: var(--surface); }
.section--dark .manifesto__text,
.section--dark .section__subtitle,
.section--dark .t-body { color: #C7C7C9; }
.section--dark .section__code,
.section--dark .t-label { color: var(--copper); }

/* resíduos da paleta antiga → dourado */
.page-hero--visual .page-hero__code { color: var(--copper); }
.section--dark .calc-number__value .destaque { color: var(--copper); }

/* preços e números em Archivo tabular (sem cara de mono) */
.carro-spec__value, .carro-spec__label,
.numeros__valor, .calc-number__value { font-variant-numeric: tabular-nums; }

/* header e menu mobile na base névoa */
.header.scrolled { background: rgba(236,236,236,.94); }
.header__nav.open { background: rgba(236,236,236,.98); }

/* logo não corta */
.header__logo-img, .footer__logo-img { object-fit: contain; }

/* ============================================================
   REVIEW CARDS · depoimentos com estrelas
   ============================================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: var(--surface);
  border: var(--border);
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
}

.review-stars {
  color: var(--copper);
  font-size: 17px;
  letter-spacing: 3px;
  transition: transform 0.2s ease, text-shadow 0.2s ease;
  display: inline-block;
  align-self: center;
}

.review-card:hover .review-stars {
  transform: scale(1.15);
  text-shadow: 0 0 14px rgba(168, 129, 78, 0.55);
}

.review-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--grafite);
  flex: 1;
}

.review-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 0.5px solid rgba(195,196,194,.5);
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--escuro);
  color: var(--concreto-cru);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 600;
  flex-shrink: 0;
}

.review-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--grafite);
  margin-bottom: 3px;
}

.review-role {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--concreto-medio);
}

/* bolinhas e card-clone só existem no carrossel (mobile) */
.reviews-dots { display: none; }
.review-card--clone { display: none; }

@media (max-width: 900px) {
  /* vira esteira de 1 card por vez, deslizando em loop — só no mobile */
  .reviews-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    scrollbar-width: none;
  }
  .reviews-grid::-webkit-scrollbar { display: none; }

  .review-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
  }

  /* o clone do 1º card fecha o loop sem solavanco */
  .review-card--clone { display: flex; }

  /* sem o "pulinho" de hover ao tocar */
  .review-card:hover { transform: none; box-shadow: none; }

  .reviews-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
  }
  .reviews-dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--line);
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    transition: background var(--transition), width var(--transition), border-radius var(--transition);
  }
  .reviews-dots button.active {
    background: var(--copper);
    width: 16px;
    border-radius: 3px;
  }
}

/* =========================================
   BLOG — cards + artigo
   ========================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(var(--space-unit) * 3);
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}
.blog-card:hover { border-color: var(--cool-steel); }
.blog-card__image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: calc(var(--space-unit) * 1.5);
  padding: calc(var(--space-unit) * 3);
  flex: 1;
}
.blog-card__tag { font-size: 12px; color: var(--copper); letter-spacing: 0.05em; }
.blog-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--grafite);
  transition: color var(--transition);
}
.blog-card:hover .blog-card__title { color: var(--copper); }
.blog-card__excerpt { font-size: 14px; line-height: 1.6; color: var(--concreto-medio); }
.blog-card__more { margin-top: auto; font-family: var(--font-mono); font-size: 13px; color: var(--grafite); }

/* Artigo */
.article { max-width: 720px; margin: 0 auto; }
.article__meta { font-family: var(--font-mono); font-size: 13px; color: var(--copper); margin-bottom: calc(var(--space-unit) * 2); }
.article p { margin-bottom: calc(var(--space-unit) * 3); font-size: 17px; line-height: 1.75; color: var(--grafite); }
.article h2 { font-family: var(--font-display); font-weight: 700; text-transform: none; font-size: 26px; letter-spacing: -0.01em; line-height: 1.2; margin: calc(var(--space-unit) * 5) 0 calc(var(--space-unit) * 2); }
.article ul { margin: 0 0 calc(var(--space-unit) * 3) calc(var(--space-unit) * 3); list-style: disc; }
.article li { margin-bottom: var(--space-unit); font-size: 17px; line-height: 1.7; color: var(--grafite); }
.article__cta { margin-top: calc(var(--space-unit) * 5); padding-top: calc(var(--space-unit) * 4); border-top: var(--border); }

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* Hero mobile: só em telas altas (celular) amplia a foto pra empurrar a casa pra baixo.
   Tablets (iPad em pé, proporção mais larga) já têm folga vertical e usam cover, sem cantos vazios. */
@media (max-width: 768px) and (max-aspect-ratio: 3/5) {
  .hero__photo { background-size: auto 112%; }
}

/* Hero no tablet/iPad em pé (cover, com folga vertical): desce o recorte pra mostrar o carro inteiro,
   mantendo o texto sobre o céu. (celular alto cai no bloco max-aspect-ratio acima, com top) */
@media (max-width: 768px) and (min-aspect-ratio: 3/5) {
  .hero__photo { background-position: 45% 62%; }
}

/* ============================================================
   MENU: hambúrguer no mobile E no tablet; escrito só no desktop (>1024)
   ============================================================ */
@media (max-width: 1024px) {
  .header__nav { display: none; }
  .header__mobile-toggle { display: flex; }
  .header__logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .header__logo-img { height: 40px; width: auto; }

  /* listrinhas brancas sobre o hero escuro; escuras quando rola ou abre o menu */
  .header__mobile-toggle span { background: rgba(255,255,255,0.92); }
  .header.scrolled .header__mobile-toggle span { background: var(--graphite); }

  /* menu aberto: painel claro sólido, abaixo do header, texto escuro */
  .header__nav.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(var(--space-unit) * 2.5);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--mist);
    backdrop-filter: none;
    border-bottom: var(--border);
    box-shadow: 0 24px 44px rgba(0,0,0,0.14);
    padding: calc(var(--space-unit) * 5) calc(var(--space-unit) * 3) calc(var(--space-unit) * 6);
  }
  .header__nav.open .header__link { color: var(--graphite); font-size: 17px; }
  .header__nav.open .header__link:hover { color: var(--copper); }
  .header__nav.open .header__cta { margin-top: calc(var(--space-unit) * 2); }

  /* header sólido enquanto o menu está aberto: logo e listrinhas escuras, nada por cima do hero */
  .header.nav-open { background: var(--mist); border-bottom: none; }
  .header.nav-open .header__logo-img { filter: invert(1); }
  .header.nav-open .header__mobile-toggle span { background: var(--graphite); }
}

/* Dobras passivo-split no mobile: padding vertical menor.
   (a regra base de desktop, 96px, estava vencendo a do mobile por ordem no arquivo) */
@media (max-width: 768px) {
  .passivo__texto,
  .passivo__texto--rev {
    padding: calc(var(--space-unit) * 5) calc(var(--space-unit) * 2.5) calc(var(--space-unit) * 4);
    gap: calc(var(--space-unit) * 2);
  }
}

/* Risquinho entre dobras: dourado quando NÃO muda de cor.
   Quando muda de cor (dobra escura, marquee escuro, hero com foto) a própria cor separa, sem risco. */
.grid-line-top { border-top: 1px solid rgba(168, 129, 78, 0.6); }
.grid-line-bottom { border-bottom: 1px solid rgba(168, 129, 78, 0.6); }
.section--dark.grid-line-top,
.section--dark + .grid-line-top,
.marcas-marquee + .grid-line-top,
.page-hero--visual + .grid-line-top { border-top: none; }

/* ===== GALERIA DE FOTOS (lightbox) — catálogo ===== */

/* selo na imagem do card */
.carro-card__image { position: relative; }
.carro-card__image.is-clickable { cursor: zoom-in; }
.carro-card__fotos {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.92);
  border: 0.5px solid var(--line);
  padding: 4px 9px;
  border-radius: 20px;
  pointer-events: none;
}
.carro-card__fotos svg { display: block; }

html.galeria-aberta, html.galeria-aberta body { overflow: hidden; }

.galeria {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.galeria[hidden] { display: none; }
.galeria__backdrop { position: absolute; inset: 0; background: rgba(28, 28, 28, 0.72); }

.galeria__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  background: var(--surface);
  border-radius: 16px;
  overflow: hidden;
}

.galeria__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0.5px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--graphite);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.galeria__stage { position: relative; aspect-ratio: 16 / 10; background: var(--mist); }
.galeria__img { width: 100%; height: 100%; object-fit: cover; display: block; }

.galeria__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.5px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--graphite);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.galeria__nav--prev { left: 14px; }
.galeria__nav--next { right: 14px; }
.galeria__nav[hidden] { display: none; }

.galeria__counter {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #fff;
  background: rgba(51, 51, 52, 0.78);
  padding: 4px 10px;
  border-radius: 20px;
}
.galeria__counter[hidden] { display: none; }

.galeria__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-top: 0.5px solid var(--line);
}
.galeria__cat { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel); margin: 0; }
.galeria__nome { font-weight: 600; font-size: 16px; color: var(--graphite); margin: 2px 0 0; }
.galeria__cta {
  background: var(--graphite);
  color: var(--mist);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.galeria__thumbs { display: flex; gap: 8px; padding: 14px 20px 18px; flex-wrap: wrap; }
.galeria__thumbs:empty { display: none; }
.galeria__thumb {
  width: 72px;
  height: 54px;
  padding: 0;
  border: 1.5px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: var(--mist);
}
.galeria__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.galeria__thumb.active { border-color: var(--copper); }

@media (max-width: 640px) {
  .galeria { padding: 0; align-items: flex-end; }
  .galeria__panel { max-width: none; border-radius: 16px 16px 0 0; }
  .galeria__bar { flex-wrap: wrap; }
  .galeria__cta { flex: 1; text-align: center; }
  .galeria__thumb { width: 56px; height: 42px; }
}
