body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #4f46e5;color:#4f46e5}.btn-secondary:hover{background:#4f46e5;color:#fff}.section{padding:80px 0}.section-title{background:linear-gradient(135deg,#1e40af,#3b82f6);font-weight:700;text-align:center}.section-subtitle{color:#6b7280;max-width:600px;text-align:center}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{justify-content:space-between;padding:20px 0}.header-content,.logo{align-items:center;display:flex}.logo{gap:12px}.logo-icon{align-items:center;display:flex;height:64px;justify-content:center;position:relative;width:64px}.logo-image{height:100%;object-fit:contain;width:100%}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}.nav{display:flex;gap:32px}.nav-link{color:#6b7280;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#1e40af}.header-actions{align-items:center;display:flex;gap:20px}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:4px}.mobile-menu-btn span{background:#1e40af;border-radius:2px;height:3px;margin:2px 0;transition:.3s;width:24px}@media (max-width:768px){.nav{background:#fff;box-shadow:0 4px 20px #0000001a;flex-direction:column;left:0;opacity:0;padding:20px;position:fixed;right:0;top:80px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-btn{display:flex}.nav-link{border-bottom:1px solid #e5e7eb;padding:12px 0}.nav-link:last-child{border-bottom:none}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:100px;position:relative}.hero-background{bottom:0;top:0;z-index:-1}.hero-background,.hero-wave{left:0;position:absolute;right:0}.hero-wave{background:linear-gradient(135deg,#60a5fa,#3b82f6);border-radius:50% 50% 0 0;height:200px;transform:translateY(-50%)}.hero-wave-1{animation:wave-float 6s ease-in-out infinite;background:linear-gradient(135deg,#dbeafe,#bfdbfe);top:20%}.hero-wave-2{animation:wave-float 6s ease-in-out 2s infinite;background:linear-gradient(135deg,#bfdbfe,#93c5fd);top:40%}.hero-wave-3{animation:wave-float 6s ease-in-out 4s infinite;background:linear-gradient(135deg,#93c5fd,#60a5fa);top:60%}@keyframes wave-float{0%,to{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(20px)}}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.hero-logo{margin-bottom:30px}.hero-title{color:#1f2937;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:24px}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text}.hero-description{color:#6b7280;font-size:1.25rem;margin-bottom:40px}.hero-btn{font-size:18px;padding:16px 32px}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-phone{background:#1f2937;border-radius:30px;box-shadow:0 25px 50px #0000004d;height:600px;width:300px}.hero-phone,.phone-screen{padding:20px;position:relative}.phone-screen{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:20px;color:#fff;height:100%;overflow:hidden;width:100%}.app-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.app-time{font-size:14px;font-weight:600}.app-status{display:flex;gap:4px}.status-dot{background:#fff;border-radius:50%;height:6px;width:6px}.app-content{text-align:center}.app-question{font-size:24px;font-weight:700}.app-input,.app-question{margin-bottom:30px}.app-input input{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:12px;color:#fff;font-size:16px;padding:16px;width:100%}.app-input input::placeholder{color:#ffffffb3}.app-suggestions{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.suggestion{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;font-size:14px;padding:12px 16px}.app-confirm{background:#fff;border:none;border-radius:12px;color:#1e40af;cursor:pointer;font-size:16px;font-weight:600;padding:16px;width:100%}@media (max-width:768px){.hero-content{gap:40px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.hero-phone{height:500px;width:250px}}.features{background:#f8fafc}.features-header{margin-bottom:60px;text-align:center}.features-logo{display:flex;justify-content:center;margin-bottom:30px}.features-logo-image{height:80px;object-fit:contain;width:80px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#3b82f6;box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.feature-icon{display:block;font-size:3rem;margin-bottom:20px}.feature-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:16px}.feature-description{color:#6b7280;font-size:1rem;line-height:1.6}@media (max-width:768px){.features-grid{gap:20px;grid-template-columns:1fr}.feature-card{padding:30px 20px}}.screenshots{background:#fff}.screenshots-header{margin-bottom:60px;text-align:center}.screenshots-logo{display:flex;justify-content:center;margin-bottom:30px}.screenshots-logo-image{height:80px;object-fit:contain;width:80px}.screenshots-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.screenshot-main{display:flex;justify-content:center}.phone-frame,.phone-mockup{position:relative}.phone-frame{background:#1f2937;border-radius:28px;box-shadow:0 20px 40px #0000004d;height:560px;padding:16px;width:280px}.phone-frame:before{background:#6b7280;border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:60px}.phone-screen-content{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:20px;color:#fff;height:100%;overflow:hidden;padding:20px;width:100%}.app-header-mockup{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.mockup-time{font-size:14px;font-weight:600}.mockup-status{display:flex;gap:4px}.mockup-dot{background:#fff;border-radius:50%;height:6px;width:6px}.mockup-content{text-align:center}.mockup-question{font-size:22px;font-weight:700}.mockup-input,.mockup-question{margin-bottom:25px}.input-placeholder{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:12px;color:#ffffffb3;font-size:16px;padding:16px}.mockup-suggestions{display:flex;flex-direction:column;gap:10px;margin-bottom:25px}.mockup-suggestion{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;font-size:13px;padding:10px 14px}.mockup-confirm{background:#fff;border:none;border-radius:12px;color:#1e40af;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:20px;padding:14px;width:100%}.mockup-ai-intro{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;gap:12px;padding:16px}.ai-avatar{flex-shrink:0;font-size:24px}.ai-text h4{font-size:16px;font-weight:600;margin-bottom:4px}.ai-text p{color:#ffffffe6;font-size:13px;line-height:1.4}.screenshot-features{display:flex;flex-direction:column;gap:30px}.feature-highlight{align-items:flex-start;display:flex;gap:16px}.highlight-icon{flex-shrink:0;font-size:2rem}.feature-highlight h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:8px}.feature-highlight p{color:#6b7280;line-height:1.6}@media (max-width:768px){.screenshots-container{gap:40px;grid-template-columns:1fr}.phone-frame{height:480px;width:240px}.screenshot-features{gap:25px}}.cta{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-logo{display:flex;justify-content:center;margin-bottom:30px}.cta-logo-image{filter:brightness(0) invert(1);height:100px;object-fit:contain;width:100px}.cta-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:24px}.cta-description{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:40px}.cta-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}.cta-btn{align-items:center;background:#fff;border:none;border-radius:12px;color:#1e40af;display:flex;font-size:18px;font-weight:600;gap:12px;padding:18px 32px;transition:all .3s ease}.cta-btn:hover{background:#f8fafc;box-shadow:0 15px 30px #0003;transform:translateY(-3px)}.btn-icon{font-size:20px}.cta-features{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:50px}.cta-feature{color:#ffffffe6;font-size:16px;gap:8px}.cta-feature,.feature-check{align-items:center;display:flex}.feature-check{background:#10b981;border-radius:50%;color:#fff;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.cta-stats{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:600px}.stat{text-align:center}.stat-number{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:8px}.stat-label{color:#fffc;font-size:14px;letter-spacing:.5px;text-transform:uppercase}@media (max-width:768px){.cta-title{font-size:2.5rem}.cta-actions{align-items:center;flex-direction:column}.cta-btn{justify-content:center;max-width:300px;width:100%}.cta-features{gap:20px}.cta-stats{gap:30px;grid-template-columns:1fr}}.footer{background:#1f2937;color:#fff;padding:60px 0 30px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.footer-section{display:flex;flex-direction:column}.footer-logo{gap:12px;margin-bottom:20px}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{height:32px;justify-content:center;position:relative;width:32px}.footer-logo-image{height:100%;object-fit:contain;width:100%}.footer-logo-text{color:#fff;font-size:20px;font-weight:700}.footer-description{color:#9ca3af;line-height:1.6;max-width:300px}.footer-title{color:#fff;font-size:18px;font-weight:600;margin-bottom:20px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#60a5fa}.footer-bottom{align-items:center;border-top:1px solid #374151;display:flex;justify-content:space-between;padding-top:30px}.footer-copyright{color:#9ca3af;font-size:14px}.footer-social{display:flex;gap:20px}.social-link{color:#9ca3af;font-size:14px;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#60a5fa}@media (max-width:768px){.footer-content{gap:30px;grid-template-columns:1fr;text-align:center}.footer-description{max-width:none}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}.VeigaAIMain{background:linear-gradient(135deg,#0f172a,#1e3a8a,#0f172a);color:#fff;min-height:100vh;overflow:hidden;position:relative}.background-animations{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.floating-shapes{height:100%;position:absolute;width:100%}.shape{animation:float 12s ease-in-out infinite;background:linear-gradient(135deg,#14b8a61a,#0f766e1a);border:1px solid #14b8a633;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:10%;top:10%;width:80px}.shape-2{animation-delay:-2s;height:120px;right:15%;top:20%;width:120px}.shape-3{animation-delay:-4s;height:60px;left:20%;top:60%;width:60px}.shape-4{animation-delay:-6s;height:100px;right:10%;top:70%;width:100px}.shape-5{animation-delay:-8s;height:40px;left:50%;top:40%;width:40px}.shape-6{animation-delay:-1s;height:90px;left:60%;top:15%;width:90px}.shape-7{animation-delay:-3s;height:70px;left:30%;top:80%;width:70px}.shape-8{animation-delay:-5s;height:110px;right:25%;top:25%;width:110px}.shape-9{animation-delay:-7s;height:50px;right:40%;top:85%;width:50px}.shape-10{animation-delay:-9s;height:85px;left:80%;top:45%;width:85px}@keyframes float{0%,to{opacity:.7;transform:translateY(0) rotate(0deg)}33%{opacity:1;transform:translateY(-40px) rotate(120deg)}66%{opacity:.8;transform:translateY(30px) rotate(240deg)}}.gradient-overlay{animation:pulse 6s ease-in-out infinite;background:radial-gradient(circle at 30% 20%,#14b8a61a 0,#0000 50%),radial-gradient(circle at 70% 80%,#0f766e1a 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.grid-pattern{animation:grid-move 20s linear infinite;background-image:linear-gradient(#14b8a608 1px,#0000 0),linear-gradient(90deg,#14b8a608 1px,#0000 0);background-size:50px 50px;bottom:0;left:0;position:absolute;right:0;top:0}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.veiga-container{margin:0 auto;max-width:1200px;padding:40px 20px;position:relative;z-index:2}.veiga-content{text-align:center}.hero-section{animation:fadeInUp 1s ease-out;margin-bottom:120px}.hero-logo{display:flex;justify-content:center;margin-bottom:40px}.hero-logo-image{animation:logoGlow 3s ease-in-out infinite;height:120px;object-fit:contain;width:120px}@keyframes logoGlow{0%,to{filter:drop-shadow(0 0 20px rgba(20,184,166,.3))}50%{filter:drop-shadow(0 0 30px rgba(20,184,166,.6))}}.hero-title{-webkit-text-fill-color:#0000;animation:titleGlow 2s ease-out;background:linear-gradient(135deg,#14b8a6,#0f766e,#134e4a);-webkit-background-clip:text;background-clip:text;font-size:4.5rem;font-weight:900;margin-bottom:16px}@keyframes titleGlow{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{animation:fadeInUp 1s ease-out .3s both;color:#94a3b8;font-size:1.75rem;font-weight:600;margin-bottom:24px}.hero-description{animation:fadeInUp 1s ease-out .6s both;color:#cbd5e1;font-size:1.35rem;line-height:1.7;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:800px}.hero-actions{animation:fadeInUp 1s ease-out .9s both;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-button{border:2px solid #0000;border-radius:12px;display:inline-block;font-size:1.1rem;font-weight:600;padding:18px 36px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#14b8a6,#0f766e);box-shadow:0 8px 25px #14b8a64d;color:#fff}.cta-button.primary:hover{box-shadow:0 15px 35px #14b8a666;transform:translateY(-3px)}.cta-button.secondary{background:#0000;border-color:#14b8a6;color:#14b8a6}.cta-button.secondary:hover{background:#14b8a6;color:#fff;transform:translateY(-3px)}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#14b8a6,#0f766e);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:20px}.section-subtitle{color:#94a3b8;font-size:1.2rem;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px}.auxai-showcase-section{animation:fadeInUp 1s ease-out 1.2s both;margin-bottom:120px}.auxai-showcase-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-top:60px}.auxai-preview,.auxai-screenshots{display:flex;justify-content:center}.auxai-screenshots{flex-wrap:wrap;gap:20px}.screenshot-card{background:#ffffff0d;border:1px solid #14b8a633;border-radius:16px;min-width:120px;padding:30px 20px;text-align:center;transition:all .3s ease}.screenshot-card:hover{background:#ffffff14;border-color:#60a5fa66;transform:translateY(-5px)}.screenshot-placeholder{display:block;font-size:3rem;margin-bottom:16px}.screenshot-card p{color:#e2e8f0;font-size:.9rem;font-weight:600}.auxai-features{text-align:left}.auxai-features h4{color:#e2e8f0;font-size:1.8rem;font-weight:700;margin-bottom:30px}.feature-list{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.feature-item{align-items:flex-start;display:flex;gap:16px}.feature-icon{flex-shrink:0;font-size:1.5rem;margin-top:4px}.feature-text h5{color:#e2e8f0;font-size:1.2rem;font-weight:600;margin-bottom:8px}.feature-text p{color:#cbd5e1;font-size:1rem;line-height:1.5}.auxai-cta{text-align:center}.about-section{animation:fadeInUp 1s ease-out 1.5s both;margin-bottom:120px}.about-intro{color:#cbd5e1;font-size:1.25rem;line-height:1.7;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px}.about-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.about-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #60a5fa33;border-radius:20px;overflow:hidden;padding:40px 30px;position:relative;transition:all .3s ease}.about-card:before{background:linear-gradient(90deg,#60a5fa,#3b82f6);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.about-card:hover:before{transform:scaleX(1)}.about-card:hover{background:#ffffff14;border-color:#60a5fa66;box-shadow:0 20px 40px #0000004d;transform:translateY(-8px)}.card-icon{display:block;font-size:3rem;margin-bottom:20px}.about-card h4{color:#e2e8f0;font-size:1.5rem;font-weight:700;margin-bottom:16px}.about-card p{color:#cbd5e1;font-size:1.1rem;line-height:1.6}.philosophy-section{animation:fadeInUp 1s ease-out 1.8s both;margin-bottom:120px}.philosophy-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.philosophy-card{background:#ffffff08;border:1px solid #60a5fa26;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.philosophy-card:hover{background:#ffffff0d;border-color:#60a5fa4d;transform:translateY(-5px)}.philosophy-icon{display:block;font-size:2.5rem;margin-bottom:20px}.philosophy-card h4{color:#e2e8f0;font-size:1.4rem;font-weight:600;margin-bottom:16px}.philosophy-card p{color:#cbd5e1;font-size:1rem;line-height:1.6}.projects-section{animation:fadeInUp 1s ease-out 2.1s both;margin-bottom:120px}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:60px}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #14b8a633;border-radius:20px;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.project-card.featured{background:#60a5fa0d;border-color:#60a5fa99}.project-card:hover{box-shadow:0 25px 50px #0000004d;transform:translateY(-8px)}.project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.project-logo{height:50px;width:50px}.project-logo-image{filter:brightness(0) invert(1);height:100%;object-fit:contain;width:100%}.placeholder-logo{align-items:center;background:#60a5fa33;border-radius:12px;display:flex;font-size:2rem;height:100%;justify-content:center;width:100%}.project-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px;text-transform:uppercase}.project-card.coming-soon .project-badge{background:linear-gradient(135deg,#f59e0b,#d97706)}.project-card h4{color:#e2e8f0;font-size:1.5rem;font-weight:700;margin-bottom:16px}.project-card p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin-bottom:20px}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-tag{background:#14b8a633;border:1px solid #14b8a64d;border-radius:20px;color:#14b8a6;font-size:.8rem;font-weight:500;padding:6px 12px}.project-link{color:#14b8a6;display:inline-block;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.project-link:hover{color:#5eead4;transform:translateX(5px)}.coming-soon-text{color:#94a3b8;font-size:.9rem;font-style:italic}.roadmap-section{animation:fadeInUp 1s ease-out 2.4s both;margin-bottom:120px}.roadmap-intro{color:#cbd5e1;font-size:1.25rem;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px}.roadmap-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:50px}.roadmap-item{background:#ffffff08;border:1px solid #60a5fa33;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.roadmap-item:hover{background:#ffffff0d;border-color:#60a5fa66;transform:translateY(-5px)}.roadmap-phase{background:linear-gradient(135deg,#14b8a6,#0f766e);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:20px;padding:8px 16px}.roadmap-item h4{color:#e2e8f0;font-size:1.4rem;font-weight:600;margin-bottom:16px}.roadmap-item p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin-bottom:20px}.roadmap-timeline{color:#14b8a6;font-size:.9rem;font-weight:600}.roadmap-cta{background:#ffffff05;border:1px solid #60a5fa1a;border-radius:16px;padding:40px;text-align:center}.roadmap-cta p{color:#94a3b8;font-size:1.1rem;margin-bottom:20px}.contact-section{animation:fadeInUp 1s ease-out 2.7s both}.contact-description{color:#cbd5e1;font-size:1.25rem;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px}.contact-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:50px}.contact-button{border:2px solid #0000;border-radius:12px;display:inline-block;font-size:1.1rem;font-weight:600;padding:18px 36px;text-decoration:none;transition:all .3s ease}.contact-button.primary{background:linear-gradient(135deg,#14b8a6,#0f766e);box-shadow:0 8px 25px #14b8a64d;color:#fff}.contact-button.primary:hover{box-shadow:0 15px 35px #14b8a666;transform:translateY(-3px)}.contact-button.secondary{background:#0000;border-color:#14b8a6;color:#14b8a6}.contact-button.secondary:hover{background:#14b8a6;color:#fff;transform:translateY(-3px)}.contact-info{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.contact-item{align-items:center;color:#94a3b8;display:flex;font-size:1rem;gap:12px}.contact-icon{font-size:1.2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.2rem}.section-title{font-size:2rem}.auxai-showcase-content{gap:40px;grid-template-columns:1fr}.auxai-screenshots{align-items:center;flex-direction:column}.screenshot-card{min-width:200px}.about-grid,.philosophy-grid,.projects-grid,.roadmap-content{grid-template-columns:1fr}.contact-actions,.hero-actions{align-items:center;flex-direction:column}.contact-button,.cta-button{max-width:300px;text-align:center;width:100%}.contact-info{flex-direction:column;gap:20px}}
/*# sourceMappingURL=main.446301b9.css.map*/