body.sd-page.sd-execoore {
  overflow-x: hidden;
}

body.sd-page.sd-execoore .sd-navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10030;
  background: linear-gradient(180deg, rgba(10, 26, 36, 0.78), rgba(10, 26, 36, 0.18));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(19, 47, 64, 0.1);
  box-shadow: 0 16px 34px rgba(10, 24, 33, 0.1);
}

body.sd-page.sd-execoore .desktop-nav .container,
body.sd-page.sd-execoore .mobile-responsive-nav .container {
  max-width: 1240px;
}

body.sd-page.sd-execoore .desktop-nav .navbar {
  min-height: 92px;
  gap: 24px;
}

body.sd-page.sd-execoore .sd-navbar-wrap .navbar-nav {
  gap: 8px;
}

body.sd-page.sd-execoore .sd-navbar-wrap .desktop-nav .navbar .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 18px 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.sd-page.sd-execoore .sd-navbar-wrap .navbar-nav .nav-link::after {
  background: #5cf2f2;
}

body.sd-page.sd-execoore .sd-navbar-wrap .desktop-nav .navbar .navbar-nav .nav-item .nav-link:hover,
body.sd-page.sd-execoore .sd-navbar-wrap .desktop-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff !important;
}

body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky .desktop-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #173445 !important;
}

body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky .desktop-nav .navbar .navbar-nav .nav-item .nav-link:hover,
body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky .desktop-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #41b3bf !important;
}

body.sd-page.sd-execoore .sd-navbar-wrap .others-options .default-btn {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(92, 242, 242, 0.18);
  background: linear-gradient(135deg, #41b3bf, #5cf2f2);
  color: #102a38;
  box-shadow: 0 18px 36px rgba(65, 179, 191, 0.24);
}

body.sd-page.sd-execoore .sd-navbar-wrap .others-options .default-btn:hover {
  background: linear-gradient(135deg, #5cf2f2, #50f2e2);
  color: #102a38;
}

body.sd-page.sd-execoore .mobile-responsive-nav {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky .mobile-responsive-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(19, 47, 64, 0.1);
}

body.sd-page.sd-execoore .mobile-responsive-nav .mean-container a.meanmenu-reveal {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

body.sd-page.sd-execoore .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
  background: #ffffff;
}

body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky .mobile-responsive-nav .mean-container a.meanmenu-reveal {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(19, 47, 64, 0.14);
  color: #132f40 !important;
}

body.sd-page.sd-execoore .sd-navbar-wrap.is-sticky .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
  background: #132f40;
}

body.sd-page.sd-execoore .sd-hero {
  padding: 144px 0 104px;
}

body.sd-page.sd-execoore .sd-hero-copy {
  max-width: 680px;
}

body.sd-page.sd-execoore .sd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border: 1px solid rgba(92, 242, 242, 0.22);
  background: rgba(11, 28, 39, 0.38);
  color: #8ff7f7;
  letter-spacing: 0.14em;
}

body.sd-page.sd-execoore .sd-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #50f2e2;
  box-shadow: 0 0 0 7px rgba(80, 242, 226, 0.14);
}

body.sd-page.sd-execoore .sd-hero h1 {
  max-width: 10.4ch;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

body.sd-page.sd-execoore .sd-hero-copy > p {
  max-width: 58ch;
  font-size: 18px;
  line-height: 1.78;
  color: rgba(233, 244, 249, 0.84);
}

body.sd-page.sd-execoore .sd-hero-cta {
  margin-top: 34px;
}

body.sd-page.sd-execoore .sd-hero-showcase {
  position: relative;
  padding-left: 26px;
}

body.sd-page.sd-execoore .sd-hero-frame {
  position: relative;
  overflow: hidden;
  margin: 0 0 -56px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 74px rgba(5, 11, 18, 0.32);
  isolation: isolate;
}

body.sd-page.sd-execoore .sd-hero-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4.35;
  object-fit: cover;
}

body.sd-page.sd-execoore .sd-hero-frame__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 26, 37, 0.04), rgba(11, 26, 37, 0.52)),
    linear-gradient(135deg, rgba(92, 242, 242, 0.18), rgba(92, 242, 242, 0));
}

body.sd-page.sd-execoore .sd-hero-frame__badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #132f40;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.sd-page.sd-execoore .sd-hero-frame__floating {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(78%, 270px);
}

body.sd-page.sd-execoore .sd-hero-frame__floating > div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(10, 24, 33, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

body.sd-page.sd-execoore .sd-hero-frame__floating strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 15px;
}

body.sd-page.sd-execoore .sd-hero-frame__floating span {
  display: block;
  color: rgba(226, 239, 245, 0.84);
  font-size: 13px;
  line-height: 1.55;
}

body.sd-page.sd-execoore .sd-hero-panel {
  position: relative;
  z-index: 2;
  margin-left: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(9, 22, 31, 0.92), rgba(10, 26, 36, 0.86)),
    linear-gradient(135deg, rgba(92, 242, 242, 0.08), rgba(92, 242, 242, 0));
  box-shadow: 0 26px 60px rgba(5, 11, 18, 0.34);
}

body.sd-page.sd-execoore .sd-hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.sd-page.sd-execoore .sd-hero-metric {
  min-height: 108px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

body.sd-page.sd-execoore #services .row > [class*="col-"] {
  display: flex;
}

body.sd-page.sd-execoore .sd-service-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 26px;
  border-color: rgba(19, 47, 64, 0.1);
}

body.sd-page.sd-execoore .sd-service-card__media::after {
  background:
    linear-gradient(180deg, rgba(19, 47, 64, 0.02), rgba(19, 47, 64, 0.5)),
    linear-gradient(135deg, rgba(92, 242, 242, 0.16), rgba(92, 242, 242, 0));
}

body.sd-page.sd-execoore .sd-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 28px 26px 24px;
}

body.sd-page.sd-execoore .sd-service-card h3 {
  font-size: 1.55rem;
}

body.sd-page.sd-execoore .sd-service-card p {
  margin-bottom: 16px;
}

body.sd-page.sd-execoore .sd-service-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(19, 47, 64, 0.08);
}

body.sd-page.sd-execoore .sd-service-card__meta > div {
  min-width: 0;
}

body.sd-page.sd-execoore .sd-service-card__meta span {
  display: block;
  margin-bottom: 5px;
  color: #6a8390;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.sd-page.sd-execoore .sd-service-card__meta strong {
  display: block;
  color: #173445;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.sd-page.sd-execoore .sd-inline-link {
  margin-top: auto;
}

@media (max-width: 1199px) {
  body.sd-page.sd-execoore .sd-hero {
    padding-top: 134px;
  }

  body.sd-page.sd-execoore .sd-hero-showcase {
    padding-left: 0;
  }

  body.sd-page.sd-execoore .sd-hero-panel {
    margin-left: 0;
  }

  body.sd-page.sd-execoore .sd-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sd-page.sd-execoore .sd-hero-metric:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  body.sd-page.sd-execoore .sd-navbar-wrap {
    background: rgba(10, 26, 36, 0.68);
  }

  body.sd-page.sd-execoore .sd-hero {
    padding: 120px 0 80px;
  }

  body.sd-page.sd-execoore .sd-hero h1 {
    max-width: 11.5ch;
  }

  body.sd-page.sd-execoore .sd-hero-showcase {
    padding-left: 0;
  }

  body.sd-page.sd-execoore .sd-hero-panel {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body.sd-page.sd-execoore .sd-hero {
    padding: 106px 0 68px;
  }

  body.sd-page.sd-execoore .sd-hero h1 {
    max-width: 11.8ch;
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  body.sd-page.sd-execoore .sd-hero-copy > p {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.sd-page.sd-execoore .sd-hero-frame {
    display: none;
  }

  body.sd-page.sd-execoore .sd-hero-panel {
    margin-top: 8px;
    margin-left: 0;
    border-radius: 24px;
  }

  body.sd-page.sd-execoore .sd-service-card__body {
    padding: 24px 22px 22px;
  }

  body.sd-page.sd-execoore .sd-service-card__meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sd-page.sd-execoore .sd-service-card,
  body.sd-page.sd-execoore .sd-service-card__media img {
    transition: none;
  }
}
