/* AG5 / Conexões. Design elementar, acentos de marca e responsivo. */

:root {
  color-scheme: dark;
  --bg: #0b0c0e;
  --surface: #121417;
  --surface-2: #191b1f;
  --fg: #f2f2ef;
  --muted: #a2a4ab;
  --line: #292c31;
  --light: #eaeae5;
  --ink: #18191b;
  --font: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --wrap: 1240px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; background: var(--bg); }
body { margin: 0; font: 400 16px/1.6 var(--font); color: var(--fg); background: var(--bg); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.1; font-weight: 500; }
ul, ol { margin: 0; padding: 0; list-style: none; }
svg { flex-shrink: 0; }
[hidden] { display: none !important; }
::selection { color: var(--bg); background: var(--fg); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; border-radius: 3px; }
.icons { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon, .button svg { width: 21px; height: 21px; stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(calc(100% - 112px), var(--wrap)); margin-inline: auto; }
.section { padding-block: 108px; }
.section-head { margin-bottom: 52px; }
.section-head h2, .about h2 { font-size: clamp(36px, 4.5vw, 62px); letter-spacing: -.055em; }
.section-head > p:last-child { margin-top: 20px; color: var(--muted); max-width: 47ch; }
.section-index, .eyebrow { font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.section-index { margin-bottom: 24px; color: var(--muted); }
.word-soft { color: var(--muted); }
.small-dot { display: inline-block; width: 6px; height: 6px; background: currentColor; border-radius: 50%; flex: 0 0 auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 54px; padding: 15px 22px; border: 1px solid var(--fg); background: var(--fg); color: var(--bg); font-size: 13px; font-weight: 700; border-radius: 7px; white-space: nowrap; transition: transform .2s var(--ease), background-color .2s; }
.button svg { width: 19px; height: 19px; }
.button--small { min-height: 42px; gap: 21px; padding: 10px 17px; font-size: 12px; }
.button--large { min-height: 62px; padding: 18px 26px; gap: 45px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; min-height: 44px; }
.text-link svg { width: 17px; height: 17px; }
.skip { position: absolute; left: 20px; top: -100px; z-index: 200; background: var(--fg); color: var(--bg); padding: 14px 20px; }
.skip:focus { top: 12px; }
.nav { position: sticky; top: 0; z-index: 50; background: var(--bg); border-bottom: 1px solid transparent; }
.nav.is-stuck, .nav.is-open { border-color: var(--line); }
.nav__inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { flex-shrink: 0; display: inline-block; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: #b9bbc0; font-size: 12px; font-weight: 500; padding: 12px 0; transition: color .2s; }
.nav__links a[aria-current="location"] { color: #fff; }
.nav__toggle { display: none; width: 44px; height: 44px; background: none; border: 1px solid var(--line); border-radius: 7px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav__toggle span { width: 17px; height: 1px; background: var(--fg); transition: transform .2s; }
.nav__toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.nav__panel { padding: 6px 28px 22px; border-top: 1px solid var(--line); background: var(--bg); }
.nav__panel a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
.nav__panel a span { font-size: 11px; color: var(--muted); }
.hero { position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 36px; min-height: 600px; padding-top: 14px; padding-bottom: 18px; }
.hero__copy { position: relative; z-index: 2; padding-block: 35px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: #bdc0c6; }
.hero h1 { font-size: clamp(54px, 6.45vw, 92px); font-weight: 500; letter-spacing: -.065em; line-height: 1.07; white-space: nowrap; }
.hero__description { max-width: 56ch; font-size: 16px; line-height: 1.8; color: var(--muted); margin-top: 28px; }
.hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; margin-bottom: 24px; }
.hero__actions .text-link { font-size: 12px; gap: 10px; }
.hero__rating { display: inline-flex; align-items: center; gap: 14px; margin-top: 20px; }
.brand-google { width: 29px; height: 29px; flex-shrink: 0; }
.brand-meta { width: 34px; height: 29px; color: #4595ff; flex-shrink: 0; }
.orbit-label--google .icon, .orbit-label--site .icon, .orbit-label--link .icon, .orbit-label--link360 .icon { color: #d5d6d8; }
.link-art__satellite--two .icon { color: #e4b65a; }
.rating-line { display: flex; align-items: center; gap: 8px; font-size: 12px; line-height: 1.4; }
.rating-line strong { font-weight: 700; }
.stars { color: #e4b65a; font-size: 12px; letter-spacing: 3px; white-space: nowrap; }
.rating-caption { display: block; margin-top: 4px; font-size: 10px; color: var(--muted); }
.hero__rating > .icon { margin-left: 7px; width: 14px; height: 14px; color: var(--muted); }
.hero__visual { position: relative; min-width: 0; aspect-ratio: 1; width: 104%; margin-left: 0; }
.hero__art { width: 100%; height: 100%; object-fit: contain; mask-image: radial-gradient(ellipse at center, #000 43%, transparent 72%); }
.orbit-label { position: absolute; display: flex; align-items: center; gap: 11px; background: #181a1e; border: 1px solid #3a3c42; border-radius: 8px; min-height: 44px; padding: 11px 16px; font-size: 11px; font-weight: 600; box-shadow: 0 12px 30px #0005; transition: transform .25s var(--ease), border-color .25s; }
.orbit-label .icon { width: 16px; height: 16px; }
.orbit-label > span { color: var(--muted); margin-left: 8px; }
.orbit-label--google { left: 12%; top: 19%; }
.orbit-label--link360 { right: 14%; top: 5%; }
.orbit-label--site { right: 2%; top: 51%; }
.orbit-label--link { left: 18%; bottom: 16%; }
.hero__visual-caption { position: absolute; bottom: 5%; left: 10%; right: 0; text-align: center; font-size: 10px; color: var(--muted); letter-spacing: .035em; }
.hero__bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 23px; font-size: 10px; color: var(--muted); }
.hero__bottom a { display: flex; align-items: center; gap: 28px; }
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust__inner { display: flex; gap: 55px; align-items: center; padding-block: 34px; }
.trust__number { display: flex; gap: 16px; align-items: center; flex: 0 0 auto; padding-right: 36px; border-right: 1px solid var(--line); }
.trust__number strong { font-size: 37px; line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.trust__number > span { font-size: 10px; line-height: 1.6; color: var(--muted); }
.trust__brands { flex: 1; min-width: 0; }
.brand-marquee__viewport { display: flex; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 70px, #000 calc(100% - 70px), transparent); mask-image: linear-gradient(90deg, transparent, #000 70px, #000 calc(100% - 70px), transparent); }
.brand-marquee__track { display: flex; flex: 0 0 auto; align-items: center; gap: 56px; padding-right: 56px; animation: brand-scroll 46s linear infinite; }
.brand-marquee__item { flex: 0 0 auto; }
.brand-marquee__item img { width: auto; height: 34px; opacity: .5; filter: grayscale(1); transition: opacity .45s var(--ease); }
.brand-marquee:hover .brand-marquee__track { animation-play-state: paused; }
.brand-marquee__item img:hover { opacity: 1; }
@keyframes brand-scroll { to { transform: translateX(-100%); } }
.client-moto { font-style: italic; font-size: 20px; font-weight: 800; letter-spacing: -.07em; }
.client-shineray { font-size: 14px; letter-spacing: .04em; font-weight: 800; }
.client-kanguru { font-family: Georgia, serif; font-size: 22px; font-weight: 700; }
.client-dental { font-size: 20px; font-weight: 600; letter-spacing: -.055em; }
.ecosystem__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: start; }
.ecosystem__left { position: sticky; top: 104px; align-self: start; }
.ecosystem__left .section-head { margin-bottom: 26px; }
.ecosystem__left .section-head > p:last-child { max-width: 44ch; }
.services { min-width: 0; }
.service-tab { display: flex; text-align: left; align-items: flex-start; gap: 20px; width: 100%; padding: 28px 4px; background: none; border: 0; border-top: 1px solid var(--line); cursor: pointer; }
.service-tab__number { color: var(--muted); font-size: 10px; margin-top: 7px; }
.service-tab__body { flex: 1; }
.service-tab__title { display: block; font-size: clamp(19px, 2vw, 25px); letter-spacing: -.035em; color: var(--muted); transition: color .2s; }
.service-tab__description { display: block; font-size: 12px; color: var(--muted); line-height: 1.7; max-width: 30ch; margin-top: 10px; }
.service-tab > svg { width: 18px; height: 18px; margin-top: 6px; color: var(--muted); }
.service-tab[aria-selected="true"] { border-top-color: var(--fg); }
.service-tab[aria-selected="true"] .service-tab__title, .service-tab[aria-selected="true"] > svg { color: var(--fg); }
.services__extra { border-top: 1px solid var(--line); padding-top: 25px; font-size: 11px; line-height: 1.8; color: var(--muted); display: flex; align-items: baseline; gap: 10px; }
.services__extra .small-dot { width: 4px; height: 4px; }
.service-stage { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--surface); min-width: 0; }
.service-panel { animation: panel-in .4s var(--ease); }
.service-panel__caption { border-top: 1px solid var(--line); padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.service-panel__caption span:first-child { font-size: 12px; }
.service-panel__cta { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .01em; color: var(--fg); padding-bottom: 5px; border-bottom: 1px solid currentColor; flex: 0 0 auto; transition: opacity .3s var(--ease), gap .3s var(--ease); }
.service-panel__cta .icon { width: 16px; height: 16px; }
.service-panel__cta:hover { opacity: .68; gap: 11px; }
.map-art, .web-art, .link-art { height: 340px; position: relative; overflow: hidden; }
.map-art { background: #17191d; isolation: isolate; }
.map-art__grid { position: absolute; inset: -80px; transform: rotate(-25deg); background-image: linear-gradient(#25282d 2px, transparent 2px), linear-gradient(90deg, #25282d 2px, transparent 2px); background-size: 84px 75px; }
.map-art__park { position: absolute; width: 180px; height: 120px; background: #202727; border: 8px solid #17191d; border-radius: 18px; top: 95px; right: -12px; transform: rotate(-25deg); }
.map-art__road { position: absolute; inset: -65% 30%; width: 52px; background: #32353b; border-inline: 4px solid #101216; transform: rotate(35deg); }
.map-art__crossroad { position: absolute; inset: 63% -30% auto; height: 30px; background: #2a2d33; border-block: 4px solid #101216; transform: rotate(22deg); }
.map-art__search { position: absolute; top: 27px; left: 25px; right: 25px; padding: 14px 17px; display: flex; gap: 13px; align-items: center; background: #0e1013; border: 1px solid #383b41; border-radius: 7px; font-size: 11px; color: #c0c1c6; }
.map-art__search .icon { width: 17px; height: 17px; }
.map-art__pin { position: absolute; top: 105px; left: 49%; width: 60px; height: 77px; filter: drop-shadow(0 10px 8px #0007); transform: translateX(-50%); }
.map-art__pin svg { width: 100%; height: 100%; }
.map-art__place { position: absolute; left: 50%; bottom: 41px; transform: translateX(-50%); white-space: nowrap; padding: 14px 20px 14px 14px; display: flex; align-items: center; gap: 12px; background: var(--fg); color: var(--ink); border-radius: 7px; box-shadow: 0 15px 30px #0005; }
.map-art__place-icon { background: #e0e1dd; border-radius: 5px; width: 40px; height: 40px; display: grid; place-items: center; }
.map-art__place strong, .map-art__place small { display: block; }
.map-art__place strong { font-size: 12px; }
.map-art__place small { font-size: 9px; color: #505258; margin-top: 3px; }
.map-art__point { position: absolute; background: #b9bdc2; border: 5px solid #282b30; outline: 1px solid #4c4f57; border-radius: 50%; width: 18px; height: 18px; }
.map-art__point--one { top: 126px; left: 17%; }
.map-art__point--two { right: 15%; bottom: 94px; }
.web-art { padding: 31px 35px; background: #181a1e; }
.web-art__window { height: 260px; background: #dfdfd8; color: #24262a; border-radius: 8px; overflow: hidden; transform: perspective(700px) rotateY(-7deg) rotateX(4deg); box-shadow: 18px 26px 38px #0005; }
.web-art__bar { padding: 9px 14px; background: #eeeee8; font-size: 8px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #c0c0b7; }
.web-art__bar > span:first-child { letter-spacing: 2px; color: #999b96; font-size: 7px; }
.web-art__bar .icon { width: 12px; height: 12px; }
.web-art__content { position: relative; padding: 19px 23px; isolation: isolate; overflow: hidden; height: 100%; }
.web-art__brand { display: block; font-weight: 800; font-size: 10px; }
.web-art__title { display: block; font-size: 29px; line-height: 1.06; letter-spacing: -.04em; margin-top: 16px; position: relative; z-index: 1; }
.web-art__title em { font-family: Georgia, serif; }
.web-art__button { display: inline-flex; align-items: center; gap: 22px; margin-top: 15px; font-size: 7px; padding: 8px 12px; background: #282a2b; color: #fff; }
.web-art__sculpture { position: absolute; right: 12%; top: 62px; width: 106px; height: 106px; transform: rotate(-25deg); z-index: -1; }
.web-art__sculpture span { position: absolute; inset: 0; border: 14px solid #686b68; border-radius: 50%; box-shadow: inset 2px 3px 8px #0007, 4px 8px 10px #0003; }
.web-art__sculpture span:nth-child(2) { transform: translate(26px,-15px); border-color: #969893; }
.web-art__sculpture span:nth-child(3) { transform: translate(49px,-29px); border-color: #b0b3aa; }
.web-art__tag { position: absolute; bottom: 20px; right: 25px; display: flex; align-items: center; gap: 9px; font-size: 9px; padding: 11px 13px; border-radius: 5px; background: #101215; border: 1px solid #373a40; }
.web-art__tag .icon { width: 14px; height: 14px; }
.link-art { display: grid; place-items: center; background: #17191d; }
.link-art__orbit { width: 290px; height: 210px; border: 1px solid #484b53; border-radius: 50%; transform: rotate(-29deg); position: absolute; }
.link-art__orbit::after { content: ""; position: absolute; inset: -25px; border: 1px solid #303238; border-radius: 50%; }
.link-art__phone { width: 169px; padding: 28px 14px 13px; border: 4px solid #4b4e56; border-radius: 26px 26px 0 0; position: relative; top: 25px; background: #f0f0eb; color: var(--ink); text-align: center; box-shadow: 10px 10px 30px #0006; }
.link-art__notch { position: absolute; top: 9px; left: calc(50% - 21px); width: 42px; height: 9px; background: #1e2024; border-radius: 9px; }
.link-art__avatar { display: grid; place-content: center; position: relative; width: 51px; height: 51px; border-radius: 50%; margin: 3px auto 10px; background: #212328; color: white; font-size: 20px; letter-spacing: -.07em; }
.link-art__avatar span { position: absolute; right: 9px; top: 8px; font-size: 11px; }
.link-art__phone > strong { display: block; font-weight: 600; font-size: 18px; line-height: 1.15; letter-spacing: -.045em; }
.link-art__bio { display: block; font-size: 7px; margin: 7px 0 14px; color: #62656c; }
.link-art__button { display: flex; justify-content: space-between; background: #dfdfd9; border-radius: 5px; padding: 9px; margin-top: 6px; font-size: 7px; }
.link-art__signature { display: block; font-size: 7px; margin-top: 12px; color: #62656c; }
.link-art__satellite { position: absolute; background: #292c32; border: 1px solid #4b4e56; border-radius: 10px; width: 46px; height: 46px; display: grid; place-items: center; z-index: 1; box-shadow: 0 10px 20px #0005; }
.link-art__satellite--one { left: 16%; bottom: 80px; transform: rotate(-12deg); }
.link-art__satellite--two { right: 14%; top: 85px; transform: rotate(12deg); }
.ecosystem__end { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 34px; margin-top: 38px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); line-height: 1.9; }
.ecosystem__end strong { font-weight: 400; color: var(--fg); }
.ecosystem__end .text-link { color: var(--fg); }
.method { background: var(--surface); border-block: 1px solid var(--line); }
.method__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; padding-top: 13px; }
.method__track li { position: relative; padding-top: 31px; border-top: 1px solid #44474e; }
.method__track li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border: 1px solid #b6b8be; background: var(--surface); border-radius: 50%; }
.method__number { color: var(--muted); font-size: 11px; }
.method__track h3 { margin-top: 22px; font-size: 27px; letter-spacing: -.04em; }
.method__track p { color: var(--muted); font-size: 12px; max-width: 25ch; margin-top: 14px; line-height: 1.8; }
.method__details { border-top: 1px solid var(--line); margin-top: 48px; font-size: 12px; }
.method__details summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; cursor: pointer; padding: 24px 0 0; }
.method__details summary::-webkit-details-marker { display: none; }
.plus { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.plus::before, .plus::after { position: absolute; content: ""; background: currentColor; width: 12px; height: 1px; top: 7px; left: 2px; }
.plus::after { transform: rotate(90deg); transition: transform .2s; }
.method__details[open] .plus::after { transform: rotate(0); }
.method__details ol { counter-reset: stage; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; padding-top: 26px; color: var(--muted); }
.method__details li { counter-increment: stage; display: flex; gap: 15px; }
.method__details li::before { content: counter(stage, decimal-leading-zero); color: var(--fg); font-size: 10px; margin-top: 2px; }
.reviews { position: relative; overflow: hidden; background: var(--light); color: var(--ink); color-scheme: light; }
.reviews__watermark { position: absolute; right: -40px; left: auto; bottom: -40px; width: clamp(280px, 34vw, 480px); aspect-ratio: 1; opacity: .11; pointer-events: none; user-select: none; z-index: 0; filter: saturate(1.15); transition: transform .8s var(--ease), opacity .5s; }
.reviews:hover .reviews__watermark { transform: scale(1.03); opacity: .15; }
.reviews__watermark svg { width: 100%; height: 100%; display: block; }
.reviews .section-index { color: #5d5e64; }
.reviews__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.reviews__intro h2 { font-size: clamp(30px, 3.2vw, 43px); letter-spacing: -.055em; line-height: 1.15; }
.reviews__score { display: flex; align-items: center; gap: 24px; margin-block: 40px 20px; }
.reviews__score > strong { font-size: 87px; line-height: 1; font-weight: 500; letter-spacing: -.075em; }
.reviews__score > span { display: flex; flex-direction: column; gap: 9px; font-size: 11px; line-height: 1.5; color: #53545a; }
.reviews__score .stars { color: #a56d12; font-size: 14px; }
.reviews__intro .text-link { border-bottom: 1px solid #b0b1ab; }
.review-slider { min-width: 0; border-left: 1px solid #c8c9c2; padding-left: 64px; display: flex; flex-direction: column; justify-content: space-between; }
.review-slides { display: grid; }
.review { animation: panel-in .35s var(--ease); }
.review__quote { display: block; font: 88px/.75 Georgia, serif; color: #71736d; height: 58px; }
.review blockquote { margin: 0; font-size: clamp(16px, 1.65vw, 21px); line-height: 1.65; letter-spacing: -.015em; min-height: 160px; }
.review figcaption { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.review__avatar { flex-shrink: 0; display: grid; place-items: center; width: 42px; height: 42px; background: #dadbd4; border: 1px solid #c7c8c1; color: #484b45; border-radius: 50%; font-size: 11px; }
.review figcaption > span:last-child { display: flex; flex-direction: column; gap: 4px; font-size: 10px; color: #5d5e64; }
.review figcaption strong { font-size: 12px; color: var(--ink); font-weight: 700; }
.review-slider__footer { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.muted { color: #676a62; }
.review-slider__controls { display: flex; gap: 9px; }
.round-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #babbb5; border-radius: 50%; background: none; cursor: pointer; transition: background .2s, transform .2s; }
.round-button .icon { width: 17px; height: 17px; }
#reviewPrev .icon { transform: rotate(180deg); }
.plan-row { display: grid; grid-template-columns: 90px 1fr 1.4fr auto; align-items: center; gap: 25px; padding: 30px 22px; border-top: 1px solid var(--line); transition: background .2s; }
.plan-row:last-child { border-bottom: 1px solid var(--line); }
.plan-row h3 { font-size: 31px; letter-spacing: -.05em; }
.plan-row p { font-size: 15px; letter-spacing: -.02em; }
.plan-row p span { display: block; font-size: 11px; color: var(--muted); margin-top: 5px; letter-spacing: 0; }
.plan-row__link { font-size: 11px; display: flex; align-items: center; gap: 35px; }
.plan-row__link .icon { width: 18px; height: 18px; }
.plan-row__symbol { display: flex; position: relative; align-items: center; height: 51px; padding-left: 9px; }
.plan-row__symbol i { display: block; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #b3b6be; background: #17191d; }
.plan-row__symbol i + i { margin-left: -27px; background: #23262b; border-color: #81868f; }
.plan-row__symbol i:nth-child(3) { background: #42464d; border-color: #a6acb5; }
.about { border-block: 1px solid var(--line); }
.about__grid { display: grid; grid-template-columns: .85fr 1.15fr; }
.about__mark { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 60px 35px; border-right: 1px solid var(--line); overflow: hidden; }
.about__mark::before, .about__mark::after { content: ""; width: 285px; height: 285px; border: 1px solid var(--line); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -54%); }
.about__mark::after { width: 360px; height: 360px; border-color: #1a1c21; }
.about__mark img { width: 250px; height: 250px; object-fit: contain; z-index: 1; }
.about__mark > span { position: relative; z-index: 1; font-size: 10px; color: var(--muted); margin-top: 28px; background: var(--bg); padding: 5px; }
.about__copy { padding: 70px 0 70px 75px; }
.about h2 { font-size: clamp(33px, 3.6vw, 48px); }
.about__copy > p:not(.section-index) { font-size: 13px; color: var(--muted); line-height: 1.9; margin-top: 22px; max-width: 47ch; }
.contact { text-align: center; padding-block: 108px 112px; }
.contact h2 { font-size: clamp(38px, 5.5vw, 76px); letter-spacing: -.06em; line-height: 1.12; }
.contact .section-index { margin-bottom: 28px; }
.contact__inner > p:not(.section-index) { font-size: 14px; color: var(--muted); margin-top: 26px; }
.contact .button { margin-top: 34px; }
.contact__email { display: block; width: fit-content; margin: 20px auto 0; font-size: 11px; color: var(--muted); padding: 6px; }
.footer { background: var(--bg); border-top: 1px solid var(--line); }
.footer__main { background: var(--bg); color: var(--fg); }
.footer__grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 80px; padding-block: 88px 72px; align-items: start; }
.footer__brand .brand { display: block; }
.footer__brand .brand img { width: 58px; height: 58px; }
.footer__brand > p { font-size: 14px; line-height: 1.75; margin-top: 26px; color: var(--muted); letter-spacing: -.005em; max-width: 34ch; }
.footer__reach { font-size: 11px !important; letter-spacing: .1em; text-transform: uppercase; color: var(--fg) !important; margin-top: 14px !important; font-weight: 600; }
.footer__social { display: flex; gap: 26px; margin-top: 34px; font-size: 11px; }
.footer__social a { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); padding-bottom: 5px; border-bottom: 1px solid transparent; letter-spacing: .02em; }
.footer__social svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.footer__social svg.wa-glyph { fill: currentColor; stroke: none; width: 17px; height: 17px; }
.footer__nav, .footer__contacts { display: flex; flex-direction: column; align-items: flex-start; }
.footer__nav h2, .footer__contacts h2 { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #7c8089; margin-bottom: 26px; }
.footer__nav a, .footer__contacts a { font-size: 13px; line-height: 1.7; color: var(--muted); margin-bottom: 13px; }
.footer__contacts address { font-size: 13px; line-height: 1.85; color: #7c8089; font-style: normal; margin-top: 10px; }
.footer__hours { font-size: 12px; line-height: 1.7; color: #7c8089; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.footer__bottom { background: var(--bg); border-top: 1px solid var(--line); color: #7c8089; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-block: 28px 32px; font-size: 10px; line-height: 1.8; letter-spacing: .01em; }
.footer__bottom-inner > span { color: #7c8089; }
.footer a { transition: color .25s var(--ease), border-color .25s var(--ease); }
.footer__main a:hover { color: var(--fg); }
.footer__social a:hover { border-bottom-color: currentColor; }
.footer__bottom a:hover { color: var(--fg); }
.footer address { font-style: normal; }
.back-top { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.wa { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 20px; }
.wa__fab { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; background: #25d366; color: #102d1b; box-shadow: 0 7px 28px #0005; }
.wa__bubble { position: relative; width: 306px; max-width: calc(100vw - 44px); padding: 0; color: var(--fg); background: #15171b; border: 1px solid #2c2f35; border-radius: 16px; box-shadow: 0 18px 50px -12px #000000b3, 0 2px 8px #0006; transition: opacity .5s var(--ease), transform .5s var(--ease); }
.wa__bubble:not(.is-on) { opacity: 0; transform: translateY(10px) scale(.985); }
.wa__bubble::after { content: ""; position: absolute; right: 19px; bottom: -9px; width: 18px; height: 18px; background: #15171b; border-right: 1px solid #2c2f35; border-bottom: 1px solid #2c2f35; transform: rotate(45deg); border-bottom-right-radius: 3px; }
.wa__bubble > p { display: flex; align-items: center; gap: 10px; margin: 0; padding: 15px 17px; background: linear-gradient(180deg, #1c1f24, #17191e); border-bottom: 1px solid #2c2f35; border-radius: 15px 15px 0 0; }
.wa__avatar { position: relative; width: 36px; height: 36px; flex: 0 0 auto; }
.wa__avatar img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid #3f434b; box-shadow: 0 0 0 3px #ffffff08; }
.wa__who { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: -.01em; color: var(--fg); }
.wa__on { position: relative; width: 6px; height: 6px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 3px #25d36622; }
.wa__on::after { content: "online"; position: absolute; left: 11px; top: 50%; transform: translateY(-50%); font-size: 9px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: #7c8089; }
.wa__msg { padding: 17px 17px 0; font-size: 13.5px; line-height: 1.6; letter-spacing: -.01em; color: #e8e8e4; }
.wa__form { padding: 14px 17px 17px; }
.wa__label { display: block; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8b8e95; margin-bottom: 9px; }
.wa__row { display: flex; align-items: center; gap: 8px; }
.wa__row input { flex: 1; min-width: 0; font: 400 13px/1.4 var(--font); color: var(--fg); background: #0e1013; border: 1px solid #32353c; border-radius: 9px; padding: 11px 13px; transition: border-color .25s var(--ease), background .25s var(--ease); }
.wa__row input::placeholder { color: #5f6269; }
.wa__row input:focus { outline: none; border-color: #4c5058; background: #101216; }
.wa__send { position: static !important; display: grid; place-items: center; width: 38px !important; height: 38px !important; flex: 0 0 auto; border-radius: 50% !important; background: #25d366 !important; color: #06240f !important; border: 0; cursor: pointer; box-shadow: 0 4px 14px #25d3663d; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.wa__send:hover { transform: translateY(-1px); box-shadow: 0 7px 20px #25d36659; }
.wa__send .icon { width: 17px; height: 17px; stroke: currentColor; stroke-width: 2; }
.wa__bubble a { font-size: 12px; }
.wa__bubble > button#waClose { position: absolute; right: 8px; top: 9px; width: 28px; height: 28px; border: 0; background: none; color: #6f727a; font-size: 19px; line-height: 1; cursor: pointer; border-radius: 50%; transition: color .25s var(--ease); }
.wa__bubble > button#waClose:hover { color: var(--fg); }
.wa__typing { letter-spacing: 5px; }
@keyframes panel-in { from { opacity: .5; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (hover:hover) and (pointer:fine) {
  .button:hover { background: #deded8; transform: translateY(-2px); }
  .nav__links a:hover, .text-link:hover, .footer a:hover { color: #fff; }
  .reviews .text-link:hover { color: #505450; }
  .orbit-label:hover { transform: translateY(-5px); border-color: #9d9fa6; }
  .service-tab:hover .service-tab__title { color: var(--fg); }
  .plan-row:hover { background: var(--surface); }
  .round-button:hover { background: #d8d9d1; transform: translateY(-2px); }
}
@media (min-width:1441px) {
  .hero__grid { min-height: 660px; }
}
@media (max-width:1100px) {
  .wrap { width: calc(100% - 72px); }
  .hero__grid { min-height: 540px; }
  .hero__actions { gap: 16px; }
  .hero__actions .text-link { font-size: 10px; }
  .trust__inner { gap: 30px; }
  .trust__number { padding-right: 24px; gap: 10px; }
  .brand-marquee__track { gap: 44px; padding-right: 44px; }
  .client-moto, .client-dental { font-size: 16px; }
  .client-shineray { font-size: 11px; }
  .client-kanguru { font-size: 19px; }
  .ecosystem__grid { gap: 40px; }
  .service-panel__caption { flex-direction: column; align-items: flex-start; gap: 10px; padding: 17px 22px; }
  .service-panel__cta { align-self: flex-end; }
  .reviews__grid { gap: 42px; }
  .review-slider { padding-left: 40px; }
  .review blockquote { min-height: 204px; }
  .about__copy { padding-left: 45px; }
}
@media (max-width:880px) {
  .wrap { width: calc(100% - 48px); }
  .section { padding-block: 76px; }
  .nav__inner { height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .hero__grid { min-height: 490px; grid-template-columns: 1.1fr 1fr; gap: 0; }
  .hero h1 { font-size: clamp(45px, 6.45vw, 58px); }
  .hero__description { font-size: 13px; }
  .hero__actions { flex-wrap: wrap; gap: 12px; }
  .hero__actions .text-link { font-size: 11px; }
  .hero__rating { margin-top: 25px; }
  .hero__visual { width: 118%; margin-left: -12%; }
  .orbit-label { padding: 10px; font-size: 10px; gap: 7px; min-height: 38px; }
  .orbit-label > span { margin-left: 0; }
  .orbit-label--google { left: 11%; top: 14%; }
  .orbit-label--site { right: 3%; }
  .hero__visual-caption { font-size: 8px; bottom: 1%; }
  .trust__inner { flex-direction: column; align-items: stretch; gap: 27px; }
  .trust__number { border: none; padding: 0; gap: 18px; }
  .trust__number strong { font-size: 33px; }
  .trust__brands { border-top: 1px solid var(--line); padding-top: 24px; }
  .ecosystem__grid { grid-template-columns: 1fr 1.1fr; gap: 28px; }
  .service-tab { gap: 10px; padding-block: 23px; }
  .service-tab__title { font-size: 19px; }
  .service-tab__description { font-size: 11px; }
  .map-art__place { padding: 11px; gap: 8px; }
  .map-art__place small { font-size: 8px; }
  .map-art__search { left: 15px; right: 15px; font-size: 9px; }
  .web-art { padding: 36px 22px; }
  .web-art__sculpture { right: 2%; opacity: .65; }
  .link-art__satellite--one { left: 5%; }
  .link-art__satellite--two { right: 5%; }
  .method__track { grid-template-columns: repeat(2, 1fr); gap: 38px; }
  .reviews__grid { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .review-slider { padding-left: 28px; }
  .review blockquote { font-size: 23px; min-height: 235px; }
  .reviews__score { gap: 15px; }
  .reviews__score > strong { font-size: 69px; }
  .plan-row { grid-template-columns: 56px .8fr 1.2fr 20px; padding-inline: 0; gap: 18px; }
  .plan-row h3 { font-size: 26px; }
  .plan-row__link { font-size: 0; gap: 0; }
  .about__grid { grid-template-columns: .85fr 1.15fr; }
  .about__mark img { width: 205px; height: 205px; }
  .about__copy { padding: 55px 0 55px 30px; }
  .about__mark > span { font-size: 8px; }
}
@media (max-width:640px) {
  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 { font-size: 37px; }
  .section-head > p:last-child { font-size: 13px; margin-top: 16px; max-width: 34ch; }
  .section-index { font-size: 10px; margin-bottom: 19px; }
  .nav__inner { height: 69px; }
  .nav__panel { max-height: calc(100svh - 69px); overflow-y: auto; }
  .hero__grid { display: flex; flex-direction: column; align-items: stretch; padding-top: 30px; padding-bottom: 0; min-height: auto; }
  .hero__copy { padding: 0; }
  .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(43px, 10.3vw, 64px); line-height: 1.08; letter-spacing: -.065em; }
  .hero__description { margin-top: 21px; font-size: 13px; max-width: 35ch; line-height: 1.8; }
  .hero__actions { margin-top: 24px; gap: 18px; flex-wrap: nowrap; }
  .hero__actions .button { font-size: 11px; padding: 13px 15px; gap: 19px; min-height: 47px; }
  .hero__actions .text-link { font-size: 10px; gap: 6px; }
  .hero__rating { margin-top: 26px; }
  .hero__visual { width: min(112%, 420px); margin: -7px 0 -2px; align-self: center; height: 305px; }
  .hero__art { position: absolute; inset: -25px 0 0; height: 345px; }
  .orbit-label { min-height: 36px; padding: 9px 12px; font-size: 10px; gap: 9px; }
  .orbit-label--google { left: 10%; top: 17%; }
  .orbit-label--site { right: 7%; top: 43%; }
  .orbit-label--link { left: 22%; bottom: 19%; }
  .hero__visual-caption { bottom: 7%; left: 0; font-size: 8px; }
  .hero__bottom { font-size: 8px; gap: 10px; padding-block: 17px; }
  .hero__bottom a { gap: 12px; }
  .trust__inner { padding-block: 25px; gap: 22px; }
  .trust__number strong { font-size: 37px; }
  .trust__number > span { font-size: 10px; }
  .trust__brands { padding-top: 22px; }
  .brand-marquee__track { gap: 34px; padding-right: 34px; animation-duration: 32s; }
  .brand-marquee__item img { height: 28px; }
  .brand-marquee__viewport { -webkit-mask-image: linear-gradient(90deg, transparent, #000 32px, #000 calc(100% - 32px), transparent); mask-image: linear-gradient(90deg, transparent, #000 32px, #000 calc(100% - 32px), transparent); }
  .client-moto, .client-dental { font-size: 18px; }
  .client-shineray { font-size: 13px; }
  .client-kanguru { font-size: 20px; }
  .ecosystem__grid { display: flex; flex-direction: column; gap: 25px; }
  .ecosystem__left { position: static; width: 100%; }
  .services, .service-stage { width: 100%; }
  .service-tab { padding: 19px 2px; gap: 16px; }
  .service-tab__title { font-size: 21px; }
  .service-tab__description { margin-top: 5px; font-size: 11px; max-width: 32ch; }
  .service-tab > svg { width: 17px; }
  .services__extra { padding-top: 18px; font-size: 10px; }
  .map-art, .web-art, .link-art { height: 305px; }
  .map-art__search { left: 20px; right: 20px; top: 22px; font-size: 10px; }
  .map-art__pin { top: 90px; width: 55px; height: 70px; }
  .map-art__place { bottom: 29px; padding: 13px; gap: 10px; }
  .map-art__place small { font-size: 8px; }
  .web-art { padding: 22px 23px; }
  .web-art__window { height: 244px; }
  .web-art__tag { right: 16px; bottom: 12px; font-size: 8px; }
  .link-art__phone { top: 13px; padding-top: 24px; }
  .link-art__satellite--one { left: 8%; }
  .link-art__satellite--two { right: 8%; }
  .service-panel__caption { padding: 17px 20px; gap: 4px; }
  .service-panel__caption span:first-child { font-size: 11px; }
  .ecosystem__end { flex-direction: column; align-items: flex-start; gap: 15px; margin-top: 27px; padding-top: 22px; font-size: 11px; }
  .ecosystem__end .text-link { font-size: 11px; }
  .method__track { gap: 34px 24px; padding-top: 7px; }
  .method__track li { padding-top: 19px; }
  .method__track h3 { margin-top: 15px; font-size: 24px; }
  .method__track p { font-size: 11px; margin-top: 11px; }
  .method__details { margin-top: 30px; font-size: 11px; }
  .method__details ol { grid-template-columns: 1fr; }
  .reviews__grid { display: block; }
  .reviews__watermark { width: 220px; left: auto; right: -25px; bottom: auto; top: 15px; opacity: .09; }
  .reviews__intro h2 { font-size: 34px; }
  .reviews__score { margin-block: 25px 14px; }
  .reviews__score > strong { font-size: 77px; }
  .review-slider { border-left: 0; border-top: 1px solid #c3c5bc; margin-top: 32px; padding: 31px 0 0; }
  .review__quote { height: 45px; font-size: 72px; }
  .review blockquote { font-size: 16px; min-height: 170px; line-height: 1.6; }
  .review figcaption { margin-top: 25px; }
  .plan-row { grid-template-columns: 42px 1fr 20px; gap: 16px; padding-block: 23px; position: relative; }
  .plan-row__symbol { grid-row: 1 / 3; padding-left: 0; height: 44px; }
  .plan-row__symbol i { width: 31px; height: 31px; flex-shrink: 0; }
  .plan-row__symbol i + i { margin-left: -23px; }
  .plan-row h3 { font-size: 26px; }
  .plan-row p { grid-column: 2; grid-row: 2; font-size: 12px; }
  .plan-row p span { font-size: 10px; margin-top: 3px; }
  .plan-row__link { grid-column: 3; grid-row: 1 / 3; }
  .about__grid { display: flex; flex-direction: column; }
  .about__mark { padding: 44px 20px 38px; border-right: none; border-bottom: 1px solid var(--line); }
  .about__mark img { width: 168px; height: 168px; }
  .about__mark::before { width: 188px; height: 188px; }
  .about__mark::after { width: 240px; height: 240px; }
  .about__mark > span { margin-top: 20px; font-size: 9px; }
  .about__copy { padding: 43px 0 48px; }
  .about h2 { font-size: 37px; }
  .about__copy > p:not(.section-index) { font-size: 12px; }
  .contact h2 { font-size: 38px; }
  .contact h2 br { display: none; }
  .contact__inner > p:not(.section-index) { font-size: 12px; margin-top: 22px; }
  .contact .button { min-height: 54px; font-size: 12px; margin-top: 28px; }
  .contact__email { font-size: 10px; margin-top: 17px; }
  .footer__social { margin-left: 0; flex-basis: 100%; gap: 29px; font-size: 11px; }
  .footer__bottom { flex-wrap: wrap; gap: 20px; font-size: 9px; padding-bottom: 27px; }
  .footer__bottom p { flex-basis: 100%; }
  .back-top { margin-left: auto; }
  .wa { bottom: 16px; right: 16px; }
}
@media (max-width:359px) {
  .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 39px; }
  .hero__actions { gap: 10px; }
  .hero__actions .button { gap: 12px; padding-inline: 13px; }
  .hero__actions .text-link { font-size: 9px; }
  .hero__visual { height: 275px; }
  .hero__art { height: 310px; }
  .section-head h2, .contact h2 { font-size: 33px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .brand-marquee__viewport { overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .brand-marquee__viewport::-webkit-scrollbar { display: none; }
  .brand-marquee__track { animation: brand-scroll 150s linear infinite !important; }
  .essencia-reel__viewport { overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .essencia-reel__viewport::-webkit-scrollbar { display: none; }
  .essencia-reel__track { animation: essencia-scroll 300s linear infinite !important; }
}
@media print {
  :root { --bg: #fff; --surface: #fff; --surface-2: #eee; --fg: #111; --muted: #555; --line: #ccc; }
  html, body { background: #fff; color: #111; }
  .nav, .wa, .hero__visual, .hero__bottom, .services, .review-slider__controls { display: none !important; }
  .wrap { width: 100%; }
  .section { padding-block: 25px; }
  .hero__grid, .ecosystem__grid, .reviews__grid, .about__grid { display: block; }
  .hero h1 { font-size: 50px; }
  .hero__copy { padding: 20px 0; }
  .review[data-review][hidden] { display: block !important; }
  .review { margin-bottom: 24px; break-inside: avoid; }
  .review blockquote { min-height: 0; }
  .review-slider { border: none; padding-left: 0; }
  .review-slider__footer { display: none; }
  .about__mark { display: none; }
  .about__copy { padding: 20px 0; }
  .contact__inner .button { border-color: #111; }
  .brand img { filter: invert(1); }
}
/* Expansão editorial: tráfego pago, acompanhamento e dúvidas. */
.traffic { border-bottom: 1px solid var(--line); padding-block: 84px; }
.traffic .section-head { margin-bottom: 40px; }
.traffic .section-head > p:last-child { max-width: 59ch; }
.traffic__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.traffic__copy { align-self: center; }
.traffic__copy .text-link { margin-top: 28px; }
.traffic__lead { font-size: clamp(22px, 2.4vw, 31px); letter-spacing: -.035em; line-height: 1.35; }
.traffic__copy > p:not(.traffic__lead) { margin-top: 22px; font-size: 13px; line-height: 1.9; color: var(--muted); max-width: 50ch; }
.traffic__channels { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 26px; }
.traffic__channels > div { display: flex; align-items: flex-start; gap: 13px; }
.channel-symbol { font: 700 28px/1.2 Arial,sans-serif; }
.channel-symbol--meta { font-size: 36px; line-height: .9; }
.traffic__channels h3 { font-size: 14px; font-weight: 600; margin-top: 3px; }
.traffic__channels p { font-size: 11px; line-height: 1.8; color: var(--muted); margin-top: 10px; }
.traffic__right { display: flex; flex-direction: column; align-items: flex-end; gap: 20px; width: 100%; align-self: center; }
.traffic__case { border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, 0.015); padding: 42px 36px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); width: 100%; }
.traffic__case-cta { display: flex; justify-content: flex-end; width: 100%; }
.traffic__case-cta .button { font-size: 13px; }
.traffic__case-top { display: flex; justify-content: center; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--line); width: 100%; flex-wrap: wrap; }
.traffic__case-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.traffic__case-badge .icon { width: 15px; height: 15px; color: var(--fg); opacity: .55; }
.traffic__case-tag { font-size: 11px; padding: 4px 12px; border-radius: 999px; border: 1px solid rgba(52, 211, 153, 0.35); background: rgba(52, 211, 153, 0.08); color: #a7f3d0; font-weight: 600; font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; }
.traffic__voice-box { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; }
.traffic__voice-label { font-size: 11px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.traffic__voice-text { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; color: var(--fg); font-style: italic; margin: 0; max-width: 36ch; text-align: center; }
.traffic__voice-player { display: flex; align-items: center; gap: 16px; padding: 12px 20px; background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; width: 100%; max-width: 440px; margin-top: 6px; }
.traffic__voice-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.06); color: var(--fg); display: grid; place-items: center; cursor: pointer; flex-shrink: 0; transition: background .2s, border-color .2s, transform .2s; }
.traffic__voice-btn:hover { background: var(--fg); color: var(--bg); transform: scale(1.05); }
.traffic__voice-btn svg { width: 14px; height: 14px; }
.traffic__voice-wave { flex: 1; display: flex; align-items: center; height: 28px; cursor: pointer; position: relative; padding: 2px 0; touch-action: manipulation; }
.traffic__audio-waveform { display: flex; align-items: center; justify-content: space-between; gap: 3px; width: 100%; height: 100%; }
.traffic__audio-waveform span { display: inline-block; flex: 1; min-width: 2px; max-width: 4px; background: rgba(255, 255, 255, 0.2); border-radius: 999px; height: 6px; transition: background .12s ease, transform .12s ease, opacity .12s ease; transform-origin: center; }
.traffic__audio-waveform span:nth-child(1) { height: 6px; }
.traffic__audio-waveform span:nth-child(2) { height: 10px; }
.traffic__audio-waveform span:nth-child(3) { height: 16px; }
.traffic__audio-waveform span:nth-child(4) { height: 12px; }
.traffic__audio-waveform span:nth-child(5) { height: 20px; }
.traffic__audio-waveform span:nth-child(6) { height: 24px; }
.traffic__audio-waveform span:nth-child(7) { height: 17px; }
.traffic__audio-waveform span:nth-child(8) { height: 9px; }
.traffic__audio-waveform span:nth-child(9) { height: 15px; }
.traffic__audio-waveform span:nth-child(10) { height: 22px; }
.traffic__audio-waveform span:nth-child(11) { height: 25px; }
.traffic__audio-waveform span:nth-child(12) { height: 19px; }
.traffic__audio-waveform span:nth-child(13) { height: 13px; }
.traffic__audio-waveform span:nth-child(14) { height: 21px; }
.traffic__audio-waveform span:nth-child(15) { height: 26px; }
.traffic__audio-waveform span:nth-child(16) { height: 20px; }
.traffic__audio-waveform span:nth-child(17) { height: 15px; }
.traffic__audio-waveform span:nth-child(18) { height: 11px; }
.traffic__audio-waveform span:nth-child(19) { height: 18px; }
.traffic__audio-waveform span:nth-child(20) { height: 23px; }
.traffic__audio-waveform span:nth-child(21) { height: 17px; }
.traffic__audio-waveform span:nth-child(22) { height: 9px; }
.traffic__audio-waveform span:nth-child(23) { height: 14px; }
.traffic__audio-waveform span:nth-child(24) { height: 19px; }
.traffic__audio-waveform span:nth-child(25) { height: 22px; }
.traffic__audio-waveform span:nth-child(26) { height: 15px; }
.traffic__audio-waveform span:nth-child(27) { height: 8px; }
.traffic__audio-waveform span:nth-child(28) { height: 5px; }
.traffic__voice-wave:hover span:not(.is-active) { background: rgba(255, 255, 255, 0.32); }
.traffic__audio-waveform span.is-active { background: #34d399; }
.traffic__audio-waveform span.is-current { background: #a7f3d0; animation: audioWavePulse 0.45s ease-in-out infinite alternate; }
@keyframes audioWavePulse { 0% { transform: scaleY(0.9); opacity: .85; } 100% { transform: scaleY(1.35); opacity: 1; } }
.traffic__voice-time { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; min-width: 28px; text-align: right; flex-shrink: 0; }
.service-panel__detail { padding: 20px 24px 23px; border-top: 1px solid var(--line); min-height: 136px; }
.service-panel__detail p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-panel__detail > span { display: block; margin-top: 12px; color: var(--fg); font-size: 10px; }
.service-panel__feedback { padding: 18px 24px 22px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, 0.012); display: flex; flex-direction: column; gap: 12px; }
.service-panel__feedback-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.service-panel__feedback-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.service-panel__feedback-icon { width: 15px; height: 15px; color: var(--fg); opacity: .55; }
.service-panel__feedback-quote { color: #ffffff; font-style: italic; font-size: 13px; font-weight: 500; letter-spacing: -.01em; }
.service-panel__feedback-player { display: flex; align-items: center; gap: 14px; padding: 10px 18px; background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 999px; width: 100%; }
.method-stages { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 44px; align-items: start; }
.method-stages details { border-top: 1px solid var(--line); }
.method-stages summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 15px; padding-block: 20px; font-size: 12px; min-height: 67px; }
.method-stages summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none; }
.method-stages summary > span { flex: 0 0 auto; min-width: 34px; color: var(--fg); font-size: 19px; font-weight: 500; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; opacity: .7; transition: opacity .35s var(--ease); }
.method-stages details:hover summary > span, .method-stages [open] summary > span { opacity: 1; }
.method-stages details:nth-child(7) { grid-column: 1 / -1; justify-self: center; width: calc(50% - 22px); }
.method-stages summary .plus { margin-left: auto; }
.method-stages details > p { color: var(--muted); font-size: 12px; line-height: 1.9; padding: 0 28px 23px; }
.method-stages [open] .plus::after, .faq [open] .plus::after { transform: rotate(0); }
.operation { border-bottom: 1px solid var(--line); }
.operation .section-head > p:last-child { max-width: 58ch; }
.operation__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.operation__panel { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 29px 32px; }
.operation__panel-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; color: var(--muted); }
.operation__panel-top .icon { width: 17px; height: 17px; }
.operation__availability { display: flex; align-items: center; gap: 25px; margin-block: 29px; }
.operation__availability strong { font-size: 87px; font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.operation__availability strong span { font-size: 39px; margin-left: 3px; }
.operation__availability p { font-size: 12px; color: var(--muted); line-height: 1.8; }
.operation__indicators li { display: flex; justify-content: space-between; gap: 20px; padding-block: 16px; border-top: 1px solid var(--line); font-size: 11px; }
.operation__indicators span { color: var(--muted); }
.operation__indicators strong { font-weight: 500; text-align: right; }
.operation__panel > p { margin-top: 13px; font-size: 10px; color: var(--muted); }
.operation__benefits article { display: flex; gap: 22px; border-top: 1px solid var(--line); padding-block: 26px; }
.operation__benefits article > span { font-size: 10px; color: var(--muted); margin-top: 5px; }
.operation__benefits h3 { font-size: 23px; letter-spacing: -.035em; }
.operation__benefits p { font-size: 13px; color: var(--muted); line-height: 1.9; margin-top: 13px; max-width: 44ch; }
.responsibility { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 60px; padding-top: 34px; border-top: 1px solid var(--line); }
.responsibility__label { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 17px; }
.responsibility h3 { font-size: 24px; letter-spacing: -.035em; }
.responsibility p { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 14px; max-width: 51ch; }
.responsibility__note { font-size: 11px; color: var(--muted); padding-top: 25px; margin-top: 28px; border-top: 1px solid var(--line); }
.plan-guidance { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; }
.plan-guidance p { font-size: 12px; color: var(--muted); line-height: 1.9; }
.plan-guidance strong { font-weight: 400; }
.plan-guidance .text-link { white-space: nowrap; }
.faq { position: relative; }
.faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.faq__intro { position: sticky; top: 110px; }
.faq__intro h2 { font-size: clamp(34px, 4vw, 50px); letter-spacing: -.05em; line-height: 1.12; margin-block: 14px 18px; }
.faq__lead { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 38ch; }

.faq__support-card { margin-top: 36px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); transition: border-color .3s, background-color .3s; }
.faq__support-card:hover { border-color: rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.035); }
.faq__support-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.faq__support-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 10px rgba(52, 211, 153, 0.7); display: inline-block; }
.faq__support-tag { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; }
.faq__support-title { font-size: 15px; font-weight: 600; color: var(--fg); line-height: 1.4; margin-bottom: 8px; letter-spacing: -.02em; }
.faq__support-desc { font-size: 12px; line-height: 1.7; color: var(--muted); margin-bottom: 18px; }
.faq__support-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; color: var(--fg); border-bottom: 1px solid rgba(255, 255, 255, 0.35); padding-bottom: 3px; transition: border-color .2s, transform .2s; }
.faq__support-link:hover { border-color: var(--fg); transform: translateX(3px); }
.faq__support-link .icon { width: 14px; height: 14px; }

.faq__list { display: flex; flex-direction: column; gap: 10px; }
.faq__item { border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, 0.015); transition: background .3s var(--ease), border-color .3s var(--ease); overflow: hidden; }
.faq__item:hover { border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.03); }
.faq__item[open] { border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.04); }

.faq__item summary { display: flex; align-items: center; gap: 20px; cursor: pointer; list-style: none; padding: 22px 26px; font-size: 15px; font-weight: 500; letter-spacing: -.02em; user-select: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::marker { display: none; }

.faq__item-num { font-size: 11px; font-family: monospace; letter-spacing: .05em; color: var(--muted); opacity: .92; flex-shrink: 0; }
.faq__item[open] .faq__item-num { color: #88a4ff; opacity: 1; }
.faq__item-title { flex-grow: 1; color: var(--fg); line-height: 1.45; }

.faq__icon { position: relative; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); flex-shrink: 0; display: grid; place-items: center; transition: transform .35s var(--ease), background .25s, border-color .25s; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--fg); width: 12px; height: 1.5px; border-radius: 2px; }
.faq__icon::after { transform: rotate(90deg); transition: transform .35s var(--ease); }
.faq__item[open] .faq__icon { transform: rotate(45deg); background: var(--fg); border-color: var(--fg); }
.faq__item[open] .faq__icon::before, .faq__item[open] .faq__icon::after { background: var(--bg); }

.faq__content { padding: 0 26px 24px 62px; animation: faqFadeIn .3s var(--ease); }
.faq__content p { font-size: 13px; line-height: 1.9; color: var(--muted); margin: 0; }

@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Divisor Arquitetural Premium (FAQ -> Formulário) */
.section-divider { position: relative; padding-block: 40px; overflow: hidden; }
.section-divider__inner { display: flex; align-items: center; justify-content: center; gap: 24px; position: relative; }
.section-divider__line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--line) 40%, rgba(255, 255, 255, 0.18) 100%); }
.section-divider__inner > .section-divider__line:last-child { background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, var(--line) 60%, transparent 100%); }
.section-divider__badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 22px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; background: rgba(18, 20, 24, 0.7); backdrop-filter: blur(12px); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35); position: relative; }
.section-divider__badge span:last-child { color: rgba(255, 255, 255, 0.85); font-weight: 500; }
.section-divider__spark { width: 6px; height: 6px; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 12px #60a5fa, 0 0 20px rgba(96, 165, 250, 0.6); animation: sparkPulse 2.8s infinite ease-in-out; }

@keyframes sparkPulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.4); opacity: 1; }
}

/* Seção de Resultados Reais 2026 (Direta e Objetiva) */
.results { position: relative; border-bottom: 1px solid var(--line); }
.results__header-simple { max-width: 680px; margin-bottom: 40px; }
.results__header-simple h2 { font-size: clamp(32px, 3.8vw, 48px); letter-spacing: -.05em; line-height: 1.15; margin-block: 14px 16px; }
.results__header-simple p:last-child { font-size: 14px; line-height: 1.8; color: var(--muted); }

.results__duo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.results__block { border-radius: 14px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.015); padding: 32px 30px; display: flex; flex-direction: column; }
.results__block-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.results__block-badge { width: 10px; height: 10px; border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.results__block-badge--organic { background: #34a853; box-shadow: 0 0 10px rgba(52, 168, 83, 0.8); }
.results__block-badge--paid { background: #4595ff; box-shadow: 0 0 10px rgba(69, 149, 255, 0.8); }
.results__block-top h3 { font-size: 22px; font-weight: 700; letter-spacing: -.03em; margin: 0 0 4px; }
.results__block-top small { font-size: 11px; color: var(--muted); }

.results__stats-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.results__stats-list li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 18px; border-radius: 8px; background: rgba(0, 0, 0, 0.22); border: 1px solid rgba(255, 255, 255, 0.04); transition: border-color .2s; }
.results__stats-list li:hover { border-color: rgba(255, 255, 255, 0.12); }
.results__stat-item--main { background: rgba(255, 255, 255, 0.035) !important; border-color: rgba(255, 255, 255, 0.12) !important; }
.results__stat-item--total { background: rgba(16, 26, 22, 0.6) !important; border-color: rgba(52, 211, 153, 0.35) !important; margin-top: 6px; }

.results__stat-info { display: flex; align-items: center; gap: 12px; }
.results__stat-icon { width: 17px; height: 17px; color: var(--muted); flex-shrink: 0; }
.results__stat-icon--wa { color: #34d399; }
.results__stat-label { font-size: 13px; color: #d1d5db; letter-spacing: -.01em; }
.results__stat-num { font-size: 19px; font-weight: 700; color: var(--fg); letter-spacing: -.03em; font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; white-space: nowrap; }
.results__stat-num--green { color: #34d399; font-size: 21px; }
.results__stat-num--blue { color: #60a5fa; font-size: 21px; }
.results__stat-num--total { color: #a7f3d0; font-size: 22px; }

.results__niches-strip { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); line-height: 1.6; }
.results__niches-strip span { color: var(--fg); font-weight: 600; }

.results__live-bar { margin-top: 28px; padding: 14px 20px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.2); display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--muted); }
.results__live-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; animation: liveDotPulse 2s infinite ease-in-out; flex-shrink: 0; }
@keyframes liveDotPulse { 0%, 100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.3); opacity: 1; } }

.contact__inner > p.contact__reassurance { font-size: 10px; color: var(--muted); margin-top: 20px; }
@media (max-width:1100px) {
  .traffic__grid, .operation__grid { gap: 38px; }
  .results__kpis-grid { grid-template-columns: repeat(2, 1fr); }
  .capture-flow { padding: 23px; }
  .capture-flow__sources { gap: 7px; }
  .capture-flow__sources span { padding: 8px 10px; font-size: 9px; }
  .capture-flow__step { padding: 16px; gap: 11px; }
  .operation__panel { padding: 25px; }
  .operation__indicators li { font-size: 10px; gap: 10px; }
  .faq__grid { gap: 45px; }
}
@media (max-width:880px) {
  .results__duo { grid-template-columns: 1fr; }
  .traffic__grid { gap: 29px; grid-template-columns: .95fr 1.05fr; }
  .traffic__channels { grid-template-columns: 1fr; gap: 23px; margin-top: 24px; padding-top: 22px; }
  .traffic__channels p { margin-top: 6px; }
  .capture-flow { padding: 20px 16px; }
  .capture-flow__step { padding: 15px 12px; }
  .capture-flow__step strong { font-size: 12px; }
  .capture-flow__step div > span { font-size: 9px; }
  .capture-flow__step > .icon { width: 15px; height: 15px; }
  .capture-flow__sources span { font-size: 8px; padding: 8px; }
  .traffic__metrics { font-size: 11px; gap: 15px; }
  .method-stages { column-gap: 25px; }
  .method-stages summary { font-size: 11px; gap: 10px; }
  .operation__grid { gap: 28px; }
  .operation__availability { flex-wrap: wrap; gap: 15px; }
  .operation__benefits h3 { font-size: 20px; }
  .operation__benefits p { font-size: 12px; }
  .operation__benefits article { gap: 13px; }
  .operation__indicators li { flex-direction: column; gap: 5px; }
  .operation__indicators strong { text-align: left; }
  .responsibility { gap: 35px; }
  .responsibility h3 { font-size: 22px; }
  .plan-guidance { align-items: flex-start; flex-direction: column; gap: 12px; }
  .faq__grid { gap: 30px; grid-template-columns: .75fr 1.25fr; }
  .faq .section-head h2 { font-size: 34px; }
  .faq summary { font-size: 12px; }
}
@media (max-width:640px) {
  .traffic__grid, .operation__grid, .faq__grid { display: block; }
  .traffic__right { margin-top: 36px; align-items: stretch; }
  .traffic__case-cta { justify-content: stretch; }
  .traffic__case-cta .button { width: 100%; justify-content: center; }
  .traffic__lead { font-size: 24px; }
  .traffic__copy > p:not(.traffic__lead) { margin-top: 18px; font-size: 12px; }
  .traffic__channels { grid-template-columns: 1fr 1fr; gap: 16px; }
  .traffic__channels > div { gap: 10px; }
  .traffic__channels h3 { font-size: 13px; }
  .traffic__channels p { font-size: 10px; }
  .channel-symbol { font-size: 25px; }
  .channel-symbol--meta { font-size: 31px; }
  .traffic__copy .text-link { margin-block: 23px 27px; font-size: 12px; }
  .capture-flow { padding: 23px 17px; }
  .capture-flow__top { font-size: 10px; margin-bottom: 23px; }
  .capture-flow__sources { gap: 8px; }
  .capture-flow__sources span { font-size: 9px; padding: 8px 10px; }
  .capture-flow__step { gap: 12px; padding: 16px 12px; }
  .capture-flow__step strong { font-size: 11px; }
  .capture-flow__step div > span { font-size: 9px; }
  .capture-flow__foot { font-size: 8px; }
  .traffic__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 12px; margin-top: 28px; font-size: 10px; }
  .traffic__metrics > p { font-size: 10px; }
  .traffic__metrics > span { gap: 7px; }
  .traffic__note { font-size: 10px; line-height: 1.9; }
  .service-panel__detail { padding: 18px 20px 22px; min-height: 151px; }
  .service-panel__detail p { font-size: 11px; }
  .service-panel__detail > span { font-size: 9px; }
  .method-stages { display: block; margin-top: 31px; }
  .method-stages details:nth-child(7) { width: auto; justify-self: stretch; grid-column: auto; }
  .method-stages summary { font-size: 12px; gap: 12px; min-height: 64px; }
  .method-stages details > p { font-size: 11px; padding-inline: 27px 5px; }
  .operation__panel { padding: 24px; }
  .operation__availability { flex-wrap: nowrap; gap: 24px; }
  .operation__availability strong { font-size: 79px; }
  .operation__availability p { font-size: 11px; }
  .operation__indicators li { flex-direction: row; font-size: 10px; }
  .operation__indicators strong { text-align: right; }
  .operation__benefits { margin-top: 29px; }
  .operation__benefits article { padding-block: 23px; gap: 18px; }
  .operation__benefits h3 { font-size: 22px; }
  .operation__benefits p { font-size: 12px; margin-top: 11px; }
  .responsibility { grid-template-columns: 1fr; gap: 26px; margin-top: 24px; padding-top: 27px; }
  .responsibility > div + div { border-top: 1px solid var(--line); padding-top: 26px; }
  .responsibility__label { margin-bottom: 13px; }
  .responsibility h3 { font-size: 23px; }
  .responsibility p { font-size: 11px; margin-top: 12px; }
  .responsibility__note { font-size: 10px; line-height: 1.9; }
  .plan-guidance { margin-top: 20px; }
  .plan-guidance p { font-size: 11px; }
  .plan-guidance .text-link { font-size: 11px; }
  .faq__intro { position: static; margin-bottom: 34px; }
  .faq__intro h2 { font-size: clamp(28px, 6vw, 36px); }
  .faq__lead { font-size: 13px; }
  .faq__support-card { margin-top: 24px; padding: 20px; border-radius: 14px; }
  .faq__item summary { padding: 18px 16px; font-size: 13px; gap: 12px; }
  .faq__content { padding: 0 16px 18px 40px; }
  .faq__content p { font-size: 12px; line-height: 1.75; }
  .section-divider { padding-block: 30px; }
  .section-divider__badge { font-size: 9px; padding: 8px 16px; }
  .contact__inner > p.contact__reassurance { font-size: 9px; line-height: 1.8; }
}
@media print {
  .traffic__grid, .operation__grid, .faq__grid { display: block; }
  .capture-flow { display: none; }
  .method-stages { display: block; }
  .method-stages details:nth-child(7) { width: auto; justify-self: stretch; grid-column: auto; }
  details { break-inside: avoid; }
}


/* Carrossel vertical da essência AG5 */
.essencia-reel { margin-top: 0; padding-block: 34px 60px; grid-column: 1 / -1; border-top: 1px solid var(--line); }
.essencia-reel__viewport { display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 90px, #000 calc(100% - 90px), transparent); mask-image: linear-gradient(90deg, transparent, #000 90px, #000 calc(100% - 90px), transparent); }
.essencia-reel__track { display: flex; flex: 0 0 auto; gap: 18px; padding-right: 18px; animation: essencia-scroll 96s linear infinite; }
.essencia-reel__item { flex: 0 0 auto; width: 174px; aspect-ratio: 9 / 16; border-radius: 10px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.essencia-reel__item img, .essencia-reel__item video { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1) contrast(1.02); opacity: .62; transition: opacity .5s var(--ease), filter .5s var(--ease); }
.essencia-reel:hover .essencia-reel__track { animation-play-state: paused; }
.essencia-reel__item:hover img, .essencia-reel__item:hover video { filter: grayscale(0); opacity: 1; }
@keyframes essencia-scroll { to { transform: translateX(-100%); } }
.about__expertise { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.about__expertise li { display: flex; align-items: center; gap: 8px; font-size: 10px; color: var(--muted); }
.about__expertise li::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.footer__social { flex-wrap: wrap; justify-content: flex-start; }
@media(max-width:880px) {
  .footer__social { gap: 10px 22px; }
}
@media(max-width:640px) {
  .footer__social { justify-content: flex-start; max-width: none; gap: 5px 22px; }
  .about__expertise { gap: 11px 16px; }
  .about__expertise li { font-size: 9px; }
}

@media(max-width:760px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; padding-block: 45px 48px; }
  .footer__brand .brand { margin-top: 0; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__brand > p { font-size: 13px; }
  .footer__nav h2, .footer__contacts h2 { font-size: 15px; }
  .footer__nav a, .footer__contacts a, .footer__contacts address { font-size: 12px; }
  .footer__bottom-inner { flex-wrap: wrap; gap: 13px 24px; padding-block: 20px 24px; }
  .footer__bottom-inner > p { flex-basis: 100%; }
  .footer__bottom-inner > span { order: 3; }
  .footer__bottom-inner .back-top { margin-left: auto; }
}

@media(max-width:430px) {
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__brand, .footer__nav, .footer__contacts { grid-column: auto; }
  .footer__contacts address { margin-bottom: 0; }
  .footer__bottom-inner > span { font-size: 9px; }
}

/* Vídeo real, captação e formulário de WhatsApp. */
.hero h1 { font-size: clamp(43px,4.75vw,68px); }
.video-story { border-bottom:1px solid var(--line); }
.video-story__heading { text-align:center; max-width:700px; margin:0 auto 48px; }
.video-story__heading > p:last-child { max-width:60ch; margin:22px auto 0; font-size:13px; color:var(--muted); line-height:1.85; }
.video-story__balance { display:grid; grid-template-columns:minmax(0,1fr) minmax(240px,320px) minmax(0,1fr); gap:32px; align-items:center; }
.scope-card { --card-accent:#92bca7; --card-line:#2a4438; background:#101a16; border:1px solid var(--card-line); border-radius:12px; padding:29px 27px; position:relative; overflow:hidden; }
.scope-card--no { --card-accent:#d0a1a6; --card-line:#4b2c32; background:#1b1215; }
.scope-card::before { content:""; position:absolute; top:0; left:27px; right:27px; height:2px; background:var(--card-accent); opacity:.55; }
.scope-card__top { display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:30px; }
.scope-card__label { font-size:13px; font-weight:600; color:var(--card-accent); letter-spacing:.01em; }
.scope-card__icon { display:grid; place-items:center; width:32px; height:32px; border:1px solid var(--card-line); border-radius:50%; color:var(--card-accent); font-size:19px; }
.scope-card h3 { font-size:clamp(23px,2.2vw,30px); line-height:1.17; letter-spacing:-.035em; }
.scope-card > p { font-size:12px; color:#b3b8b5; line-height:1.85; margin-top:20px; }
.scope-card--no > p { color:#bcb3b6; }
.scope-card ul { margin-block:25px; }
.scope-card li { font-size:11px; line-height:1.7; padding-block:10px; border-bottom:1px solid var(--card-line); display:flex; align-items:center; gap:9px; }
.scope-card li::before { content:""; width:3px; height:3px; background:var(--card-accent); border-radius:50%; flex-shrink:0; }
.scope-card__foot { font-size:10px; color:var(--card-accent); line-height:1.7; display:block; }
.video-story__bottom { max-width:560px; text-align:center; margin:30px auto 0; }
@media(max-width:1000px) {
 .video-story__balance { gap:18px; grid-template-columns:minmax(0,1fr) minmax(200px,260px) minmax(0,1fr); }
 .scope-card { padding:23px 18px; }
 .scope-card__top { margin-bottom:23px; }
 .scope-card h3 { font-size:23px; }
}
@media(max-width:760px) {
 .video-story__balance { grid-template-columns:1fr 1fr; gap:23px; }
 .video-story__balance .video-story__media { grid-column:1/-1; grid-row:1; max-width:290px; }
 .scope-card { height:100%; }
}
@media(max-width:480px) {
 .video-story__balance { grid-template-columns:1fr; }
 .video-story__heading { margin-bottom:32px; }
 .video-story__heading > p:last-child { font-size:12px; }
 .scope-card { padding:26px; }
 .scope-card h3 { font-size:28px; }
 .scope-card h3 br { display:none; }
 .scope-card h3 { max-width:13ch; }
}
.video-story__media { max-width:360px; width:100%; margin-inline:auto; }
.video-player__viewport { position:relative; width:100%; aspect-ratio:9/16; background:#0e1013; border:1px solid var(--line); border-radius:12px; overflow:hidden; cursor:pointer; user-select:none; box-shadow:0 18px 36px rgba(0,0,0,0.45); }
.video-story video { display:block; width:100%; height:100%; aspect-ratio:9/16; object-fit:cover; background:#0e1013; border:none; }
.video-story figcaption { margin-top:15px; color:var(--muted); font-size:10px; text-align:center; }

/* Botão de som destacado */
.video-player__audio-toggle { position:absolute; top:12px; right:12px; z-index:10; display:inline-flex; align-items:center; gap:8px; padding:7px 13px; border-radius:999px; border:1px solid rgba(255,255,255,0.3); background:rgba(14,16,20,0.85); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); color:#fff; font-size:11px; font-weight:600; cursor:pointer; transition:transform .2s var(--ease), border-color .2s, background-color .2s; }
.video-player__audio-toggle:hover { transform:scale(1.05); border-color:rgba(255,255,255,0.6); background:rgba(24,27,33,0.95); }
.video-player__audio-toggle.is-muted { border-color:rgba(255,255,255,0.4); box-shadow:0 0 15px rgba(255,255,255,0.15); }
.video-player__audio-toggle.is-muted .video-player__audio-pulse { position:absolute; inset:-3px; border-radius:999px; border:2px solid rgba(255,255,255,0.45); animation:audioPulse 2.2s infinite var(--ease); pointer-events:none; }
@keyframes audioPulse { 0%{ transform:scale(0.98); opacity:0.8; } 55%{ transform:scale(1.15,1.38); opacity:0; } 100%{ transform:scale(1.15,1.38); opacity:0; } }
.video-player__icon-sound { width:15px; height:15px; stroke:currentColor; stroke-width:2; fill:none; stroke-linecap:round; stroke-linejoin:round; }

/* Botão central Play / Pause */
.video-player__center-control { position:absolute; inset:0; width:100%; height:100%; display:grid; place-items:center; background:transparent; border:none; cursor:pointer; z-index:5; padding:0; }
.video-player__center-control:focus-visible { outline:2px solid #fff; outline-offset:-4px; }
.video-player__center-icon-wrap { width:64px; height:64px; border-radius:50%; background:rgba(10,12,16,0.78); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,0.3); display:grid; place-items:center; color:#fff; box-shadow:0 12px 30px rgba(0,0,0,0.55); transition:transform .25s var(--ease), opacity .25s ease, background-color .2s; opacity:0; transform:scale(0.8); pointer-events:none; }
.video-player.is-paused .video-player__center-icon-wrap { opacity:1; transform:scale(1); }
.video-player.is-paused:hover .video-player__center-icon-wrap { transform:scale(1.08); background:rgba(18,22,28,0.92); border-color:rgba(255,255,255,0.55); }
.video-player__viewport:active .video-player__center-icon-wrap { transform:scale(0.95); }
.video-player__center-icon-wrap svg { width:26px; height:26px; fill:#fff; color:#fff; }
.video-player__icon-play { margin-left:3px; }
.video-player.is-playing .video-player__icon-play { display:none; }
.video-player.is-playing .video-player__icon-pause { display:block; }
.video-player.is-paused .video-player__icon-play { display:block; }
.video-player.is-paused .video-player__icon-pause { display:none; }
.video-player__center-icon-wrap.flash-feedback { animation:controlFlash .55s ease forwards; }
@keyframes controlFlash { 0%{ transform:scale(0.85); opacity:0.95; } 50%{ transform:scale(1.06); opacity:1; } 100%{ transform:scale(1.15); opacity:0; } }

/* Barra de progresso do vídeo */
.video-player__progress-bar { position:absolute; bottom:0; left:0; right:0; height:3px; background:rgba(255,255,255,0.18); z-index:10; pointer-events:none; }
.video-player__progress-fill { height:100%; width:0%; background:#fff; transition:width .1s linear; }
.video-story h2 { font-size:clamp(32px,3.7vw,51px); line-height:1.12; letter-spacing:-.05em; }
.video-story__copy > p:not(.section-index) { font-size:13px; line-height:1.85; color:var(--muted); margin-top:19px; max-width:53ch; }
.video-story__roles { margin-top:27px; }
.video-story__roles article { display:flex; gap:16px; padding:22px 0; border-top:1px solid var(--line); }
.role-sign { color:var(--muted); font-size:21px; width:24px; flex-shrink:0; }
.video-story__roles h3 { font-size:22px; letter-spacing:-.03em; margin-block:8px 12px; }
.video-story__roles p { color:var(--muted); font-size:12px; line-height:1.8; }
.video-story__roles div > p:first-child { font-size:10px; }
.video-story .text-link { margin-top:8px; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:75px; text-align:left; align-items:start; }
.contact-copy { min-width:0; width:100%; }
.contact-copy h2 { font-size:clamp(35px,4vw,55px); overflow-wrap:break-word; }
.contact-copy h2 br { display:block; }
.contact-copy > p:not(.section-index) { font-size:14px; color:var(--muted); line-height:1.85; margin-top:24px; }
.contact-benefits { margin-block:30px 20px; }
.contact-benefits li { border-top:1px solid var(--line); padding:17px 0; }
.contact-benefits strong { display:block; font-size:13px; font-weight:600; }
.contact-benefits span { display:block; font-size:11px; color:var(--muted); margin-top:7px; }
.contact-copy .contact__email { margin:9px 0 0; padding-left:0; }
.lead-form { padding:32px; border:1px solid var(--line); border-radius:12px; background:var(--surface); min-width:0; }
.lead-form h3 { font-size:24px; letter-spacing:-.04em; }
.lead-form > p { color:var(--muted); font-size:12px; line-height:1.8; margin-top:12px; }
.lead-form__fields { display:grid; grid-template-columns:1fr 1fr; gap:19px 16px; margin-top:27px; }
.lead-form label { display:flex; flex-direction:column; gap:8px; font-size:11px; min-width:0; }
.lead-form input,.lead-form textarea { width:100%; min-width:0; border:1px solid #454951; border-radius:5px; background:#0d0f12; color:var(--fg); padding:12px; font:400 13px/1.5 var(--font); }
.lead-form textarea { resize:vertical; }
.lead-form input::placeholder,.lead-form textarea::placeholder { color:#92959d; }
.lead-form label small { font-size:9px; color:var(--muted); }
.lead-form__wide { grid-column:1/-1; }
.lead-form select { width:100%; min-width:0; border:1px solid #454951; border-radius:5px; background:#0d0f12; color:var(--fg); padding:12px; font:400 13px/1.5 var(--font); appearance:none; background-image:linear-gradient(45deg,transparent 50%,#92959d 50%),linear-gradient(135deg,#92959d 50%,transparent 50%); background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%; background-size:5px 5px,5px 5px; background-repeat:no-repeat; }
.lead-form select:invalid { color:#92959d; }
.lead-form__group { border:0; padding:0; margin:0; min-width:0; }
.lead-form__group legend { font-size:11px; padding:0; margin-bottom:11px; }
.lead-form__checks { display:flex; flex-wrap:wrap; gap:9px; }
.lead-form__check { flex-direction:row !important; align-items:center; gap:8px !important; padding:9px 13px; border:1px solid #454951; border-radius:5px; background:#0d0f12; cursor:pointer; font-size:11px; transition:border-color .25s var(--ease), background .25s var(--ease); }
.lead-form__check:hover { border-color:#6a6e77; }
.lead-form__check input { width:14px !important; height:14px; flex:0 0 auto; padding:0 !important; accent-color:var(--fg); cursor:pointer; }
.lead-form__check:has(input:checked) { border-color:var(--fg); background:#1a1d21; }
.lead-form .button { margin-top:22px; width:100%; font-size:12px; gap:15px; white-space:normal; cursor:pointer; }
.lead-form > .lead-form__notice { font-size:10px; margin-top:20px; }
.lead-form__review { border-top:1px solid var(--line); margin-top:25px; padding-top:20px; }
.lead-form__review h4 { margin:0; font-size:14px; font-weight:500; }
.lead-form__review pre { white-space:pre-wrap; overflow-wrap:anywhere; color:var(--muted); font:12px/1.8 var(--font); }
.lead-form__review p { color:var(--muted); font-size:11px; line-height:1.8; margin-top:15px; }
@media(max-width:1000px) {
 .video-story__grid { gap:40px; }
 .contact-grid { gap:35px; }
 .lead-form { padding:24px; }
}
@media(max-width:640px) {
 .hero h1 { font-size:clamp(29px,7.9vw,49px); }
 .hero__actions { margin-bottom: 32px; }
 .hero__visual { margin-top: 24px; margin-bottom: 24px; }
 .hero__visual-caption { display: none !important; }
 .hero__rating { display: none !important; }
 .trust__inner { flex-direction: column; text-align: center; gap: 24px; padding-block: 28px; }
 .trust__number { padding-right: 0; border-right: none; border-bottom: 1px solid var(--line); padding-bottom: 20px; justify-content: center; width: 100%; }
 .trust__number > span { text-align: left; }
 .trust__brands { width: 100%; }
 .video-story__grid,.contact-grid { display:flex; flex-direction:column; gap:35px; }
 .video-story__media { max-width:290px; }
 .video-story h2 { font-size:34px; }
 .video-story__copy > p:not(.section-index) { font-size:12px; }
 .video-story__roles h3 { font-size:21px; }
 .contact-copy h2 { font-size:37px; }
 .contact-copy > p:not(.section-index) { font-size:12px; }
 .lead-form { width:100%; padding:23px 19px; }
 .lead-form__fields { grid-template-columns:1fr; }
 .lead-form input,.lead-form textarea,.lead-form select { font-size:16px; }
 .lead-form__check input { font-size:13px; }
 .lead-form .button { font-size:11px; }
 .results__block { padding: 22px 18px; }
 .results__stats-list li { flex-direction: column; align-items: flex-start; gap: 6px; }
 .results__stat-num { font-size: 18px; }
}

/* Quiz de qualificação antes do WhatsApp */
.qz { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; }
.qz[hidden] { display: none; }
.qz__backdrop { position: absolute; inset: 0; background: #05060799; backdrop-filter: blur(6px); }
.qz__panel { position: relative; width: min(100%, 520px); max-height: calc(100dvh - 40px); overflow-y: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 38px 38px 30px; animation: qzIn .4s var(--ease); }
@keyframes qzIn { from { opacity: 0; transform: translateY(14px); } }
.qz__close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: none; background: none; color: var(--muted); font-size: 24px; line-height: 1; cursor: pointer; border-radius: 50%; transition: color .25s var(--ease); }
.qz__close:hover { color: var(--fg); }
.qz__bar { height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; margin-bottom: 18px; }
.qz__bar i { display: block; height: 100%; width: 20%; background: var(--fg); border-radius: 2px; transition: width .45s var(--ease); }
.qz__step { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; }
.qz__slide h2 { font-size: clamp(22px, 3.4vw, 28px); letter-spacing: -.04em; line-height: 1.2; }
.qz__sub { font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 10px; }
.qz__slide input { width: 100%; margin-top: 22px; padding: 14px 4px; font: 400 16px/1.5 var(--font); color: var(--fg); background: none; border: none; border-bottom: 1px solid #454951; transition: border-color .25s var(--ease); }
.qz__slide input::placeholder { color: #5d5e64; }
.qz__slide input:focus { outline: none; border-bottom-color: var(--fg); }
.qz__opts { display: flex; flex-direction: column; gap: 9px; margin-top: 22px; }
.qz__opt { text-align: left; padding: 13px 16px; font-size: 13px; color: var(--fg); background: var(--surface-2); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; transition: border-color .25s var(--ease), background .25s var(--ease); }
.qz__opt:hover { border-color: #55585f; }
.qz__opt.is-on { border-color: var(--fg); background: #22252a; }
.qz__actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.qz__next { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 26px; font-size: 13px; font-weight: 600; color: var(--ink); background: var(--fg); border: none; border-radius: 7px; cursor: pointer; transition: opacity .25s var(--ease); }
.qz__next:hover { opacity: .88; }
.qz__next .icon { width: 17px; height: 17px; }
.qz__back { background: none; border: none; font-size: 12px; color: var(--muted); cursor: pointer; padding: 8px 0; }
.qz__back:hover { color: var(--fg); }
.qz__err { margin-top: 14px; font-size: 11px; color: #e0a0a0; }
@media (max-width: 480px) {
  .qz__panel { padding: 30px 22px 24px; border-radius: 13px; }
  .qz__slide input { font-size: 16px; }
  .qz__next { width: 100%; justify-content: center; }
  .qz__actions { flex-direction: column-reverse; align-items: stretch; gap: 10px; }
  .qz__back { text-align: center; }
}
