
:root{
    --u-red:#e53935;
    --u-red-dark:#c92f2c;
    --u-ink:#07101a;
    --u-ink-2:#0b1420;
    --u-muted:#66717d;
    --u-line:#e5e9ee;
    --u-bg:#f7f8fa;
}
.unomas-container{width:min(1400px,calc(100% - 96px));margin:auto}
.section-space{padding:90px 0}
.section-kicker{display:inline-block;color:var(--u-red);font-size:12px;font-weight:800;letter-spacing:.11em}
.section-heading{max-width:820px;margin:0 auto 50px}
.section-heading.centered{text-align:center}
.section-heading h2{font-size:40px;line-height:1.15;color:#111922;margin:10px 0 14px}
.section-heading p{color:var(--u-muted);line-height:1.75}
.btn-unomas{display:inline-flex;align-items:center;gap:14px;padding:15px 22px;border-radius:7px;font-weight:700;text-decoration:none;transition:.25s ease}
.btn-primary{background:var(--u-red);color:#fff}
.btn-primary:hover{background:var(--u-red-dark);color:#fff;transform:translateY(-2px)}

.products-hero{background:#050b12;color:#fff;overflow:hidden}
.products-hero-grid{min-height:580px;display:grid;grid-template-columns:40% 60%;align-items:center}
.products-hero-copy{padding:75px 0}
.products-hero h1{font-size:56px;line-height:1.05;margin:12px 0 22px;max-width:650px}
.products-hero h1 strong{color:var(--u-red)}
.products-hero p{font-size:17px;line-height:1.75;color:#c0c8d0;max-width:610px;margin:0 0 32px}
.products-hero-visual{position:relative;min-height:580px;height:100%;background:radial-gradient(circle at 60% 48%,rgba(229,57,53,.10),transparent 28%)}
.products-hero-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:45px 45px}
.device{position:absolute;z-index:2}
.device-screen{background:#080f18;border:1px solid #313b47;overflow:hidden;color:#fff}
.device-laptop{width:520px;left:16%;top:48px}
.device-laptop .device-screen{height:310px;border-radius:18px 18px 8px 8px;padding:22px}
.laptop-base{width:590px;height:16px;margin-left:-35px;background:linear-gradient(#7b8288,#292f35);border-radius:0 0 50% 50%}
.laptop-topbar{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#aeb6be}
.device-brand{font-size:12px;font-weight:800}
.laptop-body{display:grid;grid-template-columns:45% 55%;align-items:center;height:240px}
.laptop-body h3{font-size:28px;margin:0 0 10px}
.laptop-body p{font-size:20px;line-height:1.3;color:#fff}
.laptop-body p strong{color:var(--u-red)}
.fake-button{width:80px;height:24px;border-radius:4px;background:var(--u-red)}
.digital-globe{width:180px;height:180px;border:1px solid rgba(229,57,53,.45);border-radius:50%;position:relative;margin:auto;background:radial-gradient(circle,rgba(229,57,53,.08),transparent 68%)}
.digital-globe:before,.digital-globe:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.digital-globe:before{inset:20px 55px}.digital-globe:after{inset:55px 20px}
.globe-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--u-red);box-shadow:0 0 12px var(--u-red)}
.dot-1{left:30px;top:55px}.dot-2{right:38px;top:35px}.dot-3{right:28px;bottom:48px}.dot-4{left:67px;bottom:25px}
.device-phone{width:150px;left:2%;bottom:52px;z-index:4}
.device-phone .device-screen{height:315px;border-radius:25px;padding:20px 12px;box-shadow:0 25px 70px rgba(0,0,0,.5)}
.mini-title{font-size:18px;font-weight:800;margin:25px 0 12px}.mini-icons{display:flex;gap:8px}.mini-icons span{width:28px;height:28px;border:1px solid #35404c;border-radius:6px;display:grid;place-items:center;color:var(--u-red);font-size:10px}.mini-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:28px}.mini-cards span{height:90px;border-radius:7px;background:linear-gradient(145deg,#1f2a36,#0c131c)}
.device-tablet{width:205px;right:1%;bottom:33px;z-index:4}
.device-tablet .device-screen{height:365px;border-radius:25px;padding:20px;box-shadow:0 25px 70px rgba(0,0,0,.5)}
.metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:25px}.metrics-row span{height:50px;background:#101923;border-radius:6px}.chart-line{height:100px;margin-top:12px;border-radius:7px;background:linear-gradient(170deg,transparent 52%,rgba(229,57,53,.9) 53%,transparent 55%),#101923}.activity-list{display:grid;gap:8px;margin-top:13px}.activity-list span{height:35px;border-radius:6px;background:#101923}

.products-ecosystem{background:#fff}
.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.product-card{border:1px solid var(--u-line);border-radius:14px;padding:28px;background:#fff;box-shadow:0 12px 35px rgba(11,20,32,.05);display:flex;flex-direction:column;min-height:390px}
.product-card.featured{border-top:3px solid var(--u-red)}
.product-icon{width:58px;height:58px;border-radius:13px;background:var(--u-ink);color:var(--u-red);display:grid;place-items:center;font-size:21px;margin-bottom:20px}
.brand-icon{font-size:27px;font-weight:900;color:#fff}.brand-icon span{color:var(--u-red)}
.product-label{font-size:10px;color:var(--u-red);font-weight:800;letter-spacing:.08em}
.product-card h3{font-size:22px;margin:8px 0 12px}
.product-card p{color:#626d78;line-height:1.7;font-size:14px}
.product-card ul{list-style:none;padding:0;margin:8px 0 18px}.product-card li{font-size:13px;color:#59636e;margin:8px 0}.product-card li i{color:var(--u-red);margin-right:6px}
.product-card a{margin-top:auto;color:var(--u-red);font-weight:700;text-decoration:none;font-size:13px}.product-card a i{margin-left:7px}

.products-highlight{background:var(--u-bg)}
.highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.highlight-copy h2{font-size:42px;line-height:1.15;margin:10px 0 20px}
.highlight-copy p{color:#606b76;line-height:1.8}
.highlight-copy .btn-unomas{margin-top:16px}
.highlight-ecosystem{height:470px;position:relative;border-radius:20px;background:var(--u-ink);overflow:hidden}
.highlight-ecosystem:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(229,57,53,.15),transparent 34%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:auto,36px 36px,36px 36px}
.ecosystem-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;border:1px solid rgba(229,57,53,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:2}
.ecosystem-center>span{font-size:43px;font-weight:900}.ecosystem-center>span span{color:var(--u-red)}
.ecosystem-node{position:absolute;display:flex;align-items:center;gap:9px;color:#fff;font-size:12px;z-index:2}
.ecosystem-node i{width:38px;height:38px;border-radius:50%;background:#101b28;color:var(--u-red);display:grid;place-items:center;border:1px solid #35404c}
.node-1{left:11%;top:18%}.node-2{right:11%;top:18%}.node-3{left:7%;top:48%}.node-4{right:7%;top:48%}.node-5{left:16%;bottom:16%}.node-6{right:10%;bottom:16%}

.products-future{background:#fff}
.future-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.future-grid article{border:1px solid var(--u-line);border-radius:12px;padding:30px;background:#fff}
.future-grid i{width:52px;height:52px;border-radius:12px;background:var(--u-ink);color:var(--u-red);display:grid;place-items:center;font-size:20px}
.future-grid h3{font-size:19px;margin:18px 0 10px}
.future-grid p{color:#66717d;line-height:1.7;margin:0}

.products-capabilities{background:#fff;padding-bottom:80px}
.capabilities-box{background:var(--u-ink);border-radius:14px;color:#fff;padding:34px 42px}
.capabilities-heading{text-align:center;margin-bottom:28px}
.capabilities-heading h2{font-size:30px;margin:6px 0 0}
.capabilities-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.capabilities-grid>div{display:flex;align-items:center;gap:14px;padding:10px 25px;border-right:1px solid #313b46}
.capabilities-grid>div:last-child{border:0}
.capabilities-grid i{font-size:26px;color:var(--u-red)}
.capabilities-grid span{font-size:12px;color:#aeb7c0;line-height:1.5}.capabilities-grid b{display:block;color:#fff;font-size:14px;margin-bottom:3px}

.products-cta{background:#fff;padding:0 0 80px}
.cta-box{background:#f4f5f7;border:1px solid var(--u-line);border-radius:14px;padding:42px 50px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta-box h2{font-size:30px;margin:8px 0}.cta-box p{color:#66717d;margin:0}

@media(max-width:1200px){
    .products-grid{grid-template-columns:repeat(3,1fr)}
    .device-laptop{left:9%;transform:scale(.92)}
    .device-tablet{display:none}
    .capabilities-grid{grid-template-columns:repeat(3,1fr);gap:24px}
    .capabilities-grid>div{border:0}
}
@media(max-width:992px){
    .unomas-container{width:min(100% - 40px,1400px)}
    .products-hero-grid,.highlight-grid{grid-template-columns:1fr}
    .products-hero-copy{padding:70px 0 20px}
    .products-hero-visual{min-height:470px}
    .products-hero h1{font-size:46px}
    .device-laptop{left:50%;transform:translateX(-50%) scale(.85)}
    .device-phone{left:5%;transform:scale(.85)}
    .products-grid{grid-template-columns:1fr 1fr}
    .future-grid{grid-template-columns:1fr 1fr}
    .highlight-ecosystem{height:430px}
    .cta-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:650px){
    .unomas-container{width:calc(100% - 30px)}
    .section-space{padding:65px 0}
    .section-heading h2{font-size:31px}
    .products-hero h1{font-size:37px}
    .products-hero p{font-size:15px}
    .products-hero-visual{min-height:360px}
    .device-laptop{width:460px;left:50%;transform:translateX(-50%) scale(.65);transform-origin:top center}
    .device-phone{display:none}
    .products-grid,.future-grid,.capabilities-grid{grid-template-columns:1fr}
    .product-card{min-height:unset}
    .highlight-copy h2{font-size:32px}
    .highlight-ecosystem{height:390px}
    .ecosystem-node span{display:none}
    .capabilities-box{padding:30px 22px}
    .capabilities-grid>div{padding:8px 0}
    .cta-box{padding:32px 24px}
}
