:root{--page-title-display:none;}/* Start custom CSS *//* ==========================================================================
   QUADRI CLUB — Landing Page
   Arquivo único de CSS. Colar 1x no CSS global da página (Elementor).
   NUNCA por widget. Todo estilo de seção nasce do wrapper .qc-sec--*.
   ========================================================================== */

/* ===== TOKENS ===== */
:root {
  /* Cores (⚠️ hexes aproximados — substituir pelos exatos do brand guide) */
  --qc-terra:  #2B211A;   /* fundo escuro principal */
  --qc-barro:  #3A2C22;
  --qc-areia:  #EDE4CF;   /* creme — texto/símbolo sobre escuro */
  --qc-poente: #C77B3A;   /* laranja — acento + CTA */
  --qc-mata:   #2E3A24;   /* verde escuro */
  --qc-oliva:  #6B7048;

  /* Tipografia */
  --qc-font-display: 'Oswald', system-ui, sans-serif;
  --qc-font-body:    'Barlow', system-ui, sans-serif;

  /* Layout */
  --qc-container-max: 1200px;
  --qc-container-pad: 20px;         /* mobile */
}

/* ===== RESET MÍNIMO (escopado em .qc-sec) ===== */
.qc-sec,
.qc-sec *,
.qc-sec *::before,
.qc-sec *::after {
  box-sizing: border-box;
}

.qc-sec {
  margin: 0;
  padding: 0;
  font-family: var(--qc-font-body);
}

.qc-sec img,
.qc-sec video {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===== UTILITÁRIOS BASE ===== */

/* Container: largura máx + padding lateral responsivo */
.qc-container {
  width: 100%;
  max-width: var(--qc-container-max);
  margin-inline: auto;
  padding-inline: var(--qc-container-pad);
}

/* Botão / CTA */
.qc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: var(--qc-font-display);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1;
  padding: 1rem 1.75rem;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.qc-btn--primary {
  background-color: var(--qc-poente);
  color: var(--qc-terra);
}

.qc-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

/* Helpers de tipografia */
.qc-eyebrow {
  display: inline-block;
  font-family: var(--qc-font-display);
  font-weight: 600;
  font-size: .8125rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--qc-poente);
}

.qc-h2 {
  font-family: var(--qc-font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

/* ===== BREAKPOINTS PRÓPRIOS ===== */
@media (min-width: 768px) {
  :root { --qc-container-pad: 40px; }
}

@media (min-width: 1024px) {
  :root { --qc-container-pad: 48px; }
}

/* ===== ACESSIBILIDADE: MOVIMENTO REDUZIDO ===== */
@media (prefers-reduced-motion: reduce) {
  .qc-sec *,
  .qc-sec *::before,
  .qc-sec *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   SEÇÕES
   ========================================================================== */

/* ===== 01 HERO ===== */
.qc-sec--hero {
  --qc-tear-h: 90px;                    /* altura reservada p/ a franja rasgada */
  position: relative;
  width: 100%;
  /* min-height com folga: se o conteúdo crescer (mobile/fontes grandes),
     o hero cresce em vez de comprimir o rodapé. Sem max-height p/ não clipar. */
  min-height: max(600px, 90vh);
  overflow: hidden;
  background-color: var(--qc-terra);   /* fallback enquanto a foto carrega */
  isolation: isolate;
}

/* Foto de fundo (cover, foco à direita) */
/* especificidade > reset base `.qc-sec img{height:auto}`, senão o object-fit
   não tem altura e a foto não preenche o hero (fica só no topo) */
.qc-sec--hero .qc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;                 /* preenche o hero em qualquer proporção */
  object-position: right center;     /* foco nos pilotos, que estão à direita */
  z-index: 0;
  will-change: transform;
}

/* Scrim de contraste: esquerda forte -> transparente + escurecimento no rodapé */
.qc-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--qc-terra) 85%, transparent) 0%,
      color-mix(in srgb, var(--qc-terra) 55%, transparent) 35%,
      transparent 60%),
    linear-gradient(0deg,
      color-mix(in srgb, var(--qc-terra) 70%, transparent) 0%,
      transparent 30%),
    /* sobreposição preta uniforme — reforça contraste/leitura do texto */
    linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28));
}

/* Wrapper de conteúdo */
.qc-hero__inner {
  position: relative;
  z-index: 3;                 /* acima da foto e da .qc-tear (z-index:2) */
  min-height: 100%;           /* acompanha a seção e cresce com o conteúdo */
  display: flex;
  align-items: center;
  /* respiro base simétrico (topo e base) ... */
  padding-block: clamp(3rem, 8vh, 5.5rem);
  /* ... + reserva extra no rodapé = altura da franja, pra nunca encostar nela.
     Resultado: respiro VISUAL (CTAs -> início do rasgo) ~= respiro do topo. */
  padding-bottom: calc(clamp(3rem, 8vh, 5.5rem) + var(--qc-tear-h));
}

.qc-hero__content {
  width: 100%;
  max-width: 100%;
}

.qc-hero__eyebrow {
  position: relative;
  padding-left: 44px;
  margin-bottom: 1rem;
}
.qc-hero__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background-color: var(--qc-poente);
  transform: translateY(-50%);
}

.qc-hero__title {
  font-family: var(--qc-font-display);
  font-weight: 700;
  color: var(--qc-areia);
  text-transform: uppercase;
  font-size: clamp(2.25rem, 9vw, 4.75rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 1.25rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}

.qc-hero__sub {
  font-family: var(--qc-font-body);
  font-weight: 400;
  color: var(--qc-areia);
  opacity: 0.9;
  font-size: clamp(1rem, 2.4vw, 1.1875rem);
  line-height: 1.5;
  max-width: 52ch;
  margin: 0 0 1.25rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .3);
}

.qc-hero__micro {
  font-family: var(--qc-font-body);
  font-weight: 500;
  color: var(--qc-areia);
  opacity: 0.75;
  font-size: clamp(.8125rem, 1.8vw, .9375rem);
  line-height: 1.7;
  margin: 0 0 1.75rem;
}

.qc-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

/* Variação outline do botão (secundário) */
.qc-btn--ghost {
  background-color: transparent;
  color: var(--qc-areia);
  box-shadow: inset 0 0 0 2px var(--qc-areia);
}
.qc-btn--ghost:hover {
  background-color: var(--qc-areia);
  color: var(--qc-terra);
  transform: translateY(-2px);
}

/* Borda rasgada (transição -> seção 02 areia) */
.qc-tear {
  position: absolute;
  z-index: 2;                 /* acima da foto, ABAIXO do conteúdo (z-index:3) */
  left: 0;
  right: 0;
  bottom: -1px;               /* evita fresta de subpixel */
  width: 100%;
  height: var(--qc-tear-h);   /* franja ocupa exatamente a altura reservada */
  line-height: 0;
  pointer-events: none;
}
/* especificidade > reset base `.qc-sec img{height:auto}` (mesmo motivo da foto) */
.qc-sec--hero .qc-tear__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;   /* mantém a base sólida areia encostada no fim */
}
/* Faixa sólida garantindo continuidade sem emenda com a seção 02 (areia) */
.qc-tear::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 22px;
  background-color: var(--qc-areia);
}

/* --- Tablet (>= 768px): texto limitado à esquerda --- */
@media (min-width: 768px) {
  .qc-hero__content { max-width: 60%; }
}

/* --- Desktop (>= 1024px): largura de texto ~46% --- */
@media (min-width: 1024px) {
  .qc-hero__content { max-width: 46%; }
}

/* --- Mobile (<= 768px): scrim reforçado, foco nos pilotos, CTAs full-width --- */
@media (max-width: 767px) {
  .qc-sec--hero {
    --qc-tear-h: 70px;               /* franja menor -> padding recalcula sozinho */
    min-height: 100svh;              /* svh/dvh: sem salto pela barra do navegador mobile */
    min-height: 100dvh;
  }
  .qc-hero__scrim {
    background:
      linear-gradient(90deg,
        color-mix(in srgb, var(--qc-terra) 88%, transparent) 0%,
        color-mix(in srgb, var(--qc-terra) 60%, transparent) 55%,
        color-mix(in srgb, var(--qc-terra) 35%, transparent) 100%),
      linear-gradient(0deg,
        color-mix(in srgb, var(--qc-terra) 92%, transparent) 0%,
        transparent 50%),
      /* sobreposição preta uniforme (mais forte no mobile) */
      linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34));
  }
  /* ~72% mantém os pilotos e o quadriciclo (à direita) visíveis, sem centralizar */
  .qc-sec--hero .qc-hero__bg { object-position: 72% center; }
  .qc-hero__ctas { flex-direction: column; align-items: stretch; }
  .qc-hero__ctas .qc-btn { width: 100%; }
}

/* --- Telas estreitas (<= 480px): franja ainda menor --- */
@media (max-width: 480px) {
  .qc-sec--hero { --qc-tear-h: 60px; }
}


/* ===== 02 COMO FUNCIONA ===== */


/* ===== 03 MÍDIAS ===== */


/* ===== 04 EXPERIÊNCIA ===== */


/* ===== 05 VALORES ===== */


/* ===== 06 DEPOIMENTOS ===== */


/* ===== 07 LOCALIZAÇÃO ===== */


/* ===== 08 FAQ ===== */


/* ===== 09 CTA FINAL ===== *//* End custom CSS */