body.service-page {
  color: #172033;
  background: #ffffff;
}

.service-hero {
  position: relative;
  min-height: 760px;
  padding: 190px 5% 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(237, 80, 46, 0.22), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(27, 39, 64, 0.92) 48%, rgba(237, 80, 46, 0.82) 100%);
}

.service-hero .separator-waves {
  z-index: 3;
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 82%);
}

.service-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 90px solid rgba(255, 255, 255, 0.08);
}

.service-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: 70px;
  align-items: center;
}

.service-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-eyebrow i {
  color: var(--primary-orange);
}

.service-hero h1 {
  max-width: 850px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
  margin-bottom: 26px;
}

.service-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
  margin-bottom: 36px;
}

.service-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.service-btn.primary {
  color: #ffffff;
  background: var(--primary-orange);
  box-shadow: 0 22px 45px rgba(237, 80, 46, 0.28);
}

.service-btn.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.service-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.18);
}

.hero-proof-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.hero-proof-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.proof-number {
  display: block;
  color: var(--primary-orange);
  font-size: clamp(42px, 4.2vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.hero-proof-card p {
  position: relative;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.service-section {
  padding: 110px 5%;
}

.service-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

.service-image-card {
  position: relative;
  isolation: isolate;
}

.service-image-card::before {
  content: "";
  position: absolute;
  inset: 34px -22px -24px 34px;
  z-index: -1;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(237, 80, 46, 0.22), rgba(15, 23, 42, 0.08));
}

.service-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 34px 85px rgba(15, 23, 42, 0.16);
}

.image-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.image-badge i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--primary-orange);
}

.image-badge strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
}

.image-badge span {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

.section-kicker {
  color: var(--primary-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.overview-copy h2,
.capabilities-heading h2,
.desktop-cta h2 {
  color: #101828;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin-bottom: 24px;
}

.overview-copy p {
  color: #5b6678;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.itad-member-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(237, 80, 46, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fff7f4);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.itad-member-card img {
  width: 100%;
  height: auto;
  display: block;
}

.itad-member-card strong {
  display: block;
  color: #101828;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.itad-member-card span {
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.capabilities-section {
  padding: 105px 5%;
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.capabilities-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.capabilities-heading p {
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
}

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

.capability-card {
  min-height: 190px;
  padding: 30px;
  border: 1px solid #edf0f5;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
  transform: translateY(26px);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.55s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.capability-card.animate-in {
  transform: translateY(0);
  opacity: 1;
}

.capability-card:hover {
  border-color: rgba(237, 80, 46, 0.34);
  box-shadow: 0 24px 55px rgba(237, 80, 46, 0.11);
}

.capability-card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary-orange), #ff8a63);
  box-shadow: 0 16px 30px rgba(237, 80, 46, 0.24);
  font-size: 22px;
}

.capability-card h3 {
  color: #111827;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 850;
}

.capability-card p {
  margin-top: 14px;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.why-choose-section {
  padding: 110px 5%;
  background: #ffffff;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 64px;
  align-items: center;
}

.why-choose-copy h2 {
  color: #101828;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin-bottom: 24px;
}

.why-choose-copy p {
  color: #5b6678;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.why-choose-list {
  display: grid;
  gap: 16px;
}

.why-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid #edf0f5;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.why-item:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 80, 46, 0.32);
  box-shadow: 0 24px 54px rgba(237, 80, 46, 0.1);
}

.why-item i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  background: #101828;
  font-size: 22px;
}

.why-item h3 {
  color: #111827;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
  margin-bottom: 6px;
}

.why-item p {
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.desktop-cta {
  position: relative;
  margin: 105px auto;
  width: min(1180px, calc(100% - 10%));
  padding: 72px 7%;
  overflow: hidden;
  border-radius: 36px;
  text-align: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(237, 80, 46, 0.32), transparent 26%),
    linear-gradient(135deg, #101828, #1d2939);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.18);
}

.desktop-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
}

.desktop-cta > * {
  position: relative;
  z-index: 1;
}

.desktop-cta h2 {
  color: #ffffff;
  margin-bottom: 16px;
}

.desktop-cta p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.desktop-cta .service-btn {
  min-width: 170px;
}

@media (max-width: 1024px) {
  .service-hero-inner,
  .service-overview-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-proof-card {
    max-width: 420px;
  }

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

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 700px) {
  .service-hero {
    min-height: auto;
    padding: 155px 6% 90px;
  }

  .service-actions {
    flex-direction: column;
  }

  .service-btn {
    width: 100%;
  }

  .service-section,
  .capabilities-section,
  .why-choose-section {
    padding: 72px 6%;
  }

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

  .desktop-cta {
    width: calc(100% - 12%);
    margin: 70px auto;
    padding: 54px 8%;
    border-radius: 28px;
  }

  .image-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .itad-member-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .itad-member-card img {
    max-width: 220px;
    margin: 0 auto;
  }

  .why-item {
    grid-template-columns: 1fr;
  }
}

.sectors-page {
  background: #ffffff;
}

.sector-hero {
  position: relative;
  min-height: 760px;
  padding: 175px 5% 130px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 15% 18%, rgba(237, 80, 46, 0.25), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #101828 0%, #172033 54%, #ed502e 120%);
}

.sector-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 88%);
}

.sector-hero-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: 70px;
  align-items: center;
}

.sector-hero-copy h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
  margin-bottom: 26px;
}

.sector-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.72;
  margin-bottom: 32px;
}

.sector-jump-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sector-jump-list a {
  color: #ffffff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 0.25s ease, background 0.25s ease;
}

.sector-jump-list a:hover {
  transform: translateY(-3px);
  background: var(--primary-orange);
}

.sector-hero-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  transform: rotate(-2deg);
}

.sector-hero-mosaic img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.sector-hero-mosaic img:nth-child(2),
.sector-hero-mosaic img:nth-child(3) {
  transform: translateY(34px);
}

.sector-story {
  padding: 105px 5%;
  background: #ffffff;
}

.sector-story.alt {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.sector-story-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.sector-story.alt .sector-story-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.sector-story.alt .sector-story-image {
  order: 2;
}

.sector-story-image {
  position: relative;
  isolation: isolate;
}

.sector-story-image::before {
  content: "";
  position: absolute;
  inset: 30px -20px -22px 34px;
  z-index: -1;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(237, 80, 46, 0.22), rgba(15, 23, 42, 0.08));
}

.sector-story-image img {
  width: 100%;
  aspect-ratio: 1.12 / 0.82;
  object-fit: cover;
  display: block;
  border-radius: 32px;
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.16);
}

.sector-story-copy h2 {
  color: #101828;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
  margin-bottom: 24px;
}

.sector-story-copy p {
  color: #5b6678;
  font-size: 17px;
  line-height: 1.82;
  margin-bottom: 18px;
}

.sector-points {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.sector-points li {
  position: relative;
  padding: 14px 18px 14px 48px;
  border-radius: 16px;
  background: #f8fafc;
  color: #344054;
  font-weight: 700;
  line-height: 1.45;
}

.sector-points li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 14px;
  color: var(--primary-orange);
}

@media (max-width: 1024px) {
  .sector-hero-shell,
  .sector-story-grid,
  .sector-story.alt .sector-story-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sector-story.alt .sector-story-image {
    order: 0;
  }
}

@media (max-width: 700px) {
  .sector-hero {
    min-height: auto;
    padding: 150px 6% 92px;
  }

  .sector-hero-mosaic {
    grid-template-columns: 1fr;
    transform: none;
  }

  .sector-hero-mosaic img,
  .sector-hero-mosaic img:nth-child(2),
  .sector-hero-mosaic img:nth-child(3) {
    height: 190px;
    transform: none;
  }

  .sector-jump-list a {
    width: 100%;
    text-align: center;
  }

  .sector-story {
    padding: 72px 6%;
  }
}
