:root{--navy:#061b35;--navy2:#0b2948;--blue:#147fd1;--cyan:#32b7eb;--ink:#10233b;--muted:#637187;--white:#fff;--line:#e5ebf1;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(var(--shell),calc(100% - 48px));margin:auto}.topbar{background:var(--blue);color:#fff;font-size:13px;font-weight:600}.topbar-inner{height:40px;display:flex;justify-content:space-between;align-items:center}.topbar-inner div{display:flex;gap:30px}.topbar-cta{align-self:stretch;display:flex;align-items:center;gap:12px;padding:0 24px;background:#086dbb}.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 5px 24px #061b3512}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{width:190px}.site-header nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}.site-header nav a{position:relative}.site-header nav a:not(.login-link):after{content:"";height:2px;position:absolute;left:0;right:100%;bottom:-9px;background:var(--blue);transition:.25s}.site-header nav a:hover:after,.site-header nav a.active:after{right:0}.login-link{color:#fff;background:var(--navy);padding:12px 20px}.menu-toggle{display:none;border:0;background:none}.section{padding:105px 0}.section-dark{color:#fff;background:var(--navy)}.hero{overflow:hidden;position:relative;background:radial-gradient(circle at 72% 42%,#174f79 0,transparent 31%),linear-gradient(125deg,#061b35 45%,#0c3458)}.hero:before{content:"";position:absolute;inset:0;opacity:.08;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:70px 70px}.hero-grid{min-height:690px;display:grid;grid-template-columns:44% 56%;align-items:center;position:relative}.hero-copy{padding:70px 0;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:2.5px;font-size:12px;font-weight:800;color:#7ed9ff;display:inline-flex;align-items:center;gap:10px;margin-bottom:20px}.eyebrow:before{content:"";width:30px;height:2px;background:currentColor}.eyebrow.blue{color:var(--blue)}.ulink-logo{width:140px;margin-bottom:18px;filter:brightness(0) invert(1)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(45px,5vw,72px);line-height:1.08;letter-spacing:-3px;font-weight:500;margin-bottom:25px}h1 strong,h2 em{font-style:normal;color:var(--cyan)}.hero-copy p{font-size:18px;color:#c1d2e1}.button{display:inline-flex;align-items:center;gap:22px;margin-top:18px;padding:14px 24px;background:var(--blue);color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.button span{font-size:20px}.hero-art{position:relative;align-self:end;z-index:1}.hero-art img{width:720px;position:relative;z-index:2;filter:drop-shadow(0 35px 40px #0008)}.blue-orbit{position:absolute;width:590px;height:590px;border:1px solid #62c9f650;border-radius:50%;top:-25px;left:60px}.blue-orbit:after,.blue-orbit:before{content:"";position:absolute;border:1px solid #62c9f62b;border-radius:50%;inset:45px}.blue-orbit:after{inset:100px}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.concept{position:relative}.concept img{position:relative;z-index:2;max-height:600px;margin:auto}.concept-bg{position:absolute;width:76%;aspect-ratio:1;background:#eaf7fd;border-radius:50%;left:11%;top:12%}.about-copy h2,.product-copy h2,.contact h2,.section-heading h2{font-size:clamp(32px,4vw,49px);line-height:1.18;letter-spacing:-2px;margin-bottom:25px}.about-copy p,.product-copy p{color:var(--muted)}.check-list{list-style:none;padding:0;margin:30px 0 0}.check-list li{padding:10px 0 10px 34px;border-bottom:1px solid var(--line);position:relative;font-size:14px;font-weight:600}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:800}.stats{padding:64px 0;background:linear-gradient(100deg,var(--navy),#0c3e68)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr)}.stats-grid div{text-align:center;border-right:1px solid #ffffff25}.stats-grid div:last-child{border:0}.stats strong{display:block;font-size:52px;line-height:1.1;color:#fff}.stats p{margin:10px 0 0;color:#9fb4c8;text-transform:uppercase;letter-spacing:1.2px;font-size:12px}.key-product{background:#f4f8fb}.product-image{position:relative;padding:30px}.product-image img{height:530px;width:100%;object-fit:cover;position:relative;z-index:2;box-shadow:20px 25px 0 var(--blue)}.product-ring{position:absolute;inset:-10px 65px 45px -10px;border:1px solid #9fd9f0;border-radius:50%}.button-dark{background:var(--navy)}.section-heading{text-align:center;max-width:720px;margin:0 auto 55px}.section-heading .eyebrow{justify-content:center}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid var(--line);padding:20px 20px 24px;transition:.3s;background:#fff}.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 45px #09213d17;border-color:transparent}.card-image{background:#f3f7fa;height:210px;display:grid;place-items:center;margin-bottom:22px}.card-image img{height:160px;object-fit:contain}.product-card h3{font-size:17px;line-height:1.4;min-height:48px}.product-card>span{font-size:11px;color:var(--blue);text-transform:uppercase;letter-spacing:1px;font-weight:800}.contact{padding:105px 0;background:linear-gradient(120deg,#061b35,#0a3559)}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center}.contact-grid>div:first-child>p{color:#a8bbcd;max-width:590px}.contact-card{background:#fff;color:var(--ink);padding:42px 45px;box-shadow:0 25px 50px #0003}.contact-card h3{font-size:28px}.contact-card a{display:block;color:var(--blue);font-weight:700;margin-top:8px}.contact-card address{font-style:normal;color:var(--muted);font-size:14px}.contact-label{text-transform:uppercase;letter-spacing:1.2px;font-size:11px;font-weight:800;color:var(--ink);margin-bottom:8px}.contact-label.support{margin-top:25px}footer{padding:30px 0;background:#041426;color:#98aabd;font-size:12px}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-inner img{width:160px;filter:brightness(0) invert(1)}.footer-inner p{margin:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.site-header nav{position:absolute;display:none;top:84px;left:0;right:0;padding:25px 24px;background:#fff;flex-direction:column;align-items:stretch;box-shadow:0 15px 20px #0002}.site-header nav.open{display:flex}.menu-toggle{display:block;padding:8px}.menu-toggle span:not(.visually-hidden){display:block;width:27px;height:2px;background:var(--navy);margin:6px}.hero-grid,.split-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{padding-top:35px}.hero-art{max-width:680px;margin:auto}.split-grid,.contact-grid{gap:50px}.stats strong{font-size:40px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.shell{width:min(100% - 30px,var(--shell))}.topbar-inner div a:nth-child(2){display:none}.topbar-cta{padding:0 12px}.brand img{width:160px}.hero-grid{min-height:auto}.hero-copy{padding:65px 0 20px}h1{letter-spacing:-2px}.hero-art{margin:0 -25px}.section{padding:75px 0}.split-grid{gap:35px}.reverse-mobile .product-copy{order:2}.stats-grid{grid-template-columns:1fr}.stats-grid div{border-right:0;border-bottom:1px solid #ffffff25;padding:25px}.product-grid{grid-template-columns:1fr}.contact-card{padding:30px 25px}.footer-inner{flex-direction:column;gap:18px;text-align:center}}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero .ulink-logo{width:176px;height:auto;filter:none}
.downloads{position:relative;overflow:hidden;background:#f3f8fc;scroll-margin-top:84px}.downloads:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-240px;top:-240px;border:80px solid #dff2fb;opacity:.7}.downloads-heading{position:relative;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;margin-bottom:48px}.downloads-heading h2{font-size:clamp(40px,5vw,58px);line-height:1;margin-bottom:18px;letter-spacing:-2px}.downloads-heading p{max-width:690px;color:var(--muted);margin:0}.downloads-visual{min-width:220px;padding:18px 24px;display:flex;align-items:center;gap:16px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 14px 30px #147fd12d}.downloads-visual .download-arrow{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;font-size:29px;background:#ffffff20}.downloads-visual span:last-child{font-size:12px;text-transform:uppercase;letter-spacing:1px}.downloads-visual strong{display:block;font-size:25px;line-height:1.1}.download-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.download-card{display:grid;grid-template-columns:58px 1fr 42px;gap:18px;align-items:center;min-height:105px;padding:18px 20px;background:#fff;border:1px solid #e1e9f0;box-shadow:0 8px 25px #09213d09;transition:transform .25s,border-color .25s,box-shadow .25s}.download-card:hover{transform:translateY(-4px);border-color:#8bc9ee;box-shadow:0 16px 36px #09213d17}.file-icon{display:grid;place-items:center;width:58px;height:64px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.5px;background:#e95e4d;clip-path:polygon(0 0,73% 0,100% 24%,100% 100%,0 100%)}.file-icon.xls{background:#2d9d69}.file-icon.img{background:#855bc4}.file-info{min-width:0}.file-info strong{display:block;font-size:14px;line-height:1.4;margin-bottom:5px}.file-info small{display:block;color:#8190a2;font-size:11px}.download-action{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:var(--blue);font-size:20px;background:#eaf6fd;transition:.25s}.download-card:hover .download-action{color:#fff;background:var(--blue)}
@media(max-width:900px){.downloads-heading{grid-template-columns:1fr}.downloads-visual{justify-self:start}.download-grid{grid-template-columns:1fr}}
@media(max-width:600px){.downloads-heading{gap:25px}.downloads-visual{min-width:0}.download-card{grid-template-columns:48px 1fr 36px;gap:13px;padding:15px 13px}.file-icon{width:48px;height:55px}.file-info strong{font-size:13px}}
.product-grid{align-items:start}.product-card{align-self:start}.product-card h3{min-height:0;margin-bottom:0}
.featured-product{display:grid;grid-template-columns:1.05fr 1fr;margin-bottom:80px;overflow:hidden;background:var(--navy);color:#fff;box-shadow:0 24px 55px #09213d24}.featured-product-image{position:relative;min-height:480px;background:#e9f3f8}.featured-product-image>img{width:100%;height:100%;object-fit:cover}.featured-product-image>span{position:absolute;top:25px;left:25px;padding:9px 15px;background:var(--blue);color:#fff;font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.featured-product-copy{padding:55px 55px 48px}.featured-product-copy>img{width:135px;margin-bottom:22px}.featured-product-copy h3{font-size:clamp(27px,3vw,39px);line-height:1.18;letter-spacing:-1.4px;margin-bottom:20px}.featured-product-copy h3 em{font-style:normal;color:var(--cyan)}.featured-product-copy p{color:#aec1d2;font-size:14px}.featured-product-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;list-style:none;padding:0;margin:24px 0 10px}.featured-product-copy li{position:relative;padding-left:21px;color:#d5e1eb;font-size:12px;font-weight:600}.featured-product-copy li:before{content:"✓";position:absolute;left:0;color:var(--cyan)}.featured-product-copy .button{background:var(--blue)}.other-products-heading{margin-bottom:35px}.other-products-heading h2{font-size:clamp(28px,3vw,38px);line-height:1.2;letter-spacing:-1.5px;margin-bottom:10px}.other-products-heading p{color:var(--muted);margin:0}
@media(max-width:900px){.featured-product{grid-template-columns:1fr}.featured-product-image{min-height:380px}.featured-product-copy{padding:42px}}
@media(max-width:600px){.featured-product{margin-bottom:60px}.featured-product-image{min-height:280px}.featured-product-copy{padding:30px 24px}.featured-product-copy ul{grid-template-columns:1fr}}
.featured-product{margin-bottom:52px}.featured-product-image{min-height:330px;height:330px}.featured-product-copy{padding:30px 38px 27px}.featured-product-copy>img{width:105px;margin-bottom:12px}.featured-product-copy h3{font-size:clamp(24px,2.35vw,32px);margin-bottom:12px}.featured-product-copy p{font-size:12px;line-height:1.6;margin-bottom:12px}.featured-product-copy ul{margin:14px 0 4px;gap:5px 16px}.featured-product-copy .button{margin-top:12px;padding:11px 18px}.other-products-heading{margin-bottom:28px}
@media(max-width:900px){.featured-product-image{height:320px;min-height:320px}.featured-product-copy{padding:30px 34px}}
@media(max-width:600px){.featured-product{margin-bottom:44px}.featured-product-image{height:250px;min-height:250px}.featured-product-copy{padding:26px 22px}.featured-product-copy>img{width:95px}}

/* Mobile-first presentation */
@media(max-width:767px){
  html{scroll-padding-top:66px}
  body{overflow-x:hidden;font-size:15px;line-height:1.65}
  .shell{width:calc(100% - 32px)}
  .section{padding:58px 0}
  .eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:14px;gap:8px}
  .eyebrow:before{width:22px}
  .button{min-height:46px;justify-content:center;margin-top:14px;padding:12px 18px;font-size:11px;letter-spacing:.7px}

  .topbar-inner{height:36px}
  .topbar-inner div{gap:0;font-size:11px}
  .topbar-inner div a:nth-child(2){display:none}
  .topbar-cta{padding:0 11px;font-size:10px;letter-spacing:.2px}
  .site-header{top:0}
  .nav-wrap{height:66px}
  .brand img{width:148px}
  .menu-toggle{display:block;position:relative;z-index:2;width:44px;height:44px;padding:9px;margin-right:-8px;border-radius:4px}
  .menu-toggle span:not(.visually-hidden){width:25px;height:2px;margin:5px auto;transition:transform .25s,opacity .25s}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .site-header nav{position:absolute;top:66px;left:0;right:0;max-height:calc(100vh - 102px);overflow-y:auto;padding:14px 16px 20px;gap:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 30px #061b3526}
  .site-header nav a{display:flex;align-items:center;min-height:48px;padding:0 12px;border-bottom:1px solid var(--line);font-size:14px}
  .site-header nav a:after{display:none}
  .site-header nav .login-link{justify-content:center;margin-top:12px;border:0}

  .hero{background:radial-gradient(circle at 75% 76%,#174f79 0,transparent 30%),linear-gradient(145deg,#061b35 45%,#0c3458)}
  .hero:before{background-size:42px 42px}
  .hero-grid{display:flex;min-height:0;padding-top:0;flex-direction:column;align-items:stretch}
  .hero-copy{padding:52px 0 12px}
  .hero .ulink-logo{width:124px;margin-bottom:13px}
  h1{max-width:360px;font-size:clamp(39px,12vw,52px);line-height:1.04;letter-spacing:-2.3px;margin-bottom:18px}
  .hero-copy p{font-size:15px;margin-bottom:10px}
  .hero-art{width:115%;margin:5px -8% 0;align-self:center}
  .hero-art img{width:100%;filter:drop-shadow(0 22px 24px #0007)}
  .blue-orbit{width:95vw;height:95vw;left:12%;top:-8%}

  .split-grid{display:flex;flex-direction:column;gap:28px}
  .concept{width:min(88%,360px);margin:auto}
  .concept img{max-height:390px}
  .about-copy h2,.contact h2,.section-heading h2{font-size:clamp(30px,9vw,39px);line-height:1.15;letter-spacing:-1.5px;margin-bottom:18px}
  .about-copy p{font-size:14px}
  .check-list{margin-top:22px}
  .check-list li{padding:10px 0 10px 28px;font-size:13px;line-height:1.45}

  .stats{padding:18px 0}
  .stats-grid{grid-template-columns:repeat(3,1fr);gap:0}
  .stats-grid div{padding:18px 7px;border-right:1px solid #ffffff25;border-bottom:0}
  .stats-grid div:last-child{border-right:0}
  .stats strong{font-size:clamp(25px,8vw,34px)}
  .stats p{font-size:8px;line-height:1.4;letter-spacing:.6px;margin-top:7px}

  .section-heading{text-align:left;margin:0 0 32px}
  .section-heading .eyebrow{justify-content:flex-start}
  .section-heading p{font-size:13px}
  .featured-product{grid-template-columns:1fr;margin-bottom:42px;box-shadow:0 14px 32px #09213d20}
  .featured-product-image{height:auto;min-height:0;aspect-ratio:16/10}
  .featured-product-image>img{object-fit:cover}
  .featured-product-image>span{top:12px;left:12px;padding:6px 9px;font-size:8px}
  .featured-product-copy{padding:25px 20px 24px}
  .featured-product-copy>img{width:90px;margin-bottom:11px}
  .featured-product-copy h3{font-size:25px;line-height:1.16;letter-spacing:-1px;margin-bottom:10px}
  .featured-product-copy p{font-size:12px;line-height:1.55}
  .featured-product-copy ul{grid-template-columns:1fr;margin:13px 0 2px;gap:5px}
  .featured-product-copy .button{width:100%}
  .other-products-heading{margin-bottom:22px}
  .other-products-heading h2{font-size:27px}
  .other-products-heading p{font-size:13px}
  .product-grid{grid-template-columns:1fr;gap:12px}
  .product-card{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:16px;padding:10px 16px 10px 10px}
  .product-card:hover{transform:none}
  .card-image{height:100px;margin:0}
  .card-image img{width:94px;height:82px}
  .product-card h3{font-size:14px;line-height:1.35;margin:0}

  .downloads{scroll-margin-top:66px}
  .downloads:before{width:270px;height:270px;border-width:45px;right:-170px;top:-130px}
  .downloads-heading{grid-template-columns:1fr;gap:22px;margin-bottom:28px}
  .downloads-heading h2{font-size:39px;letter-spacing:-1.5px;margin-bottom:13px}
  .downloads-heading p{font-size:13px}
  .downloads-visual{width:100%;min-width:0;padding:12px 15px;box-shadow:none}
  .downloads-visual .download-arrow{width:40px;height:40px;font-size:23px}
  .downloads-visual strong{font-size:21px}
  .download-grid{grid-template-columns:1fr;gap:9px}
  .download-card{grid-template-columns:42px minmax(0,1fr) 32px;min-height:76px;gap:11px;padding:10px;background:#fff}
  .file-icon{width:42px;height:50px;font-size:8px}
  .file-info strong{font-size:12px;line-height:1.35;overflow-wrap:anywhere}
  .file-info small{font-size:9px}
  .download-action{width:30px;height:30px;font-size:17px}

  .contact{padding:58px 0}
  .contact-grid{grid-template-columns:1fr;gap:28px}
  .contact-grid>div:first-child>p{font-size:14px}
  .contact-card{padding:26px 21px;box-shadow:0 16px 35px #0003}
  .contact-card h3{font-size:24px;margin-bottom:20px}
  .contact-card address{font-size:13px}
  .contact-card a{min-height:34px;display:flex;align-items:center;font-size:14px;overflow-wrap:anywhere}
  .contact-label.support{margin-top:18px}

  footer{padding:27px 0}
  .footer-inner{flex-direction:column;gap:15px;text-align:center}
  .footer-inner img{width:145px}
  .footer-inner p{max-width:260px;line-height:1.5}
  #back-to-top{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;color:#fff;border:1px solid #ffffff2b}
}

@media(max-width:374px){
  .shell{width:calc(100% - 24px)}
  .topbar-cta span{display:none}
  h1{font-size:38px}
  .stats-grid{grid-template-columns:1fr}
  .stats-grid div{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-right:0;border-bottom:1px solid #ffffff25;text-align:left}
  .stats p{max-width:125px;margin:0;text-align:right}
  .product-card{grid-template-columns:94px minmax(0,1fr)}
  .card-image{height:86px}.card-image img{width:80px;height:72px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
