/**
 * Estilos das paginas de servico (Velloznet).
 * Compartilhado por: lan-to-lan, velloz-pro, telefonia e vellozplay.
 * Carregado condicionalmente em ai_theme_enqueue_assets() (is_page dos 4 slugs).
 *
 * Reaproveita tokens :root, .container e os botoes globais de style.css.
 * Blocos especificos de cada pagina ficam no fim, sob .page-vellozpro,
 * .page-telefonia e .page-vellozplay.
 */

/* ===== BASE / UTIL ===== */
.page-servico .svc-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 2.6vw, 32px);
}

.hs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hs::-webkit-scrollbar {
  display: none;
  height: 0;
}

/* Cabecalho de secao alinhado a esquerda */
.svc-head {
  max-width: 680px;
}

.svc-head--center {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.svc-eyebrow {
  display: inline-block;
  font: 700 12px/1 var(--font-sans);
  letter-spacing: 0.18em;
  color: var(--brand-orange);
}

.svc-h2 {
  margin: 12px 0 0;
  font: 800 clamp(24px, 3.2vw, 38px) / 1.15 var(--font-sans);
  color: var(--color-text);
  text-wrap: pretty;
}

.svc-lead {
  margin: 16px 0 0;
  font: 400 clamp(15px, 1.4vw, 17px) / 1.75 var(--font-sans);
  color: #555;
  text-wrap: pretty;
}

.svc-lead + .svc-lead {
  margin-top: 12px;
}

.svc-note {
  margin: 18px 0 0;
  font: 400 13px/1.65 var(--font-sans);
  color: #999;
  max-width: 74ch;
}

/* Botao fantasma (contorno roxo) usado nos heros */
.btn--ghost-purple {
  min-height: 54px;
  padding: 16px 30px;
  background: transparent;
  color: var(--brand-purple);
  border: 2px solid var(--brand-purple);
  letter-spacing: 0.06em;
}

.btn--ghost-purple:hover,
.btn--ghost-purple:focus {
  background: var(--brand-purple);
  color: #fff;
}

.btn--assine-lg {
  min-height: 54px;
  padding: 16px 30px;
  box-shadow: 0 10px 24px rgba(236, 115, 28, 0.3);
}

/* ===== SECOES ===== */
.svc-block {
  padding: clamp(36px, 4.8vw, 80px) 0;
  scroll-margin-top: 170px;
}

.svc-block--gray {
  background: #f7f7f7;
}

.svc-block--white {
  background: #fff;
}

/* ===== HERO ===== */
.svc-hero {
  background: #f7f7f7;
  padding: clamp(34px, 4.6vw, 76px) 0;
  scroll-margin-top: 130px;
}

.svc-hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 3.2vw, 52px);
  align-items: center;
}

.svc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  font: 600 12px/1 var(--font-sans);
  letter-spacing: 0.1em;
  color: #8a6f81;
}

.svc-breadcrumb a {
  color: #8a6f81;
}

.svc-breadcrumb a:hover {
  color: var(--brand-orange);
}

.svc-breadcrumb span[aria-hidden] {
  color: var(--brand-orange);
}

.svc-breadcrumb__current {
  color: var(--brand-plum);
}

.svc-hero__kicker {
  display: inline-block;
  margin-top: 18px;
  font: 700 12px/1 var(--font-sans);
  letter-spacing: 0.18em;
  color: var(--brand-orange);
}

.svc-hero__title {
  margin: 12px 0 0;
  font: 800 clamp(32px, 4.2vw, 56px) / 1.08 var(--font-sans);
  color: var(--brand-purple);
  letter-spacing: -0.01em;
}

.svc-hero__lead {
  margin: 18px 0 0;
  font: 400 clamp(15px, 1.4vw, 17px) / 1.75 var(--font-sans);
  color: #555;
  max-width: 56ch;
  text-wrap: pretty;
}

.svc-hero__lead + .svc-hero__lead {
  margin-top: 14px;
}

.svc-hero__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.svc-figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e7dce3;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
}

.svc-figure__icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-figure figcaption {
  font: 700 15px/1.4 var(--font-sans);
  color: var(--brand-plum);
}

.svc-figure p {
  margin: 0;
  font: 400 13px/1.6 var(--font-sans);
  color: #777;
  max-width: 32ch;
}

/* ===== THE CONTENT SECTION ===== */
.svc-content {
  background: #fff;
  padding: clamp(36px, 4.8vw, 80px) 0;
  scroll-margin-top: 130px;
  font-family: 'Poppins', sans-serif;
}

.svc-content h2.wp-block-heading {
  font: 800 clamp(24px, 3.2vw, 38px) / 1.15 Poppins;
  color: rgb(23, 23, 23);
  text-wrap: pretty;
  margin: clamp(34px, 3.8vw, 54px) 0 clamp(16px, 1.8vw, 24px);
}

.svc-content > *:first-child,
.svc-content .svc-inner > *:first-child {
  margin-top: 0;
}

.svc-content h3.wp-block-heading {
  font: 800 clamp(20px, 2.2vw, 26px) / 1.25 Poppins;
  color: rgb(23, 23, 23);
  text-wrap: pretty;
  margin: clamp(26px, 2.8vw, 38px) 0 clamp(12px, 1.4vw, 18px);
}

.svc-content ul.wp-block-list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.svc-content ul.wp-block-list li {
    position: relative;

    /* Espaço para o check */
    padding-left: 36px;

    /* IMPORTANTE: não usar display:flex aqui */
    min-height: 26px;

    line-height: 1.5;
}

.svc-content ul.wp-block-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 1px;

    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #FFF0E6;
    border-radius: 8px;

    color: #FF6B35;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.svc-content ul.wp-block-list li strong {
    font-weight: 700;
}

.svc-content ol.wp-block-list {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 16px;

    counter-reset: svc-counter;
}

.svc-content ol.wp-block-list li {
    position: relative;
    padding-left: 42px;
    min-height: 30px;

    line-height: 1.5;

    counter-increment: svc-counter;
}

.svc-content ol.wp-block-list li::before {
    content: counter(svc-counter);

    position: absolute;
    left: 0;
    top: 0;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #FFF0E6;
    border-radius: 8px;

    color: #FF6B35;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.svc-content ol.wp-block-list li strong {
    font-weight: 700;
}

.svc-content .wp-block-columns {
  margin: clamp(22px, 2.6vw, 34px) 0;
  border: 1px solid rgb(236, 228, 233);
  border-radius: 20px;
  padding: clamp(22px, 2.4cqw, 35px);
  box-shadow: rgba(23, 23, 23, 0.05) 0px 6px 22px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.svc-content .wp-block-paragraph {
  margin: 0;
}

/* ===== Planos dos Serviços ===== */
#planos-servico .svc-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ptvn-servico-planos .pcard__desc {
  text-align: center;
}

.ptvn-servico-planos  .pcard__cta {
  background-color: #ec731c;
}

/* ===== STEPS (passo a passo numerado) ===== */
.svc-steps {
  list-style: none;
  margin: clamp(22px, 2.6vw, 34px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 820px;
}

.svc-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.svc-steps__num {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--brand-orange);
  color: #fff;
  font: 800 16px/42px var(--font-sans);
  text-align: center;
}

.svc-steps__body {
  flex: 1;
  padding-bottom: 4px;
}

.svc-steps__body h3 {
  margin: 0;
  font: 700 clamp(16px, 1.6vw, 18px) / 1.35 var(--font-sans);
  color: var(--color-text);
}

.svc-steps__body p {
  margin: 6px 0 0;
  font: 400 clamp(14px, 1.35vw, 16px) / 1.7 var(--font-sans);
  color: var(--color-muted);
  max-width: 62ch;
  text-wrap: pretty;
}

/* ===== CTA FINAL (faixa gradiente) ===== */
.svc-cta {
  background: linear-gradient(105deg, #4d123f 0%, #621851 45%, #a136eb 92%, #ec731c 128%);
  padding: clamp(38px, 5vw, 80px) 0;
}

.svc-cta__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(20px, 2.6vw, 32px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.svc-cta__title {
  margin: 0;
  font: 800 clamp(26px, 3.4vw, 42px) / 1.14 var(--font-sans);
  color: #fff;
  text-wrap: pretty;
}

.svc-cta__text {
  margin: 0;
  font: 400 clamp(15px, 1.4vw, 18px) / 1.6 var(--font-sans);
  color: #f0dde9;
  max-width: 52ch;
  text-wrap: pretty;
}

.svc-cta__actions {
  margin-top: 12px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  max-width: 600px;
}

.svc-cta__actions .btn {
  min-height: 56px;
  letter-spacing: 0.07em;
}

.btn--on-dark {
  background: var(--brand-orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.2);
}

.btn--on-dark:hover,
.btn--on-dark:focus {
  background: #fff;
  color: var(--brand-purple);
}

.btn--outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn--outline-white:hover,
.btn--outline-white:focus {
  background: #fff;
  color: var(--brand-purple);
}

/* =====================================================================
   VELLOZPRO — blocos especificos
   ===================================================================== */
.page-vellozpro .svc-portas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
}

.page-vellozpro .svc-portas__cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.svc-ipcard {
  border-radius: 20px;
  padding: clamp(20px, 2.2vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-ipcard--muted {
  background: #f7f7f7;
  border: 1px solid #ece4e9;
}

.svc-ipcard--brand {
  background: linear-gradient(150deg, #621851, #4d123f);
  box-shadow: 0 14px 32px rgba(98, 24, 81, 0.22);
}

.svc-ipcard__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.svc-ipcard__badge {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-ipcard--brand .svc-ipcard__badge {
  background: rgba(255, 255, 255, 0.16);
}

.svc-ipcard h3 {
  margin: 0;
  font: 700 clamp(16px, 1.6vw, 18px) / 1.3 var(--font-sans);
  color: var(--brand-plum);
}

.svc-ipcard--brand h3 {
  color: #fff;
}

.svc-ipcard p {
  margin: 0;
  font: 400 clamp(14px, 1.35vw, 15px) / 1.7 var(--font-sans);
  color: var(--color-muted);
}

.svc-ipcard--brand p {
  color: #efdce9;
}

/* Instituicoes */
.svc-inst {
  margin-top: clamp(22px, 2.6vw, 34px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.svc-inst__card {
  background: #fff;
  border: 1px solid #ece4e9;
  border-radius: 18px;
  padding: clamp(20px, 2.2vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(23, 23, 23, 0.04);
}

.svc-inst__abbr {
  font: 800 clamp(17px, 1.8vw, 20px) / 1.2 var(--font-sans);
  color: var(--brand-purple);
}

.svc-inst__full {
  font: 600 12px/1.45 var(--font-sans);
  color: var(--brand-violet);
}

.svc-inst__card p {
  margin: 0;
  font: 400 clamp(14px, 1.3vw, 15px) / 1.65 var(--font-sans);
  color: var(--color-muted);
  text-wrap: pretty;
}

/* =====================================================================
   TELEFONIA — blocos especificos
   ===================================================================== */
.svc-mini {
  margin: 0;
  background: #fff;
  border: 1px solid #e7dce3;
  border-radius: 24px;
  padding: clamp(22px, 2.6vw, 32px);
  box-shadow: 0 8px 26px rgba(23, 23, 23, 0.05);
}

.svc-mini__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  align-items: center;
}

.svc-mini__node {
  border: 1px solid #ece4e9;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  text-align: center;
  background: #f9f5f8;
}

.svc-mini__mid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.svc-mini__tag {
  font: 700 11px/1 var(--font-sans);
  letter-spacing: 0.12em;
  color: var(--brand-violet);
}

.svc-mini__label {
  font: 600 clamp(14px, 1.4vw, 15px) / 1.45 var(--font-sans);
  color: var(--color-text);
}

.svc-mini__mid .svc-mini__label {
  color: var(--brand-purple);
}

/* Combo internet + telefonia */
.svc-combo {
  margin-top: clamp(24px, 3vw, 40px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.svc-combo__card {
  background: #fff;
  border: 1px solid #ece4e9;
  border-radius: 20px;
  padding: clamp(22px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 6px 22px rgba(23, 23, 23, 0.05);
}

.svc-combo__card h3 {
  margin: 0;
  font: 700 clamp(17px, 1.7vw, 19px) / 1.3 var(--font-sans);
  color: var(--color-text);
}

.svc-combo__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-combo__list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.svc-combo__list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--brand-orange);
  margin-top: 8px;
}

.svc-combo__list span {
  font: 400 clamp(14px, 1.35vw, 15px) / 1.65 var(--font-sans);
  color: #555;
}

.svc-combo__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.svc-combo__plus span {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(150deg, #621851, #a136eb);
  color: #fff;
  font: 800 24px/56px var(--font-sans);
  text-align: center;
  box-shadow: 0 10px 24px rgba(98, 24, 81, 0.24);
}

.svc-combo__bar {
  margin-top: clamp(20px, 2.4vw, 30px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 20px;
  background: #f9f5f8;
  border: 1px solid #efe1ea;
}

.svc-combo__bar p {
  margin: 0;
  font: 700 clamp(15px, 1.5vw, 18px) / 1.45 var(--font-sans);
  color: var(--brand-plum);
}

.btn--purple-flat {
  min-height: 52px;
  padding: 16px 26px;
  background: var(--brand-purple);
  color: #fff;
  letter-spacing: 0.06em;
}

.btn--purple-flat:hover,
.btn--purple-flat:focus {
  background: var(--brand-orange);
  color: #fff;
}

/* Instalacao */
.svc-install {
  margin-top: clamp(22px, 2.6vw, 34px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}

.svc-install .svc-steps {
  margin-top: 0;
}

.svc-install__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.svc-install__fig {
  margin: 0;
  background: #fff;
  border: 1px solid #e7dce3;
  border-radius: 20px;
  padding: clamp(20px, 2.4vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.svc-install__fig .svc-figure__icon {
  background: #f7f7f7;
}

.svc-install__fig figcaption {
  font: 700 15px/1.4 var(--font-sans);
  color: var(--brand-plum);
}

.svc-install__fig p {
  margin: 0;
  font: 400 13px/1.65 var(--font-sans);
  color: #777;
  max-width: 38ch;
}

.svc-help {
  background: #f9f5f8;
  border: 1px solid #efe1ea;
  border-radius: 20px;
  padding: clamp(20px, 2.2vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-help h3 {
  margin: 0;
  font: 700 clamp(16px, 1.6vw, 18px) / 1.35 var(--font-sans);
  color: var(--brand-plum);
}

.svc-help p {
  margin: 0;
  font: 400 clamp(14px, 1.35vw, 15px) / 1.7 var(--font-sans);
  color: var(--color-muted);
}

.btn--ghost-purple-sm {
  margin-top: 6px;
  min-height: 50px;
  padding: 14px 22px;
  background: transparent;
  color: var(--brand-purple);
  border: 2px solid var(--brand-purple);
  letter-spacing: 0.06em;
  font-size: 13px;
}

.btn--ghost-purple-sm:hover,
.btn--ghost-purple-sm:focus {
  background: var(--brand-purple);
  color: #fff;
}

/* =====================================================================
   VELLOZPLAY — pagina de entretenimento
   ===================================================================== */
.vp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #21071a 0%, #3a0b2e 45%, #4d123f 100%);
}

.vp-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 70% at 82% 14%, rgba(161, 54, 235, 0.5), rgba(33, 7, 26, 0) 62%),
    radial-gradient(60% 60% at 8% 96%, rgba(236, 115, 28, 0.34), rgba(33, 7, 26, 0) 70%);
}

.vp-hero__grid {
  position: relative;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: clamp(34px, 4.6vw, 78px) clamp(20px, 2.6vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(26px, 3.4vw, 54px);
  align-items: center;
}

.vp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  font: 600 12px/1 var(--font-sans);
  letter-spacing: 0.1em;
  color: #c9a3bc;
}

.vp-breadcrumb a {
  color: #c9a3bc;
}

.vp-breadcrumb a:hover {
  color: var(--brand-orange);
}

.vp-breadcrumb span[aria-hidden] {
  color: var(--brand-orange);
}

.vp-breadcrumb__current {
  color: #fff;
}

.vp-hero__kicker {
  display: inline-block;
  margin-top: 18px;
  font: 700 12px/1 var(--font-sans);
  letter-spacing: 0.18em;
  color: var(--brand-orange);
}

.vp-hero__title {
  margin: 12px 0 0;
  font: 800 clamp(34px, 4.6vw, 64px) / 1.02 var(--font-sans);
  color: #fff;
  letter-spacing: -0.015em;
}

.vp-hero__slogan {
  margin: 12px 0 0;
  font: 700 clamp(18px, 2vw, 26px) / 1.3 var(--font-sans);
  color: var(--brand-orange);
}

.vp-hero__lead {
  margin: 18px 0 0;
  font: 400 clamp(15px, 1.45vw, 18px) / 1.7 var(--font-sans);
  color: #e3c9db;
  max-width: 50ch;
  text-wrap: pretty;
}

.vp-hero__lead + .vp-hero__lead {
  margin-top: 12px;
}

.vp-hero__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vp-hero__hint {
  margin: 16px 0 0;
  font: 400 13px/1.6 var(--font-sans);
  color: #b899ad;
}

.btn--play {
  min-height: 54px;
  padding: 16px 30px;
  background: var(--brand-orange);
  color: #fff;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 30px rgba(236, 115, 28, 0.36);
}

.btn--play:hover,
.btn--play:focus {
  background: #fff;
  color: var(--brand-plum);
}

.vp-hero__figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.45);
}

.vp-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Faixa de features abaixo do hero */
.vp-strip {
  position: relative;
  background: #f7f7f7;
}

.vp-strip__grid {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: clamp(22px, 2.6vw, 34px) clamp(20px, 2.6vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.vp-strip__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ece4e9;
  box-shadow: 0 4px 18px rgba(23, 23, 23, 0.04);
}

.vp-strip__icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #fcefe3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-strip__item h3 {
  margin: 0;
  font: 700 clamp(17px, 1.8vw, 20px) / 1.3 var(--font-sans);
  color: var(--color-text);
}

.vp-strip__item p {
  margin: 0;
  font: 400 clamp(14px, 1.35vw, 15px) / 1.65 var(--font-sans);
  color: var(--color-muted);
  text-wrap: pretty;
}

.vp-strip__note {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 2.6vw, 32px) clamp(20px, 2.4vw, 30px);
  font: 400 12px/1.6 var(--font-sans);
  color: #999;
}

/* Conteudos (cards grandes) */
.vp-cards {
  margin-top: clamp(24px, 3vw, 42px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.vp-content-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(300px, 26vw, 400px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(170deg, #7a1e63 0%, #4d123f 100%);
  border: 1px solid rgba(98, 24, 81, 0.2);
  padding: clamp(22px, 2.4vw, 30px);
  transition: transform 0.3s, box-shadow 0.3s;
  color: #fff;
}

.vp-content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(98, 24, 81, 0.3);
  color: #fff;
}

.vp-content-card__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 70% at 70% 10%, rgba(161, 54, 235, 0.55), rgba(77, 18, 63, 0) 68%),
    linear-gradient(180deg, rgba(77, 18, 63, 0) 34%, rgba(61, 14, 50, 0.86) 100%);
}

.vp-content-card__icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.vp-content-card__tag {
  position: relative;
  font: 700 11px/1 var(--font-sans);
  letter-spacing: 0.14em;
  color: var(--brand-orange);
}

.vp-content-card h3 {
  position: relative;
  margin: 10px 0 0;
  font: 800 clamp(20px, 2.2vw, 26px) / 1.25 var(--font-sans);
  color: #fff;
}

.vp-content-card p {
  position: relative;
  margin: 8px 0 0;
  font: 400 clamp(14px, 1.35vw, 15px) / 1.65 var(--font-sans);
  color: #efdce9;
  text-wrap: pretty;
}

/* Dispositivos */
.vp-devices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(26px, 3.2vw, 50px);
  align-items: center;
}

.vp-devices__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vp-devices__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.vp-devices__ico {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fcefe3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-devices__list h3 {
  margin: 0;
  font: 700 clamp(15px, 1.5vw, 17px) / 1.35 var(--font-sans);
  color: var(--color-text);
}

.vp-devices__list p {
  margin: 5px 0 0;
  font: 400 clamp(14px, 1.3vw, 15px) / 1.65 var(--font-sans);
  color: var(--color-muted);
}

.vp-devices__btns {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  max-width: 660px;
}

.btn--dark {
  min-height: 52px;
  background: var(--color-text);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.btn--dark:hover,
.btn--dark:focus {
  background: var(--brand-purple);
  color: #fff;
}

.btn--outline-sm {
  min-height: 52px;
  background: transparent;
  color: var(--brand-orange);
  border: 2px solid var(--brand-orange);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.btn--outline-sm:hover,
.btn--outline-sm:focus {
  background: var(--brand-orange);
  color: #fff;
}

/* Mockups de dispositivo (ilustrativos) */
.vp-mockups {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 20px);
}

.vp-mock-phone {
  flex: 0 1 190px;
  max-width: 190px;
  aspect-ratio: 9 / 17;
  border-radius: 26px;
  border: 2px solid #e7dce3;
  background: #160512;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vp-mock-phone__notch {
  height: 6px;
  width: 44px;
  align-self: center;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.3);
}

.vp-mock-phone__hero {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: linear-gradient(120deg, #621851, #a136eb);
}

.vp-mock-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.vp-mock-row span {
  aspect-ratio: 2 / 3;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.16);
}

.vp-mock-desk {
  flex: 1 1 260px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.vp-mock-desk__screen {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  border: 2px solid #e7dce3;
  background: #160512;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.vp-mock-desk__hero {
  flex: 1;
  border-radius: 10px;
  background: linear-gradient(120deg, #4d123f, #a136eb 60%, #ec731c);
}

.vp-mock-desk__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.vp-mock-desk__row span {
  aspect-ratio: 2 / 3;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.vp-mock-desk__foot {
  width: 34%;
  height: 10px;
  border-radius: 0 0 8px 8px;
  background: #e7dce3;
}

.vp-mock-caption {
  font: 400 12px/1.5 var(--font-sans);
  color: #999;
  text-align: center;
}

/* Perfis (secao gradiente) */
.vp-perfis {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #4d123f 0%, #621851 46%, #a136eb 100%);
  padding: clamp(38px, 5vw, 80px) 0;
}

.vp-perfis__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 70% at 88% 16%, rgba(236, 115, 28, 0.34), rgba(77, 18, 63, 0) 64%);
}

.vp-perfis__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(26px, 3.2vw, 50px);
  align-items: center;
}

.vp-perfis__kicker {
  font: 700 12px/1 var(--font-sans);
  letter-spacing: 0.18em;
  color: #f7c9a2;
}

.vp-perfis__title {
  margin: 12px 0 0;
  font: 800 clamp(26px, 3.4vw, 40px) / 1.14 var(--font-sans);
  color: #fff;
  text-wrap: pretty;
}

.vp-perfis__lead {
  margin: 16px 0 0;
  font: 400 clamp(15px, 1.4vw, 18px) / 1.7 var(--font-sans);
  color: #efdce9;
  max-width: 52ch;
  text-wrap: pretty;
}

.vp-perfis__stats {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  max-width: 520px;
}

.vp-perfis__stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px 22px;
}

.vp-perfis__num {
  display: block;
  font: 800 clamp(44px, 5.4vw, 64px) / 1 var(--font-sans);
  color: #fff;
}

.vp-perfis__num--orange {
  color: var(--brand-orange);
}

.vp-perfis__lbl {
  display: block;
  margin-top: 8px;
  font: 600 clamp(14px, 1.35vw, 16px) / 1.45 var(--font-sans);
  color: #efdce9;
}

.vp-perfis__note {
  margin: 16px 0 0;
  font: 400 13px/1.65 var(--font-sans);
  color: #d9b6cc;
  max-width: 56ch;
}

.vp-perfis__panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: clamp(22px, 2.6vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vp-avatars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 14px;
}

.vp-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.vp-avatar__dot {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-avatar span {
  font: 500 12px/1.4 var(--font-sans);
  color: #efdce9;
}

.vp-perfis__sep {
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ec731c, rgba(255, 255, 255, 0));
}

.vp-perfis__devices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
}

.vp-perfis__dev {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.vp-perfis__dev span {
  font: 500 12px/1.4 var(--font-sans);
  color: #efdce9;
}

.vp-perfis__cap {
  margin: 0;
  font: 400 12px/1.6 var(--font-sans);
  color: #d9b6cc;
}

/* Como acessar (steps em cards) */
.vp-access {
  list-style: none;
  margin: clamp(24px, 3vw, 40px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.vp-access li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border: 1px solid #ece4e9;
  border-radius: 20px;
  padding: clamp(22px, 2.4vw, 28px);
  box-shadow: 0 6px 22px rgba(23, 23, 23, 0.05);
}

.vp-access__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vp-access__num {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--brand-orange);
  color: #fff;
  font: 800 16px/42px var(--font-sans);
  text-align: center;
}

.vp-access__ico {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #f7f1f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-access li h3 {
  margin: 0;
  font: 700 clamp(16px, 1.6vw, 18px) / 1.35 var(--font-sans);
  color: var(--color-text);
}

.vp-access li p {
  margin: 0;
  font: 400 clamp(14px, 1.35vw, 15px) / 1.65 var(--font-sans);
  color: var(--color-muted);
  text-wrap: pretty;
}

/* Faixa "entrar no Velloz Play" */
.vp-enter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #160512 0%, #3a0b2e 48%, #621851 100%);
  padding: clamp(38px, 5vw, 84px) 0;
}

.vp-enter__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 70% at 84% 20%, rgba(161, 54, 235, 0.46), rgba(22, 5, 18, 0) 64%),
    radial-gradient(60% 60% at 10% 90%, rgba(236, 115, 28, 0.32), rgba(22, 5, 18, 0) 70%);
}

.vp-enter__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(26px, 3.2vw, 48px);
  align-items: center;
}

.vp-enter__title {
  margin: 0;
  font: 800 clamp(26px, 3.6vw, 44px) / 1.12 var(--font-sans);
  color: #fff;
  text-wrap: pretty;
}

.vp-enter__lead {
  margin: 14px 0 0;
  font: 400 clamp(15px, 1.45vw, 18px) / 1.7 var(--font-sans);
  color: #e3c9db;
  max-width: 52ch;
  text-wrap: pretty;
}

.vp-enter__actions {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  max-width: 520px;
}

.vp-enter__preview {
  display: flex;
  justify-content: center;
}

.vp-enter__card {
  width: min(100%, 420px);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #160512;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.5);
}

.vp-enter__screen {
  aspect-ratio: 16 / 8;
  border-radius: 14px;
  background: linear-gradient(120deg, #621851, #a136eb 55%, #ec731c);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-enter__play {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-purple);
  font: 700 24px/64px var(--font-sans);
  text-align: center;
}

.vp-enter__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.vp-enter__row span {
  aspect-ratio: 2 / 3;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.16);
}

/* CTA final vellozplay */
.vp-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #4d123f 0%, #621851 38%, #a136eb 82%, #ec731c 126%);
  padding: clamp(36px, 4.6vw, 72px) 0;
}

.vp-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 88% 30%, rgba(255, 255, 255, 0.16), rgba(77, 18, 63, 0) 62%);
}

.vp-cta__inner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(20px, 2.6vw, 32px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.vp-cta__badge {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  font: 700 22px/64px var(--font-sans);
}

.vp-cta__actions {
  margin-top: 12px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  max-width: 620px;
}

/* Ajuste da subnav sticky no mobile (nav do site nao fica fixa < 1024) */
@media (max-width: 1023.98px) {
  .svc-subnav {
    top: 0;
  }
}

/* ===================== ARCHIVE DE SERVIÇOS ===================== */
.page-servicos-archive .svc-archive-hero {
  padding: clamp(28px, 4vw, 52px) 0 0;
}

.page-servicos-archive .svc-archive {
  padding: clamp(20px, 3vw, 40px) 0 clamp(36px, 5vw, 72px);
}

.svc-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.svc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ece4e9;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 22px rgba(23, 23, 23, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(77, 18, 63, 0.14);
}

.svc-card__media {
  aspect-ratio: 16 / 10;
  background: #f6f2f5;
  overflow: hidden;
}

.svc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-card__media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a3bc;
}

.svc-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  flex: 1 1 auto;
}

.svc-card__title {
  margin: 0;
  font: 700 clamp(17px, 1.6vw, 20px) / 1.25 var(--font-sans);
  color: var(--brand-plum);
}

.svc-card__desc {
  margin: 0;
  font: 400 14px/1.55 var(--font-sans);
  color: #666;
  flex: 1 1 auto;
}

.svc-card__link {
  margin-top: 6px;
  font: 700 12px/1 var(--font-sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.svc-archive__empty {
  padding: 40px 0;
  text-align: center;
  color: #777;
  font: 400 15px/1.6 var(--font-sans);
}

/* =====================================================================
   PAGINAS ESTATICAS DE SERVICO (page-velloz-*.php)
   Componentes usados pelo template-parts/content/servico-estatico.php.
   Tipografia, cores e ritmo vertical alinhados ao prototipo VellozPro.
   ===================================================================== */

/* ----- Imagem do hero ----- */
.svc-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Estado vazio: espaco reservado para a arte ainda nao enviada. */
.svc-figure--empty {
  background: #f9f5f8;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: clamp(22px, 2.6vw, 32px);
}

/* Mesmo bloco usado dentro do corpo de texto. */
.svc-figure--inline {
  margin: clamp(24px, 2.8vw, 36px) 0 0;
  aspect-ratio: auto;
  min-height: 200px;
  padding: clamp(28px, 3.2vw, 44px);
}

/* ----- Corpo de texto das secoes ----- */
.svc-rich {
  margin-top: clamp(18px, 2vw, 26px);
  max-width: 74ch;
}

.svc-head + .svc-rich {
  margin-top: clamp(20px, 2.4vw, 30px);
}

.svc-rich > * {
  margin: 0;
}

.svc-rich > * + * {
  margin-top: clamp(14px, 1.5vw, 20px);
}

.svc-rich p {
  font: 400 clamp(15px, 1.4vw, 17px) / 1.75 var(--font-sans);
  color: #555;
  text-wrap: pretty;
}

.svc-rich p strong {
  color: var(--brand-purple);
  font-weight: 700;
}

.svc-rich h3 {
  margin-top: clamp(26px, 2.8vw, 38px);
  font: 700 clamp(18px, 1.9vw, 22px) / 1.3 var(--font-sans);
  color: var(--brand-plum);
}

.svc-rich h3 + * {
  margin-top: clamp(10px, 1.2vw, 14px);
}

/* Blocos largos (grids, figuras) escapam do limite de leitura. */
.svc-rich--wide {
  max-width: none;
}

/* ----- Lista com marcador laranja (padrao do prototipo) ----- */
.svc-bullets {
  list-style: none;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 68ch;
}

.svc-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font: 400 clamp(15px, 1.4vw, 16px) / 1.7 var(--font-sans);
  color: #555;
  text-wrap: pretty;
}

.svc-bullets li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 99px;
  background: var(--brand-orange);
}

.svc-bullets strong {
  color: var(--brand-purple);
  font-weight: 700;
}

/* ----- Cards de vantagem (icone + titulo + texto) ----- */
.svc-cards {
  margin-top: clamp(22px, 2.6vw, 34px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.svc-fcard {
  background: #fff;
  border: 1px solid #ece4e9;
  border-radius: 20px;
  padding: clamp(22px, 2.4vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 6px 22px rgba(23, 23, 23, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}

.svc-fcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(98, 24, 81, 0.12);
}

.svc-fcard__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #fcefe3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-fcard h3 {
  margin: 0;
  font: 700 clamp(16px, 1.6vw, 18px) / 1.35 var(--font-sans);
  color: var(--color-text);
}

.svc-fcard p {
  margin: 0;
  font: 400 clamp(14px, 1.35vw, 15px) / 1.65 var(--font-sans);
  color: #666;
  text-wrap: pretty;
}

/* Componentes de bloco dentro do corpo de texto mantem o proprio respiro
   (o reset .svc-rich > * zera as margens, entao reforcamos aqui). */
.svc-rich > .svc-bullets,
.svc-rich > .svc-cards,
.svc-rich > .svc-combo,
.svc-rich > .svc-combo__bar,
.svc-rich > .svc-install,
.svc-rich > .svc-steps,
.svc-rich > .svc-actions,
.svc-rich > .ptvn-servico-planos,
.svc-rich > .svc-inst,
.svc-rich > .svc-art,
.svc-rich > .svc-figure--inline {
  margin-top: clamp(26px, 3vw, 40px);
}

.svc-rich > *:first-child {
  margin-top: 0;
}

/* Linha de botoes dentro de uma secao de conteudo. */
.svc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Passo a passo sem subtitulo (so a frase) continua alinhado. */
.svc-steps__body > p:first-child {
  margin-top: 0;
}

/* Secao sem cabecalho: o corpo comeca colado no topo do bloco. */
.svc-inner > .svc-rich:first-child {
  margin-top: 0;
}

/* Blocos compostos usados dentro de .svc-rich precisam do proprio respiro. */
.svc-rich > .svc-steps,
.svc-rich > .svc-combo,
.svc-rich > .svc-combo__bar,
.svc-rich > .svc-install,
.svc-rich > .svc-inst {
  margin-top: clamp(22px, 2.6vw, 34px);
}

/* Passo a passo "simples": itens sem subtitulo, so a frase. */
.svc-steps--plain .svc-steps__body p {
  margin: 8px 0 0;
  color: var(--color-text);
}

/* Eyebrow/H2 alinhados a direita, acompanhando o texto do bloco .svc-split.
   O max-width padrao de .svc-head prenderia o rotulo no meio da secao. */
.svc-block--head-right .svc-head {
  max-width: none;
  text-align: right;
}

/* ----- Bloco "O servico" com arte a esquerda e texto a direita (Mesh/Unifi) -----
   Layout do mockup de set/2026: casa isometrica de um lado, texto alinhado a
   direita do outro e, no Mesh, a fila de beneficios logo abaixo do texto. */
.svc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

.svc-split__fig {
  margin: 0;
}

.svc-split__fig img {
  display: block;
  width: 100%;
  height: auto;
}

.svc-split__text {
  text-align: right;
}

.svc-split__text > p + p {
  margin-top: 1em;
}

.svc-split__title {
  margin: clamp(22px, 2.6vw, 34px) 0 14px;
  font: 700 clamp(18px, 1.8vw, 21px) / 1.3 var(--font-sans);
  color: var(--brand-plum);
}

.svc-split__title em {
  font-style: normal;
  color: var(--brand-orange);
}

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

.svc-split__perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font: 400 13px / 1.45 var(--font-sans);
  color: #555;
}

.svc-split__perk svg,
.svc-split__perk img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

@media (max-width: 820px) {
  .svc-split {
    grid-template-columns: 1fr;
  }

  .svc-split__text {
    text-align: left;
  }

  .svc-split__perks {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/* Arte/diagrama dentro de uma secao de conteudo. */
.svc-art {
  margin: 0;
  display: flex;
  justify-content: center;
}

.svc-art img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
}

/* Cards de destaque curtos (so icone + titulo), centralizados. */
.svc-cards--compact .svc-fcard {
  align-items: center;
  text-align: center;
  gap: 14px;
}

.svc-cards--compact .svc-fcard h3 {
  font: 700 clamp(17px, 1.7vw, 19px) / 1.3 var(--font-sans);
  color: var(--brand-plum);
  text-wrap: balance;
}
