:root{--container-max: 1254px;--pad-x: 60px;--pad-x-sp: 24px;--space-section: 64px;--space-hero-top: 120px;--space-hero-bottom: 80px;--element-gap: 24px;--section-gap: 32px;--text: #181877;--muted: #333;--bg-white: #fff;--bg-gray: #f4f5fa;--accent: #00beca;--green: #04d876;--deep-blue: #0000d4;--radius: 16px;--shadow: 0 16px 40px rgba(17,33,85,.1);--border: 1px solid rgba(24,24,119,.1)}.layout-container[data-astro-cid-q33yj67p]{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--pad-x);box-sizing:border-box}.section[data-astro-cid-q33yj67p]{padding-block:var(--space-section)}.section--white[data-astro-cid-q33yj67p]{background:var(--bg-white)}.section--gray[data-astro-cid-q33yj67p]{background:var(--bg-gray)}.section-head[data-astro-cid-q33yj67p]{margin-bottom:var(--element-gap)}.section-head--center[data-astro-cid-q33yj67p]{text-align:center}.section-head--left[data-astro-cid-q33yj67p]{text-align:left}.section-actions[data-astro-cid-q33yj67p]{margin-top:24px}.section-actions--center[data-astro-cid-q33yj67p]{display:flex;justify-content:center}p[data-astro-cid-q33yj67p],li[data-astro-cid-q33yj67p],.hero-desc[data-astro-cid-q33yj67p],.section-subtitle[data-astro-cid-q33yj67p],.panel-text[data-astro-cid-q33yj67p]{font-size:16px;line-height:24px;letter-spacing:.15008px}.section-title[data-astro-cid-q33yj67p]{margin:0 0 24px;font-weight:600;font-size:36px;line-height:48px;color:var(--text)}@media(max-width:991px){.layout-container[data-astro-cid-q33yj67p]{padding:0 var(--pad-x-sp)}.section-title[data-astro-cid-q33yj67p]{font-size:28px;line-height:38px}}.section-subtitle[data-astro-cid-q33yj67p]{margin:0;max-width:860px;font-weight:400;color:#6e6b7d}.section-subtitle--center[data-astro-cid-q33yj67p]{margin-inline:auto}.gradient-title[data-astro-cid-q33yj67p]{background:linear-gradient(60deg,var(--green) 40%,var(--deep-blue) 80%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero[data-astro-cid-q33yj67p]{position:relative;overflow:hidden;background:#fff}.hero-bg[data-astro-cid-q33yj67p]{position:absolute;inset:0;background:url(/images/whoweserve-bg.svg) no-repeat center top / cover;pointer-events:none;z-index:0}.hero[data-astro-cid-q33yj67p]:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#00000075,#0000002e 55%,#0000);z-index:0;pointer-events:none}.hero-inner[data-astro-cid-q33yj67p]{position:relative;z-index:1;min-height:720px;padding-block:var(--space-hero-top) var(--space-hero-bottom)}.hero-head[data-astro-cid-q33yj67p]{max-width:860px}.hero-eyebrow[data-astro-cid-q33yj67p]{margin:0 0 16px;color:#ffffffe6;font-weight:500;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.hero-title[data-astro-cid-q33yj67p]{margin:0 0 24px;color:#fff;font-weight:500;font-size:clamp(36px,4.2vw,64px);line-height:1.1}.hero-desc[data-astro-cid-q33yj67p]{max-width:560px;margin:0;color:#ffffffe6}.hero-lower[data-astro-cid-q33yj67p]{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.18)}.section-title--light[data-astro-cid-q33yj67p]{color:#fff}.section-subtitle--light[data-astro-cid-q33yj67p]{color:#ffffffe6}.hero-bullets[data-astro-cid-q33yj67p]{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 28px}.hero-bullet[data-astro-cid-q33yj67p]{display:flex;align-items:flex-start;gap:10px;color:#fffffff2}.dot[data-astro-cid-q33yj67p]{width:8px;height:8px;margin-top:8px;border-radius:999px;background:var(--accent);flex:0 0 auto}@media(max-width:991px){.hero-bullets[data-astro-cid-q33yj67p]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hero-bullets[data-astro-cid-q33yj67p]{grid-template-columns:1fr}}.tabs[data-astro-cid-q33yj67p]{width:560px;max-width:100%;margin:32px auto;background:#f3f4f7;border-radius:999px;padding:6px;display:grid;grid-template-columns:1fr 1fr;gap:6px;border:1px solid rgba(24,24,119,.06)}.tab[data-astro-cid-q33yj67p]{border:none;cursor:pointer;border-radius:999px;padding:12px 14px;font-weight:600;font-size:13px;color:var(--accent);background:transparent;transition:background-color .2s ease,color .2s ease,transform .2s ease}.tab[data-astro-cid-q33yj67p]:focus-visible{outline:2px solid rgba(0,190,202,.55);outline-offset:2px}.tab[data-astro-cid-q33yj67p].is-active{background:var(--accent);color:#fff}.panels[data-astro-cid-q33yj67p]{margin-top:0}.panel[data-astro-cid-q33yj67p]{display:none}.panel[data-astro-cid-q33yj67p].is-active{display:block}.panel[data-astro-cid-q33yj67p][hidden]{display:none!important}.panel-body[data-astro-cid-q33yj67p]{background:#fff;border-radius:var(--radius);border:var(--border);box-shadow:var(--shadow);padding:36px;display:grid;grid-template-columns:1fr 420px;gap:40px;align-items:start}.panel-bullets[data-astro-cid-q33yj67p]{list-style:none;margin:0;padding:0;display:grid;gap:18px}.panel-bullet[data-astro-cid-q33yj67p]{display:flex;gap:10px;align-items:flex-start;color:#6e6b7d}.chev[data-astro-cid-q33yj67p]{color:var(--accent);font-weight:700;line-height:1;margin-top:3px}.panel-media[data-astro-cid-q33yj67p]{width:100%;border-radius:12px;overflow:hidden;background:#e6e6e6;min-height:320px;display:flex}.panel-image[data-astro-cid-q33yj67p]{width:100%;height:100%;object-fit:cover;display:block}.reach-list[data-astro-cid-q33yj67p]{list-style:none;padding:0;margin:32px auto;max-width:980px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 40px}.reach-item[data-astro-cid-q33yj67p]{display:flex;align-items:flex-start;gap:10px;color:#342480;font-weight:600}.reach-item[data-astro-cid-q33yj67p]:before{content:"";width:8px;height:8px;margin-top:8px;border-radius:999px;background:var(--accent);flex:0 0 auto;flex-shrink:0}@media(max-width:991px){.panel-body[data-astro-cid-q33yj67p]{grid-template-columns:1fr;padding:26px}.reach-list[data-astro-cid-q33yj67p]{grid-template-columns:1fr}}
