*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Alegreya Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px 12px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.33s ease-in-out;
  border: 2px solid transparent;
}

.btn-primary {
  background: #FF6308;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #FF7D31;
}

.btn-secondary {
  background: transparent;
  border: 2px solid #FF6308;
  color: #FF6308;
}
.btn-secondary:hover {
  background: rgba(255, 125, 49, 0.2);
}

.btn-secondary-light {
  background: transparent;
  border: 2px solid #FF6308;
  color: #FFFFFF;
}
.btn-secondary-light:hover {
  background: #FF6308;
  color: #FFFFFF;
}

.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.header .nav-desktop .nav-link {
  color: #FFFFFF;
}
.header.scrolled {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.scrolled .nav-desktop .nav-link {
  color: #898989;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 45px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.logo {
  flex-shrink: 0;
  z-index: 1;
}
.logo img {
  height: 52px;
  width: auto;
}

.nav-desktop {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5em;
}
.nav-desktop > ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-desktop .nav-item {
  position: relative;
}
.nav-desktop .nav-link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.33s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.nav-desktop .nav-link:hover {
  color: #3A728A !important;
}
.nav-desktop .nav-link .dropdown-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}
.nav-desktop .nav-item:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.nav-desktop .nav-item.active .nav-link {
  color: #3A728A;
  border-bottom: 2px solid #FF6308;
  padding-bottom: 2px;
}

.header-cta {
  display: none;
  flex-shrink: 0;
  z-index: 1;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  min-width: 220px;
  padding: 12px 0;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  margin-top: 15px;
}
.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}
.dropdown-menu li {
  padding: 0;
}
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3A728A;
  text-transform: uppercase;
  transition: all 0.33s ease-in-out;
}
.dropdown-menu a:hover {
  background: #E3EFF3;
}
.dropdown-menu .service-icon {
  width: 28px;
  height: 28px;
}

.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333333;
  transition: all 0.33s ease-in-out;
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E3EFF3;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.mobile-nav.active {
  display: block;
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-nav a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #898989;
  text-transform: uppercase;
}
.mobile-nav .btn {
  margin-top: 16px;
  width: 100%;
}

.hero-banner {
  aspect-ratio: 16/7;
  text-align: center;
  background-color: #1a1a1a;
  background-image: url("../img/wem6000_landing_image.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.hero-banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-logo {
  max-width: 90%;
  margin-bottom: 16px;
}

.hero-banner .tagline {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-intro {
  padding: 100px 20px 50px;
  text-align: center;
  background: #FFFFFF;
}
.hero-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: #3A728A;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.hero-intro p {
  font-size: 33px;
  text-wrap: balance;
  line-height: 1.4;
}

.features {
  padding: 40px 0;
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding: 60px 0;
}
.feature-block:first-child {
  padding-top: 0;
}
.feature-block.image-left .feature-image {
  order: -1;
}
.feature-block.image-right .feature-image {
  order: 1;
}

.feature-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.feature-content .feature-item {
  margin-bottom: 20px;
}
.feature-content .feature-item strong {
  color: #333333;
  font-weight: 700;
}
.feature-content .feature-item p {
  margin: 0;
  font-size: 16px;
  color: #898989;
  line-height: 1.6;
}

.section-divider {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 24px;
}

.feature-image {
  aspect-ratio: 5/6;
  overflow: hidden;
  border: 1px solid #000000;
}
.feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-section {
  padding: 80px 20px;
  background: #E3EFF3;
}
.video-section .container {
  text-align: center;
}
.video-section h2 {
  font-size: 28px;
  color: #3A728A;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(58, 114, 138, 0.2);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

/*
.testimonials {
    background: $color-dark-blue;
    padding: 60px 20px;
    color: $color-pure-white;
}

.testimonials-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.slider-container {
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 100%;
    padding: 0 40px;
    text-align: center;

    blockquote {
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 20px;
        line-height: 1.8;
        font-style: italic;
        opacity: 0.95;
    }
}

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-btn {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: $color-pure-white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: $trans-wem;

    &:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: $color-bright-orange;
    }

    svg {
        width: 20px;
        height: 20px;
    }
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: $trans-wem;

    &.active {
        background: $color-bright-orange;
    }
}
*/
.footer {
  background: #3A728A;
  color: #FFFFFF;
}

.footer-main {
  padding: 50px 20px 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.footer-brand {
  max-width: 280px;
}

.footer-logo {
  max-width: 130px;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 12px;
}
.social-links a {
  color: #FFFFFF;
  opacity: 0.9;
  transition: all 0.33s ease-in-out;
}
.social-links a svg {
  width: 16px;
  height: 16px;
}
.social-links a:hover {
  opacity: 1;
  color: #FF6308;
}

.footer-column h5 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #FFFFFF;
}
.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-column a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.7;
  transition: all 0.33s ease-in-out;
  line-height: normal;
}
.footer-column a:hover {
  opacity: 1;
}

.footer-bottom {
  padding: 0 20px;
}
.footer-bottom .container {
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.footer-bottom-inner p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.footer-bottom-inner a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.33s ease-in-out;
}
.footer-bottom-inner a:hover {
  color: #FF6308;
}

@media (min-width: 768px) {
  .header-inner {
    padding: 15px 45px;
  }
  .logo img {
    height: 52px;
  }
  .nav-desktop {
    display: block;
  }
  .header-cta {
    display: block;
  }
  .mobile-menu-btn,
  .mobile-nav {
    display: none !important;
  }
  .hero-banner .tagline {
    font-size: 22px;
  }
  .hero-intro h2 {
    font-size: 36px;
  }
  .feature-block {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 0;
  }
  .feature-block.image-left .feature-image {
    order: -1;
  }
  .feature-block.image-right .feature-image {
    order: 1;
  }
  .feature-content h2 {
    font-size: 26px;
  }
  .video-section h2 {
    font-size: 36px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
  }
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .hero-banner .tagline {
    font-size: 28px;
  }
  .hero-intro h2 {
    font-size: 42px;
  }
  .feature-block {
    gap: 80px;
    padding: 80px 0;
  }
  .feature-content h2 {
    font-size: 28px;
  }
  .video-section h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .feature-block.image-left .feature-image, .feature-block.image-right .feature-image {
    order: -1;
  }
  .feature-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1/-1;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons .btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */