/* =============================================================
   umrah-packages-from-uk.css
   TripNext — Umrah Packages from UK (hub page)
   Design system shared with cheap-umrah-packages-uk.html
============================================================= */

:root {
    --purple: #5170FF;
    --purple-dark: #3a5ae0;
    --orange: #FD8F50;
    --orange-dark: #e07a3a;
    --dark: #0d1520;
    --mid: #1e293b;
    --text: #33485d;
    --muted: #5a6a7e;
    --light: #f5f8ff;
    --border: #e8edf6;
    --gold: #c9a84c;
    --gold-light: #f0d080;
    --green: #27ae60;
    --white: #ffffff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f9fafb;
    color: var(--text);
    line-height: 1.65;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.hajj-payment-banner {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
}

.hajj-payment-banner h4{
    text-align: center !important;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.purple {
    color: var(--purple) !important;
}

.orange {
    color: var(--orange) !important;
}

.gold {
    color: var(--gold) !important;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--purple);
    background: rgba(81, 112, 255, .08);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: var(--mid);
    line-height: 1.2;
    margin-bottom: 14px;
}

.section-desc {
    font-size: 16px;
    color: var(--muted);
    margin: 0 auto;
    line-height: 1.7;
}

.section-header {
    text-align: center;
    margin-bottom: 52px;
}

/* HERO */
.umrah-hero {
    min-height: 100vh;
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.68) 0%, rgba(8, 5, 13, 0.58) 100%),
        url('/assets/images/umrah-main.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px 60px;
    position: relative;
    overflow: hidden;
}

.umrah-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, rgba(81, 112, 255, 0.18) 0%, transparent 65%),
        radial-gradient(ellipse at 20% 80%, rgba(253, 143, 80, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 940px;
    margin-top: 80px;
    animation: heroFadeUp 0.9s ease both;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.3);
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 40px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.hero-title .highlight-purple {
    color: #8eaaff;
}

.hero-title .highlight-orange {
    color: var(--orange);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.hero-usp-pills {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.hero-usp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    backdrop-filter: blur(6px);
}

.hero-usp-pill i {
    color: var(--gold-light);
}

.hero-stats-row {
    display: flex;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    overflow: hidden;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.hero-stat {
    flex: 1;
    min-width: 120px;
    padding: 12px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat:last-child {
    border-right: none;
}

.hero-stat .val {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
    margin-bottom: 5px;
}

.hero-stat .lbl {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

.hero-cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(81, 112, 255, 0.4);
    transition: transform .25s, box-shadow .25s;
}

.btn-primary-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(81, 112, 255, 0.5);
}

.btn-whatsapp-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: transform .25s;
}

.btn-whatsapp-hero:hover {
    transform: translateY(-3px);
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* TRUST BAR */
.trust-bar {
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 20px rgba(81, 112, 255, 0.06);
}

.trust-bar .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    padding: 38px 20px;
    border-right: 1px solid var(--border);
    transition: background .2s;
}

.trust-item:last-child {
    border-right: none;
}

.trust-item:hover {
    background: var(--light);
}

.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ti-purple {
    background: rgba(81, 112, 255, .1);
    color: var(--purple);
}

.ti-orange {
    background: rgba(253, 143, 80, .1);
    color: var(--orange);
}

.ti-green {
    background: rgba(39, 174, 96, .1);
    color: var(--green);
}

.ti-gold {
    background: rgba(201, 168, 76, .12);
    color: var(--gold);
}

.trust-text .tt {
    font-size: 13px;
    font-weight: 700;
    color: var(--mid);
}

.trust-text .ts {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 3px;
}

/* PRICE URGENCY STRIP */
.price-urgency-strip {
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    padding: 14px 24px;
    text-align: center;
}

.price-urgency-strip p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.price-urgency-strip a {
    color: var(--gold-light);
    text-decoration: underline;
    margin-left: 6px;
}

/* INTRO */
.intro-section {
    padding: 80px 0;
    background: #fff;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    color: var(--mid);
    line-height: 1.25;
    margin-bottom: 18px;
}

.intro-text p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 16px;
}

.intro-checklist {
    list-style: none;
    margin: 22px 0 30px;
}

.intro-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text);
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
}

.intro-checklist li:last-child {
    border-bottom: none;
}

.intro-checklist li i {
    color: var(--green);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.intro-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.14);
}

.intro-image-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.intro-badge-overlay {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(13, 21, 32, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 16px 22px;
    color: #fff;
}

.intro-badge-overlay .ib-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
}

.intro-badge-overlay .ib-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

/* PACKAGES */
.packages-section {
    padding: 90px 0;
    background: var(--light);
}

.pkg-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.hajj-payment-text h4{
    text-align: center !important;
    justify-content: center;
}

.hajj-payment-pills{
    justify-content: center;
    align-items: center;
}

.trust-agency-card{
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.trust-agency-badge {
    width: 100% !important;
}

.pkg-tab {
    padding: 9px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 1.5px solid var(--border);
    color: var(--muted);
    background: #fff;
    transition: all .25s;
    font-family: 'Montserrat', sans-serif;
}

.pkg-tab.active,
.pkg-tab:hover {
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.cta-section{
    padding: 50px 5px !important;
}

.pkg-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(81, 112, 255, 0.14);
}

.pkg-card.featured {
    border-color: var(--purple);
    box-shadow: 0 8px 24px rgba(81, 112, 255, 0.18);
}

.pkg-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: 20px;
    right: -34px;
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 42px;
    transform: rotate(45deg);
    letter-spacing: 1px;
}

.pkg-header {
    background-color: var(--purple);
    padding: 28px 28px 22px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.pkg-nights {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 8px;
}

.pkg-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.pkg-ideal {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

.pkg-price-strip {
    padding-top: 14px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.pkg-from {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.pkg-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
}

.pkg-pp {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.pkg-body {
    padding: 24px 28px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pkg-features {
    list-style: none;
    margin-bottom: 24px;
    flex: 1;
}

.pkg-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text);
    padding: 9px 0;
    border-bottom: 1px dashed var(--border);
}

.pkg-features li:last-child {
    border-bottom: none;
}

.pkg-features li i {
    color: var(--green);
    flex-shrink: 0;
    font-size: 15px;
    margin-top: 2px;
}

.pkg-cta {
    display: block;
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: opacity .2s, transform .2s;
}

.pkg-cta:hover {
    opacity: .88;
    transform: translateY(-2px);
}

.pkg-card.featured .pkg-cta {
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}

.pkg-panel {
    display: none;
}

.pkg-panel.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* PRICE TABLE */
.price-table-section {
    padding: 80px 0;
    background: #fff;
}

.price-table-wrap {
    overflow-x: auto;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.price-table thead tr {
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    color: #fff;
}

.price-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
}

.price-table tbody tr {
    border-bottom: 1px solid var(--border);
    transition: background .2s;
}

.price-table tbody tr:hover {
    background: var(--light);
}

.price-table tbody td {
    padding: 15px 20px;
    color: var(--text);
    vertical-align: middle;
}

.price-table tbody td:first-child {
    font-weight: 700;
    color: var(--mid);
}

.price-table .price-cell {
    font-weight: 800;
    color: var(--purple);
    font-size: 16px;
}

.price-table .tag-chip {
    display: inline-block;
    background: rgba(39, 174, 96, 0.1);
    color: var(--green);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

.price-table .tag-hot {
    background: rgba(253, 143, 80, 0.12);
    color: var(--orange-dark);
}

.price-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--muted);
    text-align: center;
}

/* CITIES / AIRLINES */
.cities-section {
    padding: 80px 0;
    background: var(--light);
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.city-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all .3s;
}

.city-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(81, 112, 255, 0.1);
}

.city-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(81, 112, 255, 0.1);
    color: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.city-text h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--mid);
    margin-bottom: 4px;
}

.city-text p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
}

.city-text .city-price {
    font-size: 16px;
    font-weight: 800;
    color: var(--purple);
    margin-top: 6px;
}

/* HOTELS */
.hotels-section {
    padding: 90px 0;
    background: #fff;
}

.hotels-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.hotel-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform .3s, box-shadow .3s;
}

.hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(81, 112, 255, 0.12);
}

.hotel-city-tag {
    background: linear-gradient(135deg, var(--mid), #253452);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hotel-city-tag i {
    color: var(--gold-light);
}

.hotel-card-img {
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a2640, #253452);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-body {
    padding: 24px;
    flex: 1;
}

.hotel-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--mid);
    margin-bottom: 6px;
}

.hotel-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 14px;
}

.hotel-features {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.hotel-features li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: var(--text);
}

.hotel-features li i {
    color: var(--purple);
    font-size: 14px;
}

.hotel-distance {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(81, 112, 255, 0.08);
    color: var(--purple);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
}

/* VALUE */
.value-section {
    padding: 90px 0;
    background: var(--light);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.value-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px 28px;
    border: 1px solid var(--border);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: all .3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--purple), var(--orange));
    opacity: 0;
    transition: opacity .3s;
}

.value-card:hover::before {
    opacity: 1;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 36px rgba(81, 112, 255, 0.1);
}

.vc-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.vc-icon.c-purple {
    background: rgba(81, 112, 255, 0.1);
    color: var(--purple);
}

.vc-icon.c-orange {
    background: rgba(253, 143, 80, 0.1);
    color: var(--orange);
}

.vc-icon.c-green {
    background: rgba(39, 174, 96, 0.1);
    color: var(--green);
}

.vc-icon.c-gold {
    background: rgba(201, 168, 76, 0.12);
    color: var(--gold);
}

.value-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--mid);
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
}

/* PLANNING STEPS */
.planning-section {
    padding: 90px 0;
    background: linear-gradient(135deg, var(--dark), #15233d);
    position: relative;
    overflow: hidden;
}

.planning-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(81, 112, 255, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.planning-section .section-title {
    color: #fff;
}

.planning-section .section-desc {
    color: rgba(255, 255, 255, 0.65);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}

.steps-grid::before {
    content: '';
    position: absolute;
    top: 44px;
    left: calc(12.5% + 16px);
    right: calc(12.5% + 16px);
    height: 2px;
    background: linear-gradient(90deg, var(--purple), var(--orange));
    z-index: 0;
}

.step-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 30px 22px;
    text-align: center;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    transition: all .3s;
}

.step-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--orange));
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 8px 20px rgba(81, 112, 255, 0.4);
}

.step-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

/* TRUST AGENCY */
.trust-agency-section {
    padding: 60px 0;
    background: #fff;
}

.trust-agency-card {
    background: linear-gradient(135deg, rgba(81, 112, 255, 0.05), rgba(253, 143, 80, 0.05));
    border: 2px solid var(--border);
    border-radius: 28px;
    padding: 48px 44px;
    text-align: center;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    display: grid;
}

.trust-agency-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: var(--mid);
    margin-bottom: 14px;
}

.trust-agency-text p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 16px;
}

.trust-pillars {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.trust-pillar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--mid);
}

.trust-pillar i {
    color: var(--green);
}

.trust-agency-badge {
    background: linear-gradient(135deg, var(--mid), #253452);
    border-radius: 22px;
    padding: 36px 30px;
    text-align: center;
    min-width: 220px;
}

.trust-agency-badge .badge-icon {
    font-size: 48px;
    color: var(--gold-light);
    margin-bottom: 14px;
}

.trust-agency-badge h3 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}

.trust-agency-badge p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.trust-agency-badge .secure-tag {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-top: 12px;
}

/* FAQ / AEO */
.aeo-section {
    padding: 90px 0;
    background: var(--light);
}

.aeo-intro {
    background: linear-gradient(135deg, rgba(81, 112, 255, 0.06), rgba(253, 143, 80, 0.06));
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px 22px;
    margin-bottom: 28px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
}

.aeo-intro strong {
    color: var(--mid);
}

.aeo-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow .2s;
}

.aeo-item:hover {
    box-shadow: 0 6px 20px rgba(81, 112, 255, 0.08);
}

.aeo-q {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 700;
    color: var(--mid);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    transition: background .2s;
}

.aeo-q:hover {
    background: var(--light);
}

.aeo-q i {
    font-size: 20px;
    color: var(--purple);
    transition: transform .3s;
    flex-shrink: 0;
}

.aeo-q.open {
    background: var(--light);
}

.aeo-q.open i {
    transform: rotate(180deg);
}

.aeo-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s ease;
}

.aeo-a-inner {
    padding: 4px 22px 20px;
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
}

.aeo-a-inner strong {
    color: var(--mid);
}

/* REVIEWS */
.reviews-section {
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
}

.reviews-track-wrap {
    overflow: hidden;
}

.reviews-track {
    display: flex;
    gap: 24px;
    transition: transform .6s ease;
}

.review-card {
    flex: 0 0 calc(25% - 18px);
    background: var(--light);
    border-radius: 22px;
    padding: 26px;
    border: 1px solid var(--border);
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--orange));
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.review-top img {
    height: 26px;
}

.review-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--mid);
    margin-bottom: 6px;
}

.review-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 10px;
}

.review-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.7;
}

.reviews-footer {
    text-align: center;
    margin-top: 40px;
}

.reviews-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--purple), var(--orange));
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s;
}

.reviews-footer a:hover {
    transform: translateY(-3px);
}

/* INTERNAL LINKS */
.internal-links-section {
    padding: 70px 0;
    background: var(--light);
    border-top: 1px solid var(--border);
}

.ilinks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 36px;
}

.ilinks-grid a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    background: var(--purple);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 14px;
    transition: all .25s;
}

.ilinks-grid a:hover {
    background: var(--purple-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(81, 112, 255, 0.3);
}

/* CTA */
.cta-section {
    padding: 90px 0;
    background-color: #15233d;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 24px;
    border-radius: 32px;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(81, 112, 255, 0.2) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(253, 143, 80, 0.12) 0%, transparent 55%);
    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 1;
}

.cta-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.25;
}

.cta-inner p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cta-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: transform .2s;
}

.cta-btn-main:hover {
    transform: translateY(-3px);
}

.cta-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #25D366;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: transform .2s;
}

.cta-btn-wa:hover {
    transform: translateY(-3px);
}

.cta-contact-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.cta-contact-strip a {
    color: var(--orange);
    font-weight: 700;
}

.cta-contact-strip a:hover {
    color: #fff;
}

.sep {
    color: rgba(255, 255, 255, 0.2);
}

/* WHATSAPP FLOAT */
#whatsapp-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
}

/* RESPONSIVE */
@media (max-width: 1100px) {

    .packages-grid,
    .pkg-panel.active {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-bar .inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item:nth-child(2) {
        border-right: none;
    }

    .trust-item:nth-child(3) {
        border-top: 1px solid var(--border);
        border-right: 1px solid var(--border);
    }

    .trust-item:nth-child(4) {
        border-top: 1px solid var(--border);
        border-right: none;
    }

    .cities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-agency-card {
        grid-template-columns: 1fr;
    }

    .trust-agency-badge {
        min-width: auto;
    }
}

@media (max-width: 900px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .intro-image-wrap {
        display: none;
    }

    .hotels-grid {
        grid-template-columns: 1fr;
    }

    .value-grid {
        grid-template-columns: 1fr 1fr;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-grid::before {
        display: none;
    }

    .ilinks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 640px) {

    .packages-grid,
    .pkg-panel.active,
    .value-grid,
    .cities-grid {
        grid-template-columns: 1fr;
    }

    .hero-stat {
        min-width: 80px;
        padding: 16px 10px;
    }

    .hero-stat .val {
        font-size: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .trust-bar .inner {
        grid-template-columns: 1fr;
    }

    .trust-item {
        border-right: none !important;
        border-bottom: 1px solid var(--border);
    }

    .trust-item:last-child {
        border-bottom: none;
    }

    .cta-section {
        margin: 12px;
        border-radius: 20px;
    }

    .ilinks-grid {
        grid-template-columns: 1fr;
    }

    .review-card {
        flex: 0 0 100%;
    }

    .trust-agency-card {
        padding: 28px 22px;
    }

    .hero-usp-pills {
        gap: 6px;
    }
}