* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --primary: #0F1F35;
  --primary-light: #1E3A5F;
  --accent: #00D4AA;
  --accent-dark: #00A885;
  --white: #FFFFFF;
  --gray-50: #F9FAFB;
  --gray-100: #F3F4F6;
  --gray-200: #E5E7EB;
  --gray-400: #9CA3AF;
  --gray-500: #6B7280;
  --gray-600: #4B5563;
  --gray-700: #374151;
  --gray-900: #111827;
  --red: #EF4444;
  --green: #10B981;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
}
body { font-family: 'Inter', -apple-system, sans-serif; color: var(--gray-900); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 999px; font-weight: 700; font-size: 16px; transition: all 0.2s; cursor: pointer; border: none; }
.btn-sm { padding: 10px 24px; font-size: 14px; }
.btn-lg { padding: 18px 40px; font-size: 18px; }
.btn:not(.btn-outline):not(.btn-white) { background: var(--accent); color: var(--primary); }
.btn:not(.btn-outline):not(.btn-white):hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,212,170,0.3); }
.btn-outline { background: transparent; border: 2px solid var(--accent); color: var(--accent); }
.btn-outline:hover { background: rgba(0,212,170,0.1); }
.btn-white { background: white; color: var(--primary); }
.btn-white:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15,31,53,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-size: 24px; font-weight: 800; color: var(--accent); letter-spacing: -0.5px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: white; }
.nav-link-track { color: var(--accent) !important; }
.mobile-menu { display: none; background: none; border: none; color: white; font-size: 24px; cursor: pointer; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--primary) 0%, #0a1628 100%); padding: 140px 0 100px; overflow: hidden; }
.hero-inner { display: flex; align-items: center; gap: 60px; }
.hero-content { flex: 1; }
.hero h1 { font-size: 52px; font-weight: 900; color: white; line-height: 1.1; letter-spacing: -1px; margin-bottom: 20px; }
.accent { color: var(--accent); }
.hero-sub { font-size: 20px; color: rgba(255,255,255,0.65); line-height: 1.6; margin-bottom: 36px; max-width: 500px; }
.hero-ctas { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-ctas .btn-outline { border-color: rgba(255,255,255,0.3); color: white; }
.hero-ctas .btn-outline:hover { border-color: var(--accent); color: var(--accent); background: rgba(0,212,170,0.05); }
.trust-badges { display: flex; gap: 20px; flex-wrap: wrap; }
.badge { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 500; }
.hero-visual { flex: 0 0 380px; }
.hero-card { background: var(--primary-light); border: 1px solid rgba(0,212,170,0.2); border-radius: var(--radius-lg); padding: 32px; }
.hero-card-label { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
.hero-card-amount { font-size: 48px; font-weight: 800; color: var(--accent); margin-bottom: 16px; }
.hero-card-bar { height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; margin-bottom: 16px; }
.hero-card-fill { height: 100%; width: 70%; background: var(--accent); border-radius: 3px; }
.hero-card-note { font-size: 13px; color: rgba(255,255,255,0.4); text-align: center; }
.hero-card-cta { margin-bottom: 12px; }
.hero-note { font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 28px; }

/* URGENCY */
.urgency { background: white; border-bottom: 1px solid var(--gray-200); padding: 40px 0; }
.urgency-inner { text-align: center; }
.urgency h2 { font-size: 22px; font-weight: 800; margin-bottom: 20px; color: var(--gray-900); }
.urgency-tags { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.urgency-tag { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 999px; padding: 10px 20px; font-size: 15px; font-weight: 600; color: var(--gray-700); }

/* TRUST BAR */
.trust-bar { background: var(--primary); padding: 32px 0; }
.trust-bar-inner { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { font-size: 28px; }
.trust-num { font-size: 20px; font-weight: 800; color: var(--accent); }
.trust-label { font-size: 13px; color: rgba(255,255,255,0.5); }

/* SECURITY BADGES */
.security-badges { display: flex; justify-content: center; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.sec-badge { background: white; border: 1px solid var(--gray-200); border-radius: 999px; padding: 10px 20px; font-size: 13px; font-weight: 600; color: var(--gray-700); box-shadow: var(--shadow); }

/* TESTIMONIALS */
.testimonial-stars { color: #F59E0B; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }

/* SECTIONS */
.section { padding: 60px 0; }
.section-dark { background: var(--gray-50); }
.section-title { font-size: 36px; font-weight: 800; text-align: center; margin-bottom: 12px; letter-spacing: -0.5px; }
.section-sub { font-size: 18px; color: var(--gray-500); text-align: center; margin-bottom: 40px; }

/* STEPS */
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 20px; margin-bottom: 60px; }
.step { text-align: center; flex: 1; max-width: 280px; padding: 32px 24px; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); position: relative; }
.step-num { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 28px; height: 28px; background: var(--accent); color: var(--primary); border-radius: 50%; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.step-icon { font-size: 40px; margin-bottom: 16px; }
.step h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--gray-500); line-height: 1.6; }
.step-arrow { font-size: 24px; color: var(--gray-400); margin-top: 60px; }

/* FEATURES */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature { background: white; border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.feature-icon { font-size: 32px; margin-bottom: 12px; }
.feature h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.feature p { font-size: 14px; color: var(--gray-500); line-height: 1.6; }

/* STATS */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 60px; }
.stat { text-align: center; padding: 24px; }
.stat-num { font-size: 36px; font-weight: 800; color: var(--accent); margin-bottom: 4px; }
.stat-label { font-size: 14px; color: var(--gray-500); }

/* TESTIMONIALS */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: var(--gray-50); border-radius: var(--radius-lg); padding: 28px; border: 1px solid var(--gray-200); }
.testimonial p { font-size: 15px; color: var(--gray-700); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testimonial-author { font-size: 13px; color: var(--gray-500); font-weight: 600; }

/* PRICING */
.pricing-card-wrap { display: flex; justify-content: center; }
.pricing-card { background: white; border: 2px solid var(--accent); border-radius: var(--radius-lg); max-width: 420px; width: 100%; overflow: hidden; box-shadow: var(--shadow-lg); }
.pricing-header { background: var(--primary); padding: 28px 32px; text-align: center; }
.pricing-header h3 { color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.pricing-amount { font-size: 48px; font-weight: 900; color: var(--accent); }
.pricing-amount span { font-size: 18px; font-weight: 500; color: rgba(255,255,255,0.5); }
.pricing-body { padding: 28px 32px; }
.pricing-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 15px; color: var(--gray-700); border-bottom: 1px solid var(--gray-100); }
.pricing-row:last-child { border-bottom: none; margin-bottom: 20px; }
.pricing-row span { font-size: 16px; flex-shrink: 0; }

/* CTA SECTION */
.section-cta { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); padding: 60px 0; }
.section-cta h2 { font-size: 36px; font-weight: 800; color: white; margin-bottom: 12px; }
.section-cta p { font-size: 18px; color: rgba(255,255,255,0.6); margin-bottom: 32px; }

/* EXIT SECTION */
.exit-section { background: var(--gray-50); border-top: 1px solid var(--gray-200); padding: 60px 0; }
.exit-section h2 { font-size: 28px; font-weight: 800; margin-bottom: 8px; }
.exit-section p { font-size: 16px; color: var(--gray-500); margin-bottom: 24px; }

/* FOOTER */
.footer { background: var(--gray-900); color: rgba(255,255,255,0.6); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-size: 24px; font-weight: 800; color: var(--accent); margin-bottom: 12px; }
.footer-desc { font-size: 14px; line-height: 1.6; }
.footer-col h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; font-size: 14px; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; }
.disclaimer { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,0.35); margin-bottom: 12px; }
.copyright { font-size: 12px; color: rgba(255,255,255,0.3); }

/* MOBILE */
@media (max-width: 768px) {
  .hero-inner { flex-direction: column; gap: 40px; }
  .hero h1 { font-size: 36px; }
  .hero-sub { font-size: 17px; }
  .hero-visual { flex: none; width: 100%; }
  .hero { padding: 120px 0 60px; }
  .steps { flex-direction: column; align-items: center; }
  .step-arrow { display: none; }
  .features { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--primary); flex-direction: column; padding: 24px; gap: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .nav-links.open { display: flex; }
  .mobile-menu { display: block; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .section-title { font-size: 28px; }
}
