:root{--web-color-primary:#2563eb;--web-color-primary-dark:#1d4ed8;--web-color-primary-light:#eff6ff;--web-color-white:#fff;--web-color-black:#111827;--web-color-gray-50:#f9fafb;--web-color-gray-100:#f3f4f6;--web-color-gray-200:#e5e7eb;--web-color-gray-300:#d1d5db;--web-color-gray-500:#6b7280;--web-color-gray-600:#4b5563;--web-color-gray-700:#374151;--web-color-gray-900:#111827;--web-font-family:"Instrument Sans", Arial, sans-serif;--web-font-size-sm:14px;--web-font-size-base:16px;--web-font-size-lg:18px;--web-font-size-xl:24px;--web-font-size-2xl:32px;--web-font-size-3xl:40px;--web-font-size-4xl:52px;--web-container-width:1200px;--web-container-padding:24px;--web-space-1:4px;--web-space-2:8px;--web-space-3:12px;--web-space-4:16px;--web-space-5:20px;--web-space-6:24px;--web-space-8:32px;--web-space-10:40px;--web-space-12:48px;--web-space-16:64px;--web-space-20:80px;--web-space-24:96px;--web-radius-sm:6px;--web-radius-md:10px;--web-radius-lg:16px;--web-radius-xl:24px;--web-shadow-sm:0 1px 3px #0000000f;--web-shadow-md:0 8px 24px #00000014;--web-shadow-lg:0 20px 50px #0000001a}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--web-font-family);font-size:var(--web-font-size-base);color:var(--web-color-gray-900);background:var(--web-color-white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;line-height:1.6}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}.web-eyebrow{margin-bottom:var(--web-space-4);font-size:var(--web-font-size-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--web-color-primary);font-weight:600;line-height:1.4;display:inline-block}.web-page-title{letter-spacing:-.025em;color:var(--web-color-gray-900);font-size:40px;font-weight:600;line-height:1.12}.web-section-title{letter-spacing:-.025em;color:var(--web-color-gray-900);font-size:36px;font-weight:600;line-height:1.15}.web-section-description{margin-top:var(--web-space-5);max-width:680px;font-size:var(--web-font-size-lg);color:var(--web-color-gray-600);line-height:1.7}.web-text{font-size:var(--web-font-size-base);color:var(--web-color-gray-700);line-height:1.7}.web-text-muted{color:var(--web-color-gray-500)}.web-text-link{align-items:center;gap:var(--web-space-2);color:var(--web-color-primary);font-weight:600;transition:color .18s;display:inline-flex}.web-text-link:hover{color:var(--web-color-primary-dark)}.web-container{width:100%;max-width:var(--web-container-width);padding-inline:var(--web-container-padding);margin-inline:auto}.web-section{width:100%;padding-block:var(--web-space-24)}.web-section--light{background:var(--web-color-gray-50)}.web-section--dark{color:var(--web-color-white);background:var(--web-color-black)}.web-section-header{max-width:720px;margin-bottom:var(--web-space-12)}.web-grid{display:grid}.web-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.web-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.web-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.web-flex{display:flex}.web-flex-center{justify-content:center;align-items:center;display:flex}.web-flex-between{justify-content:space-between;align-items:center;display:flex}@media (width<=1024px){.web-container{padding-inline:20px}.web-section{padding-block:var(--web-space-20)}.web-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.web-section{padding-block:var(--web-space-16)}.web-grid-2,.web-grid-3,.web-grid-4{grid-template-columns:1fr}}.web-header{z-index:1000;border-bottom:1px solid var(--web-color-gray-200);-webkit-backdrop-filter:blur(12px);background:#fffffff5;width:100%;position:sticky;top:0}.web-header-container{align-items:center;gap:32px;min-height:78px;display:flex}.web-logo{color:var(--web-color-black);flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.web-logo-mark{width:34px;height:34px;color:var(--web-color-white);background:var(--web-color-primary);border-radius:9px;justify-content:center;align-items:center;font-size:17px;font-weight:600;display:inline-flex}.web-logo-name{letter-spacing:-.045em;font-size:22px;font-weight:600;line-height:1}.web-nav{align-items:center;gap:30px;margin-left:auto;display:none}.web-nav-link{min-height:78px;color:var(--web-color-gray-700);align-items:center;font-size:14px;font-weight:500;transition:color .18s;display:inline-flex;position:relative}.web-nav-link:after{content:"";background:var(--web-color-primary);border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:20px;left:0;right:0;transform:scaleX(0)}.web-nav-link:hover{color:var(--web-color-primary)}.web-nav-link:hover:after{transform:scaleX(1)}.web-header-actions{align-items:center;gap:22px;margin-left:12px;display:none}.web-header-link{color:var(--web-color-gray-700);font-size:14px;font-weight:500;transition:color .18s}.web-header-link:hover{color:var(--web-color-primary)}.web-header-actions .web-btn{border-radius:8px;min-height:44px;padding-inline:18px;font-size:14px}.web-menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:0;transition:background-color .18s;display:flex}.web-menu-toggle:hover{background:var(--web-color-gray-100)}.web-menu-toggle span{background:var(--web-color-gray-900);border-radius:999px;width:21px;height:2px;transition:transform .2s,opacity .16s;display:block}.web-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.web-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.web-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.web-mobile-nav{background:var(--web-color-white);border-top:1px solid #0000;max-height:0;transition:max-height .28s,border-color .28s;display:block;overflow:hidden}.web-mobile-nav.is-open{border-top-color:var(--web-color-gray-100);max-height:600px}.web-mobile-nav-container{padding-top:8px;padding-bottom:28px}.web-mobile-nav-secondary{flex-wrap:wrap;gap:22px;padding:20px 0;display:flex}.web-mobile-secondary-link{color:var(--web-color-gray-600);font-size:15px;font-weight:500;transition:color .18s}.web-mobile-secondary-link:hover{color:var(--web-color-primary)}.web-mobile-demo{border-radius:8px;width:100%;min-height:50px;font-size:15px}@media (width>=1024px){.web-header-container{min-height:80px}.web-nav,.web-header-actions{display:flex}.web-menu-toggle,.web-mobile-nav{display:none}}.web-btn{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding-inline:20px;font-size:15px;font-weight:600;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.web-btn:hover{transform:translateY(-1px)}.web-btn-primary{color:var(--web-color-white);background:var(--web-color-primary);box-shadow:0 4px 12px #00000014}.web-btn-primary:hover{background:var(--web-color-primary-dark);box-shadow:0 6px 16px #0000001f}.site-footer{color:#fff;background:#0b1220;width:100%;position:relative;overflow:hidden}.site-footer:before{content:"";pointer-events:none;border:1px solid #2563eb21;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-120px}.site-footer:after{content:"";pointer-events:none;border:1px solid #16844714;border-radius:50%;width:460px;height:460px;position:absolute;bottom:-260px;right:140px}.site-footer-container{z-index:1;width:min(1180px,100% - 48px);margin:0 auto;position:relative}.site-footer-main{grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:100px;padding:78px 0 66px;display:grid}.site-footer-brand{max-width:540px}.site-footer-logo{color:#fff;letter-spacing:-.045em;margin-bottom:20px;font-size:25px;font-weight:750;line-height:1;text-decoration:none;transition:color .2s;display:inline-block}.site-footer-logo:hover{color:#8fb4ff}.site-footer-description{color:#aab5c5;max-width:500px;margin:0 0 28px;font-size:14px;line-height:1.8}.site-footer-demo{color:#fff;background:#168447;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 17px;font-size:13px;font-weight:650;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 22px #16844729}.site-footer-demo span{font-size:16px;line-height:1;transition:transform .2s}.site-footer-demo:hover{background:#1a9651;transform:translateY(-1px);box-shadow:0 11px 28px #1684473b}.site-footer-demo:hover span{transform:translate(2px)}.site-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px;display:grid}.site-footer-column{flex-direction:column;align-items:flex-start;display:flex}.site-footer-column h3{color:#fff;letter-spacing:.14em;text-transform:uppercase;margin:0 0 21px;font-size:11px;font-weight:700;line-height:1.4}.site-footer-column a{color:#9da9ba;margin-bottom:13px;font-size:14px;line-height:1.5;text-decoration:none;transition:color .2s,transform .2s}.site-footer-column a:last-child{margin-bottom:0}.site-footer-column a:hover{color:#8fb4ff;transform:translate(2px)}.site-footer-bottom{border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:24px;padding:23px 0;display:flex}.site-footer-bottom p{color:#748095;margin:0;font-size:12px;line-height:1.5}.site-footer-legal{align-items:center;gap:22px;display:flex}.site-footer-legal a{color:#748095;font-size:12px;line-height:1.5;text-decoration:none;transition:color .2s}.site-footer-legal a:hover{color:#8fb4ff}@media (width<=900px){.site-footer-main{grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);gap:60px;padding:66px 0 56px}}@media (width<=767px){.site-footer-container{width:min(100% - 36px,680px)}.site-footer-main{grid-template-columns:1fr;gap:46px;padding:58px 0 46px}.site-footer-brand{max-width:620px}.site-footer-description{max-width:600px}.site-footer-nav{gap:30px}.site-footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;padding:20px 0}.site-footer-legal{gap:18px}.site-footer:before{top:-220px;right:-220px}.site-footer:after{right:-180px}}@media (width<=480px){.site-footer-container{width:min(100% - 28px,680px)}.site-footer-main{gap:40px;padding:50px 0 42px}.site-footer-nav{grid-template-columns:1fr 1fr;gap:24px}.site-footer-logo{font-size:23px}.site-footer-description{font-size:13px;line-height:1.72}}@media (prefers-reduced-motion:reduce){.site-footer-logo,.site-footer-demo,.site-footer-demo span,.site-footer-column a,.site-footer-legal a{transition:none}.site-footer-demo:hover,.site-footer-demo:hover span,.site-footer-column a:hover{transform:none}}.web-home-hero{background:radial-gradient(circle at 78% 45%, #2563eb14, transparent 34%), var(--web-color-white);align-items:center;min-height:650px;padding:48px 0 68px;display:flex;position:relative;overflow:hidden}.web-home-hero-glow{pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.web-home-hero-glow-one{border:1px solid #2563eb14;width:360px;height:360px;top:-180px;right:8%}.web-home-hero-glow-two{border:1px solid #2563eb0d;width:520px;height:520px;bottom:-350px;left:-250px}.web-home-hero-grid{z-index:1;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:72px;display:grid;position:relative}.web-home-hero-content{max-width:620px}.web-home-hero-eyebrow{letter-spacing:.13em;color:var(--web-color-primary);align-items:center;gap:10px;margin-bottom:25px;font-size:11px;font-weight:700;display:inline-flex}.web-home-hero-eyebrow span{background:var(--web-color-primary);border-radius:999px;width:26px;height:2px}.web-home-hero-title{letter-spacing:-.065em;color:var(--web-color-black);margin:0;font-size:clamp(48px,5.4vw,76px);font-weight:500;line-height:.98}.web-home-hero-title strong{color:var(--web-color-primary);font-weight:600;display:block}.web-home-hero-description{max-width:590px;color:var(--web-color-gray-600);margin:28px 0 0;font-size:18px;line-height:1.68}.web-home-hero-actions{align-items:center;gap:14px;margin-top:36px;display:flex}.web-home-hero-primary{min-height:52px;padding:0 22px}.web-home-hero-primary span{margin-left:8px;font-size:17px;transition:transform .18s}.web-home-hero-primary:hover span{transform:translate(3px)}.web-home-hero-secondary{border:1px solid var(--web-color-gray-200);min-height:52px;color:var(--web-color-gray-800);border-radius:8px;align-items:center;padding:0 20px;font-size:14px;font-weight:600;transition:border-color .18s,background .18s;display:inline-flex}.web-home-hero-secondary:hover{border-color:var(--web-color-gray-300);background:var(--web-color-gray-100)}.web-home-hero-trust{align-items:center;gap:18px;margin-top:46px;display:flex}.web-home-hero-trust-item{flex-direction:column;gap:3px;display:flex}.web-home-hero-trust-item strong{color:var(--web-color-gray-900);font-size:14px;font-weight:700}.web-home-hero-trust-item span{color:var(--web-color-gray-500);font-size:10px}.web-home-hero-trust-line{background:var(--web-color-gray-200);width:1px;height:30px}.web-home-hero-visual{min-width:0;padding:35px 20px 35px 10px;position:relative}.web-home-hero-orbit{border:1px solid #2563eb14;border-radius:50%;width:480px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.web-home-dashboard{z-index:2;background:#fffffff5;border:1px solid #0f172a1a;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 35px 80px #0f172a21}.web-home-dashboard-top{border-bottom:1px solid var(--web-color-gray-200);background:#fbfcfe;justify-content:space-between;align-items:center;height:52px;padding:0 18px;display:flex}.web-home-dashboard-brand{letter-spacing:-.02em;color:var(--web-color-gray-900);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.web-home-dashboard-mark{background:var(--web-color-primary);border-radius:5px;width:18px;height:18px}.web-home-dashboard-user{background:var(--web-color-gray-100);border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.web-home-dashboard-user span{background:var(--web-color-gray-400);border-radius:50%;width:7px;height:7px}.web-home-dashboard-body{min-height:410px;display:flex}.web-home-dashboard-sidebar{border-right:1px solid var(--web-color-gray-200);background:#fafbfc;flex-direction:column;flex-shrink:0;align-items:center;gap:20px;width:58px;padding-top:25px;display:flex}.web-home-dashboard-sidebar span{background:var(--web-color-gray-300);border-radius:5px;width:18px;height:18px}.web-home-dashboard-sidebar span.is-active{background:var(--web-color-primary)}.web-home-dashboard-main{flex:1;min-width:0;padding:30px}.web-home-dashboard-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.web-home-dashboard-heading small{color:var(--web-color-gray-500);margin-bottom:4px;font-size:10px;display:block}.web-home-dashboard-heading h3{letter-spacing:-.03em;color:var(--web-color-gray-900);margin:0;font-size:22px;font-weight:600}.web-home-dashboard-date{letter-spacing:.08em;color:var(--web-color-gray-400);font-size:9px;font-weight:700}.web-home-dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:25px;display:grid}.web-home-dashboard-card{border:1px solid var(--web-color-gray-200);border-radius:9px;padding:15px}.web-home-dashboard-card small{color:var(--web-color-gray-500);font-size:9px;display:block}.web-home-dashboard-card strong{color:var(--web-color-gray-900);margin-top:7px;font-size:18px;font-weight:600;display:block}.web-home-dashboard-card span{color:var(--web-color-primary);margin-top:5px;font-size:9px;font-weight:600;display:block}.web-home-dashboard-chart{border:1px solid var(--web-color-gray-200);border-radius:9px;margin-top:16px;padding:18px}.web-home-dashboard-chart-head{color:var(--web-color-gray-700);justify-content:space-between;font-size:10px;font-weight:600;display:flex}.web-home-dashboard-chart-head small{color:var(--web-color-gray-400);font-size:9px;font-weight:500}.web-home-chart-area{height:150px;margin-top:16px;position:relative}.web-home-chart-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.web-home-chart-grid span{background:var(--web-color-gray-200);width:100%;height:1px}.web-home-chart-bars{justify-content:space-between;align-items:flex-end;gap:8px;height:135px;display:flex;position:absolute;bottom:0;left:15px;right:15px}.web-home-chart-bars i{background:var(--web-color-primary);opacity:.82;border-radius:4px 4px 0 0;width:100%;max-width:28px;display:block}.web-home-floating-card{z-index:4;background:#fffffff5;border:1px solid #0f172a14;border-radius:10px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 18px 40px #0f172a1a}.web-home-floating-card strong{color:var(--web-color-gray-900);font-size:12px;font-weight:700;display:block}.web-home-floating-card small{color:var(--web-color-gray-500);margin-top:2px;font-size:9px;display:block}.web-home-floating-icon{width:27px;height:27px;color:var(--web-color-primary);background:var(--web-color-gray-100);border-radius:7px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.web-home-floating-card-one{bottom:58px;left:-18px}.web-home-floating-card-two{display:block;top:70px;right:-8px}.web-home-floating-card-two strong{color:var(--web-color-primary);font-size:15px}@media (width<=1050px){.web-home-hero-grid{gap:40px}.web-home-hero-title{font-size:clamp(46px,5.5vw,64px)}.web-home-hero-visual{padding-right:0}.web-home-floating-card-one{left:-8px}.web-home-floating-card-two{right:0}}@media (width<=900px){.web-home-hero{min-height:auto;padding:72px 0 80px}.web-home-hero-grid{grid-template-columns:1fr;gap:60px}.web-home-hero-content{max-width:720px}.web-home-hero-visual{width:100%;max-width:760px;margin:0 auto}}@media (width<=767px){.web-home-hero{padding:55px 0 65px}.web-home-hero-title{font-size:clamp(42px,11vw,54px);line-height:1}.web-home-hero-description{margin-top:22px;font-size:16px}.web-home-hero-actions{flex-direction:column;align-items:stretch;margin-top:30px}.web-home-hero-primary,.web-home-hero-secondary{justify-content:center;width:100%}.web-home-hero-trust{gap:12px;margin-top:34px}.web-home-hero-trust-item strong{font-size:12px}.web-home-hero-trust-item span{font-size:9px}.web-home-hero-trust-line{height:25px}.web-home-hero-visual{padding:15px 0 25px}.web-home-hero-orbit{width:330px;height:330px}.web-home-dashboard-body{min-height:300px}.web-home-dashboard-sidebar{display:none}.web-home-dashboard-main{padding:18px}.web-home-dashboard-heading h3{font-size:17px}.web-home-dashboard-cards{grid-template-columns:1fr;gap:7px;margin-top:18px}.web-home-dashboard-card{padding:11px}.web-home-dashboard-card strong{font-size:15px}.web-home-dashboard-chart{margin-top:10px;padding:12px}.web-home-chart-area{height:100px}.web-home-chart-bars{gap:4px;height:90px}.web-home-floating-card-one{bottom:8px;left:-5px}.web-home-floating-card-two{top:5px;right:-4px}.web-home-floating-card{padding:9px 11px}.web-home-floating-card-one strong{font-size:10px}.web-home-floating-card-one small{font-size:8px}.web-home-floating-card-two strong{font-size:12px}.web-home-floating-card-two small{font-size:8px}}.web-home-value{background:radial-gradient(circle at 88% 8%,#2563eb0e,#0000 30%),linear-gradient(#f8fafc 0%,#fff 46%,#f8fafc 100%);padding:150px 0 165px;position:relative;overflow:hidden}.web-home-value .web-container{z-index:2;position:relative}.web-home-value-intro{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:90px;max-width:1180px;margin-bottom:105px;display:grid}.web-home-value-heading{max-width:800px}.web-home-section-eyebrow{letter-spacing:.19em;text-transform:uppercase;color:#2563eb;align-items:center;gap:11px;margin-bottom:25px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.web-home-section-eyebrow:before{content:"";background:#2563eb;border-radius:999px;width:30px;height:2px}.web-home-value-heading h2{letter-spacing:-.058em;color:#0f172a;margin:0;font-size:clamp(48px,5.15vw,74px);font-weight:750;line-height:.98}.web-home-value-heading h2 span{color:#2563eb;display:block}.web-home-value-intro-copy{max-width:430px;padding-bottom:4px}.web-home-value-intro-copy p{color:#64748b;margin:0;font-size:17px;line-height:1.75}.web-home-value-feature{border-top:1px solid #e2e8f0;grid-template-columns:58px minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:48px;min-height:475px;padding:72px 0;display:grid;position:relative}.web-home-value-feature:last-of-type{border-bottom:1px solid #e2e8f0}.web-home-value-feature-number{letter-spacing:.12em;color:#94a3b8;align-self:start;padding-top:5px;font-size:12px;font-weight:800;line-height:1}.web-home-value-feature-number:after{content:none}.web-home-value-feature-content{max-width:555px}.web-home-value-feature-content>span{letter-spacing:.18em;text-transform:uppercase;color:#64748b;margin-bottom:18px;font-size:10px;font-weight:800;line-height:1.4;display:block}.web-home-value-feature-content h3{letter-spacing:-.048em;color:#0f172a;max-width:560px;margin:0 0 23px;font-size:clamp(35px,3.25vw,50px);font-weight:750;line-height:1.035}.web-home-value-feature-content p{color:#64748b;max-width:510px;margin:0;font-size:15.5px;line-height:1.82}.web-home-value-highlight{background:#eff6ffb8;border:1px solid #dbeafe;border-radius:7px;align-items:center;gap:10px;margin-top:29px;padding:11px 15px;display:inline-flex}.web-home-value-highlight strong{color:#1d4ed8;font-size:12px;font-weight:800}.web-home-value-highlight span{color:#475569;font-size:12px}.web-home-value-highlight strong:after{content:"→";color:#93c5fd;margin-left:9px}.web-home-value-feature-visual{justify-content:flex-end;align-items:center;min-width:0;min-height:350px;display:flex;position:relative}.web-home-value-feature-visual:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb13,#2563eb06 48%,#0000 70%);border-radius:50%;width:330px;height:330px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.web-value-control-card,.web-value-audit-card,.web-value-work-card,.web-value-growth-card{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border:1px solid #e2e8f0f2;border-radius:16px;width:min(100%,500px);position:relative;box-shadow:0 22px 55px #0f172a13,0 3px 12px #0f172a09}.web-value-control-card{padding:27px}.web-value-control-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;margin-bottom:2px;padding-bottom:18px;display:flex}.web-value-control-header span{color:#0f172a;font-size:14px;font-weight:800}.web-value-control-header small{letter-spacing:.13em;color:#15803d;align-items:center;gap:7px;font-size:8px;font-weight:800;display:inline-flex}.web-value-control-header small:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px}.web-value-control-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;display:flex}.web-value-control-row:last-child{border-bottom:0;padding-bottom:2px}.web-value-control-row span{color:#64748b;font-size:12px}.web-value-control-row strong{color:#2563eb;font-size:11px;font-weight:800}.web-value-audit-card{padding:27px}.web-value-audit-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;margin-bottom:2px;padding-bottom:18px;display:flex}.web-value-audit-header span{color:#0f172a;font-size:14px;font-weight:800}.web-value-audit-header small{letter-spacing:.13em;color:#2563eb;font-size:8px;font-weight:800}.web-value-audit-item{border-bottom:1px solid #f1f5f9;grid-template-columns:48px minmax(0,1fr);gap:15px;padding:16px 0;display:grid}.web-value-audit-item:last-child{border-bottom:0;padding-bottom:2px}.web-value-audit-time{color:#94a3b8;padding-top:2px;font-size:10px;font-weight:700}.web-value-audit-item strong{color:#334155;margin-bottom:4px;font-size:12px;font-weight:750;display:block}.web-value-audit-item small{color:#94a3b8;font-size:10px;display:block}.web-value-work-card{padding:30px}.web-value-work-top{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.web-value-work-top span{color:#334155;font-size:13px;font-weight:750}.web-value-work-top strong{letter-spacing:-.035em;color:#2563eb;font-size:21px;font-weight:800}.web-value-work-progress{background:#e2e8f0;border-radius:999px;height:9px;position:relative;overflow:hidden}.web-value-work-progress span{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#60a5fa);width:84%;height:100%;display:block}.web-value-work-bottom{justify-content:space-between;margin-top:16px;display:flex}.web-value-work-bottom small{color:#94a3b8;font-size:10px}.web-value-work-bottom strong{color:#475569;font-size:11px;font-weight:800}.web-value-growth-card{height:350px;overflow:hidden}.web-value-growth-node{color:#475569;background:#fff;border:1px solid #dbeafe;border-radius:9px;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex;position:absolute;box-shadow:0 9px 22px #0f172a0f}.web-value-growth-node.main{color:#fff;background:#2563eb;border-color:#2563eb;width:105px;height:54px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 15px 35px #2563eb38}.web-value-growth-node.node-one,.web-value-growth-node.node-two,.web-value-growth-node.node-three,.web-value-growth-node.node-four{width:82px;height:41px}.web-value-growth-node.node-one{top:20%;left:13%}.web-value-growth-node.node-two{top:20%;right:13%}.web-value-growth-node.node-three{bottom:20%;left:13%}.web-value-growth-node.node-four{bottom:20%;right:13%}.web-value-growth-card:before,.web-value-growth-card:after{content:"";transform-origin:50%;background:#dbeafe;width:230px;height:1px;position:absolute;top:50%;left:50%}.web-value-growth-card:before{transform:translate(-50%,-50%)rotate(45deg)}.web-value-growth-card:after{transform:translate(-50%,-50%)rotate(-45deg)}.web-home-value-feature.reverse{grid-template-columns:minmax(420px,1.05fr) minmax(0,.95fr) 58px}.web-home-value-feature.reverse .web-home-value-feature-visual{grid-area:1/1;justify-content:flex-start}.web-home-value-feature.reverse .web-home-value-feature-content{grid-area:1/2}.web-home-value-feature.reverse .web-home-value-feature-number{grid-area:1/3}.web-home-value-statement{text-align:center;max-width:900px;margin:145px auto 0;position:relative}.web-home-value-statement>span{letter-spacing:.2em;text-transform:uppercase;color:#2563eb;margin-bottom:23px;font-size:10px;font-weight:800;display:block}.web-home-value-statement h2{letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(43px,4.9vw,66px);font-weight:750;line-height:1.03}.web-home-value-statement h2 strong{color:#2563eb;display:block}.web-home-value-statement p{color:#64748b;max-width:620px;margin:27px auto 0;font-size:16px;line-height:1.75}.web-home-value-feature-visual>div{transition:transform .35s,box-shadow .35s}.web-home-value-feature:hover .web-home-value-feature-visual>div{transform:translateY(-5px);box-shadow:0 30px 70px #0f172a1a,0 5px 16px #0f172a0a}@media (width<=1100px){.web-home-value{padding:120px 0 140px}.web-home-value-intro{gap:55px;margin-bottom:80px}.web-home-value-feature,.web-home-value-feature.reverse{grid-template-columns:48px minmax(0,1fr) minmax(340px,1fr);gap:30px}.web-home-value-feature.reverse{grid-template-columns:minmax(340px,1fr) minmax(0,1fr) 48px}.web-home-value-feature.reverse .web-home-value-feature-visual{grid-column:1}.web-home-value-feature.reverse .web-home-value-feature-content{grid-column:2}.web-home-value-feature.reverse .web-home-value-feature-number{grid-column:3}.web-value-growth-card{height:300px}}@media (width<=768px){.web-home-value{padding:90px 0 100px}.web-home-value-intro{margin-bottom:60px;display:block}.web-home-value-heading h2{font-size:clamp(42px,12vw,58px)}.web-home-value-intro-copy{max-width:600px;margin-top:27px;padding-bottom:0}.web-home-value-intro-copy p{font-size:16px;line-height:1.72}.web-home-value-feature,.web-home-value-feature.reverse{flex-direction:column;align-items:stretch;gap:25px;min-height:auto;padding:55px 0;display:flex}.web-home-value-feature-number,.web-home-value-feature.reverse .web-home-value-feature-number{order:1;padding-top:0;font-size:11px}.web-home-value-feature-content,.web-home-value-feature.reverse .web-home-value-feature-content{order:2;max-width:100%}.web-home-value-feature-visual,.web-home-value-feature.reverse .web-home-value-feature-visual{order:3;justify-content:stretch;min-height:275px}.web-home-value-feature-content h3{font-size:36px;line-height:1.055}.web-home-value-feature-content p{font-size:15px;line-height:1.75}.web-value-control-card,.web-value-audit-card,.web-value-work-card,.web-value-growth-card{width:100%}.web-home-value-feature-visual:before{width:280px;height:280px;right:50%;transform:translate(50%,-50%)}.web-value-growth-card{height:280px}.web-home-value-statement{margin-top:85px}.web-home-value-statement h2{font-size:43px}}@media (width<=480px){.web-home-value{padding:75px 0 85px}.web-home-section-eyebrow{letter-spacing:.15em;font-size:10px}.web-home-value-heading h2{font-size:42px}.web-home-value-feature-content h3{font-size:31px}.web-home-value-highlight{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.web-value-control-card,.web-value-audit-card,.web-value-work-card{padding:22px}.web-value-growth-card{height:250px}.web-value-growth-node.main{width:90px;height:48px}.web-value-growth-node.node-one,.web-value-growth-node.node-two,.web-value-growth-node.node-three,.web-value-growth-node.node-four{width:72px;height:38px}.web-home-value-statement h2{font-size:37px}.web-home-value-statement p{font-size:15px}}.web-value-control-card,.web-value-audit-card,.web-value-work-card,.web-value-growth-card{border-color:#94a3b838;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s,border-color .35s;box-shadow:0 30px 80px #0f172a14,0 8px 24px #0f172a09}.web-home-value-feature:hover .web-value-control-card,.web-home-value-feature:hover .web-value-audit-card,.web-home-value-feature:hover .web-value-work-card,.web-home-value-feature:hover .web-value-growth-card{border-color:#2563eb29;transform:translateY(-7px);box-shadow:0 38px 90px #0f172a1c,0 10px 28px #2563eb0d}.web-home-operations{background:#fff;padding:150px 0 165px;position:relative;overflow:hidden}.web-home-operations-intro{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:90px;max-width:1180px;margin-bottom:95px;display:grid}.web-home-operations-heading{max-width:760px}.web-home-operations-heading h2{letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(48px,5.2vw,76px);font-weight:800;line-height:.98}.web-home-operations-heading h2 span{color:#2563eb;display:block}.web-home-operations-intro-copy{max-width:430px;padding-bottom:5px}.web-home-operations-intro-copy p{color:#64748b;margin:0;font-size:17px;line-height:1.75}.web-home-operations-visual{width:100%;max-width:1180px;height:610px;margin:0 auto;position:relative}.web-home-operations-visual:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb1c 0%,#2563eb0b 42%,#0000 72%);border-radius:50%;width:440px;height:440px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.web-home-operations-visual:after{content:"";pointer-events:none;border:1px solid #2563eb14;border-radius:50%;width:470px;height:470px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.web-home-operations-core{z-index:5;background:#fff;border:1px solid #2563eb38;border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 65px #0f172a1f,0 0 0 12px #ffffffb8,0 0 0 13px #2563eb0f}.web-home-operations-core-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.web-home-operations-core-mark{color:#fff;background:#2563eb;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:11px;font-size:19px;font-weight:800;display:flex;box-shadow:0 10px 25px #2563eb40}.web-home-operations-core strong{letter-spacing:-.04em;color:#0f172a;font-size:20px;font-weight:800}.web-home-operations-core span{letter-spacing:.15em;color:#64748b;margin-top:5px;font-size:8px;font-weight:800}.web-home-operations-connections{z-index:1;pointer-events:none;position:absolute;inset:0}.connection-line{transform-origin:0;background:linear-gradient(90deg,#2563eb3d,#2563eb0f);width:260px;height:1px;position:absolute;top:50%;left:50%}.connection-sales{transform:rotate(-145deg)}.connection-inventory{transform:rotate(145deg)}.connection-purchasing{transform:rotate(-35deg)}.connection-warehouse{transform:rotate(35deg)}.web-home-operations-node{z-index:4;background:#fffffff5;border:1px solid #e2e8f0;border-radius:15px;width:235px;padding:22px 23px 20px;transition:transform .22s,box-shadow .22s,border-color .22s;position:absolute;box-shadow:0 18px 45px #0f172a14}.web-home-operations-node:hover{border-color:#bfdbfe;transform:translateY(-5px);box-shadow:0 28px 60px #0f172a1c}.node-sales{top:8%;left:7%}.node-inventory{bottom:8%;left:7%}.node-purchasing{top:8%;right:7%}.node-warehouse{bottom:8%;right:7%}.web-home-operations-node-top{align-items:center;gap:10px;margin-bottom:20px;display:flex}.web-home-operations-node-icon{color:#2563eb;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:flex}.web-home-operations-node-top span{letter-spacing:.15em;color:#64748b;font-size:10px;font-weight:800}.web-home-operations-node>strong{letter-spacing:-.04em;color:#0f172a;font-size:27px;font-weight:800;line-height:1;display:block}.web-home-operations-node>small{color:#94a3b8;margin-top:8px;font-size:10px;display:block}.web-home-operations-node>em{color:#15803d;background:#f0fdf4;border-radius:5px;margin-top:14px;padding:5px 8px;font-size:9px;font-style:normal;font-weight:800;display:inline-flex}.web-home-operations-status{z-index:6;background:#fffffff0;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;display:inline-flex;position:absolute;bottom:23px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0f172a0f}.web-home-operations-status>span{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #22c55e1a}.web-home-operations-status strong{letter-spacing:.12em;color:#64748b;font-size:8px;font-weight:800}.web-home-operations-outcome{text-align:center;max-width:820px;margin:90px auto 0}.web-home-operations-outcome>span{letter-spacing:.2em;color:#2563eb;margin-bottom:20px;font-size:10px;font-weight:800;display:block}.web-home-operations-outcome h2{letter-spacing:-.05em;color:#0f172a;margin:0;font-size:clamp(38px,4.5vw,60px);font-weight:800;line-height:1.03}.web-home-operations-outcome h2 strong{color:#2563eb;display:block}@media (width<=1000px){.web-home-operations{padding:120px 0 135px}.web-home-operations-intro{gap:50px;margin-bottom:70px}.web-home-operations-visual{height:560px}.web-home-operations-node{width:210px}.node-sales,.node-inventory{left:2%}.node-purchasing,.node-warehouse{right:2%}.connection-line{width:220px}}@media (width<=767px){.web-home-operations{padding:90px 0 105px}.web-home-operations-intro{margin-bottom:60px;display:block}.web-home-operations-heading h2{font-size:clamp(42px,12vw,58px)}.web-home-operations-intro-copy{max-width:600px;margin-top:28px}.web-home-operations-intro-copy p{font-size:16px}.web-home-operations-visual{flex-direction:column;align-items:center;gap:14px;height:auto;padding:20px 0;display:flex}.web-home-operations-visual:before,.web-home-operations-visual:after,.web-home-operations-connections{display:none}.web-home-operations-core{width:155px;height:155px;margin-bottom:20px;position:relative;top:auto;left:auto;transform:none}.web-home-operations-core-mark{width:36px;height:36px;font-size:16px}.web-home-operations-core strong{font-size:18px}.web-home-operations-node{width:100%;max-width:420px;padding:19px 20px;position:relative;inset:auto!important}.web-home-operations-node-top{margin-bottom:15px}.web-home-operations-node>strong{font-size:24px}.web-home-operations-status{margin-top:12px;position:relative;bottom:auto;left:auto;transform:none}.web-home-operations-outcome{margin-top:65px}.web-home-operations-outcome h2{font-size:40px}}@media (width<=480px){.web-home-operations{padding:75px 0 90px}.web-home-operations-heading h2{font-size:42px}.web-home-operations-node{padding:18px}.web-home-operations-node>strong{font-size:22px}.web-home-operations-outcome h2{font-size:36px}}.web-home-control{background:linear-gradient(#f8fafc 0%,#fff 45%,#f8fafc 100%);padding:155px 0 170px;position:relative;overflow:hidden}.web-home-control-intro{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:90px;max-width:1180px;margin-bottom:95px;display:grid}.web-home-control-heading{max-width:800px}.web-home-control-heading h2{letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(46px,5vw,72px);font-weight:800;line-height:.99}.web-home-control-heading h2 span{color:#2563eb;display:block}.web-home-control-copy{max-width:430px;padding-bottom:5px}.web-home-control-copy p{color:#64748b;margin:0;font-size:17px;line-height:1.75}.web-home-control-visual{grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr);align-items:center;gap:55px;max-width:1080px;min-height:420px;margin:0 auto;display:grid;position:relative}.web-home-control-core{z-index:4;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.web-home-control-core-ring{background:#fff;border:1px solid #2563eb38;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin-bottom:22px;display:flex;position:relative;box-shadow:0 25px 65px #0f172a1f,0 0 0 12px #fffc,0 0 0 13px #2563eb0f}.web-home-control-core-ring:before{content:"";border:1px dashed #bfdbfe;border-radius:50%;position:absolute;inset:15px}.web-home-control-core-icon{z-index:2;color:#fff;background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;font-weight:800;display:flex;position:relative;box-shadow:0 12px 30px #2563eb47}.web-home-control-core>strong{letter-spacing:-.03em;color:#0f172a;font-size:18px;font-weight:800}.web-home-control-core>span{letter-spacing:.16em;color:#94a3b8;margin-top:6px;font-size:8px;font-weight:800}.web-home-control-visual:before,.web-home-control-visual:after{content:"";z-index:1;background:linear-gradient(90deg,#0000,#bfdbfe);width:170px;height:1px;position:absolute;top:50%}.web-home-control-visual:before{left:calc(50% - 265px);transform:translateY(-50%)}.web-home-control-visual:after{right:calc(50% - 265px);transform:translateY(-50%)rotate(180deg)}.web-home-control-panel{z-index:3;background:#fffffff5;border:1px solid #e2e8f0;border-radius:16px;min-height:300px;padding:25px;position:relative;box-shadow:0 20px 55px #0f172a12}.web-home-control-panel-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:20px;display:flex}.web-home-control-panel-header>div:first-child>span{letter-spacing:.15em;color:#2563eb;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.web-home-control-panel-header strong{color:#0f172a;font-size:15px;font-weight:800;display:block}.web-home-control-status{color:#15803d;letter-spacing:.08em;background:#f0fdf4;border-radius:5px;align-items:center;gap:6px;padding:5px 8px;font-size:8px;font-weight:800;display:inline-flex}.web-home-control-status span{background:#22c55e;border-radius:50%;width:5px;height:5px}.web-home-control-live{color:#2563eb;letter-spacing:.08em;background:#eff6ff;border-radius:5px;padding:5px 8px;font-size:8px;font-weight:800}.web-home-control-permission{border-bottom:1px solid #f1f5f9;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;padding:16px 0;display:grid}.web-home-control-permission:last-child{border-bottom:0}.web-home-control-avatar{color:#475569;background:#f1f5f9;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:8px;font-weight:800;display:flex}.web-home-control-person strong{color:#334155;font-size:11px;font-weight:750;display:block}.web-home-control-person small{color:#94a3b8;margin-top:3px;font-size:9px;display:block}.web-home-control-permission em{color:#2563eb;background:#eff6ff;border-radius:5px;padding:5px 7px;font-size:8px;font-style:normal;font-weight:800}.web-home-control-log{border-bottom:1px solid #f1f5f9;grid-template-columns:40px 1fr;gap:12px;padding:17px 0;display:grid}.web-home-control-log:last-child{border-bottom:0}.web-home-control-log-time{color:#94a3b8;padding-top:2px;font-size:9px;font-weight:700}.web-home-control-log-content strong{color:#334155;font-size:11px;font-weight:750;display:block}.web-home-control-log-content small{color:#94a3b8;margin-top:4px;font-size:9px;display:block}.web-home-control-benefits{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(3,1fr);max-width:900px;margin:80px auto 0;display:grid}.web-home-control-benefits>div{text-align:center;border-right:1px solid #e2e8f0;padding:22px 30px}.web-home-control-benefits>div:last-child{border-right:0}.web-home-control-benefits strong{color:#0f172a;font-size:13px;font-weight:800}.web-home-control-benefits span{color:#64748b;margin-left:5px;font-size:13px}.web-home-control-closing{text-align:center;max-width:800px;margin:115px auto 0}.web-home-control-closing>span{letter-spacing:.2em;color:#2563eb;margin-bottom:20px;font-size:10px;font-weight:800;display:block}.web-home-control-closing h2{letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(42px,5vw,66px);font-weight:800;line-height:1}.web-home-control-closing h2 strong{color:#2563eb;display:inline}.web-home-control-panel{transition:transform .25s,box-shadow .25s,border-color .25s}.web-home-control-panel:hover{border-color:#bfdbfe;transform:translateY(-5px);box-shadow:0 28px 65px #0f172a1a}@media (width<=1000px){.web-home-control{padding:120px 0 140px}.web-home-control-intro{gap:50px;margin-bottom:70px}.web-home-control-visual{grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr);gap:30px}.web-home-control-panel{padding:20px}.web-home-control-core-ring{width:130px;height:130px}.web-home-control-visual:before,.web-home-control-visual:after{width:110px}}@media (width<=767px){.web-home-control{padding:90px 0 105px}.web-home-control-intro{margin-bottom:60px;display:block}.web-home-control-heading h2{font-size:clamp(42px,12vw,58px)}.web-home-control-copy{max-width:600px;margin-top:28px}.web-home-control-copy p{font-size:16px}.web-home-control-visual{flex-direction:column;gap:28px;min-height:auto;display:flex}.web-home-control-visual:before,.web-home-control-visual:after{display:none}.web-home-control-core{order:2}.panel-permissions{order:1}.panel-audit{order:3}.web-home-control-core-ring{width:140px;height:140px;margin-bottom:17px}.web-home-control-panel{width:100%;min-height:auto;padding:20px}.web-home-control-benefits{grid-template-columns:1fr;margin-top:60px}.web-home-control-benefits>div{border-bottom:1px solid #e2e8f0;border-right:0}.web-home-control-benefits>div:last-child{border-bottom:0}.web-home-control-closing{margin-top:80px}.web-home-control-closing h2{font-size:44px}}@media (width<=480px){.web-home-control{padding:75px 0 90px}.web-home-control-heading h2{font-size:42px}.web-home-control-permission{grid-template-columns:32px 1fr}.web-home-control-permission em{display:none}.web-home-control-closing h2{font-size:38px}}.web-home-visibility{background:#fff;padding:155px 0 165px;position:relative;overflow:hidden}.web-home-visibility-intro{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:90px;max-width:1180px;margin-bottom:85px;display:grid}.web-home-visibility-heading{max-width:800px}.web-home-visibility-heading h2{letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(46px,5vw,72px);font-weight:800;line-height:.99}.web-home-visibility-heading h2 span{color:#2563eb;display:block}.web-home-visibility-copy{max-width:440px}.web-home-visibility-copy p{color:#64748b;margin:0;font-size:17px;line-height:1.75}.web-home-visibility-board{background:#f8fafc;border:1px solid #dbe3ee;border-radius:20px;max-width:1120px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 35px 90px #0f172a1a}.web-home-visibility-board-top{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.web-home-visibility-board-top small{letter-spacing:.15em;color:#2563eb;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.web-home-visibility-board-top strong{color:#0f172a;font-size:18px;font-weight:800}.web-home-visibility-board-top>span{letter-spacing:.1em;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;padding:7px 10px;font-size:8px;font-weight:800}.web-home-visibility-metrics{background:#fff;border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(4,1fr);display:grid}.web-home-visibility-metric{border-right:1px solid #e2e8f0;padding:24px 25px}.web-home-visibility-metric:last-child{border-right:0}.web-home-visibility-metric small{letter-spacing:.12em;color:#94a3b8;margin-bottom:10px;font-size:9px;font-weight:800;display:block}.web-home-visibility-metric strong{letter-spacing:-.04em;color:#0f172a;font-size:25px;font-weight:800;display:block}.web-home-visibility-metric span{color:#64748b;margin-top:6px;font-size:9px;display:block}.web-home-visibility-board-content{grid-template-columns:1.25fr .75fr;gap:15px;padding:18px;display:grid}.web-home-visibility-performance,.web-home-visibility-attention{background:#fff;border:1px solid #e2e8f0;border-radius:13px;padding:25px}.web-home-visibility-card-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.web-home-visibility-card-head small{letter-spacing:.14em;color:#2563eb;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.web-home-visibility-card-head strong{color:#334155;font-size:14px;font-weight:800;display:block}.web-home-visibility-card-head>span{letter-spacing:.08em;color:#94a3b8;flex-shrink:0;font-size:8px;font-weight:700}.web-home-visibility-chart{height:220px;margin-top:25px;position:relative}.web-home-visibility-chart-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.web-home-visibility-chart-grid span{background:#eef2f7;width:100%;height:1px}.web-home-visibility-chart-line{justify-content:space-around;align-items:flex-end;gap:15px;height:190px;display:flex;position:absolute;bottom:0;left:10px;right:10px}.web-home-visibility-chart-line i{opacity:.82;background:#2563eb;border-radius:5px 5px 2px 2px;width:100%;max-width:42px;display:block}.web-home-visibility-alert{border-bottom:1px solid #f1f5f9;grid-template-columns:30px 1fr;align-items:center;gap:11px;padding:18px 0;display:grid}.web-home-visibility-alert:last-child{border-bottom:0}.web-home-visibility-alert-icon{color:#ea580c;background:#fff7ed;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:flex}.web-home-visibility-alert strong{color:#334155;font-size:11px;font-weight:800;display:block}.web-home-visibility-alert small{color:#94a3b8;margin-top:4px;font-size:9px;line-height:1.4;display:block}.web-home-visibility-outcome{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(3,1fr);max-width:920px;margin:75px auto 0;display:grid}.web-home-visibility-outcome>div{text-align:center;border-right:1px solid #e2e8f0;padding:23px 30px}.web-home-visibility-outcome>div:last-child{border-right:0}.web-home-visibility-outcome span{letter-spacing:.15em;color:#2563eb;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.web-home-visibility-outcome strong{color:#334155;font-size:13px;font-weight:750}.web-home-visibility-closing{text-align:center;max-width:850px;margin:115px auto 0}.web-home-visibility-closing>span{letter-spacing:.2em;color:#2563eb;margin-bottom:20px;font-size:10px;font-weight:800;display:block}.web-home-visibility-closing h2{letter-spacing:-.055em;color:#0f172a;margin:0;font-size:clamp(42px,5vw,66px);font-weight:800;line-height:1.02}.web-home-visibility-closing h2 strong{color:#2563eb;display:block}.web-home-visibility-board{transition:transform .3s,box-shadow .3s}.web-home-visibility-board:hover{transform:translateY(-5px);box-shadow:0 45px 100px #0f172a21}@media (width<=1000px){.web-home-visibility{padding:120px 0 140px}.web-home-visibility-intro{gap:50px}.web-home-visibility-board-content{grid-template-columns:1fr}}@media (width<=767px){.web-home-visibility{padding:90px 0 105px}.web-home-visibility-intro{margin-bottom:60px;display:block}.web-home-visibility-heading h2{font-size:clamp(42px,12vw,58px)}.web-home-visibility-copy{margin-top:28px}.web-home-visibility-copy p{font-size:16px}.web-home-visibility-board-top{padding:18px}.web-home-visibility-metrics{grid-template-columns:repeat(2,1fr)}.web-home-visibility-metric{padding:18px}.web-home-visibility-metric:nth-child(2){border-right:0}.web-home-visibility-metric:nth-child(-n+2){border-bottom:1px solid #e2e8f0}.web-home-visibility-board-content{padding:12px}.web-home-visibility-performance,.web-home-visibility-attention{padding:20px}.web-home-visibility-chart{height:170px}.web-home-visibility-chart-line{gap:8px;height:145px}.web-home-visibility-outcome{grid-template-columns:1fr;margin-top:55px}.web-home-visibility-outcome>div{border-bottom:1px solid #e2e8f0;border-right:0}.web-home-visibility-outcome>div:last-child{border-bottom:0}.web-home-visibility-closing{margin-top:80px}.web-home-visibility-closing h2{font-size:44px}}@media (width<=480px){.web-home-visibility{padding:75px 0 90px}.web-home-visibility-heading h2{font-size:42px}.web-home-visibility-metric strong{font-size:21px}.web-home-visibility-metric span{font-size:8px}.web-home-visibility-closing h2{font-size:38px}}.web-home-cta{background:#f8fafc;padding:30px 0 100px;position:relative}.web-home-cta-inner{background:radial-gradient(circle at 50% 35%,#2563eb29,#0000 38%),linear-gradient(135deg,#0f172a 0%,#111827 55%,#0f172a 100%);border-radius:24px;justify-content:center;align-items:center;min-height:520px;padding:80px 50px;display:flex;position:relative;overflow:hidden;box-shadow:0 35px 90px #0f172a2e}.web-home-cta-glow{pointer-events:none;border:1px solid #60a5fa1f;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 70px #2563eb06,0 0 0 140px #2563eb05}.web-home-cta-glow:before{content:"";border:1px solid #60a5fa1a;border-radius:50%;position:absolute;inset:70px}.web-home-cta-grid{opacity:.08;pointer-events:none;background-image:linear-gradient(#ffffff2e 1px,#0000 1px),linear-gradient(90deg,#ffffff2e 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 72%);mask-image:radial-gradient(circle,#000 0%,#0000 72%)}.web-home-cta-content{z-index:2;text-align:center;max-width:850px;position:relative}.web-home-cta-eyebrow{letter-spacing:.2em;color:#60a5fa;align-items:center;gap:10px;margin-bottom:25px;font-size:10px;font-weight:800;display:inline-flex}.web-home-cta-eyebrow:before,.web-home-cta-eyebrow:after{content:"";background:#3b82f6;width:25px;height:1px}.web-home-cta-content h2{letter-spacing:-.065em;color:#fff;margin:0;font-size:clamp(48px,6vw,82px);font-weight:800;line-height:.97}.web-home-cta-content h2 span{color:#60a5fa;display:block}.web-home-cta-content>p{color:#94a3b8;max-width:650px;margin:28px auto 0;font-size:17px;line-height:1.75}.web-home-cta-actions{justify-content:center;align-items:center;gap:12px;margin-top:38px;display:flex}.web-home-cta-primary{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;align-items:center;min-height:54px;padding:0 22px;font-size:14px;font-weight:750;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 30px #2563eb47}.web-home-cta-primary span{margin-left:10px;font-size:17px;transition:transform .18s}.web-home-cta-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 16px 36px #2563eb59}.web-home-cta-primary:hover span{transform:translate(3px)}.web-home-cta-secondary{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff24;border-radius:8px;justify-content:center;align-items:center;min-height:54px;padding:0 20px;font-size:14px;font-weight:650;text-decoration:none;transition:background .18s,border-color .18s;display:inline-flex}.web-home-cta-secondary:hover{background:#ffffff14;border-color:#ffffff3d}.web-home-cta-trust{justify-content:center;align-items:center;gap:14px;margin-top:38px;display:flex}.web-home-cta-trust span{letter-spacing:.12em;color:#64748b;font-size:8px;font-weight:800}.web-home-cta-trust i{background:#475569;border-radius:50%;width:3px;height:3px}@media (width<=767px){.web-home-cta{padding:15px 0 70px}.web-home-cta-inner{border-radius:18px;min-height:540px;padding:70px 25px}.web-home-cta-content h2{font-size:clamp(43px,12vw,60px)}.web-home-cta-content>p{font-size:15px;line-height:1.7}.web-home-cta-actions{flex-direction:column;align-items:stretch;margin-top:30px}.web-home-cta-primary,.web-home-cta-secondary{width:100%}.web-home-cta-trust{flex-wrap:wrap;gap:8px 12px;margin-top:30px}.web-home-cta-glow{width:330px;height:330px}}@media (width<=480px){.web-home-cta-inner{padding:60px 20px}.web-home-cta-content h2{font-size:42px}.web-home-cta-trust span{font-size:7px}}.web-home-value,.web-home-operations,.web-home-control,.web-home-visibility,.web-home-cta{scroll-margin-top:80px}.web-home-value+.web-home-operations,.web-home-operations+.web-home-control,.web-home-control+.web-home-visibility,.web-home-visibility+.web-home-cta{border-top:1px solid #e2e8f0ad}.web-home-value-heading h2,.web-home-operations-heading h2,.web-home-control-heading h2,.web-home-visibility-heading h2{letter-spacing:-.045em;font-size:clamp(42px,4.35vw,62px);font-weight:750;line-height:1.02}.web-home-value-feature-content h3{letter-spacing:-.04em;font-size:clamp(31px,3vw,46px);font-weight:750;line-height:1.07}.web-home-cta-content h2{letter-spacing:-.05em;font-size:clamp(43px,4.8vw,64px);font-weight:750;line-height:1.02}.web-home-value{padding:132px 0 150px}.web-home-operations,.web-home-control,.web-home-visibility{padding:126px 0 145px}.web-home-value-intro,.web-home-operations-intro,.web-home-control-intro,.web-home-visibility-intro{margin-bottom:82px}.web-home-value-intro-copy p,.web-home-operations-intro-copy p,.web-home-control-copy p,.web-home-visibility-copy p{font-size:16.5px;line-height:1.75}.web-home-value-feature{min-height:455px;padding:62px 0}.web-home-value-feature-content p{font-size:15.5px;line-height:1.78}.web-home-value-highlight{margin-top:26px}.web-home-operations-node{transition:transform .24s,border-color .24s,box-shadow .24s}.web-home-operations-node:hover{z-index:8;border-color:#2563eb3d;transform:translateY(-4px);box-shadow:0 22px 48px #0f172a1c,0 0 0 4px #2563eb0b}.web-home-operations-core{box-shadow:0 22px 55px #0f172a1a,0 0 0 10px #ffffffc2,0 0 0 11px #2563eb0e}.web-home-operations-status{letter-spacing:.12em}.web-home-control-panel,.web-home-visibility-board{transition:transform .32s,box-shadow .32s,border-color .32s}.web-home-control-panel:hover,.web-home-visibility-board:hover{border-color:#2563eb26;transform:translateY(-5px);box-shadow:0 34px 78px #0f172a1c,0 6px 18px #0f172a0b}.web-home-control-closing,.web-home-visibility-closing{margin-top:105px}.web-home-control-closing h2,.web-home-visibility-closing h2{letter-spacing:-.045em;font-size:clamp(36px,3.8vw,52px);line-height:1.05}.web-home-cta{padding:26px 0 92px}.web-home-cta-inner{min-height:500px}.web-home-cta-content>p{max-width:620px;font-size:16px;line-height:1.75}@media (width<=1000px){.web-home-value,.web-home-operations,.web-home-control,.web-home-visibility{padding:108px 0 125px}.web-home-value-heading h2,.web-home-operations-heading h2,.web-home-control-heading h2,.web-home-visibility-heading h2{font-size:clamp(40px,6vw,56px)}}@media (width<=767px){.web-home-value,.web-home-operations,.web-home-control,.web-home-visibility{padding:82px 0 96px}.web-home-value-intro,.web-home-operations-intro,.web-home-control-intro,.web-home-visibility-intro{margin-bottom:54px}.web-home-value-heading h2,.web-home-operations-heading h2,.web-home-control-heading h2,.web-home-visibility-heading h2{font-size:clamp(39px,10.5vw,48px);line-height:1.04}.web-home-value-feature{padding:48px 0}.web-home-value-feature-content h3{font-size:31px}.web-home-value-feature-content p{font-size:15px}.web-home-control-closing,.web-home-visibility-closing{margin-top:78px}.web-home-control-closing h2,.web-home-visibility-closing h2{font-size:36px}.web-home-cta{padding:20px 0 70px}.web-home-cta-inner{min-height:450px}.web-home-cta-content h2{font-size:42px}}@media (width<=480px){.web-home-value,.web-home-operations,.web-home-control,.web-home-visibility{padding:72px 0 84px}.web-home-value-heading h2,.web-home-operations-heading h2,.web-home-control-heading h2,.web-home-visibility-heading h2{font-size:38px}.web-home-value-feature-content h3{font-size:29px}.web-home-cta-content h2{font-size:38px}}@media (prefers-reduced-motion:reduce){.web-home-operations-node,.web-home-control-panel,.web-home-visibility-board{transition:none!important}.web-home-operations-node:hover,.web-home-control-panel:hover,.web-home-visibility-board:hover{transform:none!important}}.contact-page{padding:96px 24px 120px}.contact-container{grid-template-columns:minmax(0,.9fr) minmax(420px,.8fr);align-items:start;gap:clamp(64px,8vw,120px);width:min(1180px,100%);margin:0 auto;display:grid}.contact-intro{padding-top:12px}.contact-eyebrow{color:var(--color-primary,#2563eb);letter-spacing:.16em;align-items:center;gap:10px;margin-bottom:22px;font-size:12px;font-weight:700;line-height:1.4;display:inline-flex}.contact-eyebrow:before{content:"";opacity:.5;background:currentColor;width:24px;height:1px}.contact-intro h1{letter-spacing:-.045em;color:#111;max-width:680px;margin:0;font-size:clamp(48px,6vw,76px);font-weight:700;line-height:1.02}.contact-intro h1 span{color:var(--color-primary,#2563eb);opacity:1;display:block}.contact-lead{max-width:590px;color:inherit;opacity:.68;margin:30px 0 0;font-size:18px;line-height:1.75}.contact-topics{flex-direction:column;gap:20px;margin-top:48px;display:flex}.contact-topic{align-items:flex-start;gap:14px;display:flex}.contact-topic-mark{opacity:.45;background:currentColor;border-radius:50%;flex:none;width:7px;height:7px;margin-top:7px}.contact-topic strong{font-size:14px;font-weight:650;line-height:1.4;display:block}.contact-topic p{opacity:.58;margin:4px 0 0;font-size:13px;line-height:1.55}.contact-trust{border-top:1px solid #0000001a;align-items:center;gap:12px;max-width:500px;margin-top:48px;padding-top:20px;display:flex}.contact-trust-icon{color:#f59e0b;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.contact-trust-icon svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.contact-trust strong{font-size:13px;font-weight:600;line-height:1.5}.contact-form-card{background:#fff;border:1px solid #0000001a;border-radius:18px;padding:38px;position:relative;box-shadow:0 20px 60px #00000012,0 4px 14px #00000009}.contact-form{flex-direction:column;gap:23px;display:flex}.contact-form-heading{margin-bottom:5px}.contact-form-heading h2{letter-spacing:-.025em;margin:0;font-size:25px;font-weight:700;line-height:1.2}.contact-form-heading p{opacity:.58;margin:8px 0 0;font-size:13px;line-height:1.6}.contact-field{flex-direction:column;gap:8px;display:flex}.contact-field label{font-size:13px;font-weight:650;line-height:1.4}.contact-field label span{opacity:.45}.contact-field input,.contact-field textarea{box-sizing:border-box;width:100%;color:inherit;font:inherit;background:#fff;border:1px solid #00000024;border-radius:9px;outline:none;padding:13px 14px;font-size:15px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s}.contact-field textarea{resize:vertical;min-height:150px}.contact-field input::placeholder,.contact-field textarea::placeholder{opacity:.4}.contact-field input:focus,.contact-field textarea:focus{border-color:#0000006b;box-shadow:0 0 0 3px #0000000b}.contact-field input[aria-invalid=true],.contact-field textarea[aria-invalid=true]{border-color:#b42318}.contact-error{color:#b42318;margin-top:-2px;font-size:12px;line-height:1.5;display:block}.contact-form-footer{width:100%;margin-top:3px;padding-top:4px;display:flex}.contact-submit{color:#fff;width:100%;min-height:54px;font:inherit;cursor:pointer;white-space:nowrap;background:#168447;border:0;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:0 24px;font-size:14px;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.contact-submit:hover{background:#126d3a;box-shadow:0 6px 18px #1684472e}.contact-submit:hover .contact-submit-arrow{transform:translate(3px)}.contact-submit:active{transform:translateY(1px)}.contact-submit:focus-visible{outline-offset:3px;outline:3px solid #16844738}.contact-submit-arrow{font-size:18px;line-height:1;transition:transform .2s}.contact-alert{border-radius:9px;margin-bottom:24px;padding:14px 16px;font-size:13px;line-height:1.55}.contact-alert-success{color:#126d3a;background:#16844714;border:1px solid #1684472e;border-left:4px solid #168447;border-radius:10px;margin-bottom:24px;padding:16px 18px;font-size:14px;font-weight:600;line-height:1.55}.contact-alert-error{color:#8f1d16;background:#b423180a;border:1px solid #b4231833}.contact-honeypot{clip:rect(0, 0, 0, 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.contact-honeypot input,.contact-honeypot label{width:1px!important;height:1px!important;position:absolute!important}@media (width<=980px){.contact-page{padding:80px 24px 100px}.contact-container{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:52px}.contact-intro h1{font-size:clamp(46px,6vw,64px)}.contact-lead{font-size:16px}.contact-form-card{padding:30px}.contact-form-footer{flex-direction:column;align-items:stretch}.contact-form-footer p{max-width:none}.contact-submit{width:100%}}@media (width<=760px){.contact-page{padding:64px 20px 80px}.contact-container{flex-direction:column;gap:52px;display:flex}.contact-intro{padding-top:0}.contact-eyebrow{margin-bottom:18px}.contact-intro h1{font-size:clamp(42px,12vw,58px);line-height:1.03}.contact-lead{margin-top:22px;font-size:16px;line-height:1.7}.contact-topics{gap:17px;margin-top:34px}.contact-topic p{font-size:12px}.contact-trust{margin-top:32px;padding-top:18px}.contact-trust strong{font-size:12px}.contact-form-card{box-sizing:border-box;border-radius:14px;width:100%;padding:26px 20px}.contact-form{gap:22px}.contact-form-heading h2{font-size:23px}.contact-field input,.contact-field textarea{min-height:48px;padding:13px 14px;font-size:16px}.contact-field textarea{min-height:150px}.contact-form-footer{gap:18px}.contact-form-footer p{font-size:11px}.contact-submit{width:100%;min-height:52px}}@media (width<=420px){.contact-page{padding:52px 16px 68px}.contact-container{gap:44px}.contact-intro h1{font-size:40px}.contact-form-card{padding:22px 16px}.contact-form-heading h2{font-size:21px}}.about-page{width:100%;overflow:hidden}.about-container{width:min(1180px,100% - 48px);margin:0 auto}.about-eyebrow{color:#2563eb;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.about-eyebrow:before{content:"";background:#2563eb;flex:0 0 28px;width:28px;height:1px}.about-page h1,.about-page h2,.about-page h3,.about-page p{margin-top:0}.about-page h1 span,.about-page h2 span{color:#2563eb}.about-button{border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 21px;font-size:14px;font-weight:650;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.about-button:hover{transform:translateY(-2px)}.about-button-primary{color:#fff;background:#2563eb;box-shadow:0 7px 20px #2563eb29}.about-button-primary:hover{background:#1d4ed8;box-shadow:0 10px 26px #2563eb38}.about-button-secondary{color:#111827;background:#fff;border:1px solid #d8e0e8}.about-button-secondary:hover{background:#f8fafc;border-color:#bfcbd7}.about-hero{background:radial-gradient(circle at 84% 32%,#2563eb17,#0000 31%),linear-gradient(#fff 0%,#fbfcff 100%);padding:94px 0 124px;position:relative}.about-hero:after{content:"";background:#e8edf5;height:1px;position:absolute;bottom:0;left:0;right:0}.about-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);align-items:center;gap:90px;display:grid}.about-hero-content{max-width:760px}.about-hero h1{color:#111827;letter-spacing:-.05em;max-width:790px;margin-bottom:30px;font-size:clamp(52px,6vw,80px);font-weight:720;line-height:1.01}.about-hero h1 span{display:block}.about-hero-lead{color:#5f6b7a;max-width:680px;margin-bottom:34px;font-size:18px;line-height:1.75}.about-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.about-experience-card{background:linear-gradient(145deg,#eef4ff 0%,#fff 72%);border:1px solid #d5e1f5;border-radius:20px;padding:44px 40px 40px;position:relative;overflow:hidden;box-shadow:0 24px 60px #2563eb1a,0 5px 18px #0f172a0a}.about-experience-card:before{content:"";background:#2563eb12;border-radius:50%;width:190px;height:190px;position:absolute;top:-75px;right:-75px}.about-experience-card:after{content:"";border:1px solid #2563eb14;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-65px;right:-55px}.about-experience-number{z-index:1;color:#2563eb;letter-spacing:-.065em;font-size:clamp(78px,8vw,110px);font-weight:750;line-height:.88;position:relative}.about-experience-label{z-index:1;color:#111827;letter-spacing:.01em;margin-top:20px;font-size:20px;font-weight:700;line-height:1.35;position:relative}.about-experience-line{z-index:1;background:#2563eb;border-radius:4px;width:56px;height:4px;margin:29px 0 22px;position:relative}.about-experience-card p{z-index:1;color:#5f6b7a;max-width:330px;margin-bottom:0;font-size:14px;line-height:1.75;position:relative}.about-experience-section{background:#f5f7fb;padding:116px 0}.about-section-heading{max-width:760px;margin-bottom:58px}.about-section-heading h2{color:#111827;letter-spacing:-.045em;margin-bottom:22px;font-size:clamp(40px,4.7vw,62px);font-weight:700;line-height:1.04}.about-section-heading>p{color:#687586;max-width:660px;margin-bottom:0;font-size:17px;line-height:1.75}.about-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.about-industry-card{background:#fff;border:1px solid #dfe5ee;border-radius:16px;min-height:330px;padding:36px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;box-shadow:0 7px 24px #0f172a09}.about-industry-card:after{content:"";background:#2563eb0b;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-65px;right:-45px}.about-industry-card:hover{border-color:#c8d7ef;transform:translateY(-4px);box-shadow:0 20px 42px #0f172a14}.about-industry-number{z-index:1;color:#2563eb;letter-spacing:.14em;margin-bottom:58px;font-size:12px;font-weight:750;position:relative}.about-industry-card h3{z-index:1;color:#111827;letter-spacing:-.03em;margin-bottom:14px;font-size:29px;font-weight:700;position:relative}.about-industry-card p{z-index:1;color:#687586;max-width:520px;margin-bottom:25px;font-size:15px;line-height:1.75;position:relative}.about-card-link{z-index:1;color:#2563eb;letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:750;display:inline-flex;position:relative}.about-card-link:after{content:"→";font-size:14px}.about-business-section{background:#fff;padding:126px 0;position:relative}.about-business-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:100px;display:grid}.about-business-heading{position:relative}.about-business-heading:after{content:"";background:#2563eb;border-radius:4px;width:58px;height:4px;margin-top:34px;display:block}.about-business-heading h2{color:#111827;letter-spacing:-.045em;max-width:570px;margin-bottom:0;font-size:clamp(40px,4.7vw,62px);font-weight:700;line-height:1.04}.about-business-copy{max-width:620px;padding-top:7px}.about-business-copy p{color:#687586;margin-bottom:24px;font-size:16px;line-height:1.8}.about-business-copy p:last-child{margin-bottom:0}.about-business-copy .about-business-lead{color:#111827;margin-bottom:30px;padding-left:24px;font-size:22px;font-weight:550;line-height:1.55;position:relative}.about-business-copy .about-business-lead:before{content:"";background:#2563eb;border-radius:4px;width:3px;position:absolute;top:4px;bottom:4px;left:0}.about-value-section{background:linear-gradient(#f5f7fb 0%,#f9fafc 100%);padding:116px 0}.about-section-heading-center{text-align:center;max-width:790px;margin-left:auto;margin-right:auto}.about-section-heading-center .about-eyebrow{justify-content:center}.about-section-heading-center>p{margin-left:auto;margin-right:auto}.about-value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.about-value-card{background:#fff;border:1px solid #dfe5ee;border-radius:14px;min-height:270px;padding:30px 27px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.about-value-card:before{content:"";transform-origin:0;background:#2563eb;height:3px;transition:transform .2s;position:absolute;top:0;left:0;right:0;transform:scaleX(.25)}.about-value-card:after{content:"";background:#2563eb0a;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-48px;right:-38px}.about-value-card:hover{border-color:#c7d6ec;transform:translateY(-3px);box-shadow:0 16px 36px #0f172a12}.about-value-card:hover:before{transform:scaleX(1)}.about-value-index{z-index:1;color:#2563eb;letter-spacing:.14em;margin-bottom:50px;font-size:11px;font-weight:750;display:block;position:relative}.about-value-card h3{z-index:1;color:#111827;letter-spacing:-.02em;margin-bottom:13px;font-size:23px;font-weight:700;position:relative}.about-value-card p{z-index:1;color:#6b7280;margin-bottom:0;font-size:14px;line-height:1.72;position:relative}.about-statement-section{background:#fff;padding:132px 0;position:relative}.about-statement{max-width:930px;padding-left:34px;position:relative}.about-statement:before{content:"";background:#2563eb;border-radius:4px;width:4px;position:absolute;top:5px;bottom:5px;left:0}.about-statement h2{color:#111827;letter-spacing:-.05em;margin-bottom:26px;font-size:clamp(44px,5.2vw,72px);font-weight:700;line-height:1.02}.about-statement p{color:#687586;max-width:680px;margin-bottom:0;font-size:18px;line-height:1.75}.about-cta-section{background:#fff;padding:0 0 116px}.about-cta{background:radial-gradient(circle at 85% 20%,#2563eb38,#0000 34%),#111827;border-radius:20px;justify-content:space-between;align-items:center;gap:55px;padding:64px 62px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #0f172a24}.about-cta:after{content:"";border:1px solid #60a5fa26;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-100px;right:-90px}.about-cta>div{z-index:1;position:relative}.about-cta .about-eyebrow{color:#60a5fa}.about-cta .about-eyebrow:before{background:#60a5fa}.about-cta h2{color:#fff;letter-spacing:-.045em;max-width:740px;margin-bottom:19px;font-size:clamp(38px,4.6vw,58px);font-weight:700;line-height:1.04}.about-cta h2 span{color:#60a5fa}.about-cta p{color:#aeb8c6;max-width:620px;margin-bottom:0;font-size:16px;line-height:1.72}.about-cta-button{z-index:1;flex:none;min-width:175px;position:relative}.about-button:focus-visible{outline-offset:3px;outline:3px solid #2563eb38}@media (width<=980px){.about-hero-grid{grid-template-columns:1fr;gap:54px}.about-experience-card{max-width:540px}.about-business-grid{grid-template-columns:1fr;gap:52px}.about-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-cta{flex-direction:column;align-items:flex-start}}@media (width<=700px){.about-container{width:min(100% - 32px,1180px)}.about-eyebrow{letter-spacing:.13em;gap:8px;margin-bottom:18px;font-size:10px}.about-eyebrow:before{flex-basis:22px;width:22px}.about-hero{padding:58px 0 78px}.about-hero h1{letter-spacing:-.045em;font-size:clamp(42px,12vw,58px)}.about-hero-lead{font-size:16px;line-height:1.7}.about-hero-actions{flex-direction:column;width:100%}.about-button{width:100%}.about-experience-card{border-radius:16px;padding:34px 28px 30px}.about-experience-number{font-size:clamp(72px,20vw,96px)}.about-experience-label{font-size:18px}.about-experience-section,.about-business-section,.about-value-section{padding:82px 0}.about-section-heading{margin-bottom:40px}.about-section-heading h2,.about-business-heading h2{font-size:clamp(36px,10vw,49px)}.about-section-heading>p{font-size:16px}.about-industry-grid{grid-template-columns:1fr}.about-industry-card{border-radius:14px;min-height:auto;padding:30px 28px}.about-industry-number{margin-bottom:38px}.about-industry-card h3{font-size:27px}.about-value-grid{grid-template-columns:1fr}.about-value-card{min-height:auto;padding:30px 28px}.about-value-index{margin-bottom:38px}.about-business-copy .about-business-lead{font-size:19px}.about-statement-section{padding:88px 0}.about-statement{padding-left:24px}.about-statement h2{font-size:clamp(40px,11vw,55px)}.about-statement p{font-size:16px}.about-cta-section{padding-bottom:76px}.about-cta{border-radius:16px;gap:36px;padding:42px 27px}.about-cta h2{font-size:clamp(36px,10vw,49px)}.about-cta p{font-size:15px}.about-cta-button{width:100%}}.solutions-page{color:#111827;background:#fff;width:100%;overflow:hidden}.solutions-container{width:min(1180px,100% - 48px);margin:0 auto}.solutions-page h1,.solutions-page h2,.solutions-page h3,.solutions-page p{margin-top:0}.solutions-page h1 span,.solutions-page h2 span{color:var(--color-primary,#2563eb)}.solutions-eyebrow{color:#2563eb;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:22px;font-size:12px;font-weight:700;line-height:1.4;display:inline-flex;position:relative}.solutions-eyebrow:before{content:"—";color:#2563eb;font-weight:700}.solutions-button{letter-spacing:-.01em;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-size:14px;font-weight:650;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s,color .2s;display:inline-flex}.solutions-button:hover{transform:translateY(-1px)}.solutions-button-primary{color:#fff;background:#168447;box-shadow:0 7px 20px #16844724}.solutions-button-primary:hover{background:#126d3a;box-shadow:0 10px 26px #16844733}.solutions-button-secondary{color:#111827;background:#fff;border:1px solid #dbe2ea}.solutions-button-secondary:hover{background:#f8fafc;border-color:#c7d2df}.solutions-button-light{color:#111827;background:#fff;border:1px solid #fff3}.solutions-button-light:hover{background:#f3f6fa}.solutions-hero{background:radial-gradient(circle at 83% 18%,#2563eb16,#0000 31%),radial-gradient(circle at 96% 88%,#1684470d,#0000 27%),#fff;padding:72px 0 104px;position:relative}.solutions-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:70px;display:grid}.solutions-hero-content{max-width:700px}.solutions-hero h1{color:#111827;letter-spacing:-.046em;max-width:720px;margin-bottom:26px;font-size:clamp(48px,6vw,76px);font-weight:700;line-height:1.02}.solutions-hero-lead{color:#5f6b7a;max-width:650px;margin-bottom:30px;font-size:18px;line-height:1.76}.solutions-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.solutions-hero-proof{color:#7a8595;align-items:center;gap:12px;max-width:520px;margin-top:28px;font-size:12px;line-height:1.6;display:flex}.solutions-proof-line{background:#168447;flex:0 0 28px;width:28px;height:1px}.solutions-hero-visual{justify-content:center;align-items:center;min-height:490px;display:flex;position:relative}.solutions-orbit{border:1px solid #2563eb1c;border-radius:50%;position:absolute}.solutions-orbit-one{width:410px;height:410px}.solutions-orbit-two{border-color:#1684471c;width:300px;height:300px}.solutions-control-card{z-index:2;background:#fffffff5;border:1px solid #e1e8f0;border-radius:17px;width:min(100%,390px);padding:28px;position:relative;box-shadow:0 25px 65px #0f172a17,0 2px 10px #0f172a06}.solutions-control-top{color:#7a8595;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:17px;font-size:11px;font-weight:700;display:flex}.solutions-status-dot{background:#168447;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #16844714}.solutions-control-title{color:#111827;letter-spacing:-.025em;margin-bottom:24px;font-size:25px;font-weight:700;line-height:1.2}.solutions-control-list{flex-direction:column;gap:9px;display:flex}.solutions-control-item{background:#fbfcfd;border:1px solid #edf0f4;border-radius:10px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.solutions-control-icon{color:#2563eb;background:#f0f5ff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:700;display:inline-flex}.solutions-control-icon-green{color:#168447;background:#edf9f2;font-size:15px}.solutions-control-item strong{color:#111827;margin-bottom:2px;font-size:13px;font-weight:700;display:block}.solutions-control-item small{color:#8a94a3;font-size:11px;line-height:1.45;display:block}.solutions-challenges{background:#f8fafc;padding:110px 0}.solutions-section-heading{max-width:760px;margin-bottom:54px}.solutions-section-heading-wide{max-width:820px}.solutions-section-heading h2{color:#111827;letter-spacing:-.038em;max-width:720px;margin-bottom:18px;font-size:clamp(36px,4.2vw,54px);font-weight:700;line-height:1.07}.solutions-section-heading p{color:#667085;max-width:690px;margin-bottom:0;font-size:17px;line-height:1.76}.solutions-challenge-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.solutions-challenge-card{background:#fff;border:1px solid #e2e8ef;border-radius:14px;min-height:250px;padding:28px;transition:transform .22s,border-color .22s,box-shadow .22s}.solutions-challenge-card:hover{border-color:#d5deea;transform:translateY(-3px);box-shadow:0 17px 38px #0f172a0e}.solutions-card-number{color:#a4afbd;letter-spacing:.08em;margin-bottom:38px;font-size:11px;font-weight:700;display:block}.solutions-challenge-card h3{color:#111827;letter-spacing:-.02em;margin-bottom:11px;font-size:19px;font-weight:700;line-height:1.3}.solutions-challenge-card p{color:#697586;margin-bottom:0;font-size:14px;line-height:1.72}.solutions-core{background:#fff;padding:112px 0}.solutions-core-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.solutions-core-card{background:#fff;border:1px solid #e2e8ef;border-radius:15px;min-height:310px;padding:31px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative}.solutions-core-card:hover{border-color:#d4deea;transform:translateY(-3px);box-shadow:0 17px 40px #0f172a0e}.solutions-core-card-large{background:radial-gradient(circle at 92% 8%,#2563eb0e,#0000 32%),#fff;grid-column:span 2;min-height:270px}.solutions-core-number{color:#2563eb;letter-spacing:.08em;margin-bottom:28px;font-size:11px;font-weight:700}.solutions-core-content{max-width:690px}.solutions-core-card h3{color:#111827;letter-spacing:-.025em;margin-bottom:13px;font-size:23px;font-weight:700;line-height:1.25}.solutions-core-card p{color:#697586;max-width:650px;margin-bottom:20px;font-size:14px;line-height:1.75}.solutions-core-card ul{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.solutions-core-card li{color:#667085;background:#f8fafc;border:1px solid #e4eaf1;border-radius:6px;padding:7px 10px;font-size:11px;line-height:1.4}.solutions-communication{background:#f8fafc;padding:112px 0}.solutions-feature-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:90px;display:grid}.solutions-feature-content{max-width:680px}.solutions-feature-content h2{color:#111827;letter-spacing:-.038em;max-width:600px;margin-bottom:20px;font-size:clamp(36px,4.2vw,54px);font-weight:700;line-height:1.07}.solutions-feature-content>p{color:#667085;max-width:630px;margin-bottom:34px;font-size:17px;line-height:1.78}.solutions-feature-points{flex-direction:column;gap:18px;display:flex}.solutions-feature-point{grid-template-columns:38px minmax(0,1fr);gap:14px;display:grid}.solutions-feature-point>span{color:#2563eb;background:#fff;border:1px solid #dce5ef;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:inline-flex}.solutions-feature-point h3{color:#111827;margin-bottom:5px;font-size:18px;font-weight:700;line-height:1.3}.solutions-feature-point p{color:#697586;margin-bottom:0;font-size:14px;line-height:1.7}.solutions-communication-visual{justify-content:center;align-items:center;min-height:370px;display:flex;position:relative}.solutions-message-card{z-index:2;background:#fff;border:1px solid #e1e8f0;border-radius:16px;width:min(100%,390px);padding:25px;position:relative;box-shadow:0 24px 58px #0f172a13}.solutions-message-header{color:#111827;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding-bottom:18px;font-size:12px;font-weight:700;display:flex}.solutions-message-live{color:#168447;letter-spacing:.1em;font-size:9px}.solutions-message-body{flex-direction:column;gap:10px;padding-top:16px;display:flex}.solutions-message-channel{background:#fbfcfd;border:1px solid #edf0f4;border-radius:10px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.solutions-message-channel-icon{color:#2563eb;background:#f0f5ff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:inline-flex}.solutions-message-sms{color:#168447;background:#edf9f2;font-size:9px}.solutions-message-channel strong{color:#111827;margin-bottom:2px;font-size:13px;display:block}.solutions-message-channel small{color:#8a94a3;font-size:10px}.solutions-message-channel b{color:#9aa5b4;font-size:15px}.solutions-message-badge{z-index:3;background:#fff;border:1px solid #dce8e1;border-radius:10px;flex-direction:column;gap:3px;padding:13px 16px;display:flex;position:absolute;bottom:20px;right:-15px;box-shadow:0 13px 30px #0f172a12}.solutions-message-badge strong{color:#168447;font-size:12px}.solutions-message-badge span{color:#7a8595;font-size:10px}.solutions-workflow{color:#fff;background:#0b1220;padding:112px 0}.solutions-workflow .solutions-eyebrow,.solutions-workflow .solutions-eyebrow:before{color:#8fb4ff}.solutions-workflow-header{grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);align-items:end;gap:80px;margin-bottom:62px;display:grid}.solutions-workflow-header h2{color:#fff;letter-spacing:-.04em;max-width:650px;margin-bottom:0;font-size:clamp(38px,4.5vw,58px);font-weight:700;line-height:1.04}.solutions-workflow-header h2 span{color:#8fb4ff}.solutions-workflow-header>p{color:#aab5c5;margin-bottom:3px;font-size:16px;line-height:1.78}.solutions-workflow-flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:18px;display:grid}.solutions-workflow-step{background:#ffffff09;border:1px solid #ffffff1a;border-radius:14px;min-height:210px;padding:25px}.solutions-workflow-step-complete{background:#16844714;border-color:#1684476b}.solutions-workflow-icon{color:#8fb4ff;border:1px solid #8fb4ff38;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:30px;font-size:10px;font-weight:700;display:inline-flex}.solutions-workflow-step-complete .solutions-workflow-icon{color:#54c982;border-color:#16844766}.solutions-workflow-step h3{color:#fff;margin-bottom:9px;font-size:19px;font-weight:700}.solutions-workflow-step p{color:#8f9bad;margin-bottom:0;font-size:13px;line-height:1.7}.solutions-workflow-arrow{color:#4d5a6e;font-size:21px}.solutions-workflow-note{align-items:center;gap:13px;margin-top:35px;display:flex}.solutions-workflow-note-line{background:#168447;width:30px;height:1px}.solutions-workflow-note p{color:#8f9bad;margin:0;font-size:12px;line-height:1.5}.solutions-impact{background:#fff;padding:112px 0}.solutions-impact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.solutions-impact-card{background:#fff;border:1px solid #e2e8ef;border-radius:14px;min-height:240px;padding:28px}.solutions-impact-card>span{color:#a4afbd;letter-spacing:.08em;margin-bottom:36px;font-size:11px;font-weight:700;display:block}.solutions-impact-card h3{color:#111827;margin-bottom:10px;font-size:19px;font-weight:700;line-height:1.3}.solutions-impact-card p{color:#697586;margin-bottom:0;font-size:14px;line-height:1.72}.solutions-customization{background:#fff;padding:0 0 112px}.solutions-customization-inner{background:radial-gradient(circle at 90% 10%,#2563eb33,#0000 31%),#111827;border-radius:18px;padding:68px;position:relative;overflow:hidden}.solutions-customization-inner:after{content:"";pointer-events:none;border:1px solid #ffffff12;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-220px;right:-130px}.solutions-customization-inner>*{z-index:1;position:relative}.solutions-customization-inner .solutions-eyebrow,.solutions-customization-inner .solutions-eyebrow:before{color:#8fb4ff}.solutions-customization-inner h2{color:#fff;letter-spacing:-.038em;max-width:720px;margin-bottom:20px;font-size:clamp(36px,4.2vw,54px);font-weight:700;line-height:1.07}.solutions-customization-inner h2 span{color:#8fb4ff}.solutions-customization-inner p{color:#aab5c5;max-width:650px;margin-bottom:30px;font-size:16px;line-height:1.78}.solutions-cta{background:#f8fafc;padding:112px 0}.solutions-cta-inner{justify-content:space-between;align-items:center;gap:50px;display:flex}.solutions-cta-content{max-width:700px}.solutions-cta h2{color:#111827;letter-spacing:-.038em;margin-bottom:18px;font-size:clamp(36px,4.2vw,54px);font-weight:700;line-height:1.07}.solutions-cta p{color:#667085;max-width:650px;margin-bottom:0;font-size:16px;line-height:1.75}.solutions-cta-actions{flex-wrap:wrap;flex:none;gap:12px;display:flex}@media (width<=1024px){.solutions-hero{padding:62px 0 90px}.solutions-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:45px}.solutions-hero h1{font-size:clamp(44px,6vw,64px)}.solutions-challenge-grid,.solutions-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solutions-feature-grid{gap:55px}.solutions-workflow-header{gap:50px}.solutions-workflow-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.solutions-workflow-arrow{display:none}}@media (width<=767px){.solutions-container{width:min(100% - 36px,680px)}.solutions-hero{padding:50px 0 76px}.solutions-hero-grid{grid-template-columns:1fr;gap:45px}.solutions-hero h1{margin-bottom:22px;font-size:clamp(42px,11.5vw,58px);line-height:1.03}.solutions-hero-lead{font-size:16px;line-height:1.7}.solutions-hero-actions{width:100%}.solutions-button{min-height:46px}.solutions-hero-proof{margin-top:24px}.solutions-hero-visual{min-height:380px}.solutions-orbit-one{width:320px;height:320px}.solutions-orbit-two{width:245px;height:245px}.solutions-control-card{padding:24px}.solutions-challenges,.solutions-core,.solutions-communication,.solutions-workflow,.solutions-impact,.solutions-cta{padding:78px 0}.solutions-customization{padding:0 0 78px}.solutions-section-heading{margin-bottom:38px}.solutions-section-heading h2,.solutions-feature-content h2,.solutions-customization-inner h2,.solutions-cta h2{font-size:clamp(32px,9vw,44px)}.solutions-section-heading p,.solutions-feature-content>p{font-size:16px;line-height:1.72}.solutions-challenge-grid,.solutions-impact-grid,.solutions-core-grid{grid-template-columns:1fr}.solutions-core-card,.solutions-core-card-large{grid-column:auto;min-height:0}.solutions-feature-grid{grid-template-columns:1fr;gap:48px}.solutions-communication-visual{min-height:320px}.solutions-message-badge{bottom:10px;right:0}.solutions-workflow-header{grid-template-columns:1fr;gap:26px;margin-bottom:42px}.solutions-workflow-header h2{font-size:clamp(36px,9.5vw,48px)}.solutions-workflow-flow{grid-template-columns:1fr;gap:10px}.solutions-workflow-step{min-height:0}.solutions-workflow-icon{margin-bottom:22px}.solutions-customization-inner{border-radius:14px;padding:44px 30px}.solutions-cta-inner{flex-direction:column;align-items:flex-start;gap:34px}.solutions-cta-actions{width:100%}}@media (width<=480px){.solutions-container{width:min(100% - 28px,680px)}.solutions-eyebrow{letter-spacing:.12em;margin-bottom:18px;font-size:11px}.solutions-hero{padding-top:44px;padding-bottom:64px}.solutions-hero h1{font-size:42px}.solutions-hero-actions,.solutions-cta-actions{flex-direction:column;align-items:stretch}.solutions-button{width:100%}.solutions-hero-visual{min-height:330px}.solutions-orbit-one{width:280px;height:280px}.solutions-orbit-two{width:215px;height:215px}.solutions-control-card{width:calc(100% - 10px);padding:22px}.solutions-control-title{font-size:22px}.solutions-challenge-card,.solutions-core-card,.solutions-impact-card{padding:26px}.solutions-card-number,.solutions-impact-card>span{margin-bottom:28px}.solutions-communication-visual{min-height:285px}.solutions-message-card{padding:21px}.solutions-message-badge{bottom:0;right:-2px}.solutions-customization-inner{padding:36px 24px}}@media (prefers-reduced-motion:reduce){.solutions-button,.solutions-challenge-card,.solutions-core-card{transition:none}.solutions-button:hover,.solutions-challenge-card:hover,.solutions-core-card:hover{transform:none}}.industries-page{color:#111827;background:#fff;position:relative;overflow:hidden}.industries-page *,.industries-page :before,.industries-page :after{box-sizing:border-box}.industries-page img{width:100%;display:block}.industries-page .container{width:min(1180px,100% - 48px);margin:0 auto}.industries-kicker,.industries-label{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.industries-kicker:before,.industries-label:before{content:"";background:#168447;flex:none;width:28px;height:2px}.industries-page h1,.industries-page h2,.industries-page h3,.industries-page p{margin-top:0}.industries-page h1,.industries-page h2,.industries-page h3{color:#101828}.industries-page p{color:#667085}.industries-hero{isolation:isolate;background:#0b1220;align-items:center;min-height:690px;display:flex;position:relative;overflow:hidden}.industries-hero-media{z-index:-2;position:absolute;inset:0}.industries-hero-media img{object-fit:cover;object-position:center;width:100%;height:100%}.industries-hero-overlay{background:linear-gradient(90deg,#070d19f0 0%,#070d19cc 38%,#070d197a 68%,#070d19a6 100%);position:absolute;inset:0}.industries-hero-inner{z-index:2;padding-top:90px;padding-bottom:80px;position:relative}.industries-hero-copy{max-width:720px}.industries-hero .industries-kicker{color:#a7e5bf}.industries-hero h1{color:#fff;letter-spacing:-.045em;max-width:760px;margin:22px 0 24px;font-size:clamp(48px,6vw,78px);font-weight:800;line-height:.98}.industries-hero h1 span{color:#9ce0b8;display:block}.industries-hero-copy>p{color:#ffffffc7;max-width:650px;margin-bottom:34px;font-size:18px;line-height:1.7}.industries-hero-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.industry-btn{border-radius:8px;justify-content:center;align-items:center;gap:14px;min-height:52px;padding:0 22px;font-size:14px;font-weight:750;text-decoration:none;transition:transform .25s,background .25s,border-color .25s,color .25s;display:inline-flex}.industry-btn:hover{transform:translateY(-2px)}.industry-btn.primary{color:#fff;background:#168447;border:1px solid #168447;box-shadow:0 12px 30px #16844740}.industry-btn.primary:hover{background:#126f3b;border-color:#126f3b}.industry-btn.ghost{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff3d}.industry-btn.ghost:hover{background:#ffffff24}.industry-btn span{font-size:18px;line-height:1}.hero-proof{border-top:1px solid #ffffff2e;grid-template-columns:repeat(3,1fr);max-width:760px;margin-top:72px;padding-top:24px;display:grid}.hero-proof>div{flex-direction:column;gap:5px;padding-right:30px;display:flex}.hero-proof strong{color:#fff;letter-spacing:-.03em;font-size:30px;line-height:1}.hero-proof span{color:#ffffff9e;max-width:170px;font-size:12px;line-height:1.5}.industries-intro{background:#fff;padding:110px 0 90px}.industries-intro-grid{grid-template-columns:1fr 1fr;align-items:start;gap:90px;display:grid}.industries-intro h2{letter-spacing:-.04em;max-width:560px;margin:22px 0 0;font-size:clamp(36px,4vw,56px);line-height:1.05}.industries-intro h2 span{color:#168447;display:block}.industries-intro-grid>div:last-child{padding-top:34px}.industries-intro-grid p{max-width:570px;margin:0;font-size:17px;line-height:1.8}.industry-selector-wrap{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;padding:14px 0;position:sticky;top:0}.industry-selector{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.industry-selector-item{color:#667085;border-radius:8px;flex-direction:column;gap:3px;min-width:0;padding:13px 15px;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:flex;position:relative}.industry-selector-item:hover{color:#111827;background:#f4f7f5}.industry-selector-item.active{color:#fff;background:#111827}.industry-selector-item small{letter-spacing:.12em;opacity:.65;font-size:10px;font-weight:800}.industry-selector-item strong{font-size:14px;line-height:1.2}.industry-selector-item span{opacity:.68;font-size:10px;line-height:1.3}.industry-showcase{background:#fff;padding:125px 0;scroll-margin-top:85px}.industry-showcase:nth-of-type(2n){background:#f7f9f8}.industry-showcase-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:90px;display:grid}.industry-showcase-alt .industry-showcase-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.industry-showcase-content{max-width:530px}.industry-index{color:#168447;letter-spacing:.16em;text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:800;display:block}.industry-showcase-content h2{letter-spacing:-.045em;margin-bottom:24px;font-size:clamp(38px,4.2vw,58px);line-height:1.02}.industry-showcase-content h2 span{color:#168447;display:block}.industry-lead{margin-bottom:32px;font-size:16px;line-height:1.8}.industry-points{grid-template-columns:repeat(2,1fr);gap:20px 24px;margin-bottom:34px;display:grid}.industry-point{grid-template-columns:28px 1fr;gap:10px;display:grid}.industry-point>span{color:#168447;padding-top:3px;font-size:10px;font-weight:800}.industry-point strong{color:#1d2939;margin-bottom:5px;font-size:13px;display:block}.industry-point p{margin:0;font-size:12px;line-height:1.55}.industry-link{color:#111827;border-bottom:1px solid #cbd5d0;align-items:center;gap:10px;padding-bottom:7px;font-size:13px;font-weight:800;text-decoration:none;transition:color .2s,border-color .2s,gap .2s;display:inline-flex}.industry-link:hover{color:#168447;border-color:#168447;gap:14px}.industry-visual{isolation:isolate;background:#101828;border-radius:18px;min-height:610px;position:relative;overflow:hidden;box-shadow:0 30px 70px #10182829,0 8px 20px #10182814}.industry-visual>img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.65,.25,1);position:absolute;inset:0}.industry-visual:hover>img{transform:scale(1.035)}.industry-visual-overlay{z-index:-1;background:linear-gradient(#080f1c0f 0%,#080f1c2e 42%,#080f1cc7 100%);position:absolute;inset:0}.visual-label{color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.13em;background:#0a1220a6;border:1px solid #ffffff29;border-radius:5px;padding:8px 11px;font-size:9px;font-weight:800;position:absolute;top:24px;left:24px}.visual-dashboard{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b1220d6;border:1px solid #ffffff29;border-radius:12px;width:min(300px,100% - 48px);padding:19px;position:absolute;bottom:24px;right:24px;box-shadow:0 18px 40px #0000003d}.dashboard-top{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:10px;padding-bottom:13px;display:flex}.dashboard-top span:first-child{color:#ffffffbf;font-size:11px;font-weight:700}.dashboard-live{letter-spacing:.08em;color:#8ee0ae!important;font-size:8px!important;font-weight:800!important}.dashboard-value{color:#fff;letter-spacing:-.04em;margin-top:20px;font-size:32px;font-weight:800;line-height:1}.visual-dashboard>small{color:#ffffff80;margin-top:6px;font-size:9px;display:block}.dashboard-stats{grid-template-columns:1fr 1fr;gap:8px;margin-top:20px;display:grid}.dashboard-stats>div{background:#ffffff0f;border:1px solid #ffffff14;border-radius:7px;flex-direction:column;gap:5px;padding:11px;display:flex}.dashboard-stats span{color:#ffffff80;font-size:9px}.dashboard-stats strong{color:#fff;font-size:14px}.dashboard-status{text-transform:uppercase;color:#a7e5bf!important;font-size:8px!important;font-weight:800!important}.warehouse-dashboard{width:min(320px,100% - 48px)}.warehouse-row{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.warehouse-row:last-child{border-bottom:0;padding-bottom:2px}.warehouse-row span{color:#ffffff94;font-size:10px}.warehouse-row strong{color:#fff;font-size:14px}.service-event{border-bottom:1px solid #ffffff17;grid-template-columns:48px 1fr;gap:10px;padding:13px 0;display:grid}.service-event:last-child{border-bottom:0;padding-bottom:0}.service-event strong{color:#9ce0b8;font-size:10px}.service-event span{color:#ffffffb8;font-size:10px;line-height:1.4}.health-status{color:#ffffffb8;border-bottom:1px solid #ffffff17;align-items:center;gap:10px;padding:13px 0;font-size:10px;display:flex}.health-status:last-child{border-bottom:0;padding-bottom:0}.health-status i{color:#9ce0b8;background:#9ce0b81f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-style:normal;display:inline-flex}.production-step{color:#ffffff73;align-items:center;gap:11px;padding:11px 0;font-size:10px;display:flex}.production-step i{border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:8px;font-style:normal;display:inline-flex}.production-step.completed,.production-step.active{color:#fff}.production-step.completed i{color:#9ce0b8;border-color:#9ce0b873}.production-step.active i{color:#fff;background:#168447;border-color:#168447}.industry-fit{background:#f3f6f4;padding:125px 0}.fit-heading{max-width:720px;margin-bottom:58px}.fit-heading h2{letter-spacing:-.045em;margin:20px 0 18px;font-size:clamp(38px,4.5vw,58px);line-height:1.03}.fit-heading h2 span{color:#168447;display:block}.fit-heading p{max-width:590px;margin:0;font-size:16px;line-height:1.7}.fit-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.fit-card{background:#fff;border:1px solid #e4e9e6;border-radius:12px;min-height:220px;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s}.fit-card:hover{border-color:#c7d9ce;transform:translateY(-4px);box-shadow:0 18px 40px #10182814}.fit-card>span{color:#168447;letter-spacing:.12em;font-size:10px;font-weight:800}.fit-card h3{letter-spacing:-.02em;margin:25px 0 10px;font-size:19px;line-height:1.25}.fit-card p{margin:0;font-size:13px;line-height:1.65}.fit-statement{background:#101828;border-radius:10px;margin-top:50px;padding:30px 34px}.fit-statement strong{color:#fff;letter-spacing:-.015em;max-width:800px;font-size:18px;line-height:1.55;display:block}.industry-experience{background:#fff;padding:125px 0}.experience-grid{grid-template-columns:.55fr 1.45fr;align-items:center;gap:90px;display:grid}.experience-number{border-right:1px solid #e4e7ec;flex-direction:column;align-items:flex-start;padding-right:40px;display:flex}.experience-number strong{color:#168447;letter-spacing:-.08em;font-size:clamp(90px,10vw,145px);line-height:.8}.experience-number span{color:#667085;letter-spacing:.18em;margin-top:24px;font-size:12px;font-weight:800}.experience-content{max-width:700px}.experience-content h2{letter-spacing:-.045em;margin:20px 0 22px;font-size:clamp(38px,4.5vw,58px);line-height:1.02}.experience-content h2 span{color:#168447;display:block}.experience-content p{max-width:680px;margin-bottom:17px;font-size:16px;line-height:1.8}.experience-content p:last-child{margin-bottom:0}.industry-final-cta{isolation:isolate;background:#0b1220;align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.industry-final-media{z-index:-2;position:absolute;inset:0}.industry-final-media img{object-fit:cover;object-position:center;width:100%;height:100%}.industry-final-overlay{background:linear-gradient(90deg,#070d19f0,#070d19ad 58%,#070d19b8);position:absolute;inset:0}.industry-final-content{max-width:760px;padding:100px 0}.industry-final-content .industries-kicker{color:#a7e5bf}.industry-final-content h2{color:#fff;letter-spacing:-.05em;margin:22px 0;font-size:clamp(42px,5.5vw,70px);line-height:1}.industry-final-content h2 span{color:#9ce0b8;display:block}.industry-final-content p{color:#ffffffb8;max-width:590px;margin-bottom:32px;font-size:17px;line-height:1.7}@media (width<=1050px){.industries-page .container{width:min(100% - 40px,980px)}.industry-showcase-grid,.industry-showcase-alt .industry-showcase-grid{grid-template-columns:1fr 1fr;gap:50px}.industry-showcase-content h2{font-size:43px}.industry-visual{min-height:520px}.experience-grid{gap:55px}}@media (width<=900px){.industries-hero{min-height:640px}.industries-intro-grid{gap:45px}.industry-selector{scrollbar-width:none;grid-template-columns:repeat(5,minmax(135px,1fr));overflow-x:auto}.industry-selector::-webkit-scrollbar{display:none}.industry-selector-item{min-width:135px}.industry-showcase,.industry-experience,.industry-fit{padding:95px 0}.industry-showcase-grid,.industry-showcase-alt .industry-showcase-grid{grid-template-columns:1fr;gap:55px}.industry-showcase-alt .industry-showcase-grid .industry-visual{order:1}.industry-showcase-alt .industry-showcase-grid .industry-showcase-content{order:2}.industry-showcase-content{max-width:700px}.industry-visual{min-height:560px}.fit-grid{grid-template-columns:repeat(2,1fr)}.experience-grid{grid-template-columns:1fr;gap:50px}.experience-number{border-bottom:1px solid #e4e7ec;border-right:0;padding-bottom:35px;padding-right:0}}@media (width<=767px){.industries-page .container{width:calc(100% - 32px)}.industries-hero{align-items:flex-end;min-height:650px}.industries-hero-overlay{background:linear-gradient(#070d196b 0%,#070d19d6 58%,#070d19f7 100%)}.industries-hero-inner{padding-top:100px;padding-bottom:45px}.industries-hero h1{margin-top:18px;font-size:clamp(42px,12vw,60px);line-height:1}.industries-hero-copy>p{font-size:15px;line-height:1.65}.industries-hero-actions{flex-direction:column;align-items:stretch}.industry-btn{width:100%}.hero-proof{gap:12px;margin-top:48px}.hero-proof>div{padding-right:10px}.hero-proof strong{font-size:24px}.hero-proof span{font-size:10px}.industries-intro{padding:75px 0 65px}.industries-intro-grid{grid-template-columns:1fr;gap:25px}.industries-intro-grid>div:last-child{padding-top:0}.industries-intro h2{font-size:39px}.industries-intro-grid p{font-size:15px;line-height:1.7}.industry-selector-wrap{padding:8px 0}.industry-selector-item{padding:11px 12px}.industry-selector-item span{display:none}.industry-showcase,.industry-experience,.industry-fit{padding:78px 0}.industry-showcase-grid,.industry-showcase-alt .industry-showcase-grid{gap:38px}.industry-showcase-content h2{font-size:39px}.industry-lead{font-size:15px;line-height:1.7}.industry-points{grid-template-columns:1fr;gap:18px}.industry-visual{border-radius:14px;min-height:470px}.visual-label{top:16px;left:16px}.visual-dashboard{width:calc(100% - 32px);padding:16px;bottom:16px;right:16px}.fit-heading{margin-bottom:38px}.fit-heading h2{font-size:39px}.fit-heading p{font-size:15px}.fit-grid{grid-template-columns:1fr;gap:10px}.fit-card{min-height:auto;padding:24px}.fit-card h3{margin-top:20px}.fit-statement{margin-top:35px;padding:24px}.fit-statement strong{font-size:16px}.experience-number strong{font-size:100px}.experience-content h2{font-size:39px}.experience-content p{font-size:15px;line-height:1.7}.industry-final-cta{min-height:560px}.industry-final-overlay{background:linear-gradient(#070d198a,#070d19f0)}.industry-final-content{padding:80px 0}.industry-final-content h2{font-size:43px}.industry-final-content p{font-size:15px}}@media (width<=480px){.industries-page .container{width:calc(100% - 28px)}.industries-hero{min-height:620px}.industries-hero h1{font-size:41px}.hero-proof{grid-template-columns:repeat(3,1fr)}.hero-proof>div{padding-right:5px}.hero-proof strong{font-size:21px}.hero-proof span{font-size:9px}.industry-showcase-content h2,.industries-intro h2,.fit-heading h2,.experience-content h2{font-size:35px}.industry-visual{min-height:420px}.visual-dashboard{width:calc(100% - 24px);bottom:12px;right:12px}.dashboard-value{font-size:28px}.industry-final-content h2{font-size:39px}}.platform-hero{color:#f5f8fb;background:radial-gradient(circle at 50% 38%,#2269962e,#0000 34%),radial-gradient(circle at 15% 70%,#22aa7d14,#0000 28%),#071018;min-height:980px;padding:130px 5vw 70px;position:relative;overflow:hidden}.platform-hero__intro{z-index:5;text-align:center;max-width:760px;margin:0 auto;position:relative}.platform-eyebrow{letter-spacing:.22em;color:#76d9b1;font-size:.72rem;font-weight:700;display:inline-block}.platform-hero h1{letter-spacing:-.055em;margin:14px 0 16px;font-size:clamp(3rem,6vw,5.9rem);font-weight:700;line-height:.96}.platform-hero h1 span{background:linear-gradient(90deg,#fff,#79d9b5);color:#0000;-webkit-background-clip:text;background-clip:text}.platform-hero__intro p{color:#ebf3f8b8;max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.65}.platform-explore{color:#eefcf7;cursor:pointer;background:#142a308c;border:1px solid #82dcbc59;border-radius:999px;margin-top:24px;padding:12px 18px;transition:transform .3s,border-color .3s,background .3s}.platform-explore:hover{background:#1b393fb8;border-color:#82dcbcbf;transform:translateY(-2px)}.platform-explore__dot{background:#7be0b7;border-radius:50%;width:7px;height:7px;margin-right:8px;animation:1.8s ease-in-out infinite platformLivePulse;display:inline-block;box-shadow:0 0 14px #7be0b7}.platform-map-wrap{background:radial-gradient(circle,#1a505b1f,#0000 55%),#040f1685;border:1px solid #97cde11c;border-radius:34px;width:min(1200px,94vw);height:700px;margin:35px auto 0;position:relative;overflow:hidden;box-shadow:0 30px 100px #00000059,inset 0 1px #ffffff09}.platform-map-grid{opacity:.28;background-image:linear-gradient(#82b4c80b 1px,#0000 1px),linear-gradient(90deg,#82b4c80b 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 25%,#0000 82%);mask-image:radial-gradient(circle,#000 25%,#0000 82%)}.platform-orbit{pointer-events:none;border:1px solid #78dab414;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-a{width:68%;height:55%}.orbit-b{width:42%;height:34%}.platform-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.map-connectors path{fill:none;stroke:#71b9d038;stroke-width:1.2px}.flow-flow{fill:none;stroke:#70e1b8bf;stroke-width:2.2px;stroke-dasharray:.025 .975;filter:drop-shadow(0 0 6px #70e1b8cc);animation:4.2s linear infinite platformFlowMove}.flow-up{stroke:#7ebeffad;animation-duration:5.3s}@keyframes platformFlowMove{to{stroke-dashoffset:-1px}}.platform-node{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(145deg,#182f3ac2,#07131bcc);border:1px solid #b2dae638;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:116px;height:72px;transition:transform .35s,opacity .35s,border-color .35s,box-shadow .35s;display:flex;position:absolute;box-shadow:0 15px 35px #00000040,inset 0 1px #ffffff0f}.platform-node:after{content:"";border:1px solid #70e1b800;border-radius:22px;transition:border-color .35s;position:absolute;inset:-7px}.platform-node:hover,.platform-node.is-selected{border-color:#74e0b9a6;transform:translateY(-5px)scale(1.035);box-shadow:0 0 35px #4cd2a626,0 20px 45px #0000004d}.platform-node:hover:after,.platform-node.is-selected:after{border-color:#70e1b83d}.platform-node.is-dimmed{opacity:.25}.node-symbol{color:#83dfbb;text-shadow:0 0 15px #83dfbb80;font-size:1.45rem;line-height:1}.node-label{letter-spacing:.12em;margin-top:7px;font-size:.68rem;font-weight:800}.platform-node small{letter-spacing:.14em;color:#e6f0f46b;margin-top:2px;font-size:.52rem}.node-owner{width:132px;height:82px;top:48px;left:calc(50% - 58px)}.node-brand-a{top:165px;left:calc(27.5% - 58px)}.node-brand-b{top:165px;left:calc(50% - 58px)}.node-brand-c{top:165px;left:calc(72.5% - 58px)}.node-store-1{top:310px;left:calc(19.2% - 58px)}.node-store-2{top:310px;left:calc(35.8% - 58px)}.node-store-3{top:310px;left:calc(44.2% - 58px)}.node-store-4{top:310px;left:calc(55.8% - 58px)}.node-store-5{top:310px;left:calc(64.2% - 58px)}.node-store-6{top:310px;left:calc(80.8% - 58px)}.node-staff-1{top:465px;left:calc(19.2% - 58px)}.node-staff-2{top:465px;left:calc(35.8% - 58px)}.node-staff-3{top:465px;left:calc(44.2% - 58px)}.node-staff-4{top:465px;left:calc(55.8% - 58px)}.node-staff-5{top:465px;left:calc(64.2% - 58px)}.node-staff-6{top:465px;left:calc(80.8% - 58px)}.platform-flow-chip{z-index:4;color:#ecf8f6bf;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#07181fbd;border:1px solid #78dcbe38;border-radius:999px;padding:7px 11px;font-size:.58rem;position:absolute;box-shadow:0 0 20px #46be9614}.platform-flow-chip b{color:#8ee7c3;margin-left:5px}.chip-order{animation:4s ease-in-out infinite platformChipFloat;top:118px;left:56%}.chip-sale{animation:4.6s ease-in-out .5s infinite platformChipFloat;top:425px;left:62%}.chip-audit{animation:5s ease-in-out 1s infinite platformChipFloat;top:575px;left:35%}@keyframes platformChipFloat{50%{transform:translateY(-5px)}}.platform-live-badge{color:#e0eff380;letter-spacing:.16em;align-items:center;gap:8px;font-size:.55rem;font-weight:700;display:flex;position:absolute;bottom:22px;left:24px}.platform-live-badge i{background:#7be0b7;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite platformLivePulse;box-shadow:0 0 14px #7be0b7cc}@keyframes platformLivePulse{50%{opacity:.55;transform:scale(1.65)}}.platform-insight{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:#07151ce0;border:1px solid #99dacb38;border-radius:24px;width:min(355px,100% - 48px);padding:25px;transition:all .4s;position:absolute;top:24px;right:24px;transform:translate(25px);box-shadow:0 30px 80px #00000073}.platform-insight.is-open{opacity:1;pointer-events:auto;transform:translate(0)}.insight-close{color:#ffffff8c;cursor:pointer;background:0 0;border:0;font-size:1.4rem;position:absolute;top:10px;right:13px}.insight-eyebrow{color:#78dcb7;letter-spacing:.18em;font-size:.58rem;font-weight:800}.platform-insight h2{letter-spacing:-.03em;margin:8px 0;font-size:1.7rem}.insight-lead{color:#ecf5f8a8;margin:0;font-size:.86rem;line-height:1.55}.insight-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:18px;display:grid}.insight-grid div{background:#ffffff06;border:1px solid #ffffff12;border-radius:13px;padding:11px}.insight-grid span{letter-spacing:.13em;color:#72d9b3;font-size:.52rem;display:block}.insight-grid strong{margin-top:5px;font-size:.68rem;line-height:1.3;display:block}.insight-tags{flex-wrap:wrap;gap:6px;margin-top:13px;display:flex}.insight-tags span{color:#e8f5f19e;background:#70e0b812;border-radius:999px;padding:5px 8px;font-size:.58rem}.platform-live-particles{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.live-particle{color:#91e8c9b3;letter-spacing:.13em;background:#081920cc;border:1px solid #7adcbe33;border-radius:999px;padding:4px 7px;font-size:.47rem;animation:4.2s linear forwards platformParticleTravel;position:absolute}@keyframes platformParticleTravel{0%{opacity:0;transform:translateY(35px)}12%{opacity:1}82%{opacity:.72}to{transform:translate3d(var(--drift), -260px, 0);opacity:0}}.platform-hint{z-index:5;color:#e2eff361;letter-spacing:.16em;justify-content:center;gap:20px;margin-top:18px;font-size:.55rem;display:flex;position:relative}.platform-story{color:#101c20;background:#f6f8f7;padding:120px 6vw}.platform-story__heading{text-align:center;max-width:820px;margin:0 auto 55px}.platform-story h2{letter-spacing:-.05em;margin:12px 0 16px;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1}.platform-story h2 span{background:linear-gradient(90deg,#111,#238a65);color:#0000;-webkit-background-clip:text;background-clip:text}.platform-story__heading p{color:#5f6d70;max-width:650px;margin:auto;line-height:1.7}.story-flow{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;max-width:1100px;margin:auto;display:grid}.story-card{background:#fff;border:1px solid #11262a1a;border-radius:24px;min-height:220px;padding:28px;box-shadow:0 20px 50px #16322d12}.story-card__icon{color:#238a65;background:#edf8f3;border-radius:14px;place-items:center;width:42px;height:42px;font-size:1.2rem;display:grid}.story-card h3{margin:28px 0 8px;font-size:1.15rem}.story-card p{color:#687578;margin:0;font-size:.9rem;line-height:1.6}.story-arrow{color:#91a39f;font-size:1.3rem}.platform-principles{background:#dce5e2;border-top:1px solid #dce5e2;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.principle{background:#f8faf9;padding:45px 5vw}.principle span{color:#238a65;letter-spacing:.15em;font-size:.65rem;font-weight:800}.principle h3{margin:18px 0 8px;font-size:1.25rem}.principle p{color:#657276;margin:0;font-size:.86rem;line-height:1.55}.platform-cta{text-align:center;color:#f3f8f6;background:#08141b;padding:120px 6vw}.platform-cta h2{letter-spacing:-.05em;margin:14px 0;font-size:clamp(2.3rem,5vw,4.5rem);line-height:1}.platform-cta p{color:#ecf6f39e}.platform-cta__button{color:#fff;background:#2b9a72;border-radius:999px;align-items:center;gap:12px;margin-top:22px;padding:14px 21px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.platform-cta__button:hover{background:#35aa80;transform:translateY(-2px)}@media (width<=900px){.platform-hero{min-height:auto;padding-top:100px}.platform-map-wrap{height:620px}.platform-node{transform:scale(.88)}.platform-node:hover,.platform-node.is-selected{transform:translateY(-4px)scale(.92)}.node-owner{top:35px}.node-brand-a,.node-brand-b,.node-brand-c{top:145px}.node-store-1,.node-store-2,.node-store-3,.node-store-4,.node-store-5,.node-store-6{top:285px}.node-staff-1,.node-staff-2,.node-staff-3,.node-staff-4,.node-staff-5,.node-staff-6{top:445px}.story-flow{grid-template-columns:1fr}.story-arrow{text-align:center;transform:rotate(90deg)}.platform-principles{grid-template-columns:1fr 1fr}}@media (width<=680px){.platform-hero{padding:80px 12px 45px}.platform-hero h1{font-size:clamp(2.65rem,13vw,4rem)}.platform-map-wrap{border-radius:22px;width:100%;height:720px;overflow:auto}.platform-lines{width:850px;height:700px;left:50%;transform:translate(-50%)}.platform-map-grid{width:850px;left:50%;transform:translate(-50%)}.platform-orbit{display:none}.platform-node{width:102px;height:66px}.node-owner{left:calc(50% - 51px)}.node-brand-a{left:calc(28% - 51px)}.node-brand-b{left:calc(50% - 51px)}.node-brand-c{left:calc(72% - 51px)}.node-store-1{left:calc(19% - 51px)}.node-store-2{left:calc(35.5% - 51px)}.node-store-3{left:calc(44% - 51px)}.node-store-4{left:calc(56% - 51px)}.node-store-5{left:calc(64.5% - 51px)}.node-store-6{left:calc(81% - 51px)}.node-staff-1{left:calc(19% - 51px)}.node-staff-2{left:calc(35.5% - 51px)}.node-staff-3{left:calc(44% - 51px)}.node-staff-4{left:calc(56% - 51px)}.node-staff-5{left:calc(64.5% - 51px)}.node-staff-6{left:calc(81% - 51px)}.platform-insight{width:auto;position:fixed;inset:auto 12px 12px;transform:translateY(20px)}.platform-insight.is-open{transform:translateY(0)}.platform-flow-chip{font-size:.48rem}.chip-order{left:56%}.platform-hint{flex-direction:column;align-items:center;gap:6px}.platform-story{padding:85px 18px}.platform-principles{grid-template-columns:1fr}.principle{padding:35px 24px}.platform-cta{padding:85px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.platform-node.is-flow-active{z-index:8;border-color:#7de7c1f2;animation:.85s ease-out platformNodeActive;box-shadow:0 0 0 1px #7de7c133,0 0 35px #54daa86b,0 22px 55px #00000061}@keyframes platformNodeActive{0%{transform:translateY(0)scale(1)}35%{transform:translateY(-8px)scale(1.08)}65%{transform:translateY(-3px)scale(1.035)}to{transform:translateY(0)scale(1)}}.platform-flow-complete{z-index:20;color:#9be8ca;letter-spacing:.14em;opacity:0;pointer-events:none;background:#081d22e6;border:1px solid #7ee6be59;border-radius:999px;padding:10px 17px;font-size:.62rem;font-weight:800;transition:opacity .35s,transform .35s;position:absolute;bottom:68px;left:50%;transform:translate(-50%,12px);box-shadow:0 0 30px #4cd7a42e}.platform-flow-complete.is-visible{opacity:1;transform:translate(-50%)}.platform-map-wrap.has-active-node .map-connectors path{opacity:.45;transition:opacity .35s}.platform-map-wrap.has-active-node .platform-live-badge{opacity:.75}@media (width<=680px){.platform-flow-complete{padding:9px 13px;font-size:.55rem;bottom:48px}}.platform-hero{background:radial-gradient(circle at 50% 43%,#2d91dc2e,#0000 28%),radial-gradient(circle at 50% 55%,#2a6eb921,#0000 42%),#040a10}.platform-map-wrap{background:radial-gradient(circle at 50% 16%,#46b4f01c,#0000 22%),radial-gradient(circle,#277bbe1a,#0000 45%),#030b12e6;border:1px solid #f2c76b38;width:min(1240px,96vw);height:720px;margin-top:42px;box-shadow:0 0 0 1px #ffffff06,0 0 90px #2a91dc1a,0 45px 120px #000000ad,inset 0 0 100px #1e69aa12}.platform-map-grid{opacity:.36;background-image:linear-gradient(#56a0cd0e 1px,#0000 1px),linear-gradient(90deg,#56a0cd0e 1px,#0000 1px);background-size:42px 42px}.node-owner{background:radial-gradient(circle,#2e91cd2e,#0000 65%),linear-gradient(145deg,#0f3044eb,#05141ef5);border-color:#f4cc73b8;box-shadow:0 0 0 1px #f4cc731f,0 0 30px #2daae633,0 0 70px #2d91dc1a}.node-owner:before{content:"";z-index:-1;background:radial-gradient(circle,#3ab3ec21,#0000 68%);border-radius:30px;animation:3s ease-in-out infinite ownerBreath;position:absolute;inset:-20px}@keyframes ownerBreath{50%{opacity:.45;transform:scale(1.18)}}.platform-node{background:radial-gradient(circle at 50% 20%,#369dd717,#0000 60%),linear-gradient(145deg,#0d2433f0,#040f17f7);border-color:#f2c76b4d;box-shadow:0 0 22px #2a96d212,0 15px 38px #00000061,inset 0 1px #ffffff0f}.platform-node:hover,.platform-node.is-selected{border-color:#f4cc73d1;box-shadow:0 0 0 1px #f4cc7333,0 0 30px #37b7f061,0 0 70px #2d91dc29,0 22px 55px #00000075}.map-connectors path{stroke:#4da4d257;stroke-width:1.7px;filter:drop-shadow(0 0 3px #37afeb38)}.flow-flow{stroke:#55caff;stroke-width:4px;filter:drop-shadow(0 0 5px #78dcfffa)drop-shadow(0 0 15px #37b9f5c7)drop-shadow(0 0 30px #239be16b);stroke-dasharray:.018 .982;animation:2.8s linear infinite platformFlowMove}.flow-up{stroke:#79cfff;filter:drop-shadow(0 0 6px #8ce1fffa)drop-shadow(0 0 16px #37aaf09e);animation-duration:3.1s}.flow-flow:after,.flow-up:after{content:"";background:#f5fdff;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 4px #fff,0 0 9px #b9efff,0 0 18px #55caff,0 0 34px #25a8efd1}.platform-node.is-flow-active{z-index:8;background:radial-gradient(circle at 30% 18%,#43c6ff57,#0000 68%),linear-gradient(145deg,#0a2b41fa,#04131dfa);border-color:#f4cc73;animation:.85s ease-out platformNodeActive;box-shadow:0 0 0 2px #f4cc7333,0 0 30px #43c6ffd6,0 0 72px #26a5eb85,0 0 110px #26a5eb33,inset 0 0 30px #43c6ff26}.platform-node.is-flow-active .node-symbol{color:#f5fdff;text-shadow:0 0 8px #fffffff2,0 0 18px #55cafff2,0 0 32px #26a5ebb8}.node-owner.is-flow-active{border-color:#ffdc82;box-shadow:0 0 0 2px #ffdc8238,0 0 20px #f4cc738a,0 0 38px #43c6fffa,0 0 78px #26a5eba3,0 0 120px #f4cc732e,inset 0 0 32px #43c6ff24}.platform-flow-complete{color:#ccefff;background:linear-gradient(135deg,#0d374cf5,#05161ff7);border-color:#f4cc739e;box-shadow:0 0 25px #43c6ff4d,0 0 70px #26a5eb29}.platform-flow-chip{cursor:pointer;background:#04121df0;border-color:#f2c76b57;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:0 0 18px #37afeb1a}.platform-flow-chip:hover{border-color:#f4cc73d1;transform:translateY(-3px);box-shadow:0 0 25px #43c6ff3d}.platform-live-badge{color:#d7f1fcb8}.platform-live-badge i{background:#55caff;width:8px;height:8px;box-shadow:0 0 10px #55caff,0 0 24px #55caffd1}.live-particle{color:#a7e6ff;background:#051b28f0;border-color:#55caff75;box-shadow:0 0 14px #43c6ff3d}.platform-insight{background:linear-gradient(145deg,#081e2ef5,#040f18fa);border-color:#f2c76b57;box-shadow:0 0 40px #2daae61f,0 35px 90px #0009}.platform-map-wrap.has-active-node .map-connectors path{opacity:.28}.platform-map-wrap.has-active-node .platform-node.is-selected{opacity:1}.platform-map-wrap:before,.platform-map-wrap:after{content:"";pointer-events:none;background:#79d8ff;border-radius:50%;width:5px;height:5px;animation:4s ease-in-out infinite mapAmbientPoint;position:absolute;box-shadow:0 0 12px #79d8ff,0 0 30px #56bef5b3}.platform-map-wrap:before{top:23%;left:15%}.platform-map-wrap:after{animation-delay:1.7s;top:61%;right:17%}@keyframes mapAmbientPoint{0%,to{opacity:.25;transform:scale(.7)}50%{opacity:1;transform:scale(1.45)}}@media (width<=900px){.platform-map-wrap{border-color:#f2c76b2e;box-shadow:0 0 60px #2a91dc14,0 35px 90px #0009,inset 0 0 70px #1e69aa0f}.flow-flow{stroke-width:3.5px}}@media (width<=680px){.platform-map-wrap{width:96vw;height:620px;margin-top:28px}.flow-flow,.flow-up{stroke-width:3px}.platform-node.is-flow-active{box-shadow:0 0 0 1px #f4cc733d,0 0 22px #43c6ffd6,0 0 48px #26a5eb75}}@media (prefers-reduced-motion:reduce){.node-owner:before,.platform-map-wrap:before,.platform-map-wrap:after,.flow-flow,.flow-up,.platform-node.is-flow-active{animation:none}}.resources-hero,.resources-loop-message,.resources-roles,.resources-library,.resources-support,.resources-more,.resources-cta{position:relative;overflow:hidden}.resources-hero{background:radial-gradient(circle at 75% 38%,#2b97e029,#0000 27%),radial-gradient(circle at 28% 30%,#f2c76b0f,#0000 26%),linear-gradient(#03090f 0%,#040b12 100%);padding:118px 24px 90px}.resources-hero:before{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#37b4f51a,#0000 67%);border-radius:50%;width:700px;height:700px;position:absolute;top:-180px;right:-180px}.resources-hero-inner{z-index:2;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:72px;display:grid;position:relative}.resources-hero-copy{max-width:620px}.resources-eyebrow{color:#69c7fa;letter-spacing:.18em;align-items:center;gap:9px;margin-bottom:20px;font-size:11px;font-weight:800;display:inline-flex}.resources-eyebrow:before{content:"";background:#f2c76b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #f2c76bb3}.resources-hero h1{color:#f4f9fc;letter-spacing:-.045em;max-width:690px;margin:0;font-size:clamp(44px,5.6vw,72px);line-height:1.02}.resources-hero h1 span{color:#62c6ff;text-shadow:0 0 30px #3ab0f126;margin-top:8px;display:block}.resources-hero-lead{color:#a7bdc9;max-width:580px;margin:28px 0 0;font-size:18px;line-height:1.75}.resources-hero-support{color:#6f8797;max-width:560px;margin:18px 0 0;font-size:14px;line-height:1.75}.resources-loop{aspect-ratio:1;border-radius:50%;width:min(610px,100%);margin:0 auto;position:relative}.resources-loop-glow{filter:blur(16px);background:radial-gradient(circle,#2da6eb2e,#2da6eb0d 42%,#0000 72%);border-radius:50%;animation:4s ease-in-out infinite resourcesLoopGlow;position:absolute;inset:12%}@keyframes resourcesLoopGlow{0%,to{opacity:.65;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}.resources-loop-orbit{border:1px solid #f2c76b2e;border-radius:50%;position:absolute;inset:13%;box-shadow:0 0 0 1px #3ab2f00d,0 0 45px #30aaeb1a,inset 0 0 55px #30aaeb0b}.resources-loop-orbit:before{content:"";border:1px dashed #54b9f01a;border-radius:50%;animation:24s linear infinite resourcesOrbitRotate;position:absolute;inset:7%}@keyframes resourcesOrbitRotate{to{transform:rotate(360deg)}}.resources-loop-svg{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.resources-loop-path{fill:none;stroke:#44aee83d;stroke-width:3px;stroke-linecap:round;stroke-dasharray:7 16;filter:drop-shadow(0 0 4px #42baf533)}.resources-loop-light{fill:#f6fdff;stroke:#5bcaff;stroke-width:3px;filter:url(#resourcesBlueGlow);opacity:1}.resources-loop-center{z-index:5;background:radial-gradient(circle at 45% 35%,#1b689873,#051824fa 66%);border:1px solid #f2c76b57;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff05,0 0 30px #34b5f247,0 0 80px #34b5f226,inset 0 0 35px #34b5f214}.resources-loop-center:before,.resources-loop-center:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.resources-loop-center:before{border:1px solid #58bff32e;animation:3s ease-in-out infinite resourcesCenterPulse;inset:-15px}.resources-loop-center:after{border:1px solid #f2c76b14;animation:3s ease-in-out .7s infinite resourcesCenterPulse;inset:-32px}@keyframes resourcesCenterPulse{50%{opacity:.35;transform:scale(1.06)}}.resources-loop-center span{color:#f2c76b;letter-spacing:-.02em;text-shadow:0 0 16px #f2c76b4d;font-size:18px;font-weight:900}.resources-loop-center strong{color:#edf9ff;letter-spacing:.1em;text-align:center;margin-top:7px;font-size:12px;line-height:1.3}.resources-loop-center small{color:#6b98b1;letter-spacing:.15em;margin-top:8px;font-size:7px;font-weight:800}.resources-loop-node{z-index:7;color:#8fa8b7;cursor:pointer;text-align:left;background:linear-gradient(145deg,#081c2af7,#030d15fc);border:1px solid #f2c76b4d;border-radius:15px;flex-direction:column;align-items:flex-start;width:146px;min-height:78px;padding:14px 15px;transition:transform .3s,border-color .3s,box-shadow .3s,color .3s,background .3s;display:flex;position:absolute;box-shadow:0 14px 35px #00000075,0 0 16px #f2c76b06}.resources-loop-node:hover{color:#e9f8ff;border-color:#f2c76bad;transform:translateY(-3px)scale(1.02);box-shadow:0 16px 40px #00000085,0 0 22px #f2c76b1a,0 0 30px #38b6f029}.resources-loop-node.is-active{color:#fff;background:radial-gradient(circle at 25% 15%,#41c0ff47,#0000 55%),linear-gradient(145deg,#0a2c42fc,#031019fc);border-color:#f2cb74;box-shadow:0 0 0 1px #f2cb7438,0 0 16px #f2cb746b,0 0 32px #43c6ffe6,0 0 68px #26a5eb80}.loop-node-index{color:#f2c76b;letter-spacing:.12em;margin-bottom:5px;font-size:8px;font-weight:900}.resources-loop-node strong{color:inherit;letter-spacing:.04em;font-size:11px;line-height:1.25}.resources-loop-node small{color:#5f7b8d;letter-spacing:.08em;margin-top:4px;font-size:8px;font-weight:700;transition:color .3s}.resources-loop-node.is-active small{color:#89d6f7}.loop-platform{top:5%;left:35%}.loop-operation{top:20%;right:6%}.loop-experience{top:50%;right:-4%}.loop-training{bottom:10%;left:auto;right:15%;transform:none}.loop-documentation{bottom:10%;left:15%}.loop-solving{top:50%;left:-4%}.loop-support{border-color:#f2c76b85;width:134px;top:20%;left:6%;transform:none}.resources-loop-message{background:#050d14;padding:75px 24px}.resources-loop-message:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#39b1ef0d,#0000);position:absolute;inset:0}.resources-loop-message-inner{text-align:center}.resources-loop-message span{color:#6dc9f7;letter-spacing:.18em;font-size:10px;font-weight:800}.resources-loop-message h2{color:#ecf7fc;letter-spacing:-.035em;max-width:720px;margin:16px auto 0;font-size:clamp(30px,4vw,48px);line-height:1.08}.resources-loop-message h2 strong{color:#f2c76b;font-weight:inherit}.resources-section-heading{max-width:680px}.resources-section-heading-center{text-align:center;margin:0 auto 48px}.resources-section-heading>span{color:#66c7f8;letter-spacing:.18em;font-size:10px;font-weight:800}.resources-section-heading h2{color:#eef7fb;letter-spacing:-.035em;margin:14px 0 0;font-size:clamp(32px,4vw,50px);line-height:1.08}.resources-roles{background:#03090f;padding:100px 24px}.resources-role-flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:16px;margin-top:48px;display:grid}.resources-role{text-align:center;background:linear-gradient(145deg,#081823eb,#040e15f2);border:1px solid #f2c76b2b;border-radius:15px;padding:22px}.resources-role strong{color:#dcecf4;letter-spacing:.05em;font-size:12px;display:block}.resources-role small{color:#668092;letter-spacing:.08em;margin-top:7px;font-size:9px;display:block}.resources-role-arrow{color:#f2c76b;opacity:.75;font-size:18px}.resources-library{background:linear-gradient(#040b11,#050d14);padding:110px 24px}.resources-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.resources-card{background:radial-gradient(circle at 100% 0,#2b9adb0f,#0000 35%),#ffffff03;border:1px solid #4e91b824;border-radius:18px;padding:32px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative}.resources-card:hover{border-color:#f2c76b5c;transform:translateY(-5px);box-shadow:0 24px 55px #00000047,0 0 28px #32aaeb14}.resources-card-number{color:#f2c76b;letter-spacing:.14em;font-size:9px;font-weight:900}.resources-card h3{color:#e9f4f9;letter-spacing:-.02em;margin:16px 0 0;font-size:22px}.resources-card>p{color:#758c9c;max-width:480px;margin:12px 0 0;font-size:13px;line-height:1.7}.resources-card-items{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.resources-card-items span{color:#7ea0b2;letter-spacing:.04em;background:#ffffff04;border:1px solid #5596be1f;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:700}.resources-card a{color:#68c9fa;align-items:center;gap:9px;margin-top:24px;font-size:11px;font-weight:800;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.resources-card a:hover{color:#f2c76b;gap:13px}.resources-support{background:radial-gradient(circle at 18% 45%,#f2c76b0e,#0000 28%),radial-gradient(circle at 75% 45%,#32a6e614,#0000 32%),#03090f;padding:115px 24px}.resources-support-inner{grid-template-columns:.9fr 1.1fr;align-items:start;gap:78px;display:grid}.resources-support-copy h2{color:#eef7fb;letter-spacing:-.04em;max-width:560px;margin:0;font-size:clamp(36px,4.4vw,58px);line-height:1.06}.resources-support-copy h2 span{color:#f2c76b;display:block}.resources-support-lead{color:#8095a3;max-width:560px;margin-top:22px;font-size:14px;line-height:1.8}.resources-support-statement{background:linear-gradient(90deg,#f2c76b0d,#0000);border-left:2px solid #f2c76b;margin-top:30px;padding:18px 20px}.resources-support-statement strong{color:#f2e4b4;font-size:13px}.resources-support-statement p{color:#7c91a0;margin:5px 0 0;font-size:11px}.resources-support-grid{gap:14px;display:grid}.resources-support-grid article{background:linear-gradient(145deg,#0a1c28eb,#040f17f5);border:1px solid #f2c76b26;border-radius:16px;padding:25px 26px;transition:transform .3s,border-color .3s;position:relative;box-shadow:0 14px 38px #00000047}.resources-support-grid article:hover{border-color:#f2c76b66;transform:translate(6px)}.resources-support-grid article>span{color:#65c7f8;letter-spacing:.14em;font-size:8px;font-weight:900}.resources-support-grid h3{color:#e5f2f7;margin:10px 0 0;font-size:16px}.resources-support-grid p{color:#718796;margin:8px 0 0;font-size:11px;line-height:1.65}.resources-more{background:#050d14;padding:100px 24px}.resources-more-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;display:grid}.resources-more h2{color:#eef7fb;letter-spacing:-.04em;margin:0;font-size:clamp(34px,4.2vw,54px);line-height:1.06}.resources-more h2 span{color:#62c6ff;margin-top:7px;display:block}.resources-more-inner>p{color:#748a99;margin:0;font-size:14px;line-height:1.8}.resources-cta{text-align:center;background:radial-gradient(circle at 50% 30%,#30a4e624,#0000 36%),#03090f;padding:120px 24px}.resources-cta-inner{max-width:760px;margin:0 auto}.resources-cta h2{color:#edf7fb;letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,62px);line-height:1.05}.resources-cta h2 span{color:#f2c76b;margin-top:7px;display:block}.resources-cta p{color:#768c9a;max-width:600px;margin:22px auto 0;font-size:14px;line-height:1.75}.resources-cta-button{color:#fff;background:linear-gradient(135deg,#3caeed,#267fc0);border:1px solid #f2c76b4d;border-radius:9px;align-items:center;gap:13px;margin-top:30px;padding:14px 22px;font-size:11px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 15px 35px #258bcd40}@media (width<=1100px){.resources-hero-inner{grid-template-columns:.95fr 1.05fr;gap:45px}.resources-loop-node{width:132px}.resources-support-inner,.resources-more-inner{gap:50px}}@media (width<=920px){.resources-hero-inner{text-align:center;grid-template-columns:1fr}.resources-hero-copy{max-width:760px;margin:0 auto}.resources-hero-support,.resources-hero-lead{margin-left:auto;margin-right:auto}.resources-loop{width:min(620px,92vw)}.resources-role-flow{grid-template-columns:repeat(2,1fr);gap:12px}.resources-role-arrow{display:none}.resources-support-inner,.resources-more-inner{grid-template-columns:1fr;gap:42px}}@media (width<=720px){.resources-hero{padding:90px 18px 65px}.resources-loop{width:100%;max-width:540px}.resources-loop-center{width:150px;height:150px}.resources-loop-center span{font-size:15px}.resources-loop-center strong{font-size:10px}.resources-loop-node{width:115px;min-height:68px;padding:10px 11px}.resources-loop-node strong{font-size:9px}.resources-loop-node small,.loop-node-index{font-size:7px}.loop-operation,.loop-experience{right:-2%}.loop-documentation,.loop-solving{left:-2%}.loop-support{width:110px;transform:translate(-50%,105px)}.resources-library-grid{grid-template-columns:1fr}.resources-card{padding:26px}}@media (prefers-reduced-motion:reduce){.resources-loop-glow,.resources-loop-orbit:before,.resources-loop-center:before,.resources-loop-center:after{animation:none}.resources-loop-node,.resources-card,.resources-support-grid article{transition:none}}@media (width>=561px){.resources-hero{padding-top:98px;padding-bottom:72px}.resources-hero-inner{gap:58px}.resources-hero h1{max-width:650px}.resources-hero-lead{max-width:540px;margin-top:24px}.resources-hero-support{max-width:520px;margin-top:15px}.resources-loop{transform:scale(1.025)}.resources-loop-glow{filter:blur(20px);background:radial-gradient(circle,#42befa3d,#2791d717 42%,#0000 70%)}.resources-loop-orbit{border-color:#f2c76b38;box-shadow:0 0 0 1px #41befa12,0 0 60px #30b1f024,inset 0 0 70px #30b1f00f}.resources-loop-path{stroke:#51c4fa52;stroke-width:3.3px;filter:drop-shadow(0 0 7px #47c0fa52)}.resources-loop-center{box-shadow:0 0 0 1px #f2c76b1a,0 0 38px #3ec1fc57,0 0 95px #30abed2b,inset 0 0 42px #34b5f21a}.resources-loop-node{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:#f2c76b40;box-shadow:0 15px 34px #00000061,inset 0 1px #ffffff0a}.resources-loop-node:hover{border-color:#f2c76bb8;box-shadow:0 18px 44px #00000070,0 0 30px #40c1fb2e}.resources-roles{padding-top:88px;padding-bottom:94px}.resources-role-flow{margin-top:42px}.resources-role{background:linear-gradient(145deg,#091b27e6,#040f16f5);border-color:#f2c76b24}.resources-library{padding-top:96px;padding-bottom:102px}.resources-library-grid{gap:22px}.resources-card{background:radial-gradient(circle at 100% 0,#34aae913,#0000 38%),#ffffff02;border-color:#67aad01a;padding:36px}.resources-card:hover{border-color:#f2c76b47;transform:translateY(-4px);box-shadow:0 24px 56px #00000040,0 0 34px #37b4f014}.resources-card h3{font-size:24px}.resources-card>p{margin-top:10px;line-height:1.75}.resources-card-items{margin-top:25px}.resources-support{background:radial-gradient(circle at 20% 42%,#f2c76b13,#0000 30%),radial-gradient(circle at 78% 48%,#3ab5f21c,#0000 34%),#03090f;padding-top:104px;padding-bottom:110px}.resources-support-statement{background:linear-gradient(90deg,#f2c76b13,#0000);border-left-width:3px}.resources-support-grid article{border-color:#f2c76b21;box-shadow:0 16px 40px #00000042}.resources-support-grid article:hover{border-color:#f2c76b57;transform:translate(4px)}.resources-more{padding-top:88px;padding-bottom:92px}.resources-cta{padding-top:104px;padding-bottom:108px}}@media (width<=560px){.resources-hero{padding:86px 16px 62px}.resources-hero-inner{display:block}.resources-hero-copy{text-align:center;max-width:none;margin:0 auto}.resources-hero h1{font-size:clamp(37px,10.5vw,50px);line-height:1.04}.resources-hero-lead{margin:22px auto 0;font-size:15px;line-height:1.65}.resources-hero-support{margin:15px auto 0;font-size:13px;line-height:1.65}.resources-loop{aspect-ratio:auto;background:radial-gradient(circle at 50% 8%,#37b5f51c,#0000 32%),linear-gradient(#071824f7,#030c13fc);border:1px solid #f2c76b2b;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"platform platform""operation support""experience solving""training documentation";gap:25px 14px;width:100%;max-width:390px;height:auto;margin:42px auto 60px;padding:18px 12px 24px;display:grid;position:relative;overflow:visible;box-shadow:0 24px 58px #00000057}.resources-loop-svg,.resources-loop-orbit,.resources-loop-glow,.resources-loop-center{display:none}.resources-loop-node,.loop-platform,.loop-operation,.loop-experience,.loop-training,.loop-documentation,.loop-solving,.loop-support{opacity:1;visibility:visible;z-index:3;width:100%;max-width:none;min-height:92px;margin:0;padding:14px 13px;position:relative;inset:auto;transform:none}.loop-platform{grid-area:platform;min-height:100px;padding:17px}.loop-operation{grid-area:operation}.loop-experience{grid-area:experience}.loop-training{grid-area:training}.loop-documentation{grid-area:documentation}.loop-solving{grid-area:solving}.loop-support{border-color:#f2c76b7a;grid-area:support;width:100%}.loop-node-index{margin-bottom:6px;font-size:8px}.resources-loop-node strong{font-size:10px;line-height:1.25}.resources-loop-node small{margin-top:5px;font-size:7px;line-height:1.35}.loop-platform strong{font-size:12px}.loop-platform small{font-size:8px}.resources-loop-node.is-active{opacity:1;visibility:visible;border-color:#f2c76be0;transform:none;box-shadow:0 0 0 1px #f2c76b2e,0 0 24px #43c6ff61,0 14px 32px #0000004d}.resources-loop-node:after{content:"";pointer-events:none;z-index:-1;display:block;position:absolute}.loop-platform:after{background:linear-gradient(#55caff,#55caff5c);width:2px;height:26px;bottom:-26px;left:25%;box-shadow:0 0 7px #55caff59}.loop-operation:after,.loop-experience:after{background:#55caff;width:2px;height:26px;bottom:-26px;left:50%;box-shadow:0 0 7px #55caff52}.loop-training:after{background:linear-gradient(90deg,#55caff,#f2c76b);width:15px;height:2px;top:50%;right:-15px;box-shadow:0 0 7px #55caff4d}.loop-documentation:after,.loop-solving:after{background:#f2c76b;width:2px;height:26px;top:-26px;left:50%;box-shadow:0 0 7px #f2c76b42}.resources-loop-message{padding:62px 17px}.resources-loop-message h2{font-size:31px;line-height:1.08}.resources-roles{padding:78px 16px}.resources-role-flow{flex-direction:column;align-items:center;gap:25px;width:100%;max-width:370px;margin:38px auto 0;padding:0 36px;display:flex;position:relative}.resources-role-arrow{display:none}.resources-role{text-align:center;z-index:3;width:100%;max-width:280px;min-height:76px;margin:0 auto;padding:16px;position:relative}.resources-role strong{font-size:11px}.resources-role small{margin-top:5px;font-size:8px}.resources-role:not(:last-of-type):before{content:"";pointer-events:none;border-bottom:2px solid #55caff;border-right:2px solid #55caff;width:7px;height:7px;position:absolute;bottom:-25px;left:-25px;transform:rotate(45deg)}.resources-library{padding:78px 16px}.resources-library-grid{grid-template-columns:1fr}.resources-card{padding:24px 22px}.resources-support{padding:78px 16px}.resources-support-inner{grid-template-columns:1fr;gap:38px}.resources-support-copy h2{font-size:37px}.resources-more{padding:76px 16px}.resources-more-inner{grid-template-columns:1fr;gap:28px}.resources-more h2{font-size:35px}.resources-cta{padding:86px 16px}.resources-cta h2{font-size:39px}.loop-documentation:after,.loop-solving:after{background:#f2c76b;width:2px;height:26px;top:-26px;left:50%;box-shadow:0 0 7px #f2c76b4d}.loop-support:after{content:"";pointer-events:none;background:#f2c76b;width:2px;height:26px;position:absolute;top:-26px;left:50%;box-shadow:0 0 7px #f2c76b4d}.loop-support:before{content:"";pointer-events:none;border-top:2px solid #f2c76b;border-left:2px solid #f2c76b;width:7px;height:7px;position:absolute;top:-25px;left:calc(50% - 3px);transform:rotate(45deg)}.resources-role-flow{padding:0 38px}.resources-role{text-align:center;width:100%;max-width:270px;margin:0 auto}.resources-role:not(:last-of-type):after{content:"";background:#55caff;width:2px;height:26px;position:absolute;bottom:-26px;left:-22px;box-shadow:0 0 7px #55caff5c}.resources-role:not(:last-of-type):before{content:"";border-bottom:2px solid #55caff;border-right:2px solid #55caff;width:7px;height:7px;position:absolute;bottom:-24px;left:-25px;transform:rotate(45deg)}.resources-role{border-right-color:#f2c76b47}.resources-role:not(:first-of-type){box-shadow:22px -25px 0 -21px #f2c76b}}.resources-loop-message{background:radial-gradient(circle at 50% 0,#2684d212,#0000 38%),linear-gradient(#fff 0%,#f7f9fb 100%);border-top:1px solid #142e4014;border-bottom:1px solid #142e4014}.resources-loop-message:before{background:linear-gradient(90deg,#0000,#2784d209,#0000)}.resources-loop-message span{color:#247fc0}.resources-loop-message h2{color:#10202b}.resources-loop-message h2 strong{color:#b98723}.resources-roles{background:radial-gradient(circle at 50% 20%,#31a6e514,#0000 35%),linear-gradient(#07121a 0%,#040b11 100%);border-bottom:1px solid #ffffff0a}.resources-roles .resources-section-heading>span{color:#69c7fa}.resources-roles .resources-section-heading h2{color:#eef7fb}.resources-role{background:linear-gradient(145deg,#0b1f2cf5,#051018fa);border-color:#f2c76b2e;box-shadow:0 15px 36px #0003}.resources-role strong{color:#e6f1f6}.resources-role small{color:#78909f}.resources-library{background:radial-gradient(circle at 92% 8%,#2a89cf11,#0000 28%),linear-gradient(#fff 0%,#f6f8fa 100%);border-bottom:1px solid #11283714}.resources-library .resources-section-heading>span{color:#247fc0}.resources-library .resources-section-heading h2{color:#101c25}.resources-library .resources-card{background:radial-gradient(circle at 100% 0,#2b91d70e,#0000 35%),#fff;border:1px solid #1631431a;box-shadow:0 12px 34px #162b390e}.resources-library .resources-card:hover{border-color:#277fc03d;transform:translateY(-4px);box-shadow:0 20px 48px #162b391a}.resources-library .resources-card-number{color:#b78627}.resources-library .resources-card h3{color:#12222d}.resources-library .resources-card>p{color:#667784}.resources-library .resources-card-items span{color:#5f7584;background:#f5f8fa;border-color:#204c681a}.resources-library .resources-card a{color:#247fc0}.resources-library .resources-card a:hover{color:#168447}.resources-support{background:radial-gradient(circle at 12% 30%,#f2c76b1c,#0000 28%),radial-gradient(circle at 86% 48%,#2f94d612,#0000 32%),linear-gradient(#f8fafb 0%,#fff 100%);border-bottom:1px solid #11283714}.resources-support-copy h2{color:#111f29}.resources-support-copy h2 span{color:#b78627}.resources-support-lead{color:#647784}.resources-support-statement{background:linear-gradient(90deg,#f2c76b21,#f2c76b06);border-left:3px solid #c4973f}.resources-support-statement strong{color:#624d20}.resources-support-statement p{color:#71808a}.resources-support-grid article{background:linear-gradient(145deg,#fff,#f8fafb);border:1px solid #1534471a;box-shadow:0 12px 32px #142a390f}.resources-support-grid article:hover{border-color:#277fc03d;transform:translate(4px);box-shadow:0 17px 38px #142a3917}.resources-support-grid article>span{color:#247fc0}.resources-support-grid h3{color:#172731}.resources-support-grid p{color:#6d7f8b}.resources-more{background:radial-gradient(circle at 75% 35%,#36b0ee1a,#0000 32%),linear-gradient(#07121a 0%,#040b11 100%);border-bottom:1px solid #ffffff0a}.resources-more h2{color:#eef7fb}.resources-more h2 span{color:#62c6ff}.resources-more-inner>p{color:#8aa0ae}.resources-cta{background:radial-gradient(circle at 50% 5%,#2c91d71a,#0000 34%),linear-gradient(#fff 0%,#f4f7f9 100%);border-top:1px solid #142d3d12}.resources-cta h2{color:#101e28}.resources-cta h2 span{color:#b78627}.resources-cta p{color:#667986}.resources-cta-button{color:#fff;background:linear-gradient(135deg,#1a9653,#14753f);border:1px solid #12733e3d;box-shadow:0 14px 32px #16844733}.resources-cta-button:hover{transform:translateY(-3px);box-shadow:0 19px 42px #16844747}.resources-library .resources-section-heading,.resources-support .resources-section-heading{position:relative}.resources-library .resources-section-heading>span,.resources-support .resources-section-heading>span{color:#247fc0}.resources-loop-message:after,.resources-library:before,.resources-support:before,.resources-cta:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#2048621f,#0000);width:min(1180px,100% - 48px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width>=921px){.resources-loop-message{padding-top:82px;padding-bottom:82px}.resources-library{padding-top:104px;padding-bottom:110px}.resources-support{padding-top:108px;padding-bottom:112px}.resources-more{padding-top:92px;padding-bottom:96px}.resources-cta{padding-top:108px;padding-bottom:112px}}@media (width<=560px){.resources-loop-message{padding:64px 17px}.resources-loop-message h2{color:#12212b;font-size:31px}.resources-roles,.resources-library{padding:76px 16px}.resources-library .resources-card{padding:24px 22px;box-shadow:0 10px 26px #162b390e}.resources-library .resources-card:hover{transform:none}.resources-support{padding:76px 16px}.resources-support-copy h2{color:#111f29}.resources-support-grid article:hover{transform:none}.resources-more{padding:74px 16px}.resources-cta{padding:82px 16px}.resources-cta-button{box-sizing:border-box;justify-content:center;width:100%;max-width:340px;padding:15px 20px}}.pricing-hero,.pricing-main,.pricing-growth,.pricing-services,.pricing-cta{position:relative;overflow:hidden}.pricing-eyebrow{color:#256f9f;letter-spacing:.18em;align-items:center;gap:9px;margin-bottom:18px;font-size:10px;font-weight:800;display:inline-flex}.pricing-eyebrow:before{content:"";background:#c99b3f;border-radius:50%;flex:0 0 6px;width:6px;height:6px;box-shadow:0 0 10px #c99b3f47}.pricing-hero{text-align:center;background:radial-gradient(circle at 50% 5%,#2d87c71a,#0000 34%),radial-gradient(circle at 82% 38%,#1684470b,#0000 24%),linear-gradient(#fff 0%,#f7f9fb 100%);border-bottom:1px solid #142a3a14;padding:116px 24px 82px}.pricing-hero:after{content:"";background:linear-gradient(90deg,#0000,#2768941f,#0000);width:min(1120px,100% - 48px);height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.pricing-hero-inner{z-index:2;max-width:840px;margin:0 auto;position:relative}.pricing-hero h1{color:#101a21;letter-spacing:-.045em;margin:0;font-size:clamp(46px,6vw,72px);line-height:1.02}.pricing-hero h1 span{color:#247fb9;text-shadow:0 10px 34px #247fb912;margin-top:7px;display:block}.pricing-hero p{color:#657580;max-width:600px;margin:24px auto 0;font-size:15px;line-height:1.75}.pricing-main{background:linear-gradient(#f7f9fb 0%,#fff 100%);padding:58px 24px 104px}.pricing-card{background:radial-gradient(circle at 50% 0,#2b8bca13,#0000 34%),#fff;border:1px solid #1530411c;border-radius:26px;max-width:920px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 28px 70px #1931411a,0 3px 10px #19314109}.pricing-card:before{content:"";background:linear-gradient(90deg,#0000,#247fb999,#1684477a,#0000);height:2px;position:absolute;top:0;left:14%;right:14%}.pricing-card-top{text-align:center;padding:44px 42px 38px}.pricing-card-top>span{color:#247fb9;letter-spacing:.18em;font-size:10px;font-weight:900}.pricing-price{justify-content:center;align-items:center;gap:36px;margin-top:30px;display:flex}.pricing-price>div{align-items:baseline;gap:8px;display:flex}.pricing-price strong{color:#101820;letter-spacing:-.055em;font-size:clamp(52px,7vw,78px);line-height:1}.pricing-price small{color:#6f7f89;white-space:nowrap;font-size:12px}.pricing-plus{color:#b88c35;opacity:.9;font-size:34px;font-weight:300}.pricing-included{background:#fafcfd;border-top:1px solid #15304114;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.pricing-included span{color:#5f727f;text-align:center;letter-spacing:.03em;padding:20px;font-size:10px;font-weight:700;position:relative}.pricing-included span+span{border-left:1px solid #15304112}.pricing-included span:before{content:"✓";color:#168447;margin-right:7px;font-weight:900}.pricing-note{color:#6a7b86;text-align:center;max-width:620px;margin:25px auto 0;font-size:12px;line-height:1.7}.pricing-growth{background:radial-gradient(circle at 50% 0,#3291cd12,#0000 32%),linear-gradient(#f4f7f9 0%,#fff 100%);border-top:1px solid #1229380f;border-bottom:1px solid #12293812;padding:108px 24px}.pricing-section-heading{text-align:center;max-width:760px;margin:0 auto}.pricing-section-heading>span{color:#247fb9;letter-spacing:.18em;font-size:10px;font-weight:800}.pricing-section-heading h2{color:#111d25;letter-spacing:-.04em;margin:15px auto 0;font-size:clamp(34px,4.8vw,56px);line-height:1.06}.pricing-section-heading h2 strong{color:#168447;font-weight:inherit;display:block}.pricing-growth-track{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:22px;max-width:980px;margin:62px auto 0;display:grid;position:relative}.pricing-growth-track:before{content:"";z-index:0;background:linear-gradient(90deg,#3496d200,#3496d247,#1684474d,#3496d247,#3496d200);height:1px;position:absolute;top:50%;left:12%;right:12%}.pricing-growth-step{z-index:2;text-align:center;background:#fff;border:1px solid #1430411a;border-radius:18px;padding:30px 22px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;box-shadow:0 16px 38px #172f3f13}.pricing-growth-step:hover{border-color:#247fb938;transform:translateY(-3px);box-shadow:0 21px 46px #172f3f1a}.pricing-step-label{color:#247fb9;letter-spacing:.16em;font-size:9px;font-weight:900}.pricing-growth-step strong{color:#16242d;letter-spacing:-.02em;margin-top:12px;font-size:22px;display:block}.pricing-growth-step small{color:#6c7f8b;margin-top:7px;font-size:11px;display:block}.pricing-growth-arrow{z-index:3;color:#168447;font-size:20px;position:relative}.pricing-growth-message{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;max-width:900px;margin:35px auto 0;display:grid}.pricing-growth-message span{color:#657985;letter-spacing:.14em;white-space:nowrap;font-size:9px;font-weight:800}.pricing-growth-message div{opacity:.45;background:linear-gradient(90deg,#3b99cf,#168447);height:1px}.pricing-services{background:linear-gradient(#fff 0%,#f3f6f8 100%);padding:92px 24px}.pricing-services-inner{background:#ffffffd1;border:1px solid #14304117;border-radius:22px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;padding:42px 44px;display:grid;box-shadow:0 18px 44px #1931410f}.pricing-services h2{color:#14222b;letter-spacing:-.035em;margin:0;font-size:clamp(30px,3.8vw,46px);line-height:1.08}.pricing-services p{color:#657783;max-width:620px;margin:0;font-size:13px;line-height:1.75}.pricing-services a{color:#247fb9;align-items:center;gap:9px;margin-top:20px;font-size:11px;font-weight:800;text-decoration:none;transition:gap .25s,color .25s;display:inline-flex}.pricing-services a:hover{color:#168447;gap:13px}.pricing-cta{text-align:center;background:radial-gradient(circle at 50% 25%,#3aafee21,#0000 34%),radial-gradient(circle at 72% 70%,#16844712,#0000 26%),linear-gradient(#07121a 0%,#03090f 100%);padding:112px 24px}.pricing-cta-inner{max-width:780px;margin:0 auto}.pricing-cta h2{color:#eef7fb;letter-spacing:-.04em;margin:0;font-size:clamp(40px,5vw,62px);line-height:1.04}.pricing-cta h2 span{color:#6acbfa;margin-top:6px;display:block}.pricing-cta p{color:#8298a6;max-width:580px;margin:20px auto 0;font-size:13px;line-height:1.7}.pricing-cta-button{color:#fff;background:linear-gradient(135deg,#1ba45c,#137c43);border:1px solid #5bdd9266;border-radius:9px;justify-content:center;align-items:center;gap:12px;margin-top:29px;padding:15px 23px;font-size:11px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;box-shadow:0 16px 36px #16844747}.pricing-cta-button:hover{background:linear-gradient(135deg,#20b867,#168b4b);transform:translateY(-3px);box-shadow:0 20px 48px #16844761}@media (width<=900px){.pricing-price{gap:24px}.pricing-services-inner{grid-template-columns:1fr;gap:28px;padding:36px 32px}.pricing-growth-track{gap:12px}}@media (width<=700px){.pricing-hero{padding:90px 18px 62px}.pricing-hero h1{font-size:clamp(40px,11vw,54px)}.pricing-main{padding:34px 16px 78px}.pricing-card{border-radius:18px;box-shadow:0 18px 42px #19314117}.pricing-card-top{padding:32px 18px 27px}.pricing-price{flex-direction:column;gap:14px}.pricing-plus{font-size:24px}.pricing-price>div{flex-direction:column;gap:4px}.pricing-price strong{font-size:58px}.pricing-included{grid-template-columns:1fr}.pricing-included span{padding:17px 16px}.pricing-included span+span{border-top:1px solid #15304112;border-left:none}.pricing-growth{padding:82px 16px}.pricing-growth-track{grid-template-columns:1fr;gap:12px;max-width:420px}.pricing-growth-track:before{background:linear-gradient(#3496d200,#3496d247,#16844747,#3496d247,#3496d200);width:1px;height:auto;inset:8% auto 8% 50%}.pricing-growth-step{padding:25px 20px}.pricing-growth-step:hover{transform:none}.pricing-growth-arrow{text-align:center;transform:rotate(90deg)}.pricing-growth-message{text-align:center;grid-template-columns:1fr;gap:8px}.pricing-growth-message div{background:linear-gradient(#3b99cf,#168447);width:1px;height:25px;margin:0 auto}.pricing-services{padding:72px 16px}.pricing-services-inner{border-radius:18px;padding:28px 22px}.pricing-cta{padding:88px 18px}.pricing-cta-button{box-sizing:border-box;width:100%;max-width:340px}}@media (prefers-reduced-motion:reduce){.pricing-growth-step,.pricing-services a,.pricing-cta-button{transition:none}}.request-demo-hero,.request-demo-main,.request-demo-next,.request-demo-close{position:relative;overflow:hidden}.request-demo-eyebrow{color:#65c7f8;letter-spacing:.18em;align-items:center;gap:9px;margin-bottom:18px;font-size:10px;font-weight:800;display:inline-flex}.request-demo-eyebrow:before{content:"";background:#f2c76b;border-radius:50%;flex:0 0 6px;width:6px;height:6px;box-shadow:0 0 10px #f2c76b8c}.request-demo-hero{background:radial-gradient(circle at 75% 36%,#31a6e624,#0000 28%),radial-gradient(circle at 20% 24%,#f2c76b0d,#0000 24%),linear-gradient(#03090f 0%,#040b12 100%);padding:110px 24px 82px}.request-demo-hero-inner{grid-template-columns:1fr .92fr;align-items:center;gap:72px;display:grid}.request-demo-hero-copy{max-width:700px}.request-demo-hero h1{color:#f3f8fb;letter-spacing:-.045em;margin:0;font-size:clamp(46px,5.6vw,72px);line-height:1.02}.request-demo-hero h1 span{color:#62c6ff;text-shadow:0 0 32px #41b9f524;margin-top:7px;display:block}.request-demo-hero-lead{color:#8da3b1;max-width:620px;margin:25px 0 0;font-size:16px;line-height:1.75}.request-demo-hero-note{color:#f2d995;letter-spacing:.04em;margin:19px 0 0;font-size:11px;font-weight:700}.request-demo-flow{gap:14px;max-width:470px;margin-left:auto;padding:22px 0;display:grid;position:relative}.request-demo-flow-line{background:linear-gradient(#53c6ffb3,#f2c76b4d);width:1px;position:absolute;top:56px;bottom:56px;left:24px;box-shadow:0 0 9px #48bef533}.request-demo-flow-step{background:linear-gradient(145deg,#081b28e8,#030d15f5);border:1px solid #f2c76b24;border-radius:16px;min-height:84px;padding:17px 18px 17px 62px;transition:transform .28s,border-color .28s,box-shadow .28s;position:relative;box-shadow:0 14px 34px #00000040}.request-demo-flow-step:hover{border-color:#f2c76b57;transform:translate(4px);box-shadow:0 18px 42px #0000004d,0 0 24px #3bb4f014}.request-demo-flow-step>span{color:#f2c76b;z-index:2;background:#06141f;border:1px solid #f2c76b66;border-radius:50%;place-items:center;width:22px;height:22px;font-size:8px;font-weight:900;display:grid;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.request-demo-flow-step strong{color:#dfeef5;letter-spacing:.02em;font-size:13px;display:block}.request-demo-flow-step small{color:#6f8998;margin-top:5px;font-size:9px;line-height:1.4;display:block}.request-demo-main{background:linear-gradient(#050c13,#03090f);padding:100px 24px 110px}.request-demo-main-inner{grid-template-columns:.78fr 1.22fr;align-items:start;gap:70px;display:grid}.request-demo-intro{max-width:500px;position:sticky;top:110px}.request-demo-intro h2{color:#eef7fb;letter-spacing:-.04em;margin:0;font-size:clamp(34px,4vw,50px);line-height:1.08}.request-demo-intro>p{color:#7b91a0;margin:20px 0 0;font-size:14px;line-height:1.75}.request-demo-intro-points{gap:11px;margin-top:34px;display:grid}.request-demo-intro-points>div{background:linear-gradient(90deg,#f2c76b09,#0000);border-left:1px solid #f2c76b3d;padding:16px 16px 16px 52px;position:relative}.request-demo-intro-points>div>span{color:#64c8f8;letter-spacing:.13em;font-size:8px;font-weight:900;position:absolute;top:17px;left:14px}.request-demo-intro-points strong{color:#dceaf1;font-size:12px;display:block}.request-demo-intro-points small{color:#657d8d;margin-top:4px;font-size:9px;line-height:1.5;display:block}.request-demo-console{background:radial-gradient(circle at 100% 0,#37b4f217,#0000 34%),linear-gradient(145deg,#081a27fa,#030d15fc);border:1px solid #f2c76b38;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0006,0 0 34px #35b2ef14,inset 0 1px #ffffff06}.request-demo-console-head{background:#ffffff03;border-bottom:1px solid #f2c76b1a;justify-content:space-between;align-items:center;min-height:68px;padding:18px 24px;display:flex}.request-demo-console-head>div:first-child{align-items:center;gap:12px;display:flex}.request-demo-console-head span{color:#f2c76b;letter-spacing:.12em;font-size:10px;font-weight:900}.request-demo-console-head strong{color:#dbeaf1;font-size:12px}.request-demo-live{color:#91bda5;align-items:center;gap:8px;font-size:9px;font-weight:700;display:inline-flex}.request-demo-live i{background:#38d987;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #38d987,0 0 18px #38d98775}.request-demo-success{background:linear-gradient(135deg,#1f975c1f,#12553c14);border:1px solid #54dc9157;border-radius:14px;gap:14px;margin:24px 24px 0;padding:18px;display:flex;box-shadow:0 0 26px #2cc9740d}.request-demo-success-check{color:#72e9aa;background:#38d98724;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:900;display:grid}.request-demo-success strong{color:#dff4e9;font-size:12px}.request-demo-success p{color:#799a88;margin:5px 0 0;font-size:10px;line-height:1.6}.request-demo-server-error{background:#b4373714;border:1px solid #f070704d;border-radius:12px;margin:20px 24px 0;padding:15px 17px}.request-demo-server-error strong{color:#ffc1c1;font-size:11px}.request-demo-server-error p{color:#bd8585;margin:5px 0 0;font-size:9px;line-height:1.5}.request-demo-form{padding:28px 24px 26px}.request-demo-honeypot{pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.request-demo-data-surface{background:radial-gradient(circle at 100% 0,#5ddc951a,#0000 30%),linear-gradient(145deg,#e1f8eb1d,#94dab411);border:1px solid #6ce09e52;border-radius:18px;padding:27px 24px 28px;position:relative;box-shadow:inset 0 1px #fff1,0 0 40px #26b1650e}.request-demo-data-surface:before{content:"";background:linear-gradient(90deg,#0000,#6de2a066,#0000);height:1px;position:absolute;top:0;left:22px;right:22px}.request-demo-data-heading{border-bottom:1px solid #6ce09e2e;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;padding-bottom:18px;display:flex}.request-demo-data-heading span{color:#71dfa5;letter-spacing:.15em;font-size:9px;font-weight:900}.request-demo-data-heading h3{color:#f0faf5;letter-spacing:-.015em;margin:6px 0 0;font-size:20px;line-height:1.25}.request-demo-data-heading>small{color:#789687;white-space:nowrap;font-size:8px}.request-demo-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px;display:grid}.request-demo-field{flex-direction:column;gap:8px;display:flex}.request-demo-field label{color:#b6cfc2;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.request-demo-field label>span{color:#72e3a7}.request-demo-field label small{color:#728d7f;letter-spacing:0;text-transform:none;margin-left:5px;font-size:8px;font-weight:600}.request-demo-field input,.request-demo-field textarea{color:#fff;width:100%;font:inherit;background:linear-gradient(#eefff624,#c2efd517);border:1px solid #70e1a06e;border-radius:10px;outline:none;font-size:13px;transition:border-color .22s,background .22s,box-shadow .22s,transform .22s;box-shadow:inset 0 1px #ffffff14,0 5px 14px #00000014}.request-demo-field input{min-height:51px;padding:0 14px}.request-demo-field textarea{resize:vertical;min-height:150px;padding:14px;line-height:1.65}.request-demo-field input:hover,.request-demo-field textarea:hover{background:linear-gradient(#eefff62b,#c2efd51c);border-color:#70e1a0ad}.request-demo-field input:focus,.request-demo-field textarea:focus{background:linear-gradient(#e4fff030,#b6ebcd21);border-color:#63dc99;box-shadow:0 0 0 3px #3fd2811f,0 0 25px #3fd2811f,inset 0 1px #ffffff1a}.request-demo-field input.has-value,.request-demo-field textarea.has-value{background:linear-gradient(#44ae7233,#27755024);border-color:#69e29e9e}.request-demo-field input::placeholder,.request-demo-field textarea::placeholder{color:#bedacb85;opacity:1}.request-demo-field input:-webkit-autofill{-webkit-text-fill-color:#fff;caret-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #173d2d}.request-demo-field input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;caret-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #173d2d}.request-demo-field input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #173d2d}.request-demo-character-count{color:#688779;text-align:right;margin-top:-2px;font-size:8px}.request-demo-choice-group{margin-top:27px}.request-demo-choice-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.request-demo-choice-head>span{color:#b6cfc2;letter-spacing:.09em;font-size:9px;font-weight:800}.request-demo-choice-head small{color:#728d7f;font-size:8px}.request-demo-chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.request-demo-chip{color:#a4c5b3;cursor:pointer;background:linear-gradient(135deg,#43956721,#18543a17);border:1px solid #68dc9a47;border-radius:999px;min-height:39px;padding:0 14px;font-family:inherit;font-size:9px;font-weight:700;transition:color .22s,border-color .22s,background .22s,box-shadow .22s,transform .22s}.request-demo-chip:hover{color:#e5faee;background:#1f87522e;border-color:#58dc9185;transform:translateY(-1px);box-shadow:0 7px 18px #1684471a}.request-demo-chip.is-selected{color:#fff;background:linear-gradient(135deg,#1c9c5b,#116e40);border-color:#5eea9ccc;box-shadow:0 0 0 2px #36d27b12,0 8px 20px #10764333,inset 0 1px #ffffff1a}.request-demo-chips.has-error{background:#be3c3c12;border:1px solid #f070708c;border-radius:12px;margin-left:-7px;margin-right:-7px;padding:7px}.request-demo-message{margin-top:27px}.request-demo-error{color:#faa;margin-top:3px;font-size:9px;font-weight:600;line-height:1.45;display:block}.request-demo-form-footer{border-top:1px solid #58dc9124;justify-content:space-between;align-items:center;gap:24px;margin-top:28px;padding-top:22px;display:flex}.request-demo-form-footer>div{max-width:430px}.request-demo-form-footer strong{color:#abc1b5;font-size:10px;line-height:1.5;display:block}.request-demo-form-footer small{color:#688174;margin-top:5px;font-size:8px;line-height:1.4;display:block}.request-demo-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1caf65,#128447);border:1px solid #64eb9e7a;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:11px;min-height:51px;padding:0 22px;font-family:inherit;font-size:10px;font-weight:800;transition:transform .25s,box-shadow .25s,gap .25s,background .25s;display:inline-flex;box-shadow:0 16px 34px #1684474d,inset 0 1px #ffffff24}.request-demo-submit:hover:not(:disabled){background:linear-gradient(135deg,#23bd70,#15914f);gap:14px;transform:translateY(-2px);box-shadow:0 20px 48px #1684476b,0 0 24px #2dd27721}.request-demo-submit:active:not(:disabled){transform:translateY(0)}.request-demo-submit:disabled{cursor:wait;opacity:.82}.request-demo-submit.is-sending{transform:none}.request-demo-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.75s linear infinite request-demo-spin}@keyframes request-demo-spin{to{transform:rotate(360deg)}}.request-demo-next{background:#050d14;padding:100px 24px}.request-demo-next-heading{text-align:center;max-width:650px;margin:0 auto}.request-demo-next-heading h2{color:#eef7fb;letter-spacing:-.035em;margin:0;font-size:clamp(34px,4vw,50px);line-height:1.08}.request-demo-next-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:980px;margin:48px auto 0;display:grid}.request-demo-next-grid article{background:linear-gradient(145deg,#081925eb,#040e15f5);border:1px solid #f2c76b21;border-radius:16px;padding:26px 24px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative}.request-demo-next-grid article:hover{border-color:#58dc9140;transform:translateY(-3px);box-shadow:0 18px 42px #0000003d}.request-demo-next-grid article>span{color:#62c6f6;letter-spacing:.14em;font-size:8px;font-weight:900}.request-demo-next-grid h3{color:#dfeef5;margin:12px 0 0;font-size:16px}.request-demo-next-grid p{color:#6e8594;margin:9px 0 0;font-size:10px;line-height:1.65}.request-demo-close{text-align:center;background:radial-gradient(circle at 50% 28%,#37b2ef1c,#0000 36%),#03090f;padding:110px 24px}.request-demo-close-inner{max-width:800px;margin:0 auto}.request-demo-close h2{color:#eef7fb;letter-spacing:-.04em;margin:0;font-size:clamp(40px,5vw,62px);line-height:1.05}.request-demo-close h2 span{color:#f2c76b;margin-top:6px;display:block}.request-demo-close p{color:#738a99;max-width:600px;margin:20px auto 0;font-size:13px;line-height:1.7}.request-demo-success-complete{background:radial-gradient(circle at 0 0,#4be08e29,#0000 40%),linear-gradient(145deg,#16644233,#0722182e);border:1px solid #58dc916b;border-radius:18px;grid-template-columns:auto 1fr;align-items:start;gap:18px;margin:26px 24px;padding:26px;display:grid;box-shadow:0 0 0 1px #58dc9114,0 0 34px #2ed3781a,0 18px 42px #0000003d}.request-demo-success-icon{color:#fff;background:linear-gradient(135deg,#28c875,#168447);border-radius:50%;place-items:center;width:46px;height:46px;font-size:20px;font-weight:900;display:grid;box-shadow:0 0 20px #2dd27747}.request-demo-success-content>span{color:#72e3a7;letter-spacing:.15em;font-size:9px;font-weight:900}.request-demo-success-content h3{color:#f1fff7;letter-spacing:-.02em;margin:7px 0 0;font-size:21px;line-height:1.25}.request-demo-success-content>p{color:#a6c5b4;max-width:560px;margin:9px 0 0;font-size:11px;line-height:1.65}.request-demo-success-status{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.request-demo-success-status>div{color:#91aa9c;background:#ffffff05;border:1px solid #58dc9129;border-radius:10px;align-items:center;gap:8px;min-height:48px;padding:11px 12px;font-size:9px;display:flex}.request-demo-success-status strong{color:#72e3a7;font-size:11px}@media (width<=960px){.request-demo-hero-inner,.request-demo-main-inner{grid-template-columns:1fr}.request-demo-hero-inner{gap:48px}.request-demo-flow{max-width:680px;margin:0 auto}.request-demo-intro{max-width:700px;position:relative;top:auto}.request-demo-main-inner{gap:48px}}@media (width<=680px){.request-demo-hero{padding:88px 17px 64px}.request-demo-hero-inner{gap:38px}.request-demo-hero h1{font-size:clamp(39px,11vw,52px)}.request-demo-hero-lead{font-size:14px;line-height:1.7}.request-demo-flow{padding:10px 0}.request-demo-flow-step{min-height:76px;padding:15px 14px 15px 54px}.request-demo-flow-line{top:46px;bottom:46px;left:20px}.request-demo-flow-step>span{left:10px}.request-demo-main{padding:78px 16px 85px}.request-demo-main-inner{gap:40px}.request-demo-console{border-radius:18px}.request-demo-console-head{min-height:62px;padding:16px}.request-demo-console-head>div:first-child{gap:8px}.request-demo-success,.request-demo-server-error{margin:16px 16px 0}.request-demo-success{padding:15px}.request-demo-form{padding:18px 14px 20px}.request-demo-data-surface{border-radius:14px;padding:21px 15px 23px}.request-demo-data-heading{flex-direction:column;align-items:flex-start;gap:7px}.request-demo-data-heading>small{white-space:normal}.request-demo-fields{grid-template-columns:1fr;gap:16px}.request-demo-field input{min-height:52px;font-size:16px}.request-demo-field textarea{min-height:150px;font-size:16px}.request-demo-choice-group{margin-top:24px}.request-demo-choice-head{flex-direction:column;align-items:flex-start;gap:4px}.request-demo-chips{gap:8px}.request-demo-chip{min-height:41px;padding:0 13px}.request-demo-form-footer{flex-direction:column;align-items:stretch;gap:18px}.request-demo-submit{justify-content:center;width:100%;min-height:53px;font-size:11px}.request-demo-next{padding:78px 16px}.request-demo-next-grid{grid-template-columns:1fr;margin-top:36px}.request-demo-close{padding:86px 16px}.request-demo-close h2{font-size:clamp(36px,10vw,44px)}}@media (width<=420px){.request-demo-hero{padding-left:15px;padding-right:15px}.request-demo-main{padding-left:12px;padding-right:12px}.request-demo-form{padding-left:10px;padding-right:10px}.request-demo-data-surface{padding-left:13px;padding-right:13px}.request-demo-console-head strong{font-size:10px}.request-demo-live,.request-demo-chip{font-size:8px}}@media (prefers-reduced-motion:reduce){.request-demo-flow-step,.request-demo-chip,.request-demo-submit,.request-demo-next-grid article,.request-demo-field input,.request-demo-field textarea{transition:none}.request-demo-spinner{animation:none}}.request-demo-hero{background:radial-gradient(circle at 76% 26%,#2b8dcc18,#0000 30%),radial-gradient(circle at 22% 18%,#c99b3f0e,#0000 24%),linear-gradient(#fff 0%,#f6f8fa 100%);border-bottom:1px solid #12273514}.request-demo-hero .request-demo-eyebrow{color:#247fb9}.request-demo-hero .request-demo-eyebrow:before{background:#c99b3f;box-shadow:0 0 9px #c99b3f40}.request-demo-hero h1{color:#101820}.request-demo-hero h1 span{color:#247fb9;text-shadow:0 10px 32px #247fb90f}.request-demo-hero-lead{color:#657783}.request-demo-hero-note{color:#8c6b28}.request-demo-hero .request-demo-flow-line{box-shadow:none;background:linear-gradient(#247fb96b,#c99b3f42)}.request-demo-hero .request-demo-flow-step{background:linear-gradient(145deg,#fff,#f8fafb);border-color:#1734461a;box-shadow:0 13px 30px #162c3a12}.request-demo-hero .request-demo-flow-step:hover{border-color:#247fb938;box-shadow:0 18px 38px #162c3a1a}.request-demo-hero .request-demo-flow-step>span{color:#a87822;background:#fff;border-color:#c99b3f57}.request-demo-hero .request-demo-flow-step strong{color:#172630}.request-demo-hero .request-demo-flow-step small{color:#6d7f8b}.request-demo-main{background:radial-gradient(circle at 72% 8%,#37b4f216,#0000 30%),linear-gradient(#07121a 0%,#03090f 100%);border-bottom:1px solid #ffffff09}.request-demo-main .request-demo-eyebrow{color:#65c7f8}.request-demo-intro h2{color:#eef7fb}.request-demo-intro>p{color:#8499a7}.request-demo-intro-points>div{background:linear-gradient(90deg,#f2c76b0b,#0000);border-left-color:#f2c76b42}.request-demo-intro-points>div>span{color:#65c7f8}.request-demo-intro-points strong{color:#dceaf1}.request-demo-intro-points small{color:#6f8594}.request-demo-console{background:radial-gradient(circle at 100% 0,#37b4f21a,#0000 34%),linear-gradient(145deg,#081a27fb,#030d15fe);border-color:#f2c76b3d;box-shadow:0 30px 80px #00000061,0 0 34px #35b2ef12,inset 0 1px #ffffff06}.request-demo-data-surface{background:radial-gradient(circle at 100% 0,#5ddc951f,#0000 30%),linear-gradient(145deg,#e1f8eb21,#94dab412);border-color:#6ce09e5c;box-shadow:inset 0 1px #ffffff12,0 0 42px #26b16511}.request-demo-next{background:radial-gradient(circle at 50% 0,#2c8ccb13,#0000 32%),linear-gradient(#fff 0%,#f5f7f9 100%);border-bottom:1px solid #12283614}.request-demo-next .request-demo-eyebrow{color:#247fb9}.request-demo-next .request-demo-eyebrow:before{background:#c99b3f;box-shadow:0 0 8px #c99b3f33}.request-demo-next-heading h2{color:#111e27}.request-demo-next-grid article{background:linear-gradient(145deg,#fff,#f8fafb);border-color:#1632431a;box-shadow:0 13px 30px #162c3a0f}.request-demo-next-grid article:hover{border-color:#247fb938;box-shadow:0 18px 40px #162c3a17}.request-demo-next-grid article>span{color:#247fb9}.request-demo-next-grid h3{color:#172731}.request-demo-next-grid p{color:#6b7d89}.request-demo-close{background:radial-gradient(circle at 50% 26%,#37b2ef1f,#0000 36%),radial-gradient(circle at 70% 70%,#1684470e,#0000 28%),linear-gradient(#07121a 0%,#03090f 100%)}.request-demo-close .request-demo-eyebrow{color:#65c7f8}.request-demo-close h2{color:#eef7fb}.request-demo-close h2 span{color:#f2c76b}.request-demo-close p{color:#8297a5}.request-demo-hero:after,.request-demo-next:before,.request-demo-close:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#2048621f,#0000);width:min(1160px,100% - 48px);height:1px;position:absolute;left:50%;transform:translate(-50%)}.request-demo-hero:after{bottom:0}.request-demo-next:before,.request-demo-close:before{top:0}@media (width<=680px){.request-demo-hero{padding-top:88px;padding-bottom:64px}.request-demo-hero .request-demo-flow-step:hover,.request-demo-next-grid article:hover{transform:none}.request-demo-main{padding-top:76px;padding-bottom:82px}.request-demo-next{padding-top:76px;padding-bottom:78px}.request-demo-close{padding-top:84px;padding-bottom:86px}}
