/* ===== DROPSHIPMASTERS — Green Money + Navy + White, Wealth Vibe ===== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@400;600;700;800&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Space Grotesk', system-ui, sans-serif; color: #1a2332; background: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

:root {
  --green: #16a34a;
  --green-dark: #15803d;
  --green-light: #f0fdf4;
  --navy: #0f172a;
  --navy-light: #1e293b;
  --emerald: #10b981;
  --dark: #0f172a;
  --gray: #64748b;
  --light: #f8faf8;
  --border: #e2e8f0;
  --radius: 14px;
  --shadow: 0 4px 24px rgba(16,163,74,0.06);
  --shadow-lg: 0 20px 60px rgba(16,163,74,0.10);
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-title { font-family: 'Sora', sans-serif; font-size: 2.5rem; font-weight: 800; text-align: center; margin-bottom: 16px; color: var(--dark); }
.section-sub { text-align: center; color: var(--gray); font-size: 1.05rem; max-width: 620px; margin: 0 auto 56px; line-height: 1.7; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all .25s; border: none; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(16,163,74,0.3); }
.btn-secondary { background: transparent; color: var(--green); border: 2px solid var(--green); }
.btn-secondary:hover { background: var(--green); color: #fff; }
.btn-large { padding: 18px 42px; font-size: 1.05rem; }
.badge { display: inline-block; padding: 6px 18px; border-radius: 50px; font-size: .85rem; font-weight: 600; }

/* ===== NAV — Dark navy sleek ===== */
.nav { position: fixed; top: 0; width: 100%; background: rgba(15,23,42,0.96); backdrop-filter: blur(20px); z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav .container { display: flex; justify-content: space-between; align-items: center; height: 68px; }
.nav-logo { font-family: 'Sora', sans-serif; font-size: 1.4rem; font-weight: 800; color: #fff; }
.nav-logo span { color: var(--emerald); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-weight: 500; color: rgba(255,255,255,0.6); transition: color .2s; font-size: .95rem; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--green) !important; color: #fff !important; padding: 10px 24px !important; border-radius: 10px !important; }
.nav-cta:hover { background: var(--green-dark) !important; }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #fff; }

/* ===== HERO — Split with dashboard mockup ===== */
.hero { padding: 140px 0 80px; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(16,185,129,0.08) 0%, transparent 70%); }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(transparent, #fff); }
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.hero-badge { background: rgba(16,185,129,0.15); color: var(--emerald); margin-bottom: 24px; }
.hero h1 { font-family: 'Sora', sans-serif; font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; }
.hero h1 span { color: var(--emerald); }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.7); margin-bottom: 36px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-buttons .btn-secondary { border-color: rgba(255,255,255,0.3); color: #fff; }
.hero-buttons .btn-secondary:hover { border-color: var(--emerald); background: var(--emerald); }
.hero-visual { position: relative; }
.hero-dashboard { background: var(--navy-light); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.hero-dashboard img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-revenue { position: absolute; bottom: -20px; left: -20px; background: #fff; border-radius: 14px; padding: 16px 24px; box-shadow: var(--shadow-lg); z-index: 2; }
.hero-revenue-label { font-size: .8rem; color: var(--gray); }
.hero-revenue-amount { font-family: 'Sora', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--green); }
.hero-revenue-change { font-size: .8rem; color: var(--emerald); font-weight: 600; }

/* ===== STATS BAR ===== */
.stats-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 36px 0; }
.stats-bar .container { display: flex; justify-content: center; gap: 80px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { font-family: 'Sora', sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--green); }
.stat-label { font-size: .9rem; color: var(--gray); margin-top: 2px; }

/* ===== INCOME CALCULATOR ===== */
.calculator-section { background: var(--green-light); padding: 80px 0; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 900px; margin: 0 auto; }
.calc-content h2 { font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 800; margin-bottom: 16px; color: var(--dark); }
.calc-content p { color: var(--gray); line-height: 1.7; margin-bottom: 24px; }
.calc-card { background: #fff; border-radius: 20px; padding: 36px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.calc-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--border); }
.calc-row:last-child { border: none; padding-bottom: 0; }
.calc-row.total { border-top: 2px solid var(--green); margin-top: 8px; padding-top: 20px; }
.calc-label { color: var(--gray); font-size: .95rem; }
.calc-value { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--dark); }
.calc-value.green { color: var(--green); font-size: 1.4rem; }

/* ===== FEATURES ===== */
.features { background: var(--light); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #fff; border-radius: 16px; border: 1px solid var(--border); transition: all .3s; overflow: hidden; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.feature-img { width: 100%; height: 180px; object-fit: cover; }
.feature-body { padding: 28px; }
.feature-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--green-light); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.feature-card p { color: var(--gray); font-size: .93rem; line-height: 1.6; }

/* ===== STEP TIMELINE ===== */
.timeline-section { background: #fff; }
.timeline { max-width: 740px; margin: 0 auto; position: relative; }
.timeline::before { content: ''; position: absolute; left: 32px; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--green), var(--emerald)); border-radius: 3px; }
.timeline-item { display: flex; gap: 24px; margin-bottom: 24px; position: relative; }
.timeline-dot { width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.2rem; flex-shrink: 0; z-index: 1; border: 4px solid #fff; box-shadow: var(--shadow); }
.timeline-content { background: var(--light); border-radius: 14px; padding: 24px; border: 1px solid var(--border); flex: 1; transition: all .3s; }
.timeline-content:hover { border-color: var(--green); box-shadow: var(--shadow); }
.timeline-content h4 { font-weight: 700; margin-bottom: 6px; color: var(--dark); }
.timeline-content p { font-size: .9rem; color: var(--gray); line-height: 1.6; }

/* ===== PRICING ===== */
.pricing { background: var(--light); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pricing-card { background: #fff; border-radius: 20px; padding: 40px 32px; border: 2px solid var(--border); text-align: center; transition: all .3s; position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pricing-card.popular { border-color: var(--green); box-shadow: var(--shadow-lg); }
.pricing-card.popular::before { content: 'BEST SELLER'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; padding: 5px 22px; border-radius: 50px; font-size: .8rem; font-weight: 700; }
.pricing-name { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.pricing-price { font-family: 'Sora', sans-serif; font-size: 3rem; font-weight: 800; color: var(--green); }
.pricing-price small { font-size: 1rem; color: var(--gray); font-weight: 400; font-family: 'Space Grotesk', sans-serif; }
.pricing-desc { color: var(--gray); font-size: .95rem; margin: 8px 0 28px; }
.pricing-features { text-align: left; margin-bottom: 32px; }
.pricing-features li { padding: 8px 0; font-size: .93rem; display: flex; gap: 10px; align-items: start; }
.pricing-features li::before { content: '\2713'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.pricing-card .btn { width: 100%; }

/* ===== REVENUE SCREENSHOTS ===== */
.screenshots-section { background: var(--navy); padding: 80px 0; color: #fff; text-align: center; }
.screenshots-section h2 { font-family: 'Sora', sans-serif; font-size: 2.2rem; font-weight: 800; margin-bottom: 12px; }
.screenshots-section p { color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.screenshots-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; }
.screenshot-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; overflow: hidden; transition: all .3s; }
.screenshot-card:hover { transform: translateY(-4px); border-color: var(--emerald); }
.screenshot-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--light); padding: 32px; border-radius: 16px; border: 1px solid var(--border); transition: all .3s; }
.testimonial-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.testimonial-stars { color: #f59e0b; font-size: 1.1rem; margin-bottom: 14px; }
.testimonial-text { color: var(--dark); margin-bottom: 24px; line-height: 1.8; font-size: .95rem; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--green-light); }
.testimonial-name { font-weight: 700; }
.testimonial-role { font-size: .85rem; color: var(--gray); }

/* ===== FAQ ===== */
.faq { background: var(--light); }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 14px; border: 1px solid var(--border); margin-bottom: 10px; overflow: hidden; transition: all .2s; }
.faq-item.active { border-color: var(--green); }
.faq-question { width: 100%; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; background: none; border: none; cursor: pointer; font-size: 1rem; font-weight: 600; text-align: left; color: var(--dark); font-family: 'Space Grotesk', sans-serif; }
.faq-question::after { content: '+'; font-size: 1.4rem; color: var(--green); font-weight: 700; transition: transform .3s; }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: all .3s ease; }
.faq-item.active .faq-answer { padding: 0 24px 20px; max-height: 200px; }
.faq-answer p { color: var(--gray); line-height: 1.7; }

/* ===== CTA ===== */
.cta { background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: #fff; text-align: center; padding: 100px 0; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(16,185,129,0.06); }
.cta h2 { font-family: 'Sora', sans-serif; font-size: 2.4rem; font-weight: 800; margin-bottom: 16px; }
.cta p { color: rgba(255,255,255,.7); font-size: 1.1rem; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: rgba(255,255,255,.5); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand h3 { font-family: 'Sora', sans-serif; color: #fff; font-size: 1.3rem; margin-bottom: 14px; }
.footer-brand h3 span { color: var(--emerald); }
.footer-brand p { line-height: 1.7; font-size: .9rem; }
.footer-col h4 { color: #fff; margin-bottom: 16px; }
.footer-col a { display: block; padding: 4px 0; font-size: .9rem; transition: color .2s; }
.footer-col a:hover { color: var(--emerald); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; text-align: center; font-size: .85rem; }

/* ===== MOBILE NAV ===== */
.nav-links.show {
  display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
  background: var(--navy); padding: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); gap: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero h1 { font-size: 2.4rem; }
  .hero p { margin: 0 auto 32px; }
  .hero-buttons { justify-content: center; }
  .hero-visual { display: none; }
  .features-grid, .pricing-grid, .testimonials-grid, .screenshots-grid { grid-template-columns: 1fr; }
  .stats-bar .container { gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .section-title { font-size: 1.9rem; }
  .section { padding: 70px 0; }
  .calc-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 24px; }
}
