.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,maroon,#5a0000);color:#fff;position:relative;overflow:hidden}@media(min-width:768px){.hero{padding:10rem 0 6rem}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero .container{position:relative;z-index:1}.hero .hero-content{display:grid;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.hero .hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero .hero-text{text-align:center}@media(min-width:1024px){.hero .hero-text{text-align:left}}.hero .hero-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.hero .hero-title{font-size:3rem}}@media(min-width:1024px){.hero .hero-title{font-size:3.5rem}}.hero .hero-title .highlight{color:var(--accent-color);display:block}.hero .hero-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.95}@media(min-width:768px){.hero .hero-description{font-size:1.25rem}}.hero .hero-cta{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.hero .hero-cta{flex-direction:row;justify-content:center}}@media(min-width:1024px){.hero .hero-cta{justify-content:flex-start}}.hero .hero-cta .btn{min-width:160px}.hero .hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}@media(min-width:1024px){.hero .hero-stats{justify-content:flex-start}}.hero .hero-stats .stat{text-align:center}.hero .hero-stats .stat-number{font-size:2rem;font-weight:700;color:var(--accent-color);margin-bottom:.25rem}.hero .hero-stats .stat-label{font-size:.875rem;opacity:.9}.hero .hero-image{display:none}@media(min-width:1024px){.hero .hero-image{display:block}}.hero .hero-illustration{position:relative;height:400px}.hero .hero-illustration .illustration-card{position:absolute;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:1rem;padding:1.5rem;text-align:center;animation:float 3s ease-in-out infinite}.hero .hero-illustration .illustration-card .icon{font-size:3rem;display:block;margin-bottom:.5rem}.hero .hero-illustration .illustration-card p{font-size:.875rem;font-weight:600}.hero .hero-illustration .illustration-card.card-1{top:0;left:0;animation-delay:0s}.hero .hero-illustration .illustration-card.card-2{top:0;right:0;animation-delay:.5s}.hero .hero-illustration .illustration-card.card-3{bottom:0;left:0;animation-delay:1s}.hero .hero-illustration .illustration-card.card-4{bottom:0;right:0;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{background:var(--bg-light)}.features .feature-card{text-align:center;border:1px solid var(--border-color);animation-delay:calc(var(--index, 0)*.1s)}.features .feature-card .feature-icon{font-size:3rem;margin-bottom:1rem}.features .feature-card .feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.features .feature-card .feature-description{color:var(--text-secondary);line-height:1.6}.benefits{background:var(--bg-white)}.benefits .benefits-grid{display:flex;flex-direction:column;gap:4rem}@media(min-width:1024px){.benefits .benefits-grid{gap:5rem}}.benefits .benefit-group .benefit-group-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--text-primary)}.benefits .benefit-group .benefit-group-title .icon{font-size:2rem}@media(min-width:768px){.benefits .benefit-group .benefit-group-title{font-size:2.25rem;margin-bottom:3rem}}.benefits .benefit-card .benefit-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.benefits .benefit-card .benefit-header .benefit-icon{font-size:2rem}.benefits .benefit-card .benefit-header .benefit-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0}.benefits .benefit-card .benefit-description{color:var(--text-secondary);line-height:1.6}.how-it-works{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.how-it-works .steps-container{display:flex;flex-direction:column;gap:2rem;position:relative}@media(min-width:768px){.how-it-works .steps-container{gap:3rem}}.how-it-works .step-card{display:flex;gap:1.5rem;position:relative;align-items:flex-start}@media(min-width:768px){.how-it-works .step-card{gap:2rem}}.how-it-works .step-card .step-number{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:var(--shadow-md)}@media(min-width:768px){.how-it-works .step-card .step-number{width:4rem;height:4rem;font-size:2rem}}.how-it-works .step-card .step-content{flex:1 1;background:var(--bg-white);padding:1.5rem;border-radius:.75rem;box-shadow:var(--shadow-sm);transition:var(--transition)}.how-it-works .step-card .step-content:hover{box-shadow:var(--shadow-lg);transform:translateX(5px)}@media(min-width:768px){.how-it-works .step-card .step-content{padding:2rem}}.how-it-works .step-card .step-content .step-icon{font-size:2.5rem;margin-bottom:.75rem}.how-it-works .step-card .step-content .step-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}@media(min-width:768px){.how-it-works .step-card .step-content .step-title{font-size:1.5rem}}.how-it-works .step-card .step-content .step-description{color:var(--text-secondary);line-height:1.6}.how-it-works .step-card .step-connector{position:absolute;left:1.5rem;top:3rem;width:2px;height:calc(100% + 2rem);background:var(--primary-color);opacity:.3}@media(min-width:768px){.how-it-works .step-card .step-connector{left:2rem;top:4rem;height:calc(100% + 3rem)}}.how-it-works .step-card:last-child .step-connector{display:none}.testimonials{background:var(--bg-light)}.testimonials .testimonial-card .testimonial-rating{margin-bottom:1rem}.testimonials .testimonial-card .testimonial-rating .star{font-size:1.25rem}.testimonials .testimonial-card .testimonial-content{font-size:1.125rem;line-height:1.8;color:var(--text-primary);margin-bottom:1.5rem;font-style:italic}.testimonials .testimonial-card .testimonial-author .author-info .author-name{font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.testimonials .testimonial-card .testimonial-author .author-info .author-role{font-size:.875rem;color:var(--text-secondary)}.contact{background:var(--bg-white)}.contact .contact-content{display:grid;grid-gap:3rem;gap:3rem}@media(min-width:1024px){.contact .contact-content{grid-template-columns:1fr 1.5fr;gap:4rem}}.contact .contact-info h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.contact .contact-info p{color:var(--text-secondary);line-height:1.8;margin-bottom:2rem}.contact .contact-info .contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact .contact-info .contact-details .contact-item{display:flex;align-items:flex-start;gap:1rem}.contact .contact-info .contact-details .contact-item .contact-icon{font-size:1.5rem}.contact .contact-info .contact-details .contact-item strong{display:block;color:var(--text-primary);margin-bottom:.25rem}.contact .contact-info .contact-details .contact-item p{color:var(--text-secondary);margin:0}.contact .contact-form{background:var(--bg-light);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-sm)}@media(min-width:768px){.contact .contact-form{padding:2.5rem}}.contact .contact-form .form-group{margin-bottom:1.5rem}.contact .contact-form .form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.contact .contact-form .form-group input,.contact .contact-form .form-group select,.contact .contact-form .form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:var(--transition);background:var(--bg-white)}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group select:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.contact .contact-form .form-group textarea{resize:vertical;min-height:100px}.contact .contact-form .alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.contact .contact-form .alert.alert-success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.contact .contact-form .alert.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.contact .contact-form .btn-block{width:100%;padding:1rem;font-size:1.125rem}