/* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: #fff;
}

.hero-media,
.hero-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity .7s ease;
}

.hero-slide.is-active { opacity: 1; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,17,28,.76) 0%, rgba(5,17,28,.52) 42%, rgba(5,17,28,.08) 78%, rgba(5,17,28,.04) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}

.hero-copy {
  width: min(100%, 660px);
}

.hero-kicker {
  margin: 0 0 .85rem;
  color: #e1b429;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 1.2rem;
  max-width: 680px;
  font-size: clamp(2.6rem, 5vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 700;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 620px;
  margin: 0 0 1.5rem;
  color: rgba(255,255,255,.88);
  font-size: clamp(.95rem, 1.3vw, 1.08rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}

.hero-controls {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.hero-dots button.is-active {
  width: 24px;
  background: var(--brand);
}

/* PHILOSOPHY */
.section-philosophy {
  background: #f5f6f6;
  text-align: center;
}

.philosophy-inner {
  max-width: 820px;
}

.philosophy-inner h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.philosophy-inner p {
  max-width: 690px;
  margin: 0 auto;
  color: var(--text-muted);
}

/* SOLUTIONS */
.section-solutions {
  background: #fff;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.solutions-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  min-height: 170px;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-card);
  box-shadow: 0 2px 12px rgba(20,38,57,.03);
}

.icon-box,
.benefit-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  background: rgba(22,183,168,.08);
  border-radius: 9px;
}

.icon-box svg,
.benefit-icon svg {
  width: 18px;
  height: 18px;
}

.feature-card h3 {
  margin: .85rem 0 .35rem;
  font-size: .98rem;
  line-height: 1.25;
}

.feature-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: .82rem;
}

/* WHY */
.section-why {
  background: #f5f6f6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
}

.benefit-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: .85rem;
  align-items: start;
}

.benefit-item h3 {
  margin: .1rem 0 .25rem;
  font-size: .9rem;
}

.benefit-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: .78rem;
}

/* HOW WE WORK */
.section-process {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22px;
  height: 1px;
  background: rgba(22,183,168,.28);
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-number {
  width: 44px;
  height: 44px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 0 0 7px #fff;
}

.process-step h3 {
  margin: 0 0 .4rem;
  font-size: .82rem;
  line-height: 1.3;
}

.process-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: .7rem;
  line-height: 1.45;
}

/* INDUSTRIES */
.section-industries {
  background: #f5f6f6;
}

.industry-pills,
.region-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
}

.industry-pills span,
.region-pills span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: #3f4d5b;
  font-size: .82rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(20,38,57,.03);
}

.industry-pills svg {
  width: 15px;
  height: 15px;
  color: var(--brand-dark);
}

/* KNOWLEDGE CENTRE */
.section-knowledge {
  background: #fff;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.knowledge-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(20,38,57,.04);
}

.knowledge-visual {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aeb8c3;
  background: #eef0f3;
}

.knowledge-card:nth-child(2) .knowledge-visual { background: #edf7f6; color: #9bd8d2; }

.knowledge-visual svg {
  width: 34px;
  height: 34px;
}

.knowledge-body {
  padding: 1rem;
}

.knowledge-category {
  color: var(--gold);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.knowledge-body h3 {
  margin: .4rem 0 .55rem;
  font-size: .96rem;
  line-height: 1.3;
}

.knowledge-body p {
  margin: 0 0 .9rem;
  color: var(--text-muted);
  font-size: .76rem;
  line-height: 1.5;
}

.knowledge-meta {
  color: #7d8a96;
  font-size: .68rem;
}

.knowledge-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.knowledge-card:hover,
.knowledge-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(22,183,168,.45);
  box-shadow: 0 8px 24px rgba(20,38,57,.08);
}

.knowledge-card:focus-visible {
  outline: 3px solid rgba(22,183,168,.22);
  outline-offset: 3px;
}

.knowledge-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--brand-dark);
  font-weight: 700;
  font-size: .82rem;
  text-decoration: none;
}

.text-link svg {
  width: 16px;
  height: 16px;
}

/* REGIONS */
.section-coverage {
  background: #f5f6f6;
}

.region-pills span {
  color: var(--brand-dark);
}

/* FINAL CTA */
.section-final-cta {
  padding: clamp(4rem, 7vw, 6rem) 0;
  color: #fff;
  background: var(--navy);
  text-align: center;
}

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.final-cta-inner h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

@media (max-width: 1000px) {
  .solutions-grid,
  .knowledge-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
  }
  .process-grid::before { display: none; }
}

@media (max-width: 700px) {
  .hero {
    min-height: 760px;
    align-items: end;
  }

  .hero-content {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .hero-copy { width: 100%; }

  .hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
    line-height: 1.02;
  }

  .hero-subtitle {
    font-size: .93rem;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(5,17,28,.22) 0%, rgba(5,17,28,.76) 76%);
  }

  .solutions-grid,
  .knowledge-grid,
  .benefits-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .feature-card { min-height: auto; }

  .process-step {
    text-align: left;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: .9rem;
  }

  .step-number { margin: 0; grid-row: span 2; }

  .process-step h3 { align-self: end; }

  .process-step p { align-self: start; }

  .industry-pills,
  .region-pills {
    justify-content: flex-start;
  }

  .industry-pills span,
  .region-pills span {
    font-size: .76rem;
    padding: .62rem .85rem;
  }
}

@media (max-width: 700px) {
  .hero-slide img { object-position: 50% center; }
}
