:root{
  --bg:#07090f;
  --bg-soft:#0d111c;
  --card:#111827;
  --card-2:#151c2d;
  --text:#f7f8fb;
  --muted:#aab3c5;
  --line:rgba(255,255,255,.12);
  --primary:#76e4f7;
  --primary-2:#8b5cf6;
  --white:#fff;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.cursor-light{position:fixed;inset:auto;left:50%;top:50%;width:420px;height:420px;border-radius:999px;background:radial-gradient(circle,rgba(118,228,247,.12),transparent 65%);pointer-events:none;transform:translate(-50%,-50%);z-index:0;mix-blend-mode:screen}
.site-header{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:20;width:min(1160px,calc(100% - 32px));display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(7,9,15,.68);backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.22)}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.04em;background:white;padding:4px 22px;border-radius:999px;margin:-12px 0 -12px -14px;box-shadow:4px 0 15px rgba(0,0,0,0.1)}.brand-img{height:70px;object-fit:contain;transform:scale(1.15);transform-origin:center;transition:0.3s ease}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#071018;font-weight:900}.brand-text{font-size:1.02rem}.desktop-nav{display:flex;gap:22px;color:var(--muted);font-size:.9rem}.desktop-nav a{transition:.25s}.desktop-nav a:hover{color:var(--white)}.header-cta{padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);font-size:.9rem;font-weight:700;transition:.25s}.header-cta:hover{background:var(--white);color:#080b12}
.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px;z-index:100}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--white);transition:.3s}.mobile-menu-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(7,9,15,.95);backdrop-filter:blur(10px);z-index:19;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;opacity:0;pointer-events:none;transition:.4s ease}.mobile-nav.active{opacity:1;pointer-events:auto}.mobile-nav-link{font-size:1.5rem;font-weight:700;color:var(--white);text-transform:uppercase}
.section{position:relative;padding:128px 0;z-index:1}.section-screen{position:relative;min-height:100vh;display:grid;place-items:center;z-index:1;overflow:hidden}.hero{padding-top:90px}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 50% 20%,rgba(118,228,247,.18),transparent 34%),radial-gradient(circle at 20% 80%,rgba(139,92,246,.16),transparent 30%),linear-gradient(180deg,#07090f 0%,#0b1020 100%)}.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:54px 54px;mask-image:radial-gradient(circle at center,black,transparent 70%);opacity:.55}.orb{position:absolute;border-radius:999px;filter:blur(20px);opacity:.7}.orb-1{width:260px;height:260px;background:var(--primary);left:10%;top:28%;animation:float 8s ease-in-out infinite}.orb-2{width:220px;height:220px;background:var(--primary-2);right:8%;bottom:18%;animation:float 10s ease-in-out infinite reverse}.hero-card{position:absolute;border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.04));border-radius:28px;box-shadow:var(--shadow);backdrop-filter:blur(20px)}.hero-card-1{width:300px;height:190px;right:13%;top:25%;transform:rotate(8deg)}.hero-card-2{width:260px;height:170px;left:12%;bottom:20%;transform:rotate(-10deg)}.hero-content{text-align:center;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border:none;border-radius:999px;color:#061018;background:linear-gradient(135deg,var(--primary),#b8f3ff);font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 12px 30px rgba(118,228,247,.22)}.hero h1,.center h2{margin-top:22px;font-size:clamp(2.5rem,6.5vw,5.5rem);line-height:1.2;letter-spacing:-.02em;max-width:1050px;padding-bottom:40px;margin-bottom:0}.hero-copy,.center p,.section-heading p,.section-copy p{margin:24px auto 0;color:var(--muted);font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.7;max-width:760px}.hero-actions{display:flex;justify-content:center;gap:14px;margin-top:34px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;transition:.25s;border:1px solid var(--line)}.btn-primary{background:linear-gradient(135deg,var(--primary),#b8f3ff);color:#061018;box-shadow:0 18px 60px rgba(118,228,247,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 26px 70px rgba(118,228,247,.32)}.btn-secondary{background:rgba(255,255,255,.06);color:var(--white)}.btn-secondary:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);width:28px;height:46px;border:1px solid var(--line);border-radius:999px;display:flex;justify-content:center;padding-top:8px}.scroll-indicator span{width:5px;height:9px;border-radius:999px;background:var(--primary);animation:scrollDot 1.7s infinite}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.section-copy h2,.section-heading h2{margin-top:18px;font-size:clamp(2rem,4.5vw,4.5rem);line-height:.98;letter-spacing:-.02em}.problem-panel{display:grid;gap:14px}.problem-item{display:flex;align-items:center;gap:18px;padding:22px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid var(--line)}.problem-item > span, .problem-item > span span{color:#86e7f9;font-weight:900}.problem-item strong{font-size:1.1rem;color:#ffffff}.vision{background:linear-gradient(180deg,#07090f,#111827 45%,#07090f)}.center{text-align:center}.center h2{font-size:clamp(2rem,4vw,3.5rem)}.section-heading{text-align:center;margin-bottom:56px}.demo-grid{display:grid;gap:28px}.demo-card{display:grid;grid-template-columns:1.1fr .9fr;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:var(--shadow);min-height:430px}.demo-visual{position:relative;min-height:430px;overflow:hidden;background:#101725}.demo-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(118,228,247,.35),transparent 28%),radial-gradient(circle at 80% 75%,rgba(139,92,246,.28),transparent 32%)}.mock-browser{position:absolute;left:44px;right:44px;top:44px;height:34px;border-radius:16px 16px 0 0;background:rgba(255,255,255,.14);border:1px solid var(--line)}.mock-browser:after{content:"";position:absolute;left:18px;top:13px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:18px 0 0 rgba(255,255,255,.55),36px 0 0 rgba(255,255,255,.3)}.demo-motion,.product-build,.catalog-grid{position:absolute;left:44px;right:44px;top:78px;bottom:44px;border:1px solid var(--line);border-radius:0 0 24px 24px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.02));overflow:hidden}.demo-motion:before{content:"";position:absolute;inset:40px;border-radius:28px;background:linear-gradient(135deg,var(--primary),var(--primary-2));filter:blur(.1px);animation:pulseScale 4s ease-in-out infinite}.demo-motion:after{content:"";position:absolute;left:60px;bottom:64px;width:60%;height:16px;border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 34px 0 rgba(255,255,255,.32),0 68px 0 rgba(255,255,255,.18)}.product-build:before{content:"";position:absolute;width:180px;height:180px;border-radius:34px;background:linear-gradient(135deg,var(--primary),#fff);left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);animation:buildRotate 6s ease-in-out infinite}.product-build:after{content:"";position:absolute;left:80px;right:80px;bottom:54px;height:12px;border-radius:999px;background:rgba(255,255,255,.5);box-shadow:0 -48px 0 rgba(255,255,255,.23),0 -96px 0 rgba(255,255,255,.13)}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:28px}.catalog-grid:before,.catalog-grid:after{content:"";border-radius:18px;background:rgba(255,255,255,.18);box-shadow:140px 0 0 rgba(255,255,255,.12),280px 0 0 rgba(255,255,255,.18),0 130px 0 rgba(255,255,255,.08),140px 130px 0 rgba(255,255,255,.2),280px 130px 0 rgba(255,255,255,.1);animation:catalogFloat 4.5s ease-in-out infinite}.catalog-grid:after{display:none}.demo-content{padding:44px;display:flex;flex-direction:column;justify-content:center}.demo-number{color:#86e7f9;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.demo-content h3{margin-top:14px;font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.06em}.demo-content p{margin-top:16px;color:var(--muted);line-height:1.75}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tags span{font-size:.8rem;color:#cbd5e1;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.05)}.demo-link{margin-top:28px;width:max-content;padding:14px 18px;border-radius:999px;background:var(--white);color:#060910;font-weight:900;transition:.25s}.demo-link:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(255,255,255,.12)}.compare-table{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.04)}.compare-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.compare-row:last-child{border-bottom:0}.compare-row span{padding:22px;color:var(--muted)}.compare-row span:last-child{color:var(--white);font-weight:700;background:rgba(118,228,247,.06)}.compare-head span{font-weight:900;color:var(--white);background:rgba(255,255,255,.08)}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.timeline div,.feature{padding:26px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.03));border:1px solid var(--line)}.timeline div > span,.feature > span{color:#ffffff;font-weight:900}.timeline strong,.feature strong{display:block;margin-top:12px;font-size:1.25rem;color:#ffffff}.timeline p,.feature p{margin-top:10px;color:#94a3b8;line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.segment-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.segment-list span{padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid var(--line);font-weight:800;color:#e5e7eb;width:150px;text-align:center;box-sizing:border-box}.faq-list{max-width:820px;margin:0 auto;display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.05);padding:20px}.faq-list summary{cursor:pointer;font-weight:900}.faq-list p{margin-top:12px;color:var(--muted);line-height:1.65}.final-cta{background:radial-gradient(circle at 50% 20%,rgba(118,228,247,.18),transparent 36%),linear-gradient(180deg,#07090f,#0f1625)}.center-actions{justify-content:center}.footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:.9rem}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}
@keyframes float{50%{transform:translateY(-25px) translateX(16px)}}@keyframes scrollDot{0%{transform:translateY(0);opacity:1}100%{transform:translateY(18px);opacity:0}}@keyframes pulseScale{50%{transform:scale(1.08);filter:blur(8px)}}@keyframes buildRotate{50%{transform:translate(-50%,-50%) rotate(135deg) scale(1.08)}}@keyframes catalogFloat{50%{transform:translateY(-10px)}}
@media (max-width:900px){.desktop-nav{display:none}.header-cta{display:none}.mobile-menu-btn{display:flex}.brand{padding:4px 16px;margin:-8px 0 -8px -8px}.brand-img{height:40px}.split,.demo-card{grid-template-columns:1fr}.demo-card{min-height:auto}.timeline,.feature-grid{grid-template-columns:1fr}.section{padding:92px 0}.hero-content{max-width:100%;overflow-x:hidden}.eyebrow{flex-wrap:wrap;text-align:center;justify-content:center;white-space:normal}.hero h1{font-size:clamp(2rem,9vw,2.8rem);word-wrap:break-word;hyphens:auto}.demo-content{padding:30px}.demo-visual{min-height:340px}.compare-row{grid-template-columns:1fr}.compare-row span:first-child{border-bottom:1px solid var(--line)}}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto}.reveal{opacity:1;transform:none}}

/* Text Clip Slide-Down Animation */
.text-clip-wrapper {
  display: inline-block;
}
.char-clip {
  display: inline-block;
  transform: translateY(-110%);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.text-clip-wrapper.visible .char-clip,
.reveal.visible .char-clip,
.reveal.visible .text-clip-wrapper .char-clip {
  transform: translateY(0);
}

/* ============================================
   SIDEBAR SCROLLSPY
   ============================================ */
/* Esconder a barra de rolagem padrão */
::-webkit-scrollbar {
  display: none;
}

:root {
  --scroll-progress: 0;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 220px;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 40px 24px;
  z-index: 50;
  pointer-events: none; /* Let clicks pass through transparent areas */
}

/* Re-enable pointer events for navigation links */
.sidebar__nav {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  width: 100%;
}

.sidebar__track {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 60vh;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  overflow: hidden;
}

.sidebar__fill {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  transform-origin: top;
  transform: scaleY(var(--scroll-progress));
  transition: transform 0.08s linear;
  background: linear-gradient(to bottom, rgba(134, 231, 249, 0.2), #86e7f9);
}

.sidebar__indicator {
  position: absolute;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #86e7f9;
  box-shadow: 0 0 10px rgba(134, 231, 249, 0.4), 0 0 20px rgba(134, 231, 249, 0.2);
  top: 0;
  transform: translateY(var(--indicator-y, -100px));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sidebar__link {
  display: inline-block;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  padding: 8px 0;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  opacity: 0;
  transform: translateX(-12px);
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 1; transform: translateX(0); }
}

.sidebar__link:hover {
  color: #86e7f9;
  transform: translateX(4px);
  opacity: 1;
}

.sidebar__link.is-active {
  color: #86e7f9;
  font-weight: 900;
}

.sidebar__link.is-active::before {
  content: '›';
  margin-right: 6px;
  color: #86e7f9;
}

@media (max-width: 1300px) {
  .sidebar {
    display: none;
  }
}

/* ============================================
   IMPORTANCIA SITE
   ============================================ */

.importance {
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--bg);
}

.importance-block {
  max-width: 800px;
  margin: 0 auto 120px auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.importance-block.visible {
  opacity: 1;
  transform: translateY(0);
}

.importance-block:last-child {
  margin-bottom: 0;
}

.highlight-google {
  color: #86e7f9;
}

.block-intro h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 24px;
}

.block-intro .subtitle {
  font-size: 1.25rem;
  color: #c0c0c0;
  line-height: 1.6;
  margin-bottom: 16px;
}

.block-intro .complement {
  font-size: 1rem;
  color: #808080;
  line-height: 1.5;
}

/* Bloco 2: Estatísticas */
.stats-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 48px;
}

.stat-item {
  flex: 1;
}

.stat-year {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #808080;
  margin-bottom: 8px;
}

.stat-number {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  color: #86e7f9;
  line-height: 1;
}

.stat-percent {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #86e7f9;
}

.stat-arrow {
  font-size: 2rem;
  color: rgba(255,255,255,0.2);
}

.stat-text {
  margin-top: 16px;
  font-size: 1rem;
  color: #a0a0a0;
  line-height: 1.5;
}

.stats-footer h3 {
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.stats-footer p {
  color: #a0a0a0;
  margin-bottom: 24px;
}

.source-link {
  display: inline-block;
  font-size: 0.75rem;
  color: #666;
  text-decoration: underline;
  transition: color 0.2s;
}

.source-link:hover {
  color: #a0a0a0;
}

/* Bloco 3: Google Network */
.block-google h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.block-google .block-text {
  color: #a0a0a0;
  font-size: 1.125rem;
  margin-bottom: 48px;
}

.google-network {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}

.network-node {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-weight: 500;
  color: #c0c0c0;
  text-align: center;
  min-width: 200px;
  transition: transform 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.network-node.highlight {
  color: #86e7f9;
  border-color: rgba(134, 231, 249, 0.4);
  box-shadow: 0 0 20px rgba(134, 231, 249, 0.1);
}

.network-line {
  width: 2px;
  height: 24px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
}

.google-network:hover .network-node {
  transform: translateY(-2px);
}

.complement-text {
  color: #808080;
  margin-bottom: 24px;
}

/* Bloco 4: Comparação */
.comparison-header h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.highlight-answer {
  font-size: 1.25rem;
  color: #86e7f9;
  margin-bottom: 48px;
}

.comparison-split {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}

.col-social, .col-site {
  flex: 1;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px;
}

.col-social h4, .col-site h4 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.col-site {
  border-color: rgba(134, 231, 249, 0.2);
  background: rgba(134, 231, 249, 0.02);
}

.col-site h4 {
  color: #86e7f9;
  border-bottom-color: rgba(134, 231, 249, 0.2);
}

.comparison-split ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-split li {
  margin-bottom: 12px;
  color: #a0a0a0;
  position: relative;
  padding-left: 20px;
}

.comparison-split li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.3);
}

.col-site li::before {
  color: rgba(134, 231, 249, 0.5);
}

.comparison-footer {
  text-align: center;
}

.small-conclusion {
  color: #808080;
  margin-bottom: 8px;
}

.big-conclusion {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

/* Bloco 5: Adoção Gráfico */
.block-adoption h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.adoption-chart {
  margin: 48px 0;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.bar-label {
  min-width: 80px;
  color: #a0a0a0;
  font-weight: 500;
}

.bar-track {
  flex: 1;
  height: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  width: 0; /* Animado via JS */
  background: #86e7f9;
  transition: width 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.bar-row:first-child .bar-fill {
  background: rgba(255, 255, 255, 0.2);
}

.bar-value {
  min-width: 40px;
  font-weight: 700;
  color: #fff;
}

/* Bloco 6: Credibilidade */
.credibility-header {
  margin-bottom: 48px;
}

.cred-number {
  font-size: 4rem;
  font-weight: 900;
  color: #86e7f9;
}

.cred-percent {
  font-size: 2rem;
  font-weight: 700;
  color: #86e7f9;
}

.cred-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 12px 0;
  line-height: 1.3;
}

.cred-sub {
  color: #808080;
}

.credibility-factors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.factor {
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.factor h4 {
  color: #fff;
  margin-bottom: 8px;
}

.factor p {
  color: #a0a0a0;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Bloco 7: Evolução */
.block-evolution h3 {
  font-size: 2rem;
  margin-bottom: 48px;
}

.evolution-chart {
  position: relative;
  height: 200px;
  margin-bottom: 16px;
  display: flex;
}

.axis-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 16px;
  color: #666;
  font-size: 0.75rem;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.chart-area {
  flex: 1;
  position: relative;
}

.evolution-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%; /* Animado via JS */
  height: 100%;
  border-bottom: 2px dashed rgba(134, 231, 249, 0.3);
  transition: width 2s ease-out;
}

.evo-step {
  position: absolute;
  bottom: -6px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0; /* Revelado via JS */
  transition: opacity 0.5s ease;
  z-index: 1;
  cursor: pointer;
}

.evo-step:hover {
  z-index: 10;
}

.evo-step.active {
  opacity: 1;
}

.evo-dot {
  width: 12px;
  height: 12px;
  background: #86e7f9;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(134, 231, 249, 0.5);
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.evo-step:hover .evo-dot {
  transform: scale(1.4);
}

.evo-tooltip {
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 8px;
  width: 160px;
  text-align: center;
  position: absolute;
  bottom: 24px;
}

.evo-title {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 4px;
}

.evo-score {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #86e7f9;
  margin-bottom: 8px;
}

.evo-tooltip p {
  font-size: 0.75rem;
  color: #a0a0a0;
  line-height: 1.4;
  margin: 0;
}

.chart-axis-label {
  text-align: center;
  color: #808080;
  font-size: 0.875rem;
  margin-bottom: 32px;
}

.chart-disclaimer {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
  border-radius: 8px;
}

/* Bloco 8: Busca */
.search-mockup {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 16px;
  border-radius: 24px;
  margin-bottom: 32px;
  color: #c0c0c0;
}

.search-bar svg {
  color: #808080;
}

.cursor {
  display: inline-block;
  width: 2px;
  background: #fff;
  animation: blink 1s step-end infinite;
}

@keyframes blink { 50% { opacity: 0; } }

.search-result {
  margin-bottom: 24px;
}

.result-brand {
  display: block;
  font-size: 0.75rem;
  color: #a0a0a0;
  margin-bottom: 4px;
}

.result-title {
  display: block;
  font-size: 1.25rem;
  color: #3b82f6; /* Azul tradicional de link de busca adaptado para dark mode */
  margin-bottom: 4px;
}

.highlight-result .result-title {
  color: #86e7f9;
}

.result-desc {
  color: #a0a0a0;
  font-size: 0.875rem;
  margin: 0 0 8px 0;
}

.result-links {
  font-size: 0.75rem;
  color: #86e7f9;
}

.dim-result {
  opacity: 0.5;
}

.search-text .primary {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.search-text .secondary {
  color: #a0a0a0;
}

/* Bloco 9: Jornada */
.block-journey h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.journey-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  overflow-x: auto;
  padding-bottom: 16px;
}

.j-step {
  font-size: 0.875rem;
  color: #808080;
  padding: 8px 16px;
  background: rgba(255,255,255,0.02);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.05);
  white-space: nowrap;
}

.j-step.highlight {
  color: #86e7f9;
  border-color: rgba(134, 231, 249, 0.3);
}

.j-step.final {
  background: rgba(134, 231, 249, 0.1);
  color: #fff;
  border-color: rgba(134, 231, 249, 0.5);
  font-weight: 600;
}

.j-line {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.1);
  margin: 0 8px;
  min-width: 20px;
}

/* Bloco 10: Fechamento */
.block-outro {
  text-align: center;
  padding: 80px 0;
}

.block-outro h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.outro-actions {
  margin-top: 48px;
}

.action-note {
  margin-top: 16px;
  font-size: 0.875rem;
  color: #808080;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .section-screen {
    min-height: 100svh;
  }
  .hero-bg {
    height: 100%;
    width: 100%;
  }
  .stats-grid {
    flex-direction: column;
    text-align: center;
  }
  .stat-arrow {
    transform: rotate(90deg);
  }
  .comparison-split {
    flex-direction: column;
  }
  .credibility-factors {
    grid-template-columns: 1fr;
  }
  .evolution-chart {
    height: 250px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .axis-y {
    position: sticky;
    left: 0;
    background: var(--bg);
    z-index: 10;
    padding-left: 10px; /* pequeno respiro pra n colar na tela */
  }
  .chart-area {
    min-width: 650px;
  }
  .evo-tooltip {
    width: 140px;
  }
  .evo-title {
    font-size: 0.8rem;
  }
  .evo-tooltip p {
    display: block; /* Volta a exibir pois agora tem espaço horizontal */
  }
}

/* WhatsApp Float Premium */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 90;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4), inset 0 2px 5px rgba(255,255,255,0.4);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: floatWa 4s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.whatsapp-float svg {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 25px 45px rgba(37, 211, 102, 0.5), inset 0 2px 5px rgba(255,255,255,0.5);
}
.whatsapp-float:hover svg {
  transform: scale(1.1);
}
.whatsapp-tooltip {
  position: absolute;
  right: 80px;
  background: rgba(7, 9, 15, 0.85);
  backdrop-filter: blur(12px);
  padding: 10px 18px;
  border-radius: 12px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateX(15px);
  transition: all 0.3s ease;
  border: 1px solid var(--line);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}
@keyframes floatWa {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media (max-width: 900px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
  }
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
  .whatsapp-tooltip {
    display: none;
  }
}
