.contact-form-container{background:linear-gradient(180deg,rgba(30,41,59,.4),rgba(15,23,42,.6));border:1px solid hsla(0,0%,100%,.05);width:min(90%,1000px);margin:4rem auto;padding:3rem 2rem;border-radius:1.5rem;position:relative;overflow:hidden}.contact-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f97316,#14b8a6)}.contact-form-title{text-align:center;font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:2rem}.contact-form{margin-inline:auto;width:100%;max-width:500px}.contact-form input,.contact-form textarea{width:100%;background:rgba(15,23,42,.6);border:1px solid hsla(0,0%,100%,.1);padding:1rem 1.25rem;color:#f8fafc;border-radius:12px;margin-top:1rem;margin-bottom:1rem;font-size:1rem;transition:all .3s ease}.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder{color:#64748b}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#64748b}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.1);background:rgba(15,23,42,.8)}.contact-form textarea{min-height:120px;resize:vertical}.contact-button{height:3.5rem!important;border-radius:12px!important;margin-top:1rem!important;font-weight:600!important;font-size:1rem!important;text-transform:none!important;background:linear-gradient(135deg,#f97316,#ea580c)!important;transition:all .3s ease!important}.contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 14px 0 rgba(249,115,22,.39)}.contact-button:disabled{background:#475569!important;transform:none}.contact-form-container .MuiAlert-root{border-radius:12px}.contact-form-container .MuiAlert-success{background:rgba(20,184,166,.15);color:#14b8a6;border:1px solid rgba(20,184,166,.3)}.contact-form-container .MuiAlert-error{background:rgba(239,68,68,.15);color:#ef4444;border:1px solid rgba(239,68,68,.3)}@keyframes fadeInComponent{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-form-container{animation:fadeInComponent .6s ease-out}@media (max-width:640px){.contact-form-container{padding:2rem 1.25rem;margin:2rem auto}.contact-form-title{font-size:1.5rem}}.home-container{color:#f8fafc;position:relative;margin-inline:auto;overflow-x:hidden}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 1.5rem 4rem;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(249,115,22,.3) 0,transparent 70%);top:-200px;left:-200px;animation:float 8s ease-in-out infinite}.hero-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(20,184,166,.25) 0,transparent 70%);bottom:-150px;right:-150px;animation:float 10s ease-in-out infinite reverse}.hero-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%)}.hero-noise{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(30,41,59,.6);border:1px solid hsla(0,0%,100%,.1);padding:.5rem 1rem;border-radius:100px;font-size:.875rem;color:#94a3b8;margin-bottom:2rem;animation:fadeInUp .8s ease-out .1s backwards}.hero-badge-dot{width:8px;height:8px;background:#14b8a6;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:#f8fafc}@media (min-width:768px){.hero-title{font-size:3.5rem}}@media (min-width:1024px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.125rem;color:#94a3b8;line-height:1.6;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .2s backwards}.hero-subtitle-item{display:block}@media (min-width:640px){.hero-subtitle-item{display:inline}}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-separator{color:#475569;margin:.5rem 0;display:inline-block}@media (min-width:640px){.hero-separator{margin:0 .75rem}}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .8s ease-out .3s backwards}.hero-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.hero-cta-button.primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 4px 14px 0 rgba(249,115,22,.39)}.hero-cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(249,115,22,.5)}.hero-btn-arrow{width:18px;height:18px;transition:transform .3s ease}.hero-cta-button.primary:hover .hero-btn-arrow{transform:translateX(4px)}.hero-cta-button.secondary{background:transparent;color:#f8fafc;border:2px solid hsla(0,0%,100%,.2)}.hero-cta-button.secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.4);transform:translateY(-2px)}.hero-cta-button.accent{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;box-shadow:0 4px 14px 0 rgba(20,184,166,.39)}.hero-cta-button.accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(20,184,166,.5)}.hero-cta-button.accent:hover .hero-btn-arrow{transform:translateX(4px)}.hero-founder{display:flex;align-items:center;gap:1rem;justify-content:center;padding:1.5rem;background:rgba(30,41,59,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;animation:fadeInUp .8s ease-out .4s backwards}.hero-founder-image{flex-shrink:0}.founder-avatar{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(249,115,22,.5)}.hero-founder-text{text-align:left}.hero-founder-text p{color:#cbd5e1;font-size:.95rem;margin-bottom:.25rem}.hero-founder-name{color:#f97316;font-size:.875rem;font-weight:500}.hero-scroll-indicator{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#64748b;font-size:.75rem;animation:fadeIn 1s ease-out 1s backwards}.hero-scroll-arrow{animation:bounce 2s ease-in-out infinite}.hero-scroll-arrow svg{width:20px;height:20px}.stats-section{padding:3rem 1.5rem;background:rgba(15,23,42,.5);border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05)}.stats-container{max-width:900px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.stat-item{text-align:center;padding:1rem 2rem}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#f97316;line-height:1;margin-bottom:.5rem}.stat-label{color:#94a3b8;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.stat-divider{width:1px;height:50px;background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.2),transparent)}@media (max-width:768px){.stat-divider{display:none}.stat-item{flex:1 1 100%}}.testimonials-section{padding:5rem 0}.section-heading{text-align:center;font-size:2rem;font-weight:700;margin-bottom:3rem;letter-spacing:-.02em}@media (min-width:768px){.section-heading{font-size:2.5rem}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{position:relative;background:linear-gradient(180deg,rgba(30,41,59,.6),rgba(15,23,42,.8));border:1px solid hsla(0,0%,100%,.05);padding:2rem;border-radius:1.5rem;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.testimonial-card:hover{transform:translateY(-4px);border-color:rgba(249,115,22,.2);box-shadow:0 20px 40px -10px rgba(0,0,0,.4)}.testimonial-quote-icon{font-size:4rem;line-height:1;color:rgba(249,115,22,.2);font-family:Georgia,serif;position:absolute;top:1rem;left:1.5rem}.quote-icon{width:48px;height:48px;color:rgba(249,115,22,.15)}.testimonial-text{font-size:1rem;line-height:1.7;color:#cbd5e1;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-name{font-weight:600;color:#f97316}.who-section{padding:5rem 0;background:rgba(15,23,42,.3)}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.who-card{background:linear-gradient(180deg,rgba(30,41,59,.5),rgba(15,23,42,.6));border:1px solid hsla(0,0%,100%,.05);padding:2rem;border-radius:1.5rem;text-align:center;transition:all .3s ease}.who-card:hover{transform:translateY(-4px);border-color:rgba(20,184,166,.3)}.who-icon{font-size:2.5rem;margin-bottom:1rem}.who-card h3{font-size:1.25rem;font-weight:600;color:#f8fafc;margin-bottom:.75rem}.who-card p{color:#94a3b8;line-height:1.6;font-size:.95rem}.how-section{padding:5rem 0}.how-steps{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto 3rem}@media (min-width:768px){.how-steps{flex-direction:row;align-items:flex-start;gap:0}}.how-step{flex:1;text-align:center;padding:1.5rem}.step-number{display:inline-block;font-size:3rem;font-weight:800;color:transparent;background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem}.step-content h3{font-size:1.25rem;font-weight:600;color:#f8fafc;margin-bottom:.75rem}.step-content p{color:#94a3b8;line-height:1.6;font-size:.95rem}.how-connector{display:none}@media (min-width:768px){.how-connector{display:block;flex:0.5;height:2px;background:linear-gradient(90deg,rgba(249,115,22,.5),rgba(20,184,166,.5));margin-top:3.5rem}}.how-cta{text-align:center}.tools-section{padding:5rem 0;background:linear-gradient(180deg,rgba(15,23,42,.5),rgba(15,23,42,.8));border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05)}.tools-content{text-align:center;max-width:600px;margin:0 auto}.tools-subtext{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.hero-section{padding:5rem 1rem 3rem;min-height:auto}.hero-founder{flex-direction:column}.hero-founder,.hero-founder-text{text-align:center}.testimonials-grid,.who-grid{grid-template-columns:1fr}}