/**
 * StatsDeluxe Landing Styles
 * Extra landing-page polish layered on top of the main redesign.
 */

.page-hero__figure {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-proof-strip {
    margin-bottom: 0.5rem;
}

.page-proof-card h2 {
    font-size: 1.25rem;
    margin: 0;
}

.page-proof-card p {
    margin: 0;
}

.page-hero__panel {
    color: var(--text-strong);
}

.page-hero__panel .panel-title {
    margin: 0 0 0.85rem;
}

.visual-caption {
    margin: 0.85rem 0 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.pricing-visual-copy .visual-caption {
    margin-top: 0.9rem;
}

.approval-visual {
    margin: 0 0 1.1rem;
}

.approval-visual .visual-caption,
.case-study-visual .visual-caption {
    padding: 0.75rem 0.1rem 0;
}

.checklist {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.checklist li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--text-medium);
}

.checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.56rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--accent-warm);
    box-shadow: 0 0 0 4px rgba(182, 117, 67, 0.12);
}

.checklist--compact {
    gap: 0.6rem;
    margin-top: 1rem;
}

.checklist--compact li {
    font-size: 0.94rem;
}

.section-intro .eyebrow {
    justify-content: center;
}

.cta-banner__content > div:first-child {
    max-width: 44rem;
}

@media (max-width: 720px) {
    .page-proof-strip {
        margin-top: calc(var(--spacing-2xl) * -0.5);
    }
}
