/* ==========================================================================
   Páginas de serviços da Zenite: sistema de design e de movimento.
   Este arquivo só é carregado pelas páginas de /servicos/. Home e blog não usam.
   Animações usam transform e opacity (e stroke-dashoffset nos SVGs), disparadas por
   IntersectionObserver em service-page.js. Sem JavaScript ou com movimento reduzido,
   o conteúdo aparece completo e parado.
   ========================================================================== */
.svc-page {
  --gutter: max(1.25rem, calc((100vw - 1320px) / 2));
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ln: rgba(246, 246, 243, .12);
  --card: #141416;
  --card-hot: #1a1210;
  --panel: #0e0e10;
  background: #060607;
}
.svc-page main { overflow-x: clip; }
.ic { width: 1.5em; height: 1.5em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.v-stroke-o { color: var(--orange); }

/* ---------- estrutura e ritmo entre seções ---------- */
.service-section { position: relative; max-width: none; margin: 0; padding: clamp(2.75rem, 6vh, 4.75rem) var(--gutter); }
.svc-inner { max-width: 1320px; margin: 0 auto; }
.service-section + .service-section { border-top: 1px solid var(--ln); }
.svc-what, .svc-process, .svc-local, .svc-related { background: #0b0b0d; }
.svc-when, .svc-scope, .svc-faq { background: #060607; }
.svc-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem clamp(2rem, 5vw, 4rem); align-items: end; margin: 0 0 clamp(1.75rem, 3.5vh, 2.75rem); }
.svc-head h2 { max-width: none; margin: 0; font-size: clamp(1.7rem, 2.9vw, 2.7rem); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.svc-head > p { max-width: 54ch; margin: 0; color: var(--gray); line-height: 1.6; }
.svc-rule { display: block; width: 72px; height: 3px; margin: 1rem 0 1.75rem; border-radius: 2px; background: var(--orange); transform-origin: left; }

/* ---------- primeira dobra ---------- */
.svc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  grid-template-areas: "copy visual" "strip strip";
  gap: clamp(1.25rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  min-height: 0;
  padding: calc(72px + clamp(1.5rem, 5vh, 3.25rem)) var(--gutter) clamp(1.1rem, 2.5vh, 1.75rem);
  border-bottom: 1px solid var(--ln);
  background:
    radial-gradient(circle at 80% 38%, rgba(255, 81, 0, .13), transparent 34%),
    linear-gradient(rgba(246, 246, 243, .03) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(246, 246, 243, .03) 1px, transparent 1px) 0 0 / 48px 48px,
    #060607;
}
.svc-hero-copy { grid-area: copy; min-width: 0; }
.svc-hero .service-breadcrumb { margin: 0 0 1.1rem; color: var(--gray); font-size: .9rem; }
.svc-hero .service-breadcrumb a { text-underline-offset: 4px; }
.sales-service-page .svc-hero h1 { max-width: 760px; margin: 0 0 1.1rem; font-size: clamp(1.9rem, 3.5vw, 3.5rem); line-height: 1.03; letter-spacing: -.03em; text-transform: uppercase; }
.svc-lead { max-width: 60ch; margin: 0 0 1.6rem; color: rgba(246, 246, 243, .76); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.55; }
.svc-hero .button { margin: 0; }
.svc-visual { position: relative; grid-area: visual; justify-self: end; width: 100%; max-width: 560px; aspect-ratio: 560 / 440; max-height: min(440px, calc(100svh - 210px)); }
.svc-art { display: block; width: 100%; height: 100%; }
.brand-tile { display: grid; place-items: center; flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--white); box-shadow: 0 8px 22px rgba(0, 0, 0, .35); }
.brand-tile img { width: 28px; height: 28px; object-fit: contain; }
.brand-tile-hero { position: absolute; top: -12px; right: -8px; z-index: 2; width: 54px; height: 54px; }
.brand-tile-hero img { width: 34px; height: 34px; }
.svc-strip { grid-area: strip; display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem 1.25rem; padding: .85rem 0 0; border-top: 1px solid var(--ln); }
.svc-strip p { margin: 0; }
.svc-strip strong { font-family: var(--font-display); font-size: 1.05rem; }
.svc-strip span { color: var(--gray); font-size: .92rem; }

@keyframes svc-rise { from { opacity: 0; transform: translateY(22px); } }
@keyframes svc-title { from { opacity: 0; transform: translateY(26px); clip-path: inset(0 0 100% 0); } to { clip-path: inset(-.1em 0 -.25em 0); } }
@keyframes svc-fade { from { opacity: 0; } }
.svc-hero .service-breadcrumb { animation: svc-rise .6s var(--ease) .05s both; }
.svc-hero h1 { animation: svc-title .8s var(--ease) .15s both; }
.svc-lead { animation: svc-rise .65s var(--ease) .38s both; }
.svc-hero .button { animation: svc-rise .6s var(--ease) .55s both; }
.svc-visual { animation: svc-fade .7s ease .25s both; }
.svc-strip { animation: svc-rise .6s var(--ease) .75s both; }

/* ---------- animações dos gráficos (SVG) ---------- */
:is(.v-fade, .v-rise, .v-pop, .v-grow, .v-slide, .v-drop) { transform-box: fill-box; }
.v-fade { animation: v-fade .6s var(--ease) var(--d, 0s) both; }
.v-rise { animation: v-rise .7s var(--ease) var(--d, 0s) both; }
.v-pop { transform-origin: center; animation: v-pop .55s var(--ease) var(--d, 0s) both; }
.v-grow { transform-origin: 50% 100%; animation: v-grow .7s var(--ease) var(--d, 0s) both; }
.v-slide { animation: v-slide .6s var(--ease) var(--d, 0s) both; }
.v-drop { animation: v-drop .9s var(--ease) var(--d, 0s) both; }
.v-draw { stroke-dasharray: 1; stroke-dashoffset: var(--to, 0); animation: v-draw 1.1s ease-out var(--d, 0s) both; }
@keyframes v-fade { from { opacity: 0; } }
@keyframes v-rise { from { opacity: 0; transform: translateY(14px); } }
@keyframes v-pop { from { opacity: 0; transform: scale(.7); } }
@keyframes v-grow { from { opacity: 0; transform: scaleY(0); } }
@keyframes v-slide { from { opacity: 0; transform: translateX(-14px); } }
@keyframes v-drop { from { opacity: 0; transform: translateY(-28px); } }
@keyframes v-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: var(--to, 0); } }
/* Fora do hero, os gráficos só começam quando o bloco entra na tela. */
.svc-js :is(.v-fade, .v-rise, .v-pop, .v-grow, .v-slide, .v-drop, .v-draw) { animation-play-state: paused; }
.svc-js :is(.is-in, .svc-hero) :is(.v-fade, .v-rise, .v-pop, .v-grow, .v-slide, .v-drop, .v-draw) { animation-play-state: running; }

/* ---------- revelação durante o scroll ---------- */
@keyframes svc-in { from { opacity: 0; transform: translateY(22px); } }
@keyframes svc-line { from { transform: scaleX(0); } }
.svc-js [data-reveal="title"]:not(.is-in), .svc-js [data-reveal=""]:not(.is-in) { opacity: 0; }
.svc-js [data-reveal="rule"]:not(.is-in) { transform: scaleX(0); }
[data-reveal=""].is-in { animation: svc-in .6s var(--ease) calc(var(--i, 0) * 90ms) backwards; }
[data-reveal="title"].is-in { animation: svc-title .75s var(--ease) backwards; }
[data-reveal="rule"].is-in { animation: svc-line .7s var(--ease) .25s backwards; }

/* ---------- o que é: composição editorial ---------- */
.svc-what .svc-head { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; margin: 0; }
.svc-what h2 { margin: 0; }
.svc-orbit { width: min(100%, 300px); }
.svc-orbit svg { display: block; width: 100%; height: auto; overflow: visible; }
.svc-body .direct-answer { margin: 0 0 1rem; color: var(--white); font-size: clamp(1.15rem, 1.6vw, 1.45rem); line-height: 1.45; }
.svc-body p:not(.direct-answer) { margin: 0 0 1rem; color: rgba(246, 246, 243, .72); line-height: 1.7; }
.svc-body { max-width: 720px; }
.read-more { margin: 1.2rem 0 0; color: var(--gray); font-size: .95rem; }
.read-more a { color: var(--white); text-underline-offset: 4px; }
.read-more a:hover { color: var(--orange); }

/* ---------- quando faz sentido: cards ---------- */
.svc-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; border: 0; }
.svc-cards li {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-areas: "ic num" "ic txt";
  column-gap: 1.1rem;
  row-gap: .3rem;
  align-content: start;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--ln);
  border-radius: 16px;
  background: var(--card);
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease;
}
.svc-cards li::after { content: ""; position: absolute; top: -1px; left: 1.5rem; width: 34px; height: 2px; background: var(--orange); }
.svc-cards .svc-ic, .svc-modules .svc-ic, .svc-timeline .svc-ic { display: grid; place-items: center; border: 1px solid var(--ln); border-radius: 14px; background: #101012; color: var(--white); transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease; }
.svc-cards .svc-ic { grid-area: ic; width: 56px; height: 56px; }
.svc-cards .svc-ic .ic { width: 26px; height: 26px; }
.svc-num { grid-area: num; align-self: end; color: var(--orange); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.svc-txt { grid-area: txt; color: rgba(246, 246, 243, .9); font-size: clamp(1rem, 1.15vw, 1.1rem); line-height: 1.5; }

/* ---------- processo: linha do tempo ---------- */
.svc-timeline { position: relative; display: grid; grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr)); gap: 1.5rem; margin: 0; padding: 0; list-style: none; border: 0; counter-reset: step; }
.svc-timeline::before, .svc-timeline::after { content: ""; position: absolute; top: 26px; left: 0; right: 0; height: 2px; }
.svc-timeline::before { background: var(--ln); }
.svc-timeline::after { background: var(--orange); transform-origin: left; }
.svc-timeline li { position: relative; display: block; grid-template-columns: none; gap: 0; padding: 3.4rem .25rem 0 0; border: 0; counter-increment: step; }
.svc-timeline li::before { content: "0" counter(step); position: absolute; top: 3.35rem; right: .5rem; color: rgba(246, 246, 243, .22); font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; line-height: 1; }
.svc-dot { position: absolute; top: 19px; left: 0; width: 16px; height: 16px; border: 2px solid var(--orange); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px #0b0b0d; transition: transform .22s ease; }
.svc-timeline .svc-ic { width: 52px; height: 52px; margin: 0 0 1rem; }
.svc-timeline .svc-ic .ic { width: 24px; height: 24px; }
.svc-timeline h3 { margin: 0 0 .6rem; font-size: clamp(1.2rem, 1.7vw, 1.55rem); text-transform: uppercase; }
.svc-timeline p { max-width: 34ch; margin: 0; color: var(--gray); line-height: 1.6; }
.svc-timeline li:hover .svc-ic { color: var(--orange); border-color: rgba(255, 81, 0, .65); background: rgba(255, 81, 0, .08); }
.svc-timeline li:hover .svc-dot { transform: scale(1.25); }
.svc-js .svc-timeline:not(.is-in)::after { transform: scaleX(0); }
.svc-js .svc-timeline:not(.is-in) li > * { opacity: 0; }
.svc-timeline.is-in::after { animation: svc-line calc(var(--n, 4) * .5s) linear backwards; }
.svc-timeline.is-in li > * { animation: svc-in .55s var(--ease) calc(var(--i, 0) * .5s + .12s) backwards; }
.svc-timeline.is-in .svc-dot { animation: svc-dot .5s var(--ease) calc(var(--i, 0) * .5s) backwards; }
@keyframes svc-dot { from { opacity: 1; transform: scale(.6); background: #0b0b0d; box-shadow: 0 0 0 5px #0b0b0d; } 60% { transform: scale(1.4); box-shadow: 0 0 0 9px rgba(255, 81, 0, .22); } }

/* ---------- escopo: grid modular ---------- */
.svc-modules { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; border: 0; }
.svc-modules > li { position: relative; grid-column: span 2; min-height: 0; padding: 1.4rem 1.5rem 1.5rem; border: 1px solid var(--ln); border-radius: 16px; background: var(--card); transition: border-color .22s ease, background-color .22s ease; }
.svc-modules[data-n="4"] > li, .svc-modules[data-n="2"] > li { grid-column: span 3; }
.svc-modules[data-n="5"] > li:nth-child(-n + 2) { grid-column: span 3; }
.svc-modules[data-n="5"] > li:nth-child(1), .svc-modules[data-n="6"] > li:nth-child(4n + 1) { background: var(--card-hot); }
.svc-modules .svc-ic { width: 46px; height: 46px; margin-bottom: 1rem; }
.svc-modules .svc-ic .ic { width: 22px; height: 22px; }
.svc-modules h3 { margin: 0 0 .55rem; padding-right: 7.5rem; font-size: clamp(1.15rem, 1.5vw, 1.4rem); line-height: 1.08; text-transform: uppercase; }
.svc-modules p { max-width: 46ch; margin: 0; color: var(--gray); line-height: 1.6; }
.svc-micro { position: absolute; display: block; top: 1.3rem; right: 1.3rem; width: 108px; opacity: .9; transition: opacity .22s ease, transform .22s ease; }
.svc-micro svg { display: block; width: 100%; height: auto; }
.svc-modules > li:hover { border-color: rgba(255, 81, 0, .75); }
.svc-modules > li:hover .svc-micro { opacity: 1; transform: scale(1.06); }
.svc-modules > li:hover .svc-ic { color: var(--orange); border-color: rgba(255, 81, 0, .6); }
.group-list.svc-modules > li h3 { padding-right: 0; }
.group-links { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.group-links li { padding: 0; border: 0; }
.group-links a { display: inline-block; padding: .35rem .75rem; border: 1px solid rgba(246, 246, 243, .26); border-radius: 999px; color: var(--white); font-size: .88rem; text-decoration: none; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.group-links a:hover, .group-links a:focus-visible { border-color: var(--orange); background: rgba(255, 81, 0, .12); color: var(--orange); }

/* ---------- atendimento regional: faixa compacta ---------- */
.svc-local { padding-block: clamp(2rem, 4.5vh, 3rem); }
.svc-local .svc-head { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: start; margin-bottom: 1.1rem; }
.svc-local h2 { font-size: clamp(1.3rem, 2vw, 1.85rem); }
.svc-local-text p { max-width: 62ch; margin: 0 0 .45rem; color: var(--gray); font-size: .98rem; line-height: 1.55; }
.svc-rule-wide { width: 100%; height: 2px; margin: 0 0 1.1rem; background: linear-gradient(90deg, var(--orange), rgba(255, 81, 0, 0)); }
.city-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.city-list li { padding: .45rem .9rem; border: 1px solid rgba(255, 81, 0, .4); border-radius: 999px; background: rgba(255, 81, 0, .05); color: rgba(246, 246, 243, .85); font-size: .9rem; transition: border-color .2s ease, background-color .2s ease; }
.city-list li:hover { border-color: var(--orange); background: rgba(255, 81, 0, .14); }
.svc-js [data-reveal="chips"]:not(.is-in) li { opacity: 0; }
[data-reveal="chips"].is-in li { animation: svc-in .5s var(--ease) calc(var(--i, 0) * 70ms + .3s) backwards; }

/* ---------- FAQ: acordeão ---------- */
.svc-faq .svc-head { grid-template-columns: minmax(0, 1fr); justify-items: center; max-width: 760px; margin-inline: auto; text-align: center; }
.svc-faq .svc-head > p { max-width: 46ch; }
.svc-accordion { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--ln); }
.svc-accordion details { position: relative; border-bottom: 1px solid var(--ln); background: transparent; transition: background-color .25s ease; }
.svc-accordion details::before { content: ""; position: absolute; top: 10px; bottom: 10px; left: 0; width: 3px; border-radius: 2px; background: var(--orange); transform: scaleY(0); transition: transform .3s var(--ease); }
.svc-accordion details[open] { background: rgba(246, 246, 243, .03); }
.svc-accordion details[open]::before { transform: scaleY(1); }
.svc-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 68px; padding: 1.15rem 1.25rem 1.15rem 1.5rem; color: var(--white); cursor: pointer; font-size: clamp(1rem, 1.3vw, 1.15rem); font-weight: 650; line-height: 1.35; list-style: none; transition: color .2s ease; }
.svc-accordion summary::-webkit-details-marker { display: none; }
.svc-accordion summary::marker { content: ""; }
.svc-accordion summary:hover { color: var(--orange); }
.svc-accordion summary:focus-visible { outline: 2px solid var(--orange); outline-offset: -2px; }
.svc-plus { position: relative; flex: none; width: 34px; height: 34px; border: 1px solid rgba(255, 81, 0, .6); border-radius: 10px; transition: background-color .25s ease, border-color .25s ease; }
.svc-plus::before, .svc-plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; border-radius: 1px; background: var(--orange); transform: translate(-50%, -50%); transition: transform .3s var(--ease), background-color .25s ease; }
.svc-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.svc-accordion details[open] .svc-plus { background: var(--orange); }
.svc-accordion details[open] .svc-plus::before, .svc-accordion details[open] .svc-plus::after { background: #060607; }
.svc-accordion details[open] .svc-plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-body { overflow: hidden; }
.svc-accordion summary::after { content: none; display: none; }
.svc-accordion details[open] summary { color: var(--white); }
.svc-accordion details[open] summary:hover { color: var(--orange); }
.svc-accordion .faq-body p { max-width: 70ch; margin: 0; padding: 0 4.5rem 1.4rem 1.5rem; color: rgba(246, 246, 243, .72); line-height: 1.7; }
.svc-accordion details[open] .faq-body p { animation: svc-fade .35s ease .05s backwards; }

/* ---------- serviços relacionados ---------- */
.svc-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; background: none; }
.svc-related-grid a { position: relative; display: flex; flex-direction: column; min-height: 0; padding: 1.4rem 1.5rem 1.5rem; border: 1px solid var(--ln); border-radius: 16px; background: var(--card); color: inherit; text-decoration: none; transition: border-color .22s ease, background-color .22s ease, transform .22s ease; }
.svc-rel-ic { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 1.1rem; border: 1px solid var(--ln); border-radius: 14px; background: #101012; color: var(--white); transition: color .22s ease, border-color .22s ease, transform .22s ease; }
.svc-rel-ic .ic { width: 24px; height: 24px; }
.svc-rel-brand { border: 0; background: var(--white); }
.svc-related-grid span:not(.svc-rel-ic):not(.brand-tile) { color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.svc-related-grid strong { margin: .35rem 0 .6rem; font-family: var(--font-display); font-size: clamp(1.3rem, 1.8vw, 1.65rem); line-height: 1.05; }
.svc-related-grid small { max-width: 34ch; padding-right: 2.2rem; color: var(--gray); font-size: .92rem; line-height: 1.5; }
.svc-arrow { position: absolute; right: 1.25rem; bottom: 1.25rem; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 81, 0, .5); border-radius: 50%; color: var(--orange); transition: transform .22s ease, background-color .22s ease, color .22s ease; }
.svc-arrow .ic { width: 16px; height: 16px; }
.svc-related-grid a:hover, .svc-related-grid a:focus-visible { border-color: var(--orange); background: var(--card-hot); outline: none; }
.svc-related-grid a:hover .svc-rel-ic:not(.svc-rel-brand), .svc-related-grid a:focus-visible .svc-rel-ic:not(.svc-rel-brand) { color: var(--orange); border-color: rgba(255, 81, 0, .6); }
.svc-related-grid a:hover .svc-rel-ic, .svc-related-grid a:focus-visible .svc-rel-ic { transform: translateY(-3px); }
.svc-related-grid a:hover .svc-arrow, .svc-related-grid a:focus-visible .svc-arrow { transform: translateX(4px); background: var(--orange); color: #060607; }
.svc-related-grid a:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

/* ---------- convite final ---------- */
.svc-cta { padding: clamp(2.5rem, 6vh, 4.5rem) var(--gutter); background: #060607; color: var(--white); }
.svc-cta-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 1.5rem clamp(2rem, 5vw, 4rem); align-items: center; padding: clamp(1.75rem, 4vw, 3rem); border: 1px solid rgba(255, 81, 0, .6); border-radius: 22px; background: radial-gradient(circle at 92% 0, rgba(255, 81, 0, .16), transparent 42%), var(--panel); }
.svc-cta h2 { max-width: none; margin: 0; font-size: clamp(1.75rem, 3.1vw, 2.9rem); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.svc-cta p { max-width: 46ch; margin: 0 0 1.25rem; color: var(--gray); line-height: 1.6; }
.svc-cta .button { background: var(--orange); border-color: var(--orange); color: #0b0b0c; }
.svc-cta .button:hover, .svc-cta .button:focus-visible { background: var(--white); border-color: var(--white); }

/* ---------- hover só com mouse ---------- */
@media (hover: hover) {
  .svc-cards li:hover { border-color: rgba(255, 81, 0, .75); background: var(--card-hot); transform: translateY(-3px); }
  .svc-cards li:hover .svc-ic { color: var(--orange); border-color: rgba(255, 81, 0, .6); background: rgba(255, 81, 0, .08); transform: scale(1.05); }
}

/* ---------- tablet e mobile: composições próprias ---------- */
@media (max-width: 1100px) {
  .svc-modules { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-modules > li, .svc-modules[data-n] > li:nth-child(n) { grid-column: span 1; }
  .svc-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .svc-hero { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "visual" "strip"; padding-top: calc(68px + 1.5rem); }
  .svc-visual { justify-self: center; max-height: none; max-width: 520px; }
  .brand-tile-hero { right: 0; }
  .svc-head, .svc-what .svc-head, .svc-local .svc-head { grid-template-columns: minmax(0, 1fr); gap: .9rem; }
  .svc-orbit { width: min(100%, 260px); margin-top: .5rem; }
  .svc-cta-grid { grid-template-columns: minmax(0, 1fr); }
  .svc-timeline { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; padding-left: 0; }
  .svc-timeline::before, .svc-timeline::after { top: 0; bottom: 0; left: 7px; right: auto; width: 2px; height: auto; }
  .svc-timeline::after { transform-origin: top; }
  .svc-js .svc-timeline:not(.is-in)::after { transform: scaleY(0); }
  .svc-timeline.is-in::after { animation-name: svc-line-y; }
  .svc-timeline li { display: grid; grid-template-columns: 48px minmax(0, 1fr); grid-template-areas: "ic h" "ic p"; column-gap: 1rem; row-gap: .3rem; padding: 0 0 0 2.4rem; }
  .svc-timeline li::before { top: 0; right: 0; font-size: 1.3rem; }
  .svc-dot { top: 12px; }
  .svc-timeline .svc-ic { grid-area: ic; width: 48px; height: 48px; margin: 0; }
  .svc-timeline h3 { grid-area: h; margin: 0; align-self: end; }
  .svc-timeline p { grid-area: p; max-width: none; }
}
@keyframes svc-line-y { from { transform: scaleY(0); } }
@media (max-width: 760px) {
  .svc-cards { grid-template-columns: minmax(0, 1fr); }
  .svc-related-grid { grid-template-columns: minmax(0, 1fr); }
  .svc-modules { grid-template-columns: minmax(0, 1fr); }
  .svc-modules h3 { padding-right: 6.5rem; }
}
@media (max-width: 720px) {
  .sales-service-page .svc-hero h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
  .svc-hero { gap: 1.25rem; }
  .svc-hero .button { width: 100%; justify-content: center; text-align: center; }
  .svc-strip strong { font-size: 1rem; }
  .svc-accordion summary { min-height: 64px; padding: 1rem .9rem 1rem 1.1rem; }
  .svc-accordion .faq-body p { padding: 0 1.1rem 1.25rem 1.1rem; }
  .svc-micro { width: 92px; }
  .group-links a { padding-block: .55rem; }
  .svc-related-grid span:not(.svc-rel-ic):not(.brand-tile) { font-size: .82rem; }
}
@media (max-width: 420px) {
  .svc-modules h3 { padding-right: 0; margin-top: .25rem; }
  .svc-micro { position: static; display: block; width: 96px; margin-top: 1rem; }
}

/* ---------- movimento reduzido: tudo visível e parado ---------- */
@media (prefers-reduced-motion: reduce) {
  .svc-page *, .svc-page *::before, .svc-page *::after { animation: none !important; transition: none !important; }
  .svc-js [data-reveal], .svc-js [data-reveal] li, .svc-js .svc-timeline li > * { opacity: 1 !important; transform: none !important; }
  .svc-js .svc-timeline::after, .svc-js [data-reveal="rule"] { transform: none !important; }
  .v-draw { stroke-dashoffset: var(--to, 0); }
}
