/* Brand: Adventeasy blue #0F4E9D, red #DE0031, black; font Raleway (see brand guide) */
:root {
  --navy: #071d40;
  --navy-2: #0b3372;
  --blue: #0F4E9D;
  --red: #DE0031;
  --red-light: #ff5a74;
  --gold: #f5b83d;
  --gold-2: #ffd97a;
  --coral: #ff6b4a;
  --green: #12b76a;
  --bg: #f6f7fb;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #5b6477;
  --line: #e5e8f0;
  --shadow: 0 10px 30px -12px rgba(10, 26, 58, .25);
  --shadow-lg: 0 30px 60px -20px rgba(10, 26, 58, .45);
  --radius: 18px;
  --display: 'Raleway', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --sans: 'Raleway', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #070e20; --surface: #0f1a33; --text: #e8ecf6; --muted: #9aa5bd; --line: #1f2c4a; --blue: #5b93e6;
    --shadow: 0 10px 30px -12px rgba(0, 0, 0, .6);
  }
}
:root[data-theme="dark"] { --bg: #070e20; --surface: #0f1a33; --text: #e8ecf6; --muted: #9aa5bd; --line: #1f2c4a; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.fl { display: inline-block; height: .78em; width: auto; vertical-align: -.06em; border-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,.3); }
button, input, select, textarea { font: inherit; color: inherit; }
.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: currentColor; }
.h2 { font-family: var(--display); font-size: clamp(30px, 4.2vw, 48px); line-height: 1.1; font-weight: 600; letter-spacing: -.02em; margin: 12px 0 14px; }
.lead { color: var(--muted); font-size: 17px; max-width: 640px; }
.center { text-align: center; } .center .lead { margin-inline: auto; } .center .eyebrow::before { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font-weight: 700; border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-gold, .btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 24px -8px rgba(222, 0, 49, .6); }
.btn-gold:hover, .btn-red:hover { background: #c4002b; }
.btn-blue { background: #0F4E9D; color: #fff; box-shadow: 0 10px 24px -8px rgba(15, 78, 157, .6); }
.btn-blue:hover { background: #0c4287; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.btn-outline { background: transparent; border: 1.5px solid var(--line); color: var(--text); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn[disabled] { opacity: .6; pointer-events: none; }

/* ───── Top bar & nav ───── */
.topbar { background: var(--navy); color: #c9d4ee; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.topbar a:hover { color: var(--gold); }
.topbar span { display: inline-flex; gap: 18px; flex-wrap: wrap; }
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 86%, transparent); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); }
.nav .container { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; letter-spacing: -.01em; line-height: 1.1; }
.nav .logo img { height: 44px; width: auto; }
footer .logo img { height: 50px; width: auto; }
.logo-mark { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--navy)); display: grid; place-items: center; color: var(--gold); box-shadow: var(--shadow); flex-shrink: 0; }
.logo small { display: block; font-weight: 600; font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; font-weight: 600; font-size: 15px; }
.nav-links a { position: relative; padding: 6px 0; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--gold); transition: width .25s; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.menu-btn { display: none; background: none; border: 0; font-size: 26px; cursor: pointer; }

/* ───── Cinematic hero ───── */
.hero { position: relative; min-height: min(92vh, 860px); color: #fff; overflow: hidden; display: flex; align-items: center; background: var(--navy); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.18); transition: opacity 1.6s ease; }
.hero-slide.active { opacity: 1; animation: kenburns 7.5s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.18) translate(1.5%, 1%); } to { transform: scale(1.02) translate(-1%, -1%); } }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 14, 34, .92) 0%, rgba(6, 14, 34, .65) 45%, rgba(6, 14, 34, .15) 100%), linear-gradient(0deg, rgba(6,14,34,.8), transparent 40%); }
.hero-flight { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .7; }
.hero-flight path { stroke-dasharray: 6 10; animation: dash 30s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -600; } }
.hero-content { position: relative; z-index: 2; padding: 80px 0 120px; max-width: 720px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(10px); font-size: 14px; font-weight: 600; }
.hero-badge b { background: var(--gold); color: #1a1100; padding: 3px 10px; border-radius: 999px; font-size: 12px; }
.hero h1 { font-family: var(--display); font-size: clamp(40px, 6.4vw, 78px); line-height: 1.02; font-weight: 600; letter-spacing: -.03em; margin: 22px 0 18px; }
.hero h1 em { font-style: italic; background: linear-gradient(90deg, var(--red-light), #ff8a7a, #ffb199); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.sub { font-size: 18px; color: #d4dcf0; max-width: 560px; }
.hero-caption { position: absolute; right: 32px; bottom: 120px; z-index: 2; text-align: right; font-size: 14px; color: #dfe6f7; }
.hero-caption strong { display: block; font-family: var(--display); font-size: 26px; color: #fff; font-weight: 500; }
.hero-caption .price { display: inline-block; margin-top: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(245,184,61,.18); border: 1px solid rgba(245,184,61,.5); color: var(--gold-2); font-weight: 700; }
.hero-dots { position: absolute; bottom: 96px; right: 32px; z-index: 2; display: flex; gap: 6px; }
.hero-dots i { width: 22px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.3); }
.hero-dots i.on { background: var(--gold); width: 40px; transition: width .4s; }

.search { position: relative; margin-top: 34px; max-width: 620px; }
.search-box { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 8px 8px 8px 22px; box-shadow: var(--shadow-lg); }
.search-box input { flex: 1; border: 0; outline: 0; font-size: 16px; color: #0f172a; background: transparent; min-width: 0; }
.search-box svg { color: #64748b; flex-shrink: 0; }
.search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #fff; color: #0f172a; border-radius: 18px; box-shadow: var(--shadow-lg); max-height: 360px; overflow: auto; display: none; z-index: 20; }
.search-results.open { display: block; }
.search-results a { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid #eef1f6; }
.search-results a:hover, .search-results a.hl { background: #f1f5ff; }
.search-results .f { font-size: 24px; }
.search-results small { display: block; color: #64748b; font-size: 12px; }
.search-results .p { margin-left: auto; font-weight: 700; color: var(--blue); font-size: 14px; white-space: nowrap; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; font-size: 14px; }
.chips a { padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); }
.chips a:hover { background: rgba(255,255,255,.22); }

.trust-strip { position: relative; z-index: 3; margin-top: -60px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--surface); border-radius: 22px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); overflow: hidden; }
.trust-grid div { padding: 26px 24px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid b { display: block; font-family: var(--display); font-size: 36px; font-weight: 600; color: var(--blue); line-height: 1.1; }
.trust-grid span { color: var(--muted); font-size: 14px; font-weight: 600; }

/* ───── flags marquee ───── */
.marquee { overflow: hidden; padding: 38px 0 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: scroll 60s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee a { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-weight: 600; font-size: 14px; white-space: nowrap; }
.marquee a:hover { border-color: var(--blue); color: var(--blue); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ───── destination 3D cards ───── */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0 36px; }
.tabs button { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-weight: 600; font-size: 14px; cursor: pointer; transition: all .2s; }
.tabs button.on, .tabs button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.dest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; perspective: 1400px; }
.dest { position: relative; height: 380px; border-radius: 22px; overflow: hidden; color: #fff; transform-style: preserve-3d; transition: transform .25s ease-out, box-shadow .3s; box-shadow: var(--shadow); background: linear-gradient(135deg, var(--navy-2), var(--navy)); cursor: pointer; will-change: transform; }
.dest:hover { box-shadow: var(--shadow-lg); }
.dest .img { position: absolute; inset: -6%; background-size: cover; background-position: center; transform: translateZ(-40px) scale(1.12); transition: transform .5s; }
.dest:hover .img { transform: translateZ(-40px) scale(1.2); }
.dest::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,12,30,.05) 30%, rgba(5,12,30,.92) 100%); }
.dest .glare { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 0%), rgba(255,255,255,.28), transparent 45%); opacity: 0; transition: opacity .3s; }
.dest:hover .glare { opacity: 1; }
.dest .top { position: absolute; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; z-index: 3; transform: translateZ(50px); }
.dest .flag { font-size: 30px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.4)); }
.badge { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.3); height: fit-content; }
.badge.evisa { background: rgba(18,183,106,.85); border-color: transparent; }
.badge.free, .badge.voa { background: rgba(245,184,61,.95); color: #1a1100; border-color: transparent; }
.dest .body { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 3; transform: translateZ(70px); }
.dest h3 { font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1.1; }
.dest .lm { font-size: 13px; color: #cfd8ee; margin: 4px 0 14px; }
.dest .meta { display: flex; justify-content: space-between; align-items: end; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.dest .meta b { display: block; font-size: 20px; color: var(--gold-2); }
.dest .arrow { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--navy); transition: transform .3s; }
.dest:hover .arrow { transform: rotate(-45deg); background: var(--gold); }

/* ───── services ───── */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.svc { padding: 30px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; position: relative; overflow: hidden; }
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.svc .ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; font-size: 26px; background: linear-gradient(135deg, #e8efff, #fff4dc); margin-bottom: 18px; }
.svc h3 { font-size: 19px; margin-bottom: 8px; }
.svc p { color: var(--muted); font-size: 15px; }

/* ───── process ───── */
.dark { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.dark .lead { color: #b9c5e2; }
.dark .eyebrow { color: var(--gold); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; counter-reset: s; }
.step { padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); position: relative; }
.step::before { counter-increment: s; content: '0' counter(s); font-family: var(--display); font-size: 44px; color: var(--gold); line-height: 1; display: block; margin-bottom: 14px; }
.step h3 { font-size: 18px; margin-bottom: 6px; }
.step p { color: #b9c5e2; font-size: 14px; }

/* ───── wait times board ───── */
.board { margin-top: 40px; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.board-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; background: linear-gradient(90deg, var(--navy), var(--navy-2)); color: #fff; gap: 12px; flex-wrap: wrap; }
.live { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.live::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #22e07e; box-shadow: 0 0 0 0 rgba(34,224,126,.7); animation: pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(34,224,126,0); } 100% { box-shadow: 0 0 0 0 rgba(34,224,126,0); } }
.board-rows { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.board-row { display: flex; align-items: center; gap: 12px; padding: 16px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.board-row .f { font-size: 26px; }
.board-row small { color: var(--muted); display: block; font-size: 12px; }
.days { margin-left: auto; font-weight: 800; font-variant-numeric: tabular-nums; padding: 4px 10px; border-radius: 8px; font-size: 14px; white-space: nowrap; }
.days.g { background: #dcfce7; color: #166534; } .days.y { background: #fef3c7; color: #92400e; } .days.r { background: #fee2e2; color: #991b1b; }

/* ───── why us ───── */
.why { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.why-visual { position: relative; height: 520px; }
.why-visual .ph { position: absolute; border-radius: 22px; background-size: cover; background-position: center; box-shadow: var(--shadow-lg); background-color: var(--navy-2); }
.why-visual .ph1 { inset: 0 30% 18% 0; }
.why-visual .ph2 { inset: 40% 0 0 38%; border: 6px solid var(--bg); }
.why-visual .float { position: absolute; left: 6%; bottom: 4%; background: var(--surface); padding: 16px 20px; border-radius: 16px; box-shadow: var(--shadow-lg); display: flex; gap: 12px; align-items: center; animation: bob 4s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-10px); } }
.why-visual .float b { font-size: 26px; color: var(--green); font-family: var(--display); }
.ticks { list-style: none; display: grid; gap: 16px; margin: 28px 0; }
.ticks li { display: flex; gap: 14px; }
.ticks li::before { content: '✓'; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #dcfce7; color: #15803d; display: grid; place-items: center; font-weight: 800; font-size: 14px; margin-top: 2px; }
.ticks b { display: block; }
.ticks span { color: var(--muted); font-size: 15px; }

/* ───── testimonials ───── */
.reviews-wrap { position: relative; margin-top: 40px; }
.reviews { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 20px; scrollbar-width: none; }
.reviews::-webkit-scrollbar { display: none; }
.review { flex: 0 0 min(380px, 85%); scroll-snap-align: start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 18px; }
.review p { font-size: 15.5px; flex: 1; }
.who { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--blue), var(--coral)); flex-shrink: 0; }
.who small { display: block; color: var(--muted); font-size: 13px; }
.rv-nav { display: flex; gap: 10px; justify-content: flex-end; }
.rv-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); cursor: pointer; font-size: 18px; }
.rating-sum { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.rating-sum b { font-family: var(--display); font-size: 48px; line-height: 1; }

/* ───── about / faq / contact ───── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.values div { padding: 22px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.values b { display: block; font-family: var(--display); font-size: 30px; color: var(--blue); }
.faq { max-width: 820px; margin: 40px auto 0; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::after { content: '+'; font-size: 22px; color: var(--blue); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding-bottom: 18px; }

.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); }
.contact-info { background: linear-gradient(160deg, var(--navy), var(--navy-2)); color: #fff; padding: 48px; }
.contact-info .lead { color: #b9c5e2; }
.contact-info ul { list-style: none; display: grid; gap: 18px; margin-top: 30px; }
.contact-info li { display: flex; gap: 14px; }
.contact-info li i { font-style: normal; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); display: grid; place-items: center; flex-shrink: 0; }
.contact-info small { display: block; color: #9fb0d6; }
.form { background: var(--surface); padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--bg); outline: none; transition: border .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,94,255,.12); }
.field textarea { resize: vertical; min-height: 96px; }
.form-msg { font-size: 14px; font-weight: 600; }
.form-msg.ok { color: var(--green); } .form-msg.err { color: #dc2626; }

/* ───── footer ───── */
footer { background: #050c1d; color: #9fb0d6; padding: 70px 0 30px; margin-top: 40px; }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
footer h4 { color: #fff; margin-bottom: 16px; font-size: 15px; }
footer ul { list-style: none; display: grid; gap: 10px; font-size: 14px; }
footer a:hover { color: var(--gold); }
footer .logo { color: #fff; }
.foot-bottom { border-top: 1px solid #16223f; margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; font-size: 13px; flex-wrap: wrap; }
.pay-logos { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.pay-logos span { padding: 5px 10px; border-radius: 6px; background: #0e1a36; border: 1px solid #1c2a4d; font-size: 12px; font-weight: 700; color: #cbd6f0; }

/* ───── floating ───── */
.wa { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.7); transition: transform .2s; }
.wa:hover { transform: scale(1.08); }
.toast { position: fixed; left: 22px; bottom: 22px; z-index: 60; width: min(360px, calc(100% - 110px)); background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 14px 16px; display: flex; gap: 12px; align-items: center; transform: translateY(140%); opacity: 0; transition: all .5s cubic-bezier(.2,.9,.3,1.2); cursor: pointer; }
.toast.show { transform: none; opacity: 1; }
.toast .f { font-size: 30px; }
.toast small { color: var(--muted); font-size: 12px; display: block; }
.toast b { font-size: 14px; display: block; line-height: 1.35; }
.toast .x { position: absolute; top: 4px; right: 10px; color: var(--muted); font-size: 18px; background: none; border: 0; cursor: pointer; }

/* ───── modal ───── */
.modal { position: fixed; inset: 0; z-index: 100; background: rgba(5,12,30,.6); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; padding: 16px; }
.modal.open { display: flex; }
.modal-box { background: var(--surface); border-radius: 22px; width: min(560px, 100%); max-height: 92vh; overflow: auto; box-shadow: var(--shadow-lg); animation: pop .3s ease; }
@keyframes pop { from { transform: scale(.94); opacity: 0; } }
.modal-head { padding: 22px 26px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.modal-head h3 { font-size: 20px; }
.modal-head button { background: none; border: 0; font-size: 26px; cursor: pointer; color: var(--muted); }
.modal-body { padding: 24px 26px; display: grid; gap: 14px; }
.bill { background: var(--bg); border-radius: 14px; padding: 16px 18px; font-size: 14px; display: grid; gap: 8px; }
.bill div { display: flex; justify-content: space-between; gap: 12px; }
.bill .tot { border-top: 1.5px dashed var(--line); padding-top: 10px; font-weight: 800; font-size: 18px; }
.success { text-align: center; padding: 30px 10px; }
.success .ok { width: 76px; height: 76px; border-radius: 50%; background: #dcfce7; color: #16a34a; font-size: 40px; display: grid; place-items: center; margin: 0 auto 16px; }

/* ───── country page ───── */
.c-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; color: #fff; background: var(--navy); overflow: hidden; }
.c-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; animation: kenburns 14s ease-out forwards; }
.c-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,12,30,.95) 5%, rgba(5,12,30,.35) 60%, rgba(5,12,30,.5)); }
.c-hero .container { position: relative; z-index: 2; padding: 120px 0 50px; }
.crumbs { font-size: 14px; color: #c1cce6; margin-bottom: 14px; }
.crumbs a:hover { color: var(--gold); }
.c-hero h1 { font-family: var(--display); font-size: clamp(38px, 6vw, 68px); line-height: 1.05; font-weight: 600; letter-spacing: -.02em; }
.c-hero .flag-big { font-size: 56px; line-height: 1; margin-bottom: 8px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.15); border-radius: 18px; overflow: hidden; margin-top: 30px; backdrop-filter: blur(10px); }
.facts div { background: rgba(10,26,58,.55); padding: 16px 20px; }
.facts small { color: #aebbd9; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.facts b { display: block; font-size: 15px; margin-top: 2px; }
.c-layout { display: grid; grid-template-columns: 1fr 360px; gap: 36px; margin-top: 40px; align-items: start; }
.c-tabs { position: sticky; top: 72px; z-index: 10; display: flex; gap: 4px; overflow-x: auto; background: var(--bg); padding: 12px 0; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.c-tabs a { padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: 14px; white-space: nowrap; color: var(--muted); }
.c-tabs a:hover { background: var(--surface); color: var(--text); }
.c-sec { padding: 40px 0 10px; scroll-margin-top: 140px; }
.c-sec h2 { font-family: var(--display); font-size: 30px; font-weight: 600; margin-bottom: 18px; }
.notes { display: grid; gap: 10px; }
.note { padding: 14px 18px; border-radius: 12px; background: #fff8e6; border: 1px solid #fde6a8; color: #6b4a00; font-size: 15px; }
:root[data-theme="dark"] .note { background: #2a2210; border-color: #4a3a12; color: #f5d88a; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .note { background: #2a2210; border-color: #4a3a12; color: #f5d88a; } }
.timeline { display: grid; gap: 0; }
.tl { display: grid; grid-template-columns: 48px 1fr; gap: 18px; position: relative; padding-bottom: 26px; }
.tl:not(:last-child)::before { content: ''; position: absolute; left: 23px; top: 48px; bottom: 0; width: 2px; background: var(--line); }
.tl .n { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-weight: 800; font-size: 18px; }
.tl h3 { font-size: 17px; margin: 10px 0 4px; }
.tl p { color: var(--muted); font-size: 15px; }
.docs { display: grid; gap: 10px; }
.docs label { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); cursor: pointer; font-size: 15px; }
.docs input { margin-top: 4px; accent-color: var(--green); width: 18px; height: 18px; flex-shrink: 0; }
.docs label:has(input:checked) { border-color: var(--green); background: color-mix(in srgb, var(--green) 7%, var(--surface)); }
.progress { height: 8px; border-radius: 8px; background: var(--line); overflow: hidden; margin-bottom: 16px; }
.progress i { display: block; height: 100%; background: var(--green); width: 0; transition: width .3s; }
.fee-table { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.fee-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.fee-table td:last-child { text-align: right; font-weight: 700; white-space: nowrap; }
.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.pkg { position: relative; background: var(--surface); border: 1.5px solid var(--line); border-radius: 18px; padding: 24px 20px; display: flex; flex-direction: column; gap: 12px; }
.pkg.pop { border-color: var(--blue); box-shadow: 0 16px 40px -18px rgba(31,94,255,.55); }
.pkg.pop::before { content: 'Most popular'; position: absolute; top: -12px; left: 20px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }
.pkg h3 { font-size: 17px; }
.pkg .amt { font-family: var(--display); font-size: 32px; font-weight: 600; line-height: 1; }
.pkg .amt small { font-family: var(--sans); font-size: 13px; color: var(--muted); font-weight: 500; }
.pkg .brk { font-size: 13px; color: var(--muted); display: grid; gap: 3px; padding: 10px 0; border-block: 1px dashed var(--line); }
.pkg .brk div { display: flex; justify-content: space-between; }
.pkg ul { list-style: none; display: grid; gap: 7px; font-size: 14px; flex: 1; }
.pkg li::before { content: '✓ '; color: var(--green); font-weight: 800; }
.side { position: sticky; top: 90px; display: grid; gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px; box-shadow: var(--shadow); }
.card h3 { font-size: 18px; margin-bottom: 4px; }
.card .form { padding: 0; grid-template-columns: 1fr; gap: 12px; margin-top: 14px; background: none; }
.calc-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.stepper { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 12px; overflow: hidden; }
.stepper button { width: 38px; height: 38px; border: 0; background: var(--bg); cursor: pointer; font-size: 18px; }
.stepper span { min-width: 40px; text-align: center; font-weight: 800; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.all-head { background: var(--navy); color: #fff; padding: 80px 0 60px; }
.all-head .search-box { max-width: 560px; margin-top: 24px; }
.empty { padding: 50px; text-align: center; color: var(--muted); grid-column: 1 / -1; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ───── responsive ───── */
@media (max-width: 1024px) {
  .svc-grid, .steps { grid-template-columns: 1fr 1fr; }
  .c-layout { grid-template-columns: 1fr; }
  .side { position: static; }
  .foot { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--surface); flex-direction: column; padding: 20px 16px; gap: 14px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .nav-cta .btn-outline { display: none; }
  .why, .about-grid, .contact { grid-template-columns: 1fr; }
  .why-visual { height: 380px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pkgs { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .hero-caption, .hero-dots { display: none; }
  .form { grid-template-columns: 1fr; padding: 28px 20px; }
  .contact-info { padding: 32px 20px; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .svc-grid, .steps, .foot, .values { grid-template-columns: 1fr; }
  .topbar .hide-sm { display: none; }
  .logo { font-size: 15px; }
  .nav-cta .btn { padding: 10px 14px; font-size: 13px; }
  .search-box .btn { padding: 12px 16px; }
  .hero-content { padding-bottom: 100px; }
}
/* Hero slideshow arrows */
.hero-arrow { position: absolute; z-index: 3; bottom: 104px; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); transition: background .2s, transform .2s; }
.hero-arrow:hover { background: var(--red); border-color: var(--red); transform: scale(1.06); }
.hero-prev { right: 92px; } .hero-next { right: 32px; }
.hero-caption { bottom: 196px; }
.hero-dots { bottom: 172px; }
.hero-dots i { cursor: pointer; height: 5px; }
@media (max-width: 860px) {
  .hero-arrow { bottom: 18px; width: 42px; height: 42px; }
  .hero-prev { right: auto; left: 16px; } .hero-next { right: auto; left: 68px; }
}

/* Country cards: readable text on bright photos, one-line processing time, no arrow */
.dest::after { background: linear-gradient(180deg, rgba(5,12,30,.25) 0%, rgba(5,12,30,0) 22%, rgba(5,12,30,.35) 48%, rgba(5,12,30,.94) 100%); }
.dest h3, .dest .lm { text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.dest .lm { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dest .meta-l { min-width: 0; width: 100%; }
.dest .proc { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: .85; }
.dest .badge { background: rgba(5,12,30,.55); border-color: rgba(255,255,255,.25); color: #fff; }
.dest .badge.evisa { background: rgba(18,183,106,.9); }
.dest .badge.free, .dest .badge.voa { background: rgba(245,184,61,.95); color: #1a1100; }

/* Phones: two country cards side by side, listed downwards (no slider) */
@media (max-width: 640px) {
  .dest-grid { grid-template-columns: 1fr 1fr; gap: 12px; perspective: none; }
  .dest { height: 250px; border-radius: 16px; }
  .dest .top { top: 10px; left: 10px; right: 10px; }
  .dest .flag { font-size: 22px; }
  .dest .badge { font-size: 9px; padding: 3px 7px; }
  .dest .body { left: 12px; right: 12px; bottom: 12px; }
  .dest h3 { font-size: 18px; }
  .dest .lm { font-size: 11px; margin: 2px 0 8px; }
  .dest .meta { padding-top: 8px; font-size: 11px; }
  .dest .meta b { font-size: 16px; }
  .dest .offer-ribbon { top: 44px; font-size: 10px; padding: 3px 8px 3px 10px; }
}

/* Pay now + Enquire buttons */
.pkg-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pkg-actions .btn { padding: 12px 10px; font-size: 14px; }
.calc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.calc-actions .btn { padding: 13px 10px; font-size: 14px; }
.btn-enq { background: var(--surface); color: var(--blue); border: 1.5px solid var(--blue); }
.btn-enq:hover { background: var(--blue); color: #fff; }

/* tighter spacing around the moving country strip */
.marquee { padding: 28px 0 0; }
#destinations { padding-top: 52px; }

/* Social media icons */
.social { display: flex; gap: 10px; flex-wrap: wrap; }
.social a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); transition: transform .2s, background .2s; }
.social a:hover { transform: translateY(-3px); }
.social .so-instagram:hover { background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social .so-facebook:hover { background: #1877f2; }
.social .so-youtube:hover { background: #ff0000; }
.social .so-linkedin:hover { background: #0a66c2; }
.social .so-x:hover { background: #000; }
.social .so-whatsappChannel:hover { background: #25d366; }

/* Nav search = white search box (like the All Countries page search) */
.nav-search { background: #fff !important; color: #64748b !important; border: 1.5px solid #fff !important; height: 42px !important; min-width: 250px; padding: 0 8px 0 16px !important; justify-content: flex-start; font-weight: 500 !important; box-shadow: 0 8px 20px -12px rgba(0,0,0,.45); }
.nav-search svg { color: var(--blue); flex-shrink: 0; }
.nav-search span { flex: 1; text-align: left; }
.nav-search kbd { background: #f1f5f9 !important; border-color: #e2e8f0 !important; color: #64748b !important; }
.nav-search:hover { border-color: var(--blue) !important; }
:root:not([data-theme="dark"]) .nav-search { border-color: var(--line) !important; }
@media (max-width: 1320px) { .nav-search { min-width: 200px; } }
@media (max-width: 1180px) { .nav-search { min-width: 0; width: 42px; justify-content: center; padding: 0 !important; } }

/* All Countries page – modern search header */
.all-head-v2 { position: relative; z-index: 5; overflow: visible; padding: 70px 0 56px; background:
  radial-gradient(600px 300px at 85% 10%, rgba(222,0,49,.28), transparent 60%),
  radial-gradient(700px 400px at 10% 110%, rgba(15,78,157,.55), transparent 60%),
  linear-gradient(160deg, #071d40, #0b3372); }
.all-head-v2 .container { position: relative; z-index: 2; }
.all-head-v2 .sbox { max-width: 720px; margin-top: 26px; }
.all-head-v2 .sbox-field { padding: 10px 10px 10px 22px; border-radius: 20px; }
.all-head-v2 .sbox-field input { font-size: 18px; }
.all-head-v2 .sbox-results { top: calc(100% + 10px); z-index: 40; max-height: min(460px, 65vh); box-shadow: 0 30px 70px -18px rgba(0,0,0,.7); border: 1px solid #e2e8f0; }
.all-quick { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; max-width: 760px; }
.all-quick > span { color: #9fb0d6; font-size: 13px; font-weight: 700; margin-right: 4px; }
.all-quick a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); transition: background .2s, transform .2s; }
.all-quick a:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.all-live { margin-top: 16px; padding: 9px 16px; border-radius: 12px; border: 0; cursor: pointer; font-weight: 800; font-size: 14px; color: #0b3b1f; background: #b7f5cf; animation: pop .25s ease; }
.all-live:hover { background: #fff; }
.clear-q { margin-left: 8px; border: 1px solid var(--line); background: var(--surface); color: var(--text); border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 700; cursor: pointer; }
#allCount { scroll-margin-top: 90px; }

/* All Countries page – filter panel (visa type cards + region chips), sticks under the menu */
.filter-panel { position: sticky; top: 72px; z-index: 20; margin-top: -8px; padding: 16px; border-radius: 22px;
  background: color-mix(in srgb, var(--surface) 88%, transparent); backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid var(--line); box-shadow: 0 18px 40px -24px rgba(0,0,0,.5); display: grid; gap: 14px; }
.type-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.tcard { position: relative; display: flex; align-items: center; gap: 12px; text-align: left; padding: 12px 14px; border-radius: 16px; cursor: pointer;
  background: var(--bg); color: var(--text); border: 1.5px solid var(--line); transition: transform .15s, border-color .2s, box-shadow .2s, background .2s; }
.tcard:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--red) 55%, var(--line)); }
.tc-ic { width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; font-size: 20px; background: color-mix(in srgb, var(--blue) 14%, transparent); }
.tc-txt { display: grid; min-width: 0; line-height: 1.25; }
.tc-txt b { font-size: 15px; font-weight: 800; }
.tc-txt small { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tc-n { margin-left: auto; font-weight: 800; font-size: 13px; padding: 3px 9px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--muted); }
.tcard.on { background: linear-gradient(135deg, var(--red), #ff4d6d); border-color: transparent; color: #fff; box-shadow: 0 14px 30px -14px rgba(222,0,49,.8); }
.tcard.on .tc-ic { background: rgba(255,255,255,.2); }
.tcard.on .tc-txt small { color: rgba(255,255,255,.85); }
.tcard.on .tc-n { background: #fff; color: var(--red); border-color: #fff; }
.region-row { display: flex; align-items: center; gap: 12px; }
.region-lbl { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); flex-shrink: 0; }
.region-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rchip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px 7px 10px; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: 13.5px;
  background: transparent; color: var(--text); border: 1.5px solid var(--line); transition: all .15s; }
.rchip small { font-size: 11px; font-weight: 800; padding: 1px 7px; border-radius: 999px; background: var(--bg); color: var(--muted); }
.rchip:hover { border-color: var(--blue); }
.rchip.on { background: var(--text); color: var(--bg); border-color: var(--text); }
.rchip.on small { background: var(--bg); color: var(--text); }
.rchip.empty-r { opacity: .4; }
@media (max-width: 1100px) { .type-cards { grid-template-columns: repeat(3, 1fr); } }
.filter-panel, .filter-panel > *, .region-row, .region-chips, .type-cards { min-width: 0; max-width: 100%; }
@media (max-width: 760px) {
  .filter-panel { position: static; padding: 12px; }
  .type-cards { display: flex; overflow-x: auto; scrollbar-width: none; margin: 0 -12px; padding: 2px 12px 4px; }
  .type-cards::-webkit-scrollbar, .region-chips::-webkit-scrollbar { display: none; }
  .tcard { flex: 0 0 auto; padding: 10px 12px; }
  .tc-txt small { display: none; }
  .tc-ic { width: 34px; height: 34px; font-size: 17px; }
  .region-row { flex-direction: column; align-items: stretch; gap: 8px; }
  .region-chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin: 0 -12px; padding: 0 12px 2px; }
  .rchip { flex: 0 0 auto; }
}

/* Offer bar */
.announce { background: linear-gradient(90deg, var(--red), #ff4d6d); color: #fff; font-size: 14px; font-weight: 700; }
.announce .container { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 9px 36px; position: relative; text-align: center; flex-wrap: wrap; }
.announce a { background: #fff; color: var(--red); padding: 3px 12px; border-radius: 999px; font-size: 13px; white-space: nowrap; }
.announce-x { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #fff; font-size: 20px; cursor: pointer; opacity: .85; }
.topbar-track { font-weight: 700; color: #fff; }
.topbar .container > span:last-child { align-items: center; }

/* Hero country buttons */
.hero .chips { margin-top: 30px; gap: 10px; }
.hero .chips a { padding: 9px 16px; font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .2s; }
.hero .chips a:hover { background: rgba(255,255,255,.25); transform: translateY(-2px); }
.hero .chips .chip-all { background: #fff; color: var(--navy); border-color: #fff; font-weight: 800; }
.hero .chips .chip-all:hover { background: var(--red); color: #fff; border-color: var(--red); }
a.hero-badge:hover { background: rgba(255,255,255,.18); }

/* Offer labels */
.offer-ribbon { position: absolute; z-index: 4; left: 0; top: 64px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; padding: 5px 12px 5px 14px; border-radius: 0 999px 999px 0; box-shadow: 0 6px 14px -6px rgba(0,0,0,.5); transform: translateZ(60px); max-width: 85%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.offer-pill { display: inline-block; margin-top: 10px; background: var(--red); color: #fff; font-weight: 800; padding: 6px 16px; border-radius: 999px; font-size: 15px; }

/* Offer popup */
.offer-pop { position: relative; }
.offer-top { background: linear-gradient(140deg, var(--blue), var(--navy)); color: #fff; padding: 28px 26px 22px; border-radius: 22px 22px 0 0; }
.offer-top h3 { font-size: 24px; margin: 14px 0 6px; }
.offer-top p { color: #d4dcf0; }
.offer-x { position: absolute; right: 14px; top: 12px; background: rgba(255,255,255,.15); color: #fff; border: 0; width: 32px; height: 32px; border-radius: 50%; font-size: 20px; cursor: pointer; }

/* Track application */
.track-wrap { display: grid; grid-template-columns: 360px 1fr; gap: 26px; align-items: start; }
.track-form { display: grid; gap: 14px; }
.track-steps { display: grid; gap: 0; }
.ts { display: flex; align-items: center; gap: 12px; padding: 7px 0; color: var(--muted); position: relative; }
.ts:not(:last-child)::after { content: ''; position: absolute; left: 13px; top: 34px; height: calc(100% - 26px); width: 2px; background: var(--line); }
.ts i { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: 13px; background: var(--surface); flex-shrink: 0; z-index: 1; }
.ts.done { color: var(--text); }
.ts.done i { background: var(--green); border-color: var(--green); color: #fff; }
.ts.done:not(:last-child)::after { background: var(--green); }
.ts.now span { font-weight: 800; color: var(--blue); }
.ts.now i { box-shadow: 0 0 0 5px color-mix(in srgb, var(--green) 25%, transparent); }
.track-log { display: grid; gap: 10px; }
.track-log > div { padding: 12px 14px; border-radius: 12px; background: var(--bg); border: 1px solid var(--line); }
.track-log small { display: block; color: var(--muted); font-size: 12px; }
.track-log p { margin-top: 4px; font-size: 14px; }
@media (max-width: 860px) { .track-wrap { grid-template-columns: 1fr; } }

/* Policy pages */
.policy { max-width: 820px; }
.policy h2 { font-size: 22px; margin: 28px 0 8px; color: var(--blue); }
.policy p { margin: 8px 0; color: var(--text); }
.policy ul { margin: 8px 0 8px 20px; display: grid; gap: 6px; }
.foot-legal a { text-decoration: underline; text-underline-offset: 3px; }

/* Home link + nav search button */
.nav-links a.nav-home { display: inline-flex; align-items: center; gap: 6px; }
.nav-home svg { color: var(--red); margin-top: -2px; }
.nav-search { white-space: nowrap; flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 10px 0 12px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--bg); color: var(--muted); font-weight: 600; font-size: 14px; cursor: pointer; transition: border-color .2s, color .2s; }
.nav-search:hover { border-color: var(--blue); color: var(--blue); }
.nav-search kbd { font: 700 11px var(--sans); padding: 2px 6px; border-radius: 6px; background: var(--surface); border: 1px solid var(--line); color: var(--muted); }
@media (max-width: 1180px) { .nav-search span, .nav-search kbd { display: none; } .nav-search { width: 38px; justify-content: center; padding: 0; } }
.nav .logo { flex-shrink: 0; }
.nav-links { gap: 22px; }
.nav-links a, .dd-btn { white-space: nowrap; }
@media (max-width: 1320px) { .nav-cta .btn-outline { display: none; } }   /* "Visa Countries" menu already covers it */
@media (max-width: 1080px) and (min-width: 861px) { .nav-links { gap: 16px; font-size: 14px; } }
@media (max-width: 480px) {
  .nav-cta .btn-red { display: none; }   /* phones: WhatsApp button + menu cover consultation */
  .nav .logo img { height: 38px; }
}

/* Visa search box (hero + popup) */
.sbox { position: relative; margin-top: 30px; max-width: 640px; }
.sbox-field { display: flex; align-items: center; gap: 6px; background: #fff; border-radius: 18px; padding: 8px 8px 8px 18px; box-shadow: 0 24px 50px -18px rgba(0,0,0,.55); border: 2px solid transparent; transition: border-color .2s, box-shadow .2s; }
.sbox-field:focus-within { border-color: var(--red-light); box-shadow: 0 0 0 6px rgba(255,90,116,.18), 0 24px 50px -18px rgba(0,0,0,.55); }
.sbox-ic { color: var(--blue); display: flex; }
.sbox-field input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 17px; font-weight: 600; color: #0f172a; padding: 10px 4px; }
.sbox-field input::placeholder { color: #8a94a8; font-weight: 500; }
.sbox-field input::-webkit-search-cancel-button { display: none; }
.sbox-clear { width: 30px; height: 30px; border-radius: 50%; border: 0; background: #eef1f6; color: #475569; font-size: 18px; cursor: pointer; }
.sbox-go { border-radius: 12px !important; padding: 13px 22px !important; }
.sbox-types { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.sbox-types button { padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(6px); }
.sbox-types button.on, .sbox-types button:hover { background: #fff; color: var(--navy); border-color: #fff; }
.sbox-results { position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 30; background: #fff; color: #0f172a; border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(5,12,30,.55); max-height: 440px; overflow: auto; display: none; padding: 6px; }
.sbox-results.open { display: block; }
.sr-head { padding: 10px 12px 6px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #64748b; }
.sr { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; }
.sr:hover, .sr.hl { background: #f1f5ff; }
.sr-flag { width: 36px; flex-shrink: 0; display: flex; }
.sr-flag .fl { height: 24px; width: 36px; object-fit: cover; border-radius: 4px; }
.sr-main { flex: 1; min-width: 0; }
.sr-main b { display: block; font-size: 15px; }
.sr-main small { display: block; color: #64748b; font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sr-meta { display: grid; justify-items: end; gap: 1px; text-align: right; flex-shrink: 0; }
.sr-meta b { color: #0F4E9D; font-size: 15px; }
.sr-meta small { color: #64748b; font-size: 11.5px; }
.sr-badge { font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; background: #e8efff; color: #0F4E9D; }
.sr-badge.evisa { background: #dcfce7; color: #166534; }
.sr-badge.free, .sr-badge.voa { background: #fef3c7; color: #92400e; }
.sr-badge.sch { background: #eef2ff; color: #3730a3; }
.sr-all { display: block; text-align: center; padding: 12px; margin-top: 4px; border-top: 1px solid #eef1f6; font-weight: 800; color: #0F4E9D; }
.sr-all:hover, .sr-all.hl { background: #f1f5ff; border-radius: 12px; }
.sr-empty { display: grid; gap: 6px; justify-items: start; padding: 16px; }
.sr-empty span { color: #64748b; }

/* search popup */
.search-ov { position: fixed; inset: 0; z-index: 120; background: rgba(5,12,30,.62); backdrop-filter: blur(8px); display: none; justify-content: center; align-items: flex-start; padding: 8vh 16px 16px; }
.search-ov.open { display: flex; animation: pop .2s ease; }
.search-ov-box { width: min(680px, 100%); background: linear-gradient(160deg, var(--navy), var(--navy-2)); border-radius: 24px; padding: 22px; box-shadow: var(--shadow-lg); color: #fff; }
.search-ov-head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.search-ov-head b { font-size: 20px; }
.search-ov-head .muted { color: #9fb0d6; }
.search-ov-x { margin-left: auto; background: rgba(255,255,255,.1); border: 0; color: #fff; width: 34px; height: 34px; border-radius: 50%; font-size: 20px; cursor: pointer; }
.sbox-inline { margin-top: 16px; max-width: none; }
.sbox-inline .sbox-results { position: static; display: block; margin-top: 14px; max-height: min(52vh, 480px); box-shadow: none; }
@media (max-width: 560px) {
  .sbox-go { display: none; }
  .sbox-field input { font-size: 16px; }
  .sr-meta small { display: none; }
  .search-ov { padding: 12px 10px; }
}

/* Visa Countries dropdown */
.dd { position: relative; display: flex; align-items: center; }
.dd-menu { position: absolute; top: 100%; left: -14px; min-width: 250px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 8px; display: none; flex-direction: column; z-index: 60; }
.dd:hover .dd-menu, .dd:focus-within .dd-menu { display: flex; }
.dd-menu a { padding: 10px 12px !important; border-radius: 10px; font-size: 14px; white-space: nowrap; }
.dd-menu a::after { display: none; }
.dd-menu a:hover { background: var(--bg); color: var(--blue); }
.tabs small { opacity: .6; font-weight: 700; margin-left: 2px; }
.schengen-chips a { background: var(--surface); border-color: var(--line); color: var(--text); }
.schengen-chips a:hover { border-color: var(--blue); color: var(--blue); background: var(--surface); }
.schengen-chips a.on { background: var(--blue); color: #fff; border-color: var(--blue); }
@media (max-width: 860px) {
  .dd { flex-direction: column; align-items: flex-start; }
  .dd-menu { position: static; display: flex; box-shadow: none; border: 0; padding: 4px 0 0 12px; min-width: 0; background: transparent; }
}

/* Raleway ExtraBold for headings (brand primary font) */
.h2, .hero h1, .dest h3, .c-hero h1, .c-sec h2, .pkg .amt, .trust-grid b, .step::before, .values b,
.rating-sum b, .hero-caption strong, .why-visual .float b { font-weight: 800; letter-spacing: -.015em; }
body { font-weight: 500; }
.dark .eyebrow, .contact-info .eyebrow { color: var(--red-light) !important; }
.step::before { color: var(--red-light); }
.hero-badge b { background: var(--red); color: #fff; }
.tl .n { color: #fff; background: var(--blue); }
.nav-links a::after { background: var(--red); }
.hero-flight path { stroke: var(--red-light); }

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