:root {
  --service-ink: #06101f;
  --service-navy: #061631;
  --service-blue: #0b294d;
  --service-yellow: #ffca14;
  --service-paper: #f5f5f2;
  --service-line: #ccd6e0;
  --service-muted: #5d6f82;
}

.service-page-body {
  background: var(--service-paper);
  color: var(--service-ink);
}

.service-page-body .site-header {
  position: sticky;
  top: 0;
}

.service-page-body .site-nav a.active {
  color: #fff;
}

.service-main {
  min-height: 70vh;
}

.service-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #020d1c 0%, #071a31 58%, #10385f 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: linear-gradient(rgba(121, 161, 197, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(121, 161, 197, .12) 1px, transparent 1px);
  background-size: 48px 48px;
}

.service-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
  min-height: 650px;
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(72px, 8vw, 118px);
}

.service-hero-shell--single {
  grid-template-columns: minmax(0, 920px);
  min-height: 560px;
}

.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  color: #93a9bd;
  font: 800 12px/1.35 Bahnschrift, "Arial Narrow", Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.service-breadcrumb a {
  color: #c9d6e2;
}

.service-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #bdcad7;
  font: 850 12px/1.35 Bahnschrift, "Arial Narrow", Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--service-yellow);
}

.service-hero h1 {
  max-width: 760px;
  margin: 0;
  font: 720 clamp(46px, 5.4vw, 80px)/.98 Arial, sans-serif;
  letter-spacing: -.055em;
}

.service-hero h1 span {
  display: block;
  color: var(--service-yellow);
}

.service-hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #b8c7d5;
  font: 400 clamp(17px, 1.35vw, 21px)/1.72 "Segoe UI", Arial, sans-serif;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.service-hero-actions .button {
  min-height: 56px;
}

.service-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(157, 188, 216, .38);
  border-radius: 18px;
  background: #06182d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.service-visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.service-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(1, 11, 25, .82));
  pointer-events: none;
}

.service-visual-note {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.service-visual-note strong {
  max-width: 380px;
  font: 720 21px/1.2 Arial, sans-serif;
}

.service-visual-note small {
  color: var(--service-yellow);
  font: 850 10px/1.3 Bahnschrift, "Arial Narrow", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-section {
  padding: clamp(72px, 8vw, 120px) 0;
}

.service-section + .service-section {
  border-top: 1px solid var(--service-line);
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.service-section-label {
  margin: 0 0 16px;
  color: #8d6900;
  font: 850 12px/1.35 Bahnschrift, "Arial Narrow", Arial, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-section h2 {
  max-width: 760px;
  margin: 0;
  font: 720 clamp(34px, 4vw, 58px)/1.04 Arial, sans-serif;
  letter-spacing: -.045em;
}

.service-copy p {
  margin: 0 0 22px;
  color: var(--service-muted);
  font: 400 18px/1.82 "Segoe UI", Arial, sans-serif;
}

.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}

.service-fact,
.service-scope-card,
.service-faq details {
  border: 1px solid var(--service-line);
  border-radius: 14px;
  background: #fff;
}

.service-fact {
  min-height: 148px;
  padding: 24px;
}

.service-fact span {
  display: block;
  margin-bottom: 22px;
  color: #a77c00;
  font-size: 12px;
  font-weight: 900;
}

.service-fact strong {
  display: block;
  font: 720 19px/1.32 Arial, sans-serif;
}

.service-dark {
  background: var(--service-navy);
  color: #fff;
}

.service-dark .service-section-label {
  color: var(--service-yellow);
}

.service-dark h2 {
  max-width: 850px;
}

.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.service-scope-card {
  padding: 30px;
  border-color: rgba(160, 187, 213, .28);
  background: rgba(7, 32, 59, .78);
}

.service-scope-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 202, 20, .55);
  border-radius: 8px;
  color: var(--service-yellow);
  font-size: 11px;
  font-weight: 900;
}

.service-scope-card h3 {
  margin: 0 0 14px;
  font: 720 23px/1.2 Arial, sans-serif;
}

.service-scope-card p {
  margin: 0;
  color: #aebfd0;
  font: 400 16px/1.7 "Segoe UI", Arial, sans-serif;
}

.service-faq {
  max-width: 950px;
  margin: 48px auto 0;
}

.service-faq details {
  margin-bottom: 12px;
  padding: 0 24px;
}

.service-faq summary {
  cursor: pointer;
  padding: 24px 30px 24px 0;
  font: 720 18px/1.4 Arial, sans-serif;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  content: "+";
  float: right;
  color: #947000;
  font-size: 24px;
}

.service-faq details[open] summary::after {
  content: "–";
}

.service-faq p {
  max-width: 820px;
  margin: -4px 0 24px;
  color: var(--service-muted);
  font: 400 16px/1.72 "Segoe UI", Arial, sans-serif;
}

.service-cta {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--service-yellow);
  background: linear-gradient(110deg, #061426 0%, #081a30 72%, #0b2039 100%);
  color: #f7f9fc;
}

.service-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 202, 20, .12);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.service-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  padding-top: 56px;
  padding-bottom: 56px;
}

.service-cta h2 {
  max-width: 790px;
  margin: 0;
  font: 700 clamp(30px, 3.2vw, 46px)/1.08 Arial, sans-serif;
  letter-spacing: -.035em;
}

.service-cta h2::before {
  content: "Próximo passo";
  display: block;
  margin-bottom: 14px;
  color: var(--service-yellow);
  font: 850 10px/1.3 Bahnschrift, "Arial Narrow", Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.service-cta .button {
  min-height: 52px;
  border-color: var(--service-yellow);
  background: var(--service-yellow);
  color: #06101f;
  box-shadow: none;
}

.service-cta .button:hover {
  border-color: #ffe06d;
  background: #ffe06d;
}

@media (max-width: 980px) {
  .service-hero-shell,
  .service-intro-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-shell {
    min-height: 0;
  }

  .service-visual {
    min-height: 390px;
  }

  .service-visual img {
    min-height: 390px;
  }

  .service-facts,
  .service-scope-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .service-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .service-hero-shell {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .service-visual,
  .service-visual img {
    min-height: 320px;
  }

  .service-visual-note {
    display: block;
  }

  .service-visual-note small {
    display: block;
    margin-top: 8px;
  }

  .service-facts,
  .service-scope-grid {
    grid-template-columns: 1fr;
  }

  .service-fact {
    min-height: 0;
  }

  .service-page-body .site-footer {
    margin-top: 0;
  }

  .service-cta-inner {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .service-cta .button {
    width: fit-content;
  }
}
