/* Blog — Travel Stories (header/CTA aligned with Cars & Cab Hire section) */
.blog-section {
    position: relative;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, #eef7f2 0%, #fff 42%, #f7f5ef 100%);
    overflow: hidden;
}

.blog-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(circle at 90% 15%, rgba(26, 92, 62, 0.1) 0%, transparent 34%),
        radial-gradient(circle at 8% 85%, rgba(26, 61, 50, 0.07) 0%, transparent 32%);
}

.blog-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

/* Featured card — tour-style image box on the left */
.blog-feature-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    background: #fff;
    border-radius: 14px;
    overflow: visible;
    box-shadow: 0 8px 28px rgba(26, 61, 50, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.blog-feature-card .blog-feature-media.tour-pkg-media {
    border-radius: 14px 0 0 14px;
    min-height: 100%;
    height: 100%;
}

.blog-feature-media-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.blog-feature-card .tour-pkg-photo {
    height: 100%;
    min-height: 340px;
    aspect-ratio: auto;
    border-radius: 14px 0 0 14px;
}

.blog-feature-card .tour-pkg-badge-icon svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
}

/* Wave/badge only when featured stacks like a tour card */
.blog-feature-wave,
.blog-feature-badge {
    display: none;
}

.blog-feature-body {
    padding: clamp(1.4rem, 3vw, 2.1rem);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    justify-content: center;
    border-radius: 0 14px 14px 0;
}

.blog-chip {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #e8f5ee;
    color: #1a5c3e;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-feature-body h3 {
    font-family: "Cinzel", serif;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.blog-feature-body h3 a {
    color: #1a3d32;
    text-decoration: none;
    border-bottom: none;
}

.blog-feature-body h3 a:hover,
.blog-feature-body h3 a:focus {
    color: #1a3d32;
    text-decoration: none;
    border-bottom: none;
}

.blog-feature-body > p {
    margin: 0;
    color: #666;
    line-height: 1.65;
    font-size: 0.92rem;
}

.blog-feature-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(26, 61, 50, 0.08);
    border-bottom: 1px solid rgba(26, 61, 50, 0.08);
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.blog-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a3d32;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    font-weight: 700;
}

.blog-author strong {
    display: block;
    font-size: 0.82rem;
    color: #1a3d32;
}

.blog-author em {
    display: block;
    font-style: normal;
    font-size: 0.7rem;
    color: #889288;
}

.blog-meta-bits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.blog-meta-bits span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    color: #6b756f;
}

.blog-meta-bits svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.blog-feature-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    align-self: flex-start;
    min-height: 46px;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1a5c3e, #1a3d32);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.blog-feature-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
}

.blog-feature-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(26, 61, 50, 0.25);
}

/* Popular divider */
.blog-popular-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: 1.35rem;
}

.blog-popular-head > span {
    flex: 1;
    height: 1px;
    background: rgba(26, 61, 50, 0.12);
    max-width: 180px;
}

.blog-popular-head p {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1a3d32;
    white-space: nowrap;
}

.blog-popular-head svg {
    width: 16px;
    height: 16px;
    fill: #e07a2f;
    stroke: none;
}

/* Popular cards — same tour package card format */
.blog-popular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.25rem);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    align-items: stretch;
}

.blog-popular-grid .tour-card.tour-package-card.blog-tour-card {
    flex: none;
    width: 100%;
    max-width: none;
}

.blog-tour-media-link {
    display: block;
    text-decoration: none;
    border: none;
    outline: none;
}

.blog-tour-card .tour-pkg-photo {
    transition: none;
}

.blog-tour-card .tour-pkg-title a,
.blog-tour-card .tour-pkg-title a:hover,
.blog-tour-card .tour-pkg-title a:focus,
.blog-tour-card .tour-pkg-btn-left,
.blog-tour-card .tour-pkg-btn-left:hover,
.blog-tour-card .tour-pkg-cta,
.blog-tour-card .tour-pkg-cta:hover,
.blog-feature-body h3 a,
.blog-feature-body h3 a:hover,
.blog-feature-body h3 a:focus,
.blog-feature-media-link,
.blog-feature-media-link:hover,
.blog-feature-btn,
.blog-feature-btn:hover {
    text-decoration: none !important;
    border-bottom: none;
    box-shadow: none;
}

.blog-tour-card .tour-pkg-title a {
    color: inherit;
}

.blog-tour-card .tour-pkg-badge-icon svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
}

.blog-popular-grid .tour-card.tour-package-card.blog-tour-card .tour-pkg-stat-value {
    font-size: clamp(0.58rem, 1.05vw, 0.7rem);
    line-height: 1.25;
    white-space: normal;
    word-break: break-word;
}

/* Compact help bar — same as Wildlife / Hotels */
.blog-help-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 2vw, 1.1rem);
    width: 100%;
    max-width: min(680px, 88%);
    margin: 0 auto;
    padding: clamp(0.75rem, 1.8vw, 1rem) clamp(1rem, 2vw, 1.25rem);
    background: #f3faf7;
    border: 1px solid rgba(26, 92, 62, 0.16);
    border-radius: 999px;
    box-shadow: 0 6px 24px rgba(26, 61, 50, 0.06);
}

.blog-help-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    color: #1a5c3e;
}

.blog-help-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.blog-help-text {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: clamp(0.72rem, 1.2vw, 0.84rem);
    color: #5c5348;
    line-height: 1.45;
    text-align: center;
}

.blog-help-text strong {
    display: block;
    font-family: "Cinzel", serif;
    font-size: 0.9em;
    font-weight: 700;
    color: #1a3d32;
    margin-bottom: 0.1rem;
}

.blog-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    padding: 0.6rem 0.75rem 0.6rem 1.15rem;
    background: linear-gradient(135deg, #1a5c3e, #1a3d32);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-family: inherit;
    font-size: clamp(0.65rem, 1.1vw, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.blog-help-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 61, 50, 0.28);
}

.blog-help-btn-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #1a5c3e;
    display: grid;
    place-items: center;
}

.blog-help-btn-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
}

@media (max-width: 960px) {
    .blog-feature-card {
        grid-template-columns: 1fr;
    }

    .blog-feature-card .blog-feature-media.tour-pkg-media,
    .blog-feature-card .tour-pkg-photo {
        border-radius: 14px 14px 0 0;
        min-height: 0;
        aspect-ratio: 4 / 3;
        height: auto;
    }

    .blog-feature-wave {
        display: block;
    }

    .blog-feature-badge {
        display: grid;
    }

    .blog-feature-body {
        border-radius: 0 0 14px 14px;
        padding-top: 1.75rem;
    }

    .blog-popular-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .blog-popular-grid {
        grid-template-columns: 1fr;
    }

    .blog-feature-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-help-bar {
        flex-wrap: wrap;
        border-radius: 18px;
        max-width: 100%;
    }

    .blog-help-text {
        flex: 1 1 100%;
        order: 3;
    }
}
