*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#ff3131;--primary-dark:#d90000;--secondary-color:#25d366;--text-dark:#1a1a1a;--text-light:#666;--bg-light:#f8f9fa;--white:#fff;--shadow:0 4px 20px #0000001a;--shadow-hover:0 8px 30px #00000026;--border-radius:16px;--border-radius-sm:8px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;background:var(--bg-light);color:#1a1a1a;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:clamp(1.1rem,2.5vw,1.5rem)}p{font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.7;margin-bottom:1rem}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.section{padding:3rem 0}.section-sm{padding:2rem 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:1000}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}.header-content,.logo{align-items:center;display:flex}.logo{color:#ff3131;color:var(--primary-color);font-size:1.25rem;font-weight:700;text-decoration:none}.logo-icon{font-size:1.5rem;margin-right:.5rem}.language-switcher{display:flex;gap:.5rem}.lang-btn{background:#0000;border:1px solid #0000001a;border-radius:8px;border-radius:var(--border-radius-sm);color:#1a1a1a;color:var(--text-dark);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.lang-btn.active,.lang-btn:hover{background:#ff3131;background:var(--primary-color);border-color:#ff3131;border-color:var(--primary-color);color:#fff;color:var(--white)}.hero{background:linear-gradient(135deg,#ff3131,#d90000);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;color:var(--white);overflow:hidden;padding:8rem 1rem 4rem;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.hero h1{font-weight:800;margin-bottom:1.5rem}.hero p{font-size:clamp(1.1rem,3vw,1.25rem);margin-bottom:2rem;max-width:600px;opacity:.95}.hero p,.hero-stats{margin-left:auto;margin-right:auto}.hero-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:3rem;max-width:500px}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;margin-bottom:.25rem}.stat-label{font-size:.875rem;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.services{background:#fff;background:var(--white);padding:4rem 1rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.service-card{background:#fff;background:var(--white);border:1px solid #0000000d;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.service-card:hover{box-shadow:0 8px 30px #00000026;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.service-icon{align-items:center;background:linear-gradient(135deg,#ff3131,#d90000);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.service-card h3{color:#ff3131;color:var(--primary-color);margin-bottom:1rem}.service-card p{color:#666;color:var(--text-light);margin-bottom:1.5rem}.service-features{list-style:none;margin-top:1rem}.service-features li{color:#666;color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#25d366;color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}.process{background:#f8f9fa;background:var(--bg-light);padding:6rem 1rem 4rem}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.step-card{background:#fff;background:var(--white);border-left:4px solid #ff3131;border-left:4px solid var(--primary-color);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);padding:2rem;position:relative}.step-number{align-items:center;background:#ff3131;background:var(--primary-color);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:.875rem;font-weight:700;height:30px;justify-content:center;left:2rem;position:absolute;top:-15px;width:30px}.step-card h3{color:#ff3131;color:var(--primary-color);margin-top:1rem}.testimonials{background:#fff;background:var(--white);padding:4rem 1rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.testimonial-card{background:#f8f9fa;background:var(--bg-light);border-radius:16px;border-radius:var(--border-radius);padding:2rem;position:relative}.testimonial-card:before{color:#ff3131;color:var(--primary-color);content:'"';font-family:serif;font-size:3rem;left:1rem;opacity:.3;position:absolute;top:1rem}.testimonial-content{color:#666;color:var(--text-light);font-style:italic;margin-top:1rem}.testimonial-author{color:#1a1a1a;color:var(--text-dark);font-weight:600;margin-top:1.5rem}.testimonial-location{color:#666;color:var(--text-light);font-size:.875rem}.cta-section{background:linear-gradient(135deg,#ff3131,#d90000);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;color:var(--white);padding:4rem 1rem;text-align:center}.cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:400px}.btn{align-items:center;border:none;border-radius:16px;border-radius:var(--border-radius);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-primary{background:#fff;background:var(--white);color:#ff3131;color:var(--primary-color)}.btn-primary:hover{background:#f8f9fa;transform:translateY(-2px)}.btn-secondary{background:#25d366;background:var(--secondary-color);color:#fff;color:var(--white)}.btn-secondary:hover{background:#1ebe5d;transform:translateY(-2px)}.footer{background:#1a1a1a;background:var(--text-dark);color:#fff;color:var(--white);padding:3rem 1rem 2rem;text-align:center}.footer-content{margin:0 auto;max-width:800px}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.footer-link{color:#fffc;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.footer-link:hover{color:#fff;color:var(--white)}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2rem;opacity:.7;padding-top:2rem}@media (min-width:768px){.container{padding:0 2rem}.section{padding:5rem 0}.process-steps,.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:row;justify-content:center}.hero-stats{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(4,1fr)}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.header-content{padding:1rem 2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}a:focus,button:focus{outline:2px solid #ff3131;outline:2px solid var(--primary-color);outline-offset:2px}.loading{opacity:.7;pointer-events:none}
/*# sourceMappingURL=main.df9049bd.css.map*/