:root{--primary:#ff6b6b;--secondary:#4ecdc4;--dark:#0a0a0a;--light:#fff;--accent:#f72585}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--dark);color:var(--light);font-family:Space Grotesk,sans-serif;line-height:1.6;overflow-x:hidden}.noise{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.65' numOctaves='3' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");height:100%;left:0;opacity:.05;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.container{display:flex;flex-direction:column;margin:0 auto;max-width:1400px;min-height:100vh;padding:0 2rem;position:relative;z-index:2}nav{align-items:center;display:flex;justify-content:space-between;padding:2rem 0}.logo{background:linear-gradient(45deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;-webkit-text-fill-color:transparent;letter-spacing:2px}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--light);font-weight:500;padding:.5rem 0;position:relative;text-decoration:none}.nav-links a:after{background:linear-gradient(45deg,var(--primary),var(--secondary));bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.hero{min-height:90vh;overflow:hidden;padding-bottom:100px;position:relative}.hero,.hero-split{align-items:center;display:flex}.hero-split{box-sizing:border-box;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:4rem 2rem 2rem;width:100%}.hero-content-left,.hero-content-right{flex:1 1 0;min-width:300px}.hero-content-right{align-items:center;display:flex;justify-content:center}.hero-title{background:linear-gradient(45deg,#00f5d4,#fff);-webkit-background-clip:text;background-clip:text;font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;-webkit-text-fill-color:transparent}.hero-subtitle{color:var(--light);font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero-illustration{margin:0 auto;max-width:400px;position:relative;width:100%}.ai-illustration{filter:drop-shadow(0 0 20px rgba(0,123,255,.2));height:auto;width:100%}.neural-network{animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%{opacity:.1}50%{opacity:.2}to{opacity:.1}}.main-structure{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.tech-stack{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.tech-item{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:50px;font-size:.9rem;padding:.5rem 1rem}.insights-section{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;margin:4rem 0;padding:2rem}.insights-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.insight-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:15px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.insight-card:hover{box-shadow:0 10px 30px rgba(0,245,212,.1);transform:translateY(-5px)}.insight-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.insight-text,.insight-title{background:linear-gradient(45deg,#00f5d4,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.insight-text{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.insight-tag{border:1px solid rgba(0,245,212,.3);border-radius:20px;display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.insight-tag,.section-title{background:linear-gradient(45deg,#00f5d4,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-title{font-size:2rem;margin-bottom:1rem}.section-subtitle{color:hsla(0,0%,100%,.7);font-size:1.1rem;margin-bottom:2rem}.cta-button{background:linear-gradient(45deg,#00f5d4,#fff);border-radius:50px;color:var(--dark);display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{box-shadow:0 10px 20px rgba(0,245,212,.2);transform:translateY(-2px)}.floating-elements{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.floating-element{background:linear-gradient(45deg,var(--primary),var(--secondary));border-radius:50%;filter:blur(40px);opacity:.1;position:absolute}.element-1{height:300px;right:10%;top:20%;width:300px}.element-2{bottom:30%;height:200px;left:15%;width:200px}.element-3{height:150px;right:30%;top:50%;width:150px}.contact-section{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;display:flex;flex-direction:column;margin:.5rem auto 3.5rem;max-width:900px;padding:3rem 2rem 2.5rem;position:relative;text-align:center;width:100%;z-index:1}.contact-title{background:linear-gradient(45deg,#00f5d4,#fff);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;margin-bottom:.5rem;-webkit-text-fill-color:transparent}.contact-intro{color:hsla(0,0%,100%,.8);font-size:1.2rem;margin-bottom:2rem;max-width:600px}.newsletter-form{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem;width:100%}.newsletter-input{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.13);border-radius:50px;color:var(--light);flex:1;font-size:1.1rem;min-width:280px;padding:1.2rem 1.5rem;transition:all .3s ease}.newsletter-input:focus{border-color:var(--primary);box-shadow:0 0 20px rgba(0,245,212,.2);outline:none}.social-links{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.social-link{align-items:center;color:var(--light);display:flex;font-size:1.1rem;gap:.5rem;opacity:.8;transition:all .3s ease}.social-link:hover{color:var(--primary);opacity:1;transform:translateY(-2px)}.social-link svg{height:28px;width:28px}.footer{backdrop-filter:blur(10px);background:linear-gradient(0deg,hsla(0,0%,4%,.95),hsla(0,0%,4%,.8));border-top:1px solid hsla(0,0%,100%,.05);margin-top:auto;padding:1.5rem 2rem;position:relative;width:100%;z-index:100}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.theme-toggle-group{gap:.5rem;margin-top:0}.theme-btn,.theme-toggle-group{align-items:center;display:flex;justify-content:center}.theme-btn{background:none;border:none;border-radius:50%;color:var(--light);cursor:pointer;opacity:.7;padding:.5rem;transition:all .3s ease}.theme-btn:hover{background:hsla(0,0%,100%,.1);opacity:1}.theme-btn.active{color:var(--primary);opacity:1}.theme-btn svg{height:20px;width:20px}[data-theme=light]{--primary:#e07a53;--secondary:#e6e1d9;--dark:#f5f4f2;--light:#181a1d;--accent:#e07a53}.footer-text{color:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:400}.footer-text strong{color:var(--primary);font-weight:500}.mobile-menu-btn{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;height:40px;justify-content:center;padding:.5rem;width:40px;z-index:1000}.mobile-menu-btn span{background:var(--light);display:block;height:2px;transform-origin:center;transition:all .3s ease;width:24px}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.mobile-menu-btn{display:flex}.nav-links{background:var(--dark);border-left:1px solid hsla(0,0%,100%,.1);flex-direction:column;height:100vh;max-width:300px;padding:80px 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%;z-index:999}.nav-links.active{right:0}.nav-links a{font-size:1.2rem;padding:1rem 0;text-align:left;width:100%}.mobile-menu-btn.active span:first-child{transform:translateY(8px) rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.newsletter-form{flex-direction:column}.newsletter-input{width:100%}.footer{padding:1rem}.footer-content{flex-direction:column;gap:.5rem;text-align:center}}@media (min-width:769px){.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--light);font-weight:500;padding:.5rem 0;position:relative;text-decoration:none}.nav-links a:after{background:linear-gradient(45deg,var(--primary),var(--secondary));bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}}@media (max-width:900px){.hero-split{align-items:stretch;flex-direction:column;padding:2rem 1rem 1rem}.hero-content-left,.hero-content-right{min-width:0}.hero-illustration{margin:2rem auto 0}.contact-section{margin:2rem 0;max-width:98vw;padding:2rem .5rem}.contact-intro{font-size:1rem}.newsletter-input{font-size:1rem;min-width:160px}.cta-button{padding:1rem 1.5rem}.cta-button,.social-link{font-size:1rem}.social-link svg{height:22px;width:22px}}@media (max-width:600px){.contact-section{margin:2rem 0;padding:1.5rem .5rem}.social-links{flex-wrap:wrap;gap:1rem;padding:0 .5rem}.insights-grid{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.insight-card{margin:0 auto;max-width:95vw;width:100%}}[data-theme=light] .footer-text{color:rgba(24,26,29,.7)}[data-theme=light] .footer-text strong{color:var(--primary)}[data-theme=light] .footer{background:linear-gradient(0deg,#f9f8f6 95%,#f9f8f6);border-top:1px solid #e0ded9}[data-theme=light] .contact-section,[data-theme=light] .insights-section{background:hsla(43,10%,86%,.3);border:1px solid #e0ded9}[data-theme=light] .insight-card{background:hsla(43,10%,86%,.2)}[data-theme=light] .contact-title,[data-theme=light] .hero-title,[data-theme=light] .insight-text,[data-theme=light] .insight-title,[data-theme=light] .section-subtitle,[data-theme=light] .section-title{background:none;-webkit-text-fill-color:#000;color:#000}[data-theme=light] .contact-intro{color:#181a1d}[data-theme=light] .newsletter-form{border-bottom:1px solid #e0ded9;border-top:1px solid #e0ded9;padding-bottom:1rem;padding-top:1rem}[data-theme=light] .newsletter-input{background:#fff;border:1px solid #e0ded9;color:#181a1d}[data-theme=light] .newsletter-input:focus{border-color:#e07a53;box-shadow:0 0 8px #e07a5333}[data-theme=light] .cta-button{background:linear-gradient(45deg,#f3e7db,#e07a53);border:1px solid #e0ded9;color:#181a1d}[data-theme=light] .tech-item{background:hsla(43,10%,86%,.5);border:1px solid #e0ded9;color:#181a1d}[data-theme=light] .main-structure circle,[data-theme=light] .main-structure line,[data-theme=light] .main-structure path{stroke:#938f8a!important;fill:none}[data-theme=light] .insight-tag,[data-theme=light] .insight-text,[data-theme=light] .insight-title,[data-theme=light] .logo{background:none;-webkit-text-fill-color:#000;color:#000}[data-theme=light] .insights-section{background:hsla(43,10%,86%,.2);border:1px solid #e0ded9}[data-theme=light] .insight-card{background:hsla(43,10%,86%,.15);border:1px solid #e0ded9}[data-theme=light] .insight-tag{background:none;border:2px solid #222;-webkit-text-fill-color:#000;color:#000}
/*# sourceMappingURL=styles.css.map*/