/* ==========================================================================
   VECTORIAL BRAND — Landing Pages (Topo/Meio de Funil)
   Identity: Navy #1E374F + Gold #B38B40 — Elegante, Confiável, Mentor
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

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

:root {
  --v-navy: #1E374F;
  --v-navy-dark: #142738;
  --v-navy-light: #2a4a6a;
  --v-gold: #B38B40;
  --v-gold-light: #c9a45c;
  --v-gold-dark: #96742f;
  --v-gold-bg: #fdf8ef;
  --v-cream: #faf7f2;
  --v-cta: #DE302F;
  --v-cta-dark: #c22a29;
  --v-accent: #0072B5;
  --v-white: #ffffff;
  --v-gray-50: #f8f9fa;
  --v-gray-100: #f1f3f5;
  --v-gray-200: #e9ecef;
  --v-gray-300: #dee2e6;
  --v-gray-400: #adb5bd;
  --v-gray-500: #6c757d;
  --v-gray-600: #495057;
  --v-gray-700: #343a40;
  --v-gray-800: #212529;
  --v-font-heading: 'Playfair Display', Georgia, serif;
  --v-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --v-radius: 8px;
  --v-radius-lg: 16px;
  --v-shadow: 0 2px 12px rgba(30,55,79,0.08);
  --v-shadow-lg: 0 8px 30px rgba(30,55,79,0.12);
  --v-shadow-xl: 0 16px 50px rgba(30,55,79,0.15);
}

html { scroll-behavior: smooth; }
body { font-family: var(--v-font-body); font-size: 16px; line-height: 1.7; color: var(--v-gray-700); background: var(--v-white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: var(--v-accent); transition: 0.2s; }
a:hover { color: var(--v-navy); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 800px; }

h1,h2,h3,h4 { font-family: var(--v-font-heading); color: var(--v-navy); line-height: 1.25; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.4rem); margin-bottom: 16px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }

/* ---- Topbar ---- */
.v-topbar { background: var(--v-navy-dark); padding: 10px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,0.7); }
.v-topbar strong { color: var(--v-gold); }

/* ---- Navbar ---- */
.v-nav { background: var(--v-white); padding: 16px 0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); position: sticky; top: 0; z-index: 100; }
.v-nav .container { display: flex; align-items: center; justify-content: space-between; }
.v-nav__brand { display: flex; align-items: center; gap: 14px; }
.v-nav__logo { width: 44px; height: 44px; background: var(--v-navy); border-radius: var(--v-radius); display: flex; align-items: center; justify-content: center; }
.v-nav__logo svg { width: 28px; height: 28px; }
.v-nav__name { font-family: var(--v-font-heading); font-size: 24px; font-weight: 700; color: var(--v-navy); letter-spacing: -0.5px; }
.v-nav__tagline { font-size: 11px; color: var(--v-gray-400); text-transform: uppercase; letter-spacing: 1.5px; }
.v-nav__cta { padding: 10px 28px; background: var(--v-gold); color: var(--v-white); border-radius: 50px; font-weight: 600; font-size: 14px; transition: 0.3s; border: none; cursor: pointer; }
.v-nav__cta:hover { background: var(--v-gold-dark); transform: translateY(-1px); color: var(--v-white); box-shadow: 0 4px 12px rgba(179,139,64,0.3); }

/* ---- Hero ---- */
.v-hero { background: linear-gradient(160deg, var(--v-navy-dark) 0%, var(--v-navy) 60%, var(--v-navy-light) 100%); padding: 90px 0 80px; position: relative; overflow: hidden; }
.v-hero::before { content: ''; position: absolute; top: -200px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(179,139,64,0.08) 0%, transparent 70%); border-radius: 50%; }
.v-hero .container { position: relative; z-index: 1; }
.v-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.v-hero__badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; background: rgba(179,139,64,0.15); border: 1px solid rgba(179,139,64,0.3); border-radius: 50px; color: var(--v-gold); font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.v-hero__title { color: var(--v-white); margin-bottom: 20px; }
.v-hero__title em { font-style: normal; color: var(--v-gold); }
.v-hero__sub { color: rgba(255,255,255,0.75); font-size: 18px; margin-bottom: 24px; }
.v-hero__bullets { list-style: none; margin-bottom: 32px; }
.v-hero__bullets li { color: rgba(255,255,255,0.85); padding: 6px 0; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.v-hero__bullets li::before { content: '✓'; color: var(--v-gold); font-weight: 700; font-size: 16px; }
.v-hero__stats { display: flex; gap: 32px; margin-top: 32px; }
.v-hero__stat { text-align: center; }
.v-hero__stat strong { display: block; font-size: 28px; font-weight: 800; color: var(--v-gold); }
.v-hero__stat span { font-size: 12px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; }

/* ---- Form Card ---- */
.v-form { background: var(--v-white); border-radius: var(--v-radius-lg); padding: 36px 28px; box-shadow: var(--v-shadow-xl); }
.v-form__title { font-family: var(--v-font-heading); font-size: 20px; text-align: center; margin-bottom: 6px; color: var(--v-navy); }
.v-form__sub { text-align: center; font-size: 13px; color: var(--v-gray-500); margin-bottom: 24px; }
.v-form label { display: block; font-size: 13px; font-weight: 600; color: var(--v-gray-600); margin-bottom: 5px; }
.v-form input, .v-form select, .v-form textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--v-gray-200); border-radius: var(--v-radius); font-size: 14px; font-family: var(--v-font-body); color: var(--v-gray-700); transition: 0.2s; background: var(--v-white); margin-bottom: 14px; }
.v-form input:focus, .v-form select:focus, .v-form textarea:focus { outline: none; border-color: var(--v-gold); box-shadow: 0 0 0 3px rgba(179,139,64,0.12); }
.v-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v-form__btn { width: 100%; padding: 14px; background: var(--v-cta); color: var(--v-white); border: none; border-radius: var(--v-radius); font-size: 16px; font-weight: 700; font-family: var(--v-font-body); cursor: pointer; transition: 0.3s; }
.v-form__btn:hover { background: var(--v-cta-dark); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(222,48,47,0.3); }
.v-form__btn--gold { background: var(--v-gold); }
.v-form__btn--gold:hover { background: var(--v-gold-dark); box-shadow: 0 4px 15px rgba(179,139,64,0.3); }

/* ---- Section ---- */
.v-section { padding: 80px 0; }
.v-section--cream { background: var(--v-cream); }
.v-section--gold-bg { background: var(--v-gold-bg); }
.v-section--navy { background: var(--v-navy); color: var(--v-white); }
.v-section--navy h2, .v-section--navy h3 { color: var(--v-white); }
.v-section__header { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.v-section__eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--v-gold); margin-bottom: 12px; }
.v-section__header p { color: var(--v-gray-500); font-size: 17px; }

/* ---- Trust ---- */
.v-trust { background: var(--v-white); padding: 24px 0; border-bottom: 1px solid var(--v-gray-200); }
.v-trust .container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.v-trust__item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--v-gray-500); font-weight: 500; }
.v-trust__icon { width: 32px; height: 32px; background: var(--v-gold-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }

/* ---- Feature Cards ---- */
.v-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.v-card { background: var(--v-white); border-radius: var(--v-radius-lg); padding: 32px 24px; border: 1px solid var(--v-gray-200); transition: 0.3s; }
.v-card:hover { transform: translateY(-4px); box-shadow: var(--v-shadow-lg); border-color: var(--v-gold-light); }
.v-card__icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--v-navy) 0%, var(--v-navy-light) 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.v-card__title { font-family: var(--v-font-heading); font-size: 18px; color: var(--v-navy); margin-bottom: 8px; }
.v-card__text { font-size: 14px; color: var(--v-gray-500); line-height: 1.6; }

/* ---- 3D Book Mockup (CSS only) ---- */
.v-book { perspective: 1000px; display: flex; justify-content: center; }
.v-book__wrap { width: 280px; height: 380px; position: relative; transform: rotateY(-15deg); transform-style: preserve-3d; transition: transform 0.5s; }
.v-book__wrap:hover { transform: rotateY(-5deg); }
.v-book__cover { position: absolute; width: 100%; height: 100%; background: linear-gradient(160deg, var(--v-navy) 0%, var(--v-navy-dark) 100%); border-radius: 4px 16px 16px 4px; box-shadow: 8px 8px 30px rgba(30,55,79,0.4); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 30px; text-align: center; }
.v-book__badge { background: var(--v-gold); color: var(--v-white); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 4px 16px; border-radius: 50px; margin-bottom: 24px; }
.v-book__title { font-family: var(--v-font-heading); font-size: 22px; color: var(--v-white); line-height: 1.3; margin-bottom: 16px; }
.v-book__sub { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.v-book__logo { font-family: var(--v-font-heading); font-size: 16px; color: var(--v-gold); font-weight: 700; }
.v-book__spine { position: absolute; left: -20px; width: 20px; height: 100%; background: linear-gradient(180deg, var(--v-gold) 0%, var(--v-gold-dark) 100%); transform: rotateY(90deg); transform-origin: right; border-radius: 4px 0 0 4px; }
.v-book__pages { position: absolute; right: 0; width: 96%; height: 96%; top: 2%; background: linear-gradient(90deg, #f5f0e8, #fff, #f5f0e8); border-radius: 0 12px 12px 0; transform: translateZ(-3px); }

/* ---- Steps ---- */
.v-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.v-step { text-align: center; position: relative; }
.v-step__num { width: 60px; height: 60px; background: linear-gradient(135deg, var(--v-gold) 0%, var(--v-gold-light) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; color: var(--v-white); margin: 0 auto 18px; box-shadow: 0 4px 12px rgba(179,139,64,0.3); }
.v-step__title { font-family: var(--v-font-heading); font-size: 17px; color: var(--v-navy); margin-bottom: 8px; }
.v-step__text { font-size: 14px; color: var(--v-gray-500); }

/* ---- Testimonials ---- */
.v-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.v-testimonial { background: var(--v-white); border-radius: var(--v-radius-lg); padding: 28px; border: 1px solid var(--v-gray-200); }
.v-testimonial__stars { color: var(--v-gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.v-testimonial__text { font-size: 15px; color: var(--v-gray-600); font-style: italic; line-height: 1.7; margin-bottom: 18px; }
.v-testimonial__author { display: flex; align-items: center; gap: 12px; }
.v-testimonial__avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--v-navy), var(--v-navy-light)); display: flex; align-items: center; justify-content: center; color: var(--v-white); font-weight: 700; font-size: 15px; }
.v-testimonial__name { font-weight: 700; font-size: 14px; color: var(--v-navy); }
.v-testimonial__role { font-size: 12px; color: var(--v-gray-400); }

/* ---- CTA ---- */
.v-cta { background: linear-gradient(160deg, var(--v-navy-dark), var(--v-navy)); padding: 80px 0; text-align: center; }
.v-cta h2 { color: var(--v-white); margin-bottom: 16px; }
.v-cta p { color: rgba(255,255,255,0.65); font-size: 18px; margin-bottom: 32px; }
.v-cta__btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 40px; background: var(--v-gold); color: var(--v-white); border-radius: 50px; font-size: 17px; font-weight: 700; transition: 0.3s; border: none; cursor: pointer; }
.v-cta__btn:hover { background: var(--v-gold-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(179,139,64,0.4); color: var(--v-white); }

/* ---- FAQ ---- */
.v-faq { max-width: 750px; margin: 0 auto; }
.v-faq details { border-bottom: 1px solid var(--v-gray-200); padding: 18px 0; }
.v-faq summary { font-size: 16px; font-weight: 600; color: var(--v-navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.v-faq summary::after { content: '+'; font-size: 22px; color: var(--v-gold); transition: 0.3s; }
.v-faq details[open] summary::after { transform: rotate(45deg); }
.v-faq p { margin-top: 12px; font-size: 15px; color: var(--v-gray-500); }

/* ---- Revenue Table ---- */
.v-revenue { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.v-revenue__tier { background: var(--v-white); border-radius: var(--v-radius-lg); padding: 32px 24px; text-align: center; border: 2px solid var(--v-gray-200); transition: 0.3s; }
.v-revenue__tier:hover { border-color: var(--v-gold); box-shadow: var(--v-shadow-lg); }
.v-revenue__tier--featured { border-color: var(--v-gold); box-shadow: var(--v-shadow); position: relative; }
.v-revenue__tier--featured::before { content: 'RECOMENDADO'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--v-gold); color: var(--v-white); font-size: 10px; font-weight: 700; padding: 4px 16px; border-radius: 50px; letter-spacing: 1px; }
.v-revenue__label { font-size: 14px; color: var(--v-gray-400); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.v-revenue__value { font-family: var(--v-font-heading); font-size: 36px; font-weight: 800; color: var(--v-navy); margin-bottom: 4px; }
.v-revenue__period { font-size: 13px; color: var(--v-gray-400); margin-bottom: 20px; }
.v-revenue__list { list-style: none; text-align: left; }
.v-revenue__list li { padding: 6px 0; font-size: 13px; color: var(--v-gray-600); display: flex; gap: 8px; }
.v-revenue__list li::before { content: '✓'; color: var(--v-gold); font-weight: 700; }

/* ---- Footer ---- */
.v-footer { background: var(--v-navy-dark); padding: 40px 0; text-align: center; }
.v-footer__brand { font-family: var(--v-font-heading); font-size: 20px; color: var(--v-white); margin-bottom: 8px; }
.v-footer__tagline { font-size: 12px; color: var(--v-gold); margin-bottom: 16px; }
.v-footer__links { display: flex; justify-content: center; gap: 24px; margin-bottom: 20px; flex-wrap: wrap; }
.v-footer__links a { color: rgba(255,255,255,0.5); font-size: 13px; }
.v-footer__links a:hover { color: var(--v-gold); }
.v-footer__legal { font-size: 11px; color: rgba(255,255,255,0.3); }

/* ---- WhatsApp FAB ---- */
.v-fab { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; box-shadow: 0 4px 15px rgba(37,211,102,0.4); z-index: 999; transition: 0.3s; text-decoration: none; }
.v-fab:hover { transform: scale(1.1); color: #fff; }

/* ---- Responsive ---- */
@media (max-width: 968px) {
  .v-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .v-cards, .v-testimonials, .v-revenue { grid-template-columns: 1fr 1fr; }
  .v-steps { grid-template-columns: 1fr; gap: 16px; }
  .v-book__wrap { width: 220px; height: 300px; }
}
@media (max-width: 640px) {
  .v-hero { padding: 60px 0 50px; }
  .v-hero__stats { flex-wrap: wrap; gap: 16px; }
  .v-form__row { grid-template-columns: 1fr; }
  .v-cards, .v-testimonials, .v-revenue { grid-template-columns: 1fr; }
  .v-section { padding: 50px 0; }
  .v-nav__cta { display: none; }
  .v-book__wrap { width: 200px; height: 270px; transform: rotateY(0); }
}
