/* Entry.com parity, reference: Entryway Platform public UI, 15 September 2026.
   Typography is referenced by CSS only; no font binaries are distributed. */
:root{--font-display:'Plus Jakarta Sans',ui-sans-serif,system-ui,-apple-system,sans-serif;--font-sans:'Inter',ui-sans-serif,system-ui,-apple-system,sans-serif;--background:hsl(210 20% 98%);--foreground:hsl(215 25% 17%);--card:#fff;--blue:hsl(225 73% 57%);--blue-dark:hsl(225 73% 42%);--ink:hsl(225 30% 8%);--muted:hsl(215 12% 46%);--light:hsl(210 20% 96%);--line:hsl(214 20% 91%);--pale:hsl(225 90% 96%);--hero-accent:hsl(222 92% 63%);--radius:10px;--shadow:0 1px 2px hsl(215 25% 17%/.04),0 4px 16px -4px hsl(215 25% 17%/.06);--shadow-lg:0 4px 12px hsl(215 25% 17%/.06),0 24px 48px -12px hsl(215 25% 17%/.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px;-webkit-text-size-adjust:100%;scrollbar-gutter:stable}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4,.price{font-family:var(--font-display);letter-spacing:-.025em;line-height:1.16;color:var(--ink)}h1,h2,h3,h4{font-weight:700}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{border:0;cursor:pointer}a,button,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,input,select,a,summary{outline-offset:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--blue)}img{max-width:100%;display:block}svg{flex-shrink:0}.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.entry-star{width:28px;height:28px;flex-shrink:0;color:var(--blue)}.wrap{width:min(1232px,calc(100% - 48px));margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border:1px solid transparent;border-radius:999px;padding:11px 24px;font-size:14px;font-weight:600;line-height:1.35;text-align:center;transition:background .16s,border-color .16s,box-shadow .16s}.button .icon{width:17px;height:17px}.primary{background:var(--blue);color:#fff}.primary:hover{background:var(--blue-dark)}.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.secondary:hover{background:var(--pale);border-color:hsl(225 73% 57%/.25)}.text-link{color:var(--blue);font-size:14px;font-weight:600}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.muted{color:var(--muted);font-size:13px}.eyebrow,.mini-label{display:block;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.15em;line-height:1.5;text-transform:uppercase}.skip{position:fixed;left:16px;top:-100px;z-index:1000;background:var(--ink);color:white;padding:12px 18px;border-radius:10px}.skip:focus{top:8px}[hidden]{display:none!important}
/* Fixed brand header */
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:var(--background);border-bottom:1px solid var(--line)}.header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-left,.header-right{display:flex;align-items:center;gap:28px;min-width:0}.brand{display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.wordmark{font-family:var(--font-display);font-size:30px;font-weight:800;letter-spacing:-1.8px;line-height:1}.brand-country{font-size:12px;font-weight:500;color:var(--muted);border-left:1px solid var(--line);margin-left:13px;padding-left:13px;letter-spacing:0}.brand .entry-star{width:26px;height:26px}.locale-label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;white-space:nowrap}.locale-label .icon{width:15px;height:15px}.header-cta{font-size:13px;min-height:40px;padding:9px 20px}.header-right{gap:20px}#main-nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:500;color:var(--muted)}#main-nav>a{padding-block:20px;white-space:nowrap}#main-nav>a:hover,.nav-menu summary:hover{color:var(--ink)}.nav-menu{position:relative}.nav-menu summary{display:flex;align-items:center;gap:5px;list-style:none;cursor:pointer;padding-block:20px}.nav-menu summary::-webkit-details-marker{display:none}.nav-menu summary .icon{width:13px;height:13px}.nav-dropdown{position:absolute;left:-15px;top:52px;display:grid;gap:2px;min-width:240px;padding:10px;background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);color:var(--muted)}.nav-dropdown a{padding:10px 12px;font-size:13px;border-radius:8px}.nav-dropdown a:hover{background:var(--light);color:var(--ink)}.nav-menu[open]>summary .icon{transform:rotate(180deg)}.menu-toggle,.mobile-nav-cta{display:none!important}
/* Full-bleed photographic hero: same hierarchy and conversion bar as Entry. */
.entry-hero{position:relative;isolation:isolate;background:var(--ink);color:#fff}.hero-backdrop{position:absolute;inset:0;z-index:-1;overflow:hidden;background:radial-gradient(ellipse at 90% 20%,#254b63 0,transparent 62%),linear-gradient(125deg,#101523,#172c3c)}.hero-backdrop>img{width:100%;height:100%;object-fit:cover;object-position:70% 44%}.hero-backdrop>img.photo-unavailable{visibility:hidden}.hero-shade{position:absolute;inset:0;background:linear-gradient(to top,hsl(225 30% 8%/.97),transparent 42%),linear-gradient(to right,hsl(225 30% 8%/.92),hsl(225 30% 8%/.70) 53%,hsl(225 30% 8%/.23)),linear-gradient(to bottom,hsl(225 30% 8%/.25),transparent 60%)}.hero-inner{position:relative;width:min(1104px,calc(100% - 48px));padding-top:128px;padding-bottom:44px}.hero-copy{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:hsl(0 0% 100%/.1);border:1px solid hsl(0 0% 100%/.22);border-radius:999px;padding:5px 13px;font-size:10px;font-weight:600;letter-spacing:.14em;backdrop-filter:blur(12px);line-height:1.8}.hero-eyebrow .icon{width:14px;height:14px}.entry-hero h1{margin-top:23px;max-width:820px;font-size:64px;font-weight:800;line-height:1.05;letter-spacing:-.035em;color:var(--background)}.hero-mainline{display:block;white-space:nowrap}.hero-mainline>span{color:var(--hero-accent)}.hero-reasonline{display:flex;align-items:baseline;gap:10px;font-size:35px;margin-top:11px;letter-spacing:-.025em;line-height:1.3}.hero-reasonline>span:first-child{color:hsl(0 0% 100%/.60);font-weight:600}.hero-reasonline>span:last-child{font-weight:800}.hero-lead{margin-top:16px;max-width:690px;color:hsl(0 0% 100%/.75);font-size:16px;line-height:1.7}.hero-chip-rows{margin-top:20px;display:grid;gap:11px;max-width:805px}.hero-chip-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.chip-label{font-size:9px;font-weight:700;letter-spacing:.13em;color:hsl(0 0% 100%/.52);margin-right:4px;min-width:92px}.hero-chip{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid hsl(0 0% 100%/.2);background:hsl(225 30% 8%/.3);backdrop-filter:blur(10px);color:hsl(0 0% 100%/.87);border-radius:999px;padding:6px 12px;min-height:32px;white-space:nowrap;font-size:11px;font-weight:600;transition:background .16s}.hero-chip .icon{width:13px;height:13px}.hero-chip[aria-pressed=true]{background:var(--background);color:var(--ink);border-color:var(--background)}.hero-chip:hover{background:hsl(0 0% 100%/.18)}.hero-chip[aria-pressed=true]:hover{background:#fff}.hero-secondary{display:flex;align-items:center;gap:22px;margin-top:26px}.glass-button{color:#fff;background:hsl(225 30% 8%/.35);border-color:hsl(0 0% 100%/.25);backdrop-filter:blur(12px);font-size:13px;min-height:43px;padding:10px 24px}.glass-button:hover{background:hsl(0 0% 100%/.13)}.hero-secondary>p{font-size:12px;color:hsl(0 0% 100%/.68)}.hero-secondary strong{color:#fff;font-weight:600}.hero-proof{display:flex;align-items:center;gap:30px;flex-wrap:wrap;border-top:1px solid hsl(0 0% 100%/.12);margin-top:32px;padding-top:18px;font-size:10.5px;color:hsl(0 0% 100%/.68)}.hero-proof>span{display:flex;align-items:center;gap:6px}.hero-proof .icon{width:14px;height:14px}
/* Compact white selector, elevated above the hero. */
.journey-finder{position:relative;margin-top:29px;max-width:768px;z-index:20}.finder-label{display:none}.finder-bar{display:grid;grid-template-columns:minmax(210px,1.05fr) minmax(175px,1fr) auto;align-items:stretch;gap:0;background:var(--card);border:1px solid hsl(214 20% 91%/.6);border-radius:28px;padding:6px;box-shadow:0 24px 60px -24px rgb(0 0 0/.45);color:var(--ink)}.finder-fields{display:contents}.field{position:relative;min-width:0;padding:9px 15px}.passport-field{border-right:1px solid var(--line)}.field>label{display:block;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--muted);margin-bottom:2px}.input-wrap{display:flex;align-items:center;position:relative;gap:8px;min-width:0}.input-wrap>.icon{width:15px;height:15px;color:var(--muted)}.input-wrap input,.input-wrap select{font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--ink);width:100%;min-width:0;padding:0 19px 0 0;border:0;background:transparent;line-height:1.6;min-height:25px;appearance:none;border-radius:0;box-shadow:none}.input-wrap input::placeholder{font-weight:500;color:var(--muted);opacity:1}.input-wrap input:focus,.input-wrap select:focus{outline:none}.field:focus-within{border-radius:14px;box-shadow:inset 0 0 0 2px var(--blue)}.input-wrap input[aria-invalid=true]{color:#b42335}.select-chevron{pointer-events:none;position:absolute;right:0;top:4px;color:var(--muted);line-height:1}.select-chevron .icon{width:14px;height:14px}.finder-submit{font-size:13px;min-height:52px;align-self:center;white-space:normal;max-width:225px;padding:13px 22px;gap:10px}.finder-submit .icon{width:16px;height:16px}.finder-note{display:flex;align-items:flex-start;gap:6px;margin-top:10px;font-size:10px;line-height:1.7;color:hsl(0 0% 100%/.65);padding-inline:8px}.finder-note .icon{width:12px;height:12px;margin-top:2px}.selection-summary{font-size:10px;padding-inline:8px;margin-top:4px;color:hsl(0 0% 100%/.8)}.field-error{padding:8px 12px;background:#fff1f2;color:#a71635;border:1px solid #f8ced7;font-size:12px;border-radius:10px;margin-top:8px}.route-message{background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:14px;padding:16px;margin-top:12px;font-size:13px;line-height:1.8}.route-message a{color:var(--blue);text-decoration:underline}.country-menu{position:absolute;left:0;top:calc(100% + 9px);min-width:100%;width:300px;max-width:calc(100vw - 40px);max-height:min(360px,52vh);overflow-y:auto;overscroll-behavior:contain;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:16px;padding:6px;z-index:50}.country-option{font-size:13px;padding:10px 12px;border-radius:9px;cursor:pointer;line-height:1.5}.country-option:hover,.country-option.active{background:var(--light)}.country-option[aria-selected=true]{color:var(--blue);background:var(--pale);font-weight:600}.country-empty{padding:12px;font-size:13px;color:var(--muted)}.compact{margin:0;padding:25px;max-width:430px;background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-lg)}.compact .finder-label{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:18px;font-size:12px;font-weight:600;color:var(--ink)}.finder-label>span:first-child{display:flex;align-items:center;gap:7px}.finder-label .icon{color:var(--blue);width:15px;height:15px}.step-tag{color:var(--muted);font-size:10px;font-weight:400}.compact .finder-bar{display:flex;flex-direction:column;border:0;box-shadow:none;border-radius:0;padding:0;background:transparent;gap:12px}.compact .finder-fields{display:grid;gap:12px}.compact .field{border:1px solid var(--line);border-radius:12px;padding:11px 13px}.compact .finder-submit{width:100%;max-width:none;min-height:46px}.compact .finder-note{color:var(--muted);font-size:10px;padding:0}.compact .selection-summary{color:var(--muted);padding:0}
/* Non-interactive handset, matching Entry's photo-hero companion. */
.hero-phone{position:absolute;right:0;top:127px;width:194px;z-index:1;pointer-events:none;transform:rotate(2deg)}.phone-hardware{position:relative;border-radius:40px;background:var(--ink);padding:6px;box-shadow:0 40px 80px -30px rgb(0 0 0/.8);border:1px solid hsl(0 0% 100%/.25)}.phone-hardware::before{content:'';position:absolute;left:-3px;top:85px;width:3px;height:33px;border-radius:3px;background:#161c2b;box-shadow:0 41px 0 #161c2b}.phone-hardware::after{content:'';position:absolute;right:-3px;top:110px;width:3px;height:49px;border-radius:3px;background:#161c2b}.phone-screen{position:relative;display:flex;flex-direction:column;min-height:405px;background:var(--background);border-radius:34px;overflow:hidden;padding-bottom:12px;color:var(--ink)}.phone-status{position:relative;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:600;padding:12px 17px 7px;color:#4e5664}.phone-island{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:54px;height:16px;border-radius:20px;background:var(--ink)}.phone-battery{width:12px;height:6px;background:#575f6d;border-radius:2px}.phone-content{padding:10px;display:flex;flex:1;flex-direction:column;gap:8px}.phone-brand{display:flex;align-items:center;gap:3px;font-size:15px;font-family:var(--font-display);font-weight:800;letter-spacing:-.8px;margin:0 3px 3px}.phone-brand .entry-star{width:18px;height:18px}.phone-highlight{background:var(--blue);border-radius:14px;padding:12px;color:white}.phone-highlight>.icon{width:17px;height:17px;margin-bottom:6px}.phone-highlight strong{font-size:12px;display:block;line-height:1.4}.phone-highlight p{font-size:9px;line-height:1.55;margin-top:4px;opacity:.82}.phone-card{background:var(--light);border:1px solid hsl(214 20% 91%/.6);border-radius:12px;padding:10px}.phone-label{font-size:7px;color:var(--muted);font-weight:700;letter-spacing:.12em;display:block;margin-bottom:6px}.phone-destination{display:flex;align-items:center;gap:7px}.phone-br{display:flex;align-items:center;justify-content:center;background:#e8f3ec;color:#226346;width:27px;height:30px;font-size:9px;border-radius:6px;font-weight:700}.phone-destination strong{font-size:11px;display:block;line-height:1.4}.phone-destination small{font-size:7px;color:var(--muted);display:block;line-height:1.6}.phone-detail{display:flex;justify-content:space-between;align-items:start;gap:8px;font-size:8px;line-height:1.5;margin-top:4px}.phone-detail>span{color:var(--muted)}.phone-detail>strong{text-align:right;max-width:85px;overflow-wrap:anywhere;font-weight:600}.phone-progress{display:grid;gap:5px;padding:5px 2px;font-size:8px;color:var(--muted)}.phone-progress>span{display:flex;align-items:center;gap:6px}.phone-progress .icon{color:var(--blue);width:11px;height:11px}.phone-preview-label{margin-top:auto;font-size:6px;color:var(--muted);text-align:center;letter-spacing:.1em}.phone-home{height:3px;width:58px;background:hsl(225 30% 8%/.2);border-radius:9px;margin:0 auto}
/* Shared information sections */
.independence-band{background:hsl(210 20% 96%/.55);border-bottom:1px solid var(--line)}.independence-band>.wrap{width:min(1000px,calc(100% - 48px));padding-block:15px;display:flex;align-items:flex-start;gap:10px}.independence-band .icon{width:16px;height:16px;color:var(--blue);margin-top:3px}.independence-band p{font-size:11px;line-height:1.8;color:var(--muted)}.quick-strip{background:var(--card);border-bottom:1px solid var(--line)}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);padding-block:22px}.quick-links>a{display:flex;align-items:center;gap:12px;padding:4px 21px;border-right:1px solid var(--line);min-width:0}.quick-links>a:first-child{padding-left:0}.quick-links>a:last-child{padding-right:0;border-right:0}.quick-links>a>.icon:first-child{width:22px;height:22px;color:var(--blue)}.quick-links>a>.icon:last-child{margin-left:auto;width:14px;height:14px;color:var(--muted)}.quick-links strong,.quick-links small{display:block}.quick-links strong{font-size:12px;font-weight:600;color:var(--ink)}.quick-links small{font-size:10px;color:var(--muted);margin-top:2px}.quick-links a:hover strong{color:var(--blue)}.section{padding-block:72px}.section-heading{margin-bottom:32px}.section-heading.inline{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading h2{font-size:36px;margin-top:10px;line-height:1.15;letter-spacing:-.035em}.section-heading p{font-size:15px;color:var(--muted);margin-top:12px}.section-heading.inline>.text-link{flex-shrink:0;padding-bottom:5px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.price-card{position:relative;padding:28px;background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);transition:box-shadow .2s,border-color .2s}.price-card:hover{box-shadow:var(--shadow-lg)}.price-card.recommended{border:2px solid var(--blue);padding:27px;background:linear-gradient(180deg,hsl(225 90% 98%),#fff 33%)}.plan-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:18px;min-height:40px}.plan-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--pale);color:var(--blue);border-radius:12px}.plan-icon .icon{width:19px;height:19px}.recommend-badge{font-size:10px;font-weight:600;color:var(--blue);border:1px solid hsl(225 73% 57%/.2);background:var(--pale);padding:5px 10px;border-radius:999px}.price-card h3{font-size:23px}.plan-description{font-size:12px;line-height:1.65;color:var(--muted);margin-top:9px;min-height:40px}.price{font-size:43px;font-weight:700;letter-spacing:-.04em;line-height:1;margin-top:27px}.price>span{display:block;font-family:var(--font-sans);font-weight:400;letter-spacing:0;font-size:11px;color:var(--muted);line-height:1.5;margin-top:9px}.priority{display:flex;align-items:center;gap:8px;margin-top:25px;font-size:12px;font-weight:600}.priority .icon{width:16px;height:16px;color:var(--blue)}.queue-note{font-size:10px;color:var(--muted);margin:3px 0 0 24px}.plan-features{list-style:none;padding:18px 0 0;margin:20px 0 25px;border-top:1px solid var(--line);display:grid;gap:11px}.plan-features li{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.plan-features .icon{width:15px;height:15px;color:var(--blue)}.price-card>.button{width:100%;min-height:45px;font-size:13px}.fee-breakdown{margin-top:12px;font-size:11px;color:var(--muted)}.fee-breakdown summary{display:flex;align-items:center;justify-content:center;gap:7px;list-style:none;padding:10px 0;cursor:pointer}.fee-breakdown summary::-webkit-details-marker{display:none}.fee-breakdown summary .icon{width:12px;height:12px}.fee-breakdown[open] summary .icon{transform:rotate(180deg)}.fee-breakdown>div{display:grid;gap:7px;padding-top:8px}.fee-breakdown>div>span{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.fee-breakdown strong{font-weight:500;color:var(--ink);white-space:nowrap}.fee-total{padding-top:7px;border-top:1px solid var(--line)}.pricing-note{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:11px;line-height:1.8;max-width:1010px;margin:20px auto 0}.pricing-note>.icon{width:16px;height:16px;margin-top:2px;color:var(--blue)}.pricing-note strong{font-weight:600}.steps-section{background:var(--light);border-block:1px solid var(--line)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps-grid>article{padding:25px;border:1px solid var(--line);border-radius:20px;background:var(--card)}.step-number{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--muted);margin-bottom:23px}.step-number>span{display:flex;align-items:center;justify-content:center;width:37px;height:37px;border-radius:11px;background:var(--pale);color:var(--blue)}.step-number .icon{width:18px;height:18px}.steps-grid h3{font-size:19px;line-height:1.3}.steps-grid p{color:var(--muted);font-size:13px;line-height:1.75;margin-top:12px}.nationality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.nationality-card{display:flex;align-items:center;gap:14px;padding:25px;background:var(--card);border:1px solid var(--line);border-radius:20px;transition:border-color .15s,box-shadow .15s}.nationality-card:hover{border-color:hsl(225 73% 57%/.3);box-shadow:var(--shadow)}.country-monogram{display:flex;align-items:center;justify-content:center;width:37px;height:43px;flex-shrink:0;border-radius:10px;border:1px solid hsl(225 73% 57%/.15);background:var(--pale);color:var(--blue);font-size:12px;font-weight:600;letter-spacing:.07em}.nationality-card h3{font-size:16px}.nationality-card p{font-size:11px;color:var(--muted);margin-top:6px}.nationality-card>.icon{margin-left:auto;width:15px;height:15px;color:var(--muted)}.below-note{font-size:12px;margin-top:18px}.prep-section{display:grid;grid-template-columns:1fr .95fr;gap:64px;align-items:center;border:1px solid var(--line);border-radius:32px;padding:48px;background:var(--card)}.prep-copy h2{font-size:39px;line-height:1.13;margin:13px 0 20px;letter-spacing:-.035em}.prep-copy>p{font-size:14px;color:var(--muted);max-width:440px;line-height:1.85;margin-bottom:25px}.prep-copy>.button{font-size:13px}.checklist-card{border:1px solid var(--line);background:var(--background);border-radius:22px;padding:26px}.mini-label{font-size:9px;color:var(--muted);margin-bottom:10px}.checklist-row{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.checklist-row:last-child{border-bottom:0;padding-bottom:0}.checklist-row>span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;background:var(--pale);color:var(--blue);border-radius:7px;margin-top:1px}.checklist-row .icon{width:13px;height:13px}.checklist-row strong{font-size:12px;font-weight:600;color:var(--ink)}.checklist-row p{font-size:11px;color:var(--muted);margin-top:4px}.more-section{display:grid;grid-template-columns:.72fr 1.4fr;gap:74px;align-items:center}.more-heading h2{font-size:43px;line-height:1.09;margin-top:13px}.more-heading p{font-size:14px;color:var(--muted);margin:19px 0 21px;line-height:1.85;max-width:330px}.purpose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.purpose-link{display:flex;align-items:center;gap:12px;padding:21px;background:var(--card);border:1px solid var(--line);border-radius:16px;font-size:12px;font-weight:600;min-height:78px;transition:border-color .15s,background .15s}.purpose-link:hover{border-color:hsl(225 73% 57%/.3);background:var(--pale)}.purpose-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;background:var(--pale);color:var(--blue);flex-shrink:0}.purpose-icon>.icon{width:16px;height:16px}.purpose-link>.icon{margin-left:auto;width:14px;height:14px;color:var(--muted)}.purpose-link>span:nth-child(2){min-width:0}.faq-section{display:grid;grid-template-columns:.72fr 1.4fr;gap:74px;padding-top:20px}.faq-section .section-heading h2{max-width:330px;font-size:34px;margin-top:13px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;padding:22px 0;cursor:pointer;font-size:13px;font-weight:600;color:var(--ink)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:22px;font-weight:400;color:var(--muted)}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{font-size:13px;line-height:1.85;color:var(--muted);padding:0 30px 23px 0}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;border-radius:32px;background:var(--ink);color:white;margin-bottom:24px}.final-cta .eyebrow{color:hsl(0 0% 100%/.6)}.final-cta h2{font-size:37px;color:#fff;line-height:1.2;margin-top:10px}.final-cta p{color:hsl(0 0% 100%/.65);font-size:13px;margin-top:12px;max-width:600px}.white-button{background:var(--blue);color:#fff;flex-shrink:0}.white-button:hover{background:var(--blue-dark)}.source-note{font-size:10px;line-height:1.8;text-align:center;color:var(--muted);margin-bottom:30px}.source-note a{text-decoration:underline;text-underline-offset:3px}.footer{border-top:1px solid var(--line);background:var(--card);margin-top:25px}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:44px;padding-block:50px 38px}.footer-brand p{font-size:14px;line-height:1.6;margin-top:18px;color:var(--muted)}.footer-country{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);margin-top:19px}.footer-country .icon{width:13px;height:13px}.footer-main h3{font-family:var(--font-sans);font-size:12px;letter-spacing:0;margin-bottom:18px;font-weight:600}.footer-main>div:not(:first-child)>a{display:block;font-size:12px;color:var(--muted);margin-bottom:10px}.footer-main a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--line);padding-block:26px 30px}.footer-bottom>p{font-size:10px;line-height:1.9;color:var(--muted);max-width:1110px}.footer-bottom>div{display:flex;justify-content:space-between;gap:25px;color:var(--muted);font-size:10px;margin-top:22px}.footer-bottom nav{display:flex;gap:24px}.sticky-mobile{display:none}.noscript-note{position:fixed;bottom:0;left:0;right:0;background:#fff3c7;color:#584414;padding:14px;z-index:200;font-size:13px;text-align:center}.noscript-note a{text-decoration:underline}
/* Inner pages use the same Entry cards, typography and spacing. */
.inner-page main{padding-top:68px}.breadcrumbs{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:10px;padding-top:28px;line-height:1.7}.breadcrumbs a{color:var(--blue)}.page-hero{padding-block:37px 53px}.page-hero.has-finder{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.85fr);gap:70px;align-items:center}.page-hero .journey-finder{width:100%;justify-self:end}.page-title h1{font-size:51px;line-height:1.11;max-width:800px;margin-top:16px;letter-spacing:-.04em}.page-title h1 span{color:var(--blue)}.page-title>p{font-size:16px;line-height:1.8;color:var(--muted);max-width:690px;margin-top:21px}.assessment-pill{display:inline-flex;align-items:flex-start;gap:7px;font-size:10px;line-height:1.7;color:var(--blue);background:var(--pale);border-radius:12px;border:1px solid hsl(225 73% 57%/.12);padding:8px 12px;margin-top:21px}.assessment-pill .icon{width:13px;height:13px;margin-top:2px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:88px;padding-top:40px;padding-bottom:32px;border-top:1px solid var(--line);align-items:start}.content-section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--line);scroll-margin-top:95px}.content-section h2{font-size:26px;line-height:1.3;margin-bottom:14px}.content-section>p{font-size:14px;line-height:1.9;color:var(--muted)}.content-checklist{list-style:none;padding:0;margin:21px 0 0;display:grid;gap:12px}.content-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.9;color:var(--foreground)}.content-checklist li>.icon{color:var(--blue);width:16px;height:16px;margin-top:4px}.interactive-checklist li{display:block;padding:16px;border:1px solid var(--line);background:var(--card);border-radius:12px}.interactive-checklist label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.interactive-checklist input{margin:4px 0 0;width:17px;height:17px;accent-color:var(--blue);flex-shrink:0}.interactive-checklist label:has(input:checked){color:var(--muted)}.interactive-checklist input:checked+span{text-decoration:line-through}.page-aside{display:grid;gap:24px}.aside-card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:27px;box-shadow:var(--shadow)}.aside-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--pale);color:var(--blue);margin-bottom:18px}.aside-card h3{font-size:23px;line-height:1.25}.aside-card>p{font-size:12px;line-height:1.85;color:var(--muted);margin:15px 0 22px}.aside-card>.button{width:100%;font-size:12px;min-height:46px;padding:12px 17px}.aside-card>small{display:block;text-align:center;font-size:10px;color:var(--muted);margin-top:13px}.aside-toc{padding-inline:8px}.aside-toc h3{font-family:var(--font-sans);font-size:12px;letter-spacing:0;margin-bottom:13px}.aside-toc a{display:block;font-size:12px;line-height:1.8;color:var(--muted);border-left:1px solid var(--line);padding:8px 0 8px 16px}.aside-toc a:hover{color:var(--blue);border-color:var(--blue)}.related-section{padding-top:32px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-card{display:flex;flex-direction:column;align-items:flex-start;background:var(--card);border:1px solid var(--line);border-radius:20px;padding:25px;transition:border-color .15s}.related-card:hover{border-color:hsl(225 73% 57%/.3)}.related-card>span{font-size:9px;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:14px}.related-card h3{font-size:20px;line-height:1.3}.related-card p{font-size:12px;line-height:1.85;margin-top:12px;color:var(--muted)}.related-card>.icon{width:17px;height:17px;color:var(--blue);margin-top:22px}.fees-first{padding-bottom:40px}.type-directory{padding-bottom:42px}.type-directory .purpose-grid{grid-template-columns:repeat(3,1fr)}.official-sources>a{display:flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:600;margin-top:24px}.official-sources>a>.icon{width:16px;height:16px}.official-sources>p{margin-top:9px;font-size:12px}.not-found{min-height:60vh;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding-block:140px 80px!important}.not-found h1{font-size:52px;margin-top:15px}.not-found p{color:var(--muted);margin:23px 0;font-size:15px}
@media(min-width:1280px){.hero-copy>h1{max-width:800px}.hero-phone{right:1px}.hero-copy>.hero-proof{max-width:100%}}
@media(max-width:1199px){.header-left{gap:24px}.header-right{gap:14px}#main-nav{gap:18px}.locale-label{display:none}.brand-country{margin-left:9px;padding-left:9px}.hero-inner{width:calc(100% - 48px)}.entry-hero h1{font-size:55px}.hero-phone{width:177px;top:127px}.phone-screen{min-height:387px}.hero-copy>.journey-finder{max-width:745px}.finder-submit{padding-inline:18px;font-size:12px}.hero-proof{gap:20px}.prep-section{gap:45px}.price-card{padding:25px}.price-card.recommended{padding:24px}.plan-description{min-height:42px}.nationality-card{padding:20px;gap:11px}.more-section,.faq-section{gap:48px}.content-layout{gap:52px}.page-hero.has-finder{gap:45px}.page-title h1{font-size:45px}}
@media(max-width:1023px){.header-inner{height:68px}.header-left{gap:0}.hero-phone{display:none}.home-page .site-header:not(.menu-open):not(.is-scrolled){background:transparent;border-color:transparent}.home-page .site-header:not(.menu-open):not(.is-scrolled) .brand>.wordmark,.home-page .site-header:not(.menu-open):not(.is-scrolled) .brand>.brand-country{display:none}.home-page .site-header:not(.menu-open):not(.is-scrolled) .brand{width:44px;height:44px;justify-content:center}.home-page .site-header:not(.menu-open):not(.is-scrolled) .brand>.entry-star{width:30px;height:30px;color:var(--hero-accent)}.menu-toggle{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;color:var(--ink);background:transparent;border-radius:15px;flex-shrink:0;padding:0}.menu-toggle .icon{width:19px;height:19px}.home-page .site-header:not(.menu-open):not(.is-scrolled) .menu-toggle{background:hsl(0 0% 100%/.1);color:#fff;border:1px solid hsl(0 0% 100%/.25);backdrop-filter:blur(12px)}#main-nav{display:none;position:absolute;left:0;right:0;top:68px;max-height:calc(100svh - 90px);overflow-y:auto;padding:12px 24px 20px;background:var(--card);border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg)}#main-nav.is-open{display:flex;flex-direction:column;gap:0;align-items:stretch}#main-nav>a,#main-nav>.nav-menu>summary{padding:13px 12px;border-radius:12px;font-size:14px}#main-nav>a:hover,#main-nav>.nav-menu>summary:hover{background:var(--light)}.nav-menu summary{justify-content:space-between}.nav-dropdown{position:static;min-width:0;box-shadow:none;border:none;padding:0 10px 8px;margin-top:0;background:transparent}.nav-dropdown a{font-size:13px;padding-block:11px}.mobile-nav-cta{display:flex!important;margin-top:12px;color:white!important;background:var(--blue);justify-content:center}#main-nav>.mobile-nav-cta:hover{background:var(--blue-dark)}.header-right{gap:12px}.hero-inner{padding-top:112px;padding-bottom:40px}.hero-copy>.journey-finder{max-width:768px}.hero-proof{font-size:10px;gap:15px}.entry-hero h1{font-size:54px}.hero-reasonline{font-size:31px}.quick-links>a{padding-inline:15px;gap:9px}.quick-links>a>.icon:last-child{display:none}.section{padding-block:58px}.section-heading h2{font-size:33px}.price-card{padding:23px}.price-card.recommended{padding:22px}.plan-description{font-size:11px;min-height:40px}.price{font-size:37px}.plan-features li{font-size:11px}.priority{font-size:11px}.queue-note{font-size:9px}.recommend-badge{font-size:9px;padding:5px 8px}.plan-icon{width:33px;height:33px}.price-card h3{font-size:21px}.nationality-card{flex-wrap:wrap}.nationality-card>.icon{display:none}.nationality-card>div{min-width:100%}.prep-section{padding:34px;gap:32px}.prep-copy h2{font-size:34px}.more-section{grid-template-columns:1fr;gap:26px}.more-heading h2{font-size:36px}.more-heading h2 br{display:none}.more-heading p{max-width:640px}.purpose-grid{grid-template-columns:repeat(3,1fr)}.purpose-link{padding:17px;gap:10px;font-size:11px;flex-wrap:wrap}.purpose-link>span:nth-child(2){flex:1}.purpose-link>.icon{display:none}.faq-section{gap:38px}.faq-section .section-heading h2{font-size:29px}.final-cta{padding:36px}.final-cta h2{font-size:31px}.final-cta .button{font-size:12px;padding-inline:20px}.footer-main{gap:26px}.page-hero.has-finder{grid-template-columns:minmax(0,1fr) 330px;gap:30px}.page-title h1{font-size:39px}.page-title>p{font-size:14px}.compact{padding:21px;border-radius:20px}.content-layout{grid-template-columns:minmax(0,1fr) 260px;gap:40px}.aside-card{padding:22px}.aside-card h3{font-size:21px}.content-section h2{font-size:24px}.content-section>p{font-size:14px}.type-directory .purpose-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.wrap{width:calc(100% - 32px)}.header-inner{width:calc(100% - 32px)}.header-cta{display:none}.brand-country{font-size:11px}.wordmark{font-size:28px}.hero-inner{width:calc(100% - 32px);padding-top:96px;padding-bottom:33px}.hero-backdrop>img{object-position:64% 45%}.hero-shade{background:linear-gradient(to top,hsl(225 30% 8%/.98),hsl(225 30% 8%/.28) 62%,hsl(225 30% 8%/.48)),linear-gradient(to right,hsl(225 30% 8%/.67),hsl(225 30% 8%/.46))}.hero-eyebrow{font-size:9px;padding:5px 11px;gap:6px;letter-spacing:.12em}.hero-eyebrow .icon{width:12px;height:12px}.entry-hero h1{font-size:clamp(26px,7.35vw,43px);margin-top:18px;line-height:1.08;letter-spacing:-.035em}.hero-reasonline{font-size:clamp(20px,4.7vw,28px);margin-top:8px;gap:8px;line-height:1.4}.hero-lead{font-size:12px;line-height:1.7;margin-top:13px}.journey-finder{margin-top:22px}.finder-bar{display:flex;flex-direction:column;padding:5px;border-radius:22px;box-shadow:0 24px 60px -24px rgb(0 0 0/.45)}.finder-fields{display:block}.field{padding:10px 12px}.passport-field{border-right:0;border-bottom:1px solid var(--line)}.field>label{font-size:9px;line-height:1.5;margin-bottom:1px;padding-left:25px}.input-wrap{gap:10px}.input-wrap>.icon{width:15px;height:15px}.input-wrap input,.input-wrap select{font-size:16px;min-height:28px;line-height:1.55;font-weight:600}.select-chevron{top:6px;right:2px}.finder-submit{width:100%;max-width:none;min-height:45px;margin-top:4px;font-size:14px;padding-block:11px}.finder-note{font-size:9px;margin-top:9px;padding-inline:3px}.finder-note .icon{width:11px;height:11px;margin-top:2px}.selection-summary{padding-inline:3px;font-size:9px}.country-menu{width:100%;max-width:100%;top:calc(100% + 7px);max-height:280px}.country-option{font-size:14px;min-height:43px}.hero-chip-rows{display:none}.hero-secondary{margin-top:18px;gap:16px}.glass-button{font-size:11px;min-height:40px;padding:10px 17px}.hero-secondary>p{font-size:10px;max-width:140px}.hero-proof{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:24px;padding-top:16px;font-size:10px}.hero-proof .icon{width:13px;height:13px}.independence-band>.wrap{width:calc(100% - 32px);padding-block:14px;gap:8px}.independence-band p{font-size:10px;line-height:1.85}.independence-band .icon{width:14px;height:14px;margin-top:3px}.quick-links{grid-template-columns:repeat(2,1fr);gap:15px 0;padding-block:20px}.quick-links>a{padding-inline:14px;gap:9px}.quick-links>a:nth-child(3){padding-left:0}.quick-links>a:nth-child(2){padding-right:0;border-right:0}.quick-links strong{font-size:11px}.quick-links small{font-size:9px}.quick-links>a>.icon:first-child{width:18px;height:18px}.section{padding-block:47px}.section-heading{margin-bottom:26px}.section-heading.inline{display:block}.section-heading.inline>.text-link{display:inline-block;margin-top:16px;padding-bottom:0}.eyebrow{font-size:9px;letter-spacing:.14em}.section-heading h2{font-size:29px;margin-top:10px;line-height:1.2}.section-heading p{font-size:13px;margin-top:11px}.pricing-grid{grid-template-columns:1fr;gap:18px}.price-card{padding:24px;border-radius:22px}.price-card.recommended{padding:23px}.plan-top{margin-bottom:17px;min-height:38px}.plan-icon{width:38px;height:38px;border-radius:12px}.recommend-badge{font-size:10px;padding:5px 11px}.price-card h3{font-size:24px}.plan-description{font-size:13px;min-height:0}.price{font-size:41px;margin-top:24px}.price>span{font-size:11px}.priority{font-size:13px;margin-top:24px}.queue-note{font-size:10px}.plan-features{gap:12px;margin-top:18px;padding-top:18px}.plan-features li{font-size:12px}.price-card>.button{font-size:14px;min-height:46px}.fee-breakdown{font-size:11px}.pricing-note{font-size:10px;gap:8px;line-height:1.9;margin-top:20px}.pricing-note>.icon{width:14px;height:14px}.steps-grid{grid-template-columns:1fr;gap:14px}.steps-grid>article{padding:24px;border-radius:18px}.step-number{margin-bottom:19px}.steps-grid h3{font-size:20px}.steps-grid p{font-size:13px;margin-top:10px}.nationality-section .section-heading>.muted{display:block;margin-top:13px;font-size:11px}.nationality-grid{grid-template-columns:1fr;gap:13px}.nationality-card{padding:20px;gap:16px;flex-wrap:nowrap;border-radius:17px}.nationality-card>div{min-width:0}.nationality-card>.icon{display:block;width:14px;height:14px}.nationality-card h3{font-size:16px}.nationality-card p{font-size:11px}.below-note{font-size:11px;line-height:1.85}.prep-section{display:block;padding:26px;border-radius:24px}.prep-copy h2{font-size:32px;margin-top:12px;margin-bottom:17px}.prep-copy>p{font-size:13px;margin-bottom:20px}.prep-copy>.button{font-size:12px;padding-inline:16px;width:100%}.checklist-card{padding:21px;margin-top:28px;border-radius:18px}.mini-label{font-size:8px}.checklist-row{padding-block:15px;gap:10px}.checklist-row strong{font-size:12px}.checklist-row p{font-size:10px}.more-section{display:block}.more-heading h2{font-size:33px}.more-heading p{font-size:13px;margin:16px 0 18px}.more-section>.purpose-grid{margin-top:25px}.purpose-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.purpose-link{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:17px;min-height:116px;border-radius:16px;font-size:11px}.purpose-link>span:nth-child(2){flex:1;width:100%;overflow-wrap:anywhere;line-height:1.6}.purpose-link>.icon{position:absolute;display:block;right:15px;top:25px;width:12px;height:12px}.purpose-icon{width:32px;height:32px;border-radius:10px}.purpose-icon>.icon{width:16px;height:16px}.faq-section{display:block;padding-top:4px}.faq-section .section-heading h2{font-size:29px;max-width:310px}.faq-list summary{padding-block:20px;font-size:13px;gap:20px;line-height:1.6}.faq-list details>p{font-size:13px;padding-right:18px;line-height:1.9}.final-cta{display:block;padding:29px 25px;border-radius:24px;margin-bottom:21px}.final-cta h2{font-size:29px;margin-top:12px}.final-cta p{font-size:12px;line-height:1.85;margin-top:13px}.final-cta .button{margin-top:23px;width:100%;font-size:13px;min-height:46px}.source-note{font-size:10px;line-height:1.85;margin-bottom:25px}.footer{padding-bottom:78px;margin-top:22px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 23px;padding-block:36px 27px}.footer-brand{grid-column:1/-1}.footer-brand p{font-size:13px;line-height:1.6;margin-top:16px}.footer-country{font-size:11px;margin-top:16px}.footer-main h3{font-size:11px;margin-bottom:16px}.footer-main>div:not(:first-child)>a{font-size:11px;min-height:30px;margin-bottom:5px;line-height:1.8}.footer-main>div:last-child{grid-column:1/-1}.footer-main>div:last-child>a{display:inline-block;margin-right:18px}.footer-bottom{padding-block:24px}.footer-bottom>p{font-size:10px;line-height:1.95}.footer-bottom>div{display:block;font-size:10px;margin-top:20px}.footer-bottom nav{gap:20px;flex-wrap:wrap;margin-top:13px}.footer-bottom nav a{display:inline-flex;align-items:center;min-height:33px}.sticky-mobile{display:block;position:fixed;bottom:0;left:0;right:0;z-index:70;background:hsl(0 0% 100%/.94);border-top:1px solid var(--line);backdrop-filter:blur(15px);padding:10px 16px max(10px,env(safe-area-inset-bottom))}.sticky-mobile>.button{width:100%;min-height:46px;font-size:13px;padding-block:11px}.breadcrumbs{padding-top:22px;font-size:9px;gap:8px;line-height:1.8}.page-hero{padding-block:29px 35px}.page-hero.has-finder{display:block}.page-title h1{font-size:39px;line-height:1.12;margin-top:13px;overflow-wrap:break-word}.page-title>p{font-size:14px;line-height:1.85;margin-top:18px}.page-hero .compact{margin-top:27px;max-width:none;padding:21px;border-radius:21px}.compact .finder-label{font-size:12px;margin-bottom:18px}.compact .step-tag{font-size:9px}.compact .finder-bar{gap:12px}.compact .field{padding:11px 12px}.compact .field>label{padding-left:25px}.compact .finder-submit{min-height:46px;margin-top:0}.compact .finder-note{font-size:9px;padding:0;line-height:1.8}.assessment-pill{font-size:10px;margin-top:18px;padding:8px 10px}.content-layout{display:block;padding-top:30px;padding-bottom:15px}.content-section{padding-bottom:27px;margin-bottom:27px}.content-section h2{font-size:23px;line-height:1.28;margin-bottom:14px}.content-section>p{font-size:14px;line-height:1.9}.content-checklist li{font-size:12px;line-height:1.9}.interactive-checklist li{padding:15px 13px}.interactive-checklist input{width:17px;height:17px}.page-aside{margin-bottom:28px}.aside-card{padding:25px;border-radius:20px}.aside-card h3{font-size:24px}.aside-card>p{font-size:13px;line-height:1.85}.aside-card .button{font-size:13px}.aside-card>small{font-size:10px}.aside-toc{display:none}.related-section{padding-top:33px}.related-grid{grid-template-columns:1fr;gap:14px}.related-card{padding:23px;border-radius:18px}.related-card h3{font-size:21px}.related-card p{font-size:13px}.related-card>span{font-size:9px;margin-bottom:13px}.fees-first{padding-bottom:32px}.type-directory .purpose-grid{grid-template-columns:repeat(2,1fr)}.official-sources>a{font-size:13px;line-height:1.8;align-items:flex-start}.official-sources>a .icon{margin-top:4px}.official-sources>p{font-size:12px}.not-found h1{font-size:39px}.not-found p{font-size:14px}}
@media(max-width:370px){.hero-lead{font-size:11px}.hero-eyebrow{font-size:8px}.hero-mainline{letter-spacing:-.045em}.hero-secondary{gap:12px}.hero-secondary>p{font-size:9px}.glass-button{font-size:10px;padding-inline:14px}.finder-note{font-size:8px}.section-heading h2{font-size:27px}.price-card{padding:22px}.price-card.recommended{padding:21px}.prep-section{padding:22px}.purpose-link{padding:15px}.purpose-link>.icon{right:12px;top:23px}.page-title h1{font-size:35px}.compact{padding:18px}.footer-main{gap:26px 18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.site-header,.sticky-mobile,.journey-finder,.final-cta,.footer,.page-aside,.related-section,.hero-phone,.quick-strip,.hero-chip-rows,.hero-secondary,.hero-backdrop{display:none!important}.wrap{width:100%}.entry-hero{background:#fff;color:#111}.entry-hero h1,.hero-reasonline>span:first-child{color:#111}.hero-inner{padding-block:20px}.hero-lead{color:#555}.entry-hero h1{font-size:40px}.page-hero,.section{padding:20px 0}.content-layout,.page-hero.has-finder{display:block}.inner-page main{padding:0}body{font-size:11pt}.content-section,.price-card{break-inside:avoid}.faq-list details>p{display:block}}

/* Original Entry logo, direct application copy and editable location defaults. */
.brand-logo{display:block;width:106px;height:auto;aspect-ratio:121/40;object-fit:contain;flex-shrink:0}
.footer-logo .brand-logo{width:121px}
.phone-brand .brand-logo{width:69px;height:auto}
.hero-lead{max-width:630px}
.selection-summary{min-height:18px;font-size:11px;line-height:1.8}
.change-passport{display:inline-flex;align-items:center;gap:4px;padding:2px 0;margin-left:5px;color:inherit;background:transparent;font-size:inherit;font-weight:600;text-decoration:underline;text-underline-offset:3px;min-height:26px}
.compact .selection-summary{font-size:11px}
@media(max-width:1023px){.home-page .site-header:not(.is-scrolled):not(.menu-open) .brand-logo{filter:brightness(0) invert(1)}.brand-logo{width:100px}.home-page .site-header:not(.is-scrolled):not(.menu-open) .brand{min-width:100px}}
@media(max-width:639px){.hero-lead{font-size:13px;line-height:1.7;max-width:355px}.selection-summary{font-size:10px;line-height:1.6}.change-passport{min-height:32px}.finder-note{font-size:10px}.hero-inner{padding-bottom:32px}.brand-logo{width:106px}}

/* Brazil localization and purpose-aware conversion controls · v1.3 */
html:not([data-entry-reason="visit"]):not([data-entry-reason="business"]):not([data-entry-reason="family-visit"]) [data-visitor-only]{display:none!important}
/* Visibility of assessment content follows the passport and purpose selection in updateIntent. */
.flag-circle{display:inline-flex;width:26px;height:26px;flex:0 0 auto;overflow:hidden;border-radius:50%;vertical-align:middle;box-shadow:0 0 0 1px rgb(24 37 58/.08);background:#eef1f7;align-items:center;justify-content:center;line-height:1}
.flag-circle img{height:100%;width:100%;object-fit:cover;border-radius:50%;max-width:none}
.flag-placeholder .icon{width:17px;height:17px;color:var(--muted)}
.hero-eyebrow{gap:9px;padding:6px 14px 6px 7px;letter-spacing:.1em;font-size:10px}.hero-eyebrow .flag-circle{width:26px;height:26px}
.mobile-destination{display:none}.locale-label .flag-circle,.footer-country .flag-circle{width:24px;height:24px}
.field>label{display:flex;align-items:center;gap:5px;font-size:9px;margin-bottom:5px}.field>label>.icon{width:12px;height:12px}
.input-wrap{min-height:34px;gap:9px}.selected-passport-flag{display:flex;flex-shrink:0}.selected-passport-flag .flag-circle{width:26px;height:26px}
.input-wrap input{font-size:14px;padding-left:0;min-height:32px}.field{padding:10px 13px}.finder-bar{grid-template-columns:minmax(230px,1fr) minmax(235px,1fr) auto;align-items:center}
.finder-submit{padding-inline:20px;min-height:55px}.journey-finder{max-width:830px;margin-top:22px}
.reason-trigger{display:flex;align-items:center;gap:9px;min-height:34px;padding:0;width:100%;text-align:left;background:transparent;color:var(--ink);font-size:14px;font-weight:600;border-radius:8px}
.reason-selected{min-width:0;flex:1;line-height:1.3;overflow-wrap:anywhere}.reason-trigger .reason-chevron{width:14px;height:14px;color:var(--muted)}
.selected-reason-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:var(--pale);border-radius:8px;color:var(--blue);flex:0 0 auto}
.selected-reason-icon>.icon{width:18px;height:18px}.compact .field>label{padding-left:0}.compact .finder-label>span{display:flex;align-items:center;gap:8px}.compact .finder-label .flag-circle{width:22px;height:22px}
.country-option{display:flex;align-items:center;gap:10px;min-height:44px;padding:9px 11px;cursor:pointer}.country-option .flag-circle{width:25px;height:25px}.country-option-name{flex:1;min-width:0;line-height:1.4}.country-option-check{width:17px;display:flex;color:var(--blue)}.country-option-check .icon{width:16px;height:16px}
.reason-dialog{position:fixed;margin:0;border:1px solid var(--line);border-radius:24px;padding:0;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);background:var(--card);color:var(--ink);box-shadow:0 24px 100px rgb(0 0 0/.25);overflow:auto;overscroll-behavior:contain;font-family:var(--font-sans)}
.reason-dialog::backdrop{background:rgb(8 14 30/.35);backdrop-filter:blur(3px)}
.reason-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 22px 12px;position:sticky;top:0;background:white;z-index:2;border-radius:24px 24px 0 0}.reason-dialog-head h2{font-size:24px;margin-top:5px;font-family:var(--font-display)}.reason-dialog-head .mini-label{font-size:9px;letter-spacing:.12em}
.reason-dialog-head>button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--light);border-radius:50%;color:var(--muted);flex:0 0 auto}
.reason-options{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:7px 12px 16px}.reason-option{display:flex;align-items:center;gap:10px;text-align:left;background:white;border:1px solid transparent;border-radius:13px;padding:12px 10px;min-height:76px;color:var(--ink)}
.reason-option-icon{width:33px;height:33px;border-radius:10px;background:var(--light);color:var(--muted);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.reason-option-icon .icon{width:20px;height:20px}
.reason-option-copy{flex:1;min-width:0}.reason-option-copy strong{display:block;font-weight:600;font-size:12px;line-height:1.4}.reason-option-copy small{display:block;font-size:10px;line-height:1.45;color:var(--muted);margin-top:3px}.reason-check{display:flex;width:16px;flex:0 0 auto;visibility:hidden;color:var(--blue)}.reason-check .icon{width:16px;height:16px}
.reason-option:hover{background:var(--light)}.reason-option[aria-selected=true]{background:var(--pale);border-color:hsl(225 73% 57%/.18)}.reason-option[aria-selected=true] .reason-option-icon{color:var(--blue);background:white}.reason-option[aria-selected=true] .reason-check{visibility:visible}.reason-option:focus-visible{outline:2px solid var(--blue);outline-offset:-1px}
.hero-chip .flag-circle{width:20px;height:20px}.hero-chip{min-height:34px}.country-monogram.flag-circle{width:44px;height:44px;background:none;padding:0;border:0}.phone-destination>.flag-circle{width:31px;height:31px}.phone-passport-label{display:flex;align-items:center;gap:4px}.phone-passport-label .flag-circle{width:16px;height:16px}.phone-passport-label .icon{width:15px;height:15px;color:var(--blue)}
.speed-highlight{display:inline-flex;align-items:center;gap:10px;margin-top:17px;padding:10px 14px;border:1px solid hsl(222 92% 63%/.25);background:hsl(222 92% 63%/.12);border-radius:13px;max-width:100%}.speed-highlight>.icon{height:23px;width:23px;color:#82a9ff}.speed-highlight strong{display:block;font-size:14px;font-weight:600;color:#fff;line-height:1.45}.speed-highlight small{display:block;color:hsl(0 0% 100%/.70);font-size:10px;line-height:1.6;margin-top:1px}
.review-speed{display:flex;align-items:baseline;gap:10px;margin-top:22px;padding:15px 0 7px;border-top:1px solid var(--line)}.review-speed>span{color:var(--blue);font-family:var(--font-display);font-size:29px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.review-speed strong{font-size:12px;color:var(--muted);font-weight:500}.queue-note{font-size:10px!important;margin-top:0!important}
.intake-panel{display:flex;align-items:center;gap:24px;margin-top:50px;margin-bottom:24px;padding:30px;border:1px solid hsl(225 73% 57%/.18);border-radius:25px;background:linear-gradient(125deg,white,var(--pale));box-shadow:var(--shadow)}.intake-panel-symbol{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:white;color:var(--blue);flex:0 0 auto}.intake-panel-symbol .icon{width:28px;height:28px}.intake-panel-copy{flex:1;min-width:0}.intake-panel-copy .eyebrow{display:flex;align-items:center;gap:7px;font-size:9px}.intake-panel-copy .eyebrow .flag-circle{width:18px;height:18px}.intake-panel-copy h2{font-size:26px;margin:8px 0}.intake-panel-copy>p{font-size:13px;line-height:1.7;color:var(--muted);max-width:620px}.intake-panel .button{max-width:235px;flex:0 0 auto}.intake-panel-copy .intake-followup{font-size:11px;margin-top:8px;color:var(--blue-dark)}
@media(min-width:1024px){.hero-phone{right:8px;top:110px}.hero-inner{padding-top:118px}.hero-lead{max-width:630px}.hero-copy>h1{max-width:815px}.hero-proof{margin-top:28px}}
@media(min-width:640px) and (max-width:1023px){.finder-bar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.finder-submit{max-width:175px;padding:13px 15px}.field{padding-inline:10px}.input-wrap input,.reason-trigger{font-size:13px}}
@media(max-width:1023px){.mobile-destination{display:inline-flex;padding-left:8px;position:relative}.mobile-destination .flag-circle{width:25px;height:25px;box-shadow:0 0 0 2px var(--background)}.home-page .site-header:not(.is-scrolled):not(.menu-open) .mobile-destination .flag-circle{box-shadow:0 0 0 2px #122033}.home-page .site-header:not(.is-scrolled):not(.menu-open) .brand-logo{filter:brightness(0) invert(1)}}
@media(max-width:639px){
 .finder-bar{display:flex;flex-direction:column;padding:7px;border-radius:22px;gap:0;align-items:stretch}.finder-fields{display:block}.field{padding:10px 10px 11px}.passport-field{border-right:0;border-bottom:1px solid var(--line)}.field>label{font-size:9px;padding:0!important;margin-bottom:6px;gap:6px}.field>label>.icon{width:12px;height:12px}.reason-trigger,.input-wrap input{font-size:16px;min-height:36px}.input-wrap{min-height:36px;gap:10px}.reason-trigger{gap:10px}.selected-passport-flag .flag-circle,.selected-reason-icon{width:29px;height:29px}.selected-reason-icon>.icon{width:20px;height:20px}.reason-trigger .reason-chevron{margin-right:1px}.finder-submit{width:100%;max-width:none;min-height:47px;margin-top:4px;font-size:14px}.journey-finder{margin-top:20px}.finder-note{font-size:9px;line-height:1.6;margin-top:9px}.selection-summary{font-size:10px}.hero-inner{padding-top:91px;padding-bottom:26px}.hero-eyebrow{font-size:8px;letter-spacing:.09em;padding:4px 10px 4px 5px}.hero-eyebrow .flag-circle{width:22px;height:22px}.entry-hero h1{margin-top:17px}.hero-lead{font-size:13px;line-height:1.7}.speed-highlight{padding:8px 10px;gap:8px;margin-top:13px;max-width:100%}.speed-highlight strong{font-size:12px}.speed-highlight small{font-size:8.5px;line-height:1.5}.speed-highlight>.icon{width:20px;height:20px}.hero-secondary{margin-top:20px}.hero-proof{margin-top:20px}.hero-chip-rows{display:none}
 .reason-dialog{inset:auto 0 0 0!important;width:100%!important;max-width:100%;max-height:78dvh;margin:0;border-radius:25px 25px 0 0;padding-bottom:env(safe-area-inset-bottom);border-bottom:0}.reason-dialog-head{padding:19px 20px 12px;border-radius:25px 25px 0 0}.reason-dialog-head h2{font-size:22px}.reason-options{grid-template-columns:1fr;gap:4px;padding:4px 12px 22px}.reason-option{min-height:67px;padding:10px 12px;gap:12px}.reason-option-copy strong{font-size:14px}.reason-option-copy small{font-size:11px}.reason-option-icon{width:37px;height:37px}.reason-option-icon .icon{width:21px;height:21px}.reason-check{width:19px}.reason-dialog-head>button{height:40px;width:40px}
 .compact .finder-bar{display:flex!important;gap:0}.compact .field{padding:10px}.compact .finder-submit{margin-top:5px}.compact .finder-label{margin-bottom:15px}.country-option{min-height:46px;font-size:14px}.country-option .flag-circle{width:27px;height:27px}.review-speed{gap:10px}.review-speed>span{font-size:28px}.review-speed strong{font-size:11px}.intake-panel{flex-direction:column;align-items:flex-start;gap:14px;padding:24px;margin-top:30px;border-radius:23px}.intake-panel-symbol{width:43px;height:43px;border-radius:13px}.intake-panel-symbol .icon{width:22px;height:22px}.intake-panel-copy h2{font-size:25px}.intake-panel-copy>p{font-size:13px}.intake-panel .button{width:100%;max-width:none}.brand-country{display:none}
}
@media(prefers-reduced-motion:reduce){.reason-dialog,.reason-trigger,.speed-highlight{animation:none;transition:none}}

.mobile-entry-symbol{width:30px;height:30px;object-fit:contain}.mobile-destination{gap:8px}.site-header .mobile-destination .flag-circle{width:26px;height:26px}@media(max-width:639px){.site-header .brand>.brand-logo{display:none}.site-header .mobile-destination{padding:0;gap:9px}.home-page .site-header .brand{min-width:67px!important}.site-header .mobile-entry-symbol{width:32px;height:32px}.mobile-destination .flag-circle{box-shadow:none!important}}

/* Header lockup: desktop/tablet = full Entry logo + Brazil flag; mobile = Entry icon + Brazil flag. */
.desktop-destination{display:inline-flex;align-items:center;margin-left:8px}
.desktop-destination .flag-circle{width:27px;height:27px;box-shadow:0 0 0 2px var(--background)}
.mobile-destination{display:none}
@media(max-width:767px){
  .site-header .brand>.brand-logo,.site-header .brand>.desktop-destination{display:none!important}
  .site-header .brand>.mobile-destination{display:inline-flex!important;align-items:center;gap:9px;padding:0}
  .site-header .brand{min-width:67px!important;width:auto!important;height:auto!important;justify-content:flex-start!important}
  .site-header .mobile-entry-symbol{width:32px;height:32px;object-fit:contain}
  .site-header .mobile-destination .flag-circle{width:27px;height:27px;box-shadow:none!important}
}

/* Matching circular Entry and Brazil badges on mobile. */
@media(max-width:767px){
  .site-header .brand>.mobile-destination{gap:8px}
  .site-header .mobile-entry-symbol{display:block;box-sizing:border-box;width:36px;height:36px;padding:7px;border-radius:50%;background:#eef3ff;border:1px solid rgba(69,112,232,.12);object-fit:contain;flex:0 0 36px}
  .site-header .mobile-destination .flag-circle{box-sizing:border-box;width:36px;height:36px;flex:0 0 36px;border:1px solid rgba(255,255,255,.22);box-shadow:none!important}
  .site-header .brand{min-width:80px!important}
}

/* Proportional handset with compact, consistent app cards. */
.hero-phone{transform:rotate(2deg)}
.phone-hardware{border-radius:32px;padding:5px;background:#10131d;box-shadow:0 24px 60px -18px rgba(0,0,0,.55)}
.phone-screen{min-height:0;aspect-ratio:9/19.5;border-radius:27px;padding-bottom:9px;background:#f8fafc;container-type:inline-size}
.phone-status{flex:0 0 auto;padding:12px 17px 8px;font-size:8px;line-height:1}
.phone-island{top:7px;width:49px;height:14px}
.phone-battery{width:10px;height:5px}
.phone-content{min-height:0;padding:8px 10px 6px;gap:7px;justify-content:space-between}
.phone-brand{margin:0 2px 2px;flex:0 0 auto}
.phone-brand .brand-logo{width:65px;height:auto}
.phone-highlight{padding:11px 12px;border-radius:13px;background:linear-gradient(135deg,#4572ee,#345bd8);box-shadow:0 5px 12px rgba(56,95,220,.16)}
.phone-highlight>.icon{width:14px;height:14px;margin-bottom:5px}
.phone-highlight strong{font-size:11px;line-height:1.3;letter-spacing:-.15px}
.phone-highlight p{font-size:8px;line-height:1.45;margin:5px 0 0;opacity:.88}
.phone-card{border-radius:12px;padding:9px;background:#fff;border:1px solid #e7ebf2;box-shadow:0 2px 5px rgba(20,35,60,.025)}
.phone-label{font-size:6px;letter-spacing:.12em;line-height:1.2;margin:0 0 6px}
.phone-destination{gap:7px;align-items:center}
.phone-destination>.flag-circle{width:25px;height:25px;flex:0 0 25px}
.phone-destination strong{font-size:10px;line-height:1.2}
.phone-destination small{font-size:6px;line-height:1.35;margin-top:3px}
.phone-detail{font-size:7px;line-height:1.4;align-items:center;gap:5px;margin-top:5px}
.phone-detail>strong{max-width:55%;font-size:7px}
.phone-passport-label{gap:4px;white-space:nowrap}
.phone-passport-label .flag-circle{width:13px;height:13px;flex:0 0 13px}
.phone-passport-label .icon{width:12px;height:12px}
.phone-progress{font-size:7px;line-height:1.35;gap:5px;padding:3px 3px 0}
.phone-progress>span{gap:5px}
.phone-progress .icon{width:10px;height:10px}
.phone-preview-label{font-size:5px;line-height:1;margin:3px 0 0;letter-spacing:.14em}
.phone-home{flex:0 0 3px;width:49px;margin:3px auto 0;background:#cdd2db}
@container (max-width:170px){.phone-content{gap:5px;padding:7px 8px 5px}.phone-highlight{padding:9px 10px}.phone-card{padding:7px}.phone-progress{gap:4px}}

/* Expanded passport quick picks with consistent flag badges. */
.passport-chips{max-width:690px;gap:8px}
.passport-chips>.chip-label{flex-basis:100%;margin:2px 0 3px;color:rgba(255,255,255,.65)}
.passport-chips .hero-chip{min-height:40px;padding:7px 13px 7px 9px;gap:8px;border-color:rgba(255,255,255,.2);background:rgba(15,23,36,.48);font-size:11px;font-weight:550;transition:background .16s,border-color .16s,box-shadow .16s}
.passport-chips .hero-chip .flag-circle{width:24px;height:24px;flex:0 0 24px;box-sizing:border-box;border:1px solid rgba(255,255,255,.6);box-shadow:0 1px 3px rgba(0,0,0,.15);overflow:hidden;background:#fff}
.passport-chips .hero-chip .flag-circle img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.passport-chips .hero-chip:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.45)}
.passport-chips .hero-chip[aria-pressed=true]{background:#eef3ff;color:#203b7d;border-color:#b5c9ff;box-shadow:0 0 0 1px rgba(133,169,255,.22)}
.passport-chips .hero-chip:focus-visible{outline:2px solid #9bbaff;outline-offset:3px}
.passport-chips [data-focus-passport]{padding:7px 14px;gap:12px;border-style:dashed}
.passport-chips [data-focus-passport] .icon{width:16px;height:16px}

/* Keep complete quick picks on one row, reserving space for All passports. */
.passport-chips{flex-wrap:nowrap;min-width:0;width:100%;box-sizing:border-box}
.passport-chips>.chip-label{display:none}
.passport-chips>.hero-chip{flex:0 0 auto;white-space:nowrap}
.passport-chips>.hero-chip[hidden]{display:none!important}

/* Overlapping mobile brand badges with a more prominent Entry star. */
@media(max-width:767px){
 .site-header .brand>.mobile-destination{gap:0;isolation:isolate}
 .site-header .mobile-entry-symbol{width:36px;height:36px;flex:0 0 36px;padding:3px;position:relative;z-index:2;border:2px solid #eef3ff;box-shadow:0 0 0 1px rgba(255,255,255,.22)}
 .site-header .mobile-destination .flag-circle{margin-left:-10px;position:relative;z-index:1;border:2px solid #fff}
 .site-header .brand{min-width:62px!important}
}

/* Keep the selected travel reason on a single line at every size. */
.reason-selected{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal}
.reason-trigger{min-width:0}
.reason-trigger .reason-chevron{flex-shrink:0}

/* Consolidate the mobile application badge into the header. */
.mobile-application-label{display:none}
@media(max-width:767px){
 .home-page .site-header .brand{gap:10px}
 .home-page .mobile-application-label{display:block;font-size:10px;line-height:1.3;letter-spacing:.06em;font-weight:650;white-space:nowrap;color:var(--ink)}
 .home-page .site-header:not(.is-scrolled):not(.menu-open) .mobile-application-label{color:#fff}
 .home-page .hero-eyebrow{display:none}
 .home-page .hero-copy>h1{margin-top:0}
}
@media(max-width:359px){.home-page .mobile-application-label{font-size:9px;letter-spacing:.025em}.home-page .site-header .brand{gap:8px}}

.passport-chips>.chip-label{display:block;flex:0 0 auto;white-space:nowrap;margin:0 12px 0 0;font-size:9px;letter-spacing:.13em}

/* Compact, readable destination label beside the brand icons. */
.home-page .mobile-application-label{font-size:clamp(13px,3.4vw,16px);font-weight:600;line-height:1.2;letter-spacing:-.015em;text-transform:none;white-space:nowrap}

/* Destination pages share the homepage's scenic opening and clear finder. */
[data-destination-page] .site-header{background:#192730;color:white;border-bottom:1px solid #ffffff15}
[data-destination-page] .site-header a,[data-destination-page] .site-header summary{color:inherit}
[data-destination-page] .site-header .nav-dropdown{color:#172033}
.destination-breadcrumbs{display:none}
.destination-hero{position:relative;isolation:isolate;background:#192730;color:white;padding:48px 0 56px;overflow:visible}
.destination-hero>.hero-backdrop{position:absolute;inset:0;z-index:-1;overflow:hidden}
.destination-hero .hero-backdrop img{width:100%;height:100%;object-fit:cover}
.destination-hero .hero-shade{position:absolute;inset:0;background:linear-gradient(120deg,rgba(12,23,34,.88),rgba(12,23,34,.6))}
.destination-hero .page-hero{margin:0 auto;padding-top:0;padding-bottom:0;position:relative;z-index:1}
.destination-hero .page-title h1{color:white;font-size:clamp(34px,4.5vw,64px);letter-spacing:-.045em;line-height:1.08}
.destination-hero .page-title>p{color:#dce3e9;max-width:620px;font-size:18px;line-height:1.6}
.destination-hero .eyebrow{color:#c3d2ee}
.destination-hero .journey-finder{color:#172033;border-radius:28px;background:white;box-shadow:0 12px 40px #0002}
.destination-hero .finder-note,.destination-hero .selection-summary{color:#687589}
@media(max-width:640px){.destination-hero{padding:32px 0 36px}.destination-hero .page-title>p{font-size:15px}.destination-hero .page-hero{gap:28px}.destination-hero .journey-finder{border-radius:24px}}

[data-destination-page] .site-header .brand-logo{filter:brightness(0) invert(1)}
[data-destination-page] .site-header nav>a,[data-destination-page] .site-header nav summary{color:#edf2f7}

[data-destination-page] .site-header .brand-logo{filter:brightness(0) invert(1)}
[data-destination-page] .site-header nav>a,[data-destination-page] .site-header nav summary{color:#edf2f7}
[data-destination-page] .site-header .menu-toggle{color:white;background:#ffffff12;border:1px solid #ffffff40;border-radius:16px}
[data-destination-page] .site-header.menu-open{background:#192730}

/* Shared mini-site finish: quiet navigation, readable sections, compact footer. */
.mini-footer{background:#f5f7fa;border-top:1px solid #e3e8ef;padding:36px 0 calc(28px + env(safe-area-inset-bottom));color:#677384;font-size:13px}
.mini-footer-top,.mini-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}.mini-footer nav{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px}.mini-footer a,.mini-footer button{color:inherit;text-decoration:none}.mini-footer button{border:0;background:none;padding:0;font:inherit;cursor:pointer}.mini-footer a:hover,.mini-footer button:hover{color:#4267e8}.mini-footer-brand{font-size:24px;font-weight:750;color:#151b27!important;letter-spacing:-1px}.mini-footer-brand span{font-size:13px;font-weight:500;letter-spacing:0;margin-left:8px;color:#718096}.mini-footer p{font-size:12px;line-height:1.7;max-width:660px;margin:24px 0}.mini-footer-bottom{font-size:12px;border-top:1px solid #e1e6ee;padding-top:18px}
[data-destination-page] .page-hero.has-finder{align-items:center;gap:clamp(28px,5vw,72px)}
[data-destination-page] .page-title{max-width:700px}
[data-destination-page] .journey-finder .finder-bar{margin-top:0}
[data-destination-page] .content-layout{gap:48px}
[data-destination-page] .prose{max-width:760px;line-height:1.75}
[data-destination-page] .prose h2{letter-spacing:-.035em;line-height:1.2}
[data-destination-page] .related-card{border-radius:22px;box-shadow:none}
[data-destination-page] .final-cta{border-radius:28px}
[data-destination-page] .nav-dropdown button[data-open-ava]{font:inherit;text-align:left;border:0;background:none;padding:12px;color:#172033;cursor:pointer}
[data-utility-page] .destination-hero{background:#f0f4fb;color:#172033;padding:44px 0}
[data-utility-page] .destination-hero .hero-backdrop{display:none}
[data-utility-page] .destination-hero .page-title h1{color:#172033;font-size:clamp(32px,4vw,48px)}
[data-utility-page] .destination-hero .page-title>p,[data-utility-page] .destination-hero .eyebrow{color:#66758a}
@media(max-width:640px){.mini-footer{padding-bottom:110px}.mini-footer-top,.mini-footer-bottom{align-items:flex-start;flex-direction:column;gap:18px}.mini-footer nav{gap:12px 20px}.mini-footer p{margin:20px 0}[data-destination-page] .content-layout{gap:24px}[data-destination-page] .final-cta{border-radius:22px}}

/* Bring the full Entry wordmark and destination badge into one lockup. */
@media(min-width:768px){
 .site-header .brand{gap:0}
 .site-header .desktop-destination{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:12px;transform:none}
 .site-header .desktop-destination .flag-circle{width:30px;height:30px;box-sizing:border-box;border:1.5px solid #fff;box-shadow:0 0 0 1px #ffffff24}
}

/* Explicit dark/light header states keep the logo and navigation readable. */
[data-destination-page] .site-header{background:#192730;color:#f8fafc}
[data-destination-page] .site-header .brand>.brand-logo{filter:brightness(0) invert(1)!important}
[data-destination-page] .site-header #main-nav>a,[data-destination-page] .site-header #main-nav summary,[data-destination-page] .site-header .locale-label{color:#e9eef5}
[data-destination-page] .site-header .nav-dropdown{background:#fff;color:#172033}
[data-destination-page] .site-header .nav-dropdown a{color:#172033}
[data-destination-page] .site-header.is-scrolled{background:#fff;color:#172033;border-color:#e3e8ef}
[data-destination-page] .site-header.is-scrolled .brand>.brand-logo{filter:none!important}
[data-destination-page] .site-header.is-scrolled #main-nav>a,[data-destination-page] .site-header.is-scrolled #main-nav summary,[data-destination-page] .site-header.is-scrolled .locale-label{color:#344054}
[data-destination-page] .site-header.is-scrolled .menu-toggle{color:#172033;border-color:#dce2ea;background:#f3f5f8}
@media(max-width:767px){[data-destination-page] .site-header.menu-open{background:#192730;color:#fff}[data-destination-page] .site-header.menu-open #main-nav{background:#192730}[data-destination-page] .site-header.menu-open #main-nav>a,[data-destination-page] .site-header.menu-open #main-nav summary{color:#f8fafc}}

/* Responsive mini-site: bounded reading widths and content-driven cards. */
.wrap{width:min(1200px,calc(100% - clamp(32px,6vw,80px)))}
.section{padding-block:clamp(36px,5vw,64px)}
.page-title,.content-layout>*,.related-grid>*,.pricing-grid>*,.purpose-grid>*{min-width:0}
.destination-hero{padding-block:clamp(32px,5vw,60px)}
.destination-hero .page-title h1{font-size:clamp(32px,4.2vw,56px);line-height:1.12;text-wrap:balance;overflow-wrap:break-word}
.destination-hero .page-title>p{font-size:clamp(15px,1.4vw,18px);line-height:1.65;max-width:58ch;margin-top:18px}
.page-title>.button{margin-top:24px;max-width:100%}
.type-directory{padding-top:clamp(24px,3vw,40px);padding-bottom:clamp(28px,4vw,48px)}
.purpose-grid,.type-directory .purpose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.purpose-link{position:relative;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:14px;min-height:88px;padding:20px;font-size:14px;line-height:1.45;border-radius:20px}
.purpose-link>span:nth-child(2){width:auto;flex:1;overflow-wrap:normal}
.purpose-link>.icon{position:static;display:block;margin-left:auto;width:16px;height:16px}
[data-destination-page] .content-layout{gap:clamp(24px,4vw,48px)}
.prose p,.prose li{overflow-wrap:break-word}
.mini-footer{padding-bottom:calc(96px + env(safe-area-inset-bottom))}
.mini-footer a,.mini-footer button{display:inline-flex;align-items:center;min-height:32px}
@media(min-width:768px) and (max-width:1023px){
 .header-inner{gap:16px}.header-left{gap:20px}#main-nav{gap:16px}.header-right{gap:10px}
 [data-destination-page] .page-hero.has-finder{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:24px}
 .compact{padding:20px}.pricing-grid{gap:12px}.price-card{padding:22px}.price-card.recommended{padding:21px}
}
@media(max-width:959px){.purpose-grid,.type-directory .purpose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){
 [data-destination-page] .page-hero.has-finder{display:flex;flex-direction:column;align-items:stretch;gap:28px}
 .destination-hero .journey-finder{width:100%;max-width:none;margin:0}
 .destination-hero .finder-fields{width:100%}.destination-hero .finder-bar{align-items:stretch}
 .destination-hero .page-title h1{max-width:20ch}
 .hero-secondary{flex-wrap:wrap;gap:12px}
 .related-card h3{font-size:22px;line-height:1.25}
 .final-cta{padding:28px 20px}.final-cta h2{text-wrap:balance}
}
@media(max-width:539px){
 .purpose-grid,.type-directory .purpose-grid{grid-template-columns:minmax(0,1fr);gap:10px}
 .purpose-link{min-height:72px;padding:16px;gap:12px;border-radius:16px;font-size:14px}
 .page-title>.button{width:100%;min-height:48px}
 .hero-mainline{white-space:normal;text-wrap:balance}
 .hero-reasonline{flex-wrap:wrap;gap:4px 8px}
 .mini-footer-top,.mini-footer-bottom{gap:16px}
}
@media(max-width:359px){.compact{padding:16px}.header-inner{gap:8px}.hero-lead{font-size:14px}.finder-note{font-size:11px}}

@media(max-width:1023px){
 [data-destination-page] .site-header.menu-open #main-nav{background:#192730;max-height:calc(100dvh - 68px);overflow-y:auto}
 [data-destination-page] .site-header.menu-open #main-nav>a,[data-destination-page] .site-header.menu-open #main-nav summary{color:#f8fafc}
 [data-destination-page] .site-header.menu-open .nav-dropdown{background:#fff}
 [data-destination-page] .site-header.menu-open .nav-dropdown a{color:#172033}
}

/* A quiet directional cue from Entry to the destination. */
@media(min-width:768px){
 .site-header .desktop-destination{margin-left:8px;gap:6px}
 .site-header .desktop-destination::before{content:"";display:block;flex:0 0 18px;width:18px;height:18px;background:var(--blue);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h17M14 6l6 6-6 6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
 .home-page .site-header:not(.is-scrolled):not(.menu-open) .desktop-destination::before,[data-destination-page] .site-header:not(.is-scrolled) .desktop-destination::before{background:#a8bdff}
}

.mini-footer-brand{display:inline-flex;align-items:center;gap:12px}.mini-footer-brand img{display:block;width:105px;height:auto;object-fit:contain;flex-shrink:0}.mini-footer-brand span{margin-left:0}

/* Small flight cue, visually secondary to the official wordmark. */
@media(min-width:768px){
 .site-header .desktop-destination{margin-left:10px;gap:8px}
 .site-header .desktop-destination::before{flex-basis:17px;width:17px;height:17px;background:#252b33;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m22 12-8-3-3-7H9l2 8-6 1-2-3H1l2 4-2 4h2l2-3 6 1-2 8h2l3-7 8-3Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat}
 .home-page .site-header:not(.is-scrolled):not(.menu-open) .desktop-destination::before,[data-destination-page] .site-header:not(.is-scrolled) .desktop-destination::before{background:#e4e9ee}
}

[aria-label="Change destination country"]{cursor:pointer}
[aria-label="Change destination country"]:hover{opacity:.85}
.destination-picker{width:min(480px,calc(100% - 32px));max-height:85dvh;padding:24px;border:1px solid #e2e7ef;border-radius:24px;background:#fff;color:#172033;box-shadow:0 24px 80px #0004}
.destination-picker::backdrop{background:#0d172a88;backdrop-filter:blur(4px)}
.destination-picker-head{display:flex;align-items:center;gap:16px;margin-bottom:20px}.destination-picker-head h2{font-size:23px;line-height:1.2;flex:1}.destination-picker-head button{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#f0f3f8;color:#172033}
.destination-picker>label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.destination-picker>input{width:100%;font-size:16px;min-height:48px;border:1px solid #dce2eb;border-radius:12px;padding:12px;margin-bottom:12px;background:#fff;color:#172033}
.destination-results{max-height:calc(85dvh - 190px);overflow-y:auto;overscroll-behavior:contain}.destination-results>a{display:flex;align-items:center;gap:12px;min-height:52px;padding:10px;border-radius:12px;font-size:15px}.destination-results>a:hover,.destination-results>a:focus-visible{background:#eef3ff}.destination-results>a[aria-current]{background:#f3f6fc}.destination-results>a>span:nth-child(2){flex:1}.destination-results .flag-circle{width:28px;height:28px;flex-shrink:0}.destination-results>a>.icon{width:16px;color:#64748b}.destination-results>p{padding:20px 8px;color:#64748b;font-size:14px}

@media(min-width:768px){
 .site-header .desktop-destination::before{width:21px;height:21px;flex-basis:21px;background:#202733}
 .home-page .site-header .desktop-destination::before{background:#202733}
 .home-page .site-header:not(.is-scrolled):not(.menu-open) .desktop-destination::before{background:#fff}
 .site-header.is-scrolled .desktop-destination::before{background:#202733!important}
 [data-destination-page] .site-header:not(.is-scrolled) .desktop-destination::before{background:#fff}
}

@media(min-width:1024px){.home-page .site-header:not(.is-scrolled):not(.menu-open) .desktop-destination::before{background:#202733}}

/* Inner-page application card: one consistent field and action width. */
[data-destination-page] .journey-finder.compact{padding:26px;border:1px solid #e4e9f0;border-radius:24px;box-shadow:0 18px 48px #08142426}
[data-destination-page] .compact .finder-bar{display:flex;align-items:stretch;gap:16px;width:100%}
[data-destination-page] .compact .finder-fields{display:grid;width:100%;gap:12px;align-self:stretch}
[data-destination-page] .compact .field{width:100%;padding:14px 16px;border:1px solid #e0e6ee;border-radius:14px;background:#f8fafc}
[data-destination-page] .compact .field>label{font-size:10px;letter-spacing:.09em;margin-bottom:8px}
[data-destination-page] .compact .input-wrap{width:100%;min-height:34px}
[data-destination-page] .compact .input-wrap input,[data-destination-page] .compact .reason-trigger{font-size:16px;font-weight:600}
[data-destination-page] .compact .reason-trigger{width:100%;min-width:0}
[data-destination-page] .compact .finder-submit{width:100%;min-height:52px;border-radius:14px;margin:0;padding:14px 16px;font-size:14px;line-height:1.4}
[data-destination-page] .compact .finder-note{margin-top:16px;padding:0;font-size:11px;line-height:1.6}
[data-destination-page] .compact .selection-summary{padding:0;margin-top:8px;font-size:11px;line-height:1.6}
@media(max-width:959px){[data-destination-page] .journey-finder.compact{padding:20px}[data-destination-page] .compact .field{padding:12px}}

/* Size the home finder to its own available space, including tablet widths. */
.home-page .journey-finder:not(.compact){container-type:inline-size;width:100%;max-width:900px}
.home-page .journey-finder:not(.compact) .finder-bar{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;padding:12px;gap:12px;border-radius:24px}
.home-page .journey-finder:not(.compact) .finder-fields{display:grid;grid-template-columns:minmax(0,1fr);width:100%;min-width:0}
.home-page .journey-finder:not(.compact) .field{width:100%;padding:12px;min-width:0}
.home-page .journey-finder:not(.compact) .field>label{padding-left:0;justify-content:flex-start}
.home-page .journey-finder:not(.compact) .passport-field{border-right:0;border-bottom:1px solid var(--line)}
.home-page .journey-finder:not(.compact) .finder-submit{width:100%;max-width:none;min-height:52px;margin:0;padding:14px 18px;border-radius:16px;font-size:15px;line-height:1.4;align-self:stretch}
@container(min-width:560px){
 .home-page .journey-finder:not(.compact) .finder-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
 .home-page .journey-finder:not(.compact) .passport-field{border-bottom:0;border-right:1px solid var(--line)}
 .home-page .journey-finder:not(.compact) .input-wrap input,.home-page .journey-finder:not(.compact) .reason-trigger{font-size:15px}
}
@container(min-width:820px){
 .home-page .journey-finder:not(.compact) .finder-bar{grid-template-columns:minmax(0,1fr) 235px;gap:12px}
 .home-page .journey-finder:not(.compact) .finder-submit{align-self:center;min-height:58px}
}

/* Give the actual brand lockup its own width instead of a 44px icon slot. */
@media(max-width:1023px){
 .site-header .header-inner{width:calc(100% - 32px);margin-inline:auto;gap:16px}
 .site-header .header-left{flex:1;min-width:0;gap:12px}
 .site-header .header-right{flex:0 0 auto;gap:10px}
 .home-page .site-header .brand,.site-header .brand{width:auto!important;height:auto;min-width:0!important;justify-content:flex-start;flex:0 0 auto}
}
@media(min-width:768px) and (max-width:1023px){
 .site-header .brand-logo{display:block;width:106px;max-width:none}
 .site-header .desktop-destination{margin-left:10px;transform:none;gap:8px;flex-shrink:0}
 .site-header .header-cta{padding-inline:18px;white-space:nowrap}
}
@media(max-width:767px){
 .site-header .brand{max-width:calc(100vw - 92px)}
 .site-header .mobile-destination{flex-shrink:0}
 .home-page .mobile-application-label{font-size:12px;letter-spacing:0;white-space:nowrap}
}

/* Reserve enough space for the longest application action. */
.home-page .journey-finder:not(.compact) .finder-submit{white-space:nowrap;font-size:clamp(12px,3.5cqi,15px);gap:10px;padding-inline:14px}
@container(min-width:820px){
 .home-page .journey-finder:not(.compact) .finder-bar{grid-template-columns:minmax(0,1fr) 260px}
}

/* Independent destination control keeps the official wordmark uncluttered. */
.site-header .brand>.brand-logo{display:block!important;width:110px;max-width:none}
.site-header .header-left{gap:28px}
.site-header .header-right{gap:16px}
.header-destination{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:6px 10px;background:transparent;color:inherit;border:1px solid #94a3b833;border-radius:999px;white-space:nowrap;font-size:13px;font-weight:600;flex-shrink:0}
.header-destination .flag-circle{width:26px;height:26px;flex-shrink:0}
.home-page .site-header:not(.is-scrolled):not(.menu-open) .header-destination{color:inherit}
@media(max-width:1023px){
 .site-header .header-left{gap:12px}.site-header .header-right{gap:10px}
 .home-page .site-header:not(.is-scrolled):not(.menu-open) .header-destination{color:#fff;border-color:#ffffff40}
}
@media(max-width:767px){
 .site-header .brand>.brand-logo{width:100px}
 .site-header .header-inner{gap:12px}
 .header-destination{font-size:12px;gap:6px;padding:6px 8px}
 .header-destination .flag-circle{width:24px;height:24px}
}
@media(max-width:359px){.header-destination .destination-name{display:none}.site-header .header-right{gap:8px}}

/* Balanced eight-option directory with concise, readable labels. */
.home-page .more-section{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.6fr);gap:clamp(28px,5vw,64px);align-items:start}
.home-page .more-heading{padding-top:12px}
.home-page .more-heading h2{font-size:clamp(30px,3.5vw,44px);line-height:1.15;max-width:12ch;text-wrap:balance}
.home-page .more-heading p{font-size:15px;line-height:1.7;max-width:32ch;margin-top:18px}
.home-page .more-heading .text-link{display:inline-flex;margin-top:22px}
.home-page .more-section .purpose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-page .more-section .purpose-link{min-height:80px;padding:16px;gap:12px;border-radius:18px;font-size:14px;line-height:1.4}
.home-page .more-section .purpose-icon{width:36px;height:36px;flex:0 0 36px;border-radius:12px}
.home-page .more-section .purpose-link>span:nth-child(2){min-width:0;flex:1}
.home-page .more-section .purpose-link>.icon{width:16px;height:16px;flex:0 0 16px;margin-left:0}
@media(max-width:767px){
 .home-page .more-section{grid-template-columns:minmax(0,1fr);gap:24px}
 .home-page .more-heading{padding-top:0}
 .home-page .more-heading h2,.home-page .more-heading p{max-width:none}
}
@media(max-width:539px){
 .home-page .more-section .purpose-grid{grid-template-columns:minmax(0,1fr);gap:10px}
 .home-page .more-section .purpose-link{min-height:64px;padding:12px 16px}
}

/* Keep the decorative phone outside the entire application column. */
@media(min-width:1280px){
 .home-page .hero-copy{width:calc(100% - 250px);min-width:0}
 .home-page .hero-copy>.journey-finder{width:100%;max-width:100%}
 .home-page .hero-phone{display:block;right:8px;width:194px}
 .home-page .hero-mainline{white-space:normal}
}
@media(max-width:1279px){
 .home-page .hero-phone{display:none}
 .home-page .hero-copy{width:100%;min-width:0}
}

/* Keep navigation icons and labels together, including Tailwind's SVG reset. */
.site-header .nav-dropdown{width:270px;min-width:0;max-width:calc(100vw - 32px);padding:8px;border-radius:16px;gap:3px}
.site-header .nav-dropdown a{display:flex;align-items:center;gap:12px;min-height:44px;padding:11px 12px;font-size:14px;line-height:1.4;border-radius:10px}
.site-header .nav-dropdown a>.icon{display:block;width:18px;height:18px;flex:0 0 18px;margin:0;color:var(--blue)}
.site-header .nav-menu summary{display:flex;align-items:center;gap:7px}
.site-header .nav-menu summary>.icon{display:block;width:13px;height:13px;flex:0 0 13px}
.site-header .nav-dropdown a:last-child:not(:has(>.icon)){margin-top:4px;border-top:1px solid var(--line);border-radius:0 0 10px 10px;padding-top:14px;font-size:13px}
@media(max-width:1023px){.site-header .nav-dropdown{width:100%;max-width:100%;padding:4px 8px 8px}.site-header .nav-dropdown a{min-height:46px;padding:12px;gap:12px}}

.mini-footer-brand .footer-country{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.mini-footer-brand .footer-country-flag{display:block;width:26px;height:26px;flex:0 0 26px;object-fit:cover;border-radius:50%}

.footer-brand-group{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.footer-destination{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:8px 11px;min-height:44px;border:1px solid #dfe4ec;border-radius:999px;background:#fff;color:#46536a;font:inherit;font-size:14px;line-height:1.2;cursor:pointer}
.footer-destination .footer-country{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;margin:0}
.footer-destination .footer-country-flag{display:block;width:24px;height:24px;flex:0 0 24px;border-radius:50%;object-fit:cover}
.footer-destination>svg{flex:0 0 14px}
.footer-destination:hover{border-color:#a8b8df;background:#f0f4ff;color:#18223a}
.footer-destination:focus-visible{outline:2px solid #4263eb;outline-offset:3px}
@media(max-width:480px){.footer-brand-group{gap:12px}.footer-brand-group .mini-footer-brand img{width:96px}}

/* Local price estimates; USD remains the charge currency. */
.local-price-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;margin:24px 0 20px;font-size:14px;color:#526077}.local-price-controls[hidden]{display:none}.local-price-controls label{display:flex;align-items:center;gap:10px;font-weight:600;color:#172033}.local-price-controls select{max-width:100%;min-height:44px;padding:8px 12px;border:1px solid #dbe1eb;border-radius:12px;background:#fff;color:#172033;font:inherit}.local-price-controls p{margin:0;max-width:74ch}.local-price-controls [data-price-rate]{flex-basis:100%;font-size:12px}.local-price-controls a{text-decoration:underline}.local-usd-charge{font-size:14px!important;line-height:1.5;margin:8px 0 20px;color:#526077}.price-card .price{font-size:clamp(2rem,3.8vw,3.6rem)}@media(max-width:400px){.local-price-controls label{align-items:flex-start;flex-direction:column;width:100%}.local-price-controls select{width:100%}}


.canada-country main{padding-top:68px}.canada-country .hero-inner{padding-top:50px;min-height:620px}.canada-country .hero-phone{top:46px}.canada-country .hero-copy{max-width:100%}.canada-country .hero-mainline{white-space:normal}.canada-country .hero-hero h1{max-width:850px}.canada-country .input-wrap select{appearance:auto;min-height:40px;font-size:15px;padding:4px 8px 4px 0;background:#fff}.canada-country .field{padding:16px 18px}.canada-country .finder-submit{margin:8px;min-height:58px;border-radius:18px}.canada-country .finder-bar{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,.8fr)}.canada-country .country-hero-cta{margin-top:28px}.country-section{padding-block:70px}.country-section h2{font-size:clamp(30px,4vw,44px);margin:14px 0 20px}.country-intro{max-width:800px;color:var(--muted);font-size:17px;line-height:1.8}.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}.country-grid.three{grid-template-columns:repeat(3,1fr)}.country-card{display:block;background:#fff;padding:28px;border:1px solid var(--line);border-radius:20px}.country-card h3{font-size:21px;margin:14px 0}.country-card p{font-size:14px;color:var(--muted)}a.country-card:hover{border-color:var(--blue)}.country-links{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px}.country-closing{background:var(--pale);padding:70px 0;text-align:center}.country-closing h2{font-size:clamp(38px,5vw,58px);margin:16px 0}.country-closing p{margin-bottom:24px;color:var(--muted)}.country-footer{padding:48px 0}.country-footer nav{display:flex;gap:24px;flex-wrap:wrap;margin:26px 0;font-size:13px}.country-footer p{font-size:12px;color:var(--muted);margin:10px 0}.photo-credit{font-size:10px!important}.canada-country .hero-proof{margin-top:26px}.canada-country .header-destination{white-space:nowrap}.canada-country .hero-backdrop>img{object-position:center 52%}@media(max-width:1000px){.country-grid{grid-template-columns:repeat(2,1fr)}.canada-country .hero-phone{display:none}.canada-country .hero-inner{min-height:0;padding-bottom:44px}}@media(max-width:760px){.canada-country .hero-inner{padding-top:36px}.canada-country .finder-bar{display:flex;flex-direction:column}.canada-country .finder-fields{display:block}.canada-country .passport-field{border-right:0;border-bottom:1px solid var(--line)}.canada-country .finder-submit{max-width:none;align-self:stretch}.canada-country .hero-mainline{font-size:42px}.canada-country .hero-reasonline{font-size:28px}.canada-country .header-destination{display:none}.country-grid,.country-grid.three{grid-template-columns:1fr}.country-section{padding-block:42px}.canada-country .hero-chip-row{gap:8px}.canada-country .chip-label{width:100%}.canada-country .hero-proof{gap:12px}.canada-country .header-inner{gap:12px}.canada-country .header-right{gap:10px}.canada-country .header-cta{padding:9px 14px;font-size:12px}.canada-country #main-nav.is-open{display:flex;position:absolute;top:68px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:stretch}.canada-country #main-nav.is-open .nav-dropdown{position:static;box-shadow:none}.canada-country .quick-links{grid-template-columns:repeat(2,1fr);gap:20px}.canada-country .quick-links>a{padding:0;border:0}}

.journey-picker{min-width:0}.picker-label{display:block;font-weight:600;font-size:15px;margin-bottom:8px}.picker-trigger{display:flex!important;width:100%;min-height:52px;gap:10px;padding:10px 12px;align-items:center;text-align:left;background:white!important;color:#18253a!important;border:1px solid #d7dde7;border-radius:12px;cursor:pointer}.picker-trigger>span:nth-child(2){flex:1}.flag-circle{display:inline-flex;width:26px;height:26px;flex:0 0 auto;overflow:hidden;border-radius:50%;vertical-align:middle;box-shadow:0 0 0 1px rgb(24 37 58/.08);background:#eef1f7;align-items:center;justify-content:center;line-height:1}.flag-circle img{height:100%;width:100%;object-fit:cover;border-radius:50%;max-width:none}.picker-trigger .flag-circle{width:29px;height:29px}.purpose-icon{display:inline-flex;width:29px;height:29px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:8px;color:#3155d9;background:#edf1ff}.purpose-icon svg{width:20px;height:20px}.journey-dialog{width:min(540px,calc(100% - 32px));max-height:85dvh;padding:24px;border:1px solid #e3e7ef;border-radius:24px;background:white;color:#18253a;box-shadow:0 24px 80px #101a2c40;margin:auto}.journey-dialog::backdrop{background:#101a2c80}.picker-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.picker-heading h2{font-size:24px;margin:0}.picker-heading button{width:44px;min-height:44px;border:0;border-radius:50%;background:#f1f4f9;color:#18253a;font-size:24px}.journey-dialog input{width:100%;box-sizing:border-box;padding:13px 16px;border:1px solid #d7dde7;border-radius:12px;margin-bottom:12px;font:inherit}.picker-options{display:grid;gap:4px;max-height:50dvh;overflow:auto}.picker-options button{display:flex;align-items:center;text-align:left;gap:10px;min-height:46px;padding:9px 11px;background:white;color:#18253a;border:1px solid transparent;border-radius:9px;font-size:14px;cursor:pointer}.picker-options button>span:nth-child(2){flex:1}.picker-options .flag-circle{width:27px;height:27px}.picker-options button:hover{background:#f5f7fb}.picker-options button[aria-selected=true]{background:#edf1ff;color:#3155d9;font-weight:600;border-color:#cbd5fb}.picker-disclaimer{font-size:11px!important;line-height:1.5;color:#67758b;margin:14px 0 0!important}.canada-country .field .picker-trigger{border:0;padding:0;min-height:40px;font-size:14px;font-weight:600}.journey-picker button:focus-visible,.journey-dialog button:focus-visible{outline:2px solid #3155d9;outline-offset:3px}.hero-chip .flag-circle{width:24px;height:24px;border:1px solid #ffffff99;background:white;box-shadow:0 1px 3px #0002}.hero-eyebrow .flag-circle{width:20px;height:20px}.phone-destination .flag-circle{width:25px;height:25px}@media(max-width:600px){.journey-dialog{padding:20px;border-radius:20px}.picker-heading h2{font-size:22px}.picker-trigger{min-height:54px}}
