*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;background:#f8f9fa;color:#333;font-family:"Poppins",sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}body{display:flex;flex-direction:column}h1,h2,h3,h4{font-weight:700;line-height:1.2;margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:all .3s ease}ul{list-style:none}img{max-width:100%;display:block;height:auto}button{background:none;border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}.d-flex{display:flex;align-items:center}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url("./assets/stock-cta.jpeg");background-repeat:no-repeat;background-position:center;background-size:cover;z-index:0;pointer-events:none;opacity:.9}.nav{display:flex;position:fixed;align-items:center;justify-content:space-between;height:90px;padding:0 5%;font-weight:600;color:#fff;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:0;left:0;width:100%;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.nav.scrolled{background:rgba(8,60,78,.95);box-shadow:0 8px 24px rgba(0,0,0,.1);border-bottom:none}@media screen and (max-width: 1280px){.nav{height:80px;padding:0 50px}}@media screen and (max-width: 768px){.nav{height:70px;padding:0 30px;gap:20px}}.nav__group{display:flex;gap:35px;font-size:18px}.nav__menu{display:flex;gap:35px;font-weight:600}@media screen and (max-width: 1060px){.nav__menu{display:none}}.nav__menu__item a{padding:8px 0;position:relative;color:#fff}.nav__menu__item a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#6c9;transition:width .3s ease}.nav__menu__item a:hover::after,.nav__menu__item a:focus::after{width:100%}.nav__logo{gap:12px;align-items:center;justify-content:center;font-size:22px;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav__logo i{color:#6c9;font-size:26px}@media screen and (max-width: 1280px){.nav__logo{font-size:18px}.nav__logo i{font-size:20px}}.nav__cta{align-items:center;justify-content:center}@media screen and (max-width: 768px){.nav__cta{display:none}}.nav__cta a{padding:10px 22px;border-radius:50px;background:#115265;color:#fff;font-weight:600;font-size:1rem;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:all .3s ease}.nav__cta a:hover{background:#0a2f39;transform:translateY(-2px)}.nav__hamburger button{display:none;align-items:center;justify-content:center;font-size:28px;color:#fff;background:none;border-radius:6px;padding:6px;transition:background-color .2s ease}.nav__hamburger button:hover,.nav__hamburger button:focus{background-color:rgba(255,255,255,.1)}@media screen and (max-width: 1060px){.nav{display:flex}}.section-cta{position:relative;height:70vh;min-height:600px;margin-top:90px;display:flex;align-items:center;color:#fff;z-index:1;overflow:hidden}@media screen and (max-width: 1280px){.section-cta{margin-top:80px}}@media screen and (max-width: 768px){.section-cta{margin-top:70px;height:auto;padding:120px 0;min-height:auto}}.section-cta__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:2}.section-cta__content{max-width:800px;text-align:center;padding:0 20px}.section-cta__header{margin-bottom:2rem}.section-cta__header h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.4);margin-bottom:1.5rem}.section-cta__subheader{font-size:1.45rem;opacity:.9;text-shadow:1px 1px 4px rgba(0,0,0,.3);max-width:600px;margin:0 auto}.section-cta__subheader.primary{background:#115265;color:#fff;box-shadow:0 4px 15px rgba(17,82,101,.3)}.section-cta__subheader.primary:hover{background:#0b3642;transform:translateY(-3px);box-shadow:0 8px 25px rgba(17,82,101,.4)}.section-cta__subheader.secondary{background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.section-cta__subheader.secondary:hover{background:rgba(255,255,255,.3);transform:translateY(-3px)}.section-services{padding:100px 0;background-color:#f8f9fa;position:relative;z-index:1}.section-services__header{margin-bottom:60px;text-align:center}.section-services__header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#083c4e;position:relative;display:inline-block}.section-services__header h2::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#6c9;border-radius:3px}.section-services__header p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}.section-services__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;margin:0 auto}.service-card{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;border-radius:12px;padding:40px 30px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.1);position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:400px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card::before{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));border-radius:12px;z-index:0;transition:opacity .3s ease;opacity:.8}.service-card i,.service-card h3,.service-card p,.service-card a{position:relative;z-index:1}.service-card i{font-size:48px;margin-bottom:20px;color:#6c9;transition:all .3s ease}.service-card h3{font-size:1.75rem;margin-bottom:1rem;font-weight:700}.service-card p{font-weight:400;font-size:1rem;margin-bottom:2rem;opacity:.9}.service-card__link{display:inline-flex;align-items:center;gap:8px;color:#6c9;font-weight:600;margin-top:auto;opacity:0;transform:translateY(10px);transition:all .3s ease}.service-card__link i{font-size:14px;margin-bottom:0;color:inherit}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.2)}.service-card:hover::before{opacity:.9}.service-card:hover .service-card__link{opacity:1;transform:translateY(0)}.section-gallery{width:100%;padding:100px 0;color:#fff;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image .8s ease;height:50vh}.section-gallery::before{content:"";position:absolute;inset:0;z-index:0}.section-gallery__header{margin-bottom:60px;text-align:center;position:relative;z-index:1}.section-gallery__header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#083c4e;position:relative;display:inline-block}.section-gallery__header h2::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#6c9;border-radius:3px}.section-gallery__header h2{color:#fff}.section-gallery__header h2::after{background:#6c9}.section-gallery__header p{color:rgba(255,255,255,.8)}.gallery-overlay{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 20px}.gallery-controls{display:flex;justify-content:space-between;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);padding:0 20px;z-index:2}@media screen and (max-width: 768px){.gallery-controls{position:static;transform:none;justify-content:center;gap:20px;margin-top:30px}}.gallery-btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:16px;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-btn:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:translateY(-2px) scale(1.1)}.gallery-indicators{display:flex;justify-content:center;gap:12px;margin-top:30px;position:relative;z-index:1}.gallery-indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .3s ease;position:relative}.gallery-indicator::after{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:50%}.gallery-indicator.active{background:#fff;transform:scale(1.2)}.gallery-indicator:hover{background:rgba(255,255,255,.7)}.section-about{padding:100px 0;background-color:#f8f9fa;position:relative;z-index:1}.section-about__inner{display:flex;align-items:center;gap:60px}@media screen and (max-width: 992px){.section-about__inner{flex-direction:column;gap:40px}}.about-image-container{flex:1;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1)}.about-image-container img{width:100%;height:auto;display:block;transition:transform .5s ease}.about-image-container img:hover{transform:scale(1.03)}.about-badge{position:absolute;top:20px;right:20px;background:#6c9;color:#fff;padding:8px 16px;border-radius:50px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.about-text{flex:1}.about-text span{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#669d92;font-weight:600}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#083c4e;line-height:1.2}@media screen and (max-width: 768px){.about-text h2{font-size:2rem}}.about-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#333}.about-features{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:20px;margin-top:2rem}.about-feature{display:flex;align-items:center;gap:10px;background:rgba(102,157,146,.1);padding:12px 15px;border-radius:8px;transition:all .3s ease}.about-feature:hover{background:rgba(102,157,146,.2);transform:translateY(-3px)}.about-feature i{color:#669d92;font-size:1.2rem}.about-feature span{font-weight:500;color:#083c4e;margin:0;text-transform:none;letter-spacing:normal;font-size:1rem}.section-contact{padding:100px 0;background:#083c4e;color:#fff;position:relative;overflow:hidden}@media screen and (max-width: 768px){.section-contact{padding:60px 0}}@media screen and (max-width: 576px){.section-contact{padding:40px 0}}.section-contact::before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:rgba(102,204,153,.1);border-radius:50%;z-index:0}@media screen and (max-width: 480px){.section-contact::before{display:none}}.section-contact::after{content:"";position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;background:rgba(102,157,146,.1);border-radius:50%;z-index:0}@media screen and (max-width: 480px){.section-contact::after{display:none}}.section-contact__inner{position:relative;z-index:1}.section-contact__content{display:grid;grid-template-columns:1fr 1fr;gap:60px}@media screen and (max-width: 992px){.section-contact__content{grid-template-columns:1fr;gap:40px}}@media screen and (max-width: 768px){.section-contact__content{gap:30px}}@media screen and (max-width: 576px){.section-contact__content{gap:20px}}.section-contact__info h2{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2}@media screen and (max-width: 768px){.section-contact__info h2{font-size:2rem}}@media screen and (max-width: 576px){.section-contact__info h2{font-size:1.75rem}}.section-contact__info span{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#669d92;font-weight:600;color:#6c9}.contact-methods{display:flex;flex-direction:column;gap:20px;margin:2rem 0}@media screen and (max-width: 768px){.contact-methods{margin:1.5rem 0}}@media screen and (max-width: 576px){.contact-methods{margin:1rem 0}}.contact-method{display:flex;align-items:center;gap:15px;color:rgba(255,255,255,.9);transition:all .3s ease}@media screen and (max-width: 576px){.contact-method{gap:10px}}.contact-method:hover{color:#fff;transform:translateX(5px)}.contact-method i{font-size:1.2rem;color:#6c9;width:40px;height:40px;background:rgba(102,204,153,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media screen and (max-width: 576px){.contact-method i{width:35px;height:35px;font-size:1rem}}.section-contact__form-wrapper{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.1)}@media screen and (max-width: 768px){.section-contact__form-wrapper{padding:1.5rem}}@media screen and (max-width: 576px){.section-contact__form-wrapper{padding:1rem}}@media screen and (max-width: 480px){.section-contact__form-wrapper{padding:.75rem;border-radius:8px}}.section-contact__form{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 768px){.section-contact__form{gap:1.25rem}}@media screen and (max-width: 576px){.section-contact__form{gap:1rem}}.section-contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 576px){.section-contact__form-row{grid-template-columns:1fr;gap:1rem}}.section-contact__form-group{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 576px){.section-contact__form-group{gap:6px}}.section-contact__form-label{font-size:.95rem;font-weight:500;color:rgba(255,255,255,.9)}@media screen and (max-width: 576px){.section-contact__form-label{font-size:.9rem}}.section-contact__form-input,.section-contact__form-textarea,.section-contact__form select{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;font-size:1rem;color:#fff;transition:all .3s ease;font-family:inherit;width:100%;box-sizing:border-box}@media screen and (max-width: 576px){.section-contact__form-input,.section-contact__form-textarea,.section-contact__form select{padding:10px 12px;font-size:.95rem}}@media screen and (max-width: 576px){.section-contact__form-input,.section-contact__form-textarea,.section-contact__form select{font-size:16px}}.section-contact__form-input::-moz-placeholder, .section-contact__form-textarea::-moz-placeholder, .section-contact__form select::-moz-placeholder{color:rgba(255,255,255,.5)}.section-contact__form-input::placeholder,.section-contact__form-textarea::placeholder,.section-contact__form select::placeholder{color:rgba(255,255,255,.5)}.section-contact__form-input:focus,.section-contact__form-textarea:focus,.section-contact__form select:focus{border-color:#6c9;box-shadow:0 0 0 2px rgba(102,204,153,.3);outline:none}.section-contact__form-textarea{resize:vertical;min-height:150px}@media screen and (max-width: 576px){.section-contact__form-textarea{min-height:120px}}.section-contact__form-submit{background:#6c9;color:#083c4e;padding:14px 24px;border-radius:8px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:10px;justify-content:center;transition:all .3s ease;margin-top:1rem;width:100%;box-sizing:border-box}@media screen and (max-width: 576px){.section-contact__form-submit{padding:12px 20px;font-size:.95rem;margin-top:.75rem}}.section-contact__form-submit:hover{background:#8cd9b3;transform:translateY(-3px);box-shadow:0 8px 20px rgba(102,204,153,.3)}.section-contact__form-submit i{transition:transform .3s ease}.section-contact__form-submit:hover i{transform:translateX(3px)}@media screen and (max-width: 576px){.section-container{padding:0 15px}.section-contact{max-width:100vw;overflow-x:hidden}.section-contact__info{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@media screen and (max-width: 360px){.section-contact__form-wrapper{padding:.5rem}.section-contact__form{gap:.75rem}.section-contact__form-submit{padding:10px 16px;font-size:.9rem}}.footer{background:#062a37;color:rgba(255,255,255,.7);padding:60px 0 30px;position:relative;z-index:1}.footer__content{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:60px}@media screen and (max-width: 992px){.footer__content{grid-template-columns:1fr;gap:40px}}.footer__brand .nav__logo{margin-bottom:1.5rem;font-size:1.5rem;color:#fff}.footer__brand .nav__logo i{color:#6c9}.footer__tagline{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:15px}.footer__social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer__social a:hover{background:#6c9;color:#083c4e;transform:translateY(-3px)}.footer__links{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media screen and (max-width: 768px){.footer__links{grid-template-columns:1fr;gap:30px}}.footer__links-group h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;position:relative}.footer__links-group h3::after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:#6c9}.footer__links-group ul{display:flex;flex-direction:column;gap:12px}.footer__links-group ul a{transition:all .3s ease}.footer__links-group ul a:hover{color:#6c9;transform:translateX(5px)}.footer__legal{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;font-size:.9rem}@media screen and (max-width: 576px){.footer__legal{flex-direction:column}}@media screen and (max-width: 768px){.section-cta__header h1{font-size:2.5rem}.section-services__grid{grid-template-columns:1fr}.service-card{min-height:350px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}
