/* Option 3: Modern Card with Sidebar */
.modern-hero {
    padding: 60px 0 30px;
    background: #ffffff;
    text-align: center;
}
.modern-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
}
.modern-hero h1 span {
    color: #f17833;
}
.modern-hero p {
    font-size: 1.1rem;
    color: #64748b;
}

.modern-blog {
    padding: 30px 0 80px;
    background: #f8fafc;
}

.modern-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}
.modern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.modern-card a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.modern-card-image {
    height: 200px;
    overflow: hidden;
}
.modern-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modern-card-content {
    padding: 20px;
}
.modern-category {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.modern-card-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}
.modern-card-content h3:hover {
    color: #f17833;
}
.modern-card-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.modern-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}
.modern-date {
    font-size: 0.75rem;
    color: #94a3b8;
}
.modern-date i {
    color: #f17833;
    margin-right: 4px;
}
.modern-read {
    font-size: 0.8rem;
    font-weight: 600;
    color: #f17833;
}

.modern-pagination {
    text-align: center;
    margin-top: 20px;
}
.modern-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 4px;
}
.modern-pagination ul li a,
.modern-pagination ul li span {
    padding: 8px 14px;
    border: 1px solid #e9edf2;
    border-radius: 8px;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
}
.modern-pagination ul li a:hover {
    background: #f17833;
    color: #fff;
    border-color: #f17833;
}
.modern-pagination ul li .current {
    background: #f17833;
    color: #fff;
    border-color: #f17833;
}

/* Sidebar */
.modern-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9edf2;
}
.sidebar-widget h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9edf2;
}

.sidebar-search {
    display: flex;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    overflow: hidden;
}
.sidebar-search input {
    flex: 1;
    padding: 10px 16px;
    border: none;
    outline: none;
    font-size: 0.9rem;
    background: transparent;
}
.sidebar-search button {
    padding: 10px 16px;
    background: #f17833;
    color: #fff;
    border: none;
    cursor: pointer;
}

.sidebar-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-categories li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.sidebar-categories li:last-child {
    border-bottom: none;
}
.sidebar-categories a {
    display: flex;
    justify-content: space-between;
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
}
.sidebar-categories a:hover {
    color: #f17833;
}
.cat-count {
    background: #f8fafc;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

.sidebar-recent {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-recent li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.sidebar-recent li:last-child {
    border-bottom: none;
}
.sidebar-recent a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.recent-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
}
.recent-title:hover {
    color: #f17833;
}
.recent-date {
    font-size: 0.7rem;
    color: #94a3b8;
}

.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.tag {
    background: #f8fafc;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}
.tag:hover {
    background: #f17833;
    color: #fff;
    border-color: #f17833;
}

/* Subscribe Box */
.modern-subscribe {
    padding: 60px 0 80px;
    background: #ffffff;
}

.subscribe-box {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e9edf2;
}
.subscribe-box h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.subscribe-box p {
    color: #64748b;
    margin: 0;
}
.subscribe-form {
    display: flex;
    gap: 8px;
}
.subscribe-form input {
    flex: 1;
    padding: 10px 16px;
    border: 2px solid #e9edf2;
    border-radius: 50px;
    outline: none;
    background: #fff;
}
.subscribe-form input:focus {
    border-color: #f17833;
}
.subscribe-form button {
    padding: 10px 20px;
    background: #f17833;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.subscribe-form button:hover {
    background: #d96a2a;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */
@media (max-width: 991.98px) {
    .modern-sidebar {
        margin-top: 20px;
    }
    .subscribe-box {
        text-align: center;
    }
    .subscribe-box .col-md-8 {
        margin-bottom: 16px;
    }
}
@media (max-width: 767.98px) {
    .modern-hero h1 {
        font-size: 2.2rem;
    }
    .subscribe-form {
        flex-direction: column;
    }
    .subscribe-form button {
        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;
}

.guides-grid {
    margin-top: 10px;
}

.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;
    }
}

/* ============================================================ */
/* RESCUE OPERATIONS PAGE                                       */
/* ============================================================ */

/* ----- Rescue Hero ----- */
.rescue-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 60px 0;
    border-bottom: 1px solid #f3e2c8;
}

.rescue-badge {
    display: inline-block;
    background: #e11d48;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.rescue-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 12px;
}
.rescue-hero h1 span {
    color: #f17833;
}

.rescue-subtitle {
    font-size: 1.1rem;
    color: #475569;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.rescue-quick-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.quick-stat {
    display: flex;
    flex-direction: column;
}

.quick-stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.quick-stat-label {
    font-size: 0.85rem;
    color: #64748b;
}

.rescue-hero-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.rescue-hero-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.hero-badge-icon {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-badge-icon i {
    color: #e11d48;
}

/* ----- Rescue Process ----- */
.rescue-process {
    padding: 80px 0;
    background: #ffffff;
}

.process-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 40px;
}

.process-step {
    background: #f8fafc;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.process-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.step-number {
    font-size: 3rem;
    font-weight: 900;
    color: #f17833;
    opacity: 0.1;
    line-height: 1;
    margin-bottom: 4px;
}

.step-icon {
    font-size: 2.2rem;
    color: #f17833;
    margin-bottom: 8px;
}

.process-step h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.process-step p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.step-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.step-detail span {
    background: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid #e9edf2;
}

.step-detail i {
    color: #f17833;
    margin-right: 4px;
}

/* ----- Rescue Gallery ----- */
.rescue-gallery {
    padding: 60px 0;
    background: #f8fafc;
}

.gallery-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 40px;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,120,51,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

/* ----- Rescue Map ----- */
.rescue-map {
    padding: 80px 0;
    background: #ffffff;
}

.map-intro {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 24px;
}

.city-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.city-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e9edf2;
}

.city-item i {
    color: #f17833;
}

.city-item span:first-of-type {
    flex: 1;
    font-weight: 500;
    color: #0f172a;
}

.city-status {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 50px;
}

.city-status {
    background: #dcfce7;
    color: #16a34a;
}

.city-item:last-child .city-status {
    background: #fef3c7;
    color: #d97706;
}

.map-placeholder {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.map-placeholder img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.map-overlay-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15,23,42,0.8);
    color: #fff;
    padding: 16px 32px;
    border-radius: 16px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.map-overlay-text i {
    font-size: 2rem;
    color: #f17833;
    display: block;
}

.map-overlay-text p {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 4px 0 0;
}

.map-overlay-text span {
    font-size: 0.8rem;
    color: #94a3b8;
}

/* ----- Rescue Stats ----- */
.rescue-stats {
    padding: 60px 0;
    background: #f8fafc;
}

.stat-card {
    text-align: center;
    padding: 28px 16px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.stat-number {
    display: block;
    font-size: 2.6rem;
    font-weight: 800;
    color: #f17833;
    line-height: 1.1;
}

.stat-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin-top: 4px;
}

.stat-detail {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
}

/* ----- Rescue Wait ----- */
.rescue-wait {
    padding: 60px 0;
    background: #ffffff;
}

.wait-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 40px;
}

.wait-card {
    text-align: center;
    padding: 20px 16px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.wait-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.wait-icon {
    font-size: 2.2rem;
    color: #f17833;
    margin-bottom: 8px;
}

.wait-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.wait-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

/* ----- Rescue Team ----- */
.rescue-team {
    padding: 80px 0;
    background: #f8fafc;
}

.team-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 40px;
}

.team-card {
    text-align: center;
    padding: 24px 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.team-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.team-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 8px;
}

.team-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 14px;
    border-radius: 50px;
}

/* ----- Rescue Testimonials ----- */
.rescue-testimonials {
    padding: 80px 0;
    background: #ffffff;
}

.rescue-testimonials .testimonial-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e9edf2;
    height: 100%;
    transition: all 0.3s ease;
}

.rescue-testimonials .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* ----- Rescue CTA ----- */
.rescue-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #f17833, #e8632a);
    color: #fff;
    text-align: center;
}

.rescue-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.rescue-cta h2 span {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.3);
}

.rescue-cta p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
}

.rescue-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.rescue-cta-buttons .btn1 {
    background: #fff !important;
    color: #f17833 !important;
}

.rescue-cta-buttons .btn1:hover {
    background: #f1f5f9 !important;
}

.rescue-cta-buttons .btn2 {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.4) !important;
}

.rescue-cta-buttons .btn2:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: #fff !important;
}

.cta-note {
    font-size: 0.9rem !important;
    color: rgba(255,255,255,0.7) !important;
    margin-top: 16px !important;
}

.cta-note a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .rescue-hero h1 {
        font-size: 2.4rem;
    }
    .rescue-hero-image img {
        height: 250px;
        margin-top: 20px;
    }
    .city-list {
        grid-template-columns: 1fr 1fr;
    }
    .map-placeholder img {
        height: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .rescue-hero {
        text-align: center;
    }
    .rescue-hero h1 {
        font-size: 2rem;
    }
    .rescue-subtitle {
        margin: 0 auto 20px;
    }
    .rescue-quick-stats {
        justify-content: center;
    }
    .rescue-hero-image img {
        height: 200px;
    }
    .hero-badge-icon {
        font-size: 0.75rem;
        padding: 8px 16px;
        bottom: 12px;
        left: 12px;
    }
    .rescue-process {
        padding: 60px 0;
    }
    .process-step {
        padding: 20px 16px;
    }
    .step-number {
        font-size: 2.2rem;
    }
    .rescue-gallery {
        padding: 40px 0;
    }
    .rescue-map {
        padding: 60px 0;
        text-align: center;
    }
    .city-list {
        text-align: left;
    }
    .map-placeholder img {
        height: 220px;
    }
    .map-overlay-text {
        padding: 12px 20px;
        bottom: 16px;
    }
    .map-overlay-text p {
        font-size: 0.9rem;
    }
    .rescue-stats {
        padding: 40px 0;
    }
    .stat-number {
        font-size: 2rem;
    }
    .rescue-wait {
        padding: 40px 0;
    }
    .wait-card {
        padding: 16px 12px;
    }
    .wait-icon {
        font-size: 1.8rem;
    }
    .rescue-team {
        padding: 60px 0;
    }
    .rescue-testimonials {
        padding: 60px 0;
    }
    .rescue-cta {
        padding: 60px 0;
    }
    .rescue-cta h2 {
        font-size: 2rem;
    }
    .rescue-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .rescue-hero h1 {
        font-size: 1.6rem;
    }
    .quick-stat-number {
        font-size: 1.4rem;
    }
    .quick-stat-label {
        font-size: 0.7rem;
    }
    .city-list {
        grid-template-columns: 1fr;
    }
    .stat-number {
        font-size: 1.6rem;
    }
    .team-image {
        width: 80px;
        height: 80px;
    }
    .rescue-cta h2 {
        font-size: 1.6rem;
    }
}

/* ============================================================ */
/* SPAY/NEUTER AWARENESS PAGE                                   */
/* ============================================================ */

/* ----- Spay/Neuter Hero ----- */
.sn-hero {
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
    padding: 60px 0;
    border-bottom: 1px solid #f3e2c8;
}

.sn-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 12px;
}

.sn-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 12px;
}
.sn-hero h1 span {
    color: #f17833;
}

.sn-subtitle {
    font-size: 1.1rem;
    color: #475569;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.sn-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sn-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9edf2;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.sn-stat {
    text-align: center;
}

.sn-stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.sn-stat-label {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
}

/* ----- Myths Section ----- */
.sn-myths {
    padding: 80px 0;
    background: #ffffff;
}

.myths-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 40px;
}

.myth-card {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.myth-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.myth-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 14px;
    border-radius: 50px;
    margin-bottom: 4px;
}

.myth-label.myth {
    background: #fef2f2;
    color: #e11d48;
}

.myth-label.fact {
    background: #dcfce7;
    color: #16a34a;
    margin-top: 8px;
}

.myth-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* ----- Benefits ----- */
.sn-benefits {
    padding: 80px 0;
    background: #f8fafc;
}

.benefit-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.benefit-icon {
    font-size: 2.6rem;
    color: #f17833;
    margin-bottom: 12px;
}

.benefit-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.benefit-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ----- ABC Program ----- */
.sn-abc {
    padding: 80px 0;
    background: #ffffff;
}

.abc-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 40px;
}

.abc-card {
    text-align: center;
    padding: 24px 16px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.abc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.abc-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: #f17833;
    opacity: 0.1;
    line-height: 1;
    margin-bottom: 4px;
}

.abc-icon {
    font-size: 2rem;
    color: #f17833;
    margin-bottom: 8px;
}

.abc-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.abc-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.abc-info {
    background: #fff8f0;
    border: 1px solid #f3e2c8;
    border-radius: 16px;
    padding: 24px 32px;
    display: inline-block;
}

.abc-info p {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 16px;
}

.abc-info i {
    color: #16a34a;
}

/* ----- FAQ ----- */
.sn-faq {
    padding: 80px 0;
    background: #f8fafc;
}

.sn-faq .faq-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9edf2;
    height: 100%;
    transition: all 0.3s ease;
}

.sn-faq .faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.sn-faq .faq-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.sn-faq .faq-item h4 i {
    color: #f17833;
    margin-right: 8px;
}

.sn-faq .faq-item p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ----- Success Stories ----- */
.sn-success {
    padding: 80px 0;
    background: #ffffff;
}

.success-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.success-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.success-image {
    height: 200px;
    overflow: hidden;
}

.success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-content {
    padding: 20px 24px 24px;
}

.success-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.success-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 10px;
}

.success-tag {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 14px;
    border-radius: 50px;
}

/* ----- CTA ----- */
.sn-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #f17833, #e8632a);
    color: #fff;
    text-align: center;
}

.sn-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.sn-cta h2 span {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.3);
}

.sn-cta p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    max-width: 550px;
    margin: 0 auto 28px;
}

.sn-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.sn-cta-buttons .btn1 {
    background: #fff !important;
    color: #f17833 !important;
}

.sn-cta-buttons .btn1:hover {
    background: #f1f5f9 !important;
}

.sn-cta-buttons .btn2 {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.4) !important;
}

.sn-cta-buttons .btn2:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: #fff !important;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .sn-hero h1 {
        font-size: 2.4rem;
    }
    .sn-hero-stats {
        margin-top: 20px;
    }
    .sn-stat-number {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .sn-hero {
        text-align: center;
    }
    .sn-hero h1 {
        font-size: 2rem;
    }
    .sn-subtitle {
        margin: 0 auto 20px;
    }
    .sn-quick-actions {
        justify-content: center;
    }
    .sn-quick-actions .btn {
        width: 100%;
        justify-content: center;
    }
    .sn-hero-stats {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 16px;
    }
    .sn-stat-number {
        font-size: 1.3rem;
    }
    .sn-stat-label {
        font-size: 0.65rem;
    }
    .sn-myths {
        padding: 60px 0;
    }
    .myth-card {
        padding: 20px 16px;
    }
    .sn-benefits {
        padding: 60px 0;
    }
    .benefit-card {
        padding: 20px 16px;
    }
    .sn-abc {
        padding: 60px 0;
    }
    .abc-card {
        padding: 20px 14px;
    }
    .abc-number {
        font-size: 2.2rem;
    }
    .abc-info {
        padding: 20px 16px;
    }
    .sn-faq {
        padding: 60px 0;
    }
    .sn-faq .faq-item {
        padding: 20px 16px;
    }
    .sn-success {
        padding: 60px 0;
    }
    .success-image {
        height: 160px;
    }
    .sn-cta {
        padding: 60px 0;
    }
    .sn-cta h2 {
        font-size: 2rem;
    }
    .sn-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .sn-hero h1 {
        font-size: 1.6rem;
    }
    .sn-hero-stats {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
        padding: 12px;
    }
    .sn-stat-number {
        font-size: 1.1rem;
    }
    .sn-stat-label {
        font-size: 0.55rem;
    }
    .benefit-icon {
        font-size: 2rem;
    }
    .benefit-card h4 {
        font-size: 0.95rem;
    }
    .abc-number {
        font-size: 1.8rem;
    }
    .abc-icon {
        font-size: 1.6rem;
    }
    .abc-card h4 {
        font-size: 0.9rem;
    }
    .abc-card p {
        font-size: 0.75rem;
    }
    .success-image {
        height: 140px;
    }
    .sn-cta h2 {
        font-size: 1.6rem;
    }
}

/* ============================================================ */
/* SEASONAL CARE PAGE                                           */
/* ============================================================ */

/* ----- Seasonal Hero ----- */
.seasonal-hero {
    padding: 60px 0;
    border-bottom: 1px solid #f3e2c8;
}

.seasonal-badge {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.seasonal-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 12px;
}
.seasonal-hero h1 span {
    color: #f17833;
}

.seasonal-subtitle {
    font-size: 1.1rem;
    color: #475569;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.seasonal-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seasonal-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9edf2;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.seasonal-stat {
    text-align: center;
}

.seasonal-stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.seasonal-stat-label {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
}

/* ----- Tips Section ----- */
.seasonal-tips {
    padding: 80px 0;
    background: #ffffff;
}

.tips-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 40px;
}

.tip-card {
    text-align: center;
    padding: 24px 16px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.tip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.tip-icon {
    font-size: 2.4rem;
    color: #f17833;
    margin-bottom: 10px;
}

.tip-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.tip-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* ----- Danger Signs ----- */
.seasonal-danger {
    padding: 80px 0;
    background: #f8fafc;
}

.danger-intro {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 16px;
}

.danger-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.danger-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.95rem;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}

.danger-list li:last-child {
    border-bottom: none;
}

.danger-list i {
    color: #e11d48;
}

.danger-action {
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid #e9edf2;
}

.danger-action p {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 12px;
}

.danger-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.danger-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.danger-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15,23,42,0.85);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
}

.danger-overlay i {
    color: #e11d48;
}

/* ----- Seasonal Kit ----- */
.seasonal-kit {
    padding: 80px 0;
    background: #ffffff;
}

.kit-intro {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto 40px;
}

.kit-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    transition: all 0.3s ease;
    height: 100%;
}

.kit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.kit-image {
    height: 160px;
    overflow: hidden;
}

.kit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kit-content {
    padding: 16px 20px 20px;
}

.kit-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.kit-content p {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 8px;
}

.kit-tag {
    display: inline-block;
    background: #fcecd2;
    color: #f17833;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 50px;
}

/* ----- Seasonal Success ----- */
.seasonal-success {
    padding: 80px 0;
    background: #f8fafc;
}

/* ----- Seasonal FAQ ----- */
.seasonal-faq {
    padding: 80px 0;
    background: #ffffff;
}

.seasonal-faq .faq-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9edf2;
    height: 100%;
    transition: all 0.3s ease;
}

.seasonal-faq .faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.seasonal-faq .faq-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.seasonal-faq .faq-item h4 i {
    color: #f17833;
    margin-right: 8px;
}

.seasonal-faq .faq-item p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ----- Seasonal CTA ----- */
.seasonal-cta {
    padding: 80px 0;
    text-align: center;
    border-top: 4px solid #f17833;
}

.cta-emoji {
    font-size: 3rem;
    display: block;
    margin-bottom: 8px;
}

.seasonal-cta h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.seasonal-cta p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto 28px;
}

.seasonal-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.seasonal-cta-buttons .btn3 {
    background: transparent !important;
    color: #0f172a !important;
    border: 1px solid #e9edf2 !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
    font-weight: 600 !important;
}

.seasonal-cta-buttons .btn3:hover {
    background: #f8fafc !important;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */

@media (max-width: 991.98px) {
    .seasonal-hero h1 {
        font-size: 2.4rem;
    }
    .seasonal-hero-stats {
        margin-top: 20px;
    }
    .seasonal-stat-number {
        font-size: 1.5rem;
    }
    .danger-image img {
        height: 280px;
    }
}

@media (max-width: 767.98px) {
    .seasonal-hero {
        text-align: center;
    }
    .seasonal-hero h1 {
        font-size: 2rem;
    }
    .seasonal-subtitle {
        margin: 0 auto 20px;
    }
    .seasonal-quick-actions {
        justify-content: center;
    }
    .seasonal-quick-actions .btn {
        width: 100%;
        justify-content: center;
    }
    .seasonal-hero-stats {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 16px;
    }
    .seasonal-stat-number {
        font-size: 1.3rem;
    }
    .seasonal-stat-label {
        font-size: 0.65rem;
    }
    .seasonal-tips {
        padding: 60px 0;
    }
    .tip-card {
        padding: 20px 14px;
    }
    .tip-icon {
        font-size: 2rem;
    }
    .seasonal-danger {
        padding: 60px 0;
        text-align: center;
    }
    .danger-list {
        text-align: left;
    }
    .danger-action .btn1 {
        width: 100%;
        justify-content: center;
    }
    .danger-image img {
        height: 220px;
        margin-top: 20px;
    }
    .danger-overlay {
        font-size: 0.8rem;
        padding: 10px 18px;
    }
    .seasonal-kit {
        padding: 60px 0;
    }
    .kit-image {
        height: 140px;
    }
    .seasonal-success {
        padding: 60px 0;
    }
    .seasonal-faq {
        padding: 60px 0;
    }
    .seasonal-faq .faq-item {
        padding: 20px 16px;
    }
    .seasonal-cta {
        padding: 60px 0;
    }
    .seasonal-cta h2 {
        font-size: 1.8rem;
    }
    .seasonal-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .seasonal-hero h1 {
        font-size: 1.6rem;
    }
    .seasonal-hero-stats {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
        padding: 12px;
    }
    .seasonal-stat-number {
        font-size: 1.1rem;
    }
    .seasonal-stat-label {
        font-size: 0.55rem;
    }
    .tip-card h4 {
        font-size: 0.9rem;
    }
    .tip-card p {
        font-size: 0.75rem;
    }
    .seasonal-cta h2 {
        font-size: 1.4rem;
    }
}