/* ===================================================================
   NewsCore Landing Page — Custom Styles
   =================================================================== */
:root {
    --primary: #2563eb;
    --primary-dark: #1e40af;
    --primary-light: #3b82f6;
    --dark: #0f172a;
    --muted: #64748b;
    --light: #f8fafc;
    --radius: 16px;
}

* { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--dark); overflow-x: hidden; }
.text-primary { color: var(--primary) !important; }
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.fw-black { font-weight: 900; }
a { text-decoration: none; }

/* ===== NAVBAR ===== */
#mainNav { padding: 16px 0; transition: .3s; background: transparent; }
#mainNav.scrolled { background: rgba(255,255,255,.95); backdrop-filter: blur(10px); box-shadow: 0 2px 20px rgba(0,0,0,.08); padding: 10px 0; }
#mainNav.scrolled .navbar-brand, #mainNav.scrolled .nav-link { color: var(--dark) !important; }
.navbar-brand { font-size: 1.4rem; color: #fff; transition: .3s; }
.nav-link { color: rgba(255,255,255,.85) !important; font-weight: 500; transition: .2s; }
.nav-link:hover { color: var(--primary-light) !important; }
.brand-icon { width: 36px; height: 36px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; }
.brand-logo { height: 38px; width: auto; display: block; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e40af 100%); position: relative; overflow: hidden; color: #fff; }
.hero::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(59,130,246,.2), transparent 70%); top: -200px; right: -100px; border-radius: 50%; }
.hero h1 { line-height: 1.15; }
.hero .lead { color: rgba(255,255,255,.8); }
.badge-pill { display: inline-block; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); padding: 6px 16px; border-radius: 50px; font-size: .8rem; font-weight: 600; }
.hero-trust span { font-size: .85rem; color: rgba(255,255,255,.75); }

/* Hero mockup */
.hero-mockup { position: relative; }
.mockup-browser { background: #fff; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.4); overflow: hidden; transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); transition: .5s; }
.hero-mockup:hover .mockup-browser { transform: perspective(1000px) rotateY(0) rotateX(0); }
.mockup-bar { background: #e2e8f0; padding: 10px; display: flex; gap: 6px; }
.mockup-bar span { width: 12px; height: 12px; border-radius: 50%; background: #cbd5e1; }
.mockup-bar span:nth-child(1) { background: #ef4444; } .mockup-bar span:nth-child(2) { background: #f59e0b; } .mockup-bar span:nth-child(3) { background: #22c55e; }
.mockup-screen { padding: 16px; }
.mc-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mc-logo { font-weight: 800; color: var(--primary); font-size: 1.1rem; }
.mc-search { width: 100px; height: 24px; background: #f1f5f9; border-radius: 6px; }
.mc-hero-box { height: 120px; background: linear-gradient(135deg, #dbeafe, #bfdbfe); border-radius: 10px; margin-bottom: 12px; }
.mc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mc-card { background: #f8fafc; border-radius: 8px; padding: 8px; }
.mc-img { height: 50px; background: linear-gradient(135deg, #e0e7ff, #c7d2fe); border-radius: 6px; margin-bottom: 6px; }
.mc-line { height: 6px; background: #e2e8f0; border-radius: 3px; margin-bottom: 4px; }
.w-80 { width: 80%; } .w-60 { width: 60%; }
.mockup-badge { position: absolute; background: #fff; border-radius: 12px; padding: 10px 14px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-weight: 700; font-size: .85rem; display: flex; align-items: center; gap: 6px; }
.mockup-badge i { font-size: 1.1rem; }
.mockup-badge-1 { top: 15%; left: -5%; color: #7c3aed; animation: float 3s ease-in-out infinite; }
.mockup-badge-2 { bottom: 20%; left: -8%; color: #22c55e; animation: float 3s ease-in-out infinite .5s; }
.mockup-badge-3 { top: 40%; right: -5%; color: #f59e0b; animation: float 3s ease-in-out infinite 1s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ===== STATS BAR ===== */
.stats-bar { background: var(--dark); color: #fff; }
.stat-num { font-size: 2.2rem; font-weight: 900; color: var(--primary-light); }
.stat-label { font-size: .85rem; color: #94a3b8; }

/* ===== SECTIONS ===== */
.section { padding: 90px 0; }
.section-tag { display: inline-block; background: #eff6ff; color: var(--primary); padding: 5px 14px; border-radius: 50px; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 12px; }
.section-title { font-size: 2.3rem; font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
.section-sub { font-size: 1.1rem; color: var(--muted); max-width: 650px; margin: 0 auto; }

/* ===== CARDS ===== */
.problem-card, .feature-card { background: #fff; border: 1px solid #e2e8f0; border-radius: var(--radius); padding: 28px; height: 100%; transition: .3s; }
.problem-card:hover, .feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.08); border-color: transparent; }
.problem-icon, .feature-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; }
.problem-icon { background: #fef2f2; color: #ef4444; }
.bg-primary-soft { background: #eff6ff; color: var(--primary); }
.bg-success-soft { background: #f0fdf4; color: #22c55e; }
.bg-warning-soft { background: #fffbeb; color: #f59e0b; }
.bg-info-soft { background: #ecfeff; color: #06b6d4; }
.bg-danger-soft { background: #fef2f2; color: #ef4444; }
.bg-purple-soft { background: #faf5ff; color: #7c3aed; }
.bg-teal-soft { background: #f0fdfa; color: #14b8a6; }
.bg-orange-soft { background: #fff7ed; color: #f97316; }
.bg-indigo-soft { background: #eef2ff; color: #6366f1; }
.feature-card h5, .problem-card h5 { font-weight: 700; margin-bottom: 8px; }
.feature-card p, .problem-card p { color: var(--muted); font-size: .92rem; line-height: 1.6; margin: 0; }

/* ===== BENEFITS ===== */
.benefit-item { display: flex; gap: 16px; align-items: flex-start; }
.benefit-icon { width: 48px; height: 48px; min-width: 48px; background: #eff6ff; color: var(--primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.benefit-visual { display: flex; justify-content: center; }
.phone-mockup { width: 260px; background: var(--dark); border-radius: 36px; padding: 12px; box-shadow: 0 30px 70px rgba(0,0,0,.25); position: relative; }
.phone-notch { width: 80px; height: 18px; background: var(--dark); border-radius: 0 0 14px 14px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; }
.phone-screen { background: #fff; border-radius: 26px; overflow: hidden; padding: 28px 14px 14px; }
.ps-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-weight: 800; }
.ps-breaking { background: #1e293b; color: #fff; padding: 6px 10px; border-radius: 6px; font-size: .72rem; margin-bottom: 10px; overflow: hidden; white-space: nowrap; }
.ps-hero { height: 100px; background: linear-gradient(135deg, #dbeafe, #93c5fd); border-radius: 8px; margin-bottom: 10px; }
.ps-item { display: flex; gap: 8px; margin-bottom: 10px; }
.ps-thumb { width: 60px; height: 45px; background: linear-gradient(135deg, #e0e7ff, #c7d2fe); border-radius: 6px; flex-shrink: 0; }
.ps-line { height: 7px; background: #e2e8f0; border-radius: 3px; margin-bottom: 5px; margin-top: 4px; }
.ps-line.short { width: 60%; }

/* ===== PRICING ===== */
.pricing-toggle { display: inline-flex; background: #fff; border: 1px solid #e2e8f0; border-radius: 50px; padding: 5px; box-shadow: 0 4px 15px rgba(0,0,0,.05); }
.toggle-btn { border: none; background: transparent; padding: 10px 24px; border-radius: 50px; font-weight: 600; color: var(--muted); transition: .3s; cursor: pointer; }
.toggle-btn.active { background: var(--primary); color: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.price-card { background: #fff; border: 1px solid #e2e8f0; border-radius: var(--radius); padding: 32px; position: relative; transition: .3s; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.price-popular { border: 2px solid var(--primary); box-shadow: 0 10px 40px rgba(37,99,235,.15); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; padding: 5px 18px; border-radius: 50px; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.price-head h4 { font-weight: 800; }
.price-head p { color: var(--muted); font-size: .85rem; margin: 0; }
.price-amount { font-size: 2.8rem; font-weight: 900; color: var(--dark); margin: 16px 0; }
.price-amount small { display: block; font-size: .85rem; font-weight: 500; color: var(--muted); }
.price-features { list-style: none; padding: 0; margin: 0 0 24px; }
.price-features li { padding: 7px 0; font-size: .9rem; color: #334155; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #f1f5f9; }
.price-features li i { color: #22c55e; font-size: .85rem; }
.price-features li.muted { color: #cbd5e1; }
.price-features li.muted i { color: #cbd5e1; }

/* ===== CTA ===== */
.cta-section { padding: 60px 0 90px; }
.cta-box { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 24px; padding: 50px; color: #fff; }
.contact-form { background: #fff; border-radius: var(--radius); padding: 28px; color: var(--dark); }
.contact-form h5 { font-weight: 800; }
.contact-form .form-control, .contact-form .form-select { border-color: #e2e8f0; padding: 10px 14px; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.form-feedback { font-size: .85rem; }

/* ===== FOOTER ===== */
.footer { background: var(--dark); color: #cbd5e1; padding: 60px 0 30px; }
.footer .text-muted { color: #94a3b8 !important; } /* override Bootstrap !important for dark bg */

/* ===== CURIOSITY TEASER (index-1, no-pricing version) ===== */
.teaser-box { background: #fff; border: 2px dashed #cbd5e1; border-radius: 24px; padding: 60px 30px; max-width: 750px; margin: 0 auto; }
.teaser-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 24px; box-shadow: 0 10px 30px rgba(37,99,235,.3); }

/* safe muted text for light backgrounds (avoids Bootstrap !important conflicts) */
.text-muted-custom { color: #6c757d; }

/* ===================================================================
   DEMO / PREVIEW SECTION — realistic UI mockups
   =================================================================== */
.demo-tabs { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.demo-tab { border: 2px solid #e2e8f0; background: #fff; padding: 10px 22px; border-radius: 50px; font-weight: 600; color: var(--muted); cursor: pointer; transition: .25s; display: flex; align-items: center; gap: 8px; }
.demo-tab:hover { border-color: var(--primary); color: var(--primary); }
.demo-tab.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.demo-panel { display: none; }
.demo-panel.active { display: block; animation: fadeIn .4s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

/* Browser frame */
.demo-frame { background: #fff; border-radius: 14px; box-shadow: 0 25px 60px rgba(0,0,0,.12); overflow: hidden; border: 1px solid #e2e8f0; max-width: 900px; margin: 0 auto; }
.demo-frame-bar { background: #f1f5f9; padding: 10px 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #e8edf3; }
.demo-frame-bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.demo-frame-bar .dot.r { background: #ef4444; } .demo-frame-bar .dot.y { background: #f59e0b; } .demo-frame-bar .dot.g { background: #22c55e; }
.demo-frame-bar .url { flex: 1; background: #fff; border-radius: 6px; padding: 4px 12px; font-size: .72rem; color: #94a3b8; margin-left: 10px; max-width: 280px; }

/* ===== Backend Dashboard Mockup ===== */
.dash-mock { display: flex; min-height: 360px; font-size: 11px; }
.dash-sidebar { width: 56px; min-width: 56px; background: #0f172a; padding: 12px 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.dash-sidebar .ds-logo { width: 28px; height: 28px; background: var(--primary); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; margin-bottom: 6px; }
.dash-sidebar .ds-item { width: 28px; height: 28px; border-radius: 7px; background: #1e293b; }
.dash-sidebar .ds-item.active { background: var(--primary); }
.dash-main { flex: 1; background: #f8fafc; padding: 14px; }
.dash-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.dash-topbar .crumb { font-weight: 700; color: #1e293b; font-size: 12px; }
.dash-topbar .icons { display: flex; gap: 8px; align-items: center; }
.dash-topbar .bell { width: 22px; height: 22px; background: #fff; border-radius: 6px; position: relative; }
.dash-topbar .bell::after { content: ''; position: absolute; top: 2px; right: 2px; width: 6px; height: 6px; background: #ef4444; border-radius: 50%; }
.dash-topbar .avatar { width: 22px; height: 22px; background: var(--primary); border-radius: 50%; }
.dash-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 12px; }
.dash-stat { background: #fff; border-radius: 8px; padding: 9px; border: 1px solid #f1f5f9; }
.dash-stat .ds-icon { width: 22px; height: 22px; border-radius: 6px; margin-bottom: 5px; }
.dash-stat .ds-num { font-size: 15px; font-weight: 800; color: #1e293b; }
.dash-stat .ds-lbl { font-size: 8px; color: #94a3b8; text-transform: uppercase; }
.dash-row { display: grid; grid-template-columns: 2fr 1fr; gap: 8px; }
.dash-chart { background: #fff; border-radius: 8px; padding: 10px; border: 1px solid #f1f5f9; height: 110px; position: relative; }
.dash-chart .chart-bars { display: flex; align-items: flex-end; gap: 5px; height: 60px; margin-top: 8px; }
.dash-chart .chart-bars span { flex: 1; background: linear-gradient(#3b82f6,#bfdbfe); border-radius: 3px 3px 0 0; opacity: .85; }
.dash-list { background: #fff; border-radius: 8px; padding: 10px; border: 1px solid #f1f5f9; height: 110px; }
.dash-list .dl-item { display: flex; align-items: center; gap: 6px; padding: 5px 0; border-bottom: 1px solid #f8fafc; }
.dash-list .dl-dot { width: 16px; height: 16px; border-radius: 4px; background: #e2e8f0; flex-shrink: 0; }
.dash-list .dl-line { flex: 1; height: 6px; background: #f1f5f9; border-radius: 3px; }
.dash-list .dl-line.s { width: 40%; }

/* ===== Frontend Portal Mockup ===== */
.portal-mock { min-height: 360px; background: #fff; }
.portal-nav { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; border-bottom: 1px solid #f1f5f9; }
.portal-nav .pn-logo { font-weight: 800; color: var(--primary); font-size: 14px; }
.portal-nav .pn-menu { display: flex; gap: 12px; }
.portal-nav .pn-menu span { width: 36px; height: 7px; background: #e2e8f0; border-radius: 4px; }
.portal-nav .pn-search { width: 50px; height: 18px; background: #f1f5f9; border-radius: 5px; }
.portal-body { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; padding: 14px; }
.portal-hero { height: 130px; background: linear-gradient(135deg,#dbeafe,#93c5fd); border-radius: 10px; position: relative; overflow: hidden; }
.portal-hero::after { content: ''; position: absolute; bottom: 10px; left: 12px; right: 30%; height: 8px; background: rgba(255,255,255,.85); border-radius: 4px; }
.portal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; grid-column: 1; }
.portal-card { background: #f8fafc; border-radius: 8px; padding: 7px; border: 1px solid #f1f5f9; }
.portal-card .pc-img { height: 36px; background: linear-gradient(135deg,#e0e7ff,#c7d2fe); border-radius: 5px; margin-bottom: 5px; }
.portal-card .pc-line { height: 5px; background: #e2e8f0; border-radius: 3px; margin-bottom: 3px; }
.portal-card .pc-line.s { width: 65%; }
.portal-side { display: flex; flex-direction: column; gap: 8px; }
.portal-side .ps-title { font-weight: 800; font-size: 10px; color: #1e293b; margin-bottom: 2px; }
.portal-side .ps-row { display: flex; gap: 6px; align-items: center; }
.portal-side .ps-row .pr-img { width: 34px; height: 26px; background: linear-gradient(135deg,#fef3c7,#fde68a); border-radius: 5px; flex-shrink: 0; }
.portal-side .ps-row .pr-line { flex: 1; height: 5px; background: #e2e8f0; border-radius: 3px; }

/* ===== Mobile App Mockup (reused) ===== */
.demo-mobile-wrap { display: flex; justify-content: center; }
.demo-mobile-wrap .phone-mockup { transform: scale(1.1); }
.demo-caption { text-align: center; margin-top: 20px; color: #94a3b8; font-size: .9rem; }

/* ===== VIDEO DEMO SECTION ===== */
.video-wrap { position: relative; padding-bottom: 56.25%; height: 0; max-width: 900px; margin: 0 auto; }
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 14px; box-shadow: 0 25px 60px rgba(0,0,0,.15); }
.video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #1e3a8a, #1e40af); border-radius: 14px; color: #fff; text-align: center; box-shadow: 0 25px 60px rgba(0,0,0,.15); }
.video-placeholder small { opacity: .8; }
.video-placeholder small a { color: #fbbf24; }
.play-btn-lg { width: 80px; height: 80px; background: rgba(255,255,255,.2); border: 3px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; animation: pulseGlow 2s infinite; }
@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.4); } 50% { box-shadow: 0 0 0 20px rgba(255,255,255,0); } }

/* ===== TRY LIVE DEMO SECTION ===== */
.trydemo-box { background: linear-gradient(135deg, #0f172a, #1e3a8a); border-radius: 24px; padding: 50px 40px; color: #fff; position: relative; overflow: hidden; max-width: 1000px; margin: 0 auto; }
.trydemo-box::before { content: ''; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(59,130,246,.2), transparent 70%); top: -100px; right: -80px; border-radius: 50%; }
.trydemo-creds { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 10px 18px; border-radius: 12px; font-family: monospace; font-size: .95rem; }
.trydemo-creds .label { font-family: 'Inter',sans-serif; font-size: .75rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .05em; }
.trydemo-creds .sep { color: rgba(255,255,255,.3); }
.trydemo-list { list-style: none; padding: 0; margin: 0; }
.trydemo-list li { padding: 6px 0; display: flex; align-items: center; gap: 10px; font-size: .95rem; }
.trydemo-list li i { color: #4ade80; }
/* Screenshot replacement (responsive — auto-scales to container on any screen) */
.demo-screenshot { width: 100%; height: auto; display: block; }
.demo-screenshot.mobile-shot { max-width: 280px; margin: 0 auto; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.2); }

@media (max-width: 768px) {
    .dash-sidebar { display: none; }
    .dash-stats { grid-template-columns: repeat(2,1fr); }
    .dash-row { grid-template-columns: 1fr; }
    .portal-body { grid-template-columns: 1fr; }
    .portal-grid { grid-column: auto; }
    .demo-mobile-wrap .phone-mockup { transform: scale(1); }
}
.footer .navbar-brand { color: #fff; }
.footer-title { color: #fff; font-weight: 700; margin-bottom: 16px; font-size: .95rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #94a3b8; font-size: .9rem; transition: .2s; }
.footer-links a:hover { color: var(--primary-light); }
.footer hr { border-color: #1e293b; }

/* ===== FLOATING WA ===== */
.float-wa { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 8px 25px rgba(37,211,102,.4); z-index: 999; transition: .3s; animation: pulse 2s infinite; }
.float-wa:hover { transform: scale(1.1); color: #fff; }
@keyframes pulse { 0% { box-shadow: 0 8px 25px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 8px 25px rgba(37,211,102,.4), 0 0 0 15px rgba(37,211,102,0); } 100% { box-shadow: 0 8px 25px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,0); } }

/* ===== SCROLL ANIMATIONS ===== */
/* Only hide-then-reveal if JS is active (progressive enhancement).
   Without JS, all content stays visible — nothing gets stuck invisible. */
html.anim-ready [data-animate] { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
html.anim-ready [data-animate].in-view { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .section-title { font-size: 1.8rem; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 450px; }
    #mainNav { background: rgba(255,255,255,.95); backdrop-filter: blur(10px); }
    #mainNav .navbar-brand, #mainNav .nav-link { color: var(--dark) !important; }
    .navbar-collapse { background: #fff; padding: 16px; border-radius: 12px; margin-top: 10px; }
    .mockup-badge { display: none; }
    .cta-box { padding: 30px; }
}
@media (max-width: 576px) {
    .section { padding: 60px 0; }
    .hero h1 { font-size: 1.8rem; }
    .stat-num { font-size: 1.6rem; }
}
