body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{ascent-override:90.49%;descent-override:22.56%;font-family:InterFallback;line-gap-override:0%;size-adjust:107.06%;src:local("Arial")}:root{--color-background:#fff;--color-dark:#111;--color-primary:#07f;--color-primary-strong:#07f;--color-secondary:#ffe600;--color-accent:#ffe600;--color-muted:#121212a6;--color-surface:#fff;--color-surface-alt:#f5f5f5;--color-border:#00000014;--color-border-strong:#00000029;--hero-gradient:linear-gradient(120deg,#0077fff2,#ffe600bf);--hero-text:#ffffffe6;--cta-gradient:linear-gradient(135deg,#07f,#ffe600);--badge-bg:#0077ff1f;--footer-background:#fff;--footer-text:#121212c7;--footer-link:#07f;--nav-background:#ffffffeb;--nav-text:var(--color-dark);--mobile-menu-background:#fffffffa;--nav-toggle-border:#0003;--nav-toggle-text:var(--color-dark);--shadow-soft:0 20px 45px #00000014;--shadow-hover:0 24px 55px #0000001f;--shadow-strong:0 16px 36px #0000001a;--button-shadow:0 18px 35px #00000029;--btn-secondary-border:#00000059;--max-width:1200px;color-scheme:light;font-family:Inter,InterFallback,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--color-background:#000;--color-dark:#f5f5f5;--color-muted:#f5f5f5b3;--color-surface:#0a0a0a;--color-surface-alt:#141414;--color-border:#fff3;--color-border-strong:#ffffff59;--footer-background:#000;--footer-text:#f5f5f5d1;--footer-link:#ffe600;--hero-gradient:linear-gradient(120deg,#0077ffbf,#ffe6008c);--nav-background:#000000d1;--nav-text:#f5f5f5;--mobile-menu-background:#000000f0;--shadow-soft:0 20px 45px #0009;--shadow-hover:0 24px 55px #000000bf;--shadow-strong:0 16px 36px #000000b3;--button-shadow:0 18px 35px #0000008c;color-scheme:dark}}*{box-sizing:border-box}body{background:#fff;background:var(--color-background);color:#111;color:var(--color-dark);font-family:inherit;line-height:1.7;margin:0;transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}a:hover,button:hover{opacity:.85}main{width:100%}section{padding:5rem 1.5rem}.container{margin:0 auto;max-width:1200px;max-width:var(--max-width)}.btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;padding:.9rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:linear-gradient(135deg,#07f,#07f);background:linear-gradient(135deg,var(--color-primary-strong),var(--color-primary));border:1.5px solid #ffffff2e;box-shadow:0 18px 35px #00000029;box-shadow:var(--button-shadow);box-shadow:0 0 22px #0077ff47;color:#fff}.btn-primary:hover{box-shadow:0 0 28px #07f6}.btn-secondary{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0a;border:1.5px solid #ffffff38;color:#fff;position:relative}.btn-secondary:hover{border-color:#ffffff61;box-shadow:0 0 12px #ffffff26}.btn+.btn{margin-left:.75rem}.hero{background:linear-gradient(120deg,#0077fff2,#ffe600bf);background:var(--hero-gradient);color:#fff;overflow:hidden;padding:7rem 0;position:relative}.hero:after{background:#050a198c;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.hero2{background:linear-gradient(120deg,#0077fff2,#ffe600bf);background:var(--hero-gradient);color:#fff;overflow:hidden;padding:7rem 0;position:relative}.hero2:after{content:"";z-index:1}.hero2:after,.hero__video-wrapper{inset:0;pointer-events:none;position:absolute}.hero__video-wrapper{overflow:hidden;z-index:0}.hero__video{height:100%;object-fit:cover;width:100%}.hero__content{position:relative;z-index:2}.hero h1{font-size:clamp(2.8rem,5vw,4.2rem);line-height:1.1;margin-bottom:1.5rem}.hero p{color:#ffffffe6;color:var(--hero-text);font-size:1.15rem;max-width:680px}@media (prefers-reduced-motion:reduce){.hero__video{display:none}}.section-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1.5rem;text-align:center}.section-subtitle{color:#121212a6;color:var(--color-muted);font-size:1.1rem;margin:0 auto 2.5rem;max-width:720px;text-align:center}.badge-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.badge{background:#0077ff1f;background:var(--badge-bg);border-radius:999px;color:#07f;color:var(--color-primary-strong);font-weight:600;padding:.65rem 1rem}.value-prop{background:#fff;background:var(--color-surface);border-radius:24px;box-shadow:0 20px 45px #00000014;box-shadow:var(--shadow-soft);padding:2.5rem}.value-prop blockquote{color:#111;color:var(--color-dark);font-size:1.25rem;font-style:italic;margin:0 0 1.5rem}.value-prop ul{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));list-style:none;padding:0}.value-prop li:before{color:#ffe600;color:var(--color-secondary);content:"✔";margin-right:.5rem}.split{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial{background:#fff;background:var(--color-surface);border-radius:20px;box-shadow:0 16px 36px #0000001a;box-shadow:var(--shadow-strong);padding:2rem}.testimonial footer{font-weight:600;margin-top:1rem}.testimonial-controls{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.testimonial-controls button{background:#07f;background:var(--color-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.1rem;height:44px;width:44px}.navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;background:var(--nav-background);border-bottom:1px solid #ffffff26;box-shadow:0 2px 20px #00000040;color:#111;color:var(--nav-text);position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-inner{justify-content:space-between;margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:1rem 1.5rem}.nav-container,.navbar-inner{align-items:center;display:flex}.nav-container{gap:1rem}.nav-links{align-items:center;display:flex;gap:1.25rem}.nav-links a,.nav-toggle{font-weight:600}.nav-toggle{background:#0000;border:2px solid #0003;border:2px solid var(--nav-toggle-border);border-radius:999px;color:#111;color:var(--nav-toggle-text);cursor:pointer;display:none;padding:.5rem 1rem}.nav-links .btn-secondary{background:#0000;border:1.5px solid #ffffff59;color:#fff;padding:.7rem 1.4rem}.nav-links .btn-secondary:hover{border-color:#ffffff8c;box-shadow:0 0 15px #ffffff40}.mobile-menu{background:#fffffffa;background:var(--mobile-menu-background);border-radius:18px;box-shadow:0 16px 36px #0000001a;box-shadow:var(--shadow-strong);display:flex;flex-direction:column;gap:1rem;min-width:220px;padding:1.5rem;position:absolute;right:1.5rem;top:72px}.mobile-menu a{color:#111;color:var(--nav-text);font-weight:600}@media (max-width:768px){.nav-links{display:none}.nav-toggle{display:inline-flex}}@media (min-width:769px){.mobile-menu{display:none}}.footer{background:#fff;background:var(--footer-background);color:#121212c7;color:var(--footer-text);padding:3rem 1.5rem}.footer a{color:#07f;color:var(--footer-link)}.footer-top{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 2rem;max-width:1200px;max-width:var(--max-width)}.footer-bottom{font-size:.9rem;text-align:center}.logo{align-items:center;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.logo-mark{height:44px;object-fit:contain;width:44px}.logo-mark--dark{display:none}@media (prefers-color-scheme:dark){.logo-mark--light{display:none}.logo-mark--dark{display:block}}.contact-form{grid-gap:1rem;display:grid;gap:1rem;margin-top:2rem}.contact-form label{font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;background:var(--color-surface);border:1px solid #00000029;border:1px solid var(--color-border-strong);border-radius:12px;color:#111;color:var(--color-dark);font-family:inherit;font-size:1rem;padding:.85rem 1rem;width:100%}.highlight{color:#ffe600;color:var(--color-secondary)}.muted{color:#121212a6;color:var(--color-muted)}.services-grid{grid-gap:2.5rem;align-items:stretch;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.service-card{background:#fff;background:var(--color-surface);border:1px solid #ffffff14;border-radius:28px;box-shadow:0 20px 45px #00000014;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:flex-start;padding:2.75rem;position:relative;transition:transform .2s ease,box-shadow .25s ease}.service-card:hover{box-shadow:0 24px 55px #0000001f;box-shadow:var(--shadow-hover);transform:translateY(-6px)}.service-icon{display:inline-flex;font-size:2.6rem;margin-bottom:1.25rem;opacity:.95}.service-card h3{font-size:1.55rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.service-card strong{color:#121212a6;color:var(--color-muted);display:block;font-size:1.05rem;font-weight:600;margin-bottom:1.25rem}.service-card p{color:#111;color:var(--color-dark);font-size:1.05rem;line-height:1.65;margin-bottom:2.25rem}.service-footer{margin-top:auto}.service-card .btn-primary{border:1.5px solid #ffffff2e;box-shadow:0 0 18px #0077ff40;font-size:1rem;justify-content:center;padding:1rem 1.7rem;width:100%}.service-card .btn-primary:hover{box-shadow:0 0 26px #0077ff73}@media (prefers-color-scheme:dark){.service-card{background:#0a0a0a;border:1px solid #ffffff1f;box-shadow:0 16px 36px #0000008c}.service-card p{color:#e6e6e6}.service-icon{opacity:1}.service-card:hover{box-shadow:0 24px 55px #000000bf}}.grid-why{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-why{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-why{grid-template-columns:1fr}}.mentorship-card:hover{box-shadow:0 24px 55px #0000001f;box-shadow:var(--shadow-hover);transform:translateY(-6px)}
/*# sourceMappingURL=main.26c691c6.css.map*/