/* =========================================================
   MAIN — estilos de componente.
   ========================================================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid #0B5AF3; outline-offset: 4px; }
:where(a, button):focus-visible { border-radius: 8px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: var(--navy); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.topbar { background: var(--navy); color: #dbe7ff; font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: #fff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(221,229,241,.8); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { display: block; width: 260px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--blue); transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; border-radius: 12px; background: var(--blue); color: #fff; box-shadow: 0 10px 25px rgba(23,103,255,.24); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: #eef3fd; border-radius: 12px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }
.section { padding: 110px 0; }
.section-dark { background: var(--navy); color: #fff; }
.hero { min-height: 710px; position: relative; overflow: hidden; display: grid; align-items: center; padding: 92px 0 104px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent); }

.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #8fb7ff; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(3rem, 5vw, 5.15rem); line-height: .98; letter-spacing: -.055em; max-width: 740px; }
.hero h1 span { color: #79a7ff; }
.hero-lead { margin: 0 0 32px; max-width: 680px; color: #c8d5ed; font-size: 1.12rem; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 13px; border: 1px solid transparent; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 35px rgba(23,103,255,.32); }
.btn-primary:hover { background: #2b76ff; box-shadow: 0 18px 40px rgba(23,103,255,.38); }
.btn-secondary { border-color: rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.06); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 30px; color: #aebfdb; font-size: .86rem; }
.hero-trust i { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 6px; background: rgba(23,103,255,.18); border: 1px solid rgba(126,169,255,.32); color: #9cc0ff; border-radius: 50%; font-style: normal; font-size: .68rem; }
.hero-visual { position: relative; min-height: 515px; display: grid; place-items: center; }

.dash-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.dash-brand { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.dash-brand img { width: 38px; height: 30px; object-fit: contain; }
.dash-status { font-size: .74rem; color: #b7c8e4; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.06); }
.dash-status span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #0B5AF3; box-shadow: 0 0 12px #0B5AF3; margin-right: 5px; }
.dash-title { margin: 28px 0 22px; }
.dash-title small { display: block; color: #8fa6ca; font-size: .78rem; margin-bottom: 3px; }
.dash-title strong { font-size: 1.55rem; letter-spacing: -.02em; }
.journey-flow { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; align-items: center; gap: 8px; }
.journey-flow article { min-width: 0; padding: 16px 10px; text-align: center; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.flow-icon { width: 34px; height: 34px; margin: 0 auto 9px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #327dff, #0a4fd4); font-size: .72rem; font-weight: 900; }
.journey-flow strong, .journey-flow span { display: block; }
.journey-flow strong { font-size: .9rem; }
.journey-flow span { color: #97aac9; font-size: .68rem; }
.flow-line { height: 2px; background: linear-gradient(90deg, rgba(93,148,255,.15), rgba(93,148,255,.85), rgba(93,148,255,.15)); }
.dash-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.mini-card { padding: 16px; border-radius: 16px; background: #fff; color: var(--ink); }
.mini-card span, .mini-card strong { display: block; }
.mini-card span { color: var(--muted); font-size: .7rem; }
.mini-card strong { margin-top: 3px; font-size: .96rem; }
.accent-card { background: linear-gradient(135deg, #1668ff, #0b49cb); color: #fff; }
.accent-card span { color: #c5d7ff; }
.mini-progress { height: 5px; margin-top: 12px; background: #e6ecf7; border-radius: 20px; overflow: hidden; }
.mini-progress i { display: block; height: 100%; background: var(--blue); border-radius: inherit; }
.signal-bars { display: flex; align-items: end; gap: 3px; height: 16px; margin-top: 9px; }
.signal-bars i { width: 5px; border-radius: 3px; background: #fff; opacity: .85; }
.signal-bars i:nth-child(1) { height: 5px; }.signal-bars i:nth-child(2) { height: 9px; }.signal-bars i:nth-child(3) { height: 13px; }.signal-bars i:nth-child(4) { height: 16px; }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid div { min-height: 98px; display: flex; align-items: center; gap: 16px; padding: 20px 28px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--blue); font-size: 1.25rem; }
.proof-grid span { font-size: .9rem; font-weight: 750; }
.split-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.section-copy h2, .section-heading h2 { margin: 16px 0 20px; font-size: clamp(2.3rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.045em; }
.section-copy p, .section-heading p { color: var(--text); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 13px; color: var(--blue); font-weight: 800; }
.problem-section { background: #fff; }
.problem-list { display: grid; gap: 14px; }
.problem-list article { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.problem-list article:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(11,32,77,.08); border-color: #b9cff9; }
.problem-list article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #edf3ff; color: var(--blue); font-weight: 900; }
.problem-list h3 { margin: 0 0 4px; font-size: 1.15rem; }
.problem-list p { margin: 0; color: var(--text); font-size: .94rem; }
.services-section { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.light p { color: #aebfdb; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; padding: 34px 30px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 50px rgba(11,32,77,.055); overflow: hidden; }
.service-card.featured { border-color: #9bbdff; box-shadow: 0 24px 70px rgba(23,103,255,.12); transform: translateY(-10px); }
.service-label { position: absolute; right: 18px; top: 18px; padding: 6px 9px; border-radius: 999px; background: #eaf1ff; color: var(--blue); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.service-number { color: #b2bfd5; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 22px 0 20px; border-radius: 16px; background: linear-gradient(135deg, #edf3ff, #dbe8ff); color: var(--blue); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.02em; }
.service-card p { min-height: 96px; color: var(--text); }
.service-card ul { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 22px; color: #42516e; font-size: .9rem; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.method-section { position: relative; overflow: hidden; }
.method-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -280px; bottom: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(23,103,255,.28), transparent 68%); }
.steps-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-card { min-height: 250px; padding: 28px; border-radius: 20px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.055); }
.step-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(23,103,255,.2); color: #9dbdff; font-weight: 900; }
.step-card h3 { margin: 34px 0 8px; font-size: 1.25rem; }
.step-card p { margin: 0; color: #aebfdb; font-size: .92rem; }
.nationwide-section { background: #fff; overflow: hidden; }
.nationwide-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.map-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.map-visual svg { width: min(92%, 470px); filter: drop-shadow(0 22px 25px rgba(23,103,255,.18)); }
.map-visual path { fill: #eaf1ff; stroke: #9dbdff; stroke-width: 5; }
.map-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(23,103,255,.2), transparent 68%); }
.map-pin { position: absolute; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(23,103,255,.14); animation: pulse 2.4s infinite; }
.pin-a { left: 43%; top: 30%; }.pin-b { right: 33%; top: 48%; animation-delay: .5s; }.pin-c { left: 44%; bottom: 28%; animation-delay: 1s; }.pin-d { right: 40%; bottom: 18%; animation-delay: 1.5s; }
@keyframes pulse { 50% { box-shadow: 0 0 0 16px rgba(23,103,255,0); } }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.feature-pills span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); font-size: .82rem; font-weight: 750; }
.about-section { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(8,47,132,.16);
}
.about-card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 1;
}
.audience-section { background: #fff; padding-top: 90px; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.audience-grid span { min-height: 96px; display: grid; place-items: center; padding: 20px; text-align: center; font-weight: 800; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span:nth-child(3n) { border-right: 0; }.audience-grid span:nth-last-child(-n+3) { border-bottom: 0; }
.faq-section { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.accordion details { border-bottom: 1px solid #cfd9e9; }
.accordion summary { position: relative; padding: 23px 48px 23px 0; list-style: none; cursor: pointer; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #e4ecf9; color: var(--blue); font-size: 1.25rem; }
.accordion details[open] summary::after { content: "−"; background: var(--blue); color: #fff; }
.accordion p { margin: -6px 45px 24px 0; color: var(--text); }
/* CTA final do diagnóstico */
.diagnostic-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: linear-gradient(145deg, #071A45, #0A285F);
  color: #fff;
}
.diagnostic-section::before,
.diagnostic-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.diagnostic-section::before {
  width: 620px;
  height: 620px;
  left: -340px;
  top: -390px;
  background: radial-gradient(circle, rgba(23,103,255,.34), transparent 68%);
}
.diagnostic-section::after {
  width: 430px;
  height: 430px;
  right: -220px;
  bottom: -300px;
  background: radial-gradient(circle, rgba(65,140,255,.22), transparent 68%);
}
.diagnostic-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 72px;
  align-items: center;
  padding: 58px 62px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(5,18,48,.56);
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.diagnostic-cta-copy h2 {
  max-width: 720px;
  margin: 16px 0 20px;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.diagnostic-cta-copy > p {
  max-width: 700px;
  margin: 0;
  color: #b9c8df;
  font-size: 1.02rem;
}
.diagnostic-cta-action {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}
.diagnostic-benefits {
  display: grid;
  gap: 15px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.diagnostic-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e9f0fb;
  font-size: .92rem;
}
.diagnostic-benefits li > span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(23,103,255,.28);
  color: #b8d0ff;
  font-size: .76rem;
}
.diagnostic-benefits strong { font-weight: 780; }
.diagnostic-main-cta {
  width: 100%;
  justify-content: space-between;
  border: 0;
}
.diagnostic-main-cta i { font-style: normal; font-size: 1.2rem; }
.diagnostic-disclaimer {
  display: block;
  margin-top: 13px;
  color: #aabbd4;
  text-align: center;
  line-height: 1.45;
}
.site-footer { background: #050f27; color: #c1cce0; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; }
.footer-logo { display: inline-flex; align-items: center; margin-bottom: 20px; }
.footer-logo img {
  display: block;
  width: min(250px, 100%);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.footer-brand p { max-width: 390px; color: #8fa0bd; line-height: 1.65; }
.site-footer h3 { margin: 0 0 18px; color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; color: #8fa0bd; font-size: .87rem; }
.site-footer a:hover { color: #fff; }
.footer-contact-link { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #7586a4; font-size: .77rem; }
.footer-bottom div { display: flex; gap: 18px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(23,103,255,.3); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top.footer-hidden { opacity: 0 !important; pointer-events: none !important; transform: translateY(10px) !important; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }
.legal-page { min-height: 100vh; background: var(--soft); }
.legal-wrap { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 80px 0 100px; }
.legal-wrap .back { display: inline-flex; color: var(--blue); font-weight: 800; margin-bottom: 30px; }
.legal-card { padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; font-size: 2.6rem; line-height: 1.1; letter-spacing: -.04em; }.legal-card h2 { margin-top: 32px; font-size: 1.25rem; }.legal-card p, .legal-card li { color: var(--text); }
@media (max-width: 1040px) {
  .main-nav { gap: 19px; }.brand img { width: 225px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { min-height: 480px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child { grid-column: 1 / -1; }.service-card.featured { transform: none; }
  .steps-grid { grid-template-columns: 1fr 1fr; }.nationwide-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }.map-visual { order: 2; min-height: 410px; }.about-card { max-width: 650px; width: 100%; }.faq-grid { gap: 40px; }.contact-grid { gap: 45px; }.contact-copy { max-width: 740px; }
  .diagnostic-cta { grid-template-columns: 1fr; gap: 34px; padding: 46px; }
}
@media (max-width: 840px) {
  .topbar { display: none; }.nav-wrap { min-height: 72px; }.brand img { width: 215px; height: auto; max-height: 54px; }.menu-toggle { display: block; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: 82px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s; }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }.main-nav a { padding: 13px 14px; }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { text-align: center; margin-top: 6px; }
  .hero { padding-top: 72px; }.proof-grid { grid-template-columns: 1fr; }.proof-grid div, .proof-grid div:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.proof-grid div:last-child { border-bottom: 0; }
  .split-grid { grid-template-columns: 1fr; gap: 45px; }.audience-grid { grid-template-columns: 1fr 1fr; }.audience-grid span:nth-child(3n) { border-right: 1px solid var(--line); }.audience-grid span:nth-child(2n) { border-right: 0; }.audience-grid span:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.audience-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 78px 0; }.hero { min-height: auto; padding: 65px 0 78px; }.hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }.hero-lead { font-size: 1rem; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-trust { display: grid; gap: 10px; }
  .hero-visual { min-height: 410px; }.dash-status { display: none; }.journey-flow { grid-template-columns: 1fr; }.flow-line { width: 2px; height: 14px; justify-self: center; }.dash-cards { grid-template-columns: 1fr; }
  .section-copy h2, .section-heading h2, .contact-copy h2 { font-size: 2.35rem; }.services-grid, .steps-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; }.service-card p { min-height: auto; }.step-card { min-height: 215px; }.nationwide-grid { gap: 35px; }.map-visual { min-height: 330px; }.about-card { min-height: 0; padding: 16px; }.about-card img { width: 100%; }
  .audience-grid { grid-template-columns: 1fr; }.audience-grid span, .audience-grid span:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }.audience-grid span:last-child { border-bottom: 0; }
  .diagnostic-section { padding: 78px 0; }.diagnostic-cta { padding: 34px 24px; border-radius: 22px; }.diagnostic-cta-action { padding: 22px 18px; }
  .site-footer { padding: 48px 0 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-logo { margin-bottom: 13px; }
  .footer-logo img { width: min(205px, 74vw); max-height: 38px; }
  .footer-brand p { max-width: 31ch; margin-bottom: 0; font-size: .84rem; line-height: 1.55; }
  .footer-column { min-width: 0; }
  .footer-grid > .footer-next { grid-column: 1 / -1; padding-top: 2px; }
  .site-footer h3 { margin-bottom: 13px; font-size: .78rem; }
  .site-footer a, .site-footer p { margin-bottom: 8px; font-size: .82rem; line-height: 1.48; }
  .footer-bottom { flex-direction: column; gap: 15px; margin-top: 34px; padding-top: 20px; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 20px; padding-right: 0; }
  .back-to-top { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); width: 46px; height: 46px; }
  .legal-card { padding: 28px 20px; }.legal-card h1 { font-size: 2.1rem; }
}
html[data-motion="reduced"] { scroll-behavior: auto; }
html[data-motion="reduced"] .reveal,
html[data-motion="reduced"] .v2-reveal { opacity: 1; transform: none; transition: none; }

/* =========================================================
   AD_SITE_005 — DIREÇÃO VISUAL V2: HERO + MANIFESTO + SISTEMA
   ========================================================= */
:root {
  --v2-void: #071A45;
  --v2-navy: #071A45;
  --v2-blue: #0B5AF3;
  --v2-electric: #0B5AF3;
  --v2-mint: #DCE7FF;
  --v2-paper: #F4F6FA;
}
body { overflow-x: hidden; }
section[id] { scroll-margin-top: 88px; }
.site-header-v2 {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(7,26,69,.78), rgba(7,26,69,0));
  backdrop-filter: none;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header-v2.scrolled {
  background: rgba(7,26,69,.88);
  border-bottom-color: rgba(255,255,255,.1);
  box-shadow: 0 18px 55px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}
.site-header-v2 .nav-wrap { min-height: 88px; }
.site-header-v2 .brand img {
  width: 242px;
  max-height: 52px;
  filter: brightness(0) invert(1);
}
.site-header-v2 .main-nav { color: rgba(255,255,255,.8); }
.site-header-v2 .main-nav > a:not(.nav-cta)::after { background: var(--v2-mint); }
.site-header-v2 .main-nav > a:not(.nav-cta):hover { color: #fff; }
.site-header-v2 .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px 11px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.site-header-v2 .nav-cta i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--v2-void);
  font-style: normal;
}
.hero-v2 {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 145px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 42%, rgba(11,90,243,.22), transparent 30%),
    linear-gradient(135deg, #071A45 0%, #0A285F 55%, #071A45 100%);
}
.hero-v2-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .52;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 45%, #000 5%, transparent 75%);
}
.hero-v2-grid-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--v2-void) 0%, transparent 36%, transparent 72%, rgba(7,26,69,.5) 100%);
}
.hero-v2-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero-v2-glow-a { width: 650px; height: 650px; right: -250px; top: -320px; background: radial-gradient(circle, rgba(11,90,243,.24), transparent 68%); }
.hero-v2-glow-b { width: 500px; height: 500px; left: -300px; bottom: -300px; background: radial-gradient(circle, rgba(220,231,255,.12), transparent 70%); }
.hero-v2-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr);
  align-items: center;
  gap: 66px;
}
.hero-v2-copy { position: relative; z-index: 4; }
.hero-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #95b8ff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .2em;
}
.hero-v2-kicker::before { content: ""; width: 38px; height: 1px; background: linear-gradient(90deg, var(--v2-mint), var(--v2-blue)); }
.hero-v2-title {
  margin: 24px 0 28px;
  max-width: 810px;
  font-size: clamp(3.45rem, 4.8vw, 4.55rem);
  line-height: .88;
  letter-spacing: -.068em;
}
.hero-title-line { display: block; overflow: hidden; padding: .025em 0 .08em; }
.hero-title-muted { color: rgba(255,255,255,.42); }
.hero-title-accent {
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #8eb3ff 42%, #DCE7FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.js-ready .v2-title-line { opacity: 0; transform: translateY(105%); }
.js-ready .v2-title-line.is-visible { animation: v2TitleIn .85s cubic-bezier(.22,1,.36,1) forwards; }
.js-ready .v2-title-line:nth-child(2).is-visible { animation-delay: .09s; }
.js-ready .v2-title-line:nth-child(3).is-visible { animation-delay: .18s; }
.js-ready .v2-title-line:nth-child(4).is-visible { animation-delay: .27s; }
@keyframes v2TitleIn { to { opacity: 1; transform: translateY(0); } }
.hero-v2-lead { max-width: 690px; margin: 0; color: #b8c5db; font-size: 1.08rem; line-height: 1.72; }
.hero-v2-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn-v2 {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .91rem;
  font-weight: 820;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  will-change: transform;
}
.btn-v2 i { font-style: normal; }
.btn-v2-primary { background: #fff; color: var(--v2-void); box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.btn-v2-primary i { color: var(--v2-blue); }
.btn-v2-primary:hover { box-shadow: 0 22px 65px rgba(23,103,255,.28); }
.btn-v2-ghost { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.btn-v2-ghost:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.09); }
.hero-v2-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 32px; color: #6f7f9b; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.hero-v2-flow i { color: rgba(255,255,255,.2); font-style: normal; }
.hero-flow-step { transition: color .3s ease, text-shadow .3s ease; }
.hero-flow-step.is-active { color: #fff; text-shadow: 0 0 20px rgba(220,231,255,.35); }
.hero-stage { position: relative; min-height: 610px; transform-style: preserve-3d; }
.stage-halo {
  position: absolute;
  left: 50%; top: 50%;
  width: 430px; height: 430px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,103,255,.19), rgba(23,103,255,.035) 42%, transparent 72%);
  box-shadow: inset 0 0 80px rgba(74,137,255,.08);
}
.stage-ring {
  position: absolute;
  left: 50%; top: 50%;
  border: 1px solid rgba(141,178,255,.18);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.stage-ring-one { width: 390px; height: 390px; animation: orbitSpin 28s linear infinite; }
.stage-ring-two { width: 530px; height: 530px; border-style: dashed; animation: orbitSpinReverse 38s linear infinite; }
.stage-ring::before, .stage-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--v2-mint); box-shadow: 0 0 20px rgba(220,231,255,.8); }
.stage-ring-one::before { left: 42px; top: 58px; }.stage-ring-one::after { right: 28px; bottom: 82px; background: var(--v2-blue); }
.stage-ring-two::before { right: 72px; top: 42px; }.stage-ring-two::after { left: 52px; bottom: 78px; background: #fff; }
@keyframes orbitSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes orbitSpinReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
.stage-connections { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.stage-connections path { fill: none; stroke: url(#flowGradient); stroke-width: 1.4; stroke-dasharray: 5 9; animation: lineFlow 8s linear infinite; }
@keyframes lineFlow { to { stroke-dashoffset: -140; } }
.stage-core {
  position: absolute;
  left: 50%; top: 50%;
  width: 235px; height: 235px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  box-shadow: 0 35px 90px rgba(0,0,0,.3), inset 0 0 55px rgba(84,144,255,.08);
  backdrop-filter: blur(18px);
  text-align: center;
}
.stage-core-logo { width: 84px; height: 60px; display: grid; place-items: center; margin-bottom: 8px; }
.stage-core-logo img { width: 82px; height: auto; filter: brightness(0) invert(1); opacity: .95; }
.stage-core small { color: #7f91ae; text-transform: uppercase; letter-spacing: .16em; font-size: .57rem; }
.stage-core strong { margin-top: 4px; font-size: 1.08rem; }
.stage-core > span { margin-top: 4px; color: #8da0bd; font-size: .68rem; }
.stage-node {
  position: absolute;
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(8,22,50,.78);
  box-shadow: 0 22px 50px rgba(0,0,0,.25);
  backdrop-filter: blur(15px);
  transition: border-color .25s ease, background .25s ease;
}
.stage-node:hover { border-color: rgba(220,231,255,.4); background: rgba(13,34,74,.88); }
.stage-node-index { display: block; margin-bottom: 4px; color: var(--v2-mint); font-size: .59rem; font-weight: 850; letter-spacing: .12em; }
.stage-node strong, .stage-node small { display: block; }
.stage-node strong { font-size: .93rem; }.stage-node small { color: #8293af; font-size: .66rem; }
.stage-node-site { left: 3%; top: 12%; }.stage-node-traffic { right: 0; top: 15%; }.stage-node-crm { left: 2%; bottom: 10%; }.stage-node-sales { right: 0; bottom: 8%; }
.stage-signal { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--v2-mint); box-shadow: 0 0 0 0 rgba(220,231,255,.35); animation: signalPulse 2.4s infinite; }
.stage-signal-a { left: 17%; top: 42%; }.stage-signal-b { right: 13%; bottom: 34%; animation-delay: 1.1s; background: var(--v2-blue); }
@keyframes signalPulse { 70% { box-shadow: 0 0 0 18px rgba(220,231,255,0); } 100% { box-shadow: 0 0 0 0 rgba(220,231,255,0); } }
.hero-scroll-cue { position: absolute; left: 50%; bottom: 24px; z-index: 4; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: #70809b; }
.hero-scroll-cue span { width: 34px; height: 1px; background: #70809b; animation: scrollCue 1.9s ease-in-out infinite; transform-origin: left; }
.hero-scroll-cue small { font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; }
@keyframes scrollCue { 50% { transform: scaleX(.4); opacity: .45; } }
.kinetic-strip { overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: var(--v2-blue); color: #fff; }
.kinetic-strip .container { position: relative; }
.kinetic-strip-window { overflow: hidden; max-width: 100%; }
.kinetic-track { width: max-content; min-width: 100%; display: flex; align-items: center; gap: 24px; padding: 16px 0; animation: kineticMove 28s linear infinite; }
.kinetic-track span { font-size: .73rem; font-weight: 900; letter-spacing: .18em; white-space: nowrap; }.kinetic-track i { color: var(--v2-mint); font-style: normal; flex: 0 0 auto; }
@keyframes kineticMove { to { transform: translateX(-33.3333%); } }
.manifesto-v2 { position: relative; padding: 135px 0 125px; overflow: hidden; background: var(--v2-paper); }
.manifesto-v2::after { content: "AD"; position: absolute; right: -4vw; bottom: -13vw; color: rgba(7,21,53,.025); font-size: 34vw; font-weight: 950; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.manifesto-v2-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .3fr 1fr; gap: 80px; }
.manifesto-v2-aside { padding-top: 12px; }
.v2-section-index { display: inline-flex; color: var(--v2-blue); font-size: .67rem; font-weight: 900; letter-spacing: .18em; }
.v2-section-index.light { color: #90b5ff; }
.manifesto-v2-aside p { max-width: 230px; margin: 26px 0 0; color: #73809a; font-size: .88rem; }
.manifesto-v2-title { margin: 0; font-size: clamp(2.65rem, 5vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.manifesto-line { display: block; color: #0a1734; }
.manifesto-line:nth-child(2) { color: #7d889f; }
.manifesto-line-accent { margin-top: 10px; color: var(--v2-blue); }
.manifesto-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 65px; }
.manifesto-pillar { min-height: 245px; padding: 28px; border: 1px solid #dce3ee; border-radius: 22px; background: rgba(255,255,255,.62); backdrop-filter: blur(10px); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.manifesto-pillar:hover { transform: translateY(-7px); border-color: #a9c5ff; background: #fff; }
.manifesto-pillar > span { color: var(--v2-blue); font-size: .69rem; font-weight: 900; letter-spacing: .14em; }
.manifesto-pillar h3 { margin: 52px 0 10px; font-size: 1.18rem; letter-spacing: -.025em; }
.manifesto-pillar p { margin: 0; color: #69758d; font-size: .88rem; }
.system-v2 { position: relative; overflow: hidden; padding: 130px 0 145px; background: linear-gradient(145deg, #071A45, #0A285F 58%, #071A45); color: #fff; }
.system-v2::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 60px 60px; }
.system-v2-glow { position: absolute; right: -300px; top: 80px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(11,90,243,.23), transparent 68%); }
.system-v2 .container { position: relative; z-index: 2; }
.system-v2-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; align-items: end; }
.system-v2-heading h2 { margin: 18px 0 0; font-size: clamp(2.8rem, 5vw, 5.15rem); line-height: .98; letter-spacing: -.055em; }
.system-v2-heading h2 span { color: #76a4ff; }
.system-v2-heading > p { margin: 0 0 8px; color: #9fadc4; font-size: 1rem; }
.system-v2-experience { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .68fr); gap: 58px; align-items: center; margin-top: 78px; }
.system-map-v2 { position: relative; min-height: 570px; border: 1px solid rgba(255,255,255,.1); border-radius: 34px; background: rgba(255,255,255,.035); box-shadow: 0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.system-map-v2 > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.system-path { fill: none; stroke: rgba(112,153,231,.26); stroke-width: 2; stroke-dasharray: 8 10; transition: stroke .35s ease, stroke-width .35s ease, opacity .35s ease; animation: systemLineMove 9s linear infinite; }
.system-path.is-active { stroke: url(#systemLine); stroke-width: 3; opacity: 1; filter: drop-shadow(0 0 7px rgba(23,103,255,.55)); }
@keyframes systemLineMove { to { stroke-dashoffset: -180; } }
.system-core-v2 { position: absolute; left: 50%; top: 50%; width: 210px; height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: radial-gradient(circle at 32% 22%, rgba(85,145,255,.24), rgba(8,25,56,.88) 62%); box-shadow: 0 0 0 25px rgba(23,103,255,.035), 0 35px 75px rgba(0,0,0,.35); text-align: center; }
.system-core-v2 small { color: #8fa0bd; text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; }.system-core-v2 strong { margin: 9px 0; font-size: 1.45rem; line-height: 1.02; }.system-core-v2 span { max-width: 120px; color: #7586a3; font-size: .66rem; }
.system-node-v2 { position: absolute; width: 180px; min-height: 112px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(6,20,47,.9); color: #fff; text-align: left; box-shadow: 0 20px 48px rgba(0,0,0,.24); transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease; }
.system-node-v2 span, .system-node-v2 strong, .system-node-v2 small { display: block; }.system-node-v2 span { color: #7694c8; font-size: .63rem; font-weight: 900; letter-spacing: .12em; }.system-node-v2 strong { margin: 9px 0 3px; font-size: 1rem; }.system-node-v2 small { color: #7d8da8; font-size: .7rem; }
.system-node-v2.is-active { transform: translateY(-6px); border-color: rgba(220,231,255,.44); background: linear-gradient(145deg, rgba(23,103,255,.26), rgba(7,24,54,.94)); box-shadow: 0 24px 58px rgba(23,103,255,.16); }
.system-node-v2.is-active span { color: var(--v2-mint); }.system-node-v2.is-active small { color: #b6c6df; }
.node-presence { left: 4%; top: 8%; }.node-acquisition { right: 4%; top: 8%; }.node-conversion { left: 4%; bottom: 8%; }.node-relationship { right: 4%; bottom: 8%; }
.system-story-v2 { padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.045); backdrop-filter: blur(14px); }
.system-story-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 20px; color: #8495b1; font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.system-story-head i { width: 8px; height: 8px; border-radius: 50%; background: #DCE7FF; box-shadow: 0 0 16px #DCE7FF; animation: livePulse 1.8s infinite; }
@keyframes livePulse { 50% { opacity: .42; } }
.system-story-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 19px 16px; border-top: 1px solid rgba(255,255,255,.08); opacity: .42; transition: opacity .35s ease, transform .35s ease, background .35s ease; cursor: pointer; }
.system-story-item > span { color: #6981a9; font-size: .64rem; font-weight: 900; }.system-story-item h3 { margin: 0 0 5px; font-size: .96rem; }.system-story-item p { margin: 0; color: #8291aa; font-size: .76rem; }
.system-story-item.is-active { opacity: 1; transform: translateX(7px); border-radius: 15px; background: rgba(23,103,255,.1); }
.system-story-item.is-active > span { color: var(--v2-mint); }.system-story-item.is-active p { color: #aab9d0; }
.system-story-link { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; padding: 17px 16px 4px; color: #fff; font-size: .82rem; font-weight: 800; }
.v2-reveal { opacity: 1; transform: none; }
.js-ready .v2-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.js-ready .v2-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .hero-v2-layout { grid-template-columns: 1fr; gap: 30px; }.hero-v2-copy { max-width: 850px; }.hero-stage { min-height: 570px; max-width: 720px; width: 100%; margin-inline: auto; }
  .manifesto-v2-grid { grid-template-columns: 1fr; gap: 38px; }.manifesto-v2-aside { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: start; }.manifesto-v2-aside p { max-width: 500px; margin: 0; }
  .system-v2-heading { grid-template-columns: 1fr; gap: 28px; }.system-v2-heading > p { max-width: 720px; }.system-v2-experience { grid-template-columns: 1fr; }.system-story-v2 { max-width: 760px; width: 100%; margin-inline: auto; }
}
@media (max-width: 840px) {
  .site-header-v2 .nav-wrap { min-height: 74px; }.site-header-v2 .brand img { width: 210px; }.site-header-v2 .menu-toggle { background: rgba(255,255,255,.09); }.site-header-v2 .menu-toggle span { background: #fff; }
  .site-header-v2 .main-nav { top: 84px; color: var(--ink); background: rgba(255,255,255,.97); }.site-header-v2 .nav-cta { border-radius: 13px; background: var(--v2-blue); color: #fff; }.site-header-v2 .nav-cta i { background: rgba(255,255,255,.18); color: #fff; }
  .hero-v2 { min-height: auto; padding: 125px 0 90px; }.hero-v2-title { font-size: clamp(3.1rem, 9.8vw, 4.8rem); }.hero-stage { min-height: 520px; }
  .manifesto-pillars { grid-template-columns: 1fr; }.manifesto-pillar { min-height: 190px; }.manifesto-pillar h3 { margin-top: 32px; }
}
@media (max-width: 640px) {
  .hero-v2 { padding-top: 108px; }.hero-v2-layout { gap: 42px; }.hero-v2-title { font-size: clamp(2.65rem, 12vw, 3.7rem); line-height: .92; }.hero-v2-lead { font-size: .96rem; }.hero-v2-actions { flex-direction: column; }.btn-v2 { width: 100%; text-align: center; }.hero-v2-flow { gap: 7px; font-size: .58rem; letter-spacing: .06em; }
  .hero-stage { min-height: 470px; transform: scale(.92); margin-top: -12px; }.stage-ring-one { width: 290px; height: 290px; }.stage-ring-two { width: 410px; height: 410px; }.stage-core { width: 178px; height: 178px; }.stage-core-logo { width: 62px; height: 45px; }.stage-core-logo img { width: 60px; }.stage-node { min-width: 126px; padding: 11px 12px; }.stage-node-site { left: -2%; top: 9%; }.stage-node-traffic { right: -3%; top: 12%; }.stage-node-crm { left: -3%; bottom: 7%; }.stage-node-sales { right: -4%; bottom: 5%; }.stage-signal { display: none; }.hero-scroll-cue { display: none; }
  .kinetic-track { padding: 13px 0; gap: 17px; }.kinetic-track span { font-size: .62rem; } .kinetic-strip .container { width: min(calc(100% - 24px), var(--container)); }
  .manifesto-v2 { padding: 88px 0; }.manifesto-v2-grid { gap: 34px; }.manifesto-v2-aside { grid-template-columns: 1fr; gap: 14px; }.manifesto-v2-title { font-size: 2.55rem; }.manifesto-pillars { margin-top: 42px; }
  .system-v2 { padding: 88px 0 100px; }.system-v2-heading h2 { font-size: 2.65rem; }.system-v2-experience { margin-top: 48px; }.system-map-v2 { min-height: 650px; border-radius: 24px; }.system-map-v2 > svg { display: none; }.system-core-v2 { width: 170px; height: 170px; }.system-node-v2 { width: calc(50% - 22px); min-height: 104px; padding: 14px; }.node-presence { left: 12px; top: 12px; }.node-acquisition { right: 12px; top: 12px; }.node-conversion { left: 12px; bottom: 12px; }.node-relationship { right: 12px; bottom: 12px; }.system-story-v2 { padding: 18px 14px; }.system-story-item { grid-template-columns: 34px 1fr; padding-inline: 10px; }
}
html[data-motion="reduced"] .stage-ring,
html[data-motion="reduced"] .stage-connections path,
html[data-motion="reduced"] .stage-signal,
html[data-motion="reduced"] .kinetic-track,
html[data-motion="reduced"] .hero-scroll-cue span,
html[data-motion="reduced"] .system-path,
html[data-motion="reduced"] .system-story-head i { animation: none !important; }
html[data-motion="reduced"] .js-ready .v2-title-line,
html[data-motion="reduced"] .js-ready .v2-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
html[data-motion="reduced"] .magnetic { transform: none !important; }

/* ==========================================================================
   AD_SITE_006 — movimento visível + otimização responsiva do hero
   ========================================================================== */

.hero-v2 {
  --hero-scroll-shift: 0px;
  isolation: isolate;
}

.hero-v2-copy {
  transform: translate3d(0, calc(var(--hero-scroll-shift) * -.18), 0);
  transition: transform .08s linear;
}

.hero-stage {
  transform: translate3d(0, var(--hero-scroll-shift), 0);
  transition: transform .08s linear;
}

.hero-v2-title {
  max-width: 850px;
  line-height: .94;
  letter-spacing: -.064em;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  overflow: hidden;
  padding: .09em .035em .17em;
  margin: -.09em -.035em -.12em;
}

.hero-title-text {
  display: block;
  will-change: transform, opacity;
}

.js-ready .v2-title-line {
  opacity: 1;
  transform: none;
  animation: none !important;
}

.js-ready .hero-title-text {
  opacity: 0;
  transform: translate3d(0, 112%, 0);
}

.js-ready .hero-title-line.is-visible .hero-title-text {
  animation: adSite006TitleIn .92s cubic-bezier(.16,1,.3,1) forwards;
}

.js-ready .hero-title-line:nth-child(2).is-visible .hero-title-text { animation-delay: .08s; }
.js-ready .hero-title-line:nth-child(3).is-visible .hero-title-text { animation-delay: .16s; }
.js-ready .hero-title-line:nth-child(4).is-visible .hero-title-text { animation-delay: .24s; }

@keyframes adSite006TitleIn {
  0% { opacity: 0; transform: translate3d(0,112%,0) skewY(3deg); }
  100% { opacity: 1; transform: translate3d(0,0,0) skewY(0); }
}

.hero-v2-grid-bg {
  animation: adSite006GridDrift 18s linear infinite;
}

@keyframes adSite006GridDrift {
  to { background-position: 72px 36px, 36px 72px; }
}

.hero-v2-glow-a { animation: adSite006GlowA 9s ease-in-out infinite alternate; }
.hero-v2-glow-b { animation: adSite006GlowB 11s ease-in-out infinite alternate; }

@keyframes adSite006GlowA {
  to { transform: translate3d(-90px,85px,0) scale(1.12); opacity: .78; }
}
@keyframes adSite006GlowB {
  to { transform: translate3d(95px,-55px,0) scale(.88); opacity: .65; }
}

.stage-halo {
  animation: adSite006Halo 4.8s ease-in-out infinite;
}

@keyframes adSite006Halo {
  0%,100% { transform: translate(-50%,-50%) scale(.94); opacity: .75; }
  50% { transform: translate(-50%,-50%) scale(1.08); opacity: 1; }
}

.stage-ring-one { animation-duration: 13s; }
.stage-ring-two { animation-duration: 19s; }

.stage-core::after {
  content: "";
  position: absolute;
  inset: -17px;
  border: 1px solid rgba(220,231,255,.24);
  border-radius: inherit;
  animation: adSite006CorePulse 3s ease-out infinite;
  pointer-events: none;
}

@keyframes adSite006CorePulse {
  0% { transform: scale(.9); opacity: 0; }
  35% { opacity: .75; }
  100% { transform: scale(1.18); opacity: 0; }
}

.stage-node {
  will-change: transform;
}

.stage-node-site { animation: adSite006NodeFloat 5.2s ease-in-out infinite; }
.stage-node-traffic { animation: adSite006NodeFloat 5.8s ease-in-out -.9s infinite; }
.stage-node-crm { animation: adSite006NodeFloat 6.1s ease-in-out -1.8s infinite; }
.stage-node-sales { animation: adSite006NodeFloat 5.5s ease-in-out -2.6s infinite; }

@keyframes adSite006NodeFloat {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}

.stage-packet {
  fill: #DCE7FF;
  filter: drop-shadow(0 0 8px rgba(220,231,255,.95));
}

.stage-packet.packet-traffic,
.stage-packet.packet-sales {
  fill: #72a5ff;
  filter: drop-shadow(0 0 8px rgba(114,165,255,.95));
}

.hero-flow-step {
  position: relative;
}

.hero-flow-step::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, #72a5ff, #DCE7FF);
  transition: right .35s ease;
}

.hero-flow-step.is-active::after { right: 0; }

.system-v2-glow {
  animation: adSite006SystemGlow 10s ease-in-out infinite alternate;
}

@keyframes adSite006SystemGlow {
  to { transform: translate3d(-120px,80px,0) scale(1.1); opacity: .72; }
}

.system-core-v2::after {
  content: "";
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(118,164,255,.2);
  border-radius: 50%;
  animation: adSite006SystemCore 3.4s ease-out infinite;
  pointer-events: none;
}

@keyframes adSite006SystemCore {
  0% { transform: scale(.9); opacity: 0; }
  30% { opacity: .8; }
  100% { transform: scale(1.16); opacity: 0; }
}

.system-packet {
  fill: #DCE7FF;
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(220,231,255,.95));
  transition: opacity .25s ease;
}

.system-packet.is-active { opacity: 1; }

.system-node-v2.is-active::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(220,231,255,.5);
  border-radius: inherit;
  animation: adSite006ActiveNode 1.45s ease-out infinite;
  pointer-events: none;
}

@keyframes adSite006ActiveNode {
  0% { transform: scale(.98); opacity: .8; }
  100% { transform: scale(1.08); opacity: 0; }
}

.system-story-head::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 14px;
  background: linear-gradient(90deg, rgba(220,231,255,.5), transparent);
  background-size: 200% 100%;
  animation: adSite006StoryFlow 2.2s linear infinite;
}

@keyframes adSite006StoryFlow {
  to { background-position: -200% 0; }
}

@media (min-width: 1101px) and (max-height: 940px) {
  .hero-v2 {
    padding: 112px 0 54px;
  }

  .hero-v2-layout {
    gap: 42px;
  }

  .hero-v2-title {
    margin: 18px 0 20px;
    font-size: clamp(3.15rem, 4.2vw, 4.05rem);
    line-height: .95;
  }

  .hero-v2-lead {
    max-width: 650px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-v2-actions { margin-top: 24px; }
  .hero-v2-flow { margin-top: 19px; }

  .hero-stage { min-height: 515px; }
  .stage-ring-one { width: 350px; height: 350px; }
  .stage-ring-two { width: 475px; height: 475px; }
  .stage-halo { width: 385px; height: 385px; }
  .stage-core { width: 210px; height: 210px; }
  .stage-node { min-width: 142px; padding: 12px 14px; }
}

@media (min-width: 1101px) and (max-width: 1450px) {
  .hero-v2-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: 42px;
  }

  .hero-v2-title {
    font-size: clamp(3.05rem, 4.35vw, 4rem);
  }

  .hero-v2-actions {
    max-width: 660px;
  }

  .btn-v2-primary {
    max-width: 100%;
  }

  .stage-node-site { left: 0; }
  .stage-node-traffic { right: -1%; }
  .stage-node-crm { left: 0; }
  .stage-node-sales { right: -1%; }
}

@media (max-width: 1100px) {
  .hero-v2-copy,
  .hero-stage {
    transform: none;
  }

  .hero-v2-title {
    max-width: 900px;
    line-height: .96;
  }
}

@media (max-width: 640px) {
  .hero-title-line {
    padding-bottom: .2em;
    margin-bottom: -.12em;
  }

  .hero-v2-title {
    font-size: clamp(2.45rem, 11.2vw, 3.5rem);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .stage-node-site,
  .stage-node-traffic,
  .stage-node-crm,
  .stage-node-sales {
    animation-duration: 6s;
  }
}

html[data-motion="reduced"] .hero-v2-grid-bg,
html[data-motion="reduced"] .hero-v2-glow-a,
html[data-motion="reduced"] .hero-v2-glow-b,
html[data-motion="reduced"] .stage-halo,
html[data-motion="reduced"] .stage-core::after,
html[data-motion="reduced"] .stage-node,
html[data-motion="reduced"] .system-v2-glow,
html[data-motion="reduced"] .system-core-v2::after,
html[data-motion="reduced"] .system-node-v2.is-active::after,
html[data-motion="reduced"] .system-story-head::after {
  animation: none !important;
}

html[data-motion="reduced"] .stage-packet,
html[data-motion="reduced"] .system-packet { display: none; }

html[data-motion="reduced"] .js-ready .hero-title-text {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* AD_SITE_010 — P0 coerência de pilares, remoção do verde e reduced-motion */
/* O movimento permanece automático para o visitante comum. Quando o sistema
   solicita menos movimento, loops, marquee, partículas e deslocamentos são
   desativados e o conteúdo permanece integralmente visível. */

/* CSS continua animando mesmo se o aprimoramento JavaScript falhar. */
html.motion-fallback .stage-ring-one { animation: orbitSpin 13s linear infinite !important; }
html.motion-fallback .stage-ring-two { animation: orbitSpinReverse 19s linear infinite !important; }
html.motion-fallback .stage-connections path { animation: lineFlow 6s linear infinite !important; }
html.motion-fallback .kinetic-track { animation: kineticMove 24s linear infinite !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-v2-copy,
  .hero-stage,
  .magnetic { transform: none !important; }
  .stage-ring,
  .stage-connections path,
  .stage-signal,
  .stage-node,
  .kinetic-track,
  .hero-scroll-cue span,
  .system-v2-glow,
  .system-path,
  .system-core-v2::after,
  .system-node-v2.is-active::after,
  .system-story-head i,
  .system-story-head::after { animation: none !important; }
  .stage-packet,
  .system-packet { display: none !important; }
}

/* AD_SITE_010 — posicionamento temporário dos três pilares antes da nova colagem do hero. */
.stage-node-vendas { left: 3%; top: 14%; animation: adSite006NodeFloat 5.2s ease-in-out infinite; }
.stage-node-aquisicao { right: 0; top: 16%; animation: adSite006NodeFloat 5.8s ease-in-out -.9s infinite; }
.stage-node-escala { left: 50%; bottom: 7%; translate: -50% 0; animation: adSite006NodeFloat 6.1s ease-in-out -1.8s infinite; }
.stage-packet.packet-vendas,
.stage-packet.packet-escala { fill: #DCE7FF; filter: drop-shadow(0 0 8px rgba(220,231,255,.9)); }
.stage-packet.packet-aquisicao { fill: #72a5ff; filter: drop-shadow(0 0 8px rgba(114,165,255,.9)); }
.node-sales { left: 4%; top: 9%; }
.node-acquisition { right: 4%; top: 9%; }
.node-scale { left: 50%; bottom: 8%; translate: -50% 0; }
@media (min-width: 1101px) and (max-width: 1450px) {
  .stage-node-vendas { left: 0; }
  .stage-node-aquisicao { right: -1%; }
}
@media (max-width: 640px) {
  .stage-node-vendas { left: -2%; top: 10%; }
  .stage-node-aquisicao { right: -3%; top: 13%; }
  .stage-node-escala { left: 50%; bottom: 5%; }
  .node-sales { left: 12px; top: 12px; }
  .node-acquisition { right: 12px; top: 12px; }
  .node-scale { left: 50%; bottom: 12px; width: calc(50% - 22px); }
}

/* =========================================================
   AD_SITE_012 — P1 FUNDAÇÃO VISUAL
   Somente paleta, tipografia, contato, foco e limpeza segura.
   O hero mantém estrutura, layout, conteúdo e motion do AD_SITE_010.
   ========================================================= */
h1, h2, h3,
.hero-v2-title, .manifesto-v2-title, .system-v2-heading h2 {
  font-family: var(--font-display);
  font-variation-settings: "wdth" 87.5;
}
.hero-v2-kicker, .hero-flow-step, .stage-node-index, .v2-section-index,
.kinetic-track, .system-node-v2 > span, .system-story-item > span {
  font-family: var(--font-mono);
}
