/* Hero section browser mockup styles */
.hero {
    padding: 140px 24px 80px;
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.hero-trust {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.hero-mockup {
    flex: 1;
}

.browser-frame {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border);
}

.browser-chrome {
    background: #f1f5f9;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--border);
}

.browser-dots {
    display: flex;
    gap: 6px;
}

.browser-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.browser-dots span:nth-child(1) { background: #ef4444; }
.browser-dots span:nth-child(2) { background: #f59e0b; }
.browser-dots span:nth-child(3) { background: #10b981; }

.browser-url {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
}

.browser-body {
    padding: 30px;
    background: #fafbfc;
    min-height: 300px;
}

.changelog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.changelog-head h2 {
    font-size: 1.5rem;
    margin: 0;
}

.fake-filter {
    background: #fff;
    border: 1px solid var(--border);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.fake-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fake-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 20px;
}

.card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.update-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.update-tag.new {
    background: #dcfce7;
    color: #166534;
}

.fake-date {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.fake-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.fake-line {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    margin-bottom: 8px;
}

.fake-line.short {
    width: 60%;
}

.mock-reactions-mini {
    display: flex;
    gap: 12px;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 12px;
}

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

.section-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 16px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-primary {
    background: var(--bell-500);
    color: #fff;
}

.btn-primary:hover {
    background: var(--bell-600);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.35);
}

.btn-outline {
    background: #fff;
    color: var(--text);
    border: 2px solid var(--border);
}

.btn-outline:hover {
    border-color: var(--border);
    background: #f8fafc;
    transform: translateY(-1px);
}

.cta-section {
    padding: 80px 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-inner {
        flex-direction: column;
    }

    .hero-text h1 {
        font-size: 2rem;
    }
}

/* Showcase section styles */
.showcase-section {
     padding: 60px 0;
    background: var(--bell-50);
}



.showcase-section h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 800;
}
.showcase-section h3 {
    text-align: left;

}



    .showcase-row {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-bottom: 110px;
    }
    .showcase-row.reverse { flex-direction: row-reverse; }
    .showcase-text, .showcase-visual { flex: 1; min-width: 0; }

    .showcase-eyebrow {
        display: inline-block;
        font-size: 0.85rem;
        font-weight: 600;
        color: #6d5ef8; /* swap to your brand accent */
        margin-bottom: 10px;
    }
    .showcase-text h3 { font-size: 1.6rem; margin-bottom: 12px; }
    .showcase-text p { color: var(--text-muted); margin-bottom: 18px; line-height: 1.6; }

    .showcase-pills { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
    .showcase-pills li {
        background: #f3f1ff;
        color: #6d5ef8;
        font-size: 0.85rem;
        font-weight: 500;
        padding: 6px 14px;
        border-radius: 20px;
    }

    /* Mock card visuals */
    .mock-card {
        background: #fff;
        border: 1px solid var(--border-light);
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    }
    .mock-card-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; margin: 10px 0 6px; }
    .mock-arrow { text-align: center; color: #6d5ef8; font-size: 0.85rem; font-weight: 600; margin: 14px 0; }
    .mock-pill {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: 600;
        padding: 3px 10px;
        border-radius: 12px;
        margin-bottom: 8px;
    }
    .mock-pill.new { background: #e6f4ea; color: #1e8e3e; }
    .mock-pill.improved { background: #e8f0fe; color: #1a73e8; }

    .mock-img-placeholder {
        background: linear-gradient(135deg, #f3f1ff, #e8f0fe);
        height: 90px;
        border-radius: 10px;
        margin-top: 14px;
    }

    .mock-reactions { display: flex; gap: 16px; margin: 16px 0 10px; font-size: 0.9rem; color: var(--text-muted); }
    .mock-comment {
        background: #f7f7f9;
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 0.85rem;
        color: var(--text-muted);
    }

    .mock-chart { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-bottom: 18px; }
    .mock-chart .bar { flex: 1; background: #6d5ef8; border-radius: 4px 4px 0 0; opacity: 0.85; }

    .mock-country-list { display: flex; flex-direction: column; gap: 8px; font-size: 0.85rem; }
    .mock-country-list div { display: flex; justify-content: space-between; color: var(--text-muted); }
    .mock-country-list span { font-weight: 600; color: #222; }

    @media (max-width: 768px) {
        .showcase-row, .showcase-row.reverse { flex-direction: column !important; gap: 30px; }
        .showcase-row { margin-bottom: 70px; }
    }

/* Simple Footer Styles */
.footer-simple {
    background: #0f172a;
    color: #cbd5e1;
    padding: 60px 24px 24px;
}

.footer-simple-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr);
    gap: 40px;
}

.footer-brand-column {
    grid-column: span 1;
}

.footer-brand-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}

.footer-tagline {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

.footer-simple-column {
    display: flex;
    flex-direction: column;
}

.footer-simple-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.footer-simple-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-simple-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-simple-links a:hover {
    color: #fff;
}

.footer-simple-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-simple-social a {
    display: flex;
    align-items: center;
}

.footer-simple-social img {
    width: 28px;
    height: 28px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.footer-simple-social a:hover img {
    opacity: 1;
}

.footer-simple-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(203, 213, 225, 0.1);
    text-align: center;
}

.footer-simple-bottom p {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0 0 20px 0;
}

.footer-simple-badges {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-simple-badges a {
    display: flex;
}

@media (max-width: 1024px) {
    .footer-simple-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-brand-column {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .footer-simple {
        padding: 40px 24px 24px;
    }

    .footer-simple-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-brand-column {
        grid-column: span 2;
    }
}

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

    .footer-brand-column {
        grid-column: span 1;
    }
}
