/* Hallmark · pre-emit critique: P4 H4 E4 S4 R4 V4 · genre: corporate-reference · macrostructure: Service Matrix · tone: exacting · anchor hue: blue · theme: screenshot-match · enrichment: Tier-C generated services hero · nav: N5 · footer: Ft2 · contrast: pass · mobile: pass */
@import url("./about.css");

.services-page .page {
  background: var(--color-surface);
}

.services-page .nav-links a[aria-current="page"] {
  position: relative;
  color: var(--color-blue);
}

.services-page .nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--color-blue);
}

.services-page .top-strip__group,
.services-page .tiny-link {
  min-width: 0;
}

.services-page .tiny-link {
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-hero {
  position: relative;
  min-height: 292px;
  overflow: clip;
  color: var(--color-surface);
  background: var(--color-navy);
}

.services-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--color-navy) 0%, color-mix(in oklch, var(--color-navy) 86%, transparent) 33%, transparent 68%),
    linear-gradient(180deg, color-mix(in oklch, var(--color-navy) 16%, transparent), color-mix(in oklch, var(--color-navy) 12%, transparent));
}

.services-hero__inner {
  position: relative;
  z-index: var(--z-base);
  min-height: 292px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
}

.services-hero__copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.1vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.services-hero__copy h1 span {
  color: var(--color-blue);
}

.services-hero__copy p {
  max-width: 58ch;
  margin: var(--space-md) 0 0;
  color: var(--color-hero-muted);
  font-size: var(--text-md);
  font-weight: 650;
}

.services-hero__label {
  justify-self: center;
  margin-left: clamp(9rem, 17vw, 18rem);
  width: 250px;
  aspect-ratio: 1.15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  color: var(--color-surface);
  font-family: var(--font-wordmark);
  font-size: var(--text-lg);
  font-weight: 900;
  line-height: 0.92;
  text-align: center;
  text-shadow: 0 0 18px color-mix(in oklch, var(--color-cyan) 82%, transparent);
}

.services-hero__label span {
  display: block;
}

.service-overview {
  padding-block: var(--space-lg) var(--space-xl);
  text-align: center;
}

.service-overview > .eyebrow {
  margin-bottom: 0;
  font-size: var(--text-sm);
}

.service-overview h2,
.choose-services h2,
.process-services h2 {
  margin: var(--space-2xs) 0 var(--space-sm);
  color: var(--color-ink);
  font-size: var(--text-xl);
  line-height: 1.12;
  letter-spacing: 0;
}

.service-overview > p:not(.eyebrow) {
  margin: 0 auto var(--space-lg);
  max-width: 86ch;
  color: var(--color-ink);
  font-size: var(--text-sm);
  font-weight: 650;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
  text-align: left;
}

.service-detail-card {
  display: grid;
  align-content: start;
  min-height: 296px;
  padding: var(--space-xl);
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: 0 14px 30px color-mix(in oklch, var(--color-shadow) 38%, transparent);
}

.service-detail-card__head {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: var(--space-md);
  align-items: center;
}

.service-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--color-blue);
  background: var(--color-blue-soft);
}

.service-icon svg {
  width: 56px;
  height: 56px;
}

.service-detail-card--whatsapp .service-icon {
  color: var(--color-green-strong);
  background: transparent;
}

.service-detail-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--text-md);
  line-height: 1.22;
}

.service-detail-card p {
  margin: var(--space-md) 0 var(--space-lg);
  color: var(--color-ink);
  font-size: var(--text-sm);
  font-weight: 650;
}

.service-detail-card ul {
  display: grid;
  gap: var(--space-xs);
  margin: 0 0 var(--space-md);
  padding: 0;
  list-style: none;
  color: var(--color-ink);
  font-size: var(--text-xs);
  font-weight: 700;
}

.service-detail-card li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-xs);
  align-items: start;
}

.service-detail-card li svg {
  width: 15px;
  height: 15px;
  color: var(--color-blue);
  margin-top: 2px;
}

.service-detail-card a {
  margin-top: auto;
  color: var(--color-blue);
  font-size: var(--text-sm);
  font-weight: 900;
}

.choose-services {
  padding: var(--space-lg) var(--space-xl);
  border: var(--rule-hair) solid var(--color-rule);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--color-surface), var(--color-blue-soft));
  box-shadow: 0 16px 34px color-mix(in oklch, var(--color-shadow) 32%, transparent);
}

.choose-services h2,
.process-services h2 {
  text-align: center;
  color: var(--color-blue-strong);
}

.choose-services__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-lg);
}

.choose-services article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-md);
  align-items: center;
}

.choose-services svg {
  width: 58px;
  height: 58px;
  color: var(--color-blue);
}

.choose-services h3 {
  margin: 0 0 var(--space-2xs);
  font-size: var(--text-sm);
  line-height: 1.15;
}

.choose-services p {
  margin: 0;
  color: var(--color-ink);
  font-size: 0.68rem;
  font-weight: 650;
}

.process-services {
  padding-block: var(--space-xl);
}

.process-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--space-lg);
}

.process-track article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-track article:not(:last-child)::after {
  content: "····→";
  position: absolute;
  left: calc(100% - var(--space-sm));
  top: 40px;
  color: var(--color-blue);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: var(--space-sm);
  border-radius: 50%;
  color: var(--color-blue);
  background: var(--color-blue-soft);
}

.process-icon svg {
  width: 56px;
  height: 56px;
}

.process-icon--green {
  color: var(--color-green-strong);
}

.process-track small {
  color: var(--color-ink);
  font-size: var(--text-xs);
  font-weight: 900;
}

.process-track h3 {
  margin: var(--space-2xs) 0;
  font-size: var(--text-xs);
  line-height: 1.16;
}

.process-track p {
  margin: 0;
  color: var(--color-ink);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.35;
}

.services-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--space-xl);
  align-items: center;
  min-height: 112px;
  margin-bottom: var(--space-md);
  padding: var(--space-lg) var(--space-xl);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 50%, color-mix(in oklch, var(--color-cyan) 38%, transparent), transparent 18%),
    linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-2) 100%);
  color: var(--color-surface);
  overflow: hidden;
}

.services-cta__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--color-cyan);
}

.services-cta__icon svg {
  width: 66px;
  height: 66px;
}

.services-cta h2 {
  margin: 0;
  font-size: var(--text-lg);
  line-height: 1.15;
}

.services-cta p {
  margin: var(--space-xs) 0 0;
  color: var(--color-hero-muted);
  font-size: var(--text-sm);
  font-weight: 650;
}

.services-cta__actions {
  display: flex;
  gap: var(--space-md);
}

.services-cta .btn svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1180px) {
  .services-page .nav-links a[aria-current="page"]::after {
    display: none;
  }

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

  .choose-services__grid,
  .process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-track article::after {
    display: none;
  }

  .services-cta {
    grid-template-columns: auto 1fr;
  }

  .services-cta__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .services-page .top-strip__group:first-child .tiny-link:nth-child(2) {
    display: none;
  }

  .services-hero,
  .services-hero__inner {
    min-height: 450px;
  }

  .services-hero > img {
    object-position: 63% center;
  }

  .services-hero::after {
    background:
      linear-gradient(180deg, color-mix(in oklch, var(--color-navy) 98%, transparent) 0%, color-mix(in oklch, var(--color-navy) 78%, transparent) 56%, color-mix(in oklch, var(--color-navy) 18%, transparent) 100%);
  }

  .services-hero__inner,
  .service-detail-grid,
  .choose-services__grid,
  .process-track,
  .services-cta {
    grid-template-columns: 1fr;
  }

  .services-hero__inner {
    align-content: start;
    padding-block: var(--space-xl);
  }

  .services-hero__copy,
  .services-hero__copy h1,
  .services-hero__copy p,
  .service-overview,
  .service-detail-card,
  .choose-services,
  .process-services,
  .services-cta,
  .services-cta > * {
    min-width: 0;
  }

  .services-hero__copy h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    overflow-wrap: anywhere;
  }

  .services-hero__copy p,
  .service-overview > p:not(.eyebrow),
  .service-detail-card p,
  .service-detail-card li,
  .choose-services p,
  .process-track p,
  .services-cta p {
    max-width: 28ch;
    overflow-wrap: anywhere;
  }

  .service-overview h2,
  .choose-services h2,
  .process-services h2 {
    max-width: 18ch;
    margin-inline: auto;
    overflow-wrap: anywhere;
  }

  .services-hero__label {
    justify-self: start;
    margin: var(--space-lg) 0 0;
    width: 168px;
    font-size: var(--text-md);
  }

  .service-overview h2,
  .choose-services h2,
  .process-services h2 {
    font-size: var(--text-lg);
  }

  .service-detail-card,
  .choose-services,
  .services-cta {
    padding: var(--space-lg);
  }

  .service-detail-card__head,
  .choose-services article {
    grid-template-columns: 1fr;
  }

  .service-icon,
  .process-icon {
    width: 68px;
    height: 68px;
  }

  .service-icon svg,
  .process-icon svg {
    width: 50px;
    height: 50px;
  }

  .process-track {
    gap: var(--space-xl);
  }

  .services-cta__actions {
    display: grid;
  }
}

@media (max-width: 420px) {
  .services-hero,
  .services-hero__inner {
    min-height: 420px;
  }

  .service-overview {
    padding-inline: 0;
  }
}
