*{box-sizing:border-box;padding:0;margin:0}:root{--primary-dark:#0a1a3a;--primary-blue:#1e3a8a;--accent-blue:#3b82f6;--accent-light:#60a5fa;--text-white:#fff;--text-light:#f1f5f9;--text-gray:#94a3b8;--gradient-start:#1e3a8a;--gradient-end:#3b82f6;--bg-primary:#0a1a3a;--bg-secondary:rgba(30,58,138,.2);--bg-card:rgba(30,58,138,.2);--bg-navbar:rgba(10,26,58,.95);--bg-footer:rgba(10,26,58,.95);--text-primary:#fff;--text-secondary:#f1f5f9;--text-tertiary:#94a3b8;--border-color:rgba(59,130,246,.2);--border-hover:rgba(59,130,246,.5)}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-card:#fff;--bg-navbar:hsla(0,0%,100%,.95);--bg-footer:#f8fafc;--text-primary:#0f172a;--text-secondary:#1e293b;--text-tertiary:#64748b;--border-color:rgba(59,130,246,.2);--border-hover:rgba(59,130,246,.4);--accent-blue:#3b82f6;--accent-light:#60a5fa;--gradient-start:#1e3a8a;--gradient-end:#3b82f6}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--text-primary);background:var(--bg-primary);font-family:-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;transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-blue)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.btn{display:inline-block;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:var(--text-white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(59,130,246,.3)}.btn-outline{background:transparent;color:var(--text-primary);border:2px solid var(--accent-blue)}.btn-outline:hover{background:var(--accent-blue);color:var(--text-white)}.heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.subheading{font-size:1.25rem;color:var(--text-tertiary);margin-bottom:2rem;line-height:1.6}@media (max-width:768px){.heading{font-size:2rem}.subheading{font-size:1.125rem}.section{padding:3rem 0}}.footer{background:var(--bg-footer);border-top:1px solid var(--border-color);padding:4rem 0 2rem;margin-top:5rem;transition:background-color .3s ease}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-section h3{color:var(--text-primary);font-size:1.25rem;margin-bottom:1.5rem;font-weight:600}.footer-logo{display:inline-block;margin-bottom:1rem;text-decoration:none}.footer-logo-image{height:auto;width:auto;max-height:40px;object-fit:contain;transition:opacity .3s ease}.footer-description{color:var(--text-tertiary);line-height:1.6;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem;color:var(--text-tertiary);transition:color .3s ease}.footer-section ul li:hover{color:var(--accent-blue)}.footer-section ul li a{color:inherit}.footer-contact-list{list-style:none;padding:0}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:var(--text-tertiary);text-decoration:none;transition:all .3s ease;padding:.5rem 0}.footer-contact-item:hover{color:var(--accent-blue)}.footer-contact-item svg{flex-shrink:0;color:var(--accent-blue);transition:color .3s ease}.footer-contact-item:hover svg{color:var(--accent-light)}.footer-contact-item span{line-height:1.5}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-tertiary);font-size:.9rem}.footer-bottom-right{display:flex;align-items:center;gap:2rem}.footer-social{gap:1rem}.footer-social,.social-link{display:flex;align-items:center}.social-link{justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-tertiary);transition:all .3s ease;text-decoration:none}.social-link:hover{background:var(--accent-blue);border-color:var(--accent-blue);color:var(--text-white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-tertiary);transition:color .3s ease}.footer-links a:hover{color:var(--accent-blue)}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-bottom-right{flex-direction:column;gap:1rem;width:100%}.footer-links{flex-direction:column;gap:.5rem}}.theme-toggle{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:.5rem;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--accent-blue);transition:all .3s ease;width:40px;height:40px}.theme-toggle:hover{background:rgba(59,130,246,.2);border-color:var(--accent-blue);transform:scale(1.05)}.theme-toggle:active{transform:scale(.95)}[data-theme=light] .theme-toggle{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3);color:var(--accent-blue)}[data-theme=light] .theme-toggle:hover{background:rgba(59,130,246,.2);border-color:var(--accent-blue)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;padding:1rem 0;border-bottom:1px solid var(--border-color)}.navbar,.navbar.scrolled{background:var(--bg-navbar)}.navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1)}[data-theme=light] .navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.05)}.navbar-content{justify-content:space-between}.logo,.navbar-content{display:flex;align-items:center}.logo{font-weight:700;text-decoration:none}.logo-image{height:auto;width:auto;max-height:45px;object-fit:contain;transition:opacity .3s ease}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-secondary);font-weight:500;position:relative;padding:.5rem 0;transition:color .3s ease;text-decoration:none}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-blue);transition:width .3s ease}.nav-links a:hover{color:var(--text-primary)}.nav-links a:hover:after{width:100%}.nav-dropdown{position:relative}.nav-dropdown-toggle{background:transparent;border:none;color:var(--text-secondary);font-weight:500;font-size:1rem;font-family:inherit;padding:.5rem 0;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s ease;position:relative}.nav-dropdown-toggle:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-blue);transition:width .3s ease}.nav-dropdown-toggle:hover,.nav-dropdown:hover .nav-dropdown-toggle{color:var(--text-primary)}.nav-dropdown:hover .nav-dropdown-toggle:after{width:100%}.nav-dropdown-toggle svg{transition:transform .3s ease}.nav-dropdown.open .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;background:var(--bg-navbar);border:1px solid var(--border-color);border-radius:.5rem;padding:.5rem 0;min-width:220px;box-shadow:0 10px 30px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:.5rem;z-index:1000}.nav-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{display:block;padding:.75rem 1.5rem;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;position:relative}.nav-dropdown-menu a:after{display:none}.nav-dropdown-menu a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--accent-blue);transition:width .3s ease}.nav-dropdown-menu a:hover{color:var(--text-primary);background:rgba(59,130,246,.1)}.nav-dropdown-menu a:hover:before{width:3px}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{position:fixed;top:70px;left:0;right:0;background:var(--bg-navbar);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateX(-100%);transition:transform .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.1);border-top:1px solid var(--border-color);align-items:flex-start}[data-theme=light] .nav-links{box-shadow:0 10px 30px rgba(0,0,0,.05)}.nav-links.open{transform:translateX(0)}.nav-links a{font-size:1.125rem;width:100%}.nav-dropdown{width:100%}.nav-dropdown-toggle{width:100%;justify-content:space-between;font-size:1.125rem}.nav-dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:var(--bg-secondary);margin-top:.5rem;margin-left:1rem;border-radius:.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0}.nav-dropdown-menu.open{max-height:500px;padding:.5rem 0}.nav-dropdown-menu a{padding:.75rem 1rem;font-size:1rem}}@font-face{font-family:__Inter_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}