/* ============================================================
   THERMOGRILL — style.css
   Premium Dark Mode | Luxury Industrial Design System
   100% Responsivo | Desktop + Mobile + Tablet
   ============================================================ */

/* ---- VARIÁVEIS ---- */
:root {
  --bg-0:          #080809;
  --bg-1:          #0F0F11;
  --bg-2:          #151518;
  --bg-3:          #1C1C20;
  --bg-glass:      rgba(15,15,17,0.78);

  --gold:          #D4AF37;
  --gold-light:    #E8CB6A;
  --gold-dark:     #B8941E;
  --gold-glow:     rgba(212,175,55,0.22);
  --gold-border:   rgba(212,175,55,0.25);

  --silver:        #C8D6E5;
  --silver-dark:   #8899AA;
  --bronze:        #C5853A;

  --orange:        #E8720C;
  --orange-soft:   rgba(232,114,12,0.15);

  --white:         #FFFFFF;
  --text-1:        #F4F4F6;
  --text-2:        #B0B8C8;
  --text-3:        #6B7585;

  --border-subtle: rgba(255,255,255,0.07);
  --border-mid:    rgba(255,255,255,0.12);

  --font-serif:    'Playfair Display', Georgia, serif;
  --font-sans:     'Inter', system-ui, sans-serif;

  --r-sm:  6px;
  --r-md:  12px;
  --r-lg:  20px;
  --r-xl:  32px;

  --shadow-card:   0 4px 32px rgba(0,0,0,0.5);
  --shadow-gold:   0 0 24px rgba(212,175,55,0.25);

  --transition:    all 0.28s cubic-bezier(0.25,0.8,0.25,1);
  --transition-slow: all 0.55s cubic-bezier(0.25,0.8,0.25,1);

  --container:     1200px;
  --nav-h:         90px;
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  background: var(--bg-0);
  color: var(--text-1);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-serif); line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ---- UTILITIES ---- */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}
.section { padding-block: clamp(3rem, 7vw, 6rem); }
.gold   { color: var(--gold); }
.silver { color: var(--silver); }
.bronze { color: var(--bronze); }
.w-full { width: 100%; }

.section-tag {
  display: inline-block;
  font-size: clamp(0.7rem, 1.5vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.section-title {
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: var(--white);
}
.section-sub {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: var(--text-2);
  max-width: 640px;
  margin-bottom: 3.5rem;
}
.section-cta-center {
  text-align: center;
  margin-top: 3rem;
}

/* ---- BOTÕES ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: clamp(0.75rem, 2vw, 0.875rem) clamp(1.25rem, 3vw, 1.875rem);
  border-radius: var(--r-sm);
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1.5px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
  min-height: 44px;
}
.btn-xl { padding: clamp(0.9rem, 2vw, 1.05rem) clamp(1.5rem, 3vw, 2.25rem); font-size: clamp(0.9rem, 1.5vw, 1.05rem); }

.btn-primary {
  background: var(--gold);
  color: var(--bg-0);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px);
}
.btn-primary:active { transform: translateY(0); }

.btn-glow {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 14px var(--gold-glow);
}
.btn-glow:hover {
  background: var(--gold);
  color: var(--bg-0);
  box-shadow: 0 0 28px var(--gold-glow);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--text-1);
  border-color: var(--border-mid);
  backdrop-filter: blur(6px);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-silver {
  background: var(--silver);
  color: var(--bg-0);
  border-color: var(--silver);
}
.btn-silver:hover {
  background: #dce8f5;
  transform: translateY(-2px);
}

/* ---- WHATSAPP FLOAT ---- */
.whatsapp-float {
  position: fixed;
  bottom: clamp(1rem, 2vw, 2rem);
  right: clamp(0.75rem, 2vw, 1.75rem);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #25D366;
  color: #fff;
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 6px 20px rgba(37,211,102,0.45);
  transition: var(--transition);
}
.whatsapp-float svg { width: 22px; height: 22px; flex-shrink: 0; }
.whatsapp-float:hover {
  background: #1fb855;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(37,211,102,0.55);
}
@media (max-width: 480px) {
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 0.9rem; border-radius: 50%; }
  .whatsapp-float svg { width: 24px; height: 24px; }
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  transition: var(--transition);
}
.navbar.scrolled {
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-subtle);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  gap: 1rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-img {
  display: block;
  height: clamp(50px, 8vw, 75px);
  width: auto;
  max-width: 300px;
  object-fit: contain;
}
.logo-img--footer {
  height: clamp(48px, 6vw, 65px);
  max-width: 280px;
}

/* Nav menu desktop */
.nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
}
.nav-list {
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: clamp(0.8rem, 1.2vw, 0.875rem);
  font-weight: 500;
  color: var(--text-2);
  padding: 0.4rem 0.75rem;
  border-radius: var(--r-sm);
  position: relative;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-close { display: none; }

/* Dropdown */
.nav-dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: var(--bg-2);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-md);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: var(--transition);
  box-shadow: var(--shadow-card);
}
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu li a {
  display: block;
  padding: 0.6rem 1rem;
  border-radius: var(--r-sm);
  font-size: 0.875rem;
  color: var(--text-2);
}
.dropdown-menu li a:hover {
  background: var(--bg-3);
  color: var(--gold);
}
.caret { font-size: 0.7rem; opacity: 0.6; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  background: none;
  border: none;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-1);
  border-radius: 2px;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- MOBILE NAV ---- */
@media (max-width: 1024px) {
  :root { --nav-h: 64px; }
  .hamburger { display: flex; }
  .nav-menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(85vw, 380px);
    height: 100vh;
    background: var(--bg-1);
    border-left: 1px solid var(--border-mid);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding: 3rem 2rem;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25,0.8,0.25,1);
    box-shadow: -10px 0 40px rgba(0,0,0,0.6);
    overflow-y: auto;
  }
  .nav-menu.open { transform: translateX(0); }
  .nav-close {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: var(--text-2);
    font-size: 1.5rem;
    line-height: 1;
  }
  .nav-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .nav-link {
    display: block;
    font-size: 1.1rem;
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid var(--border-subtle);
  }
  .dropdown-menu {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: var(--bg-3);
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    box-shadow: none;
  }
  .nav-cta { width: 100%; justify-content: center; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.video-bg iframe {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  pointer-events: none;
}
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8,8,9,0.55) 0%,
    rgba(8,8,9,0.75) 60%,
    rgba(8,8,9,0.97) 100%
  );
  z-index: 1;
}

.hero-body {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--nav-h) + 2rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(212,175,55,0.1);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: clamp(0.65rem, 1.2vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 8px var(--orange);
  animation: pulse-dot 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%,100% { box-shadow: 0 0 6px var(--orange); }
  50%      { box-shadow: 0 0 14px var(--orange); }
}

.hero-h1 {
  font-size: clamp(1.8rem, 5vw, 4.75rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--white);
  line-height: 1.1;
}
.hero-accent {
  color: var(--gold);
  font-style: italic;
}

.hero-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  color: var(--text-2);
  max-width: 650px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.hero-stats {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: clamp(1rem, 2vw, 1.25rem) clamp(1.5rem, 3vw, 2.5rem);
}
.stat { text-align: center; }
.stat strong { display: block; font-family: var(--font-serif); font-size: clamp(1.2rem, 2vw, 1.6rem); color: var(--gold); font-weight: 700; }
.stat span   { font-size: clamp(0.7rem, 1.2vw, 0.8rem); color: var(--text-3); text-transform: uppercase; letter-spacing: 1px; }
.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border-mid);
}

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 28px;
  height: 44px;
  border: 2px solid var(--border-mid);
  border-radius: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
}
.hero-scroll span {
  display: block;
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold);
  animation: scroll-bounce 1.6s infinite;
}
@keyframes scroll-bounce {
  0%   { transform: translateY(0); opacity: 1; }
  80%  { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

@media (max-width: 768px) {
  .hero-body { padding-top: calc(var(--nav-h) + 1.5rem); }
  .hero-actions { gap: 0.75rem; }
}

@media (max-width: 640px) {
  .hero-stats {
    flex-wrap: wrap;
    gap: 1.25rem;
    padding: 1rem 1.5rem;
    justify-content: center;
  }
  .stat-divider { display: none; }
  .hero-actions .btn { width: 100%; max-width: 400px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-scroll { display: none; }
}

@media (max-width: 480px) {
  .hero-badge { font-size: 0.6rem; letter-spacing: 1.5px; padding: 0.4rem 1rem; }
  .hero-h1 { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .hero-sub { font-size: 0.9rem; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  background: var(--bg-2);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 1.1rem 0;
  overflow: hidden;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
  justify-content: space-between;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(0.75rem, 1.3vw, 0.85rem);
  font-weight: 500;
  color: var(--text-2);
  white-space: nowrap;
}
.trust-item svg { color: var(--gold); flex-shrink: 0; width: 20px; height: 20px; }

@media (max-width: 768px) {
  .trust-bar-inner { justify-content: center; gap: 0.75rem 1.5rem; }
}

@media (max-width: 480px) {
  .trust-item { font-size: 0.72rem; gap: 0.4rem; }
  .trust-item svg { width: 16px; height: 16px; }
}

/* ============================================================
   DIFERENCIAIS
   ============================================================ */
.diferenciais .section-tag,
.diferenciais .section-title,
.diferenciais .section-sub,
.modelos .section-tag,
.depoimentos .section-tag {
  display: block;
  text-align: center;
  margin-inline: auto;
}

.dif-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .dif-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .dif-grid { grid-template-columns: 1fr; }
}

.dif-card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 2.5vw, 2rem);
  transition: var(--transition);
  overflow: hidden;
}
.dif-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
  opacity: 0;
  transition: var(--transition);
}
.dif-card:hover {
  border-color: var(--gold-border);
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), var(--shadow-gold);
}
.dif-card:hover::after { opacity: 1; }

.dif-card--highlight {
  border-color: var(--gold-border);
  background: linear-gradient(135deg, var(--bg-2), rgba(212,175,55,0.06));
}

.dif-icon-wrap {
  width: clamp(44px, 5vw, 54px);
  height: clamp(44px, 5vw, 54px);
  background: var(--gold-glow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--gold);
}
.dif-icon-wrap svg { width: clamp(22px, 3vw, 26px); height: clamp(22px, 3vw, 26px); }

.dif-card h3 {
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--white);
}
.dif-card p {
  font-size: clamp(0.82rem, 1.3vw, 0.9rem);
  color: var(--text-2);
  line-height: 1.7;
}
.dif-line {
  width: 32px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  margin-top: 1.5rem;
}

/* ============================================================
   MODELOS
   ============================================================ */
.modelos { background: var(--bg-1); }
.modelos .section-tag {
  display: block;
  text-align: center;
}
.modelos .section-title,
.modelos .section-sub { text-align: center; }
.modelos .section-sub { margin-inline: auto; }

/* Block layout */
.modelo-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid var(--border-subtle);
}
.modelo-block:first-of-type { margin-top: 0; border-top: none; padding-top: 0; }
.modelo-block--reverse { direction: rtl; }
.modelo-block--reverse > * { direction: ltr; }

@media (max-width: 900px) {
  .modelo-block,
  .modelo-block--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.modelo-media {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.modelo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.modelo-media:hover img { transform: scale(1.04); }

.modelo-media-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--gold);
  color: var(--bg-0);
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.35rem 1rem;
  border-radius: 50px;
}
.badge-silver { background: var(--silver); color: var(--bg-0); }
.badge-bronze { background: var(--bronze); color: var(--white); }

.modelo-info {}
.modelo-tag {
  font-size: clamp(0.65rem, 1.2vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--tag-color, var(--gold));
  margin-bottom: 0.5rem;
}
.modelo-nome {
  font-size: clamp(1.6rem, 3.5vw, 2.75rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white);
}
.modelo-desc {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--text-2);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.modelo-specs {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2.5rem;
}
.modelo-specs li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: clamp(0.82rem, 1.3vw, 0.92rem);
  color: var(--text-2);
  line-height: 1.55;
}
.modelo-specs svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--gold);
  margin-top: 2px;
}
.modelo-specs strong { color: var(--text-1); }

.modelo-actions .btn { width: 100%; max-width: 360px; }

@media (max-width: 480px) {
  .modelo-media-badge { font-size: 0.6rem; padding: 0.3rem 0.8rem; top: 0.75rem; left: 0.75rem; }
  .modelo-actions .btn { font-size: 0.85rem; }
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.depoimentos { background: var(--bg-0); }
.depoimentos .section-tag {
  display: block;
  text-align: center;
}
.depoimentos .section-title {
  text-align: center;
}

.dep-slider {
  padding-bottom: 3.5rem;
  margin-top: 2rem;
}
.dep-card {
  background: var(--bg-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.dep-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-gold);
}
.dep-stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}
.dep-text {
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  color: var(--text-2);
  line-height: 1.75;
  font-style: italic;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.dep-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dep-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold-glow);
  border: 1.5px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--gold);
  flex-shrink: 0;
}
.dep-footer h4 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.dep-footer span { font-size: 0.8rem; color: var(--text-3); }

/* Swiper customization */
.dep-pagination .swiper-pagination-bullet {
  background: var(--text-3);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.dep-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
}
.dep-btn-prev, .dep-btn-next {
  color: var(--gold) !important;
}
.dep-btn-prev::after, .dep-btn-next::after {
  font-size: 1.1rem !important;
}

@media (max-width: 640px) {
  .dep-card { padding: 1.5rem; }
  .dep-avatar { width: 40px; height: 40px; font-size: 0.75rem; }
  .dep-footer { gap: 0.75rem; }
  .dep-footer h4 { font-size: 0.85rem; }
  .dep-footer span { font-size: 0.72rem; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-sec { background: var(--bg-1); }

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
}

.faq-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 1.25rem;
}
.faq-left p {
  color: var(--text-2);
  margin-bottom: 2rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

/* Accordion */
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 500;
  color: var(--text-1);
  transition: var(--transition);
}
.faq-q:hover { color: var(--gold); }
.faq-q[aria-expanded="true"] { color: var(--gold); }
.faq-icon {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--text-3);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
  line-height: 1;
}
.faq-q[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  color: var(--gold);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
}
.faq-a p {
  padding-bottom: 1.5rem;
  font-size: clamp(0.85rem, 1.4vw, 0.95rem);
  color: var(--text-2);
  line-height: 1.75;
}

@media (max-width: 480px) {
  .faq-q { font-size: 0.88rem; padding: 1.2rem 0; gap: 0.75rem; }
  .faq-icon { font-size: 1.2rem; }
}

/* ============================================================
   CONTATO
   ============================================================ */
.contato { background: var(--bg-0); }
.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
@media (max-width: 900px) {
  .contato-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

.contato-title {
  font-size: clamp(1.65rem, 3.5vw, 2.75rem);
  margin-bottom: 1.25rem;
}
.contato-info > p {
  color: var(--text-2);
  margin-bottom: 2.5rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.contato-channels {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.channel-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-md);
  transition: var(--transition);
}
.channel-item:hover {
  border-color: var(--gold-border);
  transform: translateX(4px);
}
.channel-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.channel-icon svg { width: 20px; height: 20px; }
.channel-icon--wpp { background: rgba(37,211,102,0.12); color: #25D366; }
.channel-item strong { display: block; font-size: 0.85rem; color: var(--text-1); margin-bottom: 0.1rem; }
.channel-item span { font-size: 0.85rem; color: var(--text-2); }

/* Formulário */
.contato-form-wrap {
  background: var(--bg-2);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-xl);
  padding: clamp(1.5rem, 3vw, 2.75rem);
}
.contato-form h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.contato-form > p {
  font-size: clamp(0.85rem, 1.4vw, 0.9rem);
  color: var(--text-2);
  margin-bottom: 2rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}
.form-group label {
  font-size: clamp(0.75rem, 1.2vw, 0.82rem);
  font-weight: 600;
  color: var(--text-2);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg-3);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-sm);
  color: var(--text-1);
  padding: 0.8rem 1rem;
  font-size: clamp(0.88rem, 1.4vw, 0.95rem);
  width: 100%;
  outline: none;
  transition: var(--transition);
  resize: vertical;
  min-height: 44px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-3); }
.form-group select option { background: var(--bg-3); }
.form-privacy {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--text-3);
  text-align: center;
}

@media (max-width: 480px) {
  .channel-item { padding: 0.85rem 1rem; gap: 0.75rem; }
  .channel-icon { width: 38px; height: 38px; }
  .channel-icon svg { width: 16px; height: 16px; }
  .channel-item strong { font-size: 0.8rem; }
  .channel-item span { font-size: 0.78rem; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #050507;
  border-top: 1px solid var(--border-subtle);
  padding-top: clamp(2.5rem, 5vw, 4rem);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.25fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

.footer-brand p {
  font-size: 0.9rem;
  color: var(--text-3);
  margin-top: 1.25rem;
  max-width: 320px;
  line-height: 1.7;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-2);
}
.footer-social a svg { width: 18px; height: 18px; }
.footer-social a:hover {
  background: var(--gold);
  color: var(--bg-0);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.footer-links-block h4 {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 1.25rem;
}
.footer-links-block ul li {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  color: var(--text-3);
}
.footer-links-block ul li a { color: var(--text-3); }
.footer-links-block ul li a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-block: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-3);
}

@media (max-width: 480px) {
  .footer-bottom { flex-direction: column; text-align: center; align-items: center; }
  .footer-social a { width: 36px; height: 36px; }
  .footer-social a svg { width: 16px; height: 16px; }
}

/* ============================================================
   AOS OVERRIDES
   ============================================================ */
[data-aos] { pointer-events: none; }
[data-aos].aos-animate { pointer-events: auto; }

/* ============================================================
   SCROLLBAR PERSONALIZADA
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb {
  background: var(--bg-3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold-dark); }

/* ============================================================
   RESPONSIVIDADE EXTRA — TABLET
   ============================================================ */
@media (min-width: 481px) and (max-width: 768px) {
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-actions .btn { width: auto; }
}

/* ============================================================
   RESPONSIVIDADE EXTRA — DESKTOP GRANDE
   ============================================================ */
@media (min-width: 1400px) {
  :root { --container: 1320px; }
  .hero-h1 { font-size: clamp(2.5rem, 4vw, 5.5rem); }
}

/* ============================================================
   ACESSIBILIDADE — Respeita preferência por menos movimento
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}