:root{
  --navy:#071c43;
  --navy-2:#0b2f67;
  --blue:#0d8cc7;
  --cyan:#3cd7e7;
  --green:#49ed9c;
  --yellow:#ffd748;
  --orange:#ff8b2b;
  --paper:#f3f1e9;
  --white:#fff;
  --surface-alt:#fff;
  --brand-mark:#ff454d;
  --live-color:#ff4b4b;
  --whatsapp-color:#25d366;
  --ink:#0d1830;
  --muted:#657087;
  --line:rgba(7,28,67,.16);
  --radius:28px;
  --container:min(1220px, calc(100vw - 48px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:var(--container);margin-inline:auto}
.section{padding:120px 0}
.page-noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.16;background-image:radial-gradient(circle,rgba(255,255,255,.16) 0 1px,transparent 1.2px);background-size:5px 5px;mix-blend-mode:soft-light}

.site-header{position:fixed;top:0;left:0;right:0;z-index:90;padding:18px 0;transition:.35s ease;color:var(--header-text,#fff)}
.site-header.scrolled{background:rgba(7,28,67,.88);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(0,0,0,.15);padding:12px 0}
.nav-wrap{display:flex;align-items:center;gap:34px}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-kicker{font-size:9px;letter-spacing:.21em;font-weight:800;opacity:.72;margin-bottom:5px}
.brand-name{font-size:28px;font-weight:900;letter-spacing:-.06em}.brand-name span{color:var(--brand-mark);margin-left:2px}
.site-menu{margin-left:auto;display:flex;gap:30px;align-items:center}.site-menu a{font-size:14px;font-weight:650;opacity:.84;transition:.2s}.site-menu a:hover{opacity:1;color:var(--green)}
.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:28px;height:2px;background:var(--header-text,#fff);margin:6px 0}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;font-weight:800;font-size:14px;transition:.25s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-small{min-height:44px;padding:0 20px}.btn-light{background:var(--button-alt-bg,var(--white));color:var(--button-alt-text,var(--navy))}.btn-light:hover{background:var(--green)}
.btn-accent{background:var(--green);color:var(--navy);box-shadow:0 16px 40px rgba(73,237,156,.2)}.btn-accent:hover{box-shadow:0 18px 42px rgba(73,237,156,.32)}
.btn-large{min-height:64px;padding:0 34px;font-size:16px}
.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:14px;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:7px}.text-link span{font-size:20px}.dark-link{border-color:rgba(7,28,67,.35)}
.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 24px;font-size:11px;font-weight:900;letter-spacing:.18em}.eyebrow span{width:34px;height:2px;background:var(--green)}.eyebrow.dark span{background:var(--blue)}

.hero{position:relative;min-height:850px;padding:150px 0 85px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 50%,var(--blue) 100%);background-color:var(--section-background,var(--navy));color:#fff;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 40%,rgba(60,215,231,.28),transparent 31%),linear-gradient(180deg,transparent 72%,rgba(3,14,34,.7));pointer-events:none}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:70px}
.hero-copy h1{font-size:clamp(64px,8vw,118px);line-height:.83;letter-spacing:-.075em;margin:0 0 32px;font-weight:900}.hero-copy h1 em{font-style:normal;color:var(--green)}
.hero-description{font-size:18px;line-height:1.65;max-width:620px;color:rgba(255,255,255,.78);margin:0 0 34px}
.hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.hero-metrics{display:grid;grid-template-columns:repeat(var(--metric-columns,3),minmax(0,1fr));gap:var(--metric-gap,14px);margin-top:var(--metric-margin-top,54px);max-width:var(--metric-max-width,720px);padding:0;border:0}
.hero-metric{position:relative;isolation:isolate;min-width:0;min-height:var(--metric-card-min-height,136px);padding:22px 20px 19px;border:1px solid var(--metric-card-border,rgba(255,255,255,.18));border-radius:var(--metric-card-radius,22px);background:linear-gradient(145deg,var(--metric-card-bg,rgba(255,255,255,.11)),var(--metric-card-bg-soft,rgba(255,255,255,.045)));box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 18px 45px rgba(1,13,35,var(--metric-shadow-opacity,.18));-webkit-backdrop-filter:blur(var(--metric-card-blur,16px));backdrop-filter:blur(var(--metric-card-blur,16px));overflow:hidden;text-align:var(--metric-text-align,left);transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}
.hero-metric:before{content:"";position:absolute;z-index:-1;left:18px;right:18px;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--block-accent,var(--green)),transparent);opacity:.95}
.hero-metric:after{content:"";position:absolute;z-index:-2;width:110px;height:110px;right:-58px;bottom:-65px;border-radius:50%;background:var(--block-accent,var(--green));filter:blur(32px);opacity:.13;transition:opacity .28s ease,transform .28s ease}
.hero-metric:not(.metric-hover-disabled):hover{transform:translateY(-5px);border-color:rgba(255,255,255,.3);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 24px 54px rgba(1,13,35,.28)}
.hero-metric:not(.metric-hover-disabled):hover:after{opacity:.23;transform:scale(1.15)}
.hero-metric-index{position:absolute;right:16px;top:14px;font-size:9px!important;line-height:1;font-weight:900;letter-spacing:.16em!important;color:rgba(255,255,255,.34)!important}
.hero-metric strong{display:block;max-width:100%;font-size:var(--metric-value-size,clamp(27px,2.45vw,38px));line-height:.98;letter-spacing:-.055em;color:var(--block-title,#fff);font-weight:900;overflow-wrap:anywhere;text-wrap:balance}
.hero-metric strong .metric-plus{color:inherit}
.hero-metric strong sup,.hero-metrics .metric-plus sup{font-size:.42em;color:var(--block-accent,var(--green));margin-left:2px;vertical-align:super}
.hero-metric-label{display:flex!important;align-items:center;justify-content:var(--metric-label-justify,flex-start);gap:8px;margin-top:20px;font-size:var(--metric-label-size,10px)!important;line-height:1.35;text-transform:uppercase;letter-spacing:.135em!important;font-weight:750;color:var(--block-text,rgba(255,255,255,.66))!important}
.hero-metric-label:before{content:"";flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:var(--block-accent,var(--green));box-shadow:0 0 0 5px rgba(73,237,156,.12)}
.hero-metrics[style*="--metric-text-align:center"]{--metric-label-justify:center}
.hero-visual{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;isolation:isolate}
.hero-creative-stage{position:relative;z-index:2;width:min(100%,calc(var(--hero-creative-width,560px) + var(--hero-stage-padding,52px) + var(--hero-stage-padding,52px)));padding:var(--hero-stage-padding,52px);display:grid;place-items:center;isolation:isolate;overflow:visible}
.hero-creative{position:relative;z-index:4;width:min(100%,var(--hero-creative-width,560px));display:flex;align-items:center;justify-content:center;background:transparent;border:0;overflow:visible;will-change:transform}
.hero-creative picture{display:block;width:100%}
.hero-creative img{display:block;width:100%;height:auto;max-height:var(--hero-creative-max-height,650px);object-fit:contain;object-position:center;border-radius:var(--hero-creative-radius,0);filter:drop-shadow(0 var(--hero-creative-shadow-y,34px) var(--hero-creative-shadow-blur,48px) rgba(0,0,0,var(--hero-creative-shadow-opacity,.28))) brightness(var(--hero-image-brightness,105%)) saturate(var(--hero-image-saturation,108%)) contrast(var(--hero-image-contrast,104%));transform:translateZ(0)}
.hero-creative-aura,.hero-creative-ring,.hero-creative-particles,.hero-creative-spotlight{position:absolute;pointer-events:none;z-index:1}
.hero-creative-aura{left:50%;top:50%;width:var(--hero-glow-size,116%);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--hero-glow) 0%,var(--hero-glow-soft) 38%,transparent 72%);filter:blur(var(--hero-glow-blur,34px));mix-blend-mode:screen}
.hero-creative-ring{left:50%;top:50%;width:var(--hero-ring-size,116%);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);border:1px solid var(--hero-ring);box-shadow:0 0 26px var(--hero-ring-soft),inset 0 0 22px var(--hero-ring-soft);opacity:.95}
.hero-creative-ring.ring-secondary{width:calc(var(--hero-ring-size,116%) - 18%);border-style:dashed;opacity:.55;animation:creativeRingRotate 26s linear infinite reverse}
.hero-creative-ring.ring-primary{animation:creativeRingPulse 5.5s ease-in-out infinite}
.hero-creative-particles{inset:4%;border-radius:50%;opacity:.7;background-image:radial-gradient(circle at 18% 28%,rgba(255,255,255,.8) 0 1px,transparent 1.8px),radial-gradient(circle at 79% 23%,var(--hero-ring) 0 1.5px,transparent 2.4px),radial-gradient(circle at 87% 69%,rgba(255,255,255,.68) 0 1px,transparent 1.8px),radial-gradient(circle at 22% 77%,var(--hero-ring) 0 1.4px,transparent 2.3px),radial-gradient(circle at 56% 10%,rgba(255,255,255,.54) 0 1px,transparent 1.8px);filter:drop-shadow(0 0 8px var(--hero-ring-soft));animation:creativeParticles 7s ease-in-out infinite}
.hero-creative-spotlight{left:50%;bottom:4%;width:72%;height:15%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse at center,var(--hero-spotlight) 0%,var(--hero-spotlight-soft) 46%,transparent 74%);filter:blur(18px);opacity:.95}
.creative-effects-disabled .hero-creative-stage{padding:0;width:min(100%,var(--hero-creative-width,560px))}
.creative-effects-disabled .hero-creative-aura,.creative-effects-disabled .hero-creative-ring,.creative-effects-disabled .hero-creative-particles,.creative-effects-disabled .hero-creative-spotlight,.creative-ring-disabled .hero-creative-ring,.creative-spotlight-disabled .hero-creative-spotlight,.creative-particles-disabled .hero-creative-particles{display:none}
.creative-float-enabled .hero-creative{animation:creativeFloat var(--hero-float-duration,6s) ease-in-out infinite}
@keyframes creativeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(calc(var(--hero-float-distance,8px) * -1))}}
@keyframes creativeRingPulse{0%,100%{transform:translate(-50%,-50%) scale(.98);opacity:.62}50%{transform:translate(-50%,-50%) scale(1.04);opacity:1}}
@keyframes creativeRingRotate{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes creativeParticles{0%,100%{transform:scale(.96);opacity:.45}50%{transform:scale(1.03);opacity:.84}}
.floating-chip{position:absolute;z-index:4;max-width:min(250px,46%);background:linear-gradient(145deg,rgba(7,28,67,.94),rgba(7,28,67,.77));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:14px 18px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 18px 34px rgba(0,0,0,.28);pointer-events:none}
.chip-top{left:var(--floating-top-x,7%);top:var(--floating-top-y,24%);transform:translate(-50%,-50%);font-size:12px;white-space:nowrap}.pulse{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--live-color);margin-right:8px;box-shadow:0 0 0 6px rgba(255,75,75,.15)}
.chip-bottom{left:var(--floating-bottom-x,90%);top:var(--floating-bottom-y,78%);transform:translate(-50%,-50%);display:flex;flex-direction:column;font-size:11px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.chip-bottom strong{font-size:20px;color:var(--yellow);letter-spacing:-.02em;text-transform:none}
.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;z-index:1}.orbit-one{width:720px;height:720px;right:-280px;top:-170px}.orbit-two{width:520px;height:520px;left:-280px;bottom:-180px}
.hero-stars{position:absolute;inset:0;opacity:.6;background-image:radial-gradient(circle,#fff 1px,transparent 1.2px);background-size:67px 67px;mask-image:linear-gradient(90deg,transparent,black 55%,transparent)}
.scroll-cue{position:absolute;z-index:4;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:rgba(255,255,255,.65);font-size:9px;letter-spacing:.25em}.scroll-cue i{width:1px;height:34px;background:linear-gradient(#fff,transparent)}

.content-console.dynamic-section{position:relative;z-index:6;margin-top:-38px;padding:0 0 54px;background:linear-gradient(180deg,var(--console-area-top-color,var(--navy)) 0%,var(--console-area-top-color,var(--navy)) 48%,var(--section-background,var(--paper)) 48.2%,var(--section-background,var(--paper)) 100%)!important;color:#fff;overflow:visible}
.content-console-shell{position:relative;isolation:isolate;overflow:hidden;border:1px solid color-mix(in srgb,var(--console-border-color) 42%,rgba(255,255,255,.08));border-radius:28px;background:linear-gradient(135deg,var(--console-background-start),var(--console-background-end));box-shadow:0 30px 76px rgba(2,11,28,.32),0 0 38px color-mix(in srgb,var(--console-border-color) 8%,transparent),inset 0 1px 0 rgba(255,255,255,.075),inset 0 -40px 80px rgba(2,12,31,.16)}
.content-console-shell:before{content:"";position:absolute;z-index:0;inset:-22%;pointer-events:none;background:radial-gradient(circle at 15% 18%,color-mix(in srgb,var(--section-accent,var(--green)) 19%,transparent),transparent 24%),radial-gradient(circle at 84% 76%,color-mix(in srgb,var(--console-border-color) 18%,transparent),transparent 26%),linear-gradient(112deg,transparent 28%,rgba(255,255,255,.015) 41%,rgba(255,255,255,.10) 49%,rgba(60,215,231,.08) 53%,transparent 66%);filter:blur(1px);transform:translate3d(-3%,0,0);animation:consoleSurfaceGlow 10s ease-in-out infinite alternate}
.content-console-shell:after{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;opacity:.20;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(105deg,transparent 0 46%,rgba(255,255,255,.035) 47%,transparent 48%);background-size:32px 32px,32px 32px,100% 100%;mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);animation:consoleGridDrift 18s linear infinite}
.content-console-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.09)}
.content-console-heading{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:15px;row-gap:5px}
.content-console-kicker{grid-column:1;grid-row:1;display:inline-flex;align-items:center;gap:10px;color:var(--console-label-color);font-size:var(--console-label-size);font-weight:900;letter-spacing:.17em;text-transform:uppercase;white-space:nowrap}
.content-console-kicker span{width:8px;height:8px;border-radius:50%;background:var(--section-accent,var(--green));box-shadow:0 0 0 6px color-mix(in srgb,var(--section-accent,var(--green)) 10%,transparent),0 0 16px color-mix(in srgb,var(--section-accent,var(--green)) 42%,transparent)}
.content-console-heading>strong{grid-column:2;grid-row:1;min-width:0;color:var(--console-title-color);font-size:var(--console-title-size);line-height:1.15;letter-spacing:-.025em;font-weight:850;white-space:normal;text-wrap:balance}
.content-console-heading>p{grid-column:2;grid-row:2;margin:0;color:var(--console-subtitle-color);font-size:var(--console-subtitle-size);line-height:1.45;max-width:700px}
.content-console-meta{flex:0 0 auto;display:flex;align-items:baseline;gap:9px}.content-console-meta span{font-size:var(--console-count-size);line-height:1;font-weight:950;color:var(--console-count-color);letter-spacing:-.05em}.content-console-meta small{font-size:var(--console-count-label-size);line-height:1;text-transform:uppercase;letter-spacing:.16em;color:var(--console-count-label-color);font-weight:850;white-space:nowrap}
.content-console-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}
.content-console-item{position:relative;min-width:0;min-height:var(--console-card-min-height);padding:22px 18px 18px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;color:#fff;border-right:1px solid rgba(255,255,255,.075);background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.026));transition:background .35s ease,transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s ease}
.content-console-item:last-child{border-right:0}.content-console-item:before{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--block-accent,var(--section-accent,var(--green))),transparent);transform:scaleX(.18);opacity:.42;transition:transform .35s ease,opacity .35s ease}.content-console-item:after{content:"";position:absolute;width:110px;height:110px;right:-72px;top:-72px;border-radius:50%;background:var(--block-accent,var(--section-accent,var(--green)));filter:blur(34px);opacity:.045;transition:opacity .35s ease,transform .35s ease}
.content-console-index{position:absolute;top:15px;left:18px;font-size:var(--console-card-index-size);font-weight:900;letter-spacing:.14em;color:var(--console-card-index-color)}
.content-console-beacon{position:absolute;top:16px;right:17px;width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--console-card-index-color) 65%,transparent);box-shadow:0 0 0 4px rgba(255,255,255,.02);transition:background .35s ease,box-shadow .35s ease}
.content-console-icons{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 14px;min-height:var(--console-icon-size)}.content-console-icon{width:var(--console-icon-size);height:var(--console-icon-size);display:grid;place-items:center;padding:5px;border-radius:9px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.82);box-shadow:0 7px 16px rgba(0,0,0,.11);transition:transform .28s ease,box-shadow .28s ease}.content-console-icon img{display:block;max-width:100%;max-height:100%;object-fit:contain}.content-console-item:hover .content-console-icon{transform:translateY(-2px);box-shadow:0 11px 22px rgba(0,0,0,.17)}
.content-console-copy{display:flex;flex-direction:column;gap:6px;padding-right:20px;min-width:0}.content-console-copy strong{font-size:clamp(11px,var(--ticker-card-title-size,var(--console-card-title-size)),28px);line-height:1.08;letter-spacing:-.025em;text-transform:uppercase;color:var(--block-title,var(--console-card-title-color));font-weight:900;overflow-wrap:anywhere;text-wrap:balance}.content-console-copy small{font-size:clamp(8px,var(--ticker-card-subtitle-size,var(--console-card-subtitle-size)),18px);line-height:1.35;letter-spacing:.045em;text-transform:none;color:var(--block-subtitle,var(--console-card-subtitle-color));overflow-wrap:anywhere}
.content-console-arrow{position:absolute;right:16px;bottom:17px;font-size:15px;color:var(--console-card-arrow-color);transition:transform .35s ease,color .35s ease}
.content-console-item:hover{z-index:3;background:linear-gradient(155deg,rgba(255,255,255,.068),rgba(255,255,255,.018));box-shadow:inset 0 0 0 1px rgba(255,255,255,.045),0 16px 34px rgba(0,0,0,.14)}.content-console-item:hover:before{transform:scaleX(.82);opacity:1}.content-console-item:hover:after{opacity:.12;transform:scale(1.2)}.content-console-item:hover .content-console-beacon{background:var(--block-accent,var(--section-accent,var(--green)));box-shadow:0 0 0 5px color-mix(in srgb,var(--block-accent,var(--section-accent,var(--green))) 9%,transparent),0 0 15px var(--block-accent,var(--section-accent,var(--green)))}.content-console-item:hover .content-console-arrow{color:var(--block-accent,var(--section-accent,var(--green)));transform:translate(3px,-3px)}
@keyframes consolePulse{0%,100%{transform:scale(1);opacity:.88}50%{transform:scale(.72);opacity:.5}}
@keyframes consoleScan{0%,12%{transform:translateY(0);opacity:0}22%{opacity:.9}72%{opacity:.45}88%,100%{transform:translateY(190px);opacity:0}}
@keyframes consoleSurfaceGlow{0%{transform:translate3d(-4%,-1%,0) scale(1)}100%{transform:translate3d(4%,1%,0) scale(1.035)}}
@keyframes consoleGridDrift{to{background-position:32px 0,0 32px,0 0}}

.section-index{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:11px;font-weight:900;letter-spacing:.16em;margin-bottom:58px}.section-index.light{border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.72)}
.manifesto{background-color:var(--section-background,var(--paper))}
.manifesto-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:100px;align-items:end}
.manifesto-title h2,.section-heading h2,.devices-copy h2,.faq-heading h2{font-size:clamp(44px,6vw,82px);line-height:.98;letter-spacing:-.065em;margin:0;font-weight:900}
.manifesto-text{font-size:20px;line-height:1.65;color:var(--muted)}.manifesto-text p{margin:0 0 34px}
.circle-link{width:62px;height:62px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:27px;transition:.25s}.circle-link:hover{background:var(--green);color:var(--navy);transform:rotate(-15deg)}

.content-showcase{padding-top:40px}
.section-heading{display:grid;grid-template-columns:1fr 330px;gap:80px;align-items:end;margin-bottom:60px}.section-heading>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.showcase-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:420px 420px;gap:22px}
.content-card{position:relative;border-radius:var(--radius);overflow:hidden;background:#10254d;min-height:300px}.content-card.card-large{grid-row:1/3}.content-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.content-card:hover img{transform:scale(1.045)}
.content-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(2,13,33,.92))}
.content-card-overlay{position:absolute;z-index:2;left:32px;right:32px;bottom:30px;color:#fff}.content-card-overlay span{font-size:10px;letter-spacing:.17em;font-weight:850;color:var(--green)}.content-card-overlay h3{font-size:34px;letter-spacing:-.05em;margin:9px 0 8px}.content-card-overlay p{margin:0;color:rgba(255,255,255,.7)}

.catalog-section{background-color:var(--section-background,var(--navy));color:#fff;position:relative;overflow:hidden}.catalog-section:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:rgba(60,215,231,.08);filter:blur(4px);right:-330px;top:140px}
.catalog-header{display:grid;grid-template-columns:1fr 320px;gap:90px;align-items:end;margin-bottom:55px}.catalog-header h2{font-size:clamp(48px,6.3vw,88px);line-height:.94;letter-spacing:-.067em;margin:0}.catalog-header h2 em{font-style:normal;color:var(--green)}.catalog-header>p{color:rgba(255,255,255,.65);line-height:1.7;margin:0}
.catalog-shell{position:relative;display:grid;grid-template-columns:290px 1fr;border:1px solid rgba(255,255,255,.16);border-radius:30px;overflow:hidden;background:rgba(255,255,255,.045);backdrop-filter:blur(10px)}
.catalog-tabs{padding:24px;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;gap:8px}
.catalog-tab{border:0;background:transparent;color:rgba(255,255,255,.58);display:flex;align-items:center;justify-content:space-between;padding:18px 16px;text-align:left;border-radius:14px;font-weight:800;cursor:pointer;transition:.22s}.catalog-tab span{font-size:10px;opacity:.6}.catalog-tab:hover,.catalog-tab.active{background:var(--green);color:var(--navy)}
.catalog-view{min-height:545px;padding:36px;display:grid;place-items:center}.catalog-panel{width:100%;animation:panelIn .38s ease}.catalog-panel img{width:100%;max-height:550px;object-fit:contain;border-radius:22px}.catalog-panel:not(.active){display:none}
@keyframes panelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.catalog-note{text-align:right;margin:14px 4px 0;color:rgba(255,255,255,.4);font-size:11px}

.devices{position:relative;isolation:isolate;overflow:hidden;background-color:var(--section-background,var(--surface-alt));color:var(--section-text,var(--ink))}
.devices-bg{position:absolute;inset:0;z-index:-2;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 78% 36%,var(--devices-glow-soft),transparent 34%),radial-gradient(circle at 12% 88%,rgba(60,215,231,.10),transparent 28%)}
.devices-bg:before{content:"";position:absolute;inset:0;opacity:.42;background-image:linear-gradient(rgba(13,140,199,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(13,140,199,.055) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(90deg,transparent,black 28%,black 80%,transparent)}
.devices-bg i{position:absolute;border-radius:50%;border:1px solid rgba(13,140,199,.15);box-shadow:0 0 80px rgba(13,140,199,.07)}
.devices-bg i:nth-child(1){width:580px;height:580px;right:-210px;top:-180px}.devices-bg i:nth-child(2){width:390px;height:390px;right:6%;bottom:-255px;border-color:rgba(73,237,156,.20)}.devices-bg i:nth-child(3){width:14px;height:14px;right:8%;bottom:16%;border:0;background:var(--section-accent,var(--green));box-shadow:0 0 0 11px rgba(73,237,156,.10),0 0 34px rgba(73,237,156,.5)}
.devices-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:end;gap:80px;margin-bottom:58px}.devices-heading h2{font-size:clamp(46px,6vw,82px);line-height:.96;letter-spacing:-.065em;margin:0;font-weight:900}.devices-heading>p{margin:0;color:var(--section-subtitle,var(--muted));font-size:18px;line-height:1.75}
.devices-showcase{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);gap:28px;align-items:stretch}
.devices-pitch{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;min-height:540px;padding:46px;border-radius:34px;color:var(--devices-pitch-description-color,#fff);background:linear-gradient(145deg,var(--devices-pitch-start,#061a3e) 0%,var(--devices-pitch-end,#0b78a9) 100%);box-shadow:0 28px 80px rgba(7,28,67,.20)}
.devices-pitch:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;right:-230px;top:-150px;background:radial-gradient(circle,rgba(60,215,231,.38),rgba(60,215,231,.04) 52%,transparent 70%);filter:blur(3px)}
.devices-pitch:after{content:"";position:absolute;inset:auto -20% -42% 8%;height:70%;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 86px rgba(255,255,255,.018);transform:rotate(-8deg)}
.devices-pitch>*{position:relative;z-index:2}.devices-badge{color:var(--devices-badge-color,#fff);display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px);font-size:10px;font-weight:900;letter-spacing:.16em}.devices-badge i{width:8px;height:8px;border-radius:50%;background:var(--section-accent,var(--green));box-shadow:0 0 0 6px rgba(73,237,156,.12)}
.devices-pitch h3{color:var(--devices-pitch-title-color,#071c43);font-size:clamp(38px,4.4vw,65px);line-height:.94;letter-spacing:-.06em;margin:54px 0 24px;max-width:540px}.devices-pitch>p{margin:0;max-width:520px;color:var(--devices-pitch-description-color,rgba(255,255,255,.72));font-size:17px;line-height:1.7}
.devices-mini-features{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:10px;margin:44px 0 30px}.devices-mini-features span{display:flex;flex-direction:column;gap:4px;padding:15px 14px;border:1px solid var(--devices-feature-border,rgba(255,255,255,.13));border-radius:18px;background:var(--devices-feature-bg,rgba(255,255,255,.07));backdrop-filter:blur(10px)}.devices-mini-features strong{font-size:19px;color:var(--devices-feature-title-color,var(--section-accent,var(--green)))}.devices-mini-features small{font-size:10px;letter-spacing:.05em;color:var(--devices-feature-text-color,rgba(255,255,255,.57))}
.devices-link{margin-top:auto;gap:12px}.devices-link span{font-size:18px}
.devices-logo-stage{position:relative;min-height:540px;padding:36px;border:1px solid rgba(13,140,199,.16);border-radius:34px;background:var(--devices-stage-bg,rgba(255,255,255,.72));backdrop-filter:blur(22px);box-shadow:0 28px 80px rgba(7,28,67,.12),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden}
.devices-logo-stage:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-160px;top:-190px;background:radial-gradient(circle,var(--devices-glow),transparent 68%);filter:blur(12px);opacity:.58}.devices-logo-stage:after{content:"";position:absolute;left:8%;right:8%;bottom:-46px;height:90px;border-radius:50%;background:radial-gradient(ellipse,var(--devices-glow-soft),transparent 68%);filter:blur(15px)}
.devices-stage-orbit{position:absolute;border-radius:50%;border:1px solid rgba(13,140,199,.14);pointer-events:none}.devices-stage-orbit.orbit-a{width:460px;height:460px;right:-190px;top:-160px}.devices-stage-orbit.orbit-b{width:260px;height:260px;left:-165px;bottom:-150px;border-color:rgba(73,237,156,.20)}
.devices-panel-head{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid rgba(7,28,67,.11)}.devices-panel-head span{font-size:10px;font-weight:900;letter-spacing:.17em;color:var(--devices-stage-kicker-color,var(--section-accent,var(--blue)))}.devices-panel-head strong{font-size:23px;letter-spacing:-.035em;color:var(--devices-stage-title-color,var(--section-title,var(--ink)))}
.device-logo-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(var(--devices-columns),minmax(0,1fr));gap:var(--devices-gap)}
.device-logo-card{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;min-height:var(--device-card-min-height);padding:24px 16px;border:1px solid var(--device-card-border,rgba(255,255,255,.78));border-radius:22px;background:var(--device-card-bg,rgba(255,255,255,.76));box-shadow:0 14px 38px rgba(7,28,67,.075),inset 0 1px 0 rgba(255,255,255,.92);overflow:hidden;transition:transform .35s cubic-bezier(.2,.75,.2,1),border-color .35s ease,box-shadow .35s ease,background-color .35s ease;color:inherit}
.device-logo-card:before{content:"";position:absolute;z-index:-1;width:120px;height:120px;border-radius:50%;left:50%;top:48%;transform:translate(-50%,-50%) scale(.7);background:radial-gradient(circle,var(--device-card-glow),transparent 67%);filter:blur(15px);opacity:0;transition:opacity .35s ease,transform .45s ease}
.device-logo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.58),transparent 38%);opacity:.55;pointer-events:none}
.device-logo-card:hover,.device-logo-card:focus-visible{transform:translateY(calc(var(--device-hover-lift) * -1));border-color:var(--device-card-glow);background:rgba(255,255,255,.94);box-shadow:0 24px 58px rgba(7,28,67,.16),0 0 40px var(--device-card-glow-soft);outline:none}.device-logo-card:hover:before,.device-logo-card:focus-visible:before{opacity:1;transform:translate(-50%,-50%) scale(1.15)}
.device-card-index{position:absolute;top:11px;left:13px;font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--devices-card-index-color,rgba(7,28,67,.25))}
.device-logo-media{position:relative;z-index:2;width:100%;height:72px;display:grid;place-items:center}.device-logo-media img{max-width:88%;max-height:var(--device-icon-max-height);width:auto;height:auto;object-fit:contain;opacity:var(--device-icon-opacity);filter:grayscale(var(--device-grayscale)) saturate(.64);transform:scale(1);transition:opacity .35s ease,filter .35s ease,transform .35s cubic-bezier(.2,.75,.2,1)}
.device-logo-card:hover .device-logo-media img,.device-logo-card:focus-visible .device-logo-media img{opacity:var(--device-hover-opacity);filter:grayscale(0) saturate(1.08);transform:scale(var(--device-hover-scale,1.07))}
.device-logo-fallback{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:linear-gradient(145deg,#071c43,#0d8cc7);color:#fff;font-size:20px;font-weight:950;letter-spacing:-.04em;opacity:var(--device-icon-opacity);filter:grayscale(var(--device-grayscale));transition:.35s ease}.device-logo-card:hover .device-logo-fallback,.device-logo-card:focus-visible .device-logo-fallback{opacity:var(--device-hover-opacity);filter:grayscale(0);transform:scale(var(--device-hover-scale,1.07))}
.device-logo-card>strong{position:relative;z-index:2;color:var(--device-label-color,var(--devices-card-title-color,var(--section-title,var(--ink))));font-size:13px;text-align:center;line-height:1.25}.device-logo-card>small{position:relative;z-index:2;margin-top:-8px;color:var(--device-subtitle-color,var(--devices-card-subtitle-color,var(--section-subtitle,var(--muted))));font-size:10px;text-align:center}
.devices-note{position:relative;z-index:2;margin:22px 2px 0;color:var(--devices-stage-note-color,var(--section-subtitle,var(--muted)));font-size:11px;line-height:1.55}
.devices-animate .device-logo-card{animation:deviceCardIn .7s both}.devices-animate .device-logo-card:nth-child(2){animation-delay:.06s}.devices-animate .device-logo-card:nth-child(3){animation-delay:.12s}.devices-animate .device-logo-card:nth-child(4){animation-delay:.18s}.devices-animate .device-logo-card:nth-child(5){animation-delay:.24s}.devices-animate .device-logo-card:nth-child(6){animation-delay:.30s}.devices-animate .device-logo-card:nth-child(n+7){animation-delay:.36s}
@keyframes deviceCardIn{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}

.steps{background-color:var(--section-background,var(--blue));color:#fff;position:relative}.steps:after{content:"OPÇÃO TV";position:absolute;right:-40px;bottom:-55px;font-size:170px;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.06);white-space:nowrap}
.steps-heading{max-width:850px;margin-bottom:58px}.steps-heading h2{font-size:clamp(46px,6.1vw,82px);line-height:.96;letter-spacing:-.065em;margin:0}
.steps-list{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.22)}
.step{display:grid;grid-template-columns:90px 70px 1fr;gap:30px;align-items:center;padding:34px 0;border-bottom:1px solid rgba(255,255,255,.22)}.step-number{font-size:11px;letter-spacing:.18em;font-weight:900;color:var(--green)}.step-icon{width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center}.step-icon svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.step h3{font-size:28px;letter-spacing:-.04em;margin:0 0 8px}.step p{margin:0;color:rgba(255,255,255,.68)}

.faq{background-color:var(--section-background,var(--paper))}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-heading p{color:var(--muted);line-height:1.65}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;border:0;background:none;padding:27px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;color:var(--ink);font-weight:850;font-size:20px;cursor:pointer}.faq-item button i{width:24px;height:24px;position:relative}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;background:var(--ink);left:4px;right:4px;top:11px;height:2px}.faq-item button i:after{transform:rotate(90deg);transition:.2s}.faq-item.open button i:after{transform:rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-answer p{overflow:hidden;margin:0;color:var(--muted);line-height:1.7;max-width:720px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding:0 0 28px}

.final-cta{position:relative;min-height:760px;background-color:var(--section-background,var(--navy));color:#fff;display:flex;align-items:center;overflow:hidden}.final-cta-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 34%,rgba(73,237,156,.18),transparent 25%),radial-gradient(circle at 20% 78%,rgba(60,215,231,.13),transparent 28%),linear-gradient(115deg,rgba(3,17,40,.38),rgba(13,140,199,.10))}.final-cta-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,28,67,.18),transparent 70%)}
.final-cta-content{position:relative;z-index:2}.final-cta-content h2{font-size:clamp(58px,8vw,110px);line-height:.87;letter-spacing:-.07em;margin:0 0 30px;max-width:1000px}.final-cta-content h2 em{font-style:normal;color:var(--green)}.final-cta-content>p:not(.eyebrow){color:rgba(255,255,255,.7);font-size:18px;margin:0 0 34px}.final-cta-word{position:absolute;right:-40px;bottom:-75px;font-size:190px;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.035);white-space:nowrap}

.footer{background:#031128;color:#fff;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr 1fr .6fr 70px;gap:55px;align-items:start}.footer-brand{display:flex;flex-direction:column}.footer-brand>span{font-size:9px;letter-spacing:.2em;opacity:.55}.footer-brand strong{font-size:34px;letter-spacing:-.06em}.footer-brand strong span{color:var(--brand-mark)}.footer-grid p{margin:0 0 7px;color:rgba(255,255,255,.75)}.footer-grid small{color:rgba(255,255,255,.42)}.footer-links{display:flex;flex-direction:column;gap:11px;font-size:13px}.footer-links a:hover{color:var(--green)}.back-top{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;font-size:23px}.back-top:hover{background:var(--green);color:var(--navy)}.footer-bottom{margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:rgba(255,255,255,.35);font-size:11px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:70;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--whatsapp-color);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.24);transition:.25s}.whatsapp-float:hover{transform:translateY(-4px) scale(1.03)}.whatsapp-float svg{width:29px;fill:currentColor}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}

@media (max-width:1050px){
  .site-menu{gap:18px}.header-cta{display:none}
  .hero{min-height:auto}.hero-grid{grid-template-columns:1fr;gap:45px}.hero-copy{padding-top:30px}.hero-copy h1{max-width:800px}.hero-visual{min-height:520px}.hero-creative-stage{width:min(100%,calc(var(--hero-creative-width,560px) + var(--hero-stage-padding,52px) + var(--hero-stage-padding,52px)))}.hero-metrics{grid-template-columns:repeat(var(--metric-tablet-columns,2),minmax(0,1fr));max-width:var(--metric-max-width,760px)}.scroll-cue{display:none}
  .content-console{margin-top:-30px;padding-bottom:42px}.content-console-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-console-item:nth-child(3n){border-right:0}.content-console-item:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.075)}
  .manifesto-grid,.faq-grid{grid-template-columns:1fr;gap:55px}.manifesto-text{max-width:680px}.section-heading,.catalog-header{grid-template-columns:1fr;gap:24px}.catalog-shell{grid-template-columns:1fr}.catalog-tabs{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);flex-direction:row;overflow:auto}.catalog-tab{white-space:nowrap}.catalog-view{min-height:420px}.devices-showcase{grid-template-columns:1fr}.devices-pitch{min-height:auto}.device-logo-grid{grid-template-columns:repeat(var(--devices-tablet-columns),minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.back-top{grid-column:2;justify-self:end}
}

@media (max-width:760px){
  :root{--container:min(100% - 28px,1220px);--radius:20px}.section{padding:82px 0}
  .site-header{padding:14px 0}.brand-name{font-size:24px}.menu-toggle{display:block;margin-left:auto;z-index:3}.menu-toggle.active span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-4px) rotate(-45deg)}.menu-toggle span{transition:.2s}
  .site-menu{position:fixed;inset:0;background:rgba(3,17,40,.98);display:flex;flex-direction:column;justify-content:center;gap:28px;font-size:24px;transform:translateY(-100%);transition:.35s;z-index:2}.site-menu.open{transform:none}.site-menu a{font-size:22px}
  .hero{padding:120px 0 60px}.hero-copy h1{font-size:62px}.hero-description{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-metrics{grid-template-columns:1fr;gap:10px;margin-top:min(var(--metric-margin-top,42px),54px);max-width:100%}.hero-metric{min-height:88px;padding:17px 18px;display:grid;grid-template-columns:minmax(95px,auto) 1fr;align-items:center;gap:18px;text-align:left}.hero-metric strong{font-size:var(--metric-value-size,28px)}.hero-metric-label{justify-content:flex-start;margin-top:0;padding-right:22px;font-size:var(--metric-label-size,9px)!important}.hero-metric-index{right:13px;top:12px}.hero-visual{min-height:420px}.hero-creative-stage{width:min(100%,calc(var(--hero-creative-mobile-width,360px) + min(var(--hero-stage-padding,52px),32px) + min(var(--hero-stage-padding,52px),32px)));padding:min(var(--hero-stage-padding,52px),32px)}.hero-creative{width:min(100%,var(--hero-creative-mobile-width,360px))}.floating-chip{max-width:54%;padding:11px 14px;border-radius:14px}.chip-top{font-size:10px}.chip-bottom{font-size:9px}.chip-bottom strong{font-size:17px}
  .content-console{margin-top:-18px;padding-bottom:28px}.content-console-shell{border-radius:22px}.content-console-topbar{align-items:flex-start;padding:17px 17px}.content-console-heading{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.content-console-kicker{font-size:min(var(--console-label-size),10px)}.content-console-heading>strong{font-size:min(var(--console-title-size),18px)}.content-console-heading>p{font-size:min(var(--console-subtitle-size),12px)}.content-console-meta small{display:none}.content-console-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-console-item{min-height:max(128px,var(--console-card-min-height));padding:20px 16px 16px}.content-console-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.075)}.content-console-item:nth-child(even){border-right:0}.content-console-item:nth-child(-n+4){border-bottom:1px solid rgba(255,255,255,.075)}.content-console-icons{margin-bottom:12px}.content-console-index{left:15px}.content-console-beacon{right:15px}.content-console-arrow{right:14px;bottom:15px}
  .manifesto-grid{gap:35px}.manifesto-title h2,.section-heading h2,.devices-copy h2,.faq-heading h2{font-size:46px}.section-index{margin-bottom:38px}
  .showcase-grid{display:flex;flex-direction:column}.content-card,.content-card.card-large{height:470px}.content-card-overlay{left:22px;right:22px}.content-card-overlay h3{font-size:29px}
  .catalog-header h2{font-size:49px}.catalog-shell{border-radius:22px}.catalog-tabs{padding:13px}.catalog-tab{padding:13px 15px}.catalog-view{padding:16px;min-height:330px}.catalog-panel img{border-radius:14px}.catalog-note{text-align:left}
  .devices-heading{grid-template-columns:1fr;gap:18px}.devices-heading>p{font-size:16px}.devices-showcase{gap:16px}.devices-pitch,.devices-logo-stage{padding:24px;border-radius:24px}.devices-pitch h3{margin-top:36px}.devices-mini-features{margin-top:30px}.device-logo-grid{grid-template-columns:repeat(var(--devices-mobile-columns),minmax(0,1fr));gap:10px}.device-logo-card{padding:18px 10px;border-radius:18px}.device-logo-media{height:60px}.devices-panel-head{align-items:flex-start;flex-direction:column;gap:7px}.devices-panel-head strong{font-size:20px}
  .steps-heading h2{font-size:47px}.step{grid-template-columns:45px 48px 1fr;gap:13px}.step-icon{width:45px;height:45px}.step h3{font-size:21px}.step p{font-size:14px}.steps:after{font-size:90px}
  .faq-grid{gap:35px}.faq-item button{font-size:17px;gap:20px}.final-cta{min-height:650px}.final-cta-content h2{font-size:58px}.final-cta-word{font-size:110px}.footer-grid{grid-template-columns:1fr;gap:30px}.back-top{grid-column:auto;justify-self:start}.footer-bottom{flex-direction:column;gap:8px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.content-console-status-dot,.content-console-scan,.hero-creative,.hero-creative-ring,.hero-creative-particles,.devices-animate .device-logo-card{animation:none!important}.reveal{opacity:1;transform:none;transition:none}.content-card img,.btn,.circle-link{transition:none}}

/* Camada dinâmica do CMS */
:root{
  --section-text:var(--ink);
  --section-title:var(--title-global,var(--ink));
  --section-subtitle:var(--subtitle-global,var(--muted));
  --section-accent:var(--blue);
  --section-title-size:var(--font-h2,55px);
  --section-subtitle-size:var(--font-subtitle,21px);
  --block-title:inherit;
  --block-subtitle:inherit;
  --block-text:inherit;
  --block-title-size:var(--font-h3,34px);
  --block-subtitle-size:13px;
  --block-text-size:var(--font-body,16px);
  --block-accent:var(--section-accent);
}
.dynamic-section{color:var(--section-text);background-color:var(--section-background,transparent)}
.dynamic-section h1,.dynamic-section h2,.dynamic-section h3{color:var(--section-title)}
.dynamic-section h2{font-size:clamp(38px,6vw,var(--section-title-size));}
.dynamic-section .section-heading>p,.dynamic-section .manifesto-text,.dynamic-section .devices-copy>p,.dynamic-section .faq-heading>p,.dynamic-section .steps-heading>p{color:var(--section-subtitle);font-size:var(--section-subtitle-size)}
.dynamic-section .eyebrow>span{background:var(--section-accent)}
.dynamic-section .section-index span:first-child{color:var(--section-accent)}
.dynamic-cards.auto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-template-rows:auto}
.dynamic-cards.auto-grid .content-card{min-height:430px;grid-row:auto}
.content-card{--block-title:#fff;--block-text:rgba(255,255,255,.75)}
.content-card-overlay h3{color:var(--block-title);font-size:var(--block-title-size)}
.content-card-overlay p{color:var(--block-text);font-size:var(--block-text-size)}
.card-link{display:inline-flex;margin-top:18px;font-weight:800;color:var(--block-title);border-bottom:1px solid currentColor;padding-bottom:5px}
.channel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;padding:28px;background:var(--surface-alt);border-radius:22px}
.channel-card{background:transparent;border:0;border-radius:14px;min-height:118px;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:var(--ink);transition:transform .22s ease,background-color .22s ease}.channel-card:hover{transform:translateY(-3px);background:rgba(7,28,67,.045)}
.channel-card img{width:100%;height:62px;object-fit:contain}
.channel-card strong{font-size:13px;line-height:1.25}
.channel-initial{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:color-mix(in srgb,var(--category-color) 16%,white);color:var(--category-color);font-weight:950;font-size:20px;text-transform:uppercase}
.generic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.generic-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);color:var(--block-text,var(--ink))}
.generic-card h3{font-size:var(--block-title-size,var(--font-h3,34px));color:var(--block-title,var(--ink));margin:0 0 12px}
.generic-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:calc(var(--radius) - 8px);margin-bottom:22px}
.steps-heading>p{max-width:700px;line-height:1.6}
.step small{display:block;font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--section-accent);margin-bottom:6px}
.final-cta{background-position:center;background-size:cover}
.final-cta-content{position:relative;z-index:2}
.final-cta-word{pointer-events:none}
.site-logo-image{height:var(--header-logo-height,46px);width:auto;max-width:260px;object-fit:contain}
.site-footer-logo{height:var(--footer-logo-height,60px);width:auto;max-width:320px;object-fit:contain}
.install-notice{font-family:system-ui;padding:80px 24px;max-width:760px;margin:auto;text-align:center}.install-notice a{display:inline-block;padding:14px 22px;border-radius:999px;background:#071c43;color:#fff;font-weight:800}
@supports not (background:color-mix(in srgb,red,white)){.channel-initial{background:#eef5ff}}
@media(max-width:720px){.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px}.channel-card{min-height:118px}.site-logo-image{height:var(--header-logo-mobile-height,38px)}.dynamic-section .section-heading>p,.dynamic-section .manifesto-text,.dynamic-section .devices-copy>p,.dynamic-section .faq-heading>p,.dynamic-section .steps-heading>p{font-size:16px}}

.dynamic-section .hero-description,.dynamic-section .catalog-header>p,.dynamic-section .content-card-overlay p,.dynamic-section .step p,.dynamic-section .faq-answer p,.dynamic-section .final-cta-content>p:not(.eyebrow){color:var(--section-subtitle)}
.dynamic-section .hero-copy h1,.dynamic-section .catalog-header h2,.dynamic-section .steps-heading h2,.dynamic-section .final-cta-content h2{color:var(--section-title)}
.dynamic-section .device-tags span{color:var(--block-title,inherit);border-color:var(--block-accent,var(--section-accent))}
.dynamic-section .faq-item button span{color:var(--block-title,var(--section-title))}
.dynamic-section .faq-answer p{color:var(--block-text,var(--section-subtitle))}

.site-header{color:var(--header-text)}
.site-header.scrolled{background:color-mix(in srgb,var(--header-bg) 88%,transparent)}
.btn-accent{background:var(--button-bg);color:var(--button-text)}
.btn-light{background:var(--button-alt-bg);color:var(--button-alt-text)}
.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:70px 0 28px}
.site-footer p,.site-footer a,.footer-bottom{color:color-mix(in srgb,var(--footer-text) 72%,transparent)}

.content-card-overlay>span,.step small,.generic-card>strong{color:var(--block-subtitle,var(--section-subtitle));font-size:var(--block-subtitle-size,13px)}
.generic-card p,.step p,.faq-answer p{font-size:var(--block-text-size,var(--font-body,16px))}
.step h3,.faq-item button span{font-size:var(--block-title-size,var(--font-h3,34px))}


/* ==========================================================
   Opção TV v1.3 — identidade visual do preview aprovado
   Sem imagens de fundo abaixo do banner principal.
   ========================================================== */
.content-showcase{background-color:var(--section-background,var(--paper))}
.dynamic-section:not(.hero){background-image:none}
.manifesto,.content-showcase,.devices,.faq{color:var(--section-text,var(--ink))}
.catalog-section,.steps,.final-cta{color:var(--section-text,var(--white))}
.catalog-section:after,.steps:before,.final-cta:before{content:"";position:absolute;pointer-events:none;border-radius:50%;filter:blur(2px);opacity:.55}
.catalog-section:after{width:520px;height:520px;left:-300px;bottom:-290px;background:radial-gradient(circle,rgba(13,140,199,.18),transparent 68%)}
.steps:before{width:480px;height:480px;left:-270px;top:-240px;background:radial-gradient(circle,rgba(73,237,156,.13),transparent 68%)}
.final-cta:before{width:650px;height:650px;right:-330px;top:-250px;background:radial-gradient(circle,rgba(73,237,156,.18),transparent 68%)}
.hero[style*="background-image"]{background-size:cover;background-position:center}
.hero-copy h1 em,.catalog-header h2 em,.final-cta-content h2 em,.dynamic-section h2 em{font-style:normal;color:var(--section-accent,var(--green))}
.manifesto-text,.section-heading>p,.devices-copy>p:not(.eyebrow),.faq-heading p{color:var(--section-subtitle,var(--muted))}
.steps-list,.step{position:relative;z-index:2}
.final-cta-bg{background:radial-gradient(circle at 82% 34%,rgba(73,237,156,.18),transparent 25%),radial-gradient(circle at 20% 78%,rgba(60,215,231,.13),transparent 28%),linear-gradient(115deg,rgba(3,17,40,.38),rgba(13,140,199,.10))}
.final-cta-bg:after{background:linear-gradient(90deg,rgba(7,28,67,.18),transparent 70%)}
.footer.site-footer{background:var(--footer-bg,#031128);color:var(--footer-text,#fff);padding:70px 0 28px}
.footer.site-footer .footer-brand-logo{height:var(--footer-logo-height,60px);width:auto;max-width:300px;object-fit:contain;margin-bottom:12px}
.footer.site-footer .footer-support-link{display:inline-flex;margin-top:14px;font-weight:800;color:var(--green)}
.footer.site-footer .footer-links a{color:color-mix(in srgb,var(--footer-text) 78%,transparent)}
.footer.site-footer .footer-links a:hover{color:var(--green)}
.footer.site-footer .footer-bottom{color:color-mix(in srgb,var(--footer-text) 38%,transparent)}
.metric-plus sup{font-size:.5em;color:var(--section-accent,var(--green))}
.step-icon svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@supports not (color:color-mix(in srgb,white,black)){
  .footer.site-footer .footer-links a{color:rgba(255,255,255,.78)}
  .footer.site-footer .footer-bottom{color:rgba(255,255,255,.38)}
}

/* ==========================================================
   Opção TV v1.9 — apresentação comercial do produto
   ========================================================== */
.product-intro{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 9% 18%,color-mix(in srgb,var(--section-accent) 13%,transparent),transparent 31%),
    radial-gradient(circle at 92% 78%,color-mix(in srgb,var(--section-accent) 10%,transparent),transparent 29%),
    var(--section-background,var(--paper));
}
.product-intro:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.38;
  background-image:linear-gradient(rgba(7,28,67,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,28,67,.035) 1px,transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);
  mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);
}
.product-intro:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border:1px solid color-mix(in srgb,var(--section-accent) 22%,transparent);
  border-radius:50%;
  right:-280px;
  top:50%;
  transform:translateY(-50%);
  z-index:-2;
  box-shadow:0 0 0 75px color-mix(in srgb,var(--section-accent) 4%,transparent),0 0 0 150px color-mix(in srgb,var(--section-accent) 2%,transparent);
}
.product-intro-effects{position:absolute;inset:0;pointer-events:none;z-index:-1}
.product-intro-effects i{position:absolute;display:block;border-radius:50%;background:var(--section-accent);box-shadow:0 0 28px color-mix(in srgb,var(--section-accent) 55%,transparent)}
.product-intro-effects i:nth-child(1){width:7px;height:7px;left:8%;top:24%}
.product-intro-effects i:nth-child(2){width:4px;height:4px;left:48%;bottom:18%;opacity:.6}
.product-intro-effects i:nth-child(3){width:9px;height:9px;right:6%;top:20%;opacity:.75}
.product-intro .section-index{position:relative;z-index:2;margin-bottom:42px}
.product-intro-shell{display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:72px;align-items:center;position:relative;z-index:2}
.product-intro-copy{max-width:590px}
.product-intro-copy .eyebrow{margin-bottom:20px}
.product-intro-badge{display:inline-flex;align-items:center;gap:9px;margin:0 0 24px;padding:9px 13px;border:1px solid color-mix(in srgb,var(--section-accent) 25%,transparent);border-radius:999px;background:color-mix(in srgb,var(--section-accent) 8%,white);color:var(--section-title);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.product-intro-badge i{width:7px;height:7px;border-radius:50%;background:var(--section-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--section-accent) 13%,transparent)}
.product-intro-copy h2{margin:0;max-width:650px;font-size:clamp(46px,5.2vw,var(--section-title-size,72px));line-height:.95;letter-spacing:-.065em;color:var(--section-title);font-weight:950}
.product-intro-copy h2 em{font-style:normal;color:var(--section-accent)}
.product-intro-lead{max-width:560px;margin:28px 0 0;color:var(--section-subtitle);font-size:clamp(17px,1.6vw,var(--section-subtitle-size,21px));line-height:1.68}
.product-intro-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:34px}
.product-intro-actions .btn{background:var(--section-accent);color:#061837;box-shadow:0 15px 38px color-mix(in srgb,var(--section-accent) 22%,transparent)}
.product-intro-next{display:inline-flex;align-items:center;gap:12px;color:var(--section-title);font-size:13px;font-weight:900;letter-spacing:.04em}
.product-intro-next i{width:44px;height:44px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--section-title) 18%,transparent);border-radius:50%;font-style:normal;transition:transform .25s ease,background .25s ease,color .25s ease}
.product-intro-next:hover i{transform:rotate(-14deg);background:var(--section-title);color:var(--section-background)}
.product-intro-note{display:flex;align-items:center;gap:10px;margin:25px 0 0;color:var(--section-subtitle);font-size:13px;font-weight:750}
.product-intro-note span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--section-accent) 14%,white);color:var(--section-accent);font-weight:950}
.product-intro-panel{position:relative;padding:30px;border-radius:38px;background:linear-gradient(145deg,#061a3a 0%,#082b5e 52%,#075789 100%);color:#fff;box-shadow:0 42px 90px rgba(4,20,47,.24);overflow:hidden;border:1px solid rgba(255,255,255,.12)}
.product-intro-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 28%,transparent 70%,rgba(60,215,231,.06));pointer-events:none}
.product-intro-panel:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-120px;top:-120px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.015);pointer-events:none}
.product-intro-panel-glow{position:absolute;width:360px;height:360px;right:-120px;bottom:-190px;border-radius:50%;background:var(--section-accent);opacity:.18;filter:blur(70px);pointer-events:none}
.product-intro-panel-head{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:4px 4px 24px;border-bottom:1px solid rgba(255,255,255,.14)}
.product-intro-panel-head div{display:flex;flex-direction:column;gap:7px}
.product-intro-panel-head span{font-size:10px;font-weight:900;letter-spacing:.18em;color:var(--section-accent)}
.product-intro-panel-head strong{font-size:22px;letter-spacing:-.04em}
.product-intro-panel-head>i{font-style:normal;font-size:10px;font-weight:900;letter-spacing:.2em;color:rgba(255,255,255,.42);writing-mode:vertical-rl}
.product-intro-benefits{position:relative;z-index:2;display:flex;flex-direction:column;gap:12px;padding:22px 0 8px}
.product-intro-benefit{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr) 34px;gap:18px;align-items:center;min-height:116px;padding:18px 18px 18px 16px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.035));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .28s ease,border-color .28s ease,background .28s ease}
.product-intro-benefit:hover{transform:translateX(-7px);border-color:color-mix(in srgb,var(--section-accent) 58%,transparent);background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.05))}
.product-intro-benefit-index{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:color-mix(in srgb,var(--block-accent,var(--section-accent)) 16%,rgba(255,255,255,.03));border:1px solid color-mix(in srgb,var(--block-accent,var(--section-accent)) 38%,transparent);color:var(--block-accent,var(--section-accent));font-size:16px;font-weight:950;letter-spacing:-.04em}
.product-intro-benefit-copy small{display:block;margin-bottom:5px;color:var(--block-subtitle,var(--section-accent));font-size:var(--block-subtitle-size,10px);font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.product-intro-benefit-copy h3{margin:0;color:var(--block-title,#fff)!important;font-size:clamp(19px,2vw,var(--block-title-size,24px));line-height:1.12;letter-spacing:-.035em}
.product-intro-benefit-copy p{margin:7px 0 0;color:var(--block-text,rgba(255,255,255,.65));font-size:var(--block-text-size,14px);line-height:1.5}
.product-intro-benefit-arrow{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);font-size:15px}
.product-intro-panel-footer{position:relative;z-index:2;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:rgba(255,255,255,.54);font-weight:800;letter-spacing:.045em}
.product-intro-panel-footer span{display:flex;align-items:center;gap:9px}
.product-intro-panel-footer i{width:7px;height:7px;border-radius:50%;background:var(--section-accent);box-shadow:0 0 14px var(--section-accent)}
.product-intro-empty{padding:28px;border:1px dashed rgba(255,255,255,.2);border-radius:22px;color:rgba(255,255,255,.62);text-align:center;line-height:1.6}
@media(max-width:1050px){
  .product-intro-shell{grid-template-columns:1fr;gap:48px}
  .product-intro-copy{max-width:760px}
  .product-intro-panel{max-width:820px}
}
@media(max-width:760px){
  .product-intro .section-index{margin-bottom:34px}
  .product-intro-shell{gap:36px}
  .product-intro-copy h2{font-size:46px}
  .product-intro-lead{font-size:17px}
  .product-intro-actions{align-items:flex-start;flex-direction:column;gap:18px}
  .product-intro-panel{padding:18px;border-radius:26px}
  .product-intro-panel-head{padding:3px 3px 18px}
  .product-intro-panel-head strong{font-size:19px}
  .product-intro-benefits{padding-top:16px}
  .product-intro-benefit{grid-template-columns:48px minmax(0,1fr);gap:13px;min-height:104px;padding:15px;border-radius:19px}
  .product-intro-benefit-index{width:46px;height:46px;border-radius:14px;font-size:13px}
  .product-intro-benefit-copy h3{font-size:20px}
  .product-intro-benefit-copy p{font-size:13px}
  .product-intro-benefit-arrow{display:none}
  .product-intro:after{width:380px;height:380px;right:-270px}
}
@media(prefers-reduced-motion:reduce){.product-intro-benefit{transition:none}}
.product-intro-shell.product-intro-no-panel{grid-template-columns:1fr}
.product-intro-shell.product-intro-no-panel .product-intro-copy{max-width:850px}

/* =========================================================
   Cabeçalhos editoriais v2.2
   Remodela número, rótulo, kicker, título e subtítulo das seções.
   ========================================================= */
.section-marker{
  --marker-ink:var(--section-title,var(--ink));
  position:relative;
  display:inline-grid;
  grid-template-columns:auto 28px auto auto;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  margin:0 0 34px;
  padding:7px 13px 7px 7px;
  border:1px solid color-mix(in srgb,var(--section-accent) 22%,rgba(7,28,67,.08));
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.58));
  box-shadow:0 14px 34px rgba(7,28,67,.08),inset 0 1px 0 rgba(255,255,255,.88);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  overflow:hidden;
  isolation:isolate;
}
.section-marker:before{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  right:-55px;
  top:-62px;
  border-radius:50%;
  background:var(--section-accent);
  opacity:.09;
  filter:blur(12px);
  z-index:-1;
}
.section-marker-number{
  min-width:46px;
  height:46px;
  padding:0 10px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,var(--section-accent),color-mix(in srgb,var(--section-accent) 74%,#001c42));
  color:#fff;
  box-shadow:0 10px 24px color-mix(in srgb,var(--section-accent) 28%,transparent),inset 0 1px 0 rgba(255,255,255,.32);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.13em;
}
.section-marker-rule{
  width:28px;
  height:1px;
  background:linear-gradient(90deg,var(--section-accent),color-mix(in srgb,var(--section-accent) 12%,transparent));
}
.section-marker-label{
  min-width:0;
  color:var(--marker-ink);
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.section-marker-signal{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--section-accent);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--section-accent) 12%,transparent),0 0 18px color-mix(in srgb,var(--section-accent) 60%,transparent);
}
.section-marker.on-dark{
  --marker-ink:#fff;
  border-color:rgba(255,255,255,.14);
  background:linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.035));
  box-shadow:0 16px 38px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.12);
}
.section-marker.on-dark .section-marker-number{
  color:#051a39;
  background:linear-gradient(145deg,var(--section-accent),color-mix(in srgb,var(--section-accent) 72%,#fff));
}
.section-marker.on-dark .section-marker-rule{background:linear-gradient(90deg,var(--section-accent),rgba(255,255,255,.08))}

/* Kicker passa a ser um selo de contexto, sem numeração duplicada. */
.section-kicker{
  width:max-content;
  max-width:100%;
  margin:0 0 18px!important;
  padding:8px 12px!important;
  gap:9px!important;
  border:1px solid color-mix(in srgb,var(--section-accent) 24%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--section-accent) 8%,rgba(255,255,255,.88));
  color:var(--section-title)!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.15em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.section-kicker>span{
  width:7px!important;
  height:7px!important;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--section-accent)!important;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--section-accent) 12%,transparent),0 0 14px color-mix(in srgb,var(--section-accent) 55%,transparent);
}
.catalog-header .section-kicker,.steps-heading .section-kicker{
  color:#fff!important;
  border-color:rgba(255,255,255,.15);
  background:rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09);
}

/* Hierarquia mais comercial entre título e texto de apoio. */
.section-heading,.catalog-header,.devices-heading{
  align-items:center;
  margin-bottom:64px;
}
.section-heading h2,.catalog-header h2,.devices-heading h2,.product-intro-copy h2,.steps-heading h2,.faq-heading h2{
  text-wrap:balance;
}
.section-heading>p,.catalog-header>p,.devices-heading>p{
  position:relative;
  margin:0;
  padding:19px 22px 19px 25px;
  border:1px solid color-mix(in srgb,var(--section-accent) 15%,transparent);
  border-radius:18px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--section-accent) 7%,rgba(255,255,255,.72)),rgba(255,255,255,.42));
  box-shadow:0 16px 38px rgba(7,28,67,.07),inset 0 1px 0 rgba(255,255,255,.65);
}
.section-heading>p:before,.catalog-header>p:before,.devices-heading>p:before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:3px;
  border-radius:99px;
  background:var(--section-accent);
  box-shadow:0 0 14px color-mix(in srgb,var(--section-accent) 48%,transparent);
}
.catalog-header>p{
  color:rgba(255,255,255,.72)!important;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:0 18px 42px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.08);
}
.product-intro .section-marker{margin-bottom:40px}
.product-intro-lead,.steps-heading>p,.faq-heading>p{
  position:relative;
  padding-left:20px;
  border-left:3px solid var(--section-accent);
}
.product-intro-lead:after,.steps-heading>p:after,.faq-heading>p:after{
  content:"";
  position:absolute;
  left:-3px;
  top:0;
  width:3px;
  height:34%;
  border-radius:99px;
  background:color-mix(in srgb,var(--section-accent) 48%,#fff);
  box-shadow:0 0 12px color-mix(in srgb,var(--section-accent) 42%,transparent);
}
.steps-heading>p{color:rgba(255,255,255,.7)!important}
.faq-heading .section-marker{margin-bottom:30px}

@media(max-width:760px){
  .section-marker{
    grid-template-columns:auto 18px minmax(0,1fr) auto;
    gap:9px;
    margin-bottom:28px;
    padding:6px 10px 6px 6px;
  }
  .section-marker-number{min-width:40px;height:40px;font-size:10px}
  .section-marker-rule{width:18px}
  .section-marker-label{font-size:9px;letter-spacing:.12em}
  .section-marker-signal{width:6px;height:6px}
  .section-heading,.catalog-header,.devices-heading{margin-bottom:42px}
  .section-heading>p,.catalog-header>p,.devices-heading>p{padding:16px 17px 16px 20px;border-radius:15px}
  .product-intro .section-marker{margin-bottom:30px}
}

/* =========================================================
   Identificação única das seções v2.4
   Une a antiga identificação e o selo contextual em um único marcador.
   ========================================================= */
.section-marker-unified .section-marker-separator{
  color:color-mix(in srgb,var(--section-accent) 72%,var(--marker-ink));
  font-size:13px;
  line-height:1;
  font-weight:900;
  opacity:.78;
}
.section-marker-unified .section-marker-label{
  max-width:min(46vw,520px);
}
@media(max-width:760px){
  .section-marker-unified .section-marker-separator{font-size:11px}
  .section-marker-unified .section-marker-label{max-width:55vw}
}

/* =========================================================
   Sistema global de interações — botões, menus e links
   Mantém as cores configuradas no painel e não altera destinos.
   ========================================================= */
:root{
  --interaction-accent:var(--green,#49ed9c);
  --interaction-cyan:var(--cyan,#3cd7e7);
  --interaction-ease:cubic-bezier(.2,.75,.2,1);
  --interaction-ring:0 0 0 4px color-mix(in srgb,var(--interaction-accent) 18%,transparent);
}

:is(a,button,[role="button"]){-webkit-tap-highlight-color:transparent}
:is(a,button,[role="button"]):focus-visible{outline:2px solid var(--interaction-accent);outline-offset:4px}

/* Botões principais e secundários */
.btn{position:relative;isolation:isolate;overflow:hidden;gap:10px;border-color:color-mix(in srgb,currentColor 16%,transparent);box-shadow:0 12px 30px rgba(3,17,40,.12),inset 0 1px 0 rgba(255,255,255,.22);transition:transform .28s var(--interaction-ease),box-shadow .28s ease,border-color .28s ease,filter .28s ease}
.btn:before{content:"";position:absolute;z-index:-1;inset:-2px;background:linear-gradient(110deg,transparent 18%,rgba(255,255,255,.30) 42%,rgba(255,255,255,.10) 50%,transparent 72%);transform:translateX(-145%);transition:transform .7s var(--interaction-ease);pointer-events:none}
.btn:after{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:currentColor;opacity:.45;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 10%,transparent),0 0 15px color-mix(in srgb,currentColor 30%,transparent);transition:transform .28s ease,opacity .28s ease,box-shadow .28s ease}
.btn:hover,.btn:focus-visible{transform:translateY(-3px);border-color:color-mix(in srgb,currentColor 28%,transparent);filter:saturate(1.08);box-shadow:0 20px 48px rgba(3,17,40,.20),0 0 30px color-mix(in srgb,var(--interaction-accent) 17%,transparent),inset 0 1px 0 rgba(255,255,255,.30)}
.btn:hover:before,.btn:focus-visible:before{transform:translateX(145%)}
.btn:hover:after,.btn:focus-visible:after{opacity:.9;transform:scale(1.18);box-shadow:0 0 0 7px color-mix(in srgb,currentColor 12%,transparent),0 0 22px color-mix(in srgb,currentColor 48%,transparent)}
.btn:active{transform:translateY(0) scale(.985);box-shadow:0 8px 20px rgba(3,17,40,.16),inset 0 2px 8px rgba(0,0,0,.10)}
.btn-accent{background:linear-gradient(135deg,var(--button-bg,var(--green)) 0%,color-mix(in srgb,var(--button-bg,var(--green)) 78%,var(--cyan)) 100%)}
.btn-light{background:linear-gradient(135deg,var(--button-alt-bg,var(--white)) 0%,color-mix(in srgb,var(--button-alt-bg,var(--white)) 88%,var(--cyan)) 100%)}

/* Marca e menu principal */
.brand{position:relative;border-radius:16px;transition:transform .28s var(--interaction-ease),filter .28s ease}
.brand:after{content:"";position:absolute;left:10%;right:10%;bottom:-7px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--interaction-accent),transparent);transform:scaleX(.28);opacity:.45;transition:transform .32s ease,opacity .32s ease}
.brand:hover,.brand:focus-visible{transform:translateY(-2px);filter:drop-shadow(0 8px 16px rgba(0,0,0,.16))}
.brand:hover:after,.brand:focus-visible:after{transform:scaleX(1);opacity:1}

.site-menu a{position:relative;isolation:isolate;display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:12px;border:1px solid transparent;opacity:.82;overflow:hidden;transition:color .28s ease,opacity .28s ease,transform .28s var(--interaction-ease),background-color .28s ease,border-color .28s ease,box-shadow .28s ease}
.site-menu a:before{content:"";position:absolute;z-index:-1;left:12px;right:12px;bottom:5px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--interaction-accent),var(--interaction-cyan));transform:scaleX(0);transform-origin:left;transition:transform .32s var(--interaction-ease)}
.site-menu a:after{content:"";position:absolute;z-index:-2;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 120%,color-mix(in srgb,var(--interaction-accent) 26%,transparent),transparent 62%);opacity:0;transition:opacity .3s ease}
.site-menu a:hover,.site-menu a:focus-visible,.site-menu a.is-current{opacity:1;color:#fff;transform:translateY(-2px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.11);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.site-menu a:hover:before,.site-menu a:focus-visible:before,.site-menu a.is-current:before{transform:scaleX(1)}
.site-menu a:hover:after,.site-menu a:focus-visible:after,.site-menu a.is-current:after{opacity:1}
.site-menu a.is-current{color:var(--interaction-accent)}

.menu-toggle{position:relative;width:48px;height:48px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 26px rgba(0,0,0,.12);transition:transform .28s var(--interaction-ease),background .28s ease,border-color .28s ease,box-shadow .28s ease}
.menu-toggle:before{content:"";position:absolute;inset:5px;border-radius:11px;background:radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--interaction-accent) 30%,transparent),transparent 65%);opacity:.45;transition:opacity .28s ease,transform .28s ease}
.menu-toggle:hover,.menu-toggle:focus-visible,.menu-toggle.active{transform:translateY(-2px);background:rgba(255,255,255,.10);border-color:color-mix(in srgb,var(--interaction-accent) 38%,rgba(255,255,255,.15));box-shadow:0 14px 34px rgba(0,0,0,.20),0 0 24px color-mix(in srgb,var(--interaction-accent) 18%,transparent)}
.menu-toggle:hover:before,.menu-toggle:focus-visible:before,.menu-toggle.active:before{opacity:1;transform:scale(1.04)}
.menu-toggle:active{transform:scale(.96)}

/* Links editoriais e de cards */
.text-link,.product-intro-next,.card-link,.footer-support-link,.ticker-card-link{position:relative;isolation:isolate;transition:color .28s ease,transform .28s var(--interaction-ease),letter-spacing .28s ease}
.text-link:before,.product-intro-next:before,.card-link:before,.footer-support-link:before,.ticker-card-link:before{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--interaction-accent),var(--interaction-cyan));transform:scaleX(.26);transform-origin:left;opacity:.55;transition:transform .32s var(--interaction-ease),opacity .32s ease}
.text-link:hover,.text-link:focus-visible,.product-intro-next:hover,.product-intro-next:focus-visible,.card-link:hover,.card-link:focus-visible,.footer-support-link:hover,.footer-support-link:focus-visible,.ticker-card-link:hover,.ticker-card-link:focus-visible{transform:translateY(-2px);color:var(--interaction-accent);letter-spacing:.025em}
.text-link:hover:before,.text-link:focus-visible:before,.product-intro-next:hover:before,.product-intro-next:focus-visible:before,.card-link:hover:before,.card-link:focus-visible:before,.footer-support-link:hover:before,.footer-support-link:focus-visible:before,.ticker-card-link:hover:before,.ticker-card-link:focus-visible:before{transform:scaleX(1);opacity:1}
.text-link span,.devices-link span,.product-intro-next i{transition:transform .3s var(--interaction-ease),background-color .3s ease,color .3s ease,box-shadow .3s ease}
.text-link:hover span,.text-link:focus-visible span,.devices-link:hover span,.devices-link:focus-visible span{transform:translate(4px,3px) rotate(-7deg)}
.product-intro-next:hover i,.product-intro-next:focus-visible i{transform:rotate(-14deg) scale(1.06);box-shadow:0 10px 28px color-mix(in srgb,var(--section-title) 20%,transparent)}

/* Console de categorias, cards clicáveis e dispositivos */
.content-console-item,.device-logo-card,.content-card{outline:0}
.content-console-item:focus-visible,.device-logo-card:focus-visible,.content-card:focus-within{box-shadow:inset 0 0 0 2px var(--interaction-accent),0 18px 42px rgba(0,0,0,.18)}
.content-console-item:active,.device-logo-card:active{transform:translateY(-1px) scale(.988)}
.card-link{border-bottom:0;padding-bottom:5px}
.card-link:after{content:"";display:inline-block;width:7px;height:7px;margin-left:9px;border-radius:50%;background:currentColor;opacity:.55;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 11%,transparent);transition:transform .28s ease,opacity .28s ease}
.card-link:hover:after,.card-link:focus-visible:after{transform:scale(1.18);opacity:1}

/* Abas do catálogo */
.catalog-tab{position:relative;isolation:isolate;overflow:hidden;border:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:transform .28s var(--interaction-ease),background-color .28s ease,color .28s ease,border-color .28s ease,box-shadow .28s ease}
.catalog-tab:before{content:"";position:absolute;z-index:-1;left:8px;top:50%;width:6px;height:6px;border-radius:50%;background:var(--interaction-accent);transform:translateY(-50%) scale(.65);opacity:.32;box-shadow:0 0 0 0 color-mix(in srgb,var(--interaction-accent) 25%,transparent);transition:transform .28s ease,opacity .28s ease,box-shadow .28s ease}
.catalog-tab:hover,.catalog-tab:focus-visible{transform:translateX(5px);color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.10);box-shadow:0 10px 24px rgba(0,0,0,.10)}
.catalog-tab:hover:before,.catalog-tab:focus-visible:before,.catalog-tab.active:before{transform:translateY(-50%) scale(1);opacity:1;box-shadow:0 0 0 6px color-mix(in srgb,var(--interaction-accent) 13%,transparent),0 0 18px color-mix(in srgb,var(--interaction-accent) 42%,transparent)}
.catalog-tab.active{transform:translateX(5px);box-shadow:0 12px 30px color-mix(in srgb,var(--interaction-accent) 18%,transparent)}
.catalog-tab:active{transform:translateX(3px) scale(.985)}

/* FAQ */
.faq-item{position:relative;transition:border-color .28s ease}
.faq-item button{position:relative;margin:5px 0;padding:24px 18px;border-radius:18px;overflow:hidden;transition:transform .28s var(--interaction-ease),background-color .28s ease,color .28s ease,box-shadow .28s ease}
.faq-item button:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--section-accent,var(--blue)) 10%,transparent),transparent 60%);opacity:0;transform:translateX(-10px);transition:opacity .3s ease,transform .3s ease}
.faq-item button:hover,.faq-item button:focus-visible{transform:translateX(5px);background:color-mix(in srgb,var(--section-accent,var(--blue)) 6%,transparent);box-shadow:inset 3px 0 0 var(--section-accent,var(--blue))}
.faq-item button:hover:before,.faq-item button:focus-visible:before,.faq-item.open button:before{opacity:1;transform:none}
.faq-item.open button{color:var(--section-accent,var(--blue));box-shadow:inset 3px 0 0 var(--section-accent,var(--blue))}
.faq-item button i{border-radius:50%;transition:transform .28s ease,background-color .28s ease,box-shadow .28s ease}
.faq-item button:hover i,.faq-item button:focus-visible i,.faq-item.open button i{transform:scale(1.08);background:color-mix(in srgb,var(--section-accent,var(--blue)) 11%,transparent);box-shadow:0 0 0 7px color-mix(in srgb,var(--section-accent,var(--blue)) 7%,transparent)}

/* Rodapé */
.footer-links a{position:relative;display:inline-flex;align-items:center;gap:9px;width:max-content;padding:5px 0;transition:color .28s ease,transform .28s var(--interaction-ease),padding-left .28s ease}
.footer-links a:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--interaction-accent);opacity:.35;box-shadow:0 0 0 0 color-mix(in srgb,var(--interaction-accent) 18%,transparent);transition:opacity .28s ease,box-shadow .28s ease,transform .28s ease}
.footer-links a:after{content:"";position:absolute;left:15px;right:0;bottom:1px;height:1px;background:linear-gradient(90deg,var(--interaction-accent),transparent);transform:scaleX(.18);transform-origin:left;opacity:.4;transition:transform .3s ease,opacity .3s ease}
.footer-links a:hover,.footer-links a:focus-visible{transform:translateX(5px);padding-left:3px;color:var(--interaction-accent)}
.footer-links a:hover:before,.footer-links a:focus-visible:before{opacity:1;transform:scale(1.12);box-shadow:0 0 0 6px color-mix(in srgb,var(--interaction-accent) 10%,transparent),0 0 15px color-mix(in srgb,var(--interaction-accent) 38%,transparent)}
.footer-links a:hover:after,.footer-links a:focus-visible:after{transform:scaleX(1);opacity:1}

.back-top{position:relative;isolation:isolate;overflow:visible;background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 26px rgba(0,0,0,.14);transition:transform .3s var(--interaction-ease),background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}
.back-top:before{content:"";position:absolute;z-index:-1;inset:-7px;border-radius:inherit;border:1px solid color-mix(in srgb,var(--interaction-accent) 30%,transparent);opacity:.42;transform:scale(.84);transition:transform .32s ease,opacity .32s ease}
.back-top:hover,.back-top:focus-visible{transform:translateY(-5px) rotate(-8deg);background:var(--interaction-accent);color:var(--navy);border-color:var(--interaction-accent);box-shadow:0 18px 38px color-mix(in srgb,var(--interaction-accent) 25%,transparent)}
.back-top:hover:before,.back-top:focus-visible:before{transform:scale(1);opacity:1}
.back-top:active{transform:translateY(-1px) scale(.95)}

/* WhatsApp flutuante */
.whatsapp-float{position:fixed;isolation:isolate;overflow:visible;border:1px solid rgba(255,255,255,.28);box-shadow:0 14px 34px rgba(0,0,0,.25),0 0 0 7px color-mix(in srgb,var(--whatsapp-color) 13%,transparent);animation:whatsappAmbient 3.6s ease-in-out infinite;transition:transform .3s var(--interaction-ease),box-shadow .3s ease,filter .3s ease}
.whatsapp-float:before{content:"";position:absolute;z-index:-1;inset:-8px;border-radius:50%;border:1px solid color-mix(in srgb,var(--whatsapp-color) 40%,transparent);opacity:.48;animation:whatsappRing 3.6s ease-out infinite}
.whatsapp-float:after{content:"";position:absolute;inset:5px;border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,.25),transparent 45%);pointer-events:none}
.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:translateY(-6px) scale(1.07);filter:saturate(1.14);box-shadow:0 22px 48px rgba(0,0,0,.30),0 0 34px color-mix(in srgb,var(--whatsapp-color) 42%,transparent)}
.whatsapp-float:active{transform:translateY(-1px) scale(.96)}
@keyframes whatsappAmbient{0%,100%{box-shadow:0 14px 34px rgba(0,0,0,.25),0 0 0 7px color-mix(in srgb,var(--whatsapp-color) 13%,transparent)}50%{box-shadow:0 16px 38px rgba(0,0,0,.27),0 0 0 10px color-mix(in srgb,var(--whatsapp-color) 9%,transparent)}}
@keyframes whatsappRing{0%{transform:scale(.88);opacity:.55}70%,100%{transform:scale(1.34);opacity:0}}

/* Indicador de rolagem */
.scroll-cue{transition:color .28s ease,transform .28s var(--interaction-ease),opacity .28s ease}
.scroll-cue i{transition:height .3s ease,background .3s ease,box-shadow .3s ease}
.scroll-cue:hover,.scroll-cue:focus-visible{color:#fff;transform:translateX(-50%) translateY(-4px);opacity:1}
.scroll-cue:hover i,.scroll-cue:focus-visible i{height:43px;background:linear-gradient(var(--interaction-accent),transparent);box-shadow:0 0 14px color-mix(in srgb,var(--interaction-accent) 35%,transparent)}

@media (max-width:760px){
  .site-menu a{min-height:48px;padding:0 18px;border-radius:15px}
  .site-menu a:hover,.site-menu a:focus-visible,.site-menu a.is-current{transform:none;background:rgba(255,255,255,.08)}
  .faq-item button{padding:21px 13px}
}

@media (prefers-reduced-motion:reduce){
  .whatsapp-float,.whatsapp-float:before{animation:none!important}
  .btn:before{display:none}
  .btn,.brand,.site-menu a,.menu-toggle,.text-link,.product-intro-next,.card-link,.footer-support-link,.ticker-card-link,.catalog-tab,.faq-item button,.footer-links a,.back-top,.whatsapp-float,.scroll-cue{transition:none!important}
}

/* Opção TV v4.0 — herança tipográfica por seção */
.dynamic-section{
  --section-body-size:var(--font-body,16px);
  --section-kicker-size:var(--font-eyebrow,13px);
  --section-button-size:var(--font-body,16px);
}
.dynamic-section .eyebrow,.dynamic-section .section-marker{font-size:var(--section-kicker-size)}
.dynamic-section .hero-description,.dynamic-section .manifesto-text,.dynamic-section .section-heading>p,.dynamic-section .catalog-header>p,.dynamic-section .devices-copy>p:not(.eyebrow),.dynamic-section .steps-heading>p,.dynamic-section .step p,.dynamic-section .faq-answer p,.dynamic-section .final-cta-content>p:not(.eyebrow),.dynamic-section .generic-card p{font-size:var(--section-body-size)}
.dynamic-section .btn,.dynamic-section .text-link,.dynamic-section .card-link{font-size:var(--section-button-size)}
.hero.dynamic-section .hero-copy h1{font-size:clamp(54px,8vw,var(--section-title-size,var(--font-h1,89px)))}


/* Opção TV v4.1 — cores de botões herdáveis e exclusivas por seção */
.dynamic-section{
  --section-button-bg:var(--button-bg,var(--green));
  --section-button-text:var(--button-text,var(--navy));
  --section-button-hover-bg:var(--button-hover-bg,var(--cyan));
  --section-button-hover-text:var(--button-hover-text,var(--navy));
  --section-button-alt-bg:var(--button-alt-bg,var(--white));
  --section-button-alt-text:var(--button-alt-text,var(--navy));
  --section-button-alt-hover-bg:var(--button-alt-hover-bg,var(--green));
  --section-button-alt-hover-text:var(--button-alt-hover-text,var(--navy));
}
.dynamic-section .btn-accent{
  background:linear-gradient(135deg,var(--section-button-bg) 0%,color-mix(in srgb,var(--section-button-bg) 82%,var(--section-button-hover-bg)) 100%);
  color:var(--section-button-text);
  border-color:color-mix(in srgb,var(--section-button-text) 18%,transparent);
}
.dynamic-section .btn-accent:hover,
.dynamic-section .btn-accent:focus-visible{
  background:linear-gradient(135deg,var(--section-button-hover-bg) 0%,color-mix(in srgb,var(--section-button-hover-bg) 82%,var(--section-button-bg)) 100%);
  color:var(--section-button-hover-text);
  border-color:color-mix(in srgb,var(--section-button-hover-text) 28%,transparent);
}
.dynamic-section .btn-light{
  background:linear-gradient(135deg,var(--section-button-alt-bg) 0%,color-mix(in srgb,var(--section-button-alt-bg) 88%,var(--section-button-alt-hover-bg)) 100%);
  color:var(--section-button-alt-text);
  border-color:color-mix(in srgb,var(--section-button-alt-text) 18%,transparent);
}
.dynamic-section .btn-light:hover,
.dynamic-section .btn-light:focus-visible{
  background:linear-gradient(135deg,var(--section-button-alt-hover-bg) 0%,color-mix(in srgb,var(--section-button-alt-hover-bg) 85%,var(--section-button-alt-bg)) 100%);
  color:var(--section-button-alt-hover-text);
  border-color:color-mix(in srgb,var(--section-button-alt-hover-text) 28%,transparent);
}
.dynamic-section .text-link,
.dynamic-section .card-link,
.dynamic-section .product-intro-next,
.dynamic-section .ticker-card-link{
  color:var(--section-button-alt-text);
  border-color:color-mix(in srgb,var(--section-button-alt-text) 45%,transparent);
}
.dynamic-section .text-link:hover,
.dynamic-section .text-link:focus-visible,
.dynamic-section .card-link:hover,
.dynamic-section .card-link:focus-visible,
.dynamic-section .product-intro-next:hover,
.dynamic-section .product-intro-next:focus-visible,
.dynamic-section .ticker-card-link:hover,
.dynamic-section .ticker-card-link:focus-visible{
  color:var(--section-button-alt-hover-text);
  border-color:var(--section-button-alt-hover-text);
}
.dynamic-section .circle-link{
  background:var(--section-button-bg);
  color:var(--section-button-text);
}
.dynamic-section .circle-link:hover,
.dynamic-section .circle-link:focus-visible{
  background:var(--section-button-hover-bg);
  color:var(--section-button-hover-text);
}
.dynamic-section .catalog-tab.active{
  background:var(--section-button-bg);
  color:var(--section-button-text);
}
.dynamic-section .catalog-tab:hover,
.dynamic-section .catalog-tab:focus-visible{
  background:var(--section-button-hover-bg);
  color:var(--section-button-hover-text);
}

/* ==========================================================
   Opção TV v4.3 — correção da aplicação de cores independentes
   Mantém o layout atual e corrige somente conflitos de cascata.
   ========================================================== */

/* Onde assistir: as cores específicas desta seção devem prevalecer
   sobre as regras genéricas de títulos e textos da dynamic-section. */
.devices.dynamic-section .devices-pitch h3{
  color:var(--devices-pitch-title-color,var(--section-title));
}
.devices.dynamic-section .devices-pitch>p{
  color:var(--devices-pitch-description-color,var(--section-subtitle));
}
.devices.dynamic-section .devices-badge{
  color:var(--devices-badge-color,var(--section-text));
}
.devices.dynamic-section .devices-mini-features strong{
  color:var(--devices-feature-title-color,var(--section-accent));
}
.devices.dynamic-section .devices-mini-features small{
  color:var(--devices-feature-text-color,var(--section-subtitle));
}
.devices.dynamic-section .devices-panel-head span{
  color:var(--devices-stage-kicker-color,var(--section-accent));
}
.devices.dynamic-section .devices-panel-head strong{
  color:var(--devices-stage-title-color,var(--section-title));
}
.devices.dynamic-section .devices-stage-note{
  color:var(--devices-stage-note-color,var(--section-subtitle));
}
.devices.dynamic-section .device-logo-card strong{
  color:var(--device-label-color,var(--devices-card-title-color,var(--section-title)));
}
.devices.dynamic-section .device-logo-card small{
  color:var(--device-subtitle-color,var(--devices-card-subtitle-color,var(--section-subtitle)));
}
.devices.dynamic-section .device-logo-index{
  color:var(--devices-card-index-color,var(--section-accent));
}

/* Cards de conteúdo: respeitar cor individual do texto do bloco. */
.content-showcase.dynamic-section .content-card-overlay h3{
  color:var(--block-title,var(--section-title));
}
.content-showcase.dynamic-section .content-card-overlay>span{
  color:var(--block-subtitle,var(--section-subtitle));
}
.content-showcase.dynamic-section .content-card-overlay p{
  color:var(--block-text,var(--section-subtitle));
}

/* Passo a passo: respeitar título, texto e destaque de cada bloco. */
.steps.dynamic-section .step h3{
  color:var(--block-title,var(--section-title));
}
.steps.dynamic-section .step p{
  color:var(--block-text,var(--section-subtitle));
}
.steps.dynamic-section .step small{
  color:var(--block-subtitle,var(--block-accent,var(--section-accent)));
}
.steps.dynamic-section .step-number,
.steps.dynamic-section .step-icon{
  color:var(--block-accent,var(--section-accent));
}
.steps.dynamic-section .step-icon{
  border-color:color-mix(in srgb,var(--block-accent,var(--section-accent)) 38%,transparent);
}

/* FAQ: respeitar as cores exclusivas de pergunta, resposta e destaque. */
.faq.dynamic-section .faq-item button span{
  color:var(--block-title,var(--section-title));
}
.faq.dynamic-section .faq-answer p{
  color:var(--block-text,var(--section-subtitle));
}
.faq.dynamic-section .faq-item button i:before,
.faq.dynamic-section .faq-item button i:after{
  background:var(--block-title,var(--section-title));
}
.faq.dynamic-section .faq-item button:hover,
.faq.dynamic-section .faq-item button:focus-visible,
.faq.dynamic-section .faq-item.open button{
  color:var(--block-accent,var(--section-accent));
  box-shadow:inset 3px 0 0 var(--block-accent,var(--section-accent));
}
.faq.dynamic-section .faq-item button:before{
  background:linear-gradient(90deg,color-mix(in srgb,var(--block-accent,var(--section-accent)) 10%,transparent),transparent 60%);
}
.faq.dynamic-section .faq-item button:hover i,
.faq.dynamic-section .faq-item button:focus-visible i,
.faq.dynamic-section .faq-item.open button i{
  background:color-mix(in srgb,var(--block-accent,var(--section-accent)) 11%,transparent);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--block-accent,var(--section-accent)) 7%,transparent);
}

/* Blocos genéricos: preservar as cores individuais após as regras gerais. */
.generic-section.dynamic-section .generic-card h3{
  color:var(--block-title,var(--section-title));
}
.generic-section.dynamic-section .generic-card>strong{
  color:var(--block-subtitle,var(--section-subtitle));
}
.generic-section.dynamic-section .generic-card p{
  color:var(--block-text,var(--section-text));
}

/* Correção v4.4 — restaura a visibilidade dos ícones do passo a passo. */
.steps.dynamic-section .step-icon{
  position:relative;
  isolation:isolate;
  color:#fff !important;
  background:
    linear-gradient(145deg,
      color-mix(in srgb,var(--block-accent,var(--section-accent)) 28%,rgba(255,255,255,.16)),
      rgba(255,255,255,.08));
  border-color:color-mix(in srgb,var(--block-accent,var(--section-accent)) 58%,rgba(255,255,255,.48)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 10px 25px color-mix(in srgb,var(--block-accent,var(--section-accent)) 18%,transparent);
  opacity:1 !important;
  visibility:visible !important;
}
.steps.dynamic-section .step-icon:before{
  content:"";
  position:absolute;
  inset:7px;
  z-index:-1;
  border-radius:50%;
  background:color-mix(in srgb,var(--block-accent,var(--section-accent)) 24%,transparent);
  opacity:.9;
}
.steps.dynamic-section .step-icon svg{
  display:block !important;
  width:24px;
  height:24px;
  color:inherit;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.9;
  opacity:1 !important;
  visibility:visible !important;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.18));
}
.steps.dynamic-section .step-icon svg path{
  fill:none !important;
  stroke:currentColor !important;
  opacity:1 !important;
  visibility:visible !important;
}
.steps.dynamic-section .step-number{
  color:color-mix(in srgb,var(--block-accent,var(--section-accent)) 62%,#fff 38%) !important;
  opacity:1 !important;
  text-shadow:0 0 16px color-mix(in srgb,var(--block-accent,var(--section-accent)) 38%,transparent);
}


/* Atualização v4.6 — seção Como ativar com animação tecnológica e moderna */
.steps.dynamic-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.steps.dynamic-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 16%,rgba(73,237,156,.14),transparent 20%),
    radial-gradient(circle at 84% 12%,rgba(60,215,231,.16),transparent 24%),
    radial-gradient(circle at 50% 88%,rgba(13,140,199,.16),transparent 28%),
    linear-gradient(115deg,rgba(255,255,255,.045),transparent 38%,rgba(255,255,255,.035) 62%,transparent 100%);
  opacity:.95;
  animation:stepsAmbientGlow 12s ease-in-out infinite alternate;
}
.steps.dynamic-section .container{
  position:relative;
  z-index:2;
}
.steps.dynamic-section .container:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:30px 30px;
  opacity:.11;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.88),rgba(0,0,0,.28));
}
.steps.dynamic-section .steps-heading{
  position:relative;
}
.steps.dynamic-section .steps-heading:after{
  content:"";
  position:absolute;
  left:-120px;
  top:-28px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(73,237,156,.14) 0%,rgba(60,215,231,.09) 34%,transparent 72%);
  filter:blur(18px);
  pointer-events:none;
  animation:stepsOrbDrift 9s ease-in-out infinite;
}
.steps.dynamic-section .steps-list{
  position:relative;
  border-top:1px solid rgba(255,255,255,.17);
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));
}
.steps.dynamic-section .steps-list:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:100%;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.03) 20%,transparent 40%,transparent 100%);
}
.steps.dynamic-section .step{
  position:relative;
  overflow:hidden;
  transition:transform .38s cubic-bezier(.2,.7,.2,1),border-color .32s ease,background-color .32s ease,box-shadow .32s ease;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.steps.dynamic-section .step:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg,transparent,var(--block-accent,var(--section-accent)),transparent);
  opacity:.18;
  transition:opacity .32s ease,transform .42s ease;
  transform:scaleY(.45);
  transform-origin:center;
}
.steps.dynamic-section .step:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.06) 24%,transparent 48%);
  transform:translateX(-120%);
  opacity:0;
  pointer-events:none;
}
.steps.dynamic-section .step:hover,
.steps.dynamic-section .step:focus-within,
.steps.dynamic-section .step.is-active{
  transform:translateX(8px);
  background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.02) 52%,transparent);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 18px 40px rgba(0,0,0,.08);
}
.steps.dynamic-section .step:hover:before,
.steps.dynamic-section .step:focus-within:before,
.steps.dynamic-section .step.is-active:before{
  opacity:.95;
  transform:scaleY(1);
}
.steps.dynamic-section .step:hover:after,
.steps.dynamic-section .step:focus-within:after,
.steps.dynamic-section .step.is-active:after{
  opacity:1;
  animation:stepSweep 1.2s ease forwards;
}
.steps.dynamic-section .step-number{
  position:relative;
  letter-spacing:.24em;
}
.steps.dynamic-section .step-number:after{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  width:7px;
  height:7px;
  border-radius:50%;
  background:currentColor;
  opacity:.9;
  box-shadow:0 0 0 6px color-mix(in srgb,currentColor 10%,transparent),0 0 14px color-mix(in srgb,currentColor 35%,transparent);
  transform:translateY(-50%);
}
.steps.dynamic-section .step-icon{
  backdrop-filter:blur(8px);
  animation:stepIconFloat 4.8s ease-in-out infinite;
}
.steps.dynamic-section .step:nth-child(2) .step-icon{animation-delay:.45s}
.steps.dynamic-section .step:nth-child(3) .step-icon{animation-delay:.9s}
.steps.dynamic-section .step-icon:after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:50%;
  border:1px solid color-mix(in srgb,var(--block-accent,var(--section-accent)) 20%,transparent);
  opacity:.7;
  animation:stepRingPulse 3.6s ease-in-out infinite;
}
.steps.dynamic-section .step:nth-child(2) .step-icon:after{animation-delay:.5s}
.steps.dynamic-section .step:nth-child(3) .step-icon:after{animation-delay:1s}
.steps.dynamic-section .step h3{
  transition:transform .3s ease,color .3s ease,text-shadow .3s ease;
}
.steps.dynamic-section .step p{
  transition:opacity .28s ease,transform .28s ease;
}
.steps.dynamic-section .step:hover h3,
.steps.dynamic-section .step.is-active h3{
  transform:translateX(4px);
  text-shadow:0 0 20px rgba(255,255,255,.08);
}
.steps.dynamic-section .step:hover p,
.steps.dynamic-section .step.is-active p{
  transform:translateX(4px);
}
.steps.dynamic-section .steps-heading .section-kicker{
  box-shadow:0 10px 26px rgba(5,16,43,.15),inset 0 1px 0 rgba(255,255,255,.15);
}
.steps.dynamic-section .steps-heading>p{
  position:relative;
  padding-left:22px;
}
.steps.dynamic-section .steps-heading>p:before{
  content:"";
  position:absolute;
  left:0;
  top:.22em;
  width:4px;
  height:1.15em;
  border-radius:999px;
  background:linear-gradient(180deg,var(--section-accent),color-mix(in srgb,var(--section-accent) 40%,#fff 60%));
  box-shadow:0 0 14px color-mix(in srgb,var(--section-accent) 25%,transparent);
}
@keyframes stepSweep{
  0%{transform:translateX(-120%);}
  100%{transform:translateX(125%);}
}
@keyframes stepIconFloat{
  0%,100%{transform:translateY(0) scale(1);}
  50%{transform:translateY(-6px) scale(1.02);}
}
@keyframes stepRingPulse{
  0%,100%{transform:scale(1);opacity:.55;}
  50%{transform:scale(1.18);opacity:.15;}
}
@keyframes stepsAmbientGlow{
  0%{transform:translate3d(0,0,0) scale(1);filter:brightness(1);}
  100%{transform:translate3d(0,-10px,0) scale(1.03);filter:brightness(1.05);}
}
@keyframes stepsOrbDrift{
  0%,100%{transform:translate3d(0,0,0);opacity:.65;}
  50%{transform:translate3d(16px,8px,0);opacity:1;}
}
@media (prefers-reduced-motion:reduce){
  .steps.dynamic-section:before,
  .steps.dynamic-section .steps-heading:after,
  .steps.dynamic-section .step-icon,
  .steps.dynamic-section .step-icon:after,
  .steps.dynamic-section .step:after{
    animation:none !important;
  }
  .steps.dynamic-section .step,
  .steps.dynamic-section .step h3,
  .steps.dynamic-section .step p{
    transition:none !important;
  }
}
@media (max-width:720px){
  .steps.dynamic-section .step:hover,
  .steps.dynamic-section .step:focus-within,
  .steps.dynamic-section .step.is-active{
    transform:none;
  }
  .steps.dynamic-section .steps-heading:after{
    width:180px;
    height:180px;
    left:-46px;
    top:-14px;
  }
}

/* ===== Atualização 4.7 — seção Onde assistir animada ===== */
.devices.devices-product{
  --devices-pointer-x:50%;
  --devices-pointer-y:50%;
}
.devices.devices-product .devices-showcase{
  position:relative;
  perspective:1600px;
}
.devices.devices-product .devices-pitch,
.devices.devices-product .devices-logo-stage{
  transform-style:preserve-3d;
  transition:transform .45s cubic-bezier(.2,.75,.2,1),box-shadow .45s ease,border-color .35s ease;
  will-change:transform;
}
.devices.devices-product .devices-pitch:hover,
.devices.devices-product .devices-logo-stage:hover{
  box-shadow:0 34px 90px rgba(7,28,67,.24),0 0 0 1px rgba(255,255,255,.08);
}
.devices.devices-product .devices-pitch-tech,
.devices.devices-product .devices-stage-tech{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.devices.devices-product .devices-pitch>*:not(.devices-pitch-tech),
.devices.devices-product .devices-logo-stage>.devices-panel-head,
.devices.devices-product .devices-logo-stage>.device-logo-grid,
.devices.devices-product .devices-logo-stage>.devices-note{
  position:relative;
  z-index:2;
}
.devices.devices-product .devices-logo-stage>.devices-stage-orbit{
  position:absolute;
  z-index:1;
  pointer-events:none;
}
.devices.devices-product .devices-pitch-tech .tech-grid,
.devices.devices-product .devices-stage-tech .stage-grid{
  position:absolute;
  inset:-12%;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:36px 36px;
  opacity:.18;
  mask-image:radial-gradient(circle at center,rgba(0,0,0,.95),transparent 82%);
  animation:devicesGridDrift 22s linear infinite;
}
.devices.devices-product .devices-pitch-tech .tech-beam,
.devices.devices-product .devices-stage-tech .stage-scan{
  position:absolute;
  inset:auto -20% 8% -20%;
  height:120px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transform:rotate(-12deg);
  filter:blur(1px);
  opacity:.55;
}
.devices.devices-product .devices-pitch-tech .beam-a{top:18%;bottom:auto;animation:devicesBeamSweep 10s ease-in-out infinite}
.devices.devices-product .devices-pitch-tech .beam-b{top:56%;bottom:auto;animation:devicesBeamSweep 12s ease-in-out infinite reverse;opacity:.35}
.devices.devices-product .devices-stage-tech .stage-scan{top:10%;bottom:auto;animation:devicesBeamSweep 13s ease-in-out infinite;opacity:.32}
.devices.devices-product .devices-pitch-tech .tech-orbit,
.devices.devices-product .devices-pitch-tech .tech-dot,
.devices.devices-product .devices-stage-tech .stage-pulse,
.devices.devices-product .devices-stage-tech .stage-spark{
  position:absolute;
}
.devices.devices-product .devices-pitch-tech .tech-orbit{
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
}
.devices.devices-product .devices-pitch-tech .tech-orbit.orbit-a{width:320px;height:320px;left:-110px;bottom:-140px;animation:devicesOrbitSpin 18s linear infinite}
.devices.devices-product .devices-pitch-tech .tech-orbit.orbit-b{width:180px;height:180px;right:36px;top:76px;border-color:rgba(73,237,156,.22);animation:devicesOrbitSpin 14s linear infinite reverse}
.devices.devices-product .devices-pitch-tech .tech-dot,
.devices.devices-product .devices-stage-tech .stage-spark{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--section-accent,var(--green));
  box-shadow:0 0 0 8px rgba(73,237,156,.10),0 0 26px rgba(73,237,156,.44);
  animation:devicesDotPulse 3.2s ease-in-out infinite;
}
.devices.devices-product .devices-pitch-tech .tech-dot.dot-a{left:48px;top:108px}
.devices.devices-product .devices-pitch-tech .tech-dot.dot-b{right:86px;bottom:138px;animation-delay:1.1s}
.devices.devices-product .devices-stage-tech .stage-spark.spark-a{right:52px;top:88px}
.devices.devices-product .devices-stage-tech .stage-spark.spark-b{left:54px;bottom:118px;animation-delay:1.2s}
.devices.devices-product .devices-stage-tech .stage-pulse{
  border-radius:50%;
  border:1px solid rgba(13,140,199,.16);
  animation:devicesPulseRing 7s ease-in-out infinite;
}
.devices.devices-product .devices-stage-tech .stage-pulse.pulse-a{width:300px;height:300px;right:-96px;top:-90px}
.devices.devices-product .devices-stage-tech .stage-pulse.pulse-b{width:220px;height:220px;left:-110px;bottom:-92px;border-color:rgba(73,237,156,.16);animation-delay:1.8s}
.devices.devices-product .devices-pitch:before{
  animation:devicesGlowFloat 9s ease-in-out infinite;
}
.devices.devices-product .devices-pitch:after{
  animation:devicesRingTilt 16s ease-in-out infinite;
}
.devices.devices-product .devices-logo-stage:before{
  animation:devicesGlowFloat 10s ease-in-out infinite reverse;
}
.devices.devices-product .devices-logo-stage:after{
  animation:devicesShadowBreath 7s ease-in-out infinite;
}
.devices.devices-product .devices-stage-orbit.orbit-a{animation:devicesOrbitSpin 28s linear infinite}
.devices.devices-product .devices-stage-orbit.orbit-b{animation:devicesOrbitSpin 20s linear infinite reverse}
.devices.devices-product .devices-badge{
  box-shadow:0 14px 30px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.06);
  animation:devicesBadgeFloat 6s ease-in-out infinite;
}
.devices.devices-product .devices-badge i{animation:devicesDotPulse 2.6s ease-in-out infinite}
.devices.devices-product .devices-badge:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transform:translateX(-135%);
  animation:devicesSheen 8s ease-in-out infinite;
  pointer-events:none;
}
.devices.devices-product .devices-mini-features span{
  position:relative;
  overflow:hidden;
  transition:transform .3s ease,border-color .35s ease,box-shadow .35s ease,background-color .35s ease;
  animation:devicesFeatureBreath 8s ease-in-out infinite;
}
.devices.devices-product .devices-mini-features span:nth-child(2){animation-delay:1.2s}
.devices.devices-product .devices-mini-features span:nth-child(3){animation-delay:2.4s}
.devices.devices-product .devices-mini-features span:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.20) 48%,transparent 100%);
  transform:translateX(-130%);
  animation:devicesSheen 9s ease-in-out infinite;
}
.devices.devices-product .devices-mini-features span:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(7,28,67,.22),0 0 24px rgba(60,215,231,.18);
  border-color:rgba(255,255,255,.28);
}
.devices.devices-product .devices-mini-features strong,
.devices.devices-product .devices-mini-features small,
.devices.devices-product .devices-link,
.devices.devices-product .devices-link span{
  position:relative;
  z-index:1;
}
.devices.devices-product .devices-link{
  overflow:hidden;
  box-shadow:0 18px 42px rgba(7,28,67,.22),0 0 0 1px rgba(255,255,255,.06);
}
.devices.devices-product .devices-link:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.22) 40%,transparent 80%);
  transform:translateX(-140%);
  transition:transform .7s cubic-bezier(.2,.75,.2,1);
}
.devices.devices-product .devices-link:hover:before,
.devices.devices-product .devices-link:focus-visible:before{transform:translateX(140%)}
.devices.devices-product .devices-panel-head{
  position:relative;
  overflow:hidden;
}
.devices.devices-product .devices-panel-head:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:140px;
  height:2px;
  background:linear-gradient(90deg,var(--devices-stage-kicker-color,var(--section-accent)),transparent);
  animation:devicesHeadlineBeam 4.8s ease-in-out infinite;
}
.devices.devices-product .device-logo-grid{gap:max(var(--devices-gap),14px)}
.devices.devices-product .device-logo-card{
  backdrop-filter:blur(10px);
}
.devices.devices-product .device-logo-card:after{
  opacity:.82;
  transform:translateX(-120%);
}
.devices.devices-product .device-logo-card:hover:after,
.devices.devices-product .device-logo-card:focus-visible:after,
.devices.devices-product .device-logo-card.is-spotlight:after{
  animation:devicesCardSweep 1.15s ease forwards;
}
.devices.devices-product .device-logo-card:hover,
.devices.devices-product .device-logo-card:focus-visible,
.devices.devices-product .device-logo-card.is-spotlight{
  transform:translateY(calc(var(--device-hover-lift) * -1));
  border-color:var(--device-card-glow);
  background:rgba(255,255,255,.96);
  box-shadow:0 28px 62px rgba(7,28,67,.16),0 0 0 1px rgba(255,255,255,.95),0 0 40px var(--device-card-glow-soft);
}
.devices.devices-product .device-logo-card.is-spotlight:before{opacity:1;transform:translate(-50%,-50%) scale(1.15)}
.devices.devices-product .device-logo-card.is-spotlight .device-logo-media img,
.devices.devices-product .device-logo-card.is-spotlight .device-logo-fallback,
.devices.devices-product .device-logo-card:hover .device-logo-fallback,
.devices.devices-product .device-logo-card:focus-visible .device-logo-fallback{
  opacity:var(--device-hover-opacity);
  filter:grayscale(0) saturate(1.08);
  transform:scale(var(--device-hover-scale,1.07));
}
.devices.devices-product .device-logo-card strong,
.devices.devices-product .device-logo-card small,
.devices.devices-product .device-card-index,
.devices.devices-product .device-logo-media{transition:transform .35s cubic-bezier(.2,.75,.2,1),opacity .35s ease,color .35s ease}
.devices.devices-product .device-logo-card:hover strong,
.devices.devices-product .device-logo-card:focus-visible strong,
.devices.devices-product .device-logo-card.is-spotlight strong,
.devices.devices-product .device-logo-card:hover small,
.devices.devices-product .device-logo-card:focus-visible small,
.devices.devices-product .device-logo-card.is-spotlight small{
  transform:translateY(-2px);
}
.devices.devices-product .device-logo-card:hover .device-card-index,
.devices.devices-product .device-logo-card:focus-visible .device-card-index,
.devices.devices-product .device-logo-card.is-spotlight .device-card-index{
  transform:translateY(-2px);
  color:var(--section-accent,var(--green));
}
.devices.devices-product .devices-note{
  position:relative;
  padding-left:18px;
}
.devices.devices-product .devices-note:before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--section-accent,var(--green));
  box-shadow:0 0 0 6px rgba(73,237,156,.10);
}
@keyframes devicesGridDrift{
  from{transform:translate3d(0,0,0)}
  50%{transform:translate3d(-10px,-14px,0)}
  to{transform:translate3d(-20px,-28px,0)}
}
@keyframes devicesBeamSweep{
  0%,100%{transform:translate3d(-8%,0,0) rotate(-12deg);opacity:.08}
  40%{opacity:.44}
  50%{transform:translate3d(9%,10px,0) rotate(-12deg);opacity:.26}
}
@keyframes devicesGlowFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(-12px,14px,0) scale(1.08)}
}
@keyframes devicesRingTilt{
  0%,100%{transform:rotate(-8deg) scale(1)}
  50%{transform:rotate(-2deg) scale(1.04)}
}
@keyframes devicesShadowBreath{
  0%,100%{opacity:.45;transform:scale(.98)}
  50%{opacity:.72;transform:scale(1.04)}
}
@keyframes devicesOrbitSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes devicesDotPulse{
  0%,100%{transform:scale(.92);opacity:.66}
  50%{transform:scale(1.18);opacity:1}
}
@keyframes devicesPulseRing{
  0%,100%{transform:scale(.96);opacity:.36}
  50%{transform:scale(1.06);opacity:.62}
}
@keyframes devicesBadgeFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes devicesSheen{
  0%,72%,100%{transform:translateX(-135%)}
  12%,40%{transform:translateX(135%)}
}
@keyframes devicesFeatureBreath{
  0%,100%{transform:translateY(0);box-shadow:none}
  50%{transform:translateY(-3px);box-shadow:0 16px 32px rgba(7,28,67,.18)}
}
@keyframes devicesHeadlineBeam{
  0%,100%{transform:translateX(0);opacity:.45}
  50%{transform:translateX(34px);opacity:1}
}
@keyframes devicesCardSweep{
  from{transform:translateX(-120%);opacity:0}
  35%{opacity:.95}
  to{transform:translateX(120%);opacity:0}
}
@media (max-width:760px){
  .devices.devices-product .devices-pitch-tech .tech-orbit.orbit-a{width:250px;height:250px;left:-90px;bottom:-105px}
  .devices.devices-product .devices-stage-tech .stage-pulse.pulse-a{width:210px;height:210px;right:-70px;top:-52px}
  .devices.devices-product .devices-stage-tech .stage-pulse.pulse-b{width:165px;height:165px;left:-82px;bottom:-60px}
  .devices.devices-product .devices-mini-features span{padding:13px 12px;border-radius:16px}
}
@media (prefers-reduced-motion:reduce){
  .devices.devices-product .devices-pitch,
  .devices.devices-product .devices-logo-stage,
  .devices.devices-product .devices-badge,
  .devices.devices-product .devices-badge i,
  .devices.devices-product .devices-pitch:before,
  .devices.devices-product .devices-pitch:after,
  .devices.devices-product .devices-logo-stage:before,
  .devices.devices-product .devices-logo-stage:after,
  .devices.devices-product .devices-pitch-tech .tech-grid,
  .devices.devices-product .devices-stage-tech .stage-grid,
  .devices.devices-product .devices-pitch-tech .tech-beam,
  .devices.devices-product .devices-stage-tech .stage-scan,
  .devices.devices-product .devices-pitch-tech .tech-orbit,
  .devices.devices-product .devices-pitch-tech .tech-dot,
  .devices.devices-product .devices-stage-tech .stage-pulse,
  .devices.devices-product .devices-stage-tech .stage-spark,
  .devices.devices-product .devices-mini-features span,
  .devices.devices-product .devices-mini-features span:before,
  .devices.devices-product .device-logo-card:after,
  .devices.devices-product .devices-panel-head:after{
    animation:none!important;
    transition:none!important;
    transform:none!important;
  }
}

/* ===== Atualização 5.0 — rodapé com ativação e redes sociais ===== */
.footer.site-footer .footer-grid{
  grid-template-columns:minmax(150px,.72fr) minmax(280px,1.18fr) minmax(190px,.72fr) 64px;
  gap:clamp(32px,5vw,72px);
}
.footer.site-footer .footer-info{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
.footer.site-footer .footer-tagline{
  margin:0 0 8px;
  color:var(--footer-text,#fff);
  font-size:18px;
  line-height:1.4;
  font-weight:750;
}
.footer.site-footer .footer-description{
  display:block;
  max-width:500px;
  color:color-mix(in srgb,var(--footer-text,#fff) 55%,transparent);
  font-size:14px;
  line-height:1.65;
}
.footer.site-footer .footer-action-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:min(100%,420px);
  margin-top:24px;
  padding:10px 11px 10px 18px;
  border:1px solid color-mix(in srgb,var(--green) 26%,transparent);
  border-radius:18px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--green) 10%,transparent),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 16px 42px rgba(0,0,0,.13);
  overflow:hidden;
}
.footer.site-footer .footer-action-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.10) 44%,transparent 72%);
  transform:translateX(-125%);
  transition:transform .7s cubic-bezier(.2,.75,.2,1);
  pointer-events:none;
}
.footer.site-footer .footer-action-card:hover:before{transform:translateX(125%)}
.footer.site-footer .footer-action-kicker{
  position:relative;
  z-index:1;
  color:color-mix(in srgb,var(--footer-text,#fff) 58%,transparent);
  font-size:10px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.footer.site-footer .footer-support-link{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:44px;
  margin:0;
  padding:0 17px;
  border-radius:13px;
  background:var(--green);
  color:var(--navy);
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 12px 28px color-mix(in srgb,var(--green) 19%,transparent);
  transition:transform .28s cubic-bezier(.2,.75,.2,1),background-color .28s ease,color .28s ease,box-shadow .28s ease;
}
.footer.site-footer .footer-support-link:before{display:none}
.footer.site-footer .footer-support-link i{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:8px;
  background:rgba(7,28,67,.10);
  font-style:normal;
  transition:transform .28s ease,background-color .28s ease;
}
.footer.site-footer .footer-support-link:hover,
.footer.site-footer .footer-support-link:focus-visible{
  transform:translateY(-2px);
  background:var(--cyan);
  color:var(--navy);
  letter-spacing:0;
  box-shadow:0 17px 34px color-mix(in srgb,var(--cyan) 22%,transparent);
  outline:none;
}
.footer.site-footer .footer-support-link:hover i,
.footer.site-footer .footer-support-link:focus-visible i{transform:translate(2px,-2px) rotate(5deg);background:rgba(7,28,67,.16)}
.footer.site-footer .footer-social-links{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
}
.footer.site-footer .footer-social-link{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
  background:rgba(255,255,255,.045);
  color:color-mix(in srgb,var(--footer-text,#fff) 80%,transparent);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .28s cubic-bezier(.2,.75,.2,1),border-color .28s ease,background-color .28s ease,color .28s ease,box-shadow .28s ease;
}
.footer.site-footer .footer-social-link:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--green) 30%,transparent),transparent 64%);
  opacity:.18;
  transition:opacity .28s ease;
}
.footer.site-footer .footer-social-link svg{
  position:relative;
  z-index:1;
  width:20px;
  height:20px;
}
.footer.site-footer .footer-social-link.social-instagram svg{fill:none;stroke:currentColor;stroke-width:1.8}
.footer.site-footer .footer-social-link.social-facebook svg{fill:currentColor;stroke:none}
.footer.site-footer .footer-social-link:hover,
.footer.site-footer .footer-social-link:focus-visible{
  transform:translateY(-4px) scale(1.04);
  border-color:color-mix(in srgb,var(--green) 54%,transparent);
  background:color-mix(in srgb,var(--green) 13%,rgba(255,255,255,.05));
  color:var(--green);
  box-shadow:0 13px 28px rgba(0,0,0,.17),0 0 25px color-mix(in srgb,var(--green) 14%,transparent);
  outline:none;
}
.footer.site-footer .footer-social-link:hover:before,
.footer.site-footer .footer-social-link:focus-visible:before{opacity:.72}
@media (max-width:1050px){
  .footer.site-footer .footer-grid{grid-template-columns:1fr 1.35fr;gap:38px 50px}
  .footer.site-footer .footer-links{grid-column:1}
  .footer.site-footer .back-top{grid-column:2;grid-row:2;justify-self:end}
}
@media (max-width:760px){
  .footer.site-footer .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer.site-footer .footer-links,.footer.site-footer .back-top{grid-column:auto;grid-row:auto}
  .footer.site-footer .back-top{justify-self:start}
  .footer.site-footer .footer-action-card{width:100%;align-items:flex-start;flex-direction:column;padding:16px}
  .footer.site-footer .footer-support-link{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .footer.site-footer .footer-action-card:before,
  .footer.site-footer .footer-support-link,
  .footer.site-footer .footer-social-link{transition:none!important}
}
