:root{--color-deep-purple:#372955;--color-teal:#318f9a;--color-orange:#dc6126;--color-yellow:#f0c61a;--color-white:#fff;--color-off-white:#f5f5f5;--font-heading:"Bebas Neue", sans-serif;--font-body:"Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-deep-purple);color:var(--color-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:1px}a{color:inherit;text-decoration:none}ul{list-style:none}.email-form{gap:1rem;max-width:500px;display:flex}.email-input{font-family:var(--font-body);border:none;border-radius:50px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 4px 15px #0000001a}.email-input:focus{box-shadow:0 4px 20px #318f9a80}.submit-button{background-color:var(--color-orange);color:var(--color-white);font-family:var(--font-heading);cursor:pointer;letter-spacing:1px;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.5rem;transition:all .3s;box-shadow:0 4px 15px #dc612666}.submit-button:hover{background-color:var(--color-yellow);color:var(--color-deep-purple);transform:translateY(-2px);box-shadow:0 6px 20px #f0c61a80}.success-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:1.5rem;animation:.5s ease-out fadeUp}.success-title{font-family:var(--font-heading);color:var(--color-yellow);margin-bottom:.5rem;font-size:2.5rem}@media (width<=576px){.email-form{flex-direction:column}.submit-button{width:100%}}.hero-section{background:linear-gradient(135deg, var(--color-deep-purple) 0%, #2a1f42 100%);flex-direction:column;min-height:100vh;padding:2rem 5%;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";background:var(--color-teal);filter:blur(150px);opacity:.5;z-index:0;border-radius:50%;width:500px;height:500px;position:absolute;top:-10%;right:-5%}.hero-header{z-index:1;margin-bottom:4rem}.logo{width:180px;height:auto}.hero-content{z-index:1;flex:1;justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-text{flex:1;max-width:600px;animation:1s ease-out forwards fadeUp}.hero-text h1{color:var(--color-white);text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:5rem;line-height:1.1}.hero-text p{color:var(--color-off-white);margin-bottom:2.5rem;font-size:1.25rem;font-weight:300}.hero-image-container{flex:1;justify-content:center;align-items:center;animation:6s ease-in-out infinite float;display:flex}.hero-image{filter:drop-shadow(0 20px 30px #00000080);max-width:100%;height:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (width<=992px){.hero-content{text-align:center;flex-direction:column;margin-top:2rem}.hero-text h1{font-size:4rem}.hero-header{text-align:center}}@media (width<=576px){.hero-text h1{font-size:3rem}}.about-section{background-color:var(--color-white);color:var(--color-deep-purple);padding:6rem 5%;position:relative}.about-container{text-align:center;max-width:1200px;margin:0 auto}.about-title{margin-bottom:4rem;font-size:3.5rem;display:inline-block;position:relative}.about-title:after{content:"";background-color:var(--color-orange);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.feature-card{background:var(--color-off-white);border:1px solid #0000000d;border-radius:20px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.feature-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex;box-shadow:0 10px 20px #0000001a}.feature-card h3{margin-bottom:1rem;font-size:2rem}.feature-card p{color:#555;font-weight:300}@media (width<=768px){.about-title{font-size:2.5rem}}.footer-section{color:var(--color-off-white);background-color:#211832;padding:4rem 5% 2rem}.footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-bottom:3rem;display:flex}.footer-brand .footer-logo{width:150px;margin-bottom:1rem}.footer-brand p{opacity:.8;font-weight:300}.footer-socials{gap:2rem;display:flex}.social-link{font-family:var(--font-heading);letter-spacing:1px;font-size:1.5rem;transition:color .3s}.social-link:hover{color:var(--color-yellow)}.footer-bottom{text-align:center;opacity:.6;padding-top:2rem;font-size:.9rem;font-weight:300}@media (width<=768px){.footer-content{text-align:center;flex-direction:column;gap:2rem}}.app-container{flex-direction:column;min-height:100vh;display:flex}
