/* ── Landing Body ───────────────────────────────────────────────────────── */
.landing-body { background: #0a0a14; color: #e2e8f0; overflow-x: hidden; }

/* ── Nav ────────────────────────────────────────────────────────────────── */
.landing-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 0; transition: 0.3s; }
.landing-nav.scrolled { background: rgba(10,10,20,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.logo-mark { font-family: 'Syne', sans-serif; font-size: 1.35rem; font-weight: 800; color: #fff; }
.logo-mark span { color: #a5b4fc; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.9rem; color: rgba(255,255,255,0.7); font-weight: 500; transition: 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-login { color: rgba(255,255,255,0.6) !important; }
.btn-cta-sm { background: #6366f1; color: #fff !important; padding: 0.55rem 1.25rem; border-radius: 8px; font-weight: 700 !important; font-size: 0.85rem !important; transition: 0.2s !important; }
.btn-cta-sm:hover { background: #4f46e5 !important; transform: translateY(-1px); }
.nav-hamburger { display: none; background: none; border: none; color: #fff; font-size: 1.3rem; cursor: pointer; }
.nav-mobile { display: none; flex-direction: column; gap: 0.75rem; padding: 1rem 1.5rem; background: rgba(10,10,20,0.95); border-top: 1px solid rgba(255,255,255,0.06); }
.nav-mobile.open { display: flex; }
.nav-mobile a { color: rgba(255,255,255,0.8); font-size: 0.95rem; }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: space-between; padding: 7rem 1.5rem 4rem; max-width: 1200px; margin: 0 auto; position: relative; gap: 4rem; }
.hero-bg-grid { position: fixed; inset: 0; background-image: linear-gradient(rgba(99,102,241,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,0.05) 1px,transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.25; pointer-events: none; }
.blob-1 { width: 600px; height: 600px; background: radial-gradient(circle,#6366f1,#8b5cf6); top: -100px; right: -100px; }
.blob-2 { width: 400px; height: 400px; background: radial-gradient(circle,#06b6d4,#3b82f6); bottom: 0; left: -50px; }
.hero-content { flex: 1; max-width: 580px; z-index: 1; }
.hero-badge { display: inline-block; background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.3); color: #a5b4fc; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.82rem; font-weight: 600; margin-bottom: 1.5rem; }
.hero-title { font-family: 'Syne', sans-serif; font-size: clamp(2.5rem,5vw,4rem); font-weight: 800; line-height: 1.1; color: #fff; margin-bottom: 1.25rem; }
.gradient-text { background: linear-gradient(135deg,#6366f1,#a78bfa,#38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { color: rgba(255,255,255,0.65); font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 2rem; background: linear-gradient(135deg,#6366f1,#8b5cf6); color: #fff; border-radius: 12px; font-weight: 700; font-size: 1rem; transition: 0.3s; box-shadow: 0 8px 30px rgba(99,102,241,0.35); }
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(99,102,241,0.5); }
.btn-hero-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 2rem; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; font-weight: 600; font-size: 1rem; transition: 0.2s; }
.btn-hero-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }
.hero-stats { display: flex; align-items: center; gap: 2rem; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: 'Syne', sans-serif; font-size: 1.5rem; font-weight: 800; color: #fff; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.05em; }
.stat-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.1); }

/* ── Phone Mockup ───────────────────────────────────────────────────────── */
.hero-visual { position: relative; flex-shrink: 0; z-index: 1; }
.phone-mockup { width: 300px; background: #1a1a2e; border-radius: 32px; border: 2px solid rgba(255,255,255,0.1); box-shadow: 0 40px 80px rgba(0,0,0,0.6); overflow: hidden; }
.phone-screen { padding: 1.25rem; }
.store-preview-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.store-avatar { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg,#6366f1,#8b5cf6); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.store-preview-name { font-size: 0.9rem; font-weight: 700; color: #fff; }
.store-preview-sub { font-size: 0.7rem; color: rgba(255,255,255,0.4); }
.store-preview-cats { display: flex; gap: 0.4rem; margin-bottom: 1rem; overflow: hidden; }
.cat-chip { padding: 0.25rem 0.7rem; border-radius: 50px; font-size: 0.7rem; font-weight: 600; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.6); cursor: pointer; }
.cat-chip.active { background: #6366f1; color: #fff; }
.store-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.preview-card { background: rgba(255,255,255,0.05); border-radius: 10px; overflow: hidden; }
.preview-img { height: 70px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.preview-name { font-size: 0.68rem; font-weight: 600; color: rgba(255,255,255,0.9); padding: 0.3rem 0.4rem 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview-price { font-size: 0.7rem; font-weight: 700; color: #a5b4fc; padding: 0 0.4rem; }
.preview-wa { font-size: 0.6rem; background: #25D366; color: #fff; text-align: center; padding: 0.25rem; font-weight: 700; margin-top: 0.25rem; }
.floating-badge { position: absolute; background: rgba(20,20,40,0.9); border: 1px solid rgba(255,255,255,0.12); padding: 0.5rem 0.9rem; border-radius: 50px; font-size: 0.78rem; font-weight: 700; color: #fff; white-space: nowrap; animation: float 3s ease-in-out infinite; backdrop-filter: blur(8px); }
.badge-wa { top: 10%; right: -60px; color: #25D366; animation-delay: 0s; }
.badge-qr { bottom: 20%; left: -40px; color: #a5b4fc; animation-delay: 1.5s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ── Section Shared ─────────────────────────────────────────────────────── */
.section-container { max-width: 1200px; margin: 0 auto; padding: 5rem 1.5rem; }
.section-tag { display: inline-block; background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.25); color: #a5b4fc; padding: 0.3rem 0.9rem; border-radius: 50px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1rem; }
.section-title { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 800; color: #fff; margin-bottom: 1rem; line-height: 1.2; }
.section-sub { color: rgba(255,255,255,0.55); font-size: 1rem; margin-bottom: 3rem; max-width: 500px; }

/* ── Steps ──────────────────────────────────────────────────────────────── */
.how-section { background: linear-gradient(180deg,#0a0a14 0%,#0f0f20 100%); }
.steps-timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.step-item { display: flex; gap: 1.5rem; padding: 1.75rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; transition: 0.3s; }
.step-item:hover { background: rgba(99,102,241,0.06); border-color: rgba(99,102,241,0.2); transform: translateY(-2px); }
.step-icon-wrap { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.step-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.3); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.step-connector { width: 2px; flex: 1; background: rgba(99,102,241,0.15); margin-top: 0.5rem; min-height: 20px; }
.step-num { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #6366f1; margin-bottom: 0.3rem; }
.step-title { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.step-desc { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
.step-desc code { background: rgba(99,102,241,0.15); padding: 0.1rem 0.4rem; border-radius: 4px; font-size: 0.8rem; color: #a5b4fc; }
.step-link { display: inline-block; margin-top: 0.75rem; font-size: 0.82rem; font-weight: 700; color: #6366f1; }

/* ── Features ───────────────────────────────────────────────────────────── */
.features-section { background: #0f0f20; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.feature-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 1.75rem; transition: 0.3s; }
.feature-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(99,102,241,0.25); transform: translateY(-3px); }
.fc-accent { background: linear-gradient(135deg,rgba(99,102,241,0.1),rgba(139,92,246,0.05)); border-color: rgba(99,102,241,0.25); }
.fc-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.feature-card h3 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* ── Pricing ────────────────────────────────────────────────────────────── */
.pricing-section { background: #0a0a14; }
.pricing-section .pricing-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: #fff; }
.pricing-section .plan-name { color: #fff; }
.pricing-section .plan-price { color: #a5b4fc; }
.pricing-section .plan-features li { color: rgba(255,255,255,0.75); }
.pricing-section .plan-features li.muted { color: rgba(255,255,255,0.3); }
.pricing-section .plan-btn { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); }
.pricing-section .pricing-featured { background: rgba(99,102,241,0.12); border-color: rgba(99,102,241,0.4); }

/* ── CTA ────────────────────────────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg,#6366f1,#8b5cf6); padding: 5rem 1.5rem; text-align: center; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-inner h2 { font-family: 'Syne', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.cta-inner p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 2rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-section .btn-hero-primary { background: #fff; color: #6366f1; box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.cta-section .btn-hero-ghost { border-color: rgba(255,255,255,0.4); color: rgba(255,255,255,0.9); }

/* ── Footer ─────────────────────────────────────────────────────────────── */
.site-footer { background: #06060f; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.footer-brand p { color: rgba(255,255,255,0.4); font-size: 0.85rem; margin-top: 0.75rem; }
.footer-heading { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.3); margin-bottom: 0.75rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { color: rgba(255,255,255,0.55); font-size: 0.88rem; transition: 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom-bar { text-align: center; padding: 1.25rem; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.8rem; color: rgba(255,255,255,0.3); }

@media (max-width: 900px) {
  .hero { flex-direction: column; text-align: center; padding-top: 6rem; }
  .hero-stats { justify-content: center; }
  .hero-actions { justify-content: center; }
  .steps-timeline { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-hamburger { display: block; }
  .hero-visual { display: none; }
}
