/* Safari Booking Hub — match Wild Trails reference (GTI branding) */
.sb-hub-page {
    background: #f3f5f3;
    color: #1a2e22;
}

:root {
    --sh-green: #0a2f22;
    --sh-green-2: #134032;
    --sh-accent: #c89b4b;
    --sh-accent-deep: #b8893a;
    --sh-muted: #6b7c72;
    --sh-line: #dfe6e1;
    --sh-card: #ffffff;
}

/* ---------- HERO ---------- */
.sh-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.sh-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/hero_safari_bg.png') center 35%/cover no-repeat;
}
.sh-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(8, 36, 26, .94) 0%, rgba(8, 36, 26, .78) 38%, rgba(8, 36, 26, .42) 68%, rgba(8, 36, 26, .28) 100%);
}
.sh-hero-grid {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 36px;
    align-items: center;
    padding-top: calc(var(--header-height, 80px) + 36px);
    padding-bottom: 48px;
}
.sh-hero-copy h1 {
    font-family: inherit;
    font-size: clamp(1.85rem, 3.6vw, 2.85rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 14px;
    max-width: 15ch;
    letter-spacing: -.01em;
}
.sh-hero-copy h1 em {
    display: block;
    margin-top: 2px;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.18em;
    color: var(--sh-accent);
    letter-spacing: 0;
    line-height: 1.1;
}
.sh-hero-sub {
    margin: 0 0 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .72rem;
    color: rgba(255, 255, 255, .9);
}
.sh-hero-points {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
.sh-hero-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9rem;
    font-weight: 600;
}
.sh-hero-points i {
    color: var(--sh-accent);
    font-size: .78rem;
}
.sh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ---------- BUTTONS ---------- */
.sh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 6px;
    font-weight: 800;
    font-size: .8rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 13px 22px;
    transition: transform .15s ease, filter .15s ease, background .15s ease, box-shadow .15s ease;
}
.sh-btn:hover { transform: translateY(-1px); }
.sh-btn-accent {
    background: var(--sh-accent);
    color: #14251c;
    box-shadow: 0 8px 18px rgba(200, 155, 75, .28);
}
.sh-btn-accent:hover { filter: brightness(1.06); color: #14251c; }
.sh-btn-primary {
    background: var(--sh-green);
    color: #fff;
}
.sh-btn-primary:hover { background: var(--sh-green-2); color: #fff; }
.sh-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .8);
}
.sh-btn-ghost:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.sh-btn-block { width: 100%; padding: 14px 18px; }
.sh-btn-sm { padding: 8px 14px; font-size: .7rem; border-radius: 5px; }

/* ---------- AVAILABILITY CARD ---------- */
.sh-avail-card {
    background: #fff;
    color: #1a2e22;
    border-radius: 12px;
    padding: 22px 20px 18px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .28);
}
.sh-avail-card h2 {
    margin: 0 0 16px;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--sh-green);
}
.sh-avail-form { display: grid; gap: 12px; }
.sh-field label {
    display: block;
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--sh-muted);
    margin-bottom: 6px;
}
.sh-input-wrap {
    position: relative;
}
.sh-input-wrap select,
.sh-input-wrap input {
    width: 100%;
    border: 1px solid #d7ddd9;
    border-radius: 7px;
    padding: 12px 38px 12px 12px;
    font: inherit;
    font-size: .9rem;
    background: #fff;
    color: #1a2e22;
    appearance: none;
    -webkit-appearance: none;
}
.sh-input-wrap i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a968e;
    font-size: .78rem;
    pointer-events: none;
}
.sh-input-wrap select:focus,
.sh-input-wrap input:focus {
    outline: none;
    border-color: var(--sh-green);
    box-shadow: 0 0 0 3px rgba(10, 47, 34, .1);
}
.sh-avail-note {
    margin: 2px 0 0;
    text-align: center;
    font-size: .72rem;
    color: var(--sh-muted);
    font-weight: 600;
}

/* ---------- TRUST ---------- */
.sh-trust {
    background: #fff;
    border-bottom: 1px solid var(--sh-line);
    box-shadow: 0 6px 18px rgba(10, 47, 34, .04);
}
.sh-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 26px 0;
}
.sh-trust-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.sh-trust-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--sh-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
}
.sh-trust-item strong {
    display: block;
    font-size: .9rem;
    color: var(--sh-green);
    margin-bottom: 2px;
}
.sh-trust-item span {
    font-size: .78rem;
    color: var(--sh-muted);
    line-height: 1.4;
}

/* ---------- SECTIONS / DIVIDERS ---------- */
.sh-section { padding: 56px 0 48px; position: relative; }
.sh-section-alt { background: #fff; }
.sh-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 auto 10px;
    max-width: 220px;
    color: var(--sh-accent);
}
.sh-divider::before,
.sh-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4c09a, transparent);
}
.sh-divider i { font-size: .85rem; }
.sh-section-head {
    text-align: center;
    margin-bottom: 30px;
}
.sh-section-head > i {
    color: var(--sh-accent);
    font-size: .95rem;
    margin-bottom: 8px;
    display: inline-block;
}
.sh-section-head h2 {
    margin: 0 0 8px;
    font-family: inherit;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 800;
    color: var(--sh-green);
    text-transform: uppercase;
    letter-spacing: .08em;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.sh-section-head h2::before,
.sh-section-head h2::after {
    content: '';
    width: 48px;
    height: 1px;
    background: #c9b48a;
}
.sh-section-head p {
    margin: 0;
    color: var(--sh-muted);
    font-size: .9rem;
}
.sh-section-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    gap: 12px;
}
.sh-section-head-row h2::before,
.sh-section-head-row h2::after { display: none; }
.sh-section-head-row > div i {
    display: block;
    color: var(--sh-accent);
    margin-bottom: 6px;
}

/* ---------- PARK CARDS ---------- */
.sh-park-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.sh-park-card {
    background: #fff;
    border: 1px solid var(--sh-line);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(10, 47, 34, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}
.sh-park-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(10, 47, 34, .1);
}
.sh-park-media {
    height: 128px;
    overflow: hidden;
}
.sh-park-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.sh-park-card:hover .sh-park-media img { transform: scale(1.06); }
.sh-park-body {
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.sh-park-body h3 {
    margin: 0;
    font-size: .82rem;
    font-weight: 800;
    color: var(--sh-green);
    line-height: 1.3;
}
.sh-park-loc {
    margin: 0;
    font-size: .72rem;
    color: var(--sh-muted);
    font-weight: 600;
}
.sh-park-loc i { color: var(--sh-accent); margin-right: 2px; }
.sh-park-body ul {
    margin: 2px 0 0;
    padding-left: 14px;
    color: #4a5a52;
    font-size: .72rem;
    line-height: 1.45;
}
.sh-park-foot {
    margin-top: auto;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border-top: 1px dashed var(--sh-line);
}
.sh-park-foot span {
    font-size: .68rem;
    color: var(--sh-muted);
    text-align: left;
    line-height: 1.3;
}
.sh-park-foot strong {
    color: var(--sh-green);
    font-size: .82rem;
}
.sh-park-foot .sh-btn {
    width: auto;
    flex-shrink: 0;
    padding: 7px 10px;
    font-size: .65rem;
}

/* ---------- PROCESS (connected stepper) ---------- */
.sh-process {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}
.sh-process::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--sh-accent) 0 10px, transparent 10px 18px);
    opacity: .45;
    z-index: 0;
    pointer-events: none;
}
.sh-step {
    flex: 1;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 6px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sh-step-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--sh-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 12px;
    box-shadow: 0 8px 18px rgba(10, 47, 34, .18);
    position: relative;
    z-index: 1;
}
.sh-step-num {
    position: absolute;
    top: -4px;
    right: calc(50% - 40px);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--sh-accent);
    color: #1a2e22;
    font-size: .68rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.sh-step strong {
    display: block;
    font-size: .82rem;
    color: var(--sh-green);
    margin-bottom: 4px;
}
.sh-step p {
    margin: 0;
    font-size: .72rem;
    color: var(--sh-muted);
    line-height: 1.35;
    max-width: 110px;
}
.sh-step-arrow {
    flex: 0 0 28px;
    align-self: flex-start;
    margin-top: 22px;
    color: var(--sh-accent);
    font-size: .95rem;
    opacity: .85;
}

/* ---------- COMPARE TABLE ---------- */
.sh-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--sh-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(10, 47, 34, .04);
}
.sh-compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 820px;
}
.sh-compare th {
    background: var(--sh-green);
    color: #fff;
    text-align: left;
    padding: 13px 14px;
    font-size: .72rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
}
.sh-compare td {
    padding: 12px 14px;
    font-size: .84rem;
    border-bottom: 1px solid #eef2ef;
    color: #334155;
    vertical-align: middle;
}
.sh-compare tr:nth-child(even) td { background: #f7f9f7; }
.sh-compare tr:hover td { background: #eef5f0; }
.sh-park-cell {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sh-green);
    font-weight: 700;
    text-decoration: none;
}
.sh-park-cell img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e4ebe6;
}
.sh-park-cell:hover { color: var(--sh-accent-deep); }
.sh-animal-cell {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sh-animal-cell i {
    color: var(--sh-accent);
    font-size: .9rem;
}

/* ---------- ZONES ---------- */
.sh-zones-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.sh-zone-col {
    background: #fff;
    border: 1px solid var(--sh-line);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
}
.sh-zone-col h3 {
    margin: 0;
    background: var(--sh-green);
    color: #fff;
    font-size: .74rem;
    font-weight: 800;
    text-align: center;
    padding: 9px 8px;
    border-radius: 6px;
    letter-spacing: .02em;
}
.sh-zone-col ul {
    margin: 0;
    padding-left: 16px;
    font-size: .76rem;
    color: #475569 !important;
    line-height: 1.55;
    flex: 1;
}
.sh-zone-col ul li {
    color: #475569;
}
.sh-zone-col img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
}

/* ---------- INFO / GALLERY / REVIEWS ---------- */
.sh-info-grid {
    display: grid;
    grid-template-columns: .9fr 1.3fr .9fr;
    gap: 16px;
}
.sh-info-card {
    background: #fff;
    border: 1px solid var(--sh-line);
    border-radius: 12px;
    padding: 18px 16px;
}
.sh-info-card h3 {
    margin: 0 0 14px;
    font-size: 1rem;
    color: var(--sh-green);
    font-weight: 800;
}
.sh-timings {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}
.sh-timings li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.sh-timings i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3efe5;
    color: var(--sh-accent-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sh-timings strong {
    display: block;
    font-size: .84rem;
    color: var(--sh-green);
}
.sh-timings span {
    font-size: .76rem;
    color: var(--sh-muted);
}
.sh-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.sh-gallery img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.sh-review {
    border: 1px solid var(--sh-line);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
    background: #fbfcfb;
}
.sh-stars {
    color: #eab308;
    font-size: .72rem;
    margin-bottom: 6px;
}
.sh-review p {
    margin: 0 0 8px;
    font-size: .8rem;
    line-height: 1.45;
    color: #475569;
}
.sh-review strong {
    font-size: .76rem;
    color: var(--sh-green);
}
.sh-link-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sh-green);
    font-weight: 700;
    font-size: .82rem;
    text-decoration: none;
    margin-top: 4px;
}
.sh-link-more:hover { color: var(--sh-accent-deep); }

/* ---------- BLOG ---------- */
.sh-blog-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.sh-blog-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--sh-line);
    border-radius: 10px;
    padding: 8px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .15s ease, transform .15s ease;
}
.sh-blog-item:hover {
    box-shadow: 0 10px 22px rgba(10, 47, 34, .08);
    transform: translateY(-2px);
}
.sh-blog-item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
}
.sh-blog-item strong {
    display: block;
    font-size: .8rem;
    color: var(--sh-green);
    line-height: 1.35;
    margin-bottom: 4px;
}
.sh-blog-item span {
    font-size: .7rem;
    color: var(--sh-muted);
}

/* ---------- NEWSLETTER ---------- */
.sh-newsletter {
    padding: 10px 0 56px;
}
.sh-newsletter-box {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: center;
    min-height: 180px;
    margin-top: 28px;
    background:
        linear-gradient(100deg, #0a2f22 0%, #134032 55%, #1a4635 100%);
    border-radius: 14px;
    overflow: visible;
    color: #fff;
    box-shadow: 0 16px 36px rgba(10, 47, 34, .22);
}
.sh-newsletter-copy {
    padding: 32px 36px;
    position: relative;
    z-index: 2;
}
.sh-newsletter-copy h2 {
    margin: 0 0 6px;
    font-family: inherit;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.sh-newsletter-copy p {
    margin: 0 0 14px;
    max-width: 420px;
    color: rgba(255, 255, 255, .88);
    font-size: .9rem;
}
.sh-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 460px;
}
.sh-newsletter-form input {
    flex: 1 1 220px;
    border: none;
    border-radius: 7px;
    padding: 12px 14px;
    font: inherit;
    background: #fff !important;
    color: #1a2e22 !important;
}
.sh-newsletter-form input::placeholder {
    color: #8a968e;
}
.sh-newsletter-media {
    position: absolute;
    right: 28px;
    bottom: -14px;
    width: 220px;
    height: 236px;
    z-index: 3;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
    border: 3px solid rgba(255, 255, 255, .12);
}
.sh-newsletter-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(1.05);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
    .sh-park-grid { grid-template-columns: repeat(3, 1fr); }
    .sh-zones-grid { grid-template-columns: repeat(3, 1fr); }
    .sh-blog-list { grid-template-columns: repeat(3, 1fr); }
    .sh-newsletter-media { width: 190px; height: 180px; right: 12px; }
    .sh-info-grid { grid-template-columns: 1fr; }
    .sh-process {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px 8px;
    }
    .sh-process::before { display: none; }
    .sh-step-arrow { display: none; }
    .sh-step-num { right: calc(50% - 36px); }
}
@media (max-width: 900px) {
    .sh-hero { min-height: 0; }
    .sh-hero-grid { grid-template-columns: 1fr; gap: 22px; }
    .sh-hero-copy h1 { max-width: none; }
    .sh-hero-copy h1 em { display: inline; }
    .sh-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .sh-newsletter-box { grid-template-columns: 1fr; }
    .sh-newsletter-media {
        position: relative;
        right: auto;
        width: 100%;
        height: 160px;
        border-radius: 0 0 14px 14px;
        margin-top: 0;
    }
}
@media (max-width: 640px) {
    .sh-park-grid,
    .sh-zones-grid,
    .sh-trust-grid,
    .sh-blog-list,
    .sh-process { grid-template-columns: 1fr; }
    .sh-section-head h2::before,
    .sh-section-head h2::after { width: 24px; }
    .sh-section-head-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .sh-gallery { grid-template-columns: repeat(2, 1fr); }
    .sh-gallery img { height: 90px; }
}
