:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.header-top{background-color:#3a4756;padding:10px 0;font-size:14px;position:fixed;top:0;left:0;right:0;z-index:1001;width:100%;transition:transform .3s ease}.header-top-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.header-contact{display:flex;gap:30px;align-items:center}.header-contact-item{color:#fff;text-decoration:none;display:flex;align-items:center;gap:5px;transition:opacity .3s ease}.header-contact-item:hover{opacity:.8}.header-contact-item .icon{font-size:12px}.header-lang{display:flex;align-items:center;gap:15px}.lang-btn{background:none;border:none;color:#fff;cursor:pointer;padding:5px 10px;font-size:14px;transition:opacity .3s ease;position:relative}.lang-btn:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-2px;width:0;height:2px;background:#fff;transition:width .3s ease}.lang-btn.active:after,.lang-btn:hover:after{width:100%}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:44px;left:0;right:0;z-index:1000;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.header.scrolled{box-shadow:0 4px 20px #00000026}.header.scrolled .header-container{padding:8px 20px}.header.scrolled .header-logo img{height:45px}.header.scrolled .nav-link{font-size:15px}.header.scrolled .header-cta{padding:10px 20px;font-size:14px}.header-container{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;transition:padding .3s cubic-bezier(.4,0,.2,1)}.header-logo{display:flex;align-items:center;text-decoration:none;background:none;border:none;cursor:pointer;padding:0}.header-logo img{height:55px;width:auto;transition:height .3s cubic-bezier(.4,0,.2,1)}.header-nav{display:flex;gap:45px;align-items:center;flex-grow:1;justify-content:center;margin:0 40px}.nav-link{color:#333;text-decoration:none;font-weight:500;font-size:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);padding:5px 0;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link:hover{color:#b73e3e}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:#b73e3e;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.nav-link:hover:after{width:100%}.nav-link.active{color:#b73e3e;font-weight:600}.nav-link.active:after{width:100%}.header-cta{background-color:#b73e3e;color:#fff;padding:12px 24px;border-radius:5px;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;border:none;cursor:pointer;font-family:inherit}.header-cta:hover{background-color:#973232;transform:translateY(-2px);box-shadow:0 4px 12px #b73e3e4d}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;gap:4px}.mobile-menu-btn span{display:block;width:25px;height:3px;background-color:#333;transition:all .3s ease;border-radius:2px}body{padding-top:120px}@media (max-width: 968px){.header-nav{gap:25px}.nav-link{font-size:15px}}@media (max-width: 768px){.header-top{display:none}.header{top:0}.header-nav{display:none;position:fixed;top:60px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 12px #0000001a;z-index:999;gap:0}.header-nav .nav-link{padding:15px;width:100%;text-align:left;border-bottom:1px solid #e5e7eb}.header-nav.mobile-menu-open{display:flex}.header-cta{display:none}.mobile-menu-btn{display:flex;position:relative}.mobile-menu-btn span{position:absolute;left:50%;transform:translate(-50%)}.mobile-menu-btn span:nth-child(1){top:3px}.mobile-menu-btn span:nth-child(2){top:9px}.mobile-menu-btn span:nth-child(3){top:15px}.mobile-menu-btn.open span:nth-child(1){top:9px;transform:translate(-50%) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){top:9px;transform:translate(-50%) rotate(-45deg)}.header-container{padding:10px 15px}.header-logo img{height:35px}body{padding-top:0}}@media (max-width: 480px){.header-logo img{height:30px}}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-section{width:100%!important;min-height:calc(100vh - 100px)!important;background-image:url(/images/hero-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex!important;align-items:center!important;padding:80px 0!important;margin:0!important;animation:fadeInUp .8s ease-out}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#b73e3ed9,#8b2f3e99 40%,#62345266,#b73e3e33);z-index:1}.hero-content{position:relative;z-index:2;max-width:1600px;margin:0 auto;padding:0 20px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:100px;animation:fadeInUp .8s ease-out .2s both}.hero-text{flex:1;color:#fff;max-width:550px;animation:fadeInUp .8s ease-out .3s both}.hero-title{font-size:44px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-1px;text-shadow:2px 4px 8px rgba(0,0,0,.3)}.hero-description{font-size:16px;line-height:1.4;margin-bottom:28px;color:#fffffff2;font-weight:400;letter-spacing:.2px;text-shadow:1px 2px 4px rgba(0,0,0,.2);max-width:650px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:14px 28px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#b73e3e,#973232);color:#fff}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#973232,#7a2828);transition:left .4s ease;z-index:-1}.btn-primary:hover:before{left:0}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b73e3e66}.btn-secondary{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);position:relative;z-index:1}.btn-secondary:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#fff3;transition:width .4s ease;z-index:-1}.btn-secondary:hover:before{width:100%}.btn-secondary:hover{border-color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}.hero-form-container{width:600px;flex-shrink:0;animation:fadeInUp .8s ease-out .4s both}.hero-section .hero-form-container .hero-form{background:#fff!important;border-radius:12px!important;padding:18px 55px 22px!important;box-shadow:0 25px 50px #0003,0 10px 20px #00000026!important;min-height:390px!important;max-height:500px!important;overflow-y:auto!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;position:relative}.hero-section .hero-form-container .hero-form>h3.form-title{all:unset!important;display:block!important;font-size:24px!important;font-weight:600!important;color:#2c3e50!important;margin-bottom:10px!important;text-align:center!important;font-family:inherit!important}.hero-section .hero-form-container .hero-form>.form-group{all:unset!important;display:block!important;margin-bottom:12px!important;width:100%!important;position:relative}.hero-section .hero-form-container .hero-form>.form-group>.label-error-container{display:flex;align-items:center;margin-bottom:5px}.hero-section .hero-form-container .hero-form>.form-group>label{all:unset!important;display:inline-block!important;font-size:13px!important;font-weight:500!important;color:#5a6c7d!important;margin-bottom:5px!important;font-family:inherit!important;transition:all .3s ease}.hero-section .hero-form-container .hero-form>.form-group>input:focus+label,.hero-section .hero-form-container .hero-form>.form-group.has-value>label{color:#b73e3e;transform:translateY(-2px)}.form-group{position:relative}.hero-section .hero-form-container .hero-form>.form-group>input{all:unset!important;display:block!important;width:100%!important;padding:9px 14px!important;border:1.5px solid #E1E8ED!important;border-radius:8px!important;font-size:14px!important;background-color:#fafbfc!important;font-family:inherit!important;box-sizing:border-box!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus{outline:none!important;border-color:#b73e3e!important;background-color:#fff!important;box-shadow:0 0 0 4px #b73e3e1a,0 0 20px #b73e3e26!important;transform:translateY(-1px)}.form-group input::placeholder{color:#9ca3af;font-size:14px;transition:opacity .3s ease}.form-group input:focus::placeholder{opacity:.5}.form-submit{width:100%;padding:11px;background:linear-gradient(135deg,#b73e3e,#973232);color:#fff;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:15px;position:relative;overflow:hidden}.form-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#973232,#7a2828);transition:left .4s ease}.form-submit:hover:before{left:0}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b73e3e66}.form-submit:active{transform:translateY(0)}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-submit.loading{position:relative;pointer-events:none}.form-submit.loading:after{content:"";position:absolute;inset:0;background:#fff3;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.7}}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle;position:relative;z-index:10}@keyframes spin{to{transform:rotate(360deg)}}.form-group input.error{border-color:#dc3545!important;background-color:#fff5f5!important}.form-group input.error:focus{box-shadow:0 0 0 4px #dc354526!important}.error-message{color:#dc3545;font-size:12px;display:inline-block;animation:shake .4s ease;line-height:1.3;margin-left:10px;font-weight:500}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.alert{padding:12px 15px;border-radius:8px;margin-bottom:20px;font-size:14px;animation:slideInRight .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-success:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:#155724;animation:progressBar 5s linear}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes progressBar{0%{width:100%}to{width:0%}}@media (min-width: 768px){.hero-title{font-size:60px}.hero-description{font-size:24px;line-height:1.2}}@media (min-width: 1500px) and (max-width: 1920px){.hero-text{margin-left:120px;margin-top:-50px}.hero-form-container{margin-right:120px;margin-top:-50px}}@media (max-width: 1200px){.hero-content{flex-direction:column;text-align:center;gap:50px}.hero-text{max-width:600px}.hero-buttons{justify-content:center}.hero-form-container{width:100%;max-width:660px}}@media (max-width: 768px){.hero-section{min-height:100vh;padding:60px 0!important;margin-top:0!important}.hero-content{padding-top:40px;gap:40px;padding-left:20px;padding-right:20px}.hero-text{padding:20px;background:#00000040;border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero-title{font-size:28px;line-height:1.3;margin-bottom:16px;letter-spacing:-.5px}.hero-description{font-size:14px;line-height:1.5;margin-bottom:24px;text-shadow:2px 3px 8px rgba(0,0,0,.4)}.hero-buttons{gap:20px;flex-direction:column;width:100%;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:16px 32px;font-size:16px}.hero-section .hero-form-container .hero-form{padding:20px 24px 24px!important;min-height:350px!important;max-height:none!important}.hero-form-container{width:100%;max-width:100%;padding:0 4px}.hero-section .hero-form-container .hero-form>h3.form-title{font-size:22px!important;margin-bottom:20px!important}.hero-section .hero-form-container .hero-form>.form-group{margin-bottom:16px!important}.hero-section .hero-form-container .hero-form>.form-group>.label-error-container{margin-bottom:6px;min-height:20px}.hero-section .hero-form-container .hero-form>.form-group>.label-error-container>label{font-size:14px!important}.hero-section .hero-form-container .hero-form>.form-group>input{padding:12px 16px!important;font-size:16px!important;min-height:44px;border-radius:10px!important}.form-submit{padding:14px!important;font-size:16px!important;margin-top:20px!important;min-height:48px;border-radius:10px;font-weight:600}.spinner{width:18px;height:18px;border-width:2.5px}.error-message{font-size:13px}.alert{padding:14px 16px;font-size:14px;margin-bottom:16px}}@media (max-width: 480px){.hero-section{padding:50px 0!important}.hero-content{padding-top:30px;padding-left:16px;padding-right:16px;gap:32px}.hero-text{padding:18px}.hero-title{font-size:26px;margin-bottom:14px}.hero-description{font-size:14px;margin-bottom:20px}.btn-primary,.btn-secondary{max-width:100%;padding:15px 28px}.hero-section .hero-form-container .hero-form{padding:18px 20px 22px!important;min-height:340px!important}.hero-section .hero-form-container .hero-form>h3.form-title{font-size:20px!important;margin-bottom:18px!important}.hero-section .hero-form-container .hero-form>.form-group{margin-bottom:14px!important}.hero-section .hero-form-container .hero-form>.form-group>input{padding:11px 14px!important;font-size:16px!important}.form-submit{padding:13px!important;font-size:15px!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.about-section{padding:80px 0;background:#f9f9f9}.container{max-width:1200px;margin:0 auto;padding:0 16px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-text{display:flex;flex-direction:column}.about-title{font-size:48px;font-weight:700;color:#0f172a;margin-bottom:24px;line-height:1.1}.about-subtitle{font-size:24px;font-weight:600;color:#b31818;margin-bottom:24px;line-height:1.3}.about-descriptions{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.about-descriptions p{font-size:18px;line-height:1.7;color:#6b7280}.about-button{align-self:flex-start;background:transparent;color:#0f172a;border:2px solid #E5E7EB;padding:12px 28px;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease}.about-button:hover{border-color:#b31818;color:#b31818;background:#b318180d}.stats-grid{display:grid;grid-template-columns:1fr;gap:24px}.stat-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;overflow:hidden}.stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.stat-card-content{padding:24px;text-align:center}.stat-icon-wrapper{width:64px;height:64px;margin:0 auto 16px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-card:nth-child(1) .stat-icon-wrapper{background:#fee2e2}.stat-card:nth-child(2) .stat-icon-wrapper{background:#e0e7ff}.stat-card:nth-child(3) .stat-icon-wrapper{background:#fef3c7}.stat-icon{width:32px;height:32px;color:#b31818}.stat-card:nth-child(1) .stat-icon{color:#b31818}.stat-card:nth-child(2) .stat-icon{color:#4f46e5}.stat-card:nth-child(3) .stat-icon{color:#f59e0b}.stat-value{font-size:32px;font-weight:700;margin-bottom:8px;line-height:1}.stat-card:nth-child(1) .stat-value{color:#b31818}.stat-card:nth-child(2) .stat-value{color:#0f172a}.stat-card:nth-child(3) .stat-value{color:#f59e0b}.stat-label{font-size:16px;color:#6b7280;font-weight:400}.stats-grid.animate-in .stat-card{animation:fadeInUp .6s ease-out backwards}.stats-grid.animate-in .stat-card:nth-child(1){animation-delay:.1s}.stats-grid.animate-in .stat-card:nth-child(2){animation-delay:.2s}.stats-grid.animate-in .stat-card:nth-child(3){animation-delay:.3s}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:48px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:16px}.stat-card-content{padding:20px 16px}.about-title{font-size:40px}}@media (max-width: 768px){.about-section{padding:60px 0;background:linear-gradient(to bottom,#f9f9f9,#f5f5f5)}.container{padding:0 20px}.about-title{font-size:34px;margin-bottom:20px;line-height:1.2}.about-subtitle{font-size:20px;margin-bottom:20px;line-height:1.3}.about-descriptions{gap:14px;margin-bottom:28px}.about-descriptions p{font-size:16px;line-height:1.6}.about-descriptions p:nth-child(3){display:none}.stats-grid{grid-template-columns:1fr;gap:20px}.stat-card{box-shadow:0 2px 8px #00000014;border-radius:16px}.stat-card-content{padding:20px}.stat-icon-wrapper{width:56px;height:56px}.stat-icon{width:28px;height:28px}.stat-value{font-size:28px;margin-bottom:6px}.stat-label{font-size:15px}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.stat-card{transition:all .2s ease}.stats-grid.animate-in .stat-card{animation:fadeInUp .5s ease-out backwards}.stats-grid.animate-in .stat-card:nth-child(1){animation-delay:.1s}.stats-grid.animate-in .stat-card:nth-child(2){animation-delay:.2s}.stats-grid.animate-in .stat-card:nth-child(3){animation-delay:.3s}}@media (max-width: 480px){.about-section{padding:50px 0}.container{padding:0 18px}.about-title{font-size:32px;margin-bottom:18px}.about-subtitle{font-size:18px;margin-bottom:18px}.about-descriptions{gap:12px;margin-bottom:24px}.about-descriptions p{font-size:15px;line-height:1.6}.stats-grid{gap:18px}.stat-card{border-radius:14px}.stat-card-content{padding:18px}.stat-icon-wrapper{width:52px;height:52px;margin-bottom:14px}.stat-icon{width:26px;height:26px}.stat-value{font-size:26px;margin-bottom:6px}.stat-label{font-size:14px}.about-button{padding:10px 20px;font-size:14px}}.services-section{padding:80px 0;background:linear-gradient(to bottom,#fff,#f8f8f8)}.container{max-width:1280px;margin:0 auto;padding:0 20px}.services-header{text-align:center;margin-bottom:64px}.services-title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.1}@media (min-width: 768px){.services-title{font-size:60px}}.services-subtitle{font-size:20px;color:#6b7280;max-width:768px;margin:0 auto;line-height:1.5}.services-tabs{display:flex;justify-content:center;gap:0;margin-bottom:48px;position:relative;max-width:400px;margin-left:auto;margin-right:auto}.tab-button{background:#f3f4f6;border:none;padding:12px 24px;font-size:18px;font-weight:500;color:#6b7280;cursor:pointer;position:relative;transition:all .3s ease;white-space:nowrap;flex:1;border-radius:8px}.tab-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.tab-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.tab-button:hover{color:#1a1a1a}.tab-button.active{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 1px 3px #0000001a}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}@media (max-width: 1280px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.services-section{padding:60px 0;background:linear-gradient(to bottom,#fff,#f8f8f8,#f5f5f5)}.container{padding:0 20px}.services-header{margin-bottom:48px}.services-title{font-size:34px;line-height:1.2;margin-bottom:20px}.services-subtitle{font-size:18px;line-height:1.4;max-width:100%}.services-tabs{max-width:360px;margin-bottom:36px}.tab-button{font-size:16px;padding:10px 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-grid{gap:20px;margin-bottom:28px}.service-card{padding:20px;border-radius:16px;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.service-icon{width:56px;height:56px;margin-bottom:14px}.service-icon svg{width:28px;height:28px}.service-title{font-size:17px;margin-bottom:10px;min-height:auto}.service-description{font-size:14px;line-height:1.5}.service-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.services-grid.animate-in .service-card{animation:fadeInScale .5s ease-out backwards}.services-grid.animate-in .service-card:nth-child(1){animation-delay:.05s}.services-grid.animate-in .service-card:nth-child(2){animation-delay:.1s}.services-grid.animate-in .service-card:nth-child(3){animation-delay:.15s}.services-grid.animate-in .service-card:nth-child(4){animation-delay:.2s}.services-grid.animate-in .service-card:nth-child(5){animation-delay:.25s}.services-grid.animate-in .service-card:nth-child(6){animation-delay:.3s}.services-grid.animate-in .service-card:nth-child(7){animation-delay:.35s}.services-grid.animate-in .service-card:nth-child(8){animation-delay:.4s}}@media (max-width: 480px){.services-section{padding:50px 0}.container{padding:0 18px}.services-header{margin-bottom:40px}.services-title{font-size:32px;margin-bottom:18px}.services-subtitle{font-size:16px;line-height:1.4}.services-tabs{max-width:100%;margin-bottom:32px}.tab-button{padding:9px 16px}.tab-button:after{font-size:15px}.services-grid{grid-template-columns:1fr;gap:18px}.service-card{padding:18px;border-radius:14px}.service-icon{width:52px;height:52px;margin-bottom:12px}.service-icon svg{width:26px;height:26px}.service-title{font-size:16px;margin-bottom:8px}.service-description{font-size:13px;line-height:1.5}}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:all .3s ease;cursor:pointer;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 1px 3px #0000000d}.service-card:hover{transform:scale(1.05);box-shadow:0 10px 40px #0000001a;border-color:transparent}.service-icon{width:64px;height:64px;background:#b318181a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .3s ease}.service-icon svg{width:32px;height:32px;color:#b31818}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.service-description{font-size:14px;color:#6b7280;line-height:1.5}.services-footer{text-align:center;padding-top:24px}.details-button{background:#fff;color:#1a1a1a;border:1px solid #e5e7eb;padding:12px 32px;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-block}.details-button:hover{border-color:#b31818;color:#b31818;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.services-grid.animate-in .service-card{animation:fadeInScale .6s ease-out backwards}.services-grid.animate-in .service-card:nth-child(1){animation-delay:.05s}.services-grid.animate-in .service-card:nth-child(2){animation-delay:.1s}.services-grid.animate-in .service-card:nth-child(3){animation-delay:.15s}.services-grid.animate-in .service-card:nth-child(4){animation-delay:.2s}.services-grid.animate-in .service-card:nth-child(5){animation-delay:.25s}.services-grid.animate-in .service-card:nth-child(6){animation-delay:.3s}.services-grid.animate-in .service-card:nth-child(7){animation-delay:.35s}.services-grid.animate-in .service-card:nth-child(8){animation-delay:.4s}@keyframes fadeInScale{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.services-tabs.animate-in{animation:slideInFromTop .6s ease-out}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.process-section{padding:80px 0;background:#fff}.process-header{text-align:center;margin-bottom:64px}.process-title{font-size:48px;font-weight:600;color:#2c3e50;margin-bottom:20px;line-height:1.1}@media (min-width: 768px){.process-title{font-size:56px}}.process-subtitle{font-size:20px;color:#6b7280;line-height:1.5;max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}@media (max-width: 1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 640px){.steps-grid{grid-template-columns:1fr;gap:24px}}.step-wrapper{position:relative}.step-connector{position:absolute;top:40px;left:100%;width:calc(100% - 24px);height:2px;background:linear-gradient(90deg,#b31818,#b318184d);z-index:0;transform:scaleX(0);transform-origin:left;transition:transform .6s ease-out}@media (max-width: 1024px){.step-wrapper:nth-child(2n) .step-connector{display:none}.step-wrapper:nth-child(odd):not(:nth-last-child(-n+2)) .step-connector{width:calc(100% - 16px)}}@media (max-width: 640px){.step-connector{display:none}}.step-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 20px;text-align:center;position:relative;z-index:10;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;align-items:center;min-height:250px;height:100%}.step-card:hover{transform:scale(1.05);box-shadow:0 10px 40px #0000001a}.step-number{width:56px;height:56px;background:#b31818;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;margin-bottom:20px;flex-shrink:0}.step-icon-container{width:48px;height:48px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.process-step-icon{width:48px;height:48px;stroke-width:1.5}.step-title{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:12px;line-height:1.3;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center}.step-description{font-size:15px;color:#6b7280;line-height:1.5;flex-grow:1;display:flex;align-items:flex-start;text-align:center;padding:0 4px}.steps-grid.animate-in .step-wrapper{animation:fadeInSlide .8s ease-out backwards}.steps-grid.animate-in .step-wrapper:nth-child(1){animation-delay:0s}.steps-grid.animate-in .step-wrapper:nth-child(2){animation-delay:.2s}.steps-grid.animate-in .step-wrapper:nth-child(3){animation-delay:.4s}.steps-grid.animate-in .step-wrapper:nth-child(4){animation-delay:.6s}.steps-grid.animate-in .step-wrapper:nth-child(1) .step-connector{animation:drawLine .6s ease-out .4s forwards}.steps-grid.animate-in .step-wrapper:nth-child(2) .step-connector{animation:drawLine .6s ease-out .6s forwards}.steps-grid.animate-in .step-wrapper:nth-child(3) .step-connector{animation:drawLine .6s ease-out .8s forwards}.steps-grid.animate-in .step-wrapper .step-number{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55) forwards}.steps-grid.animate-in .step-wrapper:nth-child(1) .step-number{animation-delay:.1s}.steps-grid.animate-in .step-wrapper:nth-child(2) .step-number{animation-delay:.3s}.steps-grid.animate-in .step-wrapper:nth-child(3) .step-number{animation-delay:.5s}.steps-grid.animate-in .step-wrapper:nth-child(4) .step-number{animation-delay:.7s}.steps-grid.animate-in .step-wrapper .step-icon-container,.steps-grid.animate-in .step-wrapper .step-title,.steps-grid.animate-in .step-wrapper .step-description{animation:fadeInUp .6s ease-out forwards}.steps-grid.animate-in .step-wrapper:nth-child(1) .step-icon-container{animation-delay:.2s}.steps-grid.animate-in .step-wrapper:nth-child(1) .step-title{animation-delay:.3s}.steps-grid.animate-in .step-wrapper:nth-child(1) .step-description{animation-delay:.4s}.steps-grid.animate-in .step-wrapper:nth-child(2) .step-icon-container{animation-delay:.4s}.steps-grid.animate-in .step-wrapper:nth-child(2) .step-title{animation-delay:.5s}.steps-grid.animate-in .step-wrapper:nth-child(2) .step-description{animation-delay:.6s}.steps-grid.animate-in .step-wrapper:nth-child(3) .step-icon-container{animation-delay:.6s}.steps-grid.animate-in .step-wrapper:nth-child(3) .step-title{animation-delay:.7s}.steps-grid.animate-in .step-wrapper:nth-child(3) .step-description{animation-delay:.8s}.steps-grid.animate-in .step-wrapper:nth-child(4) .step-icon-container{animation-delay:.8s}.steps-grid.animate-in .step-wrapper:nth-child(4) .step-title{animation-delay:.9s}.steps-grid.animate-in .step-wrapper:nth-child(4) .step-description{animation-delay:1s}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes drawLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.process-section{padding:60px 0}.container{padding:0 20px}.process-header{margin-bottom:48px}.process-title{font-size:34px;line-height:1.2;margin-bottom:20px}.process-subtitle{font-size:18px;line-height:1.4}.steps-grid{gap:20px}.step-card{padding:20px 18px;min-height:auto;border-radius:16px;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.step-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.step-number{width:52px;height:52px;font-size:22px;margin-bottom:18px}.step-icon-container{width:44px;height:44px;margin-bottom:18px}.process-step-icon{width:44px;height:44px}.step-title{font-size:17px;margin-bottom:10px;min-height:auto}.step-description{font-size:14px;line-height:1.5}.steps-grid.animate-in .step-wrapper{animation:fadeInSlide .6s ease-out backwards}.steps-grid.animate-in .step-wrapper:nth-child(1){animation-delay:.1s}.steps-grid.animate-in .step-wrapper:nth-child(2){animation-delay:.2s}.steps-grid.animate-in .step-wrapper:nth-child(3){animation-delay:.3s}.steps-grid.animate-in .step-wrapper:nth-child(4){animation-delay:.4s}}@media (max-width: 480px){.process-section{padding:50px 0}.container{padding:0 18px}.process-header{margin-bottom:40px}.process-title{font-size:32px;margin-bottom:18px}.process-subtitle{font-size:16px}.steps-grid{gap:18px}.step-card{padding:18px 16px;min-height:auto;border-radius:14px}.step-number{width:48px;height:48px;font-size:20px;margin-bottom:16px}.step-icon-container{width:40px;height:40px;margin-bottom:16px}.process-step-icon{width:40px;height:40px}.step-title{font-size:16px;margin-bottom:8px;min-height:auto}.step-description{font-size:13px}}.contact-section{padding:80px 0;background:linear-gradient(to bottom,#fff,#f8f8f8)}.contact-header{text-align:center;margin-bottom:64px}.contact-title{font-size:48px;font-weight:600;color:#2c3e50;margin-bottom:24px;line-height:1.1}@media (min-width: 768px){.contact-title{font-size:56px}}.contact-subtitle{font-size:20px;color:#6b7280;line-height:1.5;max-width:768px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}@media (max-width: 1024px){.contact-grid{grid-template-columns:1fr;gap:48px}}.contact-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000000d;height:100%;display:flex;flex-direction:column}.form-title{font-size:24px;font-weight:600;color:#2c3e50;text-align:center;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:16px;flex:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#b31818;box-shadow:0 0 0 3px #b318181a}.form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.form-checkbox{display:flex;align-items:flex-start;gap:8px}.form-checkbox input[type=checkbox]{margin-top:2px;width:18px;height:18px;cursor:pointer;accent-color:#b31818;background-color:transparent;border:2px solid #d1d5db;border-radius:4px;appearance:none;-webkit-appearance:none;position:relative}.form-checkbox input[type=checkbox]:checked{background-color:#b31818;border-color:#b31818}.form-checkbox input[type=checkbox]:hover{border-color:#b31818}.form-checkbox input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #b318181a}.form-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.form-checkbox label{font-size:14px;color:#6b7280;line-height:1.4}.privacy-link{color:#b31818;text-decoration:none;transition:text-decoration .2s}.privacy-link:hover{text-decoration:underline}.submit-button{width:100%;padding:14px 32px;background:#b31818;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:#8b1212;transform:translateY(-2px);box-shadow:0 4px 12px #b318184d}.contact-info{display:flex;flex-direction:column;gap:20px;height:100%}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.info-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.info-icon-wrapper{width:48px;height:48px;background:#b318181a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon{width:24px;height:24px;color:#b31818}.info-content{flex-grow:1}.info-content h3{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:8px}.info-content p{font-size:14px;color:#6b7280;line-height:1.5}.map-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d;margin-top:auto}.map-container iframe{width:100%;height:200px;border:none;border-radius:12px}.fade-in-element{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-element.animate-in{opacity:1;transform:translateY(0)}.contact-form-card.animate-in{animation:slideInLeft .8s ease-out forwards}.contact-info.animate-in .info-card{animation:slideInRight .6s ease-out backwards}.contact-info.animate-in .info-card:nth-child(1){animation-delay:.1s}.contact-info.animate-in .info-card:nth-child(2){animation-delay:.2s}.contact-info.animate-in .info-card:nth-child(3){animation-delay:.3s}.contact-info.animate-in .info-card:nth-child(4){animation-delay:.4s}.contact-info.animate-in .map-container{animation-delay:.5s}.contact-info.animate-in .map-container{animation:fadeInScale .6s ease-out backwards}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.contact-section{padding:60px 0}.container{padding:0 20px}.contact-header{margin-bottom:48px}.contact-title{font-size:34px;line-height:1.2;margin-bottom:20px}.contact-subtitle{font-size:18px;line-height:1.4}.contact-grid{gap:40px}.contact-form-card{padding:24px 20px}.form-title{font-size:22px;margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:16px!important;min-height:44px;border-radius:10px}.form-group textarea{min-height:100px}.form-group label{font-size:15px;margin-bottom:6px}.submit-button{padding:14px;font-size:16px;min-height:48px;font-weight:600}.info-card{padding:18px}.info-icon-wrapper{width:44px;height:44px}.info-icon{width:22px;height:22px}.info-content h3{font-size:15px}.info-content p{font-size:14px}.map-container iframe{height:220px}}@media (max-width: 480px){.contact-section{padding:50px 0}.container{padding:0 18px}.contact-header{margin-bottom:40px}.contact-title{font-size:32px;margin-bottom:18px}.contact-subtitle{font-size:16px}.contact-grid{gap:32px}.contact-form-card{padding:20px 18px}.form-title{font-size:20px;margin-bottom:18px}.form-row{grid-template-columns:1fr;gap:0}.form-group input,.form-group select,.form-group textarea{padding:11px 13px;font-size:16px!important}.form-group textarea{min-height:90px}.submit-button{padding:13px;font-size:15px}.info-card{padding:16px}.info-icon-wrapper{width:40px;height:40px}.info-icon{width:20px;height:20px}.info-content h3{font-size:14px}.info-content p{font-size:13px}.map-container iframe{height:200px}}.footer{background:#3a4a5c;color:#fff;position:relative}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:60px 0 40px;border-bottom:1px solid rgba(255,255,255,.1);justify-items:start;max-width:1000px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo h2{color:#fff;font-size:28px;font-weight:700;margin:0;position:relative;display:inline-block}.footer-logo h2:after{content:"";position:absolute;bottom:-5px;left:0;width:50px;height:3px;background:#8b1e1e;border-radius:2px}.footer-description{color:#fffc;font-size:15px;line-height:1.6;margin:0;max-width:300px}.footer-social{display:flex;gap:12px;margin-top:10px}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:50%;color:#fffc;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.footer-social a:hover{color:#fff;border-color:#fff9;transform:translateY(-3px)}.footer-column h3{color:#fff;font-size:18px;font-weight:600;margin:0 0 25px;position:relative;padding-bottom:10px}.footer-column h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#8b1e1e;border-radius:1px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.footer-link,.footer-link-btn{color:#fffc;text-decoration:none;font-size:15px;transition:all .3s ease;position:relative;padding-left:0;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;display:block;width:fit-content}.footer-link:before,.footer-link-btn:before{content:"›";position:absolute;left:-15px;opacity:0;color:#8b1e1e;font-weight:700;transition:all .3s ease}.footer-link:hover,.footer-link-btn:hover{color:#fff;padding-left:15px}.footer-link:hover:before,.footer-link-btn:hover:before{left:0;opacity:1}.footer-contact{display:flex;flex-direction:column;gap:16px}.contact-item{display:flex;align-items:center;gap:12px;color:#fffc;font-size:15px}.contact-item svg{color:#8b1e1e;flex-shrink:0}.contact-item a{color:#fffc;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff;text-decoration:underline}.footer-bottom{padding:25px 0}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright{margin:0;color:#ffffffb3;font-size:14px}.footer-bottom-links{display:flex;align-items:center;gap:10px;font-size:14px}.footer-bottom-link{color:#ffffffb3;text-decoration:none;transition:color .3s ease;padding:5px 10px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px}.footer-bottom-link:hover{color:#fff;text-decoration:underline}.footer-bottom-links .separator{color:#ffffff4d}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px 30px}.footer-brand{grid-column:span 2}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:32px;padding:50px 0 30px}.footer-container{padding:0 20px}.footer-brand{grid-column:span 1;align-items:center;text-align:center;gap:16px}.footer-logo h2{font-size:24px}.footer-logo h2:after{left:50%;transform:translate(-50%)}.footer-description{text-align:center;max-width:100%;font-size:15px;line-height:1.5}.footer-social{justify-content:center;gap:12px;margin-top:8px}.footer-column{text-align:center}.footer-column h3{font-size:17px;margin-bottom:16px}.footer-column h3:after{left:50%;transform:translate(-50%)}.footer-links{gap:8px;align-items:center}.footer-link,.footer-link-btn{padding:8px 0;padding-left:0!important}.footer-link:before,.footer-link-btn:before{display:none}.footer-link:hover,.footer-link-btn:hover{padding-left:0!important}.footer-contact{gap:12px;align-items:center}.contact-item{justify-content:center;font-size:15px}.contact-item svg{width:18px;height:18px}.footer-bottom{padding:20px 0}.footer-bottom-content{flex-direction:column;text-align:center;gap:12px}.footer-copyright{font-size:13px}.footer-bottom-links{gap:8px}.footer-bottom-link{font-size:13px}}@media (max-width: 480px){.footer{margin-top:40px}.footer-content{gap:28px;padding:40px 0 24px}.footer-container{padding:0 18px}.footer-brand{gap:14px}.footer-logo h2{font-size:22px}.footer-description{font-size:14px}.footer-social a{width:36px;height:36px}.footer-column h3{font-size:16px;margin-bottom:14px}.footer-link,.footer-link-btn{font-size:14px;padding:6px 0}.contact-item{font-size:14px}.contact-item svg{width:16px;height:16px}.footer-bottom{padding:18px 0}.footer-copyright{font-size:12px}.footer-bottom-links{flex-direction:column;gap:5px}.footer-bottom-link{font-size:12px}.footer-bottom-links .separator{display:none}}.footer-column{animation:fadeInUp .6s ease forwards}@media print{.footer{background:#fff;color:#000}.footer-copyright,.footer-bottom-links a{color:#000}}.legal-page{min-height:calc(100vh - 80px);padding:80px 20px 60px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative}.legal-page:before{content:"";position:absolute;inset: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='%23000000' fill-opacity='0.02'%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:.5}.legal-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000001a;overflow:hidden;position:relative;z-index:1}.legal-container h1{font-size:36px;color:#2c3e50;margin:0;padding:40px;background:linear-gradient(135deg,#b73e3e,#8b1e1e);color:#fff;text-align:center;position:relative}.legal-container h1:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,rgba(139,30,30,.8),transparent)}.legal-content{padding:40px}.legal-content section{margin-bottom:35px;animation:fadeInUp .6s ease forwards;opacity:0;animation-delay:.1s}.legal-content section:nth-child(n+2){animation-delay:.2s}.legal-content section:nth-child(n+3){animation-delay:.3s}.legal-content section:nth-child(n+4){animation-delay:.4s}.legal-content h2{font-size:24px;color:#34495e;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #8B1E1E;position:relative}.legal-content h2:before{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:#8b1e1e;transition:width .3s ease}.legal-content section:hover h2:before{width:100%}.legal-content p{font-size:16px;line-height:1.8;color:#555;margin-bottom:15px;text-align:justify}.legal-content ul{margin:15px 0;padding-left:0;list-style:none}.legal-content ul li{font-size:15px;line-height:1.8;color:#555;margin-bottom:10px;padding-left:30px;position:relative}.legal-content ul li:before{content:"✓";position:absolute;left:0;color:#8b1e1e;font-weight:700;font-size:18px}.last-updated{margin-top:40px;padding-top:20px;border-top:1px solid #e0e0e0;text-align:center;color:#999;font-style:italic;font-size:14px}@media (max-width: 768px){.legal-page{padding:60px 15px 40px}.legal-container{border-radius:8px}.legal-container h1{font-size:28px;padding:30px 20px}.legal-content{padding:30px 20px}.legal-content h2{font-size:20px}.legal-content p,.legal-content ul li{font-size:14px;text-align:left}}@media (max-width: 480px){.legal-container h1{font-size:24px;padding:25px 15px}.legal-content{padding:25px 15px}.legal-content section{margin-bottom:25px}.legal-content h2{font-size:18px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media print{.legal-page{background:#fff;padding:20px}.legal-container{box-shadow:none;border:1px solid #ddd}.legal-container h1{background:none;color:#2c3e50;border-bottom:2px solid #333}.legal-content ul li:before{content:"•";color:#333}}.under-development-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:80px 20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative}.under-development-page:before{content:"";position:absolute;inset: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='%23000000' fill-opacity='0.02'%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:.5}.under-development-container{max-width:600px;background:#fff;border-radius:16px;padding:60px 40px;box-shadow:0 20px 60px #0000001a;text-align:center;position:relative;z-index:1;animation:fadeInUp .6s ease-out}.icon-wrapper{width:120px;height:120px;background:linear-gradient(135deg,#b73e3e,#8b1e1e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;animation:pulse 2s ease-in-out infinite}.construction-icon{width:60px;height:60px;color:#fff;animation:rotate 3s ease-in-out infinite}.development-title{font-size:36px;font-weight:700;color:#2c3e50;margin-bottom:20px}.development-message{font-size:18px;color:#6b7280;line-height:1.6;margin-bottom:40px}.development-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.btn-home,.btn-back{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-home{background:#b73e3e;color:#fff}.btn-home:hover{background:#973232;transform:translateY(-2px);box-shadow:0 6px 20px #b73e3e4d}.btn-back{background:transparent;color:#6b7280;border:2px solid #e5e7eb}.btn-back:hover{border-color:#b73e3e;color:#b73e3e;transform:translateY(-2px)}.btn-icon{width:20px;height:20px}.development-info{padding-top:32px;border-top:1px solid #e5e7eb}.development-info p{font-size:16px;color:#6b7280;margin-bottom:16px}.quick-contact{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.contact-link{font-size:15px;color:#b73e3e;text-decoration:none;font-weight:500;transition:all .3s ease}.contact-link:hover{color:#973232;text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes rotate{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@media (max-width: 768px){.under-development-container{padding:40px 24px}.development-title{font-size:28px}.development-message{font-size:16px}.icon-wrapper{width:100px;height:100px}.construction-icon{width:50px;height:50px}.development-buttons{flex-direction:column}.btn-home,.btn-back{width:100%;justify-content:center}.quick-contact{flex-direction:column;gap:12px}}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#8b1e1e;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;opacity:0;animation:fadeIn .3s ease forwards;box-shadow:0 4px 20px #8b1e1e4d;transition:all .3s ease;padding:0}.back-to-top:hover{background:#a02222;transform:translateY(-5px);box-shadow:0 6px 30px #8b1e1e66}.back-to-top:active{transform:translateY(-2px)}.back-to-top svg{display:block;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.back-to-top{bottom:20px;right:20px;width:45px;height:45px}}@media (max-width: 480px){.back-to-top{bottom:15px;right:15px;width:40px;height:40px}}.whatsapp-button{position:fixed;bottom:20px;left:20px;width:45px;height:45px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;cursor:pointer;transition:all .3s ease;z-index:999;text-decoration:none}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-button:active{transform:scale(.95)}.whatsapp-icon{width:26px;height:26px;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}@keyframes pulse{0%{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 12px #25d366cc,0 0 0 10px #25d36600}to{box-shadow:0 4px 12px #25d36666}}.whatsapp-button{animation:pulse 2s infinite}@media (max-width: 480px){.whatsapp-button{width:40px;height:40px;bottom:15px;left:15px}.whatsapp-icon{width:22px;height:22px}}.whatsapp-button{pointer-events:auto}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:-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:#f8f9fa;padding-top:120px}@media (max-width: 768px){body{padding-top:60px!important}}.App{min-height:100vh;width:100%}.main-content{width:100%;max-width:none!important}.container{max-width:1200px;margin:0 auto;padding:0 20px}
