/* =========================================================
   FOUNDERPAGE — styles.css v5 RESTORE
   Design original — centrado no PC — sem scroll horizontal
========================================================= */

/* ── 1. TOKENS ─────────────────────────────────────────── */
:root {
  --bg:        #010D1C;
  --bg2:       #061629;
  --bg3:       #0A1F3A;
  --gold:      #FABB4D;
  --gold-dk:   #D48D1C;
  --gold-lt:   #FFD175;
  --white:     #F8F9FA;
  --muted:     #8A99AE;
  --muted2:    #5A6A7E;
  --border:    rgba(255,255,255,0.07);
  --border2:   rgba(255,255,255,0.13);
  --light-bg:  #F2F4F7;
  --dark-text: #0B1927;
  --sub-color: rgb(178,175,181);

  --ff-title: 'Outfit', 'DM Sans', Arial, sans-serif;
  --ff-body:  'DM Sans', Arial, sans-serif;
  --ff-sub:   'Manrope', 'DM Sans', Arial, sans-serif;

  --r-sm:  4px;
  --r-md:  6px;
  --r-lg:  12px;
  --ease:  0.25s ease;
  --max:   1180px;
  --pad-x: 28px;
}

/* ── 2. RESET & CONTAINMENT ────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden !important;
}
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden !important;
  position: relative;
}
img, svg, video, iframe, canvas {
  display: block;
  max-width: 100% !important;
  height: auto;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, a, span, button, li, label, input, textarea {
  overflow-wrap: break-word;
  word-break: break-word;
}
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* Contenção de seções */
#hero, #cases, #offer, #process, #guarantee, #faq, #reviews, #contact, #footer, .contact-section, section {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
}

/* ── 3. UTILITÁRIOS ────────────────────────────────────── */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  width: 100%;
  box-sizing: border-box;
}

.gold { color: var(--gold); }
.gold-mob {
  background: linear-gradient(180deg, #FFF4CE 0%, #FABB4D 55%, #D48D1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gold-gradient-text {
  background: linear-gradient(180deg, #FFF4CE 0%, #FABB4D 55%, #D48D1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gold-shine-text {
  background: linear-gradient(90deg, #D48D1C 0%, #FFF4CE 40%, #FFF4CE 60%, #D48D1C 100%);
  background-size: 200% auto;
  color: #FABB4D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 3s linear infinite;
}
.white-shine-text {
  background: linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 40%, #FFFFFF 50%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.6) 100%);
  background-size: 200% auto;
  color: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 3s linear infinite;
  font-weight: 600;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.eyebrow {
  font-family: 'Inter', var(--ff-body);
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 18px;
}
.eyebrow--dark { color: var(--gold-dk); }

.section-h2 {
  font-family: var(--ff-title);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}
.section-sub {
  font-family: var(--ff-sub);
  font-size: 1.05rem;
  color: var(--sub-color);
  line-height: 1.8;
  letter-spacing: -0.015em;
  max-width: 520px;
  font-weight: 400;
}
.dark-text { color: var(--dark-text); }
.hero-cta-note { display: none; }
.d-only { display: none; }
@media (min-width: 768px) { .d-only { display: inline; } }

/* ── 4. ANIMAÇÕES & INTERATIVIDADE ────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Vertical Scroll Progress Bar */
.scroll-progress-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1002;
}
.scroll-progress-bar {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #D48D1C 0%, #FABB4D 50%, #FFD175 100%);
  background-size: 100% 100vh;
  background-attachment: fixed;
  transition: height 0.08s ease-out;
}

/* Background Glowing Orbs (Disabled for maximum performance) */
.glow-orb-container {
  display: none;
}

/* Spotlight Hover Effect nos Cards (Clean CSS hover) */
.spotlight-card {
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.spotlight-card:hover {
  border-color: rgba(250, 187, 77, 0.35);
}
.spotlight-card > * {
  position: relative;
  z-index: 2;
}

/* ── 5. BOTÕES ─────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff-title);
  font-weight: 500;
  font-size: 0.83rem;
  letter-spacing: 0.1em;
  padding: 15px 28px;
  border-radius: var(--r-sm);
  border: none;
  cursor: pointer;
  transition: transform var(--ease), opacity var(--ease), background var(--ease);
  white-space: nowrap;
  text-decoration: none;
}
.btn-gold {
  background: linear-gradient(180deg, #FFE296 0%, #FABB4D 55%, #D48D1C 100%);
  color: #06101E;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  border-radius: 100px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 245, 210, 0.6);
  box-shadow: 0 4px 18px rgba(250, 187, 77, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.btn-gold:hover {
  background: linear-gradient(180deg, #FFF0B8 0%, #FFD175 55%, #FABB4D 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(250, 187, 77, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.btn-outline {
  color: var(--muted);
  border: 1px solid var(--border2);
  letter-spacing: 0.04em;
  font-weight: 400;
  text-transform: none;
}
.btn-outline:hover { color: var(--white); border-color: rgba(255,255,255,0.3); }

.btn-outline-gold {
  color: var(--gold);
  border: 1px solid rgba(232,168,32,0.3);
  font-size: 0.78rem;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-outline-gold:hover { background: var(--gold); color: #08100F; border-color: var(--gold); }

.btn-wide { width: 100%; }

/* ── URGENCY BAR ───────────────────────────────────────── */
.urgency-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  background-color: #E3242B; /* Red urgency color */
  color: #FFFFFF;
  text-align: center;
  padding: 8px 16px;
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.urgency-bar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.urgency-icon {
  font-size: 1rem;
}
.urgency-text strong {
  font-weight: 400;
}
.urgency-cta {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: background var(--ease);
}
.urgency-cta:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ── 6. CABEÇALHO ──────────────────────────────────────── */
#header {
  position: absolute;
  top: 38px; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
}
.hd-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex;
  align-items: center;
  gap: 20px;
}
.hd-logo { flex-shrink: 0; }
.logo-img { height: 40px; width: auto; display: block; object-fit: contain; transition: opacity var(--ease); }
.logo-img:hover { opacity: 0.8; }
.hd-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.hd-link { font-size: 0.85rem; color: var(--muted); padding: 8px 14px; border-radius: var(--r-sm); transition: color var(--ease); }
.hd-link:hover { color: var(--white); }
.hd-cta { margin-left: 8px; flex-shrink: 0; font-size: 0.82rem; padding: 12px 22px; }

/* Hambúrguer */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; margin-left: auto; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform var(--ease), opacity var(--ease); }
.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 */
.mob-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(1,13,28,0.97);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ease);
}
.mob-nav.open { opacity: 1; pointer-events: auto; }
.mob-close { position: absolute; top: 24px; right: 24px; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }
.mob-link { font-size: 1.2rem; font-weight: 500; color: var(--white); padding: 14px 32px; text-align: center; }
.mob-cta { margin-top: 16px; }

/* ── 7. HERO ───────────────────────────────────────────── */
#hero {
  background: var(--bg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Logo mobile — oculta no desktop */
.hero-mobile-logo { display: none; }

/* Banda da foto */
.hero-band {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
  flex-shrink: 0;
  padding-top: 112px; /* compensa header fixo + urgency bar */
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hero-band-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(1,13,28,0.35) 0%, transparent 22%, transparent 45%, rgba(1,13,28,0.75) 78%, var(--bg) 100%),
    linear-gradient(to right,  var(--bg) 0%, transparent 12%, transparent 88%, var(--bg) 100%);
  pointer-events: none;
}

/* Corpo do hero */
.hero-body {
  margin-top: -72px;
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
}

.hero-body .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

#hero .eyebrow {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hero-h1 {
  font-family: var(--ff-title);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.hero-sub {
  font-family: var(--ff-sub);
  font-size: 1.05rem;
  color: var(--sub-color);
  line-height: 1.72;
  max-width: 560px;
  margin: 0 auto 24px;
  font-weight: 400;
  text-align: center;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 20px;
}

/* Botão hero principal — pílula dourada premium */
.btn-hero-primary {
  font-family: var(--ff-title);
  font-size: clamp(0.88rem, 2vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0 28px;
  height: 64px;
  border-radius: 100px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFE494 0%, #FABB4D 45%, #D48D1C 100%);
  color: #06101E;
  border: 1px solid rgba(255, 245, 210, 0.7);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(250, 187, 77, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.btn-hero-primary::after {
  content: '→';
  font-size: 1.2rem;
  margin-left: 8px;
  line-height: 1;
  transition: transform 0.2s ease;
  display: inline-block;
  flex-shrink: 0;
}
.btn-hero-primary:hover {
  background: linear-gradient(180deg, #FFF0B8 0%, #FFD175 45%, #FABB4D 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(250, 187, 77, 0.5);
}
.btn-hero-primary:hover::after {
  transform: translateX(4px);
}

.hero-cta-note {
  text-align: center;
  font-family: var(--ff-sub);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-cta-note strong { color: var(--gold); font-weight: 700; }

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.73rem;
  color: var(--muted2);
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-bottom: 60px;
}
.hero-trust .sep { color: var(--gold); font-size: 0.5rem; opacity: 0.6; }

/* ── 8. TICKER ─────────────────────────────────────────── */
.ticker-wrap {
  background: linear-gradient(90deg, #D48D1C 0%, #FABB4D 40%, #FFD175 70%, #D48D1C 100%);
  overflow: hidden;
  padding: 16px 0;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
}
.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  animation: ticker 20s linear infinite;
  will-change: transform;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-title);
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #06101E;
  padding: 0 28px;
}
.ticker-gold {
  color: #FFFFFF;
  font-weight: 400;
  background: #06101E;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.ticker-sep { color: #06101E; opacity: 0.45; padding: 0 8px; font-size: 0.9rem; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── 9. SECTION 2: MANIFESTO & 4 PILARES ──────────────── */
#cases {
  background: var(--bg2);
  padding: 112px 0;
  overflow: hidden;
}

.primo-manifesto {
  max-width: 680px;
  margin: 0 auto 96px;
  text-align: center;
}
.primo-h2 {
  font-family: var(--ff-title);
  font-size: clamp(1.45rem, 3.2vw, 2.3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.primo-body-text p {
  font-family: var(--ff-sub);
  font-size: 1.02rem;
  color: rgba(255,255,255,0.74);
  line-height: 1.82;
  letter-spacing: -0.015em;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
.primo-highlight-box {
  color: var(--white) !important;
  font-weight: 600 !important;
  font-size: 1.08rem !important;
  margin-top: 36px !important;
  margin-bottom: 0 !important;
}
.primo-pillars-head {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}
.section-sub-pillars {
  font-family: var(--ff-sub);
  font-size: 1.15rem;
  color: var(--sub-color);
  margin-top: 18px;
  font-weight: 400;
  line-height: 1.6;
}

/* Grid 4 Funcoes */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 880px;
  margin: 0 auto 48px;
}
.pillar-card {
  background: #061326;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px;
  padding: 40px 32px 44px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.pillar-card:hover { border-color: rgba(250,187,77,0.35); box-shadow: 0 16px 40px rgba(0,0,0,0.5); }
.pillar-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.pillar-icon-wrap { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; }
.pillar-title { font-family: var(--ff-title); font-size: 1.15rem; font-weight: 700; color: var(--white); line-height: 1.3; letter-spacing: 0.04em; text-transform: uppercase; }
.pillar-desc { font-family: var(--ff-sub); font-size: 0.98rem; color: rgba(255,255,255,0.72); line-height: 1.75; letter-spacing: -0.015em; font-weight: 400; }

.pillars-cta-wrap {
  max-width: 520px;
  margin: 0 auto 96px;
  display: flex;
  justify-content: center;
}
.pillar-comp-card {
  background: #061326;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 40px 32px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pillar-comp-card--gold {
  border: 1px solid rgba(250,187,77,0.45);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), inset 0 0 20px rgba(250,187,77,0.05);
}
.pillar-comp-badge {
  display: inline-block;
  font-family: var(--ff-title);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.pillar-comp-badge--gold { color: #FABB4D; border: 1px solid rgba(250,187,77,0.4); background: rgba(250,187,77,0.08); }
.pillar-comp-dots { display: flex; justify-content: center; gap: 14px; margin-bottom: 28px; }
.comp-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.12); }
.comp-dot.active-dim { background: rgba(255,255,255,0.45); box-shadow: 0 0 8px rgba(255,255,255,0.2); }
.comp-dot.active-gold { background: #FABB4D; box-shadow: 0 0 12px rgba(250,187,77,0.8); outline: 2px solid rgba(250,187,77,0.35); outline-offset: 3px; }
.pillar-comp-metrics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--ff-title);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}
.comp-label--gold, .comp-val--gold { color: #FABB4D; }
.pillar-comp-bar { height: 8px; background: rgba(255,255,255,0.08); border-radius: 100px; overflow: hidden; margin-bottom: 28px; }
.comp-bar-fill { height: 100%; border-radius: 100px; }
.comp-bar-fill--dim { width: 20%; background: rgba(255,255,255,0.35); }
.comp-bar-fill--gold { width: 100%; background: linear-gradient(90deg, #D48D1C 0%, #FABB4D 50%, #FFD175 100%); box-shadow: 0 0 14px rgba(250,187,77,0.9); }
.pillar-comp-title { font-family: var(--ff-title); font-size: 1.85rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0; }
.comp-title--dim { color: rgba(255,255,255,0.65); }
.comp-title--gold {
  background: linear-gradient(180deg, #FFF4CE 0%, #FABB4D 50%, #D48D1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(250,187,77,0.35));
}
.pillar-comp-cta { width: 100%; max-width: 440px; margin-top: 0; }
.btn-pillar-cta { width: 100%; }

/* Time Pilares */
.team-pillars-wrap { max-width: 1040px; margin: 0 auto 112px; text-align: center; }
.team-pillars-h2 { font-size: clamp(1.3rem, 2.7vw, 1.95rem); margin-bottom: 48px; }
.team-pillars-img-wrap { position: relative; max-width: 100%; margin: 0 auto 44px; border-radius: 20px 20px 0 0; overflow: hidden; }
.team-pillars-img { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 20px 20px 0 0; }
.team-pillars-fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 35%;
  background: linear-gradient(to bottom, transparent 0%, var(--bg2) 100%);
  pointer-events: none;
}
.team-gold-line {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, #D48D1C 0%, #FABB4D 50%, #D48D1C 100%);
  box-shadow: 0 0 10px rgba(250,187,77,0.6);
  z-index: 2;
}
.team-authority-copy { max-width: 680px; margin: 0 auto; text-align: center; }
.team-authority-copy p { font-family: var(--ff-sub); font-size: 1.05rem; color: rgba(255,255,255,0.78); line-height: 1.85; letter-spacing: -0.015em; font-weight: 400; }
.team-authority-copy strong { color: var(--white); font-weight: 600; }

/* Cases portfolio */
.cases-portfolio-head { margin-bottom: 56px; text-align: center; }
.case-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}
.case-row--rev { direction: rtl; }
.case-row--rev > * { direction: ltr; }
/* Mockup de MacBook Pro */
.case-img-wrap {
  width: 100%;
  max-width: 100%;
  padding: 10px 0 20px;
  overflow: hidden;
}
.macbook-mockup {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  perspective: 1000px;
  box-sizing: border-box;
}
.macbook-mockup:hover {
  transform: translateY(-8px);
}
.macbook-screen {
  position: relative;
  background: #000;
  border-radius: 16px 16px 0 0;
  padding: 16px 16px 24px 16px;
  border: 2px solid #5C5E62;
  border-bottom: 2px solid #1A1A1A;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.macbook-camera {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  border: 1px solid #111;
  box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
}
.macbook-screen::after {
  content: 'MacBook Pro';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.05em;
}
.macbook-display {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #111;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.macbook-display .case-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.macbook-base {
  position: relative;
  width: 114%;
  height: 14px;
  left: -7%;
  background: linear-gradient(180deg, #8A8C90 0%, #5C5E62 100%);
  border-radius: 0 0 16px 16px;
  z-index: 2;
}
.macbook-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 6px;
  background: #3B3C3F;
  border-radius: 0 0 6px 6px;
}
.case-copy { padding: 8px 0; }
.case-tag { font-size: 9px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.case-name { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 600; color: var(--white); margin-bottom: 14px; line-height: 1.2; letter-spacing: -0.01em; }
.case-desc { font-family: var(--ff-sub); font-size: 1rem; color: var(--sub-color); line-height: 1.82; letter-spacing: -0.015em; margin-bottom: 24px; max-width: 380px; font-weight: 400; }

/* Cases close */
.cases-close { margin-top: 24px; text-align: center; padding: 80px 40px; border-top: 1px solid var(--border); }
.cases-close-title { font-family: var(--ff-title); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 500; color: var(--white); margin-bottom: 12px; line-height: 1.5; letter-spacing: -0.01em; }
.cases-close-sub { font-family: var(--ff-sub); font-size: 1rem; color: var(--sub-color); line-height: 1.78; letter-spacing: -0.015em; max-width: 460px; margin: 0 auto 36px; font-weight: 400; }

/* ── 10. OFERTA ────────────────────────────────────────── */
#offer { background: var(--bg); padding: 112px 0; overflow: hidden; }
#offer .section-head { margin-bottom: 32px; text-align: center; }

.offer-text { max-width: 540px; margin: 0 auto 56px; text-align: center; }
.offer-text p { font-family: var(--ff-sub); font-size: 1.05rem; color: var(--sub-color); line-height: 1.88; letter-spacing: -0.015em; margin-bottom: 8px; font-weight: 400; }

.offer-inc-label { font-family: var(--ff-body); font-size: 9px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted2); text-align: center; margin-bottom: 28px; }

.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 56px; max-width: 640px; margin: 0 auto 64px; list-style: none; }
.offer-list li { display: flex; align-items: center; gap: 12px; font-family: var(--ff-sub); font-size: 0.95rem; color: var(--sub-color); border-bottom: 1px solid var(--border); padding-bottom: 14px; font-weight: 400; }
.chk { color: var(--gold); font-weight: 500; font-size: 0.82rem; flex-shrink: 0; }

.offer-price-box { text-align: center; padding: 60px 40px; border: 1px solid var(--border); border-top: 1px solid rgba(232,168,32,0.3); border-radius: 24px; max-width: 440px; margin: 0 auto 28px; background: var(--bg2); }
.price-cond { font-family: var(--ff-body); font-size: 9px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.price-value { font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 12px; display: flex; align-items: flex-start; justify-content: center; gap: 4px; }
.price-curr { font-size: 1.5rem; margin-top: 10px; font-weight: 400; }
#price-val { font-size: clamp(3.8rem, 9vw, 5.2rem); }
.price-split { font-size: 0.83rem; color: var(--muted2); margin-bottom: 32px; line-height: 1.7; font-weight: 300; letter-spacing: 0.02em; }
.offer-scarcity { max-width: 400px; margin: 0 auto; font-size: 0.82rem; color: var(--muted2); line-height: 1.7; font-weight: 300; }
.offer-scarcity strong { color: var(--muted); font-weight: 400; }

/* ── 11. PROCESSO ──────────────────────────────────────── */
#process { padding: 112px 0; background: var(--light-bg); overflow: hidden; }
#process .section-head { margin-bottom: 64px; text-align: center; }
#process .section-h2 { color: var(--dark-text); font-weight: 600; }

.steps { display: flex; align-items: flex-start; gap: 0; width: 100%; }
.step { flex: 1; text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-connector { flex-shrink: 0; width: 40px; height: 1px; background: rgba(14,30,51,0.1); margin-top: 24px; }
.step-num { font-family: var(--ff-title); font-size: 2.6rem; font-weight: 300; color: var(--gold-dk); line-height: 1; margin-bottom: 20px; letter-spacing: -0.02em; }
.step-title { font-family: var(--ff-title); font-size: 0.9rem; font-weight: 600; color: var(--dark-text); margin-bottom: 10px; line-height: 1.4; }
.step-desc { font-family: var(--ff-sub); font-size: 0.9rem; color: var(--dark-text); opacity: 0.55; line-height: 1.74; font-weight: 400; }

.contrast-block {
  background: var(--bg);
  border-radius: var(--r-md);
  padding: 72px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.contrast-text { font-family: var(--ff-sub); font-size: 1rem; color: var(--sub-color); line-height: 1.88; margin-bottom: 32px; font-weight: 400; }
.diffs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.diffs li { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--muted); font-weight: 400; }
.diff-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; opacity: 0.8; }

/* ── 11.3. MINI PROCESSO — 3 PASSOS ────────────────────── */
.mini-steps-wrap {
  margin: 80px 0 64px;
  text-align: center;
}

.mini-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 860px;
  margin: 0 auto 48px;
}

.mini-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.mini-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.mini-step-icon svg {
  width: 46px;
  height: 46px;
}

.mini-step-num {
  font-family: var(--ff-title);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mini-step-title {
  font-family: var(--ff-sub);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.mini-step-desc {
  font-family: var(--ff-sub);
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.72;
  font-weight: 400;
}

.mini-step-arrow {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: rgba(250, 187, 77, 0.35);
  padding: 0 4px;
  margin-bottom: 60px;
}

.mini-steps-cta {
  display: flex;
  justify-content: center;
}

@media (max-width: 640px) {
  .mini-steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .mini-step-arrow {
    transform: rotate(90deg);
    margin: 0;
  }
}

/* ── 11.5. SEÇÃO DE GARANTIA ────────────────────────────── */

.gold-shine-text {
  background: linear-gradient(180deg, #FFF4CE 0%, #FABB4D 55%, #D48D1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  display: inline-block;
}

#guarantee {
  padding: 20px 0;
  overflow: hidden;
}

.guarantee-card {
  background: #061326;
  border: 1px solid rgba(250, 187, 77, 0.35);
  border-radius: 28px;
  padding: 60px 48px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}

.guarantee-seal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guarantee-seal-img {
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  clip-path: circle(48.5% at 50% 50%);
  transition: transform 0.3s ease;
}

.guarantee-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.guarantee-h2 {
  font-family: var(--ff-title);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}

.guarantee-desc {
  font-family: var(--ff-sub);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.82;
  margin-bottom: 24px;
  font-weight: 400;
}

.guarantee-desc strong {
  color: var(--gold);
  font-weight: 600;
}

.guarantee-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-bottom: 32px;
}

.guarantee-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-sub);
  font-size: 0.95rem;
  color: var(--white);
  font-weight: 500;
}

.guarantee-cta-wrap {
  width: 100%;
  max-width: 440px;
}

@media (max-width: 900px) {
  .guarantee-card {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 28px;
    text-align: center;
  }
  .guarantee-content {
    align-items: center;
  }
  .guarantee-seal-img {
    max-width: 210px;
  }
  .guarantee-features {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

/* ── 12. FAQ + CTA FINAL ───────────────────────────────── */
#faq { background: var(--bg); padding: 112px 0; overflow: hidden; }
#faq .section-head { text-align: center; margin-bottom: 64px; }

.faq-list {
  max-width: 720px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: var(--bg2);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 24px 28px;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--gold);
  font-family: 'Inter', var(--ff-body);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: left;
  padding: 0 0 10px 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.5;
  cursor: default;
  display: block;
}
.faq-icon { display: none; }
.faq-a {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  font-family: 'Inter', var(--ff-body);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  font-weight: 300;
  padding: 0;
}

.cta-final { text-align: center; padding: 88px 24px 0; border-top: 1px solid var(--border); }
.cta-final-eyebrow { font-family: var(--ff-body); font-size: 9px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted2); margin-bottom: 20px; }
.cta-final-h2 { font-family: var(--ff-title); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 600; color: var(--white); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 18px; }
.cta-final-sub { font-family: var(--ff-sub); font-size: 1.05rem; color: var(--sub-color); max-width: 400px; margin: 0 auto 44px; line-height: 1.8; font-weight: 400; }
.cta-final-btns { display: flex; flex-direction: column; gap: 10px; max-width: 360px; margin: 0 auto; }

/* ── 12.5. REVIEWS — GOOGLE STYLE ──────────────────────── */
#reviews {
  background: var(--bg2);
  padding: 96px 0 80px;
  overflow: hidden;
}

.reviews-head {
  text-align: center;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 8px 20px 8px 12px;
}
.reviews-badge-text {
  font-family: var(--ff-title);
  font-size: 13px;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
@keyframes letterWave {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-3px); }
}

.reviews-badge-google {
  font-weight: 400;
  letter-spacing: 0.18em;
  display: inline-flex;
  gap: 0;
}
.reviews-badge-google span {
  display: inline-block;
  animation: letterWave 2s ease-in-out infinite;
}
.reviews-badge-google span:nth-child(1) { text-shadow: 0 0 10px rgba(66,133,244,0.7);  animation-delay: 0s; }
.reviews-badge-google span:nth-child(2) { text-shadow: 0 0 10px rgba(234,67,53,0.7);   animation-delay: 0.15s; }
.reviews-badge-google span:nth-child(3) { text-shadow: 0 0 10px rgba(251,188,5,0.7);   animation-delay: 0.30s; }
.reviews-badge-google span:nth-child(4) { text-shadow: 0 0 10px rgba(66,133,244,0.7);  animation-delay: 0.45s; }
.reviews-badge-google span:nth-child(5) { text-shadow: 0 0 10px rgba(52,168,83,0.7);   animation-delay: 0.60s; }
.reviews-badge-google span:nth-child(6) { text-shadow: 0 0 10px rgba(234,67,53,0.7);   animation-delay: 0.75s; }

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-score {
  font-family: var(--ff-title);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.reviews-stars-row {
  display: flex;
  gap: 2px;
}
.star.filled {
  color: #FBBC05;
  font-size: 1.3rem;
  line-height: 1;
}
.reviews-count {
  font-family: var(--ff-sub);
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 400;
}

/* Grid de cards */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Card individual */
.review-card {
  background: #07172C;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s ease;
}
.review-card:hover {
  border-color: rgba(255,255,255,0.18);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-title);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.review-meta {
  flex: 1;
  min-width: 0;
}
.review-name {
  font-family: var(--ff-title);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-info {
  font-family: var(--ff-sub);
  font-size: 0.74rem;
  color: var(--muted2);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-google-icon {
  flex-shrink: 0;
  margin-left: auto;
}

.review-stars {
  color: #FBBC05;
  font-size: 0.92rem;
  letter-spacing: 1px;
  line-height: 1;
}

.review-text {
  font-family: var(--ff-sub);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.76);
  line-height: 1.72;
  font-weight: 400;
  flex: 1;
}

.review-date {
  font-family: var(--ff-sub);
  font-size: 0.74rem;
  color: var(--muted2);
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1024px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-summary { flex-wrap: wrap; justify-content: center; }
}

/* ── 12.5. FORMULÁRIO DE CONTATO CENTRALIZADO ─────────── */
.contact-section {
  padding: 90px 0;
  position: relative;
}

.contact-center-head {
  text-align: center;
  margin-bottom: 20px;
}

.contact-card-premium {
  padding: 48px 40px;
  border-radius: 28px;
  background: rgba(6, 18, 34, 0.85);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(250, 187, 77, 0.35);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  text-align: left;
}

.card-header {
  margin-bottom: 30px;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', var(--ff-body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(250, 187, 77, 0.12);
  border: 1px solid rgba(250, 187, 77, 0.3);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34A853;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 8px #34A853;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 12px #34A853; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.card-title {
  font-family: 'Inter', var(--ff-body);
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
}

.lead-form-modern {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.input-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-label {
  font-family: 'Inter', var(--ff-body);
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  width: 20px;
  height: 20px;
  opacity: 0.9;
  filter: drop-shadow(0 0 4px rgba(250, 187, 77, 0.4));
}

.custom-input {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  padding: 0 18px 0 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(250, 187, 77, 0.28);
  color: #FFFFFF;
  font-family: 'Inter', var(--ff-body);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.custom-input:hover {
  border-color: rgba(250, 187, 77, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.custom-input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 24px rgba(250, 187, 77, 0.35);
}

.custom-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* Pills de segmento */
.segment-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  width: 100%;
}

.segment-pill {
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  font-size: 0.85rem;
  font-family: var(--ff-body);
  cursor: pointer;
  transition: all 0.2s var(--ease);
}

.segment-pill:hover {
  border-color: rgba(250, 187, 77, 0.4);
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.segment-pill.active {
  background: linear-gradient(135deg, rgba(250, 187, 77, 0.25) 0%, rgba(212, 141, 28, 0.25) 100%);
  border-color: var(--gold);
  color: #FFFFFF;
  font-weight: 500;
  box-shadow: 0 0 12px rgba(250, 187, 77, 0.3);
}

/* Submit Button */
.submit-btn-shine {
  width: 100%;
  height: 58px;
  margin-top: 10px;
  font-family: 'Inter', var(--ff-body);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
}
}

.form-trust-footer {
  font-size: 0.78rem;
  color: var(--muted2);
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 992px) {
  .contact-wrapper { grid-template-columns: 1fr; gap: 48px; }
  .contact-info { text-align: center; }
  .contact-features-list { align-items: center; text-align: left; }
  .contact-card-premium { padding: 32px 24px; }
}

/* ── 13. RODAPÉ ────────────────────────────────────────── */

#footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 64px 0 28px; }
.ft-top { display: flex; gap: 60px; align-items: flex-start; margin-bottom: 48px; }
.ft-brand { max-width: 260px; }
.ft-logo { height: 34px; width: auto; margin-bottom: 14px; }
.ft-tagline { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }
.ft-cols { display: flex; gap: 52px; margin-left: auto; }
.ft-col { display: flex; flex-direction: column; gap: 10px; }
.ft-col-title { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted2); margin-bottom: 4px; }
.ft-link { font-size: 0.87rem; color: rgba(138,153,174,0.7); transition: color var(--ease); }
.ft-link:hover { color: var(--white); }
.ft-bottom { display: flex; align-items: center; justify-content: center; padding-top: 24px; border-top: 1px solid var(--border); }
.ft-copy { font-size: 0.78rem; color: var(--muted2); }

/* ── 14. WHATSAPP FLOAT ────────────────────────────────── */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 990;
  transition: transform var(--ease);
  text-decoration: none;
}
.wa-float-icon {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s var(--ease);
}
.wa-float:hover .wa-float-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.wa-float-icon svg {
  width: 32px;
  height: 32px;
  fill: #FFFFFF;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVIDADE
══════════════════════════════════════════════════════════ */

/* 1024px */
@media (max-width: 1024px) {
  .hero-band { max-width: 100%; }
  .case-row { gap: 40px; }
  .contrast-block { padding: 48px 40px; gap: 48px; }
  .steps .step-connector { width: 24px; }
}

/* 768px — mobile */
@media (max-width: 768px) {
  :root { --pad-x: 22px; }

  /* Header oculto no mobile — logo centralizada no hero */
  #header { display: none; }
  .mob-nav { display: flex; }
  .mob-hamburger { display: flex; }

  /* Hero mobile */
  .hero-mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 88px 0 16px;
    width: 100%;
    background: var(--bg);
    position: relative;
  }
  .mobile-logo-img { height: 38px; width: auto; object-fit: contain; }

  .hero-band { max-width: 100%; padding-top: 0; }
  .hero-img { object-fit: cover; }
  .hero-band-fade {
    background:
      linear-gradient(to bottom, rgba(1,13,28,0.2) 0%, transparent 20%, transparent 50%, rgba(1,13,28,0.72) 80%, var(--bg) 100%),
      linear-gradient(to right,  rgba(1,13,28,0.2) 0%, transparent 14%, transparent 86%, rgba(1,13,28,0.2) 100%);
  }

  .hero-body { margin-top: -16px; }
  .hero-body .wrap {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  #hero .eyebrow {
    font-family: 'Inter', 'Manrope', sans-serif;
    font-weight: 300;
    font-size: clamp(13px, 3.8vw, 16px);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 12px;
    margin-bottom: 14px;
    color: var(--gold);
  }

  .hero-h1 {
    font-size: clamp(1.8rem, 7.5vw, 2.5rem);
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
  .hero-cta-note { display: block; }
  .hero-sub { text-align: center; }
  .hero-actions { max-width: 100%; }
  .btn-hero-primary {
    font-size: clamp(0.75rem, 3.4vw, 0.92rem);
    letter-spacing: 0.02em;
    padding: 0 16px;
    height: 56px;
    max-width: 100%;
    border-radius: 50px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    word-break: break-word;
  }
  .urgency-bar-inner {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 8px;
  }
  .hero-trust { justify-content: center; padding-bottom: 56px; }

  /* Pilares */
  .pillars-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 56px; }
  .pillars-comparison-wrap { gap: 24px; margin-bottom: 56px; }
  .pillar-comp-grid { grid-template-columns: 1fr; gap: 16px; }
  .pillar-card, .pillar-comp-card { padding: 28px 22px; border-radius: 16px; }
  .primo-h2 { font-size: clamp(1.2rem, 5.5vw, 1.6rem); line-height: 1.3; }
  .primo-h2 br { display: none; }
  .team-pillars-h2 { font-size: clamp(1.2rem, 5.5vw, 1.6rem); margin-bottom: 32px; }
  .team-pillars-img-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .team-pillars-img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-width: 100%;
  }

  /* Mockup de MacBook Pro no mobile */
  .macbook-mockup {
    overflow: hidden;
    max-width: 100%;
  }
  .macbook-base {
    width: 100%;
    left: 0;
    border-radius: 0 0 10px 10px;
  }

  /* Cases */
  .case-row, .case-row--rev { grid-template-columns: 1fr; direction: ltr; gap: 24px; margin-bottom: 56px; }

  /* Steps */
  .steps { flex-direction: column; align-items: flex-start; gap: 32px; }
  .step-connector { display: none; }
  .step { text-align: left; padding: 0; }

  /* Contrast */
  .contrast-block { grid-template-columns: 1fr; gap: 40px; padding: 48px 20px; }
  .diffs { grid-template-columns: 1fr; gap: 14px; }

  /* Offer */
  .offer-list { grid-template-columns: 1fr; gap: 12px; }
  .offer-price-box { padding: 40px 24px; border-radius: 16px; }

  /* Footer */
  .ft-top { flex-direction: column; gap: 32px; }
  .ft-cols { flex-direction: column; gap: 28px; }
  .ft-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* CTA final */
  .cta-final-btns { max-width: 100%; }

  /* WhatsApp */
  .wa-float { bottom: 20px; right: 20px; }
}

@media (max-width: 900px) {
  .hide-mobile { display: none !important; }
}

/* 480px */
@media (max-width: 480px) {
  :root { --pad-x: 20px; }
  .hero-band { max-width: 100%; }
  .hero-body { margin-top: -8px; }
  .hero-h1 { font-size: 1.85rem; }
  .hero-trust { font-size: 0.72rem; gap: 7px; }
  .cases-close { padding: 48px 20px; }
}

/* 375px */
@media (max-width: 375px) {
  .hero-h1 { font-size: 1.65rem; }
  .btn-hero-primary { font-size: 1rem; height: 60px; }
}

/* ── 15. ACESSIBILIDADE, FOCO E PREFERS-REDUCED-MOTION ── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--gold);
  color: #06101E;
  padding: 10px 18px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 9999;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 20px;
}

:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 3px !important;
}

@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;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Portfolio Section */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 40px;
}
.portfolio-card {
  background: var(--bg2);
  border: 1px solid var(--border2);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.portfolio-card:hover {
  border-color: rgba(250, 187, 77, 0.4);
  transform: translateY(-4px);
}
.portfolio-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #041021;
}
.portfolio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.portfolio-card:hover .portfolio-img-wrap img {
  transform: scale(1.03);
}
.portfolio-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.portfolio-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.portfolio-title {
  font-family: var(--ff-title);
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 10px;
}
.portfolio-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
.portfolio-meta {
  font-size: 0.8rem;
  color: var(--muted2);
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

/* Included Section */
.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.included-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
}
.included-card h4 {
  font-family: var(--ff-title);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 10px;
}
.included-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* How it works Section */
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.how-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
}
.how-card h3 {
  font-family: var(--ff-title);
  font-size: 1.15rem;
  color: var(--gold);
  margin-bottom: 12px;
}
.how-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}
