@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--navy: #001219;--navy-dark: #000a10;--royal: #005f73;--teal: #0a9396;--mint: #94d2bd;--cream: #e9d8a6;--gold: #ee9b00;--orange: #ca6702;--rust: #bb3e03;--red: #ae2012;--red-dark: #9b2226;--surface: #f6f5ee;--ink: #001219;--ink-muted: #4a5b62;--hairline: #dcd7c9;--white: #ffffff;--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--font-display: "Manrope", ui-sans-serif, system-ui, sans-serif;--container: 1280px;--radius: 1.25rem;--shadow-lg: 0 30px 80px -40px rgba(0, 18, 25, .5);--shadow-md: 0 20px 60px -30px rgba(0, 18, 25, .35);--shadow-sm: 0 1px 20px -8px rgba(0, 18, 25, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);line-height:1.15}ul{list-style:none}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}@media(min-width:768px){.container{padding-inline:2rem}}.eyebrow{font-family:var(--font-display);font-weight:600;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--royal)}.eyebrow.gold{color:var(--gold)}.eyebrow.teal{color:var(--teal)}.display-xl{font-family:var(--font-display);font-weight:700;font-size:clamp(2.375rem,6vw,4.75rem);line-height:1.05;letter-spacing:-.03em}.display-lg{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,4.5vw,3.375rem);line-height:1.1;letter-spacing:-.025em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .2s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease;border:1px solid transparent;min-height:44px;cursor:pointer;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn svg{width:16px;height:16px;flex-shrink:0}.btn-primary{background:var(--navy);color:var(--white);box-shadow:0 10px 30px -12px #00121980}.btn-primary:hover{background:#000a10}.btn-gold{background:var(--gold);color:var(--navy-dark);font-weight:700}.btn-gold:hover{background:#d68b00}.btn-outline-light{border-color:#ffffff80;color:var(--white);background:#ffffff0f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-outline-light:hover{background:#ffffff24;border-color:var(--white)}.btn-outline-dark{border-color:var(--hairline);color:var(--navy);background:var(--white)}.btn-outline-dark:hover{border-color:var(--navy);background:var(--surface)}.chip{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#ffffff24;color:var(--white);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chip-dark{background:var(--surface);color:var(--navy);border-color:var(--hairline)}.skip{position:absolute;left:-9999px;top:0}.skip:focus{left:8px;top:8px;z-index:100;background:var(--white);color:var(--navy);padding:.5rem .75rem;border-radius:.5rem}.header{position:fixed;inset:0 0 auto;z-index:50;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;background:transparent;border-bottom:1px solid transparent}.header.solid{background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:var(--hairline);box-shadow:var(--shadow-sm)}.header .container{display:flex;align-items:center;justify-content:space-between;height:82px;transition:height .3s ease}.header.solid .container{height:76px}.logo{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:800;font-size:1.25rem;color:var(--white);min-height:44px}.logo img,.logo video{display:block;width:clamp(132px,16vw,188px);height:auto}.logo video{max-height:56px;object-fit:contain}.header .logo{padding:.3rem .55rem;border-radius:.75rem;background:#ffffffeb;box-shadow:0 10px 26px -18px #00121973}.header.solid .logo{background:transparent;box-shadow:none}.logo .mark{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--royal),var(--teal));color:var(--white);font-weight:800;box-shadow:0 6px 20px -8px #0a939699}.header.solid .logo{color:var(--navy)}.nav{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.nav{display:flex}}.nav a,.nav button{padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem;font-weight:500;color:#ffffffe6;display:inline-flex;align-items:center;gap:.35rem;transition:color .2s ease}.header.solid .nav a,.header.solid .nav button{color:var(--ink)}.nav a:hover,.nav button:hover,.header.solid .nav a:hover,.header.solid .nav button:hover{color:var(--white)}.header.solid .nav a:hover,.header.solid .nav button:hover{color:var(--navy)}.nav a.active,.nav button.active{font-weight:700}.nav a:focus-visible,.nav button:focus-visible,.nav-dropdown-menu a:focus-visible,.drawer nav a:focus-visible,.drawer nav button:focus-visible{outline:3px solid rgba(238,155,0,.45);outline-offset:3px}.nav-dropdown{position:relative;z-index:80}.nav-dropdown-menu{position:absolute;left:0;top:100%;margin-top:.5rem;min-width:280px;background:var(--white);border:1px solid var(--hairline);border-radius:1rem;padding:.5rem;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;z-index:90}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown.escape-closed .nav-dropdown-menu,.nav-dropdown.escape-closed:focus-within .nav-dropdown-menu{opacity:0;visibility:hidden;transform:translateY(-6px)}.nav-dropdown-trigger .nav-chevron svg{transition:transform .2s ease}.nav-dropdown:hover .nav-chevron svg,.nav-dropdown:focus-within .nav-chevron svg,.nav-dropdown.open .nav-chevron svg{transform:rotate(180deg)}.nav-dropdown.escape-closed .nav-chevron svg{transform:rotate(0)}.nav-dropdown-menu a{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:.6rem;color:var(--ink);font-size:.875rem}.nav-dropdown-menu a:hover{background:var(--surface);color:var(--navy)}.nav-dropdown-menu img{width:28px;height:20px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px var(--hairline)}.course-dropdown-menu{min-width:390px;right:auto;padding:.75rem;display:grid;gap:.35rem}.course-menu-item{min-height:74px;border:1px solid transparent;align-items:flex-start}.course-menu-item strong{display:block;font-size:.95rem;color:var(--ink);line-height:1.2}.course-menu-item small{display:block;margin-top:.25rem;color:var(--ink-muted);line-height:1.35}.course-menu-item .menu-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:.75rem;background:#0a93961f;color:var(--royal);flex-shrink:0}.course-menu-item .menu-icon svg{width:18px;height:18px}.course-menu-item.featured{background:linear-gradient(135deg,#ee9b001f,#94d2bd2e);border-color:#ee9b0057}.course-menu-item.featured:hover{background:linear-gradient(135deg,#ee9b002e,#94d2bd3d)}.course-menu-item.featured .menu-icon{background:var(--white);box-shadow:0 0 0 1px #ee9b0059}.nav-cta{display:none;align-items:center;gap:.75rem}@media(min-width:1024px){.nav-cta{display:inline-flex}}.nav-cta .btn{padding:.6rem 1.1rem;font-size:.875rem}.nav-cta .wa{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#ffffff1a;color:var(--white)}.header.solid .nav-cta .wa{background:var(--surface);color:var(--navy)}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;color:var(--white)}.header.solid .menu-toggle{color:var(--navy)}@media(min-width:1024px){.menu-toggle{display:none}}.drawer-backdrop{position:fixed;inset:0;z-index:60;background:#000a1099;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.drawer-backdrop.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:61;width:86%;max-width:380px;background:var(--white);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px -20px #0000004d}.drawer.open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--hairline)}.drawer-head .logo{color:var(--navy)}.drawer-head .logo img,.drawer-head .logo video{width:152px}.drawer nav{flex:1;overflow-y:auto;padding:1rem}.drawer nav a,.drawer nav button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.75rem;border-radius:.5rem;color:var(--ink);font-size:1rem;font-weight:600;text-align:left;min-height:44px}.drawer nav a:hover,.drawer nav button:hover{background:var(--surface)}.drawer .sub{padding-left:1rem;padding-bottom:.5rem;display:none}.drawer .sub.open{display:block}.drawer .sub a{font-size:.875rem;font-weight:500;color:var(--ink-muted)}.drawer .sub a.featured{color:var(--navy);background:#ee9b001a}.drawer .sub a .menu-icon{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:.5rem;color:var(--royal)}.drawer .sub a .menu-icon svg{width:16px;height:16px}.drawer .sub a img{width:24px;height:16px;margin-right:.5rem;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px var(--hairline)}.drawer-foot{padding:1.25rem;border-top:1px solid var(--hairline);display:grid;gap:.5rem}.drawer-foot .btn{width:100%}.hero-slider{position:relative;overflow:hidden;background:var(--navy-dark);height:80vh;min-height:650px;max-height:900px}@media(max-width:767px){.hero-slider{min-height:580px}}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease-out}.hero-slide.active{opacity:1}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform 9s ease-out}.hero-slide.active img{transform:scale(1.04)}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,10,16,.95),rgba(0,10,16,.7) 40%,transparent 80%)}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,10,16,.7),transparent 40%,rgba(0,10,16,.2))}.hero-content{position:relative;z-index:10;height:100%;display:flex;align-items:center;padding-top:96px;padding-bottom:100px}.hero-inner{max-width:620px;color:var(--white)}.hero-inner .flag-row{display:flex;align-items:center;gap:.75rem;color:#ffffffd9}.hero-inner .flag-row .flag{font-size:2rem;line-height:1}.hero-inner h1{font-family:var(--font-display);font-weight:700;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.05;letter-spacing:-.03em;color:var(--white);margin-top:1.25rem}.hero-inner p{color:#fffc;font-size:1.05rem;margin-top:1.25rem}.hero-inner .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.hero-inner .cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-glass{display:none;position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:20;width:320px;border-radius:1.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.25rem;box-shadow:0 30px 80px -30px #0009}@media(min-width:1200px){.hero-glass{display:block}}.hero-glass-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;color:var(--white)}.hero-glass-header .count{font-family:monospace;font-size:.75rem;color:#fff9}.hero-glass ul{display:flex;flex-direction:column;gap:.4rem}.hero-glass button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .75rem;border-radius:.75rem;border:1px solid transparent;color:var(--white);text-align:left;transition:background .15s,border .15s}.hero-glass button .seq{flex-shrink:0;min-width:2.1rem;font-family:monospace;font-size:.7rem;color:#ffffff9e}.hero-glass button:hover{background:#ffffff1a}.hero-glass button.active{background:#fff3;border-color:#ffffff4d}.hero-glass button img,.hero-glass button .globe{width:28px;height:20px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px #fff3;flex-shrink:0}.hero-glass button>svg{width:16px;height:16px;flex-shrink:0;color:#ffffff80}.hero-glass button.active>svg{color:var(--gold)}.nav a>svg{width:14px;height:14px;flex-shrink:0}.nav-dropdown-menu a>svg{width:14px;height:14px}.svc-cta>svg{width:14px;height:14px}.faq-item button>.plus{width:auto}main svg{max-width:100%}.hero-glass button .globe{display:grid;place-items:center;background:#ffffff1a;font-size:1rem;box-shadow:none}.hero-glass button .name{flex:1;font-size:.85rem;font-weight:600}.hero-controls{position:absolute;left:0;right:0;bottom:1.25rem;z-index:20}.hero-controls .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.slide-count{font-family:monospace;font-size:.75rem;color:#ffffffb3}.slide-count span{color:#fff6}.slide-dots{display:flex;gap:.5rem}.slide-dots button{height:4px;border-radius:999px;background:#ffffff4d;width:24px;transition:background .2s,width .2s}.slide-dots button:hover{background:#ffffff8c}.slide-dots button.active{background:var(--gold);width:40px}.slide-arrows{display:flex;gap:.5rem}.slide-arrows button{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#ffffff1a;color:var(--white);transition:background .2s}.slide-arrows button:hover{background:#fff3}.slide-arrows button.primary{background:var(--gold);color:var(--navy-dark)}section{padding:5rem 0}@media(min-width:768px){section{padding:6rem 0}}.bg-white{background:var(--white)}.bg-surface{background:var(--surface)}.bg-navy{background:var(--navy);color:var(--white)}.bg-navy h1,.bg-navy h2,.bg-navy h3{color:var(--white)}.bg-navy-dark{background:var(--navy-dark);color:var(--white)}.bg-navy-dark h1,.bg-navy-dark h2,.bg-navy-dark h3{color:var(--white)}.section-head{max-width:44rem;margin-bottom:3rem}.section-head p.lead{color:var(--ink-muted);font-size:1.1rem;margin-top:1.25rem}.bg-navy .section-head p.lead,.bg-navy-dark .section-head p.lead{color:#ffffffbf}.trust-strip{border-bottom:1px solid var(--hairline);padding:3rem 0}.trust-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.trust-strip{padding:4rem 0}}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center}.trust-icon{width:100%;aspect-ratio:1;border-radius:1.25rem;background:linear-gradient(135deg,#eaf1ff,#f5f7fb);display:grid;place-items:center;color:var(--royal)}.trust-icon svg{width:56%;height:56%}.trust-illus{width:100%;aspect-ratio:1;border-radius:1.25rem;overflow:hidden;background:linear-gradient(135deg,#eaf1ff,#f5f7fb);box-shadow:0 10px 30px -20px #00121940}.trust-illus img{width:100%;height:100%;object-fit:cover;display:block}.trust-item .label{margin-top:1rem;font-size:.95rem;font-weight:600;color:var(--ink);line-height:1.3}.services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3rem}@media(min-width:900px){.services-grid{grid-template-columns:repeat(3,1fr)}}.svc-card{display:flex;flex-direction:column;border-radius:1.5rem;border:1px solid rgba(255,255,255,.74);background:#ffffff61;overflow:hidden;box-shadow:0 28px 80px -44px #0012199e,inset 0 1px #ffffffe0,inset 0 -1px #ffffff57;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.svc-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#ffffffa8,#ffffff1f 34%,#fff0 58%),radial-gradient(circle at 18% 10%,#ffffffb8,#fff0 34%);opacity:.9}.svc-card:after{content:"";position:absolute;inset:1px;border-radius:calc(1.5rem - 1px);pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff47}.svc-card:hover{transform:translateY(-5px);border-color:#fffffff2;box-shadow:0 34px 90px -40px #001219ad,inset 0 1px #fffffff0,inset 0 -1px #ffffff61}.svc-visual{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:.75rem .75rem 0;border-radius:1.05rem;border:1px solid rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffffb8,0 16px 36px -28px #0012196b;position:relative;z-index:1}.svc-visual svg{width:60%;height:60%}.svc-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.svc-body{padding:1.75rem 2rem 2rem;display:flex;flex-direction:column;flex:1;position:relative;z-index:1}.svc-body .row{display:flex;align-items:center;gap:.75rem}.svc-body .row .icon{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--white)}.svc-body h3{font-size:1.35rem;font-weight:700}.svc-body p{color:var(--ink-muted);margin-top:1rem;font-size:.95rem}.svc-body .divider{height:1px;background:var(--hairline);margin-block:1.25rem}.svc-features{display:flex;flex-direction:column;gap:.625rem}.svc-features li{display:flex;align-items:center;gap:.625rem;font-size:.95rem;color:var(--ink)}.svc-features .tick{width:22px;height:22px;border-radius:999px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.svc-cta{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;color:#fff;font-weight:600;font-size:.9rem;transition:all .2s ease}.svc-cta:hover{gap:.75rem}.svc-cta svg{width:14px;height:14px}.svc-a .svc-visual{background:linear-gradient(180deg,#dbeafe,#eff6ff)}.svc-a .row .icon,.svc-a .svc-features .tick,.svc-a .svc-cta{background:#2563eb}.svc-a .svc-cta:hover{background:#1d4ed8}.svc-b .svc-visual{background:linear-gradient(180deg,#d1fae5,#ecfdf5)}.svc-b .row .icon,.svc-b .svc-features .tick,.svc-b .svc-cta{background:#10b981}.svc-b .svc-cta:hover{background:#059669}.svc-c .svc-visual{background:linear-gradient(180deg,#ede9fe,#f5f3ff)}.svc-c .row .icon,.svc-c .svc-features .tick,.svc-c .svc-cta{background:#7c3aed}.svc-c .svc-cta:hover{background:#6d28d9}.svc-callout{margin-top:2rem;border-radius:1.25rem;background:var(--navy);color:var(--white);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.svc-callout{flex-direction:row;align-items:center;gap:2rem;padding:2rem}}.svc-callout .icon-wrap{display:grid;place-items:center;width:48px;height:48px;border-radius:.75rem;background:#ffffff1a;color:var(--gold);flex-shrink:0}.svc-callout .txt{flex:1}.svc-callout h3{color:var(--white);font-size:1.25rem}.svc-callout p{color:#ffffffb3;margin-top:.25rem;font-size:.875rem}.bento{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2.5rem}@media(min-width:900px){.bento{grid-template-columns:repeat(6,1fr);grid-auto-rows:220px}.bento .b-lg{grid-column:span 4;grid-row:span 2}.bento .b-md{grid-column:span 2}.bento .b-wd{grid-column:span 3}}.bento-card{position:relative;border-radius:1.5rem;overflow:hidden;background:var(--navy-dark);min-height:260px;display:block;isolation:isolate}.bento-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.bento-card:hover img{transform:scale(1.08)}.bento-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,10,16,.9),rgba(0,10,16,.2) 55%,transparent)}.bento-body{position:absolute;inset:auto 0 0;z-index:2;padding:1.5rem;color:var(--white)}.bento-body .flag{font-size:1.5rem;margin-bottom:.25rem;display:inline-block}.bento-body h3{color:var(--white);font-size:1.5rem;font-weight:700;margin-top:.25rem}.bento-body p{color:#fffc;font-size:.875rem;margin-top:.5rem;max-width:30rem}.bento-body .arrow{color:var(--gold);font-size:.875rem;font-weight:600;margin-top:1rem;display:inline-flex;align-items:center;gap:.35rem}.section-head-row{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;align-items:flex-start}@media(min-width:768px){.section-head-row{flex-direction:row;align-items:flex-end}}.why{display:grid;gap:3.5rem;align-items:center;grid-template-columns:1fr}@media(min-width:900px){.why{grid-template-columns:5fr 7fr;gap:4rem}}.why-visual{border-radius:2rem;overflow:hidden;aspect-ratio:1;background:linear-gradient(135deg,#d9ebff,#f5f7fb);box-shadow:var(--shadow-lg);display:grid;place-items:center}.why-visual img{width:100%;height:100%;object-fit:cover}.why h2{margin-top:.75rem}.why-lead{font-size:1.1rem;color:var(--ink-muted);margin-top:1.25rem;max-width:620px}.why-points{display:grid;gap:.75rem;grid-template-columns:1fr;margin-top:2rem;max-width:620px}@media(min-width:640px){.why-points{grid-template-columns:1fr 1fr}}.why-points li{display:flex;align-items:flex-start;gap:.625rem;font-size:.95rem}.why-points li svg{width:16px;height:16px;margin-top:5px;color:var(--teal);flex-shrink:0}.disclaimer{margin-top:1.5rem;max-width:620px;border-left:4px solid var(--gold);background:#ee9b0014;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem}.process{position:relative;margin-top:3.5rem}.process-line{display:none}@media(min-width:1024px){.process-line{display:block;position:absolute;top:28px;left:32px;right:32px;height:1px;background:linear-gradient(to right,transparent,rgba(238,155,0,.4),transparent)}}.process-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.process-step .num{display:grid;place-items:center;width:56px;height:56px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--gold);font-family:var(--font-display);font-weight:700;font-size:1.05rem;position:relative;z-index:1}.process-step h3{color:var(--white);font-size:1.15rem;margin-top:1.25rem}.process-step p{color:#ffffffb3;font-size:.875rem;margin-top:.5rem;max-width:260px}.assessment{display:grid;gap:2.5rem;grid-template-columns:1fr;align-items:flex-start}@media(min-width:900px){.assessment{grid-template-columns:2fr 3fr;gap:3.5rem}}.assessment .side-list{margin-top:2rem;display:grid;gap:.75rem}.assessment .side-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.95rem}.assessment .side-list svg{width:16px;height:16px;margin-top:5px;color:var(--teal);flex-shrink:0}.form-card{border-radius:1.5rem;border:1px solid var(--hairline);background:var(--white);padding:1.75rem;box-shadow:var(--shadow-md)}@media(min-width:768px){.form-card{padding:2rem}}.form-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.form-grid .full{grid-column:1 / -1}.field label{display:block;font-size:.875rem;font-weight:500;color:var(--ink);margin-bottom:.375rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--hairline);background:var(--white);border-radius:.75rem;padding:.75rem 1rem;font:inherit;font-size:.875rem;color:var(--ink);transition:border .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--royal);box-shadow:0 0 0 3px #005f7326}.field textarea{resize:vertical;min-height:100px}.field .err{display:none;font-size:.75rem;color:var(--red);margin-top:.25rem}.field.invalid .err{display:block}.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:var(--red)}.consent{display:flex;align-items:flex-start;gap:.75rem;margin-top:1.25rem;font-size:.875rem;color:var(--ink-muted)}.consent input{margin-top:.3rem;accent-color:var(--royal);width:16px;height:16px}.faq-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:900px){.faq-grid{grid-template-columns:2fr 3fr}}.faq-list{border:1px solid var(--hairline);border-radius:1.5rem;overflow:hidden;background:var(--white)}.faq-item{border-top:1px solid var(--hairline)}.faq-item:first-child{border-top:0}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;text-align:left;min-height:44px;transition:background .15s}.faq-item button:hover{background:var(--surface)}.faq-item .plus{color:var(--royal);font-size:1.5rem;line-height:1;transition:transform .2s}.faq-item.open .plus{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease}.faq-answer>div{padding:0 1.5rem 1.25rem;color:var(--ink-muted);font-size:.875rem;line-height:1.6}.final-cta{background:var(--navy);position:relative;overflow:hidden;text-align:center}.final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(238,184,92,.15) 0%,transparent 60%);pointer-events:none}.final-cta .container{position:relative;max-width:48rem}.final-cta h2{color:var(--white)}.final-cta p{color:#ffffffbf;font-size:1.1rem;margin-top:1.25rem}.final-cta .cta-row{justify-content:center;margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.footer{background:var(--navy-dark);color:var(--white);padding:4rem 0 2rem}.footer-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:900px){.footer-grid{grid-template-columns:4fr 2fr 3fr 3fr}}.footer h4{color:var(--gold);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-family:var(--font-display);margin-bottom:1.25rem}.footer ul{display:flex;flex-direction:column;gap:.6rem;font-size:.875rem;color:#fffc}.footer ul a:hover{color:var(--white)}.footer .brand p{color:#ffffffb3;font-size:.875rem;max-width:22rem;margin-top:1rem;line-height:1.6}.footer .brand .logo-chip{display:inline-flex;background:var(--white);padding:.75rem 1rem;border-radius:.75rem}.footer .brand .logo-chip .logo{color:var(--navy)}.footer .brand .logo-chip .logo img,.footer .brand .logo-chip .logo video{width:190px}.footer .socials{display:flex;gap:.75rem;margin-top:1rem}.footer .socials a{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#ffffff1a;transition:background .2s}.footer .socials a:hover{background:#fff3}.footer .contact li{display:flex;gap:.6rem;align-items:flex-start}.footer .contact svg{width:16px;height:16px;margin-top:4px;color:var(--teal);flex-shrink:0}.footer-disclaimer{margin-top:3rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;padding:1.25rem;border-radius:1rem;font-size:.75rem;color:#fff9;line-height:1.6}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;justify-content:space-between;font-size:.75rem;color:#fff9}@media(min-width:640px){.footer-bottom{flex-direction:row;align-items:center}}.footer-bottom .links{display:flex;gap:1.25rem}.float-right{position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.float-right a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.1rem;border-radius:999px;color:var(--white);box-shadow:0 10px 30px -10px #0006;transition:transform .2s,box-shadow .2s;min-height:48px}.float-right a:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px #00000080}.float-right .call{width:52px;height:52px;padding:0;justify-content:center;background:linear-gradient(135deg,var(--royal),var(--navy));border:2px solid rgba(255,255,255,.92);box-shadow:0 14px 34px -12px #001219a6,0 0 0 6px #005f7324}.float-right .call svg{width:20px;height:20px}.float-right .call .label{display:none;font-weight:800;font-size:.875rem;white-space:nowrap}.float-right .wa{background:#25d366}.float-right .wa svg{width:20px;height:20px}.float-right .wa .label{display:none;font-weight:700;font-size:.875rem}@media(min-width:640px){.float-right .call{width:auto;padding:.75rem 1.05rem}.float-right .call .label,.float-right .wa .label{display:inline}}.float-left{position:fixed;left:1.25rem;bottom:1.25rem;z-index:40;display:flex;flex-direction:column;gap:.5rem}.float-left a{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:var(--royal);color:var(--cream);box-shadow:0 10px 30px -10px #0006;transition:transform .2s,background .2s}.float-left a:hover{transform:translateY(-2px);background:var(--teal)}.float-left a svg{width:18px;height:18px}.page-hero{padding:10rem 0 5rem;background:var(--navy-dark);color:var(--white);position:relative;overflow:hidden}.page-hero.with-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:80px 80px;opacity:.5;pointer-events:none}.page-hero .container{position:relative;max-width:48rem}.page-hero h1{color:var(--white);margin-top:1rem}.page-hero p{color:#ffffffbf;font-size:1.1rem;margin-top:1.5rem}.card-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:700px){.card-grid.two{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.card-grid.four{grid-template-columns:repeat(4,1fr)}}.plain-card{border-radius:1.5rem;border:1px solid var(--hairline);padding:2rem;background:var(--white);transition:transform .2s,border-color .2s}.plain-card:hover{transform:translateY(-4px);border-color:#000a1059}.plain-card-media{aspect-ratio:16/9;border-radius:1rem;overflow:hidden;margin:-.75rem -.75rem 1.5rem;background:var(--surface);border:1px solid var(--hairline)}.plain-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.visa-card-media{max-width:82%;aspect-ratio:16/9;margin:-.25rem auto 1rem;border:0;background:transparent}.visa-card-media img{object-fit:contain}.service-card-media{aspect-ratio:16/9;margin:-.75rem -.75rem 1.5rem}.plain-card h2,.plain-card h3{font-size:1.35rem;margin-top:1rem}.plain-card p{color:var(--ink-muted);margin-top:.75rem;font-size:.95rem}.plain-card .icon{display:grid;place-items:center;width:48px;height:48px;border-radius:1rem;background:var(--navy);color:var(--white)}.plain-card .icon svg{width:20px;height:20px}.plain-card ul{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1.25rem;font-size:.875rem}.plain-card ul li{display:flex;align-items:center;gap:.5rem}.plain-card ul li:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--teal)}.plain-card .row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.split-2{display:grid;gap:3rem;grid-template-columns:1fr;align-items:center}@media(min-width:900px){.split-2{grid-template-columns:1fr 1fr;gap:3.5rem}}.split-2 .visual{border-radius:1.5rem;overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-lg)}.split-2 .visual img{width:100%;height:100%;object-fit:cover}.check-list{display:grid;gap:.75rem;margin-top:2rem}.check-list li{display:flex;gap:.75rem;align-items:flex-start}.check-list svg{width:20px;height:20px;margin-top:2px;color:var(--teal);flex-shrink:0}.contact-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:900px){.contact-grid{grid-template-columns:2fr 3fr}}.contact-side{display:grid;gap:1.25rem}.contact-side .card{background:var(--white);border:1px solid var(--hairline);border-radius:1.5rem;padding:1.5rem}.contact-side .card.dark{background:var(--navy);color:var(--white);border:0}.contact-side .card.dark h3{color:var(--white)}.contact-side .icon-square{display:grid;place-items:center;width:40px;height:40px;border-radius:.75rem;background:var(--navy);color:var(--gold)}.contact-side .card.dark .icon-square{background:#ffffff1a}.contact-side h3{font-size:1.1rem;margin-top:1rem}.contact-side p,.contact-side a{display:block;color:var(--ink-muted);font-size:.875rem;margin-top:.5rem}.contact-side .card.dark p{color:#ffffffbf}.contact-side a:hover{color:var(--navy)}.map-frame{border:1px solid var(--hairline);border-radius:1.5rem;overflow:hidden;background:var(--white)}.map-frame .head{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border-bottom:1px solid var(--hairline);font-size:.875rem;font-weight:600}.map-frame .head svg{width:16px;height:16px;color:var(--royal)}.map-frame iframe{width:100%;height:360px;border:0;display:block}.blog-hero{display:grid;gap:2rem;grid-template-columns:1fr;margin-top:3rem;background:var(--white);border:1px solid var(--hairline);border-radius:1.5rem;overflow:hidden}@media(min-width:900px){.blog-hero{grid-template-columns:1fr 1fr}}.blog-hero .thumb{position:relative;min-height:300px}.blog-hero .thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.blog-hero .body{padding:2rem;display:flex;flex-direction:column;justify-content:center}.blog-hero h2{font-size:clamp(1.5rem,3vw,2.25rem);margin-top:.75rem}.blog-hero p{color:var(--ink-muted);margin-top:1rem}.blog-meta{display:flex;gap:1.25rem;margin-top:1.5rem;font-size:.75rem;color:var(--ink-muted)}.blog-meta span{display:inline-flex;align-items:center;gap:.35rem}.blog-meta svg{width:14px;height:14px}.blog-grid{margin-top:3rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:700px){.blog-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--white);border:1px solid var(--hairline);border-radius:1rem;overflow:hidden;transition:box-shadow .2s}.blog-card:hover{box-shadow:var(--shadow-md)}.blog-card .thumb{aspect-ratio:16/10;overflow:hidden}.blog-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-card:hover .thumb img{transform:scale(1.05)}.blog-card .body{padding:1.5rem}.blog-card h3{font-size:1.05rem;margin-top:.5rem;line-height:1.35}.blog-card p{color:var(--ink-muted);font-size:.875rem;margin-top:.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card .meta{display:flex;justify-content:space-between;margin-top:1rem;font-size:.75rem;color:var(--ink-muted)}.country-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3rem}@media(min-width:700px){.country-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.country-grid{grid-template-columns:repeat(3,1fr)}}.country-card{position:relative;border-radius:1.5rem;overflow:hidden;aspect-ratio:4/5;background:var(--navy-dark)}.country-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.country-card:hover img{transform:scale(1.08)}.country-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,10,16,.95),rgba(0,10,16,.3) 55%,transparent)}.country-card .body{position:absolute;inset:auto 0 0;padding:1.5rem;color:var(--white);z-index:2}.country-card .body .row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.country-card .body .row .eyebrow{color:var(--gold)}.country-card h2{color:var(--white);font-size:1.5rem}.country-card p{color:#fffc;font-size:.875rem;margin-top:.5rem}.country-card .tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.875rem}.country-card .arrow{color:var(--gold);font-size:.875rem;font-weight:600;margin-top:1rem;display:inline-flex;align-items:center;gap:.35rem}.country-hero{position:relative;overflow:hidden;padding:8rem 0 6rem;background:var(--navy-dark);color:var(--white)}.country-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}.country-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#000a1099,#000a10e6)}.country-hero .container{position:relative}.crumb{font-size:.875rem;color:#fff9;margin-bottom:1.5rem}.crumb a:hover{color:var(--white)}.country-hero .flag-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.country-hero .flag-row span{font-size:2.5rem;line-height:1}.country-hero h1{color:var(--white);max-width:56rem}.country-hero p{color:#ffffffbf;font-size:1.1rem;max-width:42rem;margin-top:1.5rem}.info-2{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:900px){.info-2{grid-template-columns:2fr 1fr}}.glance{border:1px solid var(--hairline);border-radius:1.5rem;background:var(--surface);padding:1.5rem}.glance .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.glance p.note{color:var(--ink-muted);font-size:.875rem;margin-top:1rem;font-style:italic}.list-plain{display:grid;gap:.75rem;margin-top:1.25rem}.list-plain li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem}.list-plain svg{width:16px;height:16px;margin-top:3px;color:var(--teal);flex-shrink:0}.big-notice{border-radius:1.5rem;border:1px solid var(--hairline);background:var(--surface);padding:2rem;display:flex;gap:1.25rem}.big-notice .warn{display:grid;place-items:center;width:44px;height:44px;border-radius:.75rem;background:#ee9b0033;color:var(--gold);flex-shrink:0}.big-notice .warn svg{width:20px;height:20px}.big-notice ul{margin-top:1rem;display:grid;gap:.5rem;color:var(--ink-muted);font-size:.875rem}.big-notice ul li:before{content:"• ";margin-right:.25rem}.courses-hero{padding:10rem 0 5rem;background:radial-gradient(circle at 85% 20%,rgba(10,147,150,.22),transparent 28%),linear-gradient(135deg,var(--navy-dark),var(--navy));color:var(--white);overflow:hidden}.courses-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:980px){.courses-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)}}.courses-hero h1{color:var(--white);margin-top:1rem;max-width:760px}.courses-highlight{color:var(--gold);font-family:var(--font-display);font-size:clamp(1.25rem,2.4vw,2rem);font-weight:700;line-height:1.2;margin-top:1rem}.courses-hero-text{color:#ffffffbf;max-width:42rem;margin-top:1.25rem;font-size:1.08rem}.courses-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.courses-tech-visual{min-height:420px;position:relative;border:1px solid rgba(255,255,255,.18);border-radius:1.5rem;background:#ffffff0f;box-shadow:0 30px 90px -50px #000000e6,inset 0 1px #ffffff2e;overflow:hidden}.courses-tech-visual:before{content:"";position:absolute;inset:10%;border-radius:999px;border:1px solid rgba(238,155,0,.34)}.courses-orbit{position:absolute;inset:20%;border-radius:999px;border:1px dashed rgba(148,210,189,.45)}.courses-code-card{position:absolute;left:50%;top:50%;width:min(74%,360px);transform:translate(-50%,-50%);border-radius:1.25rem;background:#ffffffeb;color:var(--navy);padding:1.25rem;box-shadow:var(--shadow-lg)}.courses-code-card .dot{display:inline-block;width:9px;height:9px;border-radius:999px;background:var(--gold);margin-right:.35rem}.courses-code-card code{display:block;margin-top:.75rem;padding:.7rem .8rem;border-radius:.75rem;background:var(--surface);color:var(--royal);font-size:.88rem;white-space:normal}.courses-tech-chip{position:absolute;display:grid;place-items:center;min-width:86px;min-height:44px;padding:.5rem .85rem;border-radius:999px;background:var(--white);color:var(--navy);font-weight:800;box-shadow:var(--shadow-md)}.chip-cloud{left:8%;top:14%}.chip-code{right:8%;top:18%}.chip-ai{left:12%;bottom:18%}.chip-db{right:12%;bottom:16%}.chip-sec{left:50%;bottom:8%;transform:translate(-50%)}.courses-trust{padding:2.5rem 0}.courses-trust-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:680px){.courses-trust-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1080px){.courses-trust-grid{grid-template-columns:repeat(4,1fr)}}.courses-trust-item{display:flex;align-items:center;gap:.85rem;min-height:96px;border:1px solid var(--hairline);border-radius:1rem;background:var(--white);padding:.75rem;box-shadow:var(--shadow-sm)}.courses-trust-img{width:86px;height:72px;border-radius:.85rem;overflow:hidden;background:var(--surface);flex-shrink:0}.courses-trust-img img{width:100%;height:100%;object-fit:cover;display:block}.courses-trust-item span,.courses-feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:.85rem;background:#0a93961f;color:var(--royal);flex-shrink:0}.courses-trust-item svg,.courses-feature-icon svg{width:20px;height:20px}.courses-trust-item strong{font-size:.95rem;line-height:1.3}.courses-browser,.nursing-feature{padding:5rem 0;scroll-margin-top:96px}.nursing-card{display:grid;grid-template-columns:1fr;gap:0;overflow:hidden;border:1px solid var(--hairline);border-radius:1.5rem;background:var(--white);box-shadow:0 24px 80px -42px #0012197a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.nursing-card:hover{transform:translateY(-4px);border-color:#0a939673;box-shadow:0 34px 90px -44px #00121994}.nursing-media{position:relative;min-height:260px;background:var(--surface)}.nursing-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.nursing-flag-badge{position:absolute;left:1rem;top:1rem;display:inline-flex;align-items:center;min-height:34px;padding:.35rem .75rem;border-radius:999px;background:#ffffffeb;color:var(--navy);font-size:.82rem;font-weight:800;box-shadow:0 12px 30px -20px #00121973}.nursing-content{padding:clamp(1.5rem,4vw,2.5rem)}.nursing-content h2{margin-top:.65rem;font-size:clamp(1.7rem,3.5vw,2.75rem)}.nursing-country{margin-top:.65rem;color:var(--royal);font-weight:800}.nursing-content>p:not(.eyebrow):not(.nursing-country){margin-top:1rem;color:var(--ink-muted)}.nursing-points{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1.25rem}.nursing-points li{position:relative;padding-left:1.5rem;color:var(--ink);font-size:.94rem}.nursing-points li:before{content:"";position:absolute;left:0;top:.62rem;width:8px;height:8px;border-radius:999px;background:var(--teal)}.nursing-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}@media(min-width:900px){.nursing-card{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.nursing-media{min-height:100%}.nursing-points{grid-template-columns:1fr 1fr}}.courses-controls{display:grid;gap:1rem;margin-top:2rem}.courses-search span{display:block;font-weight:700;font-size:.9rem;margin-bottom:.45rem}.courses-search input{width:100%;min-height:52px;border:1px solid var(--hairline);border-radius:999px;padding:.85rem 1.15rem;color:var(--ink);background:var(--white);font:inherit}.courses-search input:focus,.courses-filter button:focus-visible,.courses-card button:focus-visible,.courses-modal-close:focus-visible{outline:3px solid rgba(238,155,0,.45);outline-offset:3px}.courses-filter{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:thin}.courses-filter button{flex:0 0 auto;min-height:44px;padding:.7rem 1rem;border:1px solid var(--hairline);border-radius:999px;background:var(--white);color:var(--ink);font-weight:700;transition:background .25s ease,color .25s ease,border-color .25s ease}.courses-filter button[aria-pressed=true]{background:var(--navy);border-color:var(--navy);color:var(--white)}.courses-results-row{min-height:28px;margin-top:1rem;color:var(--ink-muted);font-size:.92rem}.courses-grid{display:grid;grid-template-columns:1fr;gap:1.4rem;margin-top:1.2rem}@media(min-width:720px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1120px){.courses-grid{grid-template-columns:repeat(3,1fr)}}.courses-card{display:flex;flex-direction:column;min-height:100%;border:1px solid var(--hairline);border-radius:1.25rem;background:var(--white);padding:1.4rem;box-shadow:0 14px 45px -32px #00121973;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.courses-card:hover{transform:translateY(-6px);border-color:var(--teal);box-shadow:0 26px 70px -36px #00121994}.courses-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.courses-card-icon,.courses-modal-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:1rem;background:#005f731a;color:var(--royal);transition:transform .3s ease,background .3s ease;flex-shrink:0}.courses-card:hover .courses-card-icon{transform:scale(1.06);background:#0a939629}.courses-card-icon svg,.courses-modal-icon svg{width:24px;height:24px}.courses-logo{position:relative;width:64px;height:64px;overflow:hidden;color:var(--white);box-shadow:0 14px 34px -20px #00121994,inset 0 1px #ffffff59}.courses-logo:before{content:"";position:absolute;inset:7px 7px auto auto;width:16px;height:16px;border-radius:999px;background:#ffffff47}.courses-logo span{position:relative;z-index:1;font-family:var(--font-display);font-size:.88rem;font-weight:800;letter-spacing:.02em}.courses-logo svg{position:absolute;right:7px;bottom:7px;width:24px;height:24px;opacity:.35;color:currentColor}.courses-logo-aws{background:linear-gradient(135deg,#f90,#232f3e)}.courses-logo-ai{background:linear-gradient(135deg,#6d5dfc,#0a9396)}.courses-logo-data{background:linear-gradient(135deg,#0a9396,#005f73)}.courses-logo-security{background:linear-gradient(135deg,#001219,#0a9396)}.courses-logo-database{background:linear-gradient(135deg,#2563eb,#001219)}.courses-logo-linux{background:linear-gradient(135deg,#111827,#f59e0b)}.courses-logo-sap{background:linear-gradient(135deg,#0f70b7,#003b73)}.courses-logo-azure{background:linear-gradient(135deg,#0078d4,#00a4ef)}.courses-logo-programming{background:linear-gradient(135deg,#bb3e03,#005f73)}.courses-logo-python{background:linear-gradient(135deg,#3776ab,#ffd43b);color:#08111f}.courses-logo-testing{background:linear-gradient(135deg,#43b02a,#005f73)}.courses-badge{display:inline-flex;align-items:center;min-height:32px;padding:.3rem .65rem;border-radius:999px;background:var(--surface);color:var(--royal);font-weight:800;font-size:.75rem}.courses-card h3{font-size:1.25rem;margin-top:1.1rem}.courses-card .subtitle{color:var(--royal);font-weight:800;margin-top:.2rem;font-size:.9rem}.courses-card p{color:var(--ink-muted);margin-top:.75rem;font-size:.93rem}.courses-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.courses-tags span{display:inline-flex;align-items:center;min-height:30px;padding:.25rem .6rem;border-radius:999px;background:#94d2bd3d;color:var(--navy);font-size:.78rem;font-weight:700}.courses-mode{margin-top:1rem;color:var(--ink);font-size:.88rem;font-weight:800}.courses-card-actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:auto;padding-top:1.25rem}@media(min-width:430px){.courses-card-actions{grid-template-columns:1fr 1fr}}.courses-card-actions .btn{width:100%;padding-inline:1rem}.courses-empty{margin-top:2rem;border:1px dashed var(--hairline);border-radius:1.25rem;background:var(--white);padding:2rem;text-align:center}.courses-empty p{color:var(--ink-muted);margin-top:.5rem}.courses-why{padding:5rem 0}.courses-feature-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}@media(min-width:760px){.courses-feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1080px){.courses-feature-grid{grid-template-columns:repeat(4,1fr)}}.courses-feature-grid article{border:1px solid var(--hairline);border-radius:1.25rem;background:var(--white);padding:1.4rem;box-shadow:var(--shadow-sm)}.courses-feature-grid h3{font-size:1.1rem;margin-top:1rem}.courses-feature-grid p{color:var(--ink-muted);margin-top:.6rem;font-size:.9rem}.courses-process{padding:5rem 0;color:var(--white)}.courses-process h2,.courses-process h3{color:var(--white)}.courses-process-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem;position:relative}@media(min-width:900px){.courses-process-grid{grid-template-columns:repeat(4,1fr)}}.courses-process-grid article{border:1px solid rgba(255,255,255,.12);border-radius:1.25rem;background:#ffffff0f;padding:1.4rem}.courses-process-grid span{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--gold);color:var(--navy);font-family:var(--font-display);font-weight:800}.courses-process-grid h3{font-size:1.05rem;margin-top:1rem}.courses-process-grid p{color:#ffffffb8;margin-top:.5rem;font-size:.88rem}.courses-disclaimer{padding:4rem 0}.courses-notice{border:1px solid rgba(238,155,0,.35);border-left:5px solid var(--gold);border-radius:1rem;background:#ee9b0014;padding:1.25rem 1.5rem}.courses-notice strong{font-family:var(--font-display);font-size:1.1rem}.courses-notice p{color:var(--ink-muted);margin-top:.4rem}.courses-final{padding:5rem 0}.courses-final-box{border-radius:1.5rem;background:var(--navy);color:var(--white);padding:clamp(2rem,5vw,3.5rem);text-align:center}.courses-final-box h2{color:var(--white);font-size:clamp(1.75rem,4vw,3rem);margin-top:.75rem}.courses-final-box p{color:#ffffffbd;max-width:48rem;margin:1rem auto 0}.courses-final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2rem}.courses-modal{position:fixed;inset:0;z-index:100;display:none}.courses-modal.open{display:block}.courses-modal-backdrop{position:absolute;inset:0;background:#000a10b8}.courses-modal-panel{position:relative;width:min(920px,calc(100vw - 2rem));max-height:min(780px,calc(100vh - 2rem));overflow-y:auto;margin:1rem auto;border-radius:1.25rem;background:var(--white);box-shadow:0 30px 100px -30px #000000b3;padding:clamp(1.25rem,4vw,2rem)}@media(min-height:760px){.courses-modal-panel{margin-top:5vh}}.courses-modal-close{position:absolute;top:.9rem;right:.9rem;display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:var(--surface);color:var(--navy);font-size:1.6rem;line-height:1;z-index:1}.courses-modal-head{display:flex;align-items:flex-start;gap:1rem;padding-right:3rem}.courses-modal-head h2{font-size:clamp(1.5rem,4vw,2.25rem)}.courses-modal-category{color:var(--royal);font-weight:800;margin-top:.25rem}.courses-modal-body{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media(min-width:760px){.courses-modal-body{grid-template-columns:1fr 1fr}}.courses-modal-block{border:1px solid var(--hairline);border-radius:1rem;background:var(--surface);padding:1rem}.courses-modal-block h3{font-size:1rem}.courses-modal-block p,.courses-modal-block li{color:var(--ink-muted);font-size:.92rem;margin-top:.45rem}.courses-modal-block ul{display:grid;gap:.35rem;margin-top:.55rem}.courses-modal-block li:before{content:"";display:inline-block;width:7px;height:7px;border-radius:999px;background:var(--teal);margin-right:.5rem}.courses-modal-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}@media(max-width:520px){.courses-hero{padding-top:8rem}.courses-tech-visual{min-height:330px}.courses-tech-chip{min-width:68px;min-height:38px;font-size:.8rem}.courses-trust-item{align-items:flex-start}.courses-trust-img{width:78px;height:68px}.courses-card{padding:1.15rem}.courses-final-actions .btn,.courses-hero-actions .btn,.courses-modal-actions .btn{width:100%;white-space:normal}.courses-modal-panel{width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);margin:.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
