:root{--green-50: #f0fdf4;--green-100: #dcfce7;--green-200: #bbf7d0;--green-500: #22c55e;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--white: #ffffff;--ink: #0f172a;--body: #334155;--muted: #64748b;--line: #e6ede8;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--shadow-md: 0 8px 24px rgba(16, 40, 24, .08);--shadow-lg: 0 20px 48px rgba(16, 40, 24, .12);--radius: 16px;--radius-sm: 10px;--maxw: 1120px;--footer-bg: #0f172a;--nav-bg: rgba(255, 255, 255, .88);--nav-border: var(--line);--surface: var(--white)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:68px}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--body);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{color:var(--ink);line-height:1.15;margin:0}p{margin:0}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(16px,5vw,56px)}.section{padding:88px 0}.section--tint{background:linear-gradient(180deg,var(--green-50),var(--white))}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green-700);background:var(--green-100);padding:6px 12px;border-radius:999px}.section-head{max-width:640px;margin:0 auto 48px;text-align:center}.section-head h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:16px 0 12px}.section-head p{color:var(--muted);font-size:1.05rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:1rem;padding:12px 22px;border-radius:999px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--green-600);color:var(--white);box-shadow:0 6px 16px #16a34a47}.btn--primary:hover{background:var(--green-700);box-shadow:0 10px 22px #16a34a57}.btn--ghost{background:var(--white);color:var(--green-700);border-color:var(--green-200)}.btn--ghost:hover{background:var(--green-50)}.nav{position:sticky;top:0;z-index:50;background:var(--nav-bg);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--nav-border)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:68px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;color:var(--ink);letter-spacing:-.01em}.brand__mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--green-500),var(--green-700));color:var(--white);font-weight:800}.brand__mark svg{width:20px;height:20px}.nav__links{display:flex;align-items:center;gap:28px}.nav__links a{color:var(--body);font-weight:500;font-size:.95rem}.nav__links a:hover{color:var(--green-700)}.nav__cta{display:flex;align-items:center;gap:12px}.nav__toggle{display:none;background:none;border:1px solid var(--line);border-radius:10px;padding:8px;cursor:pointer;-webkit-tap-highlight-color:transparent}.hamburger{display:block;width:22px;height:16px;position:relative}.hamburger span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:var(--ink);transition:transform .25s ease,opacity .2s ease,top .25s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:7px}.hamburger span:nth-child(3){top:14px}.hamburger--open span:nth-child(1){top:7px;transform:rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){top:7px;transform:rotate(-45deg)}.nav__drawer{display:none;overflow:hidden;max-height:0;background:var(--white);border-bottom:1px solid var(--line);transition:max-height .3s ease}.nav__drawer--open{max-height:420px}.nav__drawer-inner{display:flex;flex-direction:column;gap:4px;padding-top:12px;padding-bottom:20px}.nav__drawer-inner a:not(.btn){padding:12px 4px;font-weight:500;color:var(--body);border-bottom:1px solid var(--line)}.nav__drawer-inner .btn{margin-top:8px;width:100%}.hero{position:relative;overflow:hidden;background:radial-gradient(1100px 480px at 80% -10%,var(--green-100),transparent 60%),var(--white)}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:96px 0 88px}.hero h1{font-size:clamp(2.3rem,5vw,3.5rem);letter-spacing:-.02em;margin:20px 0 18px}.hero h1 .accent{color:var(--green-600)}.hero__lead{font-size:1.18rem;color:var(--muted);max-width:540px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero__note{margin-top:22px;font-size:.9rem;color:var(--muted);display:flex;align-items:center;gap:8px}.hero__note svg{width:18px;height:18px;color:var(--green-600);flex:none}.hero__card{background:var(--white);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-lg);padding:22px}.profile{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}.profile__avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--green-200),var(--green-500));display:grid;place-items:center;color:var(--green-800);font-weight:700}.profile__name{font-weight:700;color:var(--ink)}.profile__role{font-size:.88rem;color:var(--muted)}.pill{margin-left:auto;font-size:.75rem;font-weight:700;color:var(--green-700);background:var(--green-100);padding:5px 11px;border-radius:999px}.profile__meta{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.meta__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.meta__value{font-weight:600;color:var(--ink)}.ocean{padding-top:18px}.ocean__title{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:12px}.bar{display:flex;align-items:center;gap:10px;margin-bottom:9px}.bar__name{width:26px;font-size:.78rem;font-weight:600;color:var(--body)}.bar__track{flex:1;height:8px;background:var(--green-50);border-radius:999px;overflow:hidden}.bar__fill{height:100%;background:linear-gradient(90deg,var(--green-400, #4ade80),var(--green-600));border-radius:999px}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--green-50)}.trust__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;padding:28px 0}.trust__item{text-align:center;flex:1;min-width:140px}.trust__num{font-size:1.6rem;font-weight:800;color:var(--green-700)}.trust__label{font-size:.9rem;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .2s ease}.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.step__num{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--green-100);color:var(--green-700);font-weight:800;margin-bottom:16px}.step h3{font-size:1.12rem;margin-bottom:8px}.step p{font-size:.95rem;color:var(--muted)}.audience{display:grid;grid-template-columns:1fr 1fr;gap:26px}.acard{border-radius:var(--radius);padding:36px 32px;border:1px solid var(--line)}.acard--employer{background:linear-gradient(160deg,var(--green-600),var(--green-800));color:#eafff2;border-color:transparent}.acard--employer h3,.acard--employer .acard__icon{color:var(--white)}.acard--candidate{background:var(--white);box-shadow:var(--shadow-md)}.acard__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#ffffff2e;margin-bottom:18px}.acard--candidate .acard__icon{background:var(--green-100);color:var(--green-700)}.acard h3{font-size:1.4rem;margin-bottom:10px}.acard__sub{margin-bottom:22px;opacity:.92}.acard--candidate .acard__sub{color:var(--muted)}.alist{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:12px}.alist li{display:flex;gap:10px;align-items:flex-start;font-size:.97rem}.alist svg{width:20px;height:20px;flex:none;margin-top:1px}.acard--employer .alist svg{color:var(--green-200)}.acard--candidate .alist svg{color:var(--green-600)}.visas{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.visa{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px;position:relative;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.visa:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--green-200)}.visa__code{font-size:.8rem;font-weight:700;letter-spacing:.05em;color:var(--green-700);background:var(--green-100);display:inline-block;padding:5px 12px;border-radius:999px;margin-bottom:16px}.visa h3{font-size:1.2rem;margin-bottom:10px}.visa p{font-size:.95rem;color:var(--muted);margin-bottom:18px}.visa__tag{font-size:.85rem;font-weight:600;color:var(--green-700);display:inline-flex;align-items:center;gap:6px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature{padding:26px;border-radius:var(--radius);background:var(--green-50)}.feature__icon{width:44px;height:44px;border-radius:12px;background:var(--white);color:var(--green-700);display:grid;place-items:center;box-shadow:var(--shadow-sm);margin-bottom:16px}.feature h3{font-size:1.08rem;margin-bottom:8px}.feature p{font-size:.94rem;color:var(--muted)}.cta{background:linear-gradient(135deg,var(--green-700),var(--green-800));border-radius:28px;padding:64px 40px;text-align:center;color:#eafff2;box-shadow:var(--shadow-lg)}.cta h2{color:var(--white);font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:14px}.cta p{max-width:560px;margin:0 auto 30px;font-size:1.08rem;opacity:.92}.cta .btn--primary{background:var(--white);color:var(--green-700)}.cta .btn--primary:hover{background:var(--green-50)}.cta .btn--ghost{background:transparent;color:var(--white);border-color:#fff6}.cta .btn--ghost:hover{background:#ffffff1f}.footer{background:var(--footer-bg);color:#cbd5e1;padding:56px 0 28px}.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}.footer .brand{color:var(--white);margin-bottom:14px}.footer__about{font-size:.92rem;color:#94a3b8;max-width:320px}.footer__col h4{color:var(--white);font-size:.95rem;margin:0 0 14px}.footer__col a{display:block;font-size:.92rem;color:#94a3b8;margin-bottom:10px}.footer__col a:hover{color:var(--green-200)}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-size:.85rem;color:#94a3b8}.footer__disclaimer{max-width:720px;margin-top:16px;font-size:.8rem;color:#64748b}@media (max-width: 900px){.hero__inner{grid-template-columns:1fr;padding:64px 0}.steps{grid-template-columns:repeat(2,1fr)}.visas,.features,.audience{grid-template-columns:1fr}.footer__top{grid-template-columns:1fr 1fr}.nav__links,.nav__cta{display:none}.nav__toggle{display:grid;place-items:center}.nav__drawer{display:block}}@media (max-width: 780px){.hero h1{font-size:clamp(1.9rem,5.5vw,2.6rem)}.hero__lead{font-size:1.05rem}}@media (max-width: 560px){.section{padding:56px 0}.steps,.footer__top{grid-template-columns:1fr}.hero__inner{padding:44px 0 52px;gap:28px}.hero h1{font-size:clamp(1.55rem,7.5vw,2rem)}.hero__lead{font-size:.97rem}.hero__note{font-size:.82rem}.hero__actions{flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px}.acard{padding:28px 22px}.cta{padding:44px 22px;border-radius:22px}.hero__card{display:none}.section-head{margin-bottom:36px}.trust__inner{gap:16px}.trust__item{min-width:120px}}@media (max-width: 900px) and (orientation: landscape){.hero__inner{grid-template-columns:1fr .75fr;gap:28px;padding:28px 0 32px}.hero__card{display:block;order:0}.hero h1{font-size:clamp(1.35rem,3.2vw,1.9rem);margin:12px 0 10px}.hero__lead{font-size:.88rem}.hero__note{font-size:.78rem;margin-top:12px}.hero__actions{margin-top:14px;gap:10px;flex-direction:row;flex-wrap:wrap;align-items:flex-start}.eyebrow{font-size:.72rem}}@media (max-height: 500px) and (orientation: landscape){.hero__card{display:none}.hero__inner{grid-template-columns:1fr;padding:20px 0 24px;gap:16px}.hero h1{font-size:clamp(1.2rem,4vw,1.7rem);margin:8px 0}.hero__lead{font-size:.85rem}.hero__actions{margin-top:10px}}.notfound{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:80px 24px;background:var(--green-50)}.notfound__inner{text-align:center;max-width:480px}.notfound__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--green-100);color:var(--green-600);margin-bottom:24px}.notfound__icon svg{width:28px;height:28px}.notfound__code{font-size:6rem;font-weight:800;line-height:1;color:var(--green-600);margin:0 0 8px}.notfound__title{font-size:1.5rem;font-weight:700;color:var(--ink);margin:0 0 12px}.notfound__body{color:var(--muted);margin:0 0 32px;line-height:1.6}.lang-switcher{position:relative}.lang-switcher__btn{display:flex;align-items:center;gap:5px;background:none;border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:.8rem;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .15s,background .15s}.lang-switcher__btn:hover{border-color:var(--green-500);background:var(--green-50)}.lang-switcher__btn svg{width:15px;height:15px;color:var(--muted)}.lang-switcher__menu{position:absolute;top:calc(100% + 6px);right:0;background:var(--white);border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 24px #0000001a;overflow:hidden;min-width:110px;z-index:200}.lang-switcher__menu button{display:block;width:100%;padding:10px 16px;text-align:left;background:none;border:none;font-size:.875rem;color:var(--body);cursor:pointer;transition:background .12s}.lang-switcher__menu button:hover{background:var(--green-50)}.lang-switcher__menu button.active{color:var(--green-700);font-weight:600;background:var(--green-100)}.lang-switcher--drawer{display:flex;gap:8px;padding:4px 0}.lang-switcher--drawer button{flex:1;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:none;font-size:.875rem;color:var(--body);cursor:pointer;transition:background .12s,border-color .12s}.lang-switcher--drawer button:hover{background:var(--green-50);border-color:var(--green-500)}.lang-switcher--drawer button.active{background:var(--green-100);border-color:var(--green-500);color:var(--green-700);font-weight:600}.theme-switcher{position:relative}.theme-switcher__btn{display:flex;align-items:center;gap:5px;background:none;border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:.85rem;color:var(--ink);cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit}.theme-switcher__btn:hover{border-color:var(--green-500);background:var(--green-50)}.theme-switcher__menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px #0000001f;overflow:hidden;min-width:170px;z-index:300;padding:6px;display:flex;flex-direction:column;gap:2px}.theme-option{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;background:none;border:1px solid transparent;border-radius:8px;font-size:.85rem;color:var(--body);cursor:pointer;font-family:inherit;text-align:left;transition:background .1s,border-color .1s}.theme-option:hover{background:var(--green-50)}.theme-option--active{background:var(--green-50);border-color:var(--green-200);color:var(--ink);font-weight:600}.theme-option__dot,.theme-switcher__dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 1.5px #0000001f}.theme-option__dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #fff9,0 1px 4px #0000002e}[data-theme=cyber-green]{--green-50: rgba(0, 255, 65, .05);--green-100: rgba(0, 255, 65, .12);--green-200: rgba(0, 255, 65, .26);--green-500: #00ff41;--green-600: #00cc33;--green-700: #00aa28;--green-800: #007a1c;--white: #060f07;--ink: #00ff41;--body: #7fffa8;--muted: #3d7a54;--line: rgba(0, 255, 65, .18);--footer-bg: #020a04;--nav-bg: rgba(4, 10, 5, .9);--nav-border: rgba(0, 255, 65, .2);--surface: #060f07;--shadow-sm: 0 0 8px rgba(0, 255, 65, .08), 0 1px 2px rgba(0,0,0,.5);--shadow-md: 0 0 20px rgba(0, 255, 65, .14), 0 4px 12px rgba(0,0,0,.6);--shadow-lg: 0 0 40px rgba(0, 255, 65, .2), 0 8px 32px rgba(0,0,0,.7);--radius: 4px;--radius-sm: 2px}[data-theme=cyber-green] body{background-color:#060f07;background-image:linear-gradient(rgba(0,255,65,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,65,.04) 1px,transparent 1px);background-size:44px 44px}[data-theme=cyber-green] body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,255,65,.012) 3px,rgba(0,255,65,.012) 4px);pointer-events:none;z-index:9990}.cyber-cursor__dot{position:fixed;width:6px;height:6px;border-radius:50%;background:#00ff41;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);box-shadow:0 0 6px 2px #00ff41e6,0 0 12px 4px #00ff4166}.cyber-cursor__ring{position:fixed;width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(0,255,65,.7);pointer-events:none;z-index:9998;transform:translate(-50%,-50%);box-shadow:0 0 8px #00ff4166,inset 0 0 4px #00ff411a}@keyframes neon-pulse{0%,to{box-shadow:0 0 4px #00ff41,0 0 10px #00ff4180}50%{box-shadow:0 0 10px #00ff41,0 0 22px #00ff41cc,0 0 36px #00ff414d}}@keyframes cyber-border-pulse{0%,to{border-color:#00ff4140}50%{border-color:#00ff418c}}[data-theme=cyber-green] .brand__mark{animation:neon-pulse 2.5s ease-in-out infinite;border-radius:4px}[data-theme=cyber-green] h1 .accent{text-shadow:0 0 16px rgba(0,255,65,.5)}[data-theme=cyber-green] .btn--primary{border-radius:2px;box-shadow:0 0 12px #00ff4166,0 2px 8px #00000080;letter-spacing:.06em}[data-theme=cyber-green] .btn--primary:hover{box-shadow:0 0 24px #00ff41b3,0 0 48px #00ff4140}[data-theme=cyber-green] .btn--ghost{border-radius:2px;border-color:#00ff4159;color:var(--body)}[data-theme=cyber-green] .btn--ghost:hover{background:#00ff410f;border-color:#00ff4199}[data-theme=cyber-green] .hero__card{animation:cyber-border-pulse 3s ease-in-out infinite;background:#060f07eb}[data-theme=cyber-green] .step,[data-theme=cyber-green] .visa,[data-theme=cyber-green] .feature{background:#060f07e6;border-color:#00ff412e!important}[data-theme=cyber-green] .step:hover,[data-theme=cyber-green] .visa:hover{border-color:#00ff4173!important;box-shadow:0 0 20px #00ff411f}[data-theme=cyber-green] .cta{background:linear-gradient(135deg,#020a04,#030f05);border:1px solid rgba(0,255,65,.3);box-shadow:0 0 40px #00ff411a,inset 0 0 60px #00ff4105}[data-theme=cyber-green] .cta .btn--primary{background:#00ff41;color:#020a04}[data-theme=cyber-green] .cta .btn--ghost{border-color:#00ff4173;color:var(--body)}[data-theme=cyber-green] .acard--employer{background:linear-gradient(160deg,#00aa28,#007a1c)}[data-theme=cyber-green] .feature{background:#00ff4108}[data-theme=cyber-green] .feature__icon{background:#00ff4114;box-shadow:0 0 10px #00ff4126}[data-theme=cyber-green] .trust{background:#00ff4108;border-color:#00ff4126}[data-theme=cyber-green] .nav__drawer{background:#060f07}[data-theme=cyber-green] .theme-switcher__menu{background:#0a1a0d;border-color:#00ff4133}[data-theme=cyber-green] .theme-option:hover{background:#00ff4112}[data-theme=cyber-green] .theme-option--active{background:#00ff411a;border-color:#00ff4159}[data-theme=cyber-green] .lang-switcher__menu{background:#0a1a0d;border-color:#00ff4133}[data-theme=cyber-green] .lang-switcher__menu button:hover{background:#00ff4112}[data-theme=midnight-blue]{--green-50: rgba(59, 130, 246, .07);--green-100: rgba(59, 130, 246, .15);--green-200: rgba(59, 130, 246, .3);--green-500: #60a5fa;--green-600: #3b82f6;--green-700: #2563eb;--green-800: #1d4ed8;--white: #0d1526;--ink: #e8eeff;--body: #94a3b8;--muted: #4e6480;--line: rgba(59, 130, 246, .15);--footer-bg: #050a14;--nav-bg: rgba(8, 13, 26, .92);--nav-border: rgba(59, 130, 246, .12);--surface: #080d1a;--shadow-sm: 0 1px 3px rgba(0,0,0,.5);--shadow-md: 0 4px 20px rgba(0,0,0,.6);--shadow-lg: 0 8px 36px rgba(0,0,0,.7)}[data-theme=midnight-blue] body{background-color:#080d1a}[data-theme=midnight-blue] .hero{background:radial-gradient(1100px 480px at 80% -10%,rgba(59,130,246,.12),transparent 60%),#080d1a}[data-theme=midnight-blue] .step,[data-theme=midnight-blue] .visa,[data-theme=midnight-blue] .hero__card{background:#0d1526}[data-theme=midnight-blue] .feature{background:#3b82f60f}[data-theme=midnight-blue] .feature__icon{background:#3b82f61f}[data-theme=midnight-blue] .trust{background:#3b82f60d;border-color:#3b82f61f}[data-theme=midnight-blue] .section--tint{background:linear-gradient(180deg,#3b82f60d,#080d1a)}[data-theme=midnight-blue] .acard--employer{background:linear-gradient(160deg,#2563eb,#1d4ed8)}[data-theme=midnight-blue] .cta{background:linear-gradient(135deg,#1d4ed8,#1e40af)}[data-theme=midnight-blue] .nav__drawer,[data-theme=midnight-blue] .theme-switcher__menu,[data-theme=midnight-blue] .lang-switcher__menu{background:#0d1526;border-color:#3b82f626}[data-theme=midnight-blue] .theme-option:hover,[data-theme=midnight-blue] .lang-switcher__menu button:hover{background:#3b82f614}[data-theme=midnight-blue] .theme-option--active{background:#3b82f61f;border-color:#3b82f64d}[data-theme=rose-gold]{--green-50: #fff1f2;--green-100: #ffe4e6;--green-200: #fecdd3;--green-500: #e07b8e;--green-600: #c9748e;--green-700: #a55877;--green-800: #7d3f5a;--white: #ffffff;--ink: #4a1030;--body: #7a4050;--muted: #b07a8e;--line: #f5d5de;--footer-bg: #4a1030;--nav-bg: rgba(255, 247, 250, .92);--nav-border: #f5d5de;--surface: #fff7f9;--shadow-sm: 0 1px 2px rgba(74,16,48,.06);--shadow-md: 0 8px 24px rgba(74,16,48,.1);--shadow-lg: 0 20px 48px rgba(74,16,48,.14)}[data-theme=rose-gold] body{background-color:#fff7f9}[data-theme=rose-gold] .hero{background:radial-gradient(1100px 480px at 80% -10%,#ffe4e6,transparent 60%),#fff7f9}[data-theme=rose-gold] .feature{background:#fff1f2}[data-theme=rose-gold] .feature__icon{background:#fff}[data-theme=rose-gold] .trust{background:#fff1f2;border-color:#f5d5de}[data-theme=rose-gold] .section--tint{background:linear-gradient(180deg,#fff1f2,#fff7f9)}[data-theme=rose-gold] .acard--employer{background:linear-gradient(160deg,#c9748e,#a55877)}[data-theme=rose-gold] .cta{background:linear-gradient(135deg,#a55877,#7d3f5a)}[data-theme=rose-gold] .footer{color:#f9c6d4}[data-theme=rose-gold] .footer .brand{color:#fff}[data-theme=rose-gold] .footer__col a{color:#f0a8be}[data-theme=rose-gold] .footer__col a:hover{color:#ffd0de}[data-theme=rose-gold] .nav__drawer,[data-theme=rose-gold] .theme-switcher__menu,[data-theme=rose-gold] .lang-switcher__menu{background:#fff;border-color:#f5d5de}[data-theme=slate-dark]{--green-50: rgba(56,139,253,.06);--green-100: rgba(56,139,253,.14);--green-200: rgba(56,139,253,.28);--green-500: #79c0ff;--green-600: #388bfd;--green-700: #1f6feb;--green-800: #1158c7;--white: #161b22;--ink: #e6edf3;--body: #8b949e;--muted: #484f58;--line: rgba(240,246,252,.1);--footer-bg: #010409;--nav-bg: rgba(13,17,23,.92);--nav-border: rgba(240,246,252,.08);--surface: #0d1117;--shadow-sm: 0 1px 3px rgba(0,0,0,.6);--shadow-md: 0 4px 16px rgba(0,0,0,.7);--shadow-lg: 0 8px 32px rgba(0,0,0,.8)}[data-theme=slate-dark] body{background-color:#0d1117}[data-theme=slate-dark] .hero{background:radial-gradient(1100px 480px at 80% -10%,rgba(56,139,253,.1),transparent 60%),#0d1117}[data-theme=slate-dark] .step,[data-theme=slate-dark] .visa,[data-theme=slate-dark] .hero__card{background:#161b22}[data-theme=slate-dark] .feature{background:#388bfd0d}[data-theme=slate-dark] .feature__icon{background:#388bfd1a}[data-theme=slate-dark] .trust{background:#388bfd0a;border-color:#388bfd1a}[data-theme=slate-dark] .section--tint{background:linear-gradient(180deg,#388bfd0a,#0d1117)}[data-theme=slate-dark] .acard--employer{background:linear-gradient(160deg,#1f6feb,#1158c7)}[data-theme=slate-dark] .cta{background:linear-gradient(135deg,#1158c7,#0d419d)}[data-theme=slate-dark] .nav__drawer,[data-theme=slate-dark] .theme-switcher__menu,[data-theme=slate-dark] .lang-switcher__menu{background:#161b22;border-color:#f0f6fc1a}[data-theme=slate-dark] .theme-option:hover,[data-theme=slate-dark] .lang-switcher__menu button:hover{background:#388bfd14}[data-theme=slate-dark] .theme-option--active{background:#388bfd1f;border-color:#388bfd4d}[data-theme=ocean]{--green-50: rgba(0,180,255,.05);--green-100: rgba(0,180,255,.12);--green-200: rgba(0,180,255,.24);--green-500: #00d4ff;--green-600: #00a8cc;--green-700: #007a99;--green-800: #005566;--white: #071830;--ink: #bfecff;--body: #7ab8cc;--muted: #3d7d94;--line: rgba(0,180,255,.15);--footer-bg: #020610;--nav-bg: rgba(3,9,26,.92);--nav-border: rgba(0,180,255,.12);--surface: #03091a;--shadow-sm: 0 1px 3px rgba(0,0,0,.55);--shadow-md: 0 4px 20px rgba(0,180,255,.08), 0 4px 12px rgba(0,0,0,.6);--shadow-lg: 0 8px 40px rgba(0,180,255,.12), 0 8px 32px rgba(0,0,0,.7)}[data-theme=ocean] body{background-color:#03091a}[data-theme=ocean] .hero{background:radial-gradient(1100px 480px at 80% -10%,rgba(0,180,255,.12),transparent 60%),#03091a}[data-theme=ocean] .step,[data-theme=ocean] .visa,[data-theme=ocean] .hero__card{background:#071830}[data-theme=ocean] .feature{background:#00b4ff0d}[data-theme=ocean] .feature__icon{background:#00b4ff1a}[data-theme=ocean] .trust{background:#00b4ff0a;border-color:#00b4ff1f}[data-theme=ocean] .section--tint{background:linear-gradient(180deg,#00b4ff0d,#03091a)}[data-theme=ocean] .acard--employer{background:linear-gradient(160deg,#007a99,#056)}[data-theme=ocean] .cta{background:linear-gradient(135deg,#007a99,#056)}[data-theme=ocean] .nav__drawer,[data-theme=ocean] .theme-switcher__menu,[data-theme=ocean] .lang-switcher__menu{background:#071830;border-color:#00b4ff26}[data-theme=ocean] .theme-option:hover,[data-theme=ocean] .lang-switcher__menu button:hover{background:#00b4ff12}[data-theme=ocean] .theme-option--active{background:#00b4ff1a;border-color:#00b4ff4d}[data-theme=amber]{--green-50: #fffbeb;--green-100: #fef3c7;--green-200: #fde68a;--green-500: #f59e0b;--green-600: #d97706;--green-700: #b45309;--green-800: #92400e;--white: #ffffff;--ink: #1c0a00;--body: #5c3500;--muted: #9c6a1a;--line: #fed7aa;--footer-bg: #1c0a00;--nav-bg: rgba(255,251,240,.92);--nav-border: #fed7aa;--surface: #fffbf0;--shadow-sm: 0 1px 2px rgba(92,53,0,.06);--shadow-md: 0 8px 24px rgba(92,53,0,.1);--shadow-lg: 0 20px 48px rgba(92,53,0,.14)}[data-theme=amber] body{background-color:#fffbf0}[data-theme=amber] .hero{background:radial-gradient(1100px 480px at 80% -10%,#fef3c7,transparent 60%),#fffbf0}[data-theme=amber] .feature{background:#fffbeb}[data-theme=amber] .feature__icon{background:#fff}[data-theme=amber] .trust{background:#fffbeb;border-color:#fde68a}[data-theme=amber] .section--tint{background:linear-gradient(180deg,#fffbeb,#fffbf0)}[data-theme=amber] .acard--employer{background:linear-gradient(160deg,#d97706,#b45309)}[data-theme=amber] .cta{background:linear-gradient(135deg,#b45309,#92400e)}[data-theme=amber] .footer{color:#fed7aa}[data-theme=amber] .footer .brand{color:#fff}[data-theme=amber] .footer__col a{color:#fbbf24}[data-theme=amber] .footer__col a:hover{color:#fef3c7}[data-theme=amber] .nav__drawer,[data-theme=amber] .theme-switcher__menu,[data-theme=amber] .lang-switcher__menu{background:#fff;border-color:#fed7aa}
