@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--theme-primary:#00d4ff;--theme-secondary:#7c3aed;--theme-accent:#f59e0b;--theme-backgroundDark:#0f0f23;--theme-backgroundSecondary:#1a1a3e;--theme-backgroundTertiary:#2d1b69;--theme-textPrimary:#ffffff;--theme-textSecondary:rgba(255,255,255,0.7);--theme-textMuted:rgba(255,255,255,0.5);--theme-gradientStart:#00d4ff;--theme-gradientEnd:#7c3aed;--header-bg:rgba(0,0,0,0.9);--header-border:rgba(255,255,255,0.1);--primary-color:#00d4ff;--secondary-color:#7c3aed;--background-dark:#0f0f23;--background-secondary:#1a1a3e;--background-tertiary:#2d1b69;--text-primary:#ffffff;--text-secondary:rgba(255,255,255,0.7);--text-muted:rgba(255,255,255,0.5)}[data-theme=light]{--theme-primary:#6366f1;--theme-secondary:#8b5cf6;--theme-accent:#f59e0b;--theme-backgroundDark:#ffffff;--theme-backgroundSecondary:#f1f5f9;--theme-backgroundTertiary:#e2e8f0;--theme-textPrimary:#0f172a;--theme-textSecondary:rgba(15,23,42,0.8);--theme-textMuted:rgba(15,23,42,0.6);--theme-gradientStart:#6366f1;--theme-gradientEnd:#8b5cf6;--header-bg:rgba(255,255,255,0.95);--header-border:rgba(15,23,42,0.1);--primary-color:#6366f1;--secondary-color:#8b5cf6;--background-dark:#ffffff;--background-secondary:#f1f5f9;--background-tertiary:#e2e8f0;--text-primary:#0f172a;--text-secondary:rgba(15,23,42,0.8);--text-muted:rgba(15,23,42,0.6)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--theme-backgroundDark,var(--background-dark));color:var(--theme-textPrimary,var(--text-primary));line-height:1.6;font-weight:400;overflow-x:hidden;min-height:100vh;transition:background-color .3s ease,color .3s ease}a{color:var(--theme-primary,var(--primary-color));text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--theme-secondary,var(--secondary-color))}button{font-family:inherit;font-weight:600;cursor:pointer;transition:all var(--transition-normal);border:none;outline:none}@media (max-width:768px){.container{padding:0 1rem}}@media (max-width:480px){.container{padding:0 .75rem}}.text-center{text-align:center}.mt-4{margin-top:2rem}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--theme-backgroundSecondary,var(--background-secondary))}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--theme-primary,var(--primary-color)),var(--theme-secondary,var(--secondary-color)));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,var(--theme-secondary,var(--secondary-color)),var(--theme-primary,var(--primary-color)))}::selection{background:var(--theme-primary,rgba(0,212,255,.3));opacity:.3;color:var(--theme-textPrimary,var(--text-primary))}::-moz-selection{background:var(--theme-primary,rgba(0,212,255,.3));opacity:.3;color:var(--theme-textPrimary,var(--text-primary))}:focus,button:focus{outline:2px solid var(--theme-primary,var(--primary-color));outline-offset:2px}.footer{background:linear-gradient(135deg,var(--theme-backgroundSecondary,#1a1a3e) 0,var(--theme-backgroundDark,#0f0f23) 50%,var(--theme-backgroundSecondary,#1a1a3e) 100%);color:var(--theme-textPrimary,white);padding:4rem 0 2rem;position:relative;transition:background .3s ease,color .3s ease}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.5),transparent)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;color:var(--theme-primary,#00d4ff);transition:color .3s ease}.footer-logo img{margin-bottom:1rem;height:auto;max-width:150px;width:100%}.footer-logo p{color:var(--theme-textSecondary,rgba(255,255,255,.7));line-height:1.6;margin-bottom:2rem;transition:color .3s ease}.social-links{display:flex;gap:1rem}.social-link{width:50px;height:50px;background:rgba(255,255,255,.05);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:rgba(0,212,255,.2);border-color:#00d4ff;transform:translateY(-3px)}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.8rem}.footer-section a{color:var(--theme-textSecondary,rgba(255,255,255,.7));text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--theme-primary,#00d4ff)}.footer-contact-info{margin-bottom:2rem}.footer-contact-info p{margin-bottom:.8rem;color:var(--theme-textSecondary,rgba(255,255,255,.7));transition:color .3s ease;display:flex;flex-wrap:wrap;gap:1.5rem}.footer-contact-info p span{white-space:nowrap}.footer-cta-section p{color:var(--theme-textPrimary,#0f172a);font-weight:600;margin-bottom:1rem;transition:color .3s ease}.footer-btn-contact{background:linear-gradient(135deg,var(--theme-primary,#00d4ff),var(--theme-secondary,#7c3aed));color:white!important;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:none;letter-spacing:.02em;text-decoration:none;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 14px color-mix(in srgb,var(--theme-primary,#00d4ff) 35%,transparent),0 2px 4px color-mix(in srgb,var(--theme-textPrimary,black) 10%,transparent)}.footer-btn-contact:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.footer-btn-contact:hover:before{left:100%}.footer-btn-contact:hover{transform:translateY(-4px);box-shadow:0 8px 30px color-mix(in srgb,var(--theme-primary,#00d4ff) 50%,transparent),0 4px 8px color-mix(in srgb,var(--theme-textPrimary,black) 15%,transparent);color:white!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,212,255,.3),transparent);margin-bottom:2rem}.footer-copyright{text-align:center;color:rgba(255,255,255,.6)}.footer-copyright p{margin-bottom:.5rem}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.social-links{justify-content:center}.footer-section{margin-bottom:1rem}.footer-logo img{max-width:130px}}@media (max-width:480px){.footer{padding:2.5rem 0 1.5rem}.footer-content{gap:1.5rem}.footer-logo img{max-width:120px}.footer-logo p{font-size:.9rem}.social-link{width:45px;height:45px;font-size:1.3rem}.footer-btn-contact{padding:.9rem 1.5rem;font-size:.9rem}}.header{position:fixed;top:0;left:0;right:0;background:var(--header-bg,rgba(0,0,0,.85));-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);z-index:1000;padding:.8rem 0;transition:all .3s ease;border-bottom:1px solid var(--header-border,rgba(255,255,255,.1));box-shadow:0 4px 6px color-mix(in srgb,var(--theme-textPrimary,black) 5%,transparent)}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.header-actions{gap:1rem}.header-actions,.header-logo{display:flex;align-items:center}.header-logo a,.header-logo a:focus{outline:none!important;border:none!important;box-shadow:none!important}.header-logo a:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.header-logo a:active{outline:none!important;border:none!important;box-shadow:none!important}.header-logo img{height:auto;max-width:60px;width:100%;transition:all .3s ease}.header-nav{display:flex;gap:2rem}.header-nav a{color:var(--text-primary,white);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;outline:none}.header-nav a:focus{outline:none;box-shadow:none}.header-nav a.active,.header-nav a:hover{color:var(--theme-primary,#00d4ff)}.header-nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(45deg,#00d4ff,#7c3aed);transition:width .3s ease}.header-nav a.active:after,.header-nav a:hover:after{width:100%}.header-theme-toggle{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease;padding:0}.header-theme-toggle:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.header-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.header-menu-toggle span{width:25px;height:3px;background:var(--text-primary,white);margin:3px 0;transition:.3s}@media (max-width:1024px){.header-container{padding:0 1.5rem}.header-nav{gap:1.5rem}}@media (max-width:768px){.header-container{padding:0 1rem}.header-logo img{max-width:55px}.header-nav{position:fixed;top:100%;left:0;right:0;background:var(--header-bg,rgba(0,0,0,.95));flex-direction:column;padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.header-nav-open{transform:translateY(0);opacity:1;visibility:visible}.header-menu-toggle,.header-theme-toggle{display:flex}.header-nav a{padding:1rem 0;border-bottom:1px solid var(--header-border,rgba(255,255,255,.1))}}@media (max-width:480px){.header-container{padding:0 .75rem}.header-logo img{max-width:50px}.header-nav{padding:1.5rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}