/*
Theme Name: Digital Control Pro
Theme URI: https://digitalcontrolgy.com/
Author: Digital Control
Description: A responsive WooCommerce theme for Digital Control Guyana with service sliders, live product search, category navigation, WhatsApp enquiries, and a one-click starter catalog.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: digital-control-pro
*/

:root {
  --dc-green-950: #062f25;
  --dc-green-900: #083b2e;
  --dc-green-800: #0b4d3b;
  --dc-green-700: #12664e;
  --dc-green-600: #177a5e;
  --dc-lime: #9acb3c;
  --dc-gold: #d9ae4a;
  --dc-cream: #f5f2e9;
  --dc-surface: #f7faf8;
  --dc-white: #ffffff;
  --dc-ink: #17312a;
  --dc-muted: #65766f;
  --dc-border: #d9e5df;
  --dc-danger: #b9342b;
  --dc-radius-sm: 10px;
  --dc-radius: 18px;
  --dc-radius-lg: 28px;
  --dc-shadow: 0 12px 35px rgba(8, 59, 46, 0.10);
  --dc-shadow-soft: 0 6px 22px rgba(8, 59, 46, 0.07);
  --dc-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dc-white);
  color: var(--dc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .dc-site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--dc-green-700); text-decoration: none; }
a:hover { color: var(--dc-green-900); }
button, input, select, textarea { font: inherit; }
button, .button, input[type="submit"] { cursor: pointer; }

.dc-container { width: min(calc(100% - 36px), var(--dc-container)); margin-inline: auto; }
.dc-section { padding: 76px 0; }
.dc-section--soft { background: var(--dc-surface); }
.dc-section--dark { background: var(--dc-green-950); color: var(--dc-white); }
.dc-section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.dc-section-heading h2 { margin: 0; color: var(--dc-green-900); font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.15; }
.dc-section-heading p { margin: 8px 0 0; color: var(--dc-muted); max-width: 680px; }
.dc-eyebrow { color: var(--dc-green-700); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dc-grid { display: grid; gap: 22px; }
.dc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.dc-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 21px;
  background: var(--dc-green-800);
  color: var(--dc-white);
  font-weight: 750;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.dc-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--dc-green-950); color: var(--dc-white); transform: translateY(-1px); box-shadow: var(--dc-shadow-soft); }
.dc-btn--lime { background: var(--dc-lime); color: var(--dc-green-950); }
.dc-btn--lime:hover { background: #aedc51; color: var(--dc-green-950); }
.dc-btn--outline { background: transparent; border-color: rgba(255,255,255,.55); color: var(--dc-white); }
.dc-btn--outline:hover { background: var(--dc-white); color: var(--dc-green-950); }
.dc-btn--light { background: var(--dc-white); color: var(--dc-green-900); }
.dc-btn--light:hover { background: var(--dc-cream); color: var(--dc-green-950); }
.dc-link-arrow { display: inline-flex; gap: 8px; align-items: center; font-weight: 750; }
.dc-link-arrow::after { content: "→"; transition: transform .2s ease; }
.dc-link-arrow:hover::after { transform: translateX(4px); }

/* Announcement bar */
.dc-announcement { background: var(--dc-green-950); color: #e8f3ee; font-size: .86rem; }
.dc-announcement__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dc-announcement__links { display: flex; gap: 22px; flex-wrap: wrap; }
.dc-announcement a { color: #e8f3ee; }
.dc-announcement a:hover { color: var(--dc-lime); }

/* Header */
.dc-site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(8,59,46,.10); backdrop-filter: blur(14px); }
.dc-header-main { min-height: 86px; display: grid; grid-template-columns: 245px minmax(260px, 1fr) auto; gap: 28px; align-items: center; }
.dc-brand { display: flex; align-items: center; min-width: 0; }
.dc-brand .custom-logo { max-height: 60px; width: auto; }
.dc-brand__fallback { display: flex; align-items: center; gap: 12px; color: var(--dc-green-900); }
.dc-brand__mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 13px; background: var(--dc-green-800); color: white; font-size: 1.15rem; font-weight: 900; letter-spacing: -.04em; }
.dc-brand__text strong { display: block; font-size: 1.18rem; line-height: 1.1; letter-spacing: .01em; }
.dc-brand__text span { display: block; margin-top: 4px; color: var(--dc-muted); font-size: .68rem; line-height: 1.15; text-transform: uppercase; letter-spacing: .08em; }
.dc-search { position: relative; }
.dc-search__form { display: flex; align-items: stretch; min-height: 48px; border: 1px solid var(--dc-border); border-radius: 999px; background: var(--dc-surface); overflow: hidden; transition: border .2s ease, box-shadow .2s ease; }
.dc-search__form:focus-within { border-color: var(--dc-green-600); box-shadow: 0 0 0 4px rgba(23,122,94,.10); background: white; }
.dc-search__form input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 18px; background: transparent; color: var(--dc-ink); }
.dc-search__form button { width: 54px; border: 0; background: transparent; color: var(--dc-green-800); font-size: 1.1rem; }
.dc-search-results { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 10px); z-index: 1005; max-height: min(65vh, 480px); overflow: auto; border: 1px solid var(--dc-border); border-radius: var(--dc-radius); background: white; box-shadow: var(--dc-shadow); }
.dc-search-results.is-open { display: block; }
.dc-search-results__status { padding: 18px; color: var(--dc-muted); }
.dc-search-result { display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; padding: 12px 15px; border-bottom: 1px solid var(--dc-border); }
.dc-search-result:last-child { border-bottom: 0; }
.dc-search-result img { width: 58px; height: 58px; object-fit: cover; border-radius: 10px; background: var(--dc-surface); }
.dc-search-result__title { color: var(--dc-green-900); font-weight: 750; line-height: 1.25; }
.dc-search-result__meta { color: var(--dc-muted); font-size: .78rem; }
.dc-search-result__price { font-weight: 800; color: var(--dc-green-800); white-space: nowrap; }
.dc-header-actions { display: flex; align-items: center; gap: 10px; }
.dc-header-action { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--dc-border); color: var(--dc-green-900); background: white; }
.dc-header-action:hover { background: var(--dc-surface); color: var(--dc-green-950); }
.dc-cart-count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: var(--dc-lime); color: var(--dc-green-950); font-size: .69rem; font-weight: 900; display: grid; place-items: center; }
.dc-mobile-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--dc-border); border-radius: 50%; background: white; color: var(--dc-green-900); }

.dc-nav-wrap { border-top: 1px solid rgba(8,59,46,.07); }
.dc-nav { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dc-nav__categories { position: relative; }
.dc-category-trigger { display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 8px 16px; border: 0; border-radius: 999px; background: var(--dc-green-800); color: white; font-weight: 800; }
.dc-category-panel { display: none; position: absolute; z-index: 1004; left: 0; top: calc(100% + 10px); width: min(760px, calc(100vw - 36px)); padding: 22px; border: 1px solid var(--dc-border); border-radius: var(--dc-radius); background: white; box-shadow: var(--dc-shadow); grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.dc-nav__categories:hover .dc-category-panel,
.dc-nav__categories:focus-within .dc-category-panel,
.dc-category-panel.is-open { display: grid; }
.dc-category-group > a { display: block; color: var(--dc-green-900); font-weight: 850; padding-bottom: 5px; }
.dc-category-group ul { list-style: none; margin: 0; padding: 0; }
.dc-category-group li a { display: block; padding: 4px 0; color: var(--dc-muted); font-size: .88rem; }
.dc-category-group li a:hover { color: var(--dc-green-700); }
.dc-primary-menu { list-style: none; display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; }
.dc-primary-menu a { color: var(--dc-ink); font-weight: 680; font-size: .94rem; }
.dc-primary-menu a:hover, .dc-primary-menu .current-menu-item > a { color: var(--dc-green-700); }

/* Hero slider */
.dc-hero { position: relative; overflow: hidden; background: var(--dc-green-950); }
.dc-slider { position: relative; min-height: clamp(500px, 52vw, 690px); }
.dc-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.dc-slide.is-active { opacity: 1; visibility: visible; }
.dc-slide__media { position: absolute; inset: 0; }
.dc-slide__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,35,27,.95) 0%, rgba(4,35,27,.72) 44%, rgba(4,35,27,.12) 76%, rgba(4,35,27,.05) 100%); }
.dc-slide__media img { width: 100%; height: 100%; object-fit: cover; }
.dc-slide__content { position: relative; z-index: 2; min-height: clamp(500px, 52vw, 690px); display: flex; align-items: center; }
.dc-slide__copy { max-width: 700px; padding: 74px 0 105px; color: white; }
.dc-slide__copy .dc-eyebrow { color: var(--dc-lime); }
.dc-slide__copy h1, .dc-slide__copy h2 { margin: 14px 0 18px; color: white; font-size: clamp(2.6rem, 6vw, 5.1rem); line-height: .98; letter-spacing: -.045em; }
.dc-slide__copy p { max-width: 620px; margin: 0 0 28px; font-size: clamp(1.02rem, 1.7vw, 1.3rem); color: #dcebe5; }
.dc-slide__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.dc-slider-controls { position: absolute; z-index: 5; left: 50%; bottom: 28px; width: min(calc(100% - 36px), var(--dc-container)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; }
.dc-slider-arrows { display: flex; gap: 9px; }
.dc-slider-arrow, .dc-slider-pause { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(4,35,27,.55); color: white; }
.dc-slider-arrow:hover, .dc-slider-pause:hover { background: white; color: var(--dc-green-950); }
.dc-slider-dots { display: flex; gap: 8px; align-items: center; }
.dc-slider-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.48); transition: width .25s ease, background .25s ease; }
.dc-slider-dot.is-active { width: 30px; background: var(--dc-lime); }

/* Trust strip */
.dc-trust { position: relative; z-index: 4; margin-top: -1px; background: var(--dc-white); border-bottom: 1px solid var(--dc-border); }
.dc-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.dc-trust__item { display: flex; gap: 13px; align-items: center; padding: 22px 20px; border-right: 1px solid var(--dc-border); }
.dc-trust__item:last-child { border-right: 0; }
.dc-trust__icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e9f3ed; color: var(--dc-green-800); font-weight: 900; }
.dc-trust__item strong { display: block; color: var(--dc-green-900); font-size: .92rem; }
.dc-trust__item span { display: block; color: var(--dc-muted); font-size: .78rem; line-height: 1.35; }

/* Category cards */
.dc-category-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.dc-category-card { position: relative; min-height: 218px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--dc-border); border-radius: var(--dc-radius); background: white; box-shadow: var(--dc-shadow-soft); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.dc-category-card::after { content: ""; position: absolute; right: -52px; bottom: -62px; width: 175px; height: 175px; border-radius: 50%; background: #e8f2ed; transition: transform .25s ease; }
.dc-category-card:hover { transform: translateY(-5px); border-color: #bdd5ca; box-shadow: var(--dc-shadow); }
.dc-category-card:hover::after { transform: scale(1.14); }
.dc-category-card__icon { position: relative; z-index: 1; width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: var(--dc-green-800); color: white; font-size: 1.7rem; }
.dc-category-card h3 { position: relative; z-index: 1; margin: 28px 0 4px; color: var(--dc-green-900); font-size: 1.16rem; line-height: 1.25; }
.dc-category-card p { position: relative; z-index: 1; margin: 0; color: var(--dc-muted); font-size: .85rem; }
.dc-category-card__arrow { position: absolute; z-index: 2; right: 24px; bottom: 22px; width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--dc-lime); color: var(--dc-green-950); font-weight: 900; }

/* Product filters and cards */
.dc-filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.dc-filter-btn { min-height: 39px; padding: 8px 15px; border: 1px solid var(--dc-border); border-radius: 999px; background: white; color: var(--dc-ink); font-weight: 700; }
.dc-filter-btn:hover, .dc-filter-btn.is-active { background: var(--dc-green-800); border-color: var(--dc-green-800); color: white; }
.dc-products-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.dc-product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--dc-border); border-radius: var(--dc-radius); background: white; transition: transform .22s ease, box-shadow .22s ease; }
.dc-product-card:hover { transform: translateY(-4px); box-shadow: var(--dc-shadow); }
.dc-product-card.is-hidden { display: none; }
.dc-product-card__image { position: relative; aspect-ratio: 1 / .82; overflow: hidden; background: var(--dc-surface); }
.dc-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dc-product-card:hover .dc-product-card__image img { transform: scale(1.035); }
.dc-product-card__badge { position: absolute; top: 13px; left: 13px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--dc-green-900); font-size: .72rem; font-weight: 850; box-shadow: var(--dc-shadow-soft); }
.dc-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.dc-product-card__category { color: var(--dc-green-600); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.dc-product-card h3 { margin: 7px 0 8px; color: var(--dc-green-900); font-size: 1.02rem; line-height: 1.35; }
.dc-product-card__excerpt { margin: 0 0 15px; color: var(--dc-muted); font-size: .84rem; }
.dc-product-card__footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dc-product-card__price { font-weight: 900; color: var(--dc-green-900); }
.dc-product-card__quote { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 13px; border-radius: 999px; background: #e9f4ee; color: var(--dc-green-900); font-size: .8rem; font-weight: 850; }
.dc-product-card__quote:hover { background: var(--dc-green-800); color: white; }

/* Service cards */
.dc-service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.dc-service-card { position: relative; overflow: hidden; min-height: 360px; border-radius: var(--dc-radius-lg); background: var(--dc-green-900); color: white; }
.dc-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .44; transition: transform .45s ease, opacity .45s ease; }
.dc-service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,47,37,.03), rgba(6,47,37,.96)); }
.dc-service-card:hover img { transform: scale(1.045); opacity: .58; }
.dc-service-card__body { position: absolute; z-index: 2; inset: auto 0 0; padding: 26px; }
.dc-service-card h3 { margin: 0 0 8px; font-size: 1.35rem; line-height: 1.2; }
.dc-service-card p { margin: 0 0 15px; color: #dcebe5; font-size: .9rem; }
.dc-service-card a { color: var(--dc-lime); font-weight: 800; }

/* Why us */
.dc-why-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 54px; align-items: center; }
.dc-why-media { position: relative; min-height: 500px; border-radius: var(--dc-radius-lg); overflow: hidden; background: var(--dc-green-900); }
.dc-why-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.dc-why-badge { position: absolute; left: 24px; bottom: 24px; width: min(250px, calc(100% - 48px)); padding: 20px; border-radius: var(--dc-radius); background: white; box-shadow: var(--dc-shadow); }
.dc-why-badge strong { display: block; color: var(--dc-green-900); font-size: 1.8rem; line-height: 1; }
.dc-why-badge span { color: var(--dc-muted); font-size: .85rem; }
.dc-check-list { display: grid; gap: 17px; margin: 28px 0 32px; }
.dc-check { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.dc-check__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e9f4ee; color: var(--dc-green-800); font-weight: 900; }
.dc-check strong { display: block; color: var(--dc-green-900); }
.dc-check p { margin: 3px 0 0; color: var(--dc-muted); font-size: .88rem; }

/* CTA */
.dc-cta { overflow: hidden; position: relative; padding: 58px; border-radius: var(--dc-radius-lg); background: var(--dc-green-900); color: white; }
.dc-cta::after { content: ""; position: absolute; width: 390px; height: 390px; right: -150px; top: -180px; border-radius: 50%; background: rgba(154,203,60,.18); }
.dc-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.dc-cta h2 { margin: 0 0 9px; font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1.1; }
.dc-cta p { margin: 0; color: #dcebe5; max-width: 690px; }
.dc-cta__buttons { flex: 0 0 auto; display: flex; gap: 12px; flex-wrap: wrap; }

/* Inner pages */
.dc-page-hero { padding: 64px 0; background: linear-gradient(135deg, var(--dc-green-950), var(--dc-green-700)); color: white; }
.dc-page-hero h1 { margin: 0; color: white; font-size: clamp(2.2rem,5vw,4rem); line-height: 1.05; }
.dc-page-hero p { margin: 12px 0 0; color: #dcebe5; max-width: 720px; }
.dc-content-wrap { padding: 60px 0 90px; }
.dc-content { max-width: 880px; }
.dc-content h2, .dc-content h3 { color: var(--dc-green-900); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin: 0 0 24px; color: var(--dc-muted); }
.woocommerce .woocommerce-breadcrumb a { color: var(--dc-green-700); }
.woocommerce-products-header__title.page-title, .woocommerce h1.product_title { color: var(--dc-green-900); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin: 30px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 18px; overflow: hidden; border: 1px solid var(--dc-border); border-radius: var(--dc-radius); background: white; transition: transform .22s ease, box-shadow .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--dc-shadow); }
.woocommerce ul.products li.product a img { margin: 0 0 15px; aspect-ratio: 1 / .86; object-fit: cover; background: var(--dc-surface); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 17px; color: var(--dc-green-900); font-size: 1rem; }
.woocommerce ul.products li.product .price { padding: 0 17px; color: var(--dc-green-800); font-weight: 850; }
.woocommerce ul.products li.product .button { margin: 8px 17px 0; font-size: .82rem; }
.woocommerce span.onsale { min-width: auto; min-height: auto; line-height: 1; padding: 8px 10px; top: 12px; left: 12px; border-radius: 999px; background: var(--dc-lime); color: var(--dc-green-950); }
.woocommerce div.product div.images img { border-radius: var(--dc-radius); background: var(--dc-surface); }
.woocommerce div.product .product_title { font-size: clamp(2rem,4vw,3.3rem); line-height: 1.05; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--dc-green-700); font-weight: 900; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--dc-border); background: var(--dc-surface); border-radius: 12px 12px 0 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: white; border-bottom-color: white; }
.woocommerce table.shop_table { border-color: var(--dc-border); border-radius: var(--dc-radius); overflow: hidden; }
.woocommerce .quantity .qty { min-height: 44px; border: 1px solid var(--dc-border); border-radius: 10px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--dc-green-700); background: var(--dc-surface); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--dc-green-700); }
.dc-quote-price { color: var(--dc-green-700); font-weight: 850; }
.dc-single-enquiry { margin: 20px 0; }

/* Footer */
.dc-footer { background: var(--dc-green-950); color: #dcebe5; }
.dc-footer__top { padding: 64px 0 44px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 42px; }
.dc-footer__brand p { max-width: 410px; color: #bcd0c8; }
.dc-footer__brand .dc-brand__fallback { color: white; }
.dc-footer__brand .dc-brand__text span { color: #bcd0c8; }
.dc-footer h3 { margin: 5px 0 17px; color: white; font-size: 1rem; }
.dc-footer ul { list-style: none; padding: 0; margin: 0; }
.dc-footer li { margin: 8px 0; }
.dc-footer a { color: #c8dad3; }
.dc-footer a:hover { color: var(--dc-lime); }
.dc-footer__contact { display: grid; gap: 10px; font-size: .9rem; }
.dc-footer__bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #9fb8ae; font-size: .82rem; }
.dc-social { display: flex; gap: 9px; margin-top: 19px; }
.dc-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; }
.dc-social a:hover { background: var(--dc-lime); color: var(--dc-green-950); border-color: var(--dc-lime); }
.dc-whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 999; min-width: 58px; height: 58px; padding: 0 18px; border-radius: 999px; display: flex; align-items: center; gap: 8px; background: #1e9c58; color: white; box-shadow: 0 12px 34px rgba(0,0,0,.20); font-weight: 850; }
.dc-whatsapp-float:hover { background: #167c45; color: white; transform: translateY(-2px); }

/* Accessibility and utility */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 14px 18px; clip: auto; background: white; color: var(--dc-green-950); border-radius: 8px; box-shadow: var(--dc-shadow); }
.alignwide { width: min(1100px, 100%); margin-inline: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

@media (max-width: 1100px) {
  .dc-header-main { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .dc-primary-menu { gap: 18px; }
  .dc-category-grid, .dc-products-grid, .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .dc-footer__top { grid-template-columns: 1.5fr 1fr 1fr; }
  .dc-footer__top > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  body.admin-bar .dc-site-header { top: 46px; }
  .dc-announcement__inner { justify-content: center; text-align: center; }
  .dc-announcement__links { display: none; }
  .dc-header-main { grid-template-columns: 1fr auto; min-height: 76px; }
  .dc-search { grid-column: 1 / -1; order: 3; margin-bottom: 13px; }
  .dc-mobile-toggle { display: inline-flex; }
  .dc-header-actions .dc-account { display: none; }
  .dc-nav-wrap { display: none; }
  .dc-nav-wrap.is-open { display: block; }
  .dc-nav { align-items: stretch; flex-direction: column; padding: 14px 0 20px; }
  .dc-nav__categories { width: 100%; }
  .dc-category-trigger { width: 100%; justify-content: center; }
  .dc-category-panel { position: static; width: 100%; margin-top: 10px; box-shadow: none; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-primary-menu { flex-direction: column; align-items: stretch; width: 100%; gap: 0; }
  .dc-primary-menu li { border-bottom: 1px solid var(--dc-border); }
  .dc-primary-menu a { display: block; padding: 12px 5px; }
  .dc-slide__media::after { background: linear-gradient(90deg, rgba(4,35,27,.96), rgba(4,35,27,.68)); }
  .dc-slide__copy { max-width: 650px; }
  .dc-trust__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-trust__item:nth-child(2) { border-right: 0; }
  .dc-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--dc-border); }
  .dc-category-grid, .dc-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-why-grid { grid-template-columns: 1fr; }
  .dc-why-media { min-height: 420px; }
  .dc-cta__inner { align-items: flex-start; flex-direction: column; }
  .dc-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-footer__top > :last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .dc-container { width: min(calc(100% - 24px), var(--dc-container)); }
  .dc-section { padding: 56px 0; }
  .dc-brand__text span { display: none; }
  .dc-brand__mark { width: 46px; height: 46px; }
  .dc-header-actions { gap: 7px; }
  .dc-header-action, .dc-mobile-toggle { width: 41px; height: 41px; }
  .dc-search-result { grid-template-columns: 52px 1fr; }
  .dc-search-result__price { grid-column: 2; }
  .dc-category-panel { grid-template-columns: 1fr; }
  .dc-slider, .dc-slide__content { min-height: 570px; }
  .dc-slide__copy { padding: 70px 0 118px; }
  .dc-slide__copy h1, .dc-slide__copy h2 { font-size: clamp(2.3rem, 13vw, 3.5rem); }
  .dc-slide__actions .dc-btn { width: 100%; }
  .dc-slider-controls { bottom: 20px; }
  .dc-slider-pause { display: none; }
  .dc-trust__grid { grid-template-columns: 1fr; }
  .dc-trust__item { border-right: 0; border-bottom: 1px solid var(--dc-border); }
  .dc-trust__item:last-child { border-bottom: 0; }
  .dc-category-grid, .dc-products-grid, .dc-service-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .dc-category-card { min-height: 190px; }
  .dc-section-heading { align-items: flex-start; flex-direction: column; }
  .dc-why-media, .dc-why-media img { min-height: 340px; }
  .dc-cta { padding: 34px 24px; }
  .dc-cta__buttons, .dc-cta__buttons .dc-btn { width: 100%; }
  .dc-footer__top { grid-template-columns: 1fr; }
  .dc-footer__bottom { flex-direction: column; }
  .dc-whatsapp-float span { display: none; }
  .dc-whatsapp-float { min-width: 56px; width: 56px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
