/*
Theme Name: Digital Center Lab
Theme URI: https://digitalcenterlab.com.br/
Author: Digital Center Lab
Description: Tema próprio e leve para a Digital Center Lab, sem dependência do Avada.
Version: 0.3.22
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: dcl
*/

:root {
  --dcl-blue-950: #0f2340;
  --dcl-blue-900: #1b365d;
  --dcl-blue-800: #223f6f;
  --dcl-blue-700: #2d5b91;
  --dcl-sky-500: #62b8ef;
  --dcl-sky-300: #9bd7fb;
  --dcl-ink: #141617;
  --dcl-muted: #607086;
  --dcl-surface: #ffffff;
  --dcl-surface-soft: #f3f7fb;
  --dcl-border: rgba(113, 190, 235, 0.42);
  --dcl-shadow: 0 18px 48px rgba(7, 26, 55, 0.16);
  --dcl-radius-sm: 10px;
  --dcl-radius-md: 18px;
  --dcl-radius-lg: 28px;
  --dcl-content: 1240px;
  --dcl-reading: 760px;
}

/* Laboratories */
.dcl-labs-hero { padding: clamp(72px, 9vw, 126px) 0; color: #fff; background: radial-gradient(circle at 78% 18%, #3978b8 0, transparent 35%), linear-gradient(120deg, #17365f, #29558a); }
.dcl-labs-hero__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(36px, 7vw, 96px); align-items: end; }
.dcl-labs-hero h1 { max-width: 760px; margin: 14px 0 22px; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.02; }
.dcl-labs-hero p { max-width: 690px; font-size: 1.08rem; line-height: 1.75; }
.dcl-labs-hero__notice { padding: 28px; border: 1px solid rgba(255,255,255,.28); border-left: 4px solid #69c6ff; border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.dcl-labs-hero__notice strong { display: block; margin-bottom: 8px; font-size: 1.15rem; }
.dcl-labs-hero__notice p { margin: 0; font-size: .98rem; }
.dcl-labs-heading { max-width: 760px; margin-bottom: 34px; }
.dcl-labs-heading h2 { margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
.dcl-labs-jump { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 34px; }
.dcl-labs-jump a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid #c9d8e8; border-radius: 999px; color: #234a79; background: #f6f9fc; font-weight: 700; text-decoration: none; }
.dcl-labs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.dcl-lab-card { scroll-margin-top: 150px; display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 4vw, 38px); border: 1px solid #d9e3ed; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(25,55,90,.09); }
.dcl-lab-card__top { display: flex; gap: 18px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid #e4ebf2; }
.dcl-lab-card__mark { flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg,#204876,#58a9e6); font-weight: 800; letter-spacing: -.06em; }
.dcl-lab-card small, .dcl-teams-grid small { color: #3977b1; font-weight: 800; letter-spacing: .11em; }
.dcl-lab-card h3 { margin: 6px 0 0; color: #17365f; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.dcl-lab-card__address, .dcl-lab-card__contacts p { overflow-wrap: anywhere; line-height: 1.65; }
.dcl-lab-card__address { margin: 24px 0 12px; }
.dcl-lab-card strong { display: block; margin-bottom: 3px; color: #17365f; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.dcl-lab-card__contacts { flex: 1; }
.dcl-lab-card__contacts a { color: #285f98; }
.dcl-lab-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.dcl-lab-card__actions .dcl-button { justify-content: center; text-align: center; }
.dcl-button--outline { color: #204876; border: 1px solid #bfd0e2; background: #f3f7fb; }
.dcl-labs-teams { color: #eef5fc; background: #203f6c; }
.dcl-labs-teams .dcl-kicker { color: #78c9ff; }
.dcl-teams-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.dcl-teams-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); }
.dcl-teams-grid h3 { margin: 8px 0; color: #fff; }
.dcl-teams-grid p { margin: 0; color: #d8e4f1; }

@media (max-width: 820px) {
  .dcl-labs-hero__grid, .dcl-labs-grid { grid-template-columns: 1fr; }
  .dcl-teams-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .dcl-labs-hero { padding: 58px 0; }
  .dcl-lab-card__top { align-items: center; }
  .dcl-lab-card__mark { flex-basis: 50px; width: 50px; height: 50px; }
  .dcl-lab-card__actions, .dcl-teams-grid { grid-template-columns: 1fr; }
  .dcl-labs-jump { display: grid; grid-template-columns: 1fr 1fr; }
  .dcl-labs-jump a { justify-content: center; text-align: center; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dcl-ink);
  background: var(--dcl-surface);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.dcl-container {
  width: min(calc(100% - 40px), var(--dcl-content));
  margin-inline: auto;
}

.dcl-section {
  padding-block: clamp(56px, 8vw, 112px);
}

.dcl-section--blue {
  color: #fff;
  background: var(--dcl-blue-900);
}

.dcl-section--white {
  color: var(--dcl-ink);
  background: var(--dcl-surface);
}

.dcl-content-shell {
  width: min(calc(100% - 40px), 980px);
  margin-inline: auto;
}

.dcl-content-shell > header {
  padding-bottom: 28px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(15, 35, 64, 0.12);
}

.dcl-content-shell h1 {
  color: var(--dcl-blue-900);
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.08;
}

.dcl-entry-content {
  font-size: 1.05rem;
}

.dcl-entry-content > * {
  max-width: var(--dcl-reading);
  margin-inline: auto;
}

.dcl-entry-content > .alignwide {
  max-width: 1100px;
}

.dcl-entry-content > .alignfull {
  max-width: none;
}

.dcl-legal-content {
  max-width: 820px;
  margin-inline: auto;
  color: var(--dcl-ink);
}

.dcl-legal-content h1 {
  margin-bottom: 18px;
}

.dcl-legal-content h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.dcl-legal-content p,
.dcl-legal-content li {
  line-height: 1.75;
}

.dcl-legal-content ul,
.dcl-legal-content ol {
  padding-left: 1.25rem;
}

.dcl-site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 35, 64, 0.08);
}

.dcl-topbar {
  color: #fff;
  background: var(--dcl-blue-700);
}

.dcl-topbar__inner,
.dcl-mainbar,
.dcl-social,
.dcl-quick-links,
.dcl-footer__actions {
  display: flex;
  align-items: center;
}

.dcl-footer__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.dcl-store-badge {
  display: inline-flex;
  width: 178px;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 11px;
  color: #fff;
  background: #07090c;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.dcl-store-badge:hover,
.dcl-store-badge:focus-visible {
  border-color: var(--dcl-sky-300);
  transform: translateY(-2px);
}

.dcl-store-badge small,
.dcl-store-badge strong {
  display: block;
  line-height: 1.1;
}

.dcl-store-badge small {
  margin-bottom: 3px;
  font-size: 0.67rem;
  font-weight: 500;
}

.dcl-store-badge strong {
  font-size: 1.08rem;
}

.dcl-store-badge__mark {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.dcl-store-badge__mark--play {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(150deg, #49d277 0 34%, #55bff5 34% 52%, #ffd34f 52% 70%, #f25f5c 70%);
}

.dcl-store-badge__mark--apple {
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #090b0e;
  background: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.dcl-topbar__inner {
  min-height: 42px;
  justify-content: space-between;
  gap: 24px;
}

.dcl-social,
.dcl-quick-links {
  gap: 18px;
}

.dcl-social--icons {
  gap: 8px;
}

.dcl-social--icons a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.dcl-social--icons a:hover,
.dcl-social--icons a:focus-visible {
  color: var(--dcl-blue-800);
  background: #fff;
  transform: translateY(-1px);
}

.dcl-social--icons svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dcl-social--icons path:not(.dcl-youtube-play) {
  fill: currentColor;
  stroke: none;
}

.dcl-social--icons .dcl-youtube-play {
  fill: var(--dcl-blue-800);
  stroke: none;
}

.dcl-topbar a {
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.dcl-quick-links a {
  display: inline-flex;
  min-width: 112px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--dcl-sky-500), #55b4ef);
  box-shadow: 0 4px 12px rgba(8, 38, 76, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dcl-quick-links a:hover,
.dcl-quick-links a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 7px 16px rgba(8, 38, 76, 0.2);
}

.dcl-mainbar {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  min-height: 92px;
  align-items: center;
  gap: 28px;
}

.dcl-brand img {
  width: 112px;
  height: auto;
  display: block;
}

.dcl-navigation-wrap {
  display: contents;
}

.dcl-primary-nav {
  grid-column: 2;
}

.dcl-search-toggle {
  grid-column: 3;
  justify-self: end;
}

.dcl-primary-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.dcl-primary-nav a {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 13px 2px;
  color: var(--dcl-ink);
  font-weight: 650;
  text-decoration: none;
}

.dcl-primary-nav .current-menu-item > a::before,
.dcl-primary-nav .current_page_item > a::before {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 3px;
  border-radius: 4px;
  content: "";
  background: var(--dcl-blue-700);
}

.dcl-primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--dcl-sky-500);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.dcl-primary-nav a:hover::after,
.dcl-primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.dcl-primary-nav a:focus-visible,
.dcl-search-toggle:focus-visible,
.dcl-menu-toggle:focus-visible {
  outline: 3px solid var(--dcl-sky-500);
  outline-offset: 3px;
}

.dcl-search-toggle {
  display: inline-grid;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(15, 35, 64, 0.12);
  border-radius: 50%;
  color: var(--dcl-blue-900);
  background: #fff;
  cursor: pointer;
}

.dcl-search-toggle:hover {
  border-color: var(--dcl-sky-500);
  background: var(--dcl-surface-soft);
}

.dcl-search-toggle svg {
  width: 100%;
  height: 100%;
}

.dcl-header-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  padding-block: 18px;
  border-top: 1px solid rgba(15, 35, 64, 0.08);
  background: #fff;
  box-shadow: 0 18px 30px rgba(7, 26, 55, 0.14);
}

.dcl-header-search[hidden] {
  display: none;
}

.dcl-header-search form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.dcl-header-search input {
  min-width: 0;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(15, 35, 64, 0.2);
  border-radius: var(--dcl-radius-sm);
  font: inherit;
}

.dcl-header-search button {
  min-height: 48px;
  padding-inline: 22px;
  border: 0;
  border-radius: var(--dcl-radius-sm);
  color: #fff;
  background: var(--dcl-blue-700);
  font-weight: 700;
}

.dcl-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.dcl-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin-block: 6px;
  background: var(--dcl-ink);
}

.dcl-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--dcl-radius-sm);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.dcl-button--light {
  color: var(--dcl-blue-900);
  background: #fff;
}

.dcl-footer {
  color: #fff;
  background: linear-gradient(110deg, var(--dcl-blue-950), var(--dcl-blue-700));
}

.dcl-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.5fr);
  gap: clamp(52px, 7vw, 110px);
  padding-block: clamp(64px, 8vw, 108px);
}

.dcl-footer h2 {
  margin-top: 0;
  color: #fff;
}

.dcl-footer__brand > img {
  width: 112px;
  margin-bottom: 28px;
}

.dcl-footer__brand > p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
}

.dcl-footer__actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dcl-professional-notice {
  padding: 24px 26px;
  margin-bottom: 44px;
  border: 1px solid rgba(155, 215, 251, 0.45);
  border-left: 4px solid var(--dcl-sky-500);
  border-radius: var(--dcl-radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.dcl-professional-notice h2 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.dcl-professional-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.dcl-footer__links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.dcl-footer__links-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dcl-footer__links-grid li + li {
  margin-top: 12px;
}

.dcl-footer__links-grid a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.dcl-instagram-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  min-height: 72px;
  padding: 13px 15px;
  margin-top: 26px;
  border: 1px solid rgba(155, 215, 251, 0.42);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.dcl-instagram-card svg,
.dcl-footer__social svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dcl-instagram-card svg {
  width: 38px;
  height: 38px;
}

.dcl-instagram-card small,
.dcl-instagram-card strong {
  display: block;
  line-height: 1.25;
}

.dcl-instagram-card small {
  color: var(--dcl-sky-300);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dcl-instagram-card b {
  color: var(--dcl-sky-300);
  font-size: 0.82rem;
}

.dcl-footer__bottom {
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 20, 40, 0.34);
}

.dcl-footer__bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.dcl-footer__bottom-inner,
.dcl-footer__social {
  display: flex;
  align-items: center;
}

.dcl-footer__bottom-inner {
  justify-content: space-between;
  gap: 24px;
}

.dcl-footer__social {
  gap: 10px;
}

.dcl-footer__social a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.dcl-footer__social a:hover,
.dcl-footer__social a:focus-visible {
  color: var(--dcl-blue-950);
  background: var(--dcl-sky-300);
}

.dcl-footer__social svg {
  width: 20px;
  height: 20px;
}

.dcl-footer__social path:not(.dcl-youtube-play) {
  fill: currentColor;
  stroke: none;
}

.dcl-footer__social .dcl-youtube-play {
  fill: var(--dcl-blue-950);
  stroke: none;
}

.dcl-carousel {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--dcl-blue-900);
  border-bottom: 1px solid rgba(126, 200, 244, 0.58);
  box-shadow: 0 10px 22px rgba(7, 26, 55, 0.24);
}

.dcl-carousel__track {
  display: flex;
  overflow: hidden;
  scroll-snap-type: x mandatory;
}

.dcl-carousel__slide {
  min-width: 100%;
  min-height: 500px;
  scroll-snap-align: start;
  background: radial-gradient(circle at 76% 30%, rgba(109, 198, 249, 0.3), transparent 34%), linear-gradient(120deg, #102b50, #20588d 60%, #3b83b8);
}

.dcl-carousel__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: 34px;
  width: min(calc(100% - 48px), 1180px);
  min-height: 500px;
  margin-inline: auto;
  padding-block: 54px 72px;
}

.dcl-carousel__copy {
  max-width: 500px;
}

.dcl-carousel__eyebrow,
.dcl-kicker {
  color: var(--dcl-sky-300);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dcl-carousel__copy h1,
.dcl-carousel__copy h2 {
  max-width: 480px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.dcl-carousel__copy > p:not(.dcl-carousel__eyebrow) {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.78);
}

.dcl-carousel__copy .dcl-button {
  margin-top: 12px;
}

.dcl-carousel__visual {
  position: relative;
  min-height: 340px;
}

.dcl-carousel__cad {
  position: absolute;
  right: 16%;
  bottom: 8%;
  width: min(520px, 72%);
  filter: drop-shadow(0 24px 24px rgba(0, 20, 45, 0.28));
}

.dcl-carousel__scanner {
  position: absolute;
  right: 2%;
  bottom: 8%;
  z-index: 2;
  width: min(180px, 25%);
  filter: drop-shadow(0 24px 22px rgba(0, 20, 45, 0.34));
}

.dcl-carousel__tag {
  position: absolute;
  top: 0;
  right: 2%;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  background: rgba(8, 35, 70, 0.34);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dcl-carousel__metric,
.dcl-carousel__units,
.dcl-carousel__steps,
.dcl-carousel__flow {
  display: grid;
  align-content: center;
  gap: 16px;
  width: min(100%, 520px);
  min-height: 320px;
  margin: 0;
  padding: 28px;
  list-style: none;
}

.dcl-carousel__metric {
  grid-template-columns: repeat(2, 1fr);
}

.dcl-carousel__metric strong,
.dcl-carousel__metric span,
.dcl-carousel__units span,
.dcl-carousel__steps li,
.dcl-carousel__flow li {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--dcl-radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.dcl-carousel__metric strong {
  font-size: 1.45rem;
}

.dcl-carousel__metric span {
  color: rgba(255, 255, 255, 0.72);
}

.dcl-carousel__units {
  grid-template-columns: repeat(2, minmax(160px, 1fr));
}

.dcl-carousel__steps li,
.dcl-carousel__flow li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
}

.dcl-carousel__steps b,
.dcl-carousel__flow b {
  color: var(--dcl-sky-300);
}

.dcl-carousel__flow {
  grid-template-columns: repeat(3, 1fr);
}

.dcl-carousel__flow li {
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
}

.dcl-carousel__controls {
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 20px;
  left: max(24px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dcl-carousel__dots {
  display: flex;
  gap: 8px;
}

.dcl-carousel__dots button {
  position: relative;
  width: 28px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.dcl-carousel__dots button::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%);
}

.dcl-carousel__dots button[aria-current="true"]::after {
  background: var(--dcl-sky-300);
}

.dcl-carousel__prev,
.dcl-carousel__next {
  width: 38px;
  height: 38px;
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(8, 35, 70, 0.25);
}

.dcl-reading-block {
  max-width: 880px;
  text-align: center;
}

.dcl-trust h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.dcl-trust__lead {
  margin-block: 8px 42px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 750;
}

.dcl-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  align-items: start;
  gap: clamp(46px, 7vw, 104px);
}

.dcl-section--white .dcl-kicker {
  color: var(--dcl-blue-700);
}

.dcl-contact-card {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: var(--dcl-radius-lg);
  background: #fff;
  box-shadow: var(--dcl-shadow);
}

.dcl-button--primary {
  border-color: var(--dcl-blue-700);
  background: var(--dcl-blue-700);
}

.dcl-lab-card__actions .dcl-button--outline {
  color: #204876;
  border-color: #bfd0e2;
  background: #f3f7fb;
}

.dcl-lab-card__actions .dcl-button--outline:hover,
.dcl-lab-card__actions .dcl-button--outline:focus-visible {
  color: #fff;
  border-color: #285f98;
  background: #285f98;
}

.dcl-section-heading {
  margin-bottom: 54px;
  text-align: center;
}

.dcl-section-heading h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.dcl-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 76px) clamp(26px, 4vw, 58px);
}

.dcl-service-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
}

.dcl-service-card img {
  width: 48px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  filter: grayscale(1) brightness(0) invert(1);
  background: rgba(0, 0, 0, 0.42);
}

.dcl-service-card h3 {
  margin: 0 0 10px;
  color: #fff;
}

.dcl-service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.dcl-contact-hero {
  color: #fff;
  background: radial-gradient(circle at 82% 24%, rgba(98, 184, 239, 0.28), transparent 34%), linear-gradient(120deg, var(--dcl-blue-950), var(--dcl-blue-700));
}

.dcl-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  min-height: 500px;
  padding-block: clamp(68px, 9vw, 120px);
}

.dcl-contact-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.dcl-contact-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.dcl-contact-hero__notice {
  padding: 28px;
  border: 1px solid rgba(155, 215, 251, 0.45);
  border-left: 4px solid var(--dcl-sky-500);
  border-radius: var(--dcl-radius-md);
  background: rgba(255, 255, 255, 0.09);
}

.dcl-contact-hero__notice strong {
  font-size: 1.12rem;
}

.dcl-contact-hero__notice p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.dcl-contact-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

.dcl-contact-heading h2,
.dcl-contact-form-grid h2 {
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 1.08;
}

.dcl-unit-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.dcl-unit-selector button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 35, 64, 0.12);
  border-radius: 14px;
  color: var(--dcl-blue-900);
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.dcl-unit-selector button > span,
.dcl-unit-selector button > small {
  color: var(--dcl-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.dcl-unit-selector button[aria-selected="true"] {
  color: #fff;
  border-color: var(--dcl-blue-700);
  background: var(--dcl-blue-700);
  box-shadow: 0 12px 26px rgba(15, 35, 64, 0.18);
}

.dcl-unit-selector button[aria-selected="true"] > span,
.dcl-unit-selector button[aria-selected="true"] > small {
  color: rgba(255, 255, 255, 0.76);
}

.dcl-unit-selector button:focus-visible {
  outline: 3px solid var(--dcl-sky-500);
  outline-offset: 3px;
}

.dcl-unit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 6vw, 80px);
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: var(--dcl-radius-lg);
  background: var(--dcl-surface-soft);
}

.dcl-unit-panel[hidden] {
  display: none;
}

.dcl-unit-panel h3 {
  margin: 0 0 12px;
  color: var(--dcl-blue-900);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.dcl-unit-channels {
  display: grid;
  gap: 10px;
}

.dcl-unit-channels a {
  display: grid;
  gap: 3px;
  min-height: 66px;
  padding: 12px 16px;
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
}

.dcl-unit-channels .dcl-unit-form-link {
  color: #fff;
  border-color: var(--dcl-blue-700);
  background: var(--dcl-blue-700);
}

.dcl-unit-channels .dcl-unit-form-link small {
  color: rgba(255, 255, 255, 0.72);
}

.dcl-unit-channels small {
  color: var(--dcl-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dcl-unit-channels strong {
  overflow-wrap: anywhere;
}

.dcl-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(380px, 1fr);
  align-items: start;
  gap: clamp(44px, 8vw, 120px);
}

.dcl-contact-form-card {
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--dcl-radius-lg);
  color: var(--dcl-ink);
  background: #fff;
  box-shadow: var(--dcl-shadow);
}

.dcl-contact-form-intro {
  position: sticky;
  top: 36px;
}

.dcl-contact-assurances {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.dcl-contact-assurances li {
  position: relative;
  padding: 15px 16px 15px 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
}

.dcl-contact-assurances li::before {
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--dcl-blue-950);
  content: "✓";
  background: var(--dcl-sky-300);
  font-size: 0.72rem;
  font-weight: 900;
}

.dcl-contact-assurances strong,
.dcl-contact-assurances span {
  display: block;
}

.dcl-contact-assurances span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.dcl-contact-form-card__heading {
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(15, 35, 64, 0.11);
}

.dcl-contact-form-card__heading h3 {
  margin: 4px 0 8px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.dcl-contact-form-card__heading > p:last-child {
  margin: 0;
  color: var(--dcl-muted);
}

.dcl-form-grid > p:first-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.dcl-form-grid > p:first-child > br {
  display: none;
}

.dcl-form-grid label {
  display: block;
  color: var(--dcl-blue-900);
  font-size: 0.9rem;
  font-weight: 750;
}

.dcl-form-grid .dcl-form-full {
  grid-column: 1 / -1;
}

.dcl-form-grid > .dcl-form-full {
  margin-top: 18px;
}

.dcl-form-grid .wpcf7-list-item {
  margin: 0;
}

.dcl-form-grid .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
}

.dcl-form-grid .wpcf7-acceptance input {
  flex: 0 0 20px;
  width: 20px;
  min-height: 20px;
  margin-top: 3px;
}

.dcl-form-grid input[type="submit"] {
  width: 100%;
}

.dcl-form-grid .wpcf7-response-output {
  margin-inline: 0;
  border-radius: 10px;
}

.dcl-contact-form-card h3 {
  color: var(--dcl-blue-900);
}

.dcl-contact-form-card input:not([type="submit"]),
.dcl-contact-form-card textarea,
.dcl-contact-form-card select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 35, 64, 0.2);
  border-radius: 10px;
  font: inherit;
}

.dcl-contact-form-card textarea {
  min-height: 150px;
  resize: vertical;
}

.dcl-contact-form-card input[type="submit"] {
  min-height: 50px;
  padding: 12px 24px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--dcl-blue-700);
  font: inherit;
  font-weight: 700;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 800px) {
  .dcl-container {
    width: min(calc(100% - 32px), var(--dcl-content));
  }

  .dcl-topbar__inner {
    width: min(calc(100% - 24px), var(--dcl-content));
    min-height: 48px;
    gap: 12px;
  }

  .dcl-social {
    gap: 12px;
  }

  .dcl-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 44px;
    font-size: 0.78rem;
  }

  .dcl-quick-links a {
    min-width: auto;
    min-height: 44px;
    padding: 11px 12px;
  }

  .dcl-mainbar {
    display: flex;
    min-height: 84px;
    justify-content: space-between;
    gap: 16px;
  }

  .dcl-brand img {
    width: 108px;
  }

  .dcl-menu-toggle {
    display: block;
  }

  .dcl-navigation-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .dcl-search-toggle {
    width: 44px;
    height: 44px;
  }

  .dcl-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 14px 16px 20px;
    border-top: 1px solid rgba(15, 35, 64, 0.08);
    background: #fff;
    box-shadow: 0 18px 30px rgba(7, 26, 55, 0.14);
  }

  .dcl-primary-nav.is-open {
    display: block;
  }

  .dcl-primary-nav ul {
    display: grid;
    gap: 6px;
  }

  .dcl-primary-nav a {
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
  }

  .dcl-primary-nav a:hover,
  .dcl-primary-nav a:focus-visible {
    border-color: rgba(45, 91, 145, 0.14);
    background: var(--dcl-surface-soft);
  }

  .dcl-primary-nav .current-menu-item > a,
  .dcl-primary-nav .current_page_item > a {
    color: var(--dcl-blue-900);
    border-color: rgba(98, 184, 239, 0.3);
    background: linear-gradient(90deg, rgba(98, 184, 239, 0.17), rgba(243, 247, 251, 0.78));
  }

  .dcl-primary-nav .current-menu-item > a::before,
  .dcl-primary-nav .current_page_item > a::before,
  .dcl-primary-nav a::after {
    display: none;
  }

  .dcl-header-search {
    padding-block: 14px;
  }

  .dcl-footer__grid,
  .dcl-footer__links-grid {
    grid-template-columns: 1fr;
  }

  .dcl-footer__grid {
    gap: 42px;
    padding-block: 56px;
  }

  .dcl-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dcl-footer__social a {
    width: 44px;
    height: 44px;
  }

  .dcl-carousel__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(calc(100% - 32px), 1180px);
    min-height: 620px;
    padding-block: 34px 72px;
  }

  .dcl-carousel__visual,
  .dcl-carousel__metric,
  .dcl-carousel__units,
  .dcl-carousel__steps,
  .dcl-carousel__flow {
    min-height: 220px;
  }

  .dcl-carousel__metric,
  .dcl-carousel__units,
  .dcl-carousel__steps,
  .dcl-carousel__flow {
    width: 100%;
    padding: 0;
  }

  .dcl-carousel__cad {
    right: 18%;
    bottom: 4%;
    width: min(360px, 76%);
  }

  .dcl-carousel__scanner {
    right: 1%;
    bottom: 3%;
    width: min(118px, 27%);
  }

  .dcl-carousel__tag {
    top: 2px;
    right: 0;
    padding: 8px 10px;
    font-size: 0.62rem;
  }

  .dcl-carousel__controls {
    right: 16px;
    bottom: 12px;
    left: 16px;
  }

  .dcl-carousel__prev,
  .dcl-carousel__next {
    width: 44px;
    height: 44px;
  }

  .dcl-carousel__flow {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 0;
  }

  .dcl-split,
  .dcl-services-grid,
  .dcl-contact-hero__grid,
  .dcl-unit-panel,
  .dcl-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .dcl-contact-hero__grid {
    gap: 34px;
    min-height: auto;
    padding-block: 64px;
  }

  .dcl-contact-hero h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .dcl-unit-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcl-contact-form-grid {
    gap: 36px;
  }

	.dcl-contact-form-intro {
		position: static;
	}

	.dcl-form-grid > p:first-child {
		grid-template-columns: 1fr;
	}

  .dcl-service-card {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .dcl-service-card img {
    width: 42px;
  }

  .dcl-professional-notice {
    padding: 22px 20px;
    margin-bottom: 36px;
  }

  .dcl-footer__links-grid li + li {
    margin-top: 0;
  }

  .dcl-footer__links-grid a {
    display: block;
    min-height: 44px;
    padding-block: 10px;
  }
}

@media (max-width: 380px) {
	.dcl-footer__stores {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dcl-store-badge {
		width: 100%;
	}

	.dcl-instagram-card {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.dcl-instagram-card b {
		grid-column: 2;
	}

  .dcl-social a {
    min-width: 26px;
    font-size: 0.72rem;
  }

  .dcl-quick-links {
    gap: 6px;
  }

  .dcl-quick-links a {
    padding-inline: 9px;
    font-size: 0.78rem;
  }

  .dcl-carousel__copy h1,
  .dcl-carousel__copy h2 {
    font-size: 1.85rem;
  }

  .dcl-carousel__metric strong,
  .dcl-carousel__metric span,
  .dcl-carousel__units span,
  .dcl-carousel__steps li,
  .dcl-carousel__flow li {
    padding: 15px;
  }

  .dcl-unit-selector {
    grid-template-columns: 1fr;
  }
}

/* Blog and downloads */
.dcl-blog-hero,
.dcl-downloads-hero {
  color: #fff;
  background: linear-gradient(120deg, var(--dcl-blue-900), var(--dcl-blue-700) 58%, #4a83bd);
}

.dcl-blog-hero .dcl-container,
.dcl-downloads-hero__inner {
  max-width: 900px;
  padding-block: clamp(72px, 10vw, 132px);
  margin-inline: auto;
  text-align: center;
}

.dcl-downloads-hero__inner {
  display: grid;
  max-width: var(--dcl-content);
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
  text-align: left;
}

.dcl-downloads-hero__copy h1 {
  margin-inline: 0;
}

.dcl-downloads-hero__copy > p:last-child {
  max-width: 680px;
  margin-inline: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.dcl-downloads-hero__panel {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: rgba(9, 33, 64, 0.34);
  box-shadow: 0 22px 52px rgba(6, 25, 51, 0.2);
  backdrop-filter: blur(10px);
}

.dcl-downloads-hero__panel h2 {
  margin: 4px 0 22px;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.dcl-downloads-hero__panel > a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.dcl-downloads-hero__panel > a + a {
  margin-top: 12px;
}

.dcl-downloads-hero__panel > a:hover,
.dcl-downloads-hero__panel > a:focus-visible {
  border-color: var(--dcl-sky-300);
  background: rgba(255, 255, 255, 0.14);
}

.dcl-downloads-hero__panel small,
.dcl-downloads-hero__panel strong {
  display: block;
}

.dcl-downloads-hero__panel small {
  color: var(--dcl-sky-300);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dcl-downloads-hero__panel b {
  white-space: nowrap;
  color: var(--dcl-sky-300);
  font-size: 0.84rem;
}

.dcl-blog-hero h1,
.dcl-downloads-hero h1 {
  max-width: 820px;
  margin: 14px auto 20px;
  font-size: clamp(2.25rem, 5.2vw, 4.75rem);
  line-height: 1.02;
}

.dcl-blog-hero p:last-child,
.dcl-downloads-hero p:last-child {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.dcl-blog-hero--compact .dcl-container { padding-block: clamp(56px, 8vw, 92px); }

.dcl-blog-grid,
.dcl-downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dcl-blog-card,
.dcl-download-card {
  overflow: hidden;
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 35, 64, 0.08);
}

.dcl-blog-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.dcl-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dcl-legacy-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-block: 26px;
}

.dcl-legacy-gallery img,
.dcl-entry-content .dcl-legacy-image {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.dcl-blog-card__content,
.dcl-download-card {
  padding: 28px;
}

.dcl-blog-card time {
  color: var(--dcl-blue-700);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dcl-blog-card h2,
.dcl-download-card h3 {
  margin: 12px 0;
  font-size: 1.35rem;
}

.dcl-blog-card h2 a,
.dcl-blog-card__more,
.dcl-download-card > a,
.dcl-store-links a {
  color: var(--dcl-blue-800);
  font-weight: 750;
  text-decoration: none;
}

.dcl-blog-card p,
.dcl-download-card p {
  color: var(--dcl-muted);
}

.dcl-empty-state {
  max-width: 760px;
  padding: 52px;
  margin-inline: auto;
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: 24px;
  text-align: center;
  background: var(--dcl-surface-soft);
}

/* Blog editorial experience */
.dcl-blog-tools {
  display: grid;
  max-width: 760px;
  gap: 20px;
  margin: 34px auto 0;
}

.dcl-blog-search {
  display: flex;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.dcl-blog-search input {
  flex: 1;
  width: 100%;
  min-height: 46px;
  padding: 10px 15px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
}

.dcl-blog-search input::placeholder { color: rgba(255, 255, 255, 0.72); }
.dcl-blog-search button {
  min-width: 110px;
  border: 0;
  border-radius: 10px;
  color: var(--dcl-blue-900);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.dcl-blog-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.dcl-blog-categories a {
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.dcl-blog-categories a:hover,
.dcl-blog-categories a:focus-visible,
.dcl-blog-categories .is-active { color: var(--dcl-blue-900); background: #fff; }

.dcl-blog-featured-section { background: var(--dcl-surface-soft); }
.dcl-blog-featured-section .dcl-container { max-width: 1380px; }
.dcl-blog-featured {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  border: 1px solid rgba(15, 35, 64, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 35, 64, 0.1);
}

.dcl-blog-featured__media { display: block; height: clamp(420px, 34vw, 520px); overflow: hidden; background: var(--dcl-blue-900); }
.dcl-blog-featured__media img { width: 100%; height: 100%; object-fit: cover; }
.dcl-blog-featured__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 64px); }
.dcl-blog-featured__content h2 { margin: 10px 0 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.1; }
.dcl-blog-featured__content h2 a { color: var(--dcl-blue-900); text-decoration: none; }
.dcl-blog-featured__content > p:not(.dcl-blog-eyebrow) { color: var(--dcl-muted); font-size: 1.05rem; }
.dcl-blog-featured__content .dcl-button { align-self: flex-start; }
.dcl-blog-eyebrow { margin: 0; color: var(--dcl-sky-600); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.dcl-blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 24px; color: var(--dcl-muted); font-size: 0.8rem; font-weight: 700; }
.dcl-blog-meta span { position: relative; }
.dcl-blog-meta span::before { position: absolute; left: -11px; content: "·"; }
.dcl-blog-card { display: flex; min-height: 100%; flex-direction: column; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.dcl-blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 54px rgba(15, 35, 64, 0.13); }
.dcl-blog-card__image--empty { display: grid; place-items: center; color: rgba(255,255,255,.8); background: linear-gradient(135deg, var(--dcl-blue-900), var(--dcl-blue-700)); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dcl-blog-card__content { display: flex; flex: 1; flex-direction: column; }
.dcl-blog-card__content .dcl-blog-meta { margin: 0 0 10px; }
.dcl-blog-card h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.24; }
.dcl-blog-card h3 a { color: var(--dcl-blue-900); text-decoration: none; }
.dcl-blog-card__more { margin-top: auto; padding-top: 8px; }
.dcl-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 42px; }
.dcl-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 12px; border: 1px solid rgba(15,35,64,.14); border-radius: 10px; color: var(--dcl-blue-800); text-decoration: none; }
.dcl-pagination .current { color: #fff; background: var(--dcl-blue-700); }
.dcl-blog-cta { color: #fff; background: linear-gradient(120deg, var(--dcl-blue-900), var(--dcl-blue-700)); }
.dcl-blog-cta .dcl-container { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding-block: clamp(48px, 7vw, 82px); }
.dcl-blog-cta h2 { margin: 8px 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.dcl-blog-cta p:last-child { margin-bottom: 0; color: rgba(255,255,255,.78); }

.dcl-article-hero { padding-block: clamp(62px, 9vw, 116px); color: #fff; background: linear-gradient(120deg, var(--dcl-blue-900), var(--dcl-blue-700)); }
.dcl-article-hero .dcl-content-shell { max-width: 900px; }
.dcl-breadcrumb { display: flex; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: .86rem; }
.dcl-breadcrumb a { color: inherit; }
.dcl-article-category { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; font-size: .75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.dcl-article-hero h1 { max-width: 900px; margin: 18px 0; color: #fff; font-size: clamp(2.25rem, 5vw, 4.4rem); line-height: 1.03; }
.dcl-article-meta { color: rgba(255,255,255,.75); }
.dcl-article { background: #fff; }
.dcl-article > .dcl-content-shell { max-width: 900px; padding-block: clamp(48px, 7vw, 88px); }
.dcl-article-cover { overflow: hidden; margin: 0 0 44px; border-radius: 22px; }
.dcl-article-cover img { width: 100%; height: auto; display: block; }
.dcl-article-cover--placeholder {
  display: grid;
  min-height: clamp(280px, 42vw, 460px);
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 42px;
  color: #fff;
  background: radial-gradient(circle at 75% 20%, rgba(102, 191, 245, 0.3), transparent 34%), linear-gradient(135deg, var(--dcl-blue-900), var(--dcl-blue-700));
}
.dcl-article-cover--placeholder img { width: clamp(90px, 14vw, 150px); height: auto; }
.dcl-article-cover--placeholder span { font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 750; letter-spacing: .04em; }
.dcl-blog-card__image--empty { position: relative; }
.dcl-blog-card__image--empty::before { position: absolute; width: 58px; height: 3px; top: calc(50% - 34px); left: 50%; border-radius: 999px; background: var(--dcl-sky-300); content: ""; transform: translateX(-50%); }
.dcl-article .dcl-entry-content { color: #26384e; font-size: 1.08rem; line-height: 1.78; }
.dcl-article .dcl-entry-content h2 { margin-top: 2.2em; color: var(--dcl-blue-900); font-size: 1.8rem; }
.dcl-article-footer { padding: 28px 0; margin-top: 54px; border-top: 1px solid rgba(15,35,64,.12); border-bottom: 1px solid rgba(15,35,64,.12); }
.dcl-article-share { display: flex; flex-wrap: wrap; gap: 9px; }
.dcl-article-share a, .dcl-article-share button { padding: 9px 14px; border: 1px solid rgba(15,35,64,.14); border-radius: 9px; color: var(--dcl-blue-800); background: var(--dcl-surface-soft); font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.dcl-post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.dcl-post-navigation > div:last-child { text-align: right; }
.dcl-post-navigation a { color: var(--dcl-blue-800); text-decoration: none; }
.dcl-post-navigation small, .dcl-post-navigation span { display: block; }
.dcl-post-navigation small { margin-bottom: 7px; color: var(--dcl-muted); text-transform: uppercase; letter-spacing: .08em; }
.dcl-post-navigation span { font-weight: 800; }
.dcl-related-posts { background: var(--dcl-surface-soft); }

@media (max-width: 800px) {
  .dcl-blog-featured { grid-template-columns: 1fr; }
  .dcl-blog-featured__media { height: 260px; min-height: 260px; aspect-ratio: 16 / 10; }
  .dcl-blog-cta .dcl-container { align-items: flex-start; flex-direction: column; }
  .dcl-post-navigation { grid-template-columns: 1fr; }
  .dcl-post-navigation > div:last-child { text-align: left; }
  .dcl-blog-search button { min-width: 88px; }
  .dcl-social--icons a { min-width: 34px; min-height: 34px; }
}

@media (max-width: 420px) {
  .dcl-social--icons { gap: 6px; }
  .dcl-social--icons a { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
  .dcl-quick-links { gap: 6px; }
  .dcl-quick-links a { min-width: 86px; min-height: 36px; padding: 7px 10px; border-radius: 9px; }
  .dcl-blog-categories { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .dcl-blog-categories a { flex: 0 0 auto; }
  .dcl-blog-featured__content { padding: 26px 22px; }
}

/* Back to top and article image viewer */
.dcl-back-to-top {
  position: fixed;
  z-index: 80;
  right: clamp(16px, 2.4vw, 34px);
  bottom: clamp(16px, 2.4vw, 30px);
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  background: var(--dcl-blue-800);
  box-shadow: 0 12px 28px rgba(7, 27, 54, 0.28);
  font-size: 1.35rem;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.dcl-back-to-top:hover,
.dcl-back-to-top:focus-visible { background: var(--dcl-sky-600); transform: translateY(-2px); }
.dcl-back-to-top[hidden] { display: none; }

.dcl-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  padding: clamp(18px, 4vw, 54px);
  color: #fff;
  background: rgba(3, 15, 31, 0.94);
  backdrop-filter: blur(12px);
}

.dcl-lightbox[hidden] { display: none; }
.dcl-lightbox figure { display: grid; width: min(1180px, 100%); height: min(78vh, 760px); justify-self: center; gap: 12px; margin: 0; }
.dcl-lightbox figure img { width: 100%; height: 100%; min-height: 0; border-radius: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.45); object-fit: contain; }
.dcl-lightbox figcaption { min-height: 1.4em; color: rgba(255,255,255,.72); text-align: center; }
.dcl-lightbox button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 2rem; cursor: pointer; }
.dcl-lightbox__close { position: absolute; top: 20px; right: 20px; }
.dcl-lightbox__next { justify-self: end; }
.dcl-lightbox-open { overflow: hidden; }
.dcl-article .dcl-entry-content img[role="button"],
.dcl-article-cover img[role="button"] { cursor: zoom-in; }

@media (max-width: 600px) {
  .dcl-lightbox { grid-template-columns: 44px minmax(0, 1fr) 44px; padding: 64px 10px 18px; }
  .dcl-lightbox button { width: 40px; height: 40px; }
  .dcl-back-to-top { width: 44px; height: 44px; bottom: 18px; }
}

.dcl-downloads-access,
.dcl-downloads-tools {
  background: #fff;
}

.dcl-downloads-grid--access {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcl-portal-card {
  position: relative;
  padding: clamp(26px, 4vw, 40px);
  border-color: rgba(45, 91, 145, 0.18);
}

.dcl-portal-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--dcl-blue-700), var(--dcl-sky-500));
}

.dcl-portal-card--client {
  background: linear-gradient(145deg, #fff, #f0f7fd);
}

.dcl-portal-card--operator {
  background: linear-gradient(145deg, #fff, #f6f8fb);
}

.dcl-portal-card__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dcl-portal-card__heading small {
  color: var(--dcl-blue-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dcl-portal-card__heading h3 {
  margin: 3px 0 0;
}

.dcl-portal-card__benefits {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 4px 0 24px;
  color: var(--dcl-muted);
  list-style: none;
}

.dcl-portal-card__benefits li::before {
  margin-right: 9px;
  color: var(--dcl-blue-700);
  content: "✓";
  font-weight: 900;
}

.dcl-portal-card__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.dcl-downloads-grid--tools {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dcl-downloads-grid--tools .dcl-tool-card {
  grid-column: span 2;
}

.dcl-downloads-grid--tools .dcl-tool-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.dcl-download-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.dcl-download-card p {
  flex: 1;
}

.dcl-download-card__icon {
  display: inline-grid;
  min-width: 52px;
  height: 52px;
  padding-inline: 10px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--dcl-blue-800);
  font-weight: 800;
}

.dcl-tool-card {
  min-height: 310px;
  justify-content: flex-start;
  padding: clamp(24px, 3vw, 34px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dcl-tool-card:hover {
  border-color: rgba(98, 184, 239, 0.55);
  box-shadow: 0 22px 54px rgba(15, 35, 64, 0.14);
  transform: translateY(-4px);
}

.dcl-tool-card__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dcl-tool-card__heading small {
  color: var(--dcl-blue-700);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dcl-tool-card__heading h3 {
  margin: 3px 0 0;
}

.dcl-tool-card > p {
  margin-block: 24px;
  line-height: 1.72;
}

.dcl-tool-card__link {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 14px;
  margin-top: auto;
  border-radius: 10px;
  background: var(--dcl-surface-soft);
}

.dcl-tool-card__link b {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dcl-blue-700);
}

.dcl-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
}

.dcl-downloads-note {
  padding: 18px 22px;
  margin-top: 28px;
  border-left: 4px solid var(--dcl-sky-500);
  background: var(--dcl-surface-soft);
}

.dcl-downloads-video {
  color: #fff;
  text-align: center;
  background: var(--dcl-blue-900);
}

.dcl-downloads-video .dcl-container {
  max-width: 780px;
}

@media (max-width: 980px) {
	.dcl-downloads-hero__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

  .dcl-downloads-grid--tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

	.dcl-downloads-grid--tools .dcl-tool-card,
	.dcl-downloads-grid--tools .dcl-tool-card:nth-last-child(-n + 2) {
		grid-column: auto;
	}
}

@media (max-width: 680px) {
  .dcl-blog-grid,
  .dcl-downloads-grid,
  .dcl-downloads-grid--access,
  .dcl-downloads-grid--tools {
    grid-template-columns: 1fr;
  }

  .dcl-blog-hero .dcl-container,
  .dcl-downloads-hero__inner {
    padding-block: 64px;
    text-align: left;
  }

	.dcl-downloads-hero__panel {
		padding: 22px;
	}

	.dcl-downloads-hero__panel > a {
		min-height: 68px;
	}

	.dcl-portal-card__stores {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dcl-portal-card__stores .dcl-store-badge {
		width: 100%;
		max-width: 230px;
	}

  .dcl-blog-card__content,
  .dcl-download-card,
  .dcl-empty-state {
    padding: 24px;
  }

  .dcl-legacy-gallery {
    grid-template-columns: 1fr;
  }
}
