.wb-site{background:var(--wb-background, #ffffff);color:var(--wb-foreground, #111827);font-family:var(--wb-font-body, ui-sans-serif, system-ui, sans-serif);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.wb-site h1,.wb-site h2,.wb-site h3{font-family:var(--wb-font-heading, var(--wb-font-body, inherit));line-height:1.15;margin:0}.wb-container{width:100%;max-width:72rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.wb-container--narrow{max-width:44rem}.wb-block{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.wb-block{padding-top:6rem;padding-bottom:6rem}}.wb-header{border-bottom:1px solid color-mix(in srgb,var(--wb-foreground, #111) 12%,transparent)}.wb-header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.wb-brand{font-weight:700;font-size:1.25rem;text-decoration:none;color:var(--wb-foreground);font-family:var(--wb-font-heading, inherit)}.wb-nav{display:flex;gap:1.5rem}.wb-nav__link{text-decoration:none;color:var(--wb-foreground);opacity:.8}.wb-nav__link:hover{opacity:1;color:var(--wb-primary)}.wb-footer{margin-top:auto;padding:2.5rem 0;background:var(--wb-muted, #f3f4f6)}.wb-footer__brand{font-weight:700;font-family:var(--wb-font-heading, inherit)}.wb-footer__note{opacity:.7;font-size:.875rem;margin-top:.25rem}.wb-section-title{font-size:2rem;font-weight:700;text-align:center}.wb-section-sub{text-align:center;opacity:.75;margin-top:.5rem}.wb-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--wb-radius, .5rem);text-decoration:none;font-weight:600}.wb-btn--primary{background:var(--wb-primary, #2563eb);color:#fff}.wb-btn--ghost{border:1px solid color-mix(in srgb,var(--wb-foreground, #111) 25%,transparent);color:var(--wb-foreground)}.wb-btn--onaccent{background:#fff;color:var(--wb-primary, #2563eb)}.wb-card{background:color-mix(in srgb,var(--wb-muted, #f3f4f6) 60%,transparent);border-radius:var(--wb-radius, .5rem);padding:1.5rem}.wb-card__title{font-size:1.125rem;font-weight:700}.wb-card__body{opacity:.8;margin-top:.5rem}.wb-card__icon{font-size:1.5rem;margin-bottom:.5rem}.wb-hero--center{text-align:center}.wb-hero__kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:var(--wb-primary)}.wb-hero__headline{font-size:2.75rem;font-weight:800;margin-top:.75rem}.wb-hero__sub{font-size:1.15rem;opacity:.8;margin-top:1rem;max-width:40rem}.wb-hero--center .wb-hero__sub{margin-left:auto;margin-right:auto}.wb-hero__actions{display:flex;gap:1rem;margin-top:2rem}.wb-hero--center .wb-hero__actions{justify-content:center}.wb-hero__media{margin-top:3rem}.wb-hero__media img{width:100%;border-radius:calc(var(--wb-radius, .5rem) * 2)}.wb-features__grid,.wb-testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.wb-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;text-align:center}.wb-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem}@media(min-width:768px){.wb-features__grid,.wb-testimonials__grid{grid-template-columns:repeat(3,1fr)}.wb-stats__grid{grid-template-columns:repeat(4,1fr)}.wb-gallery__grid{grid-template-columns:repeat(3,1fr)}}.wb-gallery__img{width:100%;height:100%;object-fit:cover;border-radius:var(--wb-radius, .5rem);aspect-ratio:4 / 3}.wb-stat__value{font-size:2.25rem;font-weight:800;color:var(--wb-primary);font-family:var(--wb-font-heading, inherit)}.wb-stat__label{opacity:.75;margin-top:.25rem}.wb-quote__text{font-size:1.05rem}.wb-quote__by{margin-top:1rem;display:flex;flex-direction:column}.wb-quote__by span{opacity:.7;font-size:.875rem}.wb-cta__inner{background:var(--wb-primary, #2563eb);color:#fff;border-radius:calc(var(--wb-radius, .5rem) * 1.5);padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.wb-cta__title{font-size:1.75rem;font-weight:800}.wb-cta__sub{opacity:.9;margin-top:.5rem}@media(min-width:768px){.wb-cta__inner{flex-direction:row;align-items:center;justify-content:space-between}}.wb-faq__item{border-bottom:1px solid color-mix(in srgb,var(--wb-foreground, #111) 12%,transparent);padding:1rem 0}.wb-faq__q{font-weight:600;cursor:pointer}.wb-faq__a{opacity:.8;margin-top:.5rem}.wb-prose{font-size:1.05rem}.wb-prose :where(h2,h3){margin-top:1.5rem;margin-bottom:.5rem}.wb-prose :where(p){margin-bottom:1rem}.wb-form__form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.wb-field{display:flex;flex-direction:column;gap:.35rem}.wb-field label{font-weight:600;font-size:.9rem}.wb-field input,.wb-field textarea{width:100%;padding:.7rem .9rem;border:1px solid color-mix(in srgb,var(--wb-foreground, #111) 20%,transparent);border-radius:var(--wb-radius, .5rem);background:var(--wb-background, #fff);color:inherit;font:inherit}.wb-field input:focus,.wb-field textarea:focus{outline:2px solid var(--wb-primary, #2563eb);outline-offset:1px}.wb-form__form .wb-btn{align-self:flex-start;cursor:pointer;border:none}.wb-form__done{margin-top:2rem;padding:1rem 1.25rem;border-radius:var(--wb-radius, .5rem);background:color-mix(in srgb,#16a34a 15%,transparent);color:#166534;font-weight:600}.wb-form__error{color:#dc2626;font-size:.9rem}.wb-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.wb-embed__html{margin-top:1.5rem}
