body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, input, select, textarea, button {
  font-family: 'Raleway', sans-serif !important;
}

#nav-hamburger,
#nav-hamburger:focus,
#nav-hamburger:active,
#nav-hamburger:hover,
button#nav-hamburger {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background: transparent !important;
  color: var(--text) !important;
  border: none !important;
}

#lead-form .lf-left,
#lead-form .lf-checks,
#lead-form .lf-check-item {
  align-items: flex-start !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

#lead-form .lf-checks {
  padding-left: 0 !important;
}

/* Reset WordPress */
#page, .site, .wp-site-blocks {
  all: unset;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: none;
}

/* Fix WordPress overrides */
.lf-field input,
.lf-field select,
.lf-field textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--border-md) !important;
}

.lf-field input:focus,
.lf-field select:focus {
  border-color: var(--green) !important;
  box-shadow: 0 0 0 3px var(--green-lt) !important;
}

/* Negrito apenas antes do hífen */
.lf-check-item strong {
  font-weight: 700 !important;
  color: var(--text) !important;
}

/* Alinhamento esquerda dos checks */
.lf-left {
  align-items: flex-start !important;
}

.lf-checks {
  width: 100%;
  text-align: left;
}

.lf-check-item {
  text-align: left !important;
}

.lf-btn {
  background: var(--blue) !important;
  color: white !important;
}

.btn-hero-primary {
  background: var(--blue) !important;
  color: white !important;
}

/* Remove outline pontilhado dos inputs */
.lf-field input:focus,
.lf-field select:focus,
.lf-field input:focus-visible,
.lf-field select:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px var(--green-lt) !important;
  border-color: var(--green) !important;
}

/* Remove borda padrão do WordPress nos inputs */
.lf-field input,
.lf-field select {
  outline: none !important;
  box-shadow: none !important;
}

/* Alinha checks à esquerda */
.lf-checks {
  align-self: flex-start;
  width: 100%;
}

.lf-check-item {
  text-align: left;
}

/* Border radius nos inputs igual ao restante */
.lf-field input,
.lf-field select {
  border-radius: var(--r) !important;
}

/* Checks alinhados à esquerda */
.lf-left {
  align-items: flex-start !important;
}

.lf-checks {
  align-self: flex-start !important;
  width: 100%;
}

.lf-check-item {
  text-align: left !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

/* Negrito apenas antes do hífen */
.lf-check-item strong {
  font-weight: 700 !important;
}

.lf-check-item span {
  font-weight: 400 !important;
}

/* ── Raleway local ── */
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-Thin.ttf') format('truetype'); font-weight:100; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-ExtraLight.ttf') format('truetype'); font-weight:200; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-Light.ttf') format('truetype'); font-weight:300; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-Regular.ttf') format('truetype'); font-weight:400; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-Medium.ttf') format('truetype'); font-weight:500; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-SemiBold.ttf') format('truetype'); font-weight:600; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-Bold.ttf') format('truetype'); font-weight:700; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-ExtraBold.ttf') format('truetype'); font-weight:800; }
@font-face { font-family:'Raleway'; src:url('../fonts/Raleway/static/Raleway-Black.ttf') format('truetype'); font-weight:900; }

:root {
  --white:    #ffffff;
  --off:      #faf8f4;
  --cream:    #f5ecd4;
  --navy:     #022642;
  --green:    #3b5140;
  --green2:   #4a6652;
  --green-lt: rgba(59,81,64,0.07);
  --green-bd: rgba(59,81,64,0.2);
  --blue:     #243fda;
  --blue2:    #3a52e8;
  --orange:   #f98512;
  --orange2:  #ffa033;
  --black-bg: #312d2d;
  --text:     #1e1b1b;
  --text-2:   #514b4b;
  --muted:    #9a908f;
  --border:   rgba(30,27,27,0.08);
  --font:     'Raleway', sans-serif;
  --ease:     0.24s cubic-bezier(0.4,0,0.2,1);
  --r-sm:     4px;
  --r:        8px;
  --r-lg:     14px;
}

*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body {
  background: var(--cream);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.container { max-width:1160px; margin:0 auto; padding:0 28px; }

/* ── NAV ── */
#main-nav {
  position:fixed; top:0; left:0; right:0; z-index:100;
  padding:0 36px;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
  transition:var(--ease);
}
#main-nav.scrolled {
  box-shadow:0 1px 3px rgba(30,27,27,0.05), 0 4px 14px rgba(30,27,27,0.04);
}

.nav-inner {
  max-width:1160px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  height:74px;
}

.logo {
  position:relative; height:44px; width:240px;
  display:flex; align-items:center; text-decoration:none; flex-shrink:0;
}
.logo-img {
  height:42px; width:auto;
  position:absolute; left:0; top:50%; transform:translateY(-50%);
  transition:opacity 0.3s ease, transform 0.3s ease;
}
.logo-1 { opacity:1; transform:translateY(-50%) scale(1); }
.logo-2 { opacity:0; transform:translateY(-50%) scale(0.93); }
#main-nav.scrolled .logo-1 { opacity:0; transform:translateY(-50%) scale(0.93); }
#main-nav.scrolled .logo-2 { opacity:1; transform:translateY(-50%) scale(1); }

.nav-right {
  display:flex; align-items:center; gap:8px;
}
.nav-link {
  font-size:14px; font-weight:500; color:var(--text-2);
  text-decoration:none; padding:8px 12px;
  border-radius:var(--r-sm); transition:var(--ease);
}
.nav-link:hover { color:var(--blue2); }
.nav-cta {
  font-family:var(--font); font-size:14px; font-weight:600;
  color:white; background:var(--orange); padding:11px 24px;
  border-radius:var(--r-sm); text-decoration:none;
  transition:var(--ease); margin-left:8px;
}
.nav-cta:hover {
  background:var(--orange2);
  transform:translateY(-0.5px);
  box-shadow:0 4px 16px rgba(59,81,64,0.068);
}

/* ── Hamburguer ── */
.nav-hamburger {
  display:none;
  flex-direction:column; justify-content:center; gap:5px;
  width:40px; height:40px; padding:6px;
  background:none; border:none; cursor:pointer;
  border-radius:var(--r-sm);
}
.nav-hamburger span {
  display:block; height:2px; width:100%;
  background:var(--text); border-radius:2px;
  transition:transform 0.3s ease, opacity 0.3s ease;
  transform-origin:center;
}

/* Animation X to close menu */
.nav-hamburger.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

/* ── Responsive ── */
@media (max-width: 1060px) {
  .nav-hamburger { display:flex; }

  .nav-right {
    display:none;
    position:absolute; top:74px; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:rgba(255,255,255,0.98);
    backdrop-filter:blur(20px);
    border-bottom:1px solid var(--border);
    padding:12px 24px 20px;
    box-shadow:0 8px 24px rgba(30,27,27,0.08);
  }
  .nav-right.open { display:flex; }

  .nav-link {
    padding:14px 4px;
    border-bottom:1px solid var(--border);
    border-radius:0;
    font-size:15px;
  }
  .nav-cta {
    margin:16px 0 0;
    text-align:center;
    padding:14px 24px;
  }
}
.nav-cta:hover { background:var(--orange2); transform:translateY(-0.5px); box-shadow:0 4px 16px rgba(59, 81, 64, 0.068); }

























/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#hero {
  padding: 80px 0 70px;
  position: relative;
  min-height: 100vh;
  background: var(--off);
  display: flex; align-items: center;
  overflow: hidden;
}

/* ── Layout ── */
.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: 80vh;
}

/* ── Esquerda ── */
.hero-left { display: flex; flex-direction: column; gap: 28px; }

.hero-badge {
  display:inline-flex; align-items:flex-start; gap:8px;
  font-size:11px; font-weight:600; letter-spacing:0.1em;
  text-transform:uppercase; color:var(--green);
  padding:6px 14px; border-radius:100px;
  border:1px solid var(--green-bd);
  background:var(--green-lt);
  align-self:flex-start;
}
.hero-badge-link {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
  transition: var(--ease);
}
.hero-badge-link:hover { color: var(--green2); }
.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--green); border-radius: 50%; flex-shrink: 0;
  margin-top: 0;
  align-self: center;
}
.hero-badge-text {
  flex: 1;
  line-height: 1.5;
}

/* ── Shimmer no título ── */
.hero-shimmer {
  background: linear-gradient(135deg, #3b5140 0%, #4a6652 25%, #c8b882 50%, #4a6652 75%, #3b5140 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 12s linear infinite;
}

@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.hero-titulo {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 1.05; color: var(--text);
}

.hero-sub {
  font-size: 16px; font-weight: 400;
  color: var(--text-2); line-height: 1.8;
  max-width: 480px;
}

.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  color: white; background: var(--blue);
  padding: 14px 28px; border-radius: var(--r-sm);
  text-decoration: none; transition: var(--ease);
}
.btn-hero-primary:hover {
  background: var(--blue2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(36,63,218,0.3);
}

.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 500; color: var(--text-2);
  text-decoration: none; padding: 13px 20px;
  border: 1px solid var(--border);
  border-radius: var(--r-sm); transition: var(--ease);
}
.btn-hero-ghost:hover { color: var(--text); border-color: var(--text-2); }

/* ── Direita — vídeos ── */
.hero-right { display: flex; align-items: center; justify-content: center; }

.hero-videos {
  display: flex; flex-direction: row; gap: 14px;
  width: 100%; max-width: 680px;
}

.hero-video-outer { position: relative; flex: 1; }

.hero-video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 24px rgba(30,27,27,0.1), 0 16px 48px rgba(30,27,27,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hero-video-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(30,27,27,0.13), 0 24px 64px rgba(30,27,27,0.1);
}

.hero-video-outer--top .hero-video-wrap,
.hero-video-outer--bottom .hero-video-wrap {
  height: 520px;         /* ← era 205px, agora alto para ficar vertical */
  filter: drop-shadow(0 8px 24px rgba(30,27,27,0.12));
}

.hero-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.hero-video-wrap:hover video {
  transform: scale(1.04);
}
.hero-video-wrap:hover video { transform: scale(1.24); }

.hero-video-placeholder {
  width: 100%; height: 100%;
  background: var(--off);
}

/* Overlay com gradiente */
.hero-video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 18, 12, 0.72) 0%,
    rgba(10, 18, 12, 0.18) 50%,
    transparent 100%
  );
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 20px 22px;
  gap: 4px;
}

.hero-video-num {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(245, 236, 212, 0.6);
}
.hero-video-label {
  font-size: 18px; font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cream);
  line-height: 1.1;
}

/* ── Animações de entrada ── */
@keyframes hero-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes hero-slide-right {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.hero-badge,
.hero-titulo,
.hero-sub,
.hero-actions,
.hero-video-outer {
  opacity: 0;
}

.hero-badge {
  animation: hero-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.hero-titulo {
  animation: hero-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

.hero-sub {
  animation: hero-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.85s forwards;
}

.hero-actions {
  animation: hero-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.05s forwards;
}

.hero-video-outer--top {
  animation: hero-slide-right 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

.hero-video-outer--bottom {
  animation: hero-slide-right 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.95s forwards;
}

/* ── Overlay do vídeo — revela o texto de baixo pra cima no hover ── */
.hero-video-overlay {
  transform: translateY(6px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-video-wrap:hover .hero-video-overlay {
  transform: translateY(0);
}

.hero-video-num,
.hero-video-label {
  transition: opacity 0.3s ease;
}

.hero-video-wrap:not(:hover) .hero-video-num {
  opacity: 0.5;
}

/* ── Respeita reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .hero-badge,
  .hero-titulo,
  .hero-sub,
  .hero-actions,
  .hero-video-outer {
    opacity: 1;
    animation: none;
  }
}


















/* ══════════════════════════════════════
   LEAD FORM
══════════════════════════════════════ */
#lead-form {
  padding: 120px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}

.lf-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* ── Esquerda ── */
.lf-left { display: flex; flex-direction: column; gap: 28px; }

.lf-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green);
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid var(--green-bd);
  background: var(--green-lt);
  align-self: flex-start;
}
.lf-badge-dot {
  width: 6px; height: 6px;
  background: var(--green); border-radius: 50%; flex-shrink: 0;
}

.lf-titulo {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 1.06; color: var(--text);
}
.lf-titulo .em { color: var(--green); }

.lf-sub {
  font-size: 16px; color: var(--text-2);
  line-height: 1.8; max-width: 420px;
}

.lf-checks { list-style:none; display:flex; flex-direction:column; gap:16px; }

.lf-check-item {
  display:flex; align-items:flex-start; gap:14px;
  font-size:15px; color:var(--text); line-height:1.5;
}

.lf-check-icon {
  width:24px; height:24px; min-width:24px;
  display:flex; align-items:center; justify-content:center;
  background:var(--green-lt);
  border:1px solid var(--green-bd);
  border-radius:50%;
  color:var(--green); font-weight:700; font-size:12px;
  margin-top:1px;
}

/* ── Direita — card ── */
.lf-card-wrapper {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 8px 28px rgba(0,0,0,0.11));
}

.lf-card-logo {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 10;
  width: 72px;
  height: 72px;
}
.lf-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lf-card {
  width: 100%;
  background: var(--white);
  padding: 36px 36px 28px;
  /* clip-path aplicado via JS */
}

.lf-form-titulo {
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em; color: var(--text);
  margin-bottom: 6px;
}
.lf-form-sub {
  font-size: 14px; color: var(--muted);
  margin-bottom: 28px;
}

.lf-form { display: flex; flex-direction: column; gap: 16px; }

.lf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lf-field {
  display: flex; flex-direction: column; gap: 6px;
}
.lf-field label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-2);
}
.lf-field input,
.lf-field select {
  font-family: var(--font); font-size: 14px; color: var(--text);
  background: var(--off); border: 1px solid var(--border-md);
  border-radius: var(--r); padding: 11px 14px;
  outline: none; transition: var(--ease);
  -webkit-appearance: none;
}
.lf-field input::placeholder { color: var(--muted); }
.lf-field input:focus,
.lf-field select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-lt);
  background: var(--white);
}

.lf-btn {
  font-family: var(--font); font-size: 15px; font-weight: 700;
  color: white; background: var(--blue);
  border: none; cursor: pointer;
  padding: 16px 28px; border-radius: var(--r-sm);
  transition: var(--ease); margin-top: 8px;
  width: 100%;
}
.lf-btn:hover {
  background: var(--blue2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(36,63,218,0.3);
}

.lf-lgpd {
  font-size: 12px; color: var(--muted);
  text-align: center; line-height: 1.6;
}
.lf-lgpd a { color: var(--muted); text-decoration: underline; }

.lf-success {
  background: var(--green-lt); border: 1px solid var(--green-bd);
  border-radius: var(--r); padding: 16px;
  text-align: center; font-size: 14px;
  font-weight: 600; color: var(--green);
}

/* ── Campos dinâmicos ── */
.lf-dynamic {
  transition: opacity 0.3s ease;
}

/* ── Success state ── */
.lf-success-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 16px;
}

.lf-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-lt);
  border: 1px solid var(--green-bd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--green);
}

.lf-success-titulo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.lf-success-texto {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 320px;
}

.lf-card-wrapper {
  border-radius: var(--r-lg);
  overflow: visible;
  filter: drop-shadow(0 8px 28px rgba(0,0,0,0.11));
}

.lf-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  padding-bottom: 36px;
}

.lf-field--invalid input,
.lf-field--invalid select {
  border-color: #e24b4a;
  box-shadow: 0 0 0 3px rgba(226, 75, 74, 0.12);
  background: var(--white);
}

.lf-field-error {
  font-size: 11px;
  font-weight: 600;
  color: #e24b4a;
  margin-top: 2px;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .lf-inner { grid-template-columns: 1fr; gap: 48px; }
  .lf-card { padding: 28px 20px; }
}

@media (max-width: 600px) {
  #lead-form {
    padding: 80px 0;
  }
  
  .lf-card-logo {
    width: 52px;
    height: 52px;
    top: 8px;
    right: 10px;

  }
  
  .lf-form-titulo {
      font-size: 20px;
      padding-bottom: 15px;
  }
  
  .lf-btn {
      font-size: 12px;
  }

  .lf-row { grid-template-columns: 1fr; }
}

/* ── Animações scroll-triggered ── */
@keyframes lf-rise {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes lf-left {
  from { opacity: 0; transform: translateX(-24px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes lf-pop {
  0%   { opacity: 0; transform: scale(0.7); }
  70%  { transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}

/* Estado inicial — invisível até JS adicionar .lf-visible */
.lf-badge,
.lf-titulo,
.lf-sub,
.lf-check-item,
.lf-card-wrapper {
  opacity: 0;
}

/* Quando seção entra na viewport */
#lead-form.lf-visible .lf-badge {
  animation: lf-left 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

#lead-form.lf-visible .lf-titulo {
  animation: lf-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}

#lead-form.lf-visible .lf-sub {
  animation: lf-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

#lead-form.lf-visible .lf-check-item:nth-child(1) {
  animation: lf-left 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}
#lead-form.lf-visible .lf-check-item:nth-child(2) {
  animation: lf-left 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
}
#lead-form.lf-visible .lf-check-item:nth-child(3) {
  animation: lf-left 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
}
#lead-form.lf-visible .lf-check-item:nth-child(4) {
  animation: lf-left 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards;
}

#lead-form.lf-visible .lf-card-wrapper {
  animation: lf-rise 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

/* Success state */
.lf-success-state.lf-success-visible .lf-success-icon {
  animation: lf-pop 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.lf-success-state.lf-success-visible .lf-success-titulo {
  animation: lf-rise 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  opacity: 0;
}

.lf-success-state.lf-success-visible .lf-success-texto {
  animation: lf-rise 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.35s forwards;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .lf-badge, .lf-titulo, .lf-sub,
  .lf-check-item, .lf-card-wrapper {
    opacity: 1;
    animation: none;
  }
}
#lead-form:not(.lf-visible) .lf-badge,
#lead-form:not(.lf-visible) .lf-titulo,
#lead-form:not(.lf-visible) .lf-sub,
#lead-form:not(.lf-visible) .lf-check-item,
#lead-form:not(.lf-visible) .lf-card-wrapper {
  transition: opacity 0.5s ease 2s;
}






























/* ══════════════════════════════════════
   METHODOLOGY
══════════════════════════════════════ */
#methodology {
  padding: 120px 0;
  background: var(--off);
  border-top: 1px solid var(--border);
}

.meth-header {
  text-align: center;
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.meth-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green);
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid var(--green-bd);
  background: var(--green-lt);
}
.meth-badge-dot {
  width: 6px; height: 6px;
  background: var(--green); border-radius: 50%; flex-shrink: 0;
}

.meth-titulo {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 1.1; color: var(--text);
  max-width: 1080px;
}

.meth-sub {
  font-size: 16px; color: var(--text-2);
  font-weight: 400; line-height: 1.6;
}

/* ── Grid ── */
.meth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border-top: 1px solid var(--border);
  padding-top: 56px;
}

.meth-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid var(--border);
  padding-right: 40px;
  align-items: center;
  text-align: center;
}
.meth-card:first-child { padding-left: 0; }
.meth-card:last-child  { border-right: none; padding-right: 0; }
.meth-card:not(:first-child) { padding-left: 40px; }

.meth-icon {
  width: 48px; height: 48px;
}
.meth-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
}

.meth-card-titulo {
  font-size: 16px; font-weight: 700;
  letter-spacing: -0.02em; color: var(--text);
  line-height: 1.3;
}

.meth-card-texto {
  font-size: 14px; color: var(--text-2);
  line-height: 1.75;
}

/* ── CTA ── */
.meth-cta {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.btn-meth-primary {
  display: inline-flex; align-items: center;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  color: white; background: var(--blue);
  padding: 14px 32px; border-radius: var(--r-sm);
  text-decoration: none; transition: var(--ease);
}
.btn-meth-primary:hover {
  background: var(--blue2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(36,63,218,0.3);
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .meth-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    border-top: none;
    padding-top: 0;
  }
  .meth-card {
    border-right: none;
    border-top: 1px solid var(--border);
    padding: 32px 0 0 !important;
  }
  .meth-card:first-child { border-top: none; padding-top: 0 !important; }
}

@media (max-width: 600px) {
  #methodology {padding: 80px 0px;}
}

/* ── Animações Methodology ── */
@keyframes meth-rise {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes meth-icon-pop {
  0%   { opacity: 0; transform: scale(0.75); }
  70%  { transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}

.meth-badge,
.meth-titulo,
.meth-sub,
.meth-card,
.meth-cta {
  opacity: 0;
}

#methodology.meth-visible .meth-badge {
  animation: meth-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

#methodology.meth-visible .meth-titulo {
  animation: meth-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

#methodology.meth-visible .meth-sub {
  animation: meth-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

#methodology.meth-visible .meth-card:nth-child(1) {
  animation: meth-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.65s forwards;
}
#methodology.meth-visible .meth-card:nth-child(2) {
  animation: meth-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.85s forwards;
}
#methodology.meth-visible .meth-card:nth-child(3) {
  animation: meth-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.05s forwards;
}

#methodology.meth-visible .meth-card:nth-child(1) .meth-icon {
  animation: meth-icon-pop 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.85s both;
}
#methodology.meth-visible .meth-card:nth-child(2) .meth-icon {
  animation: meth-icon-pop 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.05s both;
}
#methodology.meth-visible .meth-card:nth-child(3) .meth-icon {
  animation: meth-icon-pop 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.25s both;
}

#methodology.meth-visible .meth-cta {
  animation: meth-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .meth-badge, .meth-titulo, .meth-sub,
  .meth-card, .meth-cta {
    opacity: 1;
    animation: none;
  }
}
























/* ══════════════════════════════════════
   SERVICES
══════════════════════════════════════ */
#services {
  padding: 120px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.srv-grafismos { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
#services .container { position: relative; z-index: 1; }
.srv-gfx { position: absolute; user-select: none; }

.srv-gfx--globo {
  width: 500px;
  bottom: -100px; left: -1%;
  transform: rotate(8deg);
  opacity: 0.03;
}

/* ── Header ── */
.srv-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 64px;
}

.srv-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green);
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid var(--green-bd);
  background: var(--green-lt);
}
.srv-badge-dot {
  width: 6px; height: 6px;
  background: var(--green); border-radius: 50%; flex-shrink: 0;
}

.srv-titulo {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 1.1; color: var(--text);
}

/* ── Lista ── */
.srv-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
}

/* ── Item ── */
.srv-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
  transition: background 0.3s ease;
}

.srv-item:hover .srv-item-num {
  color: var(--green);
}

/* ── Número grande ── */
.srv-item-num {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--border);
  flex-shrink: 0;
  width: 80px;
  text-align: right;
  transition: color 0.4s ease;
  padding-top: 4px;
}

/* ── Conteúdo ── */
.srv-item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}

.srv-item-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
}

.srv-item-titulo {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text);
}

.srv-item-texto {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-2);
  max-width: 360px;
}

.srv-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  align-self: center;
}

.srv-item-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.srv-item:hover .srv-item-icon {
  opacity: 1;
}

.srv-item-num { display: none; }

/* ── Animações ── */
@keyframes srv-rise {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

.srv-badge,
.srv-titulo,
.srv-item {
  opacity: 0;
}

#services.srv-visible .srv-badge {
  animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
#services.srv-visible .srv-titulo {
  animation: srv-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s forwards;
}
#services.srv-visible .srv-item:nth-child(1) { animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards; }
#services.srv-visible .srv-item:nth-child(2) { animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.52s forwards; }
#services.srv-visible .srv-item:nth-child(3) { animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.62s forwards; }
#services.srv-visible .srv-item:nth-child(4) { animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.69s forwards; }
#services.srv-visible .srv-item:nth-child(5) { animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.79s forwards; }
#services.srv-visible .srv-item:nth-child(6) { animation: srv-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.86s forwards; }

@media (prefers-reduced-motion: reduce) {
  .srv-badge, .srv-titulo, .srv-item { opacity: 1; animation: none; }
}

/* ── Responsive ── */
@media (max-width: 860px) {
  #services { padding: 80px 0; }

  .srv-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

@media (max-width: 600px) {
  #services { padding: 64px 0; }

  .srv-item-num {
    font-size: 42px;
    width: 56px;
  }
}






















/* ══════════════════════════════════════
   ABOUT
══════════════════════════════════════ */
#about {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black-bg);
}

.about-overlay { display: none; }

.about-logo-gfx {
  position: absolute;
  bottom: -80px; right: -80px;
  width: 580px; height: auto;
  opacity: 0.15;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

#about .container { position: relative; z-index: 1; padding: 120px 28px; }

.about-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transform: scale(1.05);
  transition: transform 8s ease;
  z-index: 0;
}
#about:hover .about-bg { transform: scale(1); }

/* Vídeo de fundo */
.about-video-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Badge padrão */
.about-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid rgba(245,236,212,0.25);
  background: rgba(245,236,212,0.1);
  color: var(--cream);
  align-self: flex-start;
}
.about-badge-dot {
  width: 6px; height: 6px;
  background: var(--cream); border-radius: 50%; flex-shrink: 0;
}

.about-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(2, 38, 66, 0.88) 0%,
    rgba(2, 38, 66, 0.75) 50%,
    rgba(59, 81, 64, 0.65) 100%
  );
}

#about .container { position: relative; z-index: 2; padding: 120px 28px; }

.about-inner {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ── Tag centralizada ── */
.about-tag {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-tag-line {
  flex: 1; max-width: 48px;
  height: 1px;
  background: rgba(245,236,212,0.35);
}
.about-tag-txt {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream); opacity: 0.7;
}

/* ── Título ── */
.about-titulo {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--cream);
}
.about-titulo em {
  font-style: normal;
  color: var(--orange);
  font-weight: 700;
}

/* ── Divisor ── */
.about-divider {
  width: 48px; height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

/* ── Textos ── */
.about-texto {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(245,236,212,0.75);
  max-width: 640px;
}
.about-texto--destaque {
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  color: var(--cream);
  opacity: 0.9;
}

/* ── Botão ── */
.btn-about {
  display: inline-flex; align-items: center;
  align-self: flex-start;
  font-family: var(--font); font-size: 14px; font-weight: 600;
  color: var(--navy); background: var(--cream);
  padding: 14px 32px; border-radius: var(--r-sm);
  text-decoration: none; transition: var(--ease);
  margin-top: 8px;
}
.btn-about:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}

/* ── Responsive ── */
@media (max-width: 860px) {
  #about .container { padding: 80px 28px; }
  .about-bg { background-attachment: scroll; }

  .about-logo-gfx {
  width: 350px; height: auto;
}
}

@media (max-width: 600px) {
  #about {
  min-height: 80px;
}
}

/* ── Animações About ── */
@keyframes about-rise {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes about-progress {
  from { width: 0%; }
  to   { width: 100%; }
}

.about-badge,
.about-titulo,
.about-progress,
.about-texto,
.btn-about {
  opacity: 0;
}

#about.about-visible .about-badge {
  animation: about-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

#about.about-visible .about-titulo {
  animation: about-rise 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

#about.about-visible .about-progress {
  animation: about-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

#about.about-visible .about-progress-bar {
  animation: about-progress 1.8s cubic-bezier(0.4, 0, 0.2, 1) 1.0s forwards;
  width: 0%;
}

#about.about-visible .about-texto:nth-of-type(1) {
  animation: about-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}

#about.about-visible .about-texto:nth-of-type(2) {
  animation: about-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
}

#about.about-visible .btn-about {
  animation: about-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .about-badge, .about-titulo, .about-progress,
  .about-texto, .btn-about {
    opacity: 1;
    animation: none;
  }
}



















/* ══════════════════════════════════════
   RESULTS
══════════════════════════════════════ */
#results {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: var(--green);
}

/* ── Header ── */
.res-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 64px;
}

.res-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.15);
}

.res-badge-dot {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  flex-shrink: 0;
}

.res-titulo {
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  max-width: 720px;
  color: white;
}

.res-titulo em {
  font-style: normal;
  background: var(--blue);
  color: white;
  padding: 0px 5px;
}

/* ── Grid de cards ── */
.res-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 2px;
}

/* ── Card base ── */
.res-card {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 30px 32px 32px 30px;
  transition: border-color var(--ease), transform var(--ease);
  cursor: default;
}

.res-card-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.res-card-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 5px;
}
.res-card-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
}

.res-card:first-child { border-radius: var(--r-lg) 0 0 var(--r-lg); }
.res-card:last-child  { border-radius: 0 var(--r-lg) var(--r-lg) 0; }

.res-card + .res-card { border-left: none; }

.res-card:hover {
  border-color: rgba(255,255,255,0.9);
  transform: translateY(-3px);
}

/* ── Conteúdo do card ── */
.res-card-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.res-num {
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: white;
  display: block;
}

.res-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  max-width: 180px;
  display: block;
}

.res-detail {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-top: 2px;
}

.res-card--white {
  background: white;
  border-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 var(--r-lg) var(--r-lg) 0 !important;
}
.res-card--white:hover {
  background: white;
  border-color: white;
  transform: translateY(-3px);
}
.res-card-logo {
    max-width: 100%; /* Define uma largura máxima em relação ao card */
    max-height: 80px; /* Define uma altura máxima para o logo não ficar gigante */
    width: auto; /* Mantém a proporção */
    height: auto; /* Mantém a proporção */
    object-fit: contain; /* Garante que o logo não seja cortado */
    display: block; /* Remove espaços em branco indesejados abaixo da imagem */
    margin: 0; /* Remove margens automáticas que podem desalinhá-lo */
}


/* ── Responsive ── */
@media (max-width: 860px) {
  #results { padding: 86px 0; }

  .res-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .res-card--white {
        border-radius: 0 0 var(--r-lg) var(--r-lg) !important;
    }

  .res-card:first-child  { border-radius: var(--r-lg) 0 0 0; }
  .res-card:nth-child(2) { border-radius: 0 var(--r-lg) 0 0; }
  .res-card:nth-child(3) { border-radius: 0 0 0 var(--r-lg); }
  .res-card:last-child   { border-radius: 0 0 var(--r-lg) 0; }

  .res-card + .res-card        { border-left: 1px solid rgba(255,255,255,0.5); }
  .res-card:nth-child(3)       { border-left: none; }
}

@media (max-width: 600px) {
  #results {
    padding: 50px 0px;
  }

  .res-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .res-card:first-child  { border-radius: var(--r-lg) var(--r-lg) 0 0; }
  .res-card:nth-child(2) { border-radius: 0; }
  .res-card:nth-child(3) { border-radius: 0; }
  .res-card:last-child   { border-radius: 0 0 var(--r-lg) var(--r-lg); }

  .res-card + .res-card {
    border-left: 1px solid rgba(255,255,255,0.5);
    border-top: none;
  }

  .res-num { font-size: clamp(36px, 12vw, 52px); }

  .res-titulo em {
        display: block;       /* Força a quebra de linha */
        width: fit-content;   /* Faz o fundo azul ajustar ao tamanho do texto */
        margin: 5px auto 0;  /* Centraliza o bloco azul e dá distância do topo */
        padding: 5px 15px;    /* Melhora o respiro no mobile */
    }

  .res-header {
    margin-bottom: 40px;
  }
}

/* ── Animações Results ── */
@keyframes res-rise {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

.res-badge,
.res-titulo,
.res-card {
  opacity: 0;
}

#results.res-visible .res-badge {
  animation: res-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

#results.res-visible .res-titulo {
  animation: res-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

#results.res-visible .res-card:nth-child(1) {
  animation: res-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
#results.res-visible .res-card:nth-child(2) {
  animation: res-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.65s forwards;
}
#results.res-visible .res-card:nth-child(3) {
  animation: res-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}
#results.res-visible .res-card:nth-child(4) {
  animation: res-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.95s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .res-badge, .res-titulo, .res-card {
    opacity: 1;
    animation: none;
  }
}




















/* ══════════════════════════════════════
   PLANS
══════════════════════════════════════ */
#plans {
  position: relative;
  padding: 80px 0 72px;
  overflow: hidden;
  background: #ffffff;
}

/* ── Header ── */
.plans-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 36px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.plans-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark, #1a2e24);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(29, 58, 47, 0.25);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.plans-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--text-2);
  border-radius: 50%;
  flex-shrink: 0;
}

.plans-titulo {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  white-space: nowrap;
  color: var(--dark, #1a2e24);
  margin-top: 4px;
}

.plans-titulo em {
  font-style: italic;
  color: var(--blue);
}

.plans-subtitulo {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-muted, #6b8277);
  max-width: 460px;
}

/* ── Grid ── */
.plans-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Card base ── */
.plans-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1.5px solid #d4cfc6;
  border-radius: var(--r-lg, 20px);
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
  cursor: default;
}

.plans-card:hover {
  border-color: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 80, 200, 0.10);
}

/* ── Card featured ── */
.plans-card--featured {
  background: var(--blue);
  border-color: var(--blue);
}

.plans-card--featured:hover {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 20px 48px rgba(0, 80, 200, 0.25);
}

/* ── Badge "Mais popular" ── */
.plans-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 100px;
}

/* ── Card Header ── */
.plans-card-header {
  padding: 22px 22px 18px;
  border-bottom: 1px solid #d4cfc6;
}

.plans-card--featured .plans-card-header {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.plans-card-tier {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 6px;
}

.plans-card--featured .plans-card-tier {
  color: rgba(255, 255, 255, 0.6);
}

.plans-card-divider {
  width: 100%;
  height: 1px;
  background: #d4cfc6;
  margin-bottom: 12px;
}

.plans-card--featured .plans-card-divider {
  background: rgba(255, 255, 255, 0.18);
}

.plans-card-name {
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--dark, #1a2e24);
  margin-bottom: 8px;
}

.plans-card--featured .plans-card-name {
  color: #ffffff;
}

.plans-card-desc {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-muted, #6b8277);
}

.plans-card--featured .plans-card-desc {
  color: rgba(255, 255, 255, 0.65);
}

/* ── Card Body ── */
.plans-card-body {
  padding: 16px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.plans-items-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted, #6b8277);
  margin-bottom: 12px;
}

.plans-card--featured .plans-items-label {
  color: rgba(255, 255, 255, 0.45);
}

.plans-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0;
  margin: 0;
}

.plans-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-body, #3a4f43);
}

.plans-card--featured .plans-item {
  color: rgba(255, 255, 255, 0.88);
}

.plans-item-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0ede6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: var(--blue);
}

.plans-item-icon svg {
  width: 8px;
  height: 8px;
}

.plans-card--featured .plans-item-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

/* ── Card Footer ── */
.plans-card-footer {
  padding: 0 22px 22px;
}

.plans-card-line {
  width: 100%;
  height: 1px;
  background: #d4cfc6;
  margin-bottom: 16px;
}

.plans-card--featured .plans-card-line {
  background: rgba(255, 255, 255, 0.18);
}

.plans-cta-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid var(--blue);
  background: transparent;
  color: var(--blue);
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.plans-cta-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #ffffff;
}

.plans-card--featured .plans-cta-btn {
  background: #ffffff;
  border-color: transparent;
  color: var(--blue);
}

.plans-card--featured .plans-cta-btn:hover {
  background: rgba(255, 255, 255, 0.88);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  #plans { padding: 60px 0; }

  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .plans-card--featured {
    order: -1;
  }
}

@media (max-width: 500px) {
  .plans-grid { max-width: 100%; }

  .plans-titulo {
    white-space: normal;
    font-size: clamp(26px, 5vw, 36px);
  }
}

/* ── Animações Plans ── */
@keyframes plans-rise {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes plans-left {
  from { opacity: 0; transform: translateX(-36px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes plans-right {
  from { opacity: 0; transform: translateX(36px); }
  to   { opacity: 1; transform: translateX(0); }
}

.plans-badge,
.plans-titulo,
.plans-subtitulo,
.plans-card {
  opacity: 0;
}

#plans.plans-visible .plans-badge {
  animation: plans-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

#plans.plans-visible .plans-titulo {
  animation: plans-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s forwards;
}

#plans.plans-visible .plans-subtitulo {
  animation: plans-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.44s forwards;
}

/* Card esquerdo — vem da esquerda */
#plans.plans-visible .plans-card:nth-child(1) {
  animation: plans-left 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

/* Card central — sobe de baixo */
#plans.plans-visible .plans-card:nth-child(2) {
  animation: plans-rise 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

/* Card direito — vem da direita */
#plans.plans-visible .plans-card:nth-child(3) {
  animation: plans-right 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

@media (max-width: 900px) {
  /* No mobile os cards ficam em coluna, todos sobem */
  #plans.plans-visible .plans-card:nth-child(1),
  #plans.plans-visible .plans-card:nth-child(2),
  #plans.plans-visible .plans-card:nth-child(3) {
    animation: plans-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0.5s) forwards;
  }

  #plans.plans-visible .plans-card:nth-child(1) { --delay: 0.5s; }
  #plans.plans-visible .plans-card:nth-child(2) { --delay: 0.65s; }
  #plans.plans-visible .plans-card:nth-child(3) { --delay: 0.8s; }
}

@media (prefers-reduced-motion: reduce) {
  .plans-badge, .plans-titulo, .plans-subtitulo, .plans-card {
    opacity: 1;
    animation: none;
  }
}














/* ══════════════════════════════════════
   CLIENTS
══════════════════════════════════════ */
#clients {
  position: relative;
  padding: 80px 0 88px;
  background: var(--off, #f5f2ec);
  overflow: hidden;
}

/* ── Header ── */
.clients-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 56px;
  padding: 0 24px;
}

.clients-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark, #1a2e24);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(29, 58, 47, 0.25);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.clients-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--green, #2d5241);
  border-radius: 50%;
  flex-shrink: 0;
}

.clients-titulo {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--dark, #1a2e24);
}

.clients-titulo em {
  font-style: italic;
  color: var(--green, #2d5241);
}

.clients-subtitulo {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-muted, #6b8277);
}

/* ── Track wrapper ── */
.clients-track-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

/* ── Fade nas bordas ── */
.clients-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}

.clients-fade--left {
  left: 0;
  background: linear-gradient(to right, var(--cream, #f5f2ec) 0%, transparent 100%);
}

.clients-fade--right {
  right: 0;
  background: linear-gradient(to left, var(--cream, #f5f2ec) 0%, transparent 100%);
}

/* ── Track ── */
.clients-track {
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* ── Marquee animado ── */
.clients-marquee {
  display: flex;
  align-items: center;
  gap: 0;
  animation: clients-scroll 32s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

@keyframes clients-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Logo item ── */
.clients-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 120px;
  padding: 0 32px;
}

/* ── Logo imagem ── */
.clients-logo-img {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) opacity(0.55);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.clients-logo-item:hover .clients-logo-img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* ── Placeholder ── */
.clients-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 48px;
  border-radius: 8px;
  background: rgba(30, 58, 47, 0.06);
  border: 1px dashed rgba(30, 58, 47, 0.18);
}

.clients-logo-placeholder span {
  font-size: 11px;
  font-weight: 500;
  color: rgba(30, 58, 47, 0.35);
  letter-spacing: 0.05em;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  #clients { padding: 64px 0 72px; }

  .clients-grafismo { width: 220px; height: 220px; }
  .clients-grafismo__mala    { width: 150px; right: -20px; }
  .clients-grafismo__garrafa { width: 80px;  right: 110px; }

  .clients-fade { width: 80px; }

  .clients-logo-item {
    width: 220px;
    padding: 0 24px;
  }

  .clients-logo-img {
    max-width: 160px;
    max-height: 68px;
  }
}

@media (max-width: 500px) {
  .clients-grafismo { display: none; }

  .clients-fade { width: 48px; }

  .clients-logo-item {
    width: 200px;
    padding: 0 12px;
  }

  .clients-logo-img {
    max-width: 190px;
    max-height: 90px;
  }

  .clients-marquee { animation-duration: 24s; }
}

@media (prefers-reduced-motion: reduce) {
  .clients-marquee {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
}















/* ══════════════════════════════════════
   TEAM
══════════════════════════════════════ */
#team {
  position: relative;
  padding: 80px 0 88px;
  background: var(--white);
  overflow: hidden;
}

/* ── Header ── */
.team-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 44px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.team-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.team-badge-dot {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  flex-shrink: 0;
}

.team-titulo {
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: var(--text);
  max-width: 800px;
}

.team-titulo em {
  font-style: normal;
  background: var(--orange);
  color: white;
  padding: 0 6px;
}

/* ── Grid ── */
.team-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}

/* ── Ícones decorativos de fundo ── */
.team-bg-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.team-bg-icons img {
  position: absolute;
  filter: brightness(10);
}

/* ── Wrapper — contexto de posicionamento para o ícone fora do clip ── */
.team-card-wrap {
  position: relative;
}

/* ── Ícone no recorte — fora do card, acima do clip-path ── */
.team-card-notch-icon {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.team-card-notch-icon--top-left  { left: 0; }
.team-card-notch-icon--top-right { right: 0; }

.team-card-notch-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

/* ── Card base ── */
.team-card {
  position: relative;
  background: var(--blue, #f5f2ec);
  border-radius: var(--r-lg, 20px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
}

/* ── Foto ── */
.team-card-photo-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
}

.team-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
  display: block;
  transition: transform 0.55s ease;
}

.team-card:hover .team-card-photo {
  transform: scale(1.04);
}

/* ── Corpo do card ── */
.team-card-body {
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid rgba(30, 58, 47, 0.1);
}

.team-card-name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--cream, #1a2e24);
}

.team-card-role {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-top: 2px;
}

.team-card-bio {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--white, #3a4f43);
  margin-top: 10px;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  #team { padding: 64px 0 72px; }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 16px;
  }

  .team-header { margin-bottom: 36px; }
}

@media (max-width: 500px) {
  .team-card-body { padding: 18px 20px 22px; }
}

/* ── Animações Team ── */
@keyframes team-left {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes team-right {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes team-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.team-header .srv-badge,
.team-titulo,
.team-card-wrap {
  opacity: 0;
}

#team.team-visible .team-header .srv-badge {
  animation: team-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

#team.team-visible .team-titulo {
  animation: team-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s forwards;
}

#team.team-visible .team-card-wrap:nth-child(1) {
  animation: team-left 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

#team.team-visible .team-card-wrap:nth-child(2) {
  animation: team-right 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

@media (max-width: 860px) {
  #team.team-visible .team-card-wrap:nth-child(1) {
    animation: team-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
  }
  #team.team-visible .team-card-wrap:nth-child(2) {
    animation: team-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.68s forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-header .srv-badge,
  .team-titulo,
  .team-card-wrap {
    opacity: 1;
    animation: none;
  }
}















/* ══════════════════════════════════════
   APPROACH
══════════════════════════════════════ */
#approach {
  position: relative;
  padding: 80px 0 88px;
  background: #faf8f4;
  overflow: hidden;
}

/* ── Header ── */
.approach-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 52px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.approach-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark, #1a2e24);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(29, 58, 47, 0.25);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.approach-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--green, #2d5241);
  border-radius: 50%;
  flex-shrink: 0;
}

.approach-titulo {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--green, #1a2e24);
}

.approach-titulo em {
  font-style: italic;
  color: var(--orange, #2d5241);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.approach-subtitulo {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-muted, #6b8277);
}

/* ── Grid ── */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Card ── */
.approach-card {
  position: relative;
  border-radius: var(--r-lg, 20px);
  overflow: hidden;
  /* Altura fixa — imagem preenche */
  aspect-ratio: 3 / 4;
  cursor: default;
}

/* Escala suave no hover */
.approach-card:hover .approach-card-img {
  transform: scale(1.06);
}

/* ── Imagem full-bleed ── */
.approach-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.approach-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ── Gradiente overlay — escurece só a base ── */
.approach-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    /* topo: leve escurecimento para o label */
    rgba(20, 40, 30, 0.25) 0%,
    /* meio: quase transparente */
    rgba(20, 40, 30, 0.0) 40%,
    /* base: escuro para o título */
    rgba(10, 20, 15, 0.75) 75%,
    rgba(5, 12, 8, 0.92) 100%
  );
  transition: background 0.4s ease;
}

/* Hover: aprofunda levemente o overlay */
.approach-card:hover .approach-card-overlay {
  background: linear-gradient(
    to bottom,
    rgba(20, 40, 30, 0.3) 0%,
    rgba(20, 40, 30, 0.0) 35%,
    rgba(10, 20, 15, 0.82) 70%,
    rgba(5, 12, 8, 0.95) 100%
  );
}

/* ── Conteúdo ── */
.approach-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px 28px;
}

/* ── Topo: label + divisória ── */
.approach-card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.approach-card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  display: block;
}

.approach-card-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

/* ── Base: título ── */
.approach-card-title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #ffffff;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  #approach { padding: 64px 0 72px; }

  .approach-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .approach-card {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 500px) {
  .approach-card {
    aspect-ratio: 3 / 2;
  }
}

/* ── Animações Approach ── */
@keyframes approach-rise {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.approach-badge,
.approach-titulo,
.approach-subtitulo,
.approach-card {
  opacity: 0;
}

#approach.approach-visible .approach-badge {
  animation: approach-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

#approach.approach-visible .approach-titulo {
  animation: approach-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s forwards;
}

#approach.approach-visible .approach-subtitulo {
  animation: approach-rise 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.44s forwards;
}

#approach.approach-visible .approach-card:nth-child(1) {
  animation: approach-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.55s forwards;
}
#approach.approach-visible .approach-card:nth-child(2) {
  animation: approach-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.72s forwards;
}
#approach.approach-visible .approach-card:nth-child(3) {
  animation: approach-rise 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.89s forwards;
}

/* Imagem começa levemente scaled e respira ao entrar */
.approach-card-img {
  transform: scale(1.06);
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#approach.approach-visible .approach-card:nth-child(1) .approach-card-img {
  transform: scale(1);
  transition-delay: 0.75s;
}
#approach.approach-visible .approach-card:nth-child(2) .approach-card-img {
  transform: scale(1);
  transition-delay: 0.92s;
}
#approach.approach-visible .approach-card:nth-child(3) .approach-card-img {
  transform: scale(1);
  transition-delay: 1.09s;
}

/* Reaplica o scale no hover sem conflito */
.approach-card:hover .approach-card-img {
  transform: scale(1.06) !important;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

@media (max-width: 860px) {
  #approach.approach-visible .approach-card:nth-child(1) { animation-delay: 0.55s; }
  #approach.approach-visible .approach-card:nth-child(2) { animation-delay: 0.7s;  }
  #approach.approach-visible .approach-card:nth-child(3) { animation-delay: 0.85s; }
}

@media (prefers-reduced-motion: reduce) {
  .approach-badge, .approach-titulo,
  .approach-subtitulo, .approach-card {
    opacity: 1;
    animation: none;
  }
  .approach-card-img { transform: scale(1); }
}

















/* ══════════════════════════════════════
   CTA
══════════════════════════════════════ */
#cta {
  position: relative;
  background: var(--dark, #1a2e24);
  overflow: hidden;
  padding: 100px 24px;
}

/* ── Grafismos de fundo ── */
.cta-bg-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.cta-grafismo {
  position: absolute;
  filter: brightness(10);
}

/* chave — esquerda, mais visível, alinhada à base */
.cta-grafismo--1 {
  width: 300px;
  bottom: -50px;
  left: -70px;
  opacity: 0.10;
  transform: rotate(15deg);
}

/* garrafa (vinho) — direita, mais recuada, verticalizada */
.cta-grafismo--2 {
  width: 260px;
  top: 20px;
  right: -40px;
  opacity: 0.09;
  transform: rotate(-6deg);
}

/* ── Inner ── */
.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

/* ── Texto ── */
.cta-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.cta-titulo {
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--cream, #f5f2ec);
}

.cta-titulo em {
  font-style: normal;
  color: var(--orange, #e07a30);
}

.cta-subtitulo {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(245, 242, 236, 0.6);
  letter-spacing: -0.01em;
}

/* ── Botão ── */
.cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--orange, #e07a30);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 100px;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 12px rgba(224, 122, 48, 0.35);
}

.cta-btn:hover {
  background: #c96a22;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(224, 122, 48, 0.45);
}

.cta-btn-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 18px;
}

.cta-btn:hover .cta-btn-arrow {
  transform: translateX(4px);
}

/* ── Linha decorativa ── */
#cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(245, 242, 236, 0.15) 30%,
    rgba(245, 242, 236, 0.15) 70%,
    transparent
  );
}

/* ── Responsive ── */
@media (max-width: 760px) {
  #cta { padding: 72px 24px; }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .cta-btn { width: 100%; justify-content: center; }
}













/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
#footer {
  background: var(--graphite, #1c1c1c);
  color: var(--cream, #f5f2ec);
  position: relative;
}

/* ── Linha decorativa superior ── */
.footer-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(245, 242, 236, 0.12) 20%,
    rgba(245, 242, 236, 0.12) 80%,
    transparent
  );
}

/* ── Inner layout ── */
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr 1.2fr;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 56px;
  align-items: start;
}

/* ══ COL 1 — Marca ══ */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo-link {
  display: inline-block;
  width: fit-content;
}

.footer-logo {
  height: 36px;
  width: auto;
  display: block;
}

.footer-tagline {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245, 242, 236, 0.5);
  max-width: 240px;
}

/* Social */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(245, 242, 236, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 242, 236, 0.55);
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.footer-social-link svg {
  width: 16px;
  height: 16px;
}

.footer-social-link:hover {
  border-color: var(--orange, #e07a30);
  color: var(--orange, #e07a30);
  background: rgba(224, 122, 48, 0.08);
}

/* ══ Label de coluna ══ */
.footer-col-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 242, 236, 0.35);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 242, 236, 0.08);
}

/* ══ COL 2 — Navegação ══ */
.footer-nav-col {
  display: flex;
  flex-direction: column;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-link {
  font-size: 14px;
  font-weight: 400;
  color: rgba(245, 242, 236, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  width: fit-content;
  position: relative;
}

.footer-nav-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--orange, #e07a30);
  transition: width 0.25s ease;
}

.footer-nav-link:hover {
  color: var(--cream, #f5f2ec);
}

.footer-nav-link:hover::after {
  width: 100%;
}

/* ══ COL 3 — Contato ══ */
.footer-contact-col {
  display: flex;
  flex-direction: column;
}

.footer-email {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(245, 242, 236, 0.6);
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s ease;
  word-break: break-all;
}

.footer-email:hover {
  color: var(--cream, #f5f2ec);
}

.footer-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange, #e07a30);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: gap 0.25s ease;
}

.footer-cta-link:hover {
  gap: 14px;
}

/* ══ COL 4 — Stat decorativo ══ */
.footer-stat-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding-top: 4px;
}

.footer-stat-num {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: transparent;
  /* Número como outline — elegante e tipográfico */
  -webkit-text-stroke: 1.5px rgba(245, 242, 236, 0.18);
}

.footer-stat-label {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(245, 242, 236, 0.35);
  text-align: right;
  letter-spacing: 0.02em;
}

/* ══ Bottom bar ══ */
.footer-bottom {
  border-top: 1px solid rgba(245, 242, 236, 0.07);
  padding: 18px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-copy {
  font-size: 12px;
  font-weight: 400;
  color: rgba(245, 242, 236, 0.28);
}

.footer-bottom-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 242, 236, 0.18);
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }

  .footer-stat-col {
    align-items: flex-start;
  }

  .footer-stat {
    align-items: flex-start;
  }

  .footer-stat-label {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer-inner {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}












/* ── Responsive ── */

@media (max-width:782px) {
  body.admin-bar #main-nav { top:46px; }
  body.admin-bar #hero     { padding-top:116px; }
}

/* Tablet / hamburguer */
@media (max-width:1060px) {
  .nav-hamburger { display:flex; }
  .nav-right {
    display:none;
    position:absolute; top:74px; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:rgba(255,255,255,0.98);
    backdrop-filter:blur(20px);
    border-bottom:1px solid var(--border);
    padding:12px 24px 20px;
    box-shadow:0 8px 24px rgba(30,27,27,0.08);
  }
  .nav-right.open { display:flex; }
  .nav-link {
    padding:14px 4px;
    border-bottom:1px solid var(--border);
    border-radius:0; font-size:15px;
  }
  .nav-cta { margin:16px 0 0; text-align:center; padding:14px 24px; }

  #hero { padding:80px 0 60px; }

  .hero-inner {
    grid-template-columns:1fr;
    gap:48px;
    text-align:center;
    min-height:auto;
  }

  .hero-badge {
    align-self: center;
    max-width: 480px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    padding: 6px 20px;
  }

  .hero-badge-dot {
    margin-top: 0;
    align-self: center;
  }
  .hero-left    { align-items:center; }
  .hero-sub     { margin:0 auto; }
  .hero-actions { justify-content:center; }
  .hero-videos  { max-width:480px; margin:0 auto; }
}

/* Mobile */
@media (max-width:600px) {
  #hero { padding:120px 0 60px; }
  
  .hero-titulo {
    font-size:clamp(28px, 8vw, 38px);
  }
  .hero-videos {
    flex-direction: column !important;   /* ← mantém lado a lado */
    max-width: 100%;
  }
  .hero-video-wrap {
    border-radius: var(--r-lg);
    clip-path: none !important;
  }

  .hero-badge-text {
    font-size: 9px;
  }

  .hero-video-outer--top .hero-video-wrap,
  .hero-video-outer--bottom .hero-video-wrap { height:240px; }
  .hero-actions { flex-direction:column; align-items:center; }
  .btn-hero-primary,
  .btn-hero-ghost { width:100%; justify-content:center; }

  /* garrafa (vinho) — direita, mais recuada, verticalizada */
.cta-grafismo--2 {
  opacity: 0.00;
}

.cta-grafismo--2 {
  opacity: 0.00;
}

/* chave — esquerda, mais visível, alinhada à base */
.cta-grafismo--1 {
  width: 250px;
  bottom: -50px;
  left: 250px;
  opacity: 0.10;
  transform: rotate(-25deg);
}

.hero-videos  { max-width:480px; margin:0 auto; }
}

