:root {
    --navy-950: #03142a;
    --navy-900: #082650;
    --navy-800: #0b396f;
    --blue-700: #0d4fa7;
    --blue-600: #0d6efd;
    --blue-100: #eaf3ff;
    --emerald-700: #08744f;
    --emerald-600: #0c9667;
    --emerald-500: #15b879;
    --emerald-100: #dcf8eb;
    --gold-500: #e6b64a;
    --gold-300: #ffd76a;
    --ink: #153354;
    --muted: #64748b;
    --line: #dfe7ef;
    --paper: #ffffff;
    --mist: #f5f9ff;
    --sand: #f8f3e8;
    --shadow-sm: 0 10px 30px rgba(15, 45, 82, .08);
    --shadow: 0 24px 70px rgba(8, 38, 80, .14);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 36px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
    color: var(--navy-950);
    font-family: "Manrope", "DM Sans", sans-serif;
    line-height: 1.12;
    letter-spacing: -.045em;
}
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 20px; padding: 12px 18px; color: #fff; background: var(--navy-950); border-radius: 10px; }
.skip-link:focus { top: 15px; }

.announcement { position: relative; z-index: 50; color: rgba(255,255,255,.9); background: var(--navy-950); font-size: 12px; letter-spacing: .02em; }
.announcement-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; }
.announcement-inner > span { display: inline-flex; align-items: center; gap: 9px; }
.announcement-links { display: flex; gap: 24px; }
.announcement a:hover { color: var(--gold-300); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #4be09b; box-shadow: 0 0 0 5px rgba(75,224,155,.12); }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(8,38,80,.08); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(8,38,80,.08); }
.nav-wrap { display: flex; min-height: 82px; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; position: relative; width: 44px; height: 44px; place-items: center; color: white; background: linear-gradient(145deg, var(--blue-600), var(--navy-900) 62%, var(--emerald-600)); border-radius: 13px 13px 20px 13px; box-shadow: 0 9px 22px rgba(13,79,167,.24); transform: rotate(-3deg); }
.brand-mark::after { content: ""; position: absolute; right: 5px; bottom: 5px; width: 8px; height: 8px; background: var(--gold-300); border: 2px solid rgba(255,255,255,.85); border-radius: 50%; }
.brand-mark span { font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; transform: rotate(3deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { display:flex; flex-direction:column; color: var(--navy-950); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -.025em; line-height:1.05; }
.brand-copy em { color: var(--emerald-600); font-style: normal; }
.brand-copy small { margin-top: 5px; color: #8290a4; font-size: 9px; font-weight: 700; letter-spacing: .115em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; }
.main-nav a { position: relative; color: #38516c; font-size: 14px; font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: -11px; left: 50%; height: 2px; background: var(--emerald-600); border-radius: 2px; transition: left .2s ease, right .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--navy-900); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; left: 0; }
.chevron { margin-left: 3px; font-size: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--navy-900); border-radius: 2px; }

.button { display: inline-flex; min-height: 52px; padding: 0 23px; align-items: center; justify-content: center; gap: 10px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-600)); border: 1px solid transparent; border-radius: 13px; box-shadow: 0 12px 28px rgba(13,110,253,.22); font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(13,110,253,.28); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(13,110,253,.28); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 17px; font-size: 13px; border-radius: 11px; }
.button-ghost { color: var(--navy-900); background: rgba(255,255,255,.66); border-color: rgba(8,38,80,.15); box-shadow: none; backdrop-filter: blur(12px); }
.button-ghost:hover { background: #fff; box-shadow: var(--shadow-sm); }
.button-dark { background: var(--navy-950); box-shadow: 0 12px 28px rgba(3,20,42,.2); }
.button-white { color: var(--navy-900); background: white; box-shadow: 0 13px 34px rgba(3,20,42,.19); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); font-size: 14px; font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: white; }

.hero { position: relative; overflow: hidden; padding: 78px 0 0; background: linear-gradient(124deg, #f9fbff 0%, #eef6ff 47%, #f2fbf7 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .37; background-image: linear-gradient(rgba(8,38,80,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,38,80,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-orb-one { top: -170px; right: -110px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(21,184,121,.14), rgba(21,184,121,0) 68%); }
.hero-orb-two { bottom: -200px; left: -120px; width: 430px; height: 430px; background: radial-gradient(circle, rgba(13,110,253,.12), rgba(13,110,253,0) 69%); }
.hero-grid { display: grid; position: relative; z-index: 2; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 52px; }
.hero-kicker { display: inline-flex; margin-bottom: 24px; padding: 8px 12px 8px 9px; align-items: center; gap: 9px; color: var(--emerald-700); background: rgba(255,255,255,.78); border: 1px solid rgba(12,150,103,.16); border-radius: 999px; box-shadow: 0 8px 20px rgba(8,38,80,.05); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.flag-chip { display: flex; overflow: hidden; width: 27px; height: 18px; background: white; border-radius: 5px; box-shadow: 0 2px 6px rgba(8,38,80,.12); }
.flag-chip i:first-child { flex: 1; background: var(--emerald-600); }
.flag-chip i:last-child { width: 7px; background: white; }
.hero h1 { margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 76px); font-weight: 800; letter-spacing: -.068em; }
.hero h1 span { position: relative; color: var(--blue-700); }
.hero h1 span::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 3px; height: 8px; opacity: .75; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='14' viewBox='0 0 600 14'%3E%3Cpath d='M3 9C150 2 400 2 597 6' fill='none' stroke='%23e6b64a' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { max-width: 590px; margin-bottom: 31px; color: #536b84; font-size: 19px; line-height: 1.72; }
.hero-lead strong { color: var(--navy-900); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; margin-top: 38px; gap: 0; }
.hero-proof > div { display: flex; padding: 0 24px; flex-direction: column; border-right: 1px solid rgba(8,38,80,.13); }
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { color: var(--navy-950); font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.hero-proof span { color: #74869a; font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.hero-proof b { color: #e5ad20; letter-spacing: 1px; }
.hero-visual { position: relative; min-width: 0; }
.hero-image { position: relative; overflow: hidden; min-height: 560px; background: linear-gradient(180deg, rgba(8,38,80,.06), rgba(8,38,80,.64)), linear-gradient(135deg, #b5d9de 0%, #d8c29e 48%, #175748 100%); background-image: linear-gradient(180deg, rgba(3,20,42,.04), rgba(3,20,42,.64)), url('../images/visa-multiple-entry.webp'); background-size: cover; background-position: 56% center; border: 8px solid rgba(255,255,255,.58); border-radius: 48% 48% 30px 30px; box-shadow: 0 35px 90px rgba(8,38,80,.2); }
.hero-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.24), transparent 32%, rgba(8,38,80,.12)); }
.hero-image-overlay { position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(3,20,42,.6)); }
.glass-card { border: 1px solid rgba(255,255,255,.42); box-shadow: 0 20px 50px rgba(3,20,42,.23); backdrop-filter: blur(18px); }
.visa-pass { position: absolute; z-index: 3; right: 28px; bottom: 32px; left: 28px; padding: 25px 27px 22px; color: white; background: linear-gradient(125deg, rgba(5,37,68,.82), rgba(6,101,72,.66)); border-radius: 22px; }
.visa-pass-top { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.visa-pass-top .status-dot { margin-left: auto; color: #62e6a2; font-size: 11px; }
.mini-mark { display: grid; width: 24px; height: 24px; place-items: center; color: var(--navy-900); background: white; border-radius: 7px; font-size: 12px; }
.visa-pass h3 { margin: 20px 0 25px; color: white; font-size: 34px; font-weight: 700; letter-spacing: -.045em; text-transform: uppercase; }
.visa-pass h3 em { color: var(--gold-300); font-style: normal; }
.visa-route { display: flex; align-items: center; gap: 14px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: .08em; }
.visa-route i { height: 1px; flex: 1; background: rgba(255,255,255,.38); }
.visa-route i::after { content: "✦"; display: block; width: 16px; margin: -12px auto 0; color: var(--gold-300); background: rgba(8,52,64,.8); text-align: center; }
.visa-pass-meta { display: flex; margin-top: 18px; justify-content: space-between; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.floating-note { display: flex; position: absolute; z-index: 4; top: 110px; left: -28px; padding: 13px 16px; align-items: center; gap: 10px; color: var(--navy-950); background: rgba(255,255,255,.78); border-radius: 15px; }
.check-icon { display: grid; width: 31px; height: 31px; place-items: center; color: white; background: var(--emerald-600); border-radius: 50%; font-weight: 800; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.3; }
.floating-note strong { font-size: 12px; }
.floating-note small { color: #6d7d90; font-size: 10px; }
.arabic-word { position: absolute; z-index: 2; top: 24px; right: 32px; color: rgba(255,255,255,.85); font-family: Tahoma, sans-serif; font-size: 42px; font-weight: 700; text-shadow: 0 6px 20px rgba(3,20,42,.26); }
.hero-search-wrap { position: relative; z-index: 5; margin-top: 4px; transform: translateY(34px); }
.visa-finder { display: grid; padding: 15px 16px 15px 22px; grid-template-columns: 1.05fr 1fr 1.12fr auto; align-items: center; gap: 13px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; box-shadow: 0 22px 60px rgba(8,38,80,.14); backdrop-filter: blur(20px); }
.finder-heading { display: flex; align-items: center; gap: 13px; }
.finder-heading > div { display: flex; flex-direction: column; }
.finder-heading strong { color: var(--navy-900); font-family: "Manrope", sans-serif; font-size: 13px; }
.finder-heading small { color: #8a99aa; font-size: 10px; }
.finder-icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--blue-600); background: var(--blue-100); border-radius: 11px; font-size: 24px; line-height: 1; }
.visa-finder label { display: flex; padding: 0 17px; flex-direction: column; border-left: 1px solid var(--line); }
.visa-finder label span { color: #8b9aab; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.visa-finder select { max-width: 100%; padding: 4px 24px 4px 0; color: var(--navy-900); background: transparent; border: 0; outline: 0; font-size: 13px; font-weight: 700; }
.visa-finder .button { min-height: 48px; border-radius: 12px; }

.trust-strip { padding: 66px 0 24px; background: white; }
.trust-strip-inner { display: flex; align-items: center; justify-content: center; gap: 24px; color: #718096; font-size: 12px; }
.trust-strip strong { color: var(--navy-900); font-family: "Manrope", sans-serif; font-size: 13px; letter-spacing: .05em; }
.trust-strip strong em { color: var(--blue-600); font-style: normal; }
.trust-strip i { width: 1px; height: 25px; background: var(--line); }
.trust-strip p { margin: 0; color: #718096; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.split-heading h2, .process-intro h2, .why-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 56px); font-weight: 750; }
.split-heading h2 span, .process-intro h2 span, .why-copy h2 span { color: var(--blue-700); }
.split-heading > div:last-child p { margin-bottom: 17px; }
.eyebrow { display: block; margin-bottom: 14px; color: var(--emerald-700); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 2px; margin: 0 9px 3px 0; background: var(--gold-500); }
.eyebrow.light { color: var(--gold-300); }
.visa-section { background: linear-gradient(180deg, #fff, #f8fbff); }
.visa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.visa-card { display:flex; position: relative; overflow: hidden; min-height: 485px; padding: 0; flex-direction:column; background: rgba(255,255,255,.94); border: 1px solid rgba(8,38,80,.1); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(8,38,80,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.visa-card:hover { z-index: 2; border-color: rgba(13,110,253,.3); box-shadow: 0 28px 60px rgba(8,38,80,.13); transform: translateY(-7px); }
.visa-card::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 210px; height: 210px; pointer-events:none; background: radial-gradient(circle, rgba(13,110,253,.08), transparent 68%); border-radius: 50%; }
.visa-card-media { position:relative; overflow:hidden; height:172px; flex:0 0 auto; background:var(--navy-900); }
.visa-card-media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(3,20,42,.05),rgba(3,20,42,.55)); }
.visa-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .45s cubic-bezier(.2,.7,.2,1); }
.visa-card:hover .visa-card-media img { transform:scale(1.055); }
.visa-card-content { display:flex; position:relative; z-index:2; min-height:0; padding:23px 24px 22px; flex:1; flex-direction:column; }
.visa-card.featured-card { color: white; background: linear-gradient(150deg, var(--navy-900), #0b4f79 58%, var(--emerald-700)); border-color: transparent; box-shadow: 0 25px 55px rgba(8,38,80,.2); }
.visa-card.featured-card h3, .visa-card.featured-card .visa-card-meta { color: white; }
.visa-card.featured-card p, .visa-card.featured-card .visa-category, .visa-card.featured-card .visa-card-meta small { color: rgba(255,255,255,.72); }
.visa-card.featured-card .card-arrow { color: var(--navy-900); background: white; }
.visa-icon { display: grid; position:absolute; z-index:2; bottom:14px; left:17px; width:46px; height:46px; place-items: center; color: var(--blue-700); background: rgba(234,243,255,.94); border:1px solid rgba(255,255,255,.58); border-radius: 14px; box-shadow:0 10px 24px rgba(3,20,42,.22); font-size: 21px; font-weight: 800; backdrop-filter:blur(10px); }
.visa-icon-umrah { color: var(--emerald-700); background: var(--emerald-100); }
.visa-icon-tourist { color: #9a6a00; background: #fff4d6; }
.visa-icon-family { color: #7948a5; background: #f2e9fb; }
.card-arrow { display: grid; position:absolute; z-index:3; top:14px; right:14px; width:36px; height:36px; place-items: center; color: var(--navy-900); background: rgba(255,255,255,.88); border:1px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow:0 8px 20px rgba(3,20,42,.17); font-size: 14px; transition: transform .25s ease; backdrop-filter:blur(10px); }
.visa-card:hover .card-arrow { transform: rotate(45deg); }
.visa-category { display: block; margin-bottom: 9px; color: var(--emerald-700); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.visa-card h3 { margin-bottom: 13px; font-size: 22px; font-weight: 750; letter-spacing: -.04em; }
.visa-card p { min-height: 86px; margin-bottom: 22px; font-size: 13px; line-height: 1.65; }
.visa-card-meta { display: grid; margin-top:auto; padding-top: 17px; grid-template-columns: 1fr 1fr; gap: 12px; color: var(--navy-900); border-top: 1px solid rgba(127,148,169,.23); font-size: 10px; font-weight: 700; line-height: 1.35; }
.visa-card-meta span { display: flex; flex-direction: column; }
.visa-card-meta small { margin-bottom: 4px; color: #92a0af; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.card-link { position: absolute; z-index: 4; inset: 0; }

.process-section { position: relative; overflow: hidden; color: white; background: var(--navy-950); }
.process-section::before { content: ""; position: absolute; top: -260px; left: -220px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(13,110,253,.24), transparent 66%); border-radius: 50%; }
.process-section::after { content: ""; position: absolute; right: -200px; bottom: -300px; width: 640px; height: 640px; background: radial-gradient(circle, rgba(21,184,121,.18), transparent 68%); border-radius: 50%; }
.process-grid { display: grid; position: relative; z-index: 2; grid-template-columns: .86fr 1.14fr; gap: 95px; }
.process-intro h2 { margin-bottom: 24px; color: white; }
.process-intro h2 span { color: var(--gold-300); }
.process-intro > p { max-width: 470px; color: rgba(255,255,255,.62); }
.dark-glass { border-color: rgba(255,255,255,.13); }
.advisor-card { display: flex; margin-top: 45px; padding: 20px; align-items: center; gap: 14px; background: rgba(255,255,255,.07); border-radius: 18px; }
.advisor-avatar { display: grid; width: 53px; height: 53px; place-items: center; background: linear-gradient(145deg, var(--blue-600), var(--emerald-600)); border: 3px solid rgba(255,255,255,.18); border-radius: 50%; font-weight: 800; }
.advisor-card > div:last-child { display: flex; flex-direction: column; }
.advisor-card small { color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; }
.advisor-card strong { font-size: 13px; }
.advisor-card a { color: var(--gold-300); font-size: 11px; font-weight: 700; }
.steps-list { border-top: 1px solid rgba(255,255,255,.14); }
.step { display: grid; padding: 30px 0; grid-template-columns: 58px 1fr; border-bottom: 1px solid rgba(255,255,255,.14); }
.step > span { color: var(--gold-300); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.step h3 { margin-bottom: 8px; color: white; font-size: 21px; }
.step p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }

.destinations-section { background: #f7fafc; }
.center-heading { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.center-heading .eyebrow::before { display: none; }
.center-heading h2 { margin-bottom: 17px; font-size: clamp(38px, 4vw, 54px); }
.destination-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.destination { display: flex; position: relative; overflow: hidden; min-height: 460px; padding: 28px; flex-direction: column; justify-content: space-between; color: white; background-position: center; background-size: cover; border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.destination::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,20,42,.07), rgba(3,20,42,.84)); }
.destination:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.destination > * { position: relative; z-index: 2; }
.destination > span { align-self: flex-start; padding: 7px 10px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; backdrop-filter: blur(10px); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.destination small { color: var(--gold-300); font-weight: 700; }
.destination h3 { margin: 8px 0; color: white; font-size: 38px; }
.destination p { max-width: 280px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.destination-riyadh { background-image: linear-gradient(135deg, rgba(3,20,42,.08), rgba(8,38,80,.42)), url('../images/visa-multiple-entry.webp'); background-position: 55% center; }
.destination-alula { background-image: linear-gradient(135deg, rgba(3,20,42,.02), rgba(62,37,22,.46)), url('../images/visa-tourist.webp'); background-position:center; }
.destination-makkah { background-image: linear-gradient(135deg, rgba(3,20,42,.04), rgba(3,20,42,.52)), url('../images/visa-umrah.webp'); background-position:center; }

.why-section { background: white; }
.why-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 100px; }
.why-copy h2 { margin-bottom: 22px; }
.why-copy p { margin-bottom: 30px; }
.metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.metric { display: flex; min-height: 190px; padding: 28px; flex-direction: column; justify-content: space-between; background: #f5f8fb; border: 1px solid rgba(8,38,80,.06); border-radius: 20px; }
.metric strong { color: var(--navy-900); font-family: "Manrope", sans-serif; font-size: 44px; letter-spacing: -.07em; line-height: 1; }
.metric strong small { font-size: 17px; }
.metric span { color: #718096; font-size: 12px; font-weight: 600; line-height: 1.5; }
.metric b { color: var(--gold-500); letter-spacing: 2px; }
.primary-metric { color: white; background: linear-gradient(145deg, var(--navy-900), var(--blue-700)); }
.primary-metric strong, .primary-metric span { color: white; }
.primary-metric span { opacity: .7; }

.journal-section { padding-top: 75px; background: #f7fafc; }
.split-heading.compact { grid-template-columns: 1fr auto; align-items: end; }
.compact h2 { font-size: 42px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.article-card { overflow: hidden; background: white; border: 1px solid rgba(8,38,80,.07); border-radius: 21px; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.article-visual { display: flex; position: relative; overflow: hidden; min-height: 205px; padding: 20px; align-items: flex-start; justify-content: space-between; background-size: cover; }
.article-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(3,20,42,.18), rgba(3,20,42,.55)); }
.article-visual > * { position: relative; z-index: 2; }
.article-visual span { padding: 7px 10px; color: white; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; backdrop-filter: blur(10px); }
.article-visual b { color: rgba(255,255,255,.75); font-family: "Manrope", sans-serif; font-size: 28px; }
.article-visual-1 { background-image: url('../images/visa-multiple-entry.webp'); background-position:center; }
.article-visual-2 { background-image: url('../images/visa-umrah.webp'); background-position:center; }
.article-visual-3 { background-image: url('../images/visa-tourist.webp'); background-position:center; }
.article-body { padding: 23px; }
.article-meta { display: flex; margin-bottom: 11px; gap: 16px; color: #8a98a8; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.article-body h3 { min-height: 54px; margin-bottom: 11px; font-size: 19px; }
.article-body p { min-height: 62px; font-size: 12px; }

.final-cta { color: white; background: linear-gradient(120deg, var(--blue-700), var(--navy-900) 52%, var(--emerald-700)); }
.final-cta-inner { display: grid; min-height: 320px; padding-block: 66px; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.final-cta h2 { margin-bottom: 12px; color: white; font-size: clamp(37px, 4vw, 53px); }
.final-cta p { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); }
.final-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }

.site-footer { padding: 76px 0 22px; color: rgba(255,255,255,.68); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1fr; gap: 62px; }
.brand-light .brand-copy strong { color: white; }
.footer-brand > p { max-width: 285px; margin: 21px 0; color: rgba(255,255,255,.5); font-size: 12px; }
.trust-stamp { display: inline-flex; padding: 10px 13px; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; }
.trust-stamp strong { color: var(--gold-300); font-family: "Manrope", sans-serif; }
.trust-stamp span { font-size: 8px; line-height: 1.4; text-transform: uppercase; }
.site-footer h3 { margin-bottom: 19px; color: white; font-size: 13px; letter-spacing: -.01em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer li a, .footer-contact a, .footer-contact p { color: rgba(255,255,255,.5); font-size: 12px; }
.site-footer a:hover { color: var(--gold-300); }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact p { margin-top: 10px; }
.footer-contact .footer-parent { margin-top: 8px; color: var(--gold-300); font-weight: 700; }
.footer-bottom { display: flex; margin-top: 55px; padding-top: 20px; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.35); font-size: 9px; }
.floating-whatsapp { display: flex; position: fixed; z-index: 35; right: 20px; bottom: 20px; min-height: 47px; padding: 0 15px 0 9px; align-items: center; gap: 8px; color: white; background: #128c4b; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; box-shadow: 0 12px 35px rgba(3,20,42,.23); font-size: 11px; }
.floating-whatsapp span { display: grid; width: 29px; height: 29px; place-items: center; background: rgba(255,255,255,.14); border-radius: 50%; font-size: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; padding: 92px 0 82px; background-color:#f3f8fd; background-image:linear-gradient(90deg,rgba(247,250,255,.98) 0%,rgba(241,248,246,.92) 54%,rgba(237,247,242,.62) 100%),url('../images/visa-multiple-entry.webp'); background-size:cover; background-position:center; }
.inner-hero::after { content: ""; position: absolute; top: -190px; right: -130px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(21,184,121,.13), transparent 69%); border-radius: 50%; }
.inner-hero .container { position: relative; z-index: 2; }
.breadcrumb { display: flex; margin-bottom: 20px; gap: 9px; color: #8a99a9; font-size: 11px; font-weight: 650; }
.breadcrumb a { color: var(--blue-700); }
.inner-hero h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(43px, 5.2vw, 68px); }
.inner-hero p { max-width: 710px; margin: 0; font-size: 18px; }
.inner-hero-actions { display: flex; margin-top: 30px; flex-wrap: wrap; gap: 12px; }
.visa-detail-hero { display:flex; min-height:660px; padding:126px 0 82px; align-items:flex-end; color:#fff; background-color:var(--navy-950); background-image:linear-gradient(90deg,rgba(3,20,42,.94) 0%,rgba(3,20,42,.77) 48%,rgba(3,20,42,.28) 78%,rgba(3,20,42,.16) 100%),linear-gradient(0deg,rgba(3,20,42,.68),transparent 58%),var(--visa-hero-image); background-size:cover; background-position:center; }
.visa-detail-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(115deg,rgba(13,110,253,.16),transparent 38%,rgba(12,150,103,.1)); }
.visa-detail-hero::after { top:auto; right:-180px; bottom:-340px; width:680px; height:680px; background:radial-gradient(circle,rgba(21,184,121,.22),transparent 68%); }
.visa-hero-layout { display:grid; width:100%; grid-template-columns:minmax(0,1fr) 330px; align-items:end; gap:72px; }
.visa-hero-copy { max-width:760px; }
.visa-detail-hero .breadcrumb { color:rgba(255,255,255,.62); }
.visa-detail-hero .breadcrumb a { color:rgba(255,255,255,.82); }
.visa-detail-hero .eyebrow { color:var(--gold-300); }
.visa-detail-hero h1 { max-width:780px; margin-bottom:22px; color:#fff; font-size:clamp(48px,6vw,76px); text-shadow:0 8px 32px rgba(3,20,42,.32); }
.visa-detail-hero .visa-hero-copy>p { max-width:690px; margin:0; color:rgba(255,255,255,.76); font-size:18px; line-height:1.75; }
.button-glass { color:#fff; background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.38); box-shadow:none; backdrop-filter:blur(14px); }
.button-glass:hover { background:rgba(255,255,255,.2); box-shadow:0 15px 32px rgba(3,20,42,.22); }
.visa-hero-trust { display:flex; margin-top:29px; flex-wrap:wrap; gap:18px; color:rgba(255,255,255,.68); font-size:10px; font-weight:700; letter-spacing:.045em; text-transform:uppercase; }
.visa-hero-trust span { display:inline-flex; align-items:center; gap:7px; }
.visa-hero-trust b { display:grid; width:20px; height:20px; place-items:center; color:#fff; background:rgba(21,184,121,.66); border:1px solid rgba(255,255,255,.22); border-radius:50%; font-size:9px; }
.visa-hero-facts { padding:26px; color:#fff; background:rgba(3,20,42,.58); border-color:rgba(255,255,255,.22); border-radius:22px; }
.visa-hero-facts-label { display:block; margin-bottom:12px; color:var(--gold-300); font-size:9px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.visa-hero-facts>div { display:flex; padding:15px 0; flex-direction:column; border-bottom:1px solid rgba(255,255,255,.14); }
.visa-hero-facts small { color:rgba(255,255,255,.48); font-size:8px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.visa-hero-facts strong { margin-top:4px; color:#fff; font-family:"Manrope",sans-serif; font-size:13px; }
.visa-hero-facts p { margin:16px 0 0; color:rgba(255,255,255,.48); font-size:10px; line-height:1.55; }
.page-shell { padding: 75px 0 105px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 55px; }
.content-block { margin-bottom: 55px; }
.content-block h2 { margin-bottom: 18px; font-size: 34px; }
.content-block h3 { margin-bottom: 11px; font-size: 20px; }
.check-list { display: grid; margin: 24px 0 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.check-list li { position: relative; padding: 15px 16px 15px 43px; color: #425a73; background: #f7fafc; border: 1px solid rgba(8,38,80,.07); border-radius: 13px; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; top: 14px; left: 15px; color: white; width: 20px; height: 20px; line-height: 20px; background: var(--emerald-600); border-radius: 50%; text-align: center; font-size: 10px; font-weight: 800; }
.timeline { margin-top: 24px; counter-reset: step; }
.timeline-item { display: grid; position: relative; padding: 0 0 28px; grid-template-columns: 45px 1fr; gap: 17px; }
.timeline-item::before { counter-increment: step; content: counter(step); display: grid; z-index: 2; width: 40px; height: 40px; place-items: center; color: white; background: var(--navy-900); border-radius: 12px; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.timeline-item::after { content: ""; position: absolute; top: 43px; bottom: 3px; left: 19px; width: 1px; background: var(--line); }
.timeline-item:last-child::after { display: none; }
.timeline-item p { margin: 6px 0 0; font-size: 13px; }
.sidebar-card { position: sticky; top: 112px; padding: 27px; background: white; border: 1px solid rgba(8,38,80,.09); border-radius: 20px; box-shadow: var(--shadow); }
.sidebar-card h3 { margin-bottom: 9px; font-size: 23px; }
.sidebar-card > p { font-size: 12px; }
.fact-list { margin: 22px 0; padding: 0; list-style: none; }
.fact-list li { display: flex; padding: 12px 0; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 11px; }
.fact-list span { color: #8190a1; }
.fact-list strong { color: var(--navy-900); text-align: right; }
.sidebar-card .button { width: 100%; }
.sidebar-card .text-link { display: flex; margin-top: 15px; justify-content: center; }
.notice { padding: 18px 20px; color: #556b80; background: #fff9e9; border: 1px solid #f1dfaa; border-radius: 14px; font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; padding: 22px 0; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-900); background: transparent; border: 0; text-align: left; font-family: "Manrope", sans-serif; font-weight: 700; }
.faq-question span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: var(--blue-700); background: var(--blue-100); border-radius: 50%; transition: transform .2s ease; }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq-answer p { padding: 0 46px 20px 0; font-size: 13px; }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-item.open .faq-question span { transform: rotate(45deg); }
.visa-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.visa-list-grid .visa-card { min-height: 485px; }
.category-nav { display: flex; margin-bottom: 35px; flex-wrap: wrap; gap: 9px; }
.category-nav a { padding: 9px 14px; color: #5e7185; background: #f4f7fa; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 700; }
.category-nav a.active { color: white; background: var(--navy-900); border-color: var(--navy-900); }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.value-grid { display: grid; margin-top: 40px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { padding: 25px; background: #f7fafc; border: 1px solid rgba(8,38,80,.07); border-radius: 18px; }
.value-card span { display: grid; width: 43px; height: 43px; margin-bottom: 19px; place-items: center; color: var(--blue-700); background: var(--blue-100); border-radius: 13px; font-weight: 800; }
.value-card h3 { font-size: 18px; }
.value-card p { margin: 0; font-size: 12px; }

/* Forms */
.form-shell { padding: 82px 0 105px; background: linear-gradient(160deg, #f5f9ff, #f8fbf9); }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; }
.form-intro { padding-top: 20px; }
.form-intro h1 { font-size: clamp(42px, 4.8vw, 63px); }
.form-intro > p { font-size: 17px; }
.form-trust { margin-top: 35px; padding: 22px; background: var(--navy-950); border-radius: 18px; }
.form-trust h3 { color: white; font-size: 15px; }
.form-trust ul { margin: 0; padding: 0; list-style: none; }
.form-trust li { margin: 8px 0; color: rgba(255,255,255,.62); font-size: 11px; }
.form-trust li::before { content: "✓"; margin-right: 8px; color: #55df9a; }
.application-form { padding: 34px; background: white; border: 1px solid rgba(8,38,80,.08); border-radius: 24px; box-shadow: var(--shadow); }
.application-form h2 { margin-bottom: 7px; font-size: 26px; }
.application-form > p { margin-bottom: 28px; font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--navy-900); font-size: 10px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 51px; padding: 12px 14px; color: var(--ink); background: #f8fafc; border: 1px solid #dce5ee; border-radius: 11px; outline: 0; font-size: 13px; }
.form-field textarea { min-height: 115px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: white; border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(13,110,253,.09); }
.form-consent { display: flex; margin: 20px 0; align-items: flex-start; gap: 9px; color: #718096; font-size: 10px; }
.form-consent input { margin-top: 4px; }
.application-form .button { min-width: 190px; }
.flash { margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.flash-success { color: #075f40; background: #e1f8ed; border: 1px solid #a8e7ca; }
.flash-error { color: #8b2931; background: #fff0f1; border: 1px solid #f0c2c6; }

@media (max-width: 1080px) {
    .nav-wrap { gap: 18px; }
    .main-nav { gap: 19px; }
    .hero-grid { gap: 40px; }
    .visa-grid { grid-template-columns: repeat(2, 1fr); }
    .visa-card p { min-height: 64px; }
    .footer-grid { gap: 34px; }
}

@media (max-width: 900px) {
    .announcement-links a:last-child { display: none; }
    .nav-wrap { min-height: 72px; }
    .menu-toggle { display: block; margin-left: auto; }
    .nav-cta { display: none; }
    .main-nav { display: none; position: fixed; top: 106px; right: 0; bottom: 0; left: 0; padding: 34px 24px; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; background: rgba(255,255,255,.98); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 15px 3px; border-bottom: 1px solid var(--line); font-size: 17px; }
    .main-nav a::after { display: none; }
    .hero { padding-top: 55px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding-bottom: 0; }
    .hero h1 { max-width: 680px; }
    .hero-visual { width: min(620px, 100%); margin: 0 auto; }
    .hero-image { min-height: 520px; }
    .visa-finder { grid-template-columns: 1fr 1fr; padding: 20px; }
    .finder-heading { grid-column: 1 / -1; }
    .visa-finder label { border-left: 0; }
    .visa-finder .button { grid-column: 1 / -1; }
    .trust-strip-inner { flex-wrap: wrap; }
    .split-heading { grid-template-columns: 1fr; gap: 22px; }
    .process-grid, .why-grid { grid-template-columns: 1fr; gap: 55px; }
    .destination-grid { grid-template-columns: 1fr 1fr; }
    .destination:first-child { grid-column: 1 / -1; }
    .destination { min-height: 360px; }
    .article-grid { grid-template-columns: 1fr 1fr; }
    .article-card:last-child { grid-column: 1 / -1; }
    .final-cta-inner { grid-template-columns: 1fr; gap: 30px; }
    .final-cta-actions { align-items: flex-start; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
    .content-grid, .form-layout { grid-template-columns: 1fr; }
    .sidebar-card { position: static; }
    .visa-list-grid { grid-template-columns: repeat(2, 1fr); }
    .visa-detail-hero { min-height:auto; padding:108px 0 68px; background-image:linear-gradient(90deg,rgba(3,20,42,.94),rgba(3,20,42,.6)),linear-gradient(0deg,rgba(3,20,42,.62),transparent 58%),var(--visa-hero-image); }
    .visa-hero-layout { grid-template-columns:1fr; gap:34px; }
    .visa-hero-facts { display:grid; grid-template-columns:repeat(3,1fr); gap:0 18px; }
    .visa-hero-facts-label,.visa-hero-facts p { grid-column:1/-1; }
    .visa-hero-facts>div { border-right:1px solid rgba(255,255,255,.14); border-bottom:0; }
    .visa-hero-facts>div:nth-of-type(3) { border-right:0; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1180px); }
    .announcement-inner { min-height: 32px; }
    .announcement-links { display: none; }
    .brand-copy strong { font-size: 12px; }
    .brand-mark { width: 40px; height: 40px; }
    .hero { padding-top: 42px; }
    .hero h1 { font-size: 44px; letter-spacing: -.062em; }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
    .hero-proof > div { padding: 0 10px; }
    .hero-proof span { font-size: 8px; }
    .hero-image { min-height: 480px; border-width: 5px; border-radius: 45% 45% 24px 24px; }
    .floating-note { top: 84px; left: 12px; }
    .visa-pass { right: 16px; bottom: 18px; left: 16px; padding: 21px; }
    .visa-pass h3 { font-size: 28px; }
    .hero-search-wrap { transform: translateY(28px); }
    .visa-finder { grid-template-columns: 1fr; }
    .visa-finder label, .visa-finder .button { grid-column: 1; padding: 8px 0; }
    .trust-strip { padding-top: 55px; }
    .trust-strip-inner i, .trust-strip-inner > span { display: none; }
    .trust-strip p { width: 100%; text-align: center; }
    .section { padding: 74px 0; }
    .split-heading h2, .process-intro h2, .why-copy h2 { font-size: 39px; }
    .visa-grid, .destination-grid, .metrics-grid, .article-grid, .visa-list-grid, .value-grid { grid-template-columns: 1fr; }
    .visa-card p { min-height: auto; }
    .visa-card-media { height:210px; }
    .destination:first-child, .article-card:last-child { grid-column: auto; }
    .destination { min-height: 350px; }
    .compact h2 { font-size: 36px; }
    .split-heading.compact { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .floating-whatsapp strong { display: none; }
    .floating-whatsapp { width: 50px; padding: 0; justify-content: center; }
    .inner-hero { padding: 66px 0 60px; }
    .inner-hero h1 { font-size: 42px; }
    .inner-hero p { font-size: 16px; }
    .visa-detail-hero { padding:90px 0 54px; background-position:62% center; }
    .visa-detail-hero h1 { font-size:44px; }
    .visa-detail-hero .visa-hero-copy>p { font-size:15px; }
    .visa-hero-facts { display:block; padding:21px; }
    .visa-hero-facts>div { border-right:0; border-bottom:1px solid rgba(255,255,255,.14); }
    .visa-hero-trust { gap:10px 14px; }
    .check-list, .two-column-copy, .form-grid { grid-template-columns: 1fr; }
    .form-field.full { grid-column: auto; }
    .application-form { padding: 24px 19px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}
