/*
 * Danisoft Neo 2.0 — Digital Showroom
 * Modern storefront layer loaded after the base theme stylesheet.
 */

:root {
  --ds-primary: #0877f9;
  --ds-primary-dark: #113bbf;
  --ds-accent: #6d28d9;
  --ds-ink: #101b35;
  --ds-muted: #68738a;
  --ds-bg: #f5f7fc;
  --ds-border: #e4e9f2;
  --ds-showroom-shadow: 0 20px 60px rgba(17, 35, 75, .12);
  --ds-showroom-shadow-soft: 0 10px 35px rgba(17, 35, 75, .08);
  --ds-showroom-radius: 24px;
  --ds-showroom-section: clamp(68px, 8vw, 112px);
}

[hidden] {
  display: none !important;
}

body {
  background: #fff;
  color: var(--ds-ink);
}

.site-content {
  overflow: clip;
}

.ds-container {
  width: min(calc(100% - 48px), 1320px);
}

.ds-button--outline {
  border-color: rgba(16, 27, 53, .18);
  background: rgba(255, 255, 255, .7);
  color: var(--ds-ink);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.ds-button--outline:hover {
  border-color: var(--ds-primary);
  background: #fff;
  color: var(--ds-primary-dark);
  box-shadow: 0 12px 28px rgba(8, 119, 249, .14);
}

.ds-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ds-primary-dark);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ds-eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ds-primary), var(--ds-accent));
  content: "";
}

.ds-eyebrow--light {
  color: #d8e8ff;
}

.ds-eyebrow--light::before {
  background: #78c6ff;
}

.ds-text-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  color: var(--ds-primary-dark);
  font-size: .9rem;
  font-weight: 800;
}

.ds-text-link:hover {
  gap: 10px;
}

/* Header */
.site-header.ds-showroom-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(221, 227, 238, .9);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 30px rgba(15, 35, 72, .055);
  backdrop-filter: blur(18px);
}

.ds-showroom-header__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(430px, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.ds-showroom-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.ds-showroom-brand .custom-logo {
  width: auto;
  max-width: 176px;
  max-height: 58px;
  object-fit: contain;
}

.ds-showroom-brand .ds-wordmark__mark {
  border-radius: 12px;
  background: linear-gradient(140deg, var(--ds-primary), var(--ds-primary-dark) 62%, var(--ds-accent));
}

.ds-showroom-nav {
  justify-content: center;
}

.ds-showroom-nav > ul,
.ds-showroom-nav .menu {
  justify-content: center;
  gap: 2px;
}

.ds-showroom-nav a {
  position: relative;
  padding: 29px 13px;
  color: #24304a;
  font-size: .86rem;
  font-weight: 760;
}

.ds-showroom-nav a:hover,
.ds-showroom-nav .current-menu-item > a,
.ds-showroom-nav .current-menu-ancestor > a {
  color: var(--ds-primary-dark);
}

.ds-showroom-nav .current-menu-item > a::after {
  right: 13px;
  bottom: 18px;
  left: 13px;
  height: 3px;
  background: linear-gradient(90deg, var(--ds-primary), var(--ds-accent));
}

.ds-showroom-nav .sub-menu {
  border-color: var(--ds-border);
  background: #fff;
}

.ds-showroom-nav .sub-menu a {
  padding: 11px 12px;
  color: var(--ds-ink);
}

.ds-showroom-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ds-header-inline-search {
  width: clamp(180px, 16vw, 250px);
}

.ds-header-inline-search form {
  position: relative;
  display: flex;
  margin: 0;
}

.ds-header-inline-search input[type="search"] {
  width: 100%;
  min-height: 42px;
  padding: 9px 43px 9px 13px;
  border: 1px solid #e2e7f0;
  border-radius: 12px;
  background: #f8fafe;
  font-size: .72rem;
  outline: 0;
}

.ds-header-inline-search input[type="search"]:focus {
  border-color: var(--ds-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(8, 119, 249, .08);
}

.ds-header-inline-search button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: transparent;
  font-size: 0;
}

.ds-header-inline-search button::before,
.ds-header-inline-search button::after {
  position: absolute;
  content: "";
}

.ds-header-inline-search button::before {
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--ds-primary-dark);
  border-radius: 50%;
}

.ds-header-inline-search button::after {
  top: 20px;
  left: 20px;
  width: 6px;
  height: 2px;
  background: var(--ds-primary-dark);
  transform: rotate(45deg);
}

.ds-search-toggle {
  display: none;
}

.ds-showroom-actions .ds-header-icon {
  width: 42px;
  height: 42px;
  border-color: #e3e8f1;
  border-radius: 12px;
}

.ds-showroom-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-right: 3px;
  padding: 5px 10px 5px 5px;
  border-radius: 13px;
  color: var(--ds-ink);
}

.ds-showroom-phone > span:first-child {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #eaf4ff;
  color: var(--ds-primary);
}

.ds-showroom-phone .ds-icon {
  width: 18px;
  height: 18px;
}

.ds-showroom-phone small,
.ds-showroom-phone strong {
  display: block;
  white-space: nowrap;
  line-height: 1.25;
}

.ds-showroom-phone small {
  color: var(--ds-muted);
  font-size: .64rem;
  font-weight: 650;
}

.ds-showroom-phone strong {
  color: var(--ds-primary-dark);
  font-size: .78rem;
  font-weight: 850;
}

.ds-showroom-phone:hover {
  background: #f4f8ff;
}

.ds-showroom-search {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  z-index: 88;
  border-bottom: 1px solid var(--ds-border);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 36px rgba(16, 32, 59, .1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.ds-showroom-search.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ds-showroom-search__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ds-showroom-search form {
  position: relative;
  display: flex;
  margin: 0;
}

.ds-showroom-search input[type="search"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 112px 12px 18px;
  border: 1px solid var(--ds-border);
  border-radius: 14px;
  background: #f7f9fd;
  outline: 0;
}

.ds-showroom-search input[type="search"]:focus {
  border-color: var(--ds-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(8, 119, 249, .09);
}

.ds-showroom-search form button {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 98px;
  min-height: 42px;
  padding: 8px 13px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-primary-dark));
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}

.ds-search-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ds-border);
  border-radius: 12px;
  background: #fff;
}

/* Homepage carousel */
.ds-showroom-carousel {
  position: relative;
  height: clamp(560px, 68vh, 720px);
  min-height: 560px;
  overflow: hidden;
  background: #eaf1fc;
}

.ds-carousel-track,
.ds-carousel-slide {
  position: absolute;
  inset: 0;
}

.ds-carousel-slide {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.ds-carousel-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.ds-carousel-slide__image,
.ds-carousel-slide__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ds-carousel-slide__image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 6.8s ease;
}

.ds-carousel-slide.is-active .ds-carousel-slide__image {
  transform: scale(1);
}

.ds-carousel-slide__veil {
  z-index: 1;
  background: linear-gradient(90deg, rgba(247, 251, 255, .98) 0%, rgba(247, 251, 255, .95) 30%, rgba(247, 251, 255, .58) 48%, rgba(247, 251, 255, .05) 72%);
}

.ds-carousel-slide__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.ds-carousel-slide__copy {
  width: min(610px, 53%);
  padding-bottom: 34px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease 180ms, transform 500ms ease 180ms;
}

.ds-carousel-slide.is-active .ds-carousel-slide__copy {
  opacity: 1;
  transform: translateY(0);
}

.ds-carousel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(8, 119, 249, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: var(--ds-primary-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.ds-carousel-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-accent));
  box-shadow: 0 0 0 5px rgba(8, 119, 249, .1);
  content: "";
}

.ds-carousel-slide h1,
.ds-carousel-slide h2 {
  max-width: 620px;
  margin: 0;
  color: #0d1933;
  font-size: clamp(2.65rem, 5vw, 5rem);
  font-weight: 890;
  line-height: .98;
  letter-spacing: -.058em;
}

.ds-carousel-slide p {
  max-width: 590px;
  margin: 24px 0 30px;
  color: #536078;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.72;
}

.ds-carousel-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.ds-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  border: 1px solid rgba(16, 27, 53, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  color: var(--ds-ink);
  box-shadow: 0 10px 28px rgba(16, 32, 59, .12);
  font-size: 2rem;
  line-height: 1;
  opacity: .72;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
}

.ds-carousel-arrow:hover {
  border-color: var(--ds-primary);
  background: #fff;
  color: var(--ds-primary);
  opacity: 1;
}

.ds-carousel-arrow--prev {
  left: max(12px, calc((100vw - 1440px) / 2));
}

.ds-carousel-arrow--next {
  right: max(12px, calc((100vw - 1440px) / 2));
}

.ds-carousel-dots {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ds-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 27, 53, .24);
  transition: width 180ms ease, background 180ms ease;
}

.ds-carousel-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, var(--ds-primary), var(--ds-accent));
}

/* Continuous partner wordmark banner directly beneath the homepage carousel. */
.ds-brand-marquee {
  position: relative;
  z-index: 7;
  overflow: hidden;
  border-top: 1px solid #e4eaf3;
  border-bottom: 1px solid #dfe6f1;
  background: #fff;
  box-shadow: 0 9px 26px rgba(17, 35, 75, .055);
}

.ds-brand-marquee::before,
.ds-brand-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(8vw, 90px);
  pointer-events: none;
  content: "";
}

.ds-brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.ds-brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.ds-brand-marquee__track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: ds-brand-marquee-right 34s linear infinite;
}

.ds-brand-marquee__group {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: clamp(34px, 4vw, 68px);
  flex: 0 0 auto;
  padding: 0 clamp(20px, 3vw, 52px);
}

.ds-brand-mark {
  min-width: 62px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #263752;
  font-size: 1.04rem;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  white-space: nowrap;
  filter: saturate(.92);
}

.ds-brand-mark img {
  width: auto;
  max-width: 104px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.ds-brand-mark--ajax img,
.ds-brand-mark--hikvision img,
.ds-brand-mark--dahua img,
.ds-brand-mark--zkteco img {
  max-width: 112px;
  height: 30px;
}

.ds-brand-mark--hp img {
  width: 38px;
  height: 38px;
}

.ds-brand-mark--dahua,
.ds-brand-mark--hikvision,
.ds-brand-mark--lenovo {
  color: #db2534;
}

.ds-brand-mark--ajax {
  color: #111827;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ds-brand-mark--teletek,
.ds-brand-mark--lidix,
.ds-brand-mark--western-digital,
.ds-brand-mark--dell,
.ds-brand-mark--d-pos,
.ds-brand-mark--pos {
  color: #0864c7;
}

.ds-brand-mark--zkteco,
.ds-brand-mark--seagate {
  color: #168650;
}

.ds-brand-mark--rongta {
  color: #ed6c21;
}

.ds-brand-mark--hp {
  width: 38px;
  height: 38px;
  background: transparent;
}

@keyframes ds-brand-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.ds-showroom-quicklinks {
  position: relative;
  z-index: 7;
  margin-top: 18px;
}

.ds-showroom-quicklinks__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(225, 231, 241, .92);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(17, 35, 75, .13);
  backdrop-filter: blur(16px);
}

.ds-showroom-quicklinks a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 13px;
  color: var(--ds-ink);
  font-size: .72rem;
  font-weight: 780;
  text-align: center;
}

.ds-showroom-quicklinks a:hover {
  background: #f0f6ff;
  color: var(--ds-primary-dark);
}

.ds-showroom-quicklinks a > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--ds-primary);
}

.ds-showroom-quicklinks a:nth-child(even) > span {
  background: #f3ecff;
  color: var(--ds-accent);
}

.ds-showroom-quicklinks .ds-icon {
  width: 17px;
  height: 17px;
}

/* Trust row */
.ds-showroom-trust {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(228, 233, 242, .85);
  border-bottom: 1px solid var(--ds-border);
  background: #fff;
}

.ds-showroom-trust__grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.ds-showroom-trust__grid > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
}

.ds-showroom-trust__grid > div + div {
  border-left: 1px solid var(--ds-border);
}

.ds-showroom-trust .ds-icon {
  width: 27px;
  height: 27px;
  color: var(--ds-primary);
}

.ds-showroom-trust strong,
.ds-showroom-trust small {
  display: block;
  line-height: 1.35;
}

.ds-showroom-trust strong {
  color: var(--ds-ink);
  font-size: .86rem;
  font-weight: 820;
}

.ds-showroom-trust small {
  margin-top: 3px;
  color: var(--ds-muted);
  font-size: .72rem;
}

/* Shared showroom sections */
.ds-showroom-section {
  padding: var(--ds-showroom-section) 0;
}

.ds-showroom-section--white {
  background: #fff;
}

.ds-showroom-section--soft {
  background:
    radial-gradient(circle at 8% 0, rgba(8, 119, 249, .07), transparent 25%),
    radial-gradient(circle at 96% 90%, rgba(109, 40, 217, .055), transparent 26%),
    #f5f7fc;
}

.ds-showroom-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.ds-showroom-heading > div {
  max-width: 790px;
}

.ds-showroom-heading h2 {
  margin: 11px 0 0;
  color: var(--ds-ink);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.ds-showroom-heading p {
  max-width: 690px;
  margin: 16px 0 0;
  color: var(--ds-muted);
  font-size: .98rem;
}

.ds-showroom-heading--center {
  justify-content: center;
  text-align: center;
}

.ds-showroom-heading--center > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* Expertise */
.ds-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ds-expertise-card {
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-showroom-radius);
  background: #fff;
  color: var(--ds-ink);
  box-shadow: var(--ds-showroom-shadow-soft);
}

.ds-expertise-card:hover {
  border-color: rgba(8, 119, 249, .26);
  color: var(--ds-ink);
  transform: translateY(-7px);
  box-shadow: var(--ds-showroom-shadow);
}

.ds-expertise-card__media {
  position: relative;
  height: 205px;
  display: block;
  overflow: hidden;
  background: #e9f2ff;
}

.ds-expertise-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(9, 22, 52, .18));
  content: "";
}

.ds-expertise-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ds-expertise-card:hover .ds-expertise-card__media img {
  transform: scale(1.045);
}

.ds-expertise-card__body {
  position: relative;
  display: block;
  padding: 30px 28px 28px;
}

.ds-expertise-card__icon {
  position: absolute;
  top: -27px;
  left: 27px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-primary-dark));
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 119, 249, .22);
}

.ds-expertise-card__icon .ds-icon {
  width: 21px;
  height: 21px;
}

.ds-expertise-card h3 {
  margin: 8px 0 10px;
  color: var(--ds-ink);
  font-size: 1.22rem;
  font-weight: 840;
  letter-spacing: -.025em;
}

.ds-expertise-card p {
  min-height: 4.8em;
  margin: 0 0 18px;
  color: var(--ds-muted);
  font-size: .88rem;
}

.ds-expertise-card__link {
  color: var(--ds-primary-dark);
  font-size: .82rem;
  font-weight: 820;
}

/* WooCommerce product cards */
.ds-products-shell ul.products,
.ds-shop-results .woocommerce ul.products {
  gap: 18px;
}

.ds-products-shell .woocommerce ul.products li.product,
.ds-products-shell ul.products li.product,
.ds-shop-results .woocommerce ul.products li.product {
  padding: 11px;
  border-color: #e1e7f0;
  border-radius: 19px;
  box-shadow: 0 8px 28px rgba(17, 35, 75, .065);
}

.ds-products-shell .woocommerce ul.products li.product:hover,
.ds-products-shell ul.products li.product:hover,
.ds-shop-results .woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(17, 35, 75, .12);
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .woocommerce-placeholder {
  aspect-ratio: 1 / .82;
  border-radius: 14px;
  background: #f5f7fb;
}

.woocommerce ul.products li.product .button {
  border-radius: 11px;
}

.ds-empty-state {
  padding: 42px;
  border: 1px dashed #cbd4e3;
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  color: var(--ds-muted);
  text-align: center;
}

/* Software spotlight */
.ds-software-spotlight {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(93, 146, 255, .32), transparent 27%),
    radial-gradient(circle at 12% 90%, rgba(109, 40, 217, .25), transparent 30%),
    linear-gradient(135deg, #0b1744, #102f92 57%, #0d6fdf);
  color: #fff;
}

.ds-software-spotlight::before {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.ds-software-spotlight__grid {
  position: relative;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
}

.ds-software-spotlight__copy h2 {
  margin: 14px 0 20px;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 880;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.ds-software-spotlight__copy > p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
}

.ds-software-spotlight .ds-check-list {
  grid-template-columns: 1fr 1fr;
  margin: 27px 0 32px;
}

.ds-software-spotlight .ds-check-list li {
  color: rgba(255, 255, 255, .88);
}

.ds-software-spotlight__visual {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 28px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 28px 75px rgba(2, 9, 35, .34);
  transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
  backdrop-filter: blur(8px);
}

.ds-software-spotlight__visual img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.ds-software-spotlight__visual > div {
  position: absolute;
  right: -20px;
  bottom: 34px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 30px rgba(5, 15, 45, .22);
  color: var(--ds-ink);
  backdrop-filter: blur(10px);
}

.ds-software-spotlight__visual strong,
.ds-software-spotlight__visual span {
  display: block;
  line-height: 1.35;
}

.ds-software-spotlight__visual strong {
  font-size: .86rem;
}

.ds-software-spotlight__visual span {
  color: var(--ds-muted);
  font-size: .72rem;
}

/* Process */
.ds-showroom-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ds-showroom-process::before {
  position: absolute;
  top: 33px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 119, 249, .1), rgba(8, 119, 249, .4), rgba(109, 40, 217, .22));
  content: "";
}

.ds-showroom-process > div {
  position: relative;
  padding: 0 22px;
  text-align: center;
}

.ds-showroom-process > div > span {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-primary-dark));
  box-shadow: 0 8px 25px rgba(8, 119, 249, .2);
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
}

.ds-showroom-process h3 {
  margin: 0 0 9px;
  font-size: 1.02rem;
  font-weight: 830;
}

.ds-showroom-process p {
  margin: 0;
  color: var(--ds-muted);
  font-size: .84rem;
}

/* CTA */
.ds-showroom-cta-wrap {
  padding-top: 25px;
  background: #fff;
}

.ds-showroom-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: clamp(36px, 5vw, 64px);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(125deg, #0e287c, #0877f9 65%, #6d28d9);
  box-shadow: 0 24px 65px rgba(8, 71, 191, .25);
  color: #fff;
}

.ds-showroom-cta::after {
  position: absolute;
  z-index: -1;
  top: -150px;
  right: -80px;
  width: 390px;
  height: 390px;
  border: 70px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.ds-showroom-cta > div:first-child {
  max-width: 780px;
}

.ds-showroom-cta > div > span {
  color: #cfe6ff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ds-showroom-cta h2 {
  margin: 9px 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 870;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.ds-showroom-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
}

.ds-showroom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
}

/* Logiciels page */
.ds-software-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 7% 10%, rgba(8, 119, 249, .11), transparent 27%),
    radial-gradient(circle at 92% 85%, rgba(109, 40, 217, .1), transparent 25%),
    #f5f8ff;
}

.ds-software-hero__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.ds-software-hero__copy h1 {
  margin: 14px 0 22px;
  color: var(--ds-ink);
  font-size: clamp(2.65rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.06em;
}

.ds-software-hero__copy > p {
  max-width: 610px;
  margin: 0 0 30px;
  color: var(--ds-muted);
  font-size: 1.06rem;
}

.ds-software-hero__copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.ds-software-hero__copy > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.ds-software-hero__copy > ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #44516a;
  font-size: .8rem;
  font-weight: 740;
}

.ds-software-hero__copy > ul .ds-icon {
  width: 17px;
  color: var(--ds-primary);
}

.ds-software-hero__visual {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(8, 119, 249, .16);
  border-radius: 30px;
  background: rgba(255, 255, 255, .75);
  box-shadow: var(--ds-showroom-shadow);
  transform: perspective(1200px) rotateY(-4deg);
}

.ds-software-hero__visual img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.ds-software-hero__badge {
  position: absolute;
  right: -22px;
  bottom: 35px;
  min-width: 145px;
  padding: 18px 22px;
  border: 1px solid var(--ds-border);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 17px 38px rgba(17, 35, 75, .17);
  backdrop-filter: blur(12px);
}

.ds-software-hero__badge strong,
.ds-software-hero__badge span {
  display: block;
}

.ds-software-hero__badge strong {
  color: var(--ds-primary-dark);
  font-size: 2rem;
  line-height: 1;
}

.ds-software-hero__badge span {
  margin-top: 5px;
  color: var(--ds-muted);
  font-size: .75rem;
}

.ds-software-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: -15px 0 42px;
}

.ds-software-filters button {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid var(--ds-border);
  border-radius: 999px;
  background: #fff;
  color: #4f5a70;
  font-size: .78rem;
  font-weight: 790;
}

.ds-software-filters button:hover,
.ds-software-filters button.is-active {
  border-color: var(--ds-primary);
  background: var(--ds-primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(8, 119, 249, .2);
}

.ds-software-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ds-software-product {
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: 23px;
  background: #fff;
  box-shadow: var(--ds-showroom-shadow-soft);
}

.ds-software-product:hover {
  border-color: rgba(8, 119, 249, .25);
  transform: translateY(-6px);
  box-shadow: var(--ds-showroom-shadow);
}

.ds-software-product__media {
  position: relative;
  height: 205px;
  overflow: hidden;
  background: #edf4ff;
}

.ds-software-product__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 22, 61, .19));
  content: "";
}

.ds-software-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.ds-software-product:hover .ds-software-product__media img {
  transform: scale(1.045);
}

.ds-software-product__media span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--ds-primary-dark);
  font-size: .67rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.ds-software-product__body {
  padding: 26px;
}

.ds-software-product h3 {
  margin: 0 0 6px;
  font-size: 1.16rem;
  font-weight: 880;
  letter-spacing: -.025em;
}

.ds-software-product__body > strong {
  color: var(--ds-primary-dark);
  font-size: .82rem;
}

.ds-software-product__body > p {
  min-height: 5.2em;
  margin: 12px 0 18px;
  color: var(--ds-muted);
  font-size: .84rem;
}

.ds-software-product ul {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.ds-software-product li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #46526a;
  font-size: .78rem;
}

.ds-software-product li .ds-icon {
  width: 16px;
  height: 16px;
  color: #0d9f6e;
}

.ds-software-compare {
  background: #f5f7fc;
}

.ds-software-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ds-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--ds-showroom-shadow-soft);
}

.ds-software-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.ds-software-table-wrap th,
.ds-software-table-wrap td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--ds-border);
  text-align: center;
  font-size: .82rem;
}

.ds-software-table-wrap th:first-child {
  text-align: left;
}

.ds-software-table-wrap thead th {
  background: #eef4ff;
  color: var(--ds-primary-dark);
  font-weight: 850;
}

.ds-software-table-wrap tbody th {
  color: var(--ds-ink);
  font-weight: 760;
}

.ds-software-table-wrap td {
  color: #0d9f6e;
  font-size: 1rem;
  font-weight: 850;
}

/* Services page */
.ds-services-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 115px) 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(8, 119, 249, .34), transparent 28%),
    radial-gradient(circle at 6% 90%, rgba(109, 40, 217, .24), transparent 30%),
    linear-gradient(130deg, #08163d, #0d2c86 58%, #086dcc);
  color: #fff;
}

.ds-services-hero__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
}

.ds-services-hero h1 {
  margin: 15px 0 22px;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.057em;
}

.ds-services-hero__grid > div:first-child > p {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .75);
  font-size: 1.04rem;
}

.ds-services-hero__grid > div:first-child > div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.ds-services-hero__visual {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 80px rgba(2, 8, 30, .34);
}

.ds-services-hero__visual img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.ds-services-hero__visual > span {
  position: absolute;
  right: 32px;
  bottom: 32px;
  max-width: 250px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 14px;
  background: rgba(7, 27, 72, .78);
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  backdrop-filter: blur(12px);
}

.ds-services-hero__visual > span strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: .86rem;
}

.ds-services-metrics {
  border-bottom: 1px solid var(--ds-border);
  background: #fff;
}

.ds-services-metrics .ds-container {
  min-height: 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.ds-services-metrics .ds-container > div {
  padding: 15px 30px;
  text-align: center;
}

.ds-services-metrics .ds-container > div + div {
  border-left: 1px solid var(--ds-border);
}

.ds-services-metrics strong,
.ds-services-metrics span {
  display: block;
}

.ds-services-metrics strong {
  color: var(--ds-primary-dark);
  font-size: 1.2rem;
  font-weight: 880;
}

.ds-services-metrics span {
  margin-top: 3px;
  color: var(--ds-muted);
  font-size: .72rem;
}

.ds-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ds-service-card {
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: 22px;
  background: #fff;
  color: var(--ds-ink);
  box-shadow: var(--ds-showroom-shadow-soft);
}

.ds-service-card:hover {
  border-color: rgba(8, 119, 249, .25);
  color: var(--ds-ink);
  transform: translateY(-6px);
  box-shadow: var(--ds-showroom-shadow);
}

.ds-service-card__media {
  position: relative;
  height: 170px;
  overflow: hidden;
  background: #ebf2fc;
}

.ds-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.ds-service-card:hover .ds-service-card__media img {
  transform: scale(1.05);
}

.ds-service-card__media > span {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, .9);
  border-radius: 13px;
  background: var(--ds-primary);
  color: #fff;
}

.ds-service-card__media > span .ds-icon {
  width: 19px;
}

.ds-service-card__body {
  padding: 23px;
}

.ds-service-card__number {
  display: block;
  margin-bottom: 9px;
  color: var(--ds-primary);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ds-service-card h3 {
  margin: 0 0 10px;
  color: var(--ds-ink);
  font-size: 1.03rem;
  font-weight: 840;
  line-height: 1.25;
}

.ds-service-card p {
  min-height: 5.1em;
  margin: 0 0 16px;
  color: var(--ds-muted);
  font-size: .8rem;
}

.ds-service-card__body > span:last-child {
  color: var(--ds-primary-dark);
  font-size: .76rem;
  font-weight: 820;
}

.ds-service-request {
  background:
    radial-gradient(circle at 5% 5%, rgba(8, 119, 249, .24), transparent 25%),
    linear-gradient(135deg, #09153d, #0d2b7a);
  color: #fff;
}

.ds-service-request__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.ds-service-request__copy h2 {
  margin: 13px 0 17px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 890;
  line-height: 1.04;
  letter-spacing: -.05em;
}

.ds-service-request__copy > p {
  color: rgba(255, 255, 255, .72);
}

.ds-service-request__copy ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

.ds-service-request__copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .87);
  font-size: .85rem;
}

.ds-service-request__copy li .ds-icon {
  width: 17px;
  color: #7ee8ba;
}

.ds-service-request__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.ds-service-request__copy > a > .ds-icon {
  width: 43px;
  height: 43px;
  padding: 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
}

.ds-service-request__copy > a small,
.ds-service-request__copy > a strong {
  display: block;
}

.ds-service-request__copy > a small {
  color: rgba(255, 255, 255, .6);
  font-size: .7rem;
}

.ds-service-request__form {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 8, 35, .3);
  color: var(--ds-ink);
}

.ds-service-request__form form {
  display: grid;
  gap: 17px;
}

.ds-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ds-service-request__form label {
  display: grid;
  gap: 7px;
  color: #344057;
  font-size: .75rem;
  font-weight: 780;
}

.ds-service-request__form input,
.ds-service-request__form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dfe5ee;
  border-radius: 11px;
  background: #f8fafe;
  outline: 0;
}

.ds-service-request__form input:focus,
.ds-service-request__form textarea:focus {
  border-color: var(--ds-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(8, 119, 249, .09);
}

.ds-form-notice {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: .8rem;
  font-weight: 720;
}

.ds-form-notice--success {
  background: #e9fbf3;
  color: #087b51;
}

.ds-form-notice--error {
  background: #fff0f0;
  color: #a92e34;
}

/* Shop */
.ds-shop-hero {
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px) 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(93, 146, 255, .3), transparent 27%),
    radial-gradient(circle at 5% 100%, rgba(109, 40, 217, .24), transparent 28%),
    linear-gradient(130deg, #09173f, #10328f 65%, #086fcf);
  color: #fff;
}

.ds-shop-hero__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 45px;
}

.ds-shop-hero__inner > div:first-child {
  max-width: 780px;
}

.ds-shop-hero h1 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(2.45rem, 4.5vw, 4.45rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
}

.ds-shop-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.ds-shop-hero__badges {
  display: grid;
  gap: 9px;
}

.ds-shop-hero__badges span {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .88);
  font-size: .76rem;
  font-weight: 720;
  backdrop-filter: blur(10px);
}

.ds-shop-hero__badges .ds-icon {
  width: 19px;
  color: #90d2ff;
}

.ds-shop-categories {
  padding: clamp(55px, 7vw, 92px) 0;
  border-bottom: 1px solid var(--ds-border);
  background: #fff;
}

.ds-shop-categories__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.ds-shop-categories__heading h2 {
  margin: 9px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  font-weight: 880;
  letter-spacing: -.045em;
}

.ds-shop-categories__heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--ds-muted);
  font-size: .86rem;
  text-align: right;
}

.ds-shop-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ds-shop-category-card {
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 35, 75, .065);
}

.ds-shop-category-card:hover,
.ds-shop-category-card.is-current {
  border-color: rgba(8, 119, 249, .32);
  transform: translateY(-5px);
  box-shadow: var(--ds-showroom-shadow);
}

.ds-shop-category-card__media {
  position: relative;
  height: 152px;
  display: block;
  overflow: hidden;
  background: #edf3fc;
}

.ds-shop-category-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4, 17, 48, .22));
  content: "";
}

.ds-shop-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.ds-shop-category-card:hover .ds-shop-category-card__media img {
  transform: scale(1.045);
}

.ds-shop-category-card__media span {
  position: absolute;
  right: 11px;
  bottom: 11px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #435069;
  font-size: .59rem;
  font-weight: 800;
}

.ds-shop-category-card__body {
  padding: 18px;
}

.ds-shop-category-card h3 {
  margin: 0 0 11px;
  font-size: .96rem;
  font-weight: 830;
  line-height: 1.3;
}

.ds-shop-category-card__parent {
  display: block;
  margin: 0 0 4px;
  color: var(--ds-primary);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ds-shop-category-card h3 a {
  color: var(--ds-ink);
}

.ds-shop-category-card__children {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 13px;
}

.ds-shop-category-card__children a {
  padding: 4px 7px;
  border-radius: 6px;
  background: #eef4ff;
  color: #475671;
  font-size: .58rem;
  font-weight: 690;
}

.ds-shop-category-card__body > p {
  min-height: 3.7em;
  margin: 0 0 13px;
  color: var(--ds-muted);
  font-size: .72rem;
}

.ds-shop-category-card__link {
  color: var(--ds-primary-dark);
  font-size: .7rem;
  font-weight: 800;
}

.ds-shop-catalogue {
  padding: clamp(60px, 7vw, 94px) 0;
  background: #f5f7fc;
}

.ds-shop-layout {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.ds-shop-sidebar {
  position: sticky;
  top: 104px;
  padding: 22px;
  border: 1px solid var(--ds-border);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 35, 75, .055);
}

.ds-shop-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.ds-shop-sidebar__header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 850;
}

.ds-shop-filter-close {
  display: none;
}

.ds-shop-filter {
  padding: 20px 0;
  border-top: 1px solid var(--ds-border);
}

.ds-shop-filter h3,
.ds-shop-sidebar .widget-title {
  margin: 0 0 13px;
  color: var(--ds-ink);
  font-size: .78rem;
  font-weight: 840;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ds-shop-all-link {
  display: block;
  margin-bottom: 9px;
  color: var(--ds-primary-dark);
  font-size: .73rem;
  font-weight: 800;
}

.ds-shop-tree {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-shop-tree .ds-shop-tree {
  margin: 5px 0 5px 11px;
  padding-left: 10px;
  border-left: 1px solid #dfe6f1;
}

.ds-shop-tree__item {
  min-width: 0;
}

.ds-shop-tree details > summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}

.ds-shop-tree details > summary::-webkit-details-marker {
  display: none;
}

.ds-shop-tree details > summary::after {
  position: absolute;
  top: 6px;
  right: 0;
  color: #8d98ab;
  font-size: .68rem;
  content: "+";
}

.ds-shop-tree details[open] > summary::after {
  content: "−";
}

.ds-shop-tree a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 17px 5px 0;
  color: #4d5970;
  font-size: .7rem;
  line-height: 1.35;
}

.ds-shop-tree a:hover {
  color: var(--ds-primary-dark);
}

.ds-shop-tree small {
  flex: 0 0 auto;
  color: #9ca5b5;
  font-size: .58rem;
}

.ds-price-filter > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ds-price-filter label {
  display: grid;
  gap: 5px;
  color: var(--ds-muted);
  font-size: .62rem;
}

.ds-price-filter input[type="number"] {
  width: 100%;
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid var(--ds-border);
  border-radius: 8px;
  background: #f8fafe;
}

.ds-price-filter .ds-stock-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 13px 0;
  color: #4c5870;
  font-size: .7rem;
}

.ds-price-filter .ds-stock-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--ds-primary);
}

.ds-price-filter .ds-button {
  width: 100%;
  min-height: 39px;
  padding: 8px 12px;
  font-size: .7rem;
}

.ds-shop-widgets .widget {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid var(--ds-border);
}

.ds-shop-results {
  min-width: 0;
}

.ds-shop-results__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.ds-shop-results__top h2 {
  margin: 6px 0 0;
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  font-weight: 870;
  letter-spacing: -.04em;
}

.ds-shop-filter-toggle {
  display: none;
}

.ds-shop-results .woocommerce-result-count {
  margin: 9px 0 22px;
  color: var(--ds-muted);
  font-size: .75rem;
}

.ds-shop-results .woocommerce-ordering {
  margin: 0 0 22px;
}

.ds-shop-results .woocommerce-ordering select {
  min-height: 42px;
  padding: 8px 34px 8px 12px;
  border: 1px solid var(--ds-border);
  border-radius: 10px;
  background: #fff;
  font-size: .75rem;
}

.ds-shop-results .woocommerce ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ds-shop-product-header {
  padding: 22px 0;
  border-bottom: 1px solid var(--ds-border);
  background: #f7f9fd;
}

.ds-shop-product-header a {
  color: var(--ds-primary-dark);
  font-size: .8rem;
  font-weight: 780;
}

.ds-single-product-wrap {
  padding: clamp(50px, 7vw, 92px) 0;
}

/* Footer refinements */
.site-footer {
  position: relative;
  background: #07122d;
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ds-primary), var(--ds-accent), var(--ds-primary));
  content: "";
}

.ds-footer-top {
  padding-top: 76px;
}

.ds-footer-brand p {
  line-height: 1.75;
}

.ds-footer-socials a {
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 1220px) {
  .ds-showroom-header__inner {
    grid-template-columns: minmax(145px, 180px) minmax(380px, 1fr) auto;
    gap: 15px;
  }

  .ds-showroom-nav a {
    padding-inline: 9px;
    font-size: .8rem;
  }

  .ds-showroom-phone {
    display: none;
  }

  .ds-header-inline-search {
    width: 190px;
  }

  .ds-services-grid,
  .ds-shop-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ds-showroom-header__inner {
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }

  .ds-showroom-brand .custom-logo {
    max-height: 50px;
  }

  .ds-showroom-actions .ds-menu-toggle {
    display: grid;
  }

  .ds-header-inline-search {
    display: none;
  }

  .ds-showroom-actions .ds-search-toggle {
    display: grid;
  }

  .ds-showroom-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: min(370px, 88vw);
    display: block;
    padding: 92px 24px 32px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 20px 0 50px rgba(7, 20, 50, .2);
    transform: translateX(-105%);
    transition: transform 250ms ease;
  }

  .menu-open .ds-showroom-nav {
    transform: translateX(0);
  }

  .ds-showroom-nav > ul,
  .ds-showroom-nav .menu {
    display: block;
  }

  .ds-showroom-nav a {
    padding: 13px 8px;
    border-bottom: 1px solid #edf0f5;
    color: var(--ds-ink);
    font-size: .9rem;
  }

  .ds-showroom-nav .current-menu-item > a::after {
    display: none;
  }

  .ds-showroom-nav .sub-menu {
    position: static;
    width: auto;
    display: block;
    padding: 0 0 0 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .ds-showroom-search__inner {
    min-height: 84px;
  }

  .ds-showroom-carousel {
    height: 590px;
    min-height: 590px;
  }

  .ds-carousel-slide__copy {
    width: 62%;
  }

  .ds-carousel-slide h1,
  .ds-carousel-slide h2 {
    font-size: clamp(2.4rem, 7vw, 4.2rem);
  }

  .ds-carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .ds-showroom-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-showroom-quicklinks__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .ds-showroom-trust__grid > div:nth-child(3) {
    border-top: 1px solid var(--ds-border);
    border-left: 0;
  }

  .ds-showroom-trust__grid > div:nth-child(4) {
    border-top: 1px solid var(--ds-border);
  }

  .ds-expertise-grid,
  .ds-software-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-software-spotlight__grid,
  .ds-software-hero__grid,
  .ds-services-hero__grid,
  .ds-service-request__grid {
    grid-template-columns: 1fr;
  }

  .ds-software-spotlight__copy,
  .ds-software-hero__copy,
  .ds-services-hero__grid > div:first-child,
  .ds-service-request__copy {
    max-width: 760px;
  }

  .ds-software-spotlight__visual,
  .ds-software-hero__visual {
    transform: none;
  }

  .ds-showroom-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 18px;
  }

  .ds-showroom-process::before {
    display: none;
  }

  .ds-showroom-cta {
    grid-template-columns: 1fr;
  }

  .ds-showroom-cta__actions {
    justify-content: flex-start;
  }

  .ds-services-metrics .ds-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-services-metrics .ds-container > div:nth-child(3) {
    border-top: 1px solid var(--ds-border);
    border-left: 0;
  }

  .ds-services-metrics .ds-container > div:nth-child(4) {
    border-top: 1px solid var(--ds-border);
  }

  .ds-shop-hero__inner {
    grid-template-columns: 1fr;
  }

  .ds-shop-hero__badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ds-shop-hero__badges span {
    min-width: 0;
  }

  .ds-shop-layout {
    grid-template-columns: 1fr;
  }

  .ds-shop-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    width: min(365px, 90vw);
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    box-shadow: 20px 0 60px rgba(7, 20, 50, .25);
    transform: translateX(-105%);
    transition: transform 250ms ease;
  }

  .shop-filters-open .ds-shop-sidebar {
    transform: translateX(0);
  }

  .shop-filters-open::after {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(5, 14, 37, .6);
    content: "";
  }

  .ds-shop-filter-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ds-border);
    border-radius: 10px;
    background: #fff;
  }

  .ds-shop-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid var(--ds-border);
    border-radius: 10px;
    background: #fff;
    color: var(--ds-primary-dark);
    font-size: .75rem;
    font-weight: 800;
  }

  .ds-shop-filter-toggle .ds-icon {
    width: 17px;
  }

  .ds-shop-results .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ds-container {
    width: min(calc(100% - 28px), 1320px);
  }

  .ds-showroom-header__inner {
    min-height: 68px;
  }

  .ds-showroom-brand .custom-logo {
    max-width: 132px;
    max-height: 46px;
  }

  .ds-showroom-actions {
    gap: 5px;
  }

  .ds-showroom-actions .ds-header-icon {
    width: 39px;
    height: 39px;
  }

  .ds-showroom-actions .ds-account-link {
    display: none;
  }

  .ds-showroom-search__inner {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 8px;
  }

  .ds-showroom-search input[type="search"] {
    min-height: 46px;
    padding-right: 52px;
  }

  .ds-showroom-search form button {
    width: 38px;
    min-width: 38px;
    min-height: 36px;
    overflow: hidden;
    color: transparent;
  }

  .ds-showroom-search form button::before,
  .ds-showroom-search form button::after {
    position: absolute;
    content: "";
  }

  .ds-showroom-search form button::before {
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .ds-showroom-search form button::after {
    top: 23px;
    left: 23px;
    width: 7px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }

  .ds-showroom-carousel {
    height: 610px;
    min-height: 610px;
  }

  .ds-carousel-slide__image {
    object-position: 67% center;
  }

  .ds-carousel-slide__veil {
    background: linear-gradient(90deg, rgba(247, 251, 255, .98) 0%, rgba(247, 251, 255, .91) 60%, rgba(247, 251, 255, .38) 100%);
  }

  .ds-carousel-slide__inner {
    align-items: flex-end;
    padding-bottom: 78px;
  }

  .ds-carousel-slide__copy {
    width: 100%;
    padding: 25px 3px;
  }

  .ds-carousel-kicker {
    margin-bottom: 13px;
    padding: 7px 10px;
    font-size: .62rem;
  }

  .ds-carousel-slide h1,
  .ds-carousel-slide h2 {
    max-width: 520px;
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .ds-carousel-slide p {
    max-width: 520px;
    margin: 17px 0 23px;
    font-size: .9rem;
    line-height: 1.62;
  }

  .ds-carousel-slide__actions {
    gap: 8px;
  }

  .ds-carousel-slide__actions .ds-button {
    min-height: 43px;
    padding: 10px 13px;
    font-size: .72rem;
  }

  .ds-carousel-arrow {
    top: 42%;
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
  }

  .ds-carousel-arrow--prev {
    left: 8px;
  }

  .ds-carousel-arrow--next {
    right: 8px;
  }

  .ds-carousel-dots {
    bottom: 19px;
  }

  .ds-showroom-quicklinks {
    margin-top: -18px;
    overflow: hidden;
  }

  .ds-showroom-quicklinks__inner {
    width: calc(100% - 14px);
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ds-showroom-quicklinks a {
    min-width: 178px;
    flex: 0 0 auto;
    justify-content: flex-start;
    scroll-snap-align: start;
  }

  .ds-showroom-trust__grid {
    grid-template-columns: 1fr;
  }

  .ds-showroom-trust__grid > div {
    min-height: 76px;
    padding: 10px 12px;
  }

  .ds-showroom-trust__grid > div + div,
  .ds-showroom-trust__grid > div:nth-child(3) {
    border-top: 1px solid var(--ds-border);
    border-left: 0;
  }

  .ds-showroom-section {
    padding: 68px 0;
  }

  .ds-showroom-heading,
  .ds-shop-categories__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .ds-showroom-heading h2,
  .ds-shop-categories__heading h2 {
    font-size: 2.05rem;
  }

  .ds-shop-categories__heading > p {
    text-align: left;
  }

  .ds-expertise-grid,
  .ds-software-cards,
  .ds-services-grid,
  .ds-shop-category-grid {
    grid-template-columns: 1fr;
  }

  .ds-expertise-card__media,
  .ds-software-product__media {
    height: 190px;
  }

  .ds-expertise-card p,
  .ds-software-product__body > p,
  .ds-service-card p {
    min-height: 0;
  }

  .ds-software-spotlight .ds-check-list {
    grid-template-columns: 1fr;
  }

  .ds-software-spotlight__visual > div,
  .ds-software-hero__badge {
    right: 12px;
    bottom: 12px;
  }

  .ds-showroom-process {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .ds-showroom-process > div {
    padding: 0 12px;
  }

  .ds-showroom-cta {
    gap: 26px;
    padding: 34px 24px;
    border-radius: 22px;
  }

  .ds-showroom-cta__actions .ds-button {
    width: 100%;
  }

  .ds-software-hero,
  .ds-services-hero {
    padding: 66px 0;
  }

  .ds-software-hero__copy h1,
  .ds-services-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .ds-software-hero__copy > div .ds-button,
  .ds-services-hero__grid > div:first-child > div .ds-button {
    width: 100%;
  }

  .ds-software-hero__copy > ul {
    display: grid;
    gap: 10px;
  }

  .ds-services-metrics .ds-container {
    grid-template-columns: 1fr;
  }

  .ds-services-metrics .ds-container > div + div,
  .ds-services-metrics .ds-container > div:nth-child(3) {
    border-top: 1px solid var(--ds-border);
    border-left: 0;
  }

  .ds-services-metrics .ds-container > div {
    padding: 18px;
  }

  .ds-form-row {
    grid-template-columns: 1fr;
  }

  .ds-shop-hero__badges {
    grid-template-columns: 1fr;
  }

  .ds-shop-category-card {
    display: grid;
    grid-template-columns: 128px 1fr;
  }

  .ds-shop-category-card__media {
    height: 100%;
    min-height: 165px;
  }

  .ds-shop-category-card__children a:nth-child(n+5) {
    display: none;
  }

  .ds-shop-results .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-shop-results__top {
    align-items: center;
  }
}

@media (max-width: 420px) {
  .ds-showroom-actions .ds-header-cart {
    display: none;
  }

  .ds-carousel-slide__actions .ds-button {
    width: 100%;
  }

  .ds-shop-category-card {
    grid-template-columns: 105px 1fr;
  }

  .ds-shop-category-card__body {
    padding: 15px;
  }

  .ds-shop-results .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-carousel-slide__image,
  .ds-carousel-slide__copy {
    transform: none;
  }
}

@media print {
  .ds-showroom-carousel,
  .ds-showroom-trust,
  .ds-showroom-cta-wrap,
  .ds-shop-sidebar,
  .ds-service-request {
    display: none !important;
  }
}

/* ========================================================================== 
   Danisoft Neo 2.3 — responsive homepage banners
   ========================================================================== */

@media (max-width: 900px) {
  .ds-showroom-carousel {
    height: auto;
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #dfe7f2;
    background: linear-gradient(180deg, #eaf2fd, #f7f9fd);
  }

  .ds-carousel-track {
    position: relative;
    inset: auto;
  }

  .ds-carousel-slide {
    position: absolute;
    inset: 0;
    display: none;
    min-height: 0;
    background: transparent;
  }

  .ds-carousel-slide.is-active {
    position: relative;
    inset: auto;
    display: block;
  }

  .ds-carousel-slide__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: 310px;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .ds-carousel-slide__veil {
    top: 0;
    bottom: auto;
    height: 310px;
    background: linear-gradient(180deg, rgba(5, 19, 51, .03), rgba(5, 19, 51, .12) 62%, rgba(5, 19, 51, .55));
  }

  .ds-carousel-slide__inner {
    height: auto;
    display: block;
    margin-top: -42px;
    padding: 0 18px 58px;
  }

  .ds-carousel-slide__copy {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 27px 29px;
    border: 1px solid rgba(219, 229, 241, .94);
    border-radius: 22px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 22px 52px rgba(17, 35, 75, .16);
    opacity: 0;
    transform: translateY(16px);
    backdrop-filter: blur(16px);
  }

  .ds-carousel-slide.is-active .ds-carousel-slide__copy {
    opacity: 1;
    transform: translateY(0);
  }

  .ds-carousel-kicker {
    margin-bottom: 11px;
  }

  .ds-carousel-slide h1,
  .ds-carousel-slide h2 {
    max-width: none;
    color: #10203b;
    font-size: clamp(2rem, 6.7vw, 3.35rem);
    line-height: 1.02;
  }

  .ds-carousel-slide p {
    max-width: 64ch;
    margin: 14px 0 19px;
    color: #5b677c;
    font-size: .86rem;
    line-height: 1.58;
  }

  .ds-carousel-arrow {
    top: 150px;
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, .56);
    background: rgba(7, 24, 63, .62);
    color: #fff;
    box-shadow: 0 10px 26px rgba(5, 18, 48, .22);
    transform: translateY(-50%);
  }

  .ds-carousel-arrow--prev {
    left: 10px;
  }

  .ds-carousel-arrow--next {
    right: 10px;
  }

  .ds-carousel-dots {
    bottom: 18px;
  }

  .ds-showroom-quicklinks {
    margin-top: 10px;
  }

  .ds-showroom-quicklinks__inner {
    min-height: 0;
    display: flex;
    gap: 8px;
    padding: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ds-showroom-quicklinks__inner::-webkit-scrollbar {
    display: none;
  }

  .ds-showroom-quicklinks a {
    min-width: 168px;
    min-height: 58px;
    justify-content: flex-start;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .ds-carousel-slide__image,
  .ds-carousel-slide__veil {
    height: 215px;
  }

  .ds-carousel-slide__image {
    object-position: center;
  }

  .ds-carousel-slide__inner {
    width: 100%;
    margin-top: -28px;
    padding: 0 12px 50px;
  }

  .ds-carousel-slide__copy {
    padding: 20px 18px;
    border-radius: 18px;
    box-shadow: 0 17px 38px rgba(17, 35, 75, .14);
  }

  .ds-carousel-kicker {
    margin-bottom: 9px;
    padding: 6px 9px;
    font-size: .55rem;
  }

  .ds-carousel-slide h1,
  .ds-carousel-slide h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.45rem);
    letter-spacing: -.045em;
  }

  .ds-carousel-slide p {
    display: -webkit-box;
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .ds-carousel-slide__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .ds-carousel-slide__actions .ds-button {
    width: 100%;
    min-height: 44px;
    padding: 8px 9px;
    font-size: .61rem;
    line-height: 1.25;
  }

  .ds-carousel-slide__actions .ds-icon {
    width: 15px;
    height: 15px;
  }

  .ds-carousel-arrow {
    top: 102px;
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
  }

  .ds-carousel-arrow--prev {
    left: 7px;
  }

  .ds-carousel-arrow--next {
    right: 7px;
  }

  .ds-carousel-dots {
    bottom: 14px;
    gap: 6px;
  }

  .ds-carousel-dot {
    width: 7px;
    height: 7px;
  }

  .ds-carousel-dot.is-active {
    width: 25px;
  }

  .ds-showroom-quicklinks {
    display: block;
    margin-top: 8px;
  }

  .ds-showroom-quicklinks__inner {
    width: min(calc(100% - 20px), 1320px);
    border-radius: 16px;
  }

  .ds-showroom-quicklinks a {
    min-width: 150px;
    min-height: 54px;
    font-size: .65rem;
  }

  .ds-showroom-quicklinks a > span {
    width: 32px;
    height: 32px;
  }

  .ds-showroom-trust {
    padding: 9px 0;
    overflow: hidden;
  }

  .ds-showroom-trust__grid {
    min-height: 0;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ds-showroom-trust__grid::-webkit-scrollbar {
    display: none;
  }

  .ds-showroom-trust__grid > div,
  .ds-showroom-trust__grid > div:nth-child(3),
  .ds-showroom-trust__grid > div:nth-child(4) {
    min-width: 74%;
    min-height: 58px;
    flex: 0 0 auto;
    padding: 10px 14px;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid var(--ds-border);
    scroll-snap-align: start;
  }
}

@media (max-width: 380px) {
  .ds-carousel-slide__actions {
    grid-template-columns: 1fr;
  }

  .ds-carousel-slide__copy {
    padding-inline: 16px;
  }

  .ds-showroom-trust__grid > div,
  .ds-showroom-trust__grid > div:nth-child(3),
  .ds-showroom-trust__grid > div:nth-child(4) {
    min-width: 84%;
  }
}

@media (max-width: 720px) {
  .ds-brand-marquee__group {
    min-height: 58px;
    gap: 30px;
    padding-inline: 20px;
  }

  .ds-brand-mark {
    font-size: .84rem;
  }

  .ds-brand-mark--hp {
    width: 32px;
    height: 32px;
    font-size: .94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-brand-marquee {
    overflow-x: auto;
  }

  .ds-brand-marquee__track {
    animation: none;
    transform: none;
  }
}
