/* ========================================
   Service Landing Pages (new-car-pdi, used-car-inspection, sample-report)
   ======================================== */

.page-hero {
    padding: 8rem 2rem 5rem;
    background: var(--panel);
    background-image: radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 45%),
                      radial-gradient(circle at bottom left, rgba(34, 197, 94, 0.06), transparent 45%);
    text-align: center;
}

.page-hero__content {
    max-width: 800px;
    margin: 0 auto;
}

.page-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 1rem;
}

.page-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: var(--fg);
}

.page-hero .lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 2rem;
}

.page-hero__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.page-hero__actions .btn {
    padding: 0.9rem 1.75rem;
    font-size: 1rem;
}

.content-section {
    padding: 5rem 2rem;
    background: var(--bg);
}

.section-head {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-head h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--fg);
    margin-bottom: 1rem;
}

.section-head .lead {
    font-size: 1.1rem;
    color: var(--muted);
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.features-grid article {
    background: var(--panel);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.features-grid h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--fg);
    margin-bottom: 0.75rem;
}

.features-grid p {
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

.pricing-section {
    padding: 5rem 2rem;
    background: var(--panel);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.package-card {
    background: var(--panel);
    border: 2px solid var(--border);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.package-card:hover {
    border-color: var(--accent);
    box-shadow: 0 20px 40px rgba(14, 165, 233, 0.12);
    transform: translateY(-6px);
}

.package-card--featured {
    border-color: var(--accent);
    border-width: 3px;
    box-shadow: 0 12px 32px rgba(14, 165, 233, 0.15);
}

.package-badge {
    position: absolute;
    top: -14px;
    right: 24px;
    background: linear-gradient(135deg, var(--accent) 0%, #2563eb 100%);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.package-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--fg);
    margin-bottom: 0.5rem;
}

.package-price {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex-grow: 1;
}

.package-features li {
    padding: 0.6rem 0;
    color: var(--muted);
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.package-features li::before {
    content: '✓';
    color: var(--accent-2);
    font-weight: 700;
    flex-shrink: 0;
}

.package-card .btn {
    width: 100%;
    justify-content: center;
}

.pricing-notes {
    max-width: 1200px;
    margin: 2rem auto 0;
    text-align: center;
    color: var(--muted);
}

.pricing-notes small {
    display: block;
    font-size: 0.85rem;
    line-height: 1.5;
}

.lead-section {
    padding: 5rem 2rem;
    background: var(--bg);
}

.lead-section .lead__card {
    max-width: 640px;
    margin: 0 auto;
    background: var(--panel);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.lead-section .lead__card .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.lead-section .lead__card h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--fg);
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .page-hero {
        padding: 7rem 1.25rem 3rem;
    }

    .page-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .page-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .content-section,
    .pricing-section,
    .lead-section {
        padding: 3.5rem 1.25rem;
    }

    .features-grid,
    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .package-card {
        padding: 1.75rem;
    }

    .lead-section .lead__card {
        padding: 1.75rem;
    }
}

/* Sample Report Page */
.sample-report {
    padding: 5rem 2rem;
    background: var(--bg);
}

.sample-report__header {
    max-width: 900px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.sample-report__brand {
    display: inline-block;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.sample-report__header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--fg);
    margin-bottom: 0.5rem;
}

.sample-report__meta {
    color: var(--muted);
    font-size: 0.95rem;
}

.sample-report__summary {
    max-width: 900px;
    margin: 0 auto 2.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: center;
    background: var(--panel);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.score-card {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(34, 197, 94, 0.08));
    border-radius: 16px;
    min-width: 160px;
}

.score-value {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}

.score-label {
    display: block;
    font-size: 0.85rem;
    color: var(--muted);
    margin: 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.score-status {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-ok {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.status-warning {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.status-critical {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.summary-list {
    display: grid;
    gap: 1rem;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
}

.summary-item strong {
    font-size: 1.25rem;
    font-weight: 700;
    min-width: 2.5rem;
    text-align: center;
}

.summary-ok {
    background: rgba(34, 197, 94, 0.08);
    color: #166534;
}

.summary-warning {
    background: rgba(245, 158, 11, 0.08);
    color: #92400e;
}

.summary-critical {
    background: rgba(239, 68, 68, 0.08);
    color: #991b1b;
}

.sample-report__sections {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.report-section {
    background: var(--panel);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.report-section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--fg);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--border);
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.report-table td {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
}

.report-table td:first-child {
    font-weight: 500;
    color: var(--fg);
    width: 35%;
}

.report-table td:last-child {
    text-align: right;
    width: 20%;
    font-weight: 600;
}

.report-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.report-section ul li {
    padding: 0.75rem 0;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.report-section ul li::before {
    content: '•';
    color: var(--accent);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.report-disclaimer {
    background: rgba(245, 158, 11, 0.06);
    border-color: rgba(245, 158, 11, 0.2);
}

.report-disclaimer p {
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

.sample-report__cta {
    max-width: 900px;
    margin: 3rem auto 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .sample-report {
        padding: 3.5rem 1.25rem;
    }

    .sample-report__summary {
        grid-template-columns: 1fr;
    }

    .report-table td {
        display: block;
        width: 100% !important;
        text-align: left !important;
        padding: 0.5rem 0;
    }

    .report-table tr {
        display: block;
        padding: 1rem 0;
        border-bottom: 1px solid var(--border);
    }

    .report-table td:last-child {
        text-align: left !important;
    }

    .sample-report__cta {
        flex-direction: column;
    }

    .sample-report__cta .btn {
        width: 100%;
        justify-content: center;
    }
}
