@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--site-nav-h: 76px}.site-nav-root{--sn-bg: #fcfcfa;--sn-text: #111110;--sn-muted: #6b6b68;--sn-line: #e3e2dd;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.site-nav-root *{box-sizing:border-box}.site-nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:var(--site-nav-h);padding:0 3rem;background:var(--sn-bg)}.site-nav-brand{display:inline-flex;align-items:center;color:var(--sn-text);text-decoration:none;white-space:nowrap}.site-nav-brand-mark{height:26px;width:auto;display:block;filter:invert(1)}.site-nav-links{display:flex;align-items:center;gap:2.1rem}.site-nav-links a{font-size:.72rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--sn-text);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;margin:0;font-family:inherit;line-height:normal;-moz-appearance:none;appearance:none;-webkit-appearance:none;white-space:nowrap;transition:font-weight .1s ease}.site-nav-links a:hover{font-weight:600}.site-nav-links a.is-active{font-weight:700}.site-nav-actions{display:flex;align-items:center;gap:1rem}.site-nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--sn-text);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;padding:.75rem 1.4rem;border-radius:999px;white-space:nowrap;transition:opacity .15s ease}.site-nav-cta:hover{opacity:.82}.site-nav-cta .service-arrow{width:14px;height:14px;transition:transform .22s ease}.site-nav-cta:hover .service-arrow{transform:translate(4px)}.site-nav-menu-btn{display:none;align-items:center;justify-content:center;background:none;border:none;color:var(--sn-text);cursor:pointer;padding:4px}.site-nav-mobile-menu{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 1.5rem 1.5rem;background:var(--sn-bg);border-bottom:1px solid var(--sn-line);position:fixed;top:var(--site-nav-h);left:0;right:0;max-height:calc(100vh - var(--site-nav-h));max-height:calc(100svh - var(--site-nav-h));overflow-y:auto;z-index:190}.site-nav-mobile-menu a{display:block;width:100%;text-align:left;padding:.85rem .25rem;font-size:.95rem;font-weight:500;color:var(--sn-text);text-decoration:none;background:none;border:none;border-bottom:1px solid var(--sn-line);font-family:inherit;cursor:pointer}.site-nav-mobile-menu a.is-active{font-weight:700}.site-nav-cta-mobile{margin-top:1rem;align-self:flex-start}@media (max-width: 990px){.site-nav-links,.site-nav-cta{display:none}.site-nav-menu-btn{display:inline-flex}.site-nav{padding:0 1.25rem}}.home-hero-categories{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;width:100%;padding:1.6rem 1.25rem;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.home-hero-categories *{box-sizing:border-box}.home-hero-category{display:inline-flex;align-items:center;gap:.3rem;font-size:.64rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#3a3a37;text-decoration:none;padding:0 1.1rem;white-space:nowrap;transition:font-weight .1s ease}.home-hero-category:hover{font-weight:700}.home-hero-category-chevron{display:none}@media (max-width: 1310px){.home-hero-categories{flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:0;padding:0;max-width:760px;margin:0 auto;border-top:1px solid #e3e2dd}.home-hero-category{justify-content:space-between;width:100%;font-size:.8rem;letter-spacing:.6px;padding:1.1rem 0;border-bottom:1px solid #e3e2dd}.home-hero-category-chevron{display:inline-flex;flex-shrink:0;color:#6b6b68}}@media (max-width: 800px){.home-hero-categories{width:auto;max-width:none;margin:0 1.25rem;padding:0}}@media (max-width: 640px){.home-hero-category{padding:1rem 0;font-size:.76rem}}.home-hero{--hh-bg: #fcfcfa;--hh-text: #111110;--hh-muted: #6b6b68;--hh-line: #e3e2dd;position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:100svh;width:100%;background:var(--hh-bg);color:var(--hh-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.home-hero *{box-sizing:border-box}.home-hero-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem 8rem;gap:1.75rem}.home-hero-logo-mark{width:76px;height:76px;object-fit:contain}.home-hero-heading{margin:0;font-size:clamp(2.1rem,5vw,3.6rem);font-weight:400;line-height:1.18;letter-spacing:-.5px;color:var(--hh-text);max-width:22ch}.home-hero-divider{display:flex;align-items:center;gap:.9rem;width:min(320px,60vw)}.home-hero-divider-line{flex:1;height:1px;background:var(--hh-line)}.home-hero-divider-leaf{display:inline-flex;color:#d52b1e;font-size:1.05rem;line-height:1}.home-hero-subtitle{margin:0;font-size:1rem;font-weight:400;color:var(--hh-muted);letter-spacing:.2px}.home-hero>.home-hero-categories{position:absolute;left:0;right:0;bottom:0}@media (max-width: 1310px){.home-hero>.home-hero-categories{position:static}.home-hero-body{padding-bottom:2.5rem}}@media (max-width: 640px){.home-hero-heading{font-size:clamp(1.7rem,8vw,2.4rem);letter-spacing:-.2px}.home-hero-heading-break{display:none}}.global-footer{max-width:1500px;margin:0 auto;padding:3.5rem 3rem 2.5rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-sizing:border-box}.global-footer *{box-sizing:border-box}.global-footer-inner{border-top:1px solid #e3e2dd;padding-top:2.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.global-footer-brand{flex-shrink:0}.global-footer-logo{height:26px;width:auto;display:block;filter:invert(1)}.global-footer-columns{display:flex;gap:4.5rem}.global-footer-col{display:flex;flex-direction:column;gap:1rem;min-width:160px}.global-footer-col-heading{font-size:.85rem;font-weight:700;color:#111110;margin:0 0 .25rem}.global-footer-link{font-size:.85rem;font-weight:400;color:#6b6b68;text-decoration:none;transition:color .15s ease}.global-footer-link:hover{color:#111110}.global-footer-bottom{margin-top:3.5rem;text-align:center}.global-footer-bottom p{font-size:.82rem;color:#6b6b68;margin:0}@media (max-width: 960px){.global-footer{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 700px){.global-footer-inner{flex-direction:column;gap:2.5rem}.global-footer-columns{gap:2.5rem;flex-wrap:wrap}.global-footer-col{min-width:140px}.global-footer-bottom{margin-top:2.5rem;text-align:left}}.impact-page{--ip-bg: #fcfcfa;--ip-text: #111110;--ip-muted: #6b6b68;--ip-line: #e3e2dd;background:var(--ip-bg);color:var(--ip-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.impact-page *{box-sizing:border-box}.impact-hero{max-width:1000px;margin:0;padding:4.5rem 3rem 1rem}.impact-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--ip-muted);margin:0 0 1rem}.impact-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:16ch}.impact-subtitle{font-size:1.05rem;line-height:1.75;color:#2a2a28;max-width:900px;margin:0}.impact-pillars{max-width:1500px;margin:3.5rem 0 0;padding:0 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.impact-pillar{border:1px solid var(--ip-line);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.9rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.impact-pillar:hover{border-color:var(--ip-text);transform:translateY(-4px);box-shadow:0 12px 24px #0206170f}.impact-pillar-index{font-size:.72rem;font-weight:700;letter-spacing:1px;color:var(--ip-muted)}.impact-pillar h2{font-size:1.25rem;font-weight:600;margin:0;letter-spacing:-.2px}.impact-pillar p{font-size:.95rem;line-height:1.65;color:var(--ip-muted);margin:0;flex:1}.impact-pillar-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--ip-text);text-decoration:none;margin-top:.25rem}.impact-pillar-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.impact-pillar-link:hover .service-arrow{transform:translate(6px)}.impact-case{max-width:1500px;margin:4.5rem 0 0;padding:0 3rem}.impact-case-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--ip-muted);margin:0 0 1.25rem}.impact-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.impact-case-inner{background:#f5f4ef;border:1px solid transparent;border-radius:16px;padding:2.5rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.impact-case-inner:hover{border-color:var(--ip-text);transform:translateY(-4px);box-shadow:0 12px 24px #0206170f}.impact-case h2{font-size:1.4rem;font-weight:600;margin:0 0 .9rem;letter-spacing:-.2px}.impact-case-title-link{display:inline-block;color:inherit;text-decoration:none}.impact-case-title-link h2{transition:opacity .15s ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px;transition:opacity .15s ease,text-decoration-color .15s ease}.impact-case-title-link:hover h2{opacity:.7;text-decoration-color:currentColor}.impact-case p{font-size:1rem;line-height:1.7;color:#2a2a28;margin:0 0 1.25rem}.impact-case-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--ip-text);text-decoration:none}.impact-case-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.impact-case-link:hover .service-arrow{transform:translate(6px)}@media (max-width: 960px){.impact-hero,.impact-pillars,.impact-case{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 1100px){.impact-pillars{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.impact-pillars,.impact-case-grid{grid-template-columns:1fr}.impact-case-inner{padding:2rem}}@media (max-width: 640px){.impact-hero{padding-top:3rem;padding-bottom:.5rem}.impact-pillar,.impact-case-inner{padding:1.5rem}}.industry-carousel{width:100%;overflow:hidden;margin:2.5rem 0;background:#3b82f60a;border-radius:16px;padding:1.2rem 0}.industry-carousel-track{display:flex;align-items:center;gap:2.5rem;width:max-content;will-change:transform}.industry-carousel:hover .industry-carousel-track{animation-play-state:paused!important}@keyframes industry-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.industry-carousel-img-wrapper{position:relative;display:flex;flex-shrink:0;margin:0 .5rem;border-radius:10px;overflow:hidden;cursor:pointer}.industry-carousel-img{width:420px;height:250px;object-fit:cover;border-radius:10px;display:block;transition:filter .25s ease}.industry-carousel-img-wrapper:hover .industry-carousel-img{filter:brightness(.55)}.industry-carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.industry-carousel-img-wrapper:hover .industry-carousel-overlay{opacity:1}.industry-carousel-overlay span{color:#fff;font-size:1.15rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@media (max-width: 700px){.industry-carousel-img{width:70px;height:70px}.industry-carousel-img-wrapper{min-width:110px;max-width:120px}.industry-carousel-overlay span{font-size:.6rem;letter-spacing:.3px}}.services-page{--sv-bg: #fcfcfa;--sv-text: #111110;--sv-muted: #6b6b68;--sv-line: #e3e2dd;background:var(--sv-bg);color:var(--sv-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.services-page *{box-sizing:border-box}.services-hero{max-width:1000px;margin:0;padding:4.5rem 3rem 1rem}.services-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--sv-muted);margin:0 0 1rem}.services-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:18ch}.services-subtitle{font-size:1.05rem;line-height:1.75;color:#2a2a28;max-width:900px;margin:0}.services-grid{max-width:1500px;margin:3.5rem 0 2.5rem;padding:0 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.services-industries{max-width:1500px;margin:0 auto;padding:2.5rem 3rem 1.5rem}.services-industries-heading{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--sv-muted);margin:0}.services-page>.industry-carousel{background:#f2f1ec;border-radius:0;margin:0 0 3rem}.services-card{border:1px solid var(--sv-line);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.9rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.services-card:hover{border-color:var(--sv-text);transform:translateY(-4px);box-shadow:0 12px 24px #0206170f}.services-card h2{font-size:1.25rem;font-weight:600;margin:0;letter-spacing:-.2px}.services-card p{font-size:.95rem;line-height:1.65;color:var(--sv-muted);margin:0;flex:1}.services-card-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;margin-top:.25rem}.services-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--sv-text);text-decoration:none;transition:font-weight .1s ease}.services-card-link:hover{font-weight:700}.services-card-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.services-card-link:hover .service-arrow{transform:translate(6px)}@media (max-width: 960px){.services-hero,.services-grid{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.services-grid{grid-template-columns:1fr}}@media (max-width: 640px){.services-hero{padding-top:3rem;padding-bottom:.5rem}.services-card{padding:1.5rem}}.mobile-nav a,.mobile-services-btn{display:block;color:#fff;text-decoration:none;font-size:1rem;padding:.8rem 1.2rem;border-radius:6px;margin:.1rem 0;background:none;transition:background .15s,color .15s;border:none;text-align:left;width:100%}.mobile-nav a:hover,.mobile-nav a:focus,.mobile-services-btn:hover,.mobile-services-btn:focus{background:#3b82f6;color:#fff}.nav-dropdown-btn{background:none;border:none!important;color:var(--text-color);font:inherit;font-weight:500;cursor:pointer;display:flex;align-items:center;padding:0;transition:color .15s;box-shadow:none}.site-header{--header-height: 64px;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;gap:1rem;height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:80;background:var(--bg);box-shadow:0 2px 8px #02061766}.logo-placeholder{color:var(--text-color);font-weight:700;font-size:1rem}.logo-link{display:inline-flex;align-items:center}.site-logo{height:36px;width:auto;display:block;object-fit:contain}.header-right{display:flex;align-items:center;gap:1rem}.header-nav{display:flex;gap:1.25rem;align-items:center}.nav-dropdown-wrapper{position:relative;display:inline-block}.nav-dropdown-btn{background:none;border:none;color:var(--text-color);font:inherit;font-weight:500;cursor:pointer;display:flex;align-items:center;padding:0;transition:color .15s}.nav-dropdown-btn:focus{outline-offset:2px}.nav-dropdown-modal{position:absolute;top:110%;left:0;min-width:220px;background:#18181b;border-radius:10px;box-shadow:0 4px 24px #0000002e;padding:.5rem;z-index:100;animation:dropdown-fade-in .18s ease}.nav-dropdown-list{list-style:none;margin:0;padding:0}.nav-dropdown-list li{margin:.2rem 0}.nav-dropdown-list a{display:block;color:#e5e7eb;text-decoration:none;font-size:1rem;padding:.5rem .8rem;border-radius:6px;transition:background .15s,color .15s}.nav-dropdown-list a:hover{background:#3b82f6;color:#fff}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-nav a{color:var(--text-color);text-decoration:none;font-weight:400;transition:color .15s ease}.btn-learn-more{font-weight:400}.header-nav:hover a{color:#94a3b8}.header-nav a:hover{color:var(--text-color)}.header-actions{display:flex;align-items:center}.menu-button{display:none}@media (max-width: 768px){.site-header{padding:10px 12px;gap:.5rem;height:var(--header-height)}.header-nav{gap:.75rem;font-size:14px}}@media (max-width: 700px){.header-nav{display:none}.menu-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--text-color);cursor:pointer;padding:6px;margin-left:6px}.menu-button:hover,.menu-button:active{background:transparent}.menu-button .menu-icon,.menu-button svg{color:var(--text-color);fill:currentColor;stroke:currentColor;display:inline-block}.menu-button:focus{outline:2px solid rgba(255,255,255,.15);outline-offset:2px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#0000;pointer-events:none;opacity:0;transition:background .25s ease,opacity .25s ease;z-index:60}.drawer-overlay.open{background:#00000073;pointer-events:auto;opacity:1}.mobile-drawer{width:320px;max-width:85%;height:100%;background:var(--bg);padding:20px;transform:translate(100%);transition:transform .28s cubic-bezier(.2,.9,.3,1);box-shadow:-8px 0 24px #02061799;color:var(--text-color);display:flex;flex-direction:column;gap:12px;position:relative}.drawer-overlay.open .mobile-drawer{transform:translate(0)}.mobile-nav{display:flex;flex-direction:column;gap:18px;margin-top:18px}.site-logo{height:30px}.mobile-nav a{color:var(--text-color);text-decoration:none;font-size:18px;font-weight:600}.drawer-close{position:absolute;top:12px;right:12px;background:transparent;border:0;color:var(--text-color);padding:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.drawer-close:focus{outline:2px solid rgba(255,255,255,.12);outline-offset:2px}.drawer-close svg{color:currentColor;fill:currentColor;stroke:currentColor}}body{padding-top:var(--header-height)}.site-footer{width:100%;background:#000;color:var(--text-color, #fff);padding:2.5rem 0 1.2rem;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.footer-columns{display:flex;gap:8rem;justify-content:center;width:100%}.footer-col{display:flex;flex-direction:column;gap:2.5rem}.footer-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:20px}.footer-header{font-size:1.1rem;font-weight:600;margin-bottom:.2rem;color:#fff;letter-spacing:.01em}.footer-link{color:#fff;text-decoration:none;font-size:14px;font-weight:300;margin-left:.1rem;transition:color .18s;margin-top:.8rem}.footer-link:hover{color:#9f9f9f}.footer-bottom{font-size:.88rem;color:#fff;text-align:center}.footer-logo-bottom{width:100%;margin-top:8rem}.footer-logo-link{width:100vw;display:flex;align-content:flex-start;align-items:flex-start;justify-content:flex-start}.footer-site-logo{width:90vw;padding:12px 20px}@media (max-width: 800px){.footer-columns{gap:3rem}}@media (max-width: 500px){.footer-columns{width:90%;flex-direction:column;gap:2.2rem;align-items:flex-start}.footer-col{gap:1.5rem}.footer-header{font-size:1rem}}.headerbody,.headerbody-title-div-container{width:100%;display:flex;justify-content:center;align-items:center}.headerbody-title-div{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center}.headerbody-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--text-color);width:100%;text-align:center;margin-bottom:20px;margin-top:0}.headerbody-title-description{font-size:clamp(11px,3vw,16px);font-weight:400;color:var(--text-color);width:80%;text-align:center;margin-top:0;margin-bottom:0}@media (max-width: 1200px){.headerbody-title-div{width:80%}}@media (max-width: 768px){.headerbody-title-div{width:95%}.headerbody-title-description{font-weight:300;width:100%}}.button-group{display:flex;gap:1rem;margin-top:2rem;justify-content:center;flex-wrap:wrap}.btn-learn-more{align-items:center;animation-duration:.2s;animation-timing-function:linear;background-color:#fff;border-radius:40px;border:0px solid rgb(229,231,235);box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;letter-spacing:normal;line-height:14px;min-height:32px;outline-offset:2px;padding-left:20px;padding-right:20px;text-align:center;text-decoration:none;text-wrap-mode:nowrap;transition:color .2s linear,background-color .2s linear,border-color .2s linear;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn-learn-more:hover{background-color:#fffc}.btn-icon{display:inline-block;vertical-align:middle;margin-left:5px;margin-bottom:3px;width:12px;height:auto}.btn-contact-us{align-items:center;animation-duration:.2s;animation-timing-function:linear;background-color:#ffffff1f;border-radius:40px;border:0px solid rgb(229,231,235);box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;letter-spacing:normal;line-height:14px;min-height:32px;outline-offset:2px;padding-left:20px;padding-right:20px;text-align:center;text-decoration:none;text-wrap-mode:nowrap;transition:color .2s linear,background-color .2s linear,border-color .2s linear;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn-contact-us:hover{background-color:#fff3}.page-overview .main-title-div-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:2rem}.page-overview .main-title-div{width:75%;display:flex;flex-direction:column;justify-content:center;align-items:center}.page-overview .main-title-1{font-size:clamp(10px,2vw,14px);font-weight:300;color:var(--text-color);width:100%;text-align:center}.page-overview .main-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--text-color);width:100%;text-align:center;margin-bottom:20px}.page-overview .main-title-description{font-size:clamp(11px,3vw,16px);font-weight:400;color:var(--text-color);width:80%;text-align:center;margin-top:0}.page-overview .button-group{display:flex;gap:1rem;margin-top:2rem;justify-content:center;flex-wrap:wrap}@media (max-width: 1200px){.page-overview .main-title-div{width:80%}}@media (max-width: 768px){.page-overview .main-title-div{width:95%}.page-overview .main-title-description{font-weight:300;width:100%}}.split-card-main{display:flex;justify-content:center;align-items:center;width:100%}.split-card{display:flex;gap:5rem;align-items:center;width:75%}.split-card.image-right{flex-direction:row-reverse}.split-card__image{max-width:55%}.split-card__image img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.split-card__content{flex:0 0 40%;max-width:40%}.split-card__title{margin:0 0 1rem;font-size:clamp(1.5rem,calc(1.5rem + .375 * ((100vw - 23.4375rem) / 66.5625)),1.875rem);line-height:clamp(1.98rem,calc(1.98rem + .495 * ((100vw - 23.4375rem) / 66.5625)),2.475rem);font-weight:400;color:var(--text-color)}.split-card__body{margin:20px 0 0;color:var(--text-color);font-weight:200;font-size:1.0625rem;line-height:1.7499375rem}.splitcard-features{margin:.5rem 0 0 1.75rem;padding:0;list-style:disc}.splitcard-features li{margin-bottom:.65rem}.splitcard-features li strong{display:inline-block;margin-right:.35rem}@media (max-width: 1200px){.split-card{display:flex;gap:5rem;align-items:center;width:80%}}@media (max-width: 768px){.split-card{gap:2rem}.split-card-main{width:100%}.split-card,.split-card.image-right{flex-direction:column;width:95%}.split-card__image{flex:0 0 auto;max-width:85%;width:85%}.split-card__content{flex:0 0 auto;max-width:95%;width:95%}.split-card__image img{border-radius:8px;height:auto;max-height:none;width:100%}.splitcard-features{margin:.5rem 0 0 1.75rem}}.main-bookacall-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.second-bookacall-container{background:#ffffff1f;border-radius:16px;width:75%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 1200px){.second-bookacall-container{width:80%}}@media (max-width: 768px){.second-bookacall-container{width:95%}}.third-bookacall-container{margin-top:6rem;margin-bottom:6rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.bookacall-header{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:500;color:var(--text-color, #fff);text-align:center;margin-bottom:1.5rem}.bookacall-btn{align-items:center;animation-duration:.2s;animation-timing-function:linear;background-color:#fff;border-radius:40px;border:0px solid rgb(229,231,235);box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;letter-spacing:normal;line-height:14px;min-height:32px;outline-offset:2px;padding-left:20px;padding-right:20px;text-align:center;text-decoration:none;text-wrap-mode:nowrap;transition:color .2s linear,background-color .2s linear,border-color .2s linear;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bookacall-btn:hover,.bookacall-btn:focus{background-color:#fffc}.quotation-container{width:100%;display:flex;justify-content:center;align-items:center}.quotation-inner{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:16px}.quotation-quote{font-size:clamp(1.2rem,3vw,1.7rem);font-weight:400;color:#fff;font-style:italic;margin:0}@media (max-width: 1200px){.quotation-inner{width:80%}}@media (max-width: 768px){.quotation-inner{width:95%}}.quotation-name{font-size:.8rem;color:#fff;font-weight:400;letter-spacing:.01em}.svcd-page{--sd-bg: #fcfcfa;--sd-text: #111110;--sd-muted: #6b6b68;--sd-line: #e3e2dd;--sd-tint: #f5f4ef;background:var(--sd-bg);color:var(--sd-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.svcd-page *{box-sizing:border-box}.svcd-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--sd-muted);margin:0 0 1rem}.svcd-hero{max-width:1500px;margin:0 auto;padding:3.5rem 3rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.svcd-hero-index{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--sd-muted);margin:0 0 1rem}.svcd-hero-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:14ch}.svcd-hero-description{font-size:1.02rem;line-height:1.7;color:#2a2a28;max-width:480px;margin:0 0 2rem}.svcd-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--sd-text);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.6px;text-decoration:none;padding:.9rem 1.6rem;border-radius:999px;transition:opacity .15s ease}.svcd-cta-btn .service-arrow{width:14px;height:14px;transition:transform .22s ease}.svcd-cta-btn:hover{opacity:.82}.svcd-cta-btn:hover .service-arrow{transform:translate(4px)}.svcd-hero-panel{aspect-ratio:4 / 3;border:1px solid var(--sd-line);border-radius:22px;background:var(--sd-tint);display:flex;flex-direction:column;padding:1.75rem}.svcd-hero-panel-with-image{position:relative;overflow:hidden;justify-content:space-between;padding:0}.svcd-hero-panel-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.svcd-hero-panel-with-image .svcd-hero-panel-tags{position:relative;z-index:1;margin:1.75rem 1.75rem 0 0}.svcd-hero-panel-with-image .svcd-hero-panel-tags span{background:transparent;text-shadow:0 1px 3px rgba(252,252,250,.9),0 0 10px rgba(252,252,250,.85)}.svcd-hero-panel-with-image .svcd-hero-panel-brand{position:relative;z-index:1;margin:0 0 1.75rem 1.75rem;background:transparent;width:fit-content;text-shadow:0 1px 3px rgba(252,252,250,.9),0 0 10px rgba(252,252,250,.85)}.svcd-hero-panel-tags{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;align-self:flex-end;flex-shrink:0}.svcd-hero-panel-tags span{font-size:.66rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--sd-muted)}.svcd-hero-panel-icon{width:92px;height:92px;border-radius:50%;background:var(--sd-bg);border:1px solid var(--sd-line);display:flex;align-items:center;justify-content:center;color:var(--sd-text);margin:auto;flex-shrink:0}.svcd-hero-panel-brand{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--sd-text);flex-shrink:0}.svcd-hero-panel-brand svg{color:#d52b1e;font-size:.95rem}.svcd-whyus{max-width:1500px;margin:0 auto;padding:1rem 3rem 0}.svcd-whyus-inner{background:var(--sd-tint);border-radius:20px;padding:2rem 2.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.svcd-whyus-item{display:flex;align-items:flex-start;gap:1rem}.svcd-whyus-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--sd-bg);border:1px solid var(--sd-line);display:flex;align-items:center;justify-content:center;color:var(--sd-text)}.svcd-whyus-icon-leaf svg{color:#d52b1e;font-size:1rem}.svcd-whyus-item h3{font-size:.95rem;font-weight:600;margin:0 0 .3rem}.svcd-whyus-item p{font-size:.84rem;line-height:1.55;color:var(--sd-muted);margin:0}.svcd-section{max-width:1500px;margin:0 auto;padding:3.5rem 3rem 0}.svcd-section-head{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,460px);gap:2.5rem;align-items:end;padding-bottom:2.25rem;margin-bottom:2.25rem}.svcd-section-head-divided{border-top:1px solid var(--sd-line);padding-top:2.25rem}.svcd-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:-.3px;line-height:1.2;margin:0}.svcd-section-intro{font-size:.95rem;line-height:1.7;color:var(--sd-muted);margin:0}.svcd-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-bottom:3.5rem}.svcd-why-card{display:flex;flex-direction:column;gap:.9rem}.svcd-why-icon{width:44px;height:44px;border-radius:12px;background:var(--sd-tint);display:flex;align-items:center;justify-content:center;color:var(--sd-text)}.svcd-why-card h3{font-size:1rem;font-weight:600;margin:0}.svcd-why-card p{font-size:.88rem;line-height:1.6;color:var(--sd-muted);margin:0}.svcd-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-bottom:3.5rem}.svcd-step{display:flex;flex-direction:column;gap:.5rem}.svcd-step-num{font-size:.78rem;font-weight:700;color:var(--sd-muted);letter-spacing:.5px}.svcd-step h3{font-size:1.02rem;font-weight:600;margin:0}.svcd-step p{font-size:.88rem;line-height:1.6;color:var(--sd-muted);margin:0}.svcd-areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;padding-bottom:3.5rem}.svcd-area-card{background:var(--sd-tint);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.svcd-area-icon{color:var(--sd-text)}.svcd-area-card h3{font-size:.95rem;font-weight:600;margin:0}.svcd-area-card p{font-size:.84rem;line-height:1.55;color:var(--sd-muted);margin:0}.svcd-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding-bottom:3.5rem}.svcd-related-card{border:1px solid var(--sd-line);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:var(--sd-text);transition:border-color .15s ease}.svcd-related-card:hover{border-color:var(--sd-text)}.svcd-related-card h3{font-size:1.05rem;font-weight:600;margin:0}.svcd-related-card p{font-size:.9rem;line-height:1.6;color:var(--sd-muted);margin:0;flex:1}.svcd-related-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}.svcd-related-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.svcd-related-card:hover .service-arrow{transform:translate(6px)}.svcd-faq-list{padding-bottom:3.5rem}.svcd-faq-item{border-bottom:1px solid var(--sd-line)}.svcd-faq-item:first-child{border-top:1px solid var(--sd-line)}.svcd-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.4rem .25rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:1rem;font-weight:600;color:var(--sd-text)}.svcd-faq-icon{flex-shrink:0;width:16px;height:16px;color:var(--sd-muted);transition:transform .2s ease}.svcd-faq-icon.is-open{transform:rotate(45deg)}.svcd-faq-answer{font-size:.92rem;line-height:1.65;color:var(--sd-muted);margin:-.4rem 0 1.4rem;max-width:720px}.svcd-closing-card{max-width:1500px;margin:2rem auto;margin-left:max(3rem,calc((100% - 1500px)/2));margin-right:max(3rem,calc((100% - 1500px)/2));padding:3rem;background:var(--sd-tint);border-radius:24px}.svcd-footer-cta{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,460px);gap:2.5rem;padding-bottom:2.5rem;margin-bottom:2rem;border-bottom:1px solid var(--sd-line)}.svcd-footer-cta-title{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:400;letter-spacing:-.4px;line-height:1.2;margin:0;max-width:12ch}.svcd-footer-cta-right p{font-size:.98rem;line-height:1.7;color:var(--sd-muted);margin:0 0 1.5rem}.svcd-closing-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.svcd-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--sd-muted)}.svcd-badge svg{color:#d52b1e;font-size:1rem}@media (max-width: 1100px){.svcd-why-grid,.svcd-steps,.svcd-areas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 960px){.svcd-hero,.svcd-whyus,.svcd-section{padding-left:1.25rem;padding-right:1.25rem}.svcd-closing-card{margin-left:1.25rem;margin-right:1.25rem;padding:2rem}}@media (max-width: 860px){.svcd-hero{grid-template-columns:1fr;padding-top:3rem}.svcd-hero-panel{order:-1;aspect-ratio:16 / 10}.svcd-hero-description{max-width:none}.svcd-section-head,.svcd-footer-cta{grid-template-columns:1fr}.svcd-whyus-inner{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 640px){.svcd-why-grid,.svcd-steps,.svcd-areas-grid,.svcd-related-grid{grid-template-columns:1fr}.svcd-section{padding-top:2.75rem}.svcd-closing-card{padding:1.75rem}}.rsd-page{--rd-bg: #fcfcfa;--rd-text: #111110;--rd-muted: #6b6b68;--rd-line: #e3e2dd;--rd-tint: #f5f4ef;background:var(--rd-bg);color:var(--rd-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.rsd-page *{box-sizing:border-box}.rsd-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--rd-muted);margin:0 0 1rem}.rsd-hero{max-width:1500px;margin:0 auto;padding:3.5rem 3rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.rsd-hero-index{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--rd-muted);margin:0 0 1rem}.rsd-hero-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:16ch}.rsd-hero-description{font-size:1.02rem;line-height:1.7;color:#2a2a28;max-width:480px;margin:0 0 2rem}.rsd-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--rd-text);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.6px;text-decoration:none;padding:.9rem 1.6rem;border-radius:999px;transition:opacity .15s ease}.rsd-cta-btn .service-arrow{width:14px;height:14px;transition:transform .22s ease}.rsd-cta-btn:hover{opacity:.82}.rsd-cta-btn:hover .service-arrow{transform:translate(4px)}.rsd-hero-panel{aspect-ratio:4 / 3;border:1px solid var(--rd-line);border-radius:22px;background:var(--rd-tint);display:flex;flex-direction:column;padding:1.75rem}.rsd-hero-panel-with-image{position:relative;overflow:hidden;justify-content:space-between;padding:0}.rsd-hero-panel-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rsd-hero-panel-with-image .rsd-hero-panel-tags{position:relative;z-index:1;margin:1.75rem 1.75rem 0 0}.rsd-hero-panel-with-image .rsd-hero-panel-tags span{text-shadow:0 1px 3px rgba(252,252,250,.9),0 0 10px rgba(252,252,250,.85)}.rsd-hero-panel-with-image .rsd-hero-panel-brand{position:relative;z-index:1;margin:0 0 1.75rem 1.75rem;width:fit-content;text-shadow:0 1px 3px rgba(252,252,250,.9),0 0 10px rgba(252,252,250,.85)}.rsd-hero-panel-tags{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;align-self:flex-end;flex-shrink:0}.rsd-hero-panel-tags span{font-size:.66rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rd-muted)}.rsd-hero-panel-icon{width:92px;height:92px;border-radius:50%;background:var(--rd-bg);border:1px solid var(--rd-line);display:flex;align-items:center;justify-content:center;color:var(--rd-text);margin:auto;flex-shrink:0}.rsd-hero-panel-brand{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rd-text);flex-shrink:0}.rsd-hero-panel-brand svg{color:#d52b1e;font-size:.95rem}.rsd-section{max-width:1500px;margin:0 auto;padding:3.5rem 3rem 0;scroll-margin-top:calc(var(--site-nav-h, 76px) + 1.5rem)}.rsd-section-head{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,460px);gap:2.5rem;align-items:end;padding-bottom:2.25rem}.rsd-section-head-divided{border-top:1px solid var(--rd-line);padding-top:2.25rem}.rsd-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:-.3px;line-height:1.2;margin:0}.rsd-section-title-with-badge{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem}.rsd-beta-badge{display:inline-flex;align-items:center;font-size:.62rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--rd-muted);background:var(--rd-tint);border:1px solid var(--rd-line);border-radius:999px;padding:.28rem .7rem}.rsd-section-intro{font-size:.95rem;line-height:1.7;color:var(--rd-muted);margin:0}.rsd-focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-bottom:3.5rem}.rsd-focus-card{background:var(--rd-tint);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.rsd-focus-icon{color:var(--rd-text)}.rsd-focus-card h3{font-size:.98rem;font-weight:600;margin:0}.rsd-focus-card p{font-size:.86rem;line-height:1.6;color:var(--rd-muted);margin:0}.rsd-spotlight-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,460px);gap:2.5rem;padding-bottom:3.5rem;align-items:start}.rsd-spotlight-grid-single{grid-template-columns:1fr;max-width:820px}.rsd-spotlight-main{display:flex;flex-direction:column}.rsd-spotlight-p{font-size:.98rem;line-height:1.75;color:#2a2a28;margin:0 0 1.1rem}.rsd-spotlight-aside{display:flex;flex-direction:column;gap:1.75rem;background:var(--rd-tint);border-radius:16px;padding:1.75rem}.rsd-spotlight-logos-label{font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rd-muted);margin:0 0 1.1rem}.rsd-spotlight-logos-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.rsd-spotlight-logo{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:var(--rd-text)}.rsd-spotlight-logo-mark{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid var(--rd-line);background:var(--rd-bg);display:flex;align-items:center;justify-content:center}.rsd-spotlight-logo-mark img{width:16px;height:16px;object-fit:contain;filter:invert(1)}.rsd-spotlight-product{display:block;text-decoration:none;color:var(--rd-text)}.rsd-spotlight-product-divided{border-top:1px solid var(--rd-line);padding-top:1.75rem}.rsd-spotlight-product-label{font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rd-muted);margin:0 0 .3rem}.rsd-spotlight-product h3{font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.rsd-spotlight-product p{font-size:.88rem;line-height:1.55;color:var(--rd-muted);margin:0 0 1rem}.rsd-spotlight-product-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}.rsd-spotlight-product-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.rsd-spotlight-product:hover .service-arrow{transform:translate(6px)}.rsd-spotlight-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:auto;padding-top:2rem}.rsd-cta-btn-ghost{background:none;border:1px solid var(--rd-line);color:var(--rd-text);font-family:inherit;cursor:pointer}.rsd-cta-btn-ghost:hover{opacity:1;border-color:var(--rd-text)}.rsd-metric-card{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,460px);gap:2.5rem;align-items:center;border:1px solid var(--rd-line);border-radius:16px;padding:2.5rem;margin-bottom:3.5rem}.rsd-metric-text{max-width:46ch}.rsd-metric-label{font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rd-muted);margin:0 0 .6rem}.rsd-metric-heading{font-size:1.35rem;font-weight:600;letter-spacing:-.2px;margin:0 0 .85rem}.rsd-metric-caption{font-size:.92rem;line-height:1.65;color:var(--rd-muted);margin:0}.rsd-metric-bars{display:flex;flex-direction:column;gap:1.5rem;background:var(--rd-tint);border-radius:14px;padding:1.5rem 1.75rem}.rsd-metric-bar-top{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.rsd-metric-bar-name{font-size:.85rem;color:#2a2a28}.rsd-metric-bar-value{font-size:.85rem;font-weight:700;color:var(--rd-text);white-space:nowrap}.rsd-metric-bar-track{height:10px;border-radius:999px;background:var(--rd-bg);border:1px solid var(--rd-line);overflow:hidden}.rsd-metric-bar-fill{height:100%;border-radius:999px;background:var(--rd-line)}.rsd-metric-bar-fill-highlight{background:var(--rd-text)}.rsd-quote-section{max-width:900px;margin:0 auto;padding:1rem 3rem 3.5rem;text-align:center}.rsd-quote{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:400;line-height:1.5;letter-spacing:-.2px;color:var(--rd-text);margin:0}.rsd-closing-card{max-width:1500px;margin:2rem auto;margin-left:max(3rem,calc((100% - 1500px)/2));margin-right:max(3rem,calc((100% - 1500px)/2));padding:3rem;background:var(--rd-tint);border-radius:24px}.rsd-footer-cta{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,460px);gap:2.5rem;padding-bottom:2.5rem;margin-bottom:2rem;border-bottom:1px solid var(--rd-line)}.rsd-footer-cta-title{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:400;letter-spacing:-.4px;line-height:1.2;margin:0;max-width:14ch}.rsd-footer-cta-right p{font-size:.98rem;line-height:1.7;color:var(--rd-muted);margin:0 0 1.5rem}.rsd-closing-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.rsd-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--rd-muted)}.rsd-badge svg{color:#d52b1e;font-size:1rem}@media (max-width: 1100px){.rsd-focus-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 960px){.rsd-hero,.rsd-section,.rsd-quote-section{padding-left:1.25rem;padding-right:1.25rem}.rsd-closing-card{margin-left:1.25rem;margin-right:1.25rem;padding:2rem}}@media (max-width: 860px){.rsd-hero{grid-template-columns:1fr;padding-top:3rem}.rsd-hero-panel{order:-1;aspect-ratio:16 / 10}.rsd-hero-description{max-width:none}.rsd-section-head,.rsd-footer-cta,.rsd-spotlight-grid,.rsd-metric-card{grid-template-columns:1fr}.rsd-metric-card{gap:1.5rem}.rsd-metric-text{max-width:none}}@media (max-width: 640px){.rsd-focus-grid{grid-template-columns:1fr}.rsd-section{padding-top:2.75rem}.rsd-closing-card{padding:1.75rem}.rsd-spotlight-aside{padding:1.5rem}.rsd-metric-card{padding:1.5rem;gap:1.25rem}.rsd-metric-bar-top{flex-direction:column;align-items:flex-start;gap:.2rem}}.about-page{--ab-bg: #fcfcfa;--ab-text: #111110;--ab-muted: #6b6b68;--ab-line: #e3e2dd;background:var(--ab-bg);color:var(--ab-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.about-page *{box-sizing:border-box}.about-hero{max-width:720px;margin:0 auto;padding:3.5rem 1.5rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.about-logo-mark{width:60px;height:60px;object-fit:contain}.about-title{margin:0;font-size:clamp(2rem,4vw,2.6rem);font-weight:400;letter-spacing:-.5px;line-height:1.2}.about-divider{display:flex;align-items:center;gap:.9rem;width:min(260px,60vw)}.about-divider-line{flex:1;height:1px;background:var(--ab-line)}.about-divider-leaf{display:inline-flex;color:#d52b1e;font-size:1rem;line-height:1}.about-subtitle{margin:0;font-size:1.05rem;line-height:1.6;color:var(--ab-muted);max-width:560px}.about-story{max-width:1500px;margin:1.5rem auto 0;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.about-story-left{padding-right:2rem;border-right:1px solid var(--ab-line)}.about-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--ab-muted);margin:0 0 1rem}.about-story-heading{font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:600;letter-spacing:-.3px;margin:0 0 1.25rem}.about-story-left p{font-size:.98rem;line-height:1.7;color:var(--ab-muted);margin:0 0 1.1rem}.about-story-left p:last-child{margin-bottom:0}.about-facts{display:flex;flex-direction:column}.about-fact{display:flex;align-items:flex-start;gap:1.1rem;padding:1.4rem 0;border-bottom:1px solid var(--ab-line)}.about-fact:first-child{padding-top:0}.about-fact:last-child{border-bottom:none;padding-bottom:0}.about-fact-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#f2f1ec;display:flex;align-items:center;justify-content:center;color:var(--ab-text)}.about-fact h3{font-size:1.02rem;font-weight:600;margin:0 0 .35rem}.about-fact p{font-size:.9rem;line-height:1.55;color:var(--ab-muted);margin:0}.about-principles{max-width:1500px;margin:0 auto;padding:2rem 3rem 3.5rem}.about-principles-heading{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--ab-muted);margin:0 0 1.5rem}.about-principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.about-principle{border:1px solid var(--ab-line);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.about-principle-icon{color:var(--ab-text)}.about-principle h3{font-size:1rem;font-weight:600;margin:0}.about-principle p{font-size:.88rem;line-height:1.55;color:var(--ab-muted);margin:0}.about-industries{max-width:1500px;margin:0 auto;padding:2.5rem 3rem 1.5rem}.about-industries-heading{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--ab-muted);margin:0}.about-page>.industry-carousel{background:#f2f1ec;border-radius:0;margin:0}.about-cta{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top:1px solid var(--ab-line)}.about-cta-title{margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:-.3px}.about-cta-subtitle{margin:-1rem 0 0;font-size:.98rem;color:var(--ab-muted)}.about-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ab-text);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;padding:.9rem 1.8rem;border-radius:999px;transition:opacity .15s ease}.about-cta-btn:hover{opacity:.82}@media (max-width: 960px){.about-hero,.about-story,.about-principles,.about-industries,.about-cta{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 900px){.about-story{grid-template-columns:1fr;gap:2.5rem}.about-story-left{padding-right:0;border-right:none;border-bottom:1px solid var(--ab-line);padding-bottom:2rem}.about-principles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.about-principles-grid{grid-template-columns:1fr}.about-fact{gap:.85rem}}.contact-page{--ct-bg: #fcfcfa;--ct-text: #111110;--ct-muted: #6b6b68;--ct-line: #e3e2dd;background:var(--ct-bg);color:var(--ct-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;min-height:100svh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box;display:flex;flex-direction:column}.contact-page *{box-sizing:border-box}.contact-page>.home-hero-categories{flex-shrink:0}.contact-hero{max-width:960px;margin:0 auto;padding:3rem 1.5rem .5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;flex-shrink:0;width:100%}.contact-logo-mark{width:60px;height:60px;object-fit:contain}.contact-title{margin:0;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:400;letter-spacing:-.4px;line-height:1.2}@media (min-width: 640px){.contact-title{white-space:nowrap}}.contact-divider{display:flex;align-items:center;gap:.9rem;width:min(220px,60vw)}.contact-divider-line{flex:1;height:1px;background:var(--ct-line)}.contact-divider-leaf{display:inline-flex;color:#d52b1e;font-size:1rem;line-height:1}.contact-subtitle{margin:0 0 1.25rem;font-size:1rem;color:var(--ct-muted)}.contact-middle{max-width:1080px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:240px 1fr;gap:2.5rem;flex:1;align-content:center;width:100%}.contact-info{display:flex;flex-direction:column}.contact-info-block{padding:1.1rem 0;border-bottom:1px solid var(--ct-line)}.contact-info-block:first-child{padding-top:0}.contact-info-label{font-size:.68rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--ct-muted);margin:0 0 .7rem}.contact-info-row{display:flex;align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.5;color:var(--ct-text)}.contact-info-row svg{flex-shrink:0;margin-top:.1rem;color:var(--ct-text)}.contact-info-row a{color:var(--ct-text);text-decoration:none}.contact-info-row a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-input,.contact-select,.contact-textarea{width:100%;border:1px solid var(--ct-line);border-radius:10px;padding:.9rem 1rem;font-size:.95rem;font-family:inherit;color:var(--ct-text);background:#fff}.contact-input::placeholder,.contact-textarea::placeholder{color:#98968f}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{outline:none;border-color:#b9b6ac}.contact-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236b6b68' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-select:invalid{color:#98968f}.contact-textarea{min-height:170px;resize:vertical}.contact-submit-btn{width:100%;background:var(--ct-text);color:#fff;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;border:none;cursor:pointer;padding:1rem 1.5rem;border-radius:999px;transition:opacity .15s ease}.contact-submit-btn:hover{opacity:.85}.contact-disclaimer{text-align:center;font-size:.82rem;color:var(--ct-muted);margin:.25rem 0 0}.contact-success{text-align:center;padding:3rem 1.5rem;font-size:1.1rem;font-weight:500;color:var(--ct-text)}@media (min-width: 1311px){.contact-hero{padding:1.25rem 1.5rem .25rem;gap:.6rem}.contact-logo-mark{width:44px;height:44px}.contact-subtitle{margin-bottom:.5rem}.contact-middle{padding-bottom:1rem}.contact-info-block{padding:.65rem 0}.contact-form,.contact-form-row{gap:.7rem}.contact-input,.contact-select,.contact-textarea{padding:.7rem 1rem}.contact-textarea{min-height:128px}.contact-submit-btn{padding:.8rem 1.5rem}}@media (max-width: 640px){.contact-hero{padding:1.75rem 1.25rem .5rem}.contact-middle{grid-template-columns:1fr;gap:2rem;align-content:start;padding:0 1.25rem 3rem}.contact-form-row{grid-template-columns:1fr}}.privacy-page{--pp-bg: #fcfcfa;--pp-text: #111110;--pp-muted: #6b6b68;--pp-line: #e3e2dd;background:var(--pp-bg);color:var(--pp-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.privacy-page *{box-sizing:border-box}.privacy-doc{max-width:760px;margin:0 auto;padding:4.5rem 1.5rem 6rem}.privacy-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--pp-muted);margin:0 0 1rem}.privacy-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:500;letter-spacing:-.5px;line-height:1.15;margin:0 0 .75rem}.privacy-effective-date{font-size:.85rem;color:var(--pp-muted);margin:0 0 2.5rem}.privacy-intro p{font-size:1rem;line-height:1.7;color:#2a2a28;margin:0 0 1.1rem}.privacy-divider{height:1px;background:var(--pp-line);border:none;margin:3rem 0}.privacy-section{margin-bottom:2.75rem}.privacy-section h2{font-size:.78rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 1.1rem}.privacy-section h3{font-size:1rem;font-weight:600;margin:1.4rem 0 .6rem}.privacy-section p{font-size:.98rem;line-height:1.7;color:#2a2a28;margin:0 0 1rem}.privacy-section ul{margin:0 0 1rem;padding-left:1.25rem}.privacy-section li{font-size:.98rem;line-height:1.7;color:#2a2a28;margin-bottom:.5rem}.privacy-section a{color:var(--pp-text);text-decoration:underline;text-underline-offset:2px}@media (max-width: 640px){.privacy-doc{padding:3rem 1.25rem 4rem}}.trust-page{--tt-bg: #fcfcfa;--tt-text: #111110;--tt-muted: #6b6b68;--tt-line: #e3e2dd;background:var(--tt-bg);color:var(--tt-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.trust-page *{box-sizing:border-box}.trust-doc{max-width:760px;margin:0 auto;padding:4.5rem 1.5rem 6rem}.trust-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--tt-muted);margin:0 0 1rem}.trust-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:500;letter-spacing:-.5px;line-height:1.15;margin:0 0 .75rem}.trust-effective-date{font-size:.85rem;color:var(--tt-muted);margin:0 0 2.5rem}.trust-intro p{font-size:1rem;line-height:1.7;color:#2a2a28;margin:0 0 1.1rem}.trust-divider{height:1px;background:var(--tt-line);border:none;margin:3rem 0}.trust-section{margin-bottom:2.75rem}.trust-section h2{font-size:.78rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 1.1rem}.trust-section h3{font-size:1rem;font-weight:600;margin:1.4rem 0 .6rem}.trust-section p{font-size:.98rem;line-height:1.7;color:#2a2a28;margin:0 0 1rem}.trust-section ul{margin:0 0 1rem;padding-left:1.25rem}.trust-section li{font-size:.98rem;line-height:1.7;color:#2a2a28;margin-bottom:.5rem}.trust-section a{color:var(--tt-text);text-decoration:underline;text-underline-offset:2px}.trust-request-grid{display:grid;grid-template-columns:150px 1fr;row-gap:1.35rem;column-gap:1.75rem;margin:1.5rem 0;padding:1.75rem;background:#f5f4ef;border-radius:12px}.trust-request-grid>div{display:contents}.trust-request-grid dt{font-size:.82rem;font-weight:600;letter-spacing:.3px;color:var(--tt-muted);margin:0;padding-top:.15rem}.trust-request-grid dd{font-size:.95rem;line-height:1.6;color:var(--tt-text);margin:0}.trust-request-grid a{color:var(--tt-text);font-weight:500}@media (max-width: 640px){.trust-doc{padding:3rem 1.25rem 4rem}.trust-request-grid{grid-template-columns:1fr;row-gap:1.25rem;padding:1.25rem}}.legal-page{--lg-bg: #fcfcfa;--lg-text: #111110;--lg-muted: #6b6b68;--lg-line: #e3e2dd;background:var(--lg-bg);color:var(--lg-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.legal-page *{box-sizing:border-box}.legal-hero{max-width:760px;margin:0 auto;padding:4.5rem 1.5rem 2.5rem}.legal-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--lg-muted);margin:0 0 1rem}.legal-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1rem}.legal-subtitle{font-size:1rem;line-height:1.7;color:var(--lg-muted);max-width:560px;margin:0}.legal-section{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem;border-top:1px solid var(--lg-line)}.legal-section h2{font-size:.78rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--lg-muted);margin:0 0 1.5rem}.legal-company-grid{display:grid;grid-template-columns:180px 1fr;row-gap:1.1rem;column-gap:1.5rem}.legal-company-grid>div{display:contents}.legal-company-grid dt{font-size:.9rem;font-weight:500;color:var(--lg-muted);margin:0}.legal-company-grid dd{font-size:.98rem;line-height:1.6;color:var(--lg-text);margin:0}.legal-company-grid a{color:var(--lg-text);text-decoration:underline;text-underline-offset:2px}.legal-list{padding-top:2.5rem}.legal-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.4rem .25rem;border-bottom:1px solid var(--lg-line);text-decoration:none;color:var(--lg-text);font-size:1rem;font-weight:600}.legal-item:first-of-type{border-top:1px solid var(--lg-line)}.legal-item .service-arrow{flex-shrink:0;width:18px;height:18px;color:var(--lg-text);transition:transform .22s ease}.legal-item:hover .service-arrow{transform:translate(8px)}@media (max-width: 640px){.legal-hero{padding:3rem 1.25rem 2rem}.legal-section{padding:2rem 1.25rem}.legal-company-grid{grid-template-columns:1fr;row-gap:1.5rem}.legal-company-grid dt{margin-bottom:.2rem}}.research-page{--rs-bg: #fcfcfa;--rs-text: #111110;--rs-muted: #6b6b68;--rs-line: #e3e2dd;background:var(--rs-bg);color:var(--rs-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.research-page *{box-sizing:border-box}.research-hero{max-width:1000px;margin:0;padding:4.5rem 3rem 1rem}.research-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--rs-muted);margin:0 0 1rem}.research-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:18ch}.research-subtitle{font-size:1.05rem;line-height:1.75;color:#2a2a28;max-width:900px;margin:0}.research-grid{max-width:1500px;margin:2.5rem auto 5rem;padding:0 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.research-card{border:1px solid var(--rs-line);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.9rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.research-card:hover{border-color:var(--rs-text);transform:translateY(-4px);box-shadow:0 12px 24px #0206170f}.research-card h2{font-size:1.25rem;font-weight:600;margin:0;letter-spacing:-.2px}.research-card p{font-size:.95rem;line-height:1.65;color:var(--rs-muted);margin:0;flex:1}.research-card-links{display:flex;flex-direction:column;gap:.9rem;margin-top:.25rem}.research-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--rs-text);text-decoration:none;transition:font-weight .1s ease}.research-card-link:hover{font-weight:700}.research-card-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.research-card-link:hover .service-arrow{transform:translate(6px)}@media (max-width: 960px){.research-hero,.research-grid{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 1100px){.research-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.research-grid{grid-template-columns:1fr}}@media (max-width: 640px){.research-hero{padding:3rem 1.25rem 2rem}.research-card{padding:1.5rem}}.pg-page{--pg-bg: #fcfcfa;--pg-text: #111110;--pg-muted: #6b6b68;--pg-line: #e3e2dd;--pg-tint: #f5f4ef;background:var(--pg-bg);color:var(--pg-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.pg-page *{box-sizing:border-box}.pg-hero{max-width:1000px;margin:0;padding:4.5rem 3rem 1rem}.pg-hero-grid{max-width:1500px;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.pg-hero-panel{aspect-ratio:4 / 3;border:1px solid var(--pg-line);border-radius:22px;background:var(--pg-tint);display:flex;flex-direction:column;padding:1.75rem}.pg-hero-panel-with-image{position:relative;overflow:hidden;justify-content:space-between;padding:0}.pg-hero-panel-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pg-hero-panel-with-image .pg-hero-panel-tags{position:relative;z-index:1;margin:1.75rem 1.75rem 0 0}.pg-hero-panel-with-image .pg-hero-panel-tags span{text-shadow:0 1px 3px rgba(252,252,250,.9),0 0 10px rgba(252,252,250,.85)}.pg-hero-panel-with-image .pg-hero-panel-brand{position:relative;z-index:1;margin:0 0 1.75rem 1.75rem;width:fit-content;text-shadow:0 1px 3px rgba(252,252,250,.9),0 0 10px rgba(252,252,250,.85)}.pg-hero-panel-tags{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;align-self:flex-end;flex-shrink:0}.pg-hero-panel-tags span{font-size:.66rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--pg-muted)}.pg-hero-panel-icon{width:92px;height:92px;border-radius:50%;background:var(--pg-bg);border:1px solid var(--pg-line);display:flex;align-items:center;justify-content:center;color:var(--pg-text);margin:auto;flex-shrink:0}.pg-hero-panel-brand{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--pg-text);flex-shrink:0}.pg-hero-panel-brand svg{color:#d52b1e;font-size:.95rem}.pg-hero-image{aspect-ratio:4 / 3;border-radius:22px;overflow:hidden;background:var(--pg-tint)}.pg-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.pg-hero-image .pg-gallery-placeholder{border-radius:22px}.pg-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--pg-muted);background:var(--pg-tint);border-radius:999px;padding:.4rem .9rem;margin-bottom:1.25rem}.pg-badge svg{color:#d52b1e}.pg-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--pg-muted);margin:0 0 1rem}.pg-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:18ch}.pg-subtitle{font-size:1.05rem;line-height:1.75;color:#2a2a28;max-width:780px;margin:0}.pg-hero-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.pg-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--pg-text);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.6px;text-decoration:none;padding:.9rem 1.6rem;border-radius:999px;border:none;cursor:pointer;font-family:inherit;transition:opacity .15s ease}.pg-cta-btn .service-arrow{width:14px;height:14px;transition:transform .22s ease}.pg-cta-btn:hover{opacity:.82}.pg-cta-btn:hover .service-arrow{transform:translate(4px)}.pg-cta-btn-ghost{background:none;border:1px solid var(--pg-line);color:var(--pg-text)}.pg-cta-btn-ghost:hover{opacity:1;border-color:var(--pg-text)}.pg-stats{max-width:1500px;margin:3rem auto 0;padding:0 3rem}.pg-stats-inner{background:var(--pg-tint);border-radius:24px;padding:3rem}.pg-stats-head{max-width:640px;margin-bottom:2.25rem}.pg-stats-head .pg-section-title{margin-top:.25rem}.pg-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.pg-stat{display:flex;flex-direction:column;gap:.5rem}.pg-stat-value{font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:600;letter-spacing:-.5px;margin:0;color:var(--pg-text)}.pg-stat-label{font-size:.88rem;line-height:1.55;color:var(--pg-muted);margin:0}.pg-stats-caption{font-size:.82rem;line-height:1.6;color:var(--pg-muted);margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid var(--pg-line)}.pg-section{max-width:1500px;margin:0 auto;padding:3.5rem 3rem 0}.pg-section-divided{border-top:1px solid var(--pg-line);margin-top:2.5rem}.pg-section-head{padding-bottom:2.25rem;max-width:720px}.pg-section-head-split{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,460px);gap:2.5rem;align-items:end;max-width:none}.pg-eyebrow-sm{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--pg-muted);margin:0 0 1rem}.pg-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:-.3px;line-height:1.2;margin:0}.pg-section-intro{font-size:.95rem;line-height:1.7;color:var(--pg-muted);margin:0}.pg-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-bottom:3.5rem}.pg-gallery-tile{aspect-ratio:4 / 3;border-radius:14px;overflow:hidden;background:var(--pg-tint)}.pg-gallery-tile img{width:100%;height:100%;object-fit:cover;display:block}.pg-gallery-placeholder{width:100%;height:100%;border:1.5px dashed var(--pg-line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:var(--pg-muted)}.pg-gallery-placeholder span{font-size:.8rem;font-weight:500;text-align:center;padding:0 1rem}.pg-story-body{max-width:820px;padding-bottom:3.5rem}.pg-story-body p{font-size:1rem;line-height:1.8;color:#2a2a28;margin:0 0 1.25rem}.pg-story-body p:last-child{margin-bottom:0}.pg-story-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(260px,400px);gap:2.5rem;padding-bottom:3.5rem;align-items:start}.pg-story-main p{font-size:1rem;line-height:1.8;color:#2a2a28;margin:0 0 1.25rem}.pg-story-main p:last-child{margin-bottom:0}.pg-story-aside{display:flex;flex-direction:column;gap:1.75rem;background:var(--pg-tint);border-radius:16px;padding:1.75rem}.pg-story-aside-label{font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--pg-muted);margin:0 0 1.1rem}.pg-story-aside-logos-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.pg-story-aside-logo{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:var(--pg-text)}.pg-story-aside-logo-mark{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid var(--pg-line);background:var(--pg-bg);display:flex;align-items:center;justify-content:center}.pg-story-aside-logo-mark img{width:16px;height:16px;object-fit:contain;filter:invert(1)}.pg-story-aside-highlight{display:block;text-decoration:none;color:var(--pg-text)}.pg-story-aside-highlight-divided{border-top:1px solid var(--pg-line);padding-top:1.75rem}.pg-story-aside-highlight-label{font-size:.7rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--pg-muted);margin:0 0 .6rem}.pg-story-aside-highlight h3{font-size:1.05rem;font-weight:600;margin:0 0 .6rem}.pg-story-aside-highlight p{font-size:.88rem;line-height:1.6;color:var(--pg-muted);margin:0 0 1.1rem}.pg-story-aside-highlight-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--pg-text)}.pg-story-aside-highlight-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.pg-story-aside-highlight:hover .service-arrow{transform:translate(6px)}.pg-partner-card{display:grid;grid-template-columns:minmax(220px,300px) minmax(280px,1fr);gap:2.5rem;align-items:center;background:var(--pg-tint);border-radius:20px;padding:2.5rem;margin-bottom:3.5rem}.pg-partner-logo{aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center}.pg-partner-logo img{width:100%;height:100%;object-fit:cover;border-radius:14px}.pg-partner-logo-placeholder{width:100%;height:100%;border:1.5px dashed var(--pg-line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:var(--pg-muted)}.pg-partner-logo-placeholder span{font-size:.95rem;font-weight:700;color:var(--pg-text)}.pg-partner-text .pg-eyebrow-sm{margin-bottom:.75rem}.pg-partner-text .pg-section-title{margin-bottom:.9rem}.pg-partner-description{font-size:.98rem;line-height:1.7;color:var(--pg-muted);margin:0;max-width:560px}.pg-partner-cta{margin-top:1.5rem}.pg-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-bottom:3.5rem}.pg-highlight-card{background:var(--pg-tint);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.pg-highlight-icon{color:var(--pg-text)}.pg-highlight-card h3{font-size:.98rem;font-weight:600;margin:0}.pg-highlight-card p{font-size:.86rem;line-height:1.6;color:var(--pg-muted);margin:0}.pg-closing-card{max-width:1500px;margin:2rem auto 4rem;margin-left:max(3rem,calc((100% - 1500px)/2));margin-right:max(3rem,calc((100% - 1500px)/2));padding:3rem;background:var(--pg-tint);border-radius:24px}.pg-closing-inner{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,460px);gap:2.5rem}.pg-closing-title{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:400;letter-spacing:-.4px;line-height:1.2;margin:0;max-width:14ch}.pg-closing-right p{font-size:.98rem;line-height:1.7;color:var(--pg-muted);margin:0 0 1.5rem}.pg-closing-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 1100px){.pg-gallery-grid,.pg-highlights-grid,.pg-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 960px){.pg-hero,.pg-section,.pg-stats{padding-left:1.25rem;padding-right:1.25rem}.pg-closing-card{margin-left:1.25rem;margin-right:1.25rem;padding:2rem}.pg-stats-inner{padding:2rem}}@media (max-width: 860px){.pg-section-head-split,.pg-closing-inner,.pg-story-grid,.pg-partner-card{grid-template-columns:1fr}.pg-hero-grid{grid-template-columns:1fr;gap:2rem}.pg-hero-panel,.pg-hero-image{order:-1;aspect-ratio:16 / 10}.pg-partner-logo{aspect-ratio:3 / 1}}@media (max-width: 640px){.pg-gallery-grid,.pg-highlights-grid,.pg-stats-grid{grid-template-columns:1fr}.pg-stats-grid{gap:1.5rem}.pg-section{padding-top:2.75rem}.pg-closing-card{padding:1.75rem}.pg-story-aside,.pg-partner-card{padding:1.5rem}.pg-hero-ctas{flex-direction:column;align-items:stretch}.pg-hero-ctas .pg-cta-btn{justify-content:center}}.careers-page{--cr-bg: #fcfcfa;--cr-text: #111110;--cr-muted: #6b6b68;--cr-line: #e3e2dd;background:var(--cr-bg);color:var(--cr-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.careers-page *{box-sizing:border-box}.careers-hero{max-width:1000px;margin:0;padding:4.5rem 3rem 1rem}.careers-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--cr-muted);margin:0 0 1rem}.careers-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.25rem;max-width:18ch}.careers-subtitle{font-size:1.05rem;line-height:1.75;color:#2a2a28;max-width:780px;margin:0}.careers-grid{max-width:1500px;margin:3rem auto 5rem;padding:0 3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.careers-card{border:1px solid var(--cr-line);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.9rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.careers-card:hover{border-color:var(--cr-text);transform:translateY(-4px);box-shadow:0 12px 24px #0206170f}.careers-card-meta{display:flex;flex-wrap:wrap;gap:.5rem}.careers-card-meta span{font-size:.7rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--cr-muted);background:#f5f4ef;border-radius:999px;padding:.3rem .7rem}.careers-card h2{font-size:1.25rem;font-weight:600;margin:0;letter-spacing:-.2px}.careers-card p{font-size:.95rem;line-height:1.65;color:var(--cr-muted);margin:0;flex:1}.careers-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--cr-text);text-decoration:none;transition:font-weight .1s ease}.careers-card-link:hover{font-weight:700}.careers-card-link .service-arrow{width:15px;height:15px;transition:transform .22s ease}.careers-card-link:hover .service-arrow{transform:translate(6px)}@media (max-width: 960px){.careers-hero,.careers-grid{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 800px){.careers-grid{grid-template-columns:1fr}}@media (max-width: 640px){.careers-hero{padding:3rem 1.25rem 2rem}.careers-card{padding:1.5rem}}.csc-app{height:100%;position:relative;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.csc-empty-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center}.csc-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#6b6b68;margin:0 0 1rem}.csc-empty-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:400;letter-spacing:-.5px;line-height:1.2;margin:0 0 1rem}.csc-empty-subtitle{font-size:1rem;line-height:1.7;color:#2a2a28;max-width:520px;margin:0 0 2rem}.csc-bar-wrap{width:100%;max-width:640px}.csc-bar{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e3e2dd;border-radius:999px;padding:.6rem .6rem .6rem 1.5rem;box-shadow:0 12px 32px #0206170f}.csc-bar-input{flex:1;border:none;background:none;outline:none;font-family:inherit;font-size:.98rem;color:#111110;padding:.5rem 0;min-width:0}.csc-bar-input::placeholder{color:#6b6b68}.csc-bar-input:disabled{color:#6b6b68}.csc-send-btn{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:none;background:#111110;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.csc-send-btn:hover:not(:disabled){transform:scale(1.06)}.csc-send-btn:active:not(:disabled){transform:scale(.88)}.csc-send-btn:disabled{opacity:.35;cursor:default}.csc-start-suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.5rem;max-width:640px}.csc-start-suggestion{background:none;border:1px solid #e3e2dd;border-radius:999px;padding:.6rem 1rem;font-family:inherit;font-size:.82rem;font-weight:500;color:#2a2a28;cursor:pointer;transition:border-color .15s ease,background .15s ease}.csc-start-suggestion:hover{border-color:#111110;background:#f5f4ef}.csc-reset-btn{position:absolute;top:1.25rem;right:1.5rem;z-index:5;display:inline-flex;align-items:center;gap:.35rem;background:#fcfcfa;border:1px solid #e3e2dd;font-family:inherit;font-size:.8rem;font-weight:600;color:#6b6b68;cursor:pointer;padding:.4rem .8rem;border-radius:999px;transition:background .15s ease,color .15s ease}.csc-reset-btn:hover{background:#f5f4ef;color:#111110}.csc-thread-scroll{flex:1;overflow-y:auto}.csc-thread-inner{max-width:760px;margin:0 auto;padding:3.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.csc-bubble-row{display:flex;align-items:flex-start;gap:.6rem}.csc-bubble-row-user{justify-content:flex-end;animation:csc-bubble-in-user .3s cubic-bezier(.16,1,.3,1) both}.csc-bubble-row-assistant{justify-content:flex-start;animation:csc-bubble-in-assistant .4s cubic-bezier(.16,1,.3,1) both}@keyframes csc-bubble-in-user{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes csc-bubble-in-assistant{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.csc-bubble-row-user,.csc-bubble-row-assistant{animation:none}}.csc-avatar{flex-shrink:0;width:20px;height:20px;color:#111110;display:flex;align-items:center;justify-content:center;font-size:1.05rem;margin-top:.55rem}.csc-bubble-col{display:flex;flex-direction:column;max-width:78%}.csc-bubble-row-user .csc-bubble-col{align-items:flex-end}.csc-bubble-row-assistant .csc-bubble-col{align-items:flex-start}.csc-bubble-time{font-size:.72rem;color:#6b6b68;margin-top:.3rem;padding:0 .2rem}.csc-bubble{max-width:100%;padding:.85rem 1.1rem;border-radius:16px;font-size:.94rem;line-height:1.6}.csc-bubble-user{background:#111110;color:#fff;border-bottom-right-radius:4px}.csc-bubble-assistant{background:#f5f4ef;color:#111110;border-bottom-left-radius:4px}.csc-bubble-loading{display:flex;align-items:center;gap:4px;padding:1.1rem}.csc-bubble-loading span{width:6px;height:6px;border-radius:50%;background:#6b6b68;animation:csc-dot 1.1s ease-in-out infinite}.csc-bubble-loading span:nth-child(2){animation-delay:.15s}.csc-bubble-loading span:nth-child(3){animation-delay:.3s}@keyframes csc-dot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}.csc-input-dock{flex-shrink:0;padding:.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(to bottom,#fcfcfa00,#fcfcfa 35%)}.csc-disclaimer{font-size:.74rem;color:#6b6b68;margin:.7rem 0 0;text-align:center}@media (max-width: 640px){.csc-start-suggestions{flex-direction:column;align-items:stretch}.csc-start-suggestion{text-align:left}.csc-bar{padding-left:1.1rem}.csc-reset-btn{top:.85rem;right:1rem}.csc-thread-inner{padding-top:3rem}.csc-bubble-col{max-width:85%}}.cs-page{background:#fcfcfa;height:100vh;height:100dvh;padding-top:var(--site-nav-h, 76px);box-sizing:border-box;overflow:hidden}.cs-page *{box-sizing:border-box}.jd-page{--jd-bg: #fcfcfa;--jd-text: #111110;--jd-muted: #6b6b68;--jd-line: #e3e2dd;--jd-tint: #f5f4ef;background:var(--jd-bg);color:var(--jd-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;width:100%;padding-top:var(--site-nav-h, 76px);box-sizing:border-box}.jd-page *{box-sizing:border-box}.jd-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--jd-muted);margin:0 0 1rem}.jd-hero{max-width:900px;margin:0 auto;padding:3.5rem 3rem 1rem}.jd-hero-index{font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--jd-muted);margin:0 0 1.25rem}.jd-hero-index a{color:var(--jd-muted);text-decoration:none}.jd-hero-index a:hover{color:var(--jd-text)}.jd-hero-title{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:400;letter-spacing:-.5px;line-height:1.15;margin:0 0 1.5rem}.jd-hero-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.jd-meta-pill{display:inline-flex;align-items:center;background:var(--jd-tint);border-radius:999px;padding:.4rem .9rem;font-size:.78rem;font-weight:600;color:var(--jd-text)}.jd-hero-description{font-size:1.02rem;line-height:1.7;color:#2a2a28;max-width:680px;margin:0 0 2rem}.jd-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--jd-text);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.6px;text-decoration:none;padding:.9rem 1.6rem;border-radius:999px;border:none;cursor:pointer;font-family:inherit;transition:opacity .15s ease}.jd-cta-btn .service-arrow{width:14px;height:14px;transition:transform .22s ease}.jd-cta-btn:hover{opacity:.82}.jd-cta-btn:hover .service-arrow{transform:translate(4px)}.jd-cta-btn-ghost{background:none;border:1px solid var(--jd-line);color:var(--jd-text)}.jd-cta-btn-ghost:hover{opacity:1;border-color:var(--jd-text)}.jd-section{max-width:900px;margin:0 auto;padding:2.5rem 3rem 0}.jd-section-head{padding-bottom:1.75rem}.jd-section-head-divided{border-top:1px solid var(--jd-line);padding-top:2.25rem}.jd-section-title{font-size:clamp(1.35rem,2.5vw,1.6rem);font-weight:400;letter-spacing:-.3px;line-height:1.2;margin:0}.jd-body{padding-bottom:1rem}.jd-body p{font-size:1rem;line-height:1.8;color:#2a2a28;margin:0 0 1.25rem}.jd-body p:last-child{margin-bottom:0}.jd-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:1rem}.jd-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.98rem;line-height:1.6;color:#2a2a28}.jd-list li svg{flex-shrink:0;margin-top:.2rem;color:var(--jd-text)}.jd-closing-card{max-width:1100px;margin:3.5rem auto 4rem;margin-left:max(3rem,calc((100% - 1100px)/2));margin-right:max(3rem,calc((100% - 1100px)/2));padding:3rem;background:var(--jd-tint);border-radius:24px}.jd-footer-cta{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,420px);gap:2.5rem;align-items:center}.jd-footer-cta-title{font-size:clamp(1.5rem,3vw,1.9rem);font-weight:400;letter-spacing:-.4px;line-height:1.2;margin:0}.jd-footer-cta-right p{font-size:.95rem;line-height:1.65;color:var(--jd-muted);margin:0 0 1.5rem}.jd-closing-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 960px){.jd-hero,.jd-section{padding-left:1.25rem;padding-right:1.25rem}.jd-closing-card{margin-left:1.25rem;margin-right:1.25rem;padding:2rem}}@media (max-width: 700px){.jd-footer-cta{grid-template-columns:1fr}}@media (max-width: 640px){.jd-hero{padding-top:3rem}.jd-section{padding-top:2rem}.jd-closing-card{padding:1.75rem}}.ai-chat-button{position:fixed;right:2rem;bottom:2rem;z-index:300;display:inline-flex;align-items:center;height:60px;max-width:60px;margin:0;padding:0;box-sizing:border-box;background:#111110;border:none;border-radius:999px;text-decoration:none;overflow:hidden;cursor:pointer;font-family:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:0 10px 28px #02061738;transition:max-width .45s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,transform .25s ease}.ai-chat-button:hover,.ai-chat-button:focus-visible{max-width:320px;transform:translateY(-2px);box-shadow:0 16px 36px #02061747}.ai-chat-icon-circle{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;filter:drop-shadow(0 0 0 rgba(255,255,255,0));transition:filter .4s ease}.ai-chat-icon-circle svg{display:block}@keyframes ai-chat-sparkle{0%{transform:rotate(0) scale(1)}45%{transform:rotate(200deg) scale(1.3)}75%{transform:rotate(330deg) scale(.92)}to{transform:rotate(360deg) scale(1)}}.ai-chat-button:hover .ai-chat-icon-circle,.ai-chat-button:focus-visible .ai-chat-icon-circle{animation:ai-chat-sparkle .65s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 0 7px rgba(255,255,255,.85))}.ai-chat-question{flex-shrink:0;white-space:nowrap;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:400;padding-right:1.5rem;opacity:0;transition:opacity .2s ease}.ai-chat-button:hover .ai-chat-question,.ai-chat-button:focus-visible .ai-chat-question{opacity:1;transition:opacity .3s ease .15s}.ai-chat-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#11111047;display:flex;align-items:flex-end;justify-content:flex-end;padding:2rem;animation:ai-chat-backdrop-in .25s ease both}@keyframes ai-chat-backdrop-in{0%{opacity:0}to{opacity:1}}.ai-chat-modal{width:400px;max-width:100%;height:min(680px,calc(100vh - 4rem));background:#fcfcfa;border-radius:24px;box-shadow:0 24px 60px #02061747;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:ai-chat-modal-in .4s cubic-bezier(.34,1.56,.64,1) both;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@keyframes ai-chat-modal-in{0%{opacity:0;transform:scale(.85) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.ai-chat-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem;border-bottom:1px solid #e3e2dd;flex-shrink:0}.ai-chat-modal-title{margin:0;font-size:.95rem;font-weight:700;color:#111110}.ai-chat-icon-btn{width:36px;height:36px;border-radius:50%;border:none;background:#f5f4ef;color:#111110;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,opacity .15s ease}.ai-chat-icon-btn:hover:not(:disabled){background:#e3e2dd}.ai-chat-icon-btn:disabled{opacity:.4;cursor:default}.ai-chat-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.ai-chat-empty{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2.5rem;padding:1.5rem 1.25rem}.ai-chat-empty-heading{margin:0;font-size:1.6rem;font-weight:600;letter-spacing:-.3px;color:#111110;text-align:center;line-height:1.25}.ai-chat-suggestions{display:flex;flex-direction:column}.ai-chat-suggestion{text-align:left;background:none;border:none;border-top:1px solid #e3e2dd;padding:.95rem .25rem;font-family:inherit;font-size:.92rem;color:#111110;cursor:pointer;transition:color .15s ease}.ai-chat-suggestions .ai-chat-suggestion:last-child{border-bottom:1px solid #e3e2dd}.ai-chat-suggestion:hover{color:#6b6b68}.ai-chat-thread{display:flex;flex-direction:column;gap:.9rem;padding:1.25rem}.ai-chat-bubble-row{display:flex}.ai-chat-bubble-row-user{justify-content:flex-end}.ai-chat-bubble-row-assistant{justify-content:flex-start}.ai-chat-bubble{max-width:82%;padding:.75rem 1rem;border-radius:16px;font-size:.9rem;line-height:1.55}.ai-chat-bubble-user{background:#111110;color:#fff;border-bottom-right-radius:4px}.ai-chat-bubble-assistant{background:#f5f4ef;color:#111110;border-bottom-left-radius:4px}.ai-chat-bubble-loading{display:flex;align-items:center;gap:4px;padding:1rem}.ai-chat-bubble-loading span{width:6px;height:6px;border-radius:50%;background:#6b6b68;animation:ai-chat-dot 1.1s ease-in-out infinite}.ai-chat-bubble-loading span:nth-child(2){animation-delay:.15s}.ai-chat-bubble-loading span:nth-child(3){animation-delay:.3s}@keyframes ai-chat-dot{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}.ai-chat-input-row{flex-shrink:0;display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;border-top:1px solid #e3e2dd}.ai-chat-input{flex:1;border:none;background:none;outline:none;font-family:inherit;font-size:.9rem;color:#111110;padding:.4rem .25rem}.ai-chat-input::placeholder{color:#6b6b68}.ai-chat-input:disabled{color:#6b6b68}.ai-chat-send-btn{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:none;background:#111110;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.ai-chat-send-btn:hover:not(:disabled){transform:scale(1.06)}.ai-chat-send-btn:disabled{opacity:.35;cursor:default}@media (max-width: 640px){.ai-chat-button{right:1.25rem;bottom:1.25rem;height:52px;max-width:52px}.ai-chat-icon-circle{width:52px;height:52px;font-size:1.2rem}.ai-chat-button:hover,.ai-chat-button:focus-visible{max-width:270px}.ai-chat-question{font-size:.82rem}.ai-chat-backdrop{padding:0;align-items:stretch}.ai-chat-modal{width:100%;height:100%;max-height:100%;border-radius:0;transform-origin:bottom center}}@media (prefers-reduced-motion: reduce){.ai-chat-button,.ai-chat-question,.ai-chat-icon-circle,.ai-chat-modal,.ai-chat-backdrop{transition:none;animation:none}.ai-chat-button:hover .ai-chat-icon-circle,.ai-chat-button:focus-visible .ai-chat-icon-circle{animation:none}}:root{--bg: #000000;--accent: #3b82f6;--text-color: rgb(255, 255, 255)}body{font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.8px;background:#fcfcfa;color:#0f172a;margin:0}.container{max-width:100%;margin:0 auto;border-radius:8px;box-shadow:0 6px 20px #02061714;background:var(--bg)}@keyframes page-enter{0%{opacity:0;filter:blur(6px);transform:translateY(10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes page-exit-anim{0%{opacity:1;filter:blur(0)}to{opacity:0;filter:blur(6px)}}.home-hero,.about-page,.contact-page,.impact-page,.legal-page,.trust-page,.privacy-page,.services-page,.svcd-page,.research-page,.rsd-page{animation:page-enter .5s cubic-bezier(.16,1,.3,1) both}.page-exit{animation:page-exit-anim .38s ease-in-out both;pointer-events:none}@media (prefers-reduced-motion: reduce){.home-hero,.about-page,.contact-page,.impact-page,.legal-page,.trust-page,.privacy-page,.services-page,.svcd-page,.research-page,.rsd-page{animation:none;transition:none}.page-exit{filter:none}}.main-title-div-container{width:100%;display:flex;justify-content:center;align-items:center}.main-title-div{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-margin-div{height:8rem}.main-mini-margin-div{height:3rem}.main-title-1{font-size:clamp(10px,2vw,14px);font-weight:300;color:var(--text-color);width:100%;text-align:center}.main-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--text-color);width:100%;text-align:center;margin-bottom:20px}.main-title-description{font-size:clamp(11px,3vw,16px);font-weight:400;color:var(--text-color);width:80%;text-align:center;margin-top:0}@media (max-width: 1200px){.main-title-div{width:80%}}@media (max-width: 768px){.main-title-div{width:95%}.main-title-description{font-weight:300;width:100%}.main-margin-div{height:4.5rem}}
