:root {
    --brand-navy: #0b2a4a;
    --brand-blue: #135f9b;
    --brand-red: #e31e2f;
    --brand-sky: #58b5d8;
    --brand-cream: #f7f5ef;
    --text: #183044;
    --muted: #6d7d8b;
    --radius: 1.35rem;
    --shadow: 0 22px 60px rgba(12, 42, 72, .13);
}

html { scroll-behavior: smooth; }
body { color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; background: #fff; }
a { text-decoration: none; }
img { max-width: 100%; }
.topbar { background: var(--brand-navy); color: rgba(255,255,255,.84); font-size: .83rem; }
.topbar a { color: rgba(255,255,255,.88); }
.main-navbar { background: rgba(255,255,255,.96); backdrop-filter: blur(16px); box-shadow: 0 6px 26px rgba(8,36,63,.08); }
.brand-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; color: var(--brand-navy); letter-spacing: .04em; }
.brand-copy strong { font-size: 1.05rem; }
.brand-copy small { font-size: .68rem; margin-top: .3rem; color: var(--brand-red); letter-spacing: .08em; }
.navbar .nav-link { color: var(--brand-navy); font-weight: 650; padding: .75rem .8rem !important; }
.navbar .nav-link:hover { color: var(--brand-red); }
.btn-brand { color: #fff; border: 0; background: linear-gradient(135deg, var(--brand-red), #b80d20); border-radius: 999px; box-shadow: 0 10px 24px rgba(227,30,47,.24); }
.btn-brand:hover { color: #fff; transform: translateY(-1px); background: linear-gradient(135deg, #f12a3d, #9d0d1d); }
.btn-outline-brand { color: var(--brand-navy); border: 1px solid rgba(11,42,74,.2); border-radius: 999px; }
.btn-outline-brand:hover { background: var(--brand-navy); color: #fff; }

.hero { min-height: 670px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(100deg, rgba(5,25,47,.92) 10%, rgba(11,42,74,.78) 48%, rgba(11,42,74,.15)), url('/images/banner-hero.jpg') center/cover; color: #fff; }
.hero::after { content: ""; position: absolute; inset: auto -8% -35% auto; width: 520px; height: 520px; border-radius: 50%; border: 90px solid rgba(87,183,218,.18); }
.hero .container { position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; gap: .55rem; align-items: center; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); padding: .55rem .9rem; border-radius: 999px; font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { font-size: clamp(2.7rem, 5.5vw, 5.3rem); line-height: .97; letter-spacing: -.045em; max-width: 850px; margin-top: 1.35rem; }
.hero h1 span { color: #75d0ef; }
.hero p { max-width: 650px; font-size: 1.12rem; color: rgba(255,255,255,.82); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; max-width: 650px; }
.hero-stat { padding: 1rem 1.1rem; border-radius: 1rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(10px); }
.hero-stat strong { display: block; font-size: 1.35rem; }
.hero-stat small { color: rgba(255,255,255,.68); }

.section-pad { padding: 92px 0; }
.section-muted { background: #f6f9fc; }
.section-dark { background: var(--brand-navy); color: #fff; }
.eyebrow { color: var(--brand-red); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; }
.section-title { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; color: var(--brand-navy); }
.section-dark .section-title { color: #fff; }
.lead-soft { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }

.service-card, .destination-card, .tour-card, .visa-card, .info-card { height: 100%; border: 0; border-radius: var(--radius); background: #fff; box-shadow: 0 14px 42px rgba(12,42,72,.09); transition: .25s ease; overflow: hidden; }
.service-card:hover, .destination-card:hover, .tour-card:hover, .visa-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 1.15rem; background: linear-gradient(135deg, rgba(19,95,155,.12), rgba(88,181,216,.22)); color: var(--brand-blue); font-size: 1.6rem; }
.service-card h3 { color: var(--brand-navy); font-size: 1.16rem; }

.image-feature { border-radius: 2rem; min-height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.feature-badge { background: #fff; border-radius: 1rem; padding: 1rem 1.2rem; box-shadow: var(--shadow); position: absolute; right: -20px; bottom: 28px; max-width: 230px; }
.check-list { display: grid; gap: .85rem; }
.check-list span { display: flex; gap: .75rem; align-items: flex-start; }
.check-list i { color: var(--brand-red); font-size: 1.15rem; }

.destination-card img, .tour-card img { width: 100%; height: 270px; object-fit: cover; }
.destination-card .overlay-title { position: absolute; inset: auto 0 0; padding: 2.6rem 1.25rem 1.15rem; color: #fff; background: linear-gradient(transparent, rgba(4,23,42,.9)); }
.destination-card { position: relative; min-height: 270px; }
.tour-meta { color: var(--muted); font-size: .88rem; }

.cta-panel { border-radius: 2rem; background: linear-gradient(120deg, var(--brand-red), #9e0b1b); color: #fff; padding: clamp(2rem,5vw,4.5rem); box-shadow: 0 24px 70px rgba(189,20,38,.25); overflow: hidden; position: relative; }
.cta-panel::after { content:""; position:absolute; width:320px; height:320px; border-radius:50%; border:65px solid rgba(255,255,255,.10); right:-80px; top:-110px; }

.page-hero { padding: 115px 0 80px; color: #fff; background: linear-gradient(100deg, rgba(6,28,52,.94), rgba(11,42,74,.70)), url('/images/page-hero.jpg') center/cover; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: -.045em; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.5); }
.breadcrumb a, .breadcrumb-item.active { color: rgba(255,255,255,.8); }

.visa-toolbar { background: #fff; border-radius: 1.25rem; box-shadow: var(--shadow); padding: 1.15rem; margin-top: -38px; position: relative; z-index: 3; }
.visa-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #eef4f8; }
.visa-card .card-body { padding: 1.1rem; }
.visa-card h3 { font-size: 1rem; color: var(--brand-navy); }
.visa-card .badge { font-weight: 600; }
.image-action { position: absolute; inset: 0; background: rgba(7,31,56,.42); display: grid; place-items: center; opacity: 0; transition: .2s; }
.image-action i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--brand-navy); font-size: 1.4rem; }
.visa-card:hover .image-action { opacity: 1; }
.loading-skeleton { height: 320px; border-radius: 1.2rem; background: linear-gradient(90deg,#eef2f5 25%,#f8fafb 50%,#eef2f5 75%); background-size: 200% 100%; animation: shimmer 1.3s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

.gallery-grid { columns: 3 280px; column-gap: 1rem; }
.gallery-grid img { width: 100%; margin-bottom: 1rem; border-radius: 1rem; break-inside: avoid; box-shadow: 0 10px 30px rgba(12,42,72,.12); }
.contact-card { border-radius: 1.5rem; background: #fff; box-shadow: var(--shadow); padding: 2rem; }
.form-control, .form-select { border-radius: .9rem; padding: .83rem 1rem; border-color: #d8e1e8; }
.form-control:focus, .form-select:focus { border-color: var(--brand-sky); box-shadow: 0 0 0 .25rem rgba(88,181,216,.14); }

.site-footer { background: #071f37; color: #fff; }
.site-footer h6 { color: #8dd8f2; margin-bottom: 1.1rem; }
.site-footer a { color: rgba(255,255,255,.7); display: block; margin-bottom: .7rem; }
.site-footer a:hover { color: #fff; }
.footer-logo { width: 66px; height: 66px; object-fit: contain; border-radius: 50%; background:#fff; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; display:grid; place-items:center; border-radius:50%; background:#20ba5a; color:#fff; font-size:1.55rem; box-shadow:0 14px 34px rgba(0,0,0,.22); z-index:1050; }

@media (max-width: 991.98px) {
    .main-navbar .navbar-collapse { padding: 1rem 0 1.25rem; }
    .hero { min-height: 620px; }
    .hero-stats { grid-template-columns: 1fr; max-width: 290px; }
    .feature-badge { right: 10px; }
}
@media (max-width: 575.98px) {
    .section-pad { padding: 68px 0; }
    .hero { min-height: 670px; }
    .brand-copy small { display:none; }
    .hero-stats { grid-template-columns: repeat(3,1fr); max-width:100%; }
    .hero-stat { padding:.75rem .55rem; }
    .hero-stat strong { font-size:1rem; }
    .hero-stat small { font-size:.68rem; }
    .visa-toolbar { margin-top:-22px; }
}

.detail-hero {
    min-height: 520px;
    display: flex;
    align-items: end;
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
    background: linear-gradient(90deg, rgba(5,25,47,.94), rgba(11,42,74,.64), rgba(11,42,74,.18)), var(--detail-image) center/cover;
}
.detail-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,20,37,.48),transparent 55%); pointer-events:none; }
.detail-hero .container { z-index:1; }
.detail-hero h1 { font-size:clamp(2.8rem,6vw,5.25rem); max-width:900px; line-height:.98; letter-spacing:-.045em; }
.detail-hero .breadcrumb a, .detail-hero .breadcrumb-item.active { color:rgba(255,255,255,.8); }
.journey-card { position:sticky; top:120px; border-radius:1.5rem; background:#fff; box-shadow:var(--shadow); padding:clamp(1.5rem,4vw,2.3rem); border:1px solid #e8eef3; }

@media (max-width: 991.98px) {
    .detail-hero { min-height:460px; padding:100px 0 65px; }
    .journey-card { position:static; }
}
