:root {
  --kss-ink: #0b1220;
  --kss-navy: #111c2f;
  --kss-blue: #0878f9;
  --kss-blue-dark: #075dcc;
  --kss-cyan: #32c5ff;
  --kss-yellow: #ffc400;
  --kss-paper: #ffffff;
  --kss-surface: #f4f7fb;
  --kss-line: #dfe7f1;
  --kss-muted: #617086;
  --kss-radius-lg: 28px;
  --kss-radius-md: 18px;
  --kss-shadow: 0 18px 50px rgba(18, 42, 76, .12);
}

.common-home,
.common-home button,
.common-home input,
.common-home select,
.common-home textarea {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
}

.common-home {
  overflow-x: hidden;
  color: var(--kss-ink);
  background: var(--kss-surface);
}

.common-home .container { width: min(100% - 40px, 1240px); }
.common-home #content { float: none; width: 100%; padding: 0; }
.common-home .content-top { display: none; }
.common-home .main-slider { display: none !important; }
.common-home .content-bottom { padding: 34px 0 72px; background: linear-gradient(180deg, #e4edf7 0%, #f2f6fb 100%); }
.common-home .content-bottom > .container > .row { margin: 0; }
.common-home .content-bottom > .container > .row > * { float: none; }
.common-home .content-bottom > .container > .row > #wdcmssubbanner,
.common-home .content-bottom > .container > .row > .webdigifyblog,
.common-home .content-bottom > .container > .row > .banners-slider-carousel { float: none !important; clear: both; width: 100% !important; }

/* Home header */
.common-home header { background: #fff; }
.common-home header .header_nav {
  border: 0;
  background: linear-gradient(110deg, #071422 0%, #0d2844 55%, #0b68bd 140%);
}
.common-home header .header_nav > .container { min-height: 98px; }
.common-home header .header_nav .row {
  display: grid;
  min-height: 98px;
  grid-template-columns: 270px minmax(360px, 1fr) 280px;
  align-items: center;
}
.common-home header .header-logo {
  min-height: 98px !important;
  width: auto !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  float: none !important;
  grid-column: 1;
  grid-row: 1;
}
.common-home header #logo {
  width: 245px !important;
  max-width: 245px !important;
  height: 64px !important;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 16px;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.common-home header #logo > a,
.common-home header #logo .img-responsive { height: 48px !important; }
.common-home header #logo > a { background: none !important; }
.common-home header #logo .img-responsive {
  display: block !important;
  width: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
  opacity: 1 !important;
}
.common-home header .header_search {
  width: auto !important;
  padding: 0 20px !important;
  float: none !important;
  grid-column: 2;
  grid-row: 1;
}
.common-home header .nav2 {
  width: auto !important;
  height: 98px !important;
  min-height: 98px !important;
  display: flex !important;
  align-items: center !important;
  float: none !important;
  grid-column: 3;
  grid-row: 1;
}
.common-home header #searchbox {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
}
.common-home header #searchbox input { min-height: 48px; border: 0 !important; }
.common-home header #searchbox button { min-width: 52px; background: var(--kss-yellow) !important; }
.common-home header #searchbox .btn {
  height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--kss-ink) !important;
}
.common-home header #searchbox .search-icon::before {
  content: "\f002";
  color: var(--kss-ink);
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
}
.common-home #header_top {
  height: 54px !important;
  border: 0;
  background: #0b1422;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}
.common-home #header_top > .container,
.common-home #header_top > .container > .row,
.common-home #header_top .headertop { height: 54px !important; }
.common-home #header_top .headertop {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 160px;
  align-items: center;
}
.common-home #header-left,
.common-home #header-top,
.common-home .header_cart {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: 54px !important;
  float: none !important;
}
.common-home #header-left { grid-column: 1; }
.common-home #header-left .main-category-list,
.common-home #header-left .cat-menu {
  position: relative !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.common-home #header-top { grid-column: 2; }
.common-home .header_cart { grid-column: 3; padding: 0 !important; }
.common-home .header_right { display: none !important; }
.common-home #header-left .WD-panel-heading,
.common-home #header-top .ul-top-items,
.common-home .header_cart #cart { height: 54px !important; }
.common-home #header-left .WD-panel-heading {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 16px !important;
  align-items: center;
  color: #fff !important;
  background: #0b1422 !important;
  border: 0 !important;
  box-sizing: border-box;
}
.common-home #header-left .WD-panel-heading span {
  color: #fff !important;
  font-weight: 800;
}
.common-home #header-left .vertical-menu {
  position: absolute !important;
  top: 54px !important;
  right: auto !important;
  left: 0 !important;
  z-index: 9999 !important;
  display: none !important;
  width: 310px !important;
  min-width: 310px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  background: #fff !important;
  border: 1px solid #dce6f2 !important;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 36px rgba(5,20,40,.22);
}
.common-home #header-left .main-category-list:hover .vertical-menu { display: block !important; }
.common-home #header-left .vertical-menu,
.common-home #header-left .vertical-menu a,
.common-home #header-left .vertical-menu span {
  color: #17263a !important;
}
.common-home #header-left .vertical-menu .li-top-item,
.common-home #header-left .vertical-menu .a-top-link {
  background: #fff !important;
}
.common-home #header-left .vertical-menu .a-top-link {
  display: flex !important;
  min-height: 40px;
  padding: 9px 16px !important;
  align-items: center;
  box-sizing: border-box;
}
.common-home #header-left .vertical-menu a:hover,
.common-home #header-left .vertical-menu a:focus {
  color: #0878f9 !important;
}

/* Compact, high-contrast homepage catalog dropdown. */
@media (min-width: 768px) {
  .common-home #header-left .vertical-menu {
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    border-radius: 0 0 10px 10px !important;
  }
  .common-home #header-left .vertical-menu > .ul-top-items {
    position: static !important;
    top: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 0 10px 10px !important;
    overflow: visible !important;
  }
  .common-home #header-left .vertical-menu .li-top-item {
    display: block !important;
    min-height: 0 !important;
    height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #17263a !important;
    background: #fff !important;
    border-bottom: 1px solid #e3eaf2 !important;
  }
  .common-home #header-left .vertical-menu .li-top-item:last-of-type {
    border-bottom: 0 !important;
  }
  .common-home #header-left .vertical-menu .a-top-link {
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    padding: 7px 15px !important;
    color: #17263a !important;
    background: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
  }
  .common-home #header-left .vertical-menu .kss-priority-heading {
    height: 32px !important;
    max-height: 32px !important;
    padding: 8px 15px !important;
    background: #eef4fb !important;
  }
  .common-home #header-left .vertical-menu .kss-priority-heading-text {
    color: #40556e !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .common-home #header-left .vertical-menu .kss-priority-brand > .a-top-link {
    min-height: 42px !important;
    height: 42px !important;
    max-height: 42px !important;
    color: #102842 !important;
    font-weight: 750 !important;
  }
  .common-home #header-left .vertical-menu .kss-priority-brand small {
    color: #647a91 !important;
    font-size: 9px !important;
    line-height: 12px !important;
  }
  .common-home #header-left .vertical-menu .kss-priority-ajax {
    height: 42px !important;
    max-height: 42px !important;
    border-left: 3px solid #e82a47 !important;
  }
  .common-home #header-left .vertical-menu .kss-priority-brand {
    height: 42px !important;
    max-height: 42px !important;
  }
  .common-home #header-left .vertical-menu .more {
    display: none !important;
  }
  .common-home #header-left .vertical-menu .sub-menu-container {
    color: #17263a !important;
    background: #fff !important;
    border: 1px solid #dce6f2 !important;
    box-shadow: 0 16px 34px rgba(5,20,40,.18) !important;
  }
}
.common-home #header_top a,
.common-home #header_top span { color: #d9e4f2; letter-spacing: .01em; }
.common-home #header-top .ul-top-items > li > a { font-size: 12px !important; font-weight: 700 !important; }
.common-home header .service-title { display: none !important; }
.common-home header .contact-info::before { content: "Телефонуйте:"; display: block; margin-bottom: 2px; color: #a9bbcf; font-size: 10px; font-weight: 600; }
.common-home header .header_nav.fixed {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: auto !important;
  width: 100% !important;
  animation: none !important;
}

/* Hero */
.kss-v2-home { display: block; clear: both; width: 100%; }
.kss-v2-hero {
  position: relative;
  isolation: isolate;
  padding: 74px 0 64px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(50, 197, 255, .25), transparent 31%),
    radial-gradient(circle at 65% 115%, rgba(8, 120, 249, .38), transparent 44%),
    linear-gradient(122deg, #07111f 0%, #0d1b30 58%, #0a2a4e 100%);
}
.kss-v2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .17;
  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: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}
.kss-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
  gap: 56px;
  align-items: center;
}
.kss-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #a9dbff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.kss-v2-eyebrow span { width: 34px; height: 2px; background: var(--kss-cyan); }
.kss-v2-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 500;
  text-transform: none !important;
}
.kss-v2-hero h1 strong {
  display: inline;
  color: transparent;
  font-weight: 800;
  background: linear-gradient(90deg, #fff 0%, #75d5ff 48%, #2a91ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.kss-v2-hero-copy > p {
  max-width: 640px;
  margin: 25px 0 30px;
  color: #bdc9d9;
  font-size: 18px;
  line-height: 1.75;
}
.kss-v2-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.kss-v2-btn {
  display: inline-flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.kss-v2-btn:hover { transform: translateY(-2px); text-decoration: none; }
.kss-v2-btn-primary { color: #fff; background: linear-gradient(135deg, var(--kss-blue), #19a1ff); box-shadow: 0 14px 30px rgba(8, 120, 249, .3); }
.kss-v2-btn-primary:hover { color: #fff; box-shadow: 0 18px 36px rgba(8, 120, 249, .4); }
.kss-v2-btn-secondary { color: #e7f4ff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.kss-v2-btn-secondary:hover { color: #fff; background: rgba(255,255,255,.12); }
.kss-v2-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #aebed1; font-size: 12px; font-weight: 600; }
.kss-v2-proof i { margin-right: 6px; color: var(--kss-cyan); }

.kss-v2-visual { position: relative; min-height: 490px; }
.kss-v2-glow {
  position: absolute;
  inset: 60px 20px 25px 60px;
  border-radius: 50%;
  background: rgba(0, 135, 255, .24);
  filter: blur(55px);
}
.kss-v2-device {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(229,241,252,.92));
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
  transition: transform .3s ease, box-shadow .3s ease;
}
.kss-v2-device:hover { transform: translateY(-7px) rotate(0deg); box-shadow: 0 34px 70px rgba(0,0,0,.35); }
.kss-v2-device img { width: 100%; height: 100%; object-fit: contain; }
.kss-v2-device-camera img,
.kss-v2-device-alarm img { mix-blend-mode: multiply; }
.kss-v2-device-label {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #103052;
  background: rgba(255,255,255,.88);
  box-shadow: 0 5px 15px rgba(10,40,75,.1);
  font-size: 11px;
  font-weight: 800;
}
.kss-v2-device-main { inset: 40px 84px 36px 44px; padding: 42px 24px 20px; transform: rotate(-2deg); }
.kss-v2-device-camera { top: 5px; right: 0; width: 178px; height: 178px; padding: 37px 12px 10px; transform: rotate(4deg); }
.kss-v2-device-alarm { bottom: 4px; left: 0; width: 154px; height: 154px; padding: 36px 12px 8px; transform: rotate(3deg); }
.kss-v2-visual-note {
  position: absolute;
  right: 3px;
  bottom: 25px;
  display: flex;
  padding: 14px 17px;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  color: #fff;
  background: rgba(7,19,34,.78);
  backdrop-filter: blur(12px);
}
.kss-v2-visual-note strong { font-size: 19px; }
.kss-v2-visual-note span { color: #9db0c7; font-size: 11px; }

/* Benefits */
.kss-v2-benefits { position: relative; z-index: 3; margin-top: -1px; padding: 0 0 34px; background: linear-gradient(#0c1a2b 0 27px, transparent 27px); }
.kss-v2-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--kss-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--kss-shadow);
}
.kss-v2-benefit-grid > div { display: flex; min-height: 112px; padding: 25px; align-items: center; gap: 15px; border-right: 1px solid var(--kss-line); }
.kss-v2-benefit-grid > div:last-child { border-right: 0; }
.kss-v2-benefit-grid i { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 14px; color: var(--kss-blue); background: #eaf4ff; font-size: 19px; }
.kss-v2-benefit-grid span { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.kss-v2-benefit-grid strong { color: var(--kss-ink); font-size: 13px; line-height: 1.3; }
.kss-v2-benefit-grid small { color: var(--kss-muted); font-size: 11px; line-height: 1.5; }

/* Priority brands: Ajax first, partner brands second */
.kss-v2-ajax { padding: 38px 0 30px; border-top: 1px solid #dce6f1; background: #edf3f9; }
.kss-v2-ajax-card {
  position: relative;
  display: grid;
  min-height: 470px;
  padding: 58px 64px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr);
  align-items: center;
  gap: 48px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(232, 42, 71, .28), transparent 32%),
    linear-gradient(125deg, #090b11 0%, #141821 57%, #221017 100%);
  box-shadow: 0 24px 60px rgba(8, 17, 32, .18);
}
.kss-v2-ajax-card::before {
  content: "AJAX";
  position: absolute;
  right: -12px;
  bottom: -54px;
  color: rgba(255,255,255,.035);
  font-size: 190px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}
.kss-v2-ajax-copy { position: relative; z-index: 2; }
.kss-v2-ajax-badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 13px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.07);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kss-v2-ajax-badge i { color: #e82a47; }
.kss-v2-ajax h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 800;
  text-transform: none !important;
}
.kss-v2-ajax-copy > p { max-width: 660px; margin: 22px 0; color: #c1c6d0; font-size: 16px; line-height: 1.75; }
.kss-v2-ajax-features { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.kss-v2-ajax-features span { padding: 9px 12px; border-radius: 10px; color: #e7eaf0; background: rgba(255,255,255,.07); font-size: 11px; font-weight: 700; }
.kss-v2-ajax-features i { margin-right: 6px; color: #e82a47; }
.kss-v2-btn-ajax { color: #fff; background: #e82a47; box-shadow: 0 14px 30px rgba(232,42,71,.22); }
.kss-v2-btn-ajax:hover { color: #fff; background: #f03b56; }
.kss-v2-ajax-link { display: inline-flex; min-height: 54px; padding: 0 12px; align-items: center; color: #fff; font-size: 13px; font-weight: 800; }
.kss-v2-ajax-link:hover { color: #fff; text-decoration: underline; }
.kss-v2-ajax-visual { position: relative; z-index: 1; min-height: 350px; }
.kss-v2-ajax-orbit { position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 84px rgba(255,255,255,.018); }
.kss-v2-ajax-hub { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); padding: 18px; object-fit: contain; border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 26px 55px rgba(0,0,0,.34); }
.kss-v2-ajax-mini { position: absolute; right: 0; bottom: 18px; display: flex; padding: 13px 16px; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(5,7,12,.74); backdrop-filter: blur(12px); }
.kss-v2-ajax-mini strong { color: #fff; font-size: 20px; }
.kss-v2-ajax-mini span { color: #aeb5c1; font-size: 10px; }
.kss-v2-partner-row { display: grid; margin-top: 18px; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.kss-v2-partner-intro { display: flex; padding: 8px 4px 12px; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 24px; }
.kss-v2-partner-intro span { color: var(--kss-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kss-v2-partner-intro strong { max-width: 720px; color: var(--kss-ink); font-size: 14px; text-align: right; }
.kss-v2-partner-brand { position: relative; display: flex; min-height: 134px; padding: 22px; flex-direction: column; justify-content: center; gap: 8px; border: 1px solid var(--kss-line); border-radius: 18px; color: var(--kss-ink); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.kss-v2-partner-brand:hover { transform: translateY(-3px); border-color: #bad5f4; box-shadow: 0 14px 30px rgba(20,43,75,.09); text-decoration: none; }
.kss-v2-partner-brand > i { position: absolute; top: 20px; right: 20px; color: #9aacc1; }
.kss-v2-brand-name { color: #e21c2a; font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.kss-v2-partner-ajax { border-color: #edb8c1; background: linear-gradient(145deg, #fff, #fff2f5); }
.kss-v2-partner-ajax:hover { border-color: #e82a47; box-shadow: 0 14px 32px rgba(232,42,71,.14); }
.kss-v2-brand-ajax { color: #e82a47; }
.kss-v2-brand-dahua { color: #d71920; }
.kss-v2-brand-ezviz { color: #2876e8; }
.kss-v2-brand-imou { color: #f28b00; }
.kss-v2-partner-brand small { max-width: 240px; color: var(--kss-muted); font-size: 10px; line-height: 1.5; }
.kss-v2-partner-secondary { min-height: 118px; }

/* Intro and section rhythm */
.kss-home-seo { clear: both; padding: 58px 0 46px; border-top: 1px solid #e3eaf2; border-bottom: 1px solid #e3eaf2; background: #fff; }
.kss-v2-section-heading { max-width: 850px; margin: 0 auto; text-align: center; }
.kss-v2-section-heading > span { display: block; margin-bottom: 12px; color: var(--kss-blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kss-v2-section-heading h2 { margin: 0; color: var(--kss-ink); font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.035em; font-weight: 800; text-transform: none !important; }
.kss-v2-section-heading p { max-width: 760px; margin: 18px auto 0; color: var(--kss-muted); font-size: 16px; line-height: 1.75; }

/* Existing homepage modules, redesigned */
.common-home #wd_category_feature,
.common-home .hometab,
.common-home #wdcmssubbanner,
.common-home .webdigifyblog,
.common-home .banners-slider-carousel {
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--kss-line);
  border-radius: var(--kss-radius-lg);
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 43, 75, .07);
}
.common-home #wd_category_feature { border-color: #c8d9eb; background: #dfeaf6; }
.common-home .hometab { border-color: #d5e0ec; background: #fff; }
.common-home #wdcmssubbanner { border-color: #c5d7ea; background: #dce8f5; }
.common-home .webdigifyblog { border-color: #17324f; background: #0e1c2e; }
.common-home .webdigifyblog .box-heading { color: #fff; }
.common-home .banners-slider-carousel { border-color: #cad9e9; background: #e5eef8; }
.common-home #wd_category_feature .container,
.common-home #wdcmssubbanner .container { width: 100%; padding: 0; }
.common-home .box-heading,
.common-home .hometab-heading,
.common-home .webdigifyblog .box-heading,
.common-home #wd_category_feature .title-wrapper {
  margin-bottom: 24px;
  color: var(--kss-ink);
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: none;
}
.common-home #wd_category_feature .item .content,
.common-home #wd_category_feature .wd_cat_content {
  height: 100%;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #f4f8fd, #eef4fb);
}
.common-home #wd_category_feature .wd_cat_content { padding: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.common-home #wd_category_feature .wd_cat_content:hover { transform: translateY(-5px); box-shadow: 0 15px 32px rgba(23, 60, 101, .12); }
.common-home #wd_category_feature h4 a { color: var(--kss-ink) !important; font-size: 16px; font-weight: 800; text-transform: none; }
.common-home #wd_category_feature h4 a.btn-pattern::before { background: linear-gradient(180deg, var(--kss-cyan), var(--kss-blue)) !important; }
.common-home #wd_category_feature .cat-sub a { color: #34445a; font-size: 12px; line-height: 1.55; }
.common-home #wd_category_feature .cat-sub a:hover { color: var(--kss-blue); }
.common-home #wd_category_feature .wdsubcat-content { border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(20,43,75,.07); }
.common-home #wd_category_feature .cat-img { overflow: hidden; border-radius: 10px; background: #f4f8fd; }
.common-home #wd_category_feature .cat-img img { border: 0 !important; border-radius: 10px; mix-blend-mode: multiply; }
.common-home #wd_category_feature .cat-sub li { padding-right: 5px; padding-left: 5px; }
.common-home #wd_category_feature .category-name { display: block; min-height: 38px; margin-top: 7px; }
.common-home #wd_category_feature .category-name a { display: block; padding: 0 2px !important; color: #28384d !important; font-weight: 700; line-height: 1.3 !important; white-space: normal !important; overflow-wrap: anywhere; }
.common-home #wd_category_feature .cat-view-all a { color: var(--kss-blue) !important; font-weight: 800; }

.common-home .hometab .tab-head { border: 0; }
.common-home .hometab .tab-head ul { display: flex; flex-wrap: wrap; gap: 8px; }
.common-home .hometab .tab-head li a { padding: 11px 16px; border: 1px solid var(--kss-line); border-radius: 999px; color: var(--kss-muted); background: #fff; font-size: 12px; font-weight: 800; }
.common-home .hometab .tab-head li.active a,
.common-home .hometab .tab-head li a:hover { color: #fff; border-color: var(--kss-blue); background: var(--kss-blue); }
.common-home .product-thumb {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--kss-line) !important;
  border-radius: 18px !important;
  background: #fff;
  box-shadow: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.common-home .product-thumb:hover { transform: translateY(-5px); border-color: #b8d6f7 !important; box-shadow: 0 18px 38px rgba(23, 60, 101, .12) !important; }
.common-home .product-thumb .image { padding: 14px; background: linear-gradient(145deg, #f8fbff, #f0f5fb); }
.common-home .product-thumb .image img { border-radius: 12px; mix-blend-mode: multiply; }
.common-home .product-thumb .caption { padding: 18px !important; }
.common-home .product-thumb h4 { min-height: 44px !important; margin: 0 0 11px !important; -webkit-line-clamp: 2 !important; }
.common-home .product-thumb h4 a { color: #10213a !important; font-size: 13px; line-height: 1.55; font-weight: 800; }
.common-home .product-thumb .price { color: var(--kss-blue); font-size: 17px; font-weight: 800; }
.common-home .product-thumb .button-group button,
.common-home .product-thumb .cart_button { border-radius: 12px !important; }
.common-home .product-thumb button,
.common-home .product-thumb .btn { border-color: #9ec9f5 !important; color: #144b7f !important; background: #fff !important; }
.common-home .product-thumb button:hover,
.common-home .product-thumb .btn:hover { border-color: var(--kss-blue) !important; color: #fff !important; background: var(--kss-blue) !important; }
.common-home .product-thumb .category-name,
.common-home .product-thumb .category-name a { color: var(--kss-blue) !important; }

.common-home #wdcmssubbanner { padding: 18px; }
.common-home #wdcmssubbanner .category_block_img { overflow: hidden; border-radius: 20px; }
.common-home #wdcmssubbanner img { border-radius: 20px; transition: transform .5s ease; }
.common-home #wdcmssubbanner .category_block_img:hover img { transform: scale(1.035); }

.common-home .webdigifyblog .blog-item { overflow: hidden; border: 1px solid var(--kss-line); border-radius: 18px; background: #fff; }
.common-home .webdigifyblog img { width: 100%; border-radius: 16px 16px 0 0; }
.common-home .webdigifyblog .blog-desc { color: #415269; line-height: 1.65; }
.common-home .webdigifyblog .box-heading { height: auto !important; min-height: 0 !important; padding: 0 !important; margin: 0 0 24px !important; line-height: 1.2 !important; }
.common-home .webdigifyblog .box-content { clear: both; height: auto !important; overflow: hidden !important; }
.common-home .webdigifyblog .owl-wrapper-outer { float: none !important; }
.common-home .hb-animate-element,
.common-home .hb-animate-element.bottom-to-top,
.common-home .hb-animate-element.top-to-bottom,
.common-home .hb-animate-element.left-to-right,
.common-home .hb-animate-element.right-to-left {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.common-home .hometab .owl-wrapper-outer,
.common-home .webdigifyblog .owl-wrapper-outer,
.common-home .banners-slider-carousel .owl-wrapper-outer { overflow: hidden !important; }

/* Footer */
.common-home footer { margin-top: 0; background: #091321; }
.common-home footer h5 { color: #fff; font-family: "Manrope", sans-serif; font-weight: 800; }
.common-home footer a,
.common-home footer p,
.common-home footer li { color: #9eb0c4; }
.common-home footer a:hover { color: #fff; }

@media (max-width: 1199px) {
  .kss-v2-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); gap: 30px; }
  .kss-v2-visual { min-height: 440px; }
  .kss-v2-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .kss-v2-benefit-grid > div:nth-child(2) { border-right: 0; }
  .kss-v2-benefit-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--kss-line); }
}

@media (max-width: 991px) {
  .common-home .slider-wrapper-outer,
  .common-home .owl-wrapper-outer {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .common-home .container { width: min(100% - 30px, 920px); }
  .common-home header .header-logo { min-height: 98px !important; justify-content: center; }
  .common-home header .header_nav .row { min-height: 112px; grid-template-columns: 260px minmax(300px, 1fr) 240px; }
  .common-home header #logo { width: 250px !important; max-width: 250px !important; }
  .common-home header #logo > a,
  .common-home header #logo .img-responsive { height: 78px !important; }
  .kss-v2-hero { padding: 58px 0 48px; }
  .kss-v2-hero-grid { grid-template-columns: 1fr; }
  .kss-v2-hero-copy { max-width: 760px; }
  .kss-v2-visual { width: min(100%, 620px); min-height: 440px; margin: 0 auto; }
  .common-home #wd_category_feature,
  .common-home .hometab,
  .common-home #wdcmssubbanner,
  .common-home .webdigifyblog,
  .common-home .banners-slider-carousel { padding: 24px; border-radius: 22px; }
  .kss-v2-ajax-card { padding: 44px; grid-template-columns: 1fr 330px; gap: 26px; }
  .kss-v2-partner-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  html,
  body.common-home,
  .common-home main { max-width: 100vw !important; overflow-x: hidden !important; }
  .common-home header { position: relative; z-index: 50; max-width: 100vw !important; overflow: visible !important; }
  .common-home .container { width: calc(100% - 32px) !important; max-width: calc(100vw - 32px) !important; margin-right: auto; margin-left: auto; padding: 0; }
  .common-home header .header_nav > .container { min-height: auto; }
  .common-home header .header_nav .row {
    display: grid;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 82px 68px;
    align-items: center;
  }
  .common-home header .header-logo {
    min-height: 82px !important;
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
  }
  .common-home header #logo {
    width: min(240px, calc(100vw - 48px)) !important;
    max-width: 240px !important;
    height: 64px !important;
    padding: 8px 12px;
    border-radius: 13px;
  }
  .common-home header #logo > a,
  .common-home header #logo .img-responsive { height: 46px !important; }
  .common-home header .header_search {
    width: 100% !important;
    padding: 0 0 14px !important;
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .common-home header #searchbox,
  .common-home header #searchbox input,
  .common-home header #searchbox .btn { height: 50px !important; min-height: 50px; }
  .common-home header .nav2 { display: none !important; }
  .common-home #header_top .headertop { display: block; }
  .common-home #header_top { height: 52px !important; }
  .common-home #header_top > .container,
  .common-home #header_top > .container > .row,
  .common-home #header_top .headertop { height: 52px !important; }
  .common-home #header-top { display: none !important; }
  .common-home .header_cart { display: none !important; }
  .common-home #header-left { position: relative !important; display: block !important; width: 100% !important; height: 52px !important; }
  .common-home #header-left .main-category-list,
  .common-home #header-left .cat-menu { position: relative !important; width: 100% !important; height: 52px !important; }
  .common-home #header-left .WD-panel-heading {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    height: 52px !important;
    padding: 0 16px !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #fff !important;
    background: #0b1422 !important;
  }
  .common-home #header-left .WD-panel-heading span { position: static !important; display: block !important; width: auto !important; margin: 0 !important; transform: none !important; float: none !important; color: #fff !important; font-size: 12px !important; font-weight: 800; }
  .common-home #header-left .vertical-menu {
    top: 52px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    max-height: calc(100vh - 190px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: #fff !important;
    box-shadow: 0 18px 36px rgba(5,20,40,.28);
  }
  .common-home #header-left .main-category-list:hover .vertical-menu,
  .common-home #header-left .main-category-list:focus-within .vertical-menu,
  .common-home #header-left .vertical-menu[style*="display: block"] { display: block !important; }
  .common-home #header-left .vertical-menu.kss-mobile-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    height: auto !important;
  }
  .common-home #header-left .vertical-menu.kss-mobile-open > .ul-top-items {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .common-home #header-left .WD-panel-heading {
    cursor: pointer;
    touch-action: manipulation;
  }
  .kss-v2-hero { padding: 44px 0 38px; }
  .kss-v2-eyebrow { margin-bottom: 16px; font-size: 10px; }
  .kss-v2-hero-copy,
  .kss-v2-hero-grid,
  .kss-v2-visual { width: 100% !important; min-width: 0; max-width: 100% !important; }
  .kss-v2-hero-grid { display: block; width: 100%; }
  .kss-v2-hero *,
  .kss-v2-hero *::before,
  .kss-v2-hero *::after { box-sizing: border-box; }
  .kss-v2-hero h1,
  .kss-v2-hero h1 strong,
  .kss-v2-hero-copy > p { max-width: 100% !important; white-space: normal !important; overflow-wrap: anywhere; word-break: normal; }
  .kss-v2-hero h1 { width: 100%; max-width: calc(100vw - 32px) !important; font-size: clamp(31px, 9vw, 38px); line-height: 1.08; overflow-wrap: break-word; }
  .kss-v2-hero-copy > p,
  .kss-v2-actions,
  .kss-v2-proof { max-width: calc(100vw - 32px) !important; }
  .kss-v2-hero-copy > p,
  .kss-v2-proof span { overflow-wrap: anywhere !important; word-break: normal; }
  .kss-v2-hero-copy > p { width: 100%; margin: 20px 0 24px; font-size: 14px; line-height: 1.65; }
  .kss-v2-actions { flex-direction: column; }
  .kss-v2-btn { width: 100%; }
  .kss-v2-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
  .kss-v2-proof span:last-child { grid-column: 1 / -1; }
  .kss-v2-visual { width: 100%; min-height: 330px; margin-top: 8px; }
  .kss-v2-device-main { inset: 35px 44px 34px 28px; }
  .kss-v2-device-camera { width: 122px; height: 122px; }
  .kss-v2-device-alarm { width: 112px; height: 112px; }
  .kss-v2-device-label { top: 10px; left: 10px; padding: 6px 9px; font-size: 9px; }
  .kss-v2-visual-note { right: 0; bottom: 8px; padding: 10px 12px; }
  .kss-v2-benefits { padding-bottom: 18px; }
  .kss-v2-benefit-grid { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .kss-v2-benefit-grid > div { min-height: 118px; padding: 15px; align-items: flex-start; flex-direction: column; border-right: 1px solid var(--kss-line); border-bottom: 1px solid var(--kss-line); }
  .kss-v2-benefit-grid > div:nth-child(2n) { border-right: 0; }
  .kss-v2-benefit-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .kss-v2-benefit-grid i { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; }
  .kss-v2-benefit-grid > div:last-child { border-bottom: 0; }
  .kss-v2-ajax { padding: 20px 0 10px; }
  .kss-v2-ajax-card { min-height: auto; padding: 34px 24px 28px; grid-template-columns: 1fr; gap: 18px; border-radius: 22px; }
  .kss-v2-ajax-card::before { right: -5px; bottom: -20px; font-size: 94px; }
  .kss-v2-ajax h2 { font-size: clamp(34px, 10vw, 46px); }
  .kss-v2-ajax-copy > p { margin: 18px 0; font-size: 14px; }
  .kss-v2-ajax-features { margin-bottom: 22px; }
  .kss-v2-ajax-visual { min-height: 270px; }
  .kss-v2-ajax-mini { bottom: 4px; }
  .kss-v2-partner-row { grid-template-columns: 1fr; }
  .kss-v2-partner-intro { align-items: flex-start; flex-direction: column; gap: 6px; }
  .kss-v2-partner-intro strong { text-align: left; }
  .kss-v2-partner-brand,
  .kss-v2-partner-secondary { min-height: 108px; }
  .kss-home-seo { padding: 38px 0 18px; }
  .kss-v2-section-heading { text-align: left; }
  .kss-v2-section-heading h2 { font-size: 30px; }
  .kss-v2-section-heading p { font-size: 14px; }
  .common-home .content-bottom { padding-bottom: 46px; }
  .common-home #wd_category_feature,
  .common-home .hometab,
  .common-home #wdcmssubbanner,
  .common-home .webdigifyblog,
  .common-home .banners-slider-carousel { margin-top: 18px; padding: 16px; border-radius: 18px; }
  .common-home .hometab .tab-head ul { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; scrollbar-width: none; }
  .common-home .hometab .tab-head li { flex: 0 0 auto; }
}

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