/* ========================================
   Book PDI Page Styles
   ======================================== */

/* Book PDI Hero Section */
.book-pdi-hero {
    padding: 8rem 2rem 6rem;
    background: #ffffff;
    background-image: radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 50%),
                      radial-gradient(circle at bottom left, rgba(34, 197, 94, 0.06), transparent 50%);
    text-align: center;
}

.book-pdi-hero__content {
    max-width: 900px;
    margin: 0 auto;
}

.book-pdi-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #0f172a;
}

.book-pdi-hero h1 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
    color: #0ea5e9;
}

.book-pdi-hero .lead {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #475569;
}

.book-pdi-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: #0ea5e9;
    font-weight: 600;
}

/* Booking Benefits Section */
.booking-benefits {
    padding: 6rem 2rem;
    background: white;
}

.booking-benefits__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto 0;
}

.benefit-card {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: white;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.benefit-card p {
    color: #4a5568;
    line-height: 1.7;
}

/* Booking Form Section */
.booking-form-section {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.booking-form-container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.booking-form-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.booking-form-header h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.booking-form-header p {
    font-size: 1.125rem;
    opacity: 0.95;
}

.booking-form-content {
    padding: 3rem 2rem;
}

.booking-form-footer {
    padding: 2rem;
    background: #f8f9fa;
    border-top: 1px solid #e2e8f0;
}

.trust-indicators {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2d3748;
    font-size: 0.95rem;
}

.trust-item svg {
    color: #48bb78;
}

/* Quick Packages Section */
.pdi-packages-quick {
    padding: 6rem 2rem;
    background: white;
}

.packages-quick__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto 0;
}

.package-quick {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.package-quick:hover {
    border-color: #667eea;
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.15);
    transform: translateY(-5px);
}

.package-quick--featured {
    border-color: #667eea;
    border-width: 3px;
}

.package-quick__badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.package-quick__header {
    margin-bottom: 1.5rem;
}

.package-quick__header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #1a202c;
}

.package-quick__price {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
}

.package-quick__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.package-quick__features li {
    padding: 0.5rem 0;
    color: #4a5568;
    border-bottom: 1px solid #f7fafc;
}

.package-quick__features li:last-child {
    border-bottom: none;
}

.packages-quick__cta {
    text-align: center;
    margin-top: 3rem;
}

/* Car PDI Checklist Section */
.car-pdi-checklist {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.pdi-checklist__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 3rem auto 0;
}

.checklist-category {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.checklist-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
}

.checklist-category h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.checklist-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist-category li {
    padding: 0.5rem 0;
    color: #4a5568;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
}

.checklist-category li::before {
    content: '✓';
    color: #48bb78;
    font-weight: 700;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

/* Cities Coverage Section */
.cities-coverage {
    padding: 6rem 2rem;
    background: white;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 3rem auto 0;
}

.city-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.city-item:hover {
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.city-item svg {
    color: #667eea;
    flex-shrink: 0;
}

.city-item span {
    color: #2d3748;
    font-weight: 500;
}

/* SEO Content Section */
.seo-content {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.seo-content__container {
    max-width: 900px;
    margin: 0 auto;
}

.seo-article {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.seo-article h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.seo-article p {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.seo-article ul,
.seo-article ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.seo-article li {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.seo-article strong {
    color: #2d3748;
    font-weight: 600;
}

/* Final CTA Section */
.final-cta {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.final-cta__content {
    max-width: 800px;
    margin: 0 auto;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.final-cta__stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.cta-stat {
    text-align: center;
}

.cta-stat strong {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cta-stat span {
    display: block;
    font-size: 1rem;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .book-pdi-hero {
        padding: 6rem 1.5rem 4rem;
    }

    .book-pdi-hero h1 {
        font-size: 2.5rem;
    }

    .book-pdi-hero h1 span {
        font-size: 1.125rem;
    }

    .booking-benefits__grid,
    .packages-quick__grid,
    .pdi-checklist__grid,
    .cities-grid {
        grid-template-columns: 1fr;
    }

    .booking-form-content {
        padding: 2rem 1.5rem;
    }

    .trust-indicators {
        flex-direction: column;
        gap: 1rem;
    }

    .final-cta h2 {
        font-size: 2rem;
    }

    .final-cta__stats {
        flex-direction: column;
        gap: 2rem;
    }

    .cta-stat strong {
        font-size: 2.5rem;
    }
}
