/* State Pages Styling */

/* Hero Section */
.state-hero-section {
    background: linear-gradient(135deg, #cf1925 0%, #a8001f 100%);
    padding: 60px 0;
    color: white;
    margin-bottom: 40px;
}

.state-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.state-hero-subtitle {
    font-size: 18px;
    margin-bottom: 0;
    opacity: 0.95;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Meta Information Box */
.meta-info-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #cf1925;
}

.meta-info-box h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.meta-info-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Section Headings */
.state-section-title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

/* Benefit Cards */
.benefit-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #cf1925;
    height: 100%;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.benefit-card h4 {
    color: #cf1925;
    font-weight: 600;
    margin-bottom: 15px;
}

.benefit-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-card li {
    padding: 8px 0;
    color: #555;
}

.benefit-card i {
    color: #cf1925;
    margin-right: 10px;
}

.benefit-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Provider Card */
.provider-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 12px;
    border: 2px solid #cf1925;
}

.provider-card h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}

.provider-card p {
    color: #555;
    margin-bottom: 5px;
}

.provider-card i {
    color: #cf1925;
    margin-right: 10px;
}

/* Number Type Cards */
.number-type-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 4px solid #cf1925;
    transition: all 0.3s ease;
}

.number-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.number-type-card h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 12px;
}

.number-type-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #cf1925 0%, #a8001f 100%);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    color: white;
}

.cta-section h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.95;
    color: #fff;
}

.cta-section .btn-light {
    margin-right: 15px;
    color: #cf1925;
    font-weight: 600;
}

.cta-section .btn-outline-light {
    font-weight: 600;
}

/* Available Numbers Section */
.available-numbers-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.available-numbers-box p {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}

/* FAQ Section */
.faq-title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 8px;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    background-color: #cf1925;
    color: white;
}

.accordion-button:focus {
    border-color: #cf1925;
    box-shadow: 0 0 0 0.25rem rgba(207, 25, 37, 0.25);
}

.accordion-body {
    color: #666;
}

/* Final CTA Section */
.final-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 12px;
    border-left: 5px solid #cf1925;
    text-align: center;
}

.final-cta h3 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.final-cta p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

.final-cta .btn-lg {
    background-color: #cf1925;
    border-color: #cf1925;
    color: white;
    font-weight: 600;
    margin-right: 15px;
}

.final-cta .btn-outline-secondary {
    font-weight: 600;
}

/* Button Styles */
.btn-primary {
    background-color: #cf1925;
    border-color: #cf1925;
    color: white;
}

.btn-primary:hover {
    background-color: #a8001f;
    border-color: #a8001f;
}

/* Hero Icon */
.hero-icon {
    font-size: 80px;
    opacity: 0.2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .state-hero-title {
        font-size: 32px;
    }

    .state-hero-subtitle {
        font-size: 16px;
    }

    .hero-icon {
        display: none;
    }

    .state-section-title {
        font-size: 24px;
    }

    .cta-section h3 {
        font-size: 24px;
    }

    .cta-section p {
        font-size: 14px;
    }

    .final-cta h3 {
        font-size: 22px;
    }

    .final-cta p {
        font-size: 14px;
    }

    .cta-section .btn-light {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .cta-section .btn-outline-light {
        display: block;
        width: 100%;
    }

    .final-cta .btn-lg {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .final-cta .btn-outline-secondary {
        display: block;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .state-hero-title {
        font-size: 28px;
    }

    .state-hero-subtitle {
        font-size: 14px;
    }

    .meta-info-box {
        padding: 20px;
    }

    .meta-info-box h2 {
        font-size: 20px;
    }

    .benefit-card {
        padding: 20px;
    }

    .provider-card {
        padding: 25px;
    }

    .number-type-card {
        padding: 20px;
    }

    .cta-section {
        padding: 30px 20px;
    }

    .final-cta {
        padding: 30px 20px;
    }
}