:root{--primary-color: #0A0A0A;--text-color: #FFFFFF;--secondary-text-color: #ADB5BD;--card-background: #161B22;--border-color: #30363D;--accent-pink: #F92A82;--accent-purple: #A450E4;--accent-cyan: #31D7E0;--accent-gradient: linear-gradient(90deg, var(--accent-pink), var(--accent-purple), var(--accent-cyan));--accent-color: var(--accent-purple)}body{font-family:Inter,sans-serif;background-color:var(--primary-color);color:var(--text-color);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px}.app-header{padding:1.5rem 0;background-color:var(--primary-color);border-bottom:1px solid var(--border-color)}.app-header .container{display:flex;justify-content:space-between;align-items:center}.logo-placeholder{font-size:1.8rem;font-weight:800;color:var(--text-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease-in-out}.struggle-section{padding:5rem 0;background-color:var(--background-color)}.struggle-container-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.struggle-content .section-title,.struggle-content .section-subtitle{text-align:left;margin-left:0;margin-right:0}.struggle-content .section-subtitle{max-width:none}.struggle-image-container{display:flex;justify-content:center;align-items:center}.struggle-image{width:100%;max-width:500px;border-radius:20px;object-fit:cover;box-shadow:0 15px 40px #0003}.struggle-grid{display:grid;grid-template-columns:1fr;gap:2rem}.struggle-card{display:flex;align-items:flex-start;gap:1.5rem;background:transparent;padding:0;border:none;box-shadow:none}.struggle-card:hover{transform:none;box-shadow:none}.struggle-icon{font-size:2rem;margin-top:4px;color:#ff8a8a}.struggle-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.struggle-description{color:var(--secondary-text-color);font-size:1rem;line-height:1.6}@media(max-width:992px){.struggle-container-grid{grid-template-columns:1fr;gap:3rem}.struggle-content .section-title,.struggle-content .section-subtitle{text-align:center;margin-left:auto;margin-right:auto}.struggle-content .section-subtitle{max-width:650px}.struggle-image-container{order:-1}}@media(max-width:768px){.section-title{font-size:2.4rem}.section-subtitle{font-size:1.2rem}.struggle-card{padding:0}}.solution-section{padding:5rem 0;background-color:#0f141a}.solution-container-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.solution-content .section-title,.solution-content .section-subtitle{text-align:left;margin-left:0;margin-right:0}.solution-content .section-subtitle{max-width:none}.solution-image-container{display:flex;justify-content:center;align-items:center}.solution-image{width:100%;max-width:500px;border-radius:20px;object-fit:cover;box-shadow:0 15px 40px #00b0ff26}.solution-grid{display:grid;grid-template-columns:1fr;gap:2rem}.solution-card{display:flex;align-items:flex-start;gap:1.5rem;background:transparent;padding:0;border:none;box-shadow:none}.solution-card:hover{transform:none;box-shadow:none;border-color:transparent}.solution-icon{font-size:2rem;margin-top:4px;color:#00f5c3}.solution-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.solution-description{color:var(--secondary-text-color);font-size:1rem;line-height:1.6}@media(max-width:992px){.solution-container-grid{grid-template-columns:1fr;gap:3rem}.solution-content .section-title,.solution-content .section-subtitle{text-align:center;margin-left:auto;margin-right:auto}.solution-content .section-subtitle{max-width:650px}}@media(max-width:768px){.solution-card{padding:0}}.feedback-section{padding:5rem 0;text-align:center;background-color:var(--card-background)}.feedback-button{background:transparent;border:2px solid var(--accent-color);color:var(--accent-color);box-shadow:none}.feedback-button:hover{background:var(--accent-color);color:#fff;box-shadow:0 8px 25px -8px var(--accent-purple)}.footer{padding:2rem 0;border-top:1px solid var(--border-color);margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;color:var(--secondary-text-color)}.social-links a{color:var(--secondary-text-color);margin-left:1.5rem;text-decoration:none;font-size:1.2rem;transition:color .3s ease}.social-links a:hover{color:#fff}@media(max-width:768px){.footer-content{flex-direction:column;text-align:center}.social-links{margin-top:1rem}.social-links a{margin:0 .75rem}}.App{text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.8rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.section-subtitle{font-size:1.2rem;max-width:650px;margin:0 auto 3rem;color:var(--secondary-text-color);line-height:1.6}.hero{padding:6rem 0;display:flex;align-items:center;justify-content:center}.hero .container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.hero-content{text-align:left}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-animation 5s ease infinite;background-size:200% 200%}.hero-subtitle{font-size:1.25rem;color:var(--secondary-text-color);margin-bottom:2rem;text-align:left;margin-left:0;max-width:550px}.cta-button{background:var(--accent-color);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 5px 20px -5px var(--accent-purple)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px -8px var(--accent-purple)}.hero-image img{width:100%;max-width:500px;border-radius:20px;object-fit:cover}.features{padding:5rem 0;background-color:var(--card-background)}.features-container-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.features-image-container{display:flex;justify-content:center;align-items:center}.features-image{width:100%;max-width:500px;border-radius:20px;object-fit:cover;box-shadow:0 15px 40px #0003}.features-content .section-title,.features-content .section-subtitle{text-align:left;margin-left:0}.features-content .section-subtitle{max-width:none}.features-list{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.feature-card{display:flex;align-items:flex-start;gap:1.5rem}.feature-icon{font-size:2rem;margin-top:5px;color:var(--accent-color)}.feature-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.feature-description{color:var(--secondary-text-color);font-size:1rem;line-height:1.6}.cta-section{padding:6rem 0}.cta-title{font-size:2.5rem;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;color:var(--secondary-text-color);margin-bottom:2.5rem}.cta-form{display:flex;justify-content:center;align-items:center;gap:1rem}.email-input{padding:1rem;font-size:1rem;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--text-color);border-radius:8px;width:300px}.email-input::placeholder{color:var(--secondary-text-color)}@media(max-width:992px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content,.hero-image{justify-self:center;text-align:center}.hero-title,.hero-subtitle{text-align:center;margin-left:auto;margin-right:auto}.features-container-grid{grid-template-columns:1fr}.features-image-container{order:-1}.features-content .section-title,.features-content .section-subtitle{text-align:center;margin-left:auto;margin-right:auto}}@media(max-width:768px){.hero{padding:4rem 0}.hero-title{font-size:2.8rem}.section-title{font-size:2.3rem}.cta-form{flex-direction:column;width:100%;max-width:350px;margin:0 auto}.email-input,.cta-form .cta-button{width:100%}}
