:root{--ink:#111311;--paper:#f6f5f2;--white:#fff;--peach:#ff765f;--peach-soft:#ffcfc5;--blue:#646bff;--blue-soft:#c9caff;--lime:#dff45c;--line:#d8d7d1;--muted:#6c6d68;--radius-lg:26px;--radius-md:18px;--shadow:0 18px 50px rgba(17,19,17,0.08)}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:clip}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}canvas,img,video{max-width:100%}article,div,main,section{min-width:0}body.modal-open{overflow:hidden}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}button{color:inherit}.page-shell{max-width:1600px;margin:0 auto;padding:12px}.announcement{min-height:46px;display:flex;gap:16px;padding:10px 46px;margin-bottom:12px;background:#e6e4df;border-radius:14px;font-size:13px;position:relative}.announcement,.announcement-action{align-items:center;justify-content:center}.announcement-action{padding:0;display:inline-flex;gap:7px;border:0;background:transparent;font:inherit;cursor:pointer}.announcement-action svg{width:14px;height:14px;transition:transform .18s ease}.announcement-action:hover svg{transform:translateX(3px)}.announcement-action:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.site-header{height:84px;padding:0 46px;display:flex;align-items:center;gap:48px;background:var(--white);border-radius:22px 22px 0 0;border-bottom:1px solid #eee;position:sticky;top:12px;z-index:50;transition:background .35s ease,border-radius .35s ease,box-shadow .35s ease}.site-header.is-scrolled{background:rgba(255,255,255,.96);border-radius:22px;box-shadow:0 12px 38px rgba(17,19,17,.1)}.brand{display:inline-flex;align-items:center;gap:11px;font-size:20px;font-weight:700;letter-spacing:-.04em;white-space:nowrap}.brand-mark{width:32px;height:32px}.brand-mark path:first-child{fill:var(--ink);stroke:none}.brand-mark path:last-child{fill:none;stroke:white;stroke-width:1.6}.desktop-nav{display:flex;gap:28px;margin-left:auto;font-size:14px}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--ink);transition:right .2s ease}.desktop-nav a:hover:after{right:0}.menu-button{display:none;background:none;border:0;width:44px;height:44px;padding:11px}.menu-button svg{width:22px;height:22px}.mobile-nav{padding:16px 28px 24px;background:white;border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid #eee}.button{border:0;border-radius:999px;min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.6}.button-dark{background:var(--ink);color:white;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 8px 18px rgba(17,19,17,.12)}.button-dark:hover{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 12px 24px rgba(17,19,17,.2)}.button-small{min-height:46px;padding:0 19px;font-size:13px;gap:12px}.button-light{background:white;color:var(--ink)}.button-ghost{background:transparent;border:1px solid var(--line)}.text-link{display:inline-flex;gap:10px;align-items:center;font-size:14px;font-weight:600;border-bottom:1px solid #b9b9b5;padding-bottom:3px}.text-link svg{width:16px;height:16px}.section-panel{background:var(--white);border-radius:0 0 var(--radius-lg) var(--radius-lg)}main [id]{scroll-margin-top:112px}.hero-scroll-scene{height:auto;min-height:0;position:relative;margin-bottom:12px}.hero{min-height:clamp(700px,calc(100svh - 120px),850px);position:relative;display:flex;flex-direction:column;justify-content:center;padding:58px 48px 150px;overflow:hidden;isolation:isolate;color:white;background:#101715}.hero:before{display:none}.hero-copy{width:min(58%,720px);position:relative;z-index:8;display:flex;flex-direction:column;justify-content:center}.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:#60615c;font-size:12px;font-weight:600;letter-spacing:.035em}.eyebrow i{width:7px;height:7px;background:var(--peach);border-radius:50%;box-shadow:0 0 0 5px rgba(255,118,95,.14)}.hero-eyebrow{width:fit-content;margin-bottom:24px;padding:8px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(6,18,21,.42);color:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero h1{max-width:720px;margin-bottom:24px;font-size:clamp(46px,4.25vw,66px);line-height:1.02;letter-spacing:-.052em;font-weight:540}.hero h1>em,.hero h1>span{display:block}.hero h1 em{color:var(--lime);font-style:normal}.hero-description{max-width:610px;margin-bottom:28px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.72;word-break:keep-all}.hero-actions{display:flex;align-items:center;gap:24px}.hero-proof{margin:31px 0 0;padding:18px 0 0;display:flex;flex-wrap:wrap;gap:12px 19px;border-top:1px solid rgba(255,255,255,.24);color:rgba(255,255,255,.78);list-style:none}.hero-proof li{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:650}.hero-proof svg{width:15px;height:15px;color:var(--lime);stroke-width:2}.hero .button-dark{background:var(--lime);color:var(--ink);box-shadow:0 14px 34px rgba(0,0,0,.28)}.hero .text-link{color:white;border-color:rgba(255,255,255,.5)}.plan-grid{display:none}.hero-scene-controls{position:absolute;z-index:8;right:48px;bottom:38px;left:48px;display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:10px}.story-switcher{width:100%;min-width:0;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(255,255,255,.24);border-radius:15px;background:rgba(6,20,24,.52);box-shadow:0 8px 22px rgba(0,0,0,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.story-switcher legend{width:1px;height:1px;position:absolute;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.story-switcher button{min-height:54px;padding:0 18px;border:0;border-right:1px solid rgba(255,255,255,.16);border-radius:0;background:transparent;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;cursor:pointer;transition:color .25s ease,background .25s ease}.story-switcher button:last-child{border-right:0}.story-switcher button[aria-pressed=true]{background:rgba(255,255,255,.94);color:#101715}.hero-story-toggle{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:rgba(6,20,24,.62);color:white;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.hero-story-toggle svg{width:17px;height:17px}.hero-story-toggle:focus-visible{outline:3px solid var(--lime);outline-offset:2px}.story-switcher button:focus-visible{outline:3px solid var(--lime);outline-offset:2px}.story-copy{animation:storySwap .48s ease both}@keyframes storySwap{0%{opacity:0}to{opacity:1}}.plan-destination{position:absolute;z-index:6;right:23px;top:30px;display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.55);font-size:9px;font-weight:700;letter-spacing:.08em}.plan-destination i{width:14px;height:1px;background:rgba(255,255,255,.2)}.plan-destination svg{width:13px;height:13px;color:var(--lime);stroke-width:1.8}.plan-destination strong{color:white;font-size:inherit}.plan-board{position:absolute;z-index:3;left:7%;right:7%;top:88px;padding:21px 22px 18px;border:1px solid rgba(255,255,255,.55);border-radius:23px;background:#f8f6ef;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.32);transform:rotate(-.7deg)}.plan-board-header{padding-bottom:15px;display:grid;grid-template-columns:1fr auto;align-items:start;border-bottom:1px solid rgba(17,19,17,.1)}.plan-board-header>div{display:flex;flex-direction:column;gap:4px}.plan-board-header span{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.12em}.story-family .plan-board-header span{color:#d64f3c}.plan-board-header strong{font-size:18px;letter-spacing:-.025em}.plan-board-header>small{padding:5px 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(17,19,17,.12);border-radius:99px;color:#73756d;font-size:8px;font-weight:700}.plan-board-header>small svg{width:11px;height:11px}.plan-person{padding:15px 0;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:11px}.plan-person>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--ink);color:white;font-size:14px;font-weight:700}.story-family .plan-person>span{background:var(--blue)}.plan-person>div{min-width:0;display:flex;flex-direction:column;gap:3px}.plan-person strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.plan-person small{color:#797b74;font-size:10px}.plan-person>b{padding:6px 8px;border-radius:7px;background:#e9edcf;color:#5f681e;font-size:8px;letter-spacing:.04em}.plan-route-list{border-top:1px solid rgba(17,19,17,.1)}.plan-route-step{min-height:57px;display:grid;grid-template-columns:36px minmax(0,1fr) 17px;align-items:center;gap:10px;border-bottom:1px solid rgba(17,19,17,.08)}.plan-route-step>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#ebe9e1;color:var(--ink)}.plan-route-step:nth-child(2)>span{background:var(--blue-soft);color:#3137b7}.plan-route-step:nth-child(3)>span{background:#e7edbd;color:#626b1d}.story-family .plan-route-step:nth-child(3)>span{background:#ffd6cf;color:#a93d2e}.plan-route-step>span svg{width:16px;height:16px;stroke-width:1.8}.plan-route-step>div{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:baseline}.plan-route-step small{color:#a0a199;font-size:8px;font-weight:800}.plan-route-step strong{font-size:11px}.plan-route-step p{grid-column:2;margin:0;color:#777970;font-size:9px}.plan-route-step>svg{width:16px;height:16px;padding:3px;border-radius:50%;background:var(--ink);color:white;stroke-width:2.4}.plan-board footer{padding-top:13px;display:flex;align-items:center;justify-content:space-between;color:#777970;font-size:9px;font-weight:650}.plan-board footer b{color:var(--ink);letter-spacing:.08em}.plan-next-card{position:absolute;z-index:4;right:18px;bottom:17px;width:min(66%,330px);min-height:66px;padding:13px 47px 13px 16px;display:flex;flex-direction:column;justify-content:center;gap:5px;border-radius:15px;background:var(--lime);color:var(--ink);box-shadow:0 18px 38px rgba(0,0,0,.28);transform:rotate(1.2deg)}.story-family .plan-next-card{background:var(--peach)}.plan-next-card span{font-size:8px;font-weight:800;letter-spacing:.12em}.plan-next-card strong{font-size:12px;line-height:1.35}.plan-next-card svg{width:20px;height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.hero-lifestyle-image{z-index:0;object-fit:cover;object-position:58% center}.story-family .hero-lifestyle-image{object-position:62% center}.story-matching .hero-lifestyle-image{object-position:60% center}.hero-lifestyle-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(4,14,17,.42),transparent 36%),linear-gradient(0deg,rgba(4,14,17,.78),transparent 50%),linear-gradient(90deg,rgba(4,14,17,.92),rgba(4,14,17,.7) 42%,rgba(4,14,17,.18) 76%),rgba(4,14,17,.12);pointer-events:none}.canada-plan-card{width:min(31vw,420px);position:absolute;z-index:5;top:50%;right:48px;padding:25px;transform:translateY(-54%);border:1px solid rgba(255,255,255,.24);border-radius:18px;background:rgba(6,24,29,.72);color:white;box-shadow:0 24px 70px rgba(0,0,0,.34);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.canada-plan-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.canada-plan-card>header>span{color:#cae57b;font-size:9px;font-weight:800;letter-spacing:.12em}.story-family .canada-plan-card>header>span{color:#ffb3a6}.story-matching .canada-plan-card>header>span{color:#9ed5df}.canada-plan-card>header>small{padding:5px 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.2);border-radius:99px;color:rgba(255,255,255,.68);font-size:8px;font-weight:800}.canada-plan-card>header>small svg{width:11px;height:11px}.canada-plan-card>p{margin:24px 0 7px;color:rgba(255,255,255,.58);font-size:10px;font-weight:800;letter-spacing:.12em}.canada-plan-card>h2{max-width:390px;margin:0;font-size:clamp(25px,2.2vw,34px);font-weight:570;line-height:1.15;letter-spacing:-.04em;word-break:keep-all}.plan-highlight-list{margin-top:22px;padding-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid rgba(255,255,255,.16)}.plan-highlight-list>div{display:flex;align-items:center;gap:7px}.plan-highlight-list span{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.12);color:white}.plan-highlight-list>div:nth-child(2) span{background:rgba(201,202,255,.22);color:#e4e4ff}.plan-highlight-list>div:nth-child(3) span{background:rgba(223,244,92,.2);color:var(--lime)}.story-family .plan-highlight-list>div:nth-child(3) span{background:rgba(255,118,95,.22);color:#ffb3a6}.plan-highlight-list svg{width:14px;height:14px;stroke-width:1.9}.plan-highlight-list strong{font-size:9px;line-height:1.35;word-break:keep-all}.canada-plan-card>footer{margin-top:17px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.68);font-size:10px;font-weight:700}.canada-plan-card>footer svg{width:18px;height:18px;color:white}.section-space{padding:76px 48px}.intro.section-space{padding-block:64px}.split-heading{display:grid;grid-template-columns:1.1fr .65fr;align-items:end;gap:42px;margin-bottom:34px}.family-section h2,.faq-section h2,.final-cta h2,.immigration-heading h2,.partner-cta-section h2,.profile-section h2,.section-heading h2{font-size:clamp(38px,4vw,62px);font-weight:500;line-height:1.14;letter-spacing:-.035em;word-break:keep-all}.split-heading>p{margin:0 0 5px;color:var(--muted);font-size:16px;line-height:1.75;word-break:keep-all}.process-heading{align-items:start;margin-bottom:28px}.process-heading h2{margin-bottom:0}.process-intro{display:grid;gap:18px}.process-intro>p{margin:0;color:var(--muted);font-size:16px;line-height:1.75;word-break:keep-all}.process-duration{width:fit-content;min-width:310px;padding:15px 18px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:12px;border-radius:15px;background:var(--ink);color:white}.process-duration>svg{width:22px;height:22px;color:var(--peach);stroke-width:1.8}.process-duration>p{margin:0;display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px}.process-duration small{grid-column:1/-1;color:#aaada6;font-size:9px;font-weight:700;letter-spacing:.04em}.process-duration strong{color:var(--lime);font-size:23px;line-height:1;letter-spacing:-.04em;white-space:nowrap}.process-duration span{color:#c4c6c0;font-size:10px;line-height:1.4}.process-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.process-step-card{min-height:166px;padding:20px;border:1px solid #e3e2dc;border-radius:17px;background:#f4f3ee;transition:transform .18s ease,box-shadow .18s ease}.process-step-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(17,19,17,.07)}.process-step-card>header{margin-bottom:22px;display:flex;align-items:flex-start;justify-content:space-between}.process-step-card>header>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--peach);color:var(--ink)}.process-step-card:nth-child(2n)>header>span{background:var(--lime)}.process-step-card:nth-child(3n)>header>span{background:var(--blue-soft);color:#3137b7}.process-step-card>header svg{width:19px;height:19px;stroke-width:1.9}.process-step-card>header small{color:#92948c;font-size:9px;font-weight:800;letter-spacing:.1em}.process-step-card h3{margin:0 0 8px;font-size:18px;letter-spacing:-.03em}.process-step-card>p{margin:0;color:#6a6c65;font-size:13px;line-height:1.65;word-break:keep-all}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step-card{min-height:370px;padding:24px;border-radius:var(--radius-md);display:flex;flex-direction:column;transition:box-shadow .25s ease}.step-card:hover{box-shadow:0 15px 34px rgba(17,19,17,.07)}.card-peach{background:var(--peach-soft)}.card-blue{background:var(--blue-soft)}.card-lime{background:var(--lime)}.step-top{display:flex;justify-content:space-between;align-items:center}.step-top span{font-weight:700;font-size:11px;letter-spacing:.08em}.step-top b{padding:6px 9px;border:1px solid rgba(17,19,17,.22);border-radius:99px;font-size:10px}.step-illustration{min-height:150px;flex:1 1;display:grid;place-items:center}.form-illustration>div{width:190px;padding:22px;border-radius:14px;background:white;box-shadow:0 16px 34px rgba(80,40,30,.12);transform:rotate(-3deg)}.form-illustration>div i{display:block;height:8px;margin:11px 0;border-radius:9px;background:#e8e7e2}.form-illustration>div i:nth-child(2){width:74%}.form-illustration>div i:last-child{width:88%}.form-illustration>span{position:absolute;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:white;margin:88px 0 0 154px}.form-illustration>span svg{width:18px;height:18px}.match-illustration{grid-template-columns:auto 60px auto}.match-illustration i{height:1px;width:100%;background:var(--ink);position:relative}.match-illustration i:after{content:"";position:absolute;right:-2px;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--ink)}.mini-job,.mini-person{width:82px;height:100px;border-radius:18px;display:grid;place-items:center;background:white;font-size:10px;font-weight:700;box-shadow:0 16px 32px rgba(40,40,90,.12)}.mini-job{background:var(--ink);color:white;transform:rotate(5deg)}.message-illustration>div{padding:20px;border-radius:14px 14px 4px 14px;background:white;box-shadow:0 16px 34px rgba(60,70,20,.12);font-size:13px;font-weight:600;transform:rotate(-3deg)}.message-illustration span{display:inline-grid;place-items:center;width:28px;height:28px;margin-left:10px;border-radius:50%;background:var(--ink);color:white}.message-illustration span svg{width:13px;height:13px}.step-card h3{margin-bottom:10px;font-size:22px;letter-spacing:-.04em}.step-card>p{margin-bottom:0;color:rgba(17,19,17,.7);line-height:1.65;font-size:15px;word-break:keep-all}.partner-cta-section{margin-bottom:12px;padding:58px 48px;display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center;border-radius:var(--radius-lg);border:1px solid #2d324f;background:radial-gradient(circle at 85% 20%,rgba(98,105,255,.2),transparent 34%),#171a2a;color:white;overflow:hidden}.b2b-eyebrow{width:fit-content;padding:8px 12px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#bec2dc}.partner-cta-copy>p:not(.eyebrow){max-width:510px;margin:24px 0;color:#bec1d0;font-size:16px;line-height:1.75;word-break:keep-all}.partner-cta-copy ul{margin:0 0 30px;padding:0;display:grid;gap:10px;list-style:none}.partner-cta-copy li{display:flex;align-items:center;gap:9px;color:#e0e2eb;font-size:14px}.partner-cta-copy li svg{width:16px;height:16px;padding:3px;border-radius:50%;background:var(--lime);stroke-width:3}.partner-preview-wrap{min-width:0;position:relative}.partner-preview-label{margin:0 18px 12px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#adb1c8;font-size:10px}.partner-preview-label span{font-weight:700;letter-spacing:.1em;text-transform:uppercase}.partner-preview-label strong{padding:6px 9px;border:1px solid rgba(255,255,255,.17);border-radius:99px;color:white;font-size:9px}.partner-preview-frame{aspect-ratio:16/9;position:relative;overflow:hidden;border:7px solid white;border-radius:20px;background:white;box-shadow:0 18px 46px rgba(48,51,105,.14)}.partner-preview-frame:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(17,19,17,.08);border-radius:15px}.partner-preview-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}.audience-section{margin-bottom:12px;padding-top:60px;padding-bottom:64px;border-radius:var(--radius-lg);background:white}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.audience-card{min-height:310px;padding:24px;position:relative;display:flex;flex-direction:column;border:1px solid rgba(17,19,17,.1);border-radius:var(--radius-md);background:white;overflow:hidden}.audience-card.featured{background:var(--blue-soft);border-color:transparent}.audience-number{position:absolute;right:25px;top:25px;color:#9b9c97;font-size:9px;font-weight:700;letter-spacing:.1em}.audience-icon{width:56px;height:56px;margin-bottom:38px;display:grid;place-items:center;border-radius:16px;background:var(--ink);color:white;font-size:27px}.audience-icon svg{width:29px;height:29px;stroke-width:1.7}.audience-card:nth-child(2) .audience-icon{background:var(--peach);color:var(--ink)}.audience-card:nth-child(3) .audience-icon{background:var(--lime);color:var(--ink)}.audience-kicker{margin:0 0 10px;color:var(--blue);font-size:12px;font-weight:600;letter-spacing:.04em}.audience-card h3{margin-bottom:11px;font-size:21px;letter-spacing:-.025em}.audience-card>p:not(.audience-kicker){margin:0;color:var(--muted);font-size:15px;line-height:1.7;word-break:keep-all}.audience-apply-card{margin-top:12px;padding:30px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:24px;align-items:center;border-radius:var(--radius-md);background:var(--ink);color:white}.audience-apply-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:19px;background:var(--lime);color:var(--ink)}.audience-apply-icon svg{width:34px;height:34px;stroke-width:1.7}.audience-apply-copy>p:first-child{margin-bottom:8px;color:var(--peach);font-size:12px;font-weight:700;letter-spacing:.04em}.audience-apply-copy h3{margin-bottom:10px;font-size:clamp(25px,2.4vw,36px);font-weight:500;line-height:1.2;letter-spacing:-.035em;word-break:keep-all}.audience-apply-copy>p:not(:first-child){max-width:850px;margin-bottom:8px;color:#d0d1cb;font-size:16px;line-height:1.7;word-break:keep-all}.audience-apply-copy small{display:block;color:#9fa19a;font-size:12.5px;line-height:1.6;word-break:keep-all}.audience-apply-button{white-space:nowrap}.family-section{margin-bottom:12px;padding:44px 48px;display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;border-radius:var(--radius-lg);background:#eeede8;overflow:hidden}.family-section h2{font-size:clamp(34px,3.2vw,48px)}.family-section-copy>p:not(.eyebrow){max-width:570px;margin:24px 0 30px;color:#565752;font-size:16px;line-height:1.75;word-break:keep-all}.family-section-copy>small{max-width:360px;margin:13px 0 0 5px;display:block;color:#676862;font-size:13px;line-height:1.55}.family-guide-card{padding:22px;border-radius:var(--radius-md);background:var(--ink);color:white;box-shadow:0 24px 55px rgba(17,19,17,.15)}.family-guide-card>header{margin-bottom:18px;display:flex;align-items:center;gap:17px}.family-guide-card>header>span{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:17px;background:var(--lime);color:var(--ink)}.family-guide-card>header svg{width:29px;height:29px;stroke-width:1.7}.family-guide-card header small{display:block;margin-bottom:6px;color:#b6b7b1;font-size:12px;font-weight:700}.family-guide-card h3{margin:0;font-size:clamp(26px,2.4vw,35px);font-weight:500;line-height:1.18;letter-spacing:-.035em;word-break:keep-all}.family-guide-card>p{max-width:720px;margin-bottom:18px;color:#cacbc5;font-size:15px;line-height:1.75;word-break:keep-all}.family-guide-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.family-guide-topics article{min-height:104px;padding:14px;display:flex;flex-direction:column;border-radius:14px;background:#292b29}.family-guide-topics svg{width:22px;height:22px;margin-bottom:auto;color:var(--peach);stroke-width:1.8}.family-guide-topics article:nth-child(2) svg{color:var(--lime)}.family-guide-topics article:nth-child(3) svg{color:var(--blue-soft)}.family-guide-topics strong{margin:14px 0 5px;font-size:14px}.family-guide-topics span{color:#b8b9b3;font-size:13px;line-height:1.5}.family-guide-note{margin-top:9px;padding:17px 18px;display:flex;align-items:flex-start;gap:13px;border:1px solid #454743;border-radius:14px}.family-guide-note>svg{width:22px;height:22px;flex:0 0 22px;color:var(--lime);stroke-width:1.8}.family-guide-note p{margin:0;display:grid;gap:5px}.family-guide-note strong{font-size:14px}.family-guide-note span{color:#b8b9b3;font-size:13px;line-height:1.55;word-break:keep-all}.immigration-section{margin-bottom:12px;padding:68px 48px 28px;background:var(--ink);color:white;border-radius:var(--radius-lg);overflow:hidden}.immigration-heading{margin-bottom:38px;display:grid;grid-template-columns:1fr .7fr;gap:55px;align-items:end}.immigration-heading h2{margin-bottom:0}.immigration-intro>p{margin:0 0 15px;color:#c4c5c0;font-size:16px;line-height:1.75;word-break:keep-all}.pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pathway-card{min-height:245px;padding:24px;display:flex;flex-direction:column;border-radius:var(--radius-md);color:var(--ink)}.lmia-card{background:var(--peach-soft)}.exempt-card{background:var(--lime)}.pathway-card>header{margin-bottom:18px;display:flex;align-items:center;gap:13px}.pathway-card>header>span{width:39px;height:39px;flex:0 0 39px;display:grid;place-items:center;border:1px solid rgba(17,19,17,.24);border-radius:50%;font-size:9px;font-weight:700}.pathway-card header div{display:grid;gap:3px}.pathway-card header small{font-size:9px;font-weight:800;letter-spacing:.08em}.pathway-card h3{margin:0;font-size:34px;line-height:1;letter-spacing:-.055em}.pathway-card>strong{max-width:none;margin-bottom:12px;font-size:clamp(24px,2.2vw,32px);line-height:1.3;letter-spacing:-.03em}.pathway-card>p{max-width:560px;margin:0 0 26px;color:rgba(17,19,17,.74);font-size:15px;line-height:1.7;word-break:keep-all}.pathway-detail-button{width:fit-content;margin-top:auto;padding:0 0 4px;display:inline-flex;align-items:center;gap:7px;border:0;border-bottom:1px solid;background:transparent;color:inherit;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.pathway-detail-button svg{width:14px;height:14px;transition:transform .18s ease}.pathway-detail-button:hover svg{transform:translateX(3px)}.pathway-detail-button:focus-visible{outline:2px solid currentColor;outline-offset:5px}.pathway-modal-backdrop{position:fixed;z-index:120;inset:0;padding:24px;display:grid;place-items:center;background:rgba(10,12,11,.74);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pathway-detail-modal{width:min(860px,100%);max-height:min(780px,calc(100vh - 48px));position:relative;overflow:auto;padding:34px;border-radius:26px;background:#f7f5ef;color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.32)}.pathway-detail-modal>header{padding-right:50px;margin-bottom:24px}.pathway-detail-modal>header>p{margin:0 0 12px;color:#3355c7;font-size:10px;font-weight:800;letter-spacing:.09em}.pathway-detail-modal.detail-lmia>header>p{color:#bd4d3f}.pathway-detail-modal>header h2{margin:0 0 12px;font-size:clamp(34px,4vw,52px);font-weight:550;line-height:1.08;letter-spacing:-.045em;word-break:keep-all}.pathway-detail-modal>header>span{color:#5c5e57;font-size:15px;line-height:1.65;word-break:keep-all}.pathway-modal-close{width:42px;height:42px;position:absolute;top:26px;right:26px;display:grid;place-items:center;border:1px solid #d5d3cc;border-radius:50%;background:white;color:var(--ink);cursor:pointer}.pathway-modal-close svg{width:18px;height:18px}.pathway-modal-close:focus-visible{outline:3px solid var(--blue-soft);outline-offset:3px}.pathway-detail-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.pathway-detail-facts article{min-height:220px;padding:20px;display:flex;flex-direction:column;border-radius:16px;background:white}.pathway-detail-facts article>svg{width:22px;height:22px;margin-bottom:32px;color:#4363d7;stroke-width:1.8}.detail-lmia .pathway-detail-facts article>svg{color:#c15b4d}.pathway-detail-facts small{color:#999b94;font-size:10px;font-weight:800}.pathway-detail-facts strong{margin:7px 0 9px;display:block;font-size:16px}.pathway-detail-facts p{margin:0;color:#62645d;font-size:13px;line-height:1.6;word-break:keep-all}.pathway-detail-checklist{margin-top:10px;padding:22px;border-radius:16px;background:var(--ink);color:white}.pathway-detail-checklist h3{margin:0 0 12px;font-size:16px}.pathway-detail-checklist ul{margin:0;padding:0;display:grid;gap:9px;list-style:none}.pathway-detail-checklist li{display:flex;align-items:flex-start;gap:9px;color:#c7c9c2;font-size:13px;line-height:1.55}.pathway-detail-checklist li svg{width:15px;height:15px;flex:0 0 15px;margin-top:2px;color:var(--lime)}.pathway-detail-modal>footer{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pathway-detail-modal>footer p{margin:0;display:flex;align-items:center;gap:7px;color:#6b6d66;font-size:12px}.pathway-detail-modal>footer p svg{width:16px;height:16px;flex:0 0 16px}.pathway-detail-modal>footer a{display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid;font-size:12px;font-weight:800}.pathway-detail-modal>footer a svg{width:12px;height:12px}.fta-section{margin-top:12px;padding:30px;border-radius:var(--radius-md);background:#f5f5e9;color:var(--ink)}.fta-section>header{margin-bottom:22px;display:grid;grid-template-columns:1fr .72fr;gap:42px;align-items:end}.fta-section .eyebrow{margin-bottom:16px}.fta-section>header h3{margin:0;font-size:clamp(34px,3.4vw,52px);font-weight:500;line-height:1.1;letter-spacing:-.035em;word-break:keep-all}.fta-section>header>div:last-child>p{margin:0 0 12px;color:#55574f;font-size:15px;line-height:1.7;word-break:keep-all}.fta-section>header>div:last-child>strong{display:block;padding:11px 13px;border-radius:10px;background:rgba(17,19,17,.08);font-size:13px;line-height:1.5}.fta-profession-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:10px}.fta-profession-grid article{min-height:230px;padding:20px;position:relative;border:0;border-radius:16px;background:white}.fta-profession-grid article>span{position:absolute;right:20px;top:20px;color:#a4a59d;font-size:9px;font-weight:800;letter-spacing:.1em}.fta-profession-grid small{color:#6e7068;font-size:9.5px;font-weight:600;letter-spacing:.035em}.fta-profession-grid h4{margin:24px 0 8px;font-size:21px;letter-spacing:-.02em}.fta-profession-grid p{max-width:510px;margin-bottom:18px;color:#61635c;font-size:14px;line-height:1.65;word-break:keep-all}.fta-profession-grid ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px;list-style:none}.fta-profession-grid li{padding:8px 10px;border-radius:99px;background:#f0f0ec;font-size:12px;font-weight:600}.fta-profession-grid article:first-child li{background:var(--lime)}.fta-checklist{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.fta-checklist>div{min-height:100px;padding:18px;display:flex;align-items:flex-start;gap:11px;border-radius:14px;background:var(--ink);color:white}.fta-checklist>div>span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:var(--ink)}.fta-checklist svg{width:14px;height:14px;stroke-width:2.7}.fta-checklist p{margin:2px 0 0;display:grid;gap:7px}.fta-checklist strong{font-size:15px;line-height:1.35}.fta-checklist .fta-check-description{display:block;color:#c2c4bc;font-size:16px;line-height:1.5;word-break:keep-all}.fta-more{margin-top:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(17,19,17,.13);border-radius:13px}.fta-more p{margin:0;color:#676961;font-size:12.5px}.fta-more p strong{margin-left:8px;color:var(--ink)}.fta-more a{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;white-space:nowrap}.fta-more a svg{width:11px;height:11px}.profile-section{min-height:540px;padding:52px 42px;display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center;background:var(--ink);color:white;border-radius:var(--radius-lg);overflow:hidden}.eyebrow-light{color:#b8b8b3}.profile-section-copy>p:not(.eyebrow){max-width:480px;margin:24px 0 34px;color:#a9aaa5;line-height:1.75;word-break:keep-all}.data-map{height:420px;position:relative}.data-map:before{content:"";position:absolute;inset:7% 14%;background:radial-gradient(circle,rgba(100,107,255,.38),transparent 65%)}.data-node{position:absolute;z-index:2;padding:18px;display:flex;flex-direction:column;gap:5px;background:#242624;border:1px solid #3b3d3b;border-radius:17px;box-shadow:0 24px 50px rgba(0,0,0,.3)}.data-node>span{color:var(--peach);font-size:10px;letter-spacing:.1em}.data-node>strong{font-size:14px}.data-node>small{color:#a3a49f;font-size:10px}.node-center{width:190px;height:150px;left:calc(50% - 95px);top:calc(50% - 75px);align-items:center;justify-content:center;text-align:center;border-color:var(--blue);background:#282a4b}.node-center>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:white;font-weight:700}.node-center>span svg{width:20px;height:20px;stroke-width:1.8}.node-a{left:3%;top:8%}.node-b{right:2%;top:13%}.node-c{left:1%;bottom:7%}.node-d{right:3%;bottom:4%}.connector{position:absolute;z-index:1;width:30%;height:1px;background:#555752;transform-origin:left;left:50%;top:50%}.connector:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--peach)}.connector-a{transform:rotate(-145deg)}.connector-b{transform:rotate(-35deg)}.connector-c{transform:rotate(145deg)}.connector-d{transform:rotate(33deg)}.faq-section{padding:58px 42px;display:grid;grid-template-columns:.7fr 1.3fr;gap:56px;border-radius:var(--radius-lg)}.faq-heading>p:last-child{max-width:380px;color:var(--muted);line-height:1.7;font-size:14px}.accordion details{border-top:1px solid var(--line)}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{list-style:none;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:16px;font-weight:600}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{display:grid;place-items:center;transition:transform .2s}.accordion summary span svg{width:22px;height:22px;stroke-width:1.5}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{margin:-4px 50px 25px 0;color:var(--muted);line-height:1.7;font-size:15px}.final-cta{margin-top:12px;padding:70px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:var(--radius-lg);background:var(--blue);color:white}.final-cta h2{margin-bottom:23px}.final-cta>p:not(.eyebrow){margin-bottom:31px;color:#e6e6ff}.site-footer{padding:48px 42px 30px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.site-footer>p{margin:5px 0 0;text-align:right;color:var(--muted);font-size:13px}.footer-links{display:flex;gap:24px;font-size:12px}.site-footer>small{text-align:right;color:#90918c}.scroll-motion-ready [data-reveal]{opacity:0;transition:opacity .82s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0s),transform .96s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0s);backface-visibility:hidden}.scroll-motion-ready [data-reveal=headline],.scroll-motion-ready [data-reveal=up]{transform:translate3d(0,58px,0)}.scroll-motion-ready [data-reveal=left]{transform:translate3d(-64px,16px,0)}.scroll-motion-ready [data-reveal=right]{transform:translate3d(64px,16px,0)}.scroll-motion-ready [data-reveal=card]{transform:translate3d(0,48px,0) scale(.985)}.scroll-motion-ready [data-reveal=scale]{transform:translate3d(0,28px,0) scale(.965)}.scroll-motion-ready [data-reveal].is-revealed{opacity:1;transform:translateZ(0) scale(1)}.button-dark{position:relative;overflow:hidden}.button-dark:after{content:"";position:absolute;inset:-100% -50%;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.18) 50%,transparent 60%);transform:translateX(-80%) rotate(8deg);transition:transform .65s ease}.button-dark:hover:after{transform:translateX(80%) rotate(8deg)}.button-dark>*{position:relative;z-index:1}@media (max-width:1000px){.site-header{padding:0 28px;gap:24px}.desktop-nav{display:none}.site-header>.button{margin-left:auto}.menu-button{display:block}.hero{padding:52px 34px 142px}.hero-copy{width:min(59%,620px)}.hero h1{font-size:clamp(43px,5.6vw,58px)}.canada-plan-card{width:min(36vw,360px);right:34px;left:auto;bottom:auto}.hero-scene-controls{right:34px;bottom:32px;left:34px}.plan-destination{display:none}.plan-board{left:5%;right:5%;padding-inline:18px}.split-heading{gap:15px}.split-heading,.step-grid{grid-template-columns:1fr}.process-step-grid{grid-template-columns:repeat(2,1fr)}.step-card{min-height:345px}.partner-cta-section{grid-template-columns:1fr;gap:42px}.partner-cta-copy>p:not(.eyebrow){max-width:680px}.partner-preview-frame{transform:none}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:295px}.audience-apply-card{grid-template-columns:auto minmax(0,1fr);align-items:start}.audience-apply-button{grid-column:2;width:fit-content}.family-section{grid-template-columns:1fr;gap:38px}.family-section-copy>p:not(.eyebrow){max-width:720px}.immigration-heading{gap:25px}.immigration-heading,.pathway-grid{grid-template-columns:1fr}.pathway-card{min-height:230px}.fta-section>header{gap:20px}.fta-checklist,.fta-profession-grid,.fta-section>header{grid-template-columns:1fr}.fta-more{align-items:flex-start;flex-direction:column}.profile-section{grid-template-columns:1fr;padding:58px 36px 20px}.faq-section{grid-template-columns:1fr;gap:40px}}@media (max-width:960px){.hero{min-height:720px;justify-content:flex-start;padding:64px 34px 34px}.hero-copy{width:min(100%,720px)}.canada-plan-card{display:none}.hero-scene-controls{position:relative;inset:auto;margin-top:auto;padding-top:36px}}@media (max-width:760px){main [id]{scroll-margin-top:82px}.page-shell{padding:max(7px,env(safe-area-inset-top)) 7px max(7px,env(safe-area-inset-bottom))}.announcement{min-height:46px;padding:8px 12px;justify-content:center;text-align:center;font-size:12px}.announcement-action{line-height:1.45}.announcement-action svg{flex:0 0 14px}.site-header{height:70px;padding:0 18px;gap:10px;border-radius:18px 18px 0 0}.brand{font-size:17px}.site-header .brand{min-height:44px}.brand-mark{width:28px;height:28px}.site-header>.button{display:none}.menu-button{margin-left:0}.hero-scroll-scene{height:auto;min-height:0}.hero{height:auto;min-height:calc(100svh - 116px);position:relative;top:auto;justify-content:flex-start;padding:52px 18px 24px}.hero-copy{width:auto;padding-block:0}.hero h1{font-size:clamp(34px,9.6vw,42px);line-height:1.08;letter-spacing:-.045em}.hero h1>em,.hero h1>span{display:inline}.hero-description{font-size:16px;line-height:1.75}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-actions .text-link{min-height:44px;align-items:center}.hero-proof{margin-top:28px}.hero-lifestyle-image,.story-family .hero-lifestyle-image,.story-matching .hero-lifestyle-image{object-position:64% center}.story-family .hero-lifestyle-image{object-position:68% center}.hero-lifestyle-shade{background:linear-gradient(180deg,rgba(4,14,17,.72),rgba(4,14,17,.24) 48%,rgba(4,14,17,.82)),linear-gradient(90deg,rgba(4,14,17,.82),rgba(4,14,17,.28)),rgba(4,14,17,.18)}.hero-scene-controls{grid-template-columns:minmax(0,1fr) 48px;gap:8px;padding-top:32px}.story-switcher{border-radius:13px}.story-switcher button{width:100%;min-height:48px;padding-inline:8px;font-size:11px}.hero-story-toggle{width:48px;height:48px;border-radius:13px}.plan-board{left:12px;right:12px;top:76px;padding:18px 16px 15px;border-radius:19px}.plan-person{grid-template-columns:41px minmax(0,1fr) auto}.plan-person>span{width:41px;height:41px}.plan-next-card{right:10px;bottom:12px;width:min(78%,310px)}.plan-board-header strong{font-size:16px}.section-space{padding:58px 18px}.family-section h2,.faq-section h2,.final-cta h2,.immigration-heading h2,.partner-cta-section h2,.profile-section h2,.section-heading h2{font-size:39px}.step-card{padding:22px;min-height:330px}.process-duration{width:100%}.process-step-grid{grid-template-columns:1fr}.process-step-card{min-height:0}.process-step-card>header{margin-bottom:24px}.process-step-card>p{font-size:14px}.step-illustration{min-height:135px}.partner-cta-section{padding:48px 18px 20px;gap:30px}.partner-cta-copy>p:not(.eyebrow){font-size:15px}.partner-cta-copy .button{width:100%}.partner-preview-label{margin-inline:4px}.partner-preview-frame{border-width:5px;border-radius:16px}.audience-section{padding-top:48px;padding-bottom:52px}.audience-card{min-height:290px;padding:22px}.audience-icon{margin-bottom:30px}.audience-apply-card{padding:24px 20px;grid-template-columns:1fr;gap:18px}.audience-apply-icon{width:58px;height:58px}.audience-apply-copy h3{font-size:28px}.audience-apply-copy>p:not(:first-child){font-size:15px}.audience-apply-button{width:100%;grid-column:auto;white-space:normal;text-align:center}.family-section{padding:50px 18px 18px;gap:32px}.family-section-copy>p:not(.eyebrow){margin-block:20px 26px;font-size:16px}.family-section-copy .button{width:100%}.family-section-copy>small{margin:12px 4px 0;font-size:12px}.family-guide-card{padding:22px 16px}.family-guide-card>header{align-items:flex-start}.family-guide-card h3{font-size:29px}.family-guide-card>p{font-size:15px}.family-guide-topics{grid-template-columns:1fr}.family-guide-topics article{min-height:124px}.immigration-section{padding:50px 16px 16px}.fta-more a,.pathway-detail-button{min-height:40px;align-items:center}.pathway-card{min-height:0;padding:22px}.pathway-card h3{font-size:32px}.pathway-card>strong{font-size:24px}.pathway-modal-backdrop{padding:7px;align-items:end}.pathway-detail-modal{max-height:calc(100dvh - 14px);padding:24px 18px;border-radius:22px}.pathway-detail-modal>header{padding-right:44px}.pathway-detail-modal>header h2{font-size:34px}.pathway-modal-close{top:18px;right:18px}.pathway-detail-facts{grid-template-columns:1fr}.pathway-detail-facts article{min-height:0}.pathway-detail-facts article>svg{margin-bottom:22px}.pathway-detail-modal>footer{align-items:flex-start;flex-direction:column}.fta-section{padding:24px 16px}.fta-section>header h3{font-size:34px}.fta-profession-grid article{min-height:0;padding:20px}.fta-profession-grid h4{margin-top:27px}.fta-more p{line-height:1.65}.fta-more p strong{margin:5px 0 0;display:block}.profile-section{padding:48px 18px 6px}.data-map{height:410px;transform:scale(.9);margin:-20px}.node-a,.node-c{left:0}.node-b,.node-d{right:0}.faq-section{padding:50px 18px}.accordion summary{font-size:16px}.final-cta{padding:58px 18px}.site-footer{padding:48px 18px 25px;grid-template-columns:1fr}.site-footer>p,.site-footer>small{text-align:left}.footer-links{flex-wrap:wrap;gap:4px 18px}.footer-links a{min-height:40px;display:inline-flex;align-items:center}.scroll-motion-ready [data-reveal=card],.scroll-motion-ready [data-reveal=headline],.scroll-motion-ready [data-reveal=left],.scroll-motion-ready [data-reveal=right],.scroll-motion-ready [data-reveal=up]{transform:translate3d(0,34px,0) scale(.99)}}@media (max-width:340px){.site-header .brand span{display:none}.site-header .brand{width:44px;justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}.scroll-motion-ready [data-reveal]{opacity:1;transform:none}}