/*
 Theme Name:   Dulac Services Blocksy Child
 Description:  Blocksy child theme voor Dulac Services: webdesign, computer support, backup oplossingen.
 Template:     blocksy
 Version:      1.0.0
 Author:       Marcel + ChatGPT
 Text Domain:  dulacservices-child
*/

:root {
  --brand-text: #0f172a;
  --brand-blue: #0A4C8A;
  --brand-blue-2: #3B82C4;
  --brand-soft: #E6F0FB;
  --brand-muted: #f6f7fb;
  --brand-border: #e5e7eb;
}

body { color: var(--brand-text); background:#fff; }
a { color: var(--brand-blue); }
a:hover { color: var(--brand-blue-2); }

.ct-button, .wp-element-button, .button {
  background: var(--brand-blue);
  border-radius: 9999px;
  color:#fff; padding:.75rem 1.25rem; border:0;
}
.ct-button:hover, .wp-element-button:hover, .button:hover { background: var(--brand-blue-2); }

.sty-hero-blue {
  padding: 80px 0;
  color:#fff;
  background: linear-gradient(180deg, rgba(10,76,138,.7), rgba(10,76,138,.7)), center/cover no-repeat var(--hero-image, #0A4C8A);
}

.section-muted { background: var(--brand-soft); }
.sty-card { border:1px solid var(--brand-border); border-radius:16px; overflow:hidden; background:#fff; }

.woocommerce ul.products li.product a img { border-radius: 12px; }
.woocommerce ul.products li.product .price { color: var(--brand-blue); font-weight:600; }
