:root{--c-brand:#b89817;--c-brand-light:#e0c65c;--c-brand-dark:#8a7211;--c-dark:#0f172a;--c-dark-surface:#1e293b;--c-light:#f4f4f0;--c-white:#ffffff;--c-gray-100:#f3f4f6;--c-gray-200:#e5e7eb;--c-gray-400:#9ca3af;--c-gray-500:#6b7280;--c-gray-600:#4b5563;--c-gray-800:#1f2937;--font-sans:"Poppins",sans-serif;--font-display:"Poppins",sans-serif;--transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1)}body{font-family:var(--font-sans);background-color:var(--c-dark);color:var(--c-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}button{border:none;background:0 0;cursor:pointer;font-family:inherit}img,video{max-width:100%;display:block}.hero-tag{color:var(--c-brand);font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-size:.875rem;display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.hero-tag::before{content:"";width:2.5rem;height:1px;background:var(--c-brand)}.hero-title{font-family:var(--font-display);font-size:4rem;line-height:.95;font-weight:900;text-transform:uppercase;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--c-white)}.hero-desc{font-size:1.25rem;color:rgba(255,255,255,.85);font-weight:400;max-width:550px;margin-bottom:3rem;line-height:1.6}.hero-desc strong{color:var(--c-white);font-weight:700}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:44px;padding:.75rem 1.4rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;transition:var(--transition)}.hero-btn i{font-size:1rem}.hero-btn-primary{background:var(--c-brand);color:var(--c-white);box-shadow:0 12px 28px -12px rgba(184,152,23,.9)}.hero-btn-primary:hover{background:var(--c-brand-dark);color:var(--c-white);transform:translateY(-2px)}.hero-btn-secondary{background:rgba(255,255,255,.08);color:var(--c-white);border-color:rgba(255,255,255,.32)}.hero-btn-secondary:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.5);color:var(--c-white);transform:translateY(-2px)}.hero-btn:focus-visible{outline:rgba(255,255,255,.95) solid 2px;outline-offset:2px}@media (prefers-reduced-motion:reduce){.hero-btn{transition:none}.hero-btn-primary:hover,.hero-btn-secondary:hover{transform:none}}.bento-section{padding:8rem 0;background-color:var(--c-light);position:relative;z-index:20;border-top-left-radius:3rem;border-top-right-radius:3rem;box-shadow:0 -20px 60px rgba(0,0,0,.4)}.bento-section::before{content:"";position:absolute;inset:0;border-top-left-radius:3rem;border-top-right-radius:3rem;background-image:radial-gradient(rgba(184,152,23,.15) 1px,transparent 1px),radial-gradient(rgba(184,152,23,.1) 1px,transparent 1px);background-position:0 0,20px 20px;background-size:40px 40px;z-index:-1;mask-image:linear-gradient(to bottom,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 5%,black 95%,transparent)}.bento-header{text-align:center;margin-bottom:2.5rem;max-width:800px;margin-inline:auto}.bento-title{font-family:var(--font-display);font-size:3rem;font-weight:900;margin-bottom:1.5rem;color:var(--c-dark);letter-spacing:-.02em}.bento-subtitle{font-size:1.125rem;color:var(--c-gray-600);line-height:1.6}.bento-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.bento-card{background:var(--c-white);border-radius:2.5rem;border:2px solid transparent;overflow:hidden;display:flex;flex-direction:column;transition:.4s cubic-bezier(.4, 0, .2, 1);box-shadow:0 10px 40px -10px rgba(184,152,23,.08);position:relative}.bento-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px -12px rgba(184,152,23,.25);border-color:var(--c-brand)}.bento-content{padding:2.5rem;display:flex;flex-direction:column;flex:1;z-index:2}.bento-card-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--c-dark);letter-spacing:-.02em;margin-bottom:1rem}.bento-card-desc{color:var(--c-gray-600);font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.bento-action{margin-top:auto;display:inline-flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--c-gray-100);width:100%;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--c-dark);transition:color .3s}.bento-action i{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(184,152,23,.1);transition:.4s cubic-bezier(.4, 0, .2, 1);color:var(--c-brand);font-size:1.25rem}.bento-card:hover .bento-action{color:var(--c-brand)}.bento-card:hover .bento-action i{background:var(--c-brand);color:var(--c-white);transform:translateX(4px) scale(1.05)}.bento-media{position:relative;overflow:hidden;min-height:320px;background-color:#faf9f5;border-top:1px solid rgba(0,0,0,.05);padding:1.5rem}.bento-media img,.bento-media video{position:absolute;top:1.5rem;left:1.5rem;width:calc(100% - 3rem);height:calc(100% - 3rem);object-fit:cover;object-position:center top;border-radius:.75rem;box-shadow:0 10px 40px -10px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.06);transition:transform .6s cubic-bezier(.4, 0, .2, 1),box-shadow .6s;z-index:2}.bento-card:hover .bento-media img,.bento-card:hover .bento-media video{transform:scale(1.03);box-shadow:0 15px 45px -10px rgba(0,0,0,.25)}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.bento-card{grid-column:span 1}.bento-content{padding:3rem}}@media (min-width:1024px){.bento-title{font-size:4.5rem}.bento-media{min-height:360px}.bento-grid.bento-grid-3{grid-template-columns:repeat(3,1fr)}.bento-grid-3 .bento-content{padding:2.25rem}.bento-grid-3 .bento-card-title{font-size:1.5rem}.bento-grid-3 .bento-media{min-height:240px}}.hero-services-fold{position:relative;min-height:740px;width:100%;overflow:hidden;background-color:var(--c-dark);z-index:1;transition:min-height .45s}.hero-services-video{position:absolute;inset:0;width:100%;height:100%;background-color:var(--c-dark);background-image:none;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform,opacity,border-radius;backface-visibility:hidden;transform-origin:center center}.hero-services-video video{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .32s}.hero-services-video.is-video-fallback video{opacity:0}.hero-services-overlay{position:absolute;inset:0;background:linear-gradient(106deg,rgba(130,131,132,.72) 0,rgba(108,110,112,.56) 42%,rgba(95,74,24,.46) 78%,rgba(184,152,23,.34) 100%),radial-gradient(96% 118% at 88% 16%,rgba(184,152,23,.64) 0,rgba(184,152,23,.34) 44%,rgba(184,152,23,.1) 74%,rgba(184,152,23,0) 100%),radial-gradient(58% 84% at 100% 72%,rgba(243,219,129,.3) 0,rgba(243,219,129,.1) 44%,rgba(243,219,129,0) 80%);z-index:2}.hero-services-content{position:relative;z-index:10;width:100%;max-width:1480px;will-change:transform,opacity;margin:0 auto;padding:clamp(6.55rem,10.2vh,7.7rem) clamp(1.4rem,2.8vw,2.8rem) clamp(1.32rem,3.08vh,2.09rem);transition:padding-bottom .45s;height:auto}.hero-services-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:clamp(2.5rem,3.5vw,4rem);align-items:center}.fold-left{max-width:640px}.hero-services-fold .hero-title{font-size:clamp(4rem, 7.5vw, 7rem);line-height:.95;margin-bottom:1.2rem}.hero-services-fold .hero-desc{font-size:clamp(1.05rem, 1.5vw, 1.3rem);margin-bottom:1.8rem;max-width:60ch}.hero-services-fold .hero-actions{margin-bottom:0}.hero-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;max-width:760px}.hero-trust-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:.9rem;padding:.55rem .75rem}.hero-trust-value{font-family:var(--font-display);font-size:1.35rem;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--c-white);margin-bottom:.2rem}.hero-trust-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.78)}.hero-metrics-section{position:relative;background:linear-gradient(180deg,#fff 0,#fff 80%,#f6f6f2 100%);padding:clamp(1.7rem,2.7vw,2.35rem) 1.5rem clamp(2.15rem,3.6vw,2.95rem)}.hero-metrics-section::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(184,152,23,.52),transparent)}.hero-metrics-inner{width:100%;max-width:1440px;margin:0 auto}.metrics-band{position:relative;background:linear-gradient(165deg,#fff 0,#fafcff 56%,#f5f8ff 100%);border:1px solid rgba(15,23,42,.12);border-radius:1.4rem;box-shadow:0 26px 42px -36px rgba(15,23,42,.44),0 10px 18px -16px rgba(15,23,42,.28),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden;padding:clamp(1.1rem,1.9vw,1.55rem) clamp(.95rem,2.1vw,1.55rem)}.metrics-band::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--c-brand),transparent);opacity:.92}.hero-metrics-head{text-align:center;margin-bottom:clamp(.86rem,1.6vw,1.28rem)}.hero-metrics-eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:.32rem .78rem;border-radius:999px;background:rgba(184,152,23,.11);border:1px solid rgba(184,152,23,.26);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:#8a7211;margin-bottom:.56rem}.hero-metrics-title{font-family:var(--font-display);font-size:clamp(1.38rem, 2.15vw, 1.95rem);letter-spacing:-.02em;line-height:1.2;color:var(--c-gray-800);max-width:none;white-space:nowrap;margin:0 auto}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.58rem,1vw,.82rem);margin-top:clamp(.52rem,1.1vw,.78rem);align-items:stretch}.metrics-card{position:relative;background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.1);border-radius:.95rem;box-shadow:0 10px 20px -18px rgba(15,23,42,.52);min-height:clamp(96px,9.6vw,114px);padding:clamp(.8rem,1.35vw,1.02rem) clamp(.6rem,1.1vw,.85rem);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .26s,border-color .26s,box-shadow .26s}.metrics-card::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,rgba(184,152,23,.9),transparent);opacity:0;transition:opacity .24s}.metrics-card:hover{transform:translateY(-2px);border-color:rgba(184,152,23,.35);box-shadow:0 18px 28px -24px rgba(15,23,42,.55)}.metrics-card:hover::before{opacity:1}.metrics-value{font-family:var(--font-display);font-weight:800;line-height:1;letter-spacing:-.025em;color:var(--c-gray-800);font-size:clamp(1.42rem, 2.15vw, 1.8rem);margin-bottom:.28rem}.metrics-label{display:flex;align-items:center;justify-content:center;min-height:2.2em;font-size:.77rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:var(--c-gray-600);text-align:center}.fold-right{background:linear-gradient(160deg,rgba(255,255,255,.09) 0,rgba(255,255,255,.03) 100%);border:1px solid rgba(255,255,255,.18);border-radius:1.6rem;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 34px 65px -45px rgba(0,0,0,.92),inset 0 1px 0 rgba(255,255,255,.16);padding:clamp(1rem,2vw,1.25rem);width:100%;max-width:640px;margin-left:auto;transition:max-width .45s,border-color .35s,box-shadow .35s,transform .35s}.fold-services-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.fold-services-eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:rgba(255,255,255,.88)}.expanded-services-grid{width:100%}.hero-services-fold .expanded-services-grid .bento-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hero-services-fold .expanded-services-grid .bento-grid.bento-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-grid{grid-template-columns:1fr}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card{grid-column:1/-1}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card[hidden]{display:none!important}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card:not([hidden]){display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,0.88fr);align-items:stretch;min-height:clamp(230px,23vw,300px)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-content{padding:clamp(.95rem,1.5vw,1.6rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-title{font-size:clamp(1.6rem, 2.35vw, 2.25rem);line-height:1.04;margin-bottom:clamp(.42rem,.7vw,.7rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-desc{font-size:clamp(.9rem, 1.02vw, .98rem);line-height:1.38;max-width:36ch;margin-bottom:clamp(.72rem,1.05vw,.95rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-action{margin-top:auto;padding-top:0;border-top:0;font-size:clamp(.72rem, .82vw, .86rem);letter-spacing:.07em}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-action i{width:1.8rem;height:1.8rem;font-size:.9rem}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media{min-height:100%;padding:clamp(.85rem,1.25vw,1.15rem);border-top:0;border-left:1px solid rgba(255,255,255,.16);background:0 0}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media img,.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media video{border-radius:clamp(.85rem,1.2vw,1.15rem);border:1px solid rgba(255,255,255,.16);object-fit:cover;object-position:center}.hero-services-fold .expanded-services-grid .bento-card{background:rgba(8,14,28,.5);border:1px solid rgba(255,255,255,.18);border-radius:1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.hero-services-fold .expanded-services-grid .bento-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px -24px rgba(0,0,0,.75);border-color:rgba(184,152,23,.58)}.hero-services-fold .expanded-services-grid .bento-content{padding:.95rem}.hero-services-fold .expanded-services-grid .bento-card-title{font-size:1.08rem;color:var(--c-white);margin-bottom:.35rem}.hero-services-fold .expanded-services-grid .bento-card-desc{font-size:.78rem;line-height:1.4;color:rgba(255,255,255,.8);margin-bottom:.55rem}.hero-services-fold .expanded-services-grid .bento-action{padding-top:.55rem;border-top:1px solid rgba(255,255,255,.16);font-size:.63rem;color:rgba(255,255,255,.9)}.hero-services-fold .expanded-services-grid .bento-action i{width:1.65rem;height:1.65rem;font-size:.84rem;background:rgba(184,152,23,.22);color:rgba(255,255,255,.95)}.hero-services-fold .expanded-services-grid .bento-card:hover .bento-action{color:var(--c-white)}.hero-services-fold .expanded-services-grid .bento-card:hover .bento-action i{transform:translateX(2px);background:rgba(184,152,23,.52);color:var(--c-white)}.hero-services-fold .expanded-services-grid .bento-media{min-height:132px;padding:0;background:rgba(255,255,255,.04);border-top:1px solid rgba(255,255,255,.14)}.hero-services-fold .expanded-services-grid .bento-media img,.hero-services-fold .expanded-services-grid .bento-media video{position:static;top:auto;left:auto;width:100%;height:100%;border-radius:0;border:0;box-shadow:none}.hero-services-fold .expanded-services-grid .bento-card:hover .bento-media img,.hero-services-fold .expanded-services-grid .bento-card:hover .bento-media video{transform:scale(1.015);box-shadow:none}@media (max-width:1199px){.hero-services-content{padding-left:2rem;padding-right:2rem}.hero-services-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hero-services-fold .expanded-services-grid .bento-grid.bento-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card:not([hidden]){grid-template-columns:minmax(0,1fr) minmax(0,0.84fr)}}@media (max-width:1023px){.hero-metrics-section{padding:1.5rem 1.1rem 1.95rem}.metrics-band{border-radius:1.16rem;padding:.98rem .82rem 1.1rem}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.56rem}.metrics-card{min-height:94px}.hero-services-fold{height:auto;min-height:100svh}.hero-services-content{height:auto;padding:7.1rem 1.5rem 2.25rem}.hero-services-grid{grid-template-columns:1fr;gap:1.2rem;align-items:start}.fold-left,.fold-right{max-width:none;width:100%}.fold-services-head{flex-direction:column;align-items:flex-start;gap:.25rem}.hero-services-fold .expanded-services-grid .bento-grid,.hero-services-fold .expanded-services-grid .bento-grid.bento-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card:not([hidden]){min-height:245px}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-title{font-size:clamp(1.45rem, 2.9vw, 1.95rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-desc{font-size:clamp(.88rem, 1.6vw, .96rem)}}@media (max-width:767px){.hero-metrics-section{padding:1.22rem 1rem 1.62rem}.metrics-band{border-radius:1rem;padding:.84rem .72rem .96rem}.hero-metrics-head{margin-bottom:.78rem}.hero-metrics-title{white-space:normal;max-width:23ch;font-size:clamp(1.18rem, 4.9vw, 1.45rem)}.metrics-grid{margin-top:.48rem;gap:.52rem}.metrics-card{min-height:88px;padding:.72rem .5rem}.metrics-value{font-size:1.24rem}.metrics-label{font-size:.66rem;letter-spacing:.045em}.hero-services-content{padding-top:6.5rem}.hero-services-fold .hero-title{font-size:clamp(2.7rem, 12vw, 4.25rem)}.hero-services-fold .hero-actions{gap:.6rem}.hero-services-fold .hero-btn{width:100%}.hero-trust-strip{gap:.45rem}.hero-trust-item{padding:.5rem .55rem}.hero-trust-value{font-size:1.15rem}.hero-trust-label{font-size:.63rem}.hero-services-fold .expanded-services-grid .bento-grid,.hero-services-fold .expanded-services-grid .bento-grid.bento-grid-3{grid-template-columns:1fr}.hero-services-fold .expanded-services-grid .bento-card-title{font-size:1.02rem}.hero-services-fold .expanded-services-grid .bento-content{padding:.82rem}.hero-services-fold .expanded-services-grid .bento-media{min-height:160px}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card:not([hidden]){grid-template-columns:1fr;min-height:auto}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media{border-left:0;border-top:1px solid rgba(255,255,255,.14);min-height:170px}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-title{font-size:clamp(1.28rem, 6vw, 1.75rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-desc{max-width:none}}@media (max-width:540px){.hero-metrics-section{padding:1.1rem .8rem 1.35rem}.metrics-band{padding:.78rem .64rem .92rem}.hero-metrics-eyebrow{font-size:.66rem;padding:.28rem .66rem}.hero-metrics-title{font-size:clamp(1.08rem, 5.8vw, 1.28rem)}.metrics-card{min-height:82px;padding:.68rem .44rem}.metrics-value{font-size:1.16rem}.hero-services-fold .expanded-services-grid .bento-action{font-size:.6rem}}@media (max-width:420px){.metrics-grid{grid-template-columns:1fr}.metrics-card{min-height:78px}}@media (prefers-reduced-motion:reduce){.fold-right,.hero-services-content,.hero-services-fold,.metrics-card{transition:none;animation:none}.metrics-card:hover{transform:none}}.fold-left,.fold-right,.hero-services-content,.hero-services-fold .bento-card,.hero-services-fold .bento-content,.hero-services-fold .bento-grid,.hero-services-grid{min-width:0}@media (min-width:1024px) and (max-height:860px){.hero-services-fold{min-height:680px}.hero-services-content{padding-top:clamp(6.1rem,9.45vh,7.2rem);padding-bottom:1.375rem}.hero-services-fold .hero-title{font-size:clamp(3rem, 6vw, 5.4rem)}.hero-services-fold .hero-desc{font-size:1rem;margin-bottom:1.35rem}.hero-trust-strip{gap:.5rem}.hero-trust-item{padding:.45rem .6rem}.fold-right{padding:.95rem}}@media (min-width:1180px) and (max-width:1450px) and (min-height:760px) and (max-height:920px){.hero-services-content{padding-bottom:clamp(2.2rem,4.62vh,3.08rem)}}@media (max-width:1023px){.hero-services-content{padding-top:clamp(6.25rem,13vw,7.5rem);padding-bottom:clamp(1rem,3.2vw,1.8rem)}.hero-services-grid{gap:clamp(1rem,3.5vw,1.4rem)}.fold-services-head{margin-bottom:.65rem}}@media (max-width:767px){.hero-services-fold{min-height:auto}.hero-services-content{padding-top:clamp(5.85rem,13vw,6.65rem);padding-left:1rem;padding-right:1rem}.hero-services-fold .hero-title{line-height:.98;letter-spacing:-.02em}.hero-services-fold .hero-desc{font-size:.96rem;line-height:1.55;margin-bottom:1.25rem;max-width:none}.hero-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-trust-value{font-size:1.05rem}.hero-trust-label{letter-spacing:.06em}.fold-right{padding:.8rem;border-radius:1.1rem}.hero-services-fold .expanded-services-grid .bento-card{border-radius:.9rem}.hero-services-fold .expanded-services-grid .bento-media{min-height:170px}}@media (max-width:540px){.hero-services-content{padding-top:5.6rem}.hero-services-fold .hero-title{font-size:clamp(2.15rem, 12.5vw, 3rem)}.hero-services-fold .hero-actions{flex-direction:column}.hero-services-fold .hero-btn{width:100%}.hero-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-services-fold .expanded-services-grid .bento-media{min-height:150px}}@media (max-height:520px) and (orientation:landscape){.hero-metrics-section .metrics-grid{display:grid}.hero-services-content{padding-top:5.95rem;padding-bottom:.75rem}.hero-services-grid{gap:.9rem}.hero-services-fold .hero-tag{margin-bottom:.65rem;font-size:.72rem}.hero-services-fold .hero-title{font-size:clamp(2rem, 6vw, 3rem);margin-bottom:.7rem}.hero-services-fold .hero-desc{font-size:.88rem;margin-bottom:.9rem}.hero-trust-strip{display:none}.hero-trust-item{padding:.35rem .45rem}.fold-right{padding:.7rem}}.hero-services-fold{height:auto;min-height:100svh}.hero-services-grid{height:auto;align-items:start;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr)}@media (min-width:1024px){.hero-services-content{min-height:100svh;display:flex;align-items:center}.hero-services-grid{width:100%;align-items:center}}.fold-right.fold-right-services{max-width:min(760px,100%);justify-self:start;align-self:start;margin-left:0;border-color:rgba(184,152,23,.36);box-shadow:0 36px 75px -44px rgba(0,0,0,.88),inset 0 1px 0 rgba(255,255,255,.18)}.fold-services-eyebrow-main{font-size:clamp(1.7rem, 2.4vw, 2.05rem);letter-spacing:.08em;color:rgba(255,255,255,.96)}.services-catalog-body{display:grid;gap:.62rem}.services-quick-links{display:flex;flex-wrap:wrap;gap:.48rem;align-items:stretch;justify-content:flex-start}.service-quick-btn{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.06);color:rgba(255,255,255,.92);font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:none;line-height:1.1;padding:.42rem .54rem;font-family:inherit;cursor:pointer;flex:1 1 clamp(112px,18%,154px);min-width:112px;max-width:calc(20% - .4rem);width:100%;white-space:normal;text-wrap:balance;text-align:center;overflow-wrap:anywhere;text-decoration:none;transition:border-color .25s,background-color .25s,transform .25s}.service-quick-btn.is-active{border-color:rgba(184,152,23,.74);background:rgba(184,152,23,.34);color:var(--c-white)}.service-quick-btn:hover{border-color:rgba(184,152,23,.64);background:rgba(184,152,23,.2);color:var(--c-white);transform:translateY(-1px)}.service-quick-btn:focus-visible{outline:rgba(255,255,255,.96) solid 2px;outline-offset:2px}@media (max-width:1665px) and (min-width:1024px){.services-quick-links{gap:.45rem}.service-quick-btn{min-height:42px;padding:.38rem .48rem;font-size:.76rem;letter-spacing:.02em;line-height:1.1}}@media (max-width:1439px) and (min-width:1024px){.service-quick-btn{flex-basis:clamp(112px,22%,160px);max-width:calc(25% - .38rem)}}@media (max-width:1199px) and (min-width:768px){.service-quick-btn{flex-basis:clamp(114px,30%,180px);max-width:calc(33.333% - .36rem)}}@media (min-width:1600px) and (max-width:2199px){.hero-services-content{max-width:1560px;padding-left:clamp(2rem,2.4vw,3rem);padding-right:clamp(2rem,2.4vw,3rem)}.hero-services-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2.6rem,3vw,3.6rem)}.hero-services-fold .hero-title{font-size:clamp(4.4rem, 6vw, 7.8rem)}.hero-services-fold .hero-desc{font-size:clamp(1.12rem, 1.05vw, 1.34rem)}.hero-metrics-eyebrow{font-size:.78rem}.hero-metrics-title{font-size:clamp(1.58rem, 1.7vw, 2.2rem)}.metrics-value{font-size:clamp(1.58rem, 1.85vw, 2.05rem)}.metrics-label{font-size:.82rem}.fold-services-eyebrow-main{font-size:clamp(1.8rem, 2vw, 2.2rem)}.service-quick-btn{font-size:.84rem}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-title{font-size:clamp(1.75rem, 1.95vw, 2.4rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-desc{font-size:clamp(.96rem, .88vw, 1.05rem)}}@media (min-width:2200px){.hero-services-content{max-width:1700px;padding-left:clamp(2.2rem,2.3vw,3.3rem);padding-right:clamp(2.2rem,2.3vw,3.3rem)}.hero-services-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,0.98fr);gap:clamp(3rem,2.6vw,4.4rem)}.hero-services-fold .hero-title{font-size:clamp(5.05rem, 4.85vw, 8.8rem)}.hero-services-fold .hero-desc{font-size:clamp(1.2rem, .9vw, 1.45rem)}.hero-metrics-eyebrow{font-size:.84rem}.hero-metrics-title{font-size:clamp(1.8rem, 1.35vw, 2.5rem)}.metrics-value{font-size:clamp(1.75rem, 1.35vw, 2.2rem)}.metrics-label{font-size:.86rem}.fold-right.fold-right-services{max-width:min(820px,100%)}.fold-services-eyebrow-main{font-size:clamp(2rem, 1.6vw, 2.45rem)}.service-quick-btn{font-size:.9rem}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-title{font-size:clamp(1.95rem, 1.5vw, 2.7rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-desc{font-size:clamp(1.03rem, .72vw, 1.14rem)}}@media (max-width:767px){.services-quick-links{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.services-quick-links::-webkit-scrollbar{display:none}.service-quick-btn{min-height:32px;font-size:.74rem;padding:.34rem .44rem;width:auto;min-width:0;max-width:none;flex:0 0 auto;scroll-snap-align:start}}@media (max-height:780px) and (min-width:1200px){.hero-services-content{padding-top:clamp(4.05rem,8.55vh,6.55rem)}.fold-right{margin-top:4rem}}@media (max-width:1023px){.hero-services-grid{grid-template-columns:1fr}.hero-services-content{padding-top:calc(clamp(6.25rem,13vw,7.5rem) * 1.2);min-height:auto}.hero-services-fold{overflow:visible}.fold-right.fold-right-services{transform:none!important;opacity:1!important}}@media (max-width:767px){.hero-services-content{padding-top:calc(clamp(5.85rem,13vw,6.65rem) * 1.2);padding-bottom:clamp(2.2rem,9vw,3.4rem)}.fold-right.fold-right-services{max-width:100%;margin-left:0;margin-right:0;padding-bottom:1.05rem}.services-catalog-body{gap:.72rem}.services-quick-links{padding-right:max(.8rem,env(safe-area-inset-right));padding-bottom:.15rem}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card:not([hidden]){grid-template-columns:1fr;min-height:auto}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-content{padding:.82rem}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-title{font-size:clamp(1.22rem, 5.6vw, 1.64rem)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-card-desc{font-size:clamp(.84rem, 3.25vw, .94rem);line-height:1.42;margin-bottom:.68rem}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media{min-height:168px;border-left:0;border-top:1px solid rgba(255,255,255,.14)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media img,.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media video{border-radius:0}}@media (max-width:540px){.fold-services-eyebrow-main{font-size:1.2rem;letter-spacing:.06em}.hero-services-content{padding-top:calc(5.6rem * 1.2)}.hero-services-fold .expanded-services-grid.is-service-switcher .bento-media{min-height:152px}}:root{--c-brand:#b89817;--c-brand-light:#e0c65c;--c-brand-dark:#8a7211;--c-dark:#0f172a;--c-dark-surface:#1e293b;--c-light:#f4f4f0;--c-white:#ffffff;--c-gray-100:#f3f4f6;--c-gray-200:#e5e7eb;--c-gray-400:#9ca3af;--c-gray-500:#6b7280;--c-gray-600:#4b5563;--c-gray-800:#1f2937;--font-sans:"Poppins",sans-serif;--font-display:"Poppins",sans-serif;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}img{max-width:100%;display:block}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:9999px;font-weight:700;transition:var(--transition);font-family:var(--font-sans);font-size:1rem}.btn-brand{background-color:var(--c-brand);color:var(--c-white)}.btn-brand:hover{background-color:var(--c-brand-dark);color:var(--c-white);transform:translateY(-2px)}.impact-trust-section{padding:4rem 0;background:var(--c-light);display:flex;justify-content:center}.impact-hero-container{position:relative;width:calc(100% - 3rem);max-width:1440px;margin:0 auto;border-radius:1.4rem;background:linear-gradient(165deg,#fff 0,#fafcff 56%,#f5f8ff 100%);border:1px solid rgba(15,23,42,.12);box-shadow:0 26px 42px -36px rgba(15,23,42,.44),0 10px 18px -16px rgba(15,23,42,.28),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden;display:flex;flex-direction:column;padding:5rem 0 3rem}.impact-hero-container::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--c-brand),transparent);opacity:.92}.stakeholders-split{position:relative;z-index:3;width:100%;max-width:1440px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.stakeholders-left{text-align:left}.eyebrow-tag{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--c-brand);margin-bottom:1.25rem}.stakeholders-left h2{font-family:var(--font-display);font-size:clamp(3.5rem, 5vw, 5rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--c-dark);letter-spacing:-.02em}.stakeholders-left p{font-size:clamp(1.1rem, 1.4vw, 1.35rem);color:var(--c-gray-600);line-height:1.6;margin-bottom:2.5rem;max-width:500px}.stakeholders-right{position:relative;display:flex;justify-content:flex-start}.stakeholders-cards{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:560px}.s-card-1,.s-card-2,.s-card-3{margin-left:0;margin-right:0}.s-card{background:var(--c-white);border:1px solid var(--c-gray-200);border-radius:1.25rem;padding:1.72rem;display:flex;align-items:center;gap:1.5rem;min-height:128px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);transition:var(--transition)}.s-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px -10px rgba(184,152,23,.15);border-color:rgba(184,152,23,.3)}.s-card-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:rgba(184,152,23,.1);color:var(--c-brand);display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;transition:var(--transition)}.s-card:hover .s-card-icon{background:var(--c-brand);color:var(--c-white)}.s-card-info{text-align:left}.s-card-info h4{font-family:var(--font-display);font-weight:700;font-size:1.34rem;color:var(--c-dark);margin-bottom:.25rem}.s-card-info p{font-size:1.03rem;color:var(--c-gray-500);line-height:1.48;max-width:30ch;margin:0}.trust-container{position:relative;z-index:3;width:100%;display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid var(--c-gray-100);padding-top:2.25rem;margin-top:2.75rem}.trust-header-flex{display:flex;justify-content:center;align-items:center;text-align:center;gap:1.5rem}.trust-heading{font-family:var(--font-sans);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--c-gray-400);white-space:nowrap}.marquee-container{position:relative;width:100%;overflow:hidden;contain:layout paint;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);padding:.5rem 0}.marquee-track{display:flex;align-items:center;gap:4rem;width:max-content;transform:translate3d(0,0,0);backface-visibility:hidden;will-change:transform;animation:50s linear infinite scroll-horizontal}.marquee-track:hover{animation-play-state:paused}.marquee-logo{height:153px;width:auto;object-fit:contain;filter:none;opacity:1;transform:translateZ(0);backface-visibility:hidden;will-change:transform;transition:transform .35s}.marquee-logo:hover{transform:scale(1.05)}@media (min-width:1280px) and (max-width:2560px){.stakeholders-split{padding-left:3rem!important}}@media (min-width:1600px) and (max-width:2199px){.stakeholders-left h2{font-size:clamp(3.9rem, 4.5vw, 5.6rem)}.stakeholders-left p{font-size:clamp(1.2rem, 1.05vw, 1.42rem)}.eyebrow-tag{font-size:.94rem}.s-card-info h4{font-size:1.36rem}.s-card-info p{font-size:.98rem}.trust-heading{font-size:1.08rem}}@media (min-width:2200px){.stakeholders-left h2{font-size:clamp(4.3rem, 3.6vw, 6.2rem)}.stakeholders-left p{font-size:clamp(1.26rem, .85vw, 1.55rem)}.eyebrow-tag{font-size:1rem}.s-card-info h4{font-size:1.46rem}.s-card-info p{font-size:1.04rem}.trust-heading{font-size:1.14rem}}@keyframes scroll-horizontal{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none;transform:translate3d(0,0,0)}.marquee-logo:hover{transform:none}}@media (max-width:1024px){.stakeholders-split{gap:2rem}.stakeholders-left h2{font-size:3rem}}@media (max-width:767px){.impact-hero-container{width:100%;border-radius:0;border-left:none;border-right:none;padding:4rem 0 3rem}.stakeholders-split{grid-template-columns:1fr;gap:3.5rem}.stakeholders-left h2{font-size:2.5rem}.stakeholders-left p{font-size:1.125rem}.s-card-1,.s-card-2,.s-card-3{margin-left:0;margin-right:0}.s-card{padding:1.25rem;min-height:0}.s-card-info p{font-size:.98rem;max-width:none}.trust-container{margin-top:2rem;padding-top:1.75rem}.trust-heading{white-space:normal;font-size:.875rem}.marquee-logo{height:114px}.trust-header-flex{flex-direction:column;gap:1rem}}.container.general{width:100%;max-width:1440px;margin:0 auto;padding:0 1.5rem}#testimonials-section{padding:var(--section-space-y,4rem) 0}.section-header{text-align:center;max-width:1440px;margin:0 auto 5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.section-header .heading-2{font-family:var(--font-display);font-size:clamp(4rem, 4.5vw, 5.5rem);font-weight:900;color:var(--c-dark);letter-spacing:-.03em;line-height:1.05}.section-header p{font-size:1.25rem;color:var(--c-gray-600);line-height:1.6;font-weight:400}.testimonials-section-header{text-align:center;align-items:center;margin-bottom:0}.testimonials-section-header .heading-2{color:#111827;opacity:1!important;transform:none!important}.testimonials-section-header p{text-align:center;max-width:72ch}.testimonials-grid{column-count:1;column-gap:2rem;width:100%}@media (min-width:768px){.testimonials-grid{column-count:2}}@media (min-width:1100px){.testimonials-grid{column-count:3}}.testimonial-card{break-inside:avoid;margin-bottom:2rem;background:var(--c-white);border-radius:1.5rem;padding:3rem 2.5rem 2.5rem;position:relative;border:1px solid rgba(184,152,23,.32);box-shadow:0 10px 40px -10px rgba(0,0,0,.03);transition:var(--transition);display:flex;flex-direction:column;gap:1.5rem;text-align:left}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px -15px rgba(0,0,0,.08);border-color:rgba(184,152,23,.6)}.testimonials-grid .testimonial-card[hidden]{display:none!important}.quote-icon{position:absolute;top:1.5rem;left:2rem;font-family:Georgia,serif;font-size:5rem;color:var(--c-brand);line-height:0;opacity:.2;user-select:none;pointer-events:none}.testimonial-text{position:relative;z-index:2;font-size:1.05rem;color:var(--c-gray-600);line-height:1.8;font-weight:400;text-align:left}.testimonial-author{display:flex;align-items:center;gap:1rem;border-top:1px solid var(--c-gray-100);padding-top:1.5rem;margin-top:auto;text-align:left}.author-avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:linear-gradient(135deg,var(--c-brand-light),var(--c-brand));color:var(--c-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-display);font-size:1rem;flex-shrink:0;box-shadow:0 4px 12px rgba(184,152,23,.25)}.author-info{display:flex;flex-direction:column;gap:.125rem}.author-info h3{font-size:.95rem;font-weight:700;color:var(--c-dark);margin:0;line-height:1.2;letter-spacing:-.01em;text-align:left}.author-info p{font-size:.85rem;color:var(--c-gray-500);margin:0;line-height:1.4;text-align:left}.author-info p.w-dyn-bind-empty,.author-info p:empty{display:none}.testimonials-load-more-wrap{display:flex;justify-content:center;margin-top:.75rem}.testimonials-load-more-btn[hidden],.testimonials-load-more-wrap[hidden]{display:none!important}.testimonials-load-more-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.85rem 2.1rem;border-radius:999px;border:1px solid rgba(184,152,23,.54);background:rgba(184,152,23,.08);color:var(--c-dark);font-family:var(--font-sans);font-size:.92rem;font-weight:700;letter-spacing:.03em;transition:var(--transition)}.testimonials-load-more-btn:hover{background:rgba(184,152,23,.18);border-color:rgba(184,152,23,.72);color:var(--c-dark);transform:translateY(-1px)}.testimonials-load-more-btn:focus-visible{outline:rgba(15,23,42,.92) solid 2px;outline-offset:2px}@media (min-width:1600px) and (max-width:2199px){.section-header .heading-2{font-size:clamp(4.5rem, 4vw, 6rem)}.section-header p{font-size:1.34rem}.testimonial-text{font-size:1.12rem}.author-info h3{font-size:1.02rem}.author-info p{font-size:.92rem}.testimonials-load-more-btn{font-size:.98rem}}@media (min-width:2200px){.section-header .heading-2{font-size:clamp(4.9rem, 3.2vw, 6.8rem)}.section-header p{font-size:1.42rem}.testimonial-text{font-size:1.16rem}.author-info h3{font-size:1.08rem}.author-info p{font-size:.98rem}.testimonials-load-more-btn{font-size:1.04rem}}@media (max-width:767px){.white-section{padding:5rem 0}.section-header .heading-2{font-size:2.75rem}.section-header p{font-size:1.125rem}.testimonial-card{padding:2.5rem 1.5rem 1.5rem}.quote-icon{left:1.25rem}.testimonials-load-more-wrap{margin-top:.3rem}.testimonials-load-more-btn{width:100%;max-width:280px;padding:.78rem 1.35rem;font-size:.84rem}}:root{--c-brand:#b89817;--c-brand-light:#e0c65c;--c-brand-dark:#8a7211;--c-dark:#0f172a;--c-dark-surface:#1e293b;--c-light:#f4f4f0;--c-white:#ffffff;--c-gray-100:#f3f4f6;--c-gray-200:#e5e7eb;--c-gray-400:#9ca3af;--c-gray-500:#6b7280;--c-gray-600:#4b5563;--c-gray-800:#1f2937;--partner-widget-shell-bg:var(--c-light);--font-sans:"Poppins",sans-serif;--font-display:"Poppins",sans-serif;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--shadow-2xl:0 25px 50px -12px rgba(0, 0, 0, 0.25)}ul{list-style:none}.partner{background:var(--c-dark);color:var(--c-white);scroll-margin-top:7.5rem}.partner-grid{display:grid;grid-template-columns:1fr;min-height:auto;width:100%;margin:0;align-items:start}.partner-text{background:var(--c-brand);color:var(--c-white);padding:4rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.pt-subtitle{color:var(--c-white);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1.25rem}.partner-title{font-family:var(--font-display);font-size:2.75rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#fff}.partner-solved-chip{display:inline-block;background:0 0;color:#0f172a;border-radius:0;padding:0;line-height:.95}.pt-desc{font-size:1.125rem;color:rgba(255,255,255,.92);font-weight:300;margin-bottom:2.5rem;max-width:32rem}.pt-list{display:flex;flex-direction:column;gap:1.25rem;font-weight:500}.pt-list li{display:flex;align-items:center;gap:.75rem}.pt-list i{color:var(--c-white);font-size:1.25rem;flex-shrink:0}.partner-widget{background-color:var(--c-light);background-image:radial-gradient(var(--c-gray-200) 1px,transparent 1px);background-size:24px 24px;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center;min-height:auto;align-self:start;height:fit-content}.partner-widget-shell{width:100%;background:var(--partner-widget-shell-bg)}.widget-box{width:100%;max-width:36rem;background:var(--c-white);border-radius:1.25rem;overflow:hidden;box-shadow:none;border-top:2px solid rgba(184,152,23,.7);border-left:1px solid rgba(15,23,42,.09);border-right:1px solid rgba(15,23,42,.09);border-bottom:1px solid rgba(15,23,42,.09);display:flex;flex-direction:column;transition:border-color .3s}.widget-box:hover{box-shadow:none;border-top-color:rgba(184,152,23,.9)}.calendly-inline-widget{position:relative;min-width:320px;height:700px}.calendly-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.4rem;background:0 0;z-index:2;transition:opacity .35s,visibility .35s}.calendly-inline-widget.is-ready .calendly-spinner{opacity:0;visibility:hidden}.calendly-loading-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.calendly-bounce1,.calendly-bounce2,.calendly-bounce3{width:10px;height:10px;border-radius:50%;background:var(--c-brand);animation:1.1s ease-in-out infinite both calendlyBounce}.calendly-bounce1{animation-delay:-.24s}.calendly-bounce2{animation-delay:-.12s}@keyframes calendlyBounce{0%,100%,80%{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}@media (min-width:768px){.partner-text{padding:5rem 3rem}.partner-title{font-size:3.5rem}.partner-widget{padding:3rem}}@media (max-width:767px){.partner-grid{width:100%}.calendly-inline-widget{min-width:0;height:580px}}@media (max-width:1023px){.partner-grid{min-height:auto;width:100%}.partner-text{padding:clamp(3rem,7vw,4rem) 1.25rem 2rem}.partner-widget{min-height:auto;padding:1.25rem 1.25rem 1.5rem;align-items:center;justify-content:center}.widget-box{margin:0 auto}}@media (min-width:768px) and (max-width:1023px){.calendly-inline-widget{height:640px}}@media (max-width:480px){.calendly-inline-widget{height:520px}}@media (min-width:1024px){.partner-grid{display:grid;grid-template-columns:50% 50%;width:100%;min-height:0;align-items:stretch}.partner-text{align-self:stretch;padding:clamp(3.5rem,4.6vw,5rem) clamp(2.2rem,3.1vw,4rem)}.partner-title{font-size:clamp(3.55rem, 4.2vw, 4.75rem)}.partner-widget-shell{display:flex;align-items:center;justify-content:center;background:var(--partner-widget-shell-bg);min-height:100%;padding:clamp(1.5rem,2vw,2rem)}.partner-widget{width:min(100%,34rem);align-self:center;height:auto;min-height:auto;padding:0;background:0 0;align-items:center;justify-content:center}.widget-box{max-width:34rem}.calendly-inline-widget{height:620px}}@media (min-width:1280px){.partner-title{font-size:clamp(4.25rem, 4vw, 5rem)}.partner-text{padding-left:max(2.2rem,calc((100vw - 1440px)/ 2 + 1.5rem));padding-right:clamp(3rem,4vw,6rem)}}@media (min-width:1440px){.partner-title{font-size:clamp(5rem, 4.5vw, 6rem)}}@media (min-width:1536px){.partner-title{font-size:clamp(4.8rem, 3.8vw, 5.6rem)}.partner-text{padding-left:calc((100vw - 1440px)/ 2 + 1.5rem);padding-right:clamp(4.5rem,6vw,8rem)}}@media (min-width:1557px){.partner-widget-shell{padding:2.25rem}.partner-widget{width:min(100%,36rem)}.widget-box{max-width:36rem}.calendly-inline-widget{height:620px}}@media (min-width:1600px) and (max-width:2199px){.pt-subtitle{font-size:.96rem}.pt-desc{font-size:1.22rem;max-width:36rem}.pt-list{font-size:1.08rem}}@media (min-width:2200px){.partner-title{font-size:clamp(6rem, 4vw, 7.2rem)}.pt-subtitle{font-size:1.02rem}.pt-desc{font-size:1.3rem;max-width:40rem}.pt-list{font-size:1.16rem}}:root{--c-brand:#b89817;--c-brand-light:#e0c65c;--c-brand-dark:#8a7211;--c-dark:#0f172a;--c-dark-surface:#1e293b;--c-light:#f8f9fa;--c-white:#ffffff;--c-gray-100:#f3f4f6;--c-gray-200:#e5e7eb;--c-gray-400:#9ca3af;--c-gray-500:#6b7280;--c-gray-600:#4b5563;--c-gray-800:#1f2937;--font-sans:"Poppins",sans-serif;--font-display:"Poppins",sans-serif;--transition:all 0.5s cubic-bezier(0.16, 1, 0.3, 1);--gold-primary:#b89817;--gold-light:#d4af37;--white:#ffffff;--layout-max-width:clamp(1240px, 91vw, 1760px);--layout-pad-x:clamp(0.95rem, 1.2vw, 2.1rem);--section-space-y:clamp(3rem, 4.4vw, 4.25rem)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--c-light);color:var(--c-dark);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.white-section{background-color:var(--c-white);padding:5rem 0;position:relative;background-image:radial-gradient(rgba(0,0,0,.03) 1px,transparent 1px);background-size:32px 32px}.w-layout-blockcontainer.home.center.w-container{width:100%;max-width:1440px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}h2.heading-2{font-family:var(--font-display);font-size:clamp(3.5rem, 4vw, 5rem);font-weight:900;color:var(--c-dark);letter-spacing:-.02em;margin-bottom:2rem;text-align:center}.w-dyn-list{width:100%}.w-row{display:flex!important;flex-direction:column!important;gap:0!important;margin:0!important}.w-row::after,.w-row::before{display:none!important}.w-col{width:100%!important;padding:0!important;float:none!important}.link-block-3{display:block}.blog-home-cards{padding:2rem 0;border-bottom:1px solid var(--c-gray-200);transition:var(--transition);display:flex;flex-direction:column;position:relative}.link-block-3:hover .blog-home-cards{border-bottom-color:var(--c-dark)}@media (min-width:768px){.blog-home-cards{display:grid;grid-template-columns:150px 1fr 180px;grid-template-areas:"date title img";align-items:center;gap:1.5rem;padding:2rem 0}img.full-width.blog{opacity:1;transform:translateX(0) scale(1);box-shadow:0 15px 35px -10px rgba(0,0,0,.2);filter:saturate(.98) contrast(1.02);transition:transform .45s cubic-bezier(.16, 1, .3, 1),box-shadow .45s cubic-bezier(.16, 1, .3, 1),filter .45s cubic-bezier(.16, 1, .3, 1)}.link-block-3:hover img.full-width.blog{transform:translateX(0) scale(1.03);box-shadow:0 22px 40px -14px rgba(0,0,0,.26);filter:saturate(1.05) contrast(1.04)}}.blog-date-time{grid-area:date;display:flex;align-items:center;flex-wrap:wrap;font-size:.875rem;font-weight:600;color:var(--c-gray-500);text-transform:uppercase;letter-spacing:.05em;transition:color .3s;margin:0}.link-block-3:hover .blog-date-time{color:var(--c-brand)}.blog-date-time>div{display:inline-block}.text-block-49::before{content:"\00a0"}.text-block-48{color:var(--c-brand);margin:0 .5rem;font-weight:400}h2.heading-7{grid-area:title;font-family:var(--font-display);font-size:1.75rem;font-weight:800;line-height:1.3;color:var(--c-dark);margin:0;padding:0;transition:var(--transition)}.link-block-3:hover h2.heading-7{color:var(--c-brand);transform:translateX(12px)}img.full-width.blog{grid-area:img;width:100%;height:110px;object-fit:cover;border-radius:.75rem;margin:0;background-color:var(--c-gray-100)}@media (min-width:1024px){.blog-home-cards{grid-template-columns:180px 1fr 220px;gap:2rem}h2.heading-7{font-size:2rem}img.full-width.blog{height:130px}}@media (min-width:1600px) and (max-width:2199px){h2.heading-2{font-size:clamp(4rem, 3.8vw, 5.6rem)}h2.heading-7{font-size:2.18rem}.blog-date-time{font-size:.94rem}.blogs-cta-btn{font-size:1.2rem}}@media (min-width:2200px){.w-layout-blockcontainer.home.center.w-container{max-width:1320px}h2.heading-2{font-size:clamp(4.5rem, 3.1vw, 6.3rem)}h2.heading-7{font-size:2.36rem}.blog-date-time{font-size:.99rem}.blogs-cta-btn{font-size:1.26rem}}@media (max-width:767px){.blog-home-cards{gap:1rem;padding:1.5rem 0}img.full-width.blog{height:auto;aspect-ratio:16/10;order:-1;margin-bottom:.5rem;border:1px solid rgba(0,0,0,.04);transition:transform .5s}.link-block-3:hover img.full-width.blog{transform:scale(1.02)}h2.heading-7{font-size:1.5rem}.link-block-3:hover h2.heading-7{transform:translateX(6px)}.white-section{padding:3rem 0}h2.heading-2{font-size:2.5rem;margin-bottom:1.5rem}:root{--section-space-y:3rem}}.blogs-cta-btn{margin-top:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background-color:var(--c-brand);color:var(--c-white);border-radius:9999px;font-family:var(--font-sans);font-weight:700;font-size:1.125rem;transition:var(--transition);box-shadow:0 10px 20px -5px rgba(184,152,23,.3);text-decoration:none}.blogs-cta-btn:hover{background-color:var(--c-brand-dark);color:var(--c-white);transform:translateY(-2px);box-shadow:0 15px 25px -5px rgba(184,152,23,.4)}.chatlio-title-bar{background-color:#b89817!important}.chatlio-title-text-content{color:#000!important}.chatlio-online-dot{border:4px solid #46c86d!important;color:#000!important}.calendly-badge-widget{left:20px}.marquee-inner{margin-left:-10px}.calendly-overlay .calendly-popup{width:100%!important}#gpt-box{max-width:100%;margin:0 auto;font-family:Inter,sans-serif;position:relative}#gpt-form{display:flex;align-items:center;border:1px solid #c7c7c7;border-radius:6px;padding:6px 10px}#gpt-send{all:unset;cursor:pointer;display:flex;padding:4px;color:#555}#gpt-send svg{width:22px;height:22px}#gpt-send:focus-visible{outline:#2684ff solid 2px;outline-offset:2px;border-radius:4px}#gpt-input{flex:1;font-size:15px;padding:8px 10px;border:none;outline:0}#gpt-input::placeholder{color:#999}#gpt-drop{position:absolute;top:100%;left:0;width:100%;max-height:460px;background:#fff;border:1px solid #c7c7c7;border-radius:6px;margin-top:4px;box-shadow:0 4px 12px rgba(0,0,0,.06);display:flex;flex-direction:column;font-size:15px;z-index:40;overflow:hidden}#gpt-messages{overflow-y:auto;padding:14px 18px;flex:1;scroll-behavior:smooth}.gpt-bubble{max-width:90%;padding:10px 14px;margin:6px 0;border-radius:16px;animation:.3s ease-out fadeInUp;font-size:15px;line-height:1.5}.gpt-bubble.user{background-color:#007aff;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.gpt-bubble.gpt{background-color:#f2f2f2;color:#333;margin-right:auto;border-bottom-left-radius:4px}#gpt-clear{border-top:1px solid #eee;padding:10px;font-size:13px;color:#888;background:0 0;border:none;cursor:pointer}#gpt-clear:hover{color:#333;text-decoration:underline}.gpt-hidden{display:none}#gpt-drop.gpt-hidden{display:none!important}@keyframes fadeInUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.typing-dots{display:inline-flex;gap:8px;align-items:center;justify-content:center;height:16px}.typing-dots span{width:8px;height:8px;background-color:#999;border-radius:50%;animation:1.4s ease-in-out infinite snake-typing}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes snake-typing{0%,100%,80%{transform:scale(.8) translateY(0);opacity:.6}40%{transform:scale(1.2) translateY(-6px);opacity:1}}.gpt-bubble *{font-size:inherit;line-height:inherit;font-family:inherit;color:inherit;margin:0;padding:0}.gpt-bubble b,.gpt-bubble strong{font-weight:600}.gpt-bubble em,.gpt-bubble i{font-style:italic}.gpt-bubble p+p{margin-top:.75em}.gpt-bubble ol,.gpt-bubble ul{padding-left:1.2em;margin-top:.5em;margin-bottom:.5em}.gpt-bubble li{margin-bottom:.4em}.gpt-bubble a{color:#007aff;text-decoration:underline;word-break:break-word;overflow-wrap:anywhere;font-size:inherit;line-height:inherit}.marquee-wrapper{background:linear-gradient(135deg,var(--gold-primary) 0,var(--gold-light) 100%);padding:1.25rem 0;overflow:hidden;white-space:nowrap;position:relative;box-shadow:0 4px 20px rgba(184,152,23,.25);z-index:10;contain:paint}.marquee-wrapper::after,.marquee-wrapper::before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.marquee-wrapper::before{left:0;background:linear-gradient(to right,#b89817,transparent)}.marquee-wrapper::after{right:0;background:linear-gradient(to left,#d4af37,transparent)}.marquee-content{display:inline-flex;transform:translate3d(0,0,0);backface-visibility:hidden;animation:60s linear infinite marquee-scroll;will-change:transform}@media (hover:hover) and (pointer:fine){.marquee-content:hover{animation-play-state:paused}}@keyframes marquee-scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.marquee-item{display:inline-flex;align-items:center;gap:.85rem;margin-right:5rem;color:var(--white);font-weight:600;font-size:.95rem;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.1);cursor:default}.check-icon{background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.4);border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media (min-width:1600px) and (max-width:2199px){.marquee-item{font-size:1.02rem}}@media (min-width:2200px){.marquee-item{font-size:1.1rem;margin-right:5.5rem}}@media (prefers-reduced-motion:reduce){.marquee-content{animation:none;transform:translate3d(0,0,0)}}@media (min-width:1200px){html{font-size:clamp(16px, .13vw + 14.5px, 17.4px)}.container,.container.general,.hero-metrics-inner,.hero-services-content,.stakeholders-split,.w-layout-blockcontainer.home.center.w-container{max-width:var(--layout-max-width);padding-left:var(--layout-pad-x);padding-right:var(--layout-pad-x)}.impact-hero-container{width:min(calc(100% - (var(--layout-pad-x) * 2)),var(--layout-max-width));max-width:var(--layout-max-width)}.partner-text{padding-left:max(2.2rem,calc((100vw - var(--layout-max-width))/ 2 + var(--layout-pad-x)))}}@media (min-width:1557px){:root{--layout-max-width:clamp(1360px, 90vw, 1880px);--layout-pad-x:clamp(1.05rem, 1.25vw, 2.35rem)}html{font-size:clamp(16.8px, .09vw + 15.4px, 18px)}}@media (min-width:1920px){:root{--layout-max-width:clamp(1500px, 88vw, 1980px);--layout-pad-x:clamp(1.2rem, 1.15vw, 2.6rem)}html{font-size:clamp(17.2px, .05vw + 16.1px, 18.4px)}.marquee-item{margin-right:clamp(5rem,3vw,6rem)}}@media (min-width:2200px){.hero-services-fold .hero-title{font-size:clamp(5.7rem, 5.2vw, 9.4rem)}.hero-services-fold .hero-desc{font-size:clamp(1.24rem, .85vw, 1.5rem);max-width:58ch}.fold-right.fold-right-services{max-width:min(900px,100%)}.service-quick-btn{font-size:clamp(.74rem, .38vw, .95rem)}.stakeholders-left h2{font-size:clamp(4.4rem, 3vw, 6.3rem)}.section-header .heading-2{font-size:clamp(5rem, 3.2vw, 7rem)}.partner-title{font-size:clamp(5rem, 3.4vw, 6.8rem)}.w-layout-blockcontainer.home.center.w-container>.heading-2{font-size:clamp(4.6rem, 2.9vw, 6.4rem)}}@media (min-width:2560px){:root{--layout-max-width:2080px;--layout-pad-x:2.8rem}html{font-size:18.4px}}#testimonials-section,.hero-metrics-section,.impact-trust-section,.partner-text,section.white-section{padding-top:var(--section-space-y);padding-bottom:var(--section-space-y)}@media (min-width:1024px){.partner-widget-shell{padding-top:var(--section-space-y);padding-bottom:var(--section-space-y)}}@media (min-width:1200px){:root{--hero-title-fluid:clamp(4rem, 2.4rem + 2.8vw, 8rem);--hero-desc-fluid:clamp(1.04rem, 0.92rem + 0.42vw, 1.44rem);--hero-panel-fluid:clamp(700px, 46vw, 930px);--hero-panel-heading-fluid:clamp(1.7rem, 1.45rem + 0.8vw, 2.45rem);--hero-btn-fluid:clamp(0.76rem, 0.7rem + 0.14vw, 0.9rem);--hero-grid-gap-fluid:clamp(2.4rem, 1.8rem + 1.4vw, 4.4rem);--hero-safe-bottom-fluid:clamp(2.9rem, 5.2vh, 4.3rem)}.hero-services-content{padding-bottom:var(--hero-safe-bottom-fluid)}.hero-services-grid{gap:var(--hero-grid-gap-fluid)}.hero-services-fold .hero-title{font-size:var(--hero-title-fluid)}.hero-services-fold .hero-desc{font-size:var(--hero-desc-fluid);max-width:58ch}.fold-right.fold-right-services{max-width:min(var(--hero-panel-fluid),100%)}.fold-services-eyebrow-main{font-size:var(--hero-panel-heading-fluid)}.service-quick-btn{font-size:var(--hero-btn-fluid);min-height:clamp(40px,2.1vw,46px)}}@media (min-width:1200px) and (max-width:1439px){:root{--hero-panel-fluid:clamp(640px, 48vw, 740px);--hero-grid-gap-fluid:clamp(2.1rem, 1.6rem + 1vw, 3.1rem);--hero-safe-bottom-fluid:clamp(3.2rem, 5.8vh, 4.6rem)}.hero-services-content{padding-right:clamp(2.4rem,3.2vw,3rem)}}@media (min-width:1440px) and (max-width:1750px){.service-quick-btn{font-size:clamp(.72rem, .62rem + .11vw, .76rem)}}@media (min-width:1200px) and (max-height:900px){:root{--hero-title-fluid:clamp(4rem, 2.9rem + 2.2vw, 7.2rem);--hero-desc-fluid:clamp(1rem, 0.92rem + 0.32vw, 1.3rem);--hero-panel-fluid:clamp(680px, 44vw, 860px);--hero-grid-gap-fluid:clamp(2.2rem, 1.6rem + 1vw, 3.6rem);--hero-safe-bottom-fluid:clamp(3.5rem, 7vh, 5.1rem)}}@media (max-height:780px) and (min-width:1200px){.fold-right.fold-right-services{margin-top:1.1rem}}