@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--ink: #0b211f;--ink-2: #17332f;--muted: #657772;--muted-light: #a9bbb6;--paper: #f7faf8;--paper-2: #eef4f1;--white: #ffffff;--night: #061413;--night-2: #0a211f;--night-3: #0d2b27;--lime: #86d83d;--lime-soft: #b8ef7c;--cyan: #25c7da;--cyan-soft: #83e5ef;--blue: #2b8ed8;--gold: #f4a43a;--navy: #0d2e5f;--line: rgba(11, 33, 31, .13);--line-dark: rgba(255, 255, 255, .13);--shadow-sm: 0 14px 40px rgba(6, 20, 19, .08);--shadow-lg: 0 30px 90px rgba(2, 14, 13, .22);--radius-sm: 14px;--radius: 22px;--radius-lg: 34px;--container: 1200px;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}::selection{background:#86d83d47}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:clamp(40px,5vw,64px) 0;position:relative}.section-muted{background:var(--paper-2)}.section-dark{background:var(--night);color:var(--white)}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;z-index:9999;top:12px;left:12px;padding:12px 18px;background:var(--white);color:var(--ink);border-radius:10px;box-shadow:var(--shadow-lg)}.eyebrow{margin:0 0 14px;color:var(--lime);font-size:.76rem;font-weight:850;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 20px;border:1px solid transparent;border-radius:12px;font-size:.91rem;font-weight:780;line-height:1;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,199,218,.45);outline-offset:3px}.button-primary{color:#062019;background:linear-gradient(115deg,var(--lime),#72ce34 58%,var(--cyan));box-shadow:0 12px 35px #6ed53a38}.button-primary:hover{box-shadow:0 16px 42px #6ed53a4d}.button-outline{color:var(--white);background:#ffffff05;border-color:#ffffff59}.button-outline:hover{border-color:var(--cyan);background:#25c7da14}.button-outline-dark{color:var(--ink);border-color:#0b211f47;background:transparent}.button-outline-dark:hover{border-color:var(--cyan);background:#25c7da12}.button-text{min-height:auto;padding:8px 0;border-radius:0;color:var(--ink);justify-content:flex-start}.button-text:hover{color:#3f8d18;transform:none}.button-small{min-height:42px;padding:10px 15px;font-size:.82rem}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.site-header{position:sticky;z-index:100;top:0;background:#051211eb;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(calc(100% - 40px),1320px);min-height:82px;margin-inline:auto;display:flex;align-items:center;gap:30px}.site-brand{flex:0 0 auto}.site-brand img{width:192px;height:auto}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto;color:#fff;font-size:1rem;font-weight:690}.desktop-nav>a,.nav-dropdown-trigger{opacity:1;transition:opacity .15s ease,color .15s ease}.desktop-nav>a:hover,.desktop-nav>a.active,.nav-dropdown-trigger:hover{opacity:1;color:var(--lime-soft)}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:6px;padding:28px 0;border:0;background:transparent;color:inherit;cursor:pointer}.nav-dropdown-panel{position:absolute;top:calc(100% - 8px);left:50%;width:340px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#081c1afa;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%)}.nav-dropdown.nav-dropdown-dismissed .nav-dropdown-panel{opacity:0;visibility:hidden;transform:translate(-50%,10px)}.nav-dropdown-link{display:block;padding:14px;border-radius:12px}.nav-dropdown-link:hover{background:#ffffff0f}.nav-dropdown-link span{display:block;color:var(--white);font-weight:760}.nav-dropdown-link small{display:block;margin-top:5px;color:var(--muted-light);font-size:.78rem;line-height:1.45}.header-actions{display:flex;align-items:center;gap:16px;margin-left:10px}.support-link{display:flex;align-items:center;gap:5px;color:#d9e9e5;font-size:.78rem;font-weight:680}.support-link:hover{color:var(--cyan-soft)}.mobile-menu-button{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff0a;color:#fff}.mobile-nav{display:none}.page-hero{overflow:hidden;min-height:auto;padding:20px 0 40px;background:radial-gradient(circle at 79% 33%,rgba(37,199,218,.14),transparent 31%),radial-gradient(circle at 35% 88%,rgba(134,216,61,.08),transparent 40%),linear-gradient(135deg,#051110,#071b1a 48%,#0b2925);color:var(--white)}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 82%);mask-image:linear-gradient(to bottom,black,transparent 82%)}.page-hero-compact{min-height:auto;padding-top:20px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);gap:clamp(50px,7vw,92px);align-items:center;position:relative;z-index:1}.hero-copy-wrap{max-width:660px}.page-hero h1{margin:0;font-size:clamp(2.35rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em;font-weight:820}.page-hero-photo{min-height:auto;padding-top:20px;padding-bottom:28px}.page-hero-photo h1{max-width:620px;font-size:clamp(2.35rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.page-hero-compact h1{font-size:clamp(2.35rem,3.25vw,3.25rem)}.page-hero h1 span{color:var(--lime)}.hero-lede{max-width:670px;margin:28px 0 0;color:#c0d2cd;font-size:clamp(1.04rem,1.5vw,1.24rem);line-height:1.72}.hero-art{position:relative;isolation:isolate}.hero-art>img{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:36px;box-shadow:var(--shadow-lg);position:relative;z-index:1}.hero-art-photo{min-height:540px;display:grid;place-items:center}.hero-photo-orbit{position:relative;width:min(100%,550px);aspect-ratio:1;display:grid;place-items:center}.hero-photo-frame{position:relative;z-index:2;width:78%;aspect-ratio:1;overflow:hidden;border:1px solid rgba(131,229,239,.38);border-radius:50%;box-shadow:0 30px 90px #0000006b,inset 0 0 0 10px #05111033}.hero-photo-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,rgba(5,17,16,.38),transparent 42%),linear-gradient(0deg,rgba(5,17,16,.4),transparent 52%)}.hero-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:61% center;filter:saturate(.82) contrast(1.06);transform:scale(1.04)}.hero-orbit-ring{position:absolute;z-index:1;border-radius:50%;pointer-events:none}.hero-orbit-ring-outer{top:1%;right:1%;bottom:1%;left:1%;border:1px solid rgba(37,199,218,.22);background:repeating-radial-gradient(circle,transparent 0 34px,rgba(37,199,218,.07) 35px 36px)}.hero-orbit-ring-outer:before{content:"";position:absolute;top:5%;right:5%;bottom:5%;left:5%;border-radius:50%;border-top:3px solid var(--lime);border-right:3px solid transparent;transform:rotate(-27deg);filter:drop-shadow(0 0 8px rgba(134,216,61,.45))}.hero-orbit-ring-inner{top:15%;right:15%;bottom:15%;left:15%;border:1px dashed rgba(255,255,255,.16)}.hero-orbit-dot{position:absolute;z-index:3;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 13px currentColor}.hero-orbit-dot-one{top:13%;left:14%;color:var(--cyan)}.hero-orbit-dot-two{top:8%;right:25%;color:var(--lime);background:var(--lime)}.hero-orbit-dot-three{right:4%;bottom:32%;color:var(--cyan)}.hero-art-halo{position:absolute;top:8%;right:-10%;bottom:-8%;left:5%;border-radius:50%;background:radial-gradient(circle,rgba(37,199,218,.16),rgba(134,216,61,.08) 42%,transparent 70%);filter:blur(30px);z-index:0}.hero-art-freedom{display:grid;place-items:center;min-height:520px}.hero-art-freedom>img{width:min(128%,780px);max-width:none;border:1px solid rgba(131,229,239,.18);border-radius:24px;box-shadow:0 28px 70px #00000061;filter:none}.hero-art-freedom .hero-art-halo{top:9%;right:2%;bottom:9%;left:2%;background:radial-gradient(circle,rgba(37,199,218,.18),rgba(134,216,61,.12) 42%,transparent 69%)}.hero-art-freedom .hero-impact-chip,.hero-art-ecosystem .hero-impact-chip{display:none}.hero-art-ecosystem>img{width:100%;object-fit:contain}.hero-impact-chip{position:absolute;z-index:3;right:-12px;bottom:28px;display:flex;align-items:center;gap:12px;width:260px;padding:16px 17px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#061413d6;box-shadow:0 18px 45px #00000040;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-impact-chip>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:var(--ink);background:var(--lime)}.hero-impact-chip strong,.hero-impact-chip small{display:block}.hero-impact-chip strong{font-size:.78rem}.hero-impact-chip small{margin-top:3px;color:var(--muted-light);font-size:.69rem}.hero-art-photo .hero-impact-chip{right:3%;bottom:3%;width:156px;height:156px;padding:20px;display:grid;place-items:center;border:5px solid #071817;border-radius:50%;text-align:center;background:radial-gradient(circle at 35% 28%,#a9ee62,var(--lime) 58%,#62b923);box-shadow:0 20px 45px #00000073,0 0 0 1px #86d83d59,0 0 32px #86d83d38;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-art-photo .hero-impact-chip>span{display:none}.hero-impact-copy strong{display:flex;align-items:flex-end;justify-content:center;gap:4px;color:#092018;line-height:.8}.hero-impact-copy strong b{font-size:3.25rem;letter-spacing:-.08em}.hero-impact-copy strong em{padding-bottom:5px;font-size:.72rem;font-style:normal;font-weight:900;text-transform:uppercase}.hero-art-photo .hero-impact-copy small{margin-top:9px;color:#123820;font-size:.71rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hero-proof-row{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-top:29px;color:#9eb4ae;font-size:.77rem;font-weight:650}.hero-proof-row strong{color:var(--white);font-size:.84rem;font-weight:850}.hero-proof-row i{width:4px;height:4px;border-radius:50%;background:var(--cyan)}.reveal{animation:rise-in .7s cubic-bezier(.2,.75,.2,1) both}.reveal-delay-1{animation-delay:.1s}@keyframes rise-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.outcome-strip{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:#071817;color:#fff}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr)}.outcome-item{min-height:150px;display:flex;align-items:flex-start;gap:16px;padding:25px 28px;border-right:1px solid rgba(255,255,255,.1)}.outcome-item:first-child{border-left:1px solid rgba(255,255,255,.1)}.outcome-item>svg{flex:0 0 auto;color:var(--lime)}.outcome-item:nth-child(2n)>svg{color:var(--cyan)}.outcome-item strong,.outcome-item span,.outcome-item small{display:block}.outcome-item strong{font-size:.93rem}.outcome-item span{margin-top:5px;color:#91a8a2;font-size:.74rem;line-height:1.45}.outcome-item small{margin-top:12px;color:var(--lime-soft);font-size:.67rem;font-weight:760;letter-spacing:.02em}.section-heading{position:relative;max-width:770px;margin-bottom:46px}.section-heading-center{margin-inline:auto;text-align:center}.section-heading h2{margin:0;font-size:clamp(2.2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em;font-weight:800}.section-copy{margin:22px 0 0;color:var(--muted);font-size:1.04rem;line-height:1.72}.section-heading>.button{margin-top:20px}.section-heading-light h2{color:#fff}.section-heading-light .section-copy{color:#9fb3ae}.inline-heading-link{position:absolute;right:-360px;bottom:9px;color:#3d811b;font-size:.87rem;font-weight:760}.inline-heading-link:hover{color:#226d81}.pressure-section{background:linear-gradient(180deg,var(--paper),#f2f6f3)}.pressure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pressure-card{min-height:330px;padding:28px;border:1px solid var(--line);border-radius:22px;background:#ffffffd1;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;display:flex;flex-direction:column}.pressure-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--card-color)}.pressure-value{margin-top:10px;color:var(--card-color);font-size:clamp(2.8rem,5vw,4.6rem);font-weight:850;letter-spacing:-.05em}.pressure-card p{margin:15px 0 12px;font-size:.94rem;line-height:1.5;font-weight:700}.pressure-implication{color:#526660;font-size:.75rem;line-height:1.55;font-weight:560}.pressure-card small{margin-top:auto;padding-top:18px;color:#7b8d88;font-size:.7rem}.pressure-cyan{--card-color: var(--cyan)}.pressure-lime{--card-color: #69bd2b}.pressure-gold{--card-color: #ed8e08}.pressure-navy{--card-color: var(--navy)}.source-note{margin:18px 0 0;color:#84938f;font-size:.7rem}.logo-wall{padding:36px 0 42px;background:#fff}.logo-wall-dark{background:#071817;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.logo-wall-label{margin:0 0 24px;color:#81938e;font-size:.72rem;font-weight:780;letter-spacing:.11em;text-align:center;text-transform:uppercase}.logo-wall-dark .logo-wall-label{color:#8da29c}.institution-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.institution-logo{display:flex;align-items:center;justify-content:center;min-height:105px;padding:20px 16px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#fffffff5;overflow:hidden}.institution-logo img{max-width:100%;max-height:56px;object-fit:contain}.institution-logo .logo-tall{max-height:64px;max-width:120px}.institution-logo .logo-square{max-height:62px;max-width:96px}.institution-logo .logo-dark-filter{filter:brightness(0) saturate(100%) invert(10%) sepia(14%) saturate(1263%) hue-rotate(118deg) brightness(89%) contrast(94%)}.logo-wall-marquee{padding:10px 0 12px}.logo-wall-marquee .container{width:100%;max-width:none}.logo-wall-marquee .logo-wall-label{margin-bottom:7px;font-size:.58rem;letter-spacing:.14em}.institution-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.institution-marquee-track{display:flex;width:max-content;animation:institution-scroll 30s linear infinite}.institution-marquee-copy{display:flex}.logo-wall-marquee .institution-logo{flex:0 0 156px;min-height:48px;margin-right:12px;padding:8px 18px;border-radius:10px}.logo-wall-marquee .institution-logo img{max-height:30px}.logo-wall-marquee .institution-logo .logo-tall,.logo-wall-marquee .institution-logo .logo-square{max-height:34px}.institution-marquee:hover .institution-marquee-track{animation-play-state:paused}@keyframes institution-scroll{to{transform:translate(-50%)}}.solutions-overview{background:#fff}.solution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.solution-card{--accent: var(--lime);min-height:470px;padding:34px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#fff,#f5f9f6);box-shadow:0 16px 50px #0614130f;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.solution-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--accent) 45%,transparent);box-shadow:0 26px 65px #0614131a}.solution-card:after{content:"";position:absolute;width:260px;height:260px;right:-120px;top:-140px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 24%,transparent),transparent 68%)}.solution-cyan{--accent: var(--cyan)}.solution-blue{--accent: var(--blue)}.solution-gold{--accent: var(--gold)}.solution-card-number{position:absolute;top:24px;right:27px;color:#0b211f2e;font-size:1.1rem;font-weight:800}.solution-icon{display:grid;place-items:center;width:55px;height:55px;margin-bottom:30px;border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);border-radius:16px;background:color-mix(in srgb,var(--accent) 12%,white);color:color-mix(in srgb,var(--accent) 72%,#0b211f)}.card-eyebrow{margin:0 0 11px;color:color-mix(in srgb,var(--accent) 78%,#0b211f);font-size:.72rem;font-weight:820;letter-spacing:.1em;text-transform:uppercase}.solution-card h3{max-width:520px;margin:0;font-size:clamp(1.65rem,2.5vw,2.35rem);line-height:1.12;letter-spacing:-.03em}.solution-card>p:not(.card-eyebrow){margin:18px 0 22px;color:var(--muted);line-height:1.65}.solution-card ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px;padding:0;margin:0 0 20px;list-style:none}.solution-card li{display:flex;align-items:center;gap:8px;color:#40534e;font-size:.82rem;font-weight:620}.solution-card li svg{color:var(--accent)}.freedom-feature{overflow:hidden;background:linear-gradient(135deg,#061514,#0b2925);color:#fff}.freedom-feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 83% 36%,rgba(37,199,218,.13),transparent 31%),radial-gradient(circle at 14% 80%,rgba(134,216,61,.11),transparent 30%)}.split-feature{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(52px,7vw,88px);align-items:center}.feature-reverse .split-feature>:first-child{order:2}.feature-content h2,.image-feature-copy h2{margin:0;font-size:clamp(2.2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.feature-content>p:not(.eyebrow),.image-feature-copy>p:not(.eyebrow){margin:22px 0 0;color:#a9bcb6;font-size:1.02rem;line-height:1.75}.image-feature-copy>p:not(.eyebrow){color:var(--muted)}.feature-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 20px;margin:28px 0 0}.feature-check-grid span{display:flex;gap:9px;align-items:center;color:#dbe8e4;font-size:.84rem;font-weight:640}.feature-check-grid svg{color:var(--lime);flex:0 0 auto}.product-dashboard{min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#f5f8f7;color:var(--ink);box-shadow:0 35px 90px #00000052;overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.dashboard-topbar{height:50px;display:flex;align-items:center;gap:9px;padding:0 18px;background:#0a201e;color:#fff;font-size:.76rem}.dashboard-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;color:var(--ink);background:var(--lime);font-weight:900}.dashboard-status{margin-left:auto;color:#a6bab4;font-size:.65rem}.dashboard-status i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #86d83d1f}.dashboard-body{display:grid;grid-template-columns:52px 1fr;min-height:470px}.dashboard-body aside{padding:20px 14px;background:#0f2b27;display:flex;flex-direction:column;gap:17px;align-items:center}.dashboard-body aside span{width:24px;height:24px;border-radius:7px;background:#ffffff1c}.dashboard-body aside span.active{background:var(--lime)}.dashboard-main{min-width:0;padding:25px}.dashboard-title{display:flex;justify-content:space-between;align-items:center;gap:15px}.dashboard-title small{color:#7b8c87;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.dashboard-title h3{margin:4px 0 0;font-size:1.18rem}.dashboard-title button{border:0;border-radius:8px;padding:9px 11px;background:var(--lime);color:var(--ink);font-size:.67rem;font-weight:750}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.dashboard-metrics>div{padding:14px;border:1px solid #dce6e2;border-radius:12px;background:#fff}.dashboard-metrics small,.dashboard-metrics strong,.dashboard-metrics span{display:block}.dashboard-metrics small{color:#73847f;font-size:.57rem}.dashboard-metrics strong{margin-top:5px;font-size:1.35rem}.dashboard-metrics span{margin-top:4px;color:#65a62f;font-size:.52rem}.dashboard-chart{margin-top:12px;padding:15px 15px 4px;border:1px solid #dce6e2;border-radius:12px;background:#fff}.chart-head{display:flex;justify-content:space-between;align-items:center}.chart-head strong{font-size:.72rem}.chart-head small{color:#81928d;font-size:.55rem}.dashboard-chart svg{width:100%;height:96px}.dashboard-table{margin-top:12px;border:1px solid #dce6e2;border-radius:12px;background:#fff;overflow:hidden}.dashboard-table>div{display:grid;grid-template-columns:1fr 1.5fr 1fr .7fr;gap:8px;padding:10px 12px;border-bottom:1px solid #e5ece9;font-size:.56rem}.dashboard-table>div:last-child{border-bottom:0}.dashboard-table span:last-child{text-align:right;color:#4b8c2a;font-weight:760}.dashboard-table span.review{color:#cf7500}.planner-section,.analyzer-section{background:#eaf1ed}.efficiency-lab{padding:clamp(44px,6vw,74px);border:1px solid rgba(11,33,31,.12);border-radius:32px;background:#fff;box-shadow:var(--shadow-sm)}.lab-intro{max-width:780px}.lab-intro h2{margin:0;font-size:clamp(2.2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.lab-intro>p:not(.eyebrow){margin-top:18px;color:var(--muted);line-height:1.7}.lab-grid{display:grid;grid-template-columns:1fr .9fr;gap:50px;margin-top:44px}.lab-controls{display:grid;gap:28px}.range-control{display:block}.range-control>span:first-child{display:flex;justify-content:space-between;gap:18px;align-items:baseline}.range-control strong{font-size:.85rem}.range-control output{color:#317015;font-size:1.03rem;font-weight:820}.range-control input{width:100%;margin:15px 0 6px;accent-color:#74c936}.range-boundaries{display:flex;justify-content:space-between;color:#91a09c}.range-boundaries small{font-size:.62rem}.lab-results{padding:26px;border-radius:24px;background:linear-gradient(145deg,#071817,#0d302b);color:#fff}.lab-result-featured{padding:8px 8px 25px;border-bottom:1px solid rgba(255,255,255,.11)}.lab-result-featured>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:20px;border-radius:14px;background:var(--lime);color:var(--ink)}.lab-result-featured small,.lab-result-featured strong{display:block}.lab-result-featured small{color:#a0b7b0;font-size:.72rem}.lab-result-featured strong{margin-top:6px;color:var(--lime-soft);font-size:clamp(2.25rem,4vw,3.6rem);line-height:1;letter-spacing:-.05em}.lab-result-featured p{margin:12px 0 0;color:#a7bbb5;font-size:.78rem}.lab-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.lab-result-grid article{padding:14px 10px;border-radius:12px;background:#ffffff0e}.lab-result-grid svg{width:18px;color:var(--cyan)}.lab-result-grid small,.lab-result-grid strong{display:block}.lab-result-grid small{min-height:30px;margin-top:7px;color:#91aaa3;font-size:.56rem;line-height:1.35}.lab-result-grid strong{margin-top:7px;font-size:.95rem}.lab-action{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:19px;padding:14px 15px;border-radius:12px;background:var(--lime);color:var(--ink);font-size:.72rem;font-weight:790}.image-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(55px,7vw,90px);align-items:center}.image-feature-reverse .image-feature-art{order:2}.image-feature-art img{width:100%;border-radius:30px;box-shadow:var(--shadow-lg)}.image-feature-copy>ul{display:grid;gap:13px;padding:0;margin:28px 0 0;list-style:none}.image-feature-copy li{display:flex;gap:10px;align-items:flex-start;color:#425651;font-size:.9rem;font-weight:650}.image-feature-copy li svg{color:#5ca925;flex:0 0 auto;margin-top:1px}.approach-section{background:#f1f5f2}.approach-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.approach-grid article{min-height:0;padding:26px;border-right:1px solid var(--line)}.approach-grid article:first-child{border-left:1px solid var(--line)}.approach-grid span{color:var(--cyan);font-size:.78rem;font-weight:850}.approach-grid h3{margin:24px 0 12px;font-size:1.3rem}.approach-grid p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.65}.systems-section{overflow:hidden;background:#061413;color:#fff}.systems-section:after{content:"";position:absolute;width:650px;height:650px;right:-250px;bottom:-300px;border-radius:50%;background:radial-gradient(circle,rgba(37,199,218,.14),transparent 66%)}.systems-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative;z-index:1;align-items:start}.systems-group{border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#0b0d0d}.systems-group summary{display:flex;align-items:center;gap:12px;padding:20px 22px;color:#fff;cursor:pointer;list-style:none}.systems-group summary::-webkit-details-marker{display:none}.systems-group summary:after{content:"+";margin-left:auto;color:#3da9df;font-size:1.35rem;font-weight:500;line-height:1}.systems-group[open] summary:after{content:"−"}.systems-group summary span{color:#3da9df;font-size:.82rem;font-weight:820;letter-spacing:.1em}.systems-group summary small{color:#929b99;font-size:.68rem}.systems-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 22px 22px}.vendor-tile{display:flex;align-items:center;gap:9px;min-width:0;min-height:48px;padding:8px;border:1px solid #333;border-radius:4px;background:#111}.vendor-logo{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:4px;background:#fff}.vendor-logo img{width:22px;height:22px;object-fit:contain}.vendor-tile strong{min-width:0;color:#ddd;font-size:.7rem;font-weight:650;line-height:1.25}.icon-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.icon-feature-grid article{min-height:0;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 35px #0614130a}.icon-feature-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#86d83d24;color:#4e9220}.icon-feature-grid article:nth-child(2n)>span{background:#25c7da1f;color:#177f8c}.icon-feature-grid h3{margin:22px 0 10px;font-size:1.25rem}.icon-feature-grid p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.65}.impact-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.impact-card-grid article{min-height:270px;padding:28px;border-radius:20px;color:#fff;background:linear-gradient(145deg,#09211e,#0b302b)}.impact-card-grid svg{color:var(--lime)}.impact-card-grid h3{margin:55px 0 12px;font-size:1.18rem}.impact-card-grid p{margin:0;color:#9db2ac;font-size:.82rem;line-height:1.65}.freedom-method{background:#fff}.freedom-capability-row{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden}.freedom-capability-row article{min-height:0;padding:24px;border-right:1px solid var(--line)}.freedom-capability-row article:last-child{border-right:0}.freedom-capability-row span{color:var(--cyan);font-size:.72rem;font-weight:850}.freedom-capability-row h3{margin:24px 0 10px;font-size:1.17rem}.freedom-capability-row article>strong{display:block;color:var(--ink-2);font-size:.79rem;line-height:1.5}.freedom-capability-row p{margin:12px 0 0;color:var(--muted);font-size:.75rem;line-height:1.58}.product-choices{background:#edf3ef}.product-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.product-choice-card{--product-accent: var(--lime);min-height:505px;padding:36px;border-radius:26px;background:#081b19;color:#fff;position:relative;overflow:hidden}.product-choice-card:after{content:"";position:absolute;width:330px;height:330px;right:-170px;top:-170px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--product-accent) 20%,transparent),transparent 68%)}.product-choice-cyan{--product-accent: var(--cyan)}.product-choice-card>span{display:grid;place-items:center;width:56px;height:56px;border:1px solid color-mix(in srgb,var(--product-accent) 60%,transparent);border-radius:16px;color:var(--product-accent)}.product-choice-card .card-eyebrow{margin-top:35px;color:var(--product-accent)}.product-choice-card h3{margin:0;font-size:2.25rem}.product-choice-card>p:not(.card-eyebrow){color:#9fb4ae;line-height:1.65}.product-choice-card ul{display:grid;gap:9px;padding-left:18px;color:#d3e0dc;font-size:.83rem}.product-choice-card>a{position:absolute;bottom:35px;display:inline-flex;align-items:center;gap:9px;color:var(--product-accent);font-size:.84rem;font-weight:760}.dashboard-showcase{background:#e9f0ec}.dashboard-showcase.section-dark{background:var(--night)}.feature-content-light h2{color:#fff}.feature-content-light>p:not(.eyebrow){color:#9fb4ae}.two-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.two-card-grid article{min-height:260px;padding:32px;border:1px solid var(--line);border-radius:22px;background:#fff}.two-card-grid span,.engagement-grid span,.topic-grid span{color:var(--cyan);font-size:.76rem;font-weight:850}.two-card-grid h3{margin:55px 0 13px;font-size:1.45rem}.two-card-grid p{color:var(--muted);line-height:1.65}.platform-band{background:#eaf0ed}.platform-tags{display:flex;flex-wrap:wrap;gap:9px;margin:27px 0 28px}.platform-tags span{padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#40534e;font-size:.71rem;font-weight:650}.platform-console{border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;background:#071817;box-shadow:var(--shadow-lg)}.platform-console header{height:52px;display:flex;align-items:center;gap:7px;padding:0 17px;color:#c4d3cf;font-size:.72rem}.platform-console header i{width:8px;height:8px;border-radius:50%;background:#47615b}.platform-console header i:first-child{background:var(--lime)}.platform-console header strong{margin-left:auto}.console-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#ffffff14}.console-grid article{min-height:135px;padding:22px;background:#0c2824}.console-grid small,.console-grid strong,.console-grid span{display:block}.console-grid small{color:#8da49e;font-size:.63rem}.console-grid strong{margin-top:9px;color:var(--lime-soft);font-size:1.5rem}.console-grid span{margin-top:4px;color:#a4b7b2;font-size:.58rem}.console-lines{padding:25px;display:grid;gap:12px}.console-lines span{height:8px;border-radius:4px;background:linear-gradient(90deg,#25c7daa6,#86d83d4d)}.console-lines span:nth-child(2){width:77%}.console-lines span:nth-child(3){width:91%}.console-lines span:nth-child(4){width:63%}.console-lines span:nth-child(5){width:84%}.engagement-grid,.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.engagement-grid article,.topic-grid article{min-height:0;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.engagement-grid h3,.topic-grid h3{margin:28px 0 11px;font-size:1.22rem}.engagement-grid p,.topic-grid p{color:var(--muted);font-size:.83rem;line-height:1.65}.resource-proof{background:#fff}.resource-proof-card,.differentiator-card{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:start;padding:clamp(35px,6vw,65px);border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#071817,#0b302b);color:#fff;box-shadow:var(--shadow-lg)}.resource-proof-card>span,.differentiator-card>span{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;color:var(--ink);background:var(--lime)}.resource-proof-card h2,.differentiator-card h2{margin:0;font-size:clamp(2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.resource-proof-card div>p:not(.eyebrow),.differentiator-card div>p:not(.eyebrow){margin:20px 0 0;color:#a2b8b1;line-height:1.7}.resources-section{background:#fff}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.resource-card{min-height:350px;padding:32px;border:1px solid var(--line);border-radius:22px;background:#f8faf9;transition:transform .18s ease,box-shadow .18s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.resource-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:#102b27;color:var(--lime)}.resource-card .card-eyebrow{margin-top:38px;color:#4e9220}.resource-card h3{margin:0;font-size:1.65rem}.resource-card>p:not(.card-eyebrow){color:var(--muted);line-height:1.65}.resource-card>strong{display:flex;align-items:center;gap:6px;margin-top:28px;color:#2d7711;font-size:.8rem}.story-section{background:#fff}.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.story-grid h2{margin:0;font-size:clamp(2.2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.story-grid>div:first-child>p:not(.eyebrow){color:var(--muted);line-height:1.75}.story-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.story-stat-grid article{min-height:135px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#f1f6f3}.story-stat-grid strong,.story-stat-grid span{display:block}.story-stat-grid strong{color:#4e9220;font-size:2rem}.story-stat-grid span{margin-top:20px;color:#5f716c;font-size:.76rem;font-weight:650}.timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.timeline article{min-height:310px;padding:30px;border-right:1px solid var(--line-dark)}.timeline article:first-child{border-left:1px solid var(--line-dark)}.timeline span{color:var(--cyan);font-size:.76rem;font-weight:850}.timeline h3{margin:72px 0 13px;color:#fff;font-size:1.2rem}.timeline p{color:#9ab0aa;font-size:.8rem;line-height:1.65}.contact-page{background:#fff}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(55px,8vw,110px);align-items:start}.contact-copy h2{margin:0;font-size:clamp(2.2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.contact-copy>p:not(.eyebrow){margin-top:20px;color:var(--muted);line-height:1.72}.contact-details{display:grid;gap:11px;margin-top:34px}.contact-details>a,.contact-details>div{display:flex;align-items:center;gap:15px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8faf9}.contact-details>a>span,.contact-details>div>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#86d83d29;color:#4d8f21}.contact-details small,.contact-details strong{display:block}.contact-details small{color:#81918d;font-size:.63rem}.contact-details strong{margin-top:3px;font-size:.78rem;line-height:1.45}.contact-form{padding:34px;border:1px solid var(--line);border-radius:24px;background:#f4f7f5;box-shadow:var(--shadow-sm)}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.contact-form label{display:block;margin-bottom:17px;color:#30433f;font-size:.75rem;font-weight:720}.contact-form .form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-form label>span{color:#859590;font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:8px;border:1px solid #cbd7d3;border-radius:10px;background:#fff;padding:13px 14px;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px #25c7da1a;outline:0}.checkbox-label{display:flex!important;align-items:flex-start;gap:10px}.checkbox-label input{width:16px;margin:2px 0 0}.form-submit{width:100%;border:0}.form-submit:disabled{cursor:wait;opacity:.65}.form-error{margin:-2px 0 14px;color:#a22727;font-size:.76rem;line-height:1.5}.form-note{display:block;margin-top:13px;color:#82928e;font-size:.63rem;line-height:1.5}.form-success{padding:46px;border:1px solid var(--line);border-radius:24px;background:#f1f7f2}.form-success>svg{width:52px;height:52px;color:#5da52b}.form-success h2{margin:26px 0 14px;font-size:2rem}.form-success p{color:var(--muted);line-height:1.7}.cta-section{padding:clamp(64px,8vw,100px) 0;background:linear-gradient(100deg,#0b3730,#071817 52%,#0a2220);color:#fff;border-top:1px solid rgba(255,255,255,.08)}.cta-inner{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.cta-inner h2{margin:0;max-width:760px;font-size:clamp(2.2rem,3.25vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.cta-inner>div:first-child>p:not(.eyebrow){max-width:680px;margin:19px 0 0;color:#9db3ad;line-height:1.7}.cta-inner .button-row{margin-top:0;justify-content:flex-end}.site-footer{position:relative;overflow:hidden;padding:75px 0 25px;background:#040e0d;color:#fff}.footer-glow{position:absolute;width:600px;height:600px;left:-260px;bottom:-330px;border-radius:50%;background:radial-gradient(circle,rgba(134,216,61,.1),transparent 65%)}.footer-top{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px;position:relative}.footer-brand img{width:210px}.footer-brand p{max-width:360px;margin:24px 0 18px;color:#879d97;font-size:.82rem;line-height:1.65}.footer-brand>a{color:var(--lime-soft);font-weight:750}.footer-column{display:flex;flex-direction:column;gap:11px}.footer-column h2{margin:0 0 11px;color:#d8e7e3;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase}.footer-column a{color:#8da29c;font-size:.76rem}.footer-column a:hover{color:var(--lime-soft)}.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:65px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);color:#667c76;font-size:.66rem;position:relative}.footer-bottom div{display:flex;gap:12px}.chat-launcher{position:fixed;z-index:150;right:24px;bottom:22px;display:flex;align-items:center;gap:9px;min-height:50px;padding:0 18px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:linear-gradient(110deg,#75cf36,#8dde43);color:#092019;box-shadow:0 15px 45px #03100e57;cursor:pointer}.chat-launcher svg{width:20px}.chat-launcher strong{font-size:.78rem}.chat-pulse{position:absolute;width:10px;height:10px;top:-2px;right:6px;border:2px solid #071817;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px #25c7da29}.chat-panel{position:fixed;z-index:160;right:24px;bottom:84px;width:min(390px,calc(100vw - 32px));height:min(600px,calc(100vh - 120px));display:grid;grid-template-rows:auto 1fr auto auto;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#f7faf8;box-shadow:0 30px 90px #00000059}.chat-panel>header{display:flex;align-items:center;justify-content:space-between;padding:17px;background:#0a2421;color:#fff}.chat-panel>header>div{display:flex;align-items:center;gap:11px}.chat-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--lime);color:var(--ink)}.chat-avatar svg{width:20px}.chat-panel header strong,.chat-panel header small{display:block}.chat-panel header strong{font-size:.78rem}.chat-panel header small{margin-top:3px;color:#91aaa3;font-size:.61rem}.chat-panel header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;background:#ffffff12;color:#fff;cursor:pointer}.chat-messages{overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:13px}.chat-message{display:flex;gap:9px;align-items:flex-start}.chat-message>span{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border-radius:9px;background:#dce8e4;color:#37524b}.chat-message>span svg{width:15px}.chat-message p{max-width:290px;margin:0;padding:12px 13px;border-radius:4px 14px 14px;background:#fff;color:#334742;box-shadow:0 4px 15px #0614130f;font-size:.75rem;line-height:1.55}.chat-message-user{flex-direction:row-reverse}.chat-message-user p{border-radius:14px 4px 14px 14px;background:#0b2d28;color:#fff}.chat-prompts{display:flex;flex-wrap:wrap;gap:7px;padding:10px 16px;border-top:1px solid #dce6e2}.chat-prompts button{padding:8px 10px;border:1px solid #c8d7d2;border-radius:999px;background:#fff;color:#38504a;font-size:.64rem;cursor:pointer}.chat-prompts button:hover{border-color:var(--cyan)}.chat-panel>footer{padding:12px 16px 14px;border-top:1px solid #dce6e2}.chat-panel footer a{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border-radius:10px;background:var(--lime);color:var(--ink);font-size:.7rem;font-weight:780}.chat-panel footer small{display:block;margin-top:8px;color:#879791;text-align:center;font-size:.55rem}.not-found{min-height:72vh;display:grid;place-items:center;padding:80px 20px;background:linear-gradient(135deg,#061413,#0a302a);color:#fff;text-align:center}.not-found>div{max-width:760px}.not-found h1{margin:0;font-size:clamp(2.35rem,3.25vw,3.25rem);line-height:1.04}.not-found>div>p:not(.eyebrow){color:#9fb4ae;font-size:1.05rem}.not-found .button-row{justify-content:center}@media(max-width:1120px){.desktop-nav{gap:20px}.header-actions .support-link{display:none}.institution-grid{grid-template-columns:repeat(4,1fr)}.inline-heading-link{position:static;display:inline-block;margin-top:20px}.pressure-grid{grid-template-columns:repeat(2,1fr)}.outcome-grid{grid-template-columns:repeat(3,1fr)}.outcome-item:nth-child(3){border-left:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.1)}.outcome-item:nth-child(4){border-top:1px solid rgba(255,255,255,.1)}.systems-list,.approach-grid{grid-template-columns:repeat(2,1fr)}.approach-grid article:nth-child(3){border-left:1px solid var(--line);border-top:1px solid var(--line)}.approach-grid article:nth-child(4){border-top:1px solid var(--line)}.freedom-capability-row{grid-template-columns:repeat(3,1fr)}.freedom-capability-row article{border-bottom:1px solid var(--line)}.freedom-capability-row article:nth-child(3){border-right:0}.impact-card-grid,.engagement-grid,.topic-grid,.timeline{grid-template-columns:repeat(2,1fr)}.timeline article:nth-child(3){border-left:1px solid var(--line-dark);border-top:1px solid var(--line-dark)}.timeline article:nth-child(4){border-top:1px solid var(--line-dark)}}@media(max-width:900px){.desktop-nav,.header-actions{display:none}.mobile-menu-button{display:inline-flex;margin-left:auto}.mobile-nav{max-height:0;overflow:hidden;display:grid;padding:0 20px;background:#071817;color:#fff;transition:max-height .25s ease,padding .25s ease}.mobile-nav-open{max-height:680px;padding:18px 20px 28px;border-top:1px solid rgba(255,255,255,.08)}.mobile-nav p{margin:10px 0 4px;color:var(--lime);font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mobile-nav>a:not(.button){padding:10px 0;color:#fff;font-size:1rem}.mobile-nav .button{margin-top:15px}.page-hero{min-height:auto}.hero-grid,.split-feature,.image-feature-grid,.story-grid,.contact-grid,.lab-grid{grid-template-columns:1fr}.hero-copy-wrap{max-width:760px}.hero-art{max-width:700px}.image-feature-reverse .image-feature-art,.feature-reverse .split-feature>:first-child{order:initial}.solution-grid,.product-choice-grid,.resources-grid{grid-template-columns:1fr}.icon-feature-grid,.impact-card-grid{grid-template-columns:repeat(2,1fr)}.cta-inner{grid-template-columns:1fr}.cta-inner .button-row{justify-content:flex-start}.footer-top{grid-template-columns:1.4fr repeat(2,1fr)}.footer-brand{grid-row:span 2}.product-dashboard{transform:none}}@media(max-width:650px){.container{width:min(calc(100% - 28px),var(--container))}.header-inner{width:calc(100% - 28px);min-height:72px}.site-brand img{width:165px}.page-hero{padding:20px 0 32px}.page-hero-photo{padding-top:20px;padding-bottom:24px}.page-hero h1,.page-hero-compact h1,.page-hero-photo h1{font-size:clamp(2.25rem,10vw,3.1rem)}.hero-grid{grid-template-columns:1fr;gap:45px}.hero-impact-chip{position:relative;right:auto;bottom:auto;width:100%;margin-top:12px}.hero-art-photo{min-height:auto}.hero-art-photo .hero-impact-chip{position:absolute;right:1%;bottom:0;width:118px;height:118px;margin:0;padding:14px}.hero-impact-copy strong b{font-size:2.45rem}.hero-impact-copy strong em{font-size:.6rem}.hero-art-photo .hero-impact-copy small{margin-top:7px;font-size:.56rem}.button-row{flex-direction:column;align-items:stretch}.button{width:100%}.outcome-grid,.pressure-grid,.institution-grid,.systems-list,.approach-grid,.icon-feature-grid,.impact-card-grid,.freedom-capability-row,.engagement-grid,.topic-grid,.timeline,.story-stat-grid,.footer-top,.dashboard-metrics,.lab-result-grid,.two-card-grid,.systems-products{grid-template-columns:1fr}.outcome-item{border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.1)}.outcome-item:first-child{border-top:0}.pressure-card{min-height:245px}.solution-card{min-height:auto;padding:28px}.solution-card ul,.feature-check-grid{grid-template-columns:1fr}.product-choice-card{min-height:560px;padding:29px}.dashboard-body{grid-template-columns:40px 1fr}.dashboard-main{padding:15px}.dashboard-table>div{grid-template-columns:1fr 1fr}.dashboard-table span:nth-child(3),.dashboard-table span:nth-child(4){display:none}.efficiency-lab{padding:28px 20px}.lab-results{padding:18px}.approach-grid article,.timeline article,.freedom-capability-row article{border-left:1px solid var(--line);border-right:1px solid var(--line);border-top:1px solid var(--line)}.approach-grid article:first-child,.timeline article:first-child,.freedom-capability-row article:first-child{border-top:0}.timeline article{border-color:var(--line-dark)}.footer-brand{grid-row:auto}.footer-bottom{flex-direction:column}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:24px 19px}.resource-proof-card,.differentiator-card{grid-template-columns:1fr}.chat-launcher{right:14px;bottom:14px}.chat-panel{right:16px;bottom:76px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.institution-marquee-track{animation:none!important}}:root{--ink: #0b0d0d;--ink-2: #252929;--muted: #646b69;--muted-light: #aeb5b3;--paper: #ffffff;--paper-2: #f5f6f5;--night: #050606;--night-2: #0b0d0d;--night-3: #141716;--line: rgba(11,13,13,.16);--line-dark: rgba(255,255,255,.18);--shadow-sm: 0 8px 22px rgba(0,0,0,.045);--shadow-lg: 0 18px 50px rgba(0,0,0,.16);--radius-sm: 8px;--radius: 12px;--radius-lg: 18px}body{background:#fff}.section-muted,.pressure-section,.planner-section,.analyzer-section,.platform-band,.dashboard-showcase,.product-choices,.approach-section{background:#f5f6f5}.section-dark,.systems-section,.freedom-feature,.cta-section{background:#050606}.eyebrow{color:#66bd25}.site-header{background:#050606f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-dropdown-panel{border-radius:8px;background:#090b0b;box-shadow:0 16px 40px #00000040}.nav-dropdown-link{border-radius:5px}.page-hero{background:#050606}.page-hero:before{opacity:.34;-webkit-mask-image:linear-gradient(to bottom,black,transparent 72%);mask-image:linear-gradient(to bottom,black,transparent 72%)}.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#ffffff29}.hero-art-halo{opacity:.3}.hero-art>img,.hero-photo-frame,.hero-art-freedom>img{border-radius:12px;box-shadow:none}.hero-photo-frame{border-radius:50%}.hero-art-freedom>img{border-color:#ffffff2e}.hero-impact-chip{border-radius:8px;box-shadow:none;background:#080a0a}.hero-art-photo .hero-impact-chip{border-radius:50%}.button{border-radius:6px;box-shadow:none}.button-primary{background:var(--lime);box-shadow:none}.button-primary:hover{background:var(--cyan);box-shadow:none}.button-outline{background:transparent;border-color:#ffffff7a}.button-outline-dark{border-color:#0b0d0d}.outcome-strip,.logo-wall-dark{background:#050606}.outcome-item{border-color:#ffffff29}.pressure-card,.solution-card,.icon-feature-grid article,.engagement-grid article,.topic-grid article,.two-card-grid article,.resource-card,.story-stat-grid article,.freedom-capability-row article{border-radius:8px;box-shadow:none;background:#fff}.pressure-card:before{height:3px}.solution-card{background:#fff}.solution-card:after{display:none}.solution-card:hover,.resource-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000012}.solution-icon,.icon-feature-grid article>span,.product-choice-card>span,.resource-icon{border-radius:7px}.approach-grid,.timeline{border-color:var(--line)}.approach-grid article{background:#fff;border-color:var(--line)}.systems-section:after,.freedom-feature:before,.product-choice-card:after{display:none}.systems-group,.platform-tags span{border-radius:4px}.efficiency-lab,.lab-results,.platform-console,.product-dashboard{border-radius:10px;box-shadow:none}.dashboard-metrics>div,.dashboard-chart,.dashboard-table{border-radius:5px}.image-feature-art img{border-radius:10px;box-shadow:none;border:1px solid var(--line)}.product-choice-card{border-radius:10px;background:#050606}.resource-proof-card,.differentiator-card{border-radius:10px;background:#050606;box-shadow:none}.cta-inner{border-top:1px solid rgba(255,255,255,.16)}.contact-form,.form-success{border-radius:10px;box-shadow:none}input,select,textarea{border-radius:5px}.logo-wall-marquee .institution-logo{border-radius:4px}.institution-logo{border-radius:6px}body{font-family:Montserrat,Arial,sans-serif;color:#000}h1,h2,h3{letter-spacing:-.035em}.section{padding-block:clamp(44px,5vw,72px)}.section-heading{margin-bottom:34px}.section-heading h2{font-weight:700}.section-copy{max-width:680px;color:#595f5d;line-height:1.6}.section-heading-center .section-copy{margin-inline:auto}.eyebrow{color:#3a3a3a;font-size:.68rem;letter-spacing:.14em}.eyebrow:before{content:"";display:inline-block;width:20px;height:2px;margin-right:9px;vertical-align:middle;background:#3da9df}.logo-wall-marquee{background:#fff;border-color:#e0e0e0}.logo-wall-marquee .logo-wall-label{color:#3a3a3a}.logo-wall-marquee .institution-logo{border-color:#e0e0e0;background:#fff}.page-hero{background:#000}.page-hero:before,.page-hero:after{display:none}.page-hero h1 span{color:#3da9df}.hero-lede{color:#d6d6d6}.hero-art-halo{display:none}.hero-orbit-ring-outer:before{border-top-color:#3da9df;filter:none}.hero-orbit-ring-outer,.hero-orbit-ring-inner{opacity:.55}.hero-orbit-dot-two{background:#fff;color:#fff}.hero-art-photo .hero-impact-chip{background:#fff;border-color:#000;box-shadow:none}.hero-impact-copy strong,.hero-art-photo .hero-impact-copy small{color:#000}.hero-proof-row strong{color:#fff}.button-primary{color:#fff;background:#000;border-color:#000}.button-primary:hover{color:#000;background:#3da9df;border-color:#3da9df}.page-hero .button-primary,.cta-section .button-primary{color:#000;background:#fff;border-color:#fff}.page-hero .button-primary:hover,.cta-section .button-primary:hover{background:#3da9df;border-color:#3da9df}.button-outline-dark{color:#000;border-color:#000}.outcome-strip{color:#000;background:#fff;border-color:#e0e0e0}.outcome-item,.outcome-item:first-child{border-color:#e0e0e0}.outcome-item>svg,.outcome-item:nth-child(2n)>svg{color:#3da9df}.outcome-item span{color:#606664}.outcome-item small{color:#000}.modernization-imperative,.service-architecture,.practical-ai,.values-section,.freedom-method{background:#fff}.approach-section,.engagement-models,.story-section,.platform-band{background:#f5f5f5}.icon-feature-grid{gap:0;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.icon-feature-grid article{border-width:0 1px 1px 0;border-color:#e0e0e0;border-radius:0;box-shadow:none}.icon-feature-grid article>span,.icon-feature-grid article:nth-child(2n)>span{color:#000;background:#f0f0f0}.icon-feature-grid article:nth-child(3n+1)>span{color:#000;background:#dceef7}.approach-grid article{background:transparent}.approach-grid span,.engagement-grid span{color:#3da9df}.engagement-grid{gap:0;border:1px solid #d7d7d7}.engagement-grid article{border-width:0 1px 0 0;border-radius:0}.engagement-grid article:last-child{border-right:0}.pressure-card{border-radius:0}.pressure-cyan,.pressure-navy{--card-color: #3da9df}.pressure-lime{--card-color: #000}.pressure-gold{--card-color: #777}.solution-card{--accent: #3da9df;border-radius:0}.solution-icon{color:#000;background:#eef6fa;border-color:#b8dced}.card-eyebrow{color:#3a3a3a}.systems-section{background:#000}.systems-group{background:#080808;border-color:#333}.section-dark .eyebrow,.systems-section .eyebrow,.cta-section .eyebrow{color:#d0d0d0}.image-feature{background:#fff}.image-feature-art img{border-radius:0}.story-stat-grid article{border-radius:0;background:#fff}.story-stat-grid strong{color:#000}.freedom-capability-row{border-radius:0}.freedom-capability-row span{color:#3da9df}.cta-section{background:#000}.desktop-nav>a:hover,.desktop-nav>a.active,.nav-dropdown-trigger:hover{color:#3da9df}
