@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #003366;--secondary-color: #F05014;--background-color: #F9F9F9;--white: #FFFFFF;--text-dark: #333333;--text-light: #666666;--border-color: #E5E5E5;--shadow-light: rgba(0, 0, 0, .1);--shadow-dark: rgba(0, 0, 0, .15);--header-height: 155px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--background-color);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column;text-transform:none!important;font-variant:normal!important}#root{display:flex;flex-direction:column;min-height:100vh}main{padding-top:var(--header-height);flex:1;margin:0}@media (max-width: 768px){:root{--header-height: 180px}main{padding-top:var(--header-height)}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;text-transform:none!important;font-variant:normal!important}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;max-width:75ch}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem;min-height:44px;min-width:44px}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:#004080;transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-dark)}.btn-secondary{background-color:var(--secondary-color);color:var(--white)}.btn-secondary:hover{background-color:#d8480a;transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-dark)}.btn-outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.btn-outline-white{background-color:transparent;border:2px solid var(--white);color:var(--white)}.btn-outline-white:hover{background-color:var(--white);color:var(--primary-color)}.card{background:var(--white);border-radius:12px;padding:24px;box-shadow:0 2px 8px var(--shadow-light);transition:all .3s ease;border:1px solid var(--border-color)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-dark)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-input{width:100%;padding:12px;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:border-color .3s ease;min-height:44px}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0033661a}.form-textarea{min-height:120px;resize:vertical}@media (max-width: 768px){html{font-size:14px}.container{padding:0 16px}h1{font-size:2rem}h2{font-size:1.5rem}.btn{padding:10px 20px}}@media (max-width: 480px){.container{padding:0 12px}h1{font-size:1.75rem}h2{font-size:1.25rem}}._header_uzef1_2{position:fixed;top:0;left:0;right:0;z-index:9999;background:var(--white);box-shadow:0 4px 12px #00000026;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease-in-out}._header_uzef1_2._hidden_uzef1_15{transform:translateY(-100%)}._topBar_uzef1_20{background:#e3f2fd;border-bottom:1px solid var(--border-color);padding:8px 0}._topBarContent_uzef1_26{display:flex;justify-content:space-between;align-items:center}._slogan_uzef1_32{font-size:.9rem;color:var(--text-dark);font-style:italic;font-weight:500}._socialMedia_uzef1_39{display:flex;gap:12px;align-items:center}._socialLink_uzef1_45{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#666;background:var(--white);border:1px solid #e0e0e0;transition:all .3s ease;text-decoration:none}._socialLink_uzef1_45:hover{color:var(--primary-color);background:#0033661a;border-color:var(--primary-color);transform:translateY(-2px)}._middleBar_uzef1_67{background:var(--white);padding:15px 0;border-bottom:1px solid var(--border-color)}._middleBarContent_uzef1_73{display:flex;justify-content:space-between;align-items:center;gap:2rem}._logo_uzef1_80{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}._logo_uzef1_80:hover{transform:scale(1.05)}._logoImage_uzef1_91{width:200px;height:70px;object-fit:contain}._contactInfo_uzef1_97{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:flex-end;flex-wrap:nowrap}._contactItem_uzef1_106{display:flex;align-items:center;gap:12px}._contactIcon_uzef1_112{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0033661a;color:var(--primary-color);flex-shrink:0}._contactDetails_uzef1_124{display:flex;flex-direction:column;gap:2px}._contactLabel_uzef1_130{font-size:.8rem;color:#666;font-weight:500}._contactValue_uzef1_136{font-size:.9rem;color:var(--text-dark);font-weight:600;text-decoration:none;transition:color .3s ease}._contactValue_uzef1_136:hover{color:var(--primary-color);text-decoration:underline}._ctaButton_uzef1_149{margin-left:1rem;padding:12px 40px;font-weight:600;letter-spacing:.5px;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap;min-width:140px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._mobileCtaButton_uzef1_165{display:none}._ctaButton_uzef1_149:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}._ctaButton_uzef1_149:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}._ctaButton_uzef1_149:hover:before{left:100%}._currencyWidget_uzef1_190{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;min-width:160px;position:relative;overflow:hidden;margin-left:1rem;color:var(--white)}._currencyWidget_uzef1_190:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}._currencyWidget_uzef1_190:hover:before{left:100%}._currencyWidget_uzef1_190:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._currencyIcon_uzef1_228{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}._currencyWidget_uzef1_190:hover ._currencyIcon_uzef1_228{background:#fff3;transform:scale(1.1)}._currencyDetails_uzef1_245{display:flex;flex-direction:column;gap:.25rem}._currencyLabel_uzef1_251{font-size:.75rem;color:#fffc;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._currencyRate_uzef1_259{font-size:.9rem;color:var(--white);font-weight:600;font-family:Courier New,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._loadingSpinner_uzef1_270{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid var(--white);border-radius:50%;animation:_spin_uzef1_1 1s linear infinite}@keyframes _spin_uzef1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._navbar_uzef1_285{background:var(--primary-color);color:var(--white);padding:0}._navContainer_uzef1_291{display:flex;align-items:center;justify-content:space-between;height:70px}._navBrand_uzef1_298{display:flex;align-items:center}._homeIcon_uzef1_303{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:var(--white);text-decoration:none;transition:all .3s ease}._homeIcon_uzef1_303:hover{background:#fff3;transform:scale(1.1)}._navMenu_uzef1_321{display:flex;align-items:center;gap:1.2rem;flex:1;justify-content:center}._navLink_uzef1_329{color:var(--white);text-decoration:none;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:6px;transition:all .3s ease;position:relative;letter-spacing:.5px}._navLink_uzef1_329:hover{background:#ffffff1a;transform:translateY(-2px)}._navLink_uzef1_329._active_uzef1_346{background:#fff3}._teklifAlLink_uzef1_350{white-space:nowrap!important;min-width:100px!important;text-align:center!important}._dropdown_uzef1_357{position:relative;display:inline-block}._dropdownButton_uzef1_362{color:var(--white);background:none;border:none;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:6px;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:8px;letter-spacing:.5px}._dropdownButton_uzef1_362:hover{background:#ffffff1a;transform:translateY(-2px)}._dropdownButton_uzef1_362._active_uzef1_346{background:#fff3}._dropdownIcon_uzef1_387{transition:transform .3s ease;color:currentColor}._dropdownIcon_uzef1_387._rotate_uzef1_392{transform:rotate(180deg)}._dropdownMenu_uzef1_396{position:absolute;top:100%;left:0;background:var(--primary-color);box-shadow:0 8px 32px #0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;padding:8px 0;margin-top:8px}._dropdownMenu_uzef1_396._show_uzef1_414{opacity:1;visibility:visible;transform:translateY(0)}._dropdownLink_uzef1_420{display:block;padding:12px 20px;color:var(--white);text-decoration:none;transition:all .3s ease;font-weight:500;border-left:3px solid transparent;font-size:.9rem}._dropdownLink_uzef1_420:hover{background-color:#ffffff1a;color:var(--white);border-left-color:var(--secondary-color)}._dropdownLink_uzef1_420._active_uzef1_346{background-color:#ffffff26;color:var(--white);border-left-color:var(--secondary-color)}._whatsappInfo_uzef1_444{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#25d3661a;border-radius:20px;border:1px solid rgba(37,211,102,.3);transition:all .3s ease;text-decoration:none;color:inherit;white-space:nowrap;max-width:180px}._whatsappInfo_uzef1_444:hover{background:#25d36633;transform:translateY(-2px);text-decoration:none;color:inherit}._whatsappInfo_uzef1_444 svg{color:#25d366;flex-shrink:0}._whatsappDetails_uzef1_471{display:flex;flex-direction:column;gap:1px;overflow:hidden}._whatsappLabel_uzef1_478{font-size:.7rem;color:#fffc;font-weight:500}._whatsappNumber_uzef1_484{font-size:.8rem;color:var(--white);font-weight:600}._hamburger_uzef1_491{display:none;flex-direction:column;cursor:pointer;width:24px;height:24px;justify-content:space-between}._hamburger_uzef1_491 span{width:100%;height:3px;background-color:var(--white);transition:all .3s ease;border-radius:2px}._hamburger_uzef1_491:hover span{background-color:var(--secondary-color)}._hamburger_uzef1_491._active_uzef1_346 span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}._hamburger_uzef1_491._active_uzef1_346 span:nth-child(2){opacity:0}._hamburger_uzef1_491._active_uzef1_346 span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 1024px){._contactInfo_uzef1_97{gap:1rem}._contactItem_uzef1_106:last-of-type{display:none}._currencyWidget_uzef1_190{min-width:140px;padding:.4rem .8rem}._currencyIcon_uzef1_228{width:28px;height:28px;font-size:1.25rem}._loadingSpinner_uzef1_270{width:14px;height:14px}._currencyLabel_uzef1_251{font-size:.7rem}._currencyRate_uzef1_259{font-size:.8rem;max-width:60px}._ctaButton_uzef1_149{min-width:120px;padding:12px 24px}._navMenu_uzef1_321{gap:1rem}._navLink_uzef1_329,._dropdownButton_uzef1_362{font-size:.85rem;padding:6px 12px}._whatsappDetails_uzef1_471{display:none}}@media (max-width: 768px){._header_uzef1_2{position:fixed}._topBar_uzef1_20{padding:6px 0}._topBarContent_uzef1_26{flex-direction:column;gap:8px;text-align:center}._slogan_uzef1_32{font-size:.8rem}._socialMedia_uzef1_39{gap:8px}._socialLink_uzef1_45{width:28px;height:28px}._middleBar_uzef1_67{padding:12px 0}._middleBarContent_uzef1_73{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}._logoImage_uzef1_91{width:120px;height:40px}._contactInfo_uzef1_97{display:none}._contactItem_uzef1_106{justify-content:center}._contactIcon_uzef1_112{width:35px;height:35px}._currencyWidget_uzef1_190,._ctaButton_uzef1_149{display:none}._mobileCtaButton_uzef1_165{display:inline-flex!important;margin-left:0;width:auto;padding:8px 16px;font-size:.9rem}._navContainer_uzef1_291{height:50px;display:flex;justify-content:space-between;align-items:center}._navMenu_uzef1_321{position:fixed;top:100%;left:-100%;width:100%;height:calc(100vh - 100%);background:var(--primary-color);flex-direction:column;justify-content:flex-start;align-items:center;gap:0;transition:left .3s ease;padding:2rem 0;overflow-y:auto}._navMenu_uzef1_321._active_uzef1_346{left:0}._dropdown_uzef1_357{width:90%}._dropdownButton_uzef1_362{width:100%;justify-content:space-between;padding:1rem 2rem;font-size:1rem;border-radius:8px;margin-bottom:.5rem}._dropdownMenu_uzef1_396{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;background:#ffffff1a;margin:0;width:100%}._dropdownMenu_uzef1_396:not(._show_uzef1_414){display:none}._dropdownLink_uzef1_420{padding:.75rem 2rem;border-left:none;border-radius:6px;margin:.25rem 1rem;color:var(--white)}._dropdownLink_uzef1_420:hover{background-color:#ffffff1a;color:var(--white)}._navLink_uzef1_329{font-size:1rem;padding:1rem 2rem;width:90%;text-align:center;border-radius:8px;margin-bottom:.5rem}._teklifAlLink_uzef1_350{white-space:nowrap!important;min-width:auto!important}._whatsappInfo_uzef1_444{width:90%;justify-content:center;margin-top:1rem;padding:1rem}._whatsappDetails_uzef1_471,._hamburger_uzef1_491{display:flex}}@media (max-width: 480px){._topBarContent_uzef1_26{padding:0 1rem}._slogan_uzef1_32{font-size:.75rem}._socialLink_uzef1_45{width:24px;height:24px}._logoImage_uzef1_91{width:140px;height:48px}._contactValue_uzef1_136{font-size:.8rem}._contactLabel_uzef1_130{font-size:.7rem}}._footer_1yfbk_1{background:var(--primary-color);color:var(--white);padding:3rem 0 1rem;margin-top:auto}._footerContent_1yfbk_8{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}._footerSection_1yfbk_15{display:flex;flex-direction:column}._footerTitle_1yfbk_20{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--white)}._logoAccent_1yfbk_27{color:var(--secondary-color)}._footerDesc_1yfbk_31{font-size:.95rem;line-height:1.6;color:#ffffffe6;max-width:300px}._sectionTitle_1yfbk_38{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--white)}._footerLinks_1yfbk_45{list-style:none;display:flex;flex-direction:column;gap:.5rem}._footerLinks_1yfbk_45 li{margin-bottom:.5rem}._footerLinks_1yfbk_45 a,._footerLinks_1yfbk_45 span{color:#fffc;text-decoration:none;transition:color .3s ease;font-size:.95rem}._footerLinks_1yfbk_45 a:hover{color:var(--secondary-color)}._contactInfo_1yfbk_68{display:flex;flex-direction:column;gap:1rem}._contactInfo_1yfbk_68 p{margin-bottom:.5rem;font-size:.95rem;line-height:1.6}._contactInfo_1yfbk_68 strong{color:var(--white);font-weight:600}._contactInfo_1yfbk_68 a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}._contactInfo_1yfbk_68 a:hover{color:var(--secondary-color)}._footerBottom_1yfbk_95{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}._copyright_1yfbk_105{color:#ffffffb3;font-size:.9rem}._socialLinks_1yfbk_110{display:flex;gap:1rem}._socialLinks_1yfbk_110 a{color:#fffc;text-decoration:none;padding:.5rem;border-radius:6px;transition:all .3s ease;font-size:.9rem;border:1px solid rgba(255,255,255,.2)}._socialLinks_1yfbk_110 a:hover{color:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px)}@media (max-width: 768px){._footer_1yfbk_1{padding:2rem 0 1rem}._footerContent_1yfbk_8{grid-template-columns:1fr;gap:1.5rem;text-align:center}._footerTitle_1yfbk_20{font-size:1.5rem}._footerDesc_1yfbk_31{max-width:100%}._footerBottom_1yfbk_95{flex-direction:column;text-align:center;gap:1rem}._socialLinks_1yfbk_110{justify-content:center}}@media (max-width: 1024px) and (min-width: 769px){._footerContent_1yfbk_8{grid-template-columns:repeat(2,1fr);gap:2rem}._footerBottom_1yfbk_95{flex-direction:column;text-align:center;gap:1rem}._socialLinks_1yfbk_110{justify-content:center}}@media (min-width: 1200px){._footerContent_1yfbk_8{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}}._floatingButtons_17ryj_2{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px}._discountText_17ryj_13{position:fixed;bottom:100px;left:20px;z-index:1000;animation:_bounce_17ryj_1 1.5s infinite}._discountLabel_17ryj_21{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:12px 20px;border-radius:35px;font-size:16px;font-weight:800;box-shadow:0 8px 30px #ff6b6b99;display:flex;align-items:center;gap:10px;animation:_pulse_17ryj_1 1s infinite,_colorChange_17ryj_1 2s infinite;white-space:nowrap;border:3px solid rgba(255,255,255,.4);text-shadow:0 2px 4px rgba(0,0,0,.3)}._discountIcon_17ryj_38{font-size:18px;font-weight:900;animation:_starTwinkle_17ryj_1 .8s infinite;filter:drop-shadow(0 0 5px rgba(255,255,255,.8));display:inline-block;vertical-align:middle;line-height:1}@keyframes _bounce_17ryj_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-25px)}60%{transform:translateY(-12px)}}@keyframes _pulse_17ryj_1{0%{transform:scale(1);box-shadow:0 8px 30px #ff6b6b99}50%{transform:scale(1.15);box-shadow:0 12px 40px #ff6b6bcc}to{transform:scale(1);box-shadow:0 8px 30px #ff6b6b99}}@keyframes _colorChange_17ryj_1{0%{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}25%{background:linear-gradient(135deg,#ff8e53,#ff6b6b)}50%{background:linear-gradient(135deg,#ff4757,#ff3838)}75%{background:linear-gradient(135deg,#ff6348,#ff5252)}to{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}}@keyframes _starTwinkle_17ryj_1{0%,to{transform:scale(1) rotate(0);opacity:1;filter:drop-shadow(0 0 5px rgba(255,255,255,.8))}25%{transform:scale(1.4) rotate(90deg);opacity:.9;filter:drop-shadow(0 0 8px rgba(255,255,255,1))}50%{transform:scale(1.2) rotate(180deg);opacity:1;filter:drop-shadow(0 0 10px rgba(255,255,255,1))}75%{transform:scale(1.5) rotate(270deg);opacity:.95;filter:drop-shadow(0 0 12px rgba(255,255,255,1))}}._whatsappButton_17ryj_117{position:fixed;bottom:20px;left:20px;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128c7e);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d3664d;transition:all .3s ease;z-index:1000;color:#fff}._whatsappButton_17ryj_117:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36666}._whatsappButton_17ryj_117:active{transform:scale(.95)}._whatsappIcon_17ryj_145{width:32px;height:32px}._phoneButton_17ryj_151{position:fixed;bottom:20px;right:20px;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#28a745,#20c997);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #28a7454d;transition:all .3s ease;z-index:1000;color:#fff}._phoneButton_17ryj_151:hover{transform:scale(1.1);box-shadow:0 6px 25px #28a74566}._phoneButton_17ryj_151:active{transform:scale(.95)}._phoneIcon_17ryj_179{width:28px;height:28px;stroke-width:2}._searchOverlay_17ryj_186{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_17ryj_1 .3s ease}@keyframes _fadeIn_17ryj_1{0%{opacity:0}to{opacity:1}}._searchModal_17ryj_211{background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 60px #0003;width:90%;max-width:500px;animation:_slideUp_17ryj_1 .3s ease}@keyframes _slideUp_17ryj_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._searchForm_17ryj_233{width:100%}._searchInputContainer_17ryj_237{position:relative;display:flex;align-items:center;background:#f8f9fa;border-radius:12px;padding:4px;border:2px solid transparent;transition:all .3s ease}._searchInputContainer_17ryj_237:focus-within{border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a}._searchInputIcon_17ryj_254{width:20px;height:20px;color:#6c757d;margin-left:12px;stroke-width:2}._searchInput_17ryj_237{flex:1;border:none;background:transparent;padding:12px 16px;font-size:16px;outline:none;color:#333}._searchInput_17ryj_237::placeholder{color:#6c757d}._searchSubmit_17ryj_276{background:#007bff;border:none;border-radius:8px;padding:12px 16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}._searchSubmit_17ryj_276:hover{background:#0056b3;transform:scale(1.05)}._searchSubmitIcon_17ryj_294{width:18px;height:18px;stroke-width:2}@media (max-width: 768px){._whatsappButton_17ryj_117,._phoneButton_17ryj_151{width:65px;height:65px;bottom:16px}._whatsappButton_17ryj_117{left:16px}._phoneButton_17ryj_151{right:16px}._whatsappIcon_17ryj_145{width:28px;height:28px}._phoneIcon_17ryj_179{width:24px;height:24px}._discountText_17ryj_13{bottom:90px;left:16px}._discountLabel_17ryj_21{font-size:14px;padding:10px 16px;gap:8px}._discountIcon_17ryj_38{width:18px;height:18px}._searchModal_17ryj_211{margin:16px;padding:20px}._searchInput_17ryj_237{font-size:16px}}@media (max-width: 480px){._whatsappButton_17ryj_117,._phoneButton_17ryj_151{width:60px;height:60px;bottom:12px}._whatsappButton_17ryj_117{left:12px}._phoneButton_17ryj_151{right:12px}._whatsappIcon_17ryj_145{width:26px;height:26px}._phoneIcon_17ryj_179{width:22px;height:22px}._discountText_17ryj_13{bottom:80px;left:12px}._discountLabel_17ryj_21{font-size:13px;padding:8px 14px;gap:6px}._discountIcon_17ryj_38{width:16px;height:16px}._searchModal_17ryj_211{margin:12px;padding:16px}}@media (prefers-reduced-motion: reduce){._whatsappButton_17ryj_117,._searchButton_17ryj_402,._searchInputContainer_17ryj_237,._searchSubmit_17ryj_276{transition:none}._discountText_17ryj_13,._discountLabel_17ryj_21,._discountIcon_17ryj_38,._searchOverlay_17ryj_186,._searchModal_17ryj_211{animation:none}}._whatsappButton_17ryj_117:focus,._phoneButton_17ryj_151:focus,._searchSubmit_17ryj_276:focus{outline:2px solid #007bff;outline-offset:2px}@media (prefers-contrast: high){._whatsappButton_17ryj_117{background:#25d366;border:2px solid #128c7e}._phoneButton_17ryj_151{background:#28a745;border:2px solid #20c997}._searchModal_17ryj_211{border:2px solid #333}}._home_1gi4j_1{margin:0;padding:0}._hero_1gi4j_7{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0;padding:0}._heroBackground_1gi4j_18{position:relative;width:100%;height:60vh;background-image:url(/assets/hero-slide-1.webp);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;margin:0;padding:0;display:flex;align-items:center;justify-content:center}._heroBackground_1gi4j_18:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}._processSteps_1gi4j_48{padding:0;background:transparent;position:relative;margin-top:-8rem;z-index:10;display:flex;justify-content:center;align-items:center}._visitorStats_1gi4j_60{padding:4rem 0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));margin-top:2rem}._statsGrid_1gi4j_66{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}._statCard_1gi4j_75{background:#fffffff2;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 8px 30px #00000026;transition:all .3s ease;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}._statCard_1gi4j_75:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background:linear-gradient(135deg,var(--secondary-color),#f97316);transition:height .3s ease;z-index:1}._statCard_1gi4j_75:hover:before{height:100%}._statCard_1gi4j_75:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0003;border-color:#fff9}._statCard_1gi4j_75>*{position:relative;z-index:2;transition:color .3s ease}._statCard_1gi4j_75:hover>*{color:var(--white)}._statIcon_1gi4j_120{color:var(--primary-color);margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}._statIcon_1gi4j_120 svg{width:48px;height:48px;stroke:currentColor;stroke-width:2;fill:none}._statContent_1gi4j_136{display:flex;flex-direction:column;align-items:center;gap:.5rem}._statNumber_1gi4j_143{font-size:2.5rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:.5rem}._statLabel_1gi4j_151{font-size:1rem;font-weight:600;color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px}._stepsGrid_1gi4j_159{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;padding:2rem 0;max-width:1200px;margin:0 auto}._stepCard_1gi4j_168{text-align:center;padding:3rem 2rem;background:var(--white);border-radius:20px;transition:all .3s ease;position:relative;box-shadow:0 6px 25px #0000001f;border:1px solid var(--border-color);overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:center}._stepCard_1gi4j_168:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background:linear-gradient(135deg,var(--secondary-color),#f97316);transition:height .3s ease;z-index:1}._stepCard_1gi4j_168:hover:before{height:100%}._stepCard_1gi4j_168:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00000026}._stepCard_1gi4j_168>*{position:relative;z-index:2;transition:color .3s ease}._stepCard_1gi4j_168:hover>*{color:var(--white)}._stepIcon_1gi4j_215{font-size:3.5rem;margin-bottom:2rem;display:block;transition:transform .3s ease}._stepIcon_1gi4j_215 svg{width:64px;height:64px}._stepCard_1gi4j_168 h3{font-size:1.4rem;font-weight:600;color:var(--primary-color);margin-bottom:1.2rem;line-height:1.3;transition:color .3s ease}._stepCard_1gi4j_168 p{font-size:1.05rem;color:var(--text-dark);line-height:1.5;margin:0;transition:color .3s ease}._stepCard_1gi4j_168:not(:last-child):after{content:"→";position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%);font-size:2.5rem;color:var(--secondary-color);z-index:1;animation:_arrowFlow_1gi4j_1 3s ease-in-out infinite;text-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes _arrowFlow_1gi4j_1{0%,to{opacity:.5;transform:translateY(-50%) translate(-3px) scale(.9)}25%{opacity:.8;transform:translateY(-50%) translate(0) scale(1)}50%{opacity:1;transform:translateY(-50%) translate(3px) scale(1.1)}75%{opacity:.8;transform:translateY(-50%) translate(0) scale(1)}}._stepCard_1gi4j_168:hover+._stepCard_1gi4j_168:before,._stepCard_1gi4j_168:not(:last-child):hover:after{animation-duration:1s;color:var(--primary-color)}._servicesPreview_1gi4j_285{padding:5rem 0;background:var(--white)}._sectionHeader_1gi4j_290{text-align:center;margin-bottom:4rem}._sectionHeader_1gi4j_290 h2{font-size:3rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700;letter-spacing:1px}._sectionHeader_1gi4j_290 p{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}._servicesGrid_1gi4j_310{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}._serviceImageContainer_1gi4j_317{margin-bottom:2rem;display:flex;justify-content:center;align-items:center;height:200px;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._serviceImage_1gi4j_317{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:16px}._serviceCard_1gi4j_336{cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;padding:3rem 2.5rem;min-height:380px;display:flex;flex-direction:column;justify-content:space-between}._serviceCard_1gi4j_336:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}._serviceCard_1gi4j_336:hover ._serviceImage_1gi4j_317{transform:scale(1.1)}._serviceCard_1gi4j_336 h3{font-size:1.75rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem;line-height:1.3;text-transform:uppercase!important;letter-spacing:.5px;font-variant:normal;font-feature-settings:"case" on}._serviceCard_1gi4j_336 p{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}._learnMore_1gi4j_377{margin-top:auto;padding-top:2rem;opacity:1;transition:all .3s ease;text-align:center;border-top:1px solid var(--border-color)}._serviceCard_1gi4j_336:hover ._learnMore_1gi4j_377{opacity:1;transform:translateY(-2px)}._learnMore_1gi4j_377 span{color:var(--secondary-color);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}._serviceCard_1gi4j_336:hover ._learnMore_1gi4j_377 span{color:var(--primary-color);transform:translate(4px)}._sectionCta_1gi4j_410{text-align:center}._serviceAreas_1gi4j_415{padding:5rem 0;background:var(--background-color)}._areasGrid_1gi4j_420{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}._areaCard_1gi4j_427{background:var(--white);border-radius:16px;padding:2rem 1.5rem;text-align:center;text-decoration:none;color:var(--text-dark);transition:all .3s ease;border:1px solid var(--border-color);position:relative;overflow:hidden;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}._areaCard_1gi4j_427:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026;text-decoration:none;color:var(--text-dark)}._areaIcon_1gi4j_451{font-size:3rem;margin-bottom:1.5rem;transition:transform .3s ease}._areaCard_1gi4j_427:hover ._areaIcon_1gi4j_451{transform:scale(1.1)}._areaCard_1gi4j_427 h3{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem;line-height:1.3}._areaCard_1gi4j_427 p{font-size:.95rem;color:var(--text-light);line-height:1.5;margin-bottom:1.5rem;flex-grow:1}._areaStats_1gi4j_477{background:var(--secondary-color);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block;margin-top:auto}._areaCard_1gi4j_427:last-child{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white)}._areaCard_1gi4j_427:last-child:hover{color:var(--white);text-decoration:none}._areaCard_1gi4j_427:last-child h3{color:var(--white)}._areaCard_1gi4j_427:last-child p{color:#ffffffe6}._areaCard_1gi4j_427:last-child ._areaStats_1gi4j_477{background:#fff3;color:var(--white)}._aboutPreview_1gi4j_513{padding:5rem 0;background:var(--background-color)}._aboutContent_1gi4j_518{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._aboutText_1gi4j_525 h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1.5rem}._aboutText_1gi4j_525 p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}._features_1gi4j_538{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._feature_1gi4j_538{display:flex;align-items:flex-start;gap:1rem}._featureIcon_1gi4j_551{font-size:1.5rem;flex-shrink:0;margin-top:.25rem}._feature_1gi4j_538 h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}._feature_1gi4j_538 p{color:var(--text-light);font-size:.95rem;margin-bottom:0}._aboutImage_1gi4j_569{display:flex;justify-content:center;align-items:center}._aboutImg_1gi4j_575{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease}._aboutImg_1gi4j_575:hover{transform:scale(1.02)}._imagePlaceholder_1gi4j_588{width:100%;height:400px;background:var(--white);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.1rem;font-weight:500}._testimonials_1gi4j_603{padding:5rem 0;background:var(--white)}._testimonialsGrid_1gi4j_608{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}._testimonialCard_1gi4j_615{padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid var(--border-color);background:var(--white)}._testimonialCard_1gi4j_615:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}._testimonialHeader_1gi4j_629{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._stars_1gi4j_636{font-size:1.2rem;color:gold}._testimonialDate_1gi4j_641{font-size:.9rem;color:var(--text-light);font-weight:500}._testimonialText_1gi4j_647{font-size:1rem;line-height:1.6;color:var(--text-color);margin-bottom:1.5rem;font-style:italic}._testimonialAuthor_1gi4j_655{display:flex;align-items:center;gap:1rem}._authorInfo_1gi4j_661 h4{font-size:1.1rem;color:var(--primary-color);margin-bottom:.25rem;font-weight:600}._authorInfo_1gi4j_661 span{font-size:.9rem;color:var(--text-light)}._testimonialsStats_1gi4j_673{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;padding:2rem;background:var(--background-color);border-radius:15px}._statItem_1gi4j_683{text-align:center;padding:1.5rem}._statNumber_1gi4j_143{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;display:block}._statLabel_1gi4j_151{font-size:1rem;color:var(--text-light);font-weight:500}._cta_1gi4j_705{padding:5rem 0;background:var(--primary-color);color:var(--white)}._ctaContent_1gi4j_711{text-align:center}._ctaContent_1gi4j_711 h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}._ctaContent_1gi4j_711 p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}._ctaActions_1gi4j_730{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaActions_1gi4j_730 ._btn_1gi4j_737{min-width:200px}@media (max-width: 1024px) and (min-width: 769px){._servicesGrid_1gi4j_310{gap:2.5rem}._serviceCard_1gi4j_336{padding:2.5rem 2rem;min-height:350px}._serviceImageContainer_1gi4j_317{height:160px}._serviceCard_1gi4j_336 h3{font-size:1.6rem;text-transform:uppercase!important;letter-spacing:.4px;font-variant:normal;font-feature-settings:"case" on}._serviceCard_1gi4j_336 p{font-size:1.05rem}._areasGrid_1gi4j_420{grid-template-columns:repeat(2,1fr);gap:1.5rem}._areaCard_1gi4j_427{padding:1.5rem 1.25rem;min-height:200px}._areaIcon_1gi4j_451{font-size:2.5rem;margin-bottom:1rem}._stepCard_1gi4j_168{padding:2.25rem 1.75rem}._stepCard_1gi4j_168:before{transition:height .3s ease}._stepCard_1gi4j_168:not(:last-child):after{display:none}}@media (max-width: 768px){._home_1gi4j_1{margin:0;padding:0}._hero_1gi4j_7{min-height:50vh}._heroBackground_1gi4j_18{background-attachment:scroll;height:50vh}._heroTitle_1gi4j_814{font-size:2.2rem}._heroSubtitle_1gi4j_818{font-size:1rem}._processSteps_1gi4j_48{margin-top:-6rem}._stepsGrid_1gi4j_159{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem 0}._stepCard_1gi4j_168{padding:2.5rem 1.5rem;border-radius:16px;min-height:240px}._stepCard_1gi4j_168:before{transition:height .25s ease}._stepIcon_1gi4j_215{font-size:3rem;margin-bottom:1.5rem}._stepIcon_1gi4j_215 svg{width:56px;height:56px}._stepCard_1gi4j_168 h3{font-size:1.3rem}._stepCard_1gi4j_168 p{font-size:1rem}._stepCard_1gi4j_168:not(:last-child):after{display:none}._heroBottomActions_1gi4j_864{bottom:-1.5rem}._heroContent_1gi4j_870{padding:1.5rem;max-width:90%;margin:0 auto;text-align:center}._servicesPreview_1gi4j_285{padding:5rem 0 3rem}._servicesGrid_1gi4j_310{grid-template-columns:repeat(2,1fr);gap:2rem}._serviceCard_1gi4j_336{padding:2rem 1.5rem;min-height:320px}._serviceImageContainer_1gi4j_317{height:140px;margin-bottom:1.25rem;border-radius:12px}._serviceImage_1gi4j_317{border-radius:12px}._serviceCard_1gi4j_336 h3{font-size:1.4rem;margin-bottom:1rem;text-transform:uppercase!important;letter-spacing:.3px;font-variant:normal;font-feature-settings:"case" on}._serviceCard_1gi4j_336 p{font-size:1rem;margin-bottom:1rem}._areasGrid_1gi4j_420{grid-template-columns:repeat(2,1fr);gap:1.25rem}._areaCard_1gi4j_427{padding:1.25rem 1rem;min-height:180px}._areaIcon_1gi4j_451{font-size:2.25rem;margin-bottom:1rem}._areaCard_1gi4j_427 h3{font-size:1.1rem}._areaCard_1gi4j_427 p{font-size:.9rem;margin-bottom:1rem}._aboutPreview_1gi4j_513{padding:3rem 0}._aboutContent_1gi4j_518{grid-template-columns:1fr;gap:2rem;text-align:center}._aboutText_1gi4j_525{order:2}._aboutImage_1gi4j_569{order:1}._aboutImg_1gi4j_575,._imagePlaceholder_1gi4j_588{height:250px}._testimonials_1gi4j_603{padding:3rem 0}._testimonialsGrid_1gi4j_608{grid-template-columns:1fr;gap:1.5rem}._testimonialCard_1gi4j_615{padding:1.5rem}._testimonialsStats_1gi4j_673{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem}._statNumber_1gi4j_143{font-size:2rem}._cta_1gi4j_705{padding:3rem 0}._ctaActions_1gi4j_730{flex-direction:column;align-items:center}._ctaActions_1gi4j_730 ._btn_1gi4j_737{width:100%;max-width:300px}}@media (max-width: 480px){._servicesGrid_1gi4j_310{grid-template-columns:1fr;gap:1.5rem}._serviceCard_1gi4j_336{padding:1.5rem 1rem;min-height:280px}._serviceImageContainer_1gi4j_317{height:120px;margin-bottom:1rem}._serviceCard_1gi4j_336 h3{font-size:1.25rem;margin-bottom:.75rem;text-transform:uppercase!important;letter-spacing:.2px;font-variant:normal;font-feature-settings:"case" on}._serviceCard_1gi4j_336 p{font-size:.95rem;margin-bottom:.75rem}._learnMore_1gi4j_377{padding-top:1rem}._learnMore_1gi4j_377 span{font-size:1rem}._areasGrid_1gi4j_420{grid-template-columns:1fr;gap:1rem}._areaCard_1gi4j_427{padding:1rem .75rem;min-height:160px}._areaIcon_1gi4j_451{font-size:2rem;margin-bottom:.75rem}._areaCard_1gi4j_427 h3{font-size:1rem;margin-bottom:.75rem}._areaCard_1gi4j_427 p{font-size:.85rem;margin-bottom:.75rem}._areaStats_1gi4j_477{font-size:.8rem;padding:.4rem .8rem}._heroTitle_1gi4j_814{font-size:1.8rem}._heroSubtitle_1gi4j_818{font-size:.95rem}._processSteps_1gi4j_48{margin-top:-4rem}._stepsGrid_1gi4j_159{grid-template-columns:1fr;gap:1rem;padding:1rem 0}._visitorStats_1gi4j_60{padding:3rem 0;margin-top:1rem}._statsGrid_1gi4j_66{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}._statCard_1gi4j_75{padding:2rem 1.5rem;border-radius:16px}._statIcon_1gi4j_120 svg{width:40px;height:40px}._statNumber_1gi4j_143{font-size:2rem}._statLabel_1gi4j_151{font-size:.9rem}._stepCard_1gi4j_168{padding:2rem 1.25rem;border-radius:14px;min-height:200px}._stepCard_1gi4j_168:before{transition:height .2s ease}._stepIcon_1gi4j_215{font-size:2.5rem;margin-bottom:1rem}._stepIcon_1gi4j_215 svg{width:48px;height:48px}._stepCard_1gi4j_168 h3{font-size:1.1rem;margin-bottom:.75rem}._stepCard_1gi4j_168 p{font-size:.9rem}._visitorStats_1gi4j_60{padding:2rem 0;margin-top:.5rem}._statsGrid_1gi4j_66{gap:1rem;padding:0 .5rem}._statCard_1gi4j_75{padding:1.5rem 1rem;border-radius:12px}._statIcon_1gi4j_120 svg{width:36px;height:36px}._statNumber_1gi4j_143{font-size:1.8rem}._statLabel_1gi4j_151{font-size:.8rem}}@media (max-width: 1024px) and (min-width: 769px){._heroTitle_1gi4j_814{font-size:3rem}._servicesGrid_1gi4j_310{grid-template-columns:repeat(2,1fr)}._aboutContent_1gi4j_518{gap:3rem}._aboutImg_1gi4j_575,._imagePlaceholder_1gi4j_588{height:350px}}@media (min-width: 1200px){._heroTitle_1gi4j_814{font-size:4rem}._servicesGrid_1gi4j_310{grid-template-columns:repeat(3,1fr)}}._overlay_3l71h_1{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_3l71h_1 .3s ease-out}._modal_3l71h_15{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0003;animation:_slideUp_3l71h_1 .3s ease-out}._closeButton_3l71h_27{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}._closeButton_3l71h_27:hover{background:#f5f5f5;color:#333}._modalHeader_3l71h_51{padding:40px 40px 20px;text-align:center;border-bottom:1px solid #eee}._serviceIcon_3l71h_57{font-size:48px;margin-bottom:16px;display:block}._modalHeader_3l71h_51 h2{color:var(--primary-color);margin:0;font-size:24px;font-weight:600}._modalContent_3l71h_70{padding:30px 40px}._description_3l71h_74{margin-bottom:30px}._description_3l71h_74 p{color:#666;line-height:1.7;font-size:16px;margin:0}._serviceInfo_3l71h_85{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:30px;padding:20px;background:#f9f9f9;border-radius:12px}._infoItem_3l71h_95 h4{color:var(--primary-color);margin:0 0 8px;font-size:14px;font-weight:600}._infoItem_3l71h_95 p{color:#333;margin:0;font-size:16px;font-weight:500}._features_3l71h_109{margin-bottom:20px}._features_3l71h_109 h4{color:var(--primary-color);margin:0 0 16px;font-size:16px;font-weight:600}._features_3l71h_109 ul{list-style:none;padding:0;margin:0}._features_3l71h_109 li{padding:8px 0 8px 20px;position:relative;color:#666;line-height:1.6}._features_3l71h_109 li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700}._modalFooter_3l71h_142{padding:20px 40px 40px;display:flex;gap:12px;justify-content:center}._modalFooter_3l71h_142 button{flex:1;max-width:200px}@keyframes _fadeIn_3l71h_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_3l71h_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){._modal_3l71h_15{width:95%;max-height:95vh}._modalHeader_3l71h_51,._modalContent_3l71h_70,._modalFooter_3l71h_142{padding-left:20px;padding-right:20px}._modalHeader_3l71h_51{padding-top:30px}._serviceInfo_3l71h_85{grid-template-columns:1fr;gap:16px}._modalFooter_3l71h_142{flex-direction:column}._modalFooter_3l71h_142 button{max-width:none}}@media (max-width: 480px){._modalHeader_3l71h_51 h2{font-size:20px}._serviceIcon_3l71h_57{font-size:40px}._description_3l71h_74 p{font-size:14px}}._serviceCard_z8p0u_1{height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}._cardHeader_z8p0u_9{text-align:center;margin-bottom:1.5rem}._serviceImageContainer_z8p0u_14{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;height:180px;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._serviceImage_z8p0u_14{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:16px}._serviceTitle_z8p0u_33{color:var(--primary-color);font-size:1.5rem;font-weight:600;margin-bottom:0;text-transform:uppercase!important;letter-spacing:.5px;font-variant:normal;font-feature-settings:"case" on}._serviceDescription_z8p0u_44{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}._featureList_z8p0u_52{list-style:none;padding:0;margin-bottom:1.5rem}._featureItem_z8p0u_58{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;color:var(--text-dark)}._checkIcon_z8p0u_67{color:var(--secondary-color);font-weight:700;font-size:1rem;flex-shrink:0;margin-top:.1rem}._priceSection_z8p0u_75{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid var(--border-color);margin-bottom:1.5rem}._priceLabel_z8p0u_84{font-size:.9rem;color:var(--text-light)}._price_z8p0u_75{font-size:1.25rem;font-weight:600;color:var(--primary-color)}._cardFooter_z8p0u_95{margin-top:auto;text-align:center}._cardFooter_z8p0u_95 ._btn_z8p0u_100{width:100%;transition:all .3s ease}._serviceCard_z8p0u_1:hover{transform:translateY(-8px);box-shadow:0 12px 32px var(--shadow-dark)}._serviceCard_z8p0u_1:hover ._serviceImage_z8p0u_14{transform:scale(1.1);transition:transform .3s ease}._serviceCard_z8p0u_1:hover ._serviceTitle_z8p0u_33{color:var(--secondary-color);transition:color .3s ease}@media (max-width: 1024px) and (min-width: 769px){._serviceImageContainer_z8p0u_14{height:160px}}@media (max-width: 768px){._serviceImageContainer_z8p0u_14{height:140px;border-radius:12px}._serviceImage_z8p0u_14{border-radius:12px}._serviceTitle_z8p0u_33{font-size:1.25rem;text-transform:uppercase!important;letter-spacing:.3px;font-variant:normal;font-feature-settings:"case" on}._serviceDescription_z8p0u_44{font-size:.95rem}._featureItem_z8p0u_58{font-size:.9rem}._priceSection_z8p0u_75{flex-direction:column;gap:.5rem;text-align:center}._price_z8p0u_75{font-size:1.5rem}}@media (max-width: 480px){._serviceImageContainer_z8p0u_14{height:120px;margin-bottom:1rem}}._breadcrumb_ep2x3_1{padding:1rem 0;background:#f8f9fa;border-bottom:1px solid #e9ecef}._breadcrumbList_ep2x3_7{display:flex;align-items:center;list-style:none;margin:0;padding:0;font-size:.875rem;color:#6c757d}._breadcrumbItem_ep2x3_17{display:flex;align-items:center}._breadcrumbItem_ep2x3_17:not(:last-child):after{content:"/";margin:0 .5rem;color:#adb5bd}._breadcrumbLink_ep2x3_28{color:#007bff;text-decoration:none;transition:color .2s ease}._breadcrumbLink_ep2x3_28:hover{color:#0056b3;text-decoration:underline}._breadcrumbCurrent_ep2x3_39{color:#495057;font-weight:500}@media (max-width: 768px){._breadcrumb_ep2x3_1{padding:.75rem 0}._breadcrumbList_ep2x3_7{font-size:.8rem;flex-wrap:wrap}._breadcrumbItem_ep2x3_17:not(:last-child):after{margin:0 .25rem}}._services_10qtm_1{padding-top:0}._header_10qtm_6{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:4rem 0;text-align:center}._headerContent_10qtm_13 h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}._headerContent_10qtm_13 p{font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.6;opacity:.9}._servicesGrid_10qtm_28{padding:5rem 0;background:var(--background-color)}._gridContainer_10qtm_33{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._additionalServices_10qtm_40{padding:4rem 0;background:var(--white)}._additionalContent_10qtm_45{text-align:center}._additionalContent_10qtm_45 h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}._extraServices_10qtm_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._extraService_10qtm_55{padding:2rem;background:var(--background-color);border-radius:12px;text-align:center;transition:transform .3s ease}._extraService_10qtm_55:hover{transform:translateY(-4px)}._extraService_10qtm_55 h3{font-size:1.25rem;color:var(--primary-color);margin-bottom:1rem;text-transform:uppercase!important;letter-spacing:.5px;font-weight:600;font-variant:normal;font-feature-settings:"case" on}._extraService_10qtm_55 p{color:var(--text-light);font-size:.95rem;line-height:1.5}._cta_10qtm_91{padding:4rem 0;background:var(--primary-color);color:var(--white)}._ctaContent_10qtm_97{text-align:center}._ctaContent_10qtm_97 h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}._ctaContent_10qtm_97 p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}._ctaActions_10qtm_116{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaActions_10qtm_116 ._btn_10qtm_123{min-width:180px}@media (max-width: 768px){._services_10qtm_1{padding-top:60px}._header_10qtm_6{padding:2.5rem 0}._headerContent_10qtm_13 h1{font-size:2rem}._headerContent_10qtm_13 p{font-size:1rem}._servicesGrid_10qtm_28{padding:3rem 0}._gridContainer_10qtm_33{grid-template-columns:1fr;gap:1.5rem}._additionalServices_10qtm_40{padding:3rem 0}._additionalContent_10qtm_45 h2{font-size:2rem}._extraServices_10qtm_55{grid-template-columns:1fr;gap:1.5rem}._extraService_10qtm_55{padding:1.5rem}._cta_10qtm_91{padding:3rem 0}._ctaContent_10qtm_97 h2{font-size:2rem}._ctaActions_10qtm_116{flex-direction:column;align-items:center}._ctaActions_10qtm_116 ._btn_10qtm_123{width:100%;max-width:300px}}@media (max-width: 1024px) and (min-width: 769px){._headerContent_10qtm_13 h1{font-size:2.5rem}._gridContainer_10qtm_33,._extraServices_10qtm_55{grid-template-columns:repeat(2,1fr)}._ctaActions_10qtm_116 ._btn_10qtm_123{min-width:160px}}@media (min-width: 1200px){._gridContainer_10qtm_33{grid-template-columns:repeat(3,1fr);gap:2.5rem}._extraServices_10qtm_55{grid-template-columns:repeat(4,1fr)}}._contact_1lcuv_1{padding-top:70px}._header_1lcuv_6{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:4rem 0;text-align:center}._headerContent_1lcuv_13 h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}._headerContent_1lcuv_13 p{font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6;opacity:.9}._contactContent_1lcuv_28{padding:5rem 0;background:var(--background-color)}._contentGrid_1lcuv_33{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}._formSection_1lcuv_41{background:var(--white);padding:3rem;border-radius:12px;box-shadow:0 2px 8px var(--shadow-light)}._formSection_1lcuv_41 h2{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}._formDescription_1lcuv_54{color:var(--text-light);margin-bottom:2rem;font-size:1rem;line-height:1.5}._contactForm_1lcuv_61{display:flex;flex-direction:column;gap:1.5rem}._formRow_1lcuv_67{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._contactForm_1lcuv_61 ._btn_1lcuv_73{width:100%;margin-top:1rem}._infoSection_1lcuv_79{background:var(--white);padding:3rem;border-radius:12px;box-shadow:0 2px 8px var(--shadow-light)}._infoSection_1lcuv_79 h2{font-size:2rem;color:var(--primary-color);margin-bottom:2rem}._contactInfo_1lcuv_92{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}._contactItem_1lcuv_99{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--background-color);border-radius:8px;transition:transform .3s ease}._contactItem_1lcuv_99:hover{transform:translateY(-2px)}._contactIcon_1lcuv_113{font-size:2rem;flex-shrink:0}._contactDetails_1lcuv_118 h3{color:var(--primary-color);font-size:1.1rem;margin-bottom:.5rem}._contactDetails_1lcuv_118 p{color:var(--text-light);font-size:.95rem;margin-bottom:.25rem}._contactDetails_1lcuv_118 a{color:var(--text-dark);text-decoration:none;transition:color .3s ease}._contactDetails_1lcuv_118 a:hover{color:var(--secondary-color)}._emergencyContact_1lcuv_141{background:var(--secondary-color);color:var(--white);padding:2rem;border-radius:8px;text-align:center}._emergencyContact_1lcuv_141 h3{color:var(--white);margin-bottom:1rem}._emergencyContact_1lcuv_141 p{margin-bottom:1.5rem;opacity:.9}._emergencyContact_1lcuv_141 ._btn_1lcuv_73{background:var(--white);color:var(--secondary-color);border:2px solid var(--white)}._emergencyContact_1lcuv_141 ._btn_1lcuv_73:hover{background:transparent;color:var(--white)}._mapSection_1lcuv_171{padding:4rem 0;background:var(--white)}._mapSection_1lcuv_171 h2{font-size:2.5rem;color:var(--primary-color);text-align:center;margin-bottom:3rem}._mapContainer_1lcuv_183{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px var(--shadow-light)}._mapPlaceholder_1lcuv_189{background:var(--background-color);border:2px dashed var(--border-color);border-radius:12px;padding:4rem 2rem;text-align:center;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center}._mapIcon_1lcuv_202{font-size:4rem;margin-bottom:1.5rem}._mapPlaceholder_1lcuv_189 h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem}._mapPlaceholder_1lcuv_189 p{color:var(--text-light);font-size:1rem;margin-bottom:1rem;line-height:1.5}._mapNote_1lcuv_220{font-size:.9rem;color:var(--text-light);font-style:italic;max-width:400px;margin-top:1rem}@media (max-width: 768px){._contact_1lcuv_1{padding-top:60px}._header_1lcuv_6{padding:2.5rem 0}._headerContent_1lcuv_13 h1{font-size:2rem}._headerContent_1lcuv_13 p{font-size:1rem}._contactContent_1lcuv_28{padding:3rem 0}._contentGrid_1lcuv_33{grid-template-columns:1fr;gap:2rem}._formSection_1lcuv_41,._infoSection_1lcuv_79{padding:2rem}._formRow_1lcuv_67{grid-template-columns:1fr;gap:0}._contactItem_1lcuv_99{padding:1rem}._contactIcon_1lcuv_113{font-size:1.5rem}._mapSection_1lcuv_171{padding:3rem 0}._mapSection_1lcuv_171 h2{font-size:2rem}._mapPlaceholder_1lcuv_189{padding:2rem 1rem;min-height:300px}._mapIcon_1lcuv_202{font-size:3rem}}@media (max-width: 1024px) and (min-width: 769px){._headerContent_1lcuv_13 h1{font-size:2.5rem}._contentGrid_1lcuv_33{gap:3rem}._formSection_1lcuv_41,._infoSection_1lcuv_79{padding:2.5rem}._mapPlaceholder_1lcuv_189{padding:3rem 2rem}}._formInput_1lcuv_312:invalid{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}._formInput_1lcuv_312:valid{border-color:#28a745}._formInput_1lcuv_312:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0033661a}._contactForm_1lcuv_61 ._btn_1lcuv_73:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-dark)}._contactItem_1lcuv_99,._mapPlaceholder_1lcuv_189{transition:all .3s ease}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}._corporate_1q6xp_1{margin:70px 0 0;padding:0}._hero_1q6xp_8{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:5rem 0;text-align:center}._heroContent_1q6xp_15{max-width:800px;margin:0 auto}._heroTitle_1q6xp_20{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._accent_1q6xp_27{color:var(--secondary-color)}._heroSubtitle_1q6xp_31{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}._valuesSection_1q6xp_40{padding:5rem 0;background:var(--white)}._valuesGrid_1q6xp_45{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._valueCard_1q6xp_51{text-align:center;padding:2.5rem;height:100%;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid var(--border-color);border-radius:12px}._valueCard_1q6xp_51:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--secondary-color)}._cardIcon_1q6xp_68{color:var(--primary-color);margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:#0033661a;border-radius:50%;margin-left:auto;margin-right:auto;transition:all .3s ease}._valueCard_1q6xp_51:hover ._cardIcon_1q6xp_68{background:var(--secondary-color);color:var(--white);transform:scale(1.1)}._cardTitle_1q6xp_89{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}._cardDescription_1q6xp_96{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}._cardFeatures_1q6xp_103{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}._feature_1q6xp_110{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);font-size:.9rem}._featureIcon_1q6xp_118{color:var(--secondary-color);font-weight:600;font-size:1rem}._statsSection_1q6xp_125{background:var(--background-color);padding:4rem 0}._statsGrid_1q6xp_130{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}._statCard_1q6xp_136{text-align:center;padding:2rem;background:var(--white);border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease}._statCard_1q6xp_136:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}._statNumber_1q6xp_150{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}._statLabel_1q6xp_157{font-size:1rem;color:var(--text-light);font-weight:500}._ctaSection_1q6xp_164{background:var(--primary-color);color:var(--white);padding:5rem 0;text-align:center}._ctaContent_1q6xp_171{max-width:800px;margin:0 auto}._ctaContent_1q6xp_171 h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}._ctaContent_1q6xp_171 p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}._ctaActions_1q6xp_189{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaActions_1q6xp_189 ._btn_1q6xp_196{min-width:200px}@media (max-width: 768px){._corporate_1q6xp_1{margin-top:60px}._hero_1q6xp_8{padding:3rem 0}._heroTitle_1q6xp_20{font-size:2.5rem}._heroSubtitle_1q6xp_31{font-size:1.1rem}._valuesSection_1q6xp_40{padding:3rem 0}._valuesGrid_1q6xp_45{grid-template-columns:1fr;gap:1.5rem}._valueCard_1q6xp_51{padding:2rem}._cardIcon_1q6xp_68{width:60px;height:60px}._statsSection_1q6xp_125{padding:3rem 0}._statsGrid_1q6xp_130{grid-template-columns:repeat(2,1fr);gap:1.5rem}._statCard_1q6xp_136{padding:1.5rem}._statNumber_1q6xp_150{font-size:2.5rem}._ctaSection_1q6xp_164{padding:3rem 0}._ctaContent_1q6xp_171 h2{font-size:2rem}._ctaActions_1q6xp_189{flex-direction:column;align-items:center}._ctaActions_1q6xp_189 ._btn_1q6xp_196{width:100%;max-width:300px}}@media (max-width: 1024px) and (min-width: 769px){._heroTitle_1q6xp_20{font-size:2.8rem}._valuesGrid_1q6xp_45{grid-template-columns:repeat(2,1fr)}._statsGrid_1q6xp_130{grid-template-columns:repeat(4,1fr)}._ctaContent_1q6xp_171 h2{font-size:2.3rem}}@media (min-width: 1200px){._heroTitle_1q6xp_20{font-size:3.5rem}._valuesGrid_1q6xp_45{grid-template-columns:repeat(3,1fr)}}._corporateDetail_1kyjn_1{margin:70px 0 0;padding:0}._breadcrumb_1kyjn_8{background:var(--background-color);padding:1rem 0;border-bottom:1px solid var(--border-color)}._breadcrumbNav_1kyjn_14{display:flex;align-items:center;gap:.5rem;font-size:.9rem}._breadcrumbLink_1kyjn_21{color:var(--text-light);text-decoration:none;transition:color .3s ease}._breadcrumbLink_1kyjn_21:hover{color:var(--primary-color)}._breadcrumbSeparator_1kyjn_31{color:var(--text-light);font-size:.8rem}._breadcrumbCurrent_1kyjn_36{color:var(--primary-color);font-weight:500}._hero_1kyjn_42{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:4rem 0;text-align:center}._heroContent_1kyjn_49{max-width:800px;margin:0 auto}._heroTitle_1kyjn_54{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._accent_1kyjn_61{color:var(--secondary-color)}._heroSubtitle_1kyjn_65{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}._mainContent_1kyjn_74{padding:5rem 0;background:var(--white)}._contentGrid_1kyjn_79{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}._textContent_1kyjn_86{max-width:800px;margin:0 auto}._textContent_1kyjn_86 h2{font-size:2.2rem;color:var(--primary-color);margin-bottom:1.5rem}._textContent_1kyjn_86 h3{font-size:1.5rem;color:var(--primary-color);margin:2rem 0 1.5rem}._textContent_1kyjn_86 p{font-size:1.1rem;line-height:1.7;color:var(--text-light);margin-bottom:1.5rem}._valuesList_1kyjn_110{display:flex;flex-direction:column;gap:1.5rem}._valueItem_1kyjn_116{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#00336608;border-radius:8px;border-left:4px solid var(--secondary-color);transition:all .3s ease}._valueItem_1kyjn_116:hover{transform:translate(5px);background:#0033660f}._valueIcon_1kyjn_132{font-size:1.5rem;margin-top:.25rem}._valueItem_1kyjn_116 h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}._valueItem_1kyjn_116 p{color:var(--text-light);margin-bottom:0;font-size:.95rem}._milestones_1kyjn_150{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}._milestone_1kyjn_150{display:flex;align-items:center;gap:1rem;padding:1rem;background:#00336608;border-radius:8px;border-left:4px solid var(--secondary-color);transition:all .3s ease}._milestone_1kyjn_150:hover{transform:translate(5px);background:#0033660f}._year_1kyjn_173{font-weight:700;color:var(--secondary-color);font-size:1.2rem;min-width:60px}._achievement_1kyjn_180{color:var(--text-light);font-size:1rem}._imagePlaceholder_1kyjn_186{width:100%;height:400px;background:var(--background-color);border:2px dashed var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.1rem;font-weight:500}._imageContent_1kyjn_200{display:flex;justify-content:center;align-items:flex-start;position:sticky;top:100px}._imageCard_1kyjn_208{position:relative;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease}._imageCard_1kyjn_208:hover{transform:scale(1.03)}._aboutImage_1kyjn_221{width:100%;height:400px;object-fit:cover;display:block}._imageOverlay_1kyjn_228{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:var(--white);padding:2rem;transform:translateY(100%);transition:transform .3s ease}._imageCard_1kyjn_208:hover ._imageOverlay_1kyjn_228{transform:translateY(0)}._overlayContent_1kyjn_244 h4{font-size:1.2rem;margin-bottom:.5rem}._overlayContent_1kyjn_244 p{font-size:.9rem;opacity:.9;margin-bottom:0}._securitySection_1kyjn_256{padding:5rem 0;background:var(--background-color)}._sectionIntro_1kyjn_261{font-size:1.1rem;line-height:1.6;color:var(--text-light);text-align:center;max-width:800px;margin:0 auto 3rem}._securityGrid_1kyjn_270{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._securityCard_1kyjn_276{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}._securityCard_1kyjn_276:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}._securityIcon_1kyjn_290{font-size:3rem;margin-bottom:1.5rem}._securityCard_1kyjn_276 h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem}._securityCard_1kyjn_276 p{color:var(--text-light);line-height:1.6;margin-bottom:0}._statsSection_1kyjn_308{background:var(--background-color);padding:4rem 0}._sectionTitle_1kyjn_313{font-size:2.5rem;color:var(--primary-color);text-align:center;margin-bottom:3rem}._statsGrid_1kyjn_320{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._statCard_1kyjn_326{text-align:center;padding:2rem;background:var(--white);border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease}._statCard_1kyjn_326:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}._statNumber_1kyjn_340{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}._statLabel_1kyjn_347{font-size:1.1rem;color:var(--text-dark);font-weight:600;margin-bottom:.5rem}._statDescription_1kyjn_354{font-size:.9rem;color:var(--text-light);line-height:1.5}._satisfactionSection_1kyjn_361{padding:5rem 0;background:var(--background-color)}._testimonials_1kyjn_366{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}._testimonial_1kyjn_366{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}._testimonial_1kyjn_366:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}._quote_1kyjn_386{font-style:italic;font-size:1.1rem;line-height:1.6;color:var(--text-light);margin-bottom:1rem;position:relative}._quote_1kyjn_386:before{content:'"';font-size:3rem;color:var(--secondary-color);position:absolute;top:-10px;left:-10px;opacity:.3}._author_1kyjn_405{font-weight:600;color:var(--primary-color);font-size:.95rem}._teamSection_1kyjn_412{background:var(--white);padding:4rem 0}._teamGrid_1kyjn_417{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._teamCard_1kyjn_423{text-align:center;padding:2rem;border:1px solid var(--border-color);border-radius:12px;transition:all .3s ease}._teamCard_1kyjn_423:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a;border-color:var(--secondary-color)}._teamIcon_1kyjn_437{font-size:3rem;margin-bottom:1rem}._teamCard_1kyjn_423 h4{font-size:1.3rem;color:var(--primary-color);margin-bottom:1rem}._teamCard_1kyjn_423 p{color:var(--text-light);line-height:1.6}._ctaSection_1kyjn_454{background:var(--primary-color);color:var(--white);padding:4rem 0;text-align:center}._ctaContent_1kyjn_461{max-width:800px;margin:0 auto}._ctaContent_1kyjn_461 h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}._ctaContent_1kyjn_461 p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}._ctaActions_1kyjn_479{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaActions_1kyjn_479 ._btn_1kyjn_486{min-width:200px}@media (max-width: 768px){._corporateDetail_1kyjn_1{margin-top:60px}._breadcrumb_1kyjn_8{padding:.75rem 0}._breadcrumbNav_1kyjn_14{font-size:.8rem}._hero_1kyjn_42{padding:3rem 0}._heroTitle_1kyjn_54{font-size:2.5rem}._heroSubtitle_1kyjn_65{font-size:1.1rem}._mainContent_1kyjn_74{padding:3rem 0}._contentGrid_1kyjn_79{grid-template-columns:1fr;gap:2rem}._textContent_1kyjn_86 h2{font-size:2rem}._textContent_1kyjn_86 h3{font-size:1.3rem}._valueItem_1kyjn_116{padding:1rem}._imageContent_1kyjn_200{position:static}._aboutImage_1kyjn_221{height:250px}._imageOverlay_1kyjn_228{position:static;transform:none;background:var(--primary-color);padding:1rem}._statsSection_1kyjn_308{padding:3rem 0}._sectionTitle_1kyjn_313{font-size:2rem}._statsGrid_1kyjn_320{grid-template-columns:repeat(2,1fr);gap:1.5rem}._statCard_1kyjn_326{padding:1.5rem}._statNumber_1kyjn_340{font-size:2.5rem}._securitySection_1kyjn_256{padding:3rem 0}._securityGrid_1kyjn_270{grid-template-columns:1fr;gap:1.5rem}._satisfactionSection_1kyjn_361{padding:3rem 0}._testimonials_1kyjn_366{grid-template-columns:1fr;gap:1.5rem}._teamSection_1kyjn_412{padding:3rem 0}._teamGrid_1kyjn_417{grid-template-columns:1fr}._ctaSection_1kyjn_454{padding:3rem 0}._ctaContent_1kyjn_461 h2{font-size:2rem}._ctaActions_1kyjn_479{flex-direction:column;align-items:center}._ctaActions_1kyjn_479 ._btn_1kyjn_486{width:100%;max-width:300px}}@media (max-width: 1024px) and (min-width: 769px){._heroTitle_1kyjn_54{font-size:2.8rem}._contentGrid_1kyjn_79{grid-template-columns:1fr;gap:3rem}._imageContent_1kyjn_200{position:static}._aboutImage_1kyjn_221{height:300px}._statsGrid_1kyjn_320,._teamGrid_1kyjn_417{grid-template-columns:repeat(2,1fr)}}._breadcrumb_1x8jh_2{background:var(--background-color);padding:1rem 0;border-bottom:1px solid var(--border-color)}._breadcrumbNav_1x8jh_8{display:flex;align-items:center;gap:.5rem}._breadcrumbLink_1x8jh_14{color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s ease}._breadcrumbLink_1x8jh_14:hover{color:var(--primary-color)}._breadcrumbSeparator_1x8jh_25{color:var(--text-light);font-size:1.2rem}._breadcrumbCurrent_1x8jh_30{color:var(--primary-color);font-weight:600}._serviceDetail_1x8jh_35{margin:0;padding:70px 0 0}._hero_1x8jh_42{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:2rem 0 4rem;text-align:center}._heroContent_1x8jh_49{max-width:800px;margin:0 auto}._heroTitle_1x8jh_54{font-size:3rem;margin-bottom:1.5rem;color:var(--white)}._heroSubtitle_1x8jh_60{font-size:1.2rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:.9}._accent_1x8jh_70{color:var(--secondary-color)}._heroStats_1x8jh_74{display:flex;justify-content:center;gap:3rem;margin-top:3rem}._statItem_1x8jh_81{text-align:center}._statNumber_1x8jh_85{display:block;font-size:2.5rem;font-weight:700;color:var(--secondary-color);margin-bottom:.5rem}._statLabel_1x8jh_93{font-size:1rem;opacity:.9;font-weight:500}._serviceIcon_1x8jh_99{font-size:5rem;margin-bottom:2rem}._hero_1x8jh_42 h1{font-size:3rem;margin-bottom:1.5rem;color:var(--white)}._hero_1x8jh_42 p{font-size:1.2rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:.9}._heroActions_1x8jh_120{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._serviceDetails_1x8jh_128{padding:5rem 0;background:var(--white)}._detailsGrid_1x8jh_133,._detailsContent_1x8jh_140{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}._detailsContent_1x8jh_140 h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:2rem}._detailsContent_1x8jh_140 h3{font-size:1.8rem;color:var(--primary-color);margin:2rem 0 1.5rem}._detailsContent_1x8jh_140 p{font-size:1.1rem;line-height:1.7;color:var(--text-dark);margin-bottom:1.5rem}._detailsText_1x8jh_166 h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:2rem}._detailsText_1x8jh_166 p{font-size:1.1rem;line-height:1.7;color:var(--text-dark);margin-bottom:1.5rem}._detailsSidebar_1x8jh_179{display:flex;flex-direction:column;gap:3rem}._priceCard_1x8jh_185{background:var(--background-color);padding:2rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 2px 8px #0000001a}._priceCard_1x8jh_185 h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}._priceInfo_1x8jh_199{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._priceItem_1x8jh_206{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color)}._priceItem_1x8jh_206:last-child{border-bottom:none}._priceLabel_1x8jh_218{font-weight:500;color:var(--text-dark)}._priceValue_1x8jh_223{font-weight:600;color:var(--secondary-color)}._price_1x8jh_185{font-size:1.5rem;font-weight:700;color:var(--secondary-color)}._duration_1x8jh_234,._coverage_1x8jh_235{color:var(--text-dark);font-weight:500}._featuresCard_1x8jh_240{background:var(--background-color);padding:2rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 2px 8px #0000001a}._featuresCard_1x8jh_240 h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}._featuresList_1x8jh_254{list-style:none;padding:0;margin:0}._featuresList_1x8jh_254 li{padding:.5rem 0;font-size:1rem;color:var(--text-dark);border-bottom:1px solid var(--border-color)}._featuresList_1x8jh_254 li:last-child{border-bottom:none}._processSteps_1x8jh_272{margin-top:2rem;list-style:none;padding:0}._processSteps_1x8jh_272 li{padding:1rem 0;border-bottom:1px solid var(--border-color);font-size:1rem;line-height:1.6;color:var(--text-dark)}._processSteps_1x8jh_272 li:last-child{border-bottom:none}._processSteps_1x8jh_272 li strong{color:var(--primary-color);font-weight:600}._featuresList_1x8jh_254{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}._feature_1x8jh_240{padding:.75rem 1rem;background:var(--background-color);border-radius:8px;border:1px solid var(--border-color);font-size:.95rem;color:var(--text-dark);transition:all .3s ease}._feature_1x8jh_240:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}._sectionTitle_1x8jh_320{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}._serviceTypes_1x8jh_328{padding:5rem 0;background:var(--background-color)}._typesGrid_1x8jh_333{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._typeCard_1x8jh_339{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._typeCard_1x8jh_339:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}._typeIcon_1x8jh_353{font-size:3rem;margin-bottom:1.5rem}._typeCard_1x8jh_339 h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}._typeCard_1x8jh_339 p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}._typeCard_1x8jh_339 ul{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}._typeCard_1x8jh_339 li{padding:.3rem 0;color:var(--text-dark);font-size:.95rem}._typePrice_1x8jh_383{font-size:1.1rem;font-weight:600;color:var(--secondary-color);margin-top:1rem}._faqSection_1x8jh_391{padding:5rem 0;background:var(--white)}._faqGrid_1x8jh_396{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._faqItem_1x8jh_402{background:var(--background-color);padding:2rem;border-radius:12px;border:1px solid var(--border-color)}._faqItem_1x8jh_402 h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem}._faqItem_1x8jh_402 p{color:var(--text-dark);line-height:1.6;margin:0}._ctaSection_1x8jh_422{padding:5rem 0;background:var(--primary-color);color:var(--white)}._ctaContent_1x8jh_428{text-align:center}._ctaContent_1x8jh_428 h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}._ctaContent_1x8jh_428 p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9;line-height:1.6}._ctaActions_1x8jh_448{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._ctaActions_1x8jh_448 ._btn_1x8jh_455{min-width:200px}._features_1x8jh_240{padding:5rem 0;background:var(--background-color)}._features_1x8jh_240 h2{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}._featuresGrid_1x8jh_472{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._featureCard_1x8jh_478{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._featureCard_1x8jh_478:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}._featureIcon_1x8jh_492{font-size:3rem;margin-bottom:1.5rem}._featureCard_1x8jh_478 h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}._featureCard_1x8jh_478 p{color:var(--text-light);line-height:1.6}._process_1x8jh_272{padding:5rem 0;background:var(--white)}._process_1x8jh_272 h2{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}._cta_1x8jh_422{padding:5rem 0;background:var(--primary-color);color:var(--white)}._cta_1x8jh_422 ._ctaContent_1x8jh_428{text-align:center}._cta_1x8jh_422 ._ctaContent_1x8jh_428 h2{font-size:2.5rem;margin-bottom:1rem;color:var(--white)}._cta_1x8jh_422 ._ctaContent_1x8jh_428 p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9;line-height:1.6}._cta_1x8jh_422 ._ctaActions_1x8jh_448{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._cta_1x8jh_422 ._ctaActions_1x8jh_448 ._btn_1x8jh_455{min-width:200px}@media (max-width: 768px){._serviceDetail_1x8jh_35{padding-top:60px}._breadcrumb_1x8jh_2{padding:.5rem 0}._breadcrumbNav_1x8jh_8{flex-wrap:wrap;gap:.25rem}._hero_1x8jh_42{padding:1.5rem 0 3rem}._heroTitle_1x8jh_54{font-size:2.2rem}._heroSubtitle_1x8jh_60{font-size:1.1rem}._heroStats_1x8jh_74{flex-direction:column;gap:1.5rem}._statNumber_1x8jh_85{font-size:2rem}._serviceIcon_1x8jh_99{font-size:3.5rem}._hero_1x8jh_42 h1{font-size:2.2rem}._hero_1x8jh_42 p{font-size:1.1rem}._heroActions_1x8jh_120{flex-direction:column;align-items:center}._heroActions_1x8jh_120 ._btn_1x8jh_455{width:100%;max-width:300px}._serviceDetails_1x8jh_128{padding:3rem 0}._detailsGrid_1x8jh_133,._detailsContent_1x8jh_140{grid-template-columns:1fr;gap:2rem}._detailsContent_1x8jh_140 h2{font-size:2rem}._detailsSidebar_1x8jh_179{gap:2rem}._priceCard_1x8jh_185{position:static;margin-top:0}._detailsText_1x8jh_166 h2{font-size:2rem}._processSteps_1x8jh_272{margin-top:1.5rem}._processSteps_1x8jh_272 li{padding:.75rem 0;font-size:.9rem}._featuresList_1x8jh_254{grid-template-columns:1fr;gap:.75rem}._feature_1x8jh_240{padding:.5rem .75rem;font-size:.85rem}._sectionTitle_1x8jh_320{font-size:2rem}._serviceTypes_1x8jh_328{padding:3rem 0}._typesGrid_1x8jh_333{grid-template-columns:1fr;gap:1.5rem}._typeCard_1x8jh_339{padding:1.5rem}._faqSection_1x8jh_391{padding:3rem 0}._faqGrid_1x8jh_396{grid-template-columns:1fr;gap:1.5rem}._faqItem_1x8jh_402{padding:1.5rem}._ctaSection_1x8jh_422{padding:3rem 0}._ctaContent_1x8jh_428 h2{font-size:2rem}._ctaActions_1x8jh_448{flex-direction:column;align-items:center}._ctaActions_1x8jh_448 ._btn_1x8jh_455{width:100%;max-width:300px}._features_1x8jh_240{padding:3rem 0}._features_1x8jh_240 h2{font-size:2rem}._featuresGrid_1x8jh_472{grid-template-columns:1fr;gap:1.5rem}._featureCard_1x8jh_478{padding:1.5rem}._process_1x8jh_272{padding:3rem 0}._process_1x8jh_272 h2{font-size:2rem}._cta_1x8jh_422{padding:3rem 0}._cta_1x8jh_422 ._ctaContent_1x8jh_428 h2{font-size:2rem}._cta_1x8jh_422 ._ctaActions_1x8jh_448{flex-direction:column;align-items:center}._cta_1x8jh_422 ._ctaActions_1x8jh_448 ._btn_1x8jh_455{width:100%;max-width:300px}}@media (max-width: 1024px) and (min-width: 769px){._heroTitle_1x8jh_54,._hero_1x8jh_42 h1{font-size:2.5rem}._heroStats_1x8jh_74{gap:2rem}._detailsGrid_1x8jh_133,._detailsContent_1x8jh_140{gap:3rem}._detailsSidebar_1x8jh_179{gap:2.5rem}._featuresList_1x8jh_254{grid-template-columns:repeat(2,1fr);gap:1rem}._typesGrid_1x8jh_333,._faqGrid_1x8jh_396,._featuresGrid_1x8jh_472{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){._heroTitle_1x8jh_54,._hero_1x8jh_42 h1{font-size:3.5rem}._heroStats_1x8jh_74{gap:4rem}._statNumber_1x8jh_85{font-size:3rem}._featuresList_1x8jh_254{grid-template-columns:repeat(3,1fr);gap:1.5rem}._typesGrid_1x8jh_333{grid-template-columns:repeat(3,1fr)}._faqGrid_1x8jh_396{grid-template-columns:repeat(2,1fr)}._featuresGrid_1x8jh_472{grid-template-columns:repeat(3,1fr)}}._hero_rn3z6_7:before{content:"";position:absolute;inset:0;background:url(/assets/hero-bg.webp) center/cover;opacity:.1;z-index:1}._notFoundContainer_1xbtc_1{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}._notFoundContent_1xbtc_10{max-width:600px;width:100%;text-align:center;background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a;animation:_slideUp_1xbtc_1 .6s ease-out}@keyframes _slideUp_1xbtc_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._errorCode_1xbtc_32{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;font-size:8rem;font-weight:900;color:#e74c3c;line-height:1}._number_1xbtc_43{font-size:8rem;font-weight:900;color:#e74c3c;text-shadow:2px 2px 4px rgba(0,0,0,.1)}._truckIcon_1xbtc_50{width:120px;height:120px;margin:0 1rem;color:#3498db;animation:_bounce_1xbtc_1 2s infinite}@keyframes _bounce_1xbtc_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._truckIcon_1xbtc_50 svg{width:100%;height:100%}._title_1xbtc_75{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}._description_1xbtc_83{font-size:1.1rem;color:#7f8c8d;line-height:1.6;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}._actions_1xbtc_93{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}._primaryButton_1xbtc_101{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #3498db4d;border:none;cursor:pointer;display:inline-block}._primaryButton_1xbtc_101:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3498db66;color:#fff;text-decoration:none}._secondaryButton_1xbtc_123{background:transparent;color:#3498db;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #3498db;cursor:pointer;display:inline-block}._secondaryButton_1xbtc_123:hover{background:#3498db;color:#fff;transform:translateY(-2px);text-decoration:none}._popularLinks_1xbtc_144{border-top:1px solid #ecf0f1;padding-top:2rem}._popularLinks_1xbtc_144 h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600}._linksGrid_1xbtc_156{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:500px;margin:0 auto}._linkCard_1xbtc_164{background:#f8f9fa;padding:1rem;border-radius:12px;text-decoration:none;color:#2c3e50;font-weight:500;transition:all .3s ease;border:2px solid transparent}._linkCard_1xbtc_164:hover{background:#e9ecef;border-color:#3498db;transform:translateY(-2px);color:#2c3e50;text-decoration:none;box-shadow:0 4px 12px #0000001a}._linkCard_1xbtc_164 span{display:block;text-align:center}@media (max-width: 768px){._notFoundContainer_1xbtc_1{padding:1rem}._notFoundContent_1xbtc_10{padding:2rem 1.5rem}._errorCode_1xbtc_32{font-size:6rem;margin-bottom:1.5rem}._number_1xbtc_43{font-size:6rem}._truckIcon_1xbtc_50{width:80px;height:80px;margin:0 .5rem}._title_1xbtc_75{font-size:2rem}._description_1xbtc_83{font-size:1rem}._actions_1xbtc_93{flex-direction:column;align-items:center}._primaryButton_1xbtc_101,._secondaryButton_1xbtc_123{width:100%;max-width:250px;text-align:center}._linksGrid_1xbtc_156{grid-template-columns:1fr;gap:.8rem}}@media (max-width: 480px){._notFoundContent_1xbtc_10{padding:1.5rem 1rem}._errorCode_1xbtc_32,._number_1xbtc_43{font-size:4rem}._truckIcon_1xbtc_50{width:60px;height:60px}._title_1xbtc_75{font-size:1.5rem}._description_1xbtc_83{font-size:.9rem}}@media (prefers-color-scheme: dark){._notFoundContainer_1xbtc_1{background:linear-gradient(135deg,#2c3e50,#34495e)}._notFoundContent_1xbtc_10{background:#34495e;color:#fff}._title_1xbtc_75{color:#fff}._description_1xbtc_83{color:#bdc3c7}._linkCard_1xbtc_164{background:#2c3e50;color:#fff}._linkCard_1xbtc_164:hover{background:#3498db;color:#fff}._popularLinks_1xbtc_144{border-top-color:#2c3e50}}._container_rn3z6_1{min-height:100vh;background-color:var(--background-color);padding-top:70px}._hero_rn3z6_7{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);padding:80px 0 60px;text-align:center;position:relative;overflow:hidden}._hero_rn3z6_7:before{content:"";position:absolute;inset:0;background:url(/assets/hero-bg.webp) center/cover;opacity:.1;z-index:1}._hero_rn3z6_7>._container_rn3z6_1{position:relative;z-index:2}._heroTitle_rn3z6_33{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}._accent_rn3z6_40{color:var(--secondary-color);text-transform:none!important;font-variant:normal!important}._heroSubtitle_rn3z6_46{font-size:1.25rem;max-width:800px;margin:0 auto;opacity:.9;line-height:1.6}._content_rn3z6_54{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:4rem 0}._textContent_rn3z6_61{max-width:800px}._section_rn3z6_65{margin-bottom:3rem}._section_rn3z6_65 h2{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem;position:relative;text-transform:none!important;font-variant:normal!important}._section_rn3z6_65 h2:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:var(--secondary-color);border-radius:2px}._section_rn3z6_65 p{font-size:1.1rem;line-height:1.7;color:var(--text-dark);margin-bottom:1rem}._illerGrid_rn3z6_96{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}._ilCard_rn3z6_103{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px var(--shadow-light);text-align:center;transition:all .3s ease;border:1px solid var(--border-color);text-decoration:none;color:inherit;position:relative;display:block}._ilCard_rn3z6_103:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-dark);border-color:var(--secondary-color)}._ilArrow_rn3z6_123{position:absolute;top:1rem;right:1rem;color:var(--secondary-color);font-size:1.2rem;opacity:0;transition:all .3s ease}._ilCard_rn3z6_103:hover ._ilArrow_rn3z6_123{opacity:1;transform:translate(4px)}._ilIcon_rn3z6_138{font-size:2.5rem;margin-bottom:1rem}._ilCard_rn3z6_103 h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}._ilCard_rn3z6_103 p{color:var(--text-light);font-size:.9rem;margin:0}._features_rn3z6_155{display:grid;gap:2rem;margin-top:2rem}._feature_rn3z6_155{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--white);border-radius:12px;box-shadow:0 2px 8px var(--shadow-light);border:1px solid var(--border-color)}._featureIcon_rn3z6_172{font-size:2rem;flex-shrink:0}._feature_rn3z6_155 h4{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}._feature_rn3z6_155 p{color:var(--text-light);margin:0}._benefits_rn3z6_188{list-style:none;padding:0;margin-top:2rem}._benefits_rn3z6_188 li{padding:.75rem 0 .75rem 2rem;position:relative;color:var(--text-dark);font-size:1.1rem}._benefits_rn3z6_188 li:before{content:"✅";position:absolute;left:0;top:.75rem;color:var(--secondary-color)}._sidebar_rn3z6_210{position:sticky;top:100px;height:fit-content}._contactCard_rn3z6_216,._infoCard_rn3z6_216{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #00000014;margin-bottom:2rem;border:1px solid rgba(240,80,20,.1);transition:all .3s ease;position:relative;overflow:hidden}._contactCard_rn3z6_216:before,._infoCard_rn3z6_216:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:16px 16px 0 0}._contactCard_rn3z6_216:hover,._infoCard_rn3z6_216:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f;border-color:#f0501433}._contactCard_rn3z6_216 h3,._infoCard_rn3z6_216 h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;position:relative;padding-bottom:.75rem}._contactCard_rn3z6_216 h3:after,._infoCard_rn3z6_216 h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}._contactCard_rn3z6_216 p{color:var(--text-light);margin-bottom:1.5rem}._contactCard_rn3z6_216 ._btn_rn3z6_270{display:block;width:100%;margin-bottom:1rem;text-align:center;padding:1rem 1.5rem;border-radius:12px;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}._contactCard_rn3z6_216 ._btn_rn3z6_270:last-child{margin-bottom:0}._contactCard_rn3z6_216 ._btn_rn3z6_270:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._contactCard_rn3z6_216 ._btn_rn3z6_270:hover:before{left:100%}._contactCard_rn3z6_216 ._btn_rn3z6_270:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}._contactCard_rn3z6_216{display:flex;flex-direction:column;gap:1rem}._infoItem_rn3z6_314{padding:1rem 0;border-bottom:1px solid rgba(240,80,20,.1);color:var(--text-dark);transition:all .3s ease;position:relative;display:flex;align-items:center;gap:.5rem}._infoItem_rn3z6_314:last-child{border-bottom:none}._infoItem_rn3z6_314 strong{color:var(--primary-color);font-weight:600;min-width:120px}._infoItem_rn3z6_314 a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}._infoItem_rn3z6_314 a:hover{color:var(--secondary-color);transform:translate(4px)}._infoItem_rn3z6_314 a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--secondary-color);transition:width .3s ease}._infoItem_rn3z6_314 a:hover:before{width:100%}@media (max-width: 1024px){._content_rn3z6_54{grid-template-columns:1fr;gap:2rem}._sidebar_rn3z6_210{position:static;order:-1}._heroTitle_rn3z6_33{font-size:2.5rem}}@media (max-width: 768px){._container_rn3z6_1{padding-top:60px}._hero_rn3z6_7{padding:80px 0 50px}._heroTitle_rn3z6_33{font-size:2rem}._heroSubtitle_rn3z6_46{font-size:1.1rem}._content_rn3z6_54{padding:2rem 0}._section_rn3z6_65 h2{font-size:1.5rem}._illerGrid_rn3z6_96{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._ilCard_rn3z6_103{padding:1rem}._feature_rn3z6_155{flex-direction:column;text-align:center}._contactCard_rn3z6_216,._infoCard_rn3z6_216{padding:1.5rem;border-radius:12px}._contactCard_rn3z6_216 h3,._infoCard_rn3z6_216 h3{font-size:1.25rem}._infoItem_rn3z6_314{padding:.75rem 0;flex-direction:column;align-items:flex-start;gap:.25rem}._infoItem_rn3z6_314 strong{min-width:auto}}@media (max-width: 480px){._heroTitle_rn3z6_33{font-size:1.75rem}._illerGrid_rn3z6_96{grid-template-columns:1fr}._benefits_rn3z6_188 li{font-size:1rem}}._bolgeDetaylari_rn3z6_456{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}._bolgeDetay_rn3z6_456{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden}._bolgeDetay_rn3z6_456:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}._bolgeDetay_rn3z6_456:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}._bolgeDetay_rn3z6_456 h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._bolgeDetay_rn3z6_456 p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}._ilListesi_rn3z6_504{margin-bottom:1.5rem}._ilListesi_rn3z6_504 strong{display:block;color:var(--primary-color);margin-bottom:.75rem;font-size:.95rem}._ilChips_rn3z6_515{display:flex;flex-wrap:wrap;gap:.5rem}._ilChip_rn3z6_515{background:var(--background-color);color:var(--text-dark);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;border:1px solid var(--border-color);transition:all .3s ease;text-decoration:none;display:inline-block;cursor:pointer}._ilChip_rn3z6_515:hover{background:var(--primary-color);color:var(--white);transform:scale(1.05);text-decoration:none}._bolgeDetay_rn3z6_456 ._btn_rn3z6_270{width:100%;text-align:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease}._bolgeDetay_rn3z6_456 ._btn_rn3z6_270:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){._bolgeDetaylari_rn3z6_456{grid-template-columns:1fr;gap:1.5rem}._bolgeDetay_rn3z6_456{padding:1.5rem}._bolgeDetay_rn3z6_456 h3{font-size:1.25rem}._ilChips_rn3z6_515{gap:.25rem}._ilChip_rn3z6_515{font-size:.8rem;padding:.2rem .6rem}}._container_9ayac_2{min-height:100vh;background:var(--background-color);padding-top:70px}._breadcrumb_9ayac_9{padding:1rem 0;background:#f8f9fa;border-bottom:1px solid #e9ecef;margin-top:70px}._breadcrumbList_9ayac_16{display:flex;align-items:center;list-style:none;margin:0;padding:0;font-size:.875rem;color:#6c757d}._breadcrumbItem_9ayac_26{display:flex;align-items:center}._breadcrumbItem_9ayac_26:not(:last-child):after{content:"/";margin:0 .5rem;color:#adb5bd}._breadcrumbLink_9ayac_37{color:#007bff;text-decoration:none;transition:color .2s ease}._breadcrumbLink_9ayac_37:hover{color:#0056b3;text-decoration:underline}._breadcrumbCurrent_9ayac_48{color:#495057;font-weight:500}._hero_9ayac_53{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}._hero_9ayac_53:before{content:"";position:absolute;inset:0;background:url(/assets/hero-bg.webp) center/cover;opacity:.1;z-index:1}._hero_9ayac_53>._container_9ayac_2{position:relative;z-index:2}._heroTitle_9ayac_79{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._accent_9ayac_86{color:var(--secondary-color);background:linear-gradient(45deg,var(--secondary-color),#FFD700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroSubtitle_9ayac_94{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}._content_9ayac_102{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:3rem 0}._textContent_9ayac_109{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a}._section_9ayac_116{margin-bottom:3rem}._section_9ayac_116:last-child{margin-bottom:0}._section_9ayac_116 h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem;font-weight:600}._section_9ayac_116 p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}._features_9ayac_137{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}._feature_9ayac_137{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}._feature_9ayac_137:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}._featureIcon_9ayac_159{font-size:2rem;flex-shrink:0}._feature_9ayac_137 h4{color:var(--primary-color);margin-bottom:.5rem;font-weight:600}._feature_9ayac_137 p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.5}._benefits_9ayac_177{list-style:none;padding:0;margin:1.5rem 0}._benefits_9ayac_177 li{border-bottom:1px solid #eee;color:var(--text-dark);position:relative;padding:.75rem 0 .75rem 2rem}._benefits_9ayac_177 li:last-child{border-bottom:none}._benefits_9ayac_177 li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700;font-size:1.2rem}._sidebar_9ayac_204{display:flex;flex-direction:column;gap:2rem}._contactCard_9ayac_210,._infoCard_9ayac_211{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;text-align:center}._contactCard_9ayac_210 h3,._infoCard_9ayac_211 h3{color:var(--primary-color);margin-bottom:1rem;font-weight:600}._contactCard_9ayac_210 p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}._contactCard_9ayac_210 ._btn_9ayac_232{display:block;width:100%;margin-bottom:1rem;text-align:center}._contactCard_9ayac_210 ._btn_9ayac_232:last-child{margin-bottom:0}._infoItem_9ayac_243{padding:.75rem 0;border-bottom:1px solid #eee;text-align:left;color:var(--text-dark)}._infoItem_9ayac_243:last-child{border-bottom:none}._infoItem_9ayac_243 strong{color:var(--primary-color)}@media (max-width: 768px){._breadcrumb_9ayac_9{padding:.75rem 0}._breadcrumbList_9ayac_16{font-size:.8rem;flex-wrap:wrap}._breadcrumbItem_9ayac_26:not(:last-child):after{margin:0 .25rem}._hero_9ayac_53{padding:3rem 0}._heroTitle_9ayac_79{font-size:2.5rem}._heroSubtitle_9ayac_94{font-size:1.1rem}._content_9ayac_102{grid-template-columns:1fr;gap:2rem;padding:2rem 0}._textContent_9ayac_109{padding:1.5rem}._features_9ayac_137{grid-template-columns:1fr;gap:1rem}._feature_9ayac_137{padding:1rem}._contactCard_9ayac_210,._infoCard_9ayac_211{padding:1.5rem}}@media (max-width: 480px){._heroTitle_9ayac_79{font-size:2rem}._heroSubtitle_9ayac_94{font-size:1rem}._textContent_9ayac_109{padding:1rem}._section_9ayac_116 h2{font-size:1.5rem}._contactCard_9ayac_210,._infoCard_9ayac_211{padding:1rem}}._videoCard_9ayac_334{transition:all .3s ease;cursor:pointer}._videoCard_9ayac_334:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}._videoCard_9ayac_334:hover ._playButton_9ayac_344{transform:scale(1.1);background:#000c}._playButton_9ayac_344{transition:all .3s ease}._videoPlayer_9ayac_354{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000004d}._videoControls_9ayac_360{background:#000c;padding:1rem;border-radius:0 0 12px 12px}._videoLoading_9ayac_367{display:flex;align-items:center;justify-content:center;height:200px;background:#f8f9fa;border-radius:12px}._loadingSpinner_9ayac_376{width:40px;height:40px;border:4px solid #e9ecef;border-top:4px solid var(--secondary-color);border-radius:50%;animation:_spin_9ayac_1 1s linear infinite}@keyframes _spin_9ayac_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){._videoCard_9ayac_334,._playButton_9ayac_344,._feature_9ayac_137{transition:none}._loadingSpinner_9ayac_376{animation:none}}@media (prefers-contrast: high){._hero_9ayac_53{background:var(--primary-color)}._accent_9ayac_86{color:var(--secondary-color);-webkit-text-fill-color:var(--secondary-color)}._feature_9ayac_137{border:2px solid var(--primary-color)}}._header_rfe80_2{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:4rem 0;text-align:center;position:relative;overflow:hidden}._header_rfe80_2:before{content:"";position:absolute;inset:0;background:url(/assets/hero-bg.webp) center/cover;opacity:.1;z-index:1}._headerContent_rfe80_23{position:relative;z-index:2}._headerContent_rfe80_23 h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._headerContent_rfe80_23 p{font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6;opacity:.95}._teklifContainer_rfe80_43{padding:2rem 0;max-width:1200px;margin:0 auto}._content_rfe80_49{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}._formSection_rfe80_56{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 20px var(--shadow-light);border:1px solid var(--border-color)}._formSection_rfe80_56 h2{font-size:1.8rem;color:var(--primary-color);margin-bottom:.5rem;font-weight:600}._formDescription_rfe80_71{color:var(--text-light);margin-bottom:2rem;line-height:1.5}._contactForm_rfe80_77{width:100%}._formRow_rfe80_81{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}._formRow_rfe80_81 ._form-group_rfe80_88{margin-bottom:0}._teklifForm_rfe80_92{width:100%}._formGrid_rfe80_96{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}._formGroup_rfe80_103{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._formGroup_rfe80_103:nth-child(3),._formGroup_rfe80_103:nth-child(4),._formGroup_rfe80_103:last-child{grid-column:1 / -1}._label_rfe80_116{font-weight:600;color:var(--text-dark);font-size:.9rem}._required_rfe80_122{color:#e74c3c}._input_rfe80_126,._select_rfe80_127,._textarea_rfe80_128{padding:12px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s ease;background:var(--white);font-family:inherit}._input_rfe80_126:focus,._select_rfe80_127:focus,._textarea_rfe80_128:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0033661a}._select_rfe80_127{cursor:pointer}._textarea_rfe80_128{resize:vertical;min-height:100px}._checkboxGroup_rfe80_155{margin-bottom:1.5rem}._checkboxLabel_rfe80_159{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:var(--text-dark)}._checkbox_rfe80_155{width:18px;height:18px;accent-color:var(--primary-color)}._submitButton_rfe80_174{width:100%;background:var(--secondary-color);color:var(--white);border:none;padding:16px 24px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;letter-spacing:.5px}._submitButton_rfe80_174:hover{background:#d63e0f;transform:translateY(-2px);box-shadow:0 8px 25px #f050144d}._submitButton_rfe80_174:active{transform:translateY(0)}._infoSection_rfe80_202{display:flex;flex-direction:column;gap:1.5rem}._infoCard_rfe80_208{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px var(--shadow-light);border:1px solid var(--border-color);text-align:center;transition:all .3s ease}._infoCard_rfe80_208:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-dark)}._infoIcon_rfe80_223{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#0033661a;color:var(--primary-color);margin:0 auto 1rem}._infoCard_rfe80_208 h3{font-size:1.2rem;color:var(--primary-color);margin-bottom:.75rem;font-weight:600}._infoCard_rfe80_208 p{color:var(--text-light);line-height:1.5;font-size:.9rem}@media (max-width: 1024px){._content_rfe80_49{grid-template-columns:1fr;gap:2rem}._infoSection_rfe80_202{grid-template-columns:repeat(3,1fr);display:grid}._formGrid_rfe80_96{gap:1rem}._formRow_rfe80_81{grid-template-columns:1fr;gap:1rem}._title_rfe80_269{font-size:2.2rem}}@media (max-width: 768px){._teklifContainer_rfe80_43{padding:1.5rem 0}._header_rfe80_2{margin-bottom:2rem}._title_rfe80_269{font-size:1.8rem}._subtitle_rfe80_288{font-size:1rem}._formSection_rfe80_56{padding:1.5rem;border-radius:8px}._formGrid_rfe80_96{grid-template-columns:1fr;gap:1rem}._formGroup_rfe80_103:nth-child(3),._formGroup_rfe80_103:nth-child(4),._formGroup_rfe80_103:last-child{grid-column:1}._infoSection_rfe80_202{grid-template-columns:1fr;gap:1rem}._infoCard_rfe80_208{padding:1.25rem}._infoIcon_rfe80_223{width:50px;height:50px}._submitButton_rfe80_174{padding:14px 20px;font-size:1rem}}@media (max-width: 480px){._teklifContainer_rfe80_43{padding:1rem 0}._title_rfe80_269{font-size:1.6rem}._formSection_rfe80_56{padding:1rem}._input_rfe80_126,._select_rfe80_127,._textarea_rfe80_128{padding:10px 12px;font-size:.9rem}._submitButton_rfe80_174{padding:12px 16px}}._header_1362f_2{background:linear-gradient(135deg,var(--primary-color) 0%,#004080 100%);color:var(--white);padding:4rem 0;text-align:center;position:relative;overflow:hidden}._header_1362f_2:before{content:"";position:absolute;inset:0;background:url(/assets/hero-bg.webp) center/cover;opacity:.1;z-index:1}._headerContent_1362f_23{position:relative;z-index:2}._headerContent_1362f_23 h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._headerContent_1362f_23 p{font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6;opacity:.95}._blogContainer_1362f_44{display:grid;grid-template-columns:1fr 300px;gap:3rem;padding:1.5rem 0 3rem;max-width:1200px;margin:0 auto}._sidebar_1362f_54{display:flex;flex-direction:column;gap:2rem}._categoriesWidget_1362f_60,._contactWidget_1362f_61{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px var(--shadow-light);border:1px solid var(--border-color)}._categoriesWidget_1362f_60 h3,._contactWidget_1362f_61 h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem;font-weight:600}._categoryList_1362f_77{list-style:none;padding:0;margin:0}._categoryList_1362f_77 li{margin-bottom:.5rem}._categoryButton_1362f_87{width:100%;text-align:left;background:none;border:none;padding:.75rem 1rem;border-radius:8px;transition:all .3s ease;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:var(--text-dark)}._categoryButton_1362f_87:hover{background:#0033660d;color:var(--primary-color)}._categoryButton_1362f_87._active_1362f_108{background:var(--primary-color);color:var(--white)}._categoryCount_1362f_113{font-size:.85rem;opacity:.7}._contactWidget_1362f_61 p{color:var(--text-light);margin-bottom:1rem;line-height:1.5}._mainContent_1362f_125{flex:1}._postsGrid_1362f_129{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._postCard_1362f_135{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px var(--shadow-light);border:1px solid var(--border-color);transition:all .3s ease;height:fit-content}._postCard_1362f_135:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-dark)}._postImage_1362f_150{position:relative;height:200px;overflow:hidden}._postImage_1362f_150 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._postCard_1362f_135:hover ._postImage_1362f_150 img{transform:scale(1.05)}._postCategory_1362f_167{position:absolute;top:1rem;left:1rem;background:var(--secondary-color);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._postContent_1362f_181{padding:1.5rem}._postMeta_1362f_185{display:flex;gap:1rem;margin-bottom:1rem;font-size:.85rem;color:var(--text-light)}._postDate_1362f_193,._readTime_1362f_194{display:flex;align-items:center;gap:.5rem}._postTitle_1362f_200{margin-bottom:1rem}._postTitle_1362f_200 a{color:var(--text-dark);text-decoration:none;font-size:1.3rem;font-weight:600;line-height:1.3;transition:color .3s ease}._postTitle_1362f_200 a:hover{color:var(--primary-color)}._postExcerpt_1362f_217{color:var(--text-light);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._postTags_1362f_227{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}._tag_1362f_234{background:#0033661a;color:var(--primary-color);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}._readMore_1362f_243{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .3s ease}._readMore_1362f_243:hover{color:var(--secondary-color);gap:.75rem}._readMore_1362f_243 svg{transition:transform .3s ease}._readMore_1362f_243:hover svg{transform:translate(3px)}._noPosts_1362f_266{text-align:center;padding:3rem;background:var(--white);border-radius:12px;box-shadow:0 4px 20px var(--shadow-light)}._noPosts_1362f_266 h3{color:var(--primary-color);margin-bottom:1rem}._noPosts_1362f_266 p{color:var(--text-light)}@media (max-width: 1024px){._blogContainer_1362f_44{grid-template-columns:1fr;gap:2rem;padding:1rem 0 2rem}._sidebar_1362f_54{order:-1;flex-direction:row;gap:1rem}._categoriesWidget_1362f_60,._contactWidget_1362f_61{flex:1}._postsGrid_1362f_129{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._headerContent_1362f_23 h1{font-size:2.5rem}}@media (max-width: 768px){._header_1362f_2{padding:3rem 0}._headerContent_1362f_23 h1{font-size:2rem}._headerContent_1362f_23 p{font-size:1rem}._blogContainer_1362f_44{padding:1rem 0 2rem;gap:1.5rem}._sidebar_1362f_54{flex-direction:column;gap:1rem}._categoriesWidget_1362f_60,._contactWidget_1362f_61{padding:1rem}._postsGrid_1362f_129{grid-template-columns:1fr;gap:1rem}._postImage_1362f_150{height:180px}._postContent_1362f_181{padding:1rem}._postTitle_1362f_200 a{font-size:1.1rem}._postMeta_1362f_185{flex-direction:column;gap:.5rem}}@media (max-width: 480px){._headerContent_1362f_23 h1{font-size:1.8rem}._postImage_1362f_150{height:160px}._postContent_1362f_181,._categoriesWidget_1362f_60,._contactWidget_1362f_61{padding:.75rem}}
