
/* DaniCo Phase 6-C Brand Content System */
.dc-section-image{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.dc-image-card{border-radius:24px;overflow:hidden;min-height:320px;background:#eee}
.dc-image-card img{width:100%;height:100%;object-fit:cover}
.dc-quality{background:#f8f6f0}
.dc-cert-grid,.dc-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.dc-feature{padding:28px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.dc-feature h3{margin-top:10px}
.dc-news-card{background:#fff;border-radius:20px;overflow:hidden}
.dc-news-card img{width:100%;height:180px;object-fit:cover}
.dc-news-card .body{padding:20px}
.dc-premium-cta{padding:70px 0;background:#12372a;color:#fff}
@media(max-width:768px){.dc-section-image,.dc-cert-grid,.dc-feature-grid{grid-template-columns:1fr}.dc-image-card{min-height:220px}}
