.cull-hero{padding:160px 0 96px;background:linear-gradient(90deg,var(--brand-primary-dark),var(--brand-primary));color:#fff}.cull-hero-row{width:min(1280px,100% - 48px);margin:0 auto;display:grid;grid-template-columns:3fr 2fr;grid-gap:40px;gap:40px;align-items:center}.cull-hero h1{color:#fff;font-size:44px;line-height:1.1;font-weight:800;max-width:780px}.cull-hero p{color:rgba(255,255,255,.88);font-size:17px}.cull-inline-form{display:flex;gap:10px;margin:28px 0 12px}.cull-inline-form input{width:360px;max-width:100%;min-height:48px;border-radius:var(--radius-small);border:1px solid rgba(255,255,255,.35);padding:0 16px}.cull-hero-visual img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border:1px solid rgba(255,255,255,.22)}.cull-hero-hint{font-size:13px}.cull-trust{padding:56px 0;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.cull-trust-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.cull-trust-row--five{grid-template-columns:repeat(5,1fr)}.cull-trust-row div{text-align:center;border-right:1px solid var(--brand-border);padding:12px 16px}.cull-trust-row div:last-child{border-right:0}.cull-trust strong{display:block;font-family:monospace;font-size:48px;line-height:1;color:var(--brand-primary)}.cull-trust span{display:block;margin-top:10px;color:var(--brand-text-muted);font-weight:800;font-size:12px;text-transform:uppercase}.cull-features,.cull-products{padding:92px 0}.cull-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.cull-product-card{min-height:260px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius-card);padding:18px;display:flex;flex-direction:column}.cull-product-img img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.cull-product-card h4{margin-top:16px;color:var(--brand-primary-dark);font-size:17px;font-weight:800}.cull-product-card p{color:var(--brand-text);font-size:14px;flex:1}.cull-product-card--feature{justify-content:center;background:var(--brand-primary)}.cull-product-card--feature h4,.cull-product-card--feature p{color:#fff}@media (max-width:991px){.cull-hero-row{grid-template-columns:1fr}.cull-hero-visual{order:-1}.cull-trust-row,.cull-trust-row--five{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cull-inline-form{flex-direction:column}.cull-inline-form button,.cull-inline-form input{width:100%}.cull-hero h1{font-size:34px}}