.wg-hero-centered{position:relative;min-height:640px;padding:180px 0 120px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--brand-primary-dark)}.wg-hero-centered__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:400px}.wg-hero-centered__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.32))}.wg-hero-centered__content{position:relative;z-index:2;max-width:800px;text-align:center;margin:0 auto}.wg-hero-centered__content h1,.wg-hero-centered__content p{color:#fff!important}.wg-hero-centered__content p{font-size:1.125rem;opacity:.92;margin:16px auto 0;max-width:640px}.wg-hero-centered__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.wg-hero-centered__feature{position:absolute;right:4%;bottom:8%;width:min(280px,32vw);border-radius:var(--brand-radius);box-shadow:var(--brand-shadow);z-index:2;border:3px solid rgba(255,255,255,.35)}@media (max-width:991px){.wg-hero-centered{padding:160px 0 80px;min-height:520px}.wg-hero-centered__feature{display:none}.wg-hero-centered__actions{flex-direction:column;align-items:stretch}}.wg-section-head{max-width:720px;margin:0 auto 32px}.wg-section-head p{color:var(--brand-text)}.wg-image-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.wg-image-card{position:relative;border-radius:var(--brand-radius);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--brand-shadow)}.wg-image-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s;min-height:180px}.wg-image-card:hover img{transform:scale(1.05)}.wg-image-card__label{position:absolute;left:0;right:0;bottom:0;padding:24px 16px 16px;background:linear-gradient(transparent,rgba(0,0,0,.75));text-align:center}.wg-image-card__label h3{color:#fff!important;margin:0;font-size:1.125rem}.wg-feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;margin-bottom:64px}.wg-feature-row--reverse .wg-feature-row__media{order:2}.wg-feature-row--reverse .wg-feature-row__text{order:1}.wg-feature-row__media img{border-radius:var(--brand-radius);width:100%;min-height:240px;-o-object-fit:cover;object-fit:cover}.wg-feature-row__text p{color:var(--brand-text)}@media (max-width:767px){.wg-feature-row,.wg-feature-row--reverse{grid-template-columns:1fr}.wg-feature-row--reverse .wg-feature-row__media,.wg-feature-row--reverse .wg-feature-row__text{order:initial}}.wg-testimonials{background:var(--brand-bg-alt)}.wg-testimonial-stage{display:flex;align-items:center;gap:16px;max-width:800px;margin:0 auto}.wg-testimonial-slides{flex:1;text-align:center;min-height:180px}.wg-testimonial-slides blockquote{margin:0;font-size:1.25rem;font-family:var(--brand-font-display)}.wg-testimonial-slides footer{margin-top:16px;font-size:.95rem;color:var(--brand-neutral-mid);font-family:var(--brand-font-body)}.wg-testimonial-nav{width:44px;height:44px;border-radius:50%;border:1px solid var(--brand-border);background:#fff;font-size:1.5rem;line-height:1;color:var(--brand-primary);cursor:pointer}.wg-testimonial-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.wg-testimonial-dots button{width:10px;height:10px;border-radius:50%;border:none;background:var(--brand-border);padding:0;cursor:pointer}.wg-testimonial-dots button.is-active{background:var(--brand-primary)}.wg-trust-stats{background:var(--brand-primary);padding:48px 0}.wg-stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:center}.wg-stat__num{font-size:max(2.5rem, min(5vw, 3.5rem));font-weight:700;font-family:var(--brand-font-display);color:#fff!important;line-height:1.1}.wg-stat__label{margin-top:8px;font-size:.95rem;color:#fff!important}@media (max-width:767px){.wg-stats-row{grid-template-columns:repeat(2,1fr);gap:32px}}.wg-faq-item{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;margin-bottom:16px;box-shadow:var(--brand-shadow)}.wg-faq-item h3{font-size:1.125rem;margin-bottom:8px}.wg-faq-item p{margin:0;color:var(--brand-text)}.wg-cta-solid{background:var(--brand-primary);text-align:center;padding:88px 0}.wg-cta-solid h2,.wg-cta-solid p{color:#fff!important}.wg-cta-solid p{max-width:640px;margin:16px auto 0;opacity:.95}.wg-cta-solid__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.wg-btn-primary--light{background:#fff!important;color:var(--brand-primary)!important}.wg-btn-primary--light:hover{background:var(--brand-bg-alt)!important;color:var(--brand-primary-dark)!important}