/*
Theme Name: Danisoft Neo Commerce
Theme URI: https://danisoft-dz.com/
Author: Danisoft
Author URI: https://danisoft-dz.com/
Description: Thème e-commerce moderne et responsive conçu pour EURL Danisoft. Compatible WooCommerce, Gutenberg, logo personnalisé et personnalisation des couleurs.
Version: 2.7.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: danisoft-neo
Tags: e-commerce, custom-logo, custom-menu, featured-images, translation-ready, rtl-language-support, wide-blocks
*/

:root {
  --ds-primary: #0877f9;
  --ds-primary-dark: #113bbf;
  --ds-accent: #6d28d9;
  --ds-accent-soft: #a855f7;
  --ds-ink: #10203b;
  --ds-muted: #667085;
  --ds-bg: #f5f7fb;
  --ds-card: #ffffff;
  --ds-border: #e5eaf2;
  --ds-success: #0d9f6e;
  --ds-warning: #ffb020;
  --ds-danger: #e5484d;
  --ds-radius-sm: 10px;
  --ds-radius: 18px;
  --ds-radius-lg: 28px;
  --ds-shadow-sm: 0 8px 24px rgba(16, 32, 59, .07);
  --ds-shadow: 0 20px 50px rgba(16, 32, 59, .11);
  --ds-container: 1240px;
  --ds-transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ds-bg);
  color: var(--ds-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: var(--ds-primary-dark);
  text-decoration: none;
  transition: color var(--ds-transition), opacity var(--ds-transition), transform var(--ds-transition), background var(--ds-transition), border-color var(--ds-transition), box-shadow var(--ds-transition);
}

a:hover {
  color: var(--ds-primary);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(8, 119, 249, .32);
  outline-offset: 3px;
}

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

.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  clip: auto !important;
  padding: 12px 18px;
  background: #fff;
  color: var(--ds-ink);
  border-radius: 8px;
  box-shadow: var(--ds-shadow);
}

.ds-container,
.site-main > .alignwide {
  width: min(calc(100% - 40px), var(--ds-container));
  margin-inline: auto;
}

.alignwide {
  max-width: var(--ds-container);
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.ds-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ds-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-primary-dark));
  color: #fff;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 22px rgba(8, 119, 249, .2);
}

.ds-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8, 119, 249, .28);
}

.ds-button--light {
  background: #fff;
  color: var(--ds-primary-dark);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .16);
}

.ds-button--light:hover {
  color: var(--ds-primary);
  background: #f8fbff;
}

.ds-button--ghost {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.ds-button--ghost:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .15);
}

.ds-topbar {
  position: relative;
  z-index: 42;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(110deg, var(--ds-primary), var(--ds-primary-dark) 62%, #172d92);
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
}

.ds-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ds-topbar__announcement {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 650;
  letter-spacing: .01em;
}

.ds-topbar__announcement::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72f1ba;
  box-shadow: 0 0 0 5px rgba(114, 241, 186, .12);
  content: "";
}

.ds-topbar__links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ds-topbar a {
  color: inherit;
}

.ds-topbar a:hover {
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 40;
  background: #fff;
  box-shadow: 0 1px 0 var(--ds-border);
}

.ds-header-main {
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(160px, 210px) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.site-branding {
  min-width: 0;
}

.site-branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-branding .custom-logo {
  width: auto;
  max-width: 168px;
  max-height: 64px;
  object-fit: contain;
}

.ds-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ds-ink);
  font-weight: 850;
  letter-spacing: -.04em;
}

.ds-wordmark__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(140deg, var(--ds-primary), var(--ds-primary-dark));
  color: #fff;
  box-shadow: 0 8px 18px rgba(8, 119, 249, .22);
}

.ds-wordmark__mark svg {
  width: 27px;
  height: 27px;
}

.ds-wordmark__text {
  font-size: 1.35rem;
}

.ds-product-search {
  position: relative;
}

.ds-product-search form,
.woocommerce-product-search {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
}

.ds-product-search input[type="search"],
.woocommerce-product-search .search-field {
  width: 100%;
  min-height: 50px;
  padding: 12px 60px 12px 18px;
  border: 1px solid var(--ds-border);
  border-radius: 14px;
  background: #f8faff;
  color: var(--ds-ink);
  outline: 0;
}

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

.ds-product-search button,
.woocommerce-product-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--ds-primary);
  color: #fff;
  font-size: 0;
}

.woocommerce-product-search button::before {
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.woocommerce-product-search button::after {
  position: absolute;
  width: 7px;
  height: 2px;
  margin: 12px 0 0 12px;
  background: currentColor;
  transform: rotate(45deg);
  content: "";
}

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

.ds-contact-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 12px;
}

.ds-contact-chip__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--ds-primary);
}

.ds-contact-chip__label,
.ds-contact-chip__value {
  display: block;
  white-space: nowrap;
}

.ds-contact-chip__label {
  color: var(--ds-muted);
  font-size: .72rem;
}

.ds-contact-chip__value {
  color: var(--ds-primary-dark);
  font-size: .86rem;
  font-weight: 800;
}

.ds-header-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ds-border);
  border-radius: 12px;
  background: #fff;
  color: var(--ds-ink);
}

.ds-header-icon:hover {
  border-color: rgba(8, 119, 249, .35);
  background: #f3f8ff;
  color: var(--ds-primary);
}

.ds-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--ds-danger);
  color: #fff;
  font-size: .66rem;
  font-weight: 850;
  line-height: 1;
}

.ds-menu-toggle {
  display: none;
  border: 0;
}

.ds-nav-shell {
  position: relative;
  background: linear-gradient(100deg, var(--ds-primary-dark), var(--ds-primary));
  color: #fff;
}

.ds-nav-inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: stretch;
  gap: 20px;
}

.ds-category-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  background: rgba(12, 36, 139, .88);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
}

.ds-category-toggle__label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ds-category-toggle[aria-expanded="true"] .ds-chevron {
  transform: rotate(180deg);
}

.ds-chevron {
  transition: transform var(--ds-transition);
}

.ds-category-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 44;
  width: min(340px, calc(100vw - 40px));
  max-height: min(65vh, 560px);
  padding: 10px;
  overflow: auto;
  border: 1px solid var(--ds-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--ds-shadow);
  color: var(--ds-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--ds-transition), transform var(--ds-transition);
}

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

.ds-category-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-category-panel li + li {
  border-top: 1px solid #eef1f6;
}

.ds-category-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 11px;
  border-radius: 9px;
  color: var(--ds-ink);
  font-size: .88rem;
  font-weight: 650;
}

.ds-category-panel a::after {
  color: #a6afbf;
  content: "›";
}

.ds-category-panel a:hover {
  background: #f2f7ff;
  color: var(--ds-primary-dark);
}

.main-navigation {
  display: flex;
  align-items: center;
  min-width: 0;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 20px 12px;
  color: rgba(255, 255, 255, .9);
  font-size: .84rem;
  font-weight: 750;
  letter-spacing: .01em;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff;
}

.main-navigation .current-menu-item > a::after {
  position: absolute;
  right: 12px;
  bottom: 13px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  content: "";
}

.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 42;
  width: 245px;
  display: block;
  padding: 9px;
  border: 1px solid var(--ds-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--ds-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--ds-transition), transform var(--ds-transition);
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.main-navigation .sub-menu a {
  padding: 10px 11px;
  border-radius: 8px;
  color: var(--ds-ink);
  font-size: .82rem;
}

.main-navigation .sub-menu a:hover {
  background: #f2f7ff;
  color: var(--ds-primary-dark);
}

.ds-mobile-nav-backdrop {
  display: none;
}

.ds-hero {
  position: relative;
  overflow: hidden;
  padding: 50px 0 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(8, 119, 249, .18), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(168, 85, 247, .16), transparent 25%),
    var(--ds-bg);
}

.ds-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: stretch;
  gap: 24px;
}

.ds-hero__content,
.ds-hero__visual {
  min-height: 510px;
  border-radius: var(--ds-radius-lg);
}

.ds-hero__content {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
  overflow: hidden;
  background: linear-gradient(135deg, #0d1d5a, #103db8 54%, #0877f9);
  color: #fff;
  box-shadow: var(--ds-shadow);
}

.ds-hero__content::before,
.ds-hero__content::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.ds-hero__content::before {
  top: -120px;
  right: -70px;
  width: 330px;
  height: 330px;
  border: 70px solid rgba(255, 255, 255, .06);
}

.ds-hero__content::after {
  right: 18%;
  bottom: -155px;
  width: 290px;
  height: 290px;
  background: radial-gradient(circle at 35% 30%, rgba(168, 85, 247, .65), rgba(109, 40, 217, .05) 70%);
  filter: blur(5px);
}

.ds-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ds-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72f1ba;
  box-shadow: 0 0 0 5px rgba(114, 241, 186, .12);
  content: "";
}

.ds-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  font-weight: 880;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.ds-gradient-text {
  color: #8fcbff;
}

.ds-hero__lead {
  max-width: 630px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.ds-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ds-centered-actions {
  justify-content: center;
}

.ds-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 30px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 650;
  list-style: none;
}

.ds-hero__proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ds-hero__proof li::before {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(114, 241, 186, .15);
  color: #72f1ba;
  content: "✓";
  font-size: .65rem;
  font-weight: 900;
}

.ds-hero__visual {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  padding: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .24), transparent 25%),
    linear-gradient(145deg, #5b087c, #29015f 48%, #071451);
  box-shadow: var(--ds-shadow);
}

.ds-hero__visual::before,
.ds-hero__visual::after {
  position: absolute;
  z-index: -1;
  border-radius: 46% 54% 58% 42%;
  content: "";
  filter: blur(1px);
}

.ds-hero__visual::before {
  top: -70px;
  right: -40px;
  width: 260px;
  height: 260px;
  background: linear-gradient(145deg, rgba(236, 72, 153, .72), rgba(8, 119, 249, .18));
  transform: rotate(24deg);
}

.ds-hero__visual::after {
  bottom: 20px;
  left: -80px;
  width: 250px;
  height: 210px;
  background: linear-gradient(145deg, rgba(8, 119, 249, .58), rgba(34, 211, 238, .1));
  transform: rotate(-30deg);
}

.ds-software-card {
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .3);
  transform: rotate(-1.5deg);
}

.ds-software-card__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ds-software-card__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ds-ink);
  font-size: .78rem;
  font-weight: 850;
}

.ds-software-card__brand i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ds-primary);
  color: #fff;
  font-style: normal;
}

.ds-live-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ds-success);
  font-size: .65rem;
  font-weight: 800;
}

.ds-live-pill::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.ds-software-card__screen {
  display: grid;
  grid-template-columns: 78px 1fr;
  min-height: 246px;
  overflow: hidden;
  border: 1px solid #e6eaf2;
  border-radius: 14px;
  background: #f4f7fb;
}

.ds-mock-sidebar {
  padding: 13px 9px;
  background: #11275f;
}

.ds-mock-sidebar span {
  height: 9px;
  display: block;
  margin-bottom: 13px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .2);
}

.ds-mock-sidebar span:first-child {
  width: 60%;
  height: 28px;
  margin: 0 auto 18px;
  border-radius: 9px;
  background: var(--ds-primary);
}

.ds-mock-main {
  padding: 14px;
}

.ds-mock-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ds-mock-stats span {
  height: 48px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(16, 32, 59, .06);
}

.ds-mock-stats span:nth-child(1) { border-top: 3px solid var(--ds-primary); }
.ds-mock-stats span:nth-child(2) { border-top: 3px solid var(--ds-accent-soft); }
.ds-mock-stats span:nth-child(3) { border-top: 3px solid var(--ds-success); }

.ds-mock-chart {
  position: relative;
  height: 90px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
}

.ds-mock-chart::before {
  position: absolute;
  right: 10px;
  bottom: 12px;
  left: 10px;
  height: 55px;
  background: linear-gradient(165deg, transparent 0 20%, rgba(8, 119, 249, .2) 21% 36%, transparent 37% 45%, rgba(109, 40, 217, .22) 46% 64%, transparent 65% 70%, rgba(8, 119, 249, .25) 71%);
  clip-path: polygon(0 75%, 15% 52%, 32% 65%, 48% 22%, 64% 40%, 79% 13%, 100% 25%, 100% 100%, 0 100%);
  content: "";
}

.ds-mock-table {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.ds-mock-table span {
  height: 12px;
  border-radius: 5px;
  background: linear-gradient(90deg, #dfe6f1 18%, transparent 18% 22%, #e8edf4 22% 63%, transparent 63% 68%, #dfe6f1 68% 100%);
}

.ds-visual-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ds-visual-badge {
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(10px);
}

.ds-visual-badge strong,
.ds-visual-badge span {
  display: block;
}

.ds-visual-badge strong {
  font-size: .79rem;
}

.ds-visual-badge span {
  color: rgba(255, 255, 255, .68);
  font-size: .62rem;
}

.ds-trustbar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.ds-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px;
}

.ds-trust-item + .ds-trust-item {
  border-left: 1px solid var(--ds-border);
}

.ds-trust-item__icon {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: #edf5ff;
  color: var(--ds-primary);
}

.ds-trust-item strong,
.ds-trust-item span {
  display: block;
}

.ds-trust-item strong {
  font-size: .86rem;
}

.ds-trust-item span {
  color: var(--ds-muted);
  font-size: .72rem;
  line-height: 1.4;
}

.ds-section {
  padding: clamp(64px, 8vw, 104px) 0;
}

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

.ds-section--soft {
  background: linear-gradient(180deg, #f8faff, #eef4ff);
}

.ds-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.ds-section-heading__copy {
  max-width: 700px;
}

.ds-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--ds-primary);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ds-section-title,
.entry-title,
.page-title,
.woocommerce-products-header__title {
  margin: 0;
  color: var(--ds-ink);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 860;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.ds-section-heading p {
  margin: 12px 0 0;
  color: var(--ds-muted);
}

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

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

.ds-solutions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.ds-solution-card {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 23px;
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  color: var(--ds-ink);
  box-shadow: var(--ds-shadow-sm);
}

.ds-solution-card::after {
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 119, 249, .16), transparent 68%);
  content: "";
}

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

.ds-solution-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf5ff;
  color: var(--ds-primary);
}

.ds-solution-card:nth-child(2) .ds-solution-card__icon { background: #f2ebff; color: var(--ds-accent); }
.ds-solution-card:nth-child(3) .ds-solution-card__icon { background: #e7fbf4; color: var(--ds-success); }
.ds-solution-card:nth-child(4) .ds-solution-card__icon { background: #fff4df; color: #d17b00; }
.ds-solution-card:nth-child(5) .ds-solution-card__icon { background: #ffecee; color: var(--ds-danger); }

.ds-solution-card h3 {
  margin: 22px 0 5px;
  font-size: 1rem;
  line-height: 1.3;
}

.ds-solution-card p {
  margin: 0;
  color: var(--ds-muted);
  font-size: .76rem;
  line-height: 1.5;
}

.ds-solution-card__arrow {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: var(--ds-primary);
  font-size: 1.2rem;
}

.ds-products-shell {
  position: relative;
}

.ds-products-shell ul.products,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
}

.ds-products-shell ul.products::before,
.ds-products-shell ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.ds-products-shell ul.products li.product {
  position: relative;
  width: auto;
  float: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.woocommerce ul.products li.product:hover,
.ds-products-shell ul.products li.product:hover {
  border-color: rgba(8, 119, 249, .22);
  transform: translateY(-5px);
  box-shadow: var(--ds-shadow);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: var(--ds-ink);
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .woocommerce-placeholder {
  width: 100%;
  aspect-ratio: 1 / .9;
  margin: 0 0 15px;
  border-radius: 13px;
  background: #f4f6fa;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  min-height: 2.8em;
  padding: 0 5px;
  color: var(--ds-ink);
  font-size: .94rem;
  font-weight: 780;
  line-height: 1.4;
}

.woocommerce ul.products li.product .star-rating {
  margin: 0 5px 9px;
  color: var(--ds-warning);
  font-size: .72rem;
}

.woocommerce ul.products li.product .price {
  margin: auto 5px 12px;
  color: var(--ds-primary-dark);
  font-size: 1.06rem;
  font-weight: 850;
}

.woocommerce ul.products li.product .price del {
  color: #939bad;
  font-size: .78rem;
  font-weight: 600;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 13px;
  border-radius: 11px;
  font-size: .8rem;
}

.woocommerce ul.products li.product .added_to_cart {
  padding: 9px 5px 2px;
  color: var(--ds-success);
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
}

.woocommerce span.onsale {
  top: 20px;
  right: auto;
  left: 20px;
  z-index: 4;
  min-width: auto;
  min-height: auto;
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--ds-danger);
  font-size: .67rem;
  font-weight: 850;
  line-height: 1.2;
}

.ds-software-section {
  overflow: hidden;
  background: #0c1b4d;
  color: #fff;
}

.ds-software-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.ds-software-copy .ds-eyebrow {
  color: #75bfff;
}

.ds-software-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.ds-software-copy > p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, .7);
}

.ds-check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.ds-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .86);
  font-size: .9rem;
}

.ds-check-list li::before {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  margin-top: 2px;
  border-radius: 7px;
  background: rgba(114, 241, 186, .14);
  color: #72f1ba;
  content: "✓";
  font-size: .72rem;
  font-weight: 900;
}

.ds-software-showcase {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  box-shadow: 0 36px 70px rgba(0, 0, 0, .28);
}

.ds-software-showcase::before {
  position: absolute;
  top: -100px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(109, 40, 217, .35);
  content: "";
  filter: blur(50px);
}

.ds-showcase-window {
  position: relative;
  display: grid;
  grid-template-columns: 115px 1fr;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 17px;
  background: #f5f7fb;
}

.ds-showcase-sidebar {
  padding: 22px 13px;
  background: linear-gradient(180deg, #113bbf, #10265f);
}

.ds-showcase-logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border-radius: 14px;
  background: #fff;
  color: var(--ds-primary-dark);
  font-size: 1.15rem;
  font-weight: 900;
}

.ds-showcase-nav span {
  height: 11px;
  display: block;
  margin: 0 4px 15px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .2);
}

.ds-showcase-nav span:nth-child(2) {
  height: 32px;
  margin: 0 0 15px;
  background: rgba(255, 255, 255, .17);
}

.ds-showcase-main {
  padding: 22px;
}

.ds-showcase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.ds-showcase-title {
  width: 36%;
  height: 15px;
  border-radius: 7px;
  background: #cbd5e2;
}

.ds-showcase-user {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ds-primary);
}

.ds-showcase-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ds-showcase-kpi {
  height: 74px;
  padding: 12px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(16, 32, 59, .08);
}

.ds-showcase-kpi::before,
.ds-showcase-kpi::after {
  display: block;
  border-radius: 5px;
  background: #dfe5ed;
  content: "";
}

.ds-showcase-kpi::before { width: 55%; height: 8px; }
.ds-showcase-kpi::after { width: 72%; height: 15px; margin-top: 13px; }
.ds-showcase-kpi:nth-child(1) { border-top: 4px solid var(--ds-primary); }
.ds-showcase-kpi:nth-child(2) { border-top: 4px solid var(--ds-accent-soft); }
.ds-showcase-kpi:nth-child(3) { border-top: 4px solid var(--ds-success); }

.ds-showcase-chart {
  position: relative;
  height: 155px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff repeating-linear-gradient(to bottom, transparent 0 30px, #edf0f5 31px);
  box-shadow: 0 7px 20px rgba(16, 32, 59, .06);
}

.ds-showcase-chart::before {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 105px;
  background: linear-gradient(180deg, rgba(8, 119, 249, .35), rgba(8, 119, 249, .04));
  clip-path: polygon(0 75%, 13% 48%, 26% 61%, 39% 28%, 52% 41%, 68% 9%, 82% 31%, 100% 12%, 100% 100%, 0 100%);
  content: "";
}

.ds-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ds-process-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.ds-process-card__number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--ds-primary), var(--ds-primary-dark));
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
}

.ds-process-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

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

.ds-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: clamp(34px, 5vw, 60px);
  overflow: hidden;
  border-radius: var(--ds-radius-lg);
  background: linear-gradient(125deg, #3c066e, #1631a8 58%, #0877f9);
  color: #fff;
  box-shadow: var(--ds-shadow);
}

.ds-cta::after {
  position: absolute;
  z-index: -1;
  top: -140px;
  right: 11%;
  width: 340px;
  height: 340px;
  border: 70px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.ds-cta h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.13;
  letter-spacing: -.035em;
}

.ds-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

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

.site-content {
  min-height: 50vh;
}

.ds-page-header {
  position: relative;
  padding: 58px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ecf4ff, #f5efff);
}

.ds-page-header::after {
  position: absolute;
  top: -100px;
  right: 8%;
  width: 260px;
  height: 260px;
  border: 55px solid rgba(8, 119, 249, .07);
  border-radius: 50%;
  content: "";
}

.ds-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 12px;
  color: var(--ds-muted);
  font-size: .76rem;
}

.ds-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
  color: var(--ds-primary-dark);
  font-weight: 700;
}

.ds-content-wrap {
  padding: 64px 0 90px;
}

.ds-content-card {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.comments-area {
  margin-top: 24px;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 10px 0 22px;
  color: var(--ds-muted);
  font-size: .77rem;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--ds-ink);
  line-height: 1.25;
}

.entry-content img {
  border-radius: 14px;
}

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

.ds-post-card {
  overflow: hidden;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.ds-post-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #edf1f7;
}

.ds-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.ds-post-card:hover .ds-post-card__image img {
  transform: scale(1.04);
}

.ds-post-card__content {
  padding: 22px;
}

.ds-post-card__content h2 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  line-height: 1.35;
}

.ds-post-card__content p {
  margin: 0 0 15px;
  color: var(--ds-muted);
  font-size: .84rem;
}

.navigation.pagination {
  margin-top: 36px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--ds-border);
  border-radius: 10px;
  background: #fff;
  color: var(--ds-ink);
  font-size: .82rem;
  font-weight: 750;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--ds-primary);
  background: var(--ds-primary);
  color: #fff;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 24px;
  color: var(--ds-muted);
  font-size: .82rem;
}

.woocommerce .woocommerce-ordering select,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--ds-border);
  border-radius: 10px;
  background: #fff;
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 50px;
}

.woocommerce div.product div.images img {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
}

.woocommerce div.product .product_title {
  margin: 0 0 14px;
  color: var(--ds-ink);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ds-primary-dark);
  font-size: 1.55rem;
  font-weight: 850;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--ds-border);
  border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-color: var(--ds-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: var(--ds-border);
  background: #f5f7fb;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 26px;
  border: 1px solid var(--ds-border);
  border-radius: 0 var(--ds-radius) var(--ds-radius) var(--ds-radius);
  background: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.woocommerce-message { border-left: 4px solid var(--ds-success); }
.woocommerce-info { border-left: 4px solid var(--ds-primary); }
.woocommerce-error { border-left: 4px solid var(--ds-danger); }

.woocommerce table.shop_table {
  overflow: hidden;
  border-color: var(--ds-border);
  border-radius: 14px;
  background: #fff;
}

.woocommerce table.shop_table th {
  background: #f3f6fb;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 24px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  box-shadow: var(--ds-shadow-sm);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--ds-border);
  border-radius: 14px;
  background: #fff;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 13px;
  border-radius: 9px;
  color: var(--ds-ink);
  font-size: .86rem;
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #edf5ff;
  color: var(--ds-primary-dark);
}

.ds-empty-state {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #fff;
  text-align: center;
  box-shadow: var(--ds-shadow-sm);
}

.ds-empty-state h2 {
  margin: 0 0 10px;
}

.ds-empty-state p {
  margin: 0 0 22px;
  color: var(--ds-muted);
}

.site-footer {
  background: #091432;
  color: rgba(255, 255, 255, .7);
}

.ds-footer-top {
  padding: 70px 0 48px;
}

.ds-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr 1fr;
  gap: 42px;
}

.ds-footer-brand .custom-logo {
  max-width: 160px;
  max-height: 64px;
  margin-bottom: 17px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ds-footer-brand .ds-wordmark {
  margin-bottom: 17px;
  color: #fff;
}

.ds-footer-brand p {
  max-width: 370px;
  margin: 0;
  font-size: .84rem;
}

.ds-footer-socials {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}

.ds-footer-socials a {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 11px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
}

.ds-footer-socials a:hover {
  border-color: var(--ds-primary);
  background: var(--ds-primary);
  transform: translateY(-2px);
}

.ds-footer-column h2,
.ds-footer-column h3 {
  margin: 0 0 19px;
  color: #fff;
  font-size: .93rem;
}

.ds-footer-menu,
.ds-contact-list,
.ds-footer-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-footer-menu a,
.ds-footer-column li a {
  color: rgba(255, 255, 255, .66);
  font-size: .82rem;
}

.ds-footer-menu a:hover,
.ds-footer-column li a:hover {
  color: #fff;
}

.ds-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .81rem;
}

.ds-contact-list .ds-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: #67b9ff;
}

.ds-contact-list a {
  color: rgba(255, 255, 255, .78);
}

.ds-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ds-footer-bottom__inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: .75rem;
}

.ds-footer-bottom p {
  margin: 0;
}

.ds-footer-bottom a {
  color: rgba(255, 255, 255, .72);
}

.ds-mobile-bar {
  display: none;
}

.ds-mobile-icon-reset {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}

.rtl .ds-product-search input[type="search"],
[dir="rtl"] .ds-product-search input[type="search"] {
  padding: 12px 18px 12px 60px;
}

.rtl .ds-product-search button,
[dir="rtl"] .ds-product-search button {
  right: auto;
  left: 5px;
}

.rtl .ds-trust-item + .ds-trust-item,
[dir="rtl"] .ds-trust-item + .ds-trust-item {
  border-right: 1px solid var(--ds-border);
  border-left: 0;
}

.rtl .main-navigation .sub-menu,
[dir="rtl"] .main-navigation .sub-menu,
.rtl .ds-category-panel,
[dir="rtl"] .ds-category-panel {
  right: 0;
  left: auto;
}

@media (max-width: 1180px) {
  .ds-header-main {
    grid-template-columns: 170px 1fr auto;
    gap: 16px;
  }

  .ds-contact-chip {
    display: none;
  }

  .ds-nav-inner {
    grid-template-columns: 220px 1fr;
  }

  .main-navigation a {
    padding-inline: 8px;
    font-size: .78rem;
  }

  .ds-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  }

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

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

@media (max-width: 980px) {
  .ds-products-shell ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ds-topbar__links {
    display: none;
  }

  .ds-topbar__inner {
    justify-content: center;
  }

  .ds-header-main {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .site-branding .custom-logo {
    max-height: 52px;
  }

  .ds-product-search {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-bottom: 14px;
  }

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

  .ds-nav-shell {
    min-height: 0;
    background: transparent;
  }

  .ds-nav-inner {
    min-height: 0;
    display: block;
  }

  .ds-category-toggle {
    position: absolute;
    top: -62px;
    right: 108px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ds-border);
    background: #fff;
    color: var(--ds-ink);
  }

  .ds-category-toggle__label span,
  .ds-category-toggle > .ds-chevron {
    display: none;
  }

  .ds-category-panel {
    top: 8px;
    right: 20px;
    left: auto;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: min(360px, 88vw);
    display: block;
    padding: 90px 22px 30px;
    overflow: auto;
    background: #fff;
    box-shadow: var(--ds-shadow);
    transform: translateX(-105%);
    transition: transform 250ms ease;
  }

  .menu-open .main-navigation {
    transform: translateX(0);
  }

  .main-navigation ul {
    display: block;
  }

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

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

  .main-navigation .current-menu-item > a::after {
    display: none;
  }

  .main-navigation .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-mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    border: 0;
    background: rgba(5, 13, 36, .62);
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease;
  }

  .menu-open .ds-mobile-nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .rtl .main-navigation,
  [dir="rtl"] .main-navigation {
    right: 0;
    left: auto;
    transform: translateX(105%);
  }

  .rtl.menu-open .main-navigation,
  [dir="rtl"] .menu-open .main-navigation {
    transform: translateX(0);
  }

  .ds-hero__grid,
  .ds-software-grid {
    grid-template-columns: 1fr;
  }

  .ds-hero__content,
  .ds-hero__visual {
    min-height: auto;
  }

  .ds-hero__visual {
    min-height: 500px;
  }

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

  .ds-trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ds-border);
  }

  .ds-trust-item:nth-child(4) {
    border-top: 1px solid var(--ds-border);
  }

  .ds-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .ds-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 68px;
  }

  .ds-container,
  .site-main > .alignwide {
    width: min(calc(100% - 28px), var(--ds-container));
  }

  .ds-topbar {
    min-height: 36px;
  }

  .ds-topbar__announcement {
    font-size: .7rem;
    text-align: center;
  }

  .ds-wordmark__text {
    font-size: 1.1rem;
  }

  .ds-wordmark__mark {
    width: 38px;
    height: 38px;
  }

  .site-branding .custom-logo {
    max-width: 130px;
    max-height: 48px;
  }

  .ds-header-actions {
    gap: 6px;
  }

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

  .ds-header-icon,
  .ds-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .ds-category-toggle {
    top: -58px;
    right: 96px;
    width: 40px;
    height: 40px;
  }

  .ds-hero {
    padding-top: 24px;
  }

  .ds-hero__grid {
    gap: 14px;
  }

  .ds-hero__content {
    padding: 34px 24px;
    border-radius: 22px;
  }

  .ds-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.3rem);
  }

  .ds-hero__visual {
    min-height: 410px;
    padding: 17px;
    border-radius: 22px;
  }

  .ds-software-card {
    padding: 12px;
  }

  .ds-software-card__screen {
    min-height: 210px;
    grid-template-columns: 55px 1fr;
  }

  .ds-visual-badge {
    padding-inline: 4px;
  }

  .ds-visual-badge span {
    display: none;
  }

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

  .ds-trust-item + .ds-trust-item,
  .ds-trust-item:nth-child(3) {
    border-top: 1px solid var(--ds-border);
    border-left: 0;
  }

  .ds-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 26px;
  }

  .ds-solutions-grid,
  .ds-process-grid,
  .ds-post-grid {
    grid-template-columns: 1fr;
  }

  .ds-solution-card {
    min-height: 185px;
  }

  .ds-products-shell ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .ds-products-shell ul.products li.product {
    padding: 8px;
    border-radius: 14px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.9em;
    font-size: .82rem;
  }

  .woocommerce ul.products li.product .price {
    font-size: .92rem;
  }

  .woocommerce ul.products li.product .button {
    min-height: 40px;
    padding: 8px;
    font-size: .72rem;
  }

  .ds-software-grid {
    gap: 36px;
  }

  .ds-showcase-window {
    grid-template-columns: 76px 1fr;
    min-height: 320px;
  }

  .ds-showcase-sidebar {
    padding-inline: 8px;
  }

  .ds-showcase-main {
    padding: 14px;
  }

  .ds-showcase-kpi {
    height: 62px;
  }

  .ds-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 24px;
    border-radius: 22px;
  }

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

  .ds-content-wrap {
    padding: 40px 0 65px;
  }

  .ds-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .ds-footer-brand,
  .ds-footer-column:last-child {
    grid-column: 1 / -1;
  }

  .ds-footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }

  .ds-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    min-height: 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ds-border);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -8px 24px rgba(16, 32, 59, .08);
    backdrop-filter: blur(12px);
  }

  .ds-mobile-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--ds-muted);
    font-size: .62rem;
    font-weight: 750;
  }

  .ds-mobile-bar a:hover,
  .ds-mobile-bar a.is-active {
    color: var(--ds-primary);
  }

  .ds-mobile-bar .ds-icon {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 420px) {
  .ds-products-shell ul.products,
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }

  .ds-hero__actions .ds-button {
    width: 100%;
  }

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

  .ds-footer-brand,
  .ds-footer-column:last-child {
    grid-column: auto;
  }
}

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

@media print {
  .ds-topbar,
  .site-header,
  .site-footer,
  .ds-mobile-bar,
  .ds-cta {
    display: none !important;
  }

  body {
    padding: 0;
    background: #fff;
    color: #000;
  }
}
