/**
 * Gate Away — Template Pays (Country Hub) CSS
 * All properties use !important to override Divi
 */

/* ── HERO ── */
.ga-pays-hero {
    background: linear-gradient(135deg, #24378C 0%, #1B2A6B 100%) !important;
    padding: 60px 20px 60px !important;
    min-height: 350px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.ga-pays-hero__inner {
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: #fff !important;
}
.ga-pays-hero__breadcrumb {
    font-size: 14px !important;
    margin-bottom: 24px !important;
    opacity: 0.85 !important;
}
.ga-pays-hero__breadcrumb a {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.8 !important;
    transition: opacity 0.2s !important;
}
.ga-pays-hero__breadcrumb a:hover {
    opacity: 1 !important;
    text-decoration: underline !important;
}
.ga-pays-hero__breadcrumb span {
    margin: 0 8px !important;
    opacity: 0.6 !important;
}
.ga-pays-hero__title {
    font-size: 42px !important;
    font-weight: 800 !important;
    margin: 0 0 16px !important;
    line-height: 1.2 !important;
    color: #fff !important;
}
.ga-pays-hero__subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin: 0 0 24px !important;
    line-height: 1.6 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.ga-pays-hero__meta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}
.ga-pays-hero__badge {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.ga-pays-hero__count {
    font-size: 15px !important;
    opacity: 0.85 !important;
    font-weight: 500 !important;
    color: #fff !important;
}

/* ── CITIES GRID ── */
.ga-pays-cities {
    padding: 80px 20px !important;
    background: #f8f9fc !important;
}
.ga-pays-cities__inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.ga-pays-cities__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
    text-align: center !important;
    margin: 0 0 48px !important;
}
.ga-pays-cities__grid {
    display: grid !important;
    gap: 32px !important;
}
.ga-pays-cities__grid--2cols {
    grid-template-columns: repeat(2, 1fr) !important;
}
.ga-pays-cities__grid--3cols {
    grid-template-columns: repeat(3, 1fr) !important;
}
.ga-pays-city-card {
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.ga-pays-city-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12) !important;
}
.ga-pays-city-card__img {
    height: 280px !important;
    overflow: hidden !important;
}
.ga-pays-city-card__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}
.ga-pays-city-card:hover .ga-pays-city-card__img img {
    transform: scale(1.05) !important;
}
.ga-pays-city-card__body {
    padding: 28px !important;
}
.ga-pays-city-card__name {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
    margin: 0 0 12px !important;
}
.ga-pays-city-card__desc {
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
}
.ga-pays-city-card__meta {
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
    color: #666 !important;
}
.ga-pays-city-card__cta {
    display: inline-block !important;
    background: #E8752A !important;
    color: #fff !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease !important;
}
.ga-pays-city-card__cta:hover {
    background: #d4651f !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
}

/* ── WHY SECTION ── */
.ga-pays-why {
    padding: 80px 20px !important;
    background: #fff !important;
}
.ga-pays-why__inner {
    max-width: 900px !important;
    margin: 0 auto !important;
}
.ga-pays-why__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
    text-align: center !important;
    margin: 0 0 40px !important;
}
.ga-pays-why__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px !important;
}
.ga-pays-why__list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 14px 0 !important;
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.5 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.ga-pays-why__list li:last-child {
    border-bottom: none !important;
}
.ga-pays-why__check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    background: #e6f9e6 !important;
    color: #2ecc40 !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}
.ga-pays-why__text {
    color: #555 !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
}

/* ── PRACTICAL INFO ── */
.ga-pays-practical {
    padding: 60px 20px !important;
    background: #f8f9fc !important;
}
.ga-pays-practical__inner {
    max-width: 1000px !important;
    margin: 0 auto !important;
}
.ga-pays-practical__title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
    text-align: center !important;
    margin: 0 0 40px !important;
}
.ga-pays-practical__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}
.ga-pays-practical__tile {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 28px 20px !important;
    text-align: center !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05) !important;
}
.ga-pays-practical__icon {
    font-size: 32px !important;
    margin-bottom: 12px !important;
}
.ga-pays-practical__label {
    font-size: 13px !important;
    color: #888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
}
.ga-pays-practical__value {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
}

/* ── HALAL INFO ── */
.ga-pays-halal {
    padding: 60px 20px !important;
    background: linear-gradient(135deg, #24378C 0%, #1B2A6B 100%) !important;
    color: #fff !important;
}
.ga-pays-halal__inner {
    max-width: 900px !important;
    margin: 0 auto !important;
}
.ga-pays-halal__header {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 24px !important;
}
.ga-pays-halal__hicon {
    font-size: 36px !important;
}
.ga-pays-halal__header h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #fff !important;
}
.ga-pays-halal__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    opacity: 0.92 !important;
    margin-bottom: 28px !important;
}
.ga-pays-halal__text p {
    margin: 0 !important;
    color: #fff !important;
}
.ga-pays-halal__badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}
.ga-pays-halal__badge {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

/* ── OTHER COUNTRIES ── */
.ga-pays-others {
    padding: 80px 20px !important;
    background: #fff !important;
}
.ga-pays-others__inner {
    max-width: 1100px !important;
    margin: 0 auto !important;
}
.ga-pays-others__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
    text-align: center !important;
    margin: 0 0 48px !important;
}
.ga-pays-others__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}
.ga-pays-others__card {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.ga-pays-others__card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1) !important;
}
.ga-pays-others__card-img {
    height: 160px !important;
    overflow: hidden !important;
}
.ga-pays-others__card-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.ga-pays-others__card-body {
    padding: 20px !important;
}
.ga-pays-others__card-body h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1B2A6B !important;
    margin: 0 0 6px !important;
}
.ga-pays-others__card-region {
    font-size: 13px !important;
    color: #888 !important;
}

/* ── CTA FINAL ── */
.ga-pays-cta {
    padding: 80px 20px !important;
    background: linear-gradient(135deg, #1B2A6B 0%, #24378C 100%) !important;
    text-align: center !important;
    color: #fff !important;
}
.ga-pays-cta__inner {
    max-width: 700px !important;
    margin: 0 auto !important;
}
.ga-pays-cta__inner h2 {
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 16px !important;
    color: #fff !important;
}
.ga-pays-cta__inner > p {
    font-size: 16px !important;
    opacity: 0.9 !important;
    line-height: 1.6 !important;
    margin: 0 0 32px !important;
    color: #fff !important;
}
.ga-pays-cta__btns {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}
.ga-pays-cta__btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}
.ga-pays-cta__btn:hover {
    transform: translateY(-2px) !important;
}
.ga-pays-cta__btn--primary {
    background: #E8752A !important;
    color: #fff !important;
}
.ga-pays-cta__btn--primary:hover {
    background: #d4651f !important;
    color: #fff !important;
}
.ga-pays-cta__btn--wa {
    background: #25d366 !important;
    color: #fff !important;
}
.ga-pays-cta__btn--wa:hover {
    background: #1fb855 !important;
    color: #fff !important;
}
.ga-pays-cta__btn--phone {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    color: #fff !important;
}
.ga-pays-cta__btn--phone:hover {
    background: rgba(255,255,255,0.25) !important;
    color: #fff !important;
}

/* ── ANIMATIONS ── */
.ga-pays-page [data-animate] {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.6s ease, transform 0.6s ease !important;
}
.ga-pays-page [data-animate].ga-animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .ga-pays-cities__grid--3cols {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .ga-pays-practical__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .ga-pays-others__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 768px) {
    .ga-pays-hero__title {
        font-size: 30px !important;
    }
    .ga-pays-cities__grid--2cols,
    .ga-pays-cities__grid--3cols {
        grid-template-columns: 1fr !important;
    }
    .ga-pays-practical__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .ga-pays-others__grid {
        grid-template-columns: 1fr !important;
    }
    .ga-pays-cta__btns {
        flex-direction: column !important;
        align-items: center !important;
    }
}
@media (max-width: 480px) {
    .ga-pays-hero {
        padding: 40px 16px !important;
        min-height: 280px !important;
    }
    .ga-pays-hero__title {
        font-size: 26px !important;
    }
    .ga-pays-hero__subtitle {
        font-size: 15px !important;
    }
    .ga-pays-cities {
        padding: 48px 16px !important;
    }
    .ga-pays-cities__title {
        font-size: 24px !important;
    }
    .ga-pays-city-card__img {
        height: 200px !important;
    }
    .ga-pays-city-card__body {
        padding: 20px !important;
    }
    .ga-pays-why {
        padding: 48px 16px !important;
    }
    .ga-pays-why__title {
        font-size: 24px !important;
    }
    .ga-pays-practical {
        padding: 40px 16px !important;
    }
    .ga-pays-practical__grid {
        grid-template-columns: 1fr !important;
    }
    .ga-pays-halal {
        padding: 40px 16px !important;
    }
    .ga-pays-others {
        padding: 48px 16px !important;
    }
    .ga-pays-others__title {
        font-size: 24px !important;
    }
    .ga-pays-cta {
        padding: 48px 16px !important;
    }
    .ga-pays-cta__inner h2 {
        font-size: 24px !important;
    }
}
