:root {
  --panel-shadow: 0 24px 60px rgba(17, 23, 20, 0.08);
  --panel-radius: 22px;
}

.nav-links {
  gap: 24px;
  align-items: center;
}

.nav-links>li {
  position: relative;
}

.nav-links>li>a {
  display: inline-flex;
  align-items: center;
}

nav .row {
  flex-wrap: nowrap;
}

nav .row > [class*="col"] {
  min-width: 0;
}

nav .row > .col.justify-content-end {
  flex: 1 1 auto;
}

nav .nav-links {
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(14px, 1.4vw, 24px);
}

nav .nav-links a {
  white-space: nowrap;
  font-size: clamp(13px, 0.86vw, 13px);
}

.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  height: 24px;
}

.has-submenu>a::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  opacity: 0.65;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: -14px;
  min-width: 360px;
  padding: 18px;
  list-style: none;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(246, 250, 247, 0.98) 100%);
  border: 1px solid var(--border);
  box-shadow: 0 24px 52px rgba(17, 23, 20, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 120;
  border-radius: 24px 12px 24px 24px;
  overflow: hidden;
  isolation: isolate;
}

.submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 38px;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  transform: rotate(45deg);
}

.submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 110px;
  height: 3px;
  background: linear-gradient(90deg,
      var(--green) 0%,
      rgba(15, 139, 60, 0.08) 100%);
  border-radius: 999px;
  pointer-events: none;
}

.has-submenu:hover>.submenu,
.has-submenu:focus-within>.submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.has-submenu:hover>a::before,
.has-submenu:focus-within>a::before {
  transform: translateY(-38%) rotate(225deg);
  opacity: 1;
}

.submenu li {
  width: 100%;
  position: relative;
  z-index: 1;
}

.submenu li+li {
  margin-top: 10px;
}

.submenu a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  padding: 14px 18px 14px 62px !important;
  color: var(--heading);
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease,
    transform 0.22s ease, box-shadow 0.22s ease;
  border-radius: 18px;
  border: 1px solid transparent;
  background: rgba(15, 139, 60, 0.03);
}

.submenu a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: rgba(208, 27, 38, 0.08);
  border: 1px solid rgba(208, 27, 38, 0.16);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.submenu a::after {
  content: none;
}

.submenu-about li:nth-child(1) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D01B26' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.submenu-about li:nth-child(2) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D01B26' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h6'/%3E%3C/svg%3E");
}

.submenu-about li:nth-child(3) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D01B26' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v5c0 5-3.5 8-7 9-3.5-1-7-4-7-9V6l7-4z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

.submenu-projects li:nth-child(1) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D01B26' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 21h8'/%3E%3Cpath d='M12 17v4'/%3E%3Cpath d='M7 4h10v5a5 5 0 0 1-10 0V4z'/%3E%3Cpath d='M17 6h3a2 2 0 0 1-2 2h-1'/%3E%3Cpath d='M7 6H4a2 2 0 0 0 2 2h1'/%3E%3C/svg%3E");
}

.submenu-projects li:nth-child(2) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D01B26' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 17V5a1 1 0 0 1 1-1h12v13'/%3E%3Cpath d='M10 8h6'/%3E%3Cpath d='M10 12h6'/%3E%3Cpath d='M10 16h4'/%3E%3Cpath d='M4 20.5A2.5 2.5 0 0 1 6.5 18H20'/%3E%3C/svg%3E");
}

.submenu-title {
  display: block;
  line-height: 1.25;
}

.submenu-caption {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-transform: none;
  color: var(--muted);
}

.submenu a:hover,
.submenu a:focus-visible {
  background: #fff;
  color: var(--heading);
  border-color: rgba(15, 139, 60, 0.18);
  transform: translateX(4px);
  box-shadow: 0 12px 28px rgba(15, 139, 60, 0.08);
}

.submenu a:hover .submenu-caption,
.submenu a:focus-visible .submenu-caption {
  color: var(--text);
}

.nav-links a.active {
  color: var(--green);
}

.nav-links a.active::after {
  width: 100%;
}

.inner-page {
  background: var(--body-bg);
}

.page-main {
  overflow: hidden;
}

.anchor-target {
  scroll-margin-top: 110px;
}

.page-section[id] {
  scroll-margin-top: 110px;
}

.page-hero {
  position: relative;
  min-height: 36vh;
  display: flex;
  align-items: flex-end;
  padding: 128px 60px 48px;
  color: #fff;
  background: #0f1512;
  overflow: hidden;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.page-hero::before {
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(1.05);
}

.page-hero::after {
  background: linear-gradient(104deg,
      rgba(10, 14, 12, 0.92) 0%,
      rgba(10, 14, 12, 0.72) 44%,
      rgba(10, 14, 12, 0.48) 100%),
    radial-gradient(circle at 85% 22%,
      rgba(15, 139, 60, 0.28) 0%,
      transparent 34%);
}

.page-hero-about::before {
  background-image: var(--vec-img-about, url("../images/about.png"));
}

.page-hero-sectors::before {
  background-image: var(--vec-img-oilgas, url("../images/oilgas.png"));
}

.page-hero-solutions::before {
  background-image: var(--vec-img-capabilities, url("../images/capabilities-bg.jpg"));
}

.page-hero-projects::before {
  background-image: var(--vec-img-hero-day, url("../images/hero-day.png"));
}

.page-hero-careers::before {
  background-image: var(--vec-img-footer-cta, url("../images/footer-cta.png"));
}

.page-hero-contact::before {
  background-image: var(--vec-img-contact-bg, url("../images/contact-bg.png"));
}

.page-hero-management::before {
  background-image: var(--vec-img-management-hero, url("../images/about-pge01.png"));
}

.page-hero-default::before {
  background-image: var(--vec-img-capabilities, url("../images/capabilities-bg.jpg"));
}

.vec-inner-page-hero.has-featured-image::before {
  background-image: var(--vec-page-hero-image);
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px,
      transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 76%);
  opacity: 0.6;
  z-index: 1;
}

.page-hero-inner,
.page-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.page-hero-inner {
  max-width: 1400px;
}

.page-hero-copy {
  max-width: 860px;
}

.page-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  max-width: 860px;
}

.page-title em {
  font-style: normal;
  color: var(--green-light);
}

.page-intro {
  margin-top: 14px;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}

.page-breadcrumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.page-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-breadcrumbs a:hover {
  color: #fff;
}

.page-breadcrumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.34);
}

.page-breadcrumbs .current {
  color: var(--green-light);
}

.page-section {
  padding: 56px 40px;
}

.about-intro-section {
  padding-top: 72px;
}

.about-intro-top {
  display: block;
}

.about-intro-copy {
  min-width: 0;
  max-width: 1100px;
}

.about-intro-title {
  max-width: 1100px;
  line-height: 1.06;
  letter-spacing: -0.8px;
  font-size: clamp(28px, 3.5vw, 44px);
}

.about-intro-text {
  max-width: 1100px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.72;
  color: var(--muted);
}

.about-intro-text strong,
.about-intro-note strong {
  color: var(--heading);
  font-weight: 700;
}

.about-intro-copy .section-tag {
  margin-bottom: 18px;
}

.about-intro-copy .section-title em {
  color: var(--green);
}

.page-title {
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.04;
  letter-spacing: -1px;
}

.about-intro-title {
  font-size: clamp(20px, 2.45vw, 31px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.4px !important;
}

.about-showcase-title {
  font-size: clamp(22px, 2.6vw, 36px) !important;
  line-height: 1.1 !important;
}

.about-highlight-card h3 {
  font-size: clamp(14px, 1.15vw, 17px) !important;
  line-height: 1.18 !important;
}

.about-feature-body h3 {
  font-size: clamp(16px, 1.35vw, 21px) !important;
  line-height: 1.18 !important;
}

.page-section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.about-intro-section {
  padding-top: 68px !important;
  padding-bottom: 84px !important;
}

.about-intro-text,
.about-showcase-text {
  margin-top: 16px !important;
}

.about-intro-highlights {
  margin-top: 24px !important;
}

.about-showcase-section {
  padding-top: 40px;
}

.about-showcase-stack {
  gap: 50px;
}

.about-showcase-block {
  gap: 38px;
}

.about-feature-list {
  gap: 16px;
  margin-top: 26px;
}

.about-showcase-media {
  gap: 16px;
}

.about-check-points {
  gap: 14px 24px;
  margin-top: 18px;
}

.about-intro-highlights {
  margin-top: 28px;
}

.about-highlight-card {
  min-height: 148px;
  padding: 20px 20px 18px;
  height: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 139, 60, 0.12);
  background: linear-gradient(150deg,
      rgba(15, 139, 60, 0.2) 0%,
      rgba(220, 242, 229, 0.96) 42%,
      rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 20px 38px rgba(17, 23, 20, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.about-highlight-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -34px;
  top: -32px;
  border-radius: 50%;
  background: radial-gradient(circle at center,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.18) 42%,
      rgba(255, 255, 255, 0) 72%);
  opacity: 1;
  pointer-events: none;
}

.about-highlight-card::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 16px;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green) 0%, var(--green-light) 100%);
}

.about-highlight-card.even::before {
  background: radial-gradient(circle at center,
      rgba(255, 255, 255, 0.74) 0%,
      rgba(255, 255, 255, 0.2) 42%,
      rgba(255, 255, 255, 0) 72%);
}

.about-highlight-card.even::after {
  background: linear-gradient(90deg, var(--red) 0%, var(--red-light) 100%);
}

.about-highlight-card.even {
  border-color: rgba(208, 27, 38, 0.14);
  background: linear-gradient(150deg,
      rgba(208, 27, 38, 0.18) 0%,
      rgba(253, 235, 238, 0.96) 42%,
      rgba(255, 255, 255, 0.98) 100%);
}

.about-highlight-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.about-highlight-row>div {
  display: grid;
  gap: 8px;
}

.about-highlight-icon {
  order: 2;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(233, 247, 239, 0.92) 100%);
  border: 1px solid rgba(15, 139, 60, 0.14);
  box-shadow: 0 10px 18px rgba(15, 139, 60, 0.08);
}

.about-highlight-card.even .about-highlight-icon {
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(254, 238, 240, 0.92) 100%);
  border-color: rgba(208, 27, 38, 0.14);
  box-shadow: 0 10px 18px rgba(208, 27, 38, 0.08);
}

.about-highlight-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--green);
  stroke-width: 1.7;
  fill: none;
}

.about-highlight-card.even .about-highlight-icon svg {
  stroke: var(--red);
}

.about-highlight-card h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.12;
  color: var(--heading);
}

.about-highlight-card p {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(45, 62, 51, 0.72);
}

.about-highlight-card:hover,
.about-highlight-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 26px 46px rgba(17, 23, 20, 0.12);
  border-color: rgba(15, 139, 60, 0.16);
}

.about-highlight-card.even:hover,
.about-highlight-card.even:focus-within {
  border-color: rgba(208, 27, 38, 0.16);
}

.about-intro-section .row.mt-4 {
  row-gap: 24px;
}

.about-intro-note {
  max-width: 1100px;
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.72;
  color: var(--muted);
}

.about-showcase-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 18%,
      rgba(15, 139, 60, 0.08) 0%,
      transparent 24%),
    radial-gradient(circle at 88% 78%,
      rgba(208, 27, 38, 0.06) 0%,
      transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.about-showcase-stack {
  display: grid;
  gap: 54px;
}

.about-showcase-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 42px;
  align-items: center;
}

.about-showcase-block-reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.about-showcase-copy,
.about-showcase-media {
  min-width: 0;
}

.about-showcase-title {
  max-width: 760px;
  line-height: 1.08;
}

.about-showcase-text {
  max-width: 720px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.78;
  color: var(--muted);
}

.about-showcase-text strong,
.about-showcase-note strong {
  color: var(--heading);
  font-weight: 700;
}

.about-feature-list {
  list-style: none;
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.about-feature-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  position: relative;
  padding-left: 20px;
}

.about-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg,
      rgba(15, 139, 60, 0.95) 0%,
      rgba(15, 139, 60, 0.12) 100%);
}

.about-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg,
      rgba(15, 139, 60, 0.14) 0%,
      rgba(15, 139, 60, 0.04) 100%);
  border: 1px solid rgba(15, 139, 60, 0.12);
}

.about-feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--green);
  stroke-width: 1.7;
  fill: none;
}

.about-feature-body h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  color: var(--heading);
}

.about-feature-body h3 strong {
  font-weight: 700;
}

.about-feature-body h3 .accent {
  color: var(--green);
}

.about-feature-body p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.about-showcase-media {
  display: grid;
  gap: 18px;
}

.about-showcase-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(17, 23, 20, 0.08);
}

.about-showcase-image::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg,
      var(--green) 0%,
      rgba(15, 139, 60, 0.18) 100%);
  z-index: 1;
}

.about-showcase-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.about-showcase-image-angled {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.about-showcase-image-wide {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.about-showcase-note {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.about-check-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 16px 28px;
  margin-top: 22px;
}

.about-check-points li {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--heading);
}

.about-check-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(15, 139, 60, 0.12);
}

.about-check-points li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.management-summary .summary-card:first-child {
  background: linear-gradient(150deg,
      rgba(15, 139, 60, 0.12) 0%,
      rgba(244, 251, 247, 0.98) 54%,
      rgba(255, 255, 255, 0.98) 100%);
}

.management-summary .summary-card:last-child {
  background: linear-gradient(150deg,
      rgba(208, 27, 38, 0.11) 0%,
      rgba(254, 246, 247, 0.98) 54%,
      rgba(255, 255, 255, 0.98) 100%);
}

.management-leadership-grid {
  display: grid;
  gap: 28px;
}

body.management-page .page-title {
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.03;
  letter-spacing: -1.1px;
}

body.management-page .page-intro {
  max-width: 620px;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.management-section-title {
  max-width: 460px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}

.leader-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
  box-shadow: var(--panel-shadow);
  overflow: hidden;
  position: relative;
}

.leader-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg,
      var(--green) 0%,
      rgba(15, 139, 60, 0.2) 100%);
}

.leader-card:nth-child(even)::before {
  background: linear-gradient(180deg,
      var(--red) 0%,
      rgba(208, 27, 38, 0.2) 100%);
}

.leader-side {
  padding: 30px 28px 28px;
  background: linear-gradient(160deg,
      rgba(15, 139, 60, 0.12) 0%,
      rgba(246, 250, 247, 0.98) 52%,
      rgba(255, 255, 255, 0.98) 100%);
  border-right: 1px solid rgba(15, 139, 60, 0.08);
  display: grid;
  align-content: start;
  gap: 0;
}

.leader-card:nth-child(even) .leader-side {
  background: linear-gradient(160deg,
      rgba(208, 27, 38, 0.12) 0%,
      rgba(255, 247, 248, 0.98) 52%,
      rgba(255, 255, 255, 0.98) 100%);
  border-right-color: rgba(208, 27, 38, 0.08);
}

.leader-photo-frame {
  width: min(100%, 220px);
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(160deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(237, 247, 241, 0.98) 100%);
  border: 1px solid rgba(15, 139, 60, 0.12);
  box-shadow: 0 16px 34px rgba(15, 139, 60, 0.08);
}

.leader-card:nth-child(even) .leader-photo-frame {
  background: linear-gradient(160deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 241, 243, 0.98) 100%);
  border-color: rgba(208, 27, 38, 0.12);
  box-shadow: 0 16px 34px rgba(208, 27, 38, 0.08);
}

.leader-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-photo-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(circle at 50% 28%,
      rgba(15, 139, 60, 0.14) 0 12%,
      transparent 13%),
    radial-gradient(circle at 50% 68%,
      rgba(15, 139, 60, 0.1) 0 28%,
      transparent 29%),
    radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.78) 0%,
      transparent 44%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(244, 250, 246, 0.98) 100%);
}

.leader-card:nth-child(even) .leader-photo-placeholder {
  background: radial-gradient(circle at 50% 28%,
      rgba(208, 27, 38, 0.14) 0 12%,
      transparent 13%),
    radial-gradient(circle at 50% 68%,
      rgba(208, 27, 38, 0.1) 0 28%,
      transparent 29%),
    radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.8) 0%,
      transparent 44%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(253, 245, 247, 0.98) 100%);
}

.leader-photo-placeholder::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.leader-role {
  margin-top: 20px;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green);
}

.leader-card:nth-child(even) .leader-role {
  color: var(--red);
}

.leader-name {
  margin-top: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.1;
  color: var(--heading);
}

.leader-meta {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.leader-meta li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.leader-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(15, 139, 60, 0.68);
}

.leader-card:nth-child(even) .leader-meta li::before {
  background: rgba(208, 27, 38, 0.68);
}

.leader-content {
  padding: 30px 30px 28px;
}

.leader-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.leader-fact {
  padding: 14px 15px 13px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  border: 1px solid rgba(17, 23, 20, 0.07);
}

.leader-card:nth-child(even) .leader-fact {
  background: linear-gradient(180deg, #ffffff 0%, #fcf7f8 100%);
}

.leader-fact-label {
  display: block;
  font-size: 9px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(45, 62, 51, 0.58);
}

.leader-fact strong {
  display: block;
  margin-top: 7px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--heading);
}

.leader-content p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.leader-content p+p {
  margin-top: 12px;
}

body.modal-open {
  overflow: hidden;
}

.page-hero-management {
  min-height: 42vh;
  padding-top: 146px;
  padding-bottom: 52px;
}

.page-hero-management::after {
  background: linear-gradient(106deg,
      rgba(13, 16, 14, 0.82) 0%,
      rgba(18, 18, 16, 0.58) 44%,
      rgba(18, 18, 16, 0.44) 100%),
    radial-gradient(circle at 78% 20%,
      rgba(15, 139, 60, 0.18) 0%,
      transparent 28%);
}

.management-hero-copy {
  max-width: 620px;
}

.page-hero-management .page-hero-grid {
  opacity: 0.28;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 30%, transparent 100%);
}

.management-gallery-section {
  padding-top: 68px;
  padding-bottom: 52px;
  background: radial-gradient(circle at 10% 18%,
      rgba(15, 139, 60, 0.05) 0%,
      transparent 30%),
    radial-gradient(circle at 88% 78%,
      rgba(208, 27, 38, 0.04) 0%,
      transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f9fbf9 100%);
}

.management-section-head {
  max-width: none;
  margin: 0 0 28px;
}

.management-profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 500px));
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.management-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(17, 23, 20, 0.07);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.98) 0%,
      #ffffff 100%);
  box-shadow: 0 20px 46px rgba(17, 23, 20, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.management-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg,
      rgba(15, 139, 60, 0.85) 0%,
      rgba(15, 139, 60, 0.2) 100%);
}

.management-card-alt::before {
  background: linear-gradient(90deg,
      rgba(201, 140, 62, 0.85) 0%,
      rgba(208, 27, 38, 0.2) 100%);
}

.management-card:hover,
.management-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(17, 23, 20, 0.1);
}

.management-card-top {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.management-card-media {
  aspect-ratio: 5 / 6;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #f6f7f8 0%, #eceff1 100%);
  box-shadow: 0 12px 28px rgba(17, 23, 20, 0.08);
}

.management-card-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-card-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.12;
  letter-spacing: -0.4px;
  color: var(--heading);
}

.management-card-role {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(45, 62, 51, 0.8);
}

.management-card-points {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 23, 20, 0.08);
}

.management-card-points li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--heading);
}

.management-card-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(15, 139, 60, 0.75);
}

.management-card-alt .management-card-points li::before {
  background: rgba(201, 140, 62, 0.88);
}

.management-card-summary {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.management-card-summary p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}

.management-card-link {
  margin-top: auto;
  padding: 18px 0 0;
  border: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--green);
  cursor: pointer;
  transition: gap 0.2s ease, color 0.2s ease;
}

.management-card-link::after {
  content: "\2192";
  font-size: 18px;
  line-height: 1;
}

.management-card-link:hover,
.management-card-link:focus-visible {
  gap: 14px;
  color: #0a7f39;
  outline: 0;
}

.management-card-alt .management-card-link {
  color: #b9772a;
}

.management-card-alt .management-card-link:hover,
.management-card-alt .management-card-link:focus-visible {
  color: #a1651b;
}

.management-vision-section {
  padding-top: 16px;
  padding-bottom: 62px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
}

.management-vision-inner {
  max-width: none;
  margin: 0;
  padding-top: 22px;
}

.management-vision-title {
  max-width: 760px;
  font-size: clamp(24px, 2.2vw, 32px);
}

.management-vision-inner p {
  max-width: 980px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.82;
  color: var(--muted);
}

.leader-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 24px;
  display: grid;
  align-items: center;
}

.leader-modal[hidden] {
  display: none;
}

.leader-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 13, 11, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.leader-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  margin: 0 auto;
  overflow: auto;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 36px 90px rgba(9, 13, 11, 0.22);
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.leader-modal.is-open .leader-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.leader-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 23, 20, 0.06);
  color: var(--heading);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.leader-modal-close:hover,
.leader-modal-close:focus-visible {
  background: rgba(17, 23, 20, 0.1);
  transform: scale(1.04);
  outline: 0;
}

.leader-modal-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
  gap: 34px;
  padding: 34px;
}

.leader-modal-side {
  padding-right: 30px;
  border-right: 1px solid rgba(17, 23, 20, 0.08);
}

.leader-modal-side .leader-photo-frame {
  width: min(100%, 250px);
  aspect-ratio: 4 / 5;
  border-radius: 28px;
}

.leader-modal-role {
  margin-top: 22px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green);
}

.leader-modal-alt .leader-modal-role {
  color: var(--red);
}

.leader-modal-name {
  margin-top: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(28px, 2.4vw, 20px);
  line-height: 1.08;
  color: var(--heading);
  font-weight: 600;
}

.leader-modal-meta {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.leader-modal-meta li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.leader-modal-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(15, 139, 60, 0.7);
}

.leader-modal-alt .leader-modal-meta li::before {
  background: rgba(208, 27, 38, 0.72);
}

.leader-modal-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.leader-modal-fact {
  padding: 16px 16px 15px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  border: 1px solid rgba(17, 23, 20, 0.08);
}

.leader-modal-alt .leader-modal-fact {
  background: linear-gradient(180deg, #ffffff 0%, #fcf7f8 100%);
}

.leader-modal-fact span {
  display: block;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(45, 62, 51, 0.58);
}

.leader-modal-fact strong {
  display: block;
  margin-top: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--heading);
}

.leader-modal-body {
  margin-top: 22px;
}

.leader-modal-body p {
  font-size: 15px;
  line-height: 1.86;
  color: var(--muted);
}

.leader-modal-body p+p {
  margin-top: 16px;
}

.band-section {
  background: var(--alt-bg);
}

.accent-section {
  background:radial-gradient(circle at 15% 18%, rgba(15, 139, 60, 0.12) 0%, transparent 28%), linear-gradient(145deg, #075c44 0%, #000000 100%);
  color: #fff;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head p {
  margin-top: 18px;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--muted);
}

.accent-section .section-title {
  color: #fff;
}

.accent-section .section-tag {
  color: var(--green-light);
}

.accent-section .section-tag::before {
  background: var(--green-light);
}

.accent-section .section-head p {
  color: rgba(255, 255, 255, 0.74);
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.page-copy p,
.summary-card p,
.info-card p,
.timeline-item p,
.case-card p,
.step-card p,
.contact-card p,
.privacy-card p,
.note-card p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.accent-section .summary-card p,
.accent-section .info-card p,
.accent-section .timeline-item p,
.accent-section .step-card p {
  color: rgba(255, 255, 255, 0.7);
}

.page-copy p+p {
  margin-top: 14px;
}

body[data-page="solutions"] .page-main .page-section.py-5 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

body[data-page="solutions"] .page-main > .page-section:first-of-type .row.align-items-center {
  align-items: flex-start !important;
}

.project-intro-list {
  list-style: none;
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
}

.project-intro-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.project-intro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(15, 139, 60, 0.08);
}

.summary-stack {
  display: grid;
  gap: 16px;
}

.feature-image-card,
.summary-card,
.info-card,
.timeline-item,
.note-card,
.contact-card,
.privacy-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--panel-radius);
  box-shadow: var(--panel-shadow);
}

.summary-card {
  padding: 24px 26px;
}

.compact-highlights .summary-card {
  padding: 22px 22px 20px;
}

.compact-highlights .summary-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.compact-highlights .summary-card p {
  font-size: 13px;
  line-height: 1.65;
}

.feature-image-card {
  overflow: hidden;
  position: relative;
}

.feature-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.feature-image-copy {
  padding: 24px 26px 26px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(246, 250, 247, 0.98) 100%);
}

.feature-image-copy h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: var(--heading);
  margin-bottom: 10px;
}

.feature-image-copy p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.summary-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--red);
}

.summary-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--red);
}

.dark-card .summary-kicker,
.cta-panel .summary-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.dark-card .summary-kicker::before,
.cta-panel .summary-kicker::before {
  background: rgba(255, 255, 255, 0.82);
}

.summary-card h3,
.info-card h3,
.timeline-item h3,
.case-card h3,
.step-card h3,
.contact-card h3,
.privacy-card h3,
.note-card h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  color: var(--heading);
  margin-bottom: 10px;
}

.accent-section .summary-card,
.accent-section .info-card,
.accent-section .timeline-item,
.accent-section .step-card,
.dark-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.accent-section .summary-card h3,
.accent-section .info-card h3,
.accent-section .timeline-item h3,
.accent-section .step-card h3,
.dark-card h3,
.dark-card p {
  color: #fff;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.compact-highlights {
  margin-top: 30px;
}

.cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card {
  padding: 28px;
}

.icon-chip {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(145deg,
      rgba(15, 139, 60, 0.12) 0%,
      rgba(15, 139, 60, 0.03) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-chip svg {
  width: 26px;
  height: 26px;
  stroke: var(--green);
  stroke-width: 1.6;
  fill: none;
}

.accent-section .icon-chip,
.dark-card .icon-chip {
  background: rgba(255, 255, 255, 0.1);
}

.accent-section .icon-chip svg,
.dark-card .icon-chip svg {
  stroke: var(--green-light);
}

.pill-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-left: 0px;
}

.pill-list li {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--green-pale);
  color: var(--green);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
}

.accent-section .pill-list li,
.dark-card .pill-list li {
  background: rgba(15, 139, 60, 0.18);
  color: #d9f7e6;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  margin-top: 34px;
  border-radius: var(--panel-radius);
  background: linear-gradient(110deg,
      rgba(15, 139, 60, 0.95) 0%,
      rgba(10, 101, 43, 0.98) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  color: #fff;
  box-shadow: 0 28px 70px rgba(15, 139, 60, 0.18);
}

.stat-block {
  padding: 4px 4px 4px 0;
}

.stat-block+.stat-block {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 18px;
}

.stat-number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1;
  font-weight: 700;
}

.stat-text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.timeline-item {
  padding: 26px;
  border-top: 4px solid var(--green);
}

.timeline-year {
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 12px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-panel-stack {
  display: grid;
  gap: 24px;
}

.case-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 0px solid var(--border);
  border-radius: var(--panel-radius);
  box-shadow: var(--panel-shadow);
}

.case-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.case-card-body {
  padding: 28px;
}

.process-steps {
  height: 100%;
  /*display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;*/
}

.step-card {
  height: 100%;
  padding: 28px;
  border-radius: var(--panel-radius);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--panel-shadow);
}

.step-number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 12px;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.logo-tile {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.logo-tile img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  opacity: 0.85;
}

.note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.note-card {
  padding: 30px;
}

.contact-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-card {
  padding: 30px;
}

.contact-card.dark-card a,
.contact-card.dark-card p,
.contact-card.dark-card li {
  color: rgba(255, 255, 255, 0.76);
}

.contact-card a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.contact-card a:hover {
  color: var(--red);
}

.detail-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-left: 0 !important;
}

.detail-list li {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--alt-bg);
  color: var(--text) !important;
  font-size: 14px;
  line-height: 1.7;
}

.detail-list li i {
  color: var(--green);
}

.dark-card .detail-list li {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.privacy-card {
  padding: 32px;
}

.page-cta {
  padding: 0 60px 100px;
}

.cta-panel {
  max-width: 1400px;
  margin: 0 auto;
  padding: 42px 44px;
  border-radius: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #fff;
  background: linear-gradient(120deg,
      rgba(17, 23, 20, 0.94) 0%,
      rgba(15, 139, 60, 0.94) 100%);
  box-shadow: 0 30px 80px rgba(15, 139, 60, 0.18);
}

.cta-panel h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  text-transform: uppercase;
  max-width: 640px;
}

.cta-panel p {
  margin-top: 14px;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.76);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.btn-link-light {
  color: #fff !important;
}

.btn-link-light::after {
  color: #fff;
}

.hero-placeholder {
  display: none;
}

@media (max-width: 1200px) {
  nav {
    display: none;
  }

  .mobile-header {
    display: flex !important;
  }
}

@media (max-width: 1180px) {
  nav {
    padding: 14px 28px;
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .nav-links {
    flex: 1 1 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero {
    padding: 170px 28px 110px;
  }

  section,
  .page-section,
  .page-hero,
  .page-cta {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-stats {
    left: 28px;
    right: 28px;
    width: auto;
  }

  .about-inner,
  .careers-inner,
  .contact-inner,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .about-intro-top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-showcase-block,
  .about-showcase-block-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .leader-card {
    grid-template-columns: 1fr;
  }

  .leader-side {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 23, 20, 0.06);
    justify-items: start;
  }

  .leader-modal-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .leader-modal-side {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 23, 20, 0.08);
  }

  .about-intro-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {

  .sectors-grid,
  .card-grid,
  .case-grid,
  .process-steps,
  .contact-split,
  .note-grid,
  .stat-strip,
  .footer-top,
  .form-row {
    grid-template-columns: 1fr;
  }

  .stat-block+.stat-block {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 0;
    padding-top: 18px;
  }

  .clients-grid {
    gap: 28px 36px;
  }

  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .about-intro-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-check-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .management-profiles {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .management-card-top {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .leader-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leader-modal-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-showcase-image-angled,
  .about-showcase-image-wide {
    clip-path: none;
  }

  .about-intro-section .row.mt-4 {
    row-gap: 22px;
  }

  .about-highlight-card {
    min-height: 156px;
  }
}

@media (max-width: 768px) {
  nav {
    padding: 16px 18px;
    position: sticky;
  }

  .nav-logo img {
    height: 54px;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .nav-links>li {
    width: 100%;
  }

  .nav-links a {
    font-size: 11px;
    letter-spacing: 1.1px;
  }

  .has-submenu>a::before {
    display: none;
  }

  .has-submenu::after {
    content: none;
  }

  .submenu {
    position: static;
    min-width: 0;
    margin-top: 10px;
    padding: 8px 0 0 16px;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: visible;
  }

  .submenu::before {
    content: none;
  }

  .submenu::after {
    content: none;
  }

  .submenu li+li {
    margin-top: 8px;
  }

  .submenu a {
    padding: 12px 12px 12px 58px;
    font-size: 10px;
    letter-spacing: 1.3px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(17, 23, 20, 0.05);
  }

  .submenu a:hover,
  .submenu a:focus-visible {
    background: #fff;
    color: var(--green);
    transform: none;
  }

  .submenu-caption {
    color: rgba(17, 23, 20, 0.58);
  }

  .submenu a:hover .submenu-caption,
  .submenu a:focus-visible .submenu-caption {
    color: rgba(17, 23, 20, 0.72);
  }

  .nav-cta {
    width: 100%;
    text-align: center;
  }

  .about-showcase-stack {
    gap: 38px;
  }

  .about-showcase-title {
    line-height: 1.12;
  }

  .page-hero-management {
    min-height: 34vh;
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .management-gallery-section {
    padding-top: 50px;
    padding-bottom: 42px;
  }

  .management-card {
    padding: 20px 20px 18px;
    border-radius: 20px;
  }

  .management-card-top {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
  }

  .management-card-media {
    border-radius: 15px;
  }

  .management-card-name {
    font-size: 22px;
  }

  .management-card-role,
  .management-card-points li,
  .management-card-summary p {
    font-size: 14px;
    line-height: 1.7;
  }

  .management-card-link {
    font-size: 15px;
  }

  .management-vision-title {
    font-size: clamp(24px, 8vw, 32px);
  }

  .management-vision-inner p {
    font-size: 15px;
  }

  .leader-modal {
    padding: 16px;
  }

  .leader-modal-dialog {
    max-height: calc(100vh - 32px);
  }

  .leader-modal-layout {
    padding: 26px 22px 22px;
  }

  .leader-modal-facts {
    grid-template-columns: 1fr;
  }

  .leader-fact-grid {
    grid-template-columns: 1fr;
  }

  .about-showcase-text,
  .about-showcase-note {
    font-size: 15px;
    line-height: 1.7;
  }

  .about-feature-item {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding-left: 16px;
  }

  .about-feature-body h3 {
    font-size: 21px;
  }

  .hero,
  .page-hero {
    padding-top: 168px;
  }

  .page-hero {
    padding-bottom: 34px;
    min-height: 32vh;
  }

  section,
  .page-section,
  .page-cta,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-intro-section {
    padding-top: 48px;
  }

  .about-intro-title {
    line-height: 1.1;
  }

  .about-intro-text,
  .about-intro-note {
    font-size: 16px;
  }

  .about-intro-highlights {
    grid-template-columns: 1fr;
  }

  .about-intro-section .row.mt-4 {
    row-gap: 18px;
    margin-top: 26px !important;
  }

  .about-highlight-card {
    min-height: auto;
    padding: 18px 18px 16px;
  }

  .about-highlight-row {
    gap: 14px;
  }

  .about-highlight-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .about-highlight-card h3 {
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .about-highlight-card p {
    font-size: 11px;
    line-height: 1.5;
  }

  .hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
    flex-direction: column;
    gap: 16px;
  }

  .hero-stat,
  .hero-stat:last-child,
  .hero-stat:not(:first-child) {
    padding: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 14px;
  }

  .hero-stat:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .hero-scroll-arrow {
    display: none;
  }

  .projects-inner-wrap,
  .clients-title-row,
  .contact-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .solutions-header,
  .solutions-grid-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .cta-panel {
    padding: 34px 26px;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .page-title {
    letter-spacing: -1px;
  }

  .section-title,
  .projects-side-header .section-title {
    font-size: clamp(28px, 10vw, 40px);
  }

  .cap-grid {
    grid-template-columns: 1fr;
  }

  .logo-row,
  .timeline,
  .cards-4 {
    grid-template-columns: 1fr;
  }
}

.consult {
  color: #fff !important;
}

/* DISCIPLINES SECTION REDESIGN */
.disciplines-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  z-index: 1;
  background: #0b110e;
  /* Fallback base color */
}

.disciplines-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0b110e;
}

.disciplines-section-bg .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  filter: brightness(0.55) saturate(1.1);
}

.disciplines-section-bg .bg-layer.active {
  opacity: 0.45;
}

.disciplines-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%,
      rgba(15, 139, 60, 0.15) 0%,
      transparent 40%),
    radial-gradient(circle at 90% 80%,
      rgba(208, 27, 38, 0.08) 0%,
      transparent 40%),
    linear-gradient(135deg,
      rgba(14, 20, 17, 0.2) 0%,
      rgba(17, 23, 20, 0.4) 100%);
  z-index: 1;
  opacity: 0.3;
}

.disciplines-section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px,
      transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 85%);
  pointer-events: none;
  z-index: 2;
}

.disciplines-section .container {
  position: relative;
  z-index: 2;
}

.discipline-card {
  position: relative;
  padding: 50px 40px;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

/* Vertical Partition Line */
.discipline-card::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(to bottom,
      transparent,
      rgba(255, 255, 255, 0.12),
      transparent);
  pointer-events: none;
  transition: all 0.5s ease;
}

.discipline-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% 0%,
      rgba(15, 139, 60, 0.08) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}

.discipline-card:hover {
  transform: translateX(5px);
}

.discipline-card:hover::before {
  opacity: 1;
}

.discipline-number {
  position: absolute;
  top: 24px;
  right: 32px;
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  transition: all 0.6s ease;
  user-select: none;
  z-index: 0;
}

.discipline-card:hover .discipline-number {
  color: rgba(15, 139, 60, 0.06);
  transform: scale(1.1) translateY(-10px);
}

.discipline-card h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.discipline-card p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

.discipline-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.discipline-accent {
  width: 32px;
  height: 2px;
  background: var(--green);
  margin-bottom: 28px;
  transition: width 0.4s ease;
  border-radius: 999px;
}

.discipline-card:hover .discipline-accent {
  width: 50px;
  background: var(--green-light);
}

/* ACTIVE SLIDE HIGHLIGHT */
.swiper-slide-active .discipline-card {
  transform: scale(1.05);
  z-index: 10;
}

.swiper-slide-active .discipline-card::before {
  opacity: 1;
  background: radial-gradient(circle at 0% 0%,
      rgba(15, 139, 60, 0.15) 0%,
      transparent 80%);
}

.swiper-slide-active .discipline-card h5 {
  color: var(--green-light);
}

.swiper-slide-active .discipline-card .discipline-number {
  color: rgba(15, 139, 60, 0.15);
  transform: scale(1.1);
}

.swiper-slide-active .discipline-card p {
  color: rgba(255, 255, 255, 1);
}

.swiper-slide-active .discipline-card .discipline-accent {
  width: 60px;
  background: var(--green-light);
  box-shadow: 0 0 15px rgba(15, 139, 60, 0.4);
}

@media (max-width: 991px) {
  .disciplines-section {
    padding: 70px 0;
  }
}

/* SWIPER SLIDER */
.disciplineSlider {
  padding: 40px 10px 80px !important;
  margin: -40px -10px -80px !important;
}

.swiper-btn-prev,
.swiper-btn-next {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.disc-pagination.swiper-pagination {
  bottom: 0px !important;
  position: relative !important;
  margin-top: 40px;
}

.disc-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

.disc-pagination .swiper-pagination-bullet-active {
  background: var(--green) !important;
  width: 32px;
  border-radius: 6px;
}

.divider-h {
  position: relative;
  width: 5px;
  height: 100px;
  background: #333;
}

.detail-list.pro li {
  color: #fff !important;
}

select option {
  background-color: #eee;
  /* dark dropdown */
  color: #333;
}

/* === Careers Page Custom Styles === */
.dev-line-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  margin-top: 40px;
}

.dev-item {
  padding: 0 40px;
  position: relative;
}

.dev-item:first-child {
  padding-left: 0;
}

.dev-item:last-child {
  padding-right: 0;
}

.dev-item p {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}

.dev-partition {
  width: 1.5px;
  height: 120px;
  background: linear-gradient(to bottom,
      transparent,
      rgba(15, 139, 60, 0.2),
      transparent);
  align-self: center;
}

.dev-number-small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0.8;
}

.career-showcase-media {
  position: relative;
  height: 480px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 42px 78px rgba(17, 23, 20, 0.12);
  background: #0f1512;
  margin-bottom: 20px;
}

.career-showcase-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  transition: transform 0.15s ease-out;
}

.career-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      transparent 40%,
      rgba(10, 14, 12, 0.3) 100%);
  pointer-events: none;
  z-index: 2;
}

.elegant-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background: #fff;
  border: 1px solid rgba(15, 139, 60, 0.12);
  border-radius: 32px;
  padding: 60px 40px;
  box-shadow: 0 32px 64px rgba(17, 23, 20, 0.05);
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-top: 40px;
}

.elegant-cta-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--green) 0%, var(--green-light) 100%);
}

.cta-column {
  padding: 20px 40px;
  text-align: center;
}

.cta-content {
  max-width: 380px;
  margin: 0 auto;
}

.cta-icon-wrap {
  width: 54px;
  height: 54px;
  background: rgba(15, 139, 60, 0.08);
  color: var(--green);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 24px;
}

.cta-title {

  font-size: 28px;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.cta-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 28px;
}

.btn-elegant {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--heading);
  color: #fff;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 10px 20px rgba(15, 139, 60, 0.12);
}

.btn-elegant:hover {
  background: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 139, 60, 0.2);
  color: #fff;
}

.cta-divider {
  width: 1px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, rgba(15, 139, 60, 0.12), transparent);
}

.cta-mail-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.cta-mail-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.cta-mail-link:hover {
  color: var(--heading);
}

.cta-mail-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  background: var(--heading);
}

@media (max-width: 991px) {
  .dev-line-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dev-item {
    padding: 0;
  }

  .dev-partition {
    display: none;
  }

  .elegant-cta-grid {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .cta-column {
    padding: 30px 20px;
  }

  .cta-divider {
    display: none;
  }
}

/* === Elegant Accordion === */
.elegant-accordion {
  --bs-accordion-border-color: rgba(15, 139, 60, 0.1);
  --bs-accordion-btn-focus-box-shadow: none;
  border: none;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid rgba(15, 139, 60, 0.08);
  background: transparent;
}

.accordion-button {
  background: transparent !important;
  color: var(--heading);
  font-family: "Plus
 Jakarta Sans\, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 24px 0;
  letter-spacing: -0.5px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: var(--green);
  box-shadow: none;
}

.accordion-button::after {
  background-size: 12px;
  transition: transform 0.3s ease;
}

.accordion-body {
  padding: 0 0 24px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.acc-num {
  color: var(--green);
  opacity: 0.4;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 600;
}
.about-team-section {
  padding-top: 48px;
}

.about-team-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 38px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(15, 139, 60, 0.08) 0%, transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(208, 27, 38, 0.06) 0%, transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  border: 1px solid rgba(15, 139, 60, 0.1);
  box-shadow: 0 28px 70px rgba(17, 23, 20, 0.08);
}

.about-team-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.about-team-header .about-showcase-text {
  max-width: none;
  margin-top: 0;
}

.about-team-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(17, 23, 20, 0.08);
}

.about-team-frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green) 0%, rgba(15, 139, 60, 0.18) 100%);
  z-index: 2;
}

.about-team-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-team-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  z-index: 2;
}

.about-team-pill {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(17, 23, 20, 0.08);
  white-space: nowrap;
}

.about-team-caption {
  max-width: 480px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: radial-gradient(circle at 15% 18%, rgba(15, 139, 60, 0.12) 0%, transparent 28%), linear-gradient(145deg, #20614f 0%, #0f1412 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .about-team-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-team-overlay {
    left: 20px;
    right: 20px;
    bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-team-caption {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about-team-section {
    padding-top: 28px;
  }

  .about-team-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .about-team-frame,
  .about-team-image {
    border-radius: 20px;
  }

  .about-team-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .about-team-pill {
    font-size: 10px;
    letter-spacing: 1.4px;
    padding: 10px 14px;
  }

  .about-team-caption {
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.6;
  }
}

.achievement.htd{
  padding: 220px 100px!important;
}

/* ============================================================
   OTHER MEMBERS SECTION
   ============================================================ */
.other-member-section {
  padding: 90px 40px;
  background: linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.other-member-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,139,60,0.07) 0%, transparent 68%);
  pointer-events: none;
}

.other-member-intro {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 640px;
}

/* Card */
.member-col {
	
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 23, 20, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(17, 23, 20, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Green accent top bar — matches .management-card::before */
.member-col::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  z-index: 2;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg,
    rgba(15, 139, 60, 0.85) 0%,
    rgba(15, 139, 60, 0.2) 100%);
}

.member-col:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px rgba(17, 23, 20, 0.11);
  border-color: rgba(15, 139, 60, 0.2);
}

/* Photo */
.member-photo-wrap {
	background: #fff;
    display: flex;
	justify-content:center;
  position: relative;
  overflow: hidden;
 /* aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #f0f5f2 0%, #e2ece6 100%);*/
}

.member-photo {
	margin-top: 20px;
    border-radius: 20px;
    border: 1px solid rgba(15, 139, 60, 0.12);
    box-shadow: 0 16px 34px rgba(15, 139, 60, 0.08);
  display: block;
  width: 80%;
	height:auto;
 /*  height: 100%;
 object-fit: cover;
  object-position: top center;*/
  transition: transform 0.45s ease;
}

.member-col:hover .member-photo {
  transform: scale(1.05);
}

.member-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    transparent 50%,
    rgba(10, 14, 12, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.member-col:hover .member-photo-overlay {
  opacity: 1;
}

/* Info block */
.member-info {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid rgba(17, 23, 20, 0.07);
}

.member-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: var(--heading);
  margin: 0 0 6px;
}

.member-role {
  font-size: 10px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #0F8B3C;
  margin: 0 0 16px;
  font-weight: 500;
}

/* View Profile link — matches management-card-link style */
.member-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F8B3C;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: gap 0.2s ease, color 0.2s ease;
  align-self: flex-start;
}

.member-view-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}

.member-view-btn:hover {
  gap: 14px;
  color: #0a7f39;
}

.member-view-btn:hover svg {
  transform: translateX(3px);
}

/* Stagger delays */
.reveal-delay-3 {
  transition-delay: 0.3s;
}

@media (max-width: 991px) {
  .other-member-section {
    padding: 70px 30px;
  }
}

@media (max-width: 767px) {
  .other-member-section {
    padding: 56px 20px;
  }

  .member-photo-wrap {
    aspect-ratio: 4 / 3;
  }
}

/*.page-hero-news::before {
  background-image: var(--vec-img-capabilities, url("https://teknologipro.net/2026/VECOman/wp-content/uploads/2026/04/27075-scaled.jpg"));
}*/

.page-hero-news::after {
  background: linear-gradient(104deg,
      rgba(10, 14, 12, 0.92) 0%,
      rgba(10, 14, 12, 0.72) 44%,
      rgba(10, 14, 12, 0.48) 100%),
    radial-gradient(circle at 85% 22%,
      rgba(15, 139, 60, 0.28) 0%,
      transparent 34%);
}

.news-page-main,
.news-single-main {
  background:
    radial-gradient(circle at top left, rgba(15, 139, 60, 0.09), transparent 24%),
    radial-gradient(circle at top right, rgba(208, 27, 38, 0.08), transparent 20%),
    linear-gradient(180deg, #f7faf5 0%, #eef4ee 100%);
}

.news-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.news-meta-pill,
.news-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.news-meta-pill {
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.news-feed-section,
.news-article-section {
  position: relative;
  z-index: 2;
  padding: 34px 0 110px;
}

body.page-projects #media,
body.page-id-13 #media,
body[data-page="projects"] #media {
  display: none;
}

.news-feed-section {
  padding-top: 18px;
}

.news-feature-story,
.news-grid-section,
.news-related-section {
  margin-top: 28px;
}

.news-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.news-section-head-compact {
  margin-bottom: 24px;
}

.news-section-head .section-title {
  max-width: 640px;
  margin-bottom: 0;
}

.news-archive-link {
  white-space: nowrap;
}

.news-feature-card,
.news-card,
.news-side-card,
.news-empty-state {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(12, 26, 20, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 60px rgba(14, 20, 17, 0.08);
}

.news-feature-card::before,
.news-card::before,
.news-side-card::before,
.news-article-card::before,
.news-empty-state::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(15, 139, 60, 0.08), transparent 38%, rgba(208, 27, 38, 0.06) 100%);
}

.news-feature-link {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 1fr);
  min-height: 420px;
  color: inherit;
  text-decoration: none;
}

.news-feature-visual {
  position: relative;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background:
    linear-gradient(160deg, rgba(9, 14, 12, 0.8), rgba(12, 30, 24, 0.56)),
    var(--vec-img-achievement-bg, url("../images/achievement-bg.png")) center/cover no-repeat;
}

.news-feature-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.news-category-chip {
  position: relative;
  z-index: 1;
  width: fit-content;
  color: #0f241a;
  background: rgba(233, 247, 238, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.news-visual-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.news-feature-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 42px 44px;
}

.news-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6b766f;
}

.news-feature-copy h3,
.news-card h3 {
  margin: 0;
  color: #122018;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.9px;
}

.news-feature-copy p,
.news-card p,
.news-side-card p,
.news-empty-state p {
  margin: 0;
  color: #607067;
  font-size: 16px;
  line-height: 1.78;
}

.news-story-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0f8b3c;
  color: #0f8b3c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.news-story-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-story-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(12, 26, 20, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(14, 20, 17, 0.08);
}

.news-story-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(15, 139, 60, 0.06), transparent 38%, rgba(208, 27, 38, 0.05) 100%);
}

.news-story-link {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 34px 40px;
}

.news-story-content .news-category-chip {
  width: fit-content;
}

.news-story-content h2 {
  margin: 0;
  color: #122018;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.7px;
}

.news-story-content p {
  margin: 0;
  
  color: #607067;
  font-size: 16px;
  line-height: 1.78;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 26px;
  color: inherit;
  text-decoration: none;
}

.news-card-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.news-card-number {
  color: rgba(18, 32, 24, 0.24);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
}

.news-card h3 {
  font-size: clamp(20px, 2vw, 26px);
}

.news-card:nth-child(3n + 1) .news-card-link {
  background: linear-gradient(160deg, rgba(15, 139, 60, 0.08), rgba(255, 255, 255, 0.56));
}

.news-card:nth-child(3n + 2) .news-card-link {
  background: linear-gradient(160deg, rgba(208, 27, 38, 0.08), rgba(255, 255, 255, 0.58));
}

.news-card:nth-child(3n + 3) .news-card-link {
  background: linear-gradient(160deg, rgba(215, 167, 34, 0.1), rgba(255, 255, 255, 0.58));
}

.news-card:hover,
.news-feature-card:hover,
.news-article-nav-link:hover,
.news-card:focus-within,
.news-feature-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(14, 20, 17, 0.12);
}

.news-card,
.news-feature-card,
.news-article-nav-link {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-pagination-wrap {
  margin-top: 34px;
}

.news-pagination-wrap .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(12, 26, 20, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: #122018;
  text-decoration: none;
  font-weight: 600;
}

.news-pagination-wrap .page-numbers.current {
  background: #0f8b3c;
  border-color: #0f8b3c;
  color: #fff;
}

.news-empty-state {
  padding: 42px;
  text-align: center;
}

.news-story-actions {
  margin-top: 10px;
}

.news-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}

.news-article-card {
  padding: 0px;
}

.news-article-body {
  position: relative;
  z-index: 1;
}

.news-article-body > *:first-child {
  margin-top: 0;
}

.news-article-body p,
.news-article-body li {
  color: #3f4d46;
  font-size: 17px;
  line-height: 1.9;
}

.news-article-body p {
  margin: 0 0 22px;
}

/*.news-article-body p:first-of-type {
  font-size: 19px;
  line-height: 1.85;
  color: #233129;
}
*/
.news-article-body h2,
.news-article-body h3,
.news-article-body h4 {
  margin: 36px 0 16px;
  color: #122018;
}

.news-article-body ul,
.news-article-body ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.news-article-body a {
  color: #0f8b3c;
}

.news-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}

.news-article-nav-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(12, 26, 20, 0.08);
  background: rgb(197 209 191 / 90%);
  color: inherit;
  text-decoration: none;
}

.news-article-nav-link span {
  color: #6b766f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.news-article-nav-link strong {
  color: #122018;
  font-size: 17px;
  line-height: 1.5;
}

.news-article-nav-link-next {
  text-align: right;
}

.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 110px;
}

.news-side-card {
  padding: 24px;
}

.news-side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.news-side-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(12, 26, 20, 0.08);
}

.news-side-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-side-list span {
  color: #6b766f;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-side-list strong {
  color: #122018;
  text-align: right;
}

@media (max-width: 1199px) {
  .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .news-feature-link,
  .news-article-layout {
    grid-template-columns: 1fr;
  }

  .news-sidebar {
    position: static;
  }

  /*.news-feature-copy,
  .news-article-card,
  .news-story-content {
    padding: 30px;
  }*/

  .news-article-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .news-section-head {
    flex-direction: column;
    align-items: start;
  }

  .news-card-grid {
    grid-template-columns: 1fr;
  }

  /*.news-feature-copy,
  .news-card-link,
  .news-side-card,
  .news-article-card,
  .news-empty-state,
  .news-story-content {
    padding: 24px;
  }*/
.news-feature-copy,
  .news-card-link,
  .news-side-card,
 
  .news-empty-state,
  .news-story-content {
    padding: 24px;
  }

  .news-feed-section,
  .news-article-section {
    padding-bottom: 84px;
  }
}




