:root {
  --ink: #062416;
  --navy: #073f24;
  --blue: #0f6b3d;
  --kai-green: #0b4a2a;
  --kai-green-hover: #166534;
  --kai-green-glow: rgba(11, 74, 42, 0.12);
  --kai-orange: #1eb364;
  --steel: #5f746b;
  --line: #d0ded6;
  --soft: #f1f7f3;
  --gold: #0b4a2a;
  --gold-dark: #166534;
  --green: #11824a;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(8, 29, 19, .10);
  --radius: 12px;
  --max: 1180px;
  --header: 108px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#green-energy-alliance { scroll-margin-top: calc(var(--header) + 24px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; image-rendering: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid rgba(11, 74, 42, .55); outline-offset: 3px; }

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--white);
  font-weight: 900;
  border-radius: 4px;
}
.skip-link:focus { top: 16px; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-sm { padding: 62px 0; }
.muted-section { background: var(--soft); }
.dark-section { background: var(--ink); color: var(--white); }
.lead { font-size: 1.1rem; color: var(--steel); }
.dark-section .lead, .dark-section p, .hero p, .page-hero p, .cta p, footer p { color: rgba(255,255,255,.76); }
p { margin: 0; color: var(--steel); }
h1, h2, h3, h4 { margin: 0; color: inherit; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4vw, 2.85rem); font-weight: 900; }
h3 { font-size: 1.25rem; font-weight: 850; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow:before { content: ""; width: 32px; height: 2px; background: currentColor; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(260px, .45fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}
.center { text-align: center; max-width: 780px; margin-inline: auto; }
.center .eyebrow { justify-content: center; }
.center .eyebrow:after { content: ""; width: 32px; height: 2px; background: currentColor; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--kai-green); color: var(--white); box-shadow: 0 10px 25px var(--kai-green-glow); }
.btn-primary:hover { background: var(--kai-green-hover); }
.btn-dark { background: var(--kai-green); color: var(--white); }
.btn-light { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.1); }
.btn-outline { border-color: var(--line); background: var(--white); color: var(--ink); }
.btn-whatsapp { background: var(--green); color: var(--white); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.topbar { background: var(--kai-green); color: rgba(255,255,255,.82); font-size: .86rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; min-height: 38px; align-items: center; }
.topbar span, .topbar a { display: inline-flex; gap: 7px; align-items: center; }
.topbar-group { display: flex; flex-wrap: wrap; gap: 18px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header);
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(208,222,214,.92);
  backdrop-filter: blur(14px);
}
.site-header.scrolled { box-shadow: none; }
.nav { display: flex; justify-content: space-between; align-items: center; min-height: var(--header); gap: 10px; }
.brand { display: inline-flex; align-items: center; gap: 0; min-width: 360px; flex: 0 1 460px; overflow: visible; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--gold);
  font-weight: 950;
}
.brand-logo {
  width: 64px;
  height: 98px;
  padding: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  box-shadow: none;
}
.brand-wordmark-img {
  width: clamp(276px, 25.2vw, 396px);
  height: 79px;
  object-fit: contain;
  object-position: left bottom;
  margin-left: -4px;
  margin-bottom: 0;
  transform: none;
  image-rendering: auto;
}
.brand-combined-img {
  display: block;
  width: clamp(320px, 30vw, 500px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.brand-wordmark-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding-bottom: 8px;
  color: var(--green-dark);
  line-height: .95;
  white-space: nowrap;
}
.brand-wordmark-ar,
.brand-wordmark-en {
  display: block;
  font-family: "Arial Black", Tahoma, Arial, sans-serif;
  font-size: clamp(1.18rem, 1.42vw, 1.72rem);
  font-weight: 950;
  letter-spacing: 0;
  color: var(--green-dark);
}
.brand-wordmark-ar {
  direction: rtl;
  unicode-bidi: plaintext;
  text-align: left;
}
.brand-name { display: block; font-size: 1.05rem; font-weight: 950; color: var(--ink); line-height: 1.1; }
.brand-sub { display: block; font-size: .74rem; font-weight: 800; color: var(--steel); }
.menu { display: flex; align-items: center; justify-content: flex-end; gap: 2px; list-style: none; padding: 0; margin: 0; flex: 1 1 auto; min-width: 0; }
.menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 8px;
  border-radius: 4px;
  color: #355143;
  font-weight: 850;
  font-size: .92rem;
  white-space: nowrap;
}
.menu a:hover, .menu a.active { background: var(--soft); color: var(--ink); }
.nav > .btn {
  flex: 0 0 auto;
  min-height: 44px;
  padding-inline: 12px;
  font-size: .94rem;
}
.has-dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1100;
  min-width: 244px;
  padding: 10px;
  border: 1px solid rgba(208,222,214,.92);
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 54px rgba(8,29,19,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}
.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu a {
  display: flex;
  min-height: 38px;
  padding: 0 10px;
  color: var(--ink);
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: var(--soft);
  color: var(--kai-green);
}
.hamburger { display: none; width: 46px; height: 46px; border-radius: 4px; background: var(--kai-green); color: var(--white); place-items: center; }
.mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 1200;
  width: min(390px, 88vw);
  padding: 24px;
  background: var(--white);
  box-shadow: -30px 0 70px rgba(7,17,31,.2);
  transform: translateX(106%);
  transition: transform .25s ease;
}
.mobile-panel.open { transform: translateX(0); }
.mobile-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.close { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 4px; background: var(--soft); color: var(--ink); }
.mobile-links { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 8px; }
.mobile-links a { display: flex; align-items: center; min-height: 48px; padding: 0 12px; background: var(--soft); border-radius: 4px; font-weight: 900; }
.overlay { position: fixed; inset: 0; z-index: 1190; background: rgba(7,17,31,.55); opacity: 0; pointer-events: none; transition: .25s ease; }
.overlay.open { opacity: 1; pointer-events: auto; }

.hero {
  position: relative;
  min-height: calc(100vh - 116px);
  display: grid;
  align-items: center;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.hero:before, .page-hero:before, .cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,36,22,.92), rgba(11,74,42,.70), rgba(11,74,42,.20)),
    var(--image);
  background-size: cover;
  background-position: center;
}
.hero-with-slider:before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,36,22,.44), rgba(11,74,42,.18), rgba(11,74,42,.01)),
    linear-gradient(180deg, rgba(6,36,22,.01), rgba(6,36,22,.08));
  pointer-events: none;
}
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08) translate3d(-1%, 0, 0);
  animation: heroSlide 36s infinite;
  filter: saturate(1.12) contrast(1.08) brightness(1.02);
}
.hero-slide:nth-child(2) { animation-delay: 6s; }
.hero-slide:nth-child(3) { animation-delay: 12s; }
.hero-slide:nth-child(4) { animation-delay: 18s; }
.hero-slide:nth-child(5) { animation-delay: 24s; }
.hero-slide:nth-child(6) { animation-delay: 30s; }
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 10px; background: linear-gradient(90deg, #ffffff, var(--green), var(--kai-green)); }
.hero:after { z-index: 3; }
.hero .container, .page-hero .container, .cta .container { position: relative; z-index: 1; }
.hero-with-slider .container { z-index: 2; }
.hero .eyebrow { color: var(--white); }
.iso-hero-badge {
  position: absolute;
  top: 20px;
  right: max(8px, calc((100vw - var(--max)) / 2 - 18px));
  z-index: 3;
  width: clamp(280px, 25vw, 380px);
  height: clamp(110px, 10vw, 150px);
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
  padding: 112px 0 58px;
}
.hero-content { max-width: 840px; padding: 0; }
.hero-with-slider h1 { font-size: clamp(2.45rem, 5vw, 4.35rem); }
.hero-title-main,
.hero-title-known,
.hero-title-sub {
  display: block;
}
.hero-title-known {
  margin-top: 8px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 1.6vw, 1.42rem);
  font-weight: 900;
  text-transform: uppercase;
}
.hero-title-sub {
  margin-top: 10px;
  font-size: clamp(1.6rem, 3.1vw, 2.9rem);
}
.hero-with-slider h1,
.hero-with-slider .lead {
  text-shadow: 0 4px 20px rgba(0,0,0,.42);
}
.hero h1, .page-hero h1 { margin-bottom: 22px; }
.hero .actions { margin-top: 32px; }
.hero-energy-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .48fr) minmax(260px, .82fr) minmax(330px, .9fr) minmax(220px, .52fr);
  gap: 16px 22px;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.08)),
    rgba(4, 35, 20, .58);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.hero-energy-card:before {
  content: "";
  position: absolute;
  inset: auto -26% -34% 32%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(30,179,100,.22);
  filter: blur(36px);
}
.hero-energy-card > * {
  position: relative;
  z-index: 1;
}
.energy-topline {
  display: grid;
  gap: 6px;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.energy-topline span {
  color: #9be36f;
}
.hero-energy-card h2 {
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  color: var(--white);
  font-size: clamp(1.22rem, 1.75vw, 1.68rem);
  line-height: 1.05;
}
.hero-energy-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .84rem;
  line-height: 1.48;
}
.alliance-roles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  grid-column: 3;
  grid-row: 1 / span 2;
  margin: 0;
}
.alliance-role {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 88px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
}
.alliance-role strong,
.alliance-role span {
  display: block;
}
.alliance-role strong {
  color: var(--white);
  font-size: .86rem;
  line-height: 1.2;
}
.alliance-role > span:last-child {
  grid-column: 2;
  margin-top: -8px;
  color: rgba(255,255,255,.66);
  font-size: .74rem;
  font-weight: 800;
}
.partner-logo-crop {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
}
.partner-logo-crop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-emtel img { object-position: center; }
.logo-kai {
  background: var(--white);
  width: 72px;
  height: 72px;
}
.logo-kai img {
  object-fit: contain;
  padding: 0;
}
.logo-ohi {
  width: 72px;
  height: 72px;
  background: #4b3d78;
}
.logo-ohi img {
  object-fit: cover;
  object-position: center;
}
.energy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  grid-column: 4;
  grid-row: 1 / span 2;
  justify-self: start;
  margin: 0;
  color: #9be36f;
  font-weight: 950;
  max-width: 210px;
  white-space: normal;
  line-height: 1.2;
}
.energy-link svg {
  width: 20px;
  height: 20px;
}
.page-hero { position: relative; min-height: 430px; display: grid; align-items: center; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero .page-content { max-width: 780px; padding: 74px 0; }
.breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.75); font-weight: 850; }
.breadcrumb a { color: var(--gold); }
.breadcrumb-dark { color: var(--muted); }
.breadcrumb-dark a { color: var(--green); }
.project-detail-intro .container { display: grid; grid-template-columns: minmax(0, .88fr) minmax(340px, .72fr); gap: 34px; align-items: center; }
.project-detail-intro .page-content { max-width: 760px; }
.project-detail-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); display: block; }

@keyframes heroSlide {
  0% {
    opacity: 0;
    transform: scale(1.08) translate3d(-1%, 0, 0);
  }
  4% {
    opacity: 1;
  }
  15% {
    opacity: 1;
    transform: scale(1.14) translate3d(1.5%, -1%, 0);
  }
  19% {
    opacity: 0;
    transform: scale(1.16) translate3d(2%, -1%, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1.08) translate3d(-1%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
  }
  .hero-slide:first-child {
    opacity: 1;
  }
}

.grid-2 { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,.58fr); gap: 52px; align-items: center; }
.flow { display: grid; gap: 22px; }
.image-card { position: relative; min-height: 480px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.image-card img,
.asset-shot,
.project-card img,
.project-detail-image {
  filter: saturate(1.05) contrast(1.05);
}
.badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 180px;
  padding: 18px;
  border-radius: 6px;
  background: var(--kai-green);
  color: var(--white);
  font-weight: 950;
}
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 25px rgba(7,17,31,.05);
  transition: .22s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(11,74,42,.32); }
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.testimonial-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-card svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  color: var(--kai-green);
}
.testimonial-card .lead {
  margin: 0;
  line-height: 1.62;
}
.testimonial-card h3 {
  margin: auto 0 0;
  padding-top: 20px;
  font-size: 1.18rem;
}
.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: #e6f4ed;
  color: var(--kai-green);
  margin-bottom: 20px;
}
.card h3 { margin-bottom: 10px; }
.service-grid {
  gap: 20px;
}
.service-grid .service-card.hidden { display: none; }
.service-grid .card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 18px 24px;
  border-color: #cfe0d6;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
    var(--white);
  box-shadow: 0 18px 46px rgba(8, 29, 19, .06);
}
.service-card-image {
  width: 100%;
  height: 178px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.05);
  transition: .35s ease;
}
.service-grid .card:hover .service-card-image {
  transform: scale(1.03);
  filter: saturate(1.1) contrast(1.08);
}
.service-grid .card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(145deg, var(--kai-green), var(--blue));
  opacity: 0;
  transform: scale(.96);
  transition: opacity .24s ease, transform .24s ease;
}
.service-grid .card > * {
  position: relative;
  z-index: 1;
}
.service-grid .card h3 {
  max-width: 310px;
  color: var(--ink);
  font-size: clamp(1.36rem, 1.5vw, 1.78rem);
  line-height: 1.05;
  letter-spacing: 0;
}
.service-grid .card p {
  margin-top: 14px;
  color: #64776d;
  font-size: 1.02rem;
  line-height: 1.68;
}
.service-grid .card .link {
  margin-top: auto;
  padding-top: 22px;
  color: var(--ink);
  font-size: 1.02rem;
}
.service-grid .card .link svg {
  width: 26px;
  height: 26px;
  transition: transform .22s ease;
}
.service-grid .card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(11,74,42,.55);
  box-shadow: 0 30px 70px rgba(8, 29, 19, .16);
}
.service-grid .card.active {
  border-color: rgba(11,74,42,.72);
  box-shadow: 0 24px 58px rgba(8, 29, 19, .14);
}
.service-grid .card.active:before {
  opacity: .08;
  transform: scale(1);
}
.service-grid .card:hover:before {
  opacity: 1;
  transform: scale(1);
}
.service-grid .card:hover .icon {
  background: rgba(255,255,255,.16);
  color: var(--white);
}
.service-grid .card:hover .service-card-image {
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
}
.service-grid .card:hover h3,
.service-grid .card:hover p,
.service-grid .card:hover .link {
  color: var(--white);
}
.service-grid .card:hover .link svg {
  transform: translateX(6px);
}
.service-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 54px rgba(8, 29, 19, .08);
}
.service-detail-media {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  background: #eaf3ee;
}
.service-detail-media > img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.06);
  transition: opacity .18s ease;
}
.service-detail-thumbs {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.service-detail-thumbs img {
  width: 100%;
  height: 82px;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,.76);
  box-shadow: 0 12px 26px rgba(6,36,22,.20);
  cursor: pointer;
  transition: .18s ease;
}
.service-detail-thumbs img:hover,
.service-detail-thumbs img.active {
  border-color: var(--white);
  transform: translateY(-2px);
  filter: saturate(1.05) contrast(1.04);
}
.service-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 10px 18px 0;
}
.service-detail-copy h3 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.02;
  margin: 0;
}
.service-detail-copy p {
  margin-top: 18px;
  color: #5e7168;
  font-size: 1.08rem;
  line-height: 1.7;
}
.service-detail-copy .btn {
  align-self: flex-start;
  margin-top: 24px;
}
.data-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.data-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  color: var(--steel);
  font-weight: 750;
}
.data-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border: 2px solid var(--kai-orange);
  transform: rotate(45deg);
}
.certifications-panel {
  display: grid;
  gap: 16px;
  align-content: center;
}
.certifications-panel .eyebrow {
  color: #a7ef7b;
  margin-bottom: 0;
}
.certification-iso {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
  filter: saturate(1.08) contrast(1.06);
}
.certification-certificate {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.certification-certificate img {
  width: 100%;
  aspect-ratio: 1280 / 904;
  object-fit: contain;
  background: #fff;
  filter: saturate(1.05) contrast(1.04);
}
.info-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.info-band div {
  padding: 22px;
  background: var(--white);
}
.info-band strong {
  display: block;
  color: var(--kai-green);
  font-size: 1.7rem;
  line-height: 1;
}
.doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.doc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  font-weight: 900;
  color: var(--ink);
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
th, td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th {
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}
tr:last-child td { border-bottom: 0; }
.asset-shot {
  width: 100%;
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.green-energy-shot {
  min-height: 0;
  max-height: none;
  height: auto;
  aspect-ratio: 1280 / 1177;
  object-fit: contain;
  background: var(--white);
}
.capacitor-doc-image {
  min-height: 0;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center top;
  background: var(--white);
}
.link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-weight: 900; color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.project-card { position: relative; min-height: 420px; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.project-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,36,22,.04), rgba(6,36,22,.90)); }
.project-card:hover img { transform: scale(1.08); }
.project-detail-intro.no-project-image .container { grid-template-columns: minmax(0, 1fr); }
.project-detail-intro.no-project-image .page-content { max-width: 940px; }
.project-body { position: relative; z-index: 1; padding: 26px; }
.tag { display: inline-flex; padding: 5px 10px; border-radius: 4px; background: var(--kai-green); color: var(--white); font-size: .78rem; font-weight: 950; margin-bottom: 12px; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.check {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}
.check i { color: var(--gold); }
.logos { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.logos div { min-height: 98px; display: grid; place-items: center; padding: 18px; border-right: 1px solid var(--line); font-weight: 950; text-align: center; color: #405168; }
.logos div:last-child { border-right: 0; }
.cta { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.cta-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(340px,.55fr); gap: 52px; align-items: center; }
.form {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(7,17,31,.25);
}
.form p { color: var(--steel); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .84rem; font-weight: 900; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; min-height: 48px; padding: 11px 12px; background: var(--white); color: var(--ink); }
textarea { min-height: 116px; resize: vertical; }
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.filter { min-height: 42px; padding: 0 15px; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 4px; font-weight: 900; }
.filter.active, .filter:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.portfolio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.portfolio-item { display: block; width: 100%; margin: 0; break-inside: avoid; }
.portfolio-item.hidden { display: none; }
.portfolio .project-card { min-height: 390px; height: 100%; }
.portfolio .project-card img { object-position: center; }
.portfolio .project-body {
  width: 100%;
  margin: 0;
  padding: 72px 24px 24px;
  background: linear-gradient(180deg, rgba(4, 32, 19, 0), rgba(4, 32, 19, .88) 34%, rgba(4, 32, 19, .97));
}
.details { display: grid; grid-template-columns: minmax(0,.7fr) minmax(300px,.3fr); gap: 42px; align-items: start; }
.side {
  position: sticky;
  top: calc(var(--header) + 24px);
  padding: 26px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}
.side dl { display: grid; gap: 16px; margin: 0; }
.side dt { color: var(--gold); font-size: .78rem; font-weight: 950; text-transform: uppercase; }
.side dd { margin: 4px 0 0; color: rgba(255,255,255,.82); }
.contact-grid { display: grid; grid-template-columns: minmax(0,.58fr) minmax(340px,.42fr); gap: 34px; align-items: start; }
.contact-list { display: grid; gap: 14px; margin-top: 28px; }
.contact-item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 20px; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); }
.map { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); min-height: 420px; }
.map iframe { width: 100%; height: 420px; border: 0; display: block; }

.iso-hero-badge,
.image-card,
.asset-shot,
.project-card,
.project-detail-image,
.map {
  border: 0;
  outline: 0;
  box-shadow: none;
}

footer { background: var(--ink); color: var(--white); padding-top: 70px; }
footer .brand { min-width: 0; flex: 0 1 auto; }
footer .brand-combined-img { width: min(100%, 310px); max-height: 86px; filter: brightness(0) invert(1); opacity: .94; }
.footer-grid { display: grid; grid-template-columns: minmax(260px,1.1fr) repeat(3,minmax(160px,.55fr)); gap: 34px; padding-bottom: 44px; }
.footer-links { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.footer-links a, .footer-links li { color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--gold); }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; background: rgba(255,255,255,.08); border-radius: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 18px; }
.float-whatsapp, .to-top {
  position: fixed;
  right: 18px;
  z-index: 1080;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.float-whatsapp { bottom: 86px; background: var(--green); color: var(--white); }
.to-top { bottom: 22px; background: var(--ink); color: var(--white); opacity: 0; pointer-events: none; transition: .2s ease; }
.to-top.show { opacity: 1; pointer-events: auto; }
.reveal { opacity: 0; transform: translateY(22px); transition: .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .nav > .btn { display: none; }
  .brand { flex-basis: 460px; min-width: 360px; }
  .brand-combined-img { width: clamp(310px, 34vw, 460px); }
  .brand-wordmark-img { width: clamp(264px, 28.8vw, 360px); }
  .brand-wordmark-ar,
  .brand-wordmark-en { font-size: clamp(1.06rem, 1.56vw, 1.42rem); }
  .menu a { padding: 0 7px; font-size: .9rem; }
}

@media (max-width: 1080px) {
  .menu, .nav > .btn { display: none; }
  .hamburger { display: grid; }
  .brand { min-width: auto; flex-basis: auto; }
  .brand-combined-img { width: min(520px, 72vw); max-height: 88px; }
  .brand-wordmark-img { width: clamp(240px, 45.6vw, 336px); }
  .iso-hero-badge {
    position: relative;
    top: auto;
    right: auto;
    width: min(360px, calc(100% - 32px));
    margin: 18px auto -60px;
  }
  .hero-layout { grid-template-columns: 1fr; gap: 26px; padding-top: 92px; }
  .hero-energy-card {
    max-width: none;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
    gap: 16px;
  }
  .energy-topline,
  .hero-energy-card h2,
  .hero-energy-card p,
  .alliance-roles,
  .energy-link {
    grid-column: auto;
    grid-row: auto;
  }
  .alliance-roles { grid-column: 1 / -1; }
  .energy-link { justify-self: start; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-panel { grid-template-columns: 1fr; }
  .service-detail-copy { padding: 6px 4px 8px; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .topbar { display: none; }
  .section { padding: 72px 0; }
  .section-head, .grid-2, .cta-grid, .details, .contact-grid, .footer-grid, .project-detail-intro .container { grid-template-columns: 1fr; }
  .info-band { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .image-card { min-height: 360px; }
  .side { position: static; }
}
@media (max-width: 640px) {
  .brand-sub { display: none; }
  .brand-logo { width: 52px; height: 80px; }
  .brand-combined-img { width: min(430px, 72vw); max-height: 78px; }
  .brand-wordmark-img { width: min(340px, 70vw); height: 76px; margin-left: -2px; margin-bottom: 0; object-position: left bottom; }
  .brand-wordmark-text { padding-bottom: 7px; }
  .brand-wordmark-ar,
  .brand-wordmark-en { font-size: clamp(.94rem, 4.1vw, 1.18rem); }
  .iso-hero-badge {
    width: min(300px, calc(100% - 32px));
    margin: 18px auto -42px;
  }
  .hero-layout { padding: 72px 0 54px; }
  .hero-energy-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .energy-topline { grid-template-columns: 1fr; }
  .energy-topline { display: grid; align-items: start; }
  .alliance-roles { grid-template-columns: 1fr; }
  .alliance-role { grid-template-columns: 58px 1fr; }
  .partner-logo-crop,
  .logo-kai,
  .logo-ohi { width: 64px; height: 64px; }
  .service-detail-panel { padding: 14px; }
  .service-detail-media,
  .service-detail-media > img { min-height: 320px; }
  .service-detail-thumbs { left: 10px; right: 10px; bottom: 10px; gap: 6px; }
  .service-detail-thumbs img { height: 58px; }
  .card-grid, .project-grid, .check-grid, .logos, .form-grid { grid-template-columns: 1fr; }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .testimonial-card {
    min-height: 0;
    padding: 22px;
  }
  .testimonial-card .lead {
    font-size: 1rem;
    line-height: 1.56;
  }
  .testimonial-card h3 {
    padding-top: 18px;
    font-size: 1.1rem;
  }
  .info-band { grid-template-columns: 1fr; }
  .portfolio { grid-template-columns: 1fr; }
  .project-card { min-height: 360px; }
  .portfolio .project-card { min-height: 360px; }
  .actions { flex-direction: column; align-items: stretch; }
  .footer-bottom .container { flex-direction: column; }
}
