:root {
    --hero-gradient: linear-gradient(135deg, #eef2ff 0%, #e0f2fe 100%);
}
.audience-hero {
    padding: 5rem 0 4rem;
    background: var(--hero-gradient);
}
.hero-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}
.hero-copy h1 {
    font-size: 3rem;
    margin: 0 0 1rem;
    color: var(--text-dark);
}
.hero-copy p {
    margin: 0 0 1.5rem;
    font-size: 1.1rem;
    color: var(--text-medium);
}
.hero-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: var(--text-light);
    font-size: 0.95rem;
}
.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    align-items: center;
}
.audience-hero .hero-cta .btn-outline {
    padding: 0.7rem 1.4rem;
    font-size: 1rem;
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}
.stat-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    text-align: center;
}
.stat-card h4 {
    margin: 0;
    font-size: 2rem;
    color: var(--text-dark);
}
.stat-card p {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    color: var(--text-medium);
}
.hero-media img {
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 0 30px 60px -35px rgba(15, 23, 42, 0.6);
}
.value-section {
    padding: 4rem 0;
}
.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.value-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 1.5rem;
    padding: 1.75rem;
}
.value-card h3 {
    margin: 0 0 0.75rem;
    color: var(--text-dark);
}
.section-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}
.section-heading h2 {
    margin: 0 0 0.75rem;
    font-size: 2.25rem;
    color: var(--text-dark);
}
.section-heading p {
    margin: 0 auto;
    max-width: 640px;
    color: var(--text-light);
}
.capabilities-section {
    padding: 4rem 0;
    background: #f8fafc;
}
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: start;
}
.capabilities-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 20px 45px -35px rgba(15, 23, 42, 0.45);
}
.capabilities-card h3 {
    margin-top: 0;
    color: var(--text-dark);
}
.checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.checklist li {
    display: flex;
    gap: 0.75rem;
    color: var(--text-medium);
}
.checklist i {
    color: var(--theme-color);
    margin-top: 0.2rem;
}
.workflow-section {
    padding: 4rem 0;
}
.workflow-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.workflow-step {
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    padding: 1.5rem;
    background: var(--card-bg);
}
.workflow-step span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1d4ed8;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.insight-panel {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px dashed var(--border-color);
    background: #fffdfa;
    color: var(--text-medium);
}
.pricing-snapshot {
    padding: 4rem 0;
    background: #fefefe;
}
.pricing-pill-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.pricing-pill {
    border: 1px solid var(--border-color);
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: var(--card-bg);
    box-shadow: 0 18px 35px -30px rgba(15, 23, 42, 0.45);
    text-align: center;
}
.pricing-pill-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: var(--text-light);
    margin: 0 0 0.25rem;
    font-weight: 600;
}
.pricing-pill h3 {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.2rem;
}
.pricing-pill-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0.75rem 0 0.5rem;
}
.pricing-pill-price span {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 500;
}
.pricing-pill-note {
    margin: 0;
    color: var(--text-medium);
    font-size: 0.95rem;
}
.pricing-note {
    margin-top: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: var(--text-medium);
}
.pricing-note .btn-outline {
    padding: 0.55rem 1.2rem;
}
.pricing-note .btn {
    width: auto;
    align-self: center;
}
.cta-panel {
    padding: 4rem 0;
}
.cta-card {
    background: var(--text-dark);
    color: white;
    border-radius: 1.75rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.cta-card p {
    margin: 0;
    color: #e5e7eb;
}
.cta-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.cta-actions .btn-outline {
    border-color: #ffffff;
    color: white;
}
.cta-actions .btn-outline:hover {
    background: white;
    color: var(--text-dark);
}
@media (max-width: 992px) {
    .hero-layout,
    .capabilities-grid {
        grid-template-columns: 1fr;
    }
    .hero-copy {
        text-align: center;
    }
    .hero-media {
        text-align: center;
    }
    .hero-media img {
        max-width: 520px;
        width: 100%;
    }
    .hero-cta {
        justify-content: center;
    }
    .hero-meta {
        justify-content: center;
    }
    .section-heading {
        text-align: center;
    }
    .capabilities-card,
    .workflow-step,
    .value-card {
        text-align: center;
    }
    .checklist {
        align-items: center;
    }
    .checklist li {
        text-align: left;
        max-width: 520px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
    .stat-card {
        padding: 1rem 0.9rem;
    }
    .stat-card h4 {
        font-size: 1.65rem;
    }
    .stat-card p {
        font-size: 0.95rem;
    }
}
@media (max-width: 576px) {
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .hero-copy h1 {
        font-size: 2.2rem;
    }
    .value-grid,
    .workflow-steps,
    .pricing-pill-grid {
        grid-template-columns: 1fr;
    }
    .stat-card,
    .value-card,
    .workflow-step,
    .pricing-pill {
        max-width: 540px;
        margin: 0 auto;
        padding: 1.25rem 1.1rem;
    }
    .hero-cta {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-meta {
        justify-content: center;
        text-align: center;
    }
    .cta-card {
        padding: 2.25rem 1.75rem;
    }
    .cta-actions {
        flex-wrap: wrap;
        justify-content: center;
    }
}
