:root {
  --navy: #0f1c2f;
  --navy-2: #172a45;
  --navy-3: #102038;
  --orange: #f4633a;
  --amber: #ffb357;
  --muted: #5a677a;
  --light: #f5f7fb;
  --panel: #ffffff;
  --white: #ffffff;
  --font-heading: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Manrope", "Inter", system-ui, sans-serif;
  --shadow-1: 0 14px 36px rgba(17, 28, 45, 0.14);
  --shadow-2: 0 10px 24px rgba(17, 28, 45, 0.1);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--navy);
  background: var(--light);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-heading); letter-spacing: -0.01em; }
.topbar,
.topbar__links,
.topbar__contact { display: none !important; }

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 7vw;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  color: var(--navy);
  border-bottom: 1px solid rgba(15, 28, 45, 0.05);
  box-shadow: 0 10px 24px rgba(17,28,45,0.08);
}

.logo { display: flex; gap: 0.75rem; align-items: center; }
.logo__img {
  height: 44px;
  width: auto;
  border-radius: 8px;
}
.logo__text { display: flex; flex-direction: column; line-height: 1.2; }
.logo__title { font-weight: 700; font-size: 1.05rem; }
.logo__subtitle { font-size: 0.85rem; color: #65758f; letter-spacing: 0.02em; }

.nav__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav__links a { font-weight: 600; letter-spacing: 0.01em; transition: color 0.2s ease; color: var(--navy); }
.nav__links a:hover { color: var(--orange); }
.nav__links a.active { color: var(--orange); }

.nav__checkbox { display: none; }
.nav__burger { display: none; cursor: pointer; }
.nav__burger span {
  display: block; width: 24px; height: 2px;
  margin: 6px 0; background: var(--navy);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  border: 2px solid transparent;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: linear-gradient(135deg, var(--orange), #ff7c4f);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(244, 99, 58, 0.35);
}
.btn--ghost {
  background: transparent;
  color: var(--navy);
  border-color: rgba(17,28,45,0.15);
}
.btn--dark { color: var(--navy); }
.btn--ghost:hover { border-color: var(--navy); }
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  font-size: 0.85rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.hero__meta { display: flex; flex-wrap: wrap; }
.hero__meta .chip:last-child { margin-right: 0; }
.hero .chip { border-color: rgba(17,28,45,0.1); background: rgba(17,28,45,0.04); color: #2d3a4f; }

.hero__visual {
  display: none;
}
.hero__photo {
  width: min(520px, 100%);
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, #fefefe 0%, #f2f4ff 100%);
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(17,28,45,0.16);
  position: relative;
  overflow: hidden;
}
.hero__photo::after {
  content: "";
  position: absolute;
  inset: 6% 6% 6% 6%;
  border-radius: 20px;
  background: radial-gradient(circle at 22% 22%, rgba(195,176,255,0.4), transparent 58%), radial-gradient(circle at 78% 72%, rgba(255,193,170,0.22), transparent 62%), radial-gradient(circle at 50% 50%, rgba(104,135,255,0.18), transparent 64%);
}
.hero__badge {
  position: absolute;
  bottom: 12%;
  left: 6%;
  background: #fff;
  color: var(--navy);
  border-radius: 14px;
  padding: 0.65rem 0.9rem;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(17,28,45,0.16);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hero__badge::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #d9f7c7;
  color: #1f7a2f;
  font-weight: 800;
  font-size: 0.85rem;
}
.hero__trust {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.35rem;
}
.hero__shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.55;
  filter: blur(2px);
}
.hero__shape--one {
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(208,197,255,0.55), transparent 65%);
  top: 8%; left: 2%;
}
.hero__shape--two {
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(244,99,58,0.25), transparent 60%);
  bottom: 6%; right: 2%;
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.trust-logos span {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(17,28,45,0.06);
  color: #2d3a4f;
  font-weight: 600;
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: 92vh;
  padding: 3rem 7vw;
  color: var(--navy);
  overflow: hidden;
  display: grid;
  align-items: center;
  /* cache-busted hero background now using construction photo at project root */
  background: url("hero-bg.jpg?v=2") center 65% / cover no-repeat;
}
.hero__bg {
  position: absolute;
  inset: 0;
  /* lock the hero imagery here so hydrateFromApi cannot overwrite it */
  background-image: linear-gradient(135deg, rgba(12,27,42,0.45), rgba(12,27,42,0.2)), url("hero-bg.jpg?v=2") !important;
  background-size: cover;
  background-position: center 65%;
  z-index: 1;
  pointer-events: none;
}
.hero__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.26) 70%, rgba(255,255,255,0.1) 92%);
  z-index: 2;
  pointer-events: none;
}
@keyframes auroraDrift {
  0%   { transform: rotate(-14deg) translate3d(-6%, -4%, 0) scale(1.02); }
  50%  { transform: rotate(-10deg) translate3d(4%, -2%, 0) scale(1.07); }
  100% { transform: rotate(-6deg) translate3d(10%, 4%, 0) scale(1.1); }
}
@keyframes auroraHue {
  0%   { filter: blur(22px) saturate(1.08) hue-rotate(0deg); }
  100% { filter: blur(22px) saturate(1.08) hue-rotate(18deg); }
}
.hero--split .hero__gradient {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
}
.hero__overlay { position: absolute; inset: 0; z-index: 0; }
.hero--split .hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255,255,255,0.86) 0%, rgba(250,252,255,0.78) 40%, rgba(248,249,255,0.6) 60%, rgba(245,247,255,0.35) 100%);
  z-index: 0;
}
.hero__overlay { position: absolute; inset: 0; z-index: 0; }
.hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.hero__content {
  max-width: 640px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(17,28,45,0.02);
  border-radius: 18px;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 10px 22px rgba(17,28,45,0.07);
}
.hero__content--borderless {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  max-width: 720px;
}
.hero__content--borderless .lede { max-width: 580px; }
.hero h1 { font-family: var(--font-heading); font-size: clamp(2.2rem, 3.4vw + 1rem, 3.4rem); margin: 0.25rem 0 0.45rem; letter-spacing: -0.02em; }
.hero .lede { max-width: 560px; color: #2d3a4f; font-size: 1.02rem; line-height: 1.6; margin-bottom: 1rem; }
.hero__actions { display: flex; gap: 0.75rem; margin: 0.6rem 0 1.2rem; flex-wrap: wrap; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--orange);
  font-weight: 700;
}

.lede, .section__lede { font-size: 1.05rem; color: var(--muted); }

.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.focus-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 1.1rem;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  color: var(--white);
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.focus-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.3); box-shadow: none; }
.focus-card--accent { background: rgba(244, 99, 58, 0.16); border-color: rgba(244, 99, 58, 0.4); }
.focus-card h3 { margin: 0.4rem 0 0.35rem; font-size: 1.05rem; }
.focus-card p { color: rgba(255,255,255,0.8); margin: 0; }
.icon-circle {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  font-size: 1.1rem;
  position: relative;
}
.icon-circle::before,
.card__icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.18));
}
.card__icon { position: relative; }

.section {
  padding: 7rem 0;
  background: var(--white);
  border-radius: 0;
  margin: 0;
  width: 100%;
  box-shadow: none !important;
  border: none;
}
.section--alt { background: #f1f4fa; }
.section__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}
.section h2 {
  margin: 0.35rem 0;
  font-size: clamp(2.2rem, 1.6vw + 1.4rem, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.step {
  background: var(--white);
  border: 1px solid #e3e9f4;
  border-radius: 14px;
  padding: 1.3rem;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.step__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), #ff7c4f);
  box-shadow: none;
  margin-bottom: 0.65rem;
  position: relative;
}
.step__icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.12));
}
.step .icon-compass::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M14.8 9.2 13 13l-3.8 1.8L11 11l3.8-1.8Z' stroke='white' stroke-width='1.4' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='1' fill='white'/%3E%3C/svg%3E"); }
.step .icon-toolkit::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='8' width='14' height='10' rx='2' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M9 8V6.5c0-.83.67-1.5 1.5-1.5h3c.83 0 1.5.67 1.5 1.5V8' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M8 12h8M8 15h5' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); }
.step .icon-chart::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='11' width='3' height='7' rx='1' stroke='white' stroke-width='1.6'/%3E%3Crect x='10.5' y='8' width='3' height='10' rx='1' stroke='white' stroke-width='1.6'/%3E%3Crect x='16' y='5' width='3' height='13' rx='1' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E"); }
.step .icon-shield::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4 6.5 6v5.8c0 3.3 2.2 6.3 5.5 7.2 3.3-.9 5.5-3.9 5.5-7.2V6L12 4Z' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M9 12.5 11.2 14 15 10.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.step h3 { margin: 0 0 0.35rem; }
.step p { margin: 0; color: #556274; line-height: 1.55; }
.step::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -30%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(244,99,58,0.09), transparent 60%);
  filter: blur(2px);
  transform: rotate(8deg);
  pointer-events: none;
}

.assure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.assure-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  gap: 0.9rem;
}
.assure-list li {
  background: linear-gradient(120deg, rgba(255,255,255,0.92), rgba(245,248,255,0.92));
  border: 1px solid #dbe4f4;
  border-radius: 14px;
  padding: 1.05rem 1.2rem;
  font-weight: 600;
  color: #213049;
  box-shadow: 0 10px 24px rgba(17,28,45,0.05);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.assure-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4633a, #ffb357);
  box-shadow: 0 0 0 6px rgba(244,99,58,0.12);
}
.assure-card {
  background: var(--white);
  border: 1px solid #e3e9f4;
  border-radius: 14px;
  padding: 1.3rem;
  box-shadow: none;
}
.assure-icon { width: 30px; height: 30px; margin-bottom: 0.6rem; }

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(12,27,42,0.06);
  border: 1px solid #e3e9f4;
  font-weight: 600;
  color: #2c3a4f;
}

.testimonial {
  max-width: 840px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 16px;
  padding: 1.6rem 1.8rem;
  border: 1px solid #e6ecf4;
  box-shadow: none !important;
  text-align: center;
}
.quote {
  font-size: 1.05rem;
  color: #2a3648;
  margin: 0 0 0.5rem;
  line-height: 1.65;
}
.quote__meta { margin: 0; color: #556274; font-weight: 600; }

.section--split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  align-items: stretch;
}
#about.section--split {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: clamp(3rem, 4vw + 1rem, 5rem) 0;
  grid-template-columns: minmax(280px, 1.05fr) minmax(340px, 1.2fr);
  gap: clamp(1.75rem, 3vw, 3rem);
}
.split__image {
  min-height: 420px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(255,255,255,0.6)),
    url("logo.png") center/contain no-repeat;
  background-color: #f3f6fd;
  box-shadow: none !important;
}
#about .split__image {
  min-height: 360px;
  background-size: 70%;
}
#about .split__content { max-width: 640px; }
#about .split__content p { color: #415065; line-height: 1.65; }
#about .stats {
  display: none;
}
#about .stat {
  background: #f7f9fe;
  border-color: #e2e7f2;
  text-align: left;
}
#about .stat__number { font-size: 1.85rem; }
#about .stat__label { font-size: 0.98rem; }
.split__content p { color: #455164; line-height: 1.6; }

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.stat {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: var(--light);
  border: 1px solid #e3e9f1;
}
.stat__number { display: block; font-size: 1.6rem; font-weight: 700; color: var(--navy); }
.stat__label { color: var(--muted); font-size: 0.95rem; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--white);
  border: 1px solid #e3e9f4;
  border-radius: 16px;
  padding: 2rem 1.8rem;
  min-height: 230px;
  box-shadow: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: none; border-color: rgba(244,99,58,0.25); }
.card--accent { background: linear-gradient(180deg, rgba(244,99,58,0.08), rgba(244,99,58,0.02)); border-color: rgba(244,99,58,0.25); }
.card__icon { font-size: 1.6rem; margin-bottom: 0.5rem; }
.card h3 { margin: 0 0 0.35rem; }
.card p { margin: 0; color: #536072; line-height: 1.6; }
.card::after {
  content: "";
  position: absolute;
  right: -25%;
  bottom: -40%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(244,99,58,0.08), transparent 60%);
  filter: blur(3px);
  pointer-events: none;
}

.grid--projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 1.25rem;
  grid-auto-flow: dense;
}
@media (max-width: 1500px) {
  .grid--projects { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
}
@media (max-width: 980px) {
  .grid--projects { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}
.project-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none !important;
  border: 1px solid #e7edf5;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
.project-card__image {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.project-card__image--edo {
  background-image: linear-gradient(120deg, rgba(12,27,42,0.55), rgba(12,27,42,0.18)), url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1600&q=80");
}
.project-card__image--infra {
  background-image: linear-gradient(120deg, rgba(242,90,43,0.42), rgba(12,27,42,0.35)), url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1600&q=80");
}
.project-card__image--community {
  background-image: linear-gradient(120deg, rgba(12,27,42,0.48), rgba(12,27,42,0.2)), url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1600&q=80");
}
.project-card__body { padding: 1.25rem; }
.project-card__body h3 { margin: 0.3rem 0 0.35rem; }
.project-card__body p { margin: 0; color: #556274; line-height: 1.55; }
.project-card:hover { transform: translateY(-6px); box-shadow: none; }

.project-card--cta .project-card__body {
  padding: 2.2rem;
  display: grid;
  gap: 0.85rem;
  align-content: flex-start;
}
.tag {
  display: inline-block;
  background: rgba(242,90,43,0.12);
  color: var(--orange);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}
.project-card--cta {
  background: var(--navy);
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.2rem 2rem;
  box-shadow: none !important;
}
.project-card--cta p { color: rgba(255,255,255,0.8); }
.project-card--cta .btn--ghost {
  border-color: rgba(255,255,255,0.55);
  color: var(--white);
  background: rgba(255,255,255,0.08);
  padding: 0.9rem 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}
.team-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 60%);
  border: 1px solid #e2e8f5;
  border-radius: 22px;
  padding: 1.6rem 1.4rem 1.7rem;
  text-align: center;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  box-shadow: 0 16px 32px rgba(17, 28, 45, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -10%, rgba(244, 99, 58, 0.1), transparent 45%),
              radial-gradient(circle at 20% 30%, rgba(16, 32, 65, 0.06), transparent 40%);
  pointer-events: none;
  opacity: 0.9;
}
.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(244,99,58,0.25), rgba(15,28,45,0.08)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 36px rgba(17, 28, 45, 0.12);
  border-color: rgba(244, 99, 58, 0.36);
}
.team-card__photo {
  width: 124px;
  height: 124px;
  border-radius: 28px;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 16px 30px rgba(15, 28, 45, 0.16);
  border: 4px solid #ffffff;
  background: linear-gradient(135deg, rgba(244,99,58,0.08), rgba(16,32,65,0.12));
}
.team-card__name {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}
.team-card__role {
  margin: -0.15rem 0 0;
  color: #475672;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}
.team-card__bio {
  margin: 0;
  color: #4f5d75;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.skeleton {
  background: linear-gradient(90deg, #eef2f9 0%, #f6f8fc 40%, #eef2f9 80%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.skeleton-line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eef2f9 0%, #f6f8fc 40%, #eef2f9 80%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer {
  0% { background-position: -120% 0; }
  100% { background-position: 120% 0; }
}
.team-card:nth-child(1) { border-color: rgba(244,99,58,0.18); }
.team-card:nth-child(2) { border-color: rgba(16,32,65,0.14); }
.team-card:nth-child(3) { border-color: rgba(255,179,87,0.24); }

.cta {
  position: relative;
  margin: 1rem 6vw 5rem;
  border-radius: 24px;
  overflow: hidden;
  background: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
  color: var(--white);
  min-height: 320px;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: none !important;
}
.cta__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(12,27,42,0.82), rgba(12,27,42,0.52));
}
.cta__content {
  position: relative;
  z-index: 1;
  padding: 3rem 2.6rem;
  display: grid;
  gap: 1rem;
}
.cta__content h2 {
  margin: 0.4rem 0 0.8rem;
  font-size: clamp(2rem, 1.6vw + 1.4rem, 2.6rem);
  letter-spacing: -0.01em;
}
.cta__content .eyebrow {
  color: rgba(255,255,255,0.76);
  letter-spacing: 0.18em;
}
.cta__content .hero__actions {
  justify-content: center;
  gap: 0.9rem;
}
.cta__content .btn--ghost {
  border-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.06);
}
.cta__content .btn--ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.7);
}

.contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
  align-items: stretch;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 70%);
  padding: 0 0 1rem;
}
.contact__details {
  background: var(--navy);
  color: var(--white);
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none !important;
  display: grid;
  gap: 0.6rem;
}
.contact__row { display: flex; gap: 1rem; margin-bottom: 0.6rem; }
.contact__label { width: 110px; color: rgba(255,255,255,0.7); font-weight: 600; }
.contact__value { flex: 1; }
.contact__note { color: rgba(255,255,255,0.8); }

.contact__form {
  background: var(--white);
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  border: 1px solid #e6ecf4;
  box-shadow: none !important;
  display: grid;
  gap: 0.9rem;
}
.form__row { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.9rem; }
.form__row label { font-weight: 600; color: var(--navy); }
.form__row input, .form__row textarea {
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  background: #f9fbff;
}
.form__row input:focus, .form__row textarea:focus {
  outline: 2px solid rgba(242, 90, 43, 0.35);
}

.contact__form .btn--primary {
  width: fit-content;
  padding: 0.85rem 1.4rem;
  font-size: 0.95rem;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(244,99,58,0.25);
}

.footer {
  background: var(--navy);
  color: var(--white);
  padding: 2.5rem 7vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer h4 { margin: 0 0 0.5rem; }
.footer h5 { margin: 0 0 0.35rem; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.08em; }
.footer a { display: block; color: rgba(255,255,255,0.8); margin: 0.2rem 0; }
.footer p { margin: 0.15rem 0; color: rgba(255,255,255,0.8); }

.whatsapp-widget {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #0c2818;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.35);
  font-weight: 700;
  letter-spacing: 0.01em;
  z-index: 20;
  border: 2px solid rgba(255,255,255,0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.whatsapp-widget svg {
  width: 22px;
  height: 22px;
}
.whatsapp-widget:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 14px 30px rgba(16, 185, 129, 0.45);
  filter: brightness(1.02);
}

@media (max-width: 960px) {
  .nav { position: sticky; background: transparent; box-shadow: none; border-bottom: none; }
  .nav__burger { display: block; }
  .nav__links {
    position: absolute;
    top: 100%; right: 0; left: 0;
    background: rgba(8,16,31,0.78);
    flex-direction: column;
    padding: 1rem 7vw 1.5rem;
    display: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav__checkbox:checked + .nav__burger + .nav__links { display: flex; }
  .nav__links a { color: var(--white); }
  .nav__burger span { background: var(--navy); }
}

@media (max-width: 1024px) {
  .section { padding: 6rem 3vw; }
  .cta { margin: 1rem 4vw 4rem; border-radius: 20px; min-height: 280px; }
  .cards { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .contact { grid-template-columns: 1fr; gap: 1.2rem; }
  .contact__form { padding: 1.5rem; }
  .contact__details { padding: 1.5rem; }
}

@media (max-width: 720px) {
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 2.5rem 7vw;
  }
  .hero h1 { font-size: 2rem; line-height: 1.15; }
  .hero__content { padding: 1rem 1rem; }
  .hero .lede { font-size: 0.98rem; line-height: 1.55; }
  .chip { width: 100%; justify-content: center; }
  .nav { padding: 0.9rem 6vw; }
  .nav__links { align-items: flex-start; gap: 0.9rem; }
  .cards--services, .steps, .assure-grid { grid-template-columns: 1fr; }
  .section { margin: 0; padding: 4rem 6vw; }
  .badge-row { justify-content: flex-start; }
  .cta { margin: 0 4vw 3.5rem; min-height: 240px; padding: 0; }
  .cta__content { padding: 2.4rem 1.8rem; }
  .cta__content h2 { font-size: clamp(1.8rem, 5vw, 2.2rem); }
  .contact { gap: 1rem; }
  .contact__form, .contact__details { border-radius: 12px; }
  .contact__form .btn--primary { width: 100%; justify-content: center; }
}

@media (max-width: 900px) {
  #about.section--split {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #about .split__image { order: -1; min-height: 320px; }
  #about .split__content { margin: 0 auto; }
  #about .stat { text-align: center; }
}

@media (max-width: 540px) {
  #about .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #about .split__image { min-height: 260px; background-size: 68%; }
  .cta { border-radius: 18px; }
  .hero { padding: 2.2rem 6vw; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg { animation: none; }
}
.icon-compass::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M14.8 9.2 13 13l-3.8 1.8L11 11l3.8-1.8Z' stroke='white' stroke-width='1.4' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='1' fill='white'/%3E%3C/svg%3E");
}
.icon-chart::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='11' width='3' height='7' rx='1' stroke='white' stroke-width='1.6'/%3E%3Crect x='10.5' y='8' width='3' height='10' rx='1' stroke='white' stroke-width='1.6'/%3E%3Crect x='16' y='5' width='3' height='13' rx='1' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
}
.icon-toolkit::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='8' width='14' height='10' rx='2' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M9 8V6.5c0-.83.67-1.5 1.5-1.5h3c.83 0 1.5.67 1.5 1.5V8' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M8 12h8M8 15h5' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.icon-shield::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4 6.5 6v5.8c0 3.3 2.2 6.3 5.5 7.2 3.3-.9 5.5-3.9 5.5-7.2V6L12 4Z' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M9 12.5 11.2 14 15 10.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* --- Auth / Sign-in page --- */
.login-page {
  margin: 0;
  min-height: 100vh;
  background: #f9f0e4;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  color: #1d1a17;
  display: grid;
  place-items: center;
  padding: clamp(1.2rem, 2vw, 2rem);
}

.login-shell {
  width: min(1200px, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  background: #f9f0e4;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(20, 12, 0, 0.12);
  border: 1px solid #f1e6d9;
}

.login-visual {
  background: #f2e5d6 url("https://images.unsplash.com/photo-1545239351-1141bd82e8a6?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  min-height: 420px;
  position: relative;
}
.login-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(249,240,228,0.35), transparent 36%);
}

.login-form {
  padding: clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: 1.4rem;
  align-content: start;
}

.login-header h1 {
  margin: 0.25rem 0 0.35rem;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  letter-spacing: -0.01em;
}
.login-sub {
  margin: 0;
  color: #6b6259;
}
.login-icon {
  display: inline-flex;
  gap: 0.25rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.login-card {
  display: grid;
  gap: 0.8rem;
}
.login-label {
  font-weight: 700;
  color: #4b433b;
  font-size: 0.95rem;
}
.login-input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid #e2d6c8;
  background: #fdf8f3;
  font-size: 1rem;
  color: #1d1a17;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.login-input:focus {
  outline: none;
  border-color: #181816;
  box-shadow: 0 0 0 3px rgba(24, 24, 22, 0.15);
}

.login-btn {
  margin-top: 0.4rem;
  border: none;
  background: #181816;
  color: #f9f4ec;
  border-radius: 999px;
  padding: 0.95rem;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.18s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.login-btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.login-btn:active { transform: translateY(0); }

.login-links {
  display: grid;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  font-weight: 700;
}
.login-links a {
  color: #1f1b18;
  text-decoration: none;
}
.login-links a:hover { text-decoration: underline; }

.cookie-bar {
  position: fixed;
  left: 50%;
  bottom: clamp(0.8rem, 2vw, 1.4rem);
  transform: translateX(-50%);
  background: #fbf4eb;
  border: 1px solid #eadcca;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 1rem 1.2rem;
  display: grid;
  gap: 0.65rem;
  max-width: 640px;
  width: calc(100% - 2.4rem);
  z-index: 20;
}
.cookie-bar p {
  margin: 0;
  color: #4a433a;
  font-size: 0.95rem;
}
.cookie-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.cookie-btn {
  padding: 0.65rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #181816;
  background: #181816;
  color: #f9f4ec;
  font-weight: 800;
  cursor: pointer;
  transition: filter 0.18s ease, transform 0.12s ease;
}
.cookie-btn--ghost {
  background: transparent;
  color: #1f1b18;
  border-color: #d7c8b6;
}
.cookie-btn:hover { filter: brightness(1.05); transform: translateY(-1px); }
.cookie-btn:active { transform: translateY(0); }

@media (max-width: 820px) {
  .login-visual { min-height: 320px; }
}


