/* ═══════════ inner pages (Suite / Industries) ═══════════ */

.nav-link.active{font-weight:700;color:#0077b6}
.nav-link.active::after{width:100%;background:#0077b6}

/* ── shared hero base ── */
.page-hero{position:relative;width:min(1240px,calc(100% - 48px));margin:36px auto 0;background:linear-gradient(158deg,#d9f6fc 0%,var(--cyan-light) 34%,#c2eef8 68%,#cdf2fa 100%);border-radius:80px;overflow:hidden}
.page-hero .hero-circuit-l{position:absolute;left:0;top:0;width:530.6px;height:570.7px;opacity:.4;animation:driftY 9s ease-in-out infinite alternate}
.page-hero .hero-circuit-r-wrap{position:absolute;left:calc(58.33% + 18px);top:5px;width:560px;height:570px;display:flex;align-items:center;justify-content:center;animation:driftY 11s ease-in-out infinite alternate-reverse}
.page-hero .hero-circuit-r{width:570px;height:560.4px;transform:rotate(90deg);opacity:.4}
.badge-pill{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:4px 12px;font-weight:500;font-size:14px;line-height:20px;color:var(--navy);box-shadow:var(--shadow-xs)}

/* ── suite hero ── */
.suite-hero{height:472px}
.sh-heading{position:absolute;left:73px;top:50%;transform:translateY(-50%);width:568px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;z-index:2}
.sh-heading h1{font-weight:700;font-size:56px;line-height:1.29;letter-spacing:-1.12px;color:var(--gray-900)}
.sh-heading .sub{font-weight:500;font-size:18px;line-height:28px;color:var(--gray-700)}
.sh-orbit{position:absolute;left:calc(66.67% - 28px);top:66px;width:328px;height:328px;z-index:1;opacity:0;transform:scale(.7);transition:opacity .9s var(--ease),transform .9s var(--ease)}
body.loaded .sh-orbit{opacity:1;transform:scale(1)}
.sh-orbit>img{width:100%;height:100%;animation:orbfloat 7s ease-in-out infinite alternate}
@keyframes orbfloat{from{transform:translateY(0) scale(1)}to{transform:translateY(-10px) scale(1.02)}}
.chip-icon{position:absolute;width:36px;height:36px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);z-index:2}
.chip-icon img{width:20px;height:20px}
/* chips revolve around the sphere centre (962.7, 230) from their design positions */
.orbiter{position:absolute;left:calc(66.67% - 28px + 164px);top:230px;width:0;height:0;z-index:2;animation:orbitspin linear infinite}
.orbiter .chip-icon{position:absolute;top:-18px;animation:orbitspinrev linear infinite}
.orbiter-1{--a0:190.6deg;animation-duration:36s}
.orbiter-1 .chip-icon{left:222px;animation-duration:36s}
.orbiter-2{--a0:265.6deg;animation-duration:26s}
.orbiter-2 .chip-icon{left:107px;animation-duration:26s}
.orbiter{transform:rotate(var(--a0))}
@keyframes orbitspin{from{transform:rotate(var(--a0))}to{transform:rotate(calc(var(--a0) + 360deg))}}
@keyframes orbitspinrev{from{transform:rotate(calc(-1 * var(--a0)))}to{transform:rotate(calc(-1 * var(--a0) - 360deg))}}
.chip-pill{position:absolute;display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:8px;padding:8px 14px;font-weight:500;font-size:18px;line-height:24px;color:var(--gray-900);box-shadow:var(--shadow-md);z-index:2;white-space:nowrap}
.chip-pill img{width:20px;height:20px}
.chip-pill-1{left:calc(58.33% - 90px);top:168px;animation:bob 5s ease-in-out infinite}
.chip-pill-2{left:calc(66.67% + 60px);top:92px;animation:bob 6s ease-in-out 1s infinite}
.chip-card{position:absolute;left:calc(58.33% + 3px);top:246px;width:405px;background:#fff;border-radius:8px;padding:14px 12px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:var(--shadow-lg);z-index:3;animation:bob 5.5s ease-in-out .5s infinite}
.cc-body{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;transition:opacity .22s var(--ease),transform .22s var(--ease)}
.cc-body.swap{opacity:0;transform:translateY(6px)}
.chip-card .cc-p{font-weight:500;font-size:14px;line-height:20px;color:var(--gray-500)}
.chip-card .cc-t{font-weight:700;font-size:24px;line-height:1.3;color:var(--gray-900)}
.chip-card .cc-s{font-weight:500;font-size:18px;line-height:26px;color:var(--gray-600)}
.cc-arrow{width:40px;height:40px;border-radius:50%;border:0;background:var(--navy);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s var(--ease),background .25s var(--ease)}
.cc-arrow:hover{transform:translateX(3px) scale(1.06);background:#04066e}
.cc-arrow img{width:18px;height:18px}

.section-head-center{margin-top:100px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.eyebrow-deep{color:#022618}

/* ── suite sections ── */
.suite-sections{width:min(1274px,calc(100% - 48px));margin:87px auto 0;display:flex;flex-direction:column;gap:115px}
.suite-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:68px}
.su-mask{position:absolute;pointer-events:none;z-index:0}
.su-text{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;align-items:flex-start}
.su-num-row{display:flex;align-items:center;gap:16px}
.su-num{font-weight:700;font-size:40px;line-height:1.4;color:var(--gray-500)}
.su-icon{width:35px;height:35px;background:var(--cyan-light);border-radius:8px;display:flex;align-items:center;justify-content:center}
.su-icon img{width:14px;height:14px}
.su-text h3{font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900)}
.su-desc{font-weight:500;font-size:18px;line-height:28px;color:var(--gray-600)}
.su-mod{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%;padding:2px 0;border-radius:6px;transition:background .25s var(--ease),transform .25s var(--ease)}
.su-mod:hover{transform:translateX(4px)}
.su-mod b{font-weight:600;font-size:18px;line-height:1.4;color:var(--gray-800);flex-shrink:0}
.su-mod span{font-weight:500;font-size:16px;line-height:1.4;color:var(--gray-700);width:302px}
.btn-sm{height:46px;width:194px}

/* browser panel */
.su-visual{position:relative;z-index:1;flex-shrink:0}
.browser{background:#fffdfc;border-radius:7px;overflow:hidden;width:593px;position:relative;box-shadow:0 8px 24px -8px rgba(10,13,18,.12);padding:14px 9px}
.browser .arc{position:absolute;right:0;bottom:-40px;width:110px;opacity:.9;pointer-events:none}
.bw-title{font-weight:700;font-size:14.2px;line-height:19px;color:var(--gray-900);margin-bottom:14px}
.mini-stats{display:flex;gap:12px}
.mstat{background:var(--gray-50);border:.6px solid var(--stroke);border-radius:7px;padding:9.5px;width:135px;display:flex;align-items:flex-end;justify-content:space-between;box-shadow:0 2.7px 2px rgba(10,13,18,.1),0 1.4px 1.4px rgba(10,13,18,.06)}
.mstat .ms-l{display:flex;flex-direction:column;gap:9px}
.ms-label{font-weight:500;font-size:9.5px;line-height:14px;color:var(--gray-800)}
.ms-num{font-weight:700;font-size:17.7px;line-height:22px;color:var(--navy)}
.ms-sub{font-weight:500;font-size:8.1px;line-height:1.4;color:var(--gray-800)}
.ms-pill{background:#dcfae6;border-radius:7px;padding:1px 4px;display:inline-flex;align-items:center;gap:2px;font-weight:500;font-size:8.1px;color:var(--success-600);white-space:nowrap}
.ms-pill img{width:8px;height:8px}
.ms-icon{width:16.5px;height:16.5px;border-radius:2.4px;display:flex;align-items:center;justify-content:center;border-width:.6px;border-style:solid;margin-bottom:4.7px}
.ms-icon img{width:9.5px;height:9.5px}
.ic-blue{background:#dce6fc;border-color:#90b1f9}
.ic-purple{background:#f1e0ff;border-color:#b476e7}
.ic-teal{background:#e0fffd;border-color:#91e8e3}
.ic-orange{background:#fff1e0;border-color:#f4b68f}
/* classification panel */
.class-panel{margin-top:12px;background:var(--gray-50);border:.6px solid var(--stroke);border-radius:7px;padding:9.5px;box-shadow:0 2.7px 2px rgba(10,13,18,.1)}
.class-panel .cp-body{display:flex;align-items:center;justify-content:space-between;gap:24px}
.cp-rows{display:flex;flex-direction:column;gap:9px;width:355px}
.cp-row{display:flex;align-items:center;justify-content:space-between}
.cp-name{display:flex;align-items:center;gap:5px;font-weight:500;font-size:8.3px;color:var(--gray-700)}
.cp-name i{width:14px;height:14px;background:#ebf2ed;border-radius:4.6px;display:inline-flex;align-items:center;justify-content:center}
.cp-name i img{width:7px;height:7px}
.cp-bar{width:185px;display:flex;align-items:center;gap:7px}
.cp-track{flex:1;height:4.6px;border-radius:99px;background:var(--gray-200);overflow:hidden}
.cp-fill{display:block;height:100%;border-radius:99px;background:var(--navy)}
.cp-pct{font-size:8px;color:var(--gray-700)}
.cp-ring{position:relative;width:92.6px;height:92.6px}
.cp-ring img{position:absolute;inset:0;width:100%;height:100%}
.cp-ring .cr-txt{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;line-height:1.2}
.cr-txt small{display:block;font-size:6px;color:var(--gray-600)}
.cr-txt b{font-size:10px;color:var(--gray-900)}
/* mini table */
.mtable{border:1px solid var(--stroke);border-radius:8px;overflow:hidden;display:flex;width:100%}
.mt-col{display:flex;flex-direction:column;flex:1;min-width:0}
.mt-col.chk{flex:0 0 36px}
.mt-h{height:41px;display:flex;align-items:center;gap:4px;padding:0 14px;background:#fff;border-bottom:1px solid #d9d9d9;font-weight:500;font-size:14px;color:#212121;text-transform:capitalize;white-space:nowrap}
.mt-h img{width:13px;height:13px;transform:rotate(90deg)}
.mt-c{height:65px;display:flex;align-items:center;padding:0 14px;background:#fff;border-bottom:1px solid var(--stroke);font-size:14px;color:#1f1f1f;white-space:nowrap;overflow:hidden}
.tag{display:inline-flex;align-items:center;gap:4px;height:24px;padding:4px 8px;border-radius:4px;font-weight:500;font-size:14px}
.tag i{width:6px;height:6px;border-radius:50%}
.tag-green{background:#f0fff0;color:#65aa67}.tag-green i{background:#65aa67}
.tag-red{background:#fff3f3;color:#ff4546}.tag-red i{background:#ff4546}
.tag-purple{background:#fdf3ff;color:#e345ff}.tag-purple i{background:#e345ff}
.tag-blue{background:#f3f5ff;color:#455eff}.tag-blue i{background:#455eff}
/* governance stat cards */
.gov-stats{display:flex;gap:12px;flex-wrap:wrap}
.gstat{background:var(--gray-50);border:.6px solid var(--stroke);border-radius:7px;padding:9.5px;width:135px;display:flex;align-items:flex-end;justify-content:space-between;box-shadow:0 2.7px 2px rgba(10,13,18,.1)}
/* risk row */
.risk-row{display:flex;gap:14px;margin-top:12px}
.risk-card{background:var(--gray-50);border:.75px solid var(--stroke);border-radius:9px;padding:12px;flex:1;box-shadow:0 3.4px 2.6px rgba(10,13,18,.1)}
.risk-card h5{font-weight:700;font-size:16px;line-height:24px;color:var(--gray-900);margin-bottom:10px}
.risk-meta{display:flex;justify-content:space-between;font-weight:500;font-size:10.5px;color:var(--gray-700);margin-bottom:8px}
.risk-card .trend{width:100%;height:auto}
.top-risks{display:flex;flex-direction:column;gap:14px}
.tr-row{display:flex;align-items:center;justify-content:space-between;gap:24px;font-weight:500;font-size:12.2px;color:var(--gray-700)}
.tr-tag{padding:4px 8px;border-radius:4px;font-size:12.2px;font-weight:500}
.tr-active{background:#087443;color:#d3f8df}
.tr-low{background:#175cd3;color:#f0f9ff}
.tr-none{background:#252b37;color:var(--gray-400)}
/* incidents */
.inc-card{background:#fff;border:1px solid var(--stroke);border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.inc-l{display:flex;align-items:center;gap:16px}
.inc-icon{width:35px;height:35px;border-radius:8px;display:flex;align-items:center;justify-content:center;border-width:1px;border-style:solid}
.inc-icon img{width:14px;height:14px}
.inc-t b{display:block;font-weight:600;font-size:18px;line-height:1.4;color:var(--gray-800)}
.inc-meta{display:flex;gap:8px;font-weight:500;color:var(--gray-700)}
.inc-meta .id{font-size:16px}
.inc-meta .dt{font-size:14px}
.inc-status{padding:2px 6px;border-radius:12px;font-weight:500;font-size:14px}
/* activity timeline */
.act-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.act-when{text-align:center;line-height:1.3}
.act-when b{display:block;font-weight:500;font-size:16px;color:var(--gray-600)}
.act-when small{font-size:14px;color:var(--gray-400)}
.act-dot{position:relative;width:76px;display:flex;justify-content:center}
.act-dot img{width:40px;height:40px}
.act-dot::before,.act-dot::after{content:"";position:absolute;left:50%;width:1px;background:var(--stroke);height:24px}
.act-dot::before{top:-26px}
.act-dot::after{bottom:-26px}
.act-row:first-of-type .act-dot::before,.act-row:last-of-type .act-dot::after{display:none}
.act-txt{font-weight:500;font-size:16px;line-height:1.4;color:var(--gray-700);width:305px}

/* ── industries ── */
.ind-hero{height:416px}
.ind-hero .ih-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;text-align:center;padding:0 24px}
.ih-head{display:flex;flex-direction:column;align-items:center;gap:12px}
.ih-head h1{font-weight:700;font-size:56px;line-height:1.29;letter-spacing:-1.12px;color:var(--gray-900)}
.ih-head .sub{font-weight:500;font-size:18px;line-height:28px;color:var(--gray-700)}
.ind-content{margin-top:100px;display:flex;flex-direction:column;gap:40px;align-items:center}
.ind-rows{display:flex;flex-direction:column;gap:80px;width:100%}
.ind-row{display:flex;align-items:flex-start;justify-content:space-between;gap:47px}
.ind-info{width:619px;border-top:1px solid var(--border);padding-top:20px;display:flex;flex-direction:column;gap:40px}
.ind-num{font-weight:700;font-size:40px;line-height:1.4;color:var(--gray-500)}
.ind-info h3{font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900);margin-bottom:20px}
.ind-desc{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-400)}
.ind-chips{display:flex;gap:20px;flex-wrap:wrap}
.ind-chip{border:1px solid var(--stroke);border-radius:4px;padding:8px 16px;font-weight:500;font-size:18px;line-height:28px;color:var(--gray-600);transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
.ind-chip:hover{background:var(--cyan-light);color:var(--navy);border-color:var(--cyan)}
.ind-arrow{width:58px;height:58px;display:flex;align-items:center;justify-content:center}
.ind-arrow span{display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid var(--navy);border-radius:24px;transform:rotate(-31deg);transition:transform .35s var(--ease),background .35s var(--ease)}
.ind-arrow span img{width:20px;height:20px}
.ind-row:hover .ind-arrow span{transform:rotate(0);background:var(--cyan-light)}
.ind-img{width:574px;height:447px;border-radius:8px;overflow:hidden;flex-shrink:0}
.ind-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.ind-row:hover .ind-img img{transform:scale(1.04)}

/* ── why-vaultdef ── */
.ww-hero{height:316px}
.ww-hero .wh-row{position:relative;z-index:2;height:100%;width:min(1131px,calc(100% - 48px));margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-bottom:48px}
.badge-sq{background:#fff;border:1px solid var(--stroke);border-radius:4px;padding:4px 12px;font-weight:500;font-size:14px;line-height:20px;color:var(--gray-700);box-shadow:var(--shadow-xs)}
.wh-row h1{font-weight:700;font-size:56px;line-height:1.29;letter-spacing:-1.12px;color:var(--gray-900);margin-top:12px}
.wh-row .sub{font-weight:500;font-size:18px;line-height:28px;color:var(--gray-700);width:480px}
.ww-col{width:min(1241px,calc(100% - 48px));margin:80px auto 0;display:flex;flex-direction:column;gap:100px;position:relative}
.ladder-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.ladder-head .h2-45{width:492px}
.ladder-head .rt{font-weight:500;font-size:18px;line-height:1.4;color:var(--gray-800);width:469px}
.rungs{display:flex;gap:20px;align-items:stretch;margin-top:40px}
.rung{width:400px;border-radius:12px;padding:16px;background:linear-gradient(98deg,#caf0f8 2.6%,#90e0ef 96.2%);display:flex;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.rung:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}
.rung-in{display:flex;flex-direction:column;justify-content:space-between;min-height:510px;width:100%;gap:24px}
.rung-in .rg-t{display:flex;flex-direction:column;gap:16px}
.rung-in h3{font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900)}
.rung-in .rg-d{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-600)}
.rung-card{background:var(--gray-50);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:18px}
.rc-head{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.rc-id{display:flex;align-items:center;gap:12px}
.rc-id img{width:59px;height:47px;object-fit:cover;border-radius:4px}
.rc-id b{display:block;font-weight:700;font-size:18px;line-height:1.4;color:var(--gray-900)}
.rc-id small{font-weight:500;font-size:14px;line-height:1.4;color:var(--gray-600)}
.rc-tag{font-weight:500;font-size:14px;color:var(--gray-600);white-space:nowrap}
.rc-check{display:flex;align-items:center;gap:12px;font-weight:500;font-size:20px;line-height:28px;color:var(--gray-600)}
.rc-check img{width:18px;height:18px}
.rung-pill{background:linear-gradient(90deg,#e8e8ff,#a6a6ff);border-radius:12px;padding:8px 16px;text-align:center;font-weight:700;font-size:16px;color:var(--gray-800)}
.ladder-note{font-style:italic;font-size:18px;line-height:1.4;color:var(--gray-800);margin-top:24px}
/* nine differences */
.nine{display:flex;gap:53px;align-items:flex-start}
.nine-left{width:452px;display:flex;flex-direction:column;gap:16px;position:relative}
.nine-left .h2-48{width:100%}
.nine-left .sub{font-weight:500;font-size:18px;line-height:1.4;color:var(--gray-800)}
.faq-list{width:735px;max-width:768px;display:flex;flex-direction:column;gap:12px}
.faq{padding:24px;border-radius:16px;transition:background .3s var(--ease)}
.faq.open{background:#fafafa}
.faq button{display:flex;gap:16px;align-items:flex-start;width:100%;background:none;border:0;cursor:pointer;text-align:left;font-family:inherit}
.faq .fi{width:24px;height:24px;flex-shrink:0}
.faq .ft{flex:1}
.faq .ft b{display:block;font-weight:600;font-size:16px;line-height:24px;color:var(--gray-900)}
.faq .ft p{font-weight:400;font-size:16px;line-height:24px;color:var(--gray-600);margin-top:4px;display:none}
.faq.open .ft p{display:block}
.faq .fi-minus{display:none}
.faq.open .fi-minus{display:block}
.faq.open .fi-plus{display:none}
/* rings graphic */
.ww-rings{position:absolute;left:0;width:313px;height:313px;pointer-events:none}
.ww-rings .ring-outer{position:absolute;inset:0;background:#cdf4f7;border-radius:50%;display:flex;align-items:center;padding:28px}
.ww-rings .ring-mid{background:#8ecce4;border-radius:50%;padding:28px}
.ww-rings .ring-mid img{width:201px;height:201px;animation:spin 50s linear infinite}
.ww-rings .cyc{position:absolute;left:148px;top:147px;width:40px;height:40px;background:#fff;border-radius:80px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}
.ww-rings .cyc img{width:24px;height:24px;position:absolute;opacity:0;animation:cycfade 12s infinite}
.ww-rings .cyc img:nth-child(2){animation-delay:2s}
.ww-rings .cyc img:nth-child(3){animation-delay:4s}
.ww-rings .cyc img:nth-child(4){animation-delay:6s}
.ww-rings .cyc img:nth-child(5){animation-delay:8s}
.ww-rings .cyc img:nth-child(6){animation-delay:10s}
@keyframes cycfade{0%,13%{opacity:1}17%,100%{opacity:0}}
/* road timeline */
.road-head{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}
.road-head .rt{font-weight:500;font-size:18px;line-height:1.4;color:var(--gray-800);width:445px}
.road-head .rt a{font-weight:700;color:#0077b6}
.road{position:relative;margin-top:40px}
.road-mask{position:absolute;pointer-events:none}
.road-rows{margin-left:133px;display:flex;flex-direction:column}
.road-row{display:flex;align-items:center;justify-content:space-between;gap:36px;border-bottom:1px solid var(--stroke);padding:10px 10px 16px;min-height:177px}
.road-l{width:494px;display:flex;flex-direction:column;gap:8px}
.road-l .dt{font-weight:600;font-size:18px;line-height:28px;color:var(--gray-600)}
.road-l h3{font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900)}
.road-l p{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-600);margin-top:8px}
.road-r{border-left:1px solid var(--navy);padding-left:20px;width:529px}
.road-r p{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-700);max-width:508px}
.road-nums{position:absolute;left:7px;top:0;bottom:0;display:flex;flex-direction:column;pointer-events:none}
.num-badge{position:absolute;width:45px;height:45px;border-radius:80px;background:linear-gradient(90deg,#e8e8ff,#a6a6ff);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;color:#0077b6}
/* component-28 cards */
.c28-grid{display:flex;gap:20px;flex-wrap:wrap;margin-top:40px}
.c28{background:#fff;border:1px solid var(--stroke);border-radius:8px;box-shadow:var(--shadow-md);padding:16px;width:295px;min-height:338px;display:flex;flex-direction:column;gap:40px;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.c28:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}
.c28 .ic{width:50px;height:50px;border-radius:4px;background:var(--cyan-light);display:flex;align-items:center;justify-content:center}
.c28 .ic.grad{background:linear-gradient(100deg,#caf0f8 2.6%,#90e0ef 96.2%)}
.c28 .ic img{width:22px;height:22px}
.c28 h4{font-weight:600;font-size:22px;line-height:1.4;color:var(--gray-800)}
.c28 p{font-weight:500;font-size:16px;line-height:24px;color:var(--gray-600);margin-top:8px}

/* ── the act ── */
.act-hero{height:390px}
.act-hero .wh-row{align-items:center;padding-bottom:0}
.act-body{position:relative;background:#fff;width:min(1440px,100%);margin:80px auto 0}
.act-grid{display:flex;gap:40px;align-items:flex-start;width:min(1340px,calc(100% - 48px));margin:0 auto}
.act-toc{width:397px;flex-shrink:0;position:sticky;top:120px;background:var(--gray-50);border-radius:12px;padding:24px}
.act-toc h3{font-weight:600;font-size:24px;line-height:1.4;color:var(--gray-900);margin-bottom:20px}
.toc-group{margin-bottom:16px}
.toc-group>b{display:flex;align-items:center;gap:12px;font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900);margin-bottom:12px}
.toc-group>b img{width:18px;height:18px}
.toc-group a{display:block;font-weight:500;font-size:18px;line-height:28px;color:var(--gray-600);margin-bottom:12px;transition:color .25s var(--ease),transform .25s var(--ease)}
.toc-group a:hover{color:var(--navy);transform:translateX(4px)}
.act-list{position:relative;flex:1;display:flex;flex-direction:column}
.ob-row{display:flex;gap:61px;align-items:flex-start;padding:36px 0;position:relative;z-index:1}
.ob-row .num-badge{position:static;flex-shrink:0}
.ob-body{max-width:681px;display:flex;flex-direction:column;gap:20px}
.ob-body h3{font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900)}
.ob-body p{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-600);margin-top:-4px}
.ob-pill{align-self:flex-start;border:1px solid var(--stroke);border-radius:4px;padding:8px 16px;font-weight:600;font-size:18px;line-height:28px;color:var(--gray-800)}
.act-sectors{width:min(1240px,calc(100% - 48px));margin:100px auto 0;display:flex;flex-direction:column;gap:40px}
.act-sectors .flip{width:auto;flex:1;min-width:280px}
.btn-outline-cyan{border:1px solid #00b4d8}
.how{position:relative;width:min(1240px,calc(100% - 48px));margin:100px auto 0;min-height:473px;border-radius:80px;background:linear-gradient(115deg,#caf0f8 2.6%,#90e0ef 96.2%);overflow:hidden;padding:56px 46px}
.how .ripple-layer{width:100%;height:160%}
.how-head{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.how-cards{position:relative;z-index:2;display:flex;gap:18px;margin-top:48px;flex-wrap:wrap}
.how-cards .c28{flex:1;width:auto;min-width:240px;min-height:0}

/* ── about us ── */
.au-hero{position:relative;width:min(1240px,calc(100% - 48px));margin:37px auto 0;min-height:290px}
.au-hero-rings{position:absolute;right:-150px;top:-260px;width:800px;height:800px;pointer-events:none;animation:spin 140s linear infinite}
.au-hero .heading{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:37px}
.au-hero h1{font-weight:700;font-size:56px;line-height:1.29;letter-spacing:-1.12px;color:var(--gray-900)}
.au-hero .sub{font-weight:500;font-size:18px;line-height:28px;color:var(--gray-700)}
.au-chips{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;margin-top:26px}
.au-chips>div{display:flex;gap:12px;flex-wrap:wrap}
.au-chip{border:1px solid var(--stroke);border-radius:4px;padding:8px 16px;font-weight:600;font-size:18px;line-height:28px;color:var(--gray-800);background:#fff;transition:background .25s var(--ease),border-color .25s var(--ease)}
.au-chip:hover{background:var(--cyan-light);border-color:var(--cyan)}
.au-col{display:flex;flex-direction:column;gap:100px;align-items:center;margin-top:90px}
.map-wrap{position:relative;width:min(1024px,calc(100% - 48px))}
.map-wrap>img{width:100%;height:auto}
.map-pin{position:absolute;left:68.05%;top:51.6%;transform:translate(-50%,-50%);width:48px;height:48px}
.map-pin i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:#0077b6}
.map-pin .p1{width:48px;height:48px;opacity:.1;animation:pinpulse 2.4s ease-out infinite}
.map-pin .p2{width:28px;height:28px;opacity:.2}
.map-pin .p3{width:8px;height:8px}
@keyframes pinpulse{0%{transform:translate(-50%,-50%) scale(.6);opacity:.25}70%{transform:translate(-50%,-50%) scale(1.4);opacity:0}100%{opacity:0}}
.map-tip{position:absolute;left:50%;bottom:52px;transform:translateX(-50%);width:183px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:12px 16px;text-align:center;box-shadow:var(--shadow-lg);opacity:0;translate:0 6px;transition:opacity .3s var(--ease),translate .3s var(--ease);pointer-events:none}
.map-pin:hover .map-tip,.map-wrap:hover .map-tip{opacity:1;translate:0 0}
.map-tip b{display:block;font-weight:600;font-size:12px;line-height:18px;color:var(--gray-900)}
.map-tip span{font-size:12px;line-height:18px;color:var(--gray-600)}
.contact-row{display:flex;gap:32px;width:min(1216px,calc(100% - 48px));margin:40px auto 0;flex-wrap:wrap;justify-content:center}
.contact-col{flex:1 1 240px;display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}
.contact-col b{font-weight:600;font-size:18px;line-height:28px;color:var(--gray-900)}
.contact-col small{display:block;font-weight:400;font-size:16px;line-height:24px;color:var(--gray-600);margin-top:4px}
.contact-col .cv{font-weight:600;font-size:16px;line-height:24px;color:var(--navy)}
.gradbox{position:relative;width:min(1240px,calc(100% - 48px));border-radius:80px;overflow:hidden;padding:60px;display:flex;gap:60px;align-items:flex-start;justify-content:space-between}
.gradbox .h45{font-weight:600;font-size:45px;line-height:1.4;letter-spacing:-.9px;color:var(--gray-900)}
.gradbox p{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-600)}
.gb-vision{background:linear-gradient(119deg,#caf0f8 2.6%,#90e0ef 96.2%);min-height:403px;align-items:center}
.gb-vision .gv-l{width:494px;display:flex;flex-direction:column;gap:16px}
.gb-vision .gv-r{border-left:1px solid var(--border);padding-left:20px;width:596px;display:flex;flex-direction:column;gap:10px}
.gv-r .mi{display:flex;align-items:center;gap:8px;min-height:60px}
.gv-r .mi img{width:20.4px;height:20.4px;flex-shrink:0}
.gv-r .mi p{font-weight:500;font-size:22px;line-height:1.4;color:var(--gray-700)}
.au-para{width:100%;background:#fff;padding:60px 24px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.gb-trust{background:linear-gradient(111deg,#caf0f8 2.6%,#90e0ef 96.2%);min-height:588px;align-items:center}
.gb-trust .gt-l{width:588px;display:flex;flex-direction:column;gap:16px}
.gb-trust .gt-r{width:512px;display:flex;flex-direction:column;gap:24px}
.gt-r .vals{display:flex;flex-direction:column;gap:24px}
.gt-r .vals>div{display:flex;gap:12px;flex-wrap:wrap}
.val-chip{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:12px 16px;font-weight:500;font-size:16px;line-height:28px;color:var(--gray-800);white-space:nowrap;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.val-chip:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.benefits{width:min(1240px,calc(100% - 48px));display:flex;flex-direction:column;gap:40px;align-items:center}
.benefits .h2-48{text-align:center}
.benefits .row{display:flex;gap:19px;flex-wrap:wrap;justify-content:center}

/* ── book a demo ── */
.demo-top{width:min(1240px,calc(100% - 48px));margin:50px auto 0;display:flex;justify-content:space-between;gap:60px;align-items:flex-start}
.demo-intro{width:449px;display:flex;flex-direction:column;gap:24px}
.demo-intro .lead{font-weight:500;font-size:22px;line-height:32px;color:var(--gray-600)}
.demo-check{display:flex;gap:10px;align-items:flex-start}
.demo-check img{width:20.4px;height:20.4px;margin-top:2px;flex-shrink:0}
.demo-check p{font-weight:500;font-size:16px;line-height:1.4;color:var(--gray-700)}
.demo-form-wrap{width:715px;display:flex;flex-direction:column;gap:48px}
.df-head h2{font-weight:600;font-size:36px;line-height:44px;letter-spacing:-.72px;color:var(--gray-900)}
.df-head p{font-weight:400;font-size:20px;line-height:30px;color:var(--gray-600);margin-top:20px}
.df-head p b{font-weight:600;color:#04470e}
.demo-form{display:flex;flex-direction:column;gap:32px}
.df-fields{display:flex;flex-direction:column;gap:24px}
.df-row{display:flex;gap:32px}
.df-row>.field{flex:1;min-width:0}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-weight:500;font-size:14px;line-height:20px;color:var(--gray-700)}
.field label b{color:#184f39;font-weight:500}
.field input,.field select,.field textarea{width:100%;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px 14px;font-family:'Lato',sans-serif;font-size:16px;line-height:24px;color:var(--gray-900);box-shadow:var(--shadow-xs);transition:border-color .25s var(--ease),box-shadow .25s var(--ease)}
.field input::placeholder,.field textarea::placeholder{color:#717680}
.field select:invalid{color:#717680}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--bright);box-shadow:0 0 0 3px rgba(0,180,216,.18)}
.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23717680' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}
.field textarea{min-height:128px;resize:vertical}
.df-scope>span{display:block;font-weight:500;font-size:14px;line-height:20px;color:var(--gray-700);margin-bottom:16px}
.df-scope .cols{display:flex;gap:64px}
.df-scope .col{flex:1;display:flex;flex-direction:column;gap:16px}
.df-cb{display:flex;gap:12px;align-items:flex-start;cursor:pointer;font-weight:500;font-size:16px;line-height:24px;color:var(--gray-700)}
.df-cb input{appearance:none;width:20px;height:20px;border:1px solid var(--border);border-radius:6px;margin-top:2px;cursor:pointer;flex-shrink:0;transition:background .2s var(--ease),border-color .2s var(--ease);position:relative}
.df-cb input:checked{background:var(--navy);border-color:var(--navy)}
.df-cb input:checked::after{content:"";position:absolute;left:6px;top:2.5px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.btn-wide{width:390px;border:0;cursor:pointer;font-family:'Lato',sans-serif}
.df-note{font-weight:500;font-size:14px;line-height:20px;color:var(--success-600);display:none}
.df-note.show{display:block}
.df-note.df-err{color:var(--error-700)}
.df-note a{color:inherit;text-decoration:underline}
/* steps */
.demo-steps{width:min(1240px,calc(100% - 48px));margin:100px auto 0;display:flex;gap:93px;align-items:center}
.ds-head{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}
.ds-list{position:relative;flex:1;display:flex;flex-direction:column;gap:40px}
.ds-row{display:flex;gap:18px;align-items:flex-start;border-bottom:1px solid var(--stroke);padding:10px 10px 16px}
.ds-row .num-badge{position:static;flex-shrink:0}
.ds-row h3{font-weight:700;font-size:24px;line-height:1.4;color:var(--gray-900)}
.ds-row p{font-weight:500;font-size:20px;line-height:28px;color:var(--gray-600);margin-top:12px}
/* attend / bring */
.gb-demo{background:linear-gradient(119deg,#caf0f8 2.6%,#90e0ef 96.2%);min-height:403px;align-items:center;margin:100px auto 0}
.gb-demo .ga-l{width:494px;display:flex;flex-direction:column;gap:16px}
.gb-demo .ga-r{border-left:1px solid var(--navy);padding-left:20px;width:560px;display:flex;flex-direction:column;gap:16px}
.gb-demo .mi{display:flex;align-items:center;gap:8px;min-height:35px}
.gb-demo .mi img{width:20.4px;height:20.4px;flex-shrink:0}
.gb-demo .mi p{font-weight:500;font-size:22px;line-height:1.4;color:var(--gray-700)}
/* footer without CTA */
.footer-wrap.no-cta{margin-top:100px}
.footer-wrap.no-cta .footer-navy{top:64px}
.footer-wrap.no-cta .footer-panel{margin-top:0;padding-top:64px}

/* ── responsive for inner pages ── */
@media (max-width:1300px){
  .suite-row{flex-direction:column;align-items:center;gap:40px}
  .suite-row.rev{flex-direction:column}
  .su-mask{display:none}
  .su-text{max-width:640px}
  .suite-sections{gap:80px}
  .sh-orbit,.chip-icon,.chip-card,.chip-pill,.orbiter{display:none}
  .suite-hero{height:auto;padding:64px 24px}
  .sh-heading{position:static;transform:none;width:auto;max-width:568px;margin:0 auto}
  .ind-row{flex-direction:column;gap:32px}
  .ind-info{width:100%;max-width:640px}
  .ind-img{width:100%;max-width:640px;height:auto;aspect-ratio:574/447}
  .ind-rows{align-items:center}
  .ind-row{align-items:center}
}
@media (max-width:1300px){
  .ww-hero{height:auto;padding:56px 0}
  .ww-hero .wh-row{flex-direction:column;align-items:flex-start;padding-bottom:0}
  .wh-row .sub{width:auto;max-width:520px}
  .rungs{flex-wrap:wrap;justify-content:center}
  .rung{width:min(400px,100%)}
  .rung-in{min-height:0}
  .ladder-head,.road-head{flex-direction:column;align-items:flex-start}
  .ladder-head .h2-45,.road-head .rt{width:auto}
  .nine{flex-direction:column}
  .nine-left{width:auto;max-width:640px}
  .faq-list{width:100%}
  .ww-rings{display:none}
  .road-mask{display:none}
  .road-rows{margin-left:0}
  .road-row{flex-direction:column;align-items:flex-start;gap:16px;min-height:0;padding:24px 0}
  .road-l,.road-r{width:auto;max-width:640px}
  .act-toc{display:none}
  .demo-top{flex-direction:column}
  .demo-intro,.demo-form-wrap{width:auto;max-width:715px}
  .demo-steps{flex-direction:column;align-items:flex-start;gap:40px}
  .ds-head{width:auto}
  .gb-demo .ga-l,.gb-demo .ga-r{width:auto;max-width:640px}
  .gb-demo .ga-r{border-left:0;padding-left:0}
  .ob-row{gap:24px;padding:28px 0}
  .how{padding:40px 24px}
  .gradbox{flex-direction:column;padding:40px 24px;gap:32px}
  .gb-vision .gv-l,.gb-vision .gv-r,.gb-trust .gt-l,.gb-trust .gt-r{width:auto;max-width:640px}
  .gb-vision .gv-r{border-left:0;padding-left:0}
  .au-hero-rings{display:none}
}
@media (max-width:760px){
  .sh-heading h1,.ih-head h1,.wh-row h1,.au-hero h1{font-size:clamp(28px,8vw,44px)}
  .rung-in .rg-d,.road-l p,.road-r p,.ob-body p{font-size:17px;line-height:26px}
  .ob-row{flex-direction:column;gap:12px}
  .gv-r .mi p{font-size:18px}
  .df-row{flex-direction:column;gap:24px}
  .df-scope .cols{gap:24px;flex-direction:column}
  .btn-wide{width:100%}
  .df-head h2{font-size:clamp(24px,6vw,36px);line-height:1.3}
  .ds-row{flex-direction:column;gap:8px}
  .ds-row p{font-size:17px;line-height:26px}
  .gb-demo .mi p{font-size:18px}
  .val-chip{white-space:normal}
  .h45{font-size:clamp(26px,6vw,45px)}
  .ind-hero{height:auto;padding:56px 16px}
  .ind-hero .ih-content{position:relative}
  .ind-desc{font-size:17px;line-height:26px}
  .ind-chip{font-size:15px;padding:6px 12px}
  .su-mod{flex-direction:column;gap:4px}
  .su-mod span{width:auto}
  .browser{width:100%;padding:12px}
  .mini-stats,.gov-stats{flex-wrap:wrap}
  .mtable{flex-direction:column}
  .mt-col{flex-direction:row}
  .mt-col>div{flex:1}
  .mt-col.chk{display:none}
  .act-txt{width:auto;flex:1}
  .cp-rows{width:auto;flex:1}
  .cp-bar{width:120px}
  .class-panel .cp-body{flex-wrap:wrap}
  .inc-card{flex-wrap:wrap;gap:10px}
}
