/* Homepage and shared marketing section skins. Requires body.theme-light. */

/* --- Hero --- */
body.theme-light .hero-section {
    padding: 7.5rem 0 3rem;
    background: var(--bg-dark);
}

body.theme-light .hero-bg-glow {
    display: none;
}

body.theme-light .hero-eyebrow {
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: var(--accent-primary);
}

body.theme-light .hero-content h1 {
    font-weight: 600;
    letter-spacing: -0.035em;
    color: var(--text-main);
    line-height: 1.08;
}

body.theme-light .hero-sub {
    color: var(--text-muted);
    font-size: 1.125rem;
}

body.theme-light .hero-trust {
    color: var(--text-faint);
    font-size: 0.9rem;
}

/* --- Trust banner --- */
body.theme-light .trust-banner {
    padding: 1.5rem 0 2.5rem;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border);
}

body.theme-light .trust-text {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-faint);
}

body.theme-light .trust-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
    margin-top: 0.75rem;
}

body.theme-light .trust-logo {
    color: var(--text-muted);
    font-weight: 500;
    font-size: 0.95rem;
    background: transparent;
    border: none;
    padding: 0;
    opacity: 1;
}

/* --- Pain education --- */
body.theme-light .pain-education-section {
    padding: var(--section-y) 0 var(--section-y-tight);
    background: var(--bg-band);
}

body.theme-light .pain-education-section .section-header p {
    color: var(--text-main);
    font-weight: 500;
    font-size: 1.15rem;
}

body.theme-light .pain-hook {
    color: var(--text-main);
}

body.theme-light .pain-question-list li {
    color: var(--text-muted);
}

body.theme-light .pain-question-list li::before {
    background: var(--accent-primary);
}

body.theme-light .pain-bridge {
    color: var(--text-main);
}

/* --- Showcase --- */
body.theme-light .product-showcase {
    padding: var(--section-y-tight) 0 var(--section-y);
    background: var(--bg-dark);
}

body.theme-light .showcase-frame {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 6px;
}

body.theme-light .showcase-img,
body.theme-light .showcase-link {
    border-radius: 4px;
}

body.theme-light .showcase-link:hover .showcase-img {
    filter: none;
    transform: none;
}

body.theme-light .hoofnote-caption {
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto 1.25rem;
    text-align: center;
    line-height: 1.6;
}

body.theme-light .showcase-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

body.theme-light .hoofnote-caption .caption-link {
    color: var(--accent-primary);
}

/* --- Info gap / signal grid --- */
body.theme-light .info-gap-section {
    padding: var(--section-y) 0;
    background: var(--bg-band);
}

body.theme-light .signal-grid,
body.theme-light .info-gap-signals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    column-gap: 1.5rem;
    margin-top: 1.75rem;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid var(--border);
}

@media (min-width: 768px) {
    body.theme-light .signal-grid,
    body.theme-light .info-gap-signals {
        grid-template-columns: repeat(3, 1fr);
    }
}

body.theme-light .signal-grid__item,
body.theme-light .info-gap-signal {
    padding: 1.1rem 0.25rem 1.1rem 0;
    border-top: none;
    border-bottom: 1px solid var(--border);
}

body.theme-light .signal-grid__item h3,
body.theme-light .info-gap-signal h3 {
    color: var(--text-main);
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 0 0.35rem;
}

body.theme-light .signal-grid__item p,
body.theme-light .info-gap-signal p {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

body.theme-light .info-gap-guardrail {
    color: var(--text-muted);
}

body.theme-light .info-gap-actions {
    margin-top: 1.75rem;
}

/* --- Process --- */
body.theme-light .where-askagoat-sits-section {
    padding: var(--section-y) 0 var(--section-y-tight);
    background: var(--bg-dark);
}

body.theme-light .where-askagoat-sits-section .glass-panel {
    background: var(--bg-band);
    border: 1px solid var(--border);
    box-shadow: none;
}

body.theme-light .process-diagram::before {
    display: none;
}

body.theme-light .process-step {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    animation: none;
}

body.theme-light .process-step:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--border-strong);
}

body.theme-light .process-step::after {
    display: none;
}

body.theme-light .process-step-number {
    background: var(--bg-band);
    color: var(--accent-primary);
    border: 1px solid var(--border);
    font-weight: 600;
}

body.theme-light .process-step-title {
    color: var(--text-main);
    font-weight: 600;
}

body.theme-light .process-step-copy {
    color: var(--text-muted);
}

body.theme-light .process-step.is-highlight {
    animation: none;
    border-color: var(--accent-primary);
    background: #ffffff;
}

body.theme-light .process-step.is-highlight .process-step-number {
    background: var(--accent-primary);
    color: #ffffff;
    border-color: var(--accent-primary);
}

body.theme-light .process-connector::before,
body.theme-light .process-connector::after {
    background: var(--border-strong);
}

/* --- Shared callouts (GovWin + triage) --- */
body.theme-light .govwin-supplement-section,
body.theme-light .triage-window-section {
    padding: var(--section-y-tight) 0;
    background: var(--bg-dark);
}

body.theme-light .govwin-supplement-section {
    padding-bottom: var(--section-y);
}

body.theme-light .triage-window-section {
    background: var(--bg-band);
    padding: var(--section-y) 0;
}

body.theme-light .govwin-supplement-panel,
body.theme-light .triage-window-panel {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-light .govwin-supplement-panel h2,
body.theme-light .triage-window-panel h2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
    color: var(--text-main);
}

body.theme-light .govwin-supplement-panel p,
body.theme-light .triage-window-panel p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.65;
    font-size: 1.05rem;
}

/* --- Feature tour --- */
body.theme-light .feature-tour-section {
    padding: var(--section-y) 0;
    background: var(--bg-band);
}

body.theme-light .visual-wrapper {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border);
    background: #0f172a;
}

body.theme-light .spotlight-overlay {
    background: rgba(10, 37, 64, 0.55);
}

body.theme-light .focus-ring {
    border-color: var(--accent-primary);
    box-shadow: none;
    border-radius: 4px;
}

body.theme-light .visual-wrapper.card-danger .focus-ring {
    border-color: var(--accent-risk);
    box-shadow: none;
}

body.theme-light .step-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-light .step-card h3 {
    font-weight: 600;
    color: var(--text-main);
}

body.theme-light .step-card p {
    color: var(--text-muted);
}

body.theme-light .step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: var(--bg-band);
    border: 1px solid var(--border);
    color: var(--accent-primary);
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    flex-shrink: 0;
}

body.theme-light .step-preview {
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
}

/* --- Features / bento --- */
body.theme-light .features-section {
    padding: var(--section-y) 0;
    background: var(--bg-dark);
}

body.theme-light .bento-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-light .bento-card:hover {
    transform: none;
    border-color: var(--border-strong);
}

body.theme-light .bento-card h3 {
    font-weight: 600;
    color: var(--text-main);
}

body.theme-light .counter-wrapper {
    color: var(--accent-primary);
    font-weight: 600;
}

body.theme-light .file-icon {
    background: var(--bg-band);
    border: 1px solid var(--border);
    color: var(--text-muted);
    border-radius: var(--radius);
}

body.theme-light .analysis-alert {
    background: rgba(196, 77, 40, 0.1);
    color: var(--accent-risk);
    border: 1px solid rgba(196, 77, 40, 0.25);
}

body.theme-light .analysis-line {
    background: var(--border);
}

body.theme-light .bar {
    background: var(--accent-primary);
    opacity: 0.75;
}

/* --- Savings --- */
body.theme-light .savings-section {
    padding: var(--section-y) 0;
    background: var(--bg-dark);
}

body.theme-light .savings-card {
    background: var(--bg-band);
    border: 1px solid var(--border);
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-light .savings-visual h3 {
    font-weight: 600;
    color: var(--text-main);
}

body.theme-light .savings-explainer {
    color: var(--text-muted);
}

body.theme-light .savings-explainer strong {
    color: var(--text-main);
}

body.theme-light .progress-track {
    background: #e6ebf1;
}

/* Manual dig: darker fill so a full-width bar reads vs the track */
body.theme-light .progress-bar.duration-long {
    background: #6b7a8c;
}

body.theme-light .progress-bar.duration-short {
    background: var(--accent-primary);
}

body.theme-light .progress-item.muted .progress-label {
    opacity: 1;
    color: var(--text-muted);
}

body.theme-light .progress-bar.empty {
    background: #cfd7df;
}

body.theme-light .progress-bar.reclaimed {
    background: var(--accent-primary);
}

body.theme-light .progress-label {
    color: var(--text-muted);
}

body.theme-light .progress-item.highlight .progress-label span:first-child {
    color: var(--text-main);
}

body.theme-light .benefit-list strong {
    color: var(--text-main);
}

body.theme-light .benefit-icon {
    color: var(--accent-primary);
}

/* --- Pricing --- */
body.theme-light .pricing-section {
    padding: var(--section-y) 0;
    background: var(--bg-band);
}

body.theme-light .pricing-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-light .pricing-card.popular-card,
body.theme-light .popular-card,
body.theme-light .pricing-card.surface--featured {
    border-color: var(--accent-primary);
    box-shadow: none;
    transform: none;
}

body.theme-light .popular-tag {
    background: var(--accent-primary);
    color: #ffffff;
    border-radius: var(--radius);
    font-weight: 500;
    letter-spacing: 0.02em;
}

body.theme-light .plan-name {
    color: var(--text-main);
    font-weight: 600;
}

body.theme-light .plan-price {
    color: var(--text-main);
    font-weight: 600;
}

body.theme-light .plan-desc,
body.theme-light .feature-list li,
body.theme-light .roi-text-small,
body.theme-light .pricing-footer-text {
    color: var(--text-muted);
}

body.theme-light .trial-badge {
    background: var(--bg-band);
    color: var(--text-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

body.theme-light .trial-badge.highlight {
    background: #f0efff;
    color: var(--accent-primary);
    border-color: #c8c4ff;
}

body.theme-light .trust-badges {
    color: var(--text-faint);
}

body.theme-light .trust-badge {
    color: var(--text-faint);
}

body.theme-light .trust-divider {
    color: var(--border-strong);
}

/* --- Not for you --- */
body.theme-light .not-for-you-section {
    padding: var(--section-y-tight) 0;
    background: var(--bg-dark);
}

body.theme-light .not-for-you-card {
    background: var(--bg-band);
    border: 1px solid var(--border);
    box-shadow: none;
}

body.theme-light .not-for-you-title {
    color: var(--text-main);
    font-weight: 600;
}

body.theme-light .not-for-you-list li {
    color: var(--text-muted);
}

body.theme-light .not-for-you-list li::before {
    color: var(--accent-risk);
}

/* --- FAQ --- */
body.theme-light .faq-section {
    padding: var(--section-y) 0;
    background: var(--bg-band);
}

body.theme-light .faq-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    backdrop-filter: none;
    padding: 1.5rem;
}

body.theme-light .faq-card h3 {
    color: var(--text-main);
    font-weight: 600;
}

body.theme-light .faq-card p {
    color: var(--text-muted);
}

/* --- Playbook --- */
body.theme-light .playbook-section {
    padding: var(--section-y) 0;
    background: var(--bg-dark);
}

body.theme-light .playbook-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    backdrop-filter: none;
    transition: border-color 0.15s ease;
}

body.theme-light .playbook-card:hover {
    border-color: var(--accent-primary);
    transform: none;
}

body.theme-light .playbook-card h3 {
    color: var(--text-main);
    font-weight: 600;
}

body.theme-light .playbook-card p {
    color: var(--text-muted);
}

body.theme-light .playbook-card-tag {
    background: #f0efff;
    color: var(--accent-primary);
    border-radius: var(--radius);
    font-weight: 500;
}

body.theme-light .playbook-read-link {
    color: var(--accent-primary);
    font-weight: 500;
}

/* --- Mobile --- */
@media (max-width: 767px) {
    body.theme-light {
        --section-y: 3.5rem;
        --section-y-tight: 2.5rem;
    }

    body.theme-light .hero-section {
        padding: 6rem 0 2rem;
    }

    body.theme-light .hero-content h1 {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    body.theme-light .nav-actions .btn-sm {
        white-space: nowrap;
        line-height: 1.25;
        font-size: 0.75rem;
        padding: 8px 10px;
        max-width: none;
    }

    body.theme-light .info-gap-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.theme-light .info-gap-actions .btn,
    body.theme-light .hero-actions .btn {
        width: 100%;
    }

    body.theme-light .surface--callout,
    body.theme-light .govwin-supplement-panel,
    body.theme-light .triage-window-panel,
    body.theme-light .savings-card {
        padding: 1.25rem;
    }

    body.theme-light .showcase-frame {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border-radius: var(--radius);
        overflow: hidden;
    }
}
