/* ============================================================ */
/* SUCCESS STORIES – Clean Minimalist Design                    */
/* ============================================================ */

/* ----- Hero ----- */
.stories-hero {
    padding: 80px 0 60px;
    background: #f8fafc;
    border-bottom: 1px solid #e9edf2;
}

.stories-hero .hero-tag {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.stories-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 12px;
}

.stories-hero h1 span {
    color: #f17833;
}

.stories-hero .hero-desc {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ----- Stories Grid ----- */
.stories-grid {
    padding: 60px 0 80px;
    background: #ffffff;
}

.story-card {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #f8fafc;
    border: 1px solid #e9edf2;
    height: 100%;
}

.story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.story-image {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-card:hover .story-overlay {
    opacity: 1;
}

.story-badge {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 24px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.story-info {
    padding: 20px 20px 24px;
}

.story-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.story-meta {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 2px 0 8px;
}

.story-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ----- Load More ----- */
.load-more-btn {
    padding: 12px 36px;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    border-color: #f17833;
    color: #f17833;
    background: #fff8f0;
}

/* ----- Share Story CTA ----- */
.share-story-section {
    padding: 80px 0;
    background: #f8fafc;
}

.share-tag {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.share-story-section h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}
.share-story-section h2 span {
    color: #f17833;
}

.share-story-section p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.share-buttons .btn-primary {
    background: #f17833;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    transition: all 0.3s ease;
}

.share-buttons .btn-primary:hover {
    background: #d96a2a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(241, 120, 51, 0.3);
}

.share-buttons .btn-outline {
    background: transparent;
    color: #0f172a;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}

.share-buttons .btn-outline:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* ----- Share Form ----- */
.share-form-section {
    padding: 60px 0 80px;
    background: #ffffff;
}

.share-form-wrapper {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e9edf2;
}

.share-form-wrapper h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.share-form-desc {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 24px;
}

.share-form label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #0f172a;
}

.share-form .form-control {
    border-radius: 12px;
    border: 1px solid #e9edf2;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.share-form .form-control:focus {
    border-color: #f17833;
    box-shadow: 0 0 0 4px rgba(241, 120, 51, 0.1);
}

.share-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 0.9rem;
    color: #475569;
    cursor: pointer;
}

.share-form .checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #f17833;
}

.share-form small {
    font-size: 0.75rem;
    color: #94a3b8;
}

.share-form .btn-primary {
    background: #f17833;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
}

.share-form .btn-primary:hover {
    background: #d96a2a;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .stories-hero h1 {
        font-size: 2.6rem;
    }
    .story-image {
        height: 220px;
    }
    .share-story-section h2 {
        font-size: 2.2rem;
    }
    .share-form-wrapper {
        padding: 28px;
    }
}

@media (max-width: 767.98px) {
    .stories-hero {
        padding: 60px 0 40px;
    }
    .stories-hero h1 {
        font-size: 2.2rem;
    }
    .stories-hero .hero-desc {
        font-size: 1rem;
    }
    .stories-grid {
        padding: 40px 0 60px;
    }
    .story-image {
        height: 200px;
    }
    .story-info {
        padding: 16px 16px 20px;
    }
    .story-info h4 {
        font-size: 1.05rem;
    }
    .share-story-section {
        padding: 60px 0;
    }
    .share-story-section h2 {
        font-size: 1.8rem;
    }
    .share-story-section p {
        font-size: 0.95rem;
    }
    .share-form-section {
        padding: 40px 0 60px;
    }
    .share-form-wrapper {
        padding: 20px 16px;
    }
    .share-form-wrapper h3 {
        font-size: 1.3rem;
    }
    .share-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .stories-hero h1 {
        font-size: 1.8rem;
    }
    .story-image {
        height: 180px;
    }
    .story-excerpt {
        font-size: 0.85rem;
    }
    .share-story-section h2 {
        font-size: 1.5rem;
    }
}


/* ============================================================ */
/* OUR IMPACT / ANNUAL REPORT PAGE                              */
/* ============================================================ */

/* ----- Impact Hero ----- */
.impact-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid #f3e2c8;
}

.impact-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.impact-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}
.impact-hero h1 span {
    color: #f17833;
}

.impact-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ----- Big Stats ----- */
.impact-big-stats {
    padding: 60px 0 40px;
    background: #ffffff;
}

.big-stat-card {
    text-align: center;
    padding: 32px 20px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.big-stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.big-stat-icon {
    font-size: 2.8rem;
    color: #f17833;
    margin-bottom: 8px;
}

.big-stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.big-stat-label {
    display: block;
    font-size: 1rem;
    color: #475569;
    font-weight: 600;
    margin-top: 2px;
}

.big-stat-detail {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 4px;
}

/* ----- Yearly Table ----- */
.impact-yearly {
    padding: 60px 0 80px;
    background: #f8fafc;
}

.yearly-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 40px;
}

.yearly-table-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 0;
    border: 1px solid #e9edf2;
    overflow-x: auto;
}

.yearly-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.yearly-table thead th {
    background: #f8fafc;
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    color: #0f172a;
    border-bottom: 2px solid #e9edf2;
    white-space: nowrap;
}

.yearly-table tbody td {
    padding: 14px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
}

.yearly-table tbody tr:hover {
    background: #f8fafc;
}

.yearly-table tbody tr:last-child td {
    border-bottom: none;
}

.yearly-total td {
    background: #fff8f0 !important;
    font-weight: 700;
    color: #0f172a !important;
    border-top: 2px solid #f3e2c8;
}

/* ----- Category Breakdown ----- */
.impact-categories {
    padding: 80px 0;
    background: #ffffff;
}

.categories-grid {
    margin-top: 20px;
}

.category-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.category-icon {
    font-size: 2rem;
    color: #f17833;
    margin-bottom: 6px;
}

.category-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 4px;
}

.category-number {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.category-bar {
    width: 100%;
    height: 6px;
    background: #e9edf2;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 8px;
}

.category-fill {
    height: 100%;
    background: linear-gradient(90deg, #f17833, #fbbf6d);
    border-radius: 50px;
}

.category-detail {
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.4;
}

/* ----- Report Download ----- */
.impact-report-download {
    padding: 80px 0;
    background: #f8fafc;
}

.report-intro {
    font-size: 1.05rem;
    color: #475569;
    max-width: 550px;
    margin-bottom: 24px;
}

.report-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.report-buttons .btn1 {
    background: #f17833 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 0.9rem !important;
}

.report-buttons .btn2 {
    background: transparent !important;
    color: #0f172a !important;
    border: 1px solid #e9edf2 !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 0.9rem !important;
}

.report-buttons .btn2:hover {
    background: #f8fafc !important;
}

.report-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.report-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #475569;
}

.report-feature i {
    color: #16a34a;
    font-size: 1.1rem;
}

/* Report Preview */
.report-preview {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #e9edf2;
    text-align: center;
}

.report-cover {
    background: #f17833;
    color: #fff;
    border-radius: 16px;
    padding: 32px 20px;
    margin-bottom: 20px;
}

.report-cover i {
    font-size: 3.6rem;
    display: block;
    margin-bottom: 8px;
}

.report-cover span {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
}

.report-cover .report-year {
    font-size: 1.6rem;
    font-weight: 800;
}

.report-preview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.preview-stat {
    background: #f8fafc;
    padding: 12px 8px;
    border-radius: 12px;
}

.preview-stat span {
    display: block;
    font-size: 0.7rem;
    color: #94a3b8;
}

.preview-stat strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
}

/* ----- Timeline / Milestones ----- */
.impact-timeline {
    padding: 80px 0;
    background: #ffffff;
}

.milestone-card {
    text-align: center;
    padding: 28px 20px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.milestone-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.milestone-year {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.milestone-icon {
    font-size: 2.2rem;
    color: #f17833;
    margin-bottom: 8px;
}

.milestone-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.milestone-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ----- Impact Testimonials ----- */
.impact-testimonials {
    padding: 80px 0;
    background: #f8fafc;
}

.impact-testimonials .testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e9edf2;
    height: 100%;
    transition: all 0.3s ease;
}

.impact-testimonials .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* ----- Impact CTA ----- */
.impact-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #f17833, #e8632a);
    color: #fff;
    text-align: center;
}

.impact-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.impact-cta h2 span {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
}

.impact-cta p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.cta-buttons .btn1 {
    background: #fff !important;
    color: #f17833 !important;
}

.cta-buttons .btn1:hover {
    background: #f1f5f9 !important;
}

.cta-buttons .btn2 {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
}

.cta-buttons .btn2:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #fff !important;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .impact-hero h1 {
        font-size: 2.6rem;
    }
    .big-stat-number {
        font-size: 2.2rem;
    }
    .yearly-table thead th,
    .yearly-table tbody td {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    .report-preview {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .impact-hero {
        padding: 60px 0 40px;
    }
    .impact-hero h1 {
        font-size: 2.2rem;
    }
    .impact-subtitle {
        font-size: 1rem;
    }
    .impact-big-stats {
        padding: 40px 0 20px;
    }
    .big-stat-card {
        padding: 24px 16px;
    }
    .big-stat-number {
        font-size: 1.8rem;
    }
    .big-stat-icon {
        font-size: 2.2rem;
    }
    .impact-yearly {
        padding: 40px 0 60px;
    }
    .yearly-table-wrapper {
        padding: 16px 0;
    }
    .yearly-table thead th,
    .yearly-table tbody td {
        padding: 8px 12px;
        font-size: 0.75rem;
    }
    .impact-categories {
        padding: 60px 0;
    }
    .category-card {
        padding: 20px 16px;
    }
    .category-number {
        font-size: 1.6rem;
    }
    .impact-report-download {
        padding: 60px 0;
    }
    .report-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    .report-preview-stats {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .impact-timeline {
        padding: 60px 0;
    }
    .milestone-card {
        padding: 20px 16px;
    }
    .impact-testimonials {
        padding: 60px 0;
    }
    .impact-cta {
        padding: 60px 0;
    }
    .impact-cta h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 575.98px) {
    .impact-hero h1 {
        font-size: 1.8rem;
    }
    .big-stat-number {
        font-size: 1.5rem;
    }
    .big-stat-label {
        font-size: 0.85rem;
    }
    .big-stat-detail {
        font-size: 0.7rem;
    }
    .yearly-table thead th,
    .yearly-table tbody td {
        padding: 6px 8px;
        font-size: 0.65rem;
    }
    .yearly-table-wrapper {
        padding: 8px 0;
    }
    .category-number {
        font-size: 1.4rem;
    }
    .category-card h4 {
        font-size: 0.85rem;
    }
    .category-detail {
        font-size: 0.7rem;
    }
    .report-cover {
        padding: 24px 16px;
    }
    .report-cover i {
        font-size: 2.8rem;
    }
    .report-preview-stats {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }
    .preview-stat {
        padding: 8px 4px;
    }
    .preview-stat strong {
        font-size: 0.8rem;
    }
    .milestone-card h4 {
        font-size: 0.95rem;
    }
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    .impact-cta h2 {
        font-size: 1.8rem;
    }
}


/* ============================================================ */
/* PARTNERS & COLLABORATIONS PAGE                               */
/* ============================================================ */

/* ----- Partners Hero ----- */
.partners-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid #f3e2c8;
}

.partners-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.partners-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}
.partners-hero h1 span {
    color: #f17833;
}

.partners-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ----- Partners Impact Stats ----- */
.partners-impact {
    padding: 40px 0 60px;
    background: #ffffff;
}

.impact-stat {
    text-align: center;
    padding: 24px 16px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}

.impact-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.impact-stat-number {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: #f17833;
    line-height: 1.1;
}

.impact-stat-label {
    display: block;
    font-size: 1rem;
    color: #475569;
    font-weight: 500;
}

/* ----- Partners Sections ----- */
.partners-section {
    padding: 80px 0;
    background: #ffffff;
}

.partners-alt {
    background: #f8fafc;
}

.section-header-left {
    margin-bottom: 40px;
}

.section-header-left .section-tag {
    display: inline-block;
    color: #f17833;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.section-header-left .section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    text-align: left;
}

.section-header-left .section-title span {
    color: #f17833;
}

.section-header-left .section-desc {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
}

/* ----- Partner Cards ----- */
.partner-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.partner-logo-placeholder {
    background: #f8fafc;
    padding: 32px 20px;
    text-align: center;
    border-bottom: 1px solid #e9edf2;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.5px;
}

.partner-card-vet .partner-logo-placeholder {
    background: #f0fdf4;
}

.vet-logo i {
    font-size: 3rem;
    color: #f17833;
}

.partner-content {
    padding: 20px 24px 24px;
}

.partner-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.partner-type {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 10px;
}

.partner-type i {
    color: #f17833;
    margin-right: 4px;
}

.partner-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.partner-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.partner-tag {
    background: #f8fafc;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 50px;
    border: 1px solid #e9edf2;
}

.partner-link {
    color: #f17833;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.partner-link:hover {
    color: #d96a2a;
}

/* ----- Corporate Cards ----- */
.corporate-card {
    text-align: center;
}

.corporate-logo {
    background: #f8fafc;
    padding: 24px 16px;
    border-bottom: 1px solid #e9edf2;
}

.corporate-logo i {
    font-size: 3rem;
    color: #94a3b8;
}

.corporate-card .partner-content h4 {
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.corporate-card .partner-type {
    font-size: 0.75rem;
    margin-bottom: 6px;
}

.partner-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 50px;
}

/* ----- Spotlight Section ----- */
.partners-spotlight {
    padding: 80px 0;
    background: #ffffff;
}

.spotlight-card {
    background: #f8fafc;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.spotlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.spotlight-image {
    height: 200px;
    overflow: hidden;
}

.spotlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight-content {
    padding: 24px;
}

.spotlight-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.spotlight-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.spotlight-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.spotlight-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.spotlight-stats span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
}

.spotlight-stats i {
    color: #f17833;
    margin-right: 4px;
}

/* ----- Partner CTA ----- */
.partners-cta {
    padding: 80px 0;
    background: #f8fafc;
}

.cta-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.partners-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.partners-cta h2 span {
    color: #f17833;
}

.partners-cta p {
    font-size: 1.05rem;
    color: #475569;
    max-width: 550px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.cta-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.cta-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #475569;
}

.cta-benefit i {
    color: #16a34a;
    font-size: 1.1rem;
}

.partners-cta .btn1 {
    background: #f17833 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
    font-weight: 600 !important;
}

/* CTA Card */
.cta-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    border: 1px solid #e9edf2;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.cta-card-icon {
    font-size: 3rem;
    color: #f17833;
    margin-bottom: 12px;
}

.cta-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.cta-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 20px;
}

.cta-card .btn1 {
    background: #f17833 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    display: inline-block;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .partners-hero h1 {
        font-size: 2.6rem;
    }
    .impact-stat-number {
        font-size: 2rem;
    }
    .section-header-left .section-title {
        font-size: 2rem;
    }
    .partners-cta h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 767.98px) {
    .partners-hero {
        padding: 60px 0 40px;
    }
    .partners-hero h1 {
        font-size: 2.2rem;
    }
    .partners-subtitle {
        font-size: 1rem;
    }
    .partners-impact {
        padding: 20px 0 40px;
    }
    .impact-stat-number {
        font-size: 1.6rem;
    }
    .partners-section {
        padding: 60px 0;
    }
    .section-header-left .section-title {
        font-size: 1.8rem;
        text-align: center;
    }
    .section-header-left .section-desc {
        text-align: center;
        margin: 0 auto;
    }
    .partner-logo-placeholder {
        padding: 24px 16px;
        min-height: 80px;
    }
    .logo-text {
        font-size: 1rem;
    }
    .partner-content {
        padding: 16px 18px 20px;
    }
    .partner-content h4 {
        font-size: 1rem;
    }
    .partners-spotlight {
        padding: 60px 0;
    }
    .spotlight-image {
        height: 160px;
    }
    .partners-cta {
        padding: 60px 0;
        text-align: center;
    }
    .partners-cta h2 {
        font-size: 2rem;
    }
    .partners-cta p {
        margin: 0 auto 20px;
    }
    .cta-benefits {
        align-items: center;
    }
    .cta-benefit {
        font-size: 0.9rem;
    }
    .cta-card {
        padding: 24px 20px;
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .partners-hero h1 {
        font-size: 1.8rem;
    }
    .impact-stat-number {
        font-size: 1.4rem;
    }
    .impact-stat-label {
        font-size: 0.85rem;
    }
    .section-header-left .section-title {
        font-size: 1.5rem;
    }
    .section-header-left .section-desc {
        font-size: 0.9rem;
    }
    .partner-tags {
        gap: 4px;
    }
    .partner-tag {
        font-size: 0.6rem;
        padding: 2px 8px;
    }
    .spotlight-content h4 {
        font-size: 1rem;
    }
    .spotlight-stats span {
        font-size: 0.7rem;
    }
    .partners-cta h2 {
        font-size: 1.6rem;
    }
    .cta-benefit {
        font-size: 0.85rem;
    }
    .partners-cta .btn1 {
        width: 100%;
        justify-content: center;
    }
    .cta-card .btn1 {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================ */
/* PRESS & MEDIA PAGE                                           */
/* ============================================================ */

/* ----- Press Hero ----- */
.press-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid #f3e2c8;
}

.press-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.press-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}
.press-hero h1 span {
    color: #f17833;
}

.press-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ----- Press Stats ----- */
.press-stats {
    padding: 40px 0 60px;
    background: #ffffff;
}

.press-stat-card {
    text-align: center;
    padding: 24px 16px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}

.press-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.press-stat-number {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: #f17833;
    line-height: 1.1;
}

.press-stat-label {
    display: block;
    font-size: 1rem;
    color: #475569;
    font-weight: 500;
}

/* ----- Featured Press ----- */
.featured-press {
    padding: 60px 0 80px;
    background: #f8fafc;
}

.featured-press-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e9edf2;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.featured-press-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.featured-press-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.featured-press-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.featured-publication {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
}

.featured-press-content {
    padding: 0 8px;
}

.featured-badge {
    display: inline-block;
    background: #f17833;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.featured-press-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 8px;
}

.featured-excerpt {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 12px;
}

.featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.featured-meta i {
    color: #f17833;
    margin-right: 4px;
}

/* ----- Press Grid ----- */
.press-grid-section {
    padding: 60px 0 80px;
    background: #ffffff;
}

.press-count {
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 500;
}

.press-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.press-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.press-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.press-type {
    background: #fcecd2;
    color: #f17833;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.press-date {
    font-size: 0.75rem;
    color: #94a3b8;
}

.press-card-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.press-source {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.press-source i {
    color: #f17833;
    margin-right: 4px;
}

.press-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.press-link {
    color: #f17833;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.press-link:hover {
    color: #d96a2a;
}

/* ----- Press Kit ----- */
.press-kit {
    padding: 80px 0;
    background: #f8fafc;
}

.press-kit-intro {
    font-size: 1.05rem;
    color: #475569;
    max-width: 500px;
    margin-bottom: 24px;
}

.press-kit-downloads {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kit-download {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e9edf2;
    border-radius: 12px;
    padding: 14px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.kit-download:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border-color: #f17833;
}

.kit-download i {
    font-size: 2rem;
    color: #e11d48;
}

.kit-download div {
    flex: 1;
}

.kit-download strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
}

.kit-download span {
    font-size: 0.8rem;
    color: #94a3b8;
}

.download-label {
    background: #f8fafc;
    color: #0f172a;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}

.kit-download:hover .download-label {
    background: #f17833;
    color: #fff;
    border-color: #f17833;
}

/* Media Contact Card */
.media-contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    text-align: center;
    border: 1px solid #e9edf2;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.media-contact-icon {
    font-size: 3rem;
    color: #f17833;
    margin-bottom: 12px;
}

.media-contact-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.media-contact-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 20px;
}

.media-contact-details {
    text-align: left;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #475569;
}

.contact-detail:last-child {
    border-bottom: none;
}

.contact-detail i {
    color: #f17833;
    width: 20px;
}

.contact-detail a {
    color: #475569;
    text-decoration: none;
}

.contact-detail a:hover {
    color: #f17833;
}

.media-contact-card .btn1 {
    background: #f17833 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
}

/* ----- As Seen In ----- */
.as-seen-in {
    padding: 80px 0;
    background: #ffffff;
}

.seen-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 40px;
}

.seen-logo {
    text-align: center;
    padding: 20px 12px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}

.seen-logo:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.seen-logo i {
    font-size: 2.2rem;
    color: #94a3b8;
    display: block;
    margin-bottom: 6px;
}

.seen-logo span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .press-hero h1 {
        font-size: 2.6rem;
    }
    .press-stat-number {
        font-size: 2rem;
    }
    .featured-press-card {
        padding: 24px;
    }
    .featured-press-content h3 {
        font-size: 1.3rem;
    }
    .featured-press-image img {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .press-hero {
        padding: 60px 0 40px;
    }
    .press-hero h1 {
        font-size: 2.2rem;
    }
    .press-subtitle {
        font-size: 1rem;
    }
    .press-stats {
        padding: 20px 0 40px;
    }
    .press-stat-number {
        font-size: 1.6rem;
    }
    .featured-press {
        padding: 40px 0 60px;
    }
    .featured-press-card {
        padding: 20px;
        text-align: center;
    }
    .featured-press-image img {
        height: 180px;
    }
    .featured-press-content {
        padding: 0;
    }
    .featured-meta {
        justify-content: center;
    }
    .press-grid-section {
        padding: 40px 0 60px;
    }
    .press-card {
        padding: 16px;
    }
    .press-kit {
        padding: 60px 0;
        text-align: center;
    }
    .press-kit-intro {
        margin: 0 auto 20px;
    }
    .kit-download {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .media-contact-card {
        padding: 24px 20px;
    }
    .as-seen-in {
        padding: 60px 0;
    }
}

@media (max-width: 575.98px) {
    .press-hero h1 {
        font-size: 1.8rem;
    }
    .press-stat-number {
        font-size: 1.4rem;
    }
    .press-stat-label {
        font-size: 0.85rem;
    }
    .featured-press-content h3 {
        font-size: 1.1rem;
    }
    .featured-excerpt {
        font-size: 0.9rem;
    }
    .featured-meta {
        font-size: 0.75rem;
        gap: 10px;
    }
    .featured-meta span {
        display: block;
    }
    .press-card-content h4 {
        font-size: 0.95rem;
    }
    .press-excerpt {
        font-size: 0.8rem;
    }
    .press-count {
        font-size: 0.8rem;
    }
    .seen-logo {
        padding: 16px 8px;
    }
    .seen-logo i {
        font-size: 1.6rem;
    }
    .seen-logo span {
        font-size: 0.6rem;
    }
    .media-contact-card .btn1 {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================ */
/* FAQS PAGE                                                    */
/* ============================================================ */

/* ----- FAQ Hero ----- */
.faq-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid #f3e2c8;
}

.faq-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.faq-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}
.faq-hero h1 span {
    color: #f17833;
}

.faq-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ----- FAQ Filters ----- */
.faq-filters {
    padding: 30px 0 10px;
    background: #ffffff;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter-btn {
    padding: 8px 20px;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    background: #fff;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #f17833;
    color: #f17833;
}

.filter-btn.active {
    background: #f17833;
    border-color: #f17833;
    color: #fff;
}

/* ----- FAQ Accordion ----- */
.faq-section {
    padding: 20px 0;
    background: #ffffff;
}

.faq-category {
    margin-bottom: 20px;
}

.faq-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
}

.faq-category-title i {
    color: #f17833;
    margin-right: 8px;
}

.faq-accordion {
    border: 1px solid #e9edf2;
    border-radius: 16px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #e9edf2;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    padding: 18px 24px;
    background: #f8fafc;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f17833;
}

.faq-question i {
    font-size: 0.8rem;
    color: #94a3b8;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-question[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 24px;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    padding: 0 24px 20px;
    max-height: 500px;
    opacity: 1;
}

.faq-answer p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.faq-answer a {
    color: #f17833;
    font-weight: 600;
    text-decoration: none;
}

.faq-answer a:hover {
    color: #d96a2a;
    text-decoration: underline;
}

/* ----- FAQ CTA ----- */
.faq-cta {
    padding: 80px 0;
    background: #f8fafc;
}

.faq-cta-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.faq-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.faq-cta h2 span {
    color: #f17833;
}

.faq-cta p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.faq-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.faq-cta-buttons .btn1 {
    background: #f17833 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
    font-weight: 600 !important;
}

.faq-cta-buttons .btn2 {
    background: transparent !important;
    color: #0f172a !important;
    border: 1px solid #e9edf2 !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
    font-weight: 600 !important;
}

.faq-cta-buttons .btn2:hover {
    background: #f8fafc !important;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .faq-hero h1 {
        font-size: 2.6rem;
    }
    .faq-category-title {
        font-size: 1.3rem;
    }
    .faq-question {
        font-size: 0.95rem;
        padding: 16px 20px;
    }
}

@media (max-width: 767.98px) {
    .faq-hero {
        padding: 60px 0 40px;
    }
    .faq-hero h1 {
        font-size: 2.2rem;
    }
    .faq-subtitle {
        font-size: 1rem;
    }
    .faq-filters {
        padding: 20px 0 10px;
    }
    .filter-tabs {
        gap: 8px;
    }
    .filter-btn {
        font-size: 0.75rem;
        padding: 6px 14px;
    }
    .faq-section {
        padding: 10px 0;
    }
    .faq-category-title {
        font-size: 1.1rem;
    }
    .faq-question {
        font-size: 0.9rem;
        padding: 14px 16px;
    }
    .faq-answer {
        font-size: 0.85rem;
        padding: 0 16px;
    }
    .faq-question[aria-expanded="true"] + .faq-answer {
        padding: 0 16px 16px;
    }
    .faq-cta {
        padding: 60px 0;
    }
    .faq-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .faq-hero h1 {
        font-size: 1.8rem;
    }
    .filter-tabs {
        gap: 6px;
    }
    .filter-btn {
        font-size: 0.65rem;
        padding: 4px 10px;
    }
    .faq-question {
        font-size: 0.85rem;
        padding: 12px 14px;
    }
    .faq-question[aria-expanded="true"] + .faq-answer {
        padding: 0 14px 14px;
    }
    .faq-answer p {
        font-size: 0.85rem;
    }
    .faq-cta h2 {
        font-size: 1.6rem;
    }
    .faq-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================ */
/* PET CARE GUIDES PAGE                                         */
/* ============================================================ */

/* ----- Guides Hero ----- */
.guides-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 60px 0 50px;
    border-bottom: 1px solid #f3e2c8;
}

.guides-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.guides-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 12px;
}
.guides-hero h1 span {
    color: #f17833;
}

.guides-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 24px;
    line-height: 1.7;
}

.guides-search {
    max-width: 450px;
    margin: 0 auto;
}

.guides-search-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    padding: 4px 4px 4px 20px;
    transition: border-color 0.3s ease;
}

.guides-search-form:focus-within {
    border-color: #f17833;
}

.guides-search-form input {
    flex: 1;
    padding: 12px 0;
    border: none;
    outline: none;
    font-size: 1rem;
    background: transparent;
}

.guides-search-form input::placeholder {
    color: #94a3b8;
}

.guides-search-form button {
    background: #f17833;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.guides-search-form button:hover {
    background: #d96a2a;
}

/* ----- Category Filters ----- */
.guides-filters {
    padding: 20px 0;
    background: #ffffff;
}

.guides-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.filter-btn {
    padding: 8px 20px;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    background: #fff;
    color: #475569;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #f17833;
    color: #f17833;
}

.filter-btn.active {
    background: #f17833;
    border-color: #f17833;
    color: #fff;
}

/* ----- Featured Guide ----- */
.featured-guide {
    padding: 60px 0 80px;
    background: #ffffff;
}

.featured-guide-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.featured-guide-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.featured-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #f17833;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.featured-guide-content {
    padding: 10px 0;
}

.guide-category-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.featured-guide-content h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 12px;
}

.featured-guide-content p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

.guide-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.guide-highlights li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 0.95rem;
    color: #475569;
}

.guide-highlights li i {
    color: #16a34a;
}

/* ----- Guides Grid ----- */
.guides-grid-section {
    padding: 40px 0 60px;
    background: #f8fafc;
}

.guide-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.guide-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.guide-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.guide-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.guide-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.guide-card:hover .guide-card-image img {
    transform: scale(1.04);
}

.guide-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

.guide-card-content {
    padding: 20px 24px 24px;
}

.guide-card-meta {
    display: flex;
    gap: 16px;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 8px;
}

.guide-card-meta i {
    color: #f17833;
    margin-right: 4px;
}

.guide-card-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 8px;
}

.guide-card-content h3:hover {
    color: #f17833;
}

.guide-card-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.guide-card-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.guide-read-more {
    font-size: 0.85rem;
    font-weight: 600;
    color: #f17833;
    transition: all 0.3s ease;
}

.guide-read-more i {
    transition: transform 0.3s ease;
}

.guide-card:hover .guide-read-more i {
    transform: translateX(4px);
}

/* ----- Pagination ----- */
.guides-pagination {
    text-align: center;
}

.guides-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 4px;
}

.guides-pagination ul li a,
.guides-pagination ul li span {
    padding: 8px 16px;
    border: 1px solid #e9edf2;
    border-radius: 8px;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
}

.guides-pagination ul li a:hover {
    background: #f17833;
    color: #fff;
    border-color: #f17833;
}

.guides-pagination ul li .current {
    background: #f17833;
    color: #fff;
    border-color: #f17833;
}

/* ----- Popular Guides ----- */
.popular-guides {
    padding: 60px 0;
    background: #ffffff;
}

.popular-card {
    text-align: center;
    padding: 28px 20px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.popular-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.popular-icon {
    font-size: 2.6rem;
    color: #f17833;
    margin-bottom: 10px;
}

.popular-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.popular-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 12px;
}

.popular-link {
    color: #f17833;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
}
.popular-link:hover {
    color: #d96a2a;
}

/* ----- Ask a Vet ----- */
.ask-vet {
    padding: 60px 0;
    background: #f8fafc;
}

.ask-vet-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e9edf2;
    box-shadow: 0 12px 40px rgba(0,0,0,0.04);
}

.ask-vet-box h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}
.ask-vet-box h3 span {
    color: #f17833;
}

.ask-vet-box p {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 16px;
}

.ask-vet-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ask-vet-stats span {
    font-size: 0.9rem;
    color: #475569;
}

.ask-vet-stats i {
    color: #16a34a;
    margin-right: 4px;
}

.ask-vet-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ask-vet-form input,
.ask-vet-form textarea {
    padding: 12px 16px;
    border: 2px solid #e9edf2;
    border-radius: 12px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.3s ease;
    background: #f8fafc;
    width: 100%;
}

.ask-vet-form input:focus,
.ask-vet-form textarea:focus {
    border-color: #f17833;
    background: #fff;
}

.ask-vet-form textarea {
    resize: vertical;
}

.ask-vet-form .btn1 {
    padding: 12px !important;
    border-radius: 12px !important;
    width: 100%;
    justify-content: center;
}

/* ----- Newsletter ----- */
.guides-newsletter {
    padding: 60px 0 80px;
    background: #ffffff;
}

.newsletter-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.guides-newsletter h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}
.guides-newsletter h2 span {
    color: #f17833;
}

.guides-newsletter p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 450px;
    margin: 0 auto 24px;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input-group {
    display: flex;
    gap: 12px;
    background: #f8fafc;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    padding: 4px;
    transition: border-color 0.3s ease;
}

.newsletter-input-group:focus-within {
    border-color: #f17833;
}

.newsletter-input-group input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    background: transparent;
    font-size: 1rem;
    outline: none;
}

.newsletter-input-group .btn1 {
    border-radius: 50px !important;
    padding: 12px 28px !important;
}

.newsletter-note {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 12px;
}

.newsletter-note i {
    color: #16a34a;
    margin-right: 4px;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .guides-hero h1 {
        font-size: 2.4rem;
    }
    .featured-guide-image img {
        height: 300px;
    }
    .featured-guide-content h2 {
        font-size: 1.8rem;
    }
    .ask-vet-box {
        padding: 28px;
        text-align: center;
    }
    .ask-vet-stats {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .guides-hero {
        padding: 40px 0 30px;
    }
    .guides-hero h1 {
        font-size: 2rem;
    }
    .guides-subtitle {
        font-size: 1rem;
    }
    .guides-filter-tabs {
        gap: 8px;
    }
    .filter-btn {
        font-size: 0.75rem;
        padding: 6px 14px;
    }
    .featured-guide {
        padding: 40px 0 60px;
        text-align: center;
    }
    .featured-guide-image img {
        height: 220px;
    }
    .featured-guide-content h2 {
        font-size: 1.6rem;
    }
    .guide-highlights {
        text-align: left;
    }
    .guide-card-image {
        height: 180px;
    }
    .guide-card-content h3 {
        font-size: 1rem;
    }
    .popular-card {
        padding: 20px 16px;
    }
    .ask-vet-box {
        padding: 20px 16px;
    }
    .ask-vet-box h3 {
        font-size: 1.4rem;
    }
    .newsletter-input-group {
        flex-direction: column;
        border-radius: 16px;
        background: transparent;
        border: none;
        gap: 12px;
    }
    .newsletter-input-group input {
        background: #f8fafc;
        border: 2px solid #e9edf2;
        border-radius: 50px;
        padding: 14px 20px;
    }
    .newsletter-input-group .btn1 {
        width: 100%;
        justify-content: center;
    }
    .guides-newsletter h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 575.98px) {
    .guides-hero h1 {
        font-size: 1.6rem;
    }
    .guides-search-form input {
        font-size: 0.9rem;
        padding: 10px 0;
    }
    .guides-search-form button {
        padding: 8px 16px;
    }
    .filter-btn {
        font-size: 0.65rem;
        padding: 4px 10px;
    }
    .featured-guide-content h2 {
        font-size: 1.3rem;
    }
    .guide-card-meta {
        font-size: 0.65rem;
        gap: 10px;
    }
    .guides-pagination ul li a,
    .guides-pagination ul li span {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    .ask-vet-box h3 {
        font-size: 1.2rem;
    }
}