.gh-cl-faqs{background:radial-gradient(ellipse 50% 35% at 100% 0,rgba(176,220,208,.35),rgba(176,220,208,0) 60%),radial-gradient(ellipse 40% 28% at 0 100%,rgba(244,193,131,.18),rgba(244,193,131,0) 65%),var(--gh-cream);padding:120px 0 128px;position:relative}.gh-cl-faqs-head{align-items:end;display:grid;gap:48px;grid-template-columns:1.1fr .9fr;margin-bottom:64px}@media (max-width:991px){.gh-cl-faqs-head{gap:20px;grid-template-columns:1fr;margin-bottom:40px}}.gh-cl-faqs-head h2{font-size:clamp(40px,4.8vw,60px);line-height:1.02;margin:10px 0 0;max-width:780px}.gh-cl-faqs-head h2 .gh-cl-q-mark{color:var(--gh-teal)}.gh-cl-faqs-head p{color:var(--gh-muted);font-family:var(--gh-font-body);font-size:var(--gh-fs-base);line-height:1.55;margin:0;max-width:420px}.gh-cl-faqs .gh-cl-eyebrow{color:var(--gh-teal);font-family:var(--gh-font-body);font-size:var(--gh-fs-sm);font-weight:var(--gh-fw-bold);letter-spacing:.14em;text-transform:uppercase}.gh-cl-faq-grid{align-items:start;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:760px){.gh-cl-faq-grid{grid-template-columns:1fr}}.gh-cl-faq-col{display:flex;flex-direction:column;gap:20px;min-width:0}.gh-cl-faq{background:var(--gh-white);border:2px solid var(--gh-border);border-radius:16px;box-shadow:0 0 0 0 var(--gh-ink),0 1px 2px rgba(17,17,17,.04);position:relative;transform:translate(0);transition:border-color .22s var(--gh-ease),box-shadow .32s var(--gh-ease),transform .32s var(--gh-ease),background-color .22s var(--gh-ease);will-change:transform,box-shadow}.gh-cl-faq:hover:not(.is-open){border-color:#a7a7a7;box-shadow:0 2px 6px rgba(17,17,17,.07)}.gh-cl-faq.is-open{background:var(--gh-cream);border-color:var(--gh-ink);box-shadow:6px 6px 0 0 var(--gh-ink),0 0 0 .5px var(--gh-ink);transform:translate(-3px,-3px)}.gh-cl-faq-summary{align-items:center;background:transparent;border:0;border-radius:14px;color:var(--gh-ink);cursor:pointer;display:flex;font-family:var(--gh-font-display);font-size:19px;font-weight:var(--gh-fw-black);gap:20px;justify-content:space-between;letter-spacing:-.01em;line-height:1.25;padding:22px 24px;text-align:left;transition:padding .32s var(--gh-ease);width:100%}.gh-cl-faq.is-open .gh-cl-faq-summary{padding:24px 24px 18px}.gh-cl-faq-q{flex:1;text-wrap:balance;transition:color .22s var(--gh-ease)}.gh-cl-faq.is-open .gh-cl-faq-q{color:var(--gh-ink)}.gh-cl-faq-toggle{background:var(--gh-mint-soft);border-radius:50%;color:var(--gh-teal-deep);display:grid;flex-shrink:0;height:38px;place-items:center;position:relative;transition:background-color .28s var(--gh-ease),color .28s var(--gh-ease),transform .38s var(--gh-ease);width:38px}.gh-cl-faq:hover:not(.is-open) .gh-cl-faq-toggle{background:var(--gh-mint)}.gh-cl-faq-toggle:after,.gh-cl-faq-toggle:before{background:currentColor;border-radius:2px;content:"";position:absolute}.gh-cl-faq-toggle:before{height:2.5px;width:14px}.gh-cl-faq-toggle:after{height:14px;transition:transform .32s var(--gh-ease);width:2.5px}.gh-cl-faq.is-open .gh-cl-faq-toggle{background:var(--gh-orange);color:var(--gh-ink);transform:rotate(180deg)}.gh-cl-faq.is-open .gh-cl-faq-toggle:after{transform:scaleY(0)}.gh-cl-faq-panel{max-height:0;overflow:hidden;transition:max-height .42s var(--gh-ease)}.gh-cl-faq-panel-inner{padding:0 24px 24px}.gh-cl-faq-quote-list{display:flex;flex-direction:column;gap:14px}.gh-cl-faq-quote-card{background:var(--gh-white);border:1.5px solid var(--gh-border);border-radius:12px;opacity:0;padding:18px 20px 16px;position:relative;transform:translateY(8px);transition:opacity .36s var(--gh-ease) var(--gh-cl-stagger,0s),transform .36s var(--gh-ease) var(--gh-cl-stagger,0s),border-color .2s var(--gh-ease)}.gh-cl-faq.is-open .gh-cl-faq-quote-card{opacity:1;transform:translateY(0)}.gh-cl-faq-quote-card:hover{border-color:var(--gh-mint)}.gh-cl-faq-quote-card-text{color:var(--gh-ink);font-family:var(--gh-font-body);font-size:15.5px;line-height:1.55;margin:0 0 14px}.gh-cl-faq-quote-card-text:before{color:var(--gh-orange);content:"\201C";font-family:var(--gh-font-display);font-size:28px;font-weight:var(--gh-fw-black);line-height:0;margin-right:3px;vertical-align:-7px}.gh-cl-faq-quote-card-foot{align-items:center;border-top:1px solid var(--gh-border);display:flex;gap:12px;padding-top:12px}.gh-cl-faq-quote-card-photo{background:var(--gh-mint);border:1px solid var(--gh-mint);border-radius:50%;color:var(--gh-teal-deep);display:grid;flex-shrink:0;font-family:var(--gh-font-display);font-size:13px;font-weight:var(--gh-fw-black);height:38px;overflow:hidden;place-items:center;width:38px}.gh-cl-faq-quote-card-photo img{display:block;height:100%;object-fit:cover;width:100%}.gh-cl-faq-quote-card-meta{display:flex;flex:1;flex-direction:column;gap:1px;min-width:0}.gh-cl-faq-quote-card-name{color:var(--gh-ink);font-family:var(--gh-font-display);font-size:13.5px;font-weight:var(--gh-fw-black);line-height:1.2}.gh-cl-faq-quote-card-title{color:var(--gh-muted);font-family:var(--gh-font-body);font-size:12.5px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-cl-faq-quote-card-industry{background:var(--gh-mint-soft);border:1px solid var(--gh-mint);border-radius:var(--gh-radius-pill);color:var(--gh-teal-deep);flex-shrink:0;font-family:var(--gh-font-display);font-size:10.5px;font-weight:var(--gh-fw-bold);letter-spacing:.08em;padding:5px 9px;text-transform:uppercase;white-space:nowrap}@media (max-width:480px){.gh-cl-faq-quote-card-industry{display:none}}.gh-cl-faqs-foot{color:var(--gh-muted);font-family:var(--gh-font-body);font-size:16px;margin-top:56px;text-align:center}.gh-cl-faqs-foot a{border-bottom:1.5px solid;color:var(--gh-teal);font-weight:var(--gh-fw-bold);padding-bottom:1px}.gh-cl-faqs-foot a:hover{color:var(--gh-teal-deep)}@media (prefers-reduced-motion:reduce){.gh-cl-faq,.gh-cl-faq-panel,.gh-cl-faq-quote-card,.gh-cl-faq-summary,.gh-cl-faq-toggle,.gh-cl-faq-toggle:after{transition:none!important}}