.Header_header__KwdYD{position:fixed;top:0;left:0;right:0;background:rgba(0,32,81,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:1000;padding:1rem 0}.Header_container__vrI8C{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.Header_logo____uDV a{font-size:1.5rem;font-weight:700;color:var(--bg-white);text-decoration:none;transition:color .3s ease}.Header_logo____uDV a:hover{color:var(--secondary-color)}.Header_nav__tNWGY{display:flex;gap:2rem;align-items:center}.Header_navLink__Rvw2c{color:var(--bg-white);font-weight:500;transition:color .3s ease;text-decoration:none}.Header_navLink__Rvw2c:hover{color:var(--secondary-color)}.Header_menuButton__IVbCv{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.Header_menuIcon__u3_GH{width:25px;height:3px;background:var(--bg-white);transition:all .3s ease}@media (max-width:768px){.Header_menuButton__IVbCv{display:flex}.Header_nav__tNWGY{position:absolute;top:100%;left:0;right:0;background:var(--bg-dark);flex-direction:column;padding:2rem;box-shadow:0 4px 10px rgba(0,0,0,.2);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.Header_navOpen__6g0mV{transform:translateY(0);opacity:1;visibility:visible}.Header_navLink__Rvw2c{padding:.75rem 0;width:100%;text-align:center}}.Hero_hero__bqvNd{min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem 3rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#002051,#406e83);color:#fff}.Hero_hero__bqvNd:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.Hero_container__uaTFp{max-width:1400px;margin:0 auto;width:100%;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:calc(100vh - 10rem)}.Hero_content__WDVga{max-width:520px;padding:0 1.5rem 0 0;width:100%;text-align:left;animation:Hero_fadeInUp__eGRou 1s ease-out;z-index:1}.Hero_title__h4PJ2{font-size:clamp(2rem,6vw,4rem);font-weight:700;line-height:1.25;margin-bottom:1.75rem;margin-left:0;margin-right:auto;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.Hero_subtitle__WCdI_{font-size:clamp(1rem,2.2vw,1.5rem);line-height:1.65;margin-bottom:2.25rem;opacity:.95;max-width:560px;margin-left:0;margin-right:auto;text-align:left;padding-inline:0}.Hero_cta__1n4WS{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.Hero_primaryButton__RzOm7{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-decoration:none;display:inline-block;background:var(--primary-color);color:var(--bg-white);box-shadow:0 4px 15px rgba(0,0,0,.2)}.Hero_primaryButton__RzOm7:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.Hero_imageArea___jY5l{position:absolute;bottom:0;right:0;width:70%;height:100vh;min-height:100vh;-webkit-clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);overflow:hidden}.Hero_imageArea___jY5l:after{content:"";position:absolute;left:0;top:0;bottom:0;width:42%;background:linear-gradient(90deg,rgba(0,16,17,.75) 0,transparent);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);mask-image:linear-gradient(90deg,#000 0,transparent);-webkit-mask-image:linear-gradient(90deg,#000 0,transparent);pointer-events:none;z-index:2}@media (min-width:1200px){.Hero_imageArea___jY5l{width:62%}}@media (min-width:1401px){.Hero_imageArea___jY5l{width:calc(62% + (100vw - 1400px) / 2);right:calc(-1 * (100vw - 1400px) / 2)}}.Hero_carousel__bH7kd{position:relative;width:100%;height:100%;min-height:100%}.Hero_slide__FSS8c{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;z-index:0}.Hero_slide__FSS8c.Hero_active__i1QVj{opacity:1;z-index:1}.Hero_slide__FSS8c img{width:100%;height:100%;min-height:100%;object-fit:cover;display:block}.Hero_nextButton__viOcd,.Hero_prevButton__OVOe_{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:none;border-radius:50%;background:hsla(0,0%,100%,.25);color:#fff;font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.Hero_nextButton__viOcd:hover,.Hero_prevButton__OVOe_:hover{background:hsla(0,0%,100%,.4)}.Hero_prevButton__OVOe_{left:1rem}.Hero_nextButton__viOcd{right:1.5rem}.Hero_indicators__EBdvA{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.4rem;z-index:3}.Hero_indicator__DQ_AV{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;padding:0}.Hero_indicator__DQ_AV:hover{background:hsla(0,0%,100%,.75)}.Hero_indicatorActive__y4rZk{background:#fff}@keyframes Hero_fadeInUp__eGRou{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.Hero_hero__bqvNd{padding-left:2rem}.Hero_container__uaTFp{grid-template-columns:1fr;padding:0 1.5rem}.Hero_content__WDVga{max-width:100%;padding:0;text-align:center}.Hero_title__h4PJ2{text-align:center}.Hero_subtitle__WCdI_{text-align:center;margin-left:auto;margin-right:auto}.Hero_cta__1n4WS{justify-content:center}.Hero_imageArea___jY5l{position:relative;bottom:auto;right:auto;width:100%;min-height:45vh;height:auto;-webkit-clip-path:polygon(0 0,100% 8%,100% 100%,0 92%);clip-path:polygon(0 0,100% 8%,100% 100%,0 92%);order:-1}.Hero_carousel__bH7kd,.Hero_slide__FSS8c img{min-height:45vh}}@media (max-width:768px){.Hero_hero__bqvNd{padding:5.5rem 0 3rem 1.5rem}.Hero_content__WDVga{max-width:100%}.Hero_title__h4PJ2{margin-bottom:1.5rem}.Hero_subtitle__WCdI_{font-size:1.125rem;max-width:100%;margin-bottom:2rem}.Hero_cta__1n4WS{flex-direction:column;align-items:center}.Hero_primaryButton__RzOm7{max-width:320px}.Hero_imageArea___jY5l{min-height:40vh;height:auto}.Hero_carousel__bH7kd,.Hero_slide__FSS8c img{min-height:40vh}.Hero_nextButton__viOcd,.Hero_prevButton__OVOe_{width:36px;height:36px;font-size:1.4rem}}@media (max-width:480px){.Hero_carousel__bH7kd,.Hero_imageArea___jY5l,.Hero_slide__FSS8c img{min-height:36vh}.Hero_subtitle__WCdI_{font-size:1rem;max-width:100%;margin-bottom:1.75rem}}.Benefits_benefits__kBiJc{padding:4rem 2rem;background:var(--bg-light)}.Benefits_container__Pcwkt{max-width:1200px;margin:0 auto}.Benefits_header__AzU9_{text-align:center;margin-bottom:3rem}.Benefits_title__ohOeV{font-size:2.5rem;font-weight:700;color:var(--text-dark);line-height:1.3;max-width:900px;margin:0 auto}.Benefits_grid__Xc4DT{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.Benefits_card___iekS{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.Benefits_card___iekS:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.Benefits_cardTitle__bLALA{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;line-height:1.4}.Benefits_cardDescription__iEbf2{font-size:1rem;line-height:1.6;color:var(--text-light)}@media (max-width:768px){.Benefits_benefits__kBiJc{padding:3rem 1.5rem}.Benefits_title__ohOeV{font-size:2rem}.Benefits_grid__Xc4DT{grid-template-columns:1fr;gap:1.5rem}.Benefits_card___iekS{padding:2rem}}@media (max-width:480px){.Benefits_title__ohOeV{font-size:1.75rem}.Benefits_card___iekS{padding:1.5rem}.Benefits_cardTitle__bLALA{font-size:1.2rem}}.Services_services__WrAmA{padding:4rem 2rem;background:var(--bg-white)}.Services_container__0c879{max-width:1200px;margin:0 auto}.Services_header__kdnxv{text-align:center;margin-bottom:3rem}.Services_title__S8uZ6{font-size:2.5rem;font-weight:700;color:var(--text-dark);line-height:1.3;max-width:900px;margin:0 auto}.Services_grid__s7uBf{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Services_card__IZAY_{padding:2.5rem;border-radius:12px;border:2px solid transparent;box-shadow:0 4px 12px rgba(0,0,0,.58);transition:transform .3s ease,box-shadow .3s ease}.Services_card__IZAY_:hover{box-shadow:0 12px 24px #000;border-color:var(--primary-color)}.Services_cardTitle__BTBwX{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;line-height:1.4}.Services_cardDescription__3Ljts{font-size:1rem;line-height:1.6;color:var(--text-light)}.Services_cta__JXqjl{text-align:center}.Services_button__LHgHw{display:inline-block;padding:1rem 2.5rem;background:var(--primary-color);color:var(--bg-dark);font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease}.Services_button__LHgHw:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 15px rgba(64,110,131,.35)}@media (max-width:768px){.Services_services__WrAmA{padding:3rem 1.5rem}.Services_title__S8uZ6{font-size:2rem}.Services_grid__s7uBf{grid-template-columns:1fr;gap:1.5rem}.Services_card__IZAY_{padding:2rem}}@media (max-width:480px){.Services_title__S8uZ6{font-size:1.75rem}.Services_card__IZAY_{padding:1.5rem}.Services_cardTitle__BTBwX{font-size:1.2rem}}.StatsSection_stats__RCqdS{padding:4rem 2rem;background:var(--bg-stability)}.StatsSection_container__D0XZk{max-width:1200px;margin:0 auto}.StatsSection_title__uTwYM{text-align:center;font-size:2rem;font-weight:700;color:var(--bg-white);line-height:1.3;margin-bottom:2.5rem}.StatsSection_grid__QlTJi{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.StatsSection_item___Nt8e{text-align:center}.StatsSection_number__LJ1JO{font-size:clamp(2.75rem,6vw,3.5rem);font-weight:800;color:var(--bg-white);line-height:1.2;margin-bottom:.5rem}.StatsSection_label__lQXNX{font-size:1rem;color:hsla(0,0%,100%,.9)}@media (max-width:768px){.StatsSection_grid__QlTJi{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.StatsSection_grid__QlTJi{grid-template-columns:1fr}}.ContactForm_contact__tVltw{padding:3.5rem 2rem;background:var(--bg-white)}.ContactForm_container__rn2QL{max-width:800px;margin:0 auto}.ContactForm_header__S2dPY{text-align:center;margin-bottom:2rem}.ContactForm_title__H1RxX{font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1.3}.ContactForm_form__93_AC{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.ContactForm_formGroup__blcaZ{display:flex;flex-direction:column;gap:.35rem}.ContactForm_formGroup__blcaZ:nth-child(5){grid-column:1/-1}.ContactForm_label__QnLDv{font-weight:600;color:var(--text-dark);font-size:.95rem}.ContactForm_input__bvkfU,.ContactForm_textarea__yFz_X{padding:.6rem .75rem;border:1px solid var(--border-color);border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:var(--bg-light)}.ContactForm_input__bvkfU:focus,.ContactForm_textarea__yFz_X:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(64,110,131,.2)}.ContactForm_textarea__yFz_X{resize:vertical;min-height:80px}.ContactForm_submitButton__eF2Z2{padding:1rem 2.5rem;background:var(--primary-color);color:var(--bg-white);font-size:1.1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;margin-top:.5rem;grid-column:1/-1}.ContactForm_submitButton__eF2Z2:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 15px rgba(64,110,131,.35)}.ContactForm_submitButton__eF2Z2:disabled{opacity:.6;cursor:not-allowed}.ContactForm_errorMessage__VPkCw,.ContactForm_successMessage__vMWQC{grid-column:1/-1}.ContactForm_successMessage__vMWQC{padding:.75rem 1rem;background:#d4edda;color:#155724;border-radius:10px;border:1px solid #c3e6cb;text-align:center;font-size:.95rem}.ContactForm_errorMessage__VPkCw{padding:.75rem 1rem;background:#f8d7da;color:#721c24;border-radius:10px;border:1px solid #f5c6cb;text-align:center;font-size:.95rem}.ContactForm_contactInfo__3Siy8{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-top:1.5rem;border-top:1px solid var(--border-color)}.ContactForm_infoItem__4OBcn{color:var(--text-dark);font-size:.95rem}.ContactForm_infoItem__4OBcn strong{color:var(--text-dark);margin-right:.5rem}@media (max-width:768px){.ContactForm_contact__tVltw{padding:2.5rem 1.5rem}.ContactForm_title__H1RxX{font-size:1.75rem}.ContactForm_form__93_AC{grid-template-columns:1fr}.ContactForm_contactInfo__3Siy8{flex-direction:column;align-items:center;text-align:center}}.Footer_footer__pQtti{background:var(--bg-dark);color:#fff;padding:3.5rem 0 2rem;margin-top:4rem}.Footer_container__KpDnW{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer_content__sRLWS{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.Footer_section__hYCfj{display:flex;flex-direction:column;gap:1rem}.Footer_title__Ek3Ze{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.Footer_subtitle__1yiz7{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.Footer_description__0Aa9w{color:hsla(0,0%,100%,.8);line-height:1.6}.Footer_links__cFiYr{list-style:none;display:flex;flex-direction:column;gap:.75rem}.Footer_links__cFiYr a{color:hsla(0,0%,100%,.8);transition:color .3s ease;text-decoration:none}.Footer_links__cFiYr a:hover{color:var(--secondary-color)}.Footer_contact__w5K5T{list-style:none;display:flex;flex-direction:column;gap:.75rem;color:hsla(0,0%,100%,.8)}.Footer_bottom__wxP7Z{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:hsla(0,0%,100%,.8)}.Footer_privacyLinks__LdY4Z{display:flex;gap:2rem}.Footer_privacyLinks__LdY4Z a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.Footer_privacyLinks__LdY4Z a:hover{color:var(--secondary-color)}@media (max-width:768px){.Footer_footer__pQtti{padding:2.5rem 0 1.5rem}.Footer_content__sRLWS{grid-template-columns:1fr;gap:2rem}.Footer_bottom__wxP7Z{flex-direction:column;text-align:center}.Footer_privacyLinks__LdY4Z{flex-direction:column;gap:1rem}}