:root {
  --bg: #ffffff;
  --text: #10233f;
  --muted: #5e6f86;
  --line: #d8e3f2;
  --soft: #eef5ff;
  --surface: #ffffff;
  --surface-2: #f6f9ff;
  --field-bg: #f6f9ff;
  --field-text: #40546f;
  --primary: #1f6feb;
  --primary-dark: #0f2f59;
  --accent: #f28c28;
  --accent-soft: #fff2e4;
  --header-bg: rgba(255,255,255,.94);
  --shadow-soft: rgba(15, 23, 42, .08);
  --shadow-strong: rgba(15, 23, 42, .18);
  --white: #fff;
}
html[data-theme="dark"] {
  --bg: #071426;
  --text: #f4f8ff;
  --muted: #b4c3d8;
  --line: rgba(170, 198, 235, .2);
  --soft: rgba(76, 145, 255, .14);
  --surface: #0f2038;
  --surface-2: #142a48;
  --field-bg: #10243f;
  --field-text: #e5efff;
  --primary: #6aa7ff;
  --primary-dark: #06101f;
  --accent: #ffad57;
  --accent-soft: rgba(255, 173, 87, .16);
  --header-bg: rgba(7,20,38,.92);
  --shadow-soft: rgba(0, 0, 0, .28);
  --shadow-strong: rgba(0, 0, 0, .42);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, Inter, Arial, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(31,111,235,.1), transparent 34%), radial-gradient(circle at top right, rgba(242,140,40,.1), transparent 30%), var(--bg); overflow-x: hidden; transition: background-color .25s ease, color .25s ease; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.site-header { position: relative; z-index: 30; background: var(--header-bg); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.topbar { height: 42px; display: flex; align-items: center; justify-content: space-between; color: #507080; font-size: 13px; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 800; font-size: 22px; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px var(--shadow-soft); }
.menu-wrap { display: flex; align-items: center; gap: 24px; }
.site-menu { list-style: none; display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; font-size: 14px; font-weight: 700; }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--surface); color: var(--text); border-radius: 8px; min-width: 58px; height: 44px; padding: 0 10px; font-size: 13px; font-weight: 800; }
.theme-toggle { width: 48px; height: 36px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--text); display: inline-grid; grid-template-columns: 1fr 1fr; align-items: center; justify-items: center; padding: 3px; cursor: pointer; box-shadow: 0 10px 28px var(--shadow-soft); transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.theme-toggle:hover { transform: translateY(-2px); border-color: rgba(31,111,235,.34); }
.theme-toggle span { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; line-height: 1; }
.theme-toggle-sun { background: var(--accent-soft); color: var(--accent); }
.theme-toggle-moon { color: var(--muted); }
html[data-theme="dark"] .theme-toggle-sun { background: transparent; color: var(--muted); }
html[data-theme="dark"] .theme-toggle-moon { background: rgba(41,198,189,.18); color: var(--primary); }
.btn { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 8px; padding: 13px 18px; font-weight: 800; font-size: 14px; background: var(--primary); color: #fff; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0, 156, 149, .22); }
.btn.secondary { background: var(--accent); color: var(--text); }
.btn.ghost { background: transparent; color: var(--text); border: 1px solid var(--text); }
.btn.full, .full { width: 100%; }
.hero { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 54px; padding: 74px 0 86px; }
.eyebrow, .badge { display: inline-flex; padding: 8px 12px; border-radius: 8px; background: var(--soft); color: var(--primary); font-size: 13px; font-weight: 800; }
h1, h2, h3 { letter-spacing: 0; color: var(--text); font-family: "Playfair Display", Georgia, serif; }
h1 { margin: 0; font-size: clamp(40px, 5vw, 60px); line-height: 1.03; }
h2 { margin: 0; font-size: clamp(30px, 3vw, 38px); line-height: 1.15; }
h3 { margin: 0 0 10px; font-size: 20px; }
p { color: var(--muted); line-height: 1.66; }
.lead { margin: 22px 0 28px; max-width: 650px; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.visual { min-height: 560px; border-radius: 8px; overflow: hidden; position: relative; background: linear-gradient(135deg, rgba(15,47,89,.84), rgba(242,140,40,.2)), var(--hero); background-size: cover; background-position: center; box-shadow: 0 28px 80px var(--shadow-soft); }
.visual::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(180deg, transparent, rgba(15,47,89,.34)); pointer-events: none; }
.body-loaded .visual, body.is-loaded .visual { animation: ewvKenBurns 11s ease-out both; }
.motion-parallax { transform: translate3d(var(--mx, 0), var(--my, 0), 0); transition: transform .28s ease; will-change: transform; }
.floating { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 24px 70px var(--shadow-strong); animation: ewvFloatSoft 5.6s ease-in-out infinite; }
.floating.phone { animation-delay: .65s; z-index: 3; }
.quick-card { left: 24px; top: 34px; width: min(220px, calc(100% - 340px)); z-index: 2; }
.quick-card p { margin: 10px 0 0; }
.phone { right: 24px; top: 24px; bottom: auto; width: min(292px, calc(100% - 280px)); min-width: 270px; height: auto; padding: 16px; border-radius: 34px; background: var(--surface); }
.phone.is-active { animation: ewvPhoneTap .65s ease both; }
.phone-screen { min-height: 488px; height: auto; border-radius: 24px; padding: 18px; background: linear-gradient(180deg, var(--surface-2), var(--surface)); display: grid; gap: 10px; align-content: start; box-shadow: inset 0 0 0 1px rgba(31,111,235,.08); }
.phone-top { display: flex; align-items: start; justify-content: space-between; gap: 10px; margin-bottom: 2px; }
.phone-top b { color: var(--text); }
.phone-top small { color: var(--muted); font-size: 11px; font-weight: 800; white-space: nowrap; }
.phone-field { display: grid; gap: 6px; margin: 0; }
.phone-field span { display: block; height: auto; margin: 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; }
.phone-field select,
.phone-field input { min-height: 46px; padding: 10px 12px; border-radius: 8px; background: var(--surface); border: 1px solid var(--line); color: var(--text); font-size: 13px; }
.phone-field select:focus,
.phone-field input:focus { border-color: rgba(31,111,235,.55); box-shadow: 0 0 0 4px rgba(31,111,235,.1); }
.phone-checks { display: grid; gap: 8px; margin: 2px 0; }
.phone-checks label { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--muted); font-size: 12px; font-weight: 800; }
.phone-checks input { width: 16px; height: 16px; min-height: 0; padding: 0; accent-color: var(--primary); }
.phone-screen .btn { width: 100%; margin-top: 4px; min-height: 46px; animation: ewvButtonPulse 2.6s ease-in-out infinite; }
.phone-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 2px 0; }
.phone-progress i { display: block; height: 5px; border-radius: 999px; background: linear-gradient(90deg, var(--primary), var(--accent)); opacity: .42; animation: ewvProgressGlow 2.4s ease-in-out infinite; }
.phone-progress i:nth-child(2) { animation-delay: .18s; }
.phone-progress i:nth-child(3) { animation-delay: .36s; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; max-width: 590px; }
.stat, .card, .step, .faq, .review, .form, .info-box, .result-panel, .timeline, .news, .content-card { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.stat { padding: 18px; }
.stat b { display: block; font-size: 28px; margin-bottom: 4px; }
.searchbox { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding: 18px; margin-top: -36px; position: relative; z-index: 2; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.visa-finder { grid-template-columns: minmax(180px, 1.1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto; align-items: center; box-shadow: 0 22px 70px rgba(15, 23, 42, .08); }
.finder-label b { display: block; font-size: 18px; }
.finder-label span { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
select, input, textarea { width: 100%; min-width: 0; border-radius: 8px; padding: 14px 16px; background: var(--field-bg); border: 1px solid var(--line); color: var(--field-text); font: inherit; }
select:focus, input:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(31,111,235,.24); outline-offset: 2px; }
textarea { min-height: 120px; resize: vertical; }
.section { padding: 70px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-head p { max-width: 570px; margin: 12px 0 0; }
.grid { display: grid; gap: 16px; }
.cards-grid { grid-template-columns: repeat(4, 1fr); }
.card { padding: 22px; min-height: 150px; }
.card, .step, .news, .review-card { transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.card:hover, .news:hover, .review-card:hover, .step:hover { transform: translateY(-4px); border-color: rgba(31,111,235,.32); box-shadow: 0 24px 60px var(--shadow-soft); }
.service-card { display: flex; flex-direction: column; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 18px; }
.card-actions a { color: var(--primary); font-weight: 800; font-size: 13px; }
.flag { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--surface),var(--soft)); color: var(--primary); font-weight: 800; margin-bottom: 18px; box-shadow: inset 0 0 0 1px rgba(31,111,235,.14), 0 16px 36px var(--shadow-soft); overflow: hidden; }
.flag img, .flag-svg, .flag-svg svg, .flag-fallback, .flag-fallback svg { width: 42px; height: 30px; display: block; border-radius: 5px; box-shadow: 0 4px 12px rgba(15,47,89,.18); }
.flag-svg svg, .flag-fallback svg { overflow: hidden; }
.flag-fallback { display: grid; place-items: center; background: transparent; color: var(--primary); line-height: 1; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 24px; }
.num { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--primary); color: #fff; font-weight: 800; margin-bottom: 18px; }
.two, .split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 30px; align-items: start; }
.big-review { padding: 28px; }
.review { padding: 26px; margin-bottom: 14px; }
.review strong { display: block; margin-top: 15px; color: var(--text); }
.legacy-reviews { display: none; }
.reviews-section { position: relative; }
.rating-summary { min-width: 170px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: 0 18px 44px var(--shadow-soft); text-align: right; }
.rating-summary, .review-card { text-decoration: none; color: inherit; }
.rating-summary span, .review-stars { display: block; color: var(--accent); letter-spacing: 2px; font-size: 18px; line-height: 1; }
.rating-summary b { display: block; margin-top: 7px; font-size: 30px; color: var(--text); }
.rating-summary small { display: block; color: var(--muted); font-weight: 800; }
.reviews-grid { display: grid; grid-template-columns: 1.15fr .92fr .92fr; gap: 18px; }
.review-card { position: relative; overflow: hidden; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, var(--surface), var(--surface-2)); box-shadow: 0 20px 55px var(--shadow-soft); }
.review-card::after { content: "G"; position: absolute; right: 18px; top: 12px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--primary); font-weight: 900; }
.review-card p { margin: 18px 0 22px; font-size: 17px; line-height: 1.75; color: var(--text); }
.featured-review { background: linear-gradient(135deg, rgba(31,111,235,.12), rgba(242,140,40,.12)), var(--surface); }
.review-author { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: center; }
.review-author span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 900; }
.review-author strong { color: var(--text); }
.review-author small { color: var(--muted); font-weight: 800; }
.faq-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.faq { padding: 18px 20px; margin-bottom: 12px; }
.faq b { display: block; margin-bottom: 7px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news { overflow: hidden; }
.news-img { height: 178px; background-size: cover; background-position: center; overflow: hidden; }
.news-img img { transition: transform .45s ease; }
.news:hover .news-img img { transform: scale(1.06); }
.news-body { padding: 20px; }
.post-date { display: inline-flex; margin-bottom: 10px; color: var(--primary); font-size: 13px; font-weight: 800; }
.cta { margin-top: 34px; border-radius: 8px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--primary-dark); color: #fff; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,.78); margin: 8px 0 0; }
.subhero { padding: 78px 0 44px; display: grid; grid-template-columns: 1fr .82fr; gap: 48px; align-items: center; }
.single-subhero, .result-hero { grid-template-columns: 1fr; }
.breadcrumb { color: var(--primary); font-size: 13px; font-weight: 800; margin-bottom: 14px; }
.image-tile { border-radius: 8px; min-height: 430px; background-size: cover; background-position: center; overflow: hidden; }
.info-box { padding: 26px; }
.info-box + .info-box { margin-top: 16px; }
.contact-summary .btn { margin: 0 8px 8px 0; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 30px; align-items: start; padding: 34px 0 70px; }
.form { padding: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid textarea { grid-column: 1 / -1; }
.form .btn { margin-top: 14px; }
.map { height: 330px; border-radius: 8px; background: linear-gradient(135deg, rgba(31,111,235,.18), rgba(242,140,40,.18)), url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80'); background-size: cover; background-position: center; border: 1px solid var(--line); margin-bottom: 16px; }
.result-layout { display: grid; grid-template-columns: 340px 1fr; gap: 24px; padding-bottom: 70px; }
.filter-card { background: var(--primary-dark); color: #fff; border-radius: 8px; padding: 24px; }
.filter-card p { color: rgba(255,255,255,.72); }
.filter-card select { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); color: #fff; margin-bottom: 12px; }
.filter-card option { color: var(--text); }
.result-panel { padding: 26px; }
.result-top { display: flex; justify-content: space-between; gap: 22px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.result-top h2 { margin-top: 14px; }
.docs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
.doc { padding: 15px; border-radius: 8px; background: var(--surface-2); color: var(--muted); font-weight: 700; }
.timeline { padding: 22px; margin-top: 18px; }
.timeline-row { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid #e4eef1; }
.timeline-row:last-child { border-bottom: 0; }
.page-content { padding-top: 40px; }
.content-card { padding: 32px; }
.site-footer { background: var(--primary-dark); color: #fff; margin-top: 70px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 32px 0; }
.footer-inner p, .footer-inner a { color: rgba(255,255,255,.82); margin: 0; }
.footer-brand { color: #fff; }
.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 24px; padding-bottom: 24px; }
.metric { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.metric b { display: block; font-size: 30px; margin-bottom: 8px; }
.metric span { color: var(--muted); line-height: 1.55; }
.process-band { padding-top: 28px; }
.contact-stack { display: grid; gap: 16px; }
.check-list { margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--muted); }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--primary); box-shadow: inset 0 0 0 3px #dff5f2; }
.form-page-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; padding-bottom: 70px; }
.form-guidance { display: grid; gap: 16px; }
.form-side-card { background: var(--primary-dark); color: #fff; }
.form-side-card h2 { color: #fff; }
.form-side-card p { color: rgba(255,255,255,.78); }
.mini-timeline { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.mini-timeline:last-child { border-bottom: 0; }
.mini-timeline b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; background: var(--soft); color: var(--primary); }
.cf7-shell .wpcf7-form { display: grid; gap: 14px; }
.cf7-shell .wpcf7-form p { margin: 0; }
.cf7-shell input, .cf7-shell select, .cf7-shell textarea { background: var(--field-bg); border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; width: 100%; }
.cf7-shell input[type="submit"] { background: var(--primary); color: #fff; border: 0; font-weight: 800; cursor: pointer; }
.post-hero { display: grid; grid-template-columns: 1fr .72fr; gap: 42px; align-items: center; padding: 76px 0 36px; }
.post-hero .breadcrumb a { color: var(--primary); }
.post-featured { min-height: 360px; border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; border: 1px solid var(--line); }
.post-featured img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; padding-bottom: 70px; }
.post-content { padding: 34px; }
.post-content h2, .post-content h3 { margin-top: 28px; }
.post-content p, .post-content li { font-size: 17px; line-height: 1.75; color: var(--muted); }
.post-sidebar { display: grid; gap: 16px; position: sticky; top: 24px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card a { display: block; height: 100%; }
.news-img img { width: 100%; height: 178px; object-fit: cover; display: block; }
.news-img.fallback { background-size: cover; background-position: center; }
.pagination { margin-top: 28px; }
.site-search-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 620px; margin-top: 20px; }
.empty-state { grid-column: 1 / -1; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ewv-floating-support { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; gap: 10px; justify-items: end; }
.ewv-float-btn { border: 0; border-radius: 999px; padding: 10px 14px 10px 10px; display: inline-flex; align-items: center; gap: 9px; background: var(--surface); color: var(--text); font: 800 13px/1 Manrope, Arial, sans-serif; box-shadow: 0 18px 46px var(--shadow-strong); cursor: pointer; animation: ewvFloatPulse 2.8s ease-in-out infinite; }
.ewv-whatsapp-open { background: #19b15f; color: #fff; animation-delay: .25s; }
.ewv-passport-open { background: var(--primary-dark); color: #fff; }
.ewv-floating-support .ewv-passport-open { position: fixed; left: 22px; right: auto; bottom: 22px; }
.ewv-float-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); font-size: 18px; }
.ewv-chat-panel { position: fixed; right: 22px; bottom: 136px; z-index: 90; width: min(360px, calc(100vw - 32px)); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 28px 80px var(--shadow-strong); overflow: hidden; opacity: 0; transform: translateY(16px) scale(.96); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.ewv-chat-panel.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.ewv-chat-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 16px; background: linear-gradient(135deg,var(--primary-dark),#19b15f); color: #fff; }
.ewv-chat-head strong, .ewv-chat-head span { display: block; color: #fff; }
.ewv-chat-head span { margin-top: 3px; font-size: 12px; opacity: .78; }
.ewv-chat-head button, .ewv-modal-close { border: 0; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); color: #fff; font-size: 22px; cursor: pointer; }
.ewv-chat-body { padding: 18px; }
.ewv-chat-body p { margin-top: 0; }
.ewv-chat-body textarea { margin-bottom: 12px; }
.ewv-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.ewv-modal.is-open { opacity: 1; pointer-events: auto; }
.ewv-modal-backdrop { position: absolute; inset: 0; background: rgba(10,21,30,.58); backdrop-filter: blur(8px); }
.ewv-modal-card { position: relative; width: min(520px, 100%); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 34px 90px rgba(0,0,0,.28); transform: translateY(18px) scale(.97); transition: transform .22s ease; }
.ewv-modal.is-open .ewv-modal-card { transform: translateY(0) scale(1); }
.ewv-modal-close { position: absolute; right: 14px; top: 14px; background: var(--surface-2); color: var(--text); }
.ewv-passport-form { display: grid; gap: 10px; margin-top: 18px; }
.ewv-passport-form label { font-weight: 800; font-size: 13px; color: var(--muted); }
.ewv-passport-result { margin-top: 16px; padding: 14px; border-radius: 8px; display: none; line-height: 1.55; }
.ewv-passport-result.is-loading, .ewv-passport-result.is-success, .ewv-passport-result.is-error { display: grid; gap: 3px; }
.ewv-passport-result.is-loading { background: var(--surface-2); color: var(--muted); }
.ewv-passport-result.is-success { background: #edf9f2; color: #17633b; border: 1px solid #c8ead6; }
.ewv-passport-result.is-error { background: #fff2f2; color: #9f2f2f; border: 1px solid #ffd6d6; }
.ewv-passport-result strong { font-size: 22px; font-family: "Playfair Display", Georgia, serif; }
.ewv-passport-appointment { display: block; margin-top: 8px; padding: 10px 12px; border-radius: 8px; background: #eaf2ff; color: #1f5fbf; font-weight: 900; }
.ewv-passport-warning { display: block; margin-top: 10px; color: #d11f3f; font-style: normal; font-weight: 900; line-height: 1.45; }
.ewv-modal-lock { overflow: hidden; }
.animate-in { opacity: 1; transform: none; }
.ewv-animate-ready .animate-in { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--ewv-delay, 0ms); }
.ewv-animate-ready .animate-in.is-visible { opacity: 1; transform: translateY(0); }
.ewv-animate-ready .card,
.ewv-animate-ready .step,
.ewv-animate-ready .document-row,
.ewv-animate-ready .news { animation: ewvFloatIn .55s ease both; animation-delay: var(--ewv-delay, 0ms); }
@keyframes ewvFloatIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ewvFloatSoft { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes ewvKenBurns { from { background-size: 104%; } to { background-size: 112%; } }
@keyframes ewvFloatPulse { 0%, 100% { transform: translateY(0); box-shadow: 0 18px 46px rgba(15,23,42,.18); } 50% { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(15,23,42,.22); } }
@keyframes ewvButtonPulse { 0%, 100% { box-shadow: 0 10px 24px rgba(31,111,235,.18); } 50% { box-shadow: 0 16px 34px rgba(31,111,235,.32); } }
@keyframes ewvProgressGlow { 0%, 100% { opacity: .35; transform: scaleX(.84); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes ewvPhoneTap { 0%, 100% { transform: translateY(0) scale(1); } 40% { transform: translateY(-5px) scale(1.015); } }
.card, .step, .news, .info-box, .result-panel, .timeline, .form { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card:hover, .step:hover, .news:hover, .info-box:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(15, 23, 42, .08); border-color: rgba(31,111,235,.28); }
.country-hero { background: linear-gradient(135deg, var(--primary-dark), #0c5c60); color: #fff; margin-top: 20px; }
.country-hero-inner { display: grid; grid-template-columns: 1fr 360px; gap: 42px; align-items: center; padding: 72px 0; }
.country-hero h1, .country-hero .lead { color: #fff; }
.country-hero .breadcrumb { color: rgba(255,255,255,.74); }
.btn.light, .btn.ghost.light { color: #fff; border-color: rgba(255,255,255,.7); }
.hero-apply-card { background: var(--surface); border-radius: 8px; padding: 24px; color: var(--text); box-shadow: 0 26px 70px rgba(0,0,0,.18); display: grid; gap: 12px; }
.hero-apply-card h2 { font-size: 26px; }
.hero-apply-card p { margin: 0 0 4px; }
.detail-layout { display: grid; grid-template-columns: minmax(190px, 240px) minmax(0, 1fr) minmax(250px, 300px); gap: 22px; align-items: start; padding: 42px 0 80px; }
.detail-menu, .detail-apply .sticky-apply { position: sticky; top: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.detail-menu h3, .sticky-apply h3 { margin-top: 0; }
.detail-menu a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.detail-menu a:last-child { border-bottom: 0; color: var(--primary); }
.detail-content { display: grid; gap: 18px; }
.detail-section { min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 28px; }
.detail-section h2 { margin: 10px 0 12px; }
.service-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.service-tabs a { padding: 10px 12px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line); font-weight: 800; font-size: 13px; }
.service-tabs a.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.document-list { display: grid; gap: 10px; margin-top: 18px; }
.document-row { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 13px; background: var(--surface-2); }
.document-row b { color: var(--primary); }
.compact-steps { grid-template-columns: repeat(2, 1fr); }
.info-grid-section { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-list { display: grid; gap: 10px; margin-top: 18px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: var(--surface-2); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin-bottom: 0; }
.sticky-apply select { margin-bottom: 12px; }
.whatsapp-line { display: block; text-align: center; margin-top: 12px; color: var(--primary); font-weight: 800; }
@media (max-width: 1024px) {
  .hero, .subhero, .two, .split, .contact-grid, .result-layout { grid-template-columns: 1fr; }
  .cards-grid, .steps, .value-strip, .post-grid, .reviews-grid, .faq-strip { grid-template-columns: repeat(2, 1fr); }
  .form-page-layout, .post-hero, .post-layout, .country-hero-inner, .detail-layout, .visa-finder { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }
  .detail-menu, .detail-apply .sticky-apply { position: static; }
  .detail-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .detail-menu h3 { grid-column: 1 / -1; }
  .detail-menu a { border: 1px solid #e8f0f2; border-radius: 8px; padding: 10px 12px; }
  .visual { min-height: 520px; }
  .result-top { flex-direction: column; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar { height: auto; padding: 10px 0; gap: 8px; flex-direction: column; align-items: flex-start; }
  .nav { min-height: 70px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .menu-wrap { display: none; position: absolute; left: 14px; right: 14px; top: 124px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; z-index: 20; box-shadow: 0 20px 60px var(--shadow-strong); }
  .menu-wrap.open { display: block; }
  .site-menu { display: grid; gap: 14px; margin-bottom: 14px; }
  .brand { font-size: 18px; }
  .brand img { width: 42px; height: 42px; }
  .hero { padding: 34px 0 44px; gap: 28px; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .lead { font-size: 17px; }
  .stats, .searchbox, .visa-finder, .cards-grid, .steps, .news-grid, .form-grid, .docs, .value-strip, .post-grid, .compact-steps, .info-grid-section, .site-search-form, .reviews-grid, .faq-strip { grid-template-columns: 1fr; }
  .searchbox { margin-top: 0; }
  .visual { min-height: auto; padding: 18px; display: grid; gap: 16px; }
  .quick-card { position: relative; left: auto; right: auto; top: auto; width: 100%; }
  .phone { position: relative; right: auto; top: auto; width: 100%; min-width: 0; padding: 12px; border-radius: 26px; }
  .phone-screen { min-height: auto; border-radius: 18px; padding: 14px; }
  .phone-top { display: grid; }
  .phone-top small { white-space: normal; }
  .phone-field select, .phone-field input { min-height: 48px; font-size: 16px; }
  .phone-checks label { min-height: 44px; font-size: 13px; }
  .phone-screen .btn { min-height: 50px; }
  .country-hero-inner { padding: 44px 0; }
  .hero-apply-card, .detail-section, .sticky-apply, .detail-menu { padding: 18px; }
  .detail-menu { grid-template-columns: 1fr; }
  .document-row { grid-template-columns: 42px 1fr; }
  .section { padding: 46px 0; }
  .section-head, .cta { align-items: flex-start; flex-direction: column; }
  .image-tile { min-height: 300px; }
  .timeline-row { grid-template-columns: 1fr; gap: 4px; }
  .ewv-floating-support { right: 14px; bottom: 14px; }
  .ewv-floating-support .ewv-passport-open { left: 14px; bottom: 14px; }
  .ewv-float-btn span:last-child { display: none; }
  .ewv-chat-panel { right: 14px; bottom: 92px; }
  .ewv-modal-card { padding: 24px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
