/* BAM.ai Shared Styles */
:root {
    --deep-abyss: #0c0c0f;
    --cobalt: #1e90ff;
    --mint: #a8ff60;
    --fog: #f2f2f2;
    --graphite: #44464f;
    --cobalt-glow: rgba(30, 144, 255, 0.15);
    --mint-glow: rgba(168, 255, 96, 0.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--deep-abyss);
    color: var(--fog);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 { font-family: 'Manrope', sans-serif; font-weight: 700; line-height: 1.15; }

a { color: var(--cobalt); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--mint); }

img { max-width: 100%; height: auto; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ==================== NAV ==================== */
.navbar {
    position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
    z-index: 1000; width: calc(100% - 48px); max-width: 1100px;
    background: rgba(12, 12, 15, 0.75); backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.06); border-radius: 16px;
    padding: 12px 24px; transition: all 0.3s;
}
.navbar.scrolled { background: rgba(12, 12, 15, 0.95); border-color: rgba(255,255,255,0.1); }
.nav-container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.25rem; color: var(--fog); text-decoration: none; }
.logo-icon { height: 56px; width: auto; }
.logo-dark { display: none; }
.logo-ai { color: var(--cobalt); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(242,242,242,0.7); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; text-decoration: none; }
.nav-links a:hover { color: var(--fog); }
.nav-links .active-link { color: var(--fog); }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 12px; font-weight: 600;
    font-size: 0.95rem; border: none; cursor: pointer;
    transition: all 0.25s; text-decoration: none; font-family: 'Inter', sans-serif;
}
.btn-primary { background: var(--cobalt); color: #fff; }
.btn-primary:hover { background: #3aa0ff; color: #fff; transform: translateY(-1px); }
.btn-gradient {
    background: linear-gradient(135deg, var(--cobalt), #6366f1);
    color: #fff; position: relative; overflow: hidden;
}
.btn-gradient:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(30,144,255,0.3); color: #fff; }
.btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,0.15); color: var(--fog); }
.btn-outline:hover { border-color: var(--cobalt); color: var(--cobalt); }
.btn-ghost { background: transparent; color: var(--fog); }
.btn-ghost:hover { background: rgba(255,255,255,0.05); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; border-radius: 14px; }
.btn-block { width: 100%; justify-content: center; }
.btn-icon { flex-shrink: 0; }
.btn-mint { background: var(--mint); color: var(--deep-abyss); font-weight: 700; }
.btn-mint:hover { background: #bfff85; color: var(--deep-abyss); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(168,255,96,0.25); }

.glow-btn { box-shadow: 0 0 30px rgba(30,144,255,0.2); }

/* Mobile menu */
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu-btn span { display: block; width: 22px; height: 2px; background: var(--fog); margin: 5px 0; transition: 0.3s; border-radius: 2px; }

/* ==================== HERO ==================== */
.hero {
    position: relative; min-height: auto; display: flex; align-items: flex-start;
    overflow: hidden; padding: 100px 0 20px;
}
.hero-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.atmo-blob {
    position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.12;
}
.atmo-blob-1 { width: 600px; height: 600px; background: var(--cobalt); top: -200px; left: -100px; }
.atmo-blob-2 { width: 500px; height: 500px; background: #6366f1; bottom: -150px; right: -100px; }
.atmo-blob-3 { width: 300px; height: 300px; background: var(--mint); top: 50%; left: 60%; }
.hero-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; text-align: center; }
.hero-eyebrow { margin-bottom: 12px; }
.eyebrow-badge {
    display: inline-block; padding: 6px 16px; border-radius: 100px;
    background: rgba(30,144,255,0.1); border: 1px solid rgba(30,144,255,0.2);
    color: var(--cobalt); font-size: 0.85rem; font-weight: 600;
}
.hero-title { font-size: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 16px; letter-spacing: -0.03em; }
.gradient-text-animated {
    background: linear-gradient(135deg, var(--cobalt), var(--mint), #6366f1);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle { font-size: 1.15rem; color: rgba(242,242,242,0.65); max-width: 520px; margin-bottom: 24px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-visual {
    position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
    width: 45%; max-width: 600px; opacity: 0.2; pointer-events: none;
}

/* ==================== SECTIONS ==================== */
.section { padding: 120px 0; position: relative; }
.section-gray { background: rgba(255,255,255,0.02); }
.section-dark { background: var(--deep-abyss); }
.section-glow {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 600px; height: 300px; background: radial-gradient(ellipse, var(--cobalt-glow), transparent);
    pointer-events: none;
}
.section-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.section-tag {
    display: inline-block; padding: 6px 16px; border-radius: 100px;
    background: rgba(30,144,255,0.08); border: 1px solid rgba(30,144,255,0.15);
    color: var(--cobalt); font-size: 0.8rem; font-weight: 600;
    letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px;
}
.section-title { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 20px; letter-spacing: -0.02em; }
.section-subtitle { color: rgba(242,242,242,0.55); font-size: 1.05rem; }

/* ==================== INDUSTRY SELECTOR ==================== */
.industry-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; max-width: 1100px; margin: 0 auto;
}
.industry-card {
    position: relative; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06); border-radius: 20px;
    padding: 36px 28px; text-align: center; cursor: pointer;
    transition: all 0.35s; overflow: hidden; text-decoration: none; color: var(--fog);
    display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.industry-card::before {
    content: ''; position: absolute; inset: 0; border-radius: 20px;
    background: linear-gradient(135deg, var(--cobalt-glow), transparent);
    opacity: 0; transition: opacity 0.35s;
}
.industry-card:hover { transform: translateY(-6px); border-color: rgba(30,144,255,0.3); color: var(--fog); }
.industry-card:hover::before { opacity: 1; }
.industry-card .card-icon {
    width: 64px; height: 64px; border-radius: 16px;
    background: rgba(30,144,255,0.1); display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 1;
}
.industry-card .card-icon svg { stroke: var(--cobalt); }
.industry-card h3 { font-size: 1.15rem; position: relative; z-index: 1; }
.industry-card p { font-size: 0.85rem; color: rgba(242,242,242,0.5); position: relative; z-index: 1; line-height: 1.5; }
.industry-card .card-arrow {
    color: var(--cobalt); font-size: 0.85rem; font-weight: 600;
    position: relative; z-index: 1; opacity: 0; transform: translateY(8px);
    transition: all 0.3s;
}
.industry-card:hover .card-arrow { opacity: 1; transform: translateY(0); }
.industry-card.primary-card { border-color: rgba(30,144,255,0.2); }
.industry-card.primary-card .card-icon { background: rgba(30,144,255,0.15); }

/* ==================== FEATURES GRID ==================== */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.feature-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 36px; transition: all 0.3s;
}
.feature-card:hover { border-color: rgba(30,144,255,0.2); transform: translateY(-4px); }
.feature-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: rgba(30,144,255,0.08); display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.feature-icon svg { stroke: var(--cobalt); stroke-width: 1.5; }
.feature-card h3 { font-size: 1.15rem; margin-bottom: 12px; }
.feature-card p { color: rgba(242,242,242,0.55); font-size: 0.9rem; line-height: 1.7; }

/* ==================== STATS ==================== */
.stats-bar {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px; padding: 64px 0; text-align: center;
}
.stat-item h3 {
    font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--cobalt), var(--mint));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-item p { color: rgba(242,242,242,0.5); font-size: 0.9rem; margin-top: 8px; }

/* Big stats bar (from original) */
.big-stats { padding: 32px 0; background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.big-stats-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; text-align: center; }
.big-stats-container .stat-divider { display: none; }
.big-stat { text-align: center; }
.big-stat-value { font-family: 'Manrope', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; background: linear-gradient(135deg, var(--cobalt), var(--mint)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.big-stat-label { display: block; color: rgba(242,242,242,0.5); font-size: 0.85rem; margin-top: 4px; }
.stat-divider { width: 1px; height: 48px; background: rgba(255,255,255,0.08); }

/* ==================== PAIN POINTS ==================== */
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.pain-card {
    background: rgba(255, 70, 70, 0.04); border: 1px solid rgba(255, 70, 70, 0.1);
    border-radius: 16px; padding: 28px;
}
.pain-card .pain-icon { font-size: 1.5rem; margin-bottom: 12px; }
.pain-card h4 { font-size: 1rem; margin-bottom: 8px; color: #ff6b6b; }
.pain-card p { color: rgba(242,242,242,0.5); font-size: 0.9rem; }

/* Solution cards */
.solution-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.solution-card {
    background: rgba(30,144,255,0.04); border: 1px solid rgba(30,144,255,0.12);
    border-radius: 16px; padding: 28px; transition: all 0.3s;
}
.solution-card:hover { border-color: rgba(30,144,255,0.3); transform: translateY(-4px); }
.solution-card h4 { color: var(--cobalt); font-size: 1rem; margin-bottom: 8px; }
.solution-card p { color: rgba(242,242,242,0.55); font-size: 0.9rem; }

/* ==================== HOW IT WORKS ==================== */
.steps { display: flex; flex-direction: column; gap: 48px; }
.step {
    display: flex; align-items: center; gap: 48px;
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05);
    border-radius: 24px; padding: 48px;
}
.step:nth-child(even) { flex-direction: row-reverse; }
.step-content { flex: 1; }
.step-number { font-family: 'Manrope', sans-serif; font-size: 3rem; font-weight: 800; color: rgba(30,144,255,0.15); margin-bottom: 12px; }
.step-content h3 { font-size: 1.5rem; margin-bottom: 12px; }
.step-content p { color: rgba(242,242,242,0.55); font-size: 0.95rem; line-height: 1.7; }
.step-visual { flex-shrink: 0; }

/* ==================== CTA ==================== */
.cta {
    position: relative; padding: 120px 0; text-align: center; overflow: hidden;
}
.cta-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cta-blob {
    position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.1;
}
.cta-blob-1 { width: 500px; height: 500px; background: var(--cobalt); top: -100px; left: 20%; }
.cta-blob-2 { width: 400px; height: 400px; background: #6366f1; bottom: -100px; right: 20%; }
.cta-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.cta-content h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 20px; letter-spacing: -0.02em; }
.cta-content p { color: rgba(242,242,242,0.55); font-size: 1.05rem; margin-bottom: 36px; }

/* ==================== FOOTER ==================== */
.footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 64px 24px 32px; max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { color: rgba(242,242,242,0.45); font-size: 0.9rem; margin-top: 16px; max-width: 280px; }
.footer-links h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(242,242,242,0.4); margin-bottom: 16px; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(242,242,242,0.6); font-size: 0.9rem; text-decoration: none; }
.footer-links a:hover { color: var(--fog); }
.social-links { display: flex; gap: 12px; margin-top: 20px; }
.social-links a {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center;
    color: rgba(242,242,242,0.5); transition: all 0.2s;
}
.social-links a:hover { background: rgba(30,144,255,0.15); color: var(--cobalt); }
.footer-bottom { text-align: center; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.04); color: rgba(242,242,242,0.3); font-size: 0.8rem; }

/* ==================== MARQUEE ==================== */
.marquee { padding: 32px 0; border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); overflow: hidden; }
.marquee-label { text-align: center; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(242,242,242,0.3); margin-bottom: 16px; }
.marquee-track { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; }
.logo-placeholder { padding: 8px 20px; color: rgba(242,242,242,0.3); font-size: 0.9rem; font-weight: 500; }

/* ==================== PRICING ==================== */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.pricing-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 40px; position: relative;
}
.pricing-card.featured { border-color: rgba(30,144,255,0.3); }
.featured-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, var(--cobalt), #6366f1);
    color: #fff; padding: 4px 16px; border-radius: 100px; font-size: 0.75rem; font-weight: 600;
}
.pricing-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.price { margin-bottom: 8px; }
.price-amount { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--fog); }
.pricing-desc { color: rgba(242,242,242,0.45); font-size: 0.9rem; margin-bottom: 24px; }
.pricing-features { list-style: none; margin-bottom: 32px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; padding: 8px 0; color: rgba(242,242,242,0.65); font-size: 0.9rem; }
.pricing-features svg { stroke: var(--mint); flex-shrink: 0; }

/* ==================== TESTIMONIALS ==================== */
.testimonial-showcase { max-width: 700px; margin: 0 auto 40px; }
.testimonial-main {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 48px; transition: all 0.3s;
}
.quote-icon { color: var(--cobalt); opacity: 0.3; margin-bottom: 20px; }
.testimonial-quote { font-size: 1.15rem; line-height: 1.7; color: rgba(242,242,242,0.8); margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 16px; }
.author-avatar {
    width: 44px; height: 44px; border-radius: 12px;
    background: linear-gradient(135deg, var(--cobalt), #6366f1);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.85rem; color: #fff;
}
.author-info strong { display: block; font-size: 0.95rem; }
.author-info span { color: rgba(242,242,242,0.45); font-size: 0.85rem; }
.testimonial-nav { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.testimonial-dot {
    width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.15);
    border: none; cursor: pointer; transition: all 0.2s;
}
.testimonial-dot.active { background: var(--cobalt); width: 24px; border-radius: 4px; }
.testimonial-pills { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.testimonial-pill {
    display: flex; align-items: center; gap: 12px; padding: 12px 20px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px; cursor: pointer; transition: all 0.2s;
}
.testimonial-pill.active { border-color: rgba(30,144,255,0.3); background: rgba(30,144,255,0.05); }
.pill-avatar {
    width: 36px; height: 36px; border-radius: 10px;
    background: linear-gradient(135deg, var(--cobalt), #6366f1);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.75rem; color: #fff;
}
.pill-info { text-align: left; }
.pill-name { display: block; font-size: 0.85rem; font-weight: 600; color: var(--fog); }
.pill-company { font-size: 0.75rem; color: rgba(242,242,242,0.4); }

/* ==================== ANNOUNCEMENT BANNER ==================== */
.announcement-banner {
    position: relative; background: var(--deep-abyss); padding: 10px 24px;
    text-align: center; border-bottom: 1px solid rgba(255,255,255,0.06); z-index: 1001;
}
.banner-gradient { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,144,255,0.08), rgba(99,102,241,0.08), rgba(168,255,96,0.05)); pointer-events: none; }
.banner-content { position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.banner-badge { background: var(--cobalt); color: #fff; padding: 2px 10px; border-radius: 100px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; }
.banner-text { color: rgba(242,242,242,0.7); font-size: 0.85rem; }
.banner-cta { color: var(--mint); font-weight: 600; font-size: 0.85rem; }
.banner-close { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(242,242,242,0.3); cursor: pointer; }

/* ==================== INTEGRATIONS ==================== */
.integrations-row { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.integration-badge {
    padding: 10px 24px; background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
    color: rgba(242,242,242,0.7); font-size: 0.9rem; font-weight: 600;
    white-space: nowrap; flex-shrink: 0;
}

/* Marquee scroll */
.marquee-wrapper { margin-top: 32px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); }
.marquee-track { display: flex; flex-wrap: nowrap; width: max-content; }
.marquee-content { display: flex; flex-wrap: nowrap; gap: 14px; padding-right: 14px; }
.marquee-left { animation: scroll-left 30s linear infinite; }
.marquee-right { animation: scroll-right 30s linear infinite; }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scroll-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ==================== ANIMATIONS ==================== */
.reveal { opacity: 0; transform: translateY(24px); transition: all 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-stagger { opacity: 0; transform: translateY(24px); transition: all 0.6s ease; }
.reveal-stagger.visible { opacity: 1; transform: translateY(0); }
.animate-fade-up { opacity: 0; transform: translateY(20px); animation: fadeUp 0.6s ease forwards; }
.animate-delay-1 { animation-delay: 0.15s; }
.animate-delay-2 { animation-delay: 0.3s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ==================== PLAY BUTTON ==================== */
.play-icon {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center;
}

/* ==================== VIDEO MODAL ==================== */
.video-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; }
.video-modal.active { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.8); }
.modal-content { position: relative; width: 90%; max-width: 800px; z-index: 1; }
.modal-close { position: absolute; top: -40px; right: 0; background: none; border: none; color: var(--fog); cursor: pointer; }
.video-wrapper { border-radius: 16px; overflow: hidden; }
.video-placeholder { position: relative; }
.video-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0,0,0,0.5); }
.video-overlay p { color: rgba(255,255,255,0.6); margin-top: 12px; }

/* ==================== MOBILE ==================== */
@media (max-width: 768px) {
    .navbar { width: calc(100% - 24px); top: 8px; padding: 10px 16px; }
    .nav-links { display: none; }
    .mobile-menu-btn { display: block; }
    .hero { min-height: auto; padding: 140px 0 80px; }
    .hero-title { font-size: 2.2rem; }
    .hero-visual { display: none; }
    .hero-cta { flex-direction: column; }
    .industry-grid { grid-template-columns: 1fr 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .step { flex-direction: column !important; padding: 32px; }
    .step-visual { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .stats-bar { grid-template-columns: 1fr 1fr; gap: 24px; }
    .big-stats-container { gap: 24px; }
    .stat-divider { display: none; }
    .pain-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .testimonial-pills { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    .industry-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}
