/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1F2937;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* CONTAINERS */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 760px; }
.center { text-align: center; }

/* SECTIONS */
.section { padding: 80px 0; }
.section-white { background: #fff; }
.section-gray { background: #F1F5F9; }
.section-dark { background: #0F2447; }
.section-garantia { background: #F0FDF4; }
.section-cta { background: linear-gradient(135deg, #1A3C6E 0%, #0F2447 100%); }

.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: #F97316; margin-bottom: 16px;
}
.section-label.light { color: #F97316; }
.section-label.center { text-align: center; }

.section-title {
  font-size: 38px; font-weight: 800; line-height: 1.15; margin-bottom: 16px;
}
.section-title.dark { color: #1A3C6E; }
.section-title.light { color: #fff; }
.section-title.small { font-size: 32px; }
.text-orange { color: #F97316; }
.text-orange-light { color: #FB923C; }

.section-desc { font-size: 17px; color: #64748B; margin-bottom: 12px; }
.section-desc.light { color: #94A3B8; }
.section-desc.light strong { color: #fff; }

/* TOPBAR */
.topbar {
  background: #F97316; color: #fff; text-align: center;
  padding: 10px 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
}

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; border-radius: 10px; cursor: pointer; border: none;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-hero {
  background: #F97316; color: #fff; font-size: 18px;
  padding: 18px 40px; border-radius: 12px;
  box-shadow: 0 8px 24px rgba(249,115,22,.45);
}
.btn-hero:hover { background: #EA6A0A; box-shadow: 0 12px 32px rgba(249,115,22,.55); }

.btn-dark {
  background: #1A3C6E; color: #fff; font-size: 15px; padding: 14px 28px;
}
.btn-dark:hover { background: #122d52; }

.btn-card {
  background: #F97316; color: #fff; width: 100%; padding: 14px 20px; font-size: 15px;
  box-shadow: 0 4px 16px rgba(249,115,22,.35);
}
.btn-card:hover { background: #EA6A0A; }

.btn-cta {
  background: #F97316; color: #fff; width: 100%; max-width: 520px;
  padding: 16px 24px; font-size: 15px; border-radius: 10px;
  box-shadow: 0 4px 16px rgba(249,115,22,.35);
}
.btn-cta:hover { background: #EA6A0A; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #1A3C6E 0%, #12305a 50%, #0F2447 100%);
  color: #fff; text-align: center; padding: 56px 0 64px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 700px 400px at 50% -10%, rgba(249,115,22,.15), transparent);
}
.hero-inner { position: relative; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15);
  padding: 6px 16px; border-radius: 99px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: #CBD5E1; margin-bottom: 28px;
}
.hero-badge .dot { width: 8px; height: 8px; background: #22C55E; border-radius: 50%; display: inline-block; box-shadow: 0 0 8px #22C55E; }
.hero-title {
  font-size: 52px; font-weight: 900; line-height: 1.05; margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.hero-title .highlight { color: #F97316; }
.hero-sub { font-size: 18px; color: #94A3B8; margin-bottom: 18px; line-height: 1.6; }
.hero-sub strong { color: #fff; }
.hero-engs {
  display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 6px 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  padding: 8px 18px; border-radius: 99px; font-size: 13px; font-weight: 600; color: #CBD5E1;
  margin-bottom: 32px;
}
.hero-engs .sep { color: rgba(255,255,255,.25); }
.hero-cta-wrap { margin-bottom: 36px; }
.hero-cta-sub { margin-top: 12px; font-size: 13px; color: #64748B; color: #94A3B8; }
.hero-stats {
  display: flex; align-items: center; justify-content: center; gap: 0;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px; padding: 20px 32px; max-width: 520px; margin: 0 auto;
}
.stat { text-align: center; flex: 1; }
.stat strong { display: block; font-size: 28px; font-weight: 800; color: #fff; line-height: 1; }
.stat span { font-size: 11px; color: #94A3B8; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; line-height: 1.3; display: block; margin-top: 4px; }
.stat-divider { width: 1px; height: 44px; background: rgba(255,255,255,.12); margin: 0 8px; }

/* ===== PROBLEMA ===== */
.problema-text { margin: 24px 0 28px; }
.problema-text p { font-size: 17px; color: #475569; line-height: 1.7; margin-bottom: 12px; }
.problema-text strong { color: #1F2937; }
.alert-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.alert-card {
  background: #FEF2F2; border: 1px solid #FECACA; border-radius: 12px;
  padding: 20px 18px; text-align: center;
}
.alert-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; background: #FEE2E2; color: #EF4444;
  border-radius: 50%; font-size: 14px; font-weight: 800; margin-bottom: 10px;
}
.alert-card p { font-size: 14px; color: #475569; line-height: 1.5; }
.alert-card strong { color: #1F2937; }

/* ===== SOLUÇÃO ===== */
.solucao-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.solucao-desc { font-size: 16px; color: #475569; line-height: 1.7; margin-bottom: 12px; }
.solucao-highlight {
  background: #fff; border-left: 4px solid #F97316; padding: 14px 18px; border-radius: 0 10px 10px 0;
  font-weight: 700; color: #1A3C6E; font-size: 15px; margin: 20px 0 24px; line-height: 1.5;
}
.benefit-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 16px 18px;
  margin-bottom: 12px;
}
.benefit-card:last-child { margin-bottom: 0; }
.benefit-icon {
  width: 40px; height: 40px; min-width: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.bg-orange { background: #FFF7ED; }
.bg-blue { background: #EFF6FF; }
.bg-green { background: #F0FDF4; }
.bg-purple { background: #FAF5FF; }
.bg-yellow { background: #FFFBEB; }
.benefit-card h4 { font-size: 14px; font-weight: 700; color: #1F2937; margin-bottom: 2px; }
.benefit-card p { font-size: 13px; color: #64748B; line-height: 1.4; }

/* ===== PARA QUEM ===== */
.paraquem-list { margin: 32px 0; }
.pq-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px;
  padding: 16px 20px; margin-bottom: 10px;
}
.pq-item:last-child { margin-bottom: 0; }
.pq-arrow {
  width: 32px; height: 32px; min-width: 32px; background: #1A3C6E; color: #fff;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}
.pq-item p { font-size: 15px; color: #475569; line-height: 1.5; padding-top: 4px; }
.pq-item strong { color: #1F2937; }
.pq-footer {
  text-align: center; background: #FFF7ED; border: 1px solid #FDBA74; border-radius: 12px;
  padding: 18px; font-size: 15px; color: #475569; line-height: 1.5;
}
.pq-footer strong { color: #9A3412; }

/* ===== CARDS ===== */
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.card {
  background: #fff; border-radius: 16px; padding: 28px 22px 22px;
  text-align: center; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.card-icon { font-size: 36px; margin-bottom: 10px; }
.card-tag {
  display: inline-block; background: #F97316; color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
  padding: 3px 10px; border-radius: 99px; margin-bottom: 10px;
}
.card-title { font-size: 18px; font-weight: 800; color: #1A3C6E; line-height: 1.2; margin-bottom: 6px; }
.card-sub { font-size: 12px; color: #94A3B8; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 16px; line-height: 1.4; }
.card-list { list-style: none; text-align: left; margin-bottom: 18px; flex: 1; }
.card-list li { font-size: 13px; color: #475569; padding: 6px 0; border-bottom: 1px solid #F1F5F9; display: flex; gap: 8px; align-items: center; }
.card-list li:last-child { border-bottom: none; }
.check { color: #22C55E; font-weight: 800; font-size: 13px; }
.card-price { margin-bottom: 16px; }
.price-old { display: block; font-size: 12px; color: #94A3B8; text-decoration: line-through; }
.price-now { font-size: 32px; font-weight: 900; color: #F97316; line-height: 1; }
.price-now span { font-size: 18px; }
.card-foot { font-size: 11px; color: #94A3B8; margin-top: 10px; }
.cards-note { text-align: center; color: #64748B; font-size: 13px; margin-top: 28px; }

/* ===== GARANTIA ===== */
.garantia-box {
  background: #fff; border: 2px solid #BBF7D0; border-radius: 20px;
  padding: 40px 36px; text-align: center;
  box-shadow: 0 4px 24px rgba(34,197,94,.10);
}
.garantia-icon { font-size: 44px; margin-bottom: 14px; }
.garantia-text { font-size: 16px; color: #475569; line-height: 1.7; margin: 16px 0 8px; }
.garantia-sub { font-size: 15px; color: #64748B; line-height: 1.6; margin-bottom: 20px; }
.garantia-badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.garantia-badges span {
  background: #F0FDF4; border: 1px solid #BBF7D0; padding: 6px 14px; border-radius: 99px;
  font-size: 12px; font-weight: 700; color: #166534;
}

/* ===== FAQ ===== */
.faq { margin-top: 32px; }
.faq-item {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 12px;
  margin-bottom: 10px; overflow: hidden;
}
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; background: none; border: none; cursor: pointer;
  font-size: 15px; font-weight: 700; color: #1F2937; text-align: left;
  font-family: inherit;
}
.faq-icon {
  width: 28px; height: 28px; min-width: 28px; border-radius: 50%;
  background: #F1F5F9; display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; color: #64748B; margin-left: 16px;
}
.faq-item.open .faq-icon { background: #1A3C6E; color: #fff; }
.faq-a { padding: 0 20px 18px; }
.faq-a p { font-size: 14px; color: #64748B; line-height: 1.7; }
.faq-item:not(.open) .faq-a { display: none; }

/* ===== CTA FINAL ===== */
.cta-badge {
  display: inline-block; background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.30);
  color: #FB923C; font-size: 11px; font-weight: 800; letter-spacing: 0.10em;
  padding: 6px 16px; border-radius: 99px; margin-bottom: 20px;
}
.cta-price-call { font-size: 17px; color: #CBD5E1; margin: 20px 0 28px; line-height: 1.6; }
.cta-price-call strong { color: #fff; }
.cta-label { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #94A3B8; margin-bottom: 16px; }
.cta-buttons { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.cta-foot { font-size: 12px; color: #64748B; margin-top: 20px; }

/* ===== FOOTER ===== */
.footer { background: #0B1C36; color: #64748B; text-align: center; padding: 28px 24px; font-size: 13px; line-height: 1.6; }
.footer a { color: #94A3B8; text-decoration: underline; }
.footer-small { margin-top: 6px; font-size: 12px; }

/* ===== RESPONSIVO ===== */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .section-title { font-size: 28px; }
  .section-title.small { font-size: 26px; }
  .hero-title { font-size: 36px; }
  .hero-sub { font-size: 16px; }
  .hero-sub br, .section-desc br, .problema-text br { display: none; }
  .alert-cards { grid-template-columns: 1fr; }
  .solucao-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats { padding: 16px 20px; }
  .stat strong { font-size: 22px; }
}
@media (max-width: 520px) {
  .cards-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 30px; }
  .btn-hero { font-size: 16px; padding: 16px 28px; }
  .cta-buttons .btn-cta { font-size: 14px; }
}
