/* ==========================================================================
   Front Page Styles - Joe Photography & Safaris
   ========================================================================== */

/* ---------- Hero ---------- */
.jps-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    background: radial-gradient(circle at 20% 20%, rgba(212, 168, 67, 0.18), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(232, 101, 26, 0.25), transparent 45%),
        linear-gradient(135deg, #111225 0%, #1f213b 45%, #24274a 100%);
    overflow: hidden;
}

.jps-hero::before,
.jps-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    opacity: 0.35;
    pointer-events: none;
}

.jps-hero::before {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -140px;
    background: radial-gradient(circle, rgba(232, 101, 26, 0.35), transparent 70%);
}

.jps-hero::after {
    width: 520px;
    height: 520px;
    bottom: -220px;
    right: -120px;
    background: radial-gradient(circle, rgba(212, 168, 67, 0.3), transparent 70%);
}

.jps-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 16, 33, 0.85) 0%, rgba(15, 16, 33, 0.6) 40%, rgba(15, 16, 33, 0.3) 100%);
    z-index: 1;
}

.jps-hero .jps-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.jps-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 60px;
    align-items: center;
    padding: 120px 0 100px;
}

.jps-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--jps-radius-full);
    background: rgba(212, 168, 67, 0.18);
    color: #f4d88a;
    font-family: var(--jps-font-heading);
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.jps-hero__heading {
    color: var(--jps-white);
    font-size: clamp(2.7rem, 6vw, 4.4rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 22px;
}

.jps-hero__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
}

.jps-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.jps-hero__search {
    display: grid;
    gap: 16px;
    margin-bottom: 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px;
    border-radius: var(--jps-radius-lg);
    backdrop-filter: blur(12px);
}

.jps-hero__search-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.jps-hero__search-field span {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.jps-hero__search .jps-form-control {
    background: rgba(17, 18, 37, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--jps-white);
}

.jps-hero__search .jps-form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.jps-hero__search-examples {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-bottom: 26px;
}

.jps-hero__search-examples ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jps-hero__search-examples li {
    padding: 4px 10px;
    border-radius: var(--jps-radius-full);
    background: rgba(212, 168, 67, 0.18);
    color: #f4d88a;
    font-size: 0.75rem;
}

.jps-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 18px 20px;
    border-radius: var(--jps-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.jps-hero__trust-number {
    display: block;
    font-family: var(--jps-font-heading);
    font-size: 1.4rem;
    color: var(--jps-white);
}

.jps-hero__trust-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.jps-hero__media {
    position: relative;
    display: grid;
    gap: 22px;
}

.jps-hero__image {
    position: relative;
    min-height: 420px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(232, 101, 26, 0.1));
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.jps-hero__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 9, 22, 0.2) 0%, rgba(9, 9, 22, 0.75) 100%);
}

.jps-hero__image-tag {
    position: absolute;
    bottom: 18px;
    left: 18px;
    padding: 8px 14px;
    border-radius: var(--jps-radius-full);
    background: rgba(17, 18, 37, 0.75);
    color: var(--jps-white);
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.jps-hero__card {
    position: relative;
    background: var(--jps-white);
    border-radius: var(--jps-radius-lg);
    padding: 22px 24px;
    box-shadow: var(--jps-shadow-lg);
    border: 1px solid var(--jps-gray-100);
}

.jps-hero__card h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.jps-hero__list {
    display: grid;
    gap: 10px;
    color: var(--jps-gray-600);
    font-size: 0.92rem;
}

.jps-hero__list li {
    padding-left: 18px;
    position: relative;
}

.jps-hero__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--jps-orange);
}

.jps-hero__scroll {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jps-hero__scroll-line {
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.jps-hero__scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--jps-orange);
    animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
    0% { top: -100%; }
    100% { top: 100%; }
}

@media (max-width: 1024px) {
    .jps-hero__grid {
        grid-template-columns: 1fr;
        padding: 110px 0 80px;
    }

    .jps-hero__media {
        max-width: 640px;
    }

    .jps-hero__search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .jps-hero__trust {
        grid-template-columns: 1fr;
    }

    .jps-hero__image {
        min-height: 320px;
    }

    .jps-hero__search-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------- Features Strip ---------- */
.jps-features-strip {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

.jps-features-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--jps-white);
    border-radius: var(--jps-radius-xl);
    box-shadow: 0 20px 50px rgba(17, 18, 37, 0.12);
    overflow: hidden;
    border: 1px solid rgba(232, 101, 26, 0.08);
}

.jps-features-strip__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 24px;
    border-right: 1px solid var(--jps-gray-100);
    transition: background-color var(--jps-transition);
}

.jps-features-strip__item:last-child {
    border-right: none;
}

.jps-features-strip__item:hover {
    background-color: var(--jps-off-white);
}

.jps-features-strip__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 101, 26, 0.1);
    border-radius: 16px;
    color: var(--jps-orange);
}

.jps-features-strip__icon svg {
    width: 24px;
    height: 24px;
}

.jps-features-strip__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--jps-dark);
    margin-bottom: 4px;
}

.jps-features-strip__text {
    font-size: 0.8rem;
    color: var(--jps-gray-500);
    margin: 0;
}

@media (max-width: 1024px) {
    .jps-features-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .jps-features-strip__item:nth-child(2) {
        border-right: none;
    }
    .jps-features-strip__item:nth-child(1),
    .jps-features-strip__item:nth-child(2) {
        border-bottom: 1px solid var(--jps-gray-100);
    }
}

@media (max-width: 640px) {
    .jps-features-strip__grid {
        grid-template-columns: 1fr;
    }
    .jps-features-strip__item {
        border-right: none;
        border-bottom: 1px solid var(--jps-gray-100);
    }
    .jps-features-strip__item:last-child {
        border-bottom: none;
    }
}

/* ---------- Page Intro Content ---------- */
.jps-page-intro {
    background: var(--jps-off-white);
    padding-top: 60px;
}

.jps-page-intro__content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: var(--jps-gray-600);
    font-size: 1.05rem;
    line-height: 1.8;
}

.jps-page-intro__content h2,
.jps-page-intro__content h3 {
    margin-bottom: 16px;
}

.jps-page-intro__content p:last-child {
    margin-bottom: 0;
}

.jps-destinations-grid {
    margin-top: 40px;
}

.jps-destination-card__image {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    background: linear-gradient(135deg, rgba(17, 18, 37, 0.2), rgba(232, 101, 26, 0.3));
}

.jps-destination-card__tag {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: var(--jps-radius-full);
    background: rgba(17, 18, 37, 0.7);
    color: var(--jps-white);
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.jps-destination-card__image--kenya {
    background: linear-gradient(135deg, rgba(212, 168, 67, 0.35), rgba(232, 101, 26, 0.25));
}

.jps-destination-card__image--tanzania {
    background: linear-gradient(135deg, rgba(232, 101, 26, 0.35), rgba(17, 18, 37, 0.2));
}

.jps-destination-card__image--south-africa {
    background: linear-gradient(135deg, rgba(17, 18, 37, 0.35), rgba(212, 168, 67, 0.25));
}

.jps-destination-card__image--uganda {
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.35), rgba(17, 18, 37, 0.2));
}

.jps-destination-card__image--namibia {
    background: linear-gradient(135deg, rgba(232, 101, 26, 0.35), rgba(212, 168, 67, 0.2));
}

.jps-destination-card__image--highlights {
    background: linear-gradient(135deg, rgba(17, 18, 37, 0.35), rgba(232, 101, 26, 0.2));
}

.jps-destinations-attractions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: center;
    color: var(--jps-gray-500);
    font-size: 0.95rem;
}

.jps-destinations-attractions ul {
    display: flex;
    gap: 8px;
}

.jps-destinations-attractions li {
    padding: 6px 12px;
    border-radius: var(--jps-radius-full);
    background: var(--jps-white);
    border: 1px solid var(--jps-gray-100);
    font-size: 0.85rem;
}

/* ---------- Services Grid ---------- */
.jps-services {
    background: var(--jps-off-white);
    padding-top: 110px;
}

.jps-services__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
    gap: 50px;
    align-items: start;
}

.jps-services__intro .jps-section-header {
    text-align: left;
    margin-bottom: 24px;
}

.jps-services__intro .jps-section-header p {
    margin: 0;
}

.jps-services__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jps-services__grid.jps-grid--4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.jps-service-card {
    position: relative;
    background: var(--jps-white);
    border-radius: var(--jps-radius-lg);
    padding: 26px 24px;
    text-align: left;
    box-shadow: var(--jps-shadow-sm);
    transition: all var(--jps-transition);
    border: 1px solid rgba(17, 18, 37, 0.08);
}

.jps-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(232, 101, 26, 0.35), rgba(212, 168, 67, 0.2)) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity var(--jps-transition);
    pointer-events: none;
}

.jps-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--jps-shadow-lg);
}

.jps-service-card:hover::before {
    opacity: 1;
}

.jps-service-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 101, 26, 0.12);
    border-radius: 18px;
    color: var(--jps-orange);
    transition: all var(--jps-transition);
}

.jps-service-card:hover .jps-service-card__icon {
    background: var(--jps-orange);
    color: var(--jps-white);
}

.jps-service-card__icon svg {
    width: 26px;
    height: 26px;
}

.jps-service-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--jps-dark);
    margin-bottom: 12px;
}

.jps-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--jps-font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--jps-orange);
    transition: gap var(--jps-transition);
}

.jps-service-card__link:hover {
    gap: 10px;
}

@media (max-width: 1200px) {
    .jps-services__layout {
        grid-template-columns: 1fr;
    }

    .jps-services__grid.jps-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jps-services__grid.jps-grid--4 {
        grid-template-columns: 1fr;
    }
}

/* ---------- Popular Trips / Slider ---------- */
.jps-popular-trips {
    background: linear-gradient(180deg, #f8f4ee 0%, #ffffff 100%);
    overflow: hidden;
}

.jps-trips-slider {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.jps-trips-slider__track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 26px;
}

.jps-trips-slider__slide {
    flex: 0 0 calc(33.333% - 18px);
    min-width: 0;
}

.jps-trip-card .jps-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.jps-trip-card__price {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--jps-orange);
    color: var(--jps-white);
    padding: 6px 14px;
    border-radius: var(--jps-radius-full);
    font-family: var(--jps-font-heading);
    font-size: 0.9rem;
    font-weight: 700;
}

.jps-trip-card__duration,
.jps-trip-card__location {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.jps-trips-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--jps-white);
    border: 1px solid var(--jps-gray-200);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--jps-transition);
    color: var(--jps-dark);
}

.jps-trips-slider__arrow:hover {
    background: var(--jps-orange);
    color: var(--jps-white);
    border-color: var(--jps-orange);
}

.jps-trips-slider__arrow--prev {
    left: 0;
}

.jps-trips-slider__arrow--next {
    right: 0;
}

.jps-popular-trips__more {
    text-align: center;
    margin-top: 40px;
}

.jps-popular-trips__fallback {
    text-align: center;
    padding: 60px 20px;
    background: var(--jps-white);
    border-radius: var(--jps-radius-lg);
    color: var(--jps-gray-500);
}

.jps-featured-tours {
    align-items: stretch;
}

.jps-card--link {
    cursor: pointer;
}

.jps-card--link:focus {
    outline: 2px solid rgba(232, 101, 26, 0.5);
    outline-offset: 4px;
}

.jps-featured-tour-card__image {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    background: linear-gradient(135deg, rgba(17, 18, 37, 0.2), rgba(232, 101, 26, 0.3));
    background-size: cover;
    background-position: center;
}

.jps-featured-tour-card__image--mara {
    background: linear-gradient(135deg, rgba(212, 168, 67, 0.4), rgba(232, 101, 26, 0.3));
}

.jps-featured-tour-card__image--serengeti {
    background: linear-gradient(135deg, rgba(232, 101, 26, 0.35), rgba(17, 18, 37, 0.2));
}

.jps-featured-tour-card__image--gorilla {
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.4), rgba(17, 18, 37, 0.2));
}

.jps-featured-tour-card__image--kilimanjaro {
    background: linear-gradient(135deg, rgba(17, 18, 37, 0.35), rgba(212, 168, 67, 0.25));
}

.jps-featured-tour-card__price {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: var(--jps-radius-full);
    background: rgba(17, 18, 37, 0.75);
    color: var(--jps-white);
    font-size: 0.8rem;
}

.jps-featured-tour-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--jps-gray-500);
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.jps-featured-tour-card__operator {
    font-size: 0.9rem;
    color: var(--jps-gray-600);
    margin-bottom: 14px;
}

.jps-featured-tour-card__operator span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--jps-gray-400);
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    .jps-trips-slider__slide {
        flex: 0 0 calc(50% - 13px);
    }
}

@media (max-width: 768px) {
    .jps-trips-slider {
        padding: 0 10px;
    }
    .jps-trips-slider__slide {
        flex: 0 0 100%;
    }
    .jps-trips-slider__arrow {
        display: none;
    }
}

/* ---------- CTA Section ---------- */
.jps-cta-section {
    background: linear-gradient(135deg, #111225 0%, #1c1f3c 55%, #262a4f 100%);
    position: relative;
    overflow: hidden;
}

.jps-cta-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(232, 101, 26, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.jps-cta-section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.jps-cta-section__content {
    flex: 1;
}

.jps-cta-section__content h2 {
    margin-bottom: 15px;
}

.jps-cta-section__content p {
    color: var(--jps-gray-300);
    font-size: 1.05rem;
    margin-bottom: 30px;
    max-width: 550px;
}

.jps-cta-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.jps-cta-section__whatsapp {
    flex-shrink: 0;
}

.jps-cta-section__wa-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 30px 40px;
    background: rgba(37, 211, 102, 0.12);
    border: 2px solid rgba(37, 211, 102, 0.3);
    border-radius: var(--jps-radius-lg);
    color: #25D366;
    font-family: var(--jps-font-heading);
    font-weight: 600;
    transition: all var(--jps-transition);
}

.jps-cta-section__wa-btn:hover {
    background: rgba(37, 211, 102, 0.2);
    border-color: #25D366;
    color: #25D366;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .jps-cta-section__inner {
        flex-direction: column;
        text-align: center;
    }
    .jps-cta-section__content p {
        max-width: 100%;
    }
    .jps-cta-section__actions {
        justify-content: center;
    }
}

/* ---------- Client Logos Marquee ---------- */
.jps-client-logos {
    padding: 70px 0;
    background: var(--jps-white);
    overflow: hidden;
    border-top: 1px solid var(--jps-gray-100);
    border-bottom: 1px solid var(--jps-gray-100);
}

.jps-client-logos .jps-section-header {
    margin-bottom: 30px;
}

.jps-marquee {
    overflow: hidden;
    width: 100%;
}

.jps-marquee__track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: marqueeScroll 30s linear infinite;
    width: max-content;
}

.jps-marquee:hover .jps-marquee__track {
    animation-play-state: paused;
}

.jps-marquee__item {
    flex-shrink: 0;
    opacity: 0.6;
    transition: opacity var(--jps-transition);
    filter: grayscale(100%);
}

.jps-marquee__item:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.jps-marquee__item img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* ---------- Operators ---------- */
.jps-operators {
    background: var(--jps-white);
    border-top: 1px solid var(--jps-gray-100);
    border-bottom: 1px solid var(--jps-gray-100);
}

.jps-operator-card {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border-radius: var(--jps-radius-lg);
    background: var(--jps-off-white);
    border: 1px solid var(--jps-gray-100);
}

.jps-operator-card__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--jps-font-heading);
    font-weight: 700;
    color: var(--jps-white);
    background: linear-gradient(135deg, var(--jps-orange), var(--jps-gold));
}

.jps-operator-card__content h4 {
    margin-bottom: 4px;
    font-size: 1rem;
}

.jps-operator-card__content p {
    margin-bottom: 10px;
    color: var(--jps-gray-500);
    font-size: 0.9rem;
}

.jps-operator-card__meta {
    display: flex;
    gap: 12px;
    font-size: 0.85rem;
    color: var(--jps-gray-600);
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ---------- Latest News ---------- */
.jps-latest-news .jps-card__image {
    position: relative;
}

.jps-guide-card__image {
    background: linear-gradient(135deg, rgba(232, 101, 26, 0.35), rgba(17, 18, 37, 0.2));
}

.jps-guide-card__image--guide-safari {
    background: linear-gradient(135deg, rgba(212, 168, 67, 0.35), rgba(232, 101, 26, 0.2));
}

.jps-guide-card__image--guide-serengeti {
    background: linear-gradient(135deg, rgba(17, 18, 37, 0.35), rgba(232, 101, 26, 0.2));
}

.jps-guide-card__image--guide-gorilla {
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.35), rgba(17, 18, 37, 0.2));
}

.jps-latest-news .jps-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.jps-news-card__read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--jps-font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--jps-orange);
    transition: gap var(--jps-transition);
}

.jps-news-card__read-more:hover {
    gap: 10px;
}

.jps-latest-news__more {
    text-align: center;
    margin-top: 40px;
}

/* ---------- FAQ ---------- */
.jps-faq__list {
    max-width: 860px;
    margin: 0 auto;
}

.jps-faq__item {
    background: var(--jps-white);
    border-radius: var(--jps-radius-md);
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--jps-gray-200);
    transition: border-color var(--jps-transition);
}

.jps-faq__item.is-active {
    border-color: var(--jps-orange);
}

.jps-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--jps-font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--jps-dark);
    text-align: left;
    gap: 15px;
    transition: color var(--jps-transition);
}

.jps-faq__question:hover {
    color: var(--jps-orange);
}

.jps-faq__icon {
    flex-shrink: 0;
    transition: transform var(--jps-transition);
    color: var(--jps-gray-400);
}

.jps-faq__item.is-active .jps-faq__icon {
    transform: rotate(180deg);
    color: var(--jps-orange);
}

.jps-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.jps-faq__answer p {
    padding: 0 24px 20px;
    color: var(--jps-gray-600);
    font-size: 0.95rem;
    line-height: 1.7;
}

.jps-faq__item.is-active .jps-faq__answer {
    max-height: 320px;
}

/* ---------- How It Works ---------- */
.jps-how-it-works__steps {
    text-align: left;
}

.jps-how-it-works__step {
    background: var(--jps-white);
    border-radius: var(--jps-radius-lg);
    padding: 26px 24px;
    box-shadow: var(--jps-shadow-sm);
    border: 1px solid var(--jps-gray-100);
}

.jps-how-it-works__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(232, 101, 26, 0.15);
    color: var(--jps-orange);
    font-weight: 700;
    margin-bottom: 12px;
}

.jps-how-it-works__step h4 {
    margin-bottom: 8px;
}

.jps-how-it-works__step p {
    color: var(--jps-gray-600);
    font-size: 0.95rem;
}

/* ---------- Contact Strip ---------- */
.jps-contact-strip {
    background: var(--jps-dark);
    padding: 60px 0;
}

.jps-section-header--light h2,
.jps-section-header--light p {
    color: var(--jps-white);
}

.jps-section-header--light .jps-section-label {
    color: var(--jps-gold);
}

.jps-contact-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.jps-contact-strip__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: var(--jps-radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.jps-contact-strip__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 101, 26, 0.15);
    border-radius: var(--jps-radius-md);
    color: var(--jps-orange);
}

.jps-contact-strip__content h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--jps-white);
    margin-bottom: 4px;
}

.jps-contact-strip__content a,
.jps-contact-strip__content span {
    font-size: 0.9rem;
    color: var(--jps-gray-300);
}

.jps-contact-strip__content a:hover {
    color: var(--jps-orange);
}

@media (max-width: 1024px) {
    .jps-contact-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .jps-contact-strip__grid {
        grid-template-columns: 1fr;
    }
}
