.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.section:first-child{padding-top:0}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-blue);text-decoration:none}.burger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.burger-menu span{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.burger-menu.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-menu{display:block}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-list a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .2s ease;position:relative}.nav-list a:hover{color:var(--primary-blue)}.nav-list a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.nav-list a:hover:after{width:100%}.overlay{position:fixed;inset:0;background:#00000080;z-index:999}.hero-section{background:linear-gradient(135deg,var(--light-grey) 0%,var(--white) 100%);position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;padding-top:80px}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(37,99,235,.05) 0%,transparent 50%);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{animation:fadeInLeft 1s ease-out}.hero-subtitle{font-size:1.125rem;color:var(--primary-blue);font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.125rem;color:var(--text-medium);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{animation:fadeInRight 1s ease-out}.hero-img{width:100%;height:auto;border-radius:1rem;box-shadow:var(--shadow-lg);object-fit:cover}.image-placeholder{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:1rem;padding:3rem;text-align:center;min-height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 20px);animation:slide 20s linear infinite}.placeholder-content{position:relative;z-index:1}.placeholder-content i{font-size:4rem;color:var(--primary-blue);margin-bottom:1rem}.placeholder-content span{display:block;font-size:1.25rem;font-weight:600;color:var(--text-dark)}.about-section{background-color:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3rem}.about-image{display:flex;align-items:center;justify-content:center}.about-img{width:100%;height:auto;border-radius:1rem;box-shadow:var(--shadow-md);object-fit:cover}.about-features-wrapper{margin-top:2rem}.about-text h3{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem}.about-text p{color:var(--text-medium);margin-bottom:1.5rem;line-height:1.7}.about-features{display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;align-items:flex-start;gap:1.5rem}.feature-icon{background:var(--primary-blue);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.feature-content h4{font-size:1.25rem;color:var(--text-dark);margin-bottom:.5rem}.feature-content p{color:var(--text-medium);line-height:1.6}.how-it-works-section{background-color:var(--light-grey)}.how-it-works-image-wrapper{margin:3rem auto;max-width:800px;text-align:center}.how-it-works-img{width:100%;height:auto;border-radius:1rem;box-shadow:var(--shadow-md);object-fit:cover}.how-it-works-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.step-item{text-align:center;position:relative}.step-number{background:var(--primary-blue);color:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 2rem;position:relative}.step-number:after{content:"";position:absolute;top:50%;right:-100%;width:100%;height:2px;background:var(--border-color);transform:translateY(-50%)}.step-item:last-child .step-number:after{display:none}.step-content h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem}.step-content p{color:var(--text-medium);line-height:1.6}.statistics-section{background-color:var(--white)}.statistics-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-top:3rem}.stat-item{text-align:center;padding:2rem;background:var(--light-grey);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-icon{font-size:3rem;color:var(--primary-blue);margin-bottom:1rem}.stat-number{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.stat-label{font-size:1.125rem;color:var(--text-medium);font-weight:500}.testimonials-section{background-color:var(--light-grey)}.testimonials-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-item{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.testimonial-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.testimonial-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.testimonial-avatar{width:60px;height:60px;background:var(--primary-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.testimonial-info{flex:1;min-width:0}.testimonial-info h4{font-size:1.25rem;color:var(--text-dark);margin-bottom:.25rem}.testimonial-info p{color:var(--text-medium);margin:0;font-size:.9rem}.testimonial-info small{color:var(--text-light);font-size:.875rem;display:block;margin-top:.25rem}.testimonial-rating{color:#fbbf24;font-size:1rem;flex-shrink:0;align-self:flex-start;margin-top:.25rem}.testimonial-content{flex:1}.testimonial-content p{color:var(--text-medium);font-style:italic;line-height:1.7;margin:0}.faq-section{background-color:var(--white)}.faq-content{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.faq-item{background:var(--light-grey);padding:2rem;border-radius:1rem;border-left:4px solid var(--primary-blue)}.faq-item h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem}.faq-item p{color:var(--text-medium);line-height:1.7;margin-bottom:1rem}.faq-item p:last-child{margin-bottom:0}.contact-section{background:linear-gradient(135deg,var(--light-grey) 0%,var(--white) 100%)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3{font-size:1.75rem;color:var(--text-dark);margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.contact-icon{background:var(--primary-blue);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.contact-details h4{font-size:1.25rem;color:var(--text-dark);margin-bottom:.5rem}.contact-details p{color:var(--text-medium);margin:0;line-height:1.6}.contact-description{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.contact-description p{color:var(--text-medium);line-height:1.7}.contact-form{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md)}.contact-form h3{font-size:1.75rem;color:var(--text-dark);margin-bottom:2rem}.cta-section{background-color:var(--primary-blue);color:var(--white);text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-content .btn-secondary{background:var(--white);color:var(--primary-blue);border-color:var(--white)}.cta-content .btn-secondary:hover{background:transparent;color:var(--white)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--text-dark);color:var(--white);padding:1.5rem 0;z-index:1000;animation:slideUp .5s ease-out}.cookie-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.cookie-content p{margin:0;flex:1;line-height:1.6}.cookie-content a{color:var(--primary-blue);text-decoration:none}.cookie-content a:hover{text-decoration:underline}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem}.footer-section p{color:#cbd5e1;line-height:1.7;margin-bottom:1rem}.footer-section h4{color:var(--white);font-size:1.25rem;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:var(--primary-blue)}.footer-bottom{border-top:1px solid #475569;padding-top:2rem;text-align:center}.footer-bottom p{color:#94a3b8;margin:0}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide{0%{transform:translate(-50px)}to{transform:translate(0)}}@media(max-width:1024px){.hero-content{gap:2rem}.hero-title{font-size:2.5rem}}@media(max-width:768px){.burger-menu{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--white);transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;z-index:1000}.nav-menu.active{right:0}.nav-list{flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem}.hero-section{padding:2rem 0;min-height:auto}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2rem}.hero-buttons{justify-content:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.how-it-works-image-wrapper{margin:2rem auto}.how-it-works-content{grid-template-columns:1fr;gap:2rem}.step-number:after{display:none}.statistics-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonials-content{grid-template-columns:1fr;gap:1.5rem}.testimonial-item{padding:1.5rem}.testimonial-header{flex-direction:column;align-items:flex-start;gap:.75rem}.testimonial-rating{align-self:flex-start;margin-top:0}.testimonial-info h4{font-size:1.125rem}.testimonial-content p{font-size:.95rem}.form-checkbox-wrapper{gap:.5rem}.form-checkbox-label{font-size:.8125rem}.footer-content{grid-template-columns:1fr;gap:2rem}.cookie-content{flex-direction:column;text-align:center;gap:1rem}.section{padding:3rem 0}.section-title{font-size:2rem}}@media(max-width:480px){.container{padding:0 .75rem}.hero-title{font-size:1.75rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.statistics-content{grid-template-columns:1fr}.testimonial-item{padding:1.25rem}.testimonial-avatar{width:50px;height:50px;font-size:1.25rem}.testimonial-info h4{font-size:1rem}.testimonial-info p{font-size:.85rem}.testimonial-info small{font-size:.75rem}.testimonial-rating{font-size:.9rem}.testimonial-content p{font-size:.875rem;line-height:1.6}.form-checkbox-wrapper{gap:.5rem}.form-checkbox{width:16px;height:16px;margin-top:.2rem}.form-checkbox-label{font-size:.75rem;line-height:1.5}.form-checkbox-label a{white-space:normal}.faq-item,.contact-form{padding:1.5rem}.section{padding:2rem 0}.section-title{font-size:1.75rem}}:root{--primary-blue: #2563eb;--primary-blue-hover: #1d4ed8;--steel-grey: #64748b;--light-grey: #f8fafc;--white: #ffffff;--text-dark: #1e293b;--text-medium: #475569;--text-light: #64748b;--border-color: #e2e8f0;--error: #ef4444;--success: #10b981;--warning: #f59e0b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white);color:var(--text-dark);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-medium);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;min-height:44px}.btn-primary{background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:var(--primary-blue-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:var(--white);color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background-color:var(--primary-blue);color:var(--white)}.btn-outline{background-color:transparent;color:var(--text-dark);border:2px solid var(--border-color)}.btn-outline:hover{2px solid var(--primary-blue);color:var(--primary-blue)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;background-color:var(--white)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:120px}.form-checkbox-wrapper{display:flex;align-items:flex-start;gap:.75rem}.form-checkbox{margin-top:.25rem;flex-shrink:0;width:18px;height:18px;cursor:pointer}.form-checkbox-label{display:flex;align-items:flex-start;font-size:.875rem;color:var(--text-medium);line-height:1.6;cursor:pointer;flex:1}.checkbox-text{display:block;word-wrap:break-word;overflow-wrap:break-word}.form-checkbox-label a{color:var(--primary-blue);text-decoration:none;font-weight:500;white-space:nowrap}.form-checkbox-label a:hover{text-decoration:underline}.required-asterisk{color:var(--error);font-weight:600}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media(max-width:480px){.container{padding:0 .75rem}.section{padding:2rem 0}.section-title{font-size:1.75rem}}
