/* =====================================================
   Dimitri Rocha · Consultoria — Folha de estilo
   Paleta:  Navy #0E2436 · Dourado #C9A24A · Creme #F6F1E8
   Fontes:  Fraunces (títulos) · Inter (texto)
   ===================================================== */

:root {
  --navy: #0E2436;
  --navy-soft: #16334a;
  --gold: #C9A24A;
  --gold-deep: #b08c34;
  --cream: #F6F1E8;
  --cream-2: #efe7d8;
  --ink: #1c2733;
  --muted: #5a6573;
  --white: #ffffff;
  --wa: #25D366;
  --wa-deep: #1da851;
  --shadow: 0 18px 50px -22px rgba(14, 36, 54, .45);
  --radius: 16px;
  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; line-height: 1.12; font-weight: 600; }

.accent { color: var(--gold); }
.dot { color: var(--gold); margin: 0 2px; }

/* ===== BOTÕES ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; text-decoration: none;
  border: 1.5px solid transparent; cursor: pointer; transition: all .2s ease;
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: .92rem; }
.btn-lg { padding: 18px 38px; font-size: 1.12rem; }
.btn-block { width: 100%; }

.btn-whatsapp { background: var(--wa); color: #fff; box-shadow: 0 10px 24px -10px rgba(37,211,102,.7); }
.btn-whatsapp:hover { background: var(--wa-deep); transform: translateY(-2px); }

.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(14,36,54,.25); }
.btn-ghost:hover { border-color: var(--navy); background: rgba(14,36,54,.04); }

.btn-outline { background: transparent; color: var(--navy); border-color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: #fff; }

.wa-icon { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

/* ===== BARRA DAS 3 CRIAÇÕES (proposta/surpresa) ===== */
.tour-bar { background: var(--navy); color: #e9e2d3; padding: 9px 18px; display: flex; align-items: center; justify-content: center; gap: 8px 16px; flex-wrap: wrap; }
.tour-label { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: .68rem; }
.tour-links { display: flex; gap: 7px; flex-wrap: wrap; justify-content: center; }
.tour-links a { color: #e9e2d3; padding: 5px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); font-size: .82rem; font-weight: 500; transition: all .2s; }
.tour-links a:hover { background: rgba(255,255,255,.1); color: #fff; }
.tour-links a.on { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 700; }

/* ===== CABEÇALHO ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,241,232,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(14,36,54,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; }
.brand { display: flex; flex-direction: column; line-height: 1.05; text-decoration: none; }
.brand-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.35rem; color: var(--navy); letter-spacing: .3px; }
.brand-tag { font-size: .72rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold-deep); font-weight: 600; }
.brand-logo { height: 76px; width: auto; display: block; border-radius: 14px; overflow: hidden; }
.nav { display: flex; gap: 28px; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: .95rem; opacity: .8; transition: opacity .2s, color .2s; }
.nav a:hover { opacity: 1; color: var(--gold-deep); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.icon-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(14,36,54,.22); color: var(--navy); transition: all .2s ease; flex-shrink: 0; }
.icon-linkedin svg { width: 20px; height: 20px; fill: currentColor; }
.icon-linkedin:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-1px); }
.icon-instagram { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(14,36,54,.22); color: var(--navy); transition: all .2s ease; flex-shrink: 0; }
.icon-instagram svg { width: 20px; height: 20px; fill: currentColor; }
.icon-instagram:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-1px); }

/* ===== HERO ===== */
.hero { padding: 64px 0 28px; background:
  radial-gradient(1100px 500px at 80% -10%, rgba(201,162,74,.14), transparent 60%),
  var(--cream); }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: .8rem; font-weight: 600; color: var(--gold-deep); margin-bottom: 18px; }
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); color: var(--navy); margin-bottom: 22px; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-linkedin { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; font-size: .98rem; font-weight: 500; color: var(--muted); transition: color .2s; }
.hero-linkedin svg { width: 19px; height: 19px; fill: #0A66C2; flex-shrink: 0; }
.hero-linkedin:hover { color: var(--navy); }

.hero-portrait { position: relative; }
.portrait-frame {
  position: relative; aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  background: linear-gradient(160deg, var(--navy), var(--navy-soft));
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.5);
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 5%; display: block; }
.portrait-fallback {
  position: absolute; inset: 0; display: none; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5); font-size: .95rem; letter-spacing: 1px;
}
.portrait-frame.no-photo .portrait-fallback { display: flex; }
.portrait-badge {
  position: absolute; left: -18px; bottom: 26px; background: #fff; padding: 8px 14px;
  border-radius: 10px; box-shadow: var(--shadow); display: flex; flex-direction: column; line-height: 1.2;
  border-left: 4px solid var(--gold);
}
.portrait-badge strong { color: var(--navy); font-size: .85rem; }
.portrait-badge span { font-size: .72rem; color: var(--muted); }

/* Faixa de credibilidade */
.trust-strip {
  margin-top: 40px; padding: 18px 24px; background: var(--navy); color: #e9e2d3;
  border-radius: 14px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  justify-content: center; font-size: .98rem; text-align: center;
}
.trust-strip strong { color: var(--gold); font-weight: 600; }

/* ===== FAIXA DE CURIOSIDADE ===== */
.quote-band { background: var(--cream-2); padding: 64px 0; }
.quote-mark { font-family: 'Fraunces', serif; font-size: 4rem; line-height: .3; color: var(--gold); margin-bottom: 14px; }
.quote-band .section-eyebrow { color: var(--gold-deep); text-transform: uppercase; font-size: 1rem; font-weight: 700; letter-spacing: 3px; margin-bottom: 32px; }
.quote-text { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(1.5rem, 3vw, 2.25rem); color: var(--navy); max-width: 900px; line-height: 1.34; }

/* ===== SEÇÕES ===== */
.section { padding: 84px 0; }
.section-soft { background: var(--cream-2); }
.section-eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: 1rem; font-weight: 600; color: var(--gold-deep); margin-bottom: 14px; }
.section-title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--navy); max-width: 760px; margin-bottom: 18px; }
.section-intro { font-size: 1.12rem; color: var(--muted); max-width: 680px; margin-bottom: 44px; }

/* Cards genéricos */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border-radius: var(--radius); padding: 30px 26px;
  border: 1px solid rgba(14,36,54,.06); box-shadow: 0 12px 30px -24px rgba(14,36,54,.5);
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -26px rgba(14,36,54,.55); }
.card h3 { font-size: 1.38rem; color: var(--navy); margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 1.12rem; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-feature .card-icon { color: var(--gold); font-size: 1.3rem; margin-bottom: 12px; }

/* ===== SEÇÃO ESCURA / EXPERIÊNCIA ===== */
.section-dark { background:
  radial-gradient(900px 400px at 15% 0%, rgba(201,162,74,.12), transparent 55%),
  var(--navy); color: #e9e2d3; }
.section-dark .section-eyebrow { color: var(--gold); }
.section-dark .section-title { color: #fff; }
.section-dark .section-intro { color: #c8cdd4; }
.section-dark .section-intro strong { color: var(--gold); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 52px; }
.stat { border-top: 2px solid var(--gold); padding-top: 18px; }
.stat strong { font-family: 'Fraunces', serif; font-size: 3rem; color: var(--gold); display: block; line-height: 1; }
.stat span { color: #c8cdd4; font-size: .98rem; }

.logos-label { text-transform: uppercase; letter-spacing: 2px; font-size: .78rem; color: #9aa6b2; margin-bottom: 16px; }
.logo-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; justify-content: center; }
.logo-chips span {
  border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 15px;
  font-size: .88rem; color: #e9e2d3; font-weight: 500; background: rgba(255,255,255,.03);
  white-space: nowrap;
}
.logos-note { font-size: .92rem; color: #9aa6b2; max-width: 720px; }

/* ===== TESTEMUNHAIS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-card {
  background: #fff; border-radius: var(--radius); padding: 32px 28px;
  border: 1px solid rgba(14,36,54,.06); box-shadow: 0 12px 30px -24px rgba(14,36,54,.5);
  display: flex; flex-direction: column; gap: 16px;
}
.testimonial-company {
  font-size: .92rem; text-transform: uppercase; letter-spacing: 2px;
  font-weight: 800; color: var(--gold-deep);
}
.testimonial-quote {
  font-size: 1.05rem; color: var(--ink); line-height: 1.75; flex: 1;
  padding-left: 18px; border-left: 3px solid var(--gold);
}
.testimonial-author {
  display: flex; flex-direction: column; gap: 2px;
  padding-top: 16px; border-top: 1px solid rgba(14,36,54,.08);
}
.testimonial-author strong { color: var(--navy); font-size: .98rem; }
.testimonial-author span { color: var(--muted); font-size: .85rem; }

/* ===== COMO FUNCIONA ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border-radius: var(--radius); padding: 28px 24px; position: relative; box-shadow: 0 12px 30px -24px rgba(14,36,54,.5); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
  border-radius: 50%; background: var(--navy); color: var(--gold); font-family: 'Fraunces', serif;
  font-size: 1.2rem; font-weight: 600; margin-bottom: 16px;
}
.step h3 { font-size: 1.32rem; color: var(--navy); margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 1.08rem; }

/* ===== PLANOS ===== */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.plan {
  background: #fff; border-radius: var(--radius); padding: 34px 28px;
  border: 1px solid rgba(14,36,54,.08); box-shadow: 0 12px 30px -24px rgba(14,36,54,.5);
  position: relative;
}
.plan-featured {
  background: var(--navy); color: #e9e2d3; transform: scale(1.04);
  box-shadow: var(--shadow); border: 1px solid var(--gold);
}
.plan-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy); font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 16px; border-radius: 999px;
}
.plan-name { font-size: 1.5rem; color: var(--navy); margin-bottom: 6px; }
.plan-featured .plan-name { color: #fff; }
.plan-price { font-family: 'Fraunces', serif; font-size: 2.6rem; color: var(--navy); font-weight: 600; margin-bottom: 22px; line-height: 1; }
.plan-featured .plan-price { color: var(--gold); }
.plan-price .cur { font-size: 1.2rem; vertical-align: super; margin-right: 2px; }
.plan-price .per { font-size: 1rem; font-family: 'Inter', sans-serif; color: var(--muted); font-weight: 500; }
.plan-featured .plan-price .per { color: #c8cdd4; }
.plan-list { list-style: none; margin-bottom: 26px; }
.plan-list li { padding: 10px 0 10px 28px; position: relative; border-bottom: 1px solid rgba(14,36,54,.07); font-size: .98rem; }
.plan-featured .plan-list li { border-color: rgba(255,255,255,.12); }
.plan-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.plans-note { text-align: center; color: var(--muted); margin-top: 30px; font-size: 1rem; }

/* ===== CTA FINAL ===== */
.cta-final { background:
  radial-gradient(700px 300px at 50% 0%, rgba(201,162,74,.16), transparent 60%),
  var(--navy); padding: 80px 0; }
.cta-inner { text-align: center; }
.cta-final h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: #fff; margin-bottom: 14px; }
.cta-final p { color: #c8cdd4; font-size: 1.12rem; margin-bottom: 32px; }

/* ===== RODAPÉ ===== */
.site-footer { background: #0a1b29; color: #9aa6b2; padding: 36px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer .brand-name { color: #fff; display: block; }
.site-footer .brand-tag { color: var(--gold); }
.footer-meta { font-size: .9rem; }

/* ===== RESPONSIVO ===== */
@media (max-width: 940px) {
  .hero-inner { display: flex; flex-direction: column; gap: 34px; }
  .hero-portrait { order: -1; max-width: 340px; width: 100%; margin: 0 auto; }
  .portrait-frame { aspect-ratio: 1 / 1; }
  .portrait-badge { left: 10px; bottom: 12px; }
  .nav { display: none; }
  .cards-3, .cards-grid, .stats, .steps, .plans, .testimonials-grid { grid-template-columns: 1fr; }
  .plan-featured { transform: none; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  html, body { overflow-x: hidden; }
  .cards-grid { grid-template-columns: 1fr; }
  .hero { padding: 26px 0 16px; }
  .hero h1 { font-size: 2.05rem; }
  .lead { font-size: 1.05rem; }
  .hero-portrait { max-width: 300px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .section { padding: 52px 0; }
  .section-title { font-size: 1.65rem; }
  .section-intro { font-size: 1.02rem; }
  .header-inner { padding: 12px 16px; }
  .trust-strip { font-size: .85rem; padding: 16px 16px; gap: 8px; }
  .stat strong { font-size: 2.7rem; }
  .cta-final .btn-lg { width: 100%; }
}
@media (max-width: 430px) {
  .header-cta { gap: 8px; }
  .icon-linkedin, .icon-instagram { width: 34px; height: 34px; }
  .icon-linkedin svg, .icon-instagram svg { width: 17px; height: 17px; }
  .btn-sm { padding: 8px 13px; font-size: .85rem; }
  .brand-name { font-size: 1.1rem; }
  .hero h1 { font-size: 1.92rem; }
}
