.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem 0}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7c3aed,#14b8a6,#a78bfa,#2dd4bf);background-size:400% 400%;animation:gradient 15s ease infinite;opacity:.15;z-index:0}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,transparent 0%,#111827 70%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.coming-soon-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#7c3aed33,#14b8a633);border:1px solid rgba(167,139,250,.3);border-radius:2rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem;color:var(--teal-300)}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.375rem;line-height:1.6;color:var(--gray-100);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:0}.hero-cta{opacity:0}@media (max-width: 768px){.hero{min-height:90vh;padding:1rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.coming-soon-badge{font-size:.75rem;padding:.4rem 1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.features{padding:5rem 0;background:linear-gradient(180deg,var(--gray-900) 0%,var(--gray-800) 100%);position:relative}.features:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.3),transparent)}.features-header{text-align:center;margin-bottom:3rem}.features-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.features-subtitle{font-size:1.125rem;color:var(--gray-100);max-width:700px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.feature-card{background:linear-gradient(135deg,#7c3aed08,#14b8a608);border:1px solid rgba(167,139,250,.15);border-radius:.75rem;padding:1.75rem 1.5rem;transition:all .3s ease;animation:fadeInUp .8s ease-out forwards;opacity:0}.feature-card:hover{transform:translateY(-3px);border-color:#a78bfa66;background:linear-gradient(135deg,#7c3aed14,#14b8a614);box-shadow:0 8px 30px #7c3aed26}.feature-icon{font-size:2.5rem;margin-bottom:1rem;filter:grayscale(20%)}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--white)}.feature-description{font-size:.95rem;color:var(--gray-100);line-height:1.6}@media (max-width: 768px){.features{padding:4rem 0}.features-title{font-size:2rem}.features-subtitle{font-size:1.125rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}}.email-signup{padding:6rem 0;background:var(--gray-900);position:relative}.email-signup:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.3),transparent)}.signup-content{max-width:650px;margin:0 auto;text-align:center}.signup-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.signup-subtitle{font-size:1.25rem;color:var(--gray-100);margin-bottom:2.5rem;line-height:1.6}.signup-form{margin-bottom:1.5rem}.form-group{display:flex;gap:1rem;margin-bottom:1rem}.email-input{flex:1;padding:1rem 1.5rem;font-size:1rem;border:2px solid rgba(167,139,250,.2);border-radius:.5rem;background:#ffffff0d;color:var(--white);transition:all .3s ease;outline:none;font-family:Inter,sans-serif}.email-input::placeholder{color:var(--gray-600)}.email-input:focus{border-color:var(--purple-400);background:#ffffff14;box-shadow:0 0 0 3px #7c3aed1a}.email-input:disabled{opacity:.6;cursor:not-allowed}.message{padding:.875rem 1.25rem;border-radius:.5rem;font-size:.95rem;animation:fadeIn .3s ease-out}.message.success{background:#14b8a61a;border:1px solid rgba(20,184,166,.3);color:var(--teal-300)}.message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.signup-note{font-size:.875rem;color:var(--gray-600);margin-top:1rem}@media (max-width: 768px){.email-signup{padding:4rem 0}.signup-title{font-size:2rem}.signup-subtitle{font-size:1.125rem}.form-group{flex-direction:column}.email-input{width:100%}}.footer{padding:4rem 0 2rem;background:var(--gray-800);border-top:1px solid rgba(167,139,250,.1)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(167,139,250,.1)}.footer-brand{flex:1}.footer-logo{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.footer-tagline{color:var(--gray-600);font-size:.95rem}.footer-contact{text-align:right}.footer-domain{font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.footer-email{font-size:.95rem}.footer-email a{color:var(--purple-400);text-decoration:none;transition:color .3s ease}.footer-email a:hover{color:var(--teal-400)}.footer-bottom{text-align:center}.footer-bottom p{color:var(--gray-600);font-size:.875rem}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{flex-direction:column;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-contact{text-align:left}.footer-logo{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--purple-600: #7C3AED;--purple-400: #A78BFA;--purple-300: #C4B5FD;--teal-600: #14B8A6;--teal-400: #2DD4BF;--teal-300: #5EEAD4;--gray-900: #111827;--gray-800: #1F2937;--gray-700: #374151;--gray-600: #4B5563;--gray-100: #F3F4F6;--white: #FFFFFF}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gray-900);color:var(--white);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn 1s ease-out forwards}.gradient-text{background:linear-gradient(135deg,var(--purple-400),var(--teal-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-block;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;outline:none}.btn-primary{background:linear-gradient(135deg,var(--purple-600),var(--teal-600));color:var(--white);box-shadow:0 4px 15px #7c3aed66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed99}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.container{padding:0 1rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}
