/* Miller Gadgets v367 — buyer acquisition layer. */
.mg-buyer-proof{width:min(1360px,calc(100% - 32px));margin:18px auto 8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.mg-buyer-proof a,.mg-buyer-proof span{display:flex;align-items:center;justify-content:center;min-height:54px;padding:10px 12px;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:14px;background:var(--card,#fff);color:inherit;text-align:center;font-size:.84rem;font-weight:750;line-height:1.25;text-decoration:none}
.mg-buyer-proof a:hover{transform:translateY(-1px)}
.mg-buyer-intro{width:min(1360px,calc(100% - 32px));margin:18px auto 8px;padding:18px 20px;border-radius:18px;background:var(--alt,#fff8f3);border:1px solid color-mix(in srgb,currentColor 10%,transparent)}
.mg-buyer-intro h2{margin:0 0 6px;font-size:clamp(1.12rem,2vw,1.42rem)}
.mg-buyer-intro p{margin:0;max-width:900px;line-height:1.65}
.mg-buyer-secondary-service{order:99}
@media(max-width:760px){.mg-buyer-proof{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 24px);gap:8px}.mg-buyer-proof a,.mg-buyer-proof span{min-height:50px;font-size:.78rem;padding:8px}.mg-buyer-intro{width:calc(100% - 24px);padding:15px 16px}}
html[data-theme=dark] .mg-buyer-proof a,html[data-theme=dark] .mg-buyer-proof span{background:var(--card,#1e1d23)}
html[data-theme=dark] .mg-buyer-intro{background:var(--alt,#2d2a35)}
