.info-page,
.info-page *,
.info-page *::before,
.info-page *::after {
  box-sizing: border-box;
}

.info-page {
  --info-section-space: 80px;
  --info-green: var(--brand-primary);
  --info-green-strong: var(--brand-primary-strong);
  --info-green-soft: var(--brand-primary-soft);
  --info-green-pale: var(--brand-cream-soft);
  --info-dark: var(--brand-ink);
  --info-ink: var(--brand-ink);
  --info-muted: var(--brand-muted);
  --info-line: var(--brand-line);
  overflow: clip;
  background: var(--brand-cream);
  color: var(--info-ink);
}

.info-page img {
  max-width: 100%;
}

.info-shell {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.info-hero,
.info-trust,
.info-capabilities,
.info-audiences,
.info-customization,
.info-process,
.info-faq,
.info-cta,
.warranty-coverage,
.warranty-quality {
  padding: var(--info-section-space) 0;
}

.info-eyebrow {
  margin: 0 0 10px;
  color: var(--info-green-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.info-eyebrow--badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--info-green);
  padding: 0 13px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.info-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.info-heading--center {
  margin-inline: auto;
  text-align: center;
}

.info-heading h2,
.info-customization__intro h2,
.info-cta__panel h2 {
  margin: 0;
  color: var(--info-ink);
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.info-heading > p:last-child,
.info-customization__intro > p,
.info-cta__panel p {
  margin: 13px 0 0;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.65;
}

.info-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgb(var(--brand-primary-rgb) / .2), transparent 27%),
    linear-gradient(180deg, #fff 0%, var(--brand-panel) 100%);
}

.info-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  align-items: center;
  gap: clamp(44px, 7vw, 94px);
  min-height: 520px;
}

.info-hero__content {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.info-hero h1 {
  max-width: 670px;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2.75rem, 4.4vw, 4rem);
  font-weight: 760;
  letter-spacing: -.058em;
  line-height: 1;
  text-wrap: balance;
}

.info-hero__lead {
  max-width: 600px;
  margin: 23px 0 0;
  color: var(--info-muted);
  font-size: 17px;
  line-height: 1.65;
}

.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.info-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.info-button--primary {
  border-color: var(--info-green);
  background: var(--info-green);
  color: #fff;
}

.info-button--primary img {
  filter: brightness(0) invert(1);
}

.info-button--primary:hover {
  border-color: var(--info-green-strong);
  background: var(--info-green-strong);
}

.info-button--secondary {
  border-color: var(--brand-primary-soft);
  background: #fff;
  color: var(--info-ink);
}

.info-button--secondary:hover {
  border-color: var(--info-green);
  color: var(--info-green-strong);
}

.info-button:active,
.info-cta__panel > a:active {
  transform: scale(.98);
}

.info-button:focus-visible,
.info-customization__intro > a:focus-visible,
.info-process__link:focus-visible,
.info-faq__item summary:focus-visible,
.info-cta__panel > a:focus-visible {
  outline: 3px solid rgb(var(--brand-primary-rgb) / .3);
  outline-offset: 4px;
}

.info-button .material-symbols-outlined {
  font-size: 20px !important;
}

.info-hero__visual {
  position: relative;
  display: flex;
  min-height: 510px;
  align-items: center;
  justify-content: center;
}

.info-hero__visual::before {
  position: absolute;
  inset: 22px 4px 4px 34px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 16%, rgb(255 255 255 / .72), transparent 24%),
    var(--info-green-soft);
  content: "";
  transform: rotate(-3deg);
}

.info-hero__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: 124px;
  border-radius: 16px;
  background: radial-gradient(circle, rgb(var(--brand-primary-rgb) / .24) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  content: "";
}

.info-hero__image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgb(var(--brand-primary-rgb) / .14);
}

.info-hero__visual--portrait .info-hero__image-frame {
  width: min(74%, 310px);
  height: 470px;
  background: #fff;
}

.info-hero__visual--portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-hero__visual--landscape .info-hero__image-frame {
  width: min(100%, 500px);
  aspect-ratio: 1.42;
  border: 8px solid #fff;
}

.info-hero__visual--landscape img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-trust {
  background: var(--info-green-pale);
}

.info-trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  background: #fff;
  padding: 12px 0;
  list-style: none;
  box-shadow: 0 16px 40px rgb(var(--brand-primary-rgb) / .06);
}

.info-trust__list li {
  display: flex;
  min-width: 0;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px 18px;
}

.info-trust__list li + li {
  border-left: 1px solid var(--info-line);
}

.info-icon {
  display: flex !important;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--info-green-soft);
  color: var(--info-green);
  font-size: 21px !important;
}

.info-trust__list strong,
.info-trust__list small {
  display: block;
}

.info-trust__list strong {
  color: var(--info-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}

.info-trust__list small {
  margin-top: 4px;
  color: var(--info-muted);
  font-size: 11px;
  line-height: 1.35;
}

.info-capabilities,
.warranty-coverage {
  background: #fff;
}

.info-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  background: #fff;
  padding: 0;
  list-style: none;
}

.info-feature-grid li {
  min-width: 0;
  min-height: 290px;
  padding: 32px 26px;
}

.info-feature-grid li + li {
  border-left: 1px solid var(--info-line);
}

.info-feature-grid__icon {
  display: flex !important;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--info-green-soft);
  color: var(--info-green-strong);
  font-size: 25px !important;
}

.info-feature-grid h3,
.info-audience-grid h3,
.info-customization__list h3,
.info-process__list h3,
.warranty-coverage__panel h3 {
  margin: 20px 0 0;
  color: var(--info-ink);
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.info-feature-grid p,
.info-audience-grid p,
.info-customization__list p,
.info-process__list p {
  margin: 10px 0 0;
  color: var(--info-muted);
  font-size: 14px;
  line-height: 1.62;
}

.info-audiences,
.warranty-quality {
  background: var(--info-green-pale);
}

.info-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-audience-grid li {
  min-height: 280px;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 16px 36px rgb(var(--brand-primary-rgb) / .045);
}

.info-audience-grid > li > .material-symbols-outlined {
  display: flex !important;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--info-green-soft);
  color: var(--info-green-strong);
  font-size: 28px !important;
}

.info-audience-grid h3 {
  margin-top: 24px;
  font-size: 22px;
}

.info-customization {
  background: #fff;
}

.info-customization__layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(42px, 7vw, 86px);
}

.info-customization__intro > a,
.info-process__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--info-green-strong);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.info-customization__intro > a .material-symbols-outlined,
.info-process__link .material-symbols-outlined {
  font-size: 19px !important;
  transition: transform 160ms ease;
}

.info-customization__intro > a:hover .material-symbols-outlined,
.info-process__link:hover .material-symbols-outlined {
  transform: translateX(3px);
}

.info-customization__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-customization__list li {
  display: flex;
  min-height: 154px;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  background: var(--info-green-pale);
  padding: 24px;
}

.info-customization__list > li > .material-symbols-outlined {
  display: flex !important;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--info-green-strong);
  font-size: 22px !important;
}

.info-customization__list h3 {
  margin-top: 0;
}

.info-process {
  background: var(--info-green-pale);
  text-align: center;
}

.info-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  background: #fff;
  padding: 0;
  text-align: left;
  list-style: none;
}

.info-process__list li {
  min-width: 0;
  min-height: 250px;
  padding: 30px 26px;
}

.info-process__list li + li {
  border-left: 1px solid var(--info-line);
}

.info-process__list > li > .material-symbols-outlined {
  display: flex !important;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--info-green-soft);
  color: var(--info-green-strong);
  font-size: 23px !important;
}

.info-process__link {
  margin-inline: auto;
}

.info-faq {
  background: #fff;
}

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

.info-faq__item {
  align-self: start;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  background: #fff;
}

.info-faq__item summary {
  display: flex;
  min-height: 74px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--info-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
}

.info-faq__item summary::-webkit-details-marker {
  display: none;
}

.info-faq__item summary .material-symbols-outlined {
  display: flex !important;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--info-green-soft);
  color: var(--info-green-strong);
  font-size: 20px !important;
  transition: transform 160ms ease;
}

.info-faq__item[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.info-faq__item > div {
  border-top: 1px solid var(--info-line);
  padding: 18px 20px 21px;
}

.info-faq__item p {
  margin: 0;
  color: var(--info-muted);
  font-size: 14px;
  line-height: 1.65;
}

.info-cta {
  background: #fff;
}

.info-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 84% 130%, rgb(var(--brand-primary-rgb) / .22), transparent 38%),
    var(--info-dark);
  padding: clamp(32px, 5vw, 54px);
}

.info-cta__panel h2 {
  max-width: 620px;
  color: #fff;
}

.info-cta__panel p {
  max-width: 650px;
  color: var(--brand-panel-muted);
}

.info-cta__panel > a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--brand-panel-muted);
  padding: 0 24px;
  color: var(--brand-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.info-cta__panel > a:hover {
  background: var(--brand-panel-muted);
}

.info-cta__panel > a img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(33%) saturate(1307%) hue-rotate(62deg) brightness(92%) contrast(95%);
}

.info-cta__panel > a .material-symbols-outlined {
  font-size: 19px !important;
}

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

.warranty-coverage__panel {
  min-height: 420px;
  border: 1px solid var(--info-line);
  border-radius: 16px;
  padding: clamp(28px, 4vw, 42px);
}

.warranty-coverage__panel--covered {
  background: var(--info-green-pale);
}

.warranty-coverage__panel--excluded {
  background: #fff;
}

.warranty-coverage__panel > .material-symbols-outlined {
  display: flex !important;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  color: var(--info-green-strong);
  font-size: 28px !important;
}

.warranty-coverage__panel--excluded > .material-symbols-outlined {
  background: var(--info-green-soft);
}

.warranty-coverage__panel h3 {
  margin-top: 24px;
  font-size: 23px;
}

.warranty-coverage__panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.warranty-coverage__panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--brand-ink);
  font-size: 14px;
  line-height: 1.58;
}

.warranty-coverage__panel li .material-symbols-outlined {
  margin-top: 1px;
  color: var(--info-green);
  font-size: 19px !important;
}

.warranty-coverage__panel--excluded li .material-symbols-outlined {
  color: var(--brand-primary-strong);
}

.warranty-claim__notice {
  display: flex;
  max-width: 830px;
  align-items: flex-start;
  gap: 14px;
  margin: 22px auto 0;
  border: 1px solid var(--brand-primary-soft);
  border-radius: 16px;
  background: #fff;
  padding: 20px 22px;
  text-align: left;
}

.warranty-claim__notice > .material-symbols-outlined {
  color: var(--info-green-strong);
  font-size: 24px !important;
}

.warranty-claim__notice p {
  margin: 0;
  color: var(--info-muted);
  font-size: 14px;
  line-height: 1.6;
}

.warranty-claim__notice strong {
  color: var(--info-ink);
}

@media (max-width: 960px) {
  .info-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
    gap: 30px;
  }

  .info-hero h1 {
    font-size: clamp(2.55rem, 5.5vw, 3.5rem);
  }

  .info-trust__list,
  .info-feature-grid,
  .info-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-trust__list li:nth-child(3),
  .info-feature-grid li:nth-child(3),
  .info-process__list li:nth-child(3) {
    border-left: 0;
  }

  .info-trust__list li:nth-child(n + 3),
  .info-feature-grid li:nth-child(n + 3),
  .info-process__list li:nth-child(n + 3) {
    border-top: 1px solid var(--info-line);
  }

  .info-customization__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .info-customization__intro {
    max-width: 720px;
  }

  .info-cta__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .info-cta__panel > a {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .info-shell {
    width: min(calc(100% - 32px), 680px);
  }

  .info-heading {
    margin-bottom: 26px;
  }

  .info-heading > p:last-child,
  .info-customization__intro > p,
  .info-cta__panel p {
    font-size: 15px;
  }

  .info-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
  }

  .info-hero h1 {
    font-size: clamp(2.4rem, 10.8vw, 3.15rem);
  }

  .info-hero__lead {
    margin-top: 19px;
    font-size: 16px;
  }

  .info-hero__visual {
    min-height: 390px;
  }

  .info-hero__visual--portrait .info-hero__image-frame {
    width: min(70%, 250px);
    height: 370px;
  }

  .info-hero__visual--landscape .info-hero__image-frame {
    width: 100%;
  }

  .info-audience-grid,
  .info-customization__list,
  .info-faq__list,
  .warranty-coverage__grid {
    grid-template-columns: 1fr;
  }

  .info-audience-grid li,
  .warranty-coverage__panel {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .info-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .info-button {
    width: 100%;
  }

  .info-trust__list,
  .info-feature-grid,
  .info-process__list {
    grid-template-columns: 1fr;
  }

  .info-trust__list li {
    justify-content: flex-start;
    padding-inline: 18px;
  }

  .info-trust__list li + li,
  .info-trust__list li:nth-child(3),
  .info-feature-grid li + li,
  .info-feature-grid li:nth-child(3),
  .info-process__list li + li,
  .info-process__list li:nth-child(3) {
    border-top: 1px solid var(--info-line);
    border-left: 0;
  }

  .info-feature-grid li,
  .info-process__list li {
    min-height: 0;
  }

  .info-customization__list li {
    min-height: 0;
  }

  .info-cta__panel {
    padding: 30px 22px;
    text-align: center;
  }

  .info-cta__panel > a {
    width: 100%;
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-page *,
  .info-page *::before,
  .info-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Final scoped service-page redesign. Shared info rules above remain available
 * to warranty and support pages; this block is the active treatment for /layanan. */
.services-page {
  --services-green: #0b4b36;
  --services-green-strong: #063a29;
  --services-ink: #173d2e;
  --services-muted: #5a6c63;
  --services-gold: #b78643;
  --services-white: #ffffff;
  --services-soft: #FFFBF5;
  --services-line: rgb(11 75 54 / .14);
  background: #FFFBF5;
  color: var(--services-ink);
}

html:has(body.services-page-shell),
body.services-page-shell,
body.services-page-shell main {
  background: #FFFBF5;
}

.services-page .info-shell,
.services-page .services-shell {
  width: min(calc(100% - 40px), 1140px);
}

.services-page .info-hero,
.services-page .info-trust,
.services-page .info-capabilities,
.services-page .info-audiences,
.services-page .info-customization,
.services-page .info-process,
.services-page .info-faq,
.services-page .info-cta {
  background: #FFFBF5;
  background-image: none;
}

.services-page .info-hero {
  padding: clamp(56px, 8vw, 96px) 0 clamp(54px, 7vw, 84px);
}

.services-page .info-hero::before,
.services-page .info-hero::after,
.services-page .info-hero__visual::before,
.services-page .info-hero__visual::after {
  display: none;
}

.services-page .services-hero__grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 6vw, 84px);
  min-height: 0;
}

.services-page .services-hero__content {
  max-width: 620px;
}

.services-page .info-eyebrow,
.services-page .services-eyebrow {
  margin: 0 0 14px;
  color: var(--services-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.services-page .info-hero h1 {
  max-width: 600px;
  color: var(--services-green);
  font-size: clamp(2.7rem, 4.7vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}

.services-page .info-hero__lead {
  max-width: 520px;
  margin-top: 22px;
  color: var(--services-muted);
  font-size: 16px;
  line-height: 1.65;
}

.services-page .info-actions {
  margin-top: 28px;
}

.services-page .info-button {
  min-height: 50px;
  border-radius: 12px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.services-page .info-button--primary {
  border-color: var(--services-green);
  background: var(--services-green);
  color: #fff;
}

.services-page .info-button--primary:hover {
  border-color: var(--services-green-strong);
  background: var(--services-green-strong);
}

.services-page .info-button--secondary {
  border-color: rgb(11 75 54 / .32);
  background: transparent;
  color: var(--services-green);
}

.services-page .info-button--secondary:hover {
  border-color: var(--services-green);
  background: transparent;
  color: var(--services-green-strong);
}

.services-page .services-hero__visual {
  min-height: 0;
  margin: 0;
  display: block;
}

.services-page .services-hero__picture {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: var(--services-white);
  box-shadow: 0 18px 42px rgb(11 75 54 / .1);
}

.services-page .services-hero__picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.services-page .services-proof {
  padding: 0 0 clamp(56px, 7vw, 80px);
}

.services-page .services-proof__list {
  margin: 0;
  border: 1px solid var(--services-line);
  border-radius: 16px;
  background: #fff;
  padding: 0;
  box-shadow: none;
}

.services-page .services-proof__list li {
  min-height: 88px;
  padding: 16px 20px;
}

.services-page .services-proof__list li + li {
  border-left: 1px solid var(--services-line);
}

.services-page .services-proof__list .info-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border: 1px solid rgb(11 75 54 / .18);
  border-radius: 50%;
  background: #fff;
  color: var(--services-green);
  font-size: 19px !important;
}

.services-page .services-proof__list strong,
.services-page .services-proof__list small {
  color: var(--services-ink);
}

.services-page .services-proof__list strong {
  font-size: 14px;
}

.services-page .services-proof__list small {
  margin-top: 4px;
  color: var(--services-muted);
  font-size: 12px;
  line-height: 1.4;
}

.services-page .services-capabilities {
  padding: clamp(68px, 8vw, 96px) 0;
  background: #fff;
}

.services-page .services-section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.services-page .services-section-heading h2,
.services-page .info-heading h2,
.services-page .info-customization__intro h2,
.services-page .info-cta__panel h2 {
  color: var(--services-green);
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.services-page .services-section-heading > p:last-child,
.services-page .info-heading > p:last-child,
.services-page .info-customization__intro > p,
.services-page .info-cta__panel p {
  color: var(--services-muted);
  font-size: 15px;
  line-height: 1.65;
}

.services-page .services-capabilities__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid var(--services-line);
  border-bottom: 1px solid var(--services-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.services-page .services-capabilities__list li {
  min-height: 244px;
  padding: 28px 24px;
}

.services-page .services-capabilities__list li + li {
  border-left: 1px solid var(--services-line);
}

.services-page .services-capabilities__list .info-feature-grid__icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgb(11 75 54 / .18);
  border-radius: 50%;
  background: #fff;
  color: var(--services-green);
  font-size: 21px !important;
}

.services-page .services-capabilities__list h3,
.services-page .services-audiences__list h3,
.services-page .services-customization__list h3,
.services-page .services-process__list h3 {
  color: var(--services-ink);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.services-page .services-capabilities__list h3 {
  margin-top: 18px;
}

.services-page .services-capabilities__list p,
.services-page .services-audiences__list p,
.services-page .services-customization__list p,
.services-page .services-process__list p {
  margin-top: 9px;
  color: var(--services-muted);
  font-size: 14px;
  line-height: 1.62;
}

.services-page .services-audiences {
  padding: clamp(68px, 8vw, 96px) 0;
  background: #FFFBF5;
}

.services-page .services-audiences .services-section-heading {
  max-width: 720px;
}

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

.services-page .services-audiences__list li {
  min-height: 0;
  border: 0;
  border-top: 1px solid var(--services-line);
  border-bottom: 1px solid var(--services-line);
  border-radius: 0;
  background: transparent;
  padding: 24px 0 28px;
  box-shadow: none;
}

.services-page .services-audience__number {
  display: block;
  color: var(--services-gold);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.services-page .services-audiences__list h3 {
  margin-top: 18px;
}

.services-page .services-customization {
  padding: clamp(68px, 8vw, 96px) 0;
  background: #fff;
}

.services-page .services-customization__layout {
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 6vw, 76px);
}

.services-page .services-customization__intro {
  border-radius: 18px;
  background: var(--services-green);
  padding: clamp(28px, 4vw, 46px);
}

.services-page .services-customization__intro .info-eyebrow {
  color: #d9b77c;
}

.services-page .services-customization__intro h2,
.services-page .services-customization__intro > p {
  color: #fff;
}

.services-page .services-customization__intro > p {
  color: rgb(255 255 255 / .76);
}

.services-page .services-customization__intro > a {
  min-height: 0;
  margin-top: 26px;
  border-bottom: 1px solid rgb(255 255 255 / .45);
  padding-bottom: 8px;
  color: #fff;
}

.services-page .services-customization__list {
  gap: 0 28px;
}

.services-page .services-customization__list li {
  min-height: 142px;
  align-items: flex-start;
  border: 0;
  border-bottom: 1px solid var(--services-line);
  border-radius: 0;
  background: transparent;
  padding: 24px 0;
}

.services-page .services-customization__list > li > .material-symbols-outlined {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border: 1px solid rgb(11 75 54 / .18);
  border-radius: 50%;
  background: #fff;
  color: var(--services-green);
  font-size: 21px !important;
}

.services-page .services-customization__list h3 {
  margin-top: 0;
}

.services-page .services-process {
  padding: clamp(68px, 8vw, 96px) 0;
  background: #FFFBF5;
  text-align: center;
}

.services-page .services-process__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid var(--services-line);
  border-bottom: 1px solid var(--services-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.services-page .services-process__list li {
  position: relative;
  min-height: 218px;
  padding: 28px 22px;
}

.services-page .services-process__list li + li {
  border-left: 0;
}

.services-page .services-process__list li + li::before {
  position: absolute;
  top: 48px;
  left: -25%;
  width: 50%;
  border-top: 1px solid rgb(183 134 67 / .5);
  content: "";
}

.services-page .services-process__step {
  display: block;
  margin-bottom: 10px;
  color: var(--services-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.services-page .services-process__list > li > .material-symbols-outlined {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin-inline: auto;
  border: 1px solid rgb(11 75 54 / .2);
  border-radius: 50%;
  background: #FFFBF5;
  color: var(--services-green);
  font-size: 22px !important;
}

.services-page .services-process__list h3 {
  margin-top: 16px;
}

.services-page .services-process__link {
  margin-top: 24px;
  color: var(--services-green);
}

.services-page .services-faq {
  padding: clamp(68px, 8vw, 96px) 0;
  background: #fff;
}

.services-page .services-faq__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
}

.services-page .services-faq__item {
  border: 0;
  border-top: 1px solid var(--services-line);
  border-bottom: 1px solid var(--services-line);
  border-radius: 0;
  background: transparent;
}

.services-page .services-faq__item summary {
  min-height: 68px;
  padding: 16px 0;
  color: var(--services-ink);
  font-size: 15px;
}

.services-page .services-faq__item summary .material-symbols-outlined {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(11 75 54 / .18);
  border-radius: 50%;
  background: transparent;
  color: var(--services-green);
  font-size: 19px !important;
}

.services-page .services-faq__item > div {
  border-top: 1px solid var(--services-line);
  padding: 16px 0 20px;
}

.services-page .services-faq__item p {
  color: var(--services-muted);
  font-size: 14px;
  line-height: 1.65;
}

.services-page .services-cta {
  padding: 24px 0 clamp(72px, 8vw, 104px);
  background: #FFFBF5;
}

.services-page .services-cta__panel {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  border-radius: 18px;
  background: var(--services-green);
  box-shadow: none;
  padding: clamp(30px, 5vw, 52px);
}

.services-page .services-cta__panel .info-eyebrow {
  color: #d9b77c;
}

.services-page .services-cta__panel h2 {
  max-width: 620px;
  color: #fff;
}

.services-page .services-cta__panel p:not(.info-eyebrow) {
  max-width: 650px;
  color: rgb(255 255 255 / .76);
}

.services-page .services-cta__panel > a {
  min-height: 52px;
  border: 1px solid rgb(255 255 255 / .28);
  border-radius: 12px;
  background: #fff;
  color: var(--services-green);
  transition: background-color 160ms ease, transform 160ms ease;
}

.services-page .services-cta__panel > a:hover {
  background: #eaf2ee;
}

.services-page .services-cta__panel > a img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(18%) saturate(1383%) hue-rotate(99deg) brightness(93%) contrast(94%);
}

.services-page a:focus-visible,
.services-page summary:focus-visible {
  outline: 3px solid rgb(183 134 67 / .42);
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .services-page .services-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
    gap: 30px;
  }

  .services-page .services-capabilities__list,
  .services-page .services-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-page .services-capabilities__list li:nth-child(3),
  .services-page .services-process__list li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--services-line);
  }

  .services-page .services-capabilities__list li:nth-child(4),
  .services-page .services-process__list li:nth-child(4) {
    border-top: 1px solid var(--services-line);
  }

  .services-page .services-process__list li:nth-child(n + 3)::before {
    display: none;
  }

  .services-page .services-customization__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .services-page .info-shell,
  .services-page .services-shell {
    width: min(calc(100% - 32px), 680px);
  }

  .services-page .info-hero {
    padding: 44px 0 60px;
  }

  .services-page .services-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .services-page .info-hero h1 {
    font-size: clamp(2.5rem, 9.5vw, 3.35rem);
  }

  .services-page .services-hero__picture {
    border-radius: 16px;
  }

  .services-page .services-capabilities__list,
  .services-page .services-process__list,
  .services-page .services-audiences__list,
  .services-page .services-faq__list {
    grid-template-columns: 1fr;
  }

  .services-page .services-capabilities__list li,
  .services-page .services-process__list li {
    min-height: 0;
  }

  .services-page .services-capabilities__list li + li,
  .services-page .services-capabilities__list li:nth-child(3),
  .services-page .services-process__list li + li,
  .services-page .services-process__list li:nth-child(3) {
    border-top: 1px solid var(--services-line);
    border-left: 0;
  }

  .services-page .services-process__list li + li::before {
    display: none;
  }

  .services-page .services-audiences__list {
    gap: 0;
  }

  .services-page .services-audiences__list li + li {
    border-top: 0;
  }

  .services-page .services-customization__list {
    grid-template-columns: 1fr;
  }

  .services-page .services-cta__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .services-page .info-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-page .info-button,
  .services-page .services-cta__panel > a {
    width: 100%;
  }

  .services-page .services-proof__list,
  .services-page .services-capabilities__list,
  .services-page .services-process__list {
    grid-template-columns: 1fr;
  }

  .services-page .services-proof__list li {
    justify-content: flex-start;
  }

  .services-page .services-proof__list li + li,
  .services-page .services-proof__list li:nth-child(3),
  .services-page .services-capabilities__list li + li,
  .services-page .services-process__list li + li {
    border-top: 1px solid var(--services-line);
    border-left: 0;
  }

  .services-page .services-customization__intro,
  .services-page .services-cta__panel {
    padding: 30px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page *,
  .services-page *::before,
  .services-page *::after {
    transition: none !important;
  }
}

/* Keep the service page headings aligned with the homepage hierarchy. */
.services-page .services-section-heading h2,
.services-page .info-heading h2,
.services-page .info-customization__intro h2,
.services-page .info-cta__panel h2 {
  font-weight: 700;
}
