:root {
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --color-background-primary: #ffffff;
  --color-background-secondary: #f8fafc;
  --color-border-secondary: #cbd5e1;
  --color-border-tertiary: #e2e8f0;
  --color-text-primary: #0f1b2d;
  --color-text-secondary: #475569;
  --border-radius-md: 6px;
  --border-radius-lg: 12px;
  --primary: #378add;
}

.lp * { box-sizing: border-box; }
.lp { font-family: var(--font-sans); color: var(--color-text-primary); line-height: 1.5; }

.hidden-page { display: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.lp { width: 100%; background: var(--color-background-primary); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 2rem; border-bottom: 0.5px solid var(--color-border-tertiary); background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-img { height: 34px; width: auto; display: block; }
.logo-text { font-size: 15px; font-weight: 700; letter-spacing: 2px; color: var(--color-text-primary); }
.nav-links { display: flex; gap: 20px; }
.nav-links a { font-size: 13px; color: var(--color-text-secondary); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--color-text-primary); }
.nav-actions { display: flex; gap: 8px; }

.btn-nav-out { background: transparent; border: 0.5px solid var(--color-border-secondary); border-radius: var(--border-radius-md); padding: 7px 16px; font-size: 13px; font-weight: 600; color: var(--color-text-primary); cursor: pointer; transition: all 0.2s; }
.btn-nav-out:hover { background: #f1f5f9; }

.btn-nav-in { background: #0f1b2d; border: none; border-radius: var(--border-radius-md); padding: 7px 16px; font-size: 13px; font-weight: 600; color: #fff; cursor: pointer; transition: all 0.2s; }
.btn-nav-in:hover { background: #000; transform: translateY(-1px); }

.hero { background: #0c1a2e; padding: 6rem 2rem 0; text-align: center; color: #fff; }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.08); border: 0.5px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 4px 14px; font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 2rem; }
.hero-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: #1d9e75; box-shadow: 0 0 8px #1d9e75; }
.hero h1 { font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 1rem; }
.hero h1 em { font-style: normal; color: var(--primary); }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.5); margin-bottom: 3rem; line-height: 1.6; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 12px; justify-content: center; margin-bottom: 4rem; }
.btn-hero-p { background: var(--primary); color: #fff; border: none; border-radius: var(--border-radius-md); padding: 14px 32px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 12px rgba(55, 138, 221, 0.3); }
.btn-hero-p:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(55, 138, 221, 0.4); }
.btn-hero-s { background: transparent; color: #fff; border: 0.5px solid rgba(255,255,255,0.3); border-radius: var(--border-radius-md); padding: 14px 32px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.btn-hero-s:hover { background: rgba(255,255,255,0.05); }

.hero-screen { background: #162035; border-radius: 16px 16px 0 0; border: 0.5px solid rgba(255,255,255,0.1); border-bottom: none; padding: 2rem; max-width: 800px; margin: 0 auto; box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.hs-bar { display: flex; gap: 6px; margin-bottom: 16px; }
.hs-bar span { width: 10px; height: 10px; border-radius: 50%; }
.hs-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.hs-card { background: #1d2d46; border-radius: 8px; padding: 14px; text-align: left; }
.hs-card-lbl { font-size: 10px; color: rgba(255,255,255,0.3); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.hs-card-val { font-size: 16px; font-weight: 700; color: #fff; }
.hs-card.red { background: rgba(239, 68, 68, 0.15); border: 1px solid rgba(239, 68, 68, 0.2); }
.hs-rows { display: flex; flex-direction: column; gap: 8px; }
.hs-row { display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.03); border-radius: 6px; padding: 10px 14px; }
.hs-row-lbl { font-size: 11px; color: rgba(255,255,255,0.5); }
.hs-badge { font-size: 10px; padding: 3px 10px; border-radius: 6px; background: rgba(55,138,221,0.15); color: #85b7eb; font-weight: 600; }
.hs-badge.g { background: rgba(29,158,117,0.15); color: #5dcaa5; }

.feat { padding: 6rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.feat.rev { direction: rtl; }
.feat.rev > * { direction: ltr; }
.feat-tag { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--primary); text-transform: uppercase; margin-bottom: 1rem; }
.feat h2 { font-size: clamp(24px, 4vw, 36px); font-weight: 700; color: var(--color-text-primary); line-height: 1.2; margin-bottom: 1.5rem; }
.feat h2 strong { font-weight: 800; color: #0c1a2e; }
.feat p { font-size: 16px; color: var(--color-text-secondary); line-height: 1.7; margin-bottom: 2rem; }
.feat-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 2rem; }
.pill { font-size: 13px; padding: 6px 16px; border-radius: 100px; background: #f1f5f9; color: #334155; border: 1px solid #e2e8f0; font-weight: 600; }
.feat-link { font-size: 15px; font-weight: 700; color: var(--primary); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.feat-link:hover { gap: 10px; }
.feat-visual { background: #fff; border-radius: 20px; border: 1px solid var(--color-border-tertiary); padding: 2rem; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }

.divider { height: 1px; background: var(--color-border-tertiary); margin: 0 auto; max-width: 1100px; }

.faq { padding: 6rem 2rem; max-width: 700px; margin: 0 auto; }
.faq-tag { font-size: 12px; font-weight: 700; color: var(--color-text-secondary); text-transform: uppercase; letter-spacing: 2px; text-align: center; margin-bottom: 1rem; }
.faq h2 { font-size: 32px; font-weight: 700; color: var(--color-text-primary); text-align: center; margin-bottom: 3rem; }
.faq-item { border-bottom: 1px solid var(--color-border-tertiary); padding: 1.5rem 0; }
.faq-q { font-size: 16px; font-weight: 700; color: var(--color-text-primary); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-a { font-size: 15px; color: var(--color-text-secondary); line-height: 1.7; margin-top: 1rem; display: none; }
.faq-item.active .faq-a { display: block; }

.cta-final { max-width: 1100px; margin: 2rem auto 6rem; background: #0c1a2e; border-radius: 24px; padding: 5rem 2rem; text-align: center; color: #fff; }
.cta-final h2 { font-size: clamp(24px, 4vw, 36px); font-weight: 700; margin-bottom: 1.5rem; }
.cta-final p { font-size: 17px; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; }
.cta-final-btns { display: flex; gap: 16px; justify-content: center; }

@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
.pulse-animation { animation: pulse 0.5s ease-in-out 3; }

@media (max-width: 992px) {
  .feat { grid-template-columns: 1fr; text-align: center; }
  .feat.rev { direction: ltr; }
  .feat-pills { justify-content: center; }
  .feat-visual { max-width: 500px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .nav { flex-direction: row; justify-content: space-between; align-items: center; gap: 1rem; padding: 12px 1.5rem; }
  .hero { padding-top: 4rem; }
  .hero-btns, .cta-final-btns { flex-direction: column; }
  .btn-hero-p, .btn-hero-s, .btn-cta-p, .btn-cta-s { width: 100%; }
}

/* Custom Plan Styling — Bronze, Prata, Ouro */
.bronze-card {
  border-top: 5px solid #bd7a44 !important;
  box-shadow: 0 4px 20px rgba(189, 122, 68, 0.04) !important;
}
.bronze-card:hover {
  box-shadow: 0 20px 40px rgba(189, 122, 68, 0.12) !important;
}
.bronze-text {
  font-size: 26px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #d38f5a 0%, #8c4f23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bronze-card .plan-tag {
  background: #fdf2e9 !important;
  color: #a0521c !important;
  font-weight: 800 !important;
}
.bronze-card .btn-plan:hover {
  background: #fdf2e9 !important;
  border-color: #d38f5a !important;
  color: #a0521c !important;
}

.prata-card {
  border: 2px solid #64748b !important;
  border-top: 5px solid #334155 !important;
  box-shadow: 0 10px 30px rgba(100, 116, 139, 0.08) !important;
}
.prata-card:hover {
  box-shadow: 0 25px 50px rgba(100, 116, 139, 0.18) !important;
}
.prata-text {
  font-size: 26px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #94a3b8 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prata-badge {
  background: linear-gradient(135deg, #64748b 0%, #334155 100%) !important;
  box-shadow: 0 4px 12px rgba(51, 65, 85, 0.3) !important;
}
.prata-card .plan-tag {
  background: #f1f5f9 !important;
  color: #1e293b !important;
  font-weight: 800 !important;
}
.prata-card .btn-plan.p {
  background: linear-gradient(135deg, #334155 0%, #0f172a 100%) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25) !important;
}
.prata-card .btn-plan.p:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.35) !important;
}

.ouro-card {
  border-top: 5px solid #d97706 !important;
  box-shadow: 0 4px 20px rgba(217, 119, 6, 0.04) !important;
}
.ouro-card:hover {
  box-shadow: 0 20px 40px rgba(217, 119, 6, 0.15) !important;
}
.ouro-text {
  font-size: 26px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #f59e0b 0%, #b45309 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ouro-card .plan-tag {
  background: #fef3c7 !important;
  color: #b45309 !important;
  font-weight: 800 !important;
}
.ouro-card .btn-plan {
  border: 1px solid #f59e0b !important;
  color: #b45309 !important;
  background: transparent !important;
}
.ouro-card .btn-plan:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.2) !important;
}

