.loading-root{display:flex;align-items:center;justify-content:center;min-height:200px;padding:18px}.loading-wrap{display:flex;align-items:center;gap:18px;background:linear-gradient(180deg,#ffffffd9,#fafafce6);padding:18px 22px;border-radius:12px;box-shadow:0 10px 30px #02061714;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.loader{flex:0 0 auto}.ring{filter:drop-shadow(0 4px 12px rgba(11,61,145,.08))}.orbit{transform-origin:24px 24px;animation:orbit 1.2s cubic-bezier(.2,.9,.28,1) infinite}.orb{stroke-dasharray:56;stroke-dashoffset:56;animation:dash 1.2s ease-in-out infinite}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:56}50%{stroke-dashoffset:14}to{stroke-dashoffset:56}}.loading-texts{display:flex;flex-direction:column}.loading-title{font-weight:700;color:var(--blue);font-size:16px}.loading-sub{font-size:13px;color:var(--muted)}@media (max-width:640px){.loading-wrap{padding:12px;gap:12px}.loading-title{font-size:14px}.loading-sub{font-size:12px}}@media (prefers-reduced-motion: reduce){.orbit,.orb{animation:none}}.site-header{background:#08295a;color:#fff;padding:14px 0;--site-header-height:72px}.header-inner{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 16px}.brand a{color:#fff;font-weight:700;text-decoration:none;font-size:20px}.site-logo{height:36px;display:block}.brand img{display:block}.site-logo{height:56px}@media (max-width:600px){.site-logo{height:40px}}@media (max-width:900px){.header-inner{gap:12px}}.main-nav a{color:#fff;margin-left:18px;text-decoration:none;transition:color .18s ease}.main-nav a.nav-link{padding:4px 6px;border-radius:4px}.main-nav a.highlight:hover{color:#ff3b3b}.btn.small{background:#fff;color:#08295a;padding:6px 10px;border-radius:4px;margin-left:12px}.mobile-toggle{display:none;background:transparent;border:0;color:#fff;font-size:22px;line-height:1;padding:6px 8px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.mobile-toggle span{display:inline-block}@media (max-width:900px){.mobile-toggle{display:inline-flex}.main-nav{position:fixed;right:12px;left:12px;top:calc(var(--site-header-height) + 10px);background:linear-gradient(180deg,#08295afa,#072247fa);border:1px solid rgba(255,255,255,.08);border-radius:18px;width:auto;height:auto;max-height:calc(100vh - var(--site-header-height) - 22px);padding:16px;display:flex;flex-direction:column;gap:12px;z-index:11140;transform:translateY(-14px) scale(.98);opacity:0;pointer-events:none;transition:transform .26s cubic-bezier(.22,.9,.28,1),opacity .22s ease,box-shadow .26s ease;box-shadow:0 24px 60px #02061757;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:auto}.main-nav.open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.main-nav:before{content:"";position:sticky;top:0;display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);margin:0 0 6px}.main-nav a{margin-left:0;padding:12px 14px;border-radius:12px;color:#fff;display:flex;align-items:center;min-height:44px;box-sizing:border-box}.main-nav a.nav-link{background:#ffffff0d;border:1px solid rgba(255,255,255,.04)}.main-nav a.highlight:hover{color:#fff;background:#ffffff1f}.main-nav .btn.small{margin-left:0;border-radius:12px;padding:11px 14px;background:#fff;color:#08295a;box-shadow:0 12px 28px #0614302e}.main-nav .nav-wrap{display:flex;flex-direction:column;gap:10px}.main-nav .nav-user{color:#ffffffdb;padding:8px 4px 2px;font-size:13px}.mobile-toggle{z-index:11100;position:relative}}.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:box-shadow .25s ease,transform .25s ease}.site-header.scrolled{box-shadow:0 6px 18px #02061729;transform:translateY(-1px)}@media (max-width:900px){.site-header{z-index:11100}.mobile-toggle{z-index:11130}}.site-footer{background:linear-gradient(180deg,#08295a,#051a3a);color:#fff;padding:48px 0 0;margin-top:60px}.site-footer a{color:#fff;text-decoration:none;transition:color .2s ease}.site-footer a:hover{color:#ffb81c}.footer-inner{max-width:1100px;margin:0 auto;padding:0 16px 48px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;align-items:start}.footer-brand .footer-logo{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}.footer-tagline{font-size:14px;opacity:.8;margin:0;color:#ccc}.footer-section h4{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-section ul li a{opacity:.85;font-size:14px}.footer-section ul li a:hover{opacity:1}.footer-contact p{margin:6px 0;font-size:14px;opacity:.85}.footer-contact a{font-weight:500}.footer-socials{display:flex;gap:12px;margin-top:16px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border-radius:50%;font-size:20px;transition:transform .18s var(--motion-ease),color .18s var(--motion-ease);color:#fff}.social-icon:hover{transform:translateY(-3px);color:#ffb81c}.social-icon svg{width:22px;height:22px;display:block}.footer-bottom{background:#0003;padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-inner{display:flex;align-items:center;justify-content:center;gap:14px}.footer-bottom p{margin:0;text-align:center;font-size:13px;opacity:.8}.footer-admin-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#ffffffa6;opacity:.9;transition:opacity .18s var(--motion-ease),transform .18s var(--motion-ease),color .18s var(--motion-ease),background .18s var(--motion-ease)}.footer-admin-link:hover{opacity:1;color:#ffb81c;background:#ffffff08;transform:translateY(-2px)}.footer-admin-link svg{width:18px;height:18px}@media (max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:24px;padding:0 16px 32px}.site-footer{padding:36px 0 0}}@media (max-width:600px){.footer-inner{grid-template-columns:1fr;gap:20px;padding:0 16px 24px}.site-footer{margin-top:40px;padding:24px 0 0}.footer-section h4{font-size:13px;margin-bottom:10px}.footer-socials{justify-content:flex-start}.footer-bottom-inner{gap:10px}}.formation-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e7ecf3;border-radius:20px;padding:24px;overflow:hidden;box-shadow:0 1px 3px #0614300a;transform:translateY(16px);opacity:0;transition:transform .5s cubic-bezier(.22,.9,.28,1),opacity .5s ease,box-shadow .25s ease,border-color .25s ease}.formation-card.in-view{transform:translateY(0);opacity:1}.formation-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--card-accent,#0b3d91),color-mix(in srgb,var(--card-accent,#0b3d91) 30%,white))}.formation-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #0614301f;border-color:color-mix(in srgb,var(--card-accent,#0b3d91) 35%,#e7ecf3)}.fc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:16px}.fc-icon{flex:none;width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,color-mix(in srgb,var(--card-accent,#0b3d91) 16%,white),color-mix(in srgb,var(--card-accent,#0b3d91) 6%,white));transition:transform .3s ease}.formation-card:hover .fc-icon{transform:scale(1.06) rotate(-2deg)}.fc-icon svg{width:32px;height:32px}.fc-icon svg circle{display:none}.fc-pill{flex:none;max-width:60%;text-align:right;font-size:11px;font-weight:700;letter-spacing:.02em;line-height:1.3;color:var(--card-accent,#0b3d91);background:color-mix(in srgb,var(--card-accent,#0b3d91) 10%,white);border:1px solid color-mix(in srgb,var(--card-accent,#0b3d91) 20%,white);padding:5px 10px;border-radius:999px}.formation-card h3{margin:0 0 8px;color:#0b1f42;font-size:19px;font-weight:800;line-height:1.3}.fc-target{margin:0 0 14px;color:#5b6472;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.fc-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#475569;background:#f1f5f9;padding:6px 10px;border-radius:999px}.fc-chip--accent{color:var(--card-accent,#0b3d91);background:color-mix(in srgb,var(--card-accent,#0b3d91) 10%,white)}.fc-cta{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--card-accent,#0b3d91);color:#fff;font-weight:700;font-size:14px;text-decoration:none;padding:12px 18px;border-radius:12px;transition:background-color .2s ease,gap .2s ease}.fc-cta-arrow{transition:transform .25s cubic-bezier(.22,.9,.28,1)}.formation-card:hover .fc-cta{gap:12px}.formation-card:hover .fc-cta-arrow{transform:translate(3px)}.formation-card.accent-blue{--card-accent:#0b3d91}.formation-card.accent-gold{--card-accent:#ad7c12}.formation-card.accent-indigo{--card-accent:#4f46e5}.formation-card.accent-emerald{--card-accent:#059669}.formation-card.accent-cyan{--card-accent:#0891b2}.formation-card.accent-amber{--card-accent:#d97706}.formation-card.accent-teal{--card-accent:#0f766e}.formation-card.accent-green{--card-accent:#16a34a}.formation-card.accent-slate{--card-accent:#475569}.formation-card.accent-violet{--card-accent:#7c3aed}.formation-card.accent-sky{--card-accent:#0284c7}.formation-card.accent-rose{--card-accent:#e11d48}.formation-card.accent-orange{--card-accent:#ea580c}.formation-card.accent-red{--card-accent:#dc2626}@media (max-width:700px){.formation-card{padding:20px}.formation-card h3{font-size:18px}}@media (prefers-reduced-motion: reduce){.formation-card,.fc-icon,.fc-cta,.fc-cta-arrow{transition:none;animation:none}}.home-hero{background:linear-gradient(90deg,#f7f9fc,#fff);padding:32px 0}.hero-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px;gap:28px}.hero-left{max-width:560px}.hero-left h1{color:#08295a;font-size:32px;margin-bottom:12px;line-height:1.12}.hero-left p{color:#333;margin-bottom:16px;font-size:16px}.btn.primary{background:#0b3d91;color:#fff;padding:12px 18px;border-radius:8px;text-decoration:none}.hero-right .stats{display:flex;gap:16px}.stat{background:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 18px #06143014;text-align:center}.num{font-weight:700;color:#08295a}.domain-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.domain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:18px}.domain-card{display:flex;flex-direction:column;gap:12px;padding:10px;border-radius:18px;background:transparent;transform:translateY(14px) scale(.99);opacity:0;transition:transform .36s cubic-bezier(.22,.9,.28,1),opacity .36s ease,box-shadow .28s ease}.domain-card.in-view{transform:translateY(0) scale(1);opacity:1}.domain-card{transition-delay:calc(var(--i, 0) * 80ms)}.card-surface{background:#f0f3f6;padding:18px;border-radius:16px}.card-surface .media-wrap{position:relative;border-radius:14px;overflow:hidden;background:transparent;padding:10px}.media-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:#fff;box-shadow:0 6px 18px #0b3d910d;z-index:0}.media-img{display:block;width:100%;height:240px;object-fit:cover;position:relative;z-index:1;border-radius:10px;border:6px solid #fff;box-shadow:none}.media-badge{position:absolute;left:16px;top:16px;background:#ff8a3d;color:#fff;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:700;box-shadow:0 6px 18px #ff8a3d1f;z-index:2}.domain-body{background:transparent;padding:14px 6px 6px;border-radius:0}.domain-body h3{margin:6px 0 0;font-size:20px;color:#08295a;font-weight:700}.domain-desc{margin:8px 0 0;color:#586068;font-size:15px}.domain-more-btn{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;border:1px solid rgba(11,61,145,.2);background:linear-gradient(180deg,#fff,#f6f9fd);color:#0b3d91;font-weight:700;font-size:13px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.domain-more-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0b3d911f;background:#fff}.domain-details{max-height:0;opacity:0;overflow:hidden;transition:max-height .45s cubic-bezier(.22,.9,.28,1),opacity .3s ease,margin-top .3s ease;padding-right:4px}.domain-details.open{max-height:420px;opacity:1;margin-top:12px}.domain-intro{margin:0 0 10px;color:#334155;font-size:14px;line-height:1.5}.domain-details ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px}.domain-details li{color:#3f4b59;font-size:13px;line-height:1.45}.domain-card:hover .card-surface{transform:translateY(-4px);box-shadow:0 18px 40px #0b3d9112}@media (max-width:700px){.domain-grid{grid-template-columns:1fr}.media-img{height:220px}.domain-details.open{max-height:520px}}@media (min-width:1200px){.domain-grid{grid-template-columns:repeat(3,minmax(320px,1fr));gap:32px;margin-top:28px}.card-surface{padding:22px}.media-img{height:320px}.domain-body h3{font-size:18px}}@media (min-width:1400px){.domain-grid{grid-template-columns:repeat(3,minmax(360px,1fr));gap:36px}.media-img{height:360px}}@media (min-width:1400px){.domain-card{display:flex;flex-direction:row;align-items:stretch;gap:20px;padding:0}.domain-card .card-surface{display:flex;flex:1;padding:0;border-radius:18px}.card-surface .media-wrap{flex:0 0 44%;padding:18px;border-radius:18px 0 0 18px}.card-surface .media-wrap:before{border-radius:12px 0 0 12px}.media-img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:6px solid #fff}.domain-body{flex:1;padding:22px 26px;border-radius:0;display:flex;flex-direction:column;justify-content:center}.domain-body h3{font-size:18px}.domain-desc{font-size:15px}}@media (min-width:1200px){.domain-card{display:block;padding:0}.domain-card .card-surface{display:block;padding:18px;border-radius:18px}.card-surface .media-wrap{position:relative;border-radius:14px;overflow:hidden;padding:10px;margin-bottom:14px}.card-surface .media-wrap:before{border-radius:12px}.media-img{display:block;width:100%;height:320px;object-fit:cover;position:relative;z-index:1;border-radius:10px;border:6px solid #fff}.domain-body{padding:12px 10px 6px}.domain-body h3{font-size:18px;margin-top:6px}.domain-desc{font-size:14px}.domain-grid{grid-template-columns:repeat(3,minmax(320px,1fr));gap:32px}}@media (min-width:1600px){.media-img{height:360px}.domain-grid{grid-template-columns:repeat(3,minmax(360px,1fr));gap:36px}}.domain-card .media-img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;border-radius:10px}@media (min-width:1200px){.domain-card .media-img{height:220px}}@media (min-width:1600px){.domain-card .media-img{height:260px}}@media (max-width:1000px){.media-img{height:200px}}@media (max-width:700px){.domain-grid{grid-template-columns:1fr}.media-img{height:220px}}.domain-body h3{margin:0;font-size:16px;color:#08295a}.domain-desc{margin:6px 0 0;color:#4b5563;font-size:14px}.domain-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0b3d9114}.home-courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:12px}@media (min-width:1200px){.home-courses-grid{grid-template-columns:repeat(3,minmax(280px,1fr));gap:22px}}.sample-courses h2{margin:0 0 18px;text-align:center;text-transform:uppercase;letter-spacing:.04em}.course-card{background:#fff;padding:12px;border-radius:8px;border:1px solid #e6e9ee}.course-card h3{color:#0b3d91}.meta{font-size:13px;color:#666}.professional-photo .photo-frame{width:520px;max-width:48%;aspect-ratio:4/5;background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 36px #06143024;border:1px solid rgba(11,61,145,.06)}.professional-photo img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}@media (max-width:900px){.hero-inner{flex-direction:column;align-items:flex-start;padding:18px}.professional-photo .photo-frame{max-width:100%;width:100%;aspect-ratio:16/9}.hero-left h1{font-size:24px}}@media (max-width:520px){.hero-left h1{font-size:20px}.btn.primary{padding:10px 14px}}.hero-title{font-size:34px}.hero-sub{color:#4b5563;font-size:16px}.hero-ctas{margin-top:14px}.hero-right{display:flex;align-items:center;justify-content:center}.hero-visual{position:relative;width:520px;max-width:48%;display:block}.hero-card{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:18px;padding:18px;display:block;box-shadow:0 20px 60px #0614301a;transition:transform .6s cubic-bezier(.22,.9,.28,1)}.hero-image{width:100%;height:360px;object-fit:cover;border-radius:12px;display:block;transform:translateZ(0);transition:transform .42s var(--motion-ease),filter .4s}.hero-visual:hover .hero-card{transform:translateY(-8px)}.hero-visual:hover .hero-image{transform:scale(1.02)}.hero-overlay{position:absolute;left:18px;bottom:12px;z-index:3}.hero-badge{display:inline-block;background:#fff;color:#0b3d91;font-weight:700;padding:6px 10px;border-radius:8px;box-shadow:0 8px 24px #06143014}.hero-caption{margin:8px 0 0;color:#fff;font-weight:700;text-shadow:0 4px 18px rgba(6,20,48,.4)}.hero-card{opacity:0;transform:translateY(18px) scale(.995)}.hero-card{animation:heroFadeIn .7s var(--motion-ease) both}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(18px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1000px){.hero-visual{max-width:44%;width:420px}.hero-image{height:300px}}@media (max-width:700px){.hero-inner{flex-direction:column;align-items:flex-start}.hero-visual{width:100%;max-width:720px}.hero-card{width:100%;padding:12px}.hero-image{height:280px}.hero-caption{color:#08295a;text-shadow:none}.hero-badge{background:#0b3d91;color:#fff}}.site-hero{position:relative;background-size:cover;background-position:center;display:block;padding:48px 0;margin-bottom:18px;background:linear-gradient(180deg,#02122622,#02122611)}.site-hero .hero-overlay-layer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#021226b8,#021226a3);mix-blend-mode:normal}.site-hero .container{position:relative;z-index:2}.site-hero .hero-inner{display:flex;align-items:stretch;justify-content:center}.site-hero{min-height:50vh}.site-hero .hero-inner{min-height:inherit}.site-hero .hero-left{max-width:640px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:0 auto;text-align:left}.kicker{color:#ffffffd9;font-weight:700;margin-bottom:8px}.site-hero .hero-title{font-size:36px;line-height:1.06;margin:6px 0 10px;color:var(--gold);font-weight:800}.site-hero .hero-sub{color:#ffffffe6;font-size:16px;margin-bottom:14px}.hero-features{list-style:none;padding:0;margin:10px 0 12px;display:flex;flex-direction:column;gap:14px}.hero-features li{position:relative;padding:8px 0 8px 36px;margin:0;color:#fffffff0;font-size:15px;line-height:1.18;min-height:40px}.hero-features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:var(--blue);display:inline-block;box-shadow:0 6px 18px #0b3d911a}.hero-features li:after{content:"✓";position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#fff;font-size:13px;font-weight:800}@media (max-width:720px){.hero-features{gap:10px;margin-bottom:8px}.hero-features li{padding:6px 0 6px 52px;min-height:36px}.hero-features li:before{width:24px;height:24px}.hero-features li:after{left:8px;font-size:12px}}.btn.cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#e2382f,#c0221c);color:#fff;padding:15px 26px;border-radius:999px;font-weight:700;font-size:15px;letter-spacing:.01em;border:none;box-shadow:0 10px 28px #c0221c52;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn.cta .cta-arrow{display:inline-block;transition:transform .2s ease}.btn.cta:hover{background:linear-gradient(135deg,#eb443a,#c0221c);transform:translateY(-2px);box-shadow:0 16px 36px #c0221c61}.btn.cta:hover .cta-arrow{transform:translate(4px)}.btn.hero-outline{display:inline-flex;align-items:center;background:#ffffff0f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1.5px solid rgba(255,255,255,.55);color:#fff;padding:15px 26px;border-radius:999px;font-weight:600;font-size:15px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.btn.hero-outline:hover{background:#fff;color:#08295a;border-color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px #02122640}@media (max-width:1100px){.site-hero{padding:40px 0}.site-hero .hero-title{font-size:32px}}.site-hero .hero-features{align-items:flex-start;width:100%;display:flex;flex-direction:column;gap:14px;padding:0;margin:10px 0 12px}.site-hero .hero-features li{max-width:720px;width:100%;margin:0 auto;text-align:left;padding-left:36px}.site-hero .hero-ctas{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:14px}.site-hero .hero-title,.site-hero .hero-sub{text-align:left}@media (max-width:720px){.site-hero{padding:28px 0}.site-hero .hero-title{font-size:22px}.site-hero .hero-sub{font-size:14px}.btn.cta,.btn.hero-outline{padding:12px 20px;font-size:14px}}@media (max-width:900px){.site-hero .hero-inner{flex-direction:column;align-items:flex-start;gap:18px}.site-hero .hero-left{max-width:100%;width:100%}.site-hero .hero-right{width:100%;display:block}.hero-visual{max-width:100%;width:100%}.hero-image{height:220px}.hero-features{padding-left:0}}@media (max-width:520px){.site-hero .hero-inner{padding:8px 12px}.hero-features li{padding-left:36px}}.director-banner{width:100%;background:linear-gradient(180deg,#f8fafc,#eef4fb);padding:48px 0}.director-banner__inner{max-width:var(--max-width);margin:0 auto;padding:0 16px;display:flex;align-items:stretch;gap:40px;background:#fff;border-radius:24px;box-shadow:0 24px 60px #06143014;border:1px solid rgba(11,61,145,.06);overflow:hidden}.director-banner__inner{animation:dbFadeUp .6s cubic-bezier(.22,.9,.28,1) both}@keyframes dbFadeUp{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.db-photo{flex:0 0 300px;position:relative;min-height:280px}.db-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.db-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 60%,rgba(8,41,90,.06));pointer-events:none}.db-content{flex:1;position:relative;padding:40px 40px 40px 0;display:flex;flex-direction:column;justify-content:center;min-width:0}.db-quote-mark{position:absolute;top:14px;left:0;font-size:96px;line-height:1;font-family:Georgia,serif;color:#0b3d91;opacity:.08}.db-eyebrow{position:relative;margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b3d91}.db-message{position:relative;margin:0;color:#1e293b;font-size:1.05rem;line-height:1.6}.db-footer{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #eef2f7}.db-signature{display:flex;flex-direction:column;font-size:13px;color:#64748b}.db-signature strong{color:#08295a;font-size:14px}.db-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#0b3d91;color:#fff;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px;transition:transform .2s ease,background-color .2s ease}.db-cta:hover{background:#092f70;transform:translateY(-2px)}@media (max-width:800px){.director-banner{padding:16px 0}.director-banner__inner{border-radius:16px;gap:12px}.db-photo{flex:0 0 110px;min-height:auto}.db-content{padding:12px 14px 12px 0}.db-quote-mark{font-size:44px;top:2px}.db-eyebrow{font-size:10px;margin-bottom:4px}.db-message{font-size:.82rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.db-footer{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:8px}.db-signature{font-size:10px}.db-signature strong{font-size:11.5px}.db-cta{padding:6px 10px;font-size:11px}}@media (max-width:480px){.db-photo{flex-basis:88px}.db-content{padding:10px 10px 10px 0}.db-quote-mark{font-size:36px}.db-eyebrow{font-size:9px}.db-message{font-size:.76rem;-webkit-line-clamp:3}.db-signature strong{font-size:11px}.db-cta{padding:6px 8px;font-size:10.5px}}@media (prefers-reduced-motion: reduce){.director-banner__inner{animation:none}.db-cta{transition:none}}.catalogue .filters{margin:12px 0}.catalogue .filters select{min-height:44px;padding:8px 14px;font-size:15px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;align-items:stretch}@media (min-width:1200px){.courses-grid{grid-template-columns:repeat(3,minmax(300px,1fr));gap:22px}}.course-card{will-change:transform,opacity}.course-card.card{border-radius:18px}.course-card--modern{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(8,41,90,.08);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 20px 60px #0614300f;display:flex;flex-direction:column;gap:14px;min-height:100%}.course-card--modern:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--card-accent,#0b3d91),rgba(11,61,145,.08))}.course-card--modern>*{position:relative;z-index:1}.course-card__top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.course-card__eyebrow{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--card-accent,#0b3d91)}.course-card h3{color:var(--blue);font-size:20px;line-height:1.2;margin:0}.course-card__pill{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:color-mix(in srgb,var(--card-accent,#0b3d91) 14%,white);color:var(--card-accent,#0b3d91);font-size:13px;font-weight:700}.course-card__target,.course-card__objective{margin:0;color:#334155;line-height:1.55}.course-card__objective{font-weight:500}.course-card__modules{display:flex;flex-wrap:wrap;gap:8px}.module-chip{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:linear-gradient(180deg,#f8fbff,#eef4fb);border:1px solid #d9e4f1;color:#1f2937;font-size:12px;line-height:1.2;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.course-card__footer{display:flex;flex-direction:column;gap:14px;margin-top:auto}.meta{color:var(--muted);font-size:13px;margin:0;line-height:1.5}.course-card:hover{transform:translateY(-6px);box-shadow:0 24px 54px #0b3d911a}.course-card:hover .module-chip{transform:translateY(-1px);box-shadow:0 10px 20px #0614300f}.course-card{animation:fadeInUp .52s cubic-bezier(.22,.9,.28,1) both}.accent-blue{--card-accent:#0b3d91}.accent-gold{--card-accent:#ad7c12}.accent-indigo{--card-accent:#4f46e5}.accent-emerald{--card-accent:#059669}.accent-cyan{--card-accent:#0891b2}.accent-amber{--card-accent:#d97706}.accent-teal{--card-accent:#0f766e}.accent-green{--card-accent:#16a34a}.accent-slate{--card-accent:#475569}.accent-violet{--card-accent:#7c3aed}.accent-sky{--card-accent:#0284c7}.accent-rose{--card-accent:#e11d48}.accent-orange{--card-accent:#ea580c}.accent-red{--card-accent:#dc2626}.course-card.featured{grid-column:1 / -1;padding:20px;border-radius:14px;display:block}.course-card.featured .featured-content{display:flex;gap:18px;align-items:stretch}.course-card.featured .featured-body{flex:1}.course-card.featured h3{font-size:28px;color:var(--blue);margin-bottom:6px}.course-card.featured .featured-desc{font-size:18px;color:#556;line-height:1.4;margin-bottom:12px}.course-card.featured .featured-media{flex:0 0 320px;border-radius:10px;overflow:hidden;border:8px solid #fff;box-shadow:0 26px 60px #06143014}.course-card.featured .featured-media img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:1000px){.course-card.featured .featured-content{flex-direction:column}.course-card.featured .featured-media{width:100%;flex:none}}@media (max-width:700px){.course-card--modern{padding:18px}.course-card__top{flex-direction:column}.course-card__pill{align-self:flex-start}.course-card h3{font-size:18px}}@media (prefers-reduced-motion: reduce){.course-card{animation:none;transition:none}.module-chip{transition:none}}.formation-gallery{margin:18px 0}.gallery-item{display:block;width:100%;padding:0;cursor:pointer;position:relative;overflow:hidden;border-radius:12px;border:6px solid #fff;box-shadow:0 18px 50px #06143014;background:linear-gradient(180deg,#fff,#fbfdff);transform:translateZ(0);transition:transform .45s cubic-bezier(.2,.9,.3,1),box-shadow .35s}.gallery-item:focus-visible{outline:3px solid #0b3d91;outline-offset:2px}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#020617b8;z-index:9999;padding:20px}.lightbox-inner{position:relative;max-width:calc(100% - 80px);max-height:calc(100% - 80px);display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:100%;border-radius:8px;box-shadow:0 30px 80px #02061799}.lightbox-close{position:absolute;right:-8px;top:-8px;background:#fff;border-radius:999px;border:0;width:44px;height:44px;font-size:24px;line-height:1;color:#0b3d91;box-shadow:0 8px 24px #0206173d;cursor:pointer}.lightbox-close:focus{outline:2px solid rgba(11,61,145,.2)}@media (max-width:700px){.lightbox-inner{max-width:100%;max-height:100%}.lightbox-close{right:8px;top:8px}}.formation-detail .meta{color:var(--muted)}.two-col{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:12px}.price{font-weight:700;color:var(--blue)}.payments button{margin-right:8px;margin-top:8px}.note{font-size:13px;color:var(--muted);margin-top:14px}aside{background:#fff;padding:12px;border-radius:8px;border:1px solid #e6e9ee}.highlight-card{display:flex;gap:18px;align-items:stretch;background:linear-gradient(180deg,#fff,#fbfdff);padding:18px;border-radius:14px;box-shadow:0 26px 80px #0614301f;margin-bottom:18px}.highlight-media{flex:0 0 360px;border-radius:10px;overflow:hidden;border:8px solid #fff}.highlight-media img{width:100%;height:100%;object-fit:cover;display:block;transform:translateZ(0);transition:transform .6s cubic-bezier(.2,.9,.3,1),filter .35s}.highlight-body{flex:1;display:flex;flex-direction:column;justify-content:center}.highlight-title{font-size:24px;color:var(--blue);margin:0 0 8px}.highlight-sub{color:#4b5563;margin:0 0 12px}.highlight-actions .btn{padding:10px 16px;border-radius:8px}.highlight-card:hover .highlight-media img{transform:scale(1.03)}@media (max-width:900px){.highlight-card{flex-direction:column}.highlight-media{width:100%;flex:none}}@media (prefers-reduced-motion: reduce){.highlight-media img{transition:none}}.formation-gallery{margin-top:18px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:stretch}.gallery-item{position:relative;overflow:hidden;border-radius:12px;border:6px solid #fff;box-shadow:0 18px 50px #06143014;background:linear-gradient(180deg,#fff,#fbfdff);transform:translateZ(0);transition:transform .45s cubic-bezier(.2,.9,.3,1),box-shadow .35s}.gallery-item img{display:block;width:100%;height:160px;object-fit:cover;transition:transform .7s cubic-bezier(.2,.9,.3,1),filter .4s}.gallery-item.big{grid-column:span 2;grid-row:span 2}.gallery-item.big img{height:340px}.gallery-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 36px 90px #06143029}.gallery-item:hover img{transform:scale(1.06) translateY(-6px);filter:brightness(.98) saturate(1.02)}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.gallery-item{animation:floaty 6s ease-in-out infinite;will-change:transform}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.4s}.gallery-item:nth-child(4){animation-delay:.6s}.gallery-item.big{animation-delay:.1s}@media (max-width:1000px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item img{height:180px}.gallery-item.big{grid-column:span 2}}@media (max-width:600px){.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:220px}.gallery-item.big{grid-column:auto}}@media (prefers-reduced-motion: reduce){.gallery-item{animation:none;transition:none}.gallery-item img{transition:none}}.formation-page.accent-blue{--card-accent:#0b3d91}.formation-page.accent-gold{--card-accent:#ad7c12}.formation-page.accent-indigo{--card-accent:#4f46e5}.formation-page.accent-emerald{--card-accent:#059669}.formation-page.accent-cyan{--card-accent:#0891b2}.formation-page.accent-amber{--card-accent:#d97706}.formation-page.accent-teal{--card-accent:#0f766e}.formation-page.accent-green{--card-accent:#16a34a}.formation-page.accent-slate{--card-accent:#475569}.formation-page.accent-violet{--card-accent:#7c3aed}.formation-page.accent-sky{--card-accent:#0284c7}.formation-page.accent-rose{--card-accent:#e11d48}.formation-page.accent-orange{--card-accent:#ea580c}.formation-page.accent-red{--card-accent:#dc2626}.registration-card{background:linear-gradient(160deg,var(--blue),#041e3a);padding:26px;border-radius:20px;box-shadow:0 24px 60px #06143029;display:flex;flex-direction:column;gap:16px;color:#fff}.registration-card .summary{padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.06)}.registration-card .summary h4{margin:0 0 6px;color:#fff}.registration-form{display:flex;flex-direction:column;gap:10px;margin-top:6px}.registration-form .form-title{margin:0 0 6px;font-size:18px;color:#fff}.registration-form .field{display:flex;flex-direction:column;gap:6px}.registration-form .field span{font-size:13px;color:#ffffffe6}.registration-form input,.registration-form select,.registration-form textarea{padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;font-size:16px;color:#fff;transition:border-color .2s ease,background-color .2s ease}.registration-form input:focus,.registration-form select:focus,.registration-form textarea:focus{outline:none;border-color:#ffffff80;background:#ffffff1a}.registration-form input::placeholder,.registration-form textarea::placeholder{color:#fff9}.registration-form textarea{min-height:78px;resize:vertical}.registration-form .checkbox{display:flex;gap:10px;align-items:center;font-size:14px;color:#fff}.registration-form .checkbox input{width:18px;height:18px}.form-actions{display:flex;gap:8px;align-items:center;margin-top:6px}.form-error{background:#ffe6e61f;color:#ffb3b3;padding:8px;border-radius:8px;border:1px solid rgba(255,180,180,.12);font-size:14px}.form-success{background:#dcffe614;color:#c8ffd7;padding:8px;border-radius:8px;border:1px solid rgba(200,255,215,.06);font-size:14px}.btn.primary{background:linear-gradient(90deg,var(--blue),#0b5ebf);color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}.btn.primary:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:#fff;border:1px solid #e6e9ee;color:var(--blue);padding:8px 12px;border-radius:8px}@media (max-width:900px){.two-col{grid-template-columns:1fr}aside{order:2}.registration-card{width:100%}}.formation-page{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--text)}.hero{background-size:cover;background-position:center;border-bottom:1px solid rgba(6,20,48,.05);padding:52px 0}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.hero-title{color:#fff!important;font-size:34px;margin:0 0 6px;text-shadow:0 6px 28px rgba(6,20,48,.35)}.hero-sub{color:#fff!important;margin:0}.hero-dates{color:#fff!important;margin:8px 0 0;font-weight:600;font-size:15px}.price-chip{background:#fffffff2;color:var(--blue);padding:8px 12px;border-radius:12px;font-weight:700;box-shadow:0 8px 30px #06143014}.hero{position:relative;overflow:hidden;padding:64px 0}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);filter:brightness(.85);animation:heroFade 12s linear infinite}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(2){animation-delay:4s}.hero-slide:nth-child(3){animation-delay:8s}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(#020a1ea6,#020a1e59)}.hero-inner{position:relative;z-index:2;padding:18px 0}.hero-title{color:#fff!important;text-shadow:0 8px 28px rgba(2,10,30,.6)}.hero-sub{color:#fff!important}@keyframes heroFade{0%{opacity:0;transform:scale(1.02)}6%{opacity:1;transform:scale(1)}30%{opacity:1;transform:scale(1)}36%{opacity:0;transform:scale(.98)}to{opacity:0}}.formation-content{display:grid;grid-template-columns:1fr 360px;gap:26px;padding:34px 0}.content-main{display:flex;flex-direction:column;gap:20px}.card{position:relative;background:#fff;padding:24px;border-radius:20px;border:1px solid #eef3fb;box-shadow:0 1px 3px #0614300a;overflow:hidden}.card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--card-accent,#0b3d91),color-mix(in srgb,var(--card-accent,#0b3d91) 25%,white))}.card h3{margin:0 0 12px;color:#0b1f42;font-size:18px;display:flex;align-items:center;gap:10px}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--card-accent,#0b3d91) 12%,white);font-size:16px}.card p{color:#334155;line-height:1.6}.modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.module-card{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;padding:14px;border-radius:14px;border:1px solid #eef2f7;transition:transform .2s ease,box-shadow .2s ease}.module-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0614300f}.module-icon{flex:none;width:32px;height:32px;border-radius:9px;background:var(--card-accent,#0b3d91);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:13px}.module-body strong{display:block;color:#1e293b;font-size:14px;line-height:1.4}.price-large{font-size:18px;font-weight:700;color:var(--blue)}.payments{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}.payment-badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:700;font-size:13px;border:1px solid #e2e8f0}.sticky-aside{position:sticky;top:92px;align-self:start}@media (max-width:1100px){.formation-content{grid-template-columns:1fr 320px}}@media (max-width:900px){.formation-content{grid-template-columns:1fr}.hero{padding:28px 0}.hero-title{font-size:22px}.hero-inner{flex-direction:column;align-items:flex-start}.sticky-aside{position:relative;top:auto}.modules-grid{grid-template-columns:1fr}}.espace-elearning{padding:32px 0 60px}.espace-elearning h1{margin:0 0 6px}.espace-elearning .muted{margin:0 0 24px}.elearning-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.elearning-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;background:#f8fafc;border:1px solid #e6e9ee;border-radius:16px;padding:24px 18px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.elearning-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0b3d911a;border-color:var(--card-accent,#0b3d91)}.elearning-card--locked{background:#f1f5f9;opacity:.72}.elearning-card--locked:hover{opacity:1;box-shadow:0 12px 28px #0f172a14;border-color:#cbd5e1}.elearning-card--locked .elearning-card-cta{color:#64748b}.elearning-card-lock{position:absolute;top:12px;right:12px;font-size:16px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #02061714}.elearning-card-icon svg{width:72px;height:72px}.elearning-card-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--card-accent,#0b3d91)}.elearning-card-body h3{margin:6px 0 10px;color:#08295a;font-size:16px;line-height:1.3}.elearning-card-cta{font-size:13px;font-weight:700;color:var(--card-accent,#0b3d91)}.elearning-card.accent-blue{--card-accent:#0b3d91}.elearning-card.accent-gold{--card-accent:#ad7c12}.elearning-card.accent-indigo{--card-accent:#4f46e5}.elearning-card.accent-emerald{--card-accent:#059669}.elearning-card.accent-cyan{--card-accent:#0891b2}.elearning-card.accent-amber{--card-accent:#d97706}.elearning-card.accent-teal{--card-accent:#0f766e}.elearning-card.accent-green{--card-accent:#16a34a}.elearning-card.accent-slate{--card-accent:#475569}.elearning-card.accent-violet{--card-accent:#7c3aed}.elearning-card.accent-sky{--card-accent:#0284c7}.elearning-card.accent-rose{--card-accent:#e11d48}.elearning-card.accent-orange{--card-accent:#ea580c}.elearning-card.accent-red{--card-accent:#dc2626}.a-propos{padding:12px}.hero{display:flex;gap:48px;align-items:center;padding:36px 0 44px}.hero-left{flex:1 1 58%}.hero-left h1{margin:8px 0 0;font-size:44px;letter-spacing:-.01em}.hero-right{flex:0 0 42%;display:flex;justify-content:flex-end;align-items:center}.hero-image-frame{position:relative;max-width:520px;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 30px 70px #06143029;border:1px solid rgba(11,61,145,.08)}.hero-image-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 70%,rgba(8,41,90,.12))}.hero-image-frame img{display:block;width:100%;height:auto;object-fit:contain}.slogan{color:var(--gold);font-weight:700;margin:10px 0;font-size:1.1rem}.lead{color:#334155;margin-top:12px;line-height:1.65;font-size:15px}.stats-section{margin-top:8px;margin-bottom:12px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.stats-grid .stat-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:24px;border-radius:18px;background:#fff;border:1px solid #eef2f7;box-shadow:0 1px 3px #0614300a;min-height:110px}.stats-grid .stat-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#0b3d91,#3b82f6)}.stats-grid .stat-number{font-size:32px;font-weight:800;color:#0b3d91;margin-bottom:6px;letter-spacing:-.01em}.stats-grid .stat-label{font-size:14px;color:#64748b;font-weight:600}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(1,1fr)}}.expertise{padding:36px 0 12px}.expertise h2{margin:0 0 18px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.expertise .card{position:relative;overflow:hidden;background:#fff;padding:26px;border-radius:20px;border:1px solid #eef2f7;box-shadow:0 1px 3px #0614300a;display:flex;flex-direction:column;gap:12px;align-items:flex-start;transition:transform .25s ease,box-shadow .25s ease;animation-delay:var(--d,0ms)}.expertise .card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #0614301a}.expertise .icon{width:68px;height:68px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px #0b3d9124}.expertise .icon img{width:36px;height:36px;filter:drop-shadow(0 4px 10px rgba(2,6,23,.14))}.expertise .icon.green{background:linear-gradient(150deg,#34d399,#059669)}.expertise .icon.yellow{background:linear-gradient(150deg,#fbbf24,#d97706)}.expertise .icon.red{background:linear-gradient(150deg,#f87171,#dc2626)}.expertise .card h4{margin:0;color:#0b1f42;font-size:17px;font-weight:800}.expertise .card p{margin:0;color:#64748b;line-height:1.6;font-size:14px}.more-info{padding:36px 0}.two-col{display:grid;grid-template-columns:1fr 340px;gap:22px;align-items:start}.mission-panel{position:relative;overflow:hidden;background:linear-gradient(165deg,#0b3d91,#082a67);color:#fff;padding:40px;border-radius:24px;box-shadow:0 24px 60px #06143029}.mission-quote-mark{position:absolute;top:-6px;left:24px;font-size:120px;line-height:1;font-family:Georgia,serif;color:#fff;opacity:.08}.mission-panel h3{position:relative;margin:22px 0 8px;color:#fff;font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;opacity:.85}.mission-panel h3:first-of-type{margin-top:0}.mission-panel p{position:relative;margin:0;color:#ffffffeb;line-height:1.6}.mission-panel .devise{font-style:italic;font-size:17px;color:#fff}.values-list{position:relative;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.values-list li{display:flex;align-items:flex-start;gap:10px;color:#ffffffeb;line-height:1.5}.values-list .check{flex:none;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#ffffff29;color:#fff;font-size:12px;font-weight:800;margin-top:1px}.contact-card{background:#fff;padding:26px;border-radius:20px;border:1px solid #eef2f7;box-shadow:0 1px 3px #0614300a;display:flex;flex-direction:column;gap:14px}.contact-card h4{margin:0 0 4px;color:#08295a;font-size:16px}.contact-row{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#334155;line-height:1.5}.contact-icon{flex:none;font-size:16px}.contact-card a{color:#0b3d91;font-weight:600}.contact-card a.contact-cta{color:#fff;margin-top:6px;text-align:center;border-radius:10px;padding:11px 16px;font-weight:700}@media (max-width:900px){.hero{flex-direction:column;padding:24px 0}.hero-right{width:100%;justify-content:center}.hero-image-frame{max-width:420px;width:100%}.two-col{grid-template-columns:1fr}}.director-section{padding:36px 0 60px}.director-message{background:#fff;border-radius:24px;border:1px solid #eef2f7;box-shadow:0 24px 60px #06143014;padding:40px}.director-header{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #eef2f7}.director-header h2{margin:2px 0 0}.director-content{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.director-content p{margin:0;color:#334155;line-height:1.75;font-size:15.5px}.director-content p:first-child{font-weight:700;color:#0b1f42;font-size:17px}.director-signature{margin-top:8px;padding-top:18px;border-top:1px solid #eef2f7;display:flex;flex-direction:column;gap:2px}.director-signature strong{color:#08295a;font-size:15px}.director-signature span{color:#64748b;font-size:13.5px}@media (max-width:700px){.director-message{padding:26px}.mission-panel{padding:28px}}.references{padding:12px}.refs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.ref{background:#fff;padding:12px;border-radius:8px;border:1px solid #e6e9ee}.ref h4{color:var(--blue);margin:0 0 6px}.ref p{margin:0;color:var(--muted)}.contact-page{padding:36px 12px 60px}.contact-page h1{margin:0}.contact-lead{margin:10px 0 32px;color:#64748b;font-size:15px;max-width:560px;line-height:1.6}.contact-grid{display:grid;grid-template-columns:340px 1fr;gap:22px;align-items:start}.contact-info{position:relative;overflow:hidden;background:linear-gradient(165deg,#0b3d91,#082a67);color:#fff;padding:32px;border-radius:22px;box-shadow:0 24px 60px #06143029;display:flex;flex-direction:column;gap:16px}.contact-info h3{margin:0 0 4px;color:#fff;font-size:19px}.contact-info .contact-row{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffeb;line-height:1.5}.contact-info .contact-icon{flex:none;font-size:16px}.contact-info a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.contact-legal{display:flex;flex-direction:column;gap:4px;margin-top:6px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14);font-size:12.5px;color:#ffffffbf}.contact-socials{display:flex;gap:10px;margin-top:6px}.contact-socials a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff1f;font-size:16px;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.contact-socials a:hover{background:#ffffff38;transform:translateY(-2px)}.contact-form{position:relative;background:#fff;padding:32px;border-radius:22px;border:1px solid #eef2f7;box-shadow:0 1px 3px #0614300a;display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form .field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700;color:#334155}.contact-form input,.contact-form textarea,.contact-form select{font-family:inherit;font-size:16px;font-weight:400;padding:11px 13px;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:#0b3d91;box-shadow:0 0 0 3px #0b3d911f}.contact-form textarea{min-height:150px;resize:vertical}.form-actions{margin-top:4px}.form-actions .btn{padding:12px 24px;border-radius:10px;font-weight:700;font-size:14px}.form-actions .btn:disabled{opacity:.65;cursor:not-allowed}.form-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:10px 14px;border-radius:10px;font-size:14px}.form-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:10px 14px;border-radius:10px;font-size:14px}@media (max-width:800px){.contact-grid,.form-row{grid-template-columns:1fr}.contact-info,.contact-form{padding:24px}}.auth-page.container{max-width:440px;margin:56px auto;padding:36px 32px;background:#fff;border-radius:16px;box-shadow:0 20px 50px #06143014;border:1px solid #eef3fb}.auth-page h1{margin:0 0 20px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-form input{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px}.auth-form input:focus{outline:2px solid #c7d2fe;border-color:#818cf8}.auth-form .btn{margin-top:6px}.auth-form .error{color:#b91c1c;margin-top:4px;font-size:13px}.auth-page p{text-align:center;margin-top:16px;font-size:14px}@media (max-width:520px){.auth-page.container{margin:24px auto;padding:24px 20px;border-radius:12px;box-shadow:none;border:none}}:root{--blue:#08295a;--gold:#ffffff;--muted:#6b7280;--max-width:1100px}*{box-sizing:border-box}.app-root{min-height:100vh;display:flex;flex-direction:column}html,body,#root{height:100%}body{font-family:Inter,system-ui,-apple-system,Helvetica Neue,Arial;line-height:1.4;color:#111;margin:0;background:#fff}.container{max-width:var(--max-width);margin:0 auto;padding:0 16px}.page-content{flex:1}a{color:var(--blue)}main{flex:1;min-height:60vh;padding:18px 0}.btn{display:inline-block;padding:8px 10px;background:#0b3d91;color:#fff;border-radius:6px;text-decoration:none}.btn.secondary{background:#e6e9ee;color:var(--blue)}h1,h2,h3{color:var(--blue)}.eyebrow,.section-eyebrow{display:inline-block;margin-bottom:6px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b3d91}:root{--motion-duration: .42s;--motion-ease: cubic-bezier(.22,.9,.28,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-transition,.fade-in{animation:fadeIn var(--motion-duration) var(--motion-ease) both}.slide-up{animation:fadeInUp calc(var(--motion-duration) + 60ms) var(--motion-ease) both}.card{background:#fff;padding:12px;border-radius:10px;border:1px solid #e6e9ee;box-shadow:0 6px 18px #0b3d910a;transition:transform .28s var(--motion-ease),box-shadow .28s var(--motion-ease)}.card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0b3d9114}.btn{transition:transform .18s var(--motion-ease),box-shadow .18s var(--motion-ease),background-color .18s}.btn:active{transform:translateY(1px)}@media (prefers-reduced-motion: reduce){.page-transition,.fade-in,.slide-up,.card,.btn{animation:none;transition:none}}html{font-size:16px}@media (min-width:1200px){html{font-size:18px}:root{--max-width:1200px}}@media (min-width:1400px){:root{--max-width:1600px}}@media (min-width:1800px){:root{--max-width:2000px}}@media (max-width:900px){html{font-size:15px}.container{padding:0 14px}}@media (max-width:600px){html{font-size:14px}.container{padding:0 12px}.brand a{font-size:16px}}.show-on-mobile{display:none}.hide-on-mobile{display:inherit}@media (max-width:900px){.show-on-mobile{display:inline-block}.hide-on-mobile{display:none}}
