.maker-hero{position:relative;min-height:720px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.maker-hero .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.maker-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(80,0,0,.88),rgba(28,18,18,.72),rgba(28,18,18,.26))}.maker-hero .hero-content{position:relative;z-index:2;padding-top:160px;padding-bottom:96px;max-width:820px}.maker-hero .eyebrow,.maker-hero h1,.maker-hero p{color:var(--brand-text-inverse)}.maker-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.hero-lede{max-width:680px;font-size:max(1.05rem, min(2vw, 1.3rem))}.hero-cta,.maker-proof{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.maker-proof span{display:inline-flex;padding:9px 13px;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:var(--brand-text-inverse);background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}.industry-icon-grid,.stats-grid-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-icon-grid article,.product-card,.stats-grid-four article,.testimonial-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:var(--shadow-soft)}.industry-icon-grid article{padding:28px;text-align:center}.icon-badge{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:58px;height:58px;margin-bottom:16px;border-radius:18px;background:var(--brand-bg-alt);color:var(--brand-primary);font-weight:800}.product-grid-three,.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{overflow:hidden}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card div{padding:24px}.product-card span{color:var(--brand-primary);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.testimonial-grid article{padding:28px}.testimonial-grid p{color:var(--brand-text)}.testimonial-grid div{display:grid;grid-gap:2px;gap:2px;margin-top:22px}.testimonial-grid span{color:var(--brand-text)}.stats-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.stats-grid-four article{padding:30px 16px;text-align:center}.stats-grid-four strong{display:block;color:var(--brand-primary);font-size:max(2rem, min(4vw, 3.5rem));line-height:1}.stats-grid-four span{display:block;margin-top:10px;color:var(--brand-text);font-weight:700}@media (max-width:991px){.industry-icon-grid,.stats-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid-three,.testimonial-grid{grid-template-columns:1fr}}@media (max-width:575px){.maker-hero{min-height:620px}.industry-icon-grid,.stats-grid-four{grid-template-columns:1fr}}