
/* =========================================================
   G-SALDIO PRODUCTS — V13 PRODUCT UNIVERSE
   ========================================================= */
:root{
  --products-bg:#061d19;
  --products-bg-2:#07382f;
  --products-teal:#13b39e;
  --products-teal-bright:#42d3bf;
  --products-paper:#f5f9f8;
  --products-ink:#10221f;
  --products-muted:#697b76;
  --products-line:#d5e3df;
}
.products-v13{background:var(--products-paper);color:var(--products-ink);overflow-x:hidden}
.products-v13 .products-site-header:not(.scrolled){background:rgba(6,29,25,.45)}
.products-v13 .products-site-header:not(.scrolled) .desktop-nav.nav-capsule{background:rgba(255,255,255,.035)}

.products-universe-hero{
  position:relative;
  min-height:940px;
  padding:155px 0 80px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 72% 42%,rgba(34,212,185,.13),transparent 24%),
    radial-gradient(circle at 12% 90%,rgba(7,132,115,.24),transparent 34%),
    linear-gradient(135deg,#051a17 0%,#072a25 48%,#073b34 100%);
}
.products-hero-atmosphere{position:absolute;inset:0;pointer-events:none}
.products-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(89,226,206,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(89,226,206,.04) 1px,transparent 1px);background-size:48px 48px}
.products-glow{position:absolute;border-radius:50%;filter:blur(16px)}
.glow-one{width:650px;height:650px;right:-220px;top:70px;background:radial-gradient(circle,rgba(43,219,194,.15),transparent 68%);animation:productsGlowOne 14s ease-in-out infinite}
.glow-two{width:420px;height:420px;left:-140px;bottom:-140px;background:radial-gradient(circle,rgba(10,159,140,.16),transparent 70%);animation:productsGlowTwo 18s ease-in-out infinite}
@keyframes productsGlowOne{50%{transform:translate(-30px,22px) scale(1.05)}}@keyframes productsGlowTwo{50%{transform:translate(42px,-28px) scale(.96)}}
.products-hero-orbit{position:absolute;border:1px solid rgba(76,221,202,.07);border-radius:50%}.products-hero-orbit.orbit-one{width:760px;height:760px;right:-190px;top:40px}.products-hero-orbit.orbit-two{width:1000px;height:1000px;right:-310px;top:-80px;border-style:dashed}
.products-hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.products-hero-index{display:flex;align-items:center;gap:11px;color:#78a59d;font-size:8px;font-weight:900;letter-spacing:.16em}.products-hero-index span:first-child{color:#4dd3c0}.products-hero-index i{width:42px;height:1px;background:linear-gradient(90deg,#3bc8b4,transparent)}
.products-hero-badge{width:max-content;display:flex;align-items:center;gap:11px;margin-top:22px;padding:10px 13px;border:1px solid rgba(159,225,215,.14);border-radius:15px;background:rgba(255,255,255,.045);backdrop-filter:blur(10px)}.products-hero-badge img{width:39px;height:39px;border-radius:11px}.products-hero-badge small{display:block;color:#7fa8a0;font-size:6px;font-weight:900;letter-spacing:.12em}.products-hero-badge strong{display:block;margin-top:3px;font:800 12px var(--manrope)}
.products-hero-copy h1{margin:25px 0 0;font:800 clamp(57px,6.2vw,88px)/.96 var(--manrope);letter-spacing:-.075em}.products-hero-copy h1 em{font-style:normal;color:var(--products-teal-bright)}
.products-hero-copy>p{max-width:630px;margin:27px 0 0;color:#a7c1bb;font-size:17px;line-height:1.75}
.products-hero-actions{display:flex;gap:11px;margin-top:31px}.products-primary-cta{background:linear-gradient(135deg,#16ae9a,#0b897b);color:#fff;box-shadow:0 17px 36px rgba(10,159,141,.2)}.products-ghost-cta{border:1px solid rgba(183,231,223,.14);background:rgba(255,255,255,.055);color:#eaf9f6;backdrop-filter:blur(10px)}
.products-hero-meta{display:flex;align-items:center;gap:20px;margin-top:37px}.products-hero-meta>div{display:grid}.products-hero-meta small{color:#658c84;font-size:6px;font-weight:900;letter-spacing:.13em}.products-hero-meta strong{margin-top:4px;color:#e4f8f4;font:800 12px var(--manrope)}.products-hero-meta span{margin-top:2px;color:#5f817a;font-size:7px}.products-hero-meta>i{width:1px;height:36px;background:#285049}

.products-universe-visual{position:relative;min-height:650px}
.universe-core{position:absolute;z-index:5;left:50%;top:50%;width:175px;height:175px;transform:translate(-50%,-50%);display:grid;place-items:center;border:1px solid rgba(188,234,226,.35);border-radius:50%;background:#f2fcf9;color:var(--products-ink);box-shadow:0 34px 90px rgba(0,0,0,.28),0 0 80px rgba(37,205,182,.09)}.universe-core img{width:69px;height:69px;border-radius:20px;z-index:2}.universe-core>div{position:absolute;top:183px;width:170px;text-align:center}.universe-core strong{display:block;font:800 13px var(--manrope)}.universe-core small{display:block;margin-top:3px;color:#74918b;font-size:7px}.universe-core-ring{position:absolute;border:1px solid rgba(19,173,153,.15);border-radius:50%}.ring-a{inset:14px}.ring-b{inset:-23px;border-style:dashed;animation:productsSpin 22s linear infinite}@keyframes productsSpin{to{transform:rotate(360deg)}}
.universe-lines{position:absolute;inset:0;width:100%;height:100%}.universe-lines path{fill:none;stroke:#29c8b2;stroke-width:1.4;stroke-opacity:.52;stroke-dasharray:8 10;animation:productLineMove 18s linear infinite}@keyframes productLineMove{to{stroke-dashoffset:-220}}
.universe-product-node{position:absolute;z-index:6;display:grid;grid-template-columns:30px 43px 1fr;gap:9px;align-items:center;min-width:205px;padding:11px 13px;border:1px solid rgba(185,229,221,.25);border-radius:15px;background:rgba(248,254,252,.96);color:var(--products-ink);box-shadow:0 17px 40px rgba(0,0,0,.14);transition:.25s ease}.universe-product-node:hover{transform:translateY(-4px);box-shadow:0 25px 55px rgba(0,0,0,.22)}.universe-product-node img{width:42px;height:42px;border-radius:12px}.universe-product-node>b{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e2f5f1;color:#078777;font:500 23px var(--manrope)}.node-sequence{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#f0f5f4;color:#7d908b;font-size:7px;font-weight:900}.universe-product-node small{display:block;color:#8b9a96;font-size:6px;font-weight:900;letter-spacing:.09em}.universe-product-node strong{display:block;margin-top:2px;font:800 10px var(--manrope)}.universe-product-node em{display:inline-block;margin-top:4px;color:#087d70;font-size:6px;font-style:normal;font-weight:900}.node-school{left:0;top:14%;border-color:rgba(59,210,190,.48)}.node-future-a{right:1%;top:14%}.node-future-b{left:2%;bottom:15%}.node-future-c{right:0;bottom:14%}
.products-hero-foot{position:absolute;z-index:4;left:50%;bottom:25px;transform:translateX(-50%);display:flex;justify-content:space-between;align-items:center;color:#537b74;font-size:7px;font-weight:900;letter-spacing:.14em}.products-hero-foot i{flex:1;height:1px;margin:0 24px;background:linear-gradient(90deg,transparent,#2d5b53,transparent)}

.products-signal{overflow:hidden;background:#061a17;border-top:1px solid #113a33;border-bottom:1px solid #113a33;color:#6d9d94}.products-signal>div{width:max-content;display:flex;align-items:center;gap:18px;padding:13px 0;animation:productsMarquee 35s linear infinite;font-size:8px;font-weight:900;letter-spacing:.17em;white-space:nowrap}.products-signal span{padding-left:18px}.products-signal i{width:5px;height:5px;border-radius:50%;background:#20b8a4;box-shadow:0 0 0 5px rgba(32,184,164,.07)}@keyframes productsMarquee{to{transform:translateX(-50%)}}

.product-directory{position:relative;padding:130px 0;background:#f6faf9;overflow:hidden}.product-directory:before{content:"01";position:absolute;right:3%;top:24px;color:rgba(12,101,87,.045);font:800 180px var(--manrope);letter-spacing:-.08em}.product-directory-head{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:75px;align-items:end}.products-kicker{color:#087f72;font-size:9px;font-weight:900;letter-spacing:.17em}.products-kicker.light{color:#6bd6c8}.product-directory-head h2,.architecture-copy h2,.products-standard-head h2{margin:12px 0 0;font:800 clamp(45px,5.5vw,72px)/1 var(--manrope);letter-spacing:-.065em}.product-directory-head h2 em,.architecture-copy h2 em{font-style:normal;color:var(--products-teal)}.product-directory-head>p{margin:0;color:var(--products-muted);line-height:1.75}
.flagship-product{--mx:50%;--my:50%;position:relative;overflow:hidden;display:grid;grid-template-columns:230px .8fr 1.2fr;gap:40px;align-items:center;min-height:525px;margin-top:58px;padding:34px;border:1px solid #cadfda;border-radius:31px;background:linear-gradient(145deg,#eff9f6,#fff);box-shadow:0 25px 65px rgba(14,77,67,.07)}.flagship-product:before,.future-directory-card:before,.products-next-card:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;transition:.25s ease;background:radial-gradient(460px circle at var(--mx) var(--my),rgba(45,209,187,.12),transparent 44%)}.product-mouse-light:hover:before{opacity:1}.flagship-product>*{position:relative;z-index:1}.flagship-identity{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:8px 0;border-right:1px solid #d7e5e1}.flagship-index{text-align:center}.flagship-index span{display:block;color:#8b9b97;font-size:7px;font-weight:900;letter-spacing:.12em}.flagship-index strong{display:block;margin-top:4px;font:800 29px var(--manrope)}.flagship-logo-orbit{position:relative;width:180px;height:180px;display:grid;place-items:center}.flagship-logo-orbit i{position:absolute;border:1px solid rgba(15,164,145,.16);border-radius:50%}.flagship-logo-orbit i:first-child{inset:20px}.flagship-logo-orbit i:last-of-type{inset:0;border-style:dashed;animation:productsSpin 20s linear infinite}.flagship-logo-orbit img{position:relative;z-index:2;width:82px;height:82px;border-radius:22px;box-shadow:0 17px 40px rgba(12,140,123,.18)}.flagship-status{display:flex;align-items:center;gap:7px;color:#0b8274;font-size:7px;font-weight:900;letter-spacing:.11em}.flagship-status span{width:6px;height:6px;border-radius:50%;background:#15ae9a;box-shadow:0 0 0 5px #ddf3ef}
.flagship-copy h3{margin:8px 0 0;font:800 47px/1 var(--manrope);letter-spacing:-.06em}.flagship-copy p{max-width:510px;color:#6b7e79;line-height:1.7}.flagship-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.flagship-tags span{padding:6px 9px;border:1px solid #cee2dd;border-radius:999px;background:#f8fcfb;color:#648078;font-size:7px;font-weight:900}.flagship-link{display:inline-flex;align-items:center;gap:8px;margin-top:25px;color:#078173;font-size:11px;font-weight:900}.flagship-link b{font-size:14px}
.flagship-preview{height:390px;border:1px solid #d7e4e1;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 18px 42px rgba(15,71,63,.08);transform:rotate(-1deg)}.preview-top{height:40px;display:flex;align-items:center;gap:5px;padding:0 12px;border-bottom:1px solid #e5ecea}.preview-top span,.preview-top i{width:7px;height:7px;border-radius:50%;background:#d0dcda}.preview-body{height:calc(100% - 40px);display:grid;grid-template-columns:47px 1fr}.preview-body aside{display:flex;flex-direction:column;align-items:center;gap:13px;padding-top:14px;background:#082b26}.preview-body aside b{width:22px;height:22px;border-radius:7px;background:rgba(255,255,255,.08)}.preview-body aside b:first-child{background:#11a893}.preview-body main{padding:18px}.preview-title{display:flex;justify-content:space-between}.preview-title i{width:100px;height:10px;border-radius:7px;background:#dce7e4}.preview-title span{width:30px;height:30px;border-radius:50%;background:#dce9e5}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:19px}.preview-cards i{height:72px;border:1px solid #e2ebe9;border-radius:10px;background:#fbfdfc}.preview-lower{display:grid;grid-template-columns:1.3fr .7fr;gap:7px;margin-top:7px}.preview-chart,.preview-list{height:205px;border:1px solid #e2ebe9;border-radius:10px}.preview-chart{display:flex;align-items:end;gap:7px;padding:18px 14px}.preview-chart b{flex:1;height:var(--h);border-radius:4px 4px 2px 2px;background:linear-gradient(#38ccb7,#0b9787)}.preview-list{padding:14px;display:grid;align-content:start;gap:12px}.preview-list i{height:31px;border-radius:7px;background:linear-gradient(90deg,#edf3f1 58%,transparent 58%)}
.future-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:18px}.future-directory-card{--mx:50%;--my:50%;position:relative;overflow:hidden;min-height:430px;padding:28px;border:1px solid #d3e2de;border-radius:26px;background:#fff}.future-directory-card>*{position:relative;z-index:1}.future-card-top{display:flex;justify-content:space-between;color:#889994;font-size:7px;font-weight:900;letter-spacing:.12em}.future-card-top em{padding:4px 6px;border-radius:999px;background:#eef4f2;color:#748680;font-style:normal;font-size:6px}.future-card-symbol{position:relative;width:140px;height:140px;margin:47px auto 0;display:grid;place-items:center;border:1px dashed #b7d5ce;border-radius:50%}.future-card-symbol i{position:absolute;inset:26px;border:1px solid #deebe8;border-radius:50%}.future-card-symbol span{position:relative;z-index:2;width:55px;height:55px;display:grid;place-items:center;border-radius:17px;background:#e0f4ef;color:#078878;font:500 30px var(--manrope)}.future-card-symbol.muted span{background:#edf3f1;color:#6f817c}.future-directory-card h3{margin:34px 0 0;font:800 29px/1.06 var(--manrope);letter-spacing:-.045em}.future-directory-card p{color:#71837e;line-height:1.65;font-size:13px}.future-card-foot{position:absolute;left:28px;right:28px;bottom:25px;display:flex;justify-content:space-between;padding-top:17px;border-top:1px solid #e0e9e7;color:#82938e;font-size:8px;font-weight:800}.future-card-foot b{color:#657a74}.philosophy-card{background:linear-gradient(145deg,#092c27,#0a4a41);color:#fff;border-color:#225e55}.philosophy-card .future-card-top{color:#6ea89f}.philosophy-card .future-card-top em{background:#0e5b50;color:#87cfc3}.philosophy-glyph{width:140px;height:140px;margin:47px auto 0;display:grid;place-items:center;border:1px dashed rgba(102,211,196,.2);border-radius:50%;color:#53d3c1;font:500 50px var(--manrope)}.philosophy-card p{color:#9fc0ba}.philosophy-card .future-card-foot{border-color:rgba(187,231,224,.12);color:#72a59d}.philosophy-card .future-card-foot b{color:#9bc5bd}

.ecosystem-architecture{position:relative;padding:130px 0;background:#061e1a;color:#fff;overflow:hidden}.ecosystem-architecture:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(78,219,199,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(78,219,199,.035) 1px,transparent 1px);background-size:55px 55px}.ecosystem-architecture-grid{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.architecture-copy h2 em{color:#4bd3c0}.architecture-copy p{max-width:570px;color:#9fb9b3;line-height:1.75}
.architecture-map{position:relative;min-height:580px}.architecture-axis{position:absolute;left:50%;top:50%;background:linear-gradient(transparent,rgba(50,205,184,.24),transparent)}.architecture-axis.vertical{width:1px;height:75%;transform:translate(-50%,-50%)}.architecture-axis.horizontal{width:75%;height:1px;transform:translate(-50%,-50%) rotate(90deg)}
.architecture-core{position:absolute;left:50%;top:50%;width:160px;height:160px;transform:translate(-50%,-50%);display:grid;place-items:center;border:1px solid rgba(177,229,221,.27);border-radius:50%;background:#f1fbf8;color:var(--products-ink);box-shadow:0 35px 85px rgba(0,0,0,.3)}.architecture-core img{width:65px;height:65px;border-radius:18px}.architecture-core strong{position:absolute;top:166px;font:800 12px var(--manrope)}.architecture-core small{position:absolute;top:184px;color:#718f88;font-size:7px}
.architecture-node{position:absolute;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(179,226,219,.22);border-radius:14px;background:rgba(248,254,252,.95);color:var(--products-ink);box-shadow:0 18px 38px rgba(0,0,0,.14)}.architecture-node img,.architecture-node>span{width:40px;height:40px;border-radius:11px}.architecture-node img{object-fit:cover}.architecture-node>span{display:grid;place-items:center;background:#e1f4f0;color:#087e70;font:500 21px var(--manrope)}.architecture-node small{display:block;color:#8a9a96;font-size:6px;font-weight:900}.architecture-node strong{display:block;margin-top:2px;font:800 9px var(--manrope)}.arch-school{left:2%;top:10%}.arch-future-one{right:2%;top:12%}.arch-future-two{left:4%;bottom:11%}.arch-future-three{right:1%;bottom:10%}
.architecture-principles{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border-top:1px solid #174039;border-bottom:1px solid #174039}.architecture-principles article{min-height:190px;padding:25px;border-right:1px solid #174039}.architecture-principles article:last-child{border-right:0}.architecture-principles span{color:#5c8a82;font-size:8px;font-weight:900}.architecture-principles strong{display:block;margin-top:45px;font:800 17px var(--manrope)}.architecture-principles p{color:#83a59e;font-size:11px;line-height:1.6}

.products-standard-section{padding:130px 0;background:#edf5f2}.products-standard-head h2{max-width:750px}.products-standard-list{margin-top:55px;border-top:1px solid #cdded9}.products-standard-list article{display:grid;grid-template-columns:45px 160px 1fr 25px;gap:20px;align-items:center;padding:32px 0;border-bottom:1px solid #cdded9}.products-standard-list article>span{color:#84958f;font-size:9px;font-weight:900}.products-standard-list h3{margin:0;font:800 25px var(--manrope)}.products-standard-list p{margin:0;color:#6f817c;line-height:1.65}.products-standard-list b{color:#81918d;font-size:18px}

.products-next-section{padding:95px 0;background:#fff}.products-next-card{--mx:50%;--my:50%;position:relative;overflow:hidden;min-height:500px;display:grid;grid-template-columns:1fr .75fr;gap:60px;align-items:center;padding:50px;border-radius:32px;background:linear-gradient(135deg,#063a33,#0a7164);color:#fff}.products-next-card>*{position:relative;z-index:1}.products-next-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(146,227,215,.17);border-radius:999px;color:#8ddfd2;font-size:7px;font-weight:900;letter-spacing:.12em}.products-next-pill i{width:6px;height:6px;border-radius:50%;background:#45d3c0}.products-next-copy h2{margin:20px 0 0;font:800 clamp(42px,4.8vw,66px)/1.02 var(--manrope);letter-spacing:-.065em}.products-next-copy h2 em{font-style:normal;color:#55dac8}.products-next-copy p{max-width:610px;color:#afd0ca;line-height:1.75}.products-next-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.products-next-primary{background:#fff;color:#07352f}.products-next-link{color:#b9ddd7;font-size:11px;font-weight:800}
.products-next-visual{position:relative;height:360px;display:grid;place-items:center}.products-next-visual img{position:relative;z-index:3;width:100px;height:100px;border-radius:27px;box-shadow:0 23px 55px rgba(0,0,0,.23)}.next-ring{position:absolute;border:1px solid rgba(111,225,210,.16);border-radius:50%}.next-ring.one{width:220px;height:220px}.next-ring.two{width:310px;height:310px;border-style:dashed;animation:productsSpin 22s linear infinite}.next-chip{position:absolute;z-index:4;padding:8px 10px;border:1px solid rgba(179,229,222,.22);border-radius:10px;background:rgba(248,254,252,.96);color:#0a574e;font-size:8px;font-weight:900;box-shadow:0 13px 30px rgba(0,0,0,.14)}.chip-a{left:3%;top:23%}.chip-b{right:0;top:37%}.chip-c{left:18%;bottom:14%}

.products-footer{position:relative;padding:70px 0 28px;background:#061b18;color:#fff;overflow:hidden}.products-footer:after{content:"PRODUCTS";position:absolute;right:-1%;bottom:-23px;color:rgba(108,164,154,.035);font:800 135px var(--manrope);letter-spacing:-.07em}.products-footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px}.products-footer-grid>div:first-child p{color:#708b85;font-size:11px}.products-footer-current small{display:block;color:#68867f;font-size:7px;font-weight:900}.products-footer-current>a{display:flex;align-items:center;gap:10px;margin-top:9px}.products-footer-current img{width:43px;height:43px;border-radius:12px}.products-footer-current strong{display:block;font:800 11px var(--manrope)}.products-footer-current em{display:block;margin-top:3px;color:#62c9ba;font-size:7px;font-style:normal}.products-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:11px}.products-footer-links a{color:#b6c9c5;font-size:11px;font-weight:700}.products-footer-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;margin-top:55px;padding-top:20px;border-top:1px solid #14322d;color:#5f7c76;font-size:8px}

@media(max-width:1120px){
  .products-hero-grid{grid-template-columns:1fr}.products-universe-visual{max-width:800px;width:100%;margin:auto}.products-universe-hero{padding-bottom:105px}.product-directory-head{grid-template-columns:1fr;gap:20px}.flagship-product{grid-template-columns:190px 1fr}.flagship-preview{grid-column:1/-1;height:330px}.future-directory-grid{grid-template-columns:1fr 1fr}.philosophy-card{grid-column:1/-1}.ecosystem-architecture-grid{grid-template-columns:1fr}.architecture-map{max-width:800px;width:100%;margin:auto}.products-next-card{grid-template-columns:1fr}.products-footer-grid{grid-template-columns:1fr 1fr}.products-footer-links{grid-column:1/-1}
}
@media(max-width:850px){
  .products-universe-hero{min-height:auto;padding-top:125px}.products-universe-visual{min-height:530px}.universe-product-node{min-width:165px}.product-directory,.ecosystem-architecture,.products-standard-section{padding:90px 0}.flagship-product{grid-template-columns:1fr;padding:25px}.flagship-identity{height:auto;display:grid;grid-template-columns:auto 1fr auto;border-right:0;border-bottom:1px solid #d7e5e1;padding-bottom:24px}.flagship-logo-orbit{width:120px;height:120px;justify-self:center}.flagship-logo-orbit img{width:65px;height:65px}.flagship-preview{height:300px}.future-directory-grid{grid-template-columns:1fr}.philosophy-card{grid-column:auto}.architecture-principles{grid-template-columns:1fr}.architecture-principles article{border-right:0;border-bottom:1px solid #174039}.products-standard-list article{grid-template-columns:35px 130px 1fr 20px}.products-next-section{padding:70px 0}.products-next-card{padding:32px}.products-next-visual{height:300px}
}
@media(max-width:650px){
  .products-hero-copy h1{font-size:52px}.products-hero-actions{flex-direction:column}.products-hero-meta{align-items:flex-start;flex-wrap:wrap}.products-hero-meta>i{display:none}.products-universe-visual{min-height:470px}.universe-core{width:120px;height:120px}.universe-core img{width:50px;height:50px}.universe-core>div{top:128px}.universe-product-node{grid-template-columns:28px 34px 1fr;min-width:145px;padding:8px}.universe-product-node img,.universe-product-node>b{width:34px;height:34px}.node-school{left:-3%;top:12%}.node-future-a{right:-3%;top:13%}.node-future-b{left:-3%;bottom:13%}.node-future-c{right:-5%;bottom:12%}.products-hero-foot{display:none}.flagship-identity{grid-template-columns:1fr;text-align:center}.flagship-index,.flagship-status{justify-self:center}.flagship-copy h3{font-size:39px}.flagship-preview{height:250px}.preview-body{grid-template-columns:38px 1fr}.preview-body main{padding:12px}.preview-cards i{height:55px}.preview-lower{grid-template-columns:1fr}.preview-list{display:none}.preview-chart{height:145px}.future-directory-card{min-height:400px;padding:23px}.future-card-foot{left:23px;right:23px}.architecture-map{min-height:470px}.architecture-core{width:115px;height:115px}.architecture-core img{width:48px;height:48px}.architecture-core strong{top:121px}.architecture-core small{top:138px}.architecture-node{padding:7px;gap:7px}.architecture-node img,.architecture-node>span{width:32px;height:32px}.arch-school{left:-3%;top:10%}.arch-future-one{right:-3%;top:12%}.arch-future-two{left:-4%;bottom:11%}.arch-future-three{right:-4%;bottom:10%}.products-standard-list article{grid-template-columns:30px 1fr 20px;gap:12px}.products-standard-list p{grid-column:2/4;margin-top:4px;font-size:13px}.products-next-card{min-height:650px;padding:28px 23px}.products-next-actions{align-items:flex-start;flex-direction:column}.products-next-visual{height:260px}.next-ring.one{width:170px;height:170px}.next-ring.two{width:235px;height:235px}.products-footer-grid{grid-template-columns:1fr}.products-footer-links{grid-column:auto}.products-footer-bottom{gap:14px;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  .products-glow,.ring-b,.universe-lines path,.products-signal>div,.flagship-logo-orbit i:last-of-type,.next-ring.two{animation:none!important}
}
