@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--home-header-nav-display:flex;--home-header-actions-display:flex}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--surface);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.5;overflow-x:hidden}body{background-image:radial-gradient(circle at 20% 10%,#c89a4a0a 0%,#0000 40%),radial-gradient(circle at 80% 80%,#1f3a2e08 0%,#0000 50%)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.hh-display{font-family:var(--serif);letter-spacing:-.02em;font-variation-settings:"opsz" 144, "SOFT" 0;font-weight:400;line-height:.98}.hh-display-italic{font-family:var(--serif);letter-spacing:-.02em;font-style:italic;font-weight:400}.hh-eyebrow{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:600}.hh-section-num{font-family:var(--mono);letter-spacing:.08em;color:var(--muted);text-transform:uppercase;font-size:.7rem;font-weight:500}.hh-tabular{font-family:var(--mono);font-feature-settings:"tnum" 1, "ss01" 1}.hh-body{font-family:var(--sans);color:var(--ink);font-size:1.02rem;line-height:1.65}.hh-lead{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);font-variation-settings:"opsz" 48;font-size:1.35rem;font-weight:300;line-height:1.4}.hh-rule{background:var(--rule);width:100%;height:1px}.hh-rule-thick{background:var(--ink);width:100%;height:2px}.hh-rule-soft{background:var(--rule-soft);width:100%;height:1px}.hh-container{max-width:1280px;margin:0 auto;padding:0 40px}.hh-container-wide{max-width:1440px;margin:0 auto;padding:0 40px}.hh-btn{font-family:var(--sans);letter-spacing:.01em;white-space:nowrap;border-radius:2px;align-items:center;gap:10px;padding:14px 24px;font-size:.92rem;font-weight:600;transition:all .25s;display:inline-flex}.hh-btn-primary{background:var(--ink);color:var(--surface)}.hh-btn-primary:hover{background:var(--contrast)}.hh-btn-outline{color:var(--ink);border:1.5px solid var(--ink);background:0 0}.hh-btn-outline:hover{background:var(--ink);color:var(--surface)}.hh-btn-ghost{color:var(--ink);border-bottom:1.5px solid var(--ink);background:0 0;border-radius:0;padding:10px 0}.hh-btn-ghost:hover{color:var(--accent);border-bottom-color:var(--accent)}.hh-marker{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;font-size:.7rem;display:inline-flex}.hh-marker:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.hh-grid-2{grid-template-columns:1fr 1fr;gap:60px;display:grid}.hh-grid-3{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.hh-grid-4{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.hh-flex{display:flex}.hh-center{text-align:center}.hh-section{padding:120px 0;position:relative}.hh-section-sm{padding:72px 0}@keyframes hh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hh-marquee-track{animation:55s linear infinite hh-marquee}@media (max-width:900px){.hh-marquee-track{animation-duration:9s}}.hh-carousel-arrow-prev{left:-22px}.hh-carousel-arrow-next{right:-22px}@media (max-width:768px){.hh-carousel-arrow-prev{left:8px}.hh-carousel-arrow-next{right:8px}}.hh-contact-modal-row{border:1px solid var(--rule);align-items:stretch;transition:border-color .2s;display:flex}.hh-contact-modal-row:hover{border-color:var(--ink)}.hh-contact-modal-option{min-width:0;color:var(--ink);flex:1;align-items:center;gap:14px;padding:16px 18px;transition:background .2s;display:flex}.hh-contact-modal-option:hover{background:var(--surface-deep)}.hh-contact-modal-copy{border-left:1px solid var(--rule);width:48px;color:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.hh-contact-modal-copy:hover{background:var(--surface-deep);color:var(--ink)}.hh-contact-modal-option-label{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;font-size:.62rem;display:block}.hh-contact-modal-option-value{font-family:var(--serif);font-size:1.05rem;display:block}.hh-footer-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1.2fr);gap:50px;display:grid}@media (max-width:768px){.hh-footer-grid{grid-template-columns:1fr;gap:40px}}.hh-topbar{background:var(--contrast)}.hh-topbar-inner{justify-content:space-between;align-items:center;padding-top:9px;padding-bottom:9px;display:flex}.hh-topbar-contact{gap:28px;display:flex}.hh-topbar-social{align-items:center;gap:16px;display:flex}.hh-topbar-item{font-family:var(--sans);color:#f4eee2e0;align-items:center;gap:7px;font-size:.82rem;transition:color .2s;display:inline-flex}.hh-topbar-item:hover{color:var(--accent-alt)}@media (max-width:968px){.hh-topbar{display:none}}.hh-hero{background:var(--surface);padding:0 0 clamp(72px,8vw,120px);position:relative}.hh-hero .hh-container{flex-direction:column;display:flex}@keyframes hh-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hh-hero-masthead{animation:.7s ease-out both hh-fade-up}.hh-hero-title{animation:.7s ease-out .1s both hh-fade-up}.hh-hero-side{animation:.7s ease-out .22s both hh-fade-up}.hh-hero-image-wrap{animation:.8s ease-out .34s both hh-fade-up}@media (prefers-reduced-motion:reduce){.hh-hero-masthead,.hh-hero-title,.hh-hero-side,.hh-hero-image-wrap{animation:none}}.hh-hero-masthead{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;gap:24px;margin-bottom:clamp(24px,4vw,44px);padding-top:10px;padding-bottom:10px;display:flex}.hh-hero-image-wrap{background:var(--contrast);order:9;min-height:clamp(280px,44vw,560px);margin-top:clamp(40px,5vw,64px);position:relative;overflow:hidden}.hh-hero-image{object-fit:cover;object-position:center 38%;filter:saturate(.92)contrast(1.03);width:100%;height:clamp(280px,44vw,560px)}.hh-hero-caption{max-width:min(420px,100% - 36px);color:var(--ink);border-left:4px solid var(--accent);font-family:var(--serif);background:#f4eee2f0;padding:18px 22px;font-size:clamp(1rem,1.7vw,1.28rem);font-style:italic;line-height:1.35;position:absolute;bottom:clamp(18px,3vw,40px);left:clamp(18px,3vw,40px)}.hh-hero-story{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:center;gap:clamp(14px,6vw,82px);padding-top:clamp(21px,5vw,15px);display:grid}.hh-hero-title{max-width:960px;font-size:calc(clamp(2.5rem, 5vw, 4.6rem) * var(--hero-title-scale,1));line-height:.95}.hh-hero-side{padding-top:10px}.hh-hero-side .hh-lead{color:var(--muted);margin-bottom:28px}.hh-hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:34px;display:flex}.hh-hero-notes{border-top:1px solid var(--rule);gap:12px;padding-top:22px;display:grid}.hh-hero-notes span{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);font-size:.68rem}.hh-services-section .hh-services-kicker{color:var(--accent-alt)!important}.hh-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hh-service-card p{color:#f4eee2c7!important}.hh-client-portal-link{min-height:44px;color:var(--ink);border:1px solid var(--rule);font-family:var(--sans);white-space:nowrap;align-items:center;padding:0 18px;font-size:.9rem;font-weight:600;display:inline-flex}.hh-mobile-menu-btn{width:44px;height:44px;color:var(--ink);border:1px solid var(--rule);background:var(--surface);z-index:10030;flex-shrink:0;justify-content:center;align-items:center;display:none;position:relative}.hh-mobile-menu{background:var(--surface);border-top:1px solid var(--rule);z-index:10010;overscroll-behavior:contain;min-height:100dvh;padding:96px 22px 36px;position:fixed;inset:0;overflow-y:auto;box-shadow:0 24px 60px #1b2a1e24}.hh-mobile-menu-links{max-width:520px;font-family:var(--serif);gap:0;margin:0 auto;display:grid}.hh-mobile-menu-links a{min-height:62px;color:var(--ink);border-bottom:1px solid var(--rule);letter-spacing:-.02em;align-items:center;font-size:clamp(1.65rem,8vw,2.55rem);font-weight:400;display:flex}.hh-mobile-menu-links .hh-mobile-menu-portal{min-height:52px;color:var(--surface);background:var(--contrast);font-family:var(--sans);letter-spacing:.01em;border:0;justify-content:center;margin-top:20px;padding:0 20px;font-size:1rem;font-weight:600}.hh-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:1100px){:root{--home-header-nav-display:none}.hh-mobile-menu-btn{display:inline-flex}}.hh-founder-hero-section{padding-top:80px}@media (max-width:768px){.hh-founder-hero-section{padding-top:20px}}@media (max-width:900px){:root{--home-header-nav-display:none}.hh-header-actions .hh-btn{padding:11px 16px;font-size:.82rem}.hh-mobile-menu-btn{display:inline-flex}.hh-container,.hh-container-wide{padding-left:24px;padding-right:24px}.hh-hero-masthead,.hh-hero-story{grid-template-columns:1fr}.hh-hero-masthead{flex-direction:column;align-items:flex-start}.hh-hero-side{border-top:1px solid var(--rule);padding-top:10px}.hh-hero-image-wrap{margin-top:28px}.hh-hero-story{gap:8px;padding-top:0}.hh-founder-hero-grid{padding-top:0;grid-template-columns:1fr!important;gap:34px!important}.hh-founder-hero-media{width:100%;max-width:520px;margin:0 auto}.hh-section{padding:84px 0}.hh-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hh-stat-grid>div{min-width:0;padding:36px 14px!important}.hh-industries-grid{grid-template-columns:1fr!important;gap:34px!important}.hh-industries-grid>div:first-child{position:static!important}.hh-service-card{min-width:0;padding:36px 26px!important}}@media (max-width:640px){.hh-container,.hh-container-wide{padding-left:18px;padding-right:18px}.hh-header-actions{display:none!important}.hh-section{padding:68px 0}.hh-hero-masthead{gap:12px;margin-bottom:14px;padding-bottom:10px}.hh-hero-masthead .hh-eyebrow,.hh-hero-masthead .hh-section-num{font-size:.58rem}.hh-hero-image-wrap{min-height:clamp(180px,50vw,240px)}.hh-hero-image{height:clamp(180px,50vw,240px)}.hh-hero-title{font-size:calc(clamp(2.35rem, 11.5vw, 3.4rem) * var(--hero-title-scale,1));line-height:.96}.hh-founder-hero-grid h1{font-size:clamp(2.65rem,14vw,4.2rem)!important}.hh-founder-hero-actions{justify-content:center}.hh-founder-hero-actions .hh-btn{justify-content:center;width:100%}.hh-founder-hero-actions .hh-btn-ghost{justify-content:center;width:auto}.hh-founder-hero-media{aspect-ratio:4/4.8!important}.hh-hero-actions .hh-btn{justify-content:center;width:100%}.hh-hero-actions .hh-btn-ghost{justify-content:flex-start;width:auto}.hh-services-section .hh-container>div:first-child{margin-bottom:36px!important}.hh-stat-grid>div{padding:28px 8px!important}.hh-stat-grid .hh-display{font-size:clamp(2.15rem,10vw,3rem)!important}.hh-stat-grid div[style*=text-transform]{overflow-wrap:anywhere;letter-spacing:.12em!important;font-size:.56rem!important}.hh-services-section h2{font-size:clamp(2.05rem,10vw,3rem)!important;line-height:1.02!important}.hh-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hh-service-card{min-height:220px;padding:28px 18px!important}.hh-service-card h3{font-size:clamp(1.02rem,5vw,1.28rem)!important;line-height:1.1!important}.hh-service-card p{font-size:.9rem!important;line-height:1.5!important}.hh-service-card svg{width:24px;height:24px}.hh-industry-row{grid-template-columns:48px minmax(0,1fr) auto;gap:16px!important;padding:20px 18px!important;display:grid!important}.hh-industry-row h3{font-size:1.08rem!important;line-height:1.1!important}}@media (max-width:374px){.hh-services-grid{grid-template-columns:1fr!important}}
.clarity-navbar-module__3k98_W__header{z-index:10020;width:100%;position:fixed;top:0;left:0}.clarity-navbar-module__3k98_W__topBar{background-color:var(--color-primary);padding:8px 0}.clarity-navbar-module__3k98_W__topBarContainer{justify-content:space-between;align-items:center;display:flex}.clarity-navbar-module__3k98_W__contactInfo{gap:25px;font-size:.85rem;display:flex}.clarity-navbar-module__3k98_W__contactItem{color:#ffffffe6;align-items:center;gap:6px;text-decoration:none;transition:color .2s;display:flex}.clarity-navbar-module__3k98_W__contactItem:hover{color:var(--color-secondary)}.clarity-navbar-module__3k98_W__socialLinks{align-items:center;gap:15px;display:flex}.clarity-navbar-module__3k98_W__socialIcon{color:#ffffffe6;justify-content:center;align-items:center;transition:color .2s;display:flex}.clarity-navbar-module__3k98_W__socialIcon:hover{color:var(--color-secondary)}.clarity-navbar-module__3k98_W__navbar{background-color:#0000;padding:15px 0;transition:background-color .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s}.clarity-navbar-module__3k98_W__scrolled .clarity-navbar-module__3k98_W__navbar{-webkit-backdrop-filter:blur(12px);background-color:#fffffff7;box-shadow:0 2px 14px #0a254012}.clarity-navbar-module__3k98_W__navContainer{justify-content:space-between;align-items:center;display:flex}.clarity-navbar-module__3k98_W__logoWrapper{flex-direction:column;align-items:center;gap:2px;text-decoration:none;display:flex}.clarity-navbar-module__3k98_W__logo{color:var(--color-primary);letter-spacing:.18em;text-transform:uppercase;font-size:.95rem;font-weight:800;line-height:1}.clarity-navbar-module__3k98_W__logoText{color:var(--color-primary);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.5rem;font-weight:700}.clarity-navbar-module__3k98_W__templateLogo{text-decoration:none;display:inline-flex}.clarity-navbar-module__3k98_W__apexLogo{align-items:center;gap:12px}.clarity-navbar-module__3k98_W__apexMark{border:1.5px solid var(--brass,#e21b2d);width:36px;height:36px;color:var(--brass,#e21b2d);font-family:var(--sans,"Space Grotesk", Inter, sans-serif);letter-spacing:-.02em;flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:flex}.clarity-navbar-module__3k98_W__apexWordmark,.clarity-navbar-module__3k98_W__ledgerWordmark{flex-direction:column;line-height:1;display:flex}.clarity-navbar-module__3k98_W__apexWordmark span{color:var(--navy,#111827);font-family:var(--sans,"Space Grotesk", Inter, sans-serif);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.clarity-navbar-module__3k98_W__apexWordmark small{color:var(--muted,#1118279e);font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.24em;text-transform:uppercase;margin-top:4px;font-size:.58rem;font-weight:400}.clarity-navbar-module__3k98_W__keystoneLogo{flex-direction:column;line-height:.95}.clarity-navbar-module__3k98_W__keystoneWordmark{color:var(--ink,#201915);font-family:var(--serif,"Fraunces", Georgia, serif);font-variation-settings:"opsz" 144;letter-spacing:-.015em;font-size:1.35rem;font-weight:500}.clarity-navbar-module__3k98_W__keystoneWordmark em{color:var(--terracotta,#c85a3c);font-style:italic;font-weight:400}.clarity-navbar-module__3k98_W__keystoneSubtitle{color:var(--ink,#201915);font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.24em;opacity:.65;text-transform:uppercase;margin-top:4px;padding-left:1px;font-size:.58rem}.clarity-navbar-module__3k98_W__ledgerLogo{align-items:center;gap:10px}.clarity-navbar-module__3k98_W__ledgerMark{flex-shrink:0;width:28px;height:28px;position:relative}.clarity-navbar-module__3k98_W__ledgerMark:before{border:1px solid var(--ivory,#f8f6f0);content:"";position:absolute;inset:0;transform:rotate(45deg)}.clarity-navbar-module__3k98_W__ledgerMark span{background:var(--jolt,#e8ff58);width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.clarity-navbar-module__3k98_W__ledgerWordmark span{color:var(--ivory,#f8f6f0);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.clarity-navbar-module__3k98_W__ledgerWordmark small{color:var(--muted,#f8f6f09e);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);letter-spacing:.24em;text-transform:uppercase;margin-top:4px;font-size:.58rem;font-weight:400}.clarity-navbar-module__3k98_W__navLinks{gap:35px;display:flex}.clarity-navbar-module__3k98_W__navLinks a{color:var(--color-text);font-weight:500;transition:color .2s}.clarity-navbar-module__3k98_W__navLinks a:hover{color:var(--color-secondary)}.clarity-navbar-module__3k98_W__navActions{align-items:center;display:flex}.clarity-navbar-module__3k98_W__menuBtn{color:var(--color-primary);z-index:10030;background:0 0;display:none;position:relative}.clarity-navbar-module__3k98_W__menuBtn[aria-expanded=true]{color:#fff}.clarity-navbar-module__3k98_W__mobileMenu{display:none}@media (max-width:968px){.clarity-navbar-module__3k98_W__topBar,.clarity-navbar-module__3k98_W__navLinks,.clarity-navbar-module__3k98_W__navActions{display:none}.clarity-navbar-module__3k98_W__menuBtn{display:block}.clarity-navbar-module__3k98_W__mobileMenu{background-color:var(--color-primary);z-index:10010;overscroll-behavior:contain;justify-content:center;align-items:center;width:100%;height:100dvh;padding:96px 24px 40px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.clarity-navbar-module__3k98_W__mobileLinks{text-align:center;flex-direction:column;gap:2rem;list-style:none;display:flex}.clarity-navbar-module__3k98_W__mobileLinks a{color:#fff;font-size:2rem;font-weight:700;text-decoration:none;transition:color .3s}.clarity-navbar-module__3k98_W__mobileLinks a:hover{color:var(--color-secondary)}.clarity-navbar-module__3k98_W__mobilePortalBtn{border-color:#ffffff4d;margin-top:1rem;font-size:1.2rem!important}.clarity-navbar-module__3k98_W__mobileSocialLinks{justify-content:center;gap:25px;margin-top:1.5rem;display:flex}.clarity-navbar-module__3k98_W__mobileSocialLinks a{color:#fff;opacity:.8;transition:opacity .2s,color .2s}.clarity-navbar-module__3k98_W__mobileSocialLinks a:hover{opacity:1;color:var(--color-secondary)}}.clarity-navbar-module__3k98_W__modalRow{color:var(--color-text);border:1px solid #0a25401f;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;font-weight:500;transition:all .2s;display:flex}.clarity-navbar-module__3k98_W__modalRow:hover{border-color:var(--color-secondary);background:var(--color-light-gray)}.clarity-navbar-module__3k98_W__navActions .btn{padding:9px 20px;font-size:.88rem}
.clarity-footer-module__FLUH9q__footer{background-color:var(--color-primary);color:#fff;font-family:var(--font-sans);padding:60px 0 20px}.clarity-footer-module__FLUH9q__footerContainer{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;display:grid}.clarity-footer-module__FLUH9q__logoWrapper{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:1rem;display:flex}.clarity-footer-module__FLUH9q__logo{color:#fff;letter-spacing:.18em;text-transform:uppercase;font-size:.95rem;font-weight:800;line-height:1}.clarity-footer-module__FLUH9q__logoText{color:#ffffffe6;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.5rem;font-weight:700}.clarity-footer-module__FLUH9q__tagline{opacity:.8;margin-bottom:.5rem}.clarity-footer-module__FLUH9q__column h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.clarity-footer-module__FLUH9q__column h4{color:var(--color-secondary);margin-bottom:1rem}.clarity-footer-module__FLUH9q__column ul li{margin-bottom:10px}.clarity-footer-module__FLUH9q__column a{opacity:.8;transition:opacity .2s}.clarity-footer-module__FLUH9q__column a:hover{opacity:1}.clarity-footer-module__FLUH9q__socialLinks{gap:15px;margin-top:1rem;margin-bottom:1.5rem;display:flex}.clarity-footer-module__FLUH9q__socialIcon{color:#fff;opacity:.8;justify-content:center;align-items:center;transition:opacity .2s,color .2s;display:flex}.clarity-footer-module__FLUH9q__socialIcon:hover{opacity:1;color:var(--color-secondary)}.clarity-footer-module__FLUH9q__copyright{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.9rem}.clarity-footer-module__FLUH9q__templateFooter{padding:60px 0 28px}.clarity-footer-module__FLUH9q__templateContainer{max-width:1280px;margin:0 auto;padding:0 40px}.clarity-footer-module__FLUH9q__templateGrid{border-bottom:1px solid #ffffff29;grid-template-columns:1.6fr 1fr;align-items:start;gap:50px;padding-bottom:40px;display:grid}.clarity-footer-module__FLUH9q__templateLogo{display:inline-flex}.clarity-footer-module__FLUH9q__templateTagline{max-width:360px;margin-top:20px}.clarity-footer-module__FLUH9q__templateNavLabel{margin-bottom:18px}.clarity-footer-module__FLUH9q__templateNavList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.clarity-footer-module__FLUH9q__templateNavList a{transition:opacity .2s}.clarity-footer-module__FLUH9q__templateNavList a:hover{opacity:1}.clarity-footer-module__FLUH9q__templateBottom{flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:22px;display:flex}.clarity-footer-module__FLUH9q__apexLogo{align-items:center;gap:12px}.clarity-footer-module__FLUH9q__apexMark{border:1.5px solid var(--brass,#e21b2d);width:36px;height:36px;color:var(--brass,#e21b2d);font-family:var(--sans,"Space Grotesk", -apple-system, system-ui, sans-serif);letter-spacing:-.02em;flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:flex}.clarity-footer-module__FLUH9q__apexWordmark,.clarity-footer-module__FLUH9q__ledgerWordmark{flex-direction:column;line-height:1;display:flex}.clarity-footer-module__FLUH9q__apexWordmark span{color:var(--cream,#fbf7ed);font-family:var(--sans,"Space Grotesk", -apple-system, system-ui, sans-serif);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.clarity-footer-module__FLUH9q__apexWordmark small{color:#ffffffad;font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.24em;text-transform:uppercase;margin-top:4px;font-size:.58rem;font-weight:400}.clarity-footer-module__FLUH9q__keystoneLogo{flex-direction:column;line-height:.95}.clarity-footer-module__FLUH9q__keystoneWordmark{color:var(--paper,#f4eee2);font-family:var(--serif,"Fraunces", Georgia, serif);font-variation-settings:"opsz" 144;letter-spacing:-.015em;font-size:1.35rem;font-weight:500}.clarity-footer-module__FLUH9q__keystoneWordmark em{color:var(--ochre,#c9822b);font-style:italic;font-weight:400}.clarity-footer-module__FLUH9q__keystoneSubtitle{color:var(--paper,#f4eee2);font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.24em;opacity:.65;text-transform:uppercase;margin-top:4px;padding-left:1px;font-size:.58rem}.clarity-footer-module__FLUH9q__ledgerLogo{align-items:center;gap:10px}.clarity-footer-module__FLUH9q__ledgerMark{flex-shrink:0;width:28px;height:28px;position:relative}.clarity-footer-module__FLUH9q__ledgerMark:before{border:1px solid var(--ivory,#f5efe3);content:"";position:absolute;inset:0;transform:rotate(45deg)}.clarity-footer-module__FLUH9q__ledgerMark span{background:var(--jolt,#e8ff58);width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.clarity-footer-module__FLUH9q__ledgerWordmark span{color:var(--ivory,#f5efe3);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.clarity-footer-module__FLUH9q__ledgerWordmark small{color:var(--muted,#f5efe394);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);letter-spacing:.24em;text-transform:uppercase;margin-top:4px;font-size:.58rem;font-weight:400}html[data-template=apex] .clarity-footer-module__FLUH9q__templateFooter{background:var(--navy-deep,#110916);color:var(--cream,#fbf7ed);font-family:var(--sans,"Space Grotesk", -apple-system, system-ui, sans-serif)}html[data-template=apex] .clarity-footer-module__FLUH9q__templateTagline{color:#ffffffb8;font-size:.95rem;line-height:1.6}html[data-template=apex] .clarity-footer-module__FLUH9q__templateNavLabel{color:var(--brass,#e21b2d);font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.18em;text-transform:uppercase;font-size:.7rem}html[data-template=apex] .clarity-footer-module__FLUH9q__templateNavList a{color:#ffffffd1;font-size:.95rem}html[data-template=apex] .clarity-footer-module__FLUH9q__templateBottom{color:#ffffff8f;font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.1em;font-size:.7rem}html[data-template=keystone] .clarity-footer-module__FLUH9q__templateFooter{background:var(--ink,#201915);color:var(--paper,#f4eee2);font-family:var(--sans,"Inter", -apple-system, system-ui, sans-serif);padding:70px 0 30px}html[data-template=keystone] .clarity-footer-module__FLUH9q__templateGrid{border-bottom-color:#f4eee226;padding-bottom:44px}html[data-template=keystone] .clarity-footer-module__FLUH9q__templateTagline{color:#f4eee2b8;font-family:var(--serif,"Fraunces", Georgia, serif);font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.55}html[data-template=keystone] .clarity-footer-module__FLUH9q__templateNavLabel{color:var(--ochre,#c9822b);font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.18em;text-transform:uppercase;font-size:.7rem}html[data-template=keystone] .clarity-footer-module__FLUH9q__templateNavList a{color:#f4eee2c7;font-family:var(--serif,"Fraunces", Georgia, serif);font-size:.98rem;font-weight:300}html[data-template=keystone] .clarity-footer-module__FLUH9q__templateBottom{color:#f4eee28c;font-family:var(--mono,"JetBrains Mono", ui-monospace, Menlo, monospace);letter-spacing:.1em;padding-top:24px;font-size:.7rem}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateFooter{background:var(--black,#0a0a09);color:var(--ivory,#f5efe3);border-top:1px solid var(--rule,#f5efe321);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);padding:80px 0 28px}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateGrid{grid-template-columns:var(--footer-cols,1.6fr 1fr);border-bottom-color:var(--rule,#f5efe321)}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateTagline{color:var(--muted,#f5efe394);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);margin-top:24px;font-size:.95rem;font-weight:300;line-height:1.6}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateNavLabel{color:var(--jolt,#e8ff58);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-size:.75rem;font-weight:600}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateNavList{gap:12px}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateNavList a{color:var(--ivory-2,#f5efe3d6);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);font-size:.95rem;font-weight:300}html[data-template=ledger] .clarity-footer-module__FLUH9q__templateBottom{color:var(--muted,#f5efe394);font-family:var(--sans,"Sora", -apple-system, system-ui, sans-serif);letter-spacing:.06em;font-size:.78rem;font-weight:300}@media (max-width:760px){.clarity-footer-module__FLUH9q__templateContainer{padding:0 22px}.clarity-footer-module__FLUH9q__templateGrid{grid-template-columns:1fr;gap:32px}}
.About-module__CMiRka__aboutPage{min-height:100vh;font-family:Inter,sans-serif}.About-module__CMiRka__hero{background:var(--color-primary);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.About-module__CMiRka__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.About-module__CMiRka__heroContent h1{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.About-module__CMiRka__heroSubtitle{opacity:.9;max-width:700px;margin:0 auto;font-size:1.4rem;font-weight:300;line-height:1.6}.About-module__CMiRka__team{background:var(--surface);padding:120px 0}.About-module__CMiRka__teamHeader{text-align:center;margin-bottom:60px}.About-module__CMiRka__teamHeader h2{color:var(--color-primary);font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.About-module__CMiRka__teamHeader h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.About-module__CMiRka__teamContent{max-width:900px;margin:0 auto}.About-module__CMiRka__teamContent h3{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.About-module__CMiRka__teamRole{color:var(--color-secondary);margin-bottom:2rem;font-size:1.2rem;font-weight:600}.About-module__CMiRka__teamContent p{color:#4a5568;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.About-module__CMiRka__story{background:var(--surface);padding:120px 0;position:relative}.About-module__CMiRka__storyGrid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.About-module__CMiRka__storyContent h2{color:var(--color-primary);margin-bottom:2rem;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.About-module__CMiRka__storyContent h2:after{content:"";background:var(--color-secondary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.About-module__CMiRka__storyContent p{color:#4a5568;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.About-module__CMiRka__storyCompact .About-module__CMiRka__storyContent p{margin-bottom:.5rem;font-size:16px;line-height:1.5}.About-module__CMiRka__storyCompact .About-module__CMiRka__storyList{margin:.25rem 0 .75rem;padding-left:1.5rem;list-style:outside}.About-module__CMiRka__storyCompact .About-module__CMiRka__storyList li{color:#4a5568;margin-bottom:.2rem;font-size:16px;line-height:1.5}.About-module__CMiRka__stats{border-top:1px solid #edf2f7;gap:80px;margin-top:3.5rem;padding-top:2rem;display:flex}.About-module__CMiRka__statItem{flex-direction:column;display:flex}.About-module__CMiRka__statNumber{color:var(--color-primary);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.About-module__CMiRka__statLabel{color:#718096;text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600}.About-module__CMiRka__storyImage{position:relative}.About-module__CMiRka__storyImage img{z-index:1;border-radius:20px;width:100%;height:auto;position:relative;box-shadow:0 25px 50px -12px #00000040}.About-module__CMiRka__mission{background:var(--color-primary);color:var(--surface);text-align:center;padding:120px 0}.About-module__CMiRka__missionContent{max-width:900px;margin:0 auto}.About-module__CMiRka__missionContent h2{color:var(--surface);margin-bottom:2.5rem;font-size:2.5rem;font-weight:800}.About-module__CMiRka__missionText{color:#e2e8f0;font-size:1.5rem;font-weight:300;line-height:1.6}.About-module__CMiRka__values{background:var(--surface);padding:120px 0}.About-module__CMiRka__valuesHeader{text-align:center;margin-bottom:80px}.About-module__CMiRka__valuesHeader h2{color:var(--color-primary);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.About-module__CMiRka__valuesHeader p{color:#718096;font-size:1.2rem}.About-module__CMiRka__valuesGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.About-module__CMiRka__valueCard{background:var(--surface);text-align:left;border:1px solid #0000;border-radius:20px;padding:50px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.About-module__CMiRka__valueCard:hover{border-color:color-mix(in srgb, var(--accent) 20%, transparent);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.About-module__CMiRka__valueIcon{color:var(--color-secondary);background:color-mix(in srgb, var(--accent) 10%, transparent);border-radius:12px;margin-bottom:2rem;padding:12px;display:inline-flex}.About-module__CMiRka__valueCard h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.About-module__CMiRka__valueCard p{color:#718096;font-size:1.05rem;line-height:1.7}.About-module__CMiRka__cta{background:var(--surface);text-align:center;padding:120px 0;position:relative}.About-module__CMiRka__ctaContent{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);max-width:800px;color:var(--surface);border-radius:30px;margin:0 auto;padding:80px;box-shadow:0 25px 50px -12px #00000040}.About-module__CMiRka__ctaContent h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.About-module__CMiRka__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;font-weight:300}@media (max-width:968px){.About-module__CMiRka__heroContent h1{font-size:2.5rem}.About-module__CMiRka__storyGrid{grid-template-columns:1fr;gap:60px}.About-module__CMiRka__storyContent h2{text-align:center;display:block}.About-module__CMiRka__storyContent h2:after{left:50%;transform:translate(-50%)}.About-module__CMiRka__storyContent p{text-align:center}.About-module__CMiRka__stats{justify-content:center}.About-module__CMiRka__storyImage{order:-1}.About-module__CMiRka__storyContent{flex-direction:column;display:flex}.About-module__CMiRka__storyContent .About-module__CMiRka__stats{border-top:none;order:-1;margin-top:0;margin-bottom:1.5rem;padding-top:0}.About-module__CMiRka__statItem{text-align:center;align-items:center}.About-module__CMiRka__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.About-module__CMiRka__values{padding:72px 0}.About-module__CMiRka__valuesHeader{margin-bottom:40px}.About-module__CMiRka__valuesHeader h2{font-size:2.1rem;line-height:1.08}.About-module__CMiRka__valuesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.About-module__CMiRka__valueCard{text-align:left;padding:28px 18px}.About-module__CMiRka__valueCard h3{font-size:1.12rem;line-height:1.16}.About-module__CMiRka__valueCard p{font-size:.92rem;line-height:1.55}.About-module__CMiRka__valueIcon{display:inline-flex}.About-module__CMiRka__ctaContent{margin:0 20px;padding:40px}.About-module__CMiRka__ctaContent h2{font-size:2rem}}@media (max-width:374px){.About-module__CMiRka__valuesGrid{grid-template-columns:1fr}}@media (max-width:600px){.About-module__CMiRka__storyContent,.About-module__CMiRka__storyImage{transform:none!important}}
.Services-module__ruIK-G__servicesPage{min-height:100vh;font-family:Inter,sans-serif}.Services-module__ruIK-G__hero{background:var(--color-primary);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.Services-module__ruIK-G__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.Services-module__ruIK-G__heroContent h1{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Services-module__ruIK-G__heroSubtitle{opacity:.9;max-width:700px;margin:0 auto;font-size:1.4rem;font-weight:300;line-height:1.6}.Services-module__ruIK-G__servicesList{background:var(--surface);padding:120px 0}.Services-module__ruIK-G__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Services-module__ruIK-G__card{background:var(--surface);border:1px solid #edf2f7;border-radius:20px;padding:40px;transition:all .3s;position:relative;overflow:hidden}.Services-module__ruIK-G__card:hover{border-color:color-mix(in srgb, var(--accent) 30%, transparent);transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.Services-module__ruIK-G__iconWrapper{background:color-mix(in srgb, var(--ink) 5%, transparent);width:64px;height:64px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.Services-module__ruIK-G__card:hover .Services-module__ruIK-G__iconWrapper{background:var(--color-primary);color:var(--surface)}.Services-module__ruIK-G__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__ruIK-G__card p{color:#666;font-size:1rem;line-height:1.6}.Services-module__ruIK-G__process{background:var(--surface);padding:120px 0}.Services-module__ruIK-G__processHeader{text-align:center;margin-bottom:80px}.Services-module__ruIK-G__processHeader h2{color:var(--color-primary);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.Services-module__ruIK-G__processHeader p{color:#718096;font-size:1.2rem}.Services-module__ruIK-G__processGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Services-module__ruIK-G__stepCard{text-align:center;position:relative}.Services-module__ruIK-G__stepNumber{color:color-mix(in srgb, var(--ink) 5%, transparent);z-index:0;margin-bottom:-20px;font-size:4rem;font-weight:900;line-height:1;position:relative}.Services-module__ruIK-G__stepCard h3{color:var(--color-primary);z-index:1;margin-bottom:.8rem;font-size:1.4rem;font-weight:700;position:relative}.Services-module__ruIK-G__stepCard p{color:#666;z-index:1;font-size:1rem;line-height:1.6;position:relative}.Services-module__ruIK-G__cta{background:var(--surface);text-align:center;padding:120px 0}.Services-module__ruIK-G__ctaContent{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);max-width:800px;color:var(--surface);border-radius:30px;margin:0 auto;padding:80px;box-shadow:0 25px 50px -12px #00000040}.Services-module__ruIK-G__ctaContent h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.Services-module__ruIK-G__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;font-weight:300}@media (max-width:1024px){.Services-module__ruIK-G__grid{grid-template-columns:repeat(2,1fr)}.Services-module__ruIK-G__processGrid{grid-template-columns:repeat(2,1fr);gap:60px}}@media (max-width:768px){.Services-module__ruIK-G__heroContent h1{font-size:2.5rem}.Services-module__ruIK-G__servicesList,.Services-module__ruIK-G__process{padding:72px 0}.Services-module__ruIK-G__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.Services-module__ruIK-G__card{border-radius:16px;padding:28px 22px}.Services-module__ruIK-G__card h3{font-size:1.14rem;line-height:1.16}.Services-module__ruIK-G__card p{font-size:.94rem;line-height:1.55}.Services-module__ruIK-G__processGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.Services-module__ruIK-G__stepNumber{font-size:3rem}.Services-module__ruIK-G__stepCard h3{font-size:1.08rem;line-height:1.18}.Services-module__ruIK-G__stepCard p{font-size:.92rem;line-height:1.5}.Services-module__ruIK-G__ctaContent{margin:0 20px;padding:40px}.Services-module__ruIK-G__ctaContent h2{font-size:2rem}}.Services-module__ruIK-G__learnMoreLink{color:var(--color-primary);align-items:center;gap:8px;margin-top:20px;font-size:.9rem;font-weight:600;transition:gap .3s;display:flex}.Services-module__ruIK-G__card:hover .Services-module__ruIK-G__learnMoreLink{color:var(--color-secondary);gap:12px}@media (max-width:374px){.Services-module__ruIK-G__grid,.Services-module__ruIK-G__processGrid{grid-template-columns:1fr}}.Services-module__ruIK-G__servicesGroups{background:var(--surface);padding:60px 0 96px}.Services-module__ruIK-G__group{max-width:880px;margin:0 auto;padding-bottom:80px}.Services-module__ruIK-G__group+.Services-module__ruIK-G__group{border-top:1px solid var(--rule);padding-top:80px}.Services-module__ruIK-G__group:last-child{padding-bottom:0}.Services-module__ruIK-G__groupHeader{margin-bottom:40px}.Services-module__ruIK-G__groupTitle{font-family:var(--serif);color:var(--ink);margin:0 0 12px;font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.1}.Services-module__ruIK-G__groupSubtitle{font-family:var(--serif);color:var(--accent);margin:0 0 18px;font-size:clamp(1.1rem,1.8vw,1.35rem);font-style:italic;font-weight:300;line-height:1.4}.Services-module__ruIK-G__groupIntro{font-family:var(--sans);color:var(--ink);max-width:720px;margin:0;font-size:1.02rem;line-height:1.7}.Services-module__ruIK-G__groupItems{flex-direction:column;gap:36px;display:flex}.Services-module__ruIK-G__groupItem{border-left:2px solid var(--accent);padding:4px 0 4px 20px}.Services-module__ruIK-G__itemName{font-family:var(--sans);color:var(--ink);margin:0 0 10px;font-size:1.18rem;font-weight:600;line-height:1.2}.Services-module__ruIK-G__itemBody{font-family:var(--sans);color:var(--ink);margin:0;font-size:.98rem;line-height:1.7}
.ServiceDetail-module__Xaz-Qa__serviceDetailPage{background-color:var(--surface);min-height:100vh;padding-bottom:100px;font-family:Inter,sans-serif}.ServiceDetail-module__Xaz-Qa__hero{background:var(--color-primary);color:var(--surface);padding:64px 0 100px;position:relative;overflow:hidden}.ServiceDetail-module__Xaz-Qa__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:100%;height:200%;position:absolute;top:-50%;right:-20%;transform:rotate(-15deg)}.ServiceDetail-module__Xaz-Qa__heroContent{z-index:1;max-width:800px;position:relative}.ServiceDetail-module__Xaz-Qa__backLink{color:#ffffffb3;align-items:center;margin-bottom:30px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.ServiceDetail-module__Xaz-Qa__backLink:hover{color:var(--surface)}.ServiceDetail-module__Xaz-Qa__hero h1{color:var(--surface);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.ServiceDetail-module__Xaz-Qa__heroSubtitle{opacity:.9;max-width:700px;font-size:1.4rem;font-weight:300;line-height:1.6}.ServiceDetail-module__Xaz-Qa__contentContainer{grid-template-columns:2fr 1fr;gap:60px;margin-top:120px;display:grid}.ServiceDetail-module__Xaz-Qa__mainContent{color:#4a5568;font-size:1.1rem;line-height:1.8}.ServiceDetail-module__Xaz-Qa__mainContent h3{color:var(--color-primary);margin:50px 0 25px;font-size:1.8rem;font-weight:700}.ServiceDetail-module__Xaz-Qa__mainContent h4{color:var(--color-primary);margin:30px 0 15px;font-size:1.4rem;font-weight:600}.ServiceDetail-module__Xaz-Qa__mainContent p{margin-bottom:25px}.ServiceDetail-module__Xaz-Qa__mainContent ul{margin-bottom:30px;padding-left:20px}.ServiceDetail-module__Xaz-Qa__mainContent li{margin-bottom:12px;position:relative}.ServiceDetail-module__Xaz-Qa__mainContent .highlight-box{background:var(--surface);border-left:4px solid var(--color-secondary);border-radius:0 12px 12px 0;margin:40px 0;padding:30px}.ServiceDetail-module__Xaz-Qa__mainContent .lead{color:#2d3748;margin-top:20px;margin-bottom:40px;font-size:1.25rem;font-weight:400}.ServiceDetail-module__Xaz-Qa__sidebar{height:fit-content;position:sticky;top:120px}.ServiceDetail-module__Xaz-Qa__sidebarCard{background:var(--surface);border:1px solid #edf2f7;border-radius:20px;margin-top:20px;margin-bottom:30px;padding:30px;box-shadow:0 10px 30px #0000000d}.ServiceDetail-module__Xaz-Qa__sidebarTitle{color:var(--color-primary);border-bottom:1px solid #edf2f7;margin-bottom:20px;padding-bottom:15px;font-size:1.2rem;font-weight:700}.ServiceDetail-module__Xaz-Qa__benefitList{margin:0;padding:0;list-style:none}.ServiceDetail-module__Xaz-Qa__benefitItem{color:#4a5568;align-items:center;gap:12px;margin-bottom:15px;font-weight:500;display:flex}.ServiceDetail-module__Xaz-Qa__ctaCard{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);color:var(--surface);text-align:center}.ServiceDetail-module__Xaz-Qa__ctaCard h3{color:var(--surface);margin-bottom:15px}.ServiceDetail-module__Xaz-Qa__ctaCard p{opacity:.9;margin-bottom:25px;font-size:.95rem}@media (max-width:968px){.ServiceDetail-module__Xaz-Qa__contentContainer{grid-template-columns:1fr;gap:40px}.ServiceDetail-module__Xaz-Qa__sidebar{position:static}.ServiceDetail-module__Xaz-Qa__hero h1{font-size:2.8rem}}
.Industries-module__CM9ijW__industriesPage{min-height:100vh;font-family:Inter,sans-serif}.Industries-module__CM9ijW__hero{background:var(--color-primary);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.Industries-module__CM9ijW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.Industries-module__CM9ijW__heroContent h1{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Industries-module__CM9ijW__heroSubtitle{opacity:.9;max-width:700px;margin:0 auto;font-size:1.4rem;font-weight:300;line-height:1.6}.Industries-module__CM9ijW__industriesList{background:var(--surface);padding:120px 0}.Industries-module__CM9ijW__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Industries-module__CM9ijW__card{background:var(--surface);border:1px solid #edf2f7;border-radius:20px;padding:40px;transition:all .3s;position:relative;overflow:hidden}.Industries-module__CM9ijW__card:hover{border-color:color-mix(in srgb, var(--accent) 30%, transparent);transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.Industries-module__CM9ijW__iconWrapper{background:color-mix(in srgb, var(--ink) 5%, transparent);width:64px;height:64px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.Industries-module__CM9ijW__card:hover .Industries-module__CM9ijW__iconWrapper{background:var(--color-primary);color:var(--surface)}.Industries-module__CM9ijW__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Industries-module__CM9ijW__card p{color:#666;font-size:1rem;line-height:1.7}.Industries-module__CM9ijW__cta{background:var(--surface);text-align:center;padding:120px 0}.Industries-module__CM9ijW__ctaContent{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);max-width:800px;color:var(--surface);border-radius:30px;margin:0 auto;padding:80px;box-shadow:0 25px 50px -12px #00000040}.Industries-module__CM9ijW__ctaContent h2{color:#fff;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.Industries-module__CM9ijW__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;font-weight:300}@media (max-width:1024px){.Industries-module__CM9ijW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Industries-module__CM9ijW__heroContent h1{font-size:2.5rem}.Industries-module__CM9ijW__industriesList{padding:72px 0}.Industries-module__CM9ijW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.Industries-module__CM9ijW__card{border-radius:16px;padding:28px 22px}.Industries-module__CM9ijW__card h3{font-size:1.14rem;line-height:1.16}.Industries-module__CM9ijW__card p{font-size:.94rem;line-height:1.55}.Industries-module__CM9ijW__ctaContent{margin:0 20px;padding:40px}.Industries-module__CM9ijW__ctaContent h2{font-size:2rem}}@media (max-width:374px){.Industries-module__CM9ijW__grid{grid-template-columns:1fr}}
.Resources-module__jVaPjG__page{min-height:60vh}.Resources-module__jVaPjG__seclabel{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--muted);align-items:center;gap:14px;font-size:.72rem;display:flex}.Resources-module__jVaPjG__seclabelNum{color:var(--accent)}.Resources-module__jVaPjG__seclabelTick{background:var(--rule);width:26px;height:1px}.Resources-module__jVaPjG__hero{padding:44px 0 36px}.Resources-module__jVaPjG__heroTitle{font-family:var(--serif);letter-spacing:-.03em;max-width:14ch;color:var(--ink);font-variation-settings:"opsz" 144;margin:0;font-size:clamp(3.4rem,8vw,6.6rem);font-weight:400;line-height:.92}.Resources-module__jVaPjG__heroTitle i{color:var(--accent);font-style:italic}.Resources-module__jVaPjG__heroLead{font-family:var(--serif);color:var(--ink);font-variation-settings:"opsz" 40;max-width:56ch;margin-top:30px;font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:300;line-height:1.45}.Resources-module__jVaPjG__heroLeadSans{font-family:var(--sans);color:var(--muted);max-width:60ch;margin-top:22px;font-size:1.02rem;line-height:1.7}.Resources-module__jVaPjG__index{padding:0 0 100px}.Resources-module__jVaPjG__grid{border-top:1px solid var(--ink);border-left:1px solid var(--rule);grid-template-columns:repeat(3,1fr);display:grid}.Resources-module__jVaPjG__card{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);cursor:pointer;padding:34px 30px 30px;transition:background .35s;display:block;position:relative;overflow:hidden}.Resources-module__jVaPjG__card:before{content:"";background:var(--accent);width:0;height:2px;transition:width .4s;position:absolute;top:0;left:0}.Resources-module__jVaPjG__card:hover{background:var(--surface-deep)}.Resources-module__jVaPjG__card:hover:before{width:100%}.Resources-module__jVaPjG__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.Resources-module__jVaPjG__cardIdx{font-family:var(--mono);letter-spacing:.1em;color:var(--muted);font-size:.74rem}.Resources-module__jVaPjG__cardIco{color:var(--ink);opacity:.9}.Resources-module__jVaPjG__cardTitle{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;font-size:1.5rem;font-weight:500;line-height:1.08}.Resources-module__jVaPjG__cardBody{font-family:var(--sans);color:var(--muted);margin:0 0 26px;font-size:.94rem;line-height:1.6}.Resources-module__jVaPjG__cardOpen{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;font-size:.72rem;transition:gap .3s;display:inline-flex}.Resources-module__jVaPjG__card:hover .Resources-module__jVaPjG__cardOpen{gap:14px}.Resources-module__jVaPjG__cardOpen svg{transition:transform .3s}.Resources-module__jVaPjG__card:hover .Resources-module__jVaPjG__cardOpen svg{transform:translate(3px)}.Resources-module__jVaPjG__directory{background:var(--surface-deep);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:84px 0}.Resources-module__jVaPjG__dirGrid{grid-template-columns:.7fr 1.3fr;align-items:start;gap:60px;display:grid}.Resources-module__jVaPjG__dirHeadTitle{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);margin:14px 0 0;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:400;line-height:1.05}.Resources-module__jVaPjG__dirNote{font-family:var(--sans);color:var(--muted);max-width:36ch;margin-top:18px;font-size:.96rem;line-height:1.65}.Resources-module__jVaPjG__dirCols{grid-template-columns:1fr;gap:48px;display:grid}.Resources-module__jVaPjG__dirLabel{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);border-bottom:2px solid var(--ink);margin-bottom:6px;padding-bottom:14px;font-size:.7rem}.Resources-module__jVaPjG__dirLink{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;gap:16px;padding:15px 0;transition:padding-left .25s,color .25s;display:flex}.Resources-module__jVaPjG__dirLink:hover{color:var(--accent);padding-left:8px}.Resources-module__jVaPjG__dirLinkText{font-family:var(--sans);font-size:.98rem;font-weight:500}.Resources-module__jVaPjG__dirLinkArr{font-family:var(--mono);color:var(--muted)}.Resources-module__jVaPjG__dirLink:hover .Resources-module__jVaPjG__dirLinkArr{color:var(--accent)}.Resources-module__jVaPjG__calcBand{background:var(--contrast);color:var(--surface);padding:96px 0;position:relative;overflow:hidden}.Resources-module__jVaPjG__calcBand:after{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--accent-alt) 16%, transparent) 0%, transparent 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-120px}.Resources-module__jVaPjG__calcInner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.Resources-module__jVaPjG__calcEyebrow{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--accent-alt);font-size:.72rem}.Resources-module__jVaPjG__calcHeadline{font-family:var(--serif);letter-spacing:-.02em;color:var(--surface);margin:18px 0 20px;font-size:clamp(2.2rem,4.4vw,3.4rem);font-weight:400;line-height:1}.Resources-module__jVaPjG__calcHeadline i{color:var(--accent-alt);font-style:italic}.Resources-module__jVaPjG__calcBody{font-family:var(--sans);color:color-mix(in srgb, var(--surface) 78%, transparent);max-width:46ch;font-size:1.04rem;line-height:1.7}.Resources-module__jVaPjG__btnLight{background:var(--accent-alt);color:var(--contrast-deep);font-family:var(--sans);border-radius:2px;align-items:center;gap:10px;margin-top:30px;padding:14px 24px;font-size:.9rem;font-weight:600;transition:transform .25s;display:inline-flex}.Resources-module__jVaPjG__btnLight:hover{transform:translateY(-2px)}.Resources-module__jVaPjG__calcList{flex-direction:column;display:flex}.Resources-module__jVaPjG__calcItem{border-top:1px solid color-mix(in srgb, var(--surface) 16%, transparent);align-items:baseline;gap:18px;padding:18px 0;display:flex}.Resources-module__jVaPjG__calcItem:last-child{border-bottom:1px solid color-mix(in srgb, var(--surface) 16%, transparent)}.Resources-module__jVaPjG__calcItemN{font-family:var(--mono);color:var(--accent-alt);letter-spacing:.1em;font-size:.72rem}.Resources-module__jVaPjG__calcItemName{font-family:var(--serif);color:var(--surface);font-size:1.25rem;font-weight:400}.Resources-module__jVaPjG__calcItemDesc{font-family:var(--sans);color:color-mix(in srgb, var(--surface) 60%, transparent);margin-top:2px;font-size:.86rem}.Resources-module__jVaPjG__subhero{padding:40px 0 30px}.Resources-module__jVaPjG__crumb{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:22px;font-size:.7rem}.Resources-module__jVaPjG__crumb a{color:var(--accent)}.Resources-module__jVaPjG__subTitle{font-family:var(--serif);letter-spacing:-.025em;color:var(--ink);font-variation-settings:"opsz" 144;margin:0;font-size:clamp(2.6rem,6vw,4.4rem);font-weight:400;line-height:.96}.Resources-module__jVaPjG__subTitle i{color:var(--accent);font-style:italic}.Resources-module__jVaPjG__meta{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);flex-wrap:wrap;align-items:center;gap:14px;margin-top:22px;font-size:.72rem;display:flex}.Resources-module__jVaPjG__metaPill{color:var(--accent);border:1px solid var(--rule);border-radius:999px;padding:5px 12px}.Resources-module__jVaPjG__intro{font-family:var(--sans);color:var(--muted);max-width:70ch;margin:0 0 36px;font-size:1.02rem;line-height:1.75}.Resources-module__jVaPjG__section{padding:50px 0 30px}.Resources-module__jVaPjG__cap{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:16px;display:flex}.Resources-module__jVaPjG__capTitle{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.7rem;font-weight:500}.Resources-module__jVaPjG__capNote{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.72rem}.Resources-module__jVaPjG__rates{border-collapse:collapse;width:100%}.Resources-module__jVaPjG__rates thead th{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-align:right;border-bottom:2px solid var(--ink);padding:12px 18px;font-size:.68rem}.Resources-module__jVaPjG__rates thead th:first-child{text-align:left}.Resources-module__jVaPjG__rates td{font-family:var(--mono);font-feature-settings:"tnum" 1;text-align:right;border-bottom:1px solid var(--rule);color:var(--ink);padding:15px 18px;font-size:.95rem}.Resources-module__jVaPjG__rates td:first-child{text-align:left;color:var(--accent);font-weight:500}.Resources-module__jVaPjG__rates tbody tr:hover td{background:var(--surface-deep)}.Resources-module__jVaPjG__cards3{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px;display:grid}.Resources-module__jVaPjG__minicard{border:1px solid var(--rule);background:var(--surface);padding:26px 24px}.Resources-module__jVaPjG__minicardK{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:.68rem}.Resources-module__jVaPjG__minicardV{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);font-size:2.4rem;font-weight:400}.Resources-module__jVaPjG__minicardV small{font-family:var(--mono);color:var(--muted);letter-spacing:0;font-size:.8rem}.Resources-module__jVaPjG__refundGrid{border-top:1px solid var(--ink);grid-template-columns:1.3fr 1fr;gap:0;display:grid}.Resources-module__jVaPjG__refundCol{border-bottom:1px solid var(--rule);padding:40px 40px 44px}.Resources-module__jVaPjG__refundCol:first-child{border-right:1px solid var(--rule)}.Resources-module__jVaPjG__refundLabel{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:18px;font-size:.7rem}.Resources-module__jVaPjG__refundHeading{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin:0 0 14px;font-size:1.9rem;font-weight:500}.Resources-module__jVaPjG__refundBody{font-family:var(--sans);color:var(--muted);max-width:48ch;margin:0 0 26px;font-size:.98rem;line-height:1.7}.Resources-module__jVaPjG__subLabel{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:26px 0 12px;font-size:.66rem}.Resources-module__jVaPjG__needList{margin:0 0 4px;padding:0;list-style:none}.Resources-module__jVaPjG__needList li{font-family:var(--sans);color:var(--ink);border-bottom:1px solid var(--rule-soft);padding:9px 0 9px 22px;font-size:.96rem;position:relative}.Resources-module__jVaPjG__needList li:before{content:"";background:var(--accent);width:8px;height:8px;position:absolute;top:16px;left:0}.Resources-module__jVaPjG__timingList{flex-direction:column;display:flex}.Resources-module__jVaPjG__timingRow{border-bottom:1px solid var(--rule-soft);justify-content:space-between;align-items:baseline;padding:12px 0;display:flex}.Resources-module__jVaPjG__timingK{font-family:var(--sans);color:var(--ink);font-size:.94rem}.Resources-module__jVaPjG__timingV{font-family:var(--mono);font-feature-settings:"tnum" 1;color:var(--accent);font-size:.92rem}.Resources-module__jVaPjG__btnSolid{background:var(--ink);color:var(--surface);font-family:var(--sans);border-radius:2px;align-items:center;gap:10px;padding:14px 22px;font-size:.9rem;font-weight:500;transition:background .25s;display:inline-flex}.Resources-module__jVaPjG__btnSolid:hover{background:var(--contrast)}.Resources-module__jVaPjG__btnGhost{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);border-bottom:1.5px solid var(--accent);align-items:center;gap:8px;padding-bottom:3px;font-size:.72rem;display:inline-flex}.Resources-module__jVaPjG__dataGroup{margin-bottom:52px}.Resources-module__jVaPjG__dataGroupLabel{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);border-bottom:2px solid var(--ink);margin-bottom:0;padding-bottom:14px;font-size:.72rem}.Resources-module__jVaPjG__dataTable{border-collapse:collapse;width:100%}.Resources-module__jVaPjG__dataDate{font-family:var(--mono);font-feature-settings:"tnum" 1;color:var(--accent);white-space:nowrap;vertical-align:top;border-bottom:1px solid var(--rule);width:1%;padding:17px 24px 17px 0;font-size:.95rem;font-weight:500}.Resources-module__jVaPjG__dataDesc{font-family:var(--sans);color:var(--ink);border-bottom:1px solid var(--rule);padding:17px 0;font-size:.98rem;line-height:1.55}.Resources-module__jVaPjG__dataKeep{font-family:var(--mono);font-feature-settings:"tnum" 1;color:var(--accent);text-align:right;white-space:nowrap;vertical-align:top;border-bottom:1px solid var(--rule);padding:17px 0 17px 24px;font-size:.92rem}.Resources-module__jVaPjG__formsGroup{margin-bottom:46px}.Resources-module__jVaPjG__formsLink{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;transition:padding-left .25s,color .25s;display:flex}.Resources-module__jVaPjG__formsLink:first-of-type{border-top:1px solid var(--rule)}.Resources-module__jVaPjG__formsLink:hover{color:var(--accent);padding-left:8px}.Resources-module__jVaPjG__formsLinkText{font-family:var(--sans);font-size:1rem;font-weight:500}.Resources-module__jVaPjG__formsLinkArr{font-family:var(--mono);color:var(--muted)}.Resources-module__jVaPjG__formsLink:hover .Resources-module__jVaPjG__formsLinkArr{color:var(--accent)}.Resources-module__jVaPjG__statesGrid{border-top:1px solid var(--ink);border-left:1px solid var(--rule);grid-template-columns:repeat(4,1fr);display:grid}.Resources-module__jVaPjG__stateLink{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);font-family:var(--sans);color:var(--ink);justify-content:space-between;align-items:center;gap:10px;padding:15px 18px;font-size:.92rem;font-weight:500;transition:background .2s,color .2s;display:flex}.Resources-module__jVaPjG__stateLink:hover{background:var(--surface-deep);color:var(--accent)}.Resources-module__jVaPjG__stateLinkArr{font-family:var(--mono);color:var(--muted);font-size:.8rem}.Resources-module__jVaPjG__stateLink:hover .Resources-module__jVaPjG__stateLinkArr{color:var(--accent)}.Resources-module__jVaPjG__calcSuite{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Resources-module__jVaPjG__calcCard{border:1px solid var(--rule);background:var(--surface);flex-direction:column;padding:30px 26px;display:flex}.Resources-module__jVaPjG__calcCardHead{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin:0 0 4px;font-size:1.35rem;font-weight:500}.Resources-module__jVaPjG__calcCardSub{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:24px;font-size:.66rem}.Resources-module__jVaPjG__calcField{margin-bottom:18px}.Resources-module__jVaPjG__calcLabel{font-family:var(--sans);color:var(--muted);justify-content:space-between;margin-bottom:8px;font-size:.82rem;font-weight:500;display:flex}.Resources-module__jVaPjG__calcLabel span:last-child{font-family:var(--mono);color:var(--accent)}.Resources-module__jVaPjG__calcInput{width:100%;font-family:var(--mono);font-feature-settings:"tnum" 1;color:var(--ink);background:var(--surface-deep);border:1px solid var(--rule);border-radius:2px;padding:11px 14px;font-size:.95rem}.Resources-module__jVaPjG__calcInput:focus{border-color:var(--accent);outline:none}.Resources-module__jVaPjG__calcRange{width:100%;accent-color:var(--accent);margin-top:4px}.Resources-module__jVaPjG__calcResult{border-top:2px solid var(--ink);margin-top:auto;padding-top:22px}.Resources-module__jVaPjG__calcResultK{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:.66rem}.Resources-module__jVaPjG__calcResultV{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);font-size:2.3rem;font-weight:400;line-height:1}.Resources-module__jVaPjG__calcSub{justify-content:space-between;margin-top:16px;display:flex}.Resources-module__jVaPjG__calcSubK{font-family:var(--sans);color:var(--muted);font-size:.82rem}.Resources-module__jVaPjG__calcSubV{font-family:var(--mono);font-feature-settings:"tnum" 1;color:var(--ink);font-size:.86rem}.Resources-module__jVaPjG__disclaim{background:var(--surface-deep);border-top:1px solid var(--rule);margin-top:0}.Resources-module__jVaPjG__disclaimInner{align-items:flex-start;gap:18px;padding-top:30px;padding-bottom:30px;display:flex}.Resources-module__jVaPjG__disclaimTag{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);white-space:nowrap;padding-top:2px;font-size:.66rem}.Resources-module__jVaPjG__disclaimText{font-family:var(--sans);color:var(--muted);max-width:92ch;margin:0;font-size:.84rem;line-height:1.65}@media (max-width:1024px){.Resources-module__jVaPjG__grid{grid-template-columns:repeat(2,1fr)}.Resources-module__jVaPjG__dirGrid,.Resources-module__jVaPjG__calcInner,.Resources-module__jVaPjG__refundGrid{grid-template-columns:1fr}.Resources-module__jVaPjG__refundCol:first-child{border-right:none}.Resources-module__jVaPjG__cards3,.Resources-module__jVaPjG__calcSuite{grid-template-columns:1fr}.Resources-module__jVaPjG__statesGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.Resources-module__jVaPjG__grid,.Resources-module__jVaPjG__statesGrid{grid-template-columns:1fr}.Resources-module__jVaPjG__rates thead th,.Resources-module__jVaPjG__rates td{padding:11px 8px;font-size:.82rem}.Resources-module__jVaPjG__refundCol{padding:30px 24px}.Resources-module__jVaPjG__disclaimInner{flex-direction:column;gap:10px}.Resources-module__jVaPjG__dataDate{padding-right:16px}}@media (max-width:480px){.Resources-module__jVaPjG__statesGrid{grid-template-columns:repeat(2,1fr)}}
.Team-module__LPf47a__hero{background:var(--contrast);color:var(--surface);text-align:center;padding:64px 0 100px;position:relative;overflow:hidden}.Team-module__LPf47a__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.Team-module__LPf47a__heroContainer{z-index:1;position:relative}.Team-module__LPf47a__heroContent h1{font-family:var(--serif);color:var(--surface);margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1}.Team-module__LPf47a__heroSubtitle{max-width:720px;font-family:var(--serif);color:#f4eee2c7;margin:0 auto;font-size:clamp(1.05rem,1.6vw,1.25rem);font-style:italic;font-weight:300;line-height:1.55}.Team-module__LPf47a__members{background:var(--surface);padding:96px 0}.Team-module__LPf47a__membersHeader{text-align:center;max-width:720px;margin:0 auto 56px}.Team-module__LPf47a__membersHeader h2{font-family:var(--serif);color:var(--ink);margin:0 0 1rem;font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.1}.Team-module__LPf47a__membersLead{font-family:var(--serif);color:var(--muted);font-size:1.2rem;font-style:italic;font-weight:300;line-height:1.5}.Team-module__LPf47a__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.Team-module__LPf47a__grid[data-count="1"]{grid-template-columns:minmax(0,420px);justify-content:center}.Team-module__LPf47a__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin:0 auto}@media (max-width:900px){.Team-module__LPf47a__grid,.Team-module__LPf47a__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Team-module__LPf47a__grid,.Team-module__LPf47a__grid[data-count="2"]{grid-template-columns:1fr;gap:36px;max-width:420px;margin:0 auto}}.Team-module__LPf47a__card{color:inherit;flex-direction:column;text-decoration:none;transition:transform .22s;display:flex}.Team-module__LPf47a__card:hover .Team-module__LPf47a__portrait img,.Team-module__LPf47a__card:focus-visible .Team-module__LPf47a__portrait img{transform:scale(1.03)}.Team-module__LPf47a__portrait{aspect-ratio:4/5;background:var(--surface-deep);border-radius:4px;overflow:hidden}.Team-module__LPf47a__portrait img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.Team-module__LPf47a__portraitPlaceholder{width:100%;height:100%;font-family:var(--serif);color:var(--muted);background:var(--surface-deep);justify-content:center;align-items:center;font-size:clamp(3rem,6vw,5rem);display:flex}.Team-module__LPf47a__cardLabel{text-align:center;padding:20px 4px 0}.Team-module__LPf47a__cardName{font-family:var(--sans);color:var(--ink);margin:0 0 .35rem;font-size:1.25rem;font-weight:600;line-height:1.2}.Team-module__LPf47a__cardRole{font-family:var(--sans);color:var(--muted);margin:0;font-size:.9rem;line-height:1.4}.Team-module__LPf47a__cta{background:linear-gradient(135deg, var(--contrast) 0%, var(--contrast-deep) 100%);color:var(--surface);text-align:center;padding:96px 0}.Team-module__LPf47a__ctaContent{max-width:640px;margin:0 auto}.Team-module__LPf47a__ctaContent h2{font-family:var(--serif);color:var(--surface);margin:0 0 1rem;font-size:clamp(2rem,3.6vw,2.6rem);line-height:1.1}.Team-module__LPf47a__ctaContent p{font-family:var(--serif);color:#f4eee2d1;margin:0 auto 2rem;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.6}
.TeamMember-module___HZoTa__page{background:var(--surface)}.TeamMember-module___HZoTa__member{background:var(--surface);padding:96px 0 120px}.TeamMember-module___HZoTa__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;gap:64px;display:grid}@media (max-width:900px){.TeamMember-module___HZoTa__layout{grid-template-columns:1fr;gap:40px}}.TeamMember-module___HZoTa__portraitWrap{background:var(--surface-deep);aspect-ratio:4/5;border-radius:6px;width:100%;max-width:480px;overflow:hidden}.TeamMember-module___HZoTa__portrait{object-fit:cover;width:100%;height:100%;display:block}.TeamMember-module___HZoTa__portraitPlaceholder{width:100%;height:100%;font-family:var(--serif);color:var(--muted);background:var(--surface-deep);justify-content:center;align-items:center;font-size:clamp(4rem,8vw,7rem);display:flex}.TeamMember-module___HZoTa__content{flex-direction:column;gap:1rem;padding-top:8px;display:flex}.TeamMember-module___HZoTa__back{color:var(--muted);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:6px;width:fit-content;margin-bottom:12px;font-size:.72rem;text-decoration:none;transition:color .2s;display:inline-flex}.TeamMember-module___HZoTa__back:hover{color:var(--accent)}.TeamMember-module___HZoTa__name{font-family:var(--serif);color:var(--ink);margin:0;font-size:clamp(2.4rem,4.4vw,3.8rem);line-height:1.05}.TeamMember-module___HZoTa__role{font-family:var(--sans);color:var(--muted);border-bottom:1px solid var(--accent);width:fit-content;margin:0;padding-bottom:14px;font-size:1rem}.TeamMember-module___HZoTa__socials{gap:12px;margin:8px 0 12px;display:flex}.TeamMember-module___HZoTa__socials a{border:1px solid var(--rule);width:36px;height:36px;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.TeamMember-module___HZoTa__socials a:hover{color:var(--surface);background:var(--accent);border-color:var(--accent)}.TeamMember-module___HZoTa__credentials{flex-wrap:wrap;gap:6px;margin:4px 0 8px;padding:0;list-style:none;display:flex}.TeamMember-module___HZoTa__credentials li{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);border:1px solid var(--ink);background:0 0;border-radius:0;padding:6px 12px;font-size:.7rem}.TeamMember-module___HZoTa__bio{font-family:var(--sans);color:var(--ink);margin:0;font-size:1rem;line-height:1.7}.TeamMember-module___HZoTa__ctaRow{margin-top:16px}
.Hero-module__Q_ehJq__hero{background:var(--contrast);color:var(--on-contrast);flex-direction:column;min-height:100svh;display:flex;position:relative;overflow:hidden}.Hero-module__Q_ehJq__mediaWrap{width:52%;position:absolute;top:0;bottom:0;right:0}.Hero-module__Q_ehJq__mediaWrap:before{content:"";background:var(--contrast);transform-origin:top;z-index:1;width:300px;height:102%;position:absolute;top:0;left:-40px;transform:skew(-12deg)}.Hero-module__Q_ehJq__mediaWrap img{object-fit:cover;object-position:center;width:100%;height:100%}.Hero-module__Q_ehJq__slash,.Hero-module__Q_ehJq__slashThin{background:var(--contrast-soft);transform-origin:top;pointer-events:none;z-index:2;height:115%;position:absolute;top:0;transform:skew(-12deg)}.Hero-module__Q_ehJq__slash{opacity:.9;width:90px;right:calc(52% - 232px)}.Hero-module__Q_ehJq__slashThin{opacity:.55;width:18px;right:calc(52% - 114px)}.Hero-module__Q_ehJq__hero .Hero-module__Q_ehJq__heroContainer{z-index:2;flex-direction:column;flex:1;justify-content:center;width:100%;padding-top:128px;padding-bottom:24px;display:flex;position:relative}.Hero-module__Q_ehJq__content{max-width:580px}.Hero-module__Q_ehJq__badge{color:var(--on-contrast-muted);margin-bottom:22px}.Hero-module__Q_ehJq__badge svg{color:var(--on-contrast)}.Hero-module__Q_ehJq__headline{font-size:calc(clamp(2.1rem, 4.4vw + 1rem, 4.3rem) * var(--hero-title-scale,1));letter-spacing:-.02em;color:var(--on-contrast);margin-bottom:24px;font-weight:600;line-height:1.1}.Hero-module__Q_ehJq__subheadline{color:var(--on-contrast-muted);max-width:500px;margin-bottom:36px;font-size:1.02rem;line-height:1.75}.Hero-module__Q_ehJq__marqueeSlot{z-index:2;margin-top:auto;position:relative}@media (max-width:992px){.Hero-module__Q_ehJq__mediaWrap,.Hero-module__Q_ehJq__slash,.Hero-module__Q_ehJq__slashThin{display:none}.Hero-module__Q_ehJq__hero{min-height:0}.Hero-module__Q_ehJq__hero .Hero-module__Q_ehJq__heroContainer{flex:none;justify-content:flex-start;padding-top:118px;padding-bottom:40px}.Hero-module__Q_ehJq__marqueeSlot{margin-top:0}.Hero-module__Q_ehJq__content{text-align:center;max-width:640px;margin:0 auto}.Hero-module__Q_ehJq__subheadline{margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:.98rem}.Hero-module__Q_ehJq__mediaStacked{aspect-ratio:16/10;border-radius:20px;margin-top:44px;display:block;overflow:hidden}.Hero-module__Q_ehJq__mediaStacked img{object-fit:cover;width:100%;height:100%}}@media (min-width:993px){.Hero-module__Q_ehJq__mediaStacked{display:none}}
.Marquee-module__wZ3BhW__marquee{border-top:1px solid var(--on-contrast-rule);background:color-mix(in srgb, var(--contrast) 78%, transparent);-webkit-backdrop-filter:blur(6px);padding:18px 0;overflow:hidden}.Marquee-module__wZ3BhW__track{white-space:nowrap;align-items:center;width:max-content;animation:32s linear infinite Marquee-module__wZ3BhW__accrual-marquee-scroll;display:flex}@keyframes Marquee-module__wZ3BhW__accrual-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.Marquee-module__wZ3BhW__track{animation:none}}.Marquee-module__wZ3BhW__item{color:var(--on-contrast);opacity:.88;align-items:center;gap:12px;margin-right:72px;font-size:1.15rem;font-weight:600;display:inline-flex}.Marquee-module__wZ3BhW__item svg{color:var(--on-contrast);opacity:.9}.Marquee-module__wZ3BhW__item img{filter:brightness(0)invert();opacity:.9;width:auto;height:30px;display:block}
.Purpose-module__SzvSBG__purpose{background:var(--surface);color:var(--ink);padding:110px 0}.Purpose-module__SzvSBG__grid{grid-template-columns:1.05fr 1fr;align-items:start;gap:72px;display:grid}.Purpose-module__SzvSBG__eyebrow{color:var(--ink);margin-bottom:18px}.Purpose-module__SzvSBG__headline{letter-spacing:-.015em;margin-bottom:0;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.15}.Purpose-module__SzvSBG__leftImage{aspect-ratio:4/3;border-radius:24px;margin-top:44px;overflow:hidden}.Purpose-module__SzvSBG__leftImage img{object-fit:cover;width:100%;height:100%}.Purpose-module__SzvSBG__rightGrid{grid-template-columns:1fr 230px;align-items:start;gap:36px;display:grid}.Purpose-module__SzvSBG__intro{color:var(--color-text-light);font-size:1rem;line-height:1.75}.Purpose-module__SzvSBG__years{align-items:center;gap:14px;display:flex}.Purpose-module__SzvSBG__yearsValue{letter-spacing:-.02em;font-size:3.2rem;font-weight:600;line-height:1}.Purpose-module__SzvSBG__yearsLabel{color:var(--color-text-light);font-size:.9rem;line-height:1.4}.Purpose-module__SzvSBG__rotBadge{width:150px;height:150px;color:var(--ink);margin:44px auto 0;position:relative}.Purpose-module__SzvSBG__rotBadge svg{width:100%;height:100%;animation:16s linear infinite Purpose-module__SzvSBG__accrual-badge-spin}.Purpose-module__SzvSBG__rotBadge svg text{fill:var(--ink);letter-spacing:.22em;text-transform:uppercase;font-size:8.2px;font-weight:500}.Purpose-module__SzvSBG__badgeArrow{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@keyframes Purpose-module__SzvSBG__accrual-badge-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Purpose-module__SzvSBG__rotBadge svg{animation:none}}.Purpose-module__SzvSBG__spotCard{aspect-ratio:3/4;background:var(--contrast);border-radius:20px;margin-top:20px;position:relative;overflow:hidden}.Purpose-module__SzvSBG__spotCard img{object-fit:cover;width:100%;height:100%}.Purpose-module__SzvSBG__spotOverlay{text-align:center;color:var(--on-contrast);background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--contrast) 88%, transparent) 72%);padding:44px 16px 16px;position:absolute;bottom:0;left:0;right:0}.Purpose-module__SzvSBG__spotName{font-size:1.05rem;font-weight:600}.Purpose-module__SzvSBG__spotRole{color:var(--on-contrast-muted);margin-top:2px;font-size:.85rem}.Purpose-module__SzvSBG__body{color:var(--color-text-light);margin-top:40px;font-size:1rem;line-height:1.8}.Purpose-module__SzvSBG__ctaWrap{margin-top:30px}@media (max-width:992px){.Purpose-module__SzvSBG__purpose{padding:80px 0}.Purpose-module__SzvSBG__grid{grid-template-columns:1fr;gap:52px}}@media (max-width:640px){.Purpose-module__SzvSBG__rightGrid{grid-template-columns:1fr;gap:28px}.Purpose-module__SzvSBG__eyebrow,.Purpose-module__SzvSBG__headline,.Purpose-module__SzvSBG__intro,.Purpose-module__SzvSBG__body{text-align:center}.Purpose-module__SzvSBG__eyebrow{justify-content:center;width:100%}.Purpose-module__SzvSBG__years{justify-content:center}.Purpose-module__SzvSBG__spotCard{max-width:300px;margin:0 auto}.Purpose-module__SzvSBG__ctaWrap{text-align:center}}
.Services-module___j7Hba__services{background:color-mix(in srgb, var(--surface) 93%, var(--contrast));color:var(--ink);padding:110px 0}.Services-module___j7Hba__header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:56px;display:flex}.Services-module___j7Hba__eyebrow{color:var(--ink);margin-bottom:18px}.Services-module___j7Hba__headline{letter-spacing:-.015em;margin-bottom:0;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.15}.Services-module___j7Hba__viewAll{flex-shrink:0}.Services-module___j7Hba__grid{grid-template-columns:1fr 1.05fr;align-items:stretch;gap:56px;display:grid}.Services-module___j7Hba__accordion{flex-direction:column;gap:16px;display:flex}.Services-module___j7Hba__imageWrap{border-radius:24px;min-height:420px;position:relative;overflow:hidden}.Services-module___j7Hba__imageWrap img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.Services-module___j7Hba__card{background:var(--surface-deep);border-radius:18px;transition:background .3s;overflow:hidden}.Services-module___j7Hba__cardActive{background:var(--accent)}.Services-module___j7Hba__cardHead{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:18px;padding:20px 24px;display:flex}.Services-module___j7Hba__iconChip{width:46px;height:46px;color:var(--contrast);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s;display:inline-flex}.Services-module___j7Hba__cardActive .Services-module___j7Hba__iconChip{background:var(--contrast);color:#fff}.Services-module___j7Hba__cardTitle{color:var(--ink);margin:0;font-size:1.15rem;font-weight:600}.Services-module___j7Hba__cardActive .Services-module___j7Hba__cardTitle{color:var(--contrast)}.Services-module___j7Hba__cardBody{color:color-mix(in srgb, var(--contrast) 78%, transparent);padding:0 24px 24px 88px;font-size:.96rem;line-height:1.7}.Services-module___j7Hba__learnMore{color:var(--contrast);text-underline-offset:4px;align-items:center;gap:6px;margin-top:12px;font-size:.92rem;font-weight:600;text-decoration:underline;display:inline-flex}@media (max-width:992px){.Services-module___j7Hba__services{padding:80px 0}.Services-module___j7Hba__grid{grid-template-columns:1fr;gap:40px}.Services-module___j7Hba__imageWrap{min-height:0}.Services-module___j7Hba__imageWrap img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;position:static}}@media (max-width:640px){.Services-module___j7Hba__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px}.Services-module___j7Hba__eyebrow{justify-content:center}.Services-module___j7Hba__cardBody{padding-left:24px}}
.Process-module__QAdPqa__process{background:var(--surface);color:var(--ink);padding:110px 0}.Process-module__QAdPqa__header{text-align:center;margin-bottom:72px}.Process-module__QAdPqa__eyebrow{color:var(--ink);margin-bottom:18px}.Process-module__QAdPqa__headline{letter-spacing:-.015em;max-width:760px;margin:0 auto;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.18}.Process-module__QAdPqa__steps{grid-template-columns:repeat(3,1fr);gap:clamp(32px,5vw,96px);display:grid;position:relative}.Process-module__QAdPqa__step{text-align:center}.Process-module__QAdPqa__stepImage{aspect-ratio:1;border-radius:20px;max-width:340px;margin:0 auto;position:relative;overflow:hidden}.Process-module__QAdPqa__stepImage img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.Process-module__QAdPqa__stepImage:hover img{transform:scale(1.05)}.Process-module__QAdPqa__stepNum{background:var(--accent);width:58px;height:58px;color:var(--contrast);border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;font-weight:600;display:flex;position:absolute;top:14px;right:14px}.Process-module__QAdPqa__stepTitle{margin:30px 0 12px;font-size:1.3rem;font-weight:600}.Process-module__QAdPqa__stepBody{color:var(--color-text-light);max-width:340px;margin:0 auto;font-size:.96rem;line-height:1.75}.Process-module__QAdPqa__arrow{width:clamp(48px,6vw,96px);color:var(--contrast);pointer-events:none;position:absolute;top:34%}.Process-module__QAdPqa__arrow svg{width:100%;height:auto;display:block}.Process-module__QAdPqa__arrowA{left:calc(33.33% - clamp(24px,3vw,48px))}.Process-module__QAdPqa__arrowB{left:calc(66.66% - clamp(24px,3vw,48px));transform:scaleY(-1)}@media (max-width:992px){.Process-module__QAdPqa__process{padding:80px 0}.Process-module__QAdPqa__header{margin-bottom:48px}.Process-module__QAdPqa__steps{grid-template-columns:1fr;gap:48px}.Process-module__QAdPqa__arrow{display:none}}
.Industries-module__vZVEBG__industries{background:var(--contrast);color:var(--on-contrast);padding:110px 0;overflow:hidden}.Industries-module__vZVEBG__header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:56px;display:flex}.Industries-module__vZVEBG__eyebrow{color:var(--on-contrast-muted);margin-bottom:18px}.Industries-module__vZVEBG__eyebrow svg{color:var(--on-contrast)}.Industries-module__vZVEBG__headline{letter-spacing:-.015em;color:var(--on-contrast);margin-bottom:0;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.15}.Industries-module__vZVEBG__navBtns{flex-shrink:0;gap:10px;display:flex}.Industries-module__vZVEBG__navBtn{background:var(--accent);width:48px;height:48px;color:var(--contrast);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .25s;display:inline-flex}.Industries-module__vZVEBG__navBtn:hover{background:var(--pill-bg-hover)}.Industries-module__vZVEBG__navBtnGhost{background:var(--on-contrast-card);color:var(--on-contrast);border:1px solid var(--on-contrast-rule)}.Industries-module__vZVEBG__navBtnGhost:hover{background:#ffffff29}.Industries-module__vZVEBG__track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:24px;margin:-4px;padding:4px;display:flex;overflow-x:auto}.Industries-module__vZVEBG__track::-webkit-scrollbar{display:none}.Industries-module__vZVEBG__card{aspect-ratio:3/4;scroll-snap-align:start;background:var(--contrast-soft);border-radius:20px;flex:none;width:clamp(260px,24vw,340px);position:relative;overflow:hidden}.Industries-module__vZVEBG__card img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.Industries-module__vZVEBG__card:hover img{transform:scale(1.05)}.Industries-module__vZVEBG__titleBar{text-align:center;background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--contrast) 82%, transparent) 78%);padding:56px 18px 18px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.Industries-module__vZVEBG__titleBar h3{color:var(--on-contrast);margin:0;font-size:1.12rem;font-weight:600}.Industries-module__vZVEBG__detail{background:var(--accent);color:var(--contrast);text-align:center;opacity:0;border-radius:16px;padding:22px 20px;transition:opacity .3s,transform .3s;position:absolute;bottom:14px;left:14px;right:14px;transform:translateY(14px)}.Industries-module__vZVEBG__card:hover .Industries-module__vZVEBG__detail{opacity:1;transform:translateY(0)}.Industries-module__vZVEBG__card:hover .Industries-module__vZVEBG__titleBar{opacity:0}.Industries-module__vZVEBG__detail h3{margin:0 0 10px;font-size:1.08rem;font-weight:600}.Industries-module__vZVEBG__detail p{color:color-mix(in srgb, var(--contrast) 80%, transparent);margin:0;font-size:.9rem;line-height:1.6}.Industries-module__vZVEBG__detailLink{color:var(--contrast);text-underline-offset:4px;align-items:center;gap:6px;margin-top:14px;font-size:.9rem;font-weight:600;text-decoration:underline;display:inline-flex}.Industries-module__vZVEBG__viewAllWrap{text-align:center;margin-top:48px}@media (max-width:992px){.Industries-module__vZVEBG__industries{padding:80px 0}}@media (max-width:640px){.Industries-module__vZVEBG__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px}.Industries-module__vZVEBG__eyebrow{justify-content:center}.Industries-module__vZVEBG__card{width:78vw}}
.Team-module__Yp71DG__team{background:var(--surface);color:var(--ink);padding:110px 0}.Team-module__Yp71DG__header{text-align:center;margin-bottom:64px}.Team-module__Yp71DG__eyebrow{color:var(--ink);margin-bottom:18px}.Team-module__Yp71DG__headline{letter-spacing:-.015em;max-width:760px;margin:0 auto;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.18}.Team-module__Yp71DG__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.Team-module__Yp71DG__card{background:var(--surface-deep);border-radius:22px;padding:14px}.Team-module__Yp71DG__photoWrap{aspect-ratio:4/5;background:color-mix(in srgb, var(--surface) 80%, var(--contrast));border-radius:16px;transition:background .35s;position:relative;overflow:hidden}.Team-module__Yp71DG__cardActive .Team-module__Yp71DG__photoWrap{background:var(--accent)}.Team-module__Yp71DG__photoWrap img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.Team-module__Yp71DG__card:hover .Team-module__Yp71DG__photoWrap img{transform:scale(1.04)}.Team-module__Yp71DG__socials{flex-direction:column;gap:10px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Team-module__Yp71DG__socialIcon{width:40px;height:40px;color:var(--contrast);opacity:0;pointer-events:none;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s,background .25s;display:inline-flex;transform:translate(14px)}.Team-module__Yp71DG__cardActive .Team-module__Yp71DG__socialIcon{opacity:1;pointer-events:auto;transform:translate(0)}.Team-module__Yp71DG__socialIcon:hover{background:var(--contrast);color:#fff}.Team-module__Yp71DG__cardActive .Team-module__Yp71DG__socialIcon:nth-child(2){transition-delay:50ms}.Team-module__Yp71DG__cardActive .Team-module__Yp71DG__socialIcon:nth-child(3){transition-delay:.1s}.Team-module__Yp71DG__cardActive .Team-module__Yp71DG__socialIcon:nth-child(4){transition-delay:.15s}.Team-module__Yp71DG__caption{justify-content:space-between;align-items:center;gap:12px;padding:16px 10px 8px;display:flex}.Team-module__Yp71DG__name{margin:0;font-size:1.12rem;font-weight:600}.Team-module__Yp71DG__role{color:var(--color-text-light);margin:2px 0 0;font-size:.88rem}.Team-module__Yp71DG__toggle{border:1.5px solid var(--rule);width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.Team-module__Yp71DG__toggle:hover{border-color:var(--ink)}.Team-module__Yp71DG__cardActive .Team-module__Yp71DG__toggle{background:var(--contrast);border-color:var(--contrast);color:#fff;transform:rotate(45deg)}.Team-module__Yp71DG__viewAllWrap{text-align:center;margin-top:52px}@media (max-width:992px){.Team-module__Yp71DG__team{padding:80px 0}.Team-module__Yp71DG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Team-module__Yp71DG__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}
.Testimonials-module__gd_spG__testimonials{background:color-mix(in srgb, var(--surface) 93%, var(--contrast));color:var(--ink);padding:110px 0}.Testimonials-module__gd_spG__header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:56px;display:flex}.Testimonials-module__gd_spG__eyebrow{color:var(--ink);margin-bottom:18px}.Testimonials-module__gd_spG__headline{letter-spacing:-.015em;margin-bottom:0;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.15}.Testimonials-module__gd_spG__moreWrap{flex-shrink:0}.Testimonials-module__gd_spG__grid{grid-template-columns:1fr 1.05fr;align-items:stretch;gap:56px;display:grid}.Testimonials-module__gd_spG__quoteCol{flex-direction:column;display:flex}.Testimonials-module__gd_spG__quoteCard{background:var(--surface-deep);border-radius:24px;flex:1;padding:44px 44px 36px}.Testimonials-module__gd_spG__stars{color:var(--accent-alt);gap:5px;margin-bottom:26px;display:flex}.Testimonials-module__gd_spG__quoteText{color:var(--ink);margin:0 0 32px;font-size:1.22rem;line-height:1.65}.Testimonials-module__gd_spG__author{justify-content:space-between;align-items:center;gap:16px;display:flex}.Testimonials-module__gd_spG__authorInfo{align-items:center;gap:14px;display:flex}.Testimonials-module__gd_spG__avatar{background:var(--accent);width:52px;height:52px;color:var(--contrast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden}.Testimonials-module__gd_spG__avatar img{object-fit:cover;width:100%;height:100%}.Testimonials-module__gd_spG__authorName{margin:0;font-size:1.02rem;font-weight:600}.Testimonials-module__gd_spG__authorRole{color:var(--color-text-light);margin:2px 0 0;font-size:.86rem}.Testimonials-module__gd_spG__source{color:var(--color-text-light);font-size:1.05rem;font-weight:600}.Testimonials-module__gd_spG__navBtns{gap:10px;margin-top:28px;display:flex}.Testimonials-module__gd_spG__navBtn{background:var(--accent);width:48px;height:48px;color:var(--contrast);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .25s;display:inline-flex}.Testimonials-module__gd_spG__navBtn:hover{background:var(--pill-bg-hover)}.Testimonials-module__gd_spG__navBtnGhost{color:var(--ink);background:#fff}.Testimonials-module__gd_spG__navBtnGhost:hover{background:var(--surface-deep)}.Testimonials-module__gd_spG__imageWrap{border-radius:24px;min-height:420px;position:relative;overflow:hidden}.Testimonials-module__gd_spG__imageWrap img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (max-width:992px){.Testimonials-module__gd_spG__testimonials{padding:80px 0}.Testimonials-module__gd_spG__grid{grid-template-columns:1fr;gap:36px}.Testimonials-module__gd_spG__imageWrap{min-height:0}.Testimonials-module__gd_spG__imageWrap img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;position:static}.Testimonials-module__gd_spG__quoteCard{padding:32px 28px}}@media (max-width:640px){.Testimonials-module__gd_spG__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px}.Testimonials-module__gd_spG__eyebrow,.Testimonials-module__gd_spG__navBtns{justify-content:center}}
.Insights-module__5Iw5za__insights{background:var(--surface);color:var(--ink);padding:110px 0}.Insights-module__5Iw5za__header{text-align:center;margin-bottom:72px}.Insights-module__5Iw5za__eyebrow{color:var(--ink);margin-bottom:18px}.Insights-module__5Iw5za__headline{letter-spacing:-.015em;max-width:760px;margin:0 auto;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.18}.Insights-module__5Iw5za__grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:28px;display:grid}.Insights-module__5Iw5za__card{text-align:left}@media (min-width:993px){.Insights-module__5Iw5za__card:nth-child(2n){margin-top:56px}}.Insights-module__5Iw5za__cardImage{aspect-ratio:1;border-radius:18px;margin-bottom:20px;overflow:hidden}.Insights-module__5Iw5za__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.Insights-module__5Iw5za__card:hover .Insights-module__5Iw5za__cardImage img{transform:scale(1.05)}.Insights-module__5Iw5za__date{color:var(--color-text-light);align-items:center;gap:8px;margin-bottom:10px;font-size:.88rem;display:inline-flex}.Insights-module__5Iw5za__title{margin:0 0 12px;font-size:1.12rem;font-weight:600;line-height:1.4}.Insights-module__5Iw5za__readMore{color:var(--ink);text-underline-offset:4px;align-items:center;gap:6px;font-size:.92rem;font-weight:600;text-decoration:underline;display:inline-flex}.Insights-module__5Iw5za__readMore:hover{color:var(--accent-deep)}@media (max-width:992px){.Insights-module__5Iw5za__insights{padding:80px 0}.Insights-module__5Iw5za__header{margin-bottom:48px}.Insights-module__5Iw5za__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Insights-module__5Iw5za__grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.Insights-module__5Iw5za__card{text-align:center}.Insights-module__5Iw5za__date{justify-content:center}}
.Cta-module__m-sh5W__cta{background:var(--contrast);color:var(--on-contrast);padding:110px 0}.Cta-module__m-sh5W__header{text-align:center;margin-bottom:64px}.Cta-module__m-sh5W__eyebrow{color:var(--on-contrast-muted);margin-bottom:18px}.Cta-module__m-sh5W__eyebrow svg{color:var(--on-contrast)}.Cta-module__m-sh5W__headline{letter-spacing:-.015em;color:var(--on-contrast);max-width:800px;margin:0 auto;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.18}.Cta-module__m-sh5W__grid{grid-template-columns:1fr 1.35fr;align-items:stretch;gap:28px;display:grid}.Cta-module__m-sh5W__panel{background:var(--on-contrast-card);border:1px solid var(--on-contrast-rule);border-radius:24px;padding:40px 38px}.Cta-module__m-sh5W__panelTitle{color:var(--on-contrast);margin:0 0 14px;font-size:1.35rem;font-weight:600}.Cta-module__m-sh5W__panelBody{color:var(--on-contrast-muted);margin:0 0 30px;font-size:.98rem;line-height:1.75}.Cta-module__m-sh5W__divider{border:none;border-top:1px solid var(--on-contrast-rule);margin:0 0 30px}.Cta-module__m-sh5W__row{align-items:center;gap:18px;margin-bottom:24px;display:flex}.Cta-module__m-sh5W__row:last-child{margin-bottom:0}.Cta-module__m-sh5W__rowIcon{width:52px;height:52px;color:var(--on-contrast);background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Cta-module__m-sh5W__row:nth-child(2n) .Cta-module__m-sh5W__rowIcon{background:var(--accent);color:var(--contrast)}.Cta-module__m-sh5W__rowLabel{color:var(--on-contrast);margin:0 0 3px;font-size:1.02rem;font-weight:600}.Cta-module__m-sh5W__rowValue{color:var(--on-contrast-muted);font-size:.95rem;line-height:1.6}.Cta-module__m-sh5W__rowValue a{color:inherit;text-decoration:none}.Cta-module__m-sh5W__rowValue a:hover{color:var(--on-contrast)}.Cta-module__m-sh5W__actions{flex-wrap:wrap;gap:14px;display:flex}@media (max-width:992px){.Cta-module__m-sh5W__cta{padding:80px 0}.Cta-module__m-sh5W__grid{grid-template-columns:1fr}.Cta-module__m-sh5W__panel{padding:32px 26px}}
.About-module__x4nAiW__story{background:var(--surface);color:var(--ink);padding:110px 0}.About-module__x4nAiW__storyGrid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.About-module__x4nAiW__eyebrow{color:var(--ink);margin-bottom:18px}.About-module__x4nAiW__storyTitle{letter-spacing:-.015em;margin-bottom:26px;font-size:clamp(1.7rem,1.8vw + .8rem,2.6rem);font-weight:600;line-height:1.2}.About-module__x4nAiW__storyBody p{color:var(--color-text-light);margin:0 0 18px;font-size:1rem;line-height:1.8}.About-module__x4nAiW__storyBody p:last-child{margin-bottom:0}.About-module__x4nAiW__storyImage{aspect-ratio:4/3;border-radius:24px;overflow:hidden}.About-module__x4nAiW__storyImage img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.About-module__x4nAiW__storyImage:hover img{transform:scale(1.04)}.About-module__x4nAiW__values{background:color-mix(in srgb, var(--surface) 93%, var(--contrast));color:var(--ink);padding:110px 0}.About-module__x4nAiW__valuesHeader{text-align:center;margin-bottom:64px}.About-module__x4nAiW__valuesHeader .About-module__x4nAiW__eyebrow{justify-content:center}.About-module__x4nAiW__valuesHeadline{letter-spacing:-.015em;max-width:760px;margin:0 auto;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.18}.About-module__x4nAiW__valuesGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.About-module__x4nAiW__valueCard{background:var(--surface-deep);border-radius:20px;padding:34px 30px;transition:transform .3s}.About-module__x4nAiW__valueCard:hover{transform:translateY(-6px)}.About-module__x4nAiW__valueIcon{background:var(--accent);width:52px;height:52px;color:var(--contrast);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.About-module__x4nAiW__valueTitle{margin:0 0 10px;font-size:1.15rem;font-weight:600}.About-module__x4nAiW__valueBody{color:var(--color-text-light);margin:0;font-size:.95rem;line-height:1.7}.About-module__x4nAiW__team{background:var(--surface);color:var(--ink);padding:110px 0}.About-module__x4nAiW__teamHeader{text-align:center;margin-bottom:64px}.About-module__x4nAiW__teamHeader .About-module__x4nAiW__eyebrow{justify-content:center}.About-module__x4nAiW__teamGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.About-module__x4nAiW__memberCard{background:var(--surface-deep);text-align:center;border-radius:22px;padding:14px 14px 20px}.About-module__x4nAiW__memberPhoto{aspect-ratio:4/5;border-radius:16px;margin-bottom:18px;overflow:hidden}.About-module__x4nAiW__memberPhoto img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.About-module__x4nAiW__memberCard:hover .About-module__x4nAiW__memberPhoto img{transform:scale(1.04)}.About-module__x4nAiW__memberName{margin:0;font-size:1.12rem;font-weight:600}.About-module__x4nAiW__memberRole{color:var(--color-text-light);margin:4px 0 0;font-size:.88rem}.About-module__x4nAiW__memberBio{color:var(--color-text-light);max-width:300px;margin:12px auto 0;font-size:.92rem;line-height:1.65}@media (max-width:992px){.About-module__x4nAiW__story,.About-module__x4nAiW__values,.About-module__x4nAiW__team{padding:80px 0}.About-module__x4nAiW__storyGrid{grid-template-columns:1fr;gap:40px}.About-module__x4nAiW__valuesGrid,.About-module__x4nAiW__teamGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.About-module__x4nAiW__valuesGrid,.About-module__x4nAiW__teamGrid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.About-module__x4nAiW__storyTitle,.About-module__x4nAiW__storyBody p{text-align:center}.About-module__x4nAiW__eyebrow{justify-content:center;width:100%}}
.ServicesPage-module__xNhyXG__list{background:var(--surface);color:var(--ink);padding:110px 0}.ServicesPage-module__xNhyXG__blocks{flex-direction:column;gap:28px;display:flex}.ServicesPage-module__xNhyXG__block{background:var(--surface-deep);border-radius:24px;padding:44px 42px;scroll-margin-top:120px}.ServicesPage-module__xNhyXG__groupHeader{max-width:720px;margin-bottom:32px}.ServicesPage-module__xNhyXG__blockTitle{margin:0;font-size:clamp(1.35rem,1.2vw + .8rem,1.75rem);font-weight:600}.ServicesPage-module__xNhyXG__groupSubtitle{color:var(--accent-deep);margin:8px 0 0;font-size:.98rem;font-weight:500}.ServicesPage-module__xNhyXG__groupIntro{color:var(--color-text-light);margin:14px 0 0;font-size:.97rem;line-height:1.75}.ServicesPage-module__xNhyXG__groupItems{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ServicesPage-module__xNhyXG__groupItem{background:var(--surface);border-radius:16px;padding:22px 24px}.ServicesPage-module__xNhyXG__itemName{margin:0 0 8px;font-size:1.02rem;font-weight:600}.ServicesPage-module__xNhyXG__itemBody{color:var(--color-text-light);margin:0;font-size:.93rem;line-height:1.65}.ServicesPage-module__xNhyXG__process{background:color-mix(in srgb, var(--surface) 93%, var(--contrast));color:var(--ink);padding:110px 0}.ServicesPage-module__xNhyXG__processHeader{text-align:center;margin-bottom:64px}.ServicesPage-module__xNhyXG__processHeader .ServicesPage-module__xNhyXG__eyebrow{justify-content:center}.ServicesPage-module__xNhyXG__eyebrow{color:var(--ink);margin-bottom:18px}.ServicesPage-module__xNhyXG__processHeadline{letter-spacing:-.015em;max-width:760px;margin:0 auto;font-size:clamp(1.9rem,2.2vw + .9rem,3.1rem);font-weight:600;line-height:1.18}.ServicesPage-module__xNhyXG__processGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ServicesPage-module__xNhyXG__stepCard{background:var(--surface-deep);border-radius:20px;padding:34px 30px}.ServicesPage-module__xNhyXG__stepNumber{background:var(--accent);width:52px;height:52px;color:var(--contrast);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.05rem;font-weight:600;display:inline-flex}.ServicesPage-module__xNhyXG__stepTitle{margin:0 0 10px;font-size:1.15rem;font-weight:600}.ServicesPage-module__xNhyXG__stepBody{color:var(--color-text-light);margin:0;font-size:.95rem;line-height:1.7}@media (max-width:992px){.ServicesPage-module__xNhyXG__list,.ServicesPage-module__xNhyXG__process{padding:80px 0}.ServicesPage-module__xNhyXG__processGrid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media (max-width:768px){.ServicesPage-module__xNhyXG__block{padding:30px 24px}.ServicesPage-module__xNhyXG__groupItems{grid-template-columns:1fr}}
.ServiceDetail-module__SmTE6a__backLink{color:var(--on-contrast-muted);align-items:center;gap:8px;margin-bottom:26px;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.ServiceDetail-module__SmTE6a__backLink:hover{color:var(--on-contrast)}.ServiceDetail-module__SmTE6a__content{background:var(--surface);color:var(--ink);padding:100px 0}.ServiceDetail-module__SmTE6a__contentGrid{grid-template-columns:1.5fr 1fr;align-items:start;gap:64px;display:grid}.ServiceDetail-module__SmTE6a__prose{color:var(--color-text-light);font-size:1rem;line-height:1.85}.ServiceDetail-module__SmTE6a__prose .ServiceDetail-module__SmTE6a__lead{color:var(--ink);margin-bottom:26px;font-size:1.18rem;line-height:1.7}.ServiceDetail-module__SmTE6a__prose p{margin:0 0 18px}.ServiceDetail-module__SmTE6a__prose h3{color:var(--ink);margin:34px 0 14px;font-size:1.3rem;font-weight:600}.ServiceDetail-module__SmTE6a__sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:120px}.ServiceDetail-module__SmTE6a__benefitsCard{background:var(--surface-deep);border-radius:20px;padding:32px 30px}.ServiceDetail-module__SmTE6a__benefitsTitle{margin:0 0 20px;font-size:1.15rem;font-weight:600}.ServiceDetail-module__SmTE6a__benefitsList{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.ServiceDetail-module__SmTE6a__benefitsList li{color:var(--color-text-light);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.55;display:flex}.ServiceDetail-module__SmTE6a__benefitsList svg{color:var(--accent-deep);flex-shrink:0;margin-top:2px}.ServiceDetail-module__SmTE6a__consultCard{background:var(--contrast);color:var(--on-contrast);text-align:center;border-radius:20px;padding:32px 30px}.ServiceDetail-module__SmTE6a__consultTitle{color:var(--on-contrast);margin:0 0 10px;font-size:1.15rem;font-weight:600}.ServiceDetail-module__SmTE6a__consultBody{color:var(--on-contrast-muted);margin:0 0 22px;font-size:.92rem;line-height:1.65}.ServiceDetail-module__SmTE6a__notFound{text-align:center;background:var(--surface);color:var(--ink);padding:200px 0 120px}.ServiceDetail-module__SmTE6a__notFound h2{margin-bottom:24px;font-size:1.8rem;font-weight:600}@media (max-width:992px){.ServiceDetail-module__SmTE6a__content{padding:72px 0}.ServiceDetail-module__SmTE6a__contentGrid{grid-template-columns:1fr;gap:40px}.ServiceDetail-module__SmTE6a__sidebar{position:static}}
.IndustriesPage-module__68ZKta__list{background:var(--surface);color:var(--ink);padding:110px 0}.IndustriesPage-module__68ZKta__grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.IndustriesPage-module__68ZKta__card{background:var(--surface-deep);border-radius:22px;padding:14px 14px 26px}.IndustriesPage-module__68ZKta__cardImage{aspect-ratio:16/9;border-radius:16px;margin-bottom:22px;overflow:hidden}.IndustriesPage-module__68ZKta__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.IndustriesPage-module__68ZKta__card:hover .IndustriesPage-module__68ZKta__cardImage img{transform:scale(1.04)}.IndustriesPage-module__68ZKta__cardContent{padding:0 14px}.IndustriesPage-module__68ZKta__cardTitle{margin:0 0 10px;font-size:1.25rem;font-weight:600}.IndustriesPage-module__68ZKta__cardBody{color:var(--color-text-light);margin:0;font-size:.96rem;line-height:1.7}@media (max-width:992px){.IndustriesPage-module__68ZKta__list{padding:80px 0}}@media (max-width:768px){.IndustriesPage-module__68ZKta__grid{grid-template-columns:1fr}}
.SchedulePage-module__fgY39q__body{background:var(--surface);color:var(--ink);padding:90px 0 110px}.SchedulePage-module__fgY39q__grid{grid-template-columns:1.6fr 1fr;align-items:start;gap:28px;display:grid}.SchedulePage-module__fgY39q__bookCard{background:var(--surface-deep);border-radius:24px;padding:24px}.SchedulePage-module__fgY39q__embed{background:#fff;border-radius:16px;display:block}.SchedulePage-module__fgY39q__embedFallback{text-align:center;color:var(--color-text-light);margin:14px 0 4px;font-size:.9rem}.SchedulePage-module__fgY39q__embedFallback a{color:var(--accent-deep);font-weight:600}.SchedulePage-module__fgY39q__placeholder{text-align:center;padding:72px 32px}.SchedulePage-module__fgY39q__placeholderBadge{background:var(--accent-soft);color:var(--ink);border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:.88rem;font-weight:600;display:inline-flex}.SchedulePage-module__fgY39q__placeholder h2{margin:0 0 12px;font-size:1.5rem;font-weight:600}.SchedulePage-module__fgY39q__placeholder p{color:var(--color-text-light);max-width:380px;margin:0 auto 28px;font-size:.98rem;line-height:1.7}.SchedulePage-module__fgY39q__sidebar{flex-direction:column;gap:20px;display:flex}.SchedulePage-module__fgY39q__infoCard{background:var(--surface-deep);border-radius:20px;padding:28px 26px}.SchedulePage-module__fgY39q__infoIcon{background:var(--accent);width:48px;height:48px;color:var(--contrast);border-radius:13px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.SchedulePage-module__fgY39q__infoCard h3{margin:0 0 8px;font-size:1.05rem;font-weight:600}.SchedulePage-module__fgY39q__infoCard p{color:var(--color-text-light);margin:0;font-size:.93rem;line-height:1.65}@media (max-width:992px){.SchedulePage-module__fgY39q__body{padding:64px 0 80px}.SchedulePage-module__fgY39q__grid{grid-template-columns:1fr}}
.ClientPortalPage-module__v1hnzW__body{background:var(--surface);color:var(--ink);padding:90px 0 110px}.ClientPortalPage-module__v1hnzW__featureGrid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:880px;margin:0 auto;display:grid}.ClientPortalPage-module__v1hnzW__featureCard{background:var(--surface-deep);border-radius:18px;align-items:flex-start;gap:16px;padding:26px;display:flex}.ClientPortalPage-module__v1hnzW__featureIcon{background:var(--accent);width:44px;height:44px;color:var(--contrast);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ClientPortalPage-module__v1hnzW__featureCard h3{margin:0 0 6px;font-size:1.02rem;font-weight:600}.ClientPortalPage-module__v1hnzW__featureCard p{color:var(--color-text-light);margin:0;font-size:.92rem;line-height:1.65}.ClientPortalPage-module__v1hnzW__actions{text-align:center;margin-top:48px}.ClientPortalPage-module__v1hnzW__note{color:var(--color-text-light);max-width:460px;margin:0 auto;font-size:.95rem;line-height:1.7}@media (max-width:768px){.ClientPortalPage-module__v1hnzW__body{padding:64px 0 80px}.ClientPortalPage-module__v1hnzW__featureGrid{grid-template-columns:1fr}}
