/* Resilience and small-screen accessibility refinements. */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(22px); }
html.js .reveal.visible { opacity: 1; transform: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #20a7ff; outline-offset: 4px; }
img { height: auto; }
@media (max-width: 430px) {
  .actions { flex-direction: column; align-items: flex-start; gap: 9px; }
  .actions .button { gap: 12px; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .header { gap: 15px; padding-inline: 30px; }
  nav { gap: 13px; font-size: 11px; }
  .header-cta { padding: 11px 14px; font-size: 10px; }
  .service-body, .traffic-grid { gap: 48px; }
}

/* Polish pass: composed media, deliberate depth, and desktop-only motion. */
.hero-visual > img, .cta-mascot, .diagnosis-mascot { object-fit: contain; object-position: center bottom; }
.hero-visual > img { filter: drop-shadow(0 20px 20px rgba(2, 5, 28, .12)); animation: qualityFloat 6s ease-in-out infinite; }
.interactive-card, .operation-ui, .dashboard, .hero-panel { transition: transform .35s ease, box-shadow .35s ease; transform-style: preserve-3d; }
.interactive-card:hover, .operation-ui:hover, .dashboard:hover { transform: translateY(-7px) rotate(0deg); box-shadow: 0 28px 48px rgba(5, 49, 112, .18); }
.campaign { padding-top: 62px; overflow: visible; }
.ad-icons { top: -29px; right: 28px; gap: 14px; padding: 8px; border-radius: 20px; background: rgba(255,255,255,.76); backdrop-filter: blur(10px); }
.ad-icons b { width: 60px; height: 60px; border: 1px solid #e1eaf7; transition: transform .25s ease, box-shadow .25s ease; }
.ad-icons b:hover { transform: translateY(-7px) rotate(-4deg) scale(1.07); box-shadow: 0 16px 26px rgba(2, 44, 103, .2); }
.ad-icons .meta { color: #0866ff; font-size: 32px; }
.ad-icons .google { color: #4285f4; font-family: var(--font); font-size: 25px; font-weight: 800; }
.ad-icons .tiktok { color: #fff; background: #11182d; }
.diagnosis { align-items: start; column-gap: clamp(40px, 6vw, 90px); }
.diagnosis-copy { justify-self: end; align-self: center; max-width: 570px; }
.diagnosis-visual { position: relative; width: min(100%, 655px); padding: 16px 76px 52px 0; }
.diagnosis-panel { max-width: 570px; position: relative; z-index: 2; }
.diagnosis-mascot { display: none; }
.diagnosis-call { max-width: 420px; margin-bottom: 0; }
.button { position: relative; overflow: hidden; }
.button.primary:after { content: ''; position: absolute; inset: 0 auto 0 -35%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.33), transparent); transform: skewX(-20deg); transition: left .5s ease; }
.button.primary:hover:after { left: 115%; }
.button.primary:hover { box-shadow: 0 18px 35px rgba(8,123,250,.38); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px 24px; }
.instagram-link, .footer-instagram { color: #b9d5fa; font-size: 12px; font-weight: 600; transition: color .2s ease, transform .2s ease; }
.instagram-link:hover, .footer-instagram:hover { color: #fff; transform: translateY(-2px); }
.cta-mascot { display: none; }
.hero-visual[data-parallax], .floating-card, .orbit { will-change: transform; }
@keyframes qualityFloat { 50% { transform: translateY(-10px) rotate(1deg); } }
@media (max-width: 800px) {
  .diagnosis { display: block; }
  .diagnosis-copy { max-width: none; }
  .diagnosis-visual { margin-top: 34px; padding: 0 30px 38px 0; }
  .campaign { margin-top: 48px; }
  .ad-icons { right: 15px; }
  .ad-icons b { width: 49px; height: 49px; }
}
@media (max-width: 430px) {
  .diagnosis-visual { padding-right: 19px; }
  .diagnosis-panel { padding: 16px; }
  .ad-icons { gap: 8px; }
  .ad-icons b { width: 43px; height: 43px; font-size: 23px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  footer { gap: 16px; }
  .footer-instagram { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-visual > img, .cta-mascot, .diagnosis-mascot { animation: none; }
  .interactive-card, .operation-ui, .dashboard, .hero-panel, .ad-icons b, .button, .instagram-link, .footer-instagram { transition: none; }
}

/* Hero: a living control surface, layered behind the mascot. */
.hero-visual { overflow: visible; perspective: 1100px; }
.hero-glow { position: absolute; width: 440px; height: 360px; right: 0; bottom: 14px; border-radius: 50%; background: radial-gradient(circle, rgba(32,167,255,.27), rgba(8,123,250,.07) 43%, transparent 70%); filter: blur(2px); z-index: -2; }
.hero-grid-lines { position: absolute; inset: 79px 15px 28px 76px; border-radius: 50%; opacity: .8; background: repeating-linear-gradient(90deg, transparent 0 52px, rgba(8,123,250,.07) 53px 54px), repeating-linear-gradient(0deg, transparent 0 52px, rgba(8,123,250,.07) 53px 54px); mask-image: radial-gradient(ellipse, #000 20%, transparent 68%); z-index: -1; }
.hero-dashboard { width: 75%; height: 275px; right: 7%; bottom: 25px; padding: 21px; transform: rotate(-5deg); transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.hero-dashboard:hover { transform: rotate(-2deg) translateY(-8px); box-shadow: 0 34px 65px rgba(3,57,142,.23); filter: saturate(1.08); }
.hero-dashboard .panel-top small { color: #0c9a55; font-size: 8px; letter-spacing: .08em; font-weight: 800; margin-right: 4px; }
.hero-dashboard .chart { position: relative; height: 89px; overflow: hidden; }
.hero-dashboard .chart span { animation: heroBars 2.8s cubic-bezier(.22,.61,.36,1) both; transform-origin: bottom; }
.hero-dashboard .chart span:nth-child(2) { animation-delay: .12s; }.hero-dashboard .chart span:nth-child(3) { animation-delay: .24s; }.hero-dashboard .chart span:nth-child(4) { animation-delay: .36s; }.hero-dashboard .chart span:nth-child(5) { animation-delay: .48s; }
.chart-pulse { position: absolute; left: 21px; right: 21px; bottom: 16px; height: 90px; pointer-events: none; }
.chart-pulse:before { content: ''; position: absolute; inset: 18px 2% 4px; border-top: 2px solid rgba(8,123,250,.58); border-radius: 50% 55% 0 0; transform: skewY(-8deg); animation: chartFlow 3.6s ease-in-out infinite; }
.chart-pulse i { position: absolute; width: 7px; height: 7px; background: #20a7ff; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,167,255,.14); animation: pointPulse 2.8s ease-in-out infinite; }.chart-pulse i:nth-child(1){left:23%;top:53%}.chart-pulse i:nth-child(2){left:55%;top:33%;animation-delay:.5s}.chart-pulse i:nth-child(3){right:9%;top:8%;animation-delay:1s}
.hero-mascot { width: min(470px,76%); right: -2%; bottom: -3px; z-index: 4; position: absolute; mix-blend-mode: multiply; animation: heroMascotFloat 5.8s ease-in-out infinite; transform-origin: 60% 80%; }
.control-orb { position: absolute; width: 28px; height: 28px; right: 25%; bottom: 39%; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #8de5ff, #087bfa 55%, #0051cc); box-shadow: 0 0 0 10px rgba(32,167,255,.09), 0 0 30px rgba(32,167,255,.75); z-index: 5; animation: orbFloat 3.8s ease-in-out infinite; }.control-orb span { position: absolute; inset: -20px; border: 1px solid rgba(32,167,255,.45); border-radius: 50%; animation: orbitRing 3.8s linear infinite; }
.hero-badge { right: 2%; top: 33px; animation: badgeFloat 4.5s ease-in-out infinite; }
.card-b { z-index: 5; animation: badgeFloat 4.2s ease-in-out infinite reverse; }
@keyframes heroBars { from { transform: scaleY(.12); opacity: .25; } to { transform: scaleY(1); opacity: 1; } }
@keyframes chartFlow { 50% { transform: skewY(-4deg) translateY(-5px); opacity: .75; } }
@keyframes pointPulse { 50% { transform: scale(1.45); box-shadow: 0 0 0 9px rgba(32,167,255,.04); } }
@keyframes heroMascotFloat { 50% { transform: translate(-5px,-12px) rotate(.8deg); } }
@keyframes orbFloat { 50% { transform: translate(14px,-17px) scale(1.12); } }
@keyframes orbitRing { to { transform: rotate(360deg) scale(.72); opacity: .2; } }
@keyframes badgeFloat { 50% { transform: translateY(-8px); } }
@media (max-width: 800px) { .hero-dashboard { width: 78%; height: 207px; right: 5%; padding: 16px; }.hero-mascot { width: 82%; right: -2%; }.hero-grid-lines { inset: 37px 0 16px 0; }.hero-glow { width: 320px; height: 290px; }.control-orb { width: 20px; height: 20px; right: 21%; bottom: 36%; }.hero-badge { right: -2%; top: 15px; }.chart-pulse { display: none; } }
@media (max-width: 430px) { .hero-dashboard { bottom: 22px; height: 177px; }.hero-mascot { width: 87%; bottom: -7px; }.hero-badge { transform: scale(.72); transform-origin: right top; }.card-b { transform: scale(.72); transform-origin: left bottom; }.control-orb { right: 19%; bottom: 34%; }.hero-grid-lines { opacity: .5; } }
@media (prefers-reduced-motion: reduce) { .hero-mascot, .control-orb, .control-orb span, .hero-badge, .card-b, .hero-dashboard .chart span, .chart-pulse:before, .chart-pulse i { animation: none; } }

/* Hero V2 — a single action chain: data node → finger hotspot → responsive panel. */
.hero-dashboard { z-index: 2; animation: dashboardBreathe 8.7s ease-in-out infinite; }
.hero-mascot { z-index: 4; }
.control-orb { right: 6%; bottom: 39%; width: 22px; height: 22px; z-index: 6; animation: hotspotBreathe 9.6s ease-in-out infinite; }
.control-orb > b { position: absolute; inset: 7px; background: #e5fbff; border-radius: 50%; opacity: .9; }
.finger-ripple { position: absolute; right: calc(6% - 16px); bottom: calc(39% - 16px); width: 54px; height: 54px; border: 1px solid rgba(32,167,255,.65); border-radius: 50%; z-index: 5; pointer-events: none; opacity: 0; animation: fingerRipple 9.6s ease-out infinite; }
.data-node { position: absolute; z-index: 6; width: 12px; height: 12px; border-radius: 50%; opacity: 0; pointer-events: none; background: radial-gradient(circle at 32% 26%, #ccf8ff, #20a7ff 35%, #087bfa 75%); box-shadow: 0 0 0 5px rgba(32,167,255,.1), 0 0 18px rgba(32,167,255,.65); will-change: transform, opacity; }
.data-node i { display: block; width: 100%; height: 100%; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; }
.node-primary { left: 28%; bottom: 27%; animation: dataToFinger 9.6s cubic-bezier(.45,.05,.3,1) infinite; }
.node-secondary { left: 36%; bottom: 24%; width: 8px; height: 8px; animation: dataFollow 9.6s cubic-bezier(.45,.05,.3,1) 1s infinite; }
.hero-line { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }.hero-line path { fill: none; stroke: #087bfa; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 360; stroke-dashoffset: 360; opacity: .68; animation: lineRespond 9.6s ease-in-out infinite; }.hero-line circle { fill: #20a7ff; stroke: #fff; stroke-width: 2; filter: drop-shadow(0 0 4px #20a7ff); opacity: 0; animation: lineEndpoint 9.6s ease-in-out infinite; }
.hero-dashboard .panel-top small { display: inline-flex; align-items: center; gap: 5px; position: absolute; left: 20px; bottom: 111px; z-index: 7; padding: 6px 8px; border-radius: 999px; background: #effaf4; color: #078348; box-shadow: 0 4px 14px rgba(2,5,28,.08); }.hero-dashboard .panel-top small b { width: 6px; height: 6px; background: #14bd69; border-radius: 50%; box-shadow: 0 0 0 0 rgba(20,189,105,.35); animation: livePulse 2.7s ease-in-out infinite; }
.hero-dashboard .chart span:nth-child(1){animation: heroBarA 9.6s ease-in-out infinite}.hero-dashboard .chart span:nth-child(2){animation: heroBarB 9.6s ease-in-out infinite}.hero-dashboard .chart span:nth-child(3){animation: heroBarC 9.6s ease-in-out infinite}.hero-dashboard .chart span:nth-child(4){animation: heroBarD 9.6s ease-in-out infinite}.hero-dashboard .chart span:nth-child(5){animation: heroBarE 9.6s ease-in-out infinite}
.hero-dashboard .chart:after { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 80% 22%, rgba(32,167,255,.28), transparent 22%); opacity:0; animation: chartReaction 9.6s ease-out infinite; }
.hero-badge { z-index: 7; animation: badgeConfirm 9.6s ease-in-out infinite; }.hero-badge i { position: relative; overflow: hidden; }.hero-badge i:after { content:''; position:absolute; inset:0 auto 0 -110%; width:100%; background:#20a7ff; animation: syncSweep 9.6s ease-in-out infinite; }
.hero-visual.is-interacting .hero-dashboard { filter: saturate(1.12) brightness(1.03); }.hero-visual.is-interacting .control-orb { transform: scale(1.22); }
.node-primary.cursor-near { filter: brightness(1.25); }
@keyframes dataToFinger { 0%,15% { opacity:0; transform:translate(0,0) scale(.65); } 22% { opacity:1; transform:translate(0,0) scale(1); } 50% { opacity:1; transform:translate(238px,-83px) scale(1.15); } 58% { opacity:0; transform:translate(250px,-87px) scale(.4); } 100% { opacity:0; transform:translate(250px,-87px) scale(.4); } }
@keyframes dataFollow { 0%,31%{opacity:0;transform:translate(0,0) scale(.6)}38%{opacity:.8;transform:translate(0,0) scale(1)}57%{opacity:.8;transform:translate(186px,-63px) scale(.7)}65%,100%{opacity:0;transform:translate(197px,-68px) scale(.3)} }
@keyframes fingerRipple { 0%,47%{opacity:0;transform:scale(.35)}50%{opacity:.7;transform:scale(.35)}61%{opacity:0;transform:scale(1.4)}100%{opacity:0;transform:scale(1.4)} }
@keyframes hotspotBreathe { 0%,43%,100%{box-shadow:0 0 0 10px rgba(32,167,255,.09),0 0 25px rgba(32,167,255,.48)}50%,59%{box-shadow:0 0 0 16px rgba(32,167,255,.15),0 0 38px rgba(32,167,255,.9)} }
@keyframes lineRespond { 0%,45%{stroke-dashoffset:360;opacity:.25}58%,82%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-24;opacity:.55} }
@keyframes lineEndpoint { 0%,56%{opacity:0;transform:scale(.5)}62%,87%{opacity:1;transform:scale(1)}100%{opacity:.35;transform:scale(.8)} }
@keyframes heroBarA { 0%,49%{transform:scaleY(.78)}60%,83%{transform:scaleY(1.06)}100%{transform:scaleY(.86)} } @keyframes heroBarB { 0%,49%{transform:scaleY(.92)}60%,83%{transform:scaleY(1.14)}100%{transform:scaleY(.98)} } @keyframes heroBarC { 0%,49%{transform:scaleY(.72)}60%,83%{transform:scaleY(1.28)}100%{transform:scaleY(.84)} } @keyframes heroBarD { 0%,49%{transform:scaleY(.9)}60%,83%{transform:scaleY(1.1)}100%{transform:scaleY(.91)} } @keyframes heroBarE { 0%,49%{transform:scaleY(.82)}60%,83%{transform:scaleY(1.16)}100%{transform:scaleY(.93)} }
@keyframes dashboardBreathe { 0%,45%,100%{transform:rotate(-5deg) translateY(0)}56%,78%{transform:rotate(-4.1deg) translateY(-4px)} } @keyframes badgeConfirm { 0%,55%,100%{filter:brightness(1);transform:translateY(0)}63%,78%{filter:brightness(1.08);transform:translateY(-5px)} } @keyframes syncSweep { 0%,60%{left:-110%}78%,100%{left:110%} } @keyframes livePulse { 50%{box-shadow:0 0 0 6px rgba(20,189,105,0)} }
@keyframes chartReaction { 0%,52%,100% { opacity:0; } 58%,72% { opacity:1; } 82% { opacity:.15; } }
@media (hover:hover) and (pointer:fine) { .hero-dashboard .chart span:hover { filter:brightness(1.28); transform:scaleY(1.12); }.hero-dashboard .chart:hover span:not(:hover) { opacity:.55; }.data-node:hover { transform:scale(1.3); } }
@media (max-width:800px) { .control-orb { right: 10%; bottom: 35%; }.finger-ripple { right:calc(10% - 16px); bottom:calc(35% - 16px); }.node-primary { left:22%; bottom:25%; }.node-secondary { left:31%; bottom:22%; }.hero-dashboard .panel-top small { left:14px; bottom:86px; font-size:7px; }.hero-dashboard { animation:none; }.hero-line { opacity:.68; } }
@media (max-width:430px) { .hero-in-view .whatsapp { opacity:0; pointer-events:none; transform:translateY(10px); }.whatsapp { transition: opacity .22s ease, transform .22s ease; } }
@media (prefers-reduced-motion:reduce) { .hero-dashboard,.control-orb,.finger-ripple,.data-node,.hero-line path,.hero-line circle,.hero-dashboard .panel-top small b,.hero-dashboard .chart span,.hero-badge,.hero-badge i:after { animation:none !important; } .data-node,.finger-ripple { display:none; } }

/* Deterministic hero interaction: classes are applied only after touchData(). */
.hero-visual .control-orb, .node-secondary { display: none; }
.hero-touch-point { position:absolute; right:5.8%; bottom:39.5%; width:24px; height:24px; border-radius:50%; z-index:6; pointer-events:none; }
.finger-ripple { right:calc(5.8% - 18px); bottom:calc(39.5% - 18px); z-index:6; animation:none; transition:opacity .18s ease, transform .45s ease; }
.data-node.node-primary { display:block; position:absolute; z-index:7; width:13px; height:13px; opacity:0; animation:none; transition:transform 1.45s cubic-bezier(.25,.7,.25,1), opacity .18s ease; }
.data-node.node-primary.is-travelling { opacity:1; }.data-node.node-primary.is-arrived { opacity:0; transform:scale(.2)!important; }
.hero-chart { display:block!important; position:relative; height:96px!important; padding:0!important; border:0!important; background:linear-gradient(180deg,rgba(234,245,255,.7),transparent); overflow:hidden!important; }
.hero-bars { position:absolute; inset:13px 14px 8px; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; align-items:end; border-bottom:1px solid #dce9f8; }
.hero-bar { display:block; height:100%; border-radius:5px 5px 0 0; transform:scaleY(var(--base)); transform-origin:bottom; background:linear-gradient(180deg,#32b1ff,#087bfa); transition:transform .62s cubic-bezier(.2,.8,.25,1),filter .3s ease,opacity .3s ease; }
.hero-dashboard.touch-active .hero-bar { transform:scaleY(var(--active)); filter:brightness(1.13); }.hero-dashboard .hero-bar:hover { transform:scaleY(calc(var(--active) + .08)); filter:brightness(1.22); }.hero-bars:has(.hero-bar:hover) .hero-bar:not(:hover) { opacity:.5; }
.hero-line { position:absolute; inset:8px 11px 6px; width:calc(100% - 22px); height:calc(100% - 14px); z-index:2; pointer-events:none; }.hero-line path { stroke-dasharray:none!important; stroke-dashoffset:0!important; transition:d 700ms cubic-bezier(.2,.7,.2,1),stroke .3s ease,stroke-width .3s ease; opacity:.82!important; animation:none!important; }.hero-line circle { transition:cx 700ms cubic-bezier(.2,.7,.2,1),cy 700ms cubic-bezier(.2,.7,.2,1),r .35s ease,opacity .35s ease; opacity:1!important; animation:none!important; }.hero-dashboard.touch-active .hero-line path { stroke:#006bff; stroke-width:3.5; }.hero-dashboard.touch-active .hero-line circle { r:6; filter:drop-shadow(0 0 8px #20a7ff); }
.hero-dashboard .panel-top small { transition:background .3s ease,color .3s ease,transform .3s ease; }.hero-dashboard.touch-active .panel-top small { background:#dff8e9; color:#04733d; transform:translateY(-2px); }.hero-badge { transition:transform .35s ease,filter .35s ease; animation:none!important; }.hero-badge.is-confirmed { transform:translateY(-8px); filter:brightness(1.1); }.hero-badge.is-confirmed i:after { left:110%; transition:left .65s ease; }
.hero-mascot { transition:transform .25s ease; }.hero-mascot.touch-nudge { transform:translate(7px,-7px) rotate(1deg)!important; }
.hero-visual.touch-active .finger-ripple { opacity:.85; transform:scale(1.35); }
@media(max-width:800px){.hero-touch-point{right:10%;bottom:35%}.finger-ripple{right:calc(10% - 18px);bottom:calc(35% - 18px)}.hero-bars{gap:8px}.hero-chart{height:73px!important}.hero-dashboard .panel-top small{bottom:82px}.hero-visual .hero-mascot.touch-nudge{transform:translate(1px,-1px) rotate(.3deg)!important}}
@media(prefers-reduced-motion:reduce){.data-node.node-primary,.finger-ripple{display:none}.hero-dashboard .hero-bar,.hero-line path,.hero-line circle,.hero-dashboard .panel-top small,.hero-badge,.hero-mascot{transition:none!important}}

/* Runtime-only inspection surface: enabled exclusively with ?debugHero=1. */
body.hero-debug .hero-touch-point { outline: 3px solid #ed2b3a; background: rgba(237,43,58,.18); z-index: 12; }
body.hero-debug .data-node.node-primary { display:block!important; background:#ffd21f; box-shadow:0 0 0 5px rgba(255,210,31,.24),0 0 18px #ffd21f; z-index:13; }
body.hero-debug .finger-ripple { display:block!important; }
body.hero-debug .hero-dashboard { outline: 2px solid #087bfa; outline-offset: 5px; }
body.hero-debug .hero-mascot { outline: 2px solid #9a4dff; outline-offset: -2px; }
body.hero-debug .debug-origin { position:absolute; width:14px; height:14px; border-radius:50%; background:#13c36b; box-shadow:0 0 0 4px rgba(19,195,107,.22); z-index:12; pointer-events:none; }
body.hero-debug .debug-trajectory { position:absolute; inset:0; z-index:11; overflow:visible; pointer-events:none; } body.hero-debug .debug-trajectory path { fill:none; stroke:#f4a300; stroke-width:2; stroke-dasharray:6 5; }
body.hero-debug .hero-debug-panel { position:absolute; left:8px; bottom:8px; z-index:20; min-width:154px; padding:11px; border:1px solid #0a72e8; border-radius:10px; background:rgba(2,5,28,.9); color:#dcecff; font:10px/1.55 var(--font); box-shadow:0 12px 24px rgba(2,5,28,.22); } body.hero-debug .hero-debug-panel strong { display:block; color:#fff; letter-spacing:.1em; margin-bottom:5px; } body.hero-debug .hero-debug-panel b { color:#4db5ff; } body.hero-debug .hero-debug-panel button { width:100%; margin-top:8px; padding:7px; border:0; border-radius:6px; background:#087bfa; color:#fff; font:700 9px var(--font); cursor:pointer; }
/* Debug deliberately proves state changes even when reduced motion is enabled. */
body.hero-debug .data-node.node-primary { transition:transform 1.45s cubic-bezier(.25,.7,.25,1),opacity .18s ease!important; } body.hero-debug .hero-dashboard .hero-bar { transition:transform .62s cubic-bezier(.2,.8,.25,1)!important; } body.hero-debug .hero-line path,body.hero-debug .hero-line circle,body.hero-debug .hero-dashboard .panel-top small,body.hero-debug .hero-badge,body.hero-debug .hero-mascot { transition:all .35s ease!important; }

/* Reduced motion keeps the dashboard story without travel, floating, tilt, or loops. */
@media (prefers-reduced-motion: reduce) {
  body:not(.hero-debug) .hero-visual[data-parallax],
  body:not(.hero-debug) .floating-card,
  body:not(.hero-debug) .hero-dashboard,
  body:not(.hero-debug) .hero-mascot { transform: none !important; }
  body:not(.hero-debug) .hero-visual .hero-touch-point { opacity: 0; transition: opacity 180ms ease; }
  body:not(.hero-debug) .hero-visual.reduce-touch-hint .hero-touch-point { opacity: .92; background: #087bfa; box-shadow: 0 0 0 5px rgba(32,167,255,.14); }
  body:not(.hero-debug) .hero-dashboard .hero-bar { transition: transform 180ms ease, filter 160ms ease !important; }
  body:not(.hero-debug) .hero-line path { transition: d 180ms linear, stroke 160ms ease, stroke-width 160ms ease !important; }
  body:not(.hero-debug) .hero-line circle { transition: cx 180ms linear, cy 180ms linear, r 160ms ease, opacity 160ms ease !important; }
  body:not(.hero-debug) .hero-dashboard .panel-top small { transition: background 160ms ease, color 160ms ease, transform 160ms ease !important; }
  body:not(.hero-debug) .hero-badge { opacity: .72; transition: opacity 160ms ease !important; }
  body:not(.hero-debug) .hero-badge.is-confirmed { opacity: 1; transform: none !important; filter: none; }
  body:not(.hero-debug) .hero-mascot.touch-nudge { transform: none !important; }
}

/* Final correction: a product-first hero remains balanced without a mascot. */
.hero-no-mascot .hero-dashboard { width:84%; right:4%; bottom:42px; height:294px; z-index:3; }
.hero-no-mascot .hero-glow { right:-20px; bottom:20px; width:470px; height:390px; }
.hero-no-mascot .hero-grid-lines { inset:55px 0 24px 22px; }
.hero-no-mascot .hero-badge { right:-1%; top:22px; }
.hero-no-mascot .card-b { left:0; bottom:48px; }
.hero-no-mascot .hero-touch-point { right:13%; bottom:36%; }
.hero-no-mascot .finger-ripple { right:calc(13% - 18px); bottom:calc(36% - 18px); }
.hero-no-mascot .node-primary { left:18%; bottom:31%; }
@media (max-width:800px) {
  .hero-visual { height:390px; }
  .hero-no-mascot .hero-dashboard { width:88%; right:2%; bottom:27px; height:216px; }
  .hero-no-mascot .hero-badge { right:-3%; top:13px; }
  .hero-no-mascot .card-b { left:-12px; bottom:17px; }
  .hero-no-mascot .hero-touch-point { right:16%; bottom:35%; }
  .hero-no-mascot .finger-ripple { right:calc(16% - 18px); bottom:calc(35% - 18px); }
  .hero-no-mascot .node-primary { left:14%; bottom:29%; }
}
@media (max-width:430px) {
  .hero-visual { height:325px; }
  .hero-no-mascot .hero-dashboard { height:183px; bottom:21px; }
  .hero-no-mascot .card-b { display:none; }
  .hero-no-mascot .hero-badge { transform:scale(.72); transform-origin:right top; }
}

/* Campaign channels and chart: platform marks now have context and a full conceptual graph. */
.campaign { padding:46px 30px 24px; overflow:visible; }
.campaign .campaign-head { padding-right:190px; }
.ad-icons { top:-30px; right:24px; gap:10px; padding:7px; border:1px solid rgba(220,232,247,.9); border-radius:18px; background:rgba(255,255,255,.94); backdrop-filter:blur(10px); }
.ad-icons .platform-logo { width:50px; height:50px; display:grid; place-items:center; border:1px solid #e1eaf7; border-radius:12px; background:#fff; box-shadow:0 8px 19px rgba(3,28,66,.09); transition:transform .18s ease, box-shadow .18s ease; }
.ad-icons .platform-logo:hover { transform:translateY(-4px); box-shadow:0 13px 23px rgba(3,44,103,.16); }
.ad-icons .platform-logo b { width:auto; height:auto; border:0; border-radius:0; box-shadow:none; transform:none; }
.platform-logo.meta svg { width:34px; height:24px; fill:none; stroke:#0866ff; stroke-width:4; stroke-linecap:round; stroke-linejoin:round; }
.platform-logo.google b { font:800 25px/1 Arial,sans-serif; background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 42%,#fbbc05 0 62%,#ea4335 0 79%,#4285f4 0); color:transparent; background-clip:text; -webkit-background-clip:text; }
.platform-logo.tiktok { background:#111827; }
.platform-logo.tiktok b { color:#fff; font:900 27px/1 Arial,sans-serif; text-shadow:-1.5px -1px #25f4ee,1.5px 1px #fe2c55; transform:translateY(-1px); }
.campaign-wave { height:auto; min-height:158px; padding:14px 15px 10px; border:1px solid #e1ebf7; border-radius:12px; background:linear-gradient(180deg,#fff,#f7fbff); }
.campaign-wave-head { display:flex; justify-content:space-between; align-items:baseline; gap:14px; }
.campaign-wave-head b { font-size:11px; }
.campaign-wave-head small { color:#73829a; font-size:9px; text-align:right; }
.campaign-wave svg { display:block; width:100%; height:95px; margin-top:5px; overflow:visible; }
.campaign-wave .campaign-grid { fill:none; stroke:#dfeaf7; stroke-width:1; stroke-dasharray:3 4; }
.campaign-wave .campaign-line { fill:none; stroke-linecap:round; stroke-linejoin:round; }
.campaign-wave .campaign-line.muted { stroke:#9ecdf8; stroke-width:2.2; opacity:.72; }
.campaign-wave .campaign-line.main { stroke:#087bfa; stroke-width:3.4; filter:drop-shadow(0 3px 3px rgba(8,123,250,.18)); }
.campaign-wave circle { fill:#20a7ff; stroke:#fff; stroke-width:2; }
.campaign-axis { display:flex; justify-content:space-between; color:#77879f; font-size:8px; font-weight:700; }
@media (max-width:800px) { .campaign { padding:42px 17px 17px; }.campaign .campaign-head { padding-right:148px; }.ad-icons { right:13px; }.ad-icons .platform-logo { width:43px; height:43px; }.campaign-wave-head { display:block; }.campaign-wave-head small { display:block; text-align:left; margin-top:3px; } }

/* Timeline disclosure: one compact, keyboard-operable contextual dialog. */
.timeline-dialog { max-width:610px; margin:30px 0 0; padding:17px 18px 17px 20px; display:flex; align-items:flex-start; justify-content:space-between; gap:20px; border:1px solid #cfe2f8; border-left:4px solid #087bfa; border-radius:14px; background:linear-gradient(135deg,#fff,#f5faff); box-shadow:0 15px 32px rgba(3,49,112,.1); }
.timeline-dialog[hidden] { display:none; }
.timeline-dialog-kicker { display:block; margin-bottom:5px; color:#087bfa; font-size:9px; font-weight:800; letter-spacing:.14em; }
.timeline-dialog-title { display:block; font-size:16px; }
.timeline-dialog-copy { max-width:500px; margin:6px 0 0; color:#52617c; font-size:13px; line-height:1.45; }
.timeline-dialog-close { width:30px; height:30px; flex:0 0 auto; border:1px solid #d6e5f5; border-radius:50%; background:#fff; color:#315172; font-size:20px; line-height:1; cursor:pointer; transition:background .18s ease,color .18s ease; }
.timeline-dialog-close:hover { background:#087bfa; color:#fff; }
@media (max-width:800px) { .timeline-dialog { margin-top:8px; }.timeline-dialog-copy { font-size:12px; } }

/* The contact affordance uses a recognisable WhatsApp mark and stays clear of safe areas. */
.whatsapp { right:calc(18px + env(safe-area-inset-right)); bottom:calc(18px + env(safe-area-inset-bottom)); background:#25d366; box-shadow:0 12px 25px rgba(21,160,76,.33); transition:transform .18s ease,box-shadow .18s ease; }
.whatsapp svg { width:30px; height:30px; fill:currentColor; }
.whatsapp:hover { transform:translateY(-3px); box-shadow:0 16px 28px rgba(21,160,76,.4); }
.whatsapp:focus-visible small, .whatsapp:hover small { opacity:1; transform:none; }
.whatsapp small { transition:opacity .18s ease,transform .18s ease; }
footer { justify-content:space-between; }
.footer-instagram { color:#1d4d85; }
.footer-instagram:hover { color:#087bfa; }
@media (max-width:430px) { .whatsapp { right:calc(14px + env(safe-area-inset-right)); bottom:calc(14px + env(safe-area-inset-bottom)); } }
@media (prefers-reduced-motion:reduce) { .ad-icons .platform-logo, .timeline-dialog-close, .whatsapp, .whatsapp small { transition:none!important; } }

/* Final brand treatment: one official source, placed on an ink tile for legibility. */
.brand { width:42px; height:42px; padding:4px; background:var(--ink); border-radius:11px; }
.brand img { width:100%; height:100%; display:block; object-fit:contain; }
.brand span, .brand i { display:none; }
.brand-mini { width:40px; height:40px; display:block; flex:0 0 auto; padding:5px; object-fit:contain; background:var(--ink); border-radius:10px; }
.sidebar .brand-mini { margin:0 0 14px; background:transparent; padding:0; border-radius:0; }
.dash-nav .brand-mini { width:40px; height:40px; }

/* Hero depth: the panel remains readable while the mascot anchors the scene. */
.hero-visual { height:540px; }
.hero-dashboard { width:76%; right:8%; bottom:30px; z-index:3; }
.hero-mascot { width:min(395px,64%); right:-1%; bottom:8px; z-index:5; }
.hero-badge { right:-3%; top:18px; z-index:7; }
.o1 { z-index:1; border-color:rgba(8,123,250,.25); }
.o2 { z-index:6; border-color:rgba(32,167,255,.38); border-left-color:transparent; border-bottom-color:transparent; pointer-events:none; }
@media (prefers-reduced-motion: no-preference) {
  .hero-visual .o1 { animation:qualityOrbit 18s linear infinite; }
  .hero-visual .o2 { animation:qualityOrbitReverse 14s linear infinite; }
}
@keyframes qualityOrbit { 50% { transform:rotate(180deg) scale(1.025); } 100% { transform:rotate(360deg); } }
@keyframes qualityOrbitReverse { 50% { transform:rotate(-180deg) scale(.975); } 100% { transform:rotate(-360deg); } }

/* Timeline: a light, keyboard-accessible selection state with no false navigation. */
.timeline { --timeline-progress:0%; }
.timeline:before { height:2px; background:#cbdcf2; }
.timeline:after { content:''; position:absolute; top:21px; left:0; width:var(--timeline-progress); height:2px; background:linear-gradient(90deg,#087bfa,#20a7ff); box-shadow:0 0 12px rgba(32,167,255,.34); transition:width 180ms ease; }
.timeline-point { position:absolute; top:0; left:0; z-index:2; width:42px; height:42px; padding:0; border:0; border-radius:50%; background:none; cursor:pointer; }
.timeline .timeline-point span { position:static; width:42px; height:42px; border:5px solid #fff; box-shadow:0 0 0 1px #cbdcf2; border-radius:50%; display:grid; place-items:center; color:#fff; background:var(--blue); font-size:10px; font-weight:800; transition:box-shadow 180ms ease,background 180ms ease,transform 180ms ease; }
.timeline li b, .timeline li p { transition:color 180ms ease,opacity 180ms ease; }
.timeline li.is-active .timeline-point span { background:#005bd5; box-shadow:0 0 0 1px #087bfa,0 0 0 6px rgba(32,167,255,.14),0 8px 18px rgba(8,123,250,.2); transform:scale(1.06); }
.timeline li.is-active b { color:#005bd5; }.timeline li.is-active p { color:#334c72; }
.timeline-point:focus-visible { outline:3px solid #20a7ff; outline-offset:4px; }
@media (hover:hover) and (pointer:fine) {
  .timeline li:hover .timeline-point span { box-shadow:0 0 0 1px #087bfa,0 0 0 5px rgba(32,167,255,.12); transform:scale(1.045); }
  .timeline li:hover b { color:#005bd5; }.timeline li:hover p { color:#334c72; }
}
@media (max-width:800px) {
  .timeline { display:block; margin-top:44px; }
  .timeline:before { display:block; left:20px; right:auto; top:20px; bottom:34px; width:2px; height:auto; }
  .timeline:after { left:20px; top:20px; bottom:70px; width:2px; height:auto; transform-origin:top; transform:scaleY(var(--timeline-scale,0)); transition:transform 180ms ease; }
  .timeline li { min-height:91px; padding:0 0 29px 67px; }
  .timeline-point { left:0; }
}
@media (prefers-reduced-motion:reduce) {
  .timeline:after, .timeline .timeline-point span, .timeline li b, .timeline li p { transition:none!important; }
}

/* Final mobile cascade: preserve the compact hero proportions after all desktop rules. */
@media (max-width:800px) { .hero-visual { height:390px; } }
@media (max-width:430px) { .hero-visual { height:325px; } }

/* Paid-media marks: dedicated SVG assets with consistent optical weight. */
.ad-icons .platform-logo { overflow:hidden; background:#fff; }
.ad-icons .platform-logo img { display:block; max-width:72%; max-height:72%; width:auto; height:auto; object-fit:contain; transform:scale(1); transition:transform .18s ease; }
.ad-icons .platform-logo.meta img { width:34px; max-width:74%; }
.ad-icons .platform-logo.google img { height:35px; max-height:76%; }
.ad-icons .platform-logo.tiktok { background:#fff; }
.ad-icons .platform-logo.tiktok img { width:27px; max-width:60%; }
.ad-icons .platform-logo:hover img { transform:scale(1.03); }
@media (max-width:800px) {
  .ad-icons .platform-logo.meta img { width:29px; }
  .ad-icons .platform-logo.google img { height:31px; }
  .ad-icons .platform-logo.tiktok img { width:24px; }
}
@media (prefers-reduced-motion:reduce) { .ad-icons .platform-logo img { transition:none!important; } }

/* Surgical dashboard and hero corrections. */
.ui-line { height:auto; min-height:100px; display:block; padding:13px 14px 10px; }
.ui-line-head { display:flex; align-items:center; justify-content:space-between; }
.ui-line-head b { font-size:11px; }.ui-line-head small { color:#718198; font-size:9px; }
.ui-line-track { height:34px; margin:13px 0 8px; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; align-items:end; border-bottom:1px solid #dce9f8; }
.ui-line-track i { display:block; width:100%; height:var(--bar); border-radius:4px 4px 0 0; background:linear-gradient(180deg,#63c8ff,#087bfa); }
.ui-line-track i:nth-child(1) { --bar:42%; }.ui-line-track i:nth-child(2) { --bar:70%; }.ui-line-track i:nth-child(3) { --bar:92%; }
.ui-line-labels { display:flex; justify-content:space-between; color:#718198; font-size:8px; font-weight:700; }
.line-chart { min-height:218px; padding:17px 17px 12px; }
.ops-chart-head { display:flex; align-items:baseline; justify-content:space-between; gap:14px; }
.ops-chart-head small { font-size:12px; font-weight:800; }.ops-chart-head span { color:#718198; font-size:9px; }
.line-chart svg { display:block; width:100%; height:150px; margin:4px 0 0; overflow:visible; }
.line-chart .ops-grid { fill:none; stroke:#e4edf8; stroke-width:1; stroke-dasharray:3 4; }
.line-chart .ops-area { fill:#087bfa; opacity:.14; }
.line-chart .ops-line { fill:none; stroke:#087bfa; stroke-width:4; stroke-linecap:round; stroke-linejoin:round; }
.line-chart circle { fill:#20a7ff; stroke:#fff; stroke-width:2.5; filter:drop-shadow(0 2px 3px rgba(8,123,250,.2)); }
.ops-chart-axis { display:flex; justify-content:space-between; color:#718198; font-size:8px; font-weight:700; }
.hero-visual > .hero-mascot-support { width:66px; left:0; right:auto; bottom:32px; z-index:6; position:absolute; mix-blend-mode:multiply; filter:drop-shadow(0 10px 12px rgba(2,5,28,.13)); animation:none!important; }
.hero-dashboard { right:11%; bottom:46px; }
@media (max-width:800px) { .line-chart { min-height:190px; }.line-chart svg { height:119px; }.hero-visual > .hero-mascot-support { width:54px; left:0; right:auto; bottom:22px; }.hero-dashboard { right:7%; bottom:30px; }.hero-badge { right:0; } }
@media (max-width:430px) { .ops-chart-head span { display:none; }.ops-chart-axis span:nth-child(3) { display:none; }.hero-visual > .hero-mascot-support { display:block; width:44px; left:0; bottom:18px; }.hero-badge { right:0; } }
