@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}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange:#f60;--primary-purple:#6b46c1;--light-purple:#9d7aff;--dark-purple:#4c1d95;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--white:#fff;--gray-light:#e5e7eb;--gray-medium:#d1d5db}[data-theme=dark]{--text-dark:#f9fafb;--text-light:#d1d5db;--bg-light:#1f2937;--white:#111827;--gray-light:#374151;--gray-medium:#4b5563}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden;transition:background-color .3s ease,color .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}[data-theme=dark] .header{background:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.5)}.header.scrolled{box-shadow:0 4px 20px rgba(107,70,193,.15)}[data-theme=dark] .header.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.7)}.navbar{padding:1rem 0}.nav-wrapper{justify-content:space-between;gap:2rem}.logo,.nav-wrapper{display:flex;align-items:center}.logo{text-decoration:none}.logo-container{display:flex;align-items:center;gap:10px}.logo-icon{height:60px;width:auto;max-width:200px;transition:transform .3s ease;object-fit:contain}.logo:hover .logo-icon{transform:scale(1.05)}.nav-actions{gap:1rem;flex-shrink:0}.nav-actions,.theme-toggle{display:flex;align-items:center}.theme-toggle{background:none;border:2px solid var(--primary-purple);border-radius:50%;width:40px;height:40px;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--primary-purple);padding:0}.theme-toggle:hover{background:var(--primary-purple);color:var(--white);transform:rotate(15deg)}.theme-toggle svg{width:20px;height:20px}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;flex:1 1;justify-content:flex-end;margin-right:1rem}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-orange);transition:width .3s ease}.nav-link:hover{color:var(--primary-purple)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--primary-purple)}.nav-link.active:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;gap:5px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--primary-purple);transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-bg-image{object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(107,70,193,.85),rgba(76,29,149,.9) 50%,rgba(0,0,0,.7));z-index:1}[data-theme=dark] .hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(31,41,55,.85) 50%,rgba(0,0,0,.9))}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:2rem}.hero-content h1,.hero-content p{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;animation:fadeInUp 1s ease}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1.2s ease}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:2px solid transparent;cursor:pointer}.btn-primary{background:var(--primary-orange);color:#fff}[data-theme=dark] .btn-primary{color:#fff}.btn-primary:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,102,0,.3);color:#fff}.btn-secondary{background:transparent}.btn-secondary,[data-theme=dark] .btn-secondary{color:#fff;border-color:#fff}.btn-secondary:hover{transform:translateY(-2px)}.btn-secondary:hover,[data-theme=dark] .btn-secondary:hover{background:#fff;color:var(--primary-purple)}.btn-block{width:100%;text-align:center}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:2}.scroll-down{display:block;width:30px;height:50px;border:2px solid var(--white);border-radius:25px;position:relative}.scroll-down span{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:var(--white);border-radius:50%;animation:scrollDown 2s infinite}@keyframes scrollDown{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(20px)}}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}[data-theme=dark] .section-title{color:#fff}.title-underline{width:80px;height:4px;background:linear-gradient(90deg,var(--primary-orange),var(--primary-purple));margin:0 auto 1.5rem;border-radius:2px}.section-description{font-size:1.1rem;color:var(--text-light);max-width:700px;margin:0 auto}[data-theme=dark] .section-description{color:#e5e7eb}.about{background:var(--bg-light)}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text{font-size:1.05rem;line-height:1.8;color:var(--text-light)}[data-theme=dark] .about-text{color:#e5e7eb}.about-text .lead{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem}[data-theme=dark] .about-text .lead{color:#fff}.about-text p{margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.stat-item{text-align:center;padding:2rem;background:var(--white);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease}[data-theme=dark] .stat-item{box-shadow:0 4px 15px rgba(0,0,0,.3)}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:700;color:var(--primary-orange);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light);font-weight:500}[data-theme=dark] .stat-label{color:#e5e7eb}.services{background:var(--white)}[data-theme=dark] .services{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.service-card{background:var(--bg-light);padding:2.5rem;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent;opacity:0;transform:translateY(30px)}.service-card.visible{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.service-card:hover{transform:translateY(-10px);border-color:var(--primary-purple);box-shadow:0 10px 30px rgba(107,70,193,.15)}[data-theme=dark] .service-card:hover{box-shadow:0 10px 30px rgba(107,70,193,.3)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-orange),var(--primary-purple));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white)}.service-icon svg{width:40px;height:40px}.service-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}[data-theme=dark] .service-title{color:#fff}.service-description{color:var(--text-light);line-height:1.6}[data-theme=dark] .service-description{color:#e5e7eb}.contact{background:var(--bg-light)}.contact-wrapper{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem}.contact-form-container{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}[data-theme=dark] .contact-form-container{box-shadow:0 4px 20px rgba(0,0,0,.3)}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem}[data-theme=dark] .form-group label{color:#fff}.form-group input,.form-group textarea{padding:.875rem;border:2px solid var(--gray-light);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background-color:var(--white);color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-purple)}.form-group textarea{resize:vertical;min-height:120px}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease;opacity:0;transform:translateX(-30px)}[data-theme=dark] .info-card{box-shadow:0 4px 15px rgba(0,0,0,.3)}.info-card.visible{opacity:1;transform:translateX(0);transition:opacity .6s ease,transform .6s ease}.info-card:hover{transform:translateX(5px)}.info-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-orange),var(--primary-purple));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);margin-bottom:1rem}.info-icon svg{width:24px;height:24px}.info-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.info-card p{color:var(--text-light);line-height:1.6}[data-theme=dark] .info-card h3{color:#fff}[data-theme=dark] .info-card p{color:#e5e7eb}.footer{background:var(--dark-purple);padding:4rem 0 2rem}.footer,[data-theme=dark] .footer{color:#fff}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}[data-theme=dark] .footer-title{color:#fff}.footer-subtitle{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}[data-theme=dark] .footer-subtitle{color:#fff}.footer-section p{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none}[data-theme=dark] .social-link{color:#fff}.social-link:hover{background:var(--primary-orange);transform:translateY(-3px);color:#fff}.social-link svg{width:20px;height:20px;color:inherit}[data-theme=dark] .social-link svg{color:#fff;fill:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-orange)}.footer-contact{list-style:none}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:hsla(0,0%,100%,.8)}.footer-contact svg,.footer-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:hsla(0,0%,100%,.8)}.footer-contact svg{stroke:hsla(0,0%,100%,.8)}[data-theme=dark] .footer-contact svg,[data-theme=dark] .footer-icon{color:hsla(0,0%,100%,.8);stroke:hsla(0,0%,100%,.8)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.services-grid{grid-template-columns:repeat(2,1fr)}.about-content,.contact-wrapper{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-wrapper{flex-wrap:nowrap;justify-content:space-between}.logo{order:1;flex-shrink:0}.logo-icon{height:45px;max-width:150px}.nav-menu{position:fixed;top:70px;left:-100%;flex-direction:column;background:var(--white);width:100%;padding:2rem;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:left .3s ease;gap:1rem;justify-content:flex-start;margin-right:0;order:3;flex:none}[data-theme=dark] .nav-menu{background:var(--white);box-shadow:0 4px 10px rgba(0,0,0,.5)}.nav-menu.active{left:0}.nav-actions{order:2;margin-left:auto;flex-shrink:0;display:flex;align-items:center;gap:.75rem}.mobile-menu-toggle{display:flex}.theme-toggle{width:36px;height:36px}.theme-toggle svg{width:18px;height:18px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.about-stats,.footer-content,.services-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.btn{width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.contact-form-container{padding:1.5rem}}