/* DPFlutes Home (Wix 3742 Style) */
.dpwix-hero{position:relative; padding:72px 20px; background: radial-gradient(circle at 20% 10%, var(--accent, #ffbe0b) 0%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(16,185,129,.5) 0%, transparent 35%), linear-gradient(180deg, #fff 0%, #f9fafb 100%); border-radius:16px; overflow:hidden; margin:24px auto; max-width:1200px}
.dpwix-hero::after{content:""; position:absolute; inset:0; background-image: var(--hero-bg, none); background-size:cover; background-position:center; opacity:.08; pointer-events:none}
.dpwix-hero .dpwix-hero-inner{max-width:900px; margin:0 auto; text-align:center}
.dpwix-hero h1{font-size:clamp(28px,4vw,52px); line-height:1.1; margin:0 0 8px}
.dpwix-hero .sub{font-size:clamp(14px,2.2vw,18px); color:#4b5563; margin:0 auto 20px; max-width:780px}
.dpwix-hero .cta{display:flex; gap:12px; justify-content:center; flex-wrap:wrap}
.dpwix-hero .btn{display:inline-block; padding:12px 18px; border-radius:999px; text-decoration:none; font-weight:700; border:2px solid #111}
.dpwix-hero .btn.primary{background:var(--brand,#10b981); color:#fff; border-color:transparent}
.dpwix-hero .btn.secondary{background:#fff}
.dpwix-badges{display:flex; gap:10px; justify-content:center; margin-top:16px; flex-wrap:wrap}
.dpwix-badges .badge{background:#111; color:#fff; padding:6px 10px; border-radius:999px; font-size:12px}

.dpwix-cats{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; max-width:1200px; margin:24px auto}
.dpwix-cats .cat{background:#fff; border:1px solid #eee; border-radius:16px; overflow:hidden; text-align:center; padding-bottom:12px; box-shadow:0 6px 16px rgba(0,0,0,.04)}
.dpwix-cats img{width:100%; aspect-ratio:4/3; object-fit:cover; background:#fafafa}
.dpwix-cats h3{margin:10px 0 6px}
.dpwix-cats a{display:inline-block; padding:6px 12px; border-radius:999px; border:1px solid #111; text-decoration:none}

.dpwix-grid{max-width:1200px; margin:32px auto}
.dpwix-grid .head{display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:12px}
.dpwix-grid h2{margin:0}
.dpwix-grid .viewall{text-decoration:none}
.dpwix-banner{max-width:1200px; margin:24px auto; padding:36px 20px; border-radius:16px; background:linear-gradient(135deg, rgba(16,185,129,.08), rgba(255,190,11,.08)); text-align:center}
.dpwix-about{display:grid; grid-template-columns:1fr; gap:16px; max-width:1200px; margin:32px auto; align-items:center}
@media(min-width:900px){.dpwix-about{grid-template-columns:1fr 1fr}}
.dpwix-about .img{width:100%; aspect-ratio:4/3; background:#e5e7eb; border-radius:16px; background-size:cover; background-position:center}
.dpwix-about .text{background:#fff; border:1px solid #eee; border-radius:16px; padding:20px}
.dpwix-about ul{margin:10px 0 0 18px}
.dpwix-newsletter{max-width:900px; margin:32px auto; text-align:center}
.dpwix-newsletter form{display:flex; gap:8px; justify-content:center; flex-wrap:wrap}
.dpwix-newsletter input{padding:10px 12px; border:1px solid #ddd; border-radius:10px; min-width:240px}
.dpwix-newsletter button{padding:10px 16px; border:none; border-radius:10px; background:#111; color:#fff; font-weight:700}
body{background:#fafafa}
