/* Landing de serviços — sistema editorial Nuvemshop */
body.dp-service {
  --service-wide: 1240px;
  --service-space: clamp(78px, 8vw, 118px);
  background: var(--bg);
}

body.dp-service main { display: block; overflow: hidden; }
body.dp-service main strong { color: var(--ink); font-weight: 750; }
body.dp-service main em { color: var(--ink-soft); }

body.dp-service main a:not([class*="button"]):not(.dp-flow) {
  color: var(--accent-dark);
  text-decoration-color: rgba(32, 59, 197, 0.32);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.dp-service main a:not([class*="button"]):not(.dp-flow):hover {
  color: var(--accent-ink);
  text-decoration-color: currentColor;
}

/* O conteúdo nunca depende de animação para aparecer. */
body.dp-service .reveal,
body.dp-service .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Hero */
.service-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100dvh - var(--header-height)));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 86% 18%, rgba(49, 84, 245, 0.11), transparent 28%), linear-gradient(180deg, #f8f9fd, var(--bg));
}

.service-hero::before,
.service-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  border: 1px solid rgba(49, 84, 245, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.service-hero::before {
  top: 74px;
  right: max(-80px, calc((100vw - var(--container)) / 2 - 100px));
  width: clamp(310px, 35vw, 520px);
}

.service-hero::after {
  top: 152px;
  right: max(-20px, calc((100vw - var(--container)) / 2 - 28px));
  width: clamp(190px, 23vw, 340px);
  background: rgba(255, 255, 255, 0.34);
}

.service-hero > div:first-child { display: none; }

.service-hero > div:nth-child(2) {
  width: min(calc(100% - 40px), var(--container));
  min-height: min(760px, calc(100dvh - var(--header-height)));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  grid-auto-rows: min-content;
  column-gap: clamp(48px, 7vw, 102px);
  align-content: center;
  margin-inline: auto;
  padding-block: clamp(48px, 6vw, 82px);
}

.service-hero nav[aria-label="Trilha"] {
  grid-column: 1 / -1;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.service-hero nav[aria-label="Trilha"] a {
  color: var(--muted) !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 14px 14px 0;
  margin: -14px 0;
}

.service-hero > div:nth-child(2) > div:first-of-type {
  grid-column: 2;
  grid-row: 2 / span 8;
  align-self: center;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(49, 84, 245, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 28px 18px;
  box-shadow: 0 35px 82px -52px rgba(34, 52, 108, 0.5);
}

.service-hero > div:nth-child(2) > div:first-of-type::before {
  content: "Por que trabalhar direto comigo";
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 18px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-hero > div:nth-child(2) > div:first-of-type > div {
  min-height: 76px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.service-hero > div:nth-child(2) > div:first-of-type > div:last-child { border-bottom: 0; }
.service-hero > div:nth-child(2) > div:first-of-type span { display: none; }
.service-hero .service-review-link {
  color: inherit !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 1;
}
.service-hero .service-review-link:hover { color: var(--accent-dark) !important; }

.service-hero h1 {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  grid-column: 1;
  max-width: 12.5em;
  margin: 0 0 24px;
  font-size: clamp(46px, 5.45vw, 72px) !important;
  line-height: 0.98 !important;
  text-wrap: balance;
}

.service-hero .hl { color: var(--accent); }

.service-hero > div:nth-child(2) > p,
.service-hero > div:nth-child(2) > div:not(:first-of-type) { grid-column: 1; }

.service-hero > div:nth-child(2) > p {
  max-width: 660px;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.55vw, 19px);
  line-height: 1.66;
}

.service-hero > div:nth-child(2) > p:last-child {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 650;
}

.service-hero > div:nth-child(2) > div:not(:first-of-type),
.service-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.service-hero a[href^="https://wa.me/"],
.service-cta a[href^="https://wa.me/"],
.dp-flow {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: #fff !important;
  padding: 15px 25px;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 18px 42px -22px rgba(49, 84, 245, 0.88);
  transition: transform 220ms var(--ease), background-color 220ms ease, border-color 220ms ease;
}

.service-hero a[href^="https://wa.me/"]:hover,
.service-cta a[href^="https://wa.me/"]:hover { transform: translateY(-2px); background: var(--accent-dark) !important; }

.dp-flow { border-color: var(--line-strong); background: var(--surface); color: var(--ink) !important; box-shadow: none; }
.dp-flow:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent-dark) !important; }
.dp-flow .dp-arr, .dp-flow .dp-circle { display: none; }
.dp-flow .dp-txt { white-space: nowrap; }

/* Base de seções */
.service-section { position: relative; width: 100%; padding: var(--service-space) max(20px, calc((100vw - var(--service-wide)) / 2)); }
.service-inner { width: 100%; max-width: var(--service-wide); margin-inline: auto; }
.service-section :is(h2, h3, p, blockquote, cite) { text-wrap: pretty; }

.service-section h2 {
  max-width: 18em;
  margin: 12px 0 24px;
  font-size: clamp(38px, 4.4vw, 58px) !important;
  line-height: 1.02 !important;
}

.service-section h3 { margin: 0 0 13px; font-size: clamp(22px, 2vw, 28px) !important; line-height: 1.16 !important; }

.service-section p {
  max-width: 68ch;
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 1.72;
}

.service-section > span[data-an],
.service-section > .service-inner > span[data-an],
.service-editorial-head > span[data-an] {
  display: inline-block;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }

/* Dores */
.service-pain { background: var(--surface-soft); }
.service-pain h2 { max-width: 15em; margin-bottom: 42px; }

.service-pain .service-grid {
  counter-reset: service-pain;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-block: 1px solid var(--line-strong);
}

.service-pain .service-grid > * { counter-increment: service-pain; grid-column: auto; }

.service-card,
.service-list-card,
.service-step-card {
  min-height: 100%;
  display: block;
  border-right: 1px solid var(--line-strong);
  background: transparent;
  padding: 26px 26px 30px;
}

.service-pain .service-grid > *:last-child { border-right: 0; }

.service-pain .service-card::before {
  content: "0" counter(service-pain);
  display: block;
  margin-bottom: 28px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-card > span, .service-list-row > span { display: none; }
.service-card p, .service-list-card p, .service-step-card p { margin: 0; color: var(--ink); font-size: 15px; font-weight: 650; line-height: 1.58; }

/* Manifesto editorial */
.service-editorial { background: var(--bg); }

.service-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  column-gap: clamp(54px, 8vw, 112px);
  align-items: end;
  padding-bottom: clamp(48px, 6vw, 76px);
}

.service-editorial-head > span, .service-editorial-head > h2 { grid-column: 1; }
.service-editorial-head h2 { max-width: 12.5em; margin-bottom: 0; }

.service-editorial-lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  border-left: 2px solid var(--accent);
  padding-left: 26px;
}

.service-editorial-lead p { margin-bottom: 13px; font-size: 15.5px; line-height: 1.68; }
.service-editorial-lead p:last-child { margin-bottom: 0; }

.service-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); }

.service-editorial-grid article {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(30px, 4vw, 48px);
}

.service-editorial-grid article:nth-child(2n) { border-right: 0; }
.service-editorial-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
.service-editorial-grid article p:last-child { margin-bottom: 0; }

.service-longform:nth-of-type(even) { background: var(--surface-soft); }
.service-stack { display: grid; gap: 12px; margin: 26px 0; }
.service-list-row { display: flex; gap: 15px; border-left: 3px solid rgba(49, 84, 245, 0.28); padding: 12px 0 12px 20px; }
.service-list-row p { margin: 0; font-size: 16px; }

/* Entregáveis */
.service-delivery { background: var(--surface-blue); }
.service-delivery h2 { margin-bottom: 9px; }

.service-panel,
.service-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 84, 245, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.93);
  padding: 10px clamp(24px, 3vw, 38px);
  box-shadow: 0 32px 80px -58px rgba(34, 52, 108, 0.5);
}

.service-grid.service-delivery-grid > span {
  grid-column: auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  padding: 15px 20px 15px 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.45;
}

.service-delivery-grid > span:nth-last-child(-n + 2) { border-bottom: 0; }

.service-delivery-grid > span > span {
  width: 24px;
  height: 24px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-blue);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.service-answer, .service-highlight, .service-local { background: var(--bg); }

.service-answer > .service-inner,
.service-highlight > .service-inner,
.service-local > .service-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  padding: clamp(30px, 5vw, 58px);
  box-shadow: var(--shadow-soft);
}

/* Cases */
.service-proof { background: var(--surface-soft); }
.service-proof h2 { max-width: 15em; margin-bottom: 12px; }
.service-proof > .service-inner > p { margin-bottom: 40px; }

.service-proof .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 0; }
.service-proof .service-grid > *, .service-proof .service-grid > :nth-child(n), .service-proof .service-grid > :last-child:nth-child(3) { grid-column: auto; }

.service-proof .dp-cc,
.service-case-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  color: var(--ink) !important;
  text-decoration: none !important;
  box-shadow: 0 28px 68px -56px rgba(29, 42, 83, 0.58);
  transition: transform 220ms var(--ease), border-color 220ms ease, box-shadow 220ms ease;
}

.service-proof .dp-cc:hover, .service-case-card:hover {
  transform: translateY(-5px);
  border-color: rgba(49, 84, 245, 0.32);
  box-shadow: 0 34px 72px -50px rgba(29, 42, 83, 0.68);
}

.service-proof .dp-cc-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  background: #f8f9fc;
  padding: 0 11px;
}

.service-proof .dp-cc-bar .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); }

.service-proof .dp-cc-bar .dom {
  overflow: hidden;
  margin-left: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-proof .dp-cc-janela { flex: 0 0 auto; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--surface-soft); }
.service-proof .dp-cc-janela img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.service-proof .dp-cc-body, .service-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px 22px 24px; }

.service-proof .dp-cc-title,
.service-proof .service-case-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 19px !important;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.service-proof .dp-cc-desc, .service-proof .service-case-card p { margin: 0 0 18px; color: var(--ink-soft); font-size: 13.5px; line-height: 1.58; }
.service-proof .dp-cc-link, .service-proof .service-case-card a { margin-top: auto; color: var(--accent-dark) !important; font-size: 12.5px; font-weight: 800; text-decoration: none !important; }
.service-proof .dp-cc-actions { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: auto; }
.service-proof .dp-cc-actions a { display: inline-flex; min-height: 44px; align-items: center; color: var(--accent-dark) !important; font-size: 12.5px; font-weight: 800; text-decoration: none !important; }
.service-proof .dp-cc-actions a:last-child { color: var(--ink-soft) !important; }
.service-proof .dp-cc-actions a:hover { text-decoration: underline !important; text-underline-offset: 4px; }
.service-case-image { width: 100%; height: 210px !important; object-fit: cover; object-position: top center; }
.service-proof blockquote { margin: 18px 0 12px; color: var(--ink-soft); font-size: 15px; font-style: italic; line-height: 1.62; }
.service-proof cite { display: block; margin-bottom: 18px; color: var(--ink); font-size: 12.5px; font-style: normal; font-weight: 800; }

/* Planos */
.service-pricing { background: var(--bg); }
.service-pricing h2 { margin-bottom: 12px; }
.service-pricing > .service-inner > p:first-of-type { max-width: 72ch; margin-bottom: 42px; }

.service-pricing .service-stack {
  gap: 0;
  overflow: hidden;
  margin: 0 0 24px;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 32px 80px -66px rgba(38, 52, 91, 0.68);
}

.service-pricing > .service-inner > .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-pricing > .service-inner > .service-grid > * { grid-column: auto; }

.service-plan-row, .service-plan-card, .service-subpanel {
  border: 1px solid var(--line);
  border-radius: var(--radius-media);
  background: var(--surface);
  padding: clamp(22px, 3vw, 30px);
}

.service-pricing .service-plan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.32fr);
  align-items: center;
  gap: 24px 48px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 28px 32px;
}

.service-pricing .service-plan-row:nth-child(2) {
  border-left: 5px solid var(--accent);
  background: linear-gradient(90deg, rgba(49, 84, 245, 0.07), rgba(49, 84, 245, 0.015));
  padding-left: 27px;
}

.service-pricing .service-plan-row:last-child { border-bottom: 0; }
.service-plan-row > div:first-child > div:first-child { color: var(--ink); font-size: 17px; font-weight: 800; line-height: 1.4; }

.service-plan-row > div:first-child > div:first-child span {
  display: inline-flex;
  margin-left: 8px;
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: #fff;
  padding: 4px 9px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
}

.service-plan-row > div:first-child > div:last-child { max-width: 68ch; margin-top: 8px; color: var(--muted); font-size: 13.5px; line-height: 1.58; }
.service-plan-row > div:last-child { text-align: right; }
.service-plan-row > div:last-child > div:last-child { margin-top: 5px; color: var(--muted); font-size: 11.5px; line-height: 1.4; }
.service-price { color: var(--ink); font-size: clamp(28px, 3vw, 38px); font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; }
.service-price span { font-size: 14px; letter-spacing: 0; }
.service-badge { display: inline-flex; border-radius: var(--radius-pill); background: var(--surface-blue); color: var(--accent-dark); padding: 5px 9px; font-size: 11px; font-weight: 800; }
.service-plan-card.is-featured { border-color: var(--accent); background: var(--surface-blue); }
.service-plan-card h3 { margin-top: 0; font-size: 19px !important; }
.service-plan-card p { margin-bottom: 10px; font-size: 14px; line-height: 1.58; }
.service-pricing h3 { margin: 56px 0 18px; }

.service-subpanel { border-color: rgba(49, 84, 245, 0.16); background: var(--surface-blue); padding: 28px 32px; }
.service-subpanel .service-plan-line { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; color: var(--ink); font-size: 17px; font-weight: 800; }
.service-subpanel p { max-width: 72ch; margin: 16px 0 0; font-size: 14px; }
.service-pricing > .service-inner > .service-actions { justify-content: space-between; margin-top: 32px; }
.service-pricing > .service-inner > .service-actions > span { max-width: 62ch; color: var(--muted); font-size: 12.5px; line-height: 1.55; }

/* Grade atual de planos — mesma estrutura e conteúdo da Home. */
.service-pricing-heading {
  margin-bottom: 42px;
}

.service-pricing-heading h2 {
  margin-bottom: 12px;
}

.service-pricing-heading p {
  max-width: 62ch;
  margin: 0;
}

.service-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.service-pricing-quickcompare {
  display: none;
}

@media (max-width: 640px) {
  .service-pricing-quickcompare {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
  }

  .service-pricing-quickcompare a {
    display: grid;
    justify-items: center;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    padding: 10px 6px;
    text-align: center;
    text-decoration: none;
    scroll-margin-top: calc(var(--header-height, 72px) + 18px);
  }

  .service-pricing-quickcompare a.is-featured {
    border: 2px solid var(--accent);
  }

  .service-pricing-quickcompare__name {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .service-pricing-quickcompare__price {
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .service-pricing-quickcompare__meta {
    color: var(--ink-soft);
    font-size: 11.5px;
    font-weight: 600;
  }
}

.service-plan {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 22px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  padding: clamp(28px, 2.8vw, 36px);
}

.service-plan--pro {
  border: 2px solid var(--accent);
  box-shadow: 0 20px 48px -28px rgba(49, 84, 245, 0.45);
}

.service-plan-header {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 188px;
}

.service-plan-name-row {
  display: flex;
  min-height: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
}

.service-pricing .service-plan h3 {
  margin: 0;
  color: var(--ink);
  font-size: 12.5px !important;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.25;
}

.service-plan-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.service-plan-price {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.05rem, 8vw, 3.2rem) !important;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1 !important;
}

.service-plan-price__prefix {
  margin-right: 0.14em;
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: 0.44em;
  color: var(--ink-soft);
}

.service-plan-price-alt {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 700;
}

.service-plan-subtitle {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.5px !important;
  font-weight: 650;
  line-height: 1.55 !important;
  text-wrap: pretty;
}

.service-plan-body {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.service-plan-lead {
  margin: 0;
  color: var(--ink);
  font-size: 13.5px !important;
  font-weight: 800;
  line-height: 1.5 !important;
}

.service-plan-lead--empty {
  visibility: hidden;
}

.service-plan-list {
  display: grid;
  align-content: start;
  gap: 11px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-plan-list li {
  position: relative;
  min-width: 0;
  color: var(--ink-soft);
  padding-left: 17px;
  font-size: 13.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.service-plan-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--accent);
}

.service-plan-details {
  display: grid;
  align-content: start;
  gap: 11px;
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.service-plan-details p {
  min-width: 0;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.service-plan-details .service-plan-deadline {
  color: var(--ink);
  font-weight: 800;
}

.service-plan-details .service-plan-exclusions {
  color: var(--muted);
  font-size: 12px !important;
}

.service-plan .button {
  width: 100%;
  min-height: 56px;
  align-self: end;
  padding-inline: 18px;
  white-space: normal;
}

.service-pricing-terms {
  display: grid;
  gap: 9px;
  margin-top: 30px;
  border-top: 1px solid var(--line-strong);
  padding-top: 24px;
}

.service-pricing-terms p {
  max-width: 112ch;
  margin: 0;
  color: var(--muted);
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  text-wrap: pretty;
}

@media (max-width: 1179px) {
  .service-pricing-grid {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .service-plan-header {
    min-height: 0;
  }
}

/* FAQ */
.service-faq { padding-inline: max(20px, calc((100vw - 900px) / 2)); background: var(--surface-soft); }
.service-faq h2 { margin: 0 auto 36px; text-align: center; }
.service-faq .service-stack, .service-faq > div:not(.service-inner), .service-faq > .service-inner > div { display: grid; gap: 10px; }

.service-faq details {
  overflow: hidden;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  background: var(--surface) !important;
  padding-inline: clamp(19px, 3vw, 28px);
  box-shadow: none !important;
}

.service-faq summary {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 16px 52px 16px 0;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

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

.service-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--surface-blue);
  color: var(--accent-dark);
  font-size: 20px;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease;
}

.service-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--accent); color: #fff; }
.service-faq details p { max-width: 70ch; margin: 0; border-top: 1px solid var(--line); padding: 18px 0 24px; color: var(--ink-soft); font-size: 15px; line-height: 1.68; }

/* CTA final */
.service-cta { background: var(--bg); padding-inline: max(20px, calc((100vw - 1040px) / 2)); }

.service-cta > .service-inner,
.service-cta > div {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  padding: clamp(42px, 7vw, 78px);
  color: #fff;
  box-shadow: 0 42px 96px -62px rgba(12, 15, 20, 0.7);
}

.service-cta > .service-inner::after,
.service-cta > div::after {
  content: "";
  position: absolute;
  right: clamp(-120px, -8vw, -70px);
  bottom: clamp(-140px, -8vw, -80px);
  width: clamp(250px, 31vw, 430px);
  aspect-ratio: 1;
  border: 48px solid rgba(49, 84, 245, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.service-cta h2 { position: relative; z-index: 1; max-width: 14em; margin: 0 0 20px; color: #fff !important; font-size: clamp(40px, 5vw, 62px) !important; }
.service-cta p, .service-cta a { position: relative; z-index: 1; }
.service-cta p { max-width: 54ch; color: #d8deea; font-size: 17.5px; }
.service-cta p:last-child { margin: 17px 0 0; color: #aeb8c8; font-size: 12.5px; }

.service-related { border-top: 1px solid var(--line); background: var(--bg); padding: 34px max(20px, calc((100vw - var(--container)) / 2)); }
.service-related > div { width: 100%; }
.service-related p { margin: 0 0 13px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.service-related > div > div { display: flex; flex-wrap: wrap; gap: 8px; }

.service-related a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--ink-soft) !important;
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 750;
  text-decoration: none !important;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms var(--ease);
}

.service-related a:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent-dark) !important; }

@media (max-width: 980px) {
  .service-hero, .service-hero > div:nth-child(2) { min-height: auto; }
  .service-hero > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-block: 52px 74px;
  }

  .service-hero nav[aria-label="Trilha"] { order: 0; }
  .service-hero h1 { order: 1; }
  .service-hero > div:nth-child(2) > p:not(:last-child) { order: 2; }
  .service-hero > div:nth-child(2) > div:not(:first-of-type) { order: 3; }
  .service-hero > div:nth-child(2) > p:last-child { order: 4; }
  .service-hero > div:nth-child(2) > div:first-of-type { order: 5; }

  .service-hero nav[aria-label="Trilha"],
  .service-hero h1,
  .service-hero > div:nth-child(2) > p,
  .service-hero > div:nth-child(2) > div:not(:first-of-type) { grid-column: 1; }

  .service-hero > div:nth-child(2) > div:first-of-type {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    padding: 14px 24px;
  }

  .service-hero > div:nth-child(2) > div:first-of-type::before { grid-column: 1 / -1; }

  .service-hero > div:nth-child(2) > div:first-of-type > div {
    min-height: 68px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    padding: 0 18px;
  }

  .service-hero > div:nth-child(2) > div:first-of-type > div:first-of-type { padding-left: 0; }
  .service-hero > div:nth-child(2) > div:first-of-type > div:last-child { border-right: 0; padding-right: 0; }
  .service-hero h1 { max-width: 14em; font-size: clamp(44px, 8vw, 66px) !important; }
  .service-hero h1,
  .service-hero p,
  .service-hero .service-actions { min-width: 0; max-width: 100%; }
  .service-pain .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-pain .service-grid > *:nth-child(2) { border-right: 0; }
  .service-pain .service-grid > *:nth-child(-n + 2) { border-bottom: 1px solid var(--line-strong); }

  .service-editorial-head { grid-template-columns: 1fr; row-gap: 26px; }
  .service-editorial-head > span, .service-editorial-head > h2, .service-editorial-lead { grid-column: 1; grid-row: auto; }
  .service-editorial-head h2 { max-width: 15em; }
  .service-editorial-lead { max-width: 68ch; }

  .service-proof .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-proof .service-grid > :last-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(270px, 0.88fr); }
  .service-proof .service-grid > :last-child .dp-cc-bar { grid-column: 1 / -1; }
  .service-proof .service-grid > :last-child .dp-cc-janela { aspect-ratio: 16 / 10; border-right: 1px solid var(--line); border-bottom: 0; }

  .service-pricing .service-plan-row { grid-template-columns: 1fr; gap: 18px; }
  .service-plan-row > div:last-child { text-align: left; }
}

@media (max-width: 680px) {
  body.dp-service { --service-space: 72px; }
  body.dp-service .whatsapp-float { right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); width: 48px; height: 48px; border-width: 3px; }
  body.dp-service .whatsapp-float svg { width: 24px; height: 24px; }
  .service-hero::before { right: -190px; opacity: 0.7; }
  .service-hero::after { right: -100px; opacity: 0.6; }
  .service-hero > div:nth-child(2) { width: min(calc(100% - 28px), var(--container)); padding-block: 32px 60px; }
  .service-hero nav[aria-label="Trilha"] { margin-bottom: 22px; }
  .service-hero h1 { max-width: 11em; font-size: clamp(36px, 10.5vw, 46px) !important; line-height: 1.02 !important; }
  .service-hero > div:nth-child(2) > p { font-size: 16.5px; }

  .service-hero > div:nth-child(2) > div:not(:first-of-type), .service-actions { align-items: stretch; flex-direction: column; }

  .service-hero a[href^="https://wa.me/"],
  .service-cta a[href^="https://wa.me/"],
  .service-pricing a[href^="https://wa.me/"],
  .dp-flow { width: 100%; white-space: normal; }

  .dp-flow .dp-txt { white-space: normal; }
  .service-hero > div:nth-child(2) > div:first-of-type { grid-template-columns: 1fr; padding: 14px 20px; }

  .service-hero > div:nth-child(2) > div:first-of-type > div,
  .service-hero > div:nth-child(2) > div:first-of-type > div:first-of-type,
  .service-hero > div:nth-child(2) > div:first-of-type > div:last-child {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0;
  }

  .service-hero > div:nth-child(2) > div:first-of-type > div:last-child { border-bottom: 0; }
  .service-section { padding-inline: 14px; }
  .service-section h2 { font-size: clamp(34px, 10vw, 46px) !important; }
  .service-section p { font-size: 16px; line-height: 1.68; }

  .service-pain .service-grid,
  .service-editorial-grid,
  .service-proof .service-grid,
  .service-panel,
  .service-delivery-grid { grid-template-columns: 1fr; }

  .service-pain .service-grid > *, .service-pain .service-grid > *:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .service-pain .service-grid > *:last-child { border-bottom: 0; }

  .service-editorial-grid article,
  .service-editorial-grid article:nth-child(2n),
  .service-editorial-grid article:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0; }

  .service-editorial-grid article:last-child { border-bottom: 0; }
  .service-editorial-lead { padding-left: 20px; }
  .service-panel, .service-delivery-grid { padding: 8px 21px; }
  .service-delivery-grid > span, .service-delivery-grid > span:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .service-delivery-grid > span:last-child { border-bottom: 0; }

  .service-proof .service-grid > :last-child { grid-column: auto; display: flex; }
  .service-proof .service-grid > :last-child .dp-cc-bar { display: flex; }
  .service-proof .service-grid > :last-child .dp-cc-janela { aspect-ratio: 16 / 9; border-right: 0; border-bottom: 1px solid var(--line); }

  .service-pricing .service-plan-row, .service-subpanel { padding: 23px 21px; }
  .service-plan-row > div:first-child > div:first-child span { margin: 8px 0 0; }
  .service-subpanel .service-plan-line { display: grid; }
  .service-faq summary { min-height: 64px; padding-right: 44px; font-size: 15px; }
  .service-cta > .service-inner, .service-cta > div { border-radius: 24px; padding: 34px 24px 38px; }
  .service-cta h2 { font-size: clamp(36px, 10.5vw, 48px) !important; }
  .service-cta p { font-size: 16.5px; }
  .service-related { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero a, .service-proof .dp-cc, .service-related a, .service-faq summary::after { transition: none !important; }
}

@media print {
  .service-hero, .service-section, .service-related { min-height: auto; padding-block: 34px; }
  .service-hero::before, .service-hero::after, .service-cta > div::after, .service-cta > .service-inner::after { display: none; }
}

/* 03/09/2026 — planos com parcelamento, plano Personalizado e canais (mesma base da home) */
.service-channels-section .service-section-heading { margin-bottom: 26px; }

.service-plan-pay {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.service-plan-custom {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
  gap: 24px clamp(20px, 3vw, 40px);
  align-items: center;
  margin-top: 18px;
  border: 1px dashed var(--accent);
  border-radius: var(--radius-card);
  background: var(--surface-blue);
  padding: clamp(24px, 2.8vw, 34px);
}

.service-plan-custom .service-plan-price--custom {
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
}

.service-plan-list--custom {
  margin: 0;
  columns: 2;
  column-gap: 24px;
}

.service-plan-list--custom li {
  break-inside: avoid;
}

.service-channels-section {
  padding-top: calc(var(--service-space) * 0.6);
}

.service-channels-section .service-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-channels-section .service-channel-group {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
  padding: clamp(22px, 2.4vw, 30px);
}

.service-channels-section .service-channel-group h3 {
  margin: 0 0 16px !important;
  color: var(--ink);
  font-size: 12.5px !important;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.service-channels-section .service-channel-list {
  display: grid;
  align-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.service-channels-section .service-channel-list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 36px;
}

.service-channels-section .service-channel-list small {
  color: var(--ink-soft);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
}

.service-channels-section .service-channel-list small strong {
  color: var(--ink);
  font-weight: 800;
}

.service-channels-section .service-channel-list img {
  display: block;
  justify-self: start;
  flex: none;
  height: 28px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain;
}

.service-channels-section .service-channel-badge {
  display: inline-flex;
  justify-self: start;
  flex: none;
  align-items: center;
  min-height: 28px;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.service-channels-section .service-channel-badge.is-nuvem { background: #2c3357; color: #ffffff; }
.service-channels-section .service-channel-badge.is-ml { background: #ffe600; color: #2d3277; }
.service-channels-section .service-channel-badge.is-shopee { background: #be3d24; color: #ffffff; }
.service-channels-section .service-channel-badge.is-amazon { background: #131921; color: #ffffff; }
.service-channels-section .service-channel-badge.is-magalu { background: #0069c8; color: #ffffff; }
.service-channels-section .service-channel-badge.is-americanas { background: #e60014; color: #ffffff; }
.service-channels-section .service-channel-badge.is-shein { background: none; padding: 0; min-height: 0; color: #111111; font-size: 15px; font-weight: 800; letter-spacing: 0.06em; }

.service-channels-section .service-channels-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.6;
}

@media (max-width: 1179px) {
  .service-plan-custom { grid-template-columns: 1fr; }
  .service-plan-list--custom { columns: 1; }
  .service-channels-section .service-channels-grid { grid-template-columns: 1fr; width: min(100%, 760px); margin-inline: auto; }
}

