:root{
	--brand:#59618c;
	--brand-dark:#3f476f;
	--brand-soft:#eef0f8;
	--accent:#ffbe50;
	--accent-dark:#e9a92d;
	--ink:#101322;
	--ink-2:#1a2035;
	--muted:#657087;
	--line:#e4e7ef;
	--surface:#ffffff;
	--surface-alt:#f6f7fb;
	--success:#2ab783;
	--warning:#f2a84a;
	--danger:#dc5c62;
	--shadow-sm:0 12px 36px rgba(35,41,67,.08);
	--shadow-md:0 28px 80px rgba(35,41,67,.15);
	--shadow-lg:0 45px 120px rgba(18,22,39,.24);
	--radius-sm:14px;
	--radius-md:24px;
	--radius-lg:36px;
	--header-height:82px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}
body{margin:0;background:#fff;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%;height:auto}
svg{display:block}
::selection{background:rgba(255,190,80,.35);color:var(--ink)}

.shell{width:min(1220px,calc(100% - 48px));margin-inline:auto}
.section{padding:124px 0}
.skip-link{position:fixed;left:18px;top:12px;z-index:9999;transform:translateY(-160%);padding:11px 16px;border-radius:10px;background:var(--ink);color:#fff;transition:transform .2s ease}.skip-link:focus{transform:none}
.scroll-progress{position:fixed;inset:0 0 auto 0;height:3px;z-index:1400;pointer-events:none}.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--accent),var(--brand));transform-origin:left center}

.kicker{margin:0;color:var(--brand);font-size:.73rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.section-heading{max-width:790px;margin:0 auto 70px;text-align:center}
.section-heading h2,.monitoring-copy h2,.compatibility-copy h2,.faq-intro h2,.integration-copy h2,.contact-copy h2{margin:13px 0 19px;font-family:"Manrope",sans-serif;font-size:clamp(2.45rem,4.6vw,4.75rem);font-weight:800;letter-spacing:-.055em;line-height:1.03}
.section-heading>p:last-child,.monitoring-copy>p,.compatibility-copy>p,.faq-intro>p,.integration-copy>p,.contact-copy>p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.78}
.section-heading-light h2,.section-heading-light>p:last-child{color:#fff}.section-heading-light>p:last-child{opacity:.67}.section-heading-light .kicker{color:var(--accent)}

/* Header: fondo estable desde el inicio para evitar parpadeos */
.site-header{position:fixed;inset:0 0 auto 0;height:var(--header-height);z-index:1200;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(228,231,239,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.site-header.scrolled{box-shadow:0 10px 34px rgba(31,36,60,.08)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:194px;height:auto;max-height:60px;object-fit:contain;object-position:left center}
.site-nav{display:flex;align-items:center;gap:4px}
.site-nav a{padding:11px 13px;border-radius:11px;color:#4d566d;font-size:.9rem;font-weight:700;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.site-nav a:hover,.site-nav a.current{background:var(--brand-soft);color:var(--brand-dark)}
.site-nav .nav-button{margin-left:10px;padding:12px 18px;background:var(--ink);color:#fff;box-shadow:0 12px 28px rgba(16,19,34,.14)}
.site-nav .nav-button:hover{background:var(--brand-dark);color:#fff;transform:translateY(-1px)}
.menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:12px;background:var(--surface-alt);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:21px;height:2px;border-radius:8px;background:var(--ink);transition:transform .22s ease,opacity .22s ease}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Hero */
.hero{position:relative;padding:calc(var(--header-height) + 76px) 0 98px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fafaff 74%,#f5f6fb 100%)}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(89,97,140,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(89,97,140,.055) 1px,transparent 1px);background-size:82px 82px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 92%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-glow-a{width:680px;height:680px;left:50%;top:90px;transform:translateX(-50%);background:radial-gradient(circle,rgba(89,97,140,.14),transparent 67%)}.hero-glow-b{width:360px;height:360px;right:-80px;top:230px;background:radial-gradient(circle,rgba(255,190,80,.16),transparent 69%)}
.hero-shell{position:relative;z-index:2}
.hero-copy{max-width:960px;margin:0 auto;text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 22px;padding:8px 13px;border:1px solid #e4e6ef;border-radius:999px;background:rgba(255,255,255,.82);color:#555f76;font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 10px 30px rgba(35,41,67,.05)}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(255,190,80,.16)}
.hero h1{margin:0;font-family:"Manrope",sans-serif;font-size:clamp(3.3rem,7.1vw,7rem);line-height:.94;letter-spacing:-.075em;font-weight:800;color:var(--ink)}
.hero h1 em{font-style:normal;color:var(--brand)}
.hero-text{max-width:760px;margin:28px auto 0;color:#5f6980;font-size:1.18rem;line-height:1.75}
.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:13px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:54px;padding:0 22px;border-radius:13px;font-size:.93rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--ink);color:#fff;box-shadow:0 17px 38px rgba(16,19,34,.2)}.button-primary:hover{background:var(--brand-dark);color:#fff;box-shadow:0 20px 46px rgba(63,71,111,.24)}.button-secondary{border:1px solid #dfe2eb;background:#fff;color:var(--ink);box-shadow:0 9px 24px rgba(35,41,67,.06)}.button-secondary:hover{background:var(--brand-soft);color:var(--brand-dark)}.button-dark{margin-top:28px;background:var(--ink);color:#fff}.button-dark:hover{color:#fff;background:var(--brand-dark)}
.hero-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:9px 22px;margin-top:25px;color:#687188;font-size:.78rem;font-weight:700}.hero-badges span{display:inline-flex;align-items:center;gap:8px}.hero-badges i{width:6px;height:6px;border-radius:50%;background:var(--success)}

.hero-product{position:relative;min-height:715px;margin-top:58px;perspective:1400px}
.product-halo{position:absolute;left:50%;top:50%;width:950px;height:530px;transform:translate(-50%,-48%);border-radius:50%;background:radial-gradient(ellipse,rgba(89,97,140,.18),rgba(255,190,80,.07) 44%,transparent 72%);filter:blur(8px)}
.control-center{position:absolute;left:50%;top:52%;z-index:4;width:min(930px,79%);transform:translate(-50%,-50%) rotateX(1.3deg);border:1px solid rgba(108,114,148,.25);border-radius:24px;background:#fff;box-shadow:0 54px 130px rgba(31,36,60,.22),0 14px 36px rgba(31,36,60,.12);overflow:hidden;will-change:transform}
.control-topbar{height:47px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid #ebedf3;background:#fbfbfd;color:#566079;font-size:.71rem}.control-topbar>strong{font-size:.73rem}.control-dots{display:flex;gap:6px}.control-dots span{width:8px;height:8px;border-radius:50%;background:#d8dbe5}.control-dots span:first-child{background:#ff8a86}.control-dots span:nth-child(2){background:#ffc65e}.control-dots span:nth-child(3){background:#67cea2}.live-pill{justify-self:end;display:flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;background:#edf9f5;color:#238a66;font-weight:800}.live-pill i{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(42,183,131,.12)}
.control-body{display:grid;grid-template-columns:68px 1fr;min-height:450px}.control-sidebar{display:flex;flex-direction:column;align-items:center;gap:11px;padding:14px 10px;background:#151a2c}.mini-logo{display:grid;place-items:center;width:36px;height:36px;margin-bottom:5px;border-radius:10px;background:var(--accent);color:var(--ink);font-family:"Manrope",sans-serif;font-size:.78rem;font-weight:800}.control-sidebar span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;color:#8b93aa}.control-sidebar span.active{background:rgba(255,255,255,.1);color:#fff}.control-sidebar svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}.control-sidebar span.active svg:first-child{fill:currentColor;stroke:none}
.control-main{padding:22px;background:#f4f5f9}.control-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.control-heading small{display:block;color:#8b93a6;font-size:.58rem;font-weight:700}.control-heading h2{margin:2px 0 0;font-family:"Manrope",sans-serif;font-size:1.05rem;letter-spacing:-.02em}.control-heading button{border:0;border-radius:9px;padding:9px 12px;background:var(--brand);color:#fff;font-size:.63rem;font-weight:800}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.metric{display:flex;align-items:center;gap:10px;min-width:0;padding:12px;border:1px solid #e7e9f0;border-radius:12px;background:#fff}.metric-icon{display:grid;place-items:center;width:32px;height:32px;flex:0 0 auto;border-radius:9px;background:#edf0f9;color:var(--brand);font-size:.92rem;font-weight:800}.metric-icon.online{background:#ebf8f3}.metric-icon.online i{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px rgba(42,183,131,.13)}.metric small,.metric strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric small{color:#9299ab;font-size:.52rem}.metric strong{margin-top:2px;font-size:.69rem}
.workspace{display:grid;grid-template-columns:1.6fr .9fr;gap:12px;margin-top:12px}.screen-card,.activity-card{border:1px solid #e7e9f0;border-radius:14px;background:#fff;overflow:hidden}.screen-art{position:relative;min-height:225px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;overflow:hidden}.screen-art:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,19,34,.12),rgba(16,19,34,.58)),radial-gradient(circle at 75% 23%,#f9ce75 0 7%,transparent 8%),linear-gradient(125deg,#59618c,#1e2441 64%,#101322)}.screen-art:after{content:"";position:absolute;right:-28px;top:-18px;width:190px;height:190px;border:30px solid rgba(255,255,255,.09);border-radius:50%}.screen-art>*{position:relative;z-index:2}.screen-art>span{align-self:flex-start;margin-bottom:auto;padding:5px 8px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.09);font-size:.52rem;font-weight:800}.screen-art strong{max-width:360px;font-family:"Manrope",sans-serif;font-size:1.32rem;line-height:1.08}.screen-bar{height:3px;margin-top:16px;border-radius:99px;background:rgba(255,255,255,.22);overflow:hidden}.screen-bar i{display:block;width:78%;height:100%;background:var(--accent)}.screen-card-footer{display:flex;justify-content:space-between;gap:10px;padding:9px 12px;color:#8790a4;font-size:.49rem}.screen-card-footer span{display:flex;align-items:center;gap:6px;font-weight:700;color:#596176}.screen-card-footer i{width:6px;height:6px;border-radius:50%;background:var(--success)}.activity-card{padding:14px}.activity-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.activity-title strong{font-size:.68rem}.activity-title span{color:#8f97a9;font-size:.5rem}.activity-item{display:flex;align-items:center;gap:8px;padding:9px 0;border-top:1px solid #eef0f4}.activity-item>b{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#eff1f7;color:var(--brand);font-size:.65rem}.activity-item strong,.activity-item small{display:block}.activity-item strong{font-size:.58rem}.activity-item small{margin-top:2px;color:#9299aa;font-size:.47rem}
.satellite{position:absolute;z-index:6;width:210px;padding:9px;border:1px solid rgba(108,114,148,.2);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 26px 62px rgba(31,36,60,.18);backdrop-filter:blur(12px);will-change:transform}.satellite-a{left:0;top:80px}.satellite-b{right:0;top:78px}.satellite-c{right:3.5%;bottom:28px}.satellite-screen{min-height:112px;padding:14px;border-radius:11px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.satellite-screen small{margin-bottom:auto;font-size:.5rem;opacity:.8}.satellite-screen strong{font-family:"Manrope",sans-serif;font-size:1.05rem;line-height:1.05}.satellite-screen span{margin-top:7px;font-size:.5rem;opacity:.8}.menu-screen{background:linear-gradient(145deg,#da9955,#6b392c)}.office-screen{background:linear-gradient(145deg,#58618f,#20263e)}.queue-screen{background:linear-gradient(145deg,#1a9f9b,#155f72)}.queue-screen strong{font-size:1.65rem}.satellite p{display:flex;align-items:center;gap:7px;margin:8px 4px 2px;color:#5b647a;font-size:.55rem;font-weight:800}.satellite p i{width:6px;height:6px;border-radius:50%;background:var(--success)}.hero-connectors{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none}.hero-connectors path{fill:none;stroke:rgba(89,97,140,.28);stroke-width:1.2;stroke-dasharray:7 8;animation:dash 8s linear infinite}

.value-strip{position:relative;z-index:5;margin-top:-34px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.value-grid>div{padding:24px 28px}.value-grid>div+div{border-left:1px solid var(--line)}.value-grid strong,.value-grid span{display:block}.value-grid strong{font-family:"Manrope",sans-serif;font-size:.94rem}.value-grid span{margin-top:5px;color:var(--muted);font-size:.79rem;line-height:1.55}

/* Process */
.process-section{background:#fff}.process-layout{display:grid;grid-template-columns:.78fr 1.42fr;gap:50px;align-items:center}.process-steps{display:flex;flex-direction:column;gap:6px}.process-step{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:flex-start;width:100%;padding:17px 16px;border:1px solid transparent;border-radius:15px;background:transparent;text-align:left;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.process-step:hover{background:var(--surface-alt)}.process-step.active{border-color:#dfe2ec;background:#fff;box-shadow:var(--shadow-sm);transform:translateX(8px)}.process-step>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f0f1f6;color:var(--brand);font-family:"Manrope",sans-serif;font-size:.72rem;font-weight:800}.process-step.active>span{background:var(--accent);color:var(--ink)}.process-step strong,.process-step small{display:block}.process-step strong{font-family:"Manrope",sans-serif;font-size:.95rem}.process-step small{margin-top:5px;color:var(--muted);font-size:.75rem;line-height:1.55}.process-stage{border:1px solid #dfe2eb;border-radius:22px;background:#fff;box-shadow:var(--shadow-md);overflow:hidden;transition:opacity .2s ease,transform .2s ease}.process-stage.switching{opacity:.55;transform:translateY(5px)}.stage-toolbar{height:45px;display:flex;align-items:center;gap:6px;padding:0 14px;border-bottom:1px solid #e7e9f0;background:#fbfbfd}.stage-toolbar>span{width:8px;height:8px;border-radius:50%;background:#dbdee7}.stage-toolbar>span:first-child{background:#ff8f8a}.stage-toolbar>span:nth-child(2){background:#ffc65e}.stage-toolbar>span:nth-child(3){background:#6bcfa4}.stage-toolbar small{margin-left:auto;color:#8e96a7;font-size:.59rem}.stage-content{display:grid;grid-template-columns:128px 1fr;min-height:430px}.stage-side{display:flex;flex-direction:column;gap:5px;padding:20px 12px;background:#161b2d;color:#8f97ad}.stage-side b{margin:0 8px 12px;color:#fff;font-size:.72rem}.stage-side span{padding:9px 10px;border-radius:8px;font-size:.59rem;font-weight:700}.stage-side span.active{background:rgba(255,255,255,.1);color:#fff}.stage-main{padding:22px;background:#f5f6fa}.stage-title{display:flex;justify-content:space-between;align-items:center;gap:18px}.stage-title small,.stage-title strong{display:block}.stage-title small{color:#969cad;font-size:.54rem}.stage-title strong{font-size:.88rem}.stage-title button{border:0;border-radius:9px;padding:9px 12px;background:var(--brand);color:#fff;font-size:.57rem;font-weight:800}.asset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.asset{position:relative;min-height:144px;padding:13px;border-radius:13px;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.asset:before{content:"";position:absolute;inset:0;z-index:0}.asset>*{position:relative;z-index:1}.asset>span{align-self:flex-start;margin-bottom:auto;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.14);font-size:.45rem;font-weight:800}.asset>b,.asset>small{display:block}.asset>b{font-size:.68rem}.asset>small{margin-top:3px;font-size:.49rem;opacity:.75}.asset-video:before{background:linear-gradient(145deg,rgba(11,16,31,.15),rgba(11,16,31,.68)),linear-gradient(135deg,#a36b5f,#312944)}.asset-food:before{background:linear-gradient(145deg,rgba(11,16,31,.08),rgba(11,16,31,.58)),radial-gradient(circle at 70% 30%,#e5bd79 0 19%,transparent 20%),linear-gradient(135deg,#bf7c52,#542e2e)}.asset-office:before{background:linear-gradient(145deg,rgba(11,16,31,.08),rgba(11,16,31,.65)),linear-gradient(135deg,#278e93,#203b5f)}.asset-brand:before{background:linear-gradient(145deg,rgba(11,16,31,.06),rgba(11,16,31,.62)),linear-gradient(135deg,#747aa3,#302e5a)}
/* estados simulados del proceso */
.process-stage[data-process-stage="build"] .stage-side span:nth-child(3),.process-stage[data-process-stage="schedule"] .stage-side span:nth-child(4),.process-stage[data-process-stage="publish"] .stage-side span:nth-child(5){background:rgba(255,255,255,.1);color:#fff}.process-stage[data-process-stage="build"] .stage-side span:nth-child(2),.process-stage[data-process-stage="schedule"] .stage-side span:nth-child(2),.process-stage[data-process-stage="publish"] .stage-side span:nth-child(2){background:transparent;color:#8f97ad}.process-stage[data-process-stage="build"] .asset-grid{grid-template-columns:1fr}.process-stage[data-process-stage="build"] .asset{min-height:105px}.process-stage[data-process-stage="build"] .asset:nth-child(n+3){display:none}.process-stage[data-process-stage="build"] .stage-title strong{font-size:0}.process-stage[data-process-stage="build"] .stage-title strong:after{content:"Plantilla dividida en zonas";font-size:.88rem}.process-stage[data-process-stage="schedule"] .asset-grid{grid-template-columns:repeat(7,1fr);gap:6px}.process-stage[data-process-stage="schedule"] .asset{min-height:220px;padding:7px;background:#fff;color:var(--ink);border:1px solid #e5e7ef}.process-stage[data-process-stage="schedule"] .asset:before{background:linear-gradient(to bottom,transparent 0 14%,#eef0f5 15% 16%,transparent 17% 29%,#eef0f5 30% 31%,transparent 32% 44%,#eef0f5 45% 46%,transparent 47% 59%,#eef0f5 60% 61%,transparent 62% 74%,#eef0f5 75% 76%,transparent 77%)}.process-stage[data-process-stage="schedule"] .asset>*{display:none}.process-stage[data-process-stage="schedule"] .stage-title strong{font-size:0}.process-stage[data-process-stage="schedule"] .stage-title strong:after{content:"Calendario de programación";font-size:.88rem}.process-stage[data-process-stage="publish"] .asset-grid{grid-template-columns:1fr}.process-stage[data-process-stage="publish"] .asset{display:none}.process-stage[data-process-stage="publish"] .asset:first-child{display:flex;min-height:270px;align-items:center;justify-content:center;text-align:center;background:#fff;color:var(--ink);border:1px solid #e5e7ef}.process-stage[data-process-stage="publish"] .asset:first-child:before{background:radial-gradient(circle at center,rgba(42,183,131,.16),transparent 48%)}.process-stage[data-process-stage="publish"] .asset:first-child>span,.process-stage[data-process-stage="publish"] .asset:first-child>small{display:none}.process-stage[data-process-stage="publish"] .asset:first-child>b{font-size:0}.process-stage[data-process-stage="publish"] .asset:first-child>b:before{content:"✓";display:grid;place-items:center;width:68px;height:68px;margin:0 auto 15px;border-radius:50%;background:#eaf8f3;color:var(--success);font-size:2rem}.process-stage[data-process-stage="publish"] .asset:first-child>b:after{content:"Programación publicada correctamente";display:block;font-size:.9rem}.process-stage[data-process-stage="publish"] .stage-title strong{font-size:0}.process-stage[data-process-stage="publish"] .stage-title strong:after{content:"Publicar en pantallas";font-size:.88rem}

/* Platform */
.platform-section{position:relative;overflow:hidden;background:#111626;color:#fff}.platform-section: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,.035) 1px,transparent 1px);background-size:78px 78px;mask-image:linear-gradient(to bottom,black,transparent 74%)}.platform-light{position:absolute;left:50%;top:120px;width:820px;height:620px;transform:translateX(-50%);background:radial-gradient(circle,rgba(89,97,140,.34),transparent 67%);filter:blur(10px)}.platform-section .shell{position:relative;z-index:2}.feature-tabs{display:grid;grid-template-columns:repeat(4,1fr);max-width:860px;margin:0 auto;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.045);padding:5px}.feature-tab{border:0;border-radius:11px;padding:14px 10px;background:transparent;color:rgba(255,255,255,.55);font-size:.76rem;font-weight:800;cursor:pointer;transition:.2s ease}.feature-tab:hover{color:#fff}.feature-tab.active{background:#fff;color:var(--ink);box-shadow:0 10px 30px rgba(0,0,0,.17)}.feature-showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center;margin-top:34px;padding:54px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:rgba(255,255,255,.05);box-shadow:0 42px 110px rgba(0,0,0,.28);transition:opacity .2s ease,transform .2s ease}.feature-showcase.switching{opacity:.55;transform:translateY(5px)}.feature-label{margin:0;color:var(--accent);font-size:.67rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.feature-copy h3{margin:12px 0 17px;font-family:"Manrope",sans-serif;font-size:clamp(2rem,3.6vw,3.65rem);letter-spacing:-.05em;line-height:1.05}.feature-copy>p:not(.feature-label){margin:0;color:rgba(255,255,255,.62);line-height:1.75}.feature-copy ul{list-style:none;margin:25px 0 0;padding:0}.feature-copy li{position:relative;padding:10px 0 10px 29px;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.8);font-size:.82rem}.feature-copy li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}.feature-visual{padding:18px;border-radius:20px;background:#e9ebf2;box-shadow:0 28px 65px rgba(0,0,0,.24)}.playlist-ui{border:1px solid #dce0e9;border-radius:14px;background:#fff;overflow:hidden;color:var(--ink)}.playlist-header{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid #e9ebf1}.playlist-header small,.playlist-header strong{display:block}.playlist-header small{color:#9298aa;font-size:.5rem}.playlist-header strong{margin-top:2px;font-size:.77rem}.playlist-header>span{padding:6px 8px;border-radius:999px;background:#eef0f7;color:var(--brand);font-size:.5rem;font-weight:800}.playlist-row{display:grid;grid-template-columns:20px 46px 1fr 18px;gap:10px;align-items:center;padding:11px 14px;border-top:1px solid #eef0f4}.playlist-row>b{color:#a1a7b6;font-size:.55rem}.playlist-row .thumb{width:46px;height:34px;border-radius:7px;background:#ddd}.thumb-one{background:linear-gradient(135deg,#6f789f,#232b4b)!important}.thumb-two{background:linear-gradient(135deg,#dcad67,#763f32)!important}.thumb-three{background:linear-gradient(135deg,#269b9a,#2e4e7c)!important}.thumb-four{background:linear-gradient(135deg,#8a84b3,#413b72)!important}.playlist-row strong,.playlist-row small{display:block}.playlist-row strong{font-size:.62rem}.playlist-row small{margin-top:2px;color:#979dad;font-size:.48rem}.playlist-row>span{color:#9ea4b3}.feature-showcase[data-feature-stage="templates"] .playlist-ui{display:grid;grid-template-columns:1.3fr .7fr;gap:8px;padding:8px;background:#f5f6f9}.feature-showcase[data-feature-stage="templates"] .playlist-header{grid-column:1/-1;background:#fff;border-radius:10px}.feature-showcase[data-feature-stage="templates"] .playlist-row{display:block;min-height:92px;border:0;border-radius:10px;background:#fff}.feature-showcase[data-feature-stage="templates"] .playlist-row .thumb{display:block;width:100%;height:52px}.feature-showcase[data-feature-stage="templates"] .playlist-row>b,.feature-showcase[data-feature-stage="templates"] .playlist-row>div,.feature-showcase[data-feature-stage="templates"] .playlist-row>span{display:none}.feature-showcase[data-feature-stage="scheduling"] .playlist-row{min-height:72px;grid-template-columns:48px 1fr}.feature-showcase[data-feature-stage="scheduling"] .playlist-row .thumb,.feature-showcase[data-feature-stage="scheduling"] .playlist-row>b,.feature-showcase[data-feature-stage="scheduling"] .playlist-row>span{display:none}.feature-showcase[data-feature-stage="scheduling"] .playlist-row:before{content:"L M M J V";color:#8991a5;font-size:.5rem;word-spacing:5px}.feature-showcase[data-feature-stage="web"] .playlist-row{display:none}.feature-showcase[data-feature-stage="web"] .playlist-ui:after{content:"Contenido web e integraciones compatibles";display:grid;place-items:center;min-height:300px;padding:35px;background:linear-gradient(145deg,#59618c,#18203a);color:#fff;font-family:"Manrope",sans-serif;font-size:1.45rem;line-height:1.2;text-align:center}
.bento-grid{display:grid;grid-template-columns:1.55fr .85fr;grid-template-rows:auto auto;gap:18px;margin-top:20px}.bento{position:relative;min-height:310px;padding:38px;border:1px solid rgba(255,255,255,.09);border-radius:25px;background:rgba(255,255,255,.045);overflow:hidden}.bento h3{margin:10px 0 13px;font-family:"Manrope",sans-serif;font-size:clamp(1.55rem,2.5vw,2.45rem);line-height:1.08;letter-spacing:-.04em}.bento p:not(.kicker){margin:0;color:rgba(255,255,255,.57);line-height:1.72;font-size:.88rem}.bento .kicker{color:var(--accent)}.bento-network{grid-row:1/3;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:20px}.network-mini{position:relative;min-height:380px}.network-core{position:absolute;left:50%;top:50%;z-index:3;display:grid;place-items:center;width:120px;height:120px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.17);border-radius:50%;background:#fff;color:var(--brand);font-family:"Manrope",sans-serif;font-size:1.4rem;font-weight:800;box-shadow:0 20px 60px rgba(0,0,0,.28)}.network-core span{display:block;margin-top:-28px;color:#7f879a;font-size:.45rem}.network-node{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#262c40;color:#fff;font-size:.56rem;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.2)}.network-node i{width:6px;height:6px;border-radius:50%;background:var(--success)}.node-a{left:0;top:12%}.node-b{right:0;top:8%}.node-c{right:3%;bottom:12%}.network-mini svg{position:absolute;inset:0;width:100%;height:100%}.network-mini path{fill:none;stroke:rgba(255,255,255,.2);stroke-width:1.2;stroke-dasharray:6 7}.bento-offline{background:linear-gradient(145deg,rgba(255,190,80,.12),rgba(255,255,255,.035))}.offline-icon{position:absolute;right:24px;top:22px;width:100px;height:75px}.offline-icon span{position:absolute;left:0;top:16px;width:70px;height:42px;border:2px solid rgba(255,255,255,.26);border-radius:25px}.offline-icon span:before,.offline-icon span:after{content:"";position:absolute;border:2px solid rgba(255,255,255,.26);border-bottom:0;border-radius:50% 50% 0 0}.offline-icon span:before{width:32px;height:24px;left:7px;top:-18px}.offline-icon span:after{width:24px;height:18px;right:5px;top:-11px}.offline-icon i{position:absolute;right:0;bottom:0;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--success);color:#fff;font-style:normal;font-weight:900;box-shadow:0 0 0 8px rgba(42,183,131,.12)}.bento-control{background:linear-gradient(145deg,rgba(89,97,140,.18),rgba(255,255,255,.035))}.control-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:30px}.control-actions span{padding:10px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.72);font-size:.56rem;font-weight:800;text-align:center}

/* Monitoring */
.monitoring-section{background:#f7f8fb}.monitoring-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:center}.monitoring-copy h2{font-size:clamp(2.5rem,4.6vw,4.55rem)}.monitoring-points{margin-top:34px}.monitoring-points>div{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px 0;border-top:1px solid var(--line)}.monitoring-points>div>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--brand-soft);color:var(--brand);font-size:.62rem;font-weight:800}.monitoring-points p{margin:0}.monitoring-points strong,.monitoring-points small{display:block}.monitoring-points strong{font-size:.88rem}.monitoring-points small{margin-top:5px;color:var(--muted);font-size:.75rem;line-height:1.55}.monitor-console{position:relative;padding:20px;border:1px solid #dfe2eb;border-radius:26px;background:#fff;box-shadow:var(--shadow-md)}.console-top{display:flex;justify-content:space-between;align-items:center;padding:5px 5px 18px}.console-top small,.console-top strong{display:block}.console-top small{color:#9298aa;font-size:.55rem}.console-top strong{margin-top:2px;font-size:.9rem}.console-top>span{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#ecf8f4;color:#268b68;font-size:.52rem;font-weight:800}.console-top>span i{width:6px;height:6px;border-radius:50%;background:var(--success)}.console-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.console-stats>div{padding:12px;border-radius:10px;background:#f5f6f9}.console-stats small,.console-stats strong{display:block}.console-stats small{color:#9298aa;font-size:.48rem}.console-stats strong{margin-top:3px;font-size:.68rem}.console-table{margin-top:10px;border:1px solid #e6e8ef;border-radius:13px;overflow:hidden}.console-row{display:grid;grid-template-columns:1.35fr .7fr .8fr .8fr;gap:9px;align-items:center;padding:10px 12px;border-top:1px solid #eef0f4;color:#596176;font-size:.51rem}.console-row:first-child{border-top:0}.console-head{background:#f6f7fa;color:#9298aa;font-weight:800}.console-row>span:first-child{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px}.console-row>span:first-child strong,.console-row>span:first-child small{display:block}.console-row>span:first-child strong{color:var(--ink);font-size:.57rem}.console-row>span:first-child small{margin-top:1px;color:#9a9faf;font-size:.45rem}.device-dot{display:block;width:28px;height:22px;border-radius:5px;background:linear-gradient(135deg,#59618c,#20263f)}.device-dot.office{background:linear-gradient(135deg,#218f92,#2b4f7b)}.device-dot.food{background:linear-gradient(135deg,#d29a5e,#6f3d33)}.status{display:flex!important;grid-template-columns:auto!important;gap:6px!important;align-items:center}.status i{width:6px;height:6px;border-radius:50%;background:var(--success)}.status.online{color:#278f6b}.status.warning{color:#c8842a}.status.warning i{background:var(--warning)}.capture-preview{position:absolute;right:-28px;bottom:-54px;width:245px;padding:9px;border:1px solid #dfe2eb;border-radius:16px;background:#fff;box-shadow:var(--shadow-md)}.capture-screen{min-height:120px;padding:16px;border-radius:10px;background:linear-gradient(145deg,#59618c,#1b2138);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.capture-screen span{margin-bottom:auto;font-size:.5rem;opacity:.7}.capture-screen strong{font-family:"Manrope",sans-serif;font-size:1rem}.capture-preview p{margin:8px 5px 3px}.capture-preview b,.capture-preview small{display:block}.capture-preview b{font-size:.61rem}.capture-preview small{margin-top:2px;color:#9097a8;font-size:.48rem}

/* Solutions */
.solutions-section{background:#fff}.usecase-track{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.usecase{padding:10px 10px 23px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 13px 35px rgba(35,41,67,.055);transition:transform .22s ease,box-shadow .22s ease}.usecase:hover{transform:translateY(-7px);box-shadow:var(--shadow-sm)}.usecase-screen{min-height:250px;padding:20px;border-radius:13px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.usecase-screen span{align-self:flex-start;margin-bottom:auto;padding:5px 8px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.09);font-size:.52rem;font-weight:800}.usecase-screen strong{font-family:"Manrope",sans-serif;font-size:1.55rem;line-height:1.05}.usecase-screen small{margin-top:8px;font-size:.62rem;opacity:.75}.retail-case{background:radial-gradient(circle at 68% 26%,#ffcb69 0 13%,transparent 14%),linear-gradient(145deg,#6d739d,#252b49)}.food-case{background:radial-gradient(circle at 68% 28%,#f3c37c 0 17%,transparent 18%),linear-gradient(145deg,#c58a55,#5d332d)}.health-case{background:linear-gradient(145deg,#169b98,#1f5772)}.health-case strong{font-size:2.1rem}.office-case{background:linear-gradient(145deg,#7d82aa,#313653)}.usecase h3{margin:18px 10px 8px;font-family:"Manrope",sans-serif;font-size:1.05rem}.usecase>p{margin:0 10px;color:var(--muted);font-size:.78rem;line-height:1.6}.integration-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;margin-top:82px;padding:62px;border-radius:30px;background:#f3f4f9;overflow:hidden}.integration-copy h2{font-size:clamp(2.25rem,4vw,4rem)}.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:25px;color:var(--brand-dark);font-weight:800}.text-link span{transition:transform .2s ease}.text-link:hover span{transform:translateX(5px)}.integration-visual{position:relative;min-height:430px}.integration-visual svg{position:absolute;inset:0;width:100%;height:100%}.integration-visual path{fill:none;stroke:rgba(89,97,140,.28);stroke-width:1.3;stroke-dasharray:7 8;animation:dash 9s linear infinite}.data-source,.integration-core,.integration-display{position:absolute;z-index:2;border:1px solid #dfe2eb;background:#fff;box-shadow:var(--shadow-sm)}.data-source{width:105px;padding:11px;border-radius:11px;color:#3f4860;font-size:.58rem;font-weight:800}.data-source span{display:block;margin-top:3px;color:#9399aa;font-size:.47rem}.source-a{left:0;top:12%}.source-b{left:0;top:43%}.source-c{left:0;bottom:8%}.integration-core{left:47%;top:50%;display:grid;place-items:center;width:110px;height:110px;transform:translate(-50%,-50%);border-radius:50%;background:var(--brand);color:#fff;font-family:"Manrope",sans-serif;font-size:1.08rem;font-weight:800}.integration-core span{display:block;margin-top:-28px;font-family:"DM Sans",sans-serif;font-size:.46rem;opacity:.7}.integration-display{right:0;top:24%;width:220px;min-height:220px;padding:18px;border:8px solid #1b2032;border-radius:15px;background:linear-gradient(145deg,#59618c,#222a45);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.integration-display small{margin-bottom:auto;opacity:.65}.integration-display strong{font-family:"Manrope",sans-serif;font-size:1.18rem;line-height:1.1}.integration-display span{margin-top:9px;font-size:.55rem;opacity:.7}

/* Compatibility */
.compatibility-section{background:#f7f8fb}.compatibility-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:76px;align-items:center}.compatibility-copy h2{font-size:clamp(2.45rem,4.5vw,4.55rem)}.device-list{margin-top:32px}.device-list>div{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.device-symbol{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--brand-soft);color:var(--brand);font-family:"Manrope",sans-serif;font-size:.88rem;font-weight:800}.device-list p{margin:0}.device-list strong,.device-list small{display:block}.device-list strong{font-size:.88rem}.device-list small{margin-top:3px;color:var(--muted);font-size:.74rem}.device-stage{position:relative;min-height:560px}.device-backdrop{position:absolute;left:50%;top:50%;width:540px;height:540px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(89,97,140,.17),transparent 66%)}.device-tv{position:absolute;left:50%;top:50%;z-index:2;width:min(580px,90%);transform:translate(-50%,-50%);padding:13px;border-radius:20px;background:#171b2b;box-shadow:var(--shadow-lg)}.device-tv-screen{min-height:320px;padding:34px;border-radius:10px;background:radial-gradient(circle at 74% 24%,#ffd37f 0 11%,transparent 12%),linear-gradient(145deg,#59618c,#20263f 72%);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.device-tv-screen span{align-self:flex-start;margin-bottom:auto;padding:6px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-size:.55rem;font-weight:800}.device-tv-screen strong{font-family:"Manrope",sans-serif;font-size:2.1rem;line-height:1.02}.device-tv-screen small{margin-top:11px;opacity:.68}.device-tv>i{position:absolute;left:50%;bottom:-38px;width:115px;height:38px;transform:translateX(-50%);border-bottom:8px solid #171b2b;border-radius:0 0 50% 50%}.device-player{position:absolute;left:6%;bottom:10%;z-index:3;width:92px;height:58px;padding:9px 12px;border-radius:13px;background:#fff;box-shadow:var(--shadow-md)}.device-player span,.device-player small{display:block}.device-player span{color:var(--brand);font-family:"Manrope",sans-serif;font-size:1rem;font-weight:800}.device-player small{color:#8e95a6;font-size:.48rem}.orientation-card{position:absolute;right:4%;top:11%;z-index:3;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #dfe2eb;border-radius:13px;background:#fff;box-shadow:var(--shadow-md)}.orientation-card>b{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--brand-soft);color:var(--brand)}.orientation-card strong,.orientation-card small{display:block}.orientation-card strong{font-size:.64rem}.orientation-card small{margin-top:2px;color:#9198aa;font-size:.49rem}

/* FAQ */
.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:82px;align-items:flex-start}.faq-intro{position:sticky;top:120px}.faq-intro h2{font-size:clamp(2.45rem,4.4vw,4.4rem)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:24px 0;border:0;background:transparent;text-align:left;font-family:"Manrope",sans-serif;font-size:1rem;font-weight:700;cursor:pointer}.faq-item button i{position:relative;width:18px;height:18px;flex:0 0 auto}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;border-radius:4px;background:var(--brand);transform:translate(-50%,-50%);transition:transform .2s ease}.faq-item button i:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.open button i:after{transform:translate(-50%,-50%) rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-answer>p{overflow:hidden;margin:0;color:var(--muted);line-height:1.75}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding:0 50px 24px 0}

/* Contact */
.contact-section{position:relative;padding:120px 0;background:#111626;color:#fff;overflow:hidden}.contact-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to right,black,transparent)}.contact-section:after{content:"";position:absolute;right:-190px;top:-160px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(89,97,140,.55),transparent 67%)}.contact-layout{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.contact-copy .kicker{color:var(--accent)}.contact-copy h2{font-size:clamp(2.55rem,4.7vw,4.75rem)}.contact-copy>p{color:rgba(255,255,255,.62)}.contact-benefits{display:flex;flex-direction:column;gap:11px;margin-top:30px}.contact-benefits span{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.78);font-size:.83rem}.contact-benefits i{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:rgba(255,190,80,.15);color:var(--accent);font-style:normal;font-size:.65rem;font-weight:900}.contact-form{padding:34px;border:1px solid rgba(255,255,255,.11);border-radius:25px;background:rgba(255,255,255,.96);color:var(--ink);box-shadow:0 45px 110px rgba(0,0,0,.3)}.form-header{margin-bottom:25px}.form-header small,.form-header strong{display:block}.form-header small{color:var(--brand);font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.form-header strong{margin-top:5px;font-family:"Manrope",sans-serif;font-size:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px 14px}.form-field{display:block}.form-field>span{display:block;margin:0 0 7px;color:#4d566d;font-size:.67rem;font-weight:800}.form-field input{width:100%;height:48px;border:1px solid #dfe2eb;border-radius:11px;background:#fff;padding:0 13px;color:var(--ink);outline:0;transition:border-color .18s ease,box-shadow .18s ease}.form-field input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(89,97,140,.11)}.form-field>small{display:none;margin-top:6px;color:var(--danger);font-size:.58rem}.form-field.invalid input{border-color:var(--danger);box-shadow:0 0 0 4px rgba(220,92,98,.08)}.form-field.invalid>small{display:block}.form-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;margin-top:20px;border:0;border-radius:12px;background:var(--ink);color:#fff;font-size:.82rem;font-weight:800;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.form-submit:hover{background:var(--brand-dark);transform:translateY(-1px)}.form-submit:disabled{opacity:.68;cursor:wait;transform:none}.form-submit .spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.form-status{display:none;margin:13px 0 0;padding:10px 12px;border-radius:9px;font-size:.68rem;font-weight:700}.form-status.show{display:block}.form-status.success{background:#eaf8f3;color:#237b60}.form-status.error{background:#fff0f1;color:#aa4148}.form-privacy{margin:12px 0 0;color:#9298aa;font-size:.56rem;line-height:1.55;text-align:center}

.site-footer{padding:40px 0 22px;background:#fff}.footer-main{display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--line)}.footer-brand img{width:174px;height:auto}.footer-main>p{margin:0;color:var(--muted);font-size:.75rem}.footer-main nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px 18px}.footer-main nav a{color:#586176;font-size:.72rem;font-weight:700}.footer-main nav a:hover{color:var(--brand)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;color:#9298aa;font-size:.66rem}.whatsapp-link{position:fixed;right:20px;bottom:20px;z-index:1100;display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:#25d366;color:#fff;box-shadow:0 18px 42px rgba(37,211,102,.3);transition:transform .2s ease}.whatsapp-link:hover{transform:translateY(-3px)}.whatsapp-link svg{width:27px;height:27px;fill:currentColor}

.js .reveal{opacity:0;transform:translateY(34px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}.js .reveal.visible{opacity:1;transform:none}
@keyframes dash{to{stroke-dashoffset:-100}}
@keyframes spin{to{transform:rotate(360deg)}}

@media (max-width:1150px){
	.shell{width:min(1120px,calc(100% - 38px))}.site-nav a{padding:10px 9px;font-size:.82rem}.brand img{width:178px}.satellite{width:185px}.control-center{width:76%}.bento-network{grid-template-columns:1fr}.network-mini{min-height:310px}.usecase-track{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:960px){
	:root{--header-height:72px}.site-header{height:var(--header-height)}.brand img{width:168px;max-height:54px}.menu-toggle{display:flex}.site-nav{position:fixed;inset:var(--header-height) 0 0 0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:4px;padding:38px;background:rgba(255,255,255,.98);opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}.site-nav.open{opacity:1;visibility:visible;transform:none}.site-nav a{padding:14px 16px;font-size:1.08rem;text-align:center}.site-nav .nav-button{margin:10px 0 0}.hero{padding-top:calc(var(--header-height) + 64px)}.hero-product{min-height:640px}.control-center{width:88%}.satellite-a{left:-2%;top:72px}.satellite-b{right:-2%;top:68px}.satellite-c{right:0;bottom:15px}.process-layout,.monitoring-layout,.integration-panel,.compatibility-layout,.faq-layout,.contact-layout{grid-template-columns:1fr}.process-layout{gap:32px}.process-steps{display:grid;grid-template-columns:repeat(2,1fr)}.process-step.active{transform:none}.feature-showcase{grid-template-columns:1fr}.bento-grid{grid-template-columns:1fr}.bento-network{grid-row:auto;grid-template-columns:.8fr 1.2fr}.monitoring-layout{gap:45px}.monitor-console{max-width:780px}.capture-preview{right:18px}.usecase-track{grid-template-columns:repeat(2,1fr)}.integration-panel{gap:20px}.integration-visual{min-height:390px}.device-stage{min-height:500px}.faq-intro{position:relative;top:auto}.faq-layout{gap:40px}.contact-layout{gap:45px}.contact-copy{text-align:center}.contact-benefits{max-width:500px;margin-inline:auto;text-align:left}.contact-form{max-width:760px;width:100%;margin-inline:auto}.footer-main{grid-template-columns:1fr;text-align:center}.footer-brand{justify-self:center}.footer-main nav{justify-content:center}
}
@media (max-width:720px){
	.shell{width:calc(100% - 30px)}.section{padding:88px 0}.section-heading{margin-bottom:45px}.section-heading h2,.monitoring-copy h2,.compatibility-copy h2,.faq-intro h2,.integration-copy h2,.contact-copy h2{font-size:clamp(2.2rem,11vw,3.6rem)}.header-inner{gap:18px}.brand img{width:154px}.hero{padding-bottom:76px}.hero h1{font-size:clamp(3.15rem,15vw,5rem)}.hero-text{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-product{min-height:510px;margin-top:42px}.control-center{width:100%;top:51%;border-radius:17px}.control-topbar{height:39px}.control-body{grid-template-columns:48px 1fr;min-height:350px}.control-sidebar{padding-inline:6px}.control-sidebar span{width:32px;height:32px}.mini-logo{width:32px;height:32px}.control-main{padding:13px}.metric-row{grid-template-columns:1fr}.metric:nth-child(n+2){display:none}.workspace{grid-template-columns:1fr}.activity-card{display:none}.screen-art{min-height:195px}.satellite{display:none}.hero-connectors{display:none}.value-strip{margin-top:-20px}.value-grid{grid-template-columns:1fr}.value-grid>div+div{border-left:0;border-top:1px solid var(--line)}.process-steps{grid-template-columns:1fr}.stage-content{grid-template-columns:1fr}.stage-side{display:none}.stage-main{padding:14px}.asset-grid{gap:8px}.asset{min-height:115px}.feature-tabs{grid-template-columns:repeat(2,1fr)}.feature-showcase{padding:27px 19px}.feature-copy h3{font-size:2.2rem}.feature-visual{padding:10px}.playlist-row{grid-template-columns:16px 38px 1fr}.playlist-row>span{display:none}.playlist-row .thumb{width:38px}.bento{padding:27px}.bento-network{grid-template-columns:1fr}.network-mini{min-height:310px}.monitor-console{padding:11px}.console-stats{grid-template-columns:1fr}.console-stats>div:nth-child(n+2){display:none}.console-row{grid-template-columns:1.4fr .7fr}.console-row>span:nth-child(n+3){display:none}.capture-preview{position:relative;right:auto;bottom:auto;width:100%;margin-top:10px}.usecase-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.usecase{min-width:82vw;scroll-snap-align:start}.integration-panel{padding:35px 21px}.integration-visual{min-height:460px}.data-source{width:91px}.integration-core{left:50%;top:47%}.integration-display{left:50%;right:auto;top:auto;bottom:0;width:210px;transform:translateX(-50%)}.source-a{top:0}.source-b{left:auto;right:0;top:0}.source-c{left:50%;top:18%;bottom:auto;transform:translateX(-50%)}.integration-visual svg{display:none}.device-stage{min-height:420px}.device-tv{width:100%}.device-tv-screen{min-height:245px;padding:22px}.device-tv-screen strong{font-size:1.55rem}.orientation-card{right:-2%;top:2%}.device-player{left:-1%;bottom:4%}.faq-item button{font-size:.9rem}.faq-item.open .faq-answer>p{padding-right:0}.contact-section{padding:88px 0}.form-grid{grid-template-columns:1fr}.contact-form{padding:23px}.footer-bottom{flex-direction:column;align-items:center;text-align:center}
}
@media (max-width:450px){
	.brand img{width:145px}.hero h1{font-size:3.05rem}.hero-product{min-height:450px}.control-body{grid-template-columns:1fr}.control-sidebar{display:none}.control-heading button{display:none}.screen-art{min-height:180px}.screen-art strong{font-size:1.08rem}.process-stage[data-process-stage="schedule"] .asset-grid{grid-template-columns:repeat(5,1fr)}.feature-tab{font-size:.66rem}.bento{min-height:285px}.network-node{font-size:.5rem}.node-b{right:-4%}.console-row{padding-inline:8px}.device-stage{min-height:365px}.device-tv-screen{min-height:215px}.orientation-card{display:none}.whatsapp-link{right:14px;bottom:14px;width:50px;height:50px}
}
@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.js .reveal{opacity:1;transform:none}
}
