
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy: #2a2a2a;
      --white: #ffffff;
      --green: #4caf50;
      --green-light: rgba(76,175,80,0.12);
      --border: rgba(255,255,255,0.1);
      --text-dim: rgba(255,255,255,0.7);
      --text-mid: rgba(255,255,255,0.85);
      --transition: 0.3s ease;
    }

    body { font-family: 'Work Sans', sans-serif  !important; background: var(--navy); overflow-x: hidden; color: var(--text-mid); }

    /* NAV */
    .main-nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 22px 48px; background: transparent;
      transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
    }
    .main-nav.scrolled {
      background: rgba(44,44,44,0.97); padding: 14px 48px;
      box-shadow: 0 2px 20px rgba(0,0,0,0.3); backdrop-filter: blur(8px);
    }
    .nav__brand { text-decoration: none; color: #fff; }
    .nav__links { display: flex; list-style: none; gap: 36px; margin: 0; padding: 0; }
    .nav__links a {
      font-size: 12px; font-weight: 400; letter-spacing: 0.14em;
      text-transform: uppercase; color: rgba(255,255,255,0.8);
      text-decoration: none; position: relative; transition: color 0.3s ease;
    }
    .nav__links a::after {
      content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
      height: 1px; background: var(--green);
      transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;
    }
    .nav__links a:hover { color: #fff; }
    .nav__links a:hover::after, .nav__links a.active::after { transform: scaleX(1); }
    .nav__links a.active { color: #fff; }

    #menuOpen { background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; display: none; padding: 4px; }

    /* MOBILE MENU */
    .mobile-menu {
      display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(44,44,44,0.98); z-index: 190;
      flex-direction: column; align-items: center; justify-content: center; gap: 32px;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { font-size: 22px; font-weight: 200; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.3s ease; }
    .mobile-menu a:hover, .mobile-menu a.active { color: #fff; }
    .mobile-menu__close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 32px; cursor: pointer; }

    /* HERO */
    .hero { position: relative; width: 100%; overflow: hidden; display: flex; flex-direction: column; }
    .hero__bg {
      position: absolute; inset: 0;
      background-image: url('../images/air.jpeg');
      background-size: cover; background-position: center;
      transform: scale(1.04); animation: zoomOut 10s ease forwards; z-index: 0;
    }
    @keyframes zoomOut { from { transform: scale(1.04); } to { transform: scale(1.00); } }
    .hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 70%); z-index: 1; }
    .hero__content { position: relative; z-index: 5; padding: 160px 56px 72px; display: flex; flex-direction: column; justify-content: center; }
    .hero__breadcrumb { font-size: 14px; font-weight: 400; letter-spacing: 0.12em; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 18px; }
    .hero__breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
    .hero__breadcrumb a:hover { color: #fff; }
    .hero__breadcrumb span { color: var(--green); }
    .hero__tag { display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green); border: 1px solid rgba(76,175,80,0.5); padding: 5px 12px; margin-bottom: 20px; width: fit-content; }
    .hero__heading { font-size: clamp(36px, 6vw, 88px); font-weight: 200; color: #fff; line-height: 1.0; letter-spacing: -0.02em; margin-bottom: 20px; }
    .hero__aliases { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
    .alias-tag { font-size: 10px; font-weight: 400; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); text-transform: uppercase; border: 1px solid rgba(255,255,255,0.2); padding: 4px 10px; }
    .btn-hero-outline { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; background: transparent; border: 1.5px solid rgba(255,255,255,0.7); padding: 13px 30px; cursor: pointer; text-decoration: none; display: inline-block; transition: background var(--transition), border-color var(--transition); width: fit-content; }
    .btn-hero-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }

    /* PAGE BODY */
    .page-body { padding: 0 56px 80px; background: var(--navy); }
    .content {  padding: 40px 0 0 0; }

    /* LEAKAGE CAROUSEL */
.leakage-carousel { margin-top: 40px; }

.carousel-track-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
.carousel-viewport {
  overflow: hidden;
  flex: 1;
}
.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-slide {
  flex: 0 0 calc(33.333% - 11px);
  min-width: 0;
  opacity: 0.45;
  transition: opacity 0.4s ease;
}
.content-section p:not(.carousel-slide-desc) { font-size: 18px; font-weight: 300; color: var(--text-dim); line-height: 1.85; margin-bottom: 14px; max-width: 720px; }
.carousel-caption { max-width: none; }
.carousel-slide {
  flex: 0 0 calc(33.333% - 11px);
  min-width: 0;
  overflow: hidden;        /* add this */
  opacity: 0.45;
  transition: opacity 0.4s ease;
}
.carousel-slide-desc { max-width: none; font-size: 13px; font-weight: 300; color: var(--text-dim); line-height: 1.6; }
.carousel-slide.active {
  opacity: 1;
}
.carousel-img-wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}
.carousel-slide.active .carousel-img-wrap img {
  transform: scale(1.0);
}
.carousel-caption {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0 0;
}
.carousel-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}
.carousel-slide-title {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
.carousel-slide-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--text-dim);
  line-height: 1.6;
}
.carousel-btn {
  background: none;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: border-color 0.3s ease, color 0.3s ease;
  align-self: flex-start;
  margin-top: 108px;
}
.carousel-btn:hover {
  border-color: var(--green);
  color: #fff;
}
.carousel-btn--prev { margin-right: 16px; }
.carousel-btn--next { margin-left: 16px; }
.carousel-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}
.carousel-dot.active {
  background: var(--green);
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .carousel-slide { flex: 0 0 calc(50% - 8px); }
  .carousel-img-wrap { height: 200px; }
  .carousel-btn { margin-top: 92px; }
}
@media (max-width: 480px) {
  .carousel-slide { flex: 0 0 100%; }
  .carousel-img-wrap { height: 220px; }
  .carousel-btn { margin-top: 102px; width: 36px; height: 36px; font-size: 14px; }
  .carousel-btn--prev { margin-right: 10px; }
  .carousel-btn--next { margin-left: 10px; }
}
    /* CONTENT STYLES */
    .content__intro { margin-bottom: 56px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
    .content__intro h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 200; color: #fff; letter-spacing: -0.02em; margin-bottom: 20px; line-height: 1.1; }
    .content__intro p { font-size: 18px; font-weight: 300; color: var(--text-dim); line-height: 1.85; margin-bottom: 16px; max-width: 720px; }
    .content__intro p:last-child { margin-bottom: 0; }

    .info-box { background: rgba(255,255,255,0.04); border-left: 3px solid var(--green); padding: 20px 24px; margin: 24px 0; }
    .info-box p { font-size: 18px; font-weight: 300; color: var(--text-mid); line-height: 1.7; margin: 0; }

    .content-section { margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
    .content-section:last-child { border-bottom: none; margin-bottom: 0; }
    .content-section h3 { font-size: clamp(20px, 3vw, 32px); font-weight: 200; color: #fff; letter-spacing: -0.02em; margin-bottom: 18px; line-height: 1.2; }
    .content-section p { font-size: 18px; font-weight: 300; color: var(--text-dim); line-height: 1.85; margin-bottom: 14px; max-width: 720px; }
    .content-section p:last-child { margin-bottom: 0; }

    /* QUALIFICATIONS */
    .quals { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
    .qual-item { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); padding: 16px 20px; }
    .qual-item i { color: var(--green); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
    .qual-item span { font-size: 14px; font-weight: 300; color: var(--text-mid); line-height: 1.6; }

    /* BUILDING TYPES */
    .building-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
    .building-type { background: rgba(255,255,255,0.04); border: 1px solid var(--border); padding: 24px 20px; display: flex; align-items: flex-start; gap: 14px; transition: border-color 0.3s ease; }
    .building-type:hover { border-color: rgba(76,175,80,0.4); }
    .building-type i { color: var(--green); font-size: 22px; flex-shrink: 0; margin-top: 2px; }
    .building-type span { font-size: 15px; font-weight: 300; color: var(--text-mid); line-height: 1.4; }

    /* STEPS */
    .steps { display: flex; flex-direction: column; gap: 0; margin-top: 24px; }
    .step { display: grid; grid-template-columns: 44px 1fr 300px; gap: 28px; align-items: start; padding: 36px 0; border-bottom: 1px solid var(--border); }    .step:last-child { border-bottom: none; }
    .step__num { width: 44px; height: 44px; border: 1.5px solid var(--green); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; letter-spacing: 0.05em; flex-shrink: 0; }
    .step__body { min-width: 0; }
    .step__title { font-size: 21px; font-weight: 400; color: #fff; margin-bottom: 10px; letter-spacing: -0.01em; }
    .step__desc { font-size: 18px; font-weight: 300; color: var(--text-dim); line-height: 1.8; margin-bottom: 10px; }
    .step__desc:last-child { margin-bottom: 0; }
    .step__img { width: 100%; height: 500px; object-fit: cover; object-position: center; display: block; }
    /* CTA STRIP */
    .cta-strip { background: var(--green-light); border: 1px solid rgba(76,175,80,0.25); padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; }
    .cta-strip p { font-size: 18px; font-weight: 300; color: #fff; margin: 0; }
    .btn-green { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; background: var(--green); border: none; padding: 13px 28px; text-decoration: none; cursor: pointer; transition: opacity 0.25s ease; white-space: nowrap; flex-shrink: 0; }
    .btn-green:hover { opacity: 0.88; color: #fff; }

    /* OTHER SERVICES */
    .other-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
    .other-card { background: rgba(255,255,255,0.04); border: 1px solid var(--border); padding: 22px 20px; text-decoration: none; transition: border-color 0.3s ease, background 0.3s ease; display: block; }
    .other-card:hover { border-color: rgba(76,175,80,0.4); background: rgba(76,175,80,0.06); }
    .other-card__title { font-size: 20px; font-weight: 400; color: #fff; margin-bottom: 8px; line-height: 1.3; }
    .other-card__desc { font-size: 18px; font-weight: 300; color: var(--text-dim); line-height: 1.6; }
    .other-card__arrow { display: inline-block; color: var(--green); margin-top: 12px; font-size: 12px; }

    /* FOOTER */
    .site-footer { background-color: #2a2a2a; color: rgba(255,255,255,0.75); font-family: 'Work Sans', sans-serif; }
    .footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr 1.4fr; gap: 48px; padding: 72px 64px 56px; }
    .footer-heading { font-size: 15px; font-weight: 500; color: #fff; letter-spacing: 0.04em; margin-bottom: 24px; }
    .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
    .footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14px; font-weight: 300; transition: color 0.25s ease; }
    .footer-links a:hover { color: #fff; }
    .footer-social-list a { display: flex; align-items: center; gap: 10px; }
    .footer-social-list i { font-size: 15px; }
    .footer-logo-placeholder { margin-bottom: 32px; }
    .footer-logo-placeholder img { max-width: 140px; height: auto; }
    .footer-office { margin-bottom: 24px; }
    .office-name { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 6px; }
    .footer-office p { font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.65); margin: 0 0 3px; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 64px; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.35); }

    /* RESPONSIVE */
    @media (max-width: 1200px) { .other-services { grid-template-columns: repeat(2, 1fr); } }

    @media (max-width: 1024px) {
      .main-nav { padding: 18px 32px; }
      .main-nav.scrolled { padding: 12px 32px; }
      .hero__content { padding: 140px 32px 60px; }
      .page-body { padding: 0 32px 64px; }
      .building-types { grid-template-columns: 1fr 1fr; }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; padding: 48px 40px 40px; }
      .footer-bottom { padding: 18px 40px; }
    }

    @media (max-width: 900px) {
      #menuOpen { display: block !important; }
      .nav__links { display: none; }
      .main-nav { padding: 16px 24px; }
      .main-nav.scrolled { padding: 12px 24px; }
    }

    @media (max-width: 768px) {
      .hero__content { padding: 120px 24px 56px; }
      .btn-hero-outline { width: 100%; text-align: center; }
      .page-body { padding: 0 24px 56px; }
      .content { padding: 40px 0 0 0; }
      .building-types { grid-template-columns: 1fr; gap: 8px; }
      .other-services { grid-template-columns: 1fr 1fr; gap: 8px; }
      .cta-strip { flex-direction: column; text-align: center; padding: 24px; }
      .btn-green { width: 100%; text-align: center; }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; padding: 40px 24px 32px; }
      .footer-bottom { padding: 16px 24px; }
    }

    @media (max-width: 576px) {
      .hero__content { padding: 110px 20px 48px; }
      .page-body { padding: 0 20px 48px; }
      .other-services { grid-template-columns: 1fr; gap: 8px; }
      .step { grid-template-columns: 36px 1fr; gap: 16px; }
      .step__num { width: 36px; height: 36px; font-size: 11px; }
      .step__img { grid-column: 1 / -1; aspect-ratio: 16/9; }
      .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 36px 20px 28px; }
      .footer-bottom { padding: 14px 20px; }
      .footer-heading { margin-bottom: 16px; }
    }