:root{--black:#0D0D0D;--charcoal:#1A1A1A;--mid:#4A4A4A;--sub:#888884;--rule:#E4E4E0;--rule-dark:#2A2A2A;--off-white:#F7F7F4;--white:#FFFFFF;--accent:#2B3D5C;--accent-mid:#3D5880;--accent-pale:#EBEEf3;--accent-xpale:#F4F6F9;--font:'Hanken Grotesk',sans-serif;--sec:clamp(5rem,9vw,8rem)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.wrap{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.lbl{font-size:1rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--accent)}.lbl--accent{color:var(--accent-mid)}h1,h2,h3,h4{font-weight:400;letter-spacing:-.025em;line-height:1.15}h1{font-size:clamp(2.6rem,6vw,3.2rem)}h2{font-size:clamp(1.8rem,3.5vw,2.5rem)}h3{font-size:1.1rem;font-weight:500;letter-spacing:-.01em}p{color:var(--mid);line-height:1.75}.btn{font-family:var(--font);display:inline-block;cursor:pointer;transition:.2s;letter-spacing:.01em;font-size:.875rem;border-radius:4px}.btn-dark{color:var(--white);background:var(--accent);padding:.7rem 1.6rem;border:1px solid var(--accent);font-weight:500;border-radius:4px}.btn-dark:hover{background:var(--accent-mid);border-color:var(--accent-mid)}.btn-border{color:var(--black);background:#fff0;padding:.7rem 1.6rem;border:1px solid #C8C8C4;font-weight:400;border-radius:4px}.btn-border:hover{border-color:var(--accent);color:var(--accent)}.arrow-link{font-size:.875rem;color:var(--accent-mid);font-weight:500;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.arrow-link::after{content:'>'}.arrow-link:hover{gap:.65rem}.nav{position:fixed;top:0;left:0;right:0;z-index:200;background:linear-gradient(to bottom,rgb(255 255 255) 0%,#fff0 100%)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;position:relative}.nav-logo{display:flex;align-items:center}.nav-logo img{height:39px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none;position:absolute;left:50%;transform:translateX(-50%)}.nav-links a{font-size:.82rem;color:var(--mid);transition:color .2s}.nav-links a:hover{color:var(--black)}.nav-actions{display:flex;align-items:center;gap:.6rem}.nav-sign{font-size:.82rem;color:var(--mid);padding:.4rem .85rem;border:1px solid var(--rule);transition:.2s;border-radius:4px;background:var(--white);cursor:pointer}.nav-sign:hover{border-color:#aaa;color:var(--black)}.nav-cta{font-size:.82rem;font-weight:500;color:var(--white);background:var(--accent);padding:.4rem 1rem;border:1px solid var(--accent);transition:.2s;border-radius:4px}.nav-cta:hover{background:var(--accent-mid);border-color:var(--accent-mid)}.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}.nav-burger span{width:22px;height:1.5px;background:var(--black);display:block;transition:transform .25s,opacity .25s}.nav-burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:300;background:var(--white);display:flex;flex-direction:column;padding:0;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--black);padding:0}.mobile-menu-close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round}.mobile-menu-body{flex:1;overflow-y:auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:0}.mobile-menu-body a{display:block;font-size:1.25rem;font-weight:400;color:var(--black);padding:1rem 0;border-bottom:1px solid var(--rule-light,#F0F0EC);letter-spacing:-.01em;transition:color .2s}.mobile-menu-body a:first-child{border-top:1px solid var(--rule-light,#F0F0EC)}.mobile-menu-body a:hover{color:var(--accent)}.mobile-menu-footer{display:none;padding:1.5rem 1rem;flex-shrink:0;border-top:1px solid var(--rule)}.mobile-menu-footer .btn{display:block;text-align:center;width:100%;padding:.9rem}.mobile-menu-body a:first-of-type{border-top:none}.hero{padding-top:68px;min-height:100vh;background:var(--white);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-video{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-video video{width:100%;height:100%;object-fit:cover;opacity:.5}.hero-inner{position:relative;z-index:1;padding-top:clamp(5rem,10vw,8rem);padding-bottom:clamp(3rem,6vw,5rem);text-align:center}.hero h1{max-width:820px;color:var(--black);margin:0 auto 1.5rem;font-weight:400;line-height:1.1}.hero-sub{font-size:clamp(.95rem,1.4vw,1.1rem);color:var(--mid);max-width:520px;margin:0 auto 2.25rem;line-height:1.75}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:clamp(3rem,6vw,5rem)}.hero-logos{padding-top:0}.hero-logos-lbl{font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--black);margin-bottom:1rem}.logo-row{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.logo-item{font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--black)}.section{padding:var(--sec) 0}.sec-alt{background:var(--off-white)}.sec-head{margin-bottom:clamp(2.5rem,5vw,4rem)}.sec-head--center{text-align:center}.sec-head--center p{margin-left:auto;margin-right:auto}#how .sec-head p{margin-top:1.25rem}.how-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.how-card--full{grid-column:auto}.how-card{border:1px solid var(--rule);overflow:hidden;background:var(--white)}.how-card__icon{width:36px;height:36px;margin-bottom:1.25rem;flex-shrink:0}.how-card__body{padding:2rem 1.75rem 2.25rem}.how-card__num{font-size:.65rem;font-weight:500;letter-spacing:.12em;color:var(--accent-mid);margin-bottom:.75rem;display:block}.how-card h3{font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:.5rem;letter-spacing:-.01em}.how-card p{font-size:.82rem;color:var(--sub);line-height:1.65}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--rule)}.why-card{padding:2rem 1.75rem;border-right:1px solid var(--rule)}.why-card:last-child{border-right:none}.why-icon{width:36px;height:36px;margin-bottom:1.25rem}.why-card h4{font-size:.9rem;font-weight:600;color:var(--black);margin-bottom:.5rem;letter-spacing:-.01em}.why-card p{font-size:.8rem;color:var(--sub);line-height:1.65}.compare-inner{display:grid;grid-template-columns:1fr 2.2fr;gap:clamp(3rem,6vw,7rem);align-items:start}.compare-left .lbl{margin-bottom:1rem;display:block}.compare-left h2{font-size:clamp(1.5rem,2.5vw,2.25rem);margin-bottom:1rem}.compare-left p{font-size:.875rem;line-height:1.75;margin-bottom:1.5rem}.ctable{width:100%;background:var(--white);border:1px solid var(--rule)}.ctable-head{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;padding:.8rem 1.25rem;border-bottom:1px solid var(--rule);background:var(--off-white)}.ctable-head span{font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--sub);text-align:center}.ctable-head span:first-child{text-align:left}.crow{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;padding:.85rem 1.25rem;border-bottom:1px solid var(--rule);align-items:center;transition:background .15s}.crow:last-child{border-bottom:none}.crow:hover{background:var(--off-white)}.crow.dsx{background:var(--accent-xpale)}.crow.dsx:hover{background:#eaecf2}.cr-name{font-size:.82rem;color:var(--mid);display:flex;align-items:center;gap:.5rem}.crow.dsx .cr-name{color:var(--black);font-weight:500}.bar-cell{display:flex;align-items:center;justify-content:center}.bar-track{height:4px;width:80%;background:var(--rule);border-radius:2px}.bar-fill{height:100%;border-radius:2px;background:#C8CDD6}.crow.dsx .bar-fill{background:var(--accent)}.tabs-bar{display:flex;justify-content:center;gap:0;border:1px solid var(--rule);width:fit-content;margin:0 auto;border-radius:4px;overflow:hidden}.tab-btn{font-family:var(--font);font-size:.82rem;font-weight:400;color:var(--sub);background:var(--white);border:none;padding:.7rem 1.5rem;cursor:pointer;transition:.2s;border-right:1px solid var(--rule)}.tab-btn:last-child{border-right:none}.tab-btn.active{background:var(--accent);color:var(--white)}.tab-btn:hover:not(.active){background:var(--off-white);color:var(--black)}.tabs-select{display:none;width:100%;font-family:var(--font);font-size:.875rem;color:var(--black);background:var(--white);border:1px solid var(--rule);padding:.75rem 1rem;border-radius:4px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpolyline points='2,4 6,8 10,4' fill='none' stroke='%234A4A4A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.tabs-select:focus{outline:none;border-color:var(--accent)}.tab-panel{display:none}.tab-panel.active{display:grid;grid-template-columns:1fr 1.1fr;gap:0;border:1px solid var(--rule);margin-top:2rem}.tab-left{padding:clamp(2rem,4vw,3.5rem);border-right:1px solid var(--rule)}.tab-left .lbl{display:block;margin-bottom:1.25rem}.tab-left h3{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:400;color:var(--black);margin-bottom:1rem}.tab-left p{font-size:.875rem;color:var(--mid);margin-bottom:1.25rem}.tab-list{list-style:none;margin-bottom:2rem}.tab-list li{font-size:.82rem;color:var(--mid);padding:.45rem 0;display:flex;align-items:center;gap:.6rem}.tab-list li svg{flex-shrink:0}.tab-right{background:var(--accent-xpale);min-height:380px;position:relative;overflow:hidden}.tab-right::after{content:'';position:absolute;inset:0;background-image:url(/wp-content/themes/dsx-theme-fixed/media/grid.png);background-size:cover;background-position:center bottom;opacity:.6;transition:transform .6s ease,opacity .6s ease;transform:scale(1)}.tab-panel.active:hover .tab-right::after{transform:scale(1.08);opacity:.75}.usecases-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.cards-scroll{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;background:#fff0}.uc-card{background:var(--white);overflow:hidden;transition:background .2s;cursor:pointer;border:1px solid var(--rule)}.uc-card:hover{background:var(--accent-xpale)}.uc-icon{padding:1.75rem 1.5rem .75rem;display:flex;align-items:center}.uc-icon svg{width:36px;height:36px}.uc-body{padding:1.5rem}.uc-body h4{font-size:.9rem;font-weight:600;color:var(--black);margin-bottom:.4rem;letter-spacing:-.01em}.uc-body p{font-size:.78rem;color:var(--sub);line-height:1.6}.creds-badges{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem);border-bottom:1px solid var(--rule)}.badge{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem 1.75rem;border:1px solid var(--rule);min-width:130px;text-align:center}.badge-icon{width:36px;height:36px}.badge-lbl{font-size:.72rem;font-weight:500;color:var(--mid);letter-spacing:.02em}.creds-two{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.creds-col h4{font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--sub);margin-bottom:1.25rem}.eng-list{list-style:none}.eng-item{padding:1rem 0;border-bottom:1px solid var(--rule);display:flex;align-items:baseline;gap:1rem}.eng-item:last-child{border-bottom:none}.eng-name{font-size:.875rem;color:var(--black);font-weight:500;flex:1}.eng-dur{font-size:.75rem;color:var(--sub)}.creds-features{list-style:none}.creds-features li{font-size:.82rem;color:var(--mid);padding:.45rem 0;display:flex;align-items:center;gap:.75rem;line-height:1.55}.creds-features li svg{flex-shrink:0}.testi-track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.testi-controls{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.5rem}.testi-arrow{width:40px;height:40px;border:1px solid var(--rule);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;flex-shrink:0;border-radius:4px}.testi-arrow:hover{border-color:var(--accent);color:var(--accent)}.testi-arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.testi-dots{display:flex;align-items:center;gap:.5rem}.testi-dot{width:6px;height:6px;border-radius:50%;background:var(--rule);transition:.3s;cursor:pointer}.testi-dot.active{background:var(--accent);width:20px;border-radius:3px}.testi-progress{width:120px;height:1px;background:var(--rule);position:relative;overflow:hidden}.testi-progress-bar{position:absolute;left:0;top:0;height:100%;background:var(--accent);width:0%}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--rule)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.15rem 0;background:none;border:none;font-family:var(--font);font-size:.9rem;color:var(--black);text-align:left;cursor:pointer;transition:color .2s}.faq-q:hover{color:var(--accent)}.faq-q svg{flex-shrink:0;transition:transform .25s}.faq-item.open .faq-q svg{transform:rotate(45deg)}.faq-a{font-size:.845rem;color:var(--mid);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}.faq-item.open .faq-a{max-height:300px;padding-bottom:1.25rem}.cta-section{background:var(--accent-xpale);padding:var(--sec) 0;position:relative;overflow:hidden;border-top:1px solid var(--rule)}.cta-inner{position:relative;z-index:1;max-width:660px}.cta-inner .lbl{color:var(--accent-mid);margin-bottom:1.5rem;display:block}.cta-inner h2{color:var(--black);font-size:clamp(1.75rem,3.5vw,3rem);margin-bottom:1rem}.cta-inner p{color:var(--mid);font-size:.9rem;line-height:1.75;margin-bottom:2.5rem;max-width:480px}.cta-inner .btn-dark{background:var(--accent);color:var(--white);border-color:var(--accent)}.cta-inner .btn-dark:hover{background:var(--accent-mid);border-color:var(--accent-mid)}footer{background:var(--accent-xpale);padding:3.5rem 0 2rem;border-top:1px solid var(--rule)}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:3rem;border-bottom:1px solid var(--rule);margin-bottom:2rem}.footer-brand img{height:22px;margin-bottom:.75rem}.footer-brand p{font-size:.78rem;color:var(--sub);line-height:1.7;margin-top:.4rem}.fcol h5{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sub);margin-bottom:1rem}.fcol ul{list-style:none}.fcol li{margin-bottom:.5rem}.fcol a{font-size:.8rem;color:var(--mid);transition:color .2s}.fcol a:hover{color:var(--accent)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-copy{font-size:.72rem;color:var(--sub)}[data-fade]{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.js-ready [data-fade]{opacity:0}[data-fade].vis{opacity:1;transform:none}[data-fd="1"]{transition-delay:.1s}[data-fd="2"]{transition-delay:.2s}[data-fd="3"]{transition-delay:.3s}[data-fd="4"]{transition-delay:.4s}@media(max-width:1000px){.nav-links{display:none}.nav-burger{display:flex}.how-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr 1fr}.why-card{border-bottom:1px solid var(--rule)}.compare-inner{grid-template-columns:1fr}.tab-panel.active{grid-template-columns:1fr}.tab-right{display:none}.cards-scroll{grid-template-columns:1fr 1fr}.creds-two{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:640px){.how-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.why-card{border-right:none!important}.cards-scroll{grid-template-columns:1fr}.creds-badges{gap:1rem}.badge{min-width:100px;padding:1rem}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.tabs-bar{display:none}.tabs-select{display:block}}.page-hero{padding-top:68px;background:var(--white);border-bottom:1px solid var(--rule)}.page-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:center;padding:clamp(5rem,10vw,8rem) 0 clamp(4rem,8vw,6rem)}.page-hero__text h1{font-size:clamp(2.2rem,4.5vw,3rem);font-weight:400;line-height:1.12;color:var(--black);margin-bottom:1.5rem}.page-hero__text p{font-size:clamp(.9rem,1.3vw,1rem);color:var(--mid);line-height:1.8;max-width:480px}.page-hero--center .page-hero__center{max-width:780px;margin:0 auto;text-align:center;padding:clamp(5rem,10vw,8rem) 0 clamp(4rem,8vw,6rem)}.page-hero--center h1{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;line-height:1.25;color:var(--black);margin-bottom:1.5rem}.page-hero--center p{font-size:clamp(.9rem,1.3vw,1rem);color:var(--mid);line-height:1.85}.page-hero--center p+p{margin-top:1.25rem}.leadership-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:start}.leadership-left h2{font-size:clamp(1.3rem,2.2vw,1.75rem);font-weight:400;line-height:1.3;color:var(--black);margin-bottom:1.5rem}.leadership-left p{font-size:.875rem;color:var(--mid);line-height:1.85;margin-bottom:1.25rem}.leadership-left p:last-child{margin-bottom:0}.leadership-badges{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.leadership-badges .badge{min-width:0;width:100%}.about-body{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.about-body p{font-size:.9rem;color:var(--mid);line-height:1.85;text-align:center}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--rule)}.pillar-card{padding:clamp(1.75rem,3vw,2.5rem);border-right:1px solid var(--rule);display:flex;flex-direction:column;gap:1rem}.pillar-card:last-child{border-right:none}.pillar-icon{width:36px;height:36px;flex-shrink:0}.pillar-card h3{font-size:1rem;font-weight:600;color:var(--black);letter-spacing:-.01em}.pillar-card p{font-size:.82rem;color:var(--sub);line-height:1.7;flex:1}.pillar-link{font-size:.8rem;font-weight:500;color:var(--accent-mid);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s;margin-top:.5rem}.pillar-link:hover{gap:.7rem}@media(max-width:900px){.page-hero__inner{grid-template-columns:1fr}.leadership-split{grid-template-columns:1fr}.leadership-badges{margin-top:2rem}.pillars-grid{grid-template-columns:1fr}.pillar-card{border-right:none;border-bottom:1px solid var(--rule)}.pillar-card:last-child{border-bottom:none}}@media(max-width:640px){.about-body p{text-align:left}.page-hero--center .page-hero__center{text-align:left}.mob-left{text-align:left!important}}.cs-hero{padding-top:68px;background:var(--white);border-bottom:1px solid var(--rule)}.cs-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center;padding-top:var(--sec);padding-bottom:var(--sec);max-width:1100px}.cs-hero__inner--centred{grid-template-columns:1fr;max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.cs-hero__inner--centred .cs-meta{justify-content:center}.cs-hero__inner--centred .cs-hero__intro{margin-left:auto;margin-right:auto;max-width:560px}.cs-content-wrap{max-width:1100px}.cs-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.cs-tag{font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-pale);background:var(--accent-xpale);padding:.25rem .7rem;border-radius:3px}.cs-hero__left h1{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;line-height:1.15;color:var(--black);margin-bottom:1.25rem}.cs-hero__intro{font-size:clamp(.9rem,1.3vw,1rem);color:var(--mid);line-height:1.85}.cs-placeholder{width:100%;aspect-ratio:4/3;background:var(--off-white);border:1px solid var(--rule);display:flex;align-items:center;justify-content:center}.cs-placeholder__icon{width:80px;height:80px}.cs-row{display:grid;grid-template-columns:160px 1fr;gap:clamp(2rem,4vw,4rem);align-items:start;padding:clamp(2rem,4vw,3.5rem) 0}.cs-row__label{padding-top:.15rem}.cs-row__label .lbl{color:var(--accent)}.cs-row__content p{font-size:.9rem;color:var(--mid);line-height:1.85}.cs-rule{border:none;border-top:1px solid var(--rule);margin:0}@media(max-width:900px){.cs-hero__inner{grid-template-columns:1fr}.cs-hero__right{display:none}.cs-row{grid-template-columns:120px 1fr}}@media(max-width:640px){.cs-row{grid-template-columns:1fr;gap:1rem}.cs-row__label{padding-top:0}}.insights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.insight-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--rule);text-decoration:none;transition:border-color .2s,background .2s}.insight-card:hover{border-color:var(--accent-mid);background:var(--accent-xpale)}.insight-card__top{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 1.75rem 1rem}.insight-card__icon{width:32px;height:32px;flex-shrink:0}.insight-card__body{padding:0 1.75rem 1.5rem;flex:1}.insight-card__body h3{font-size:.95rem;font-weight:600;color:var(--black);line-height:1.35;margin-bottom:.75rem;letter-spacing:-.01em}.insight-card__body p{font-size:.8rem;color:var(--sub);line-height:1.65}.insight-card__footer{padding:1.25rem 1.75rem;border-top:1px solid var(--rule);margin-top:auto}.insight-card__download{font-size:.78rem;font-weight:500;color:var(--accent-mid);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.insight-card:hover .insight-card__download{gap:.65rem}@media(max-width:640px){.insights-grid{grid-template-columns:1fr}}.policy-body{text-align:left}.policy-body h1{font-size:clamp(1.05rem,2vw,1.45rem);font-weight:500;margin-bottom:2rem;letter-spacing:-.02em;text-align:left}.policy-body h2{font-size:clamp(0.67rem,1.07vw,0.77rem);font-weight:600;margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.01em;text-align:left}.policy-body p,.policy-body li{font-size:.88rem;line-height:1.75;color:var(--body);text-align:left}.policy-body ul{padding-left:1.25rem;margin:.5rem 0 1rem}.policy-body li{margin-bottom:.35rem}.policy-body a{color:var(--accent-mid);text-decoration:underline;text-underline-offset:2px}.policy-table-wrap{overflow-x:auto;margin:1.5rem 0}.policy-table{width:100%;border-collapse:collapse;font-size:.8rem;line-height:1.55}.policy-table th{background:var(--accent-xpale);color:var(--black);font-weight:600;text-align:left;padding:.65rem .9rem;border:1px solid var(--rule)}.policy-table td{padding:.6rem .9rem;border:1px solid var(--rule);color:var(--body);vertical-align:top}.policy-table tr:nth-child(even) td{background:var(--bg)}.footer-copy--links{display:flex;gap:2.5rem}.footer-copy--links a{color:var(--sub);font-size:.72rem;text-decoration:none}.cs-placeholder--image{padding:0;overflow:hidden;background:none}.cs-placeholder__img{width:100%;height:100%;object-fit:cover;display:block}.cs-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cs-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--rule);padding:2rem;text-decoration:none;transition:border-color .2s,background .2s}.cs-card:hover{border-color:var(--accent-mid);background:var(--accent-xpale)}.cs-card__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.cs-card__title{font-size:.95rem;font-weight:600;color:var(--black);line-height:1.35;margin-bottom:.85rem;letter-spacing:-.01em}.cs-card__intro{font-size:.8rem;color:var(--sub);line-height:1.65;flex:1}.cs-card__link{margin-top:1.5rem;font-size:.78rem}@media(max-width:900px){.cs-cards-grid{grid-template-columns:1fr}}