:root {
  --ink: #080c0b;
  --ink-soft: #0d1311;
  --panel: #111916;
  --panel-2: #151f1b;
  --line: rgba(255, 255, 255, .1);
  --muted: #95a19b;
  --white: #f6f7f2;
  --green: #1bd16f;
  --green-dark: #119950;
  --yellow: #ffc515;
  --red: #ed2139;
  --max: 1200px;
  --radius: 20px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 130px 0; }
.section-grid { position: relative; isolation: isolate; }
.section-grid::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.033) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.033) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--green); color: #03130a; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { --header-height:84px; position:fixed; z-index:100; top:0; width:100%; padding-top:env(safe-area-inset-top); border-bottom:1px solid rgba(255,255,255,.07); background:rgba(7,12,9,.88); backdrop-filter:blur(14px); transition:background .25s,border-color .25s,backdrop-filter .25s; }
.site-header.scrolled { --header-height:72px; background:rgba(7,12,9,.95); border-color:rgba(255,255,255,.1); backdrop-filter:blur(16px); }
.nav-wrap { height:var(--header-height); display:flex; align-items:center; justify-content:space-between; transition:height .25s ease; }
.brand { flex: none; }
.brand-crop { position:relative; display:block; width:205px; height:50px; overflow:hidden; background:transparent; transition:width .25s ease,height .25s ease; }
.brand-crop img { position:absolute; width:205px; max-width:none; height:auto; left:0; top:-22px; transition:width .25s ease,top .25s ease; }
.site-header.scrolled .brand-crop { width:185px; height:46px; }
.site-header.scrolled .brand-crop img { width:185px; top:-20px; }
.site-nav { display:flex; align-items:center; gap:clamp(18px,2vw,30px); font-size:14px; }
.site-nav > a:not(.nav-cta) { position:relative; display:inline-flex; align-items:center; min-height:44px; color:#c5ccc8; transition:color .22s; }
.site-nav > a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:0; bottom:5px; height:1px; background:var(--green); transform:scaleX(0); transform-origin:left; transition:transform .22s ease; }
.site-nav > a:not(.nav-cta):hover,.site-nav > a:not(.nav-cta)[aria-current="location"] { color:#fff; }
.site-nav > a:not(.nav-cta):hover::after,.site-nav > a:not(.nav-cta)[aria-current="location"]::after { transform:scaleX(1); }
.nav-label-short { display:none; }
.nav-cta { min-height:50px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 24px; border:1px solid var(--green); border-radius:999px; color:#04130a; background-color:var(--green); box-shadow:0 8px 24px rgba(27,209,111,.12); font-weight:700; white-space:nowrap; transition:transform .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease; }
.nav-cta span { display:inline-block; flex:none; transition:transform .22s ease; }
.nav-cta:hover { color:#04130a; border-color:#39e486; background-color:#39e486; box-shadow:0 12px 30px rgba(27,209,111,.2); transform:translateY(-2px); }
.nav-cta:hover span { transform:translate(3px,-2px); }
.nav-cta:active { transform:translateY(0) scale(.985); }
.site-nav a:focus-visible,.menu-toggle:focus-visible,.brand:focus-visible { outline:2px solid var(--green); outline-offset:4px; border-radius:3px; }
.site-nav .nav-cta:focus-visible { outline:2px solid var(--green); outline-offset:3px; border-radius:999px; }
.menu-toggle { display: none; }
.ui-overlay { position:fixed; inset:0; z-index:89; border:0; background:rgba(2,7,4,.56); -webkit-backdrop-filter:blur(8px) saturate(72%); backdrop-filter:blur(8px) saturate(72%); opacity:0; visibility:hidden; pointer-events:none; transition:opacity .23s ease,visibility 0s linear .23s; }
.ui-overlay.is-active { opacity:1; visibility:visible; pointer-events:auto; transition-delay:0s; }
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) {
  .ui-overlay { background:rgba(2,7,4,.72); }
}

.hero { min-height: 680px; padding: 36px 0 0; display: flex; flex-direction: column; overflow: hidden; background: radial-gradient(circle at 74% 32%, rgba(27,209,111,.09), transparent 28%), linear-gradient(180deg, #080c0b 0%, #0a100e 100%); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -130px; top: 80px; background: rgba(255,197,21,.07); filter: blur(100px); z-index: -1; }
.hero-layout { flex: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 36px; padding-bottom: 68px; }
.eyebrow, .kicker { color: #b8c2bd; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; }
.top-context { min-height: 54px; margin-top: 84px; display: flex; align-items: center; background: #080c0b; border-top: 1px solid rgba(255,255,255,.04); }
.top-context .eyebrow { margin: 0; }
.pulse { position: relative; display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(27,209,111,.13); }
.hero h1 { margin: 0; font-size: clamp(62px, 7vw, 108px); line-height: .88; letter-spacing: -.075em; font-weight: 750; }
.hero h1 span { display: inline-block; color: var(--green); font-size: .92em; -webkit-text-stroke: 0; }
.hero-lead { max-width: 610px; margin: 30px 0 0; font-size: 19px; line-height: 1.65; color: #b2bdb7; }
.hero-lead strong { display: block; margin-bottom: 4px; color: var(--white); font-weight: 750; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 0; border-radius: 10px; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #03150b; box-shadow: 0 16px 38px rgba(27,209,111,.18); }
.button-primary:hover { background: #39e486; }
.button-ghost { border: 1px solid var(--line); color: #e7ece9; background: rgba(255,255,255,.025); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-light { background: var(--white); color: var(--ink); }
.hero-proof { display: flex; align-items: stretch; gap: 0; margin-top: 52px; }
.hero-proof div { padding: 0 22px; border-left: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 13px; margin-bottom: 7px; }
.hero-proof span { font-size: 11px; color: var(--muted); }

.hero-console { position: relative; height: 590px; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.console-window { width: 580px; height: 410px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: linear-gradient(135deg, rgba(25,36,31,.96), rgba(10,16,13,.98)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08); overflow: hidden; transform: scale(1.05) rotateY(-7deg) rotateX(2deg); }
.console-topbar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .1em; }
.console-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.mini-mark { display: grid; grid-template-columns: repeat(3, 5px); align-items: end; gap: 2px; height: 13px; }
.mini-mark i { display: block; width: 5px; background: var(--green); border-radius: 2px; }
.mini-mark i:nth-child(1) { height: 6px; background: var(--red); }.mini-mark i:nth-child(2) { height: 10px; }.mini-mark i:nth-child(3) { height: 13px; background: var(--yellow); }
.console-status { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.console-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.console-body { display: grid; grid-template-columns: 56px 1fr; height: calc(100% - 52px); }
.console-sidebar { border-right: 1px solid var(--line); padding: 20px 16px; display: flex; flex-direction: column; gap: 22px; }
.console-sidebar b { width: 22px; height: 22px; display: block; border: 1px solid var(--line); border-radius: 6px; }
.console-sidebar b:first-child { background: rgba(27,209,111,.15); border-color: rgba(27,209,111,.5); }
.console-content { padding: 23px; }
.console-heading { display: flex; justify-content: space-between; align-items: center; }
.console-heading small, .console-heading strong { display: block; }
.console-heading small { color: var(--muted); font-size: 10px; margin-bottom: 5px; }.console-heading strong { font-size: 15px; }
.console-heading em { font-style: normal; font-size: 9px; letter-spacing: .12em; color: var(--muted); border: 1px solid var(--line); padding: 6px 8px; border-radius: 6px; }
.metric-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 9px; margin-top: 21px; }
.metric { padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); }
.metric span, .metric strong, .metric small { display: block; }.metric span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }.metric strong { font-size: 16px; margin: 8px 0; }.metric small { font-size: 7px; color: #87938d; }
.metric.active { border-color: rgba(27,209,111,.25); background: rgba(27,209,111,.06); }.metric.active small { color: var(--green); }
.chart-card { height: 180px; margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.15); }
.chart-head { display: flex; justify-content: space-between; font-size: 9px; }.chart-key { color: var(--muted); }.chart-key i { width: 6px; height: 6px; display: inline-block; background: var(--green); border-radius: 50%; margin-right: 5px; }
.bars { height: 105px; display: flex; align-items: flex-end; justify-content: space-around; gap: 15px; padding-top: 16px; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 100% 28px; }
.bars i { flex: 1; height: var(--h); background: linear-gradient(to top, rgba(27,209,111,.1), rgba(27,209,111,.55)); border-radius: 3px 3px 0 0; }.bars i.today { background: linear-gradient(to top, var(--green-dark), var(--green)); box-shadow: 0 0 18px rgba(27,209,111,.28); }
.chart-days { display: flex; justify-content: space-around; padding-top: 7px; font-size: 7px; color: var(--muted); }
.floating-chip { position: absolute; z-index: 2; display: flex; gap: 10px; align-items: center; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(17,25,22,.86); box-shadow: 0 20px 40px rgba(0,0,0,.32); backdrop-filter: blur(15px); }
.floating-chip small, .floating-chip strong { display: block; }.floating-chip small { font-size: 8px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }.floating-chip strong { font-size: 11px; }
.chip-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: rgba(27,209,111,.14); color: var(--green); }
.chip-camera { right: -10px; top: 74px; }.chip-support { left: 18px; bottom: 60px; }
.console-orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }.orbit-one { width: 540px; height: 540px; }.orbit-two { width: 720px; height: 720px; border-style: dashed; opacity: .45; animation: rotate 70s linear infinite; }
.service-ticker { position: relative; z-index: 2; width: 100%; margin-top: 0; overflow: hidden; border-top: 1px solid rgba(27,209,111,.34); border-bottom: 1px solid rgba(27,209,111,.34); background-color: #030806; background-image: repeating-linear-gradient(0deg, rgba(27,209,111,.035) 0, rgba(27,209,111,.035) 1px, transparent 1px, transparent 4px), linear-gradient(90deg, rgba(27,209,111,.06), transparent 18%, transparent 82%, rgba(27,209,111,.06)); box-shadow: inset 0 1px rgba(255,255,255,.025), inset 0 0 45px rgba(27,209,111,.035); }
.service-ticker::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #030806 0, transparent 7%, transparent 93%, #030806 100%); }
.ticker-track { width: max-content; min-height: 76px; display: flex; align-items: center; color: #63ff9c; font: 750 18px/1 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace; letter-spacing: .065em; text-transform: uppercase; text-shadow: 0 0 10px rgba(27,209,111,.34); animation: ticker 44s linear infinite; will-change: transform; }
.ticker-group { display: flex; flex: none; align-items: center; gap: clamp(46px, 6vw, 86px); padding-inline: clamp(28px, 4vw, 58px); }
.ticker-group span { display: inline-flex; align-items: center; white-space: nowrap; }

.section-heading { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 55px; align-items: end; margin-bottom: 64px; }.section-heading .kicker { grid-column: 1/-1; }.section-heading h2 { margin: 20px 0 0; font-size: clamp(42px,5.2vw,72px); line-height: 1.01; letter-spacing: -.055em; }.section-heading h2 span, .software-copy h2 span { color: var(--green); }.section-heading > p:last-child { max-width: 480px; color: var(--muted); line-height: 1.7; margin: 0; justify-self: end; }
.kicker { color: var(--green); margin: 0; }
.services { background: #0b100e; }
.services .section-heading { grid-template-columns: 1.3fr .7fr; column-gap: 65px; }
.services .section-heading h2 { max-width: 740px; font-size: clamp(46px,4.4vw,60px); }
.services .section-heading > p:last-child { max-width: 520px; color: #aeb9b3; line-height: 1.75; }
.bento-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); grid-template-areas: "system camera" "system repair" "network network"; gap: 16px; }
.service-card { position: relative; min-height: 370px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.012)); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -80px; border-radius: 50%; background: rgba(27,209,111,.065); filter: blur(40px); pointer-events: none; }
.service-card:focus-within { border-color: rgba(27,209,111,.42); }
@media (hover:hover) and (pointer:fine){.service-card:hover{transform:translateY(-3px);border-color:rgba(27,209,111,.35);box-shadow:0 22px 55px rgba(0,0,0,.2),0 0 36px rgba(27,209,111,.035)}}
.service-featured { min-height: 756px; background: radial-gradient(circle at 70% 22%, rgba(27,209,111,.12), transparent 34%), #111916; }
.service-system { grid-area: system; display: flex; flex-direction: column; }
.service-camera { grid-area: camera; }
.service-repair { grid-area: repair; }
.service-network { grid-area: network; min-height: 330px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 48px 42px 34px; }
.card-number { position: absolute; z-index: 3; top: 27px; left: 30px; font-family: ui-monospace, Consolas, monospace; color: #718078; font-size: 11px; }
.card-copy { position: relative; z-index: 2; }
.card-copy .tag { width: max-content; color: #07130c; background: var(--green); padding: 6px 9px; border-radius: 4px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 800; }
.card-copy h3 { margin: 12px 0 13px; font-size: 28px; letter-spacing: -.035em; }
.service-featured h3 { max-width: 520px; font-size: 38px; }
.card-copy p { max-width: 540px; margin: 0; color: #a7b2ac; line-height: 1.65; }
.card-link { position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 15px; width: max-content; margin-top: 24px; color: #edf3ef; font-size: 13px; font-weight: 750; }
.card-link span { color: var(--green); transition: transform .2s ease; }
.card-link:hover span { transform: translateX(3px); }
.service-icon { position: absolute; z-index: 1; top: 42px; right: 38px; width: 92px; height: 92px; }
.service-compact { display: flex; flex-direction: column; }
.service-compact .card-copy { margin-top: 116px; }
.service-compact .card-copy h3 { max-width: 280px; }
.service-compact .card-copy p { font-size: 14px; }

.system-dashboard { position: relative; z-index: 1; height: 310px; margin: 42px 0 28px; padding: 17px; border: 1px solid rgba(27,209,111,.2); border-radius: 16px; background: linear-gradient(145deg, rgba(27,209,111,.07), rgba(4,10,7,.58)); box-shadow: inset 0 1px rgba(255,255,255,.04), 0 22px 50px rgba(0,0,0,.2); overflow: hidden; }
.system-dashboard::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent); pointer-events: none; }
.dashboard-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.08); color: #aeb8b3; font: 9px ui-monospace, Consolas, monospace; letter-spacing: .11em; }
.dashboard-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(27,209,111,.65); }
.dashboard-kpis { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 14px; }
.dashboard-kpis div { min-width: 0; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.025); }
.dashboard-kpis span,.dashboard-kpis strong,.dashboard-kpis small { display: block; }
.dashboard-kpis span { color: #8e9b94; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.dashboard-kpis strong { margin: 7px 0 4px; font-size: 16px; }
.dashboard-kpis small { overflow: hidden; color: var(--green); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-chart { position: relative; z-index: 1; height: 138px; margin-top: 12px; display: flex; align-items: flex-end; gap: 9px; padding: 10px 12px 0; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 100% 25px; }
.dashboard-chart span { flex: 1; min-width: 10px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(27,209,111,.18), rgba(27,209,111,.7)); }
.dashboard-chart span:nth-child(1){height:32%}.dashboard-chart span:nth-child(2){height:48%}.dashboard-chart span:nth-child(3){height:40%}.dashboard-chart span:nth-child(4){height:68%}.dashboard-chart span:nth-child(5){height:55%}.dashboard-chart span:nth-child(6){height:78%}.dashboard-chart span:nth-child(7){height:92%;background:linear-gradient(to top,var(--green-dark),var(--green));box-shadow:0 0 16px rgba(27,209,111,.2)}
.service-system .card-copy { margin-top: 0; }

.icon-camera { border: 1px solid rgba(27,209,111,.2); border-radius: 22px 22px 38px 38px; background: linear-gradient(145deg,#26322d,#101714); transform: rotate(-10deg); box-shadow: 0 20px 30px rgba(0,0,0,.3), 0 0 26px rgba(27,209,111,.07); }
.icon-camera::after { content: ""; position: absolute; left: 18px; top: 18px; width: 42px; height: 42px; border: 7px solid #0a0f0d; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #70dca6, #123b2a 20%, #050807 45%); box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 0 18px rgba(27,209,111,.08); }
.icon-camera span { position: absolute; bottom: -24px; left: 35px; width: 18px; height: 30px; border: 1px solid var(--line); background: #18221e; }
.mini-list,.network-labels { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 18px 0 0; list-style: none; }
.mini-list li,.network-labels span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #b1bbb6; font-size: 8px; letter-spacing: .08em; }
.card-link-secondary { margin-top: 17px; }

.repair-visual { border: 1px solid rgba(27,209,111,.24); border-radius: 22px; background-color: rgba(27,209,111,.035); background-image: linear-gradient(rgba(27,209,111,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(27,209,111,.06) 1px, transparent 1px); background-size: 18px 18px; box-shadow: 0 0 0 12px rgba(27,209,111,.018), 0 18px 35px rgba(0,0,0,.25); }
.repair-visual span { position: absolute; inset: 27px; border: 1px solid rgba(27,209,111,.42); border-radius: 9px; background: #101a15; box-shadow: inset 0 0 18px rgba(27,209,111,.08); }
.repair-visual::before,.repair-visual::after { content: ""; position: absolute; z-index: 2; left: 50%; top: 50%; background: var(--green); transform: translate(-50%,-50%); box-shadow: 0 0 12px rgba(27,209,111,.3); }
.repair-visual::before { width: 26px; height: 3px; }
.repair-visual::after { width: 3px; height: 26px; }
.repair-visual i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--green); opacity: .7; }
.repair-visual i:nth-of-type(1){left:13px;top:13px}.repair-visual i:nth-of-type(2){right:13px;top:13px}.repair-visual i:nth-of-type(3){left:13px;bottom:13px}.repair-visual i:nth-of-type(4){right:13px;bottom:13px}
.diagnostic { position: relative; z-index: 2; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: #d7dfdb; font-size: 11px; }
.diagnostic i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(27,209,111,.35); }

.network-copy { position: relative; z-index: 2; }
.service-network .card-copy h3 { margin-top: 0; font-size: 32px; }
.network-visual { position: relative; z-index: 1; display: block; width: 100%; max-height: 230px; color: var(--green); filter: drop-shadow(0 20px 32px rgba(0,0,0,.25)); }
.network-lines { stroke: rgba(130,163,146,.38); stroke-width: 1.2; stroke-dasharray: 5 7; }
.network-nodes circle { fill: #101a15; stroke: rgba(27,209,111,.58); stroke-width: 2; }
.network-hub { fill: #111d17; stroke: rgba(27,209,111,.42); stroke-width: 2; }
.network-status { fill: var(--green); filter: drop-shadow(0 0 8px rgba(27,209,111,.7)); }
.network-wifi { fill: none; stroke: rgba(27,209,111,.75); stroke-width: 3; stroke-linecap: round; }

.software { background: radial-gradient(circle at 15% 45%, rgba(27,209,111,.07), transparent 28%), #080c0b; }
.software::before { mask-image: linear-gradient(to right, transparent, black, transparent); }
.software-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(64px, 7vw, 100px); align-items: center; }
.software-copy h2 { max-width: 650px; margin: 22px 0 26px; font-size: clamp(44px,5vw,70px); line-height: 1; letter-spacing: -.055em; }
.software-copy .lead { max-width: 560px; margin: 0; color: #b6c1bb; font-size: 17px; line-height: 1.75; }
.feature-list { max-width: 590px; margin-top: 38px; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid var(--line); }
.feature-list > div > span { color: var(--green); font: 11px/1.5 ui-monospace,Consolas,monospace; }
.feature-list p { margin: 0; color: #9fa9a4; font-size: 15px; line-height: 1.65; }
.feature-list strong { display: block; margin-bottom: 6px; color: #fff; font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid #50605a; font-weight: 750; transition: color .25s ease, border-color .25s ease; }
.text-link span { color: var(--green); transition: transform .25s ease; }
.text-link:hover { color: var(--green); border-color: var(--green); }
.text-link:hover span { transform: translateX(4px); }
.text-link:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; border-color: transparent; border-radius: 2px; }
.workflow { padding: clamp(22px, 2.5vw, 30px); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(145deg,#141d19,#0c120f); box-shadow: var(--shadow); }
.workflow-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font: 10px/1.45 ui-monospace,Consolas,monospace; letter-spacing: .1em; }
.workflow-header small { color: var(--green); white-space: nowrap; }
.workflow-step { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.workflow-step:hover { border-color: rgba(27,209,111,.34); background: rgba(27,209,111,.035); box-shadow: 0 0 24px rgba(27,209,111,.05); }
.workflow-step > b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(27,209,111,.3); border-radius: 50%; color: var(--green); background: rgba(27,209,111,.035); font: 10px ui-monospace,Consolas,monospace; box-shadow: 0 0 16px rgba(27,209,111,.04); }
.workflow-step small,.workflow-step strong,.workflow-step span { display: block; }
.workflow-step small { color: var(--green); font-size: 10px; letter-spacing: .15em; }
.workflow-step strong { margin: 5px 0; font-size: 16px; line-height: 1.3; }
.workflow-step span { color: #9fa9a4; font-size: 12px; line-height: 1.45; }
.workflow-step > i { padding: 6px 8px; border-radius: 5px; font: 10px ui-monospace,Consolas,monospace; font-style: normal; letter-spacing: .1em; }
.state-ok,.state-live { color: var(--green); background: rgba(27,209,111,.1); }
.flow-line { position: relative; height: 32px; }
.flow-line::before { content:""; position: absolute; left: 48px; top: 0; bottom: 0; border-left: 1px solid rgba(27,209,111,.24); box-shadow: 0 0 8px rgba(27,209,111,.08); }
.flow-line::after { content:""; position: absolute; left: 45px; top: 50%; width: 7px; height: 7px; border: 1px solid rgba(27,209,111,.42); border-radius: 50%; background: #101713; transform: translateY(-50%); }
.flow-line i { position: absolute; z-index: 1; left: 46px; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px rgba(27,209,111,.6); animation: flow 2.8s ease-in-out infinite; }
.workflow-footer { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 20px; padding: 18px 4px 0; border-top: 1px solid var(--line); color: #b6c0bb; font-size: 12px; line-height: 1.45; }
.workflow-footer span { display: flex; align-items: flex-start; }
.workflow-footer span::before { content:"✓"; flex: none; margin-right: 7px; color: var(--green); }

.why-us { background: var(--white); color: var(--ink); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(70px,8vw,110px); }
.why-intro .kicker { color: var(--green-dark); }
.why-intro h2 { margin: 24px 0; font-size: clamp(48px,5vw,72px); line-height: .98; letter-spacing: -.06em; }
.why-intro > p:not(.kicker) { max-width: 540px; color: #56615c; line-height: 1.75; }
.why-intro .button { margin-top: 28px; background: var(--ink); color: white; }
.why-intro .button span { transition: transform .25s ease; }
.why-intro .button:hover span { transform: translate(3px,-3px); }
.benefit { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 29px 0; border-top: 1px solid #d8ddd9; }
.benefit:last-child { border-bottom: 1px solid #d8ddd9; }
.benefit > span { color: var(--green-dark); font: 11px/1.5 ui-monospace,Consolas,monospace; }
.benefit h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.03em; }
.benefit p { margin: 0; color: #5f6b65; font-size: 16px; line-height: 1.65; }
.benefit small { display: block; margin-top: 10px; color: #77817c; font-size: 13px; line-height: 1.55; }
.warranty-band { position: relative; display: grid; grid-template-columns: 86px minmax(260px,.85fr) minmax(460px,1.35fr); align-items: center; gap: 30px; margin-top: 96px; padding: 36px; overflow: hidden; border: 1px solid rgba(27,209,111,.2); border-radius: var(--radius); background: linear-gradient(135deg,#080c0b,#0d1612); color: white; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.warranty-band::after { content:""; position:absolute; width:240px; height:240px; right:-70px; top:-100px; border-radius:50%; background:rgba(27,209,111,.12); filter:blur(35px); }
.warranty-seal { position: relative; display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid rgba(27,209,111,.45); border-radius: 50%; color: var(--green); font-weight: 850; letter-spacing: -.08em; }
.warranty-seal i { position:absolute; inset:7px; border:1px dashed rgba(27,209,111,.35); border-radius:50%; animation:rotate 20s linear infinite; }
.warranty-title { position: relative; z-index: 1; }
.warranty-title p { margin:0 0 9px; color:var(--green); font-size:11px; font-weight:800; letter-spacing:.17em; }
.warranty-title h3 { margin:0; font-size:25px; letter-spacing:-.03em; }
.warranty-title > span { display:block; margin-top:9px; color:#9da8a2; font-size:13px; line-height:1.5; }
.warranty-items { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; }
.warranty-items div { min-height:76px; padding:0 25px; border-left:1px solid var(--line); }
.warranty-items strong,.warranty-items span { display:block; }
.warranty-items strong { margin-bottom:8px; color:var(--green); font-size:17px; line-height:1.3; }
.warranty-items span { color:#aeb8b2; font-size:12px; line-height:1.5; }

.process { background:#0c1210; }
.section-heading.compact { display:block; margin-bottom:55px; }
.section-heading.compact h2 { max-width:700px; }
.section-heading.compact > p:not(.kicker) { max-width:650px; margin:20px 0 0; color:#aab5af; font-size:17px; line-height:1.7; }
.process-list { position:relative; display:grid; grid-template-columns:repeat(4,1fr); margin:0; padding:0; list-style:none; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.process-list li { position:relative; min-height:290px; padding:32px 28px; border-left:1px solid var(--line); transition:background .25s ease,border-color .25s ease; }
.process-list li:first-child { border-left:0; }
.process-list li::before { content:""; position:absolute; top:-5px; left:27px; width:9px; height:9px; border:1px solid rgba(27,209,111,.65); border-radius:50%; background:#0c1210; box-shadow:0 0 0 5px rgba(27,209,111,.04); transition:background .25s ease,box-shadow .25s ease; }
.process-list li:hover { background:rgba(27,209,111,.035); }
.process-list li:hover::before { background:var(--green); box-shadow:0 0 14px rgba(27,209,111,.35); }
.process-list > li > span { color:var(--green); font:12px/1.4 ui-monospace,Consolas,monospace; }
.process-list li div { margin-top:70px; }
.process-list h3 { margin:0 0 12px; font-size:20px; line-height:1.25; letter-spacing:-.025em; }
.process-list p { margin:0; color:var(--muted); font-size:15px; line-height:1.65; }
.process-cta { display:flex; align-items:center; justify-content:space-between; gap:32px; margin-top:48px; padding:28px 30px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.022); }
.process-cta h3 { margin:0 0 7px; font-size:22px; }
.process-cta p { margin:0; color:var(--muted); line-height:1.6; }
.process-cta .button { flex:none; min-width:235px; }
.process-cta .button span { transition:transform .25s ease; }
.process-cta .button:hover span { transform:translateX(4px); }

.faq { background:#0c1210; padding-top:70px; }
.faq-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; }
.faq-intro h2 { margin:22px 0; font-size:clamp(44px,5vw,68px); line-height:1; letter-spacing:-.055em; }
.faq-intro > p:last-child { max-width:400px; color:var(--muted); line-height:1.7; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); transition:background .25s ease; }
.faq-list details[open] { background:rgba(27,209,111,.025); }
.faq-list summary { display:flex; justify-content:space-between; align-items:center; gap:20px; min-height:72px; padding:22px 12px 22px 0; list-style:none; cursor:pointer; font-weight:700; line-height:1.45; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary:focus-visible { outline:2px solid var(--green); outline-offset:4px; border-radius:4px; }
.faq-list summary span { position:relative; flex:none; width:28px; height:28px; border:1px solid var(--line); border-radius:50%; transition:border-color .25s ease,background .25s ease; }
.faq-list summary span::before,.faq-list summary span::after { content:""; position:absolute; left:7px; right:7px; top:13px; height:1px; background:var(--green); }
.faq-list summary span::after { transform:rotate(90deg); transition:transform .25s ease; }
.faq-list details[open] summary span { border-color:rgba(27,209,111,.5); background:rgba(27,209,111,.08); }
.faq-list details[open] summary span::after { transform:rotate(0); }
.faq-list details p { max-width:650px; margin:-5px 52px 25px 0; color:#aab5af; font-size:16px; line-height:1.75; animation:faqReveal .25s ease both; }

.contact { overflow:hidden; background:radial-gradient(circle at 20% 50%,rgba(27,209,111,.09),transparent 30%),#080c0b; }
.contact-glow { position:absolute; z-index:-1; width:500px; height:500px; right:-100px; bottom:-200px; border-radius:50%; background:rgba(27,209,111,.05); filter:blur(80px); }
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; align-items:start; }
.contact-copy h2 { margin:24px 0; font-size:clamp(48px,5.6vw,78px); line-height:.98; letter-spacing:-.06em; }
.contact-copy > p:not(.kicker) { max-width:520px; color:var(--muted); font-size:17px; line-height:1.7; }
.contact-copy .contact-assurance { margin-top:16px; color:#d6ddd9; font-weight:700; }
.contact-direct { margin-top:44px; border-top:1px solid var(--line); }
.contact-direct > a,.contact-direct > div { position:relative; display:block; padding:20px 36px 20px 0; border-bottom:1px solid var(--line); }
.contact-direct span,.contact-direct strong,.contact-direct small { display:block; }
.contact-direct span { margin-bottom:7px; color:var(--muted); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.contact-direct strong { font-size:17px; }
.contact-direct small { margin-top:7px; color:#78847d; font-size:12px; line-height:1.5; }
.contact-direct i { position:absolute; right:0; top:25px; color:var(--green); font-style:normal; transition:transform .25s ease; }
.contact-direct a:hover i { transform:translate(3px,-3px); }
.contact-form { padding:34px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.025); box-shadow:var(--shadow); }
.form-heading { display:flex; justify-content:space-between; padding-bottom:24px; margin-bottom:20px; border-bottom:1px solid var(--line); font:12px/1.4 ui-monospace,Consolas,monospace; letter-spacing:.1em; }
.form-heading small { color:var(--green); }
.form-trust { display:flex; flex-wrap:wrap; gap:9px 18px; margin:0 0 25px; padding:0; list-style:none; color:#aeb8b2; font-size:12px; }
.form-trust li::before { content:"✓"; margin-right:7px; color:var(--green); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form label { display:block; margin-bottom:17px; color:#c2cbc6; font-size:13px; font-weight:650; letter-spacing:.02em; }
.optional { float:right; color:#7c8982; font-weight:400; }
.contact-form input,.contact-form select,.contact-form textarea { display:block; width:100%; margin-top:8px; padding:15px 14px; border:1px solid var(--line); border-radius:8px; outline:none; color:white; background:#0a0f0d; transition:border-color .2s,box-shadow .2s; }
.contact-form textarea { min-height:110px; resize:vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:rgba(27,209,111,.65); box-shadow:0 0 0 3px rgba(27,209,111,.09); }
.contact-form [aria-invalid="true"] { border-color:var(--red); box-shadow:0 0 0 3px rgba(237,33,57,.08); }
.contact-form select { appearance:none; background-image:linear-gradient(45deg,transparent 50%,var(--green) 50%),linear-gradient(135deg,var(--green) 50%,transparent 50%); background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px); background-size:6px 6px; background-repeat:no-repeat; }
.contact-form option { background:#111916; }
.field-error { display:block; min-height:0; margin-top:6px; color:var(--red); font-size:12px; font-weight:650; line-height:1.4; }
.field-error:empty { display:none; }
.form-submit { width:100%; margin-top:7px; }
.form-note { margin:13px 0 0; color:#87928c; font-size:11px; line-height:1.5; text-align:center; }
.form-direct-link { display:flex; justify-content:center; gap:8px; width:max-content; max-width:100%; margin:15px auto 0; padding:5px 0; color:#aeb8b2; font-size:12px; line-height:1.4; border-bottom:1px solid transparent; transition:color .2s,border-color .2s; }
.form-direct-link span { color:var(--green); transition:transform .2s; }
.form-direct-link:hover { color:white; border-color:rgba(27,209,111,.4); }
.form-direct-link:hover span { transform:translateX(3px); }
.form-direct-link:focus-visible { outline:2px solid var(--green); outline-offset:4px; border-radius:3px; }

.site-footer { border-top:1px solid var(--line); background:#070a09; }
.footer-top { display:grid; grid-template-columns:auto minmax(230px,.7fr) minmax(420px,1.3fr); align-items:center; gap:42px; padding-top:48px; padding-bottom:48px; }
.footer-brand .brand-crop { width:190px; height:48px; }
.footer-brand .brand-crop img { width:190px; top:-20px; }
.footer-top > p { margin:0; color:var(--muted); font-size:15px; line-height:1.6; }
.footer-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:14px 22px; font-size:14px; }
.footer-links a { color:#b7c0bb; transition:color .2s; }
.footer-links a:hover { color:var(--green); }
.footer-links a:focus-visible,.footer-bottom a:focus-visible { outline:2px solid var(--green); outline-offset:4px; border-radius:2px; }
.footer-bottom { min-height:60px; display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--line); color:#68736d; font-size:12px; letter-spacing:.06em; text-transform:uppercase; }
.footer-bottom a:hover { color:var(--green); }
.why-intro .button:focus-visible,.process-cta .button:focus-visible,.form-submit:focus-visible,.contact-direct a:focus-visible { outline:2px solid var(--green); outline-offset:4px; }
.whatsapp-widget { position:fixed; z-index:90; right:24px; bottom:max(24px,calc(env(safe-area-inset-bottom) + 16px)); }
.whatsapp-attention-bubble { position:absolute; right:0; bottom:calc(100% + 11px); width:max-content; max-width:calc(100vw - 32px); padding:10px 13px; border:1px solid rgba(27,209,111,.28); border-radius:12px; color:#e3ebe7; background:#0a110e; box-shadow:0 14px 34px rgba(0,0,0,.34); font-size:11px; font-weight:750; white-space:nowrap; opacity:0; visibility:hidden; pointer-events:none; transform:translateY(6px); transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s; }
.whatsapp-attention-bubble.is-visible { opacity:1; visibility:visible; transform:none; transition-delay:0s; }
.floating-whatsapp { position:relative; isolation:isolate; overflow:visible; height:54px; display:flex; align-items:center; justify-content:center; gap:9px; padding:0 18px; border:0; border-radius:999px; color:#04130a; background:var(--green); box-shadow:0 12px 34px rgba(0,0,0,.32); font-size:12px; font-weight:800; cursor:pointer; transition:transform .22s ease,filter .22s ease,box-shadow .22s ease; }
.floating-whatsapp::before,.floating-whatsapp::after { content:""; position:absolute; z-index:0; inset:-1px; border:3px solid rgba(27,209,111,.75); border-radius:inherit; box-shadow:0 0 14px rgba(27,209,111,.38); opacity:0; pointer-events:none; transform:scale(1); animation:whatsappAttentionHalo 2.6s ease-out infinite; }
.floating-whatsapp::after { border-color:rgba(27,209,111,.42); box-shadow:0 0 10px rgba(27,209,111,.24); animation-delay:1.3s; }
.floating-whatsapp.attention-cycle { animation:whatsappButtonAttention 1.55s ease-in-out 1; }
.floating-whatsapp:hover { transform:translateY(-2px); filter:brightness(1.07); box-shadow:0 14px 38px rgba(0,0,0,.36); }
.floating-whatsapp:hover::before,.floating-whatsapp:hover::after { animation:none; opacity:0; }
.floating-whatsapp:focus-visible { outline:2px solid var(--white); outline-offset:4px; }
.floating-whatsapp svg,.floating-whatsapp span { position:relative; z-index:1; }
.floating-whatsapp svg { width:21px; height:21px; flex:none; fill:currentColor; transform-origin:center; transition:transform .22s ease; }
.floating-whatsapp.attention-cycle svg { animation:whatsappIconAttention 1.35s ease-in-out 1; }
.floating-whatsapp:hover svg { animation:none; transform:translateX(2px); }
.whatsapp-widget.is-open .whatsapp-attention-bubble { opacity:0; visibility:hidden; transform:translateY(6px); }
.whatsapp-widget.is-open .floating-whatsapp::before,.whatsapp-widget.is-open .floating-whatsapp::after { animation:none; opacity:0; }
.whatsapp-widget.is-open .floating-whatsapp,.whatsapp-widget.is-open .floating-whatsapp svg { animation:none; }
.whatsapp-label-mobile { display:none; }
.whatsapp-panel { position:absolute; right:0; bottom:calc(100% + 13px); width:min(360px,calc(100vw - 32px)); max-height:calc(100vh - 105px - env(safe-area-inset-bottom)); overflow:auto; overscroll-behavior:contain; border:1px solid rgba(27,209,111,.26); border-radius:22px; color:var(--white); background:#0a110e; box-shadow:0 24px 70px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.045); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(8px); transform-origin:right bottom; transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s; }
.whatsapp-widget.is-open .whatsapp-panel { opacity:1; visibility:visible; pointer-events:auto; transform:none; transition-delay:0s; }
.whatsapp-panel-header { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; padding:20px 20px 17px; border-bottom:1px solid var(--line); background:rgba(255,255,255,.018); }
.whatsapp-panel-header h2 { margin:0 0 6px; font-size:18px; line-height:1.2; letter-spacing:-.02em; }
.whatsapp-status { display:flex; align-items:center; gap:7px; color:#9caaa2; font-size:11px; }
.whatsapp-status i { width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 9px rgba(27,209,111,.5); }
.whatsapp-close { width:34px; height:34px; display:grid; place-items:center; flex:none; padding:0; border:1px solid var(--line); border-radius:9px; color:#b8c2bd; background:transparent; cursor:pointer; transition:color .2s,border-color .2s,background .2s; }
.whatsapp-close span { position:relative; display:block; width:14px; height:14px; }
.whatsapp-close span::before,.whatsapp-close span::after { content:""; position:absolute; top:6px; left:1px; width:12px; height:1.5px; border-radius:2px; background:currentColor; transform:rotate(45deg); transform-origin:center; }
.whatsapp-close span::after { transform:rotate(-45deg); }
.whatsapp-close:hover { color:white; border-color:rgba(27,209,111,.38); background:rgba(27,209,111,.06); }
.whatsapp-close:focus-visible { outline:2px solid var(--green); outline-offset:3px; }
.whatsapp-panel-body { padding:21px 20px 19px; }
.whatsapp-greeting { margin:0; color:#f5f7f3; font-size:16px; font-weight:800; line-height:1.3; }
.whatsapp-greeting span { display:inline-block; margin-left:2px; font-size:15px; }
.whatsapp-question { margin:4px 0 0; color:#f5f7f3; font-size:17px; font-weight:750; line-height:1.42; letter-spacing:-.015em; }
.whatsapp-intro { margin:12px 0 0; color:#a9b4ae; font-size:13px; line-height:1.6; }
.whatsapp-trust { margin:8px 0 0; color:#77847d; font-size:11px; line-height:1.45; }
.whatsapp-topics { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:44px; gap:8px; margin:19px 0; }
.whatsapp-topics button { width:100%; height:44px; padding:6px 9px; border:1px solid rgba(255,255,255,.14); border-radius:10px; color:#b9c3bd; background:transparent; font-size:11px; font-weight:700; line-height:1.2; text-align:center; cursor:pointer; transition:color .2s,border-color .2s,background .2s; }
.whatsapp-topics button:hover { color:white; border-color:rgba(27,209,111,.4); }
.whatsapp-topics button[aria-pressed="true"] { color:#06140b; border-color:var(--green); background:var(--green); }
.whatsapp-topics button:focus-visible { outline:2px solid var(--green); outline-offset:2px; }
.whatsapp-start { min-height:50px; display:flex; align-items:center; justify-content:center; gap:10px; width:100%; padding:10px 15px; border-radius:10px; color:#04130a; background:var(--green); font-size:13px; font-weight:800; text-align:center; transition:filter .2s,transform .2s; }
.whatsapp-start span { transition:transform .22s ease; }
.whatsapp-start:hover { filter:brightness(1.07); }
.whatsapp-start:hover span { transform:translateX(4px); }
.whatsapp-start:focus-visible { outline:2px solid var(--white); outline-offset:3px; }
.whatsapp-location { display:block; margin-top:13px; color:#77847d; font-size:10px; line-height:1.4; text-align:center; }

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ticker{to{transform:translateX(-50%)}}@keyframes flow{0%{transform:translateY(-12px);opacity:0}50%{opacity:1}100%{transform:translateY(12px);opacity:0}}@keyframes faqReveal{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes whatsappButtonAttention{0%,100%{box-shadow:0 12px 34px rgba(0,0,0,.32)}38%{box-shadow:0 14px 38px rgba(0,0,0,.34),0 0 0 7px rgba(27,209,111,.15)}65%{box-shadow:0 14px 40px rgba(0,0,0,.35),0 0 22px rgba(27,209,111,.25)}}@keyframes whatsappAttentionHalo{0%{opacity:.72;transform:scale(1)}100%{opacity:0;transform:scale(1.26)}}@keyframes whatsappIconAttention{0%,100%{transform:none}35%{transform:translateX(2px) rotate(5deg) scale(1.07)}66%{transform:translateX(-1px) rotate(-3deg) scale(1.03)}}

@media (max-width:1050px){
  .hero-layout{grid-template-columns:1fr;padding-top:0}.hero{padding-top:28px}.hero-copy{position:relative;z-index:2}.hero-console{height:520px;margin-top:-10px}.console-window{width:min(620px,88vw)}.chip-camera{right:5%}.chip-support{left:5%}.hero-proof{max-width:620px}.section-heading,.software-layout,.why-grid,.faq-layout,.contact-layout{grid-template-columns:1fr}.section-heading>p:last-child{justify-self:start;margin-top:25px}.bento-grid{grid-template-columns:1fr 1fr}.service-featured{grid-column:1/-1;grid-row:auto}.software-layout,.why-grid,.faq-layout,.contact-layout{gap:65px}.process-list{grid-template-columns:1fr 1fr}.process-list li:nth-child(3){border-left:0;border-top:1px solid var(--line)}.process-list li:nth-child(4){border-top:1px solid var(--line)}.warranty-band{grid-template-columns:90px 1fr}.warranty-items{grid-column:1/-1;justify-content:flex-start;border-top:1px solid var(--line);padding-top:25px}.warranty-items div:first-child{padding-left:0;border-left:0}
}
@media (max-width:760px){
  .site-header.scrolled{background:#050907;backdrop-filter:none}.container{width:min(100% - 32px,var(--max))}.section{padding:90px 0}.nav-wrap{height:70px}.brand-crop{width:170px;height:42px}.brand-crop img{width:170px;top:-18px}.menu-toggle{position:relative;z-index:102;width:42px;height:42px;display:grid;place-content:center;gap:6px;background:#0a100d;border:1px solid rgba(255,255,255,.16);border-radius:10px}.menu-toggle span:not(.sr-only){display:block;width:18px;height:1px;background:#fff;transition:transform .25s}.menu-toggle[aria-expanded=true]{border-color:var(--green);box-shadow:0 0 0 3px rgba(27,209,111,.09)}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){transform:translateY(-3.5px) rotate(-45deg)}.site-nav{position:fixed;inset:0;z-index:101;padding:110px 25px 40px;display:flex;flex-direction:column;align-items:stretch;gap:0;background-color:#050907;background-image:radial-gradient(circle at 100% 0,rgba(27,209,111,.12),transparent 34%),repeating-linear-gradient(0deg,rgba(27,209,111,.025) 0,rgba(27,209,111,.025) 1px,transparent 1px,transparent 5px),linear-gradient(135deg,#07100b,#050907 72%);box-shadow:-30px 0 80px rgba(0,0,0,.75);transform:translateX(100%);transition:transform .3s}.site-nav.open{transform:none}.site-nav a{padding:18px 5px;border-bottom:1px solid rgba(255,255,255,.11);font-size:20px}.site-nav .nav-cta{margin-top:20px;text-align:center;background:var(--green);color:#06140b;border:0}
  .top-context{min-height:64px;margin-top:70px}.top-context .eyebrow{max-width:340px}.service-ticker{margin-top:0}.hero{min-height:0;padding-top:20px}.hero-layout{display:block;padding-top:0;padding-bottom:44px}.hero-copy{min-width:0}.hero h1{font-size:clamp(50px,15vw,64px);letter-spacing:-.07em}.hero-lead{font-size:16px}.hero-actions{width:100%;flex-direction:column}.button{width:100%}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hero-proof div{padding-left:14px}.hero-proof div:nth-child(3){grid-column:1/-1}.hero-console{width:100%;height:400px;margin-top:20px;overflow:hidden}.console-window{width:630px;transform:scale(.62) rotateY(-4deg);flex:none}.console-orbit{display:none}.floating-chip{transform:scale(.78)}.chip-camera{right:-15px;top:20px}.chip-support{left:-14px;bottom:20px}.ticker-track{min-height:66px;font-size:15px;animation-duration:34s}.ticker-group{gap:38px;padding-inline:26px}
  .section-heading{display:block;margin-bottom:42px}.section-heading h2,.software-copy h2{font-size:43px}.bento-grid{grid-template-columns:1fr}.service-card,.service-featured{min-height:410px;padding:26px}.service-featured{min-height:480px}.service-featured h3{font-size:31px}.service-icon{right:25px}.icon-software{width:210px;height:155px;right:20px}.icon-software span:nth-child(3){height:85px}.service-card:not(.service-featured) .card-copy{margin-top:130px}.mini-list{flex-wrap:wrap}.software-layout{gap:50px}.workflow{padding:16px}.workflow-step{grid-template-columns:42px 1fr}.workflow-step>i{display:none}.workflow-footer{gap:10px;flex-direction:column}.why-grid{gap:55px}.warranty-band{margin-top:70px;grid-template-columns:70px 1fr;padding:25px;gap:20px}.warranty-seal{width:64px;height:64px}.warranty-title h3{font-size:19px}.warranty-items{display:grid;grid-template-columns:1fr 1fr}.warranty-items div{padding:0 16px}.warranty-items div:nth-child(2){padding-right:0}.warranty-items strong{font-size:21px}.process-list{grid-template-columns:1fr}.process-list li,.process-list li:nth-child(2){border-left:0;border-top:1px solid var(--line);min-height:auto;display:grid;grid-template-columns:40px 1fr;gap:10px;padding:25px 0}.process-list li:first-child{border-top:0}.process-list li div{margin-top:0}.faq-layout{gap:40px}.faq-intro h2,.contact-copy h2{font-size:45px}.faq-list summary{font-size:14px}.contact-layout{gap:45px}.contact-form{padding:22px}.form-row{grid-template-columns:1fr}.form-heading small{display:none}.footer-top{grid-template-columns:1fr;gap:25px}.footer-bottom{padding:22px 0;gap:15px;align-items:flex-start;flex-direction:column}.floating-whatsapp{width:52px;padding:0;justify-content:center}.floating-whatsapp span{display:none}
}
/* Readability pass: minimum sizes for functional copy and labels */
.site-nav { font-size: 15px; }
.eyebrow, .kicker { font-size: 13px; line-height: 1.55; }
.hero-lead { font-size: 19px; line-height: 1.7; }
.console-topbar { font-size: 11px; }
.console-heading small { font-size: 11px; }
.console-heading strong { font-size: 16px; }
.console-heading em { font-size: 10px; }
.metric span { font-size: 9px; }
.metric small { font-size: 9px; line-height: 1.35; }
.chart-head { font-size: 10px; }
.chart-days { font-size: 9px; }
.card-number { font-size: 12px; }
.card-copy .tag { font-size: 10px; line-height: 1.3; }
.mini-list li, .network-labels span { font-size: 11px; line-height: 1.3; }
.diagnostic { font-size: 12px; }
.feature-list p { font-size: 15px; line-height: 1.65; }
.feature-list strong { font-size: 16px; }
.workflow-header { font-size: 12px; line-height: 1.4; }
.workflow-step small { font-size: 10px; }
.workflow-step strong { font-size: 16px; }
.workflow-step span { font-size: 12px; line-height: 1.4; }
.workflow-step > i { font-size: 10px; }
.workflow-footer { font-size: 12px; line-height: 1.45; }
.benefit p { font-size: 16px; }
.warranty-title p { font-size: 11px; }
.warranty-items span { font-size: 12px; line-height: 1.4; }
.process-list > li > span { font-size: 12px; }
.process-list h3 { font-size: 20px; }
.process-list p { font-size: 15px; line-height: 1.65; }
.faq-list details p { font-size: 16px; }
.contact-direct span { font-size: 11px; }
.contact-form label { font-size: 13px; line-height: 1.45; }
.form-heading { font-size: 12px; line-height: 1.4; }
.form-note { font-size: 11px; line-height: 1.5; }
.footer-top > p { font-size: 15px; }
.footer-links { font-size: 14px; }
.footer-bottom { font-size: 12px; line-height: 1.5; }

@media (max-width:760px){
  .eyebrow, .kicker { font-size: 12px; line-height: 1.6; }
  .hero-lead { font-size: 17px; line-height: 1.7; }
  .ticker-track { font-size: 16px; }
  .section-heading > p:last-child, .software-copy .lead, .why-intro > p:not(.kicker), .faq-intro > p:last-child, .contact-copy > p:not(.kicker) { font-size: 16px; line-height: 1.7; }
  .card-copy p { font-size: 16px; line-height: 1.7; }
  .mini-list li, .network-labels span { font-size: 12px; }
  .benefit h3 { font-size: 22px; }
  .benefit p { font-size: 16px; line-height: 1.65; }
  .faq-list summary { font-size: 16px; line-height: 1.45; }
  .faq-list details p { font-size: 15px; line-height: 1.7; }
  .contact-direct strong { font-size: 17px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; line-height: 1.45; }
  .footer-top > p { font-size: 15px; }
  .footer-links { font-size: 15px; }
  .footer-bottom { font-size: 12px; }
}

/* Compact desktop layout for HD screens and short browser viewports */
@media (min-width:901px) and (max-height:800px){
  .nav-wrap { height: 72px; }
  .brand-crop { width: 185px; height: 46px; }
  .brand-crop img { width: 185px; top: -20px; }
  .site-nav { gap: 26px; font-size: 14px; }
  .nav-cta { padding: 11px 17px; }
  .top-context { min-height: 46px; margin-top: 72px; }
  .top-context .eyebrow { font-size: 12px; }
  .hero { height: calc(100vh - 196px); min-height: 420px; padding-top: 22px; }
  .hero-layout { gap: 30px; padding-bottom: 16px; }
  .hero h1 { font-size: clamp(68px, 5.6vw, 78px); line-height: .9; letter-spacing: -.065em; }
  .hero-lead { max-width: 560px; margin-top: 24px; font-size: 17px; line-height: 1.58; }
  .hero-actions { margin-top: 24px; }
  .button { min-height: 48px; }
  .hero-console { height: 390px; align-items: flex-start; padding-top: 4px; }
  .console-window { transform: scale(.86) rotateY(-5deg) rotateX(1deg); transform-origin: center top; }
  .orbit-one { width: 470px; height: 470px; }
  .orbit-two { width: 600px; height: 600px; }
}

/* Scale the same hero composition for Full HD and larger desktop screens */
@media (min-width:1600px) and (min-height:901px){
  .nav-wrap,
  .top-context .container,
  .hero .container { width: min(1600px, calc(100% - 96px)); }
  .nav-wrap { height: 96px; }
  .brand-crop { width: 225px; height: 55px; }
  .brand-crop img { width: 225px; top: -24px; }
  .site-nav { gap: 34px; font-size: 16px; }
  .nav-cta { padding: 14px 20px; }
  .top-context { min-height: 64px; margin-top: 96px; }
  .top-context .eyebrow { font-size: 14px; }
  .hero { height: calc(100vh - 238px); min-height: 650px; padding-top: 80px; }
  .hero-layout { grid-template-columns: .92fr 1.08fr; gap: 70px; padding-bottom: 42px; }
  .hero h1 { font-size: 108px; line-height: .9; }
  .hero-lead { max-width: 700px; margin-top: 30px; font-size: 21px; line-height: 1.6; }
  .hero-actions { margin-top: 30px; }
  .button { min-height: 58px; padding-inline: 26px; font-size: 17px; }
  .hero-console { height: 620px; align-items: flex-start; padding-top: 0; }
  .console-window { transform: scale(1.45) rotateY(-5deg) rotateX(1deg); transform-origin: center top; }
  .orbit-one { width: 680px; height: 680px; }
  .orbit-two { width: 860px; height: 860px; }
  .ticker-track { font-size: 20px; }
  .floating-whatsapp { height: 52px; }
}

@media (max-width:1050px){
  .services .section-heading { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "system system" "camera repair" "network network"; }
  .service-featured { grid-area: system; min-height: 650px; }
  .service-compact { min-height: 420px; }
  .service-network { min-height: 340px; gap: 38px; }
}

@media (max-width:760px){
  .services .section-heading { margin-bottom: 40px; }
  .services .section-heading h2 { font-size: 40px; line-height: 1.04; }
  .services .section-heading > p:last-child { margin-top: 22px; }
  .bento-grid { grid-template-columns: 1fr; grid-template-areas: "system" "camera" "repair" "network"; gap: 14px; }
  .service-card,.service-featured { min-height: 0; padding: 26px; }
  .service-system { min-height: 620px; }
  .service-featured h3 { font-size: 31px; }
  .system-dashboard { height: 220px; margin: 40px 0 24px; padding: 13px; }
  .dashboard-top { font-size: 8px; }
  .dashboard-kpis { gap: 6px; margin-top: 11px; }
  .dashboard-kpis div { padding: 8px; }
  .dashboard-kpis strong { font-size: 14px; }
  .dashboard-kpis small { font-size: 7px; }
  .dashboard-chart { height: 75px; margin-top: 9px; padding-inline: 8px; gap: 6px; }
  .service-compact { min-height: 430px; }
  .service-compact .card-copy,.service-card:not(.service-featured) .card-copy { margin-top: 122px; }
  .service-compact .card-copy p { font-size: 15px; }
  .service-camera { min-height: 470px; }
  .service-repair { min-height: 410px; }
  .mini-list li,.network-labels span { font-size: 10px; }
  .card-link { min-height: 44px; margin-top: 14px; }
  .service-network { display: block; min-height: 500px; padding: 48px 26px 24px; }
  .service-network .card-copy { margin-top: 0; }
  .service-network .card-copy h3 { font-size: 30px; }
  .network-visual { width: 112%; max-width: none; max-height: 205px; margin: 24px -6% 0; }
}

/* Responsive refinements for the conversion sections */
@media (max-width:1050px){
  .warranty-band { grid-template-columns:76px 1fr; }
  .warranty-items { grid-column:1/-1; padding-top:25px; border-top:1px solid var(--line); }
  .footer-top { grid-template-columns:auto 1fr; }
  .footer-links { grid-column:1/-1; justify-content:flex-start; padding-top:22px; border-top:1px solid var(--line); }
}

@media (max-width:760px){
  .why-intro h2 { font-size:43px; }
  .benefit { grid-template-columns:38px 1fr; gap:14px; padding:25px 0; }
  .benefit h3 { font-size:22px; }
  .benefit small { font-size:13px; }
  .warranty-band { grid-template-columns:56px 1fr; gap:18px; margin-top:60px; padding:24px; }
  .warranty-seal { width:56px; height:56px; }
  .warranty-title h3 { font-size:20px; line-height:1.25; }
  .warranty-title > span { font-size:12px; }
  .warranty-items { grid-template-columns:1fr; gap:18px; }
  .warranty-items div { min-height:0; padding:18px 0 0; border-top:1px solid var(--line); border-left:0; }
  .warranty-items div:first-child { border-top:0; }
  .section-heading.compact > p:not(.kicker) { font-size:16px; }
  .process-list { margin-left:8px; border-top:0; border-left:1px solid rgba(27,209,111,.25); }
  .process-list li,.process-list li:nth-child(2),.process-list li:nth-child(3),.process-list li:nth-child(4) { grid-template-columns:34px 1fr; min-height:0; padding:26px 0 26px 25px; border-top:0; border-bottom:1px solid var(--line); }
  .process-list li::before { top:31px; left:-5px; }
  .process-list h3 { font-size:19px; }
  .process-cta { align-items:stretch; flex-direction:column; margin-top:36px; padding:24px; }
  .process-cta .button { width:100%; min-width:0; min-height:50px; }
  .faq { padding-top:45px; }
  .faq-list summary { min-height:72px; padding:20px 0; font-size:16px; }
  .faq-list details p { margin:-3px 38px 22px 0; font-size:15px; }
  .contact-copy h2 { font-size:clamp(40px,11vw,45px); }
  .contact-copy .contact-assurance { font-size:16px; }
  .contact-direct { margin-top:34px; }
  .contact-form { padding:24px 20px; }
  .form-trust { display:grid; gap:8px; }
  .form-direct-link { width:100%; justify-content:center; text-align:center; }
  .footer-top { grid-template-columns:1fr; }
  .footer-links { grid-column:auto; }
}

@media (max-width:760px){
  .floating-whatsapp { width:auto; height:54px; padding:0 17px; justify-content:center; }
  .floating-whatsapp span { display:inline; }
}

@media (max-width:600px){
  .whatsapp-widget { right:16px; bottom:max(16px,calc(env(safe-area-inset-bottom) + 12px)); }
  .whatsapp-attention-bubble { right:0; max-width:calc(100vw - 32px); }
  .whatsapp-panel { width:calc(100vw - 32px); max-height:calc(100vh - 94px - env(safe-area-inset-bottom)); border-radius:20px; }
  .whatsapp-label-desktop { display:none !important; }
  .whatsapp-label-mobile { display:inline !important; }
  .whatsapp-panel-header { padding:18px 18px 15px; }
  .whatsapp-panel-body { padding:19px 18px 17px; }
  .whatsapp-question { font-size:16px; }
  .whatsapp-topics { margin:17px 0; }
  .whatsapp-topics button { min-height:36px; }
  .whatsapp-start { min-height:50px; }
}

/* Main navigation refinements */
#servicios,#software,#garantias,#preguntas,#contacto { scroll-margin-top:90px; }

@media (min-width:901px) and (max-width:1180px){
  .site-nav { gap:18px; font-size:13px; }
  .nav-label-full { display:none; }
  .nav-label-short { display:inline; }
  .nav-cta { padding-inline:15px; }
}

@media (min-width:901px) and (max-height:800px){
  .site-header { --header-height:72px; }
  .site-header.scrolled { --header-height:66px; }
  .nav-wrap { height:var(--header-height); }
  .brand-crop { width:185px; height:46px; }
  .brand-crop img { width:185px; top:-20px; }
  .site-header.scrolled .brand-crop { width:170px; height:42px; }
  .site-header.scrolled .brand-crop img { width:170px; top:-18px; }
  .top-context { margin-top:72px; }
}

@media (min-width:1600px) and (min-height:901px){
  .site-header { --header-height:96px; }
  .site-header.scrolled { --header-height:78px; }
  .nav-wrap { height:var(--header-height); }
  .brand-crop { width:225px; height:55px; }
  .brand-crop img { width:225px; top:-24px; }
  .site-header.scrolled .brand-crop { width:200px; height:49px; }
  .site-header.scrolled .brand-crop img { width:200px; top:-21px; }
  .top-context { margin-top:96px; }
}

@media (max-width:900px){
  .site-header,.site-header.scrolled { --header-height:70px; background:rgba(5,9,7,.97); backdrop-filter:blur(14px); }
  .nav-wrap { height:70px; padding-left:env(safe-area-inset-left); padding-right:env(safe-area-inset-right); }
  .brand-crop,.site-header.scrolled .brand-crop { width:170px; height:42px; }
  .brand-crop img,.site-header.scrolled .brand-crop img { width:170px; top:-18px; }
  .menu-toggle { position:relative; z-index:102; width:42px; height:42px; display:grid; place-content:center; gap:6px; padding:0; border:1px solid rgba(255,255,255,.16); border-radius:10px; color:white; background:#0a100d; cursor:pointer; }
  .menu-toggle span:not(.sr-only) { display:block; width:18px; height:1px; background:currentColor; transition:transform .22s ease; }
  .menu-toggle[aria-expanded="true"] { color:var(--green); border-color:rgba(27,209,111,.55); box-shadow:0 0 0 3px rgba(27,209,111,.08); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform:translateY(-3.5px) rotate(-45deg); }
  .site-nav { position:fixed; inset:calc(71px + env(safe-area-inset-top)) 0 auto; z-index:101; max-height:calc(100dvh - 71px - env(safe-area-inset-top)); display:flex; flex-direction:column; align-items:stretch; gap:0; padding:12px max(16px,env(safe-area-inset-right)) 20px max(16px,env(safe-area-inset-left)); overflow-y:auto; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(27,209,111,.18); background:#050907; box-shadow:0 22px 45px rgba(0,0,0,.42); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-6px); transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s; }
  .site-nav.open { opacity:1; visibility:visible; pointer-events:auto; transform:none; transition-delay:0s; }
  .site-nav > a:not(.nav-cta) { width:100%; min-height:52px; padding:0 4px; border-bottom:1px solid rgba(255,255,255,.09); color:#d4dbd7; font-size:17px; }
  .site-nav > a:not(.nav-cta)::after { left:4px; right:auto; bottom:6px; width:28px; }
  .site-nav .nav-cta { width:100%; min-height:52px; justify-content:center; margin-top:16px; padding:0 20px; color:#04130a; border:1px solid var(--green); background-color:var(--green); box-shadow:0 8px 24px rgba(27,209,111,.12); font-size:16px; font-weight:700; line-height:1; text-align:center; white-space:nowrap; }
  .site-nav .nav-cta:hover { color:#04130a; border-color:#39e486; background-color:#39e486; }
  .nav-label-full { display:inline; }
  .nav-label-short { display:none; }
  .top-context { margin-top:calc(70px + env(safe-area-inset-top)); }
  #servicios,#software,#garantias,#preguntas,#contacto { scroll-margin-top:80px; }
}

/* Keep the hero dashboard fully visible on narrow phones. */
@media (max-width:420px){
  .hero-console {
    height:250px;
    margin-top:28px;
    padding-top:0;
    align-items:flex-start;
    justify-content:center;
    overflow:hidden;
  }
  .console-window {
    width:580px;
    height:410px;
    flex:none;
    transform:scale(.56) rotateY(-2deg);
    transform-origin:center top;
  }
}

@media (max-width:360px){
  .hero-console { height:228px; }
  .console-window { transform:scale(.51) rotateY(-2deg); }
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.service-card,.process-list li,.process-list li::before,.faq-list details,.faq-list summary span,.faq-list summary span::after,.why-intro .button span,.process-cta .button span,.form-direct-link span,.floating-whatsapp,.floating-whatsapp svg,.whatsapp-attention-bubble,.whatsapp-panel,.whatsapp-close,.whatsapp-topics button,.whatsapp-start,.whatsapp-start span,.nav-wrap,.brand-crop,.brand-crop img,.site-nav,.site-nav a,.site-nav a::after,.menu-toggle span,.nav-cta,.nav-cta span,.ui-overlay{transition:none}.floating-whatsapp,.floating-whatsapp::before,.floating-whatsapp::after,.floating-whatsapp svg,.whatsapp-attention-bubble,.ticker-track,.orbit-two,.warranty-seal i,.flow-line i,.faq-list details p{animation:none!important}.whatsapp-attention-bubble{opacity:0;visibility:hidden}.floating-whatsapp:hover svg,.nav-cta:hover,.nav-cta:active,.nav-cta:hover span{transform:none}}
