:root {
  color-scheme: only light;
  supported-color-schemes: light;
  --bg: #f4f7fb;
  --surface: #ffffff;
  --text: #07111f;
  --muted: #667386;
  --line: #dce5f0;
  --blue: #0397ff;
  --blue-dark: #0068e5;
  --cyan: #56dfff;
  --green: #18c49b;
  --shadow: 0 18px 48px rgba(31, 54, 83, 0.12);
}

/* Final header layout override. Keep this block last in the stylesheet. */
.site-header > * { min-width: 0; }
.site-header .brand { justify-self: start; }
.site-header .search { width: 100%; min-width: 0; transform: none; }
.site-header .quick-actions { justify-self: end; white-space: nowrap; }
.site-header .nav-toggle { display: none; }

@media (min-width: 1101px) {
  .site-header:not(.detail-header) {
    grid-template-columns: minmax(170px, 190px) auto minmax(280px, 1fr) auto;
  }
  .site-header:not(.detail-header) .brand { grid-column: 1; }
  .site-header:not(.detail-header) .category-menu { grid-column: 2; }
  .site-header:not(.detail-header) .search { grid-column: 3; }
  .site-header:not(.detail-header) .quick-actions { grid-column: 4; }

  .site-header.detail-header {
    grid-template-columns: minmax(170px, 190px) minmax(280px, 1fr) auto 44px;
  }
  .detail-header .brand { grid-column: 1; }
  .detail-header .search { grid-column: 2; }
  .detail-header .quick-actions { grid-column: 3; }
  .detail-header .detail-category-link {
    display: grid;
    grid-column: 4;
    width: 42px;
    height: 42px;
    place-items: center;
    justify-self: end;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .site-header,
  .site-header.detail-header {
    grid-template-columns: 150px minmax(220px, 1fr) auto 44px;
    grid-template-rows: 48px;
    gap: 12px;
    padding: 12px clamp(16px, 3vw, 30px);
  }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .brand img { width: 145px; height: 44px; }
  .site-header .search { grid-column: 2; grid-row: 1; height: 44px; }
  .site-header .quick-actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    gap: 4px;
  }
  .site-header .category-menu,
  .detail-header .detail-category-link {
    display: grid;
    grid-column: 4;
    grid-row: 1;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
  }
  .site-header .category-button {
    width: 42px;
    height: 42px;
    padding: 6px;
    justify-content: center;
    font-size: 0;
  }
  .site-header .category-menu-icon { width: 28px; height: 28px; }
  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .quick-actions .detail-account-link {
    min-width: 42px !important;
    width: 42px;
    height: 42px;
    padding: 6px;
    place-items: center;
    justify-content: center;
  }
  .site-header .support-trigger > span,
  .site-header .account-label { display: none; }
  .site-header .account-icon { display: block; }
  .site-header .support-trigger > img,
  .site-header .account-icon,
  .site-header .cart-link img,
  .detail-account-link svg { width: 27px; height: 27px; }
  .site-header .category-dropdown { right: 0; left: auto; }
}

@media (max-width: 720px) {
  .site-header,
  .site-header.detail-header {
    grid-template-columns: minmax(96px, 108px) 66px minmax(108px, 1fr) 38px;
    grid-template-rows: 44px;
    column-gap: 8px;
    row-gap: 0;
    padding: 10px 12px;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .brand img { width: 104px; height: 40px; }
  .site-header .search {
    grid-column: 2;
    grid-row: 1;
    width: 62px;
    height: 36px;
    justify-self: center;
    transform: none;
  }
  .site-header .quick-actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    gap: 2px;
    justify-content: flex-end;
  }
  .site-header .category-menu,
  .detail-header .detail-category-link {
    display: grid;
    grid-column: 4;
    grid-row: 1;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    justify-self: end;
  }
  .site-header .category-button { width: 36px; height: 36px; padding: 5px; }
  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .quick-actions .detail-account-link {
    min-width: 34px !important;
    width: 34px;
    height: 36px;
    padding: 4px;
  }
  .site-header .support-trigger > img,
  .site-header .account-icon,
  .site-header .cart-link img,
  .detail-account-link svg { width: 25px; height: 25px; }
  .site-header .category-menu { position: static; }
  .site-header .category-dropdown { top: 64px; left: 12px; right: 12px; }
  .site-header .search.is-mobile-open {
    position: fixed;
    z-index: 90;
    top: 66px;
    left: 12px;
    right: 12px;
    width: auto;
    height: 46px;
    transform: none;
  }
  .site-header .support-dropdown { top: 58px; right: 12px; }
}

@media (max-width: 380px) {
  .site-header,
  .site-header.detail-header {
    grid-template-columns: 92px 48px minmax(102px, 1fr) 34px;
    column-gap: 4px;
    padding-inline: 10px;
  }
  .site-header .brand img { width: 90px; }
  .site-header .search { width: 46px; }
  .site-header .search button::after { content: none; }
  .site-header .search button { padding: 0; background-position: center; }
  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .quick-actions .detail-account-link { min-width: 32px !important; width: 32px; }
}

/* Compact product catalogue */
.product-store-grid,
.category-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.store-product-card {
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(31, 54, 83, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(31, 54, 83, 0.11);
}

.store-product-image,
.store-product-image img {
  height: 170px;
  min-height: 170px;
}

.store-product-image {
  margin-bottom: 11px;
}

.store-product-image img {
  padding: 6px;
}

.store-product-card .badge {
  top: 8px;
  right: 8px;
  padding: 5px 8px;
  font-size: 0.68rem;
}

.store-category {
  margin-bottom: 5px;
  font-size: 0.68rem;
}

.store-product-card h3 {
  min-height: 40px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.3;
}

.store-product-card .price {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 1rem;
}

.store-product-card .mini-button {
  min-height: 38px;
  font-size: 0.82rem;
}

.store-product-card .cart-icon {
  width: 19px;
  height: 19px;
}

@media (max-width: 1100px) {
  .product-store-grid,
  .category-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-store-grid,
  .category-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .store-product-card {
    padding: 9px;
    border-radius: 12px;
  }

  .store-product-image,
  .store-product-image img {
    height: 132px;
    min-height: 132px;
  }

  .store-product-image {
    margin-bottom: 9px;
  }

  .store-product-image img {
    padding: 3px;
  }

  .store-product-card .badge {
    top: 6px;
    right: 6px;
    padding: 4px 6px;
    font-size: 0.58rem;
  }

  .store-category {
    font-size: 0.58rem;
  }

  .store-product-card h3 {
    min-height: 38px;
    margin-bottom: 6px;
    font-size: 0.76rem;
  }

  .store-product-card .price {
    margin-bottom: 8px;
    font-size: 0.84rem;
  }

  .store-product-card .mini-button {
    min-height: 34px;
    gap: 5px;
    font-size: 0.72rem;
  }

  .store-product-card .cart-icon {
    width: 17px;
    height: 17px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-width: 320px;
  background: var(--bg);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}

button,
input,
select,
textarea {
  max-width: 100%;
  color-scheme: only light;
  font-family: inherit;
}

input,
select,
textarea {
  background-color: #ffffff;
  color: var(--text);
}

img,
svg,
video {
  max-width: 100%;
}

/* Unified responsive header: stable spacing on desktop, tablet, iOS and Android. */
.site-header > * {
  min-width: 0;
}

.site-header .brand {
  justify-self: start;
}

.site-header .search {
  width: 100%;
  min-width: 0;
  transform: none;
}

.site-header .quick-actions {
  justify-self: end;
  white-space: nowrap;
}

.detail-header {
  grid-template-columns: minmax(160px, 190px) minmax(280px, 1fr) auto 44px;
}

.detail-header .brand { grid-column: 1; }
.detail-header .search { grid-column: 2; }
.detail-header .quick-actions { grid-column: 3; }
.detail-header .detail-category-link {
  display: grid;
  grid-column: 4;
  width: 42px;
  height: 42px;
  place-items: center;
  justify-self: end;
}

.detail-header .detail-category-link img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.quick-actions .detail-account-link,
.quick-actions .mobile-support-link {
  min-width: 42px;
  width: 42px;
  height: 42px;
  place-items: center;
}

@media (min-width: 1101px) {
  .site-header:not(.detail-header) {
    grid-template-columns: minmax(170px, 190px) auto minmax(280px, 1fr) auto;
  }

  .site-header:not(.detail-header) .brand { grid-column: 1; }
  .site-header:not(.detail-header) .category-menu { grid-column: 2; }
  .site-header:not(.detail-header) .search { grid-column: 3; }
  .site-header:not(.detail-header) .quick-actions { grid-column: 4; }

  .site-header .nav-toggle {
    display: none;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .site-header,
  .detail-header {
    grid-template-columns: 150px minmax(220px, 1fr) auto 44px;
    grid-template-rows: 48px;
    gap: 12px;
    padding: 12px clamp(16px, 3vw, 30px);
  }

  .site-header .brand,
  .detail-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .search,
  .detail-header .search { grid-column: 2; grid-row: 1; height: 44px; }
  .site-header .quick-actions,
  .detail-header .quick-actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    gap: 4px;
  }

  .site-header .category-menu,
  .detail-header .detail-category-link {
    display: grid;
    grid-column: 4;
    grid-row: 1;
    padding: 0;
  }

  .site-header .category-button {
    width: 42px;
    height: 42px;
    padding: 6px;
    justify-content: center;
    font-size: 0;
  }

  .site-header .category-menu-icon {
    width: 28px;
    height: 28px;
  }

  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .quick-actions .detail-account-link {
    min-width: 42px !important;
    width: 42px;
    height: 42px;
    padding: 6px;
    place-items: center;
    justify-content: center;
  }

  .site-header .support-trigger > span,
  .site-header .account-label { display: none; }
  .site-header .account-icon { display: block; }
  .site-header .support-trigger > img,
  .site-header .account-icon,
  .site-header .cart-link img { width: 27px; height: 27px; }
  .site-header .nav-toggle { display: none; }
  .site-header .category-dropdown { right: 0; left: auto; }
}

@media (max-width: 720px) {
  .site-header,
  .detail-header {
    grid-template-columns: minmax(96px, 108px) 66px minmax(108px, 1fr) 38px;
    grid-template-rows: 44px;
    column-gap: 8px;
    row-gap: 0;
    padding: 10px 12px;
  }

  .site-header .brand,
  .detail-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .brand img { width: 104px; height: 40px; }

  .site-header .search,
  .detail-header .search {
    grid-column: 2;
    grid-row: 1;
    width: 62px;
    height: 36px;
    justify-self: center;
    transform: none;
  }

  .site-header .quick-actions,
  .detail-header .quick-actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    gap: 2px;
    justify-content: flex-end;
  }

  .site-header .category-menu,
  .detail-header .detail-category-link {
    display: grid;
    grid-column: 4;
    grid-row: 1;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    justify-self: end;
  }

  .site-header .category-button {
    width: 36px;
    height: 36px;
    padding: 5px;
  }

  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .quick-actions .detail-account-link {
    min-width: 34px !important;
    width: 34px;
    height: 36px;
    padding: 4px;
  }

  .site-header .support-trigger > img,
  .site-header .account-icon,
  .site-header .cart-link img,
  .detail-account-link svg { width: 25px; height: 25px; }

  .site-header .category-menu { position: static; }
  .site-header .category-dropdown {
    top: 64px;
    left: 12px;
    right: 12px;
  }

  .site-header .search.is-mobile-open {
    top: 66px;
    left: 12px;
    right: 12px;
  }

  .site-header .support-dropdown {
    top: 58px;
    right: 12px;
  }
}

@media (max-width: 380px) {
  .site-header,
  .detail-header {
    grid-template-columns: 92px 48px minmax(102px, 1fr) 34px;
    column-gap: 4px;
    padding-inline: 10px;
  }

  .site-header .brand img { width: 90px; }
  .site-header .search,
  .detail-header .search { width: 46px; }
  .site-header .search button::after { content: none; }
  .site-header .search button { padding: 0; background-position: center; }
  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .quick-actions .detail-account-link { min-width: 32px !important; width: 32px; }
}

a {
  color: inherit;
  text-decoration: none;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(16px, 5vw, 64px);
  background: #07111f;
  color: #d9e9f8;
  font-size: 0.82rem;
  font-weight: 700;
}

.top-bar div {
  display: flex;
  gap: 18px;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 204px auto minmax(280px, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px clamp(16px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  display: block;
  width: 190px;
  height: 54px;
  border-radius: 5px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.category-button,
.search button,
.nav-toggle,
.mini-button,
.button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.category-button {
  display: inline-flex;
  height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 8px;
  background: #eef6ff;
  color: #0a4f91;
  font-weight: 900;
}

.category-menu-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.category-menu {
  position: relative;
}

.category-dropdown {
  position: absolute;
  z-index: 50;
  top: calc(100% + 12px);
  left: 0;
  display: none;
  width: 390px;
  max-width: calc(100vw - 28px);
  max-height: min(74vh, 620px);
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(31, 54, 83, 0.18);
}

.category-dropdown.is-open {
  display: grid;
}

.category-dropdown a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
}

.category-dropdown a > img {
  width: 58px;
  height: 50px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  object-fit: contain;
}

.category-dropdown a > span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.category-dropdown a:hover {
  background: #eef6ff;
}

.category-dropdown strong {
  color: var(--text);
  font-size: 0.95rem;
}

.category-dropdown small {
  color: var(--muted);
  font-weight: 700;
}

.category-button span,
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 48px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.search input {
  min-width: 0;
  border: 0;
  padding: 0 16px;
  color: var(--text);
  font: inherit;
  outline: 0;
}

.search button {
  padding: 0 20px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  font-weight: 900;
}

.search-results {
  position: absolute;
  z-index: 60;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 390px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(31, 54, 83, 0.18);
}

.search-results.is-open {
  display: grid;
  gap: 6px;
}

.search-result {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
}

.search-result:hover {
  background: #eef6ff;
}

.search-result-image {
  width: 58px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f7fbff;
}

.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.search-result-image .product-placeholder {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 0.62rem;
}

.search-result strong,
.search-result span {
  display: block;
}

.search-result strong {
  overflow: hidden;
  color: var(--text);
  font-size: 0.92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result span,
.search-empty {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.search-empty {
  padding: 12px;
}

.quick-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-menu {
  position: relative;
}

.support-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 128px;
  padding: 5px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.support-trigger:hover,
.support-trigger[aria-expanded="true"] {
  background: #eef6ff;
}

.support-trigger > img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.support-trigger > span {
  display: grid;
}

.support-dropdown {
  position: absolute;
  z-index: 70;
  top: calc(100% + 13px);
  right: 0;
  display: none;
  width: 310px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(31, 54, 83, 0.2);
}

.support-dropdown.is-open {
  display: grid;
  gap: 4px;
}

.quick-actions .support-dropdown a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 9px;
  border-radius: 8px;
}

.quick-actions .support-dropdown a:hover {
  background: #eef6ff;
}

.support-dropdown a > img,
.support-symbol {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  object-fit: contain;
  font-size: 1.2rem;
}

.support-dropdown a > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.support-dropdown strong {
  overflow-wrap: anywhere;
}

.quick-actions a {
  display: grid;
  min-width: 86px;
  color: var(--text);
}

.quick-actions small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.quick-actions strong {
  font-size: 0.88rem;
}

.account-trigger {
  display: grid;
  min-width: 105px;
  padding: 6px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.account-trigger:hover {
  background: #eef6ff;
}

.account-icon {
  display: none;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.account-label {
  display: grid;
}

.detail-account-link,
.detail-category-link,
.mobile-support-link {
  display: none !important;
}

.account-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.account-modal[hidden] {
  display: none;
}

.account-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.66);
  backdrop-filter: blur(5px);
}

.account-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid #b9ddff;
  border-radius: 20px;
  background: linear-gradient(155deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 34px 100px rgba(7, 35, 69, 0.34);
}

.account-dialog h2 {
  margin: 7px 44px 8px;
  color: #0b2746;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  letter-spacing: -.035em;
  text-align: center;
}

.account-dialog > .eyebrow {
  margin: 0 44px;
  text-align: center;
}

.account-intro {
  max-width: 420px;
  margin: 0 auto 24px;
  color: var(--muted);
  line-height: 1.55;
  text-align: center;
}

.account-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #eef3f8;
  color: var(--text);
  font-size: 1.55rem;
  cursor: pointer;
}

.account-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 10px;
  background: #eef3f8;
}

.account-tabs button {
  padding: 11px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.account-tabs button.is-active {
  background: #ffffff;
  color: var(--blue-dark);
  box-shadow: 0 5px 14px rgba(31, 54, 83, 0.1);
}

.account-form {
  display: none;
  gap: 14px;
}

.account-form.is-active {
  display: grid;
  padding: 18px;
  border: 1px solid #d7e8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(31, 85, 132, .08);
}

.account-profile {
  display: none;
}

.account-profile.is-active {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px 18px;
  border: 1px solid #cfe6f8;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #edf8ff);
  text-align: center;
  box-shadow: 0 14px 34px rgba(31, 85, 132, .08);
}

.account-profile-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #0aa76f;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(10, 167, 111, .2);
}

.account-profile h3,
.account-profile p {
  margin: 0;
}

.account-profile h3 {
  color: #0b2746;
  font-size: 1.35rem;
}

.account-profile-note {
  max-width: 390px;
  color: var(--muted);
  line-height: 1.55;
}

.account-logout-button {
  width: min(100%, 260px);
  justify-content: center;
  margin-top: 6px;
}

.account-status.is-error {
  color: #c42b3b;
}

.account-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
}

.account-form input:not([type="checkbox"]) {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  outline: 0;
}

.account-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(3, 151, 255, 0.14);
}

.account-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.account-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted) !important;
  line-height: 1.45;
}

.account-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--blue-dark);
}

.account-form .button {
  width: 100%;
  justify-content: center;
}

.account-login-button {
  margin-top: 3px;
}

.account-create-button {
  border: 1px solid #acd7ff;
  background: #eef7ff;
  color: #0068e5;
}

.account-create-button:hover {
  background: #e1f1ff;
}

.account-back-login {
  justify-self: center;
  padding: 6px 10px;
  border: 0;
  background: transparent;
  color: #0068e5;
  font: inherit;
  font-size: .84rem;
  font-weight: 850;
  cursor: pointer;
}

.account-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #08735f;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.account-legal {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.account-legal details {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f6f9fc;
}

.account-legal summary {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.account-legal p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

body.account-modal-open {
  overflow: hidden;
}

.cart-link {
  position: relative;
  min-width: 46px !important;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--text) !important;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(31, 54, 83, 0.1);
}

.cart-link img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.cart-link span {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: #eef6ff;
  color: var(--blue-dark);
}

.category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px clamp(16px, 5vw, 64px);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.category-strip a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344255;
  font-size: 0.9rem;
  font-weight: 800;
}

main {
  padding: 22px clamp(16px, 5vw, 64px) 0;
}

.shop-category-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.shop-category-board article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(31, 54, 83, 0.08);
}

.shop-category-board a {
  display: grid;
  min-height: 198px;
  place-items: center;
  gap: 14px;
  text-align: center;
}

.shop-category-board span {
  display: grid;
  width: min(100%, 172px);
  height: 124px;
  place-items: center;
  border-radius: 8px;
  background: #f7fbff;
  color: var(--blue-dark);
  font-weight: 900;
  overflow: hidden;
}

.shop-category-board span.category-mini-image {
  width: min(100%, 190px);
  height: 132px;
  padding: 0;
}

.shop-category-board span.white-image {
  background: #ffffff;
}

.shop-category-board .category-mini-image img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: 132px;
  object-fit: contain;
  padding: 4px;
}

.shop-category-board strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 420px);
  gap: 18px;
}

.hero-banner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86) 54%, rgba(255, 255, 255, 0.5)),
    url("assets/digisolve-3d-it-background.png") center / cover;
  box-shadow: var(--shadow);
}

.service-hero-banner {
  position: relative;
  grid-template-columns: minmax(0, 0.58fr) minmax(240px, 0.42fr);
  overflow: hidden;
  border: 1px solid rgba(76, 222, 255, .72);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(0, 35, 52, .72), rgba(0, 72, 94, .18)),
    url("assets/service-teal-background.png") center / cover no-repeat;
  box-shadow: 0 24px 64px rgba(0, 72, 102, .3), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.service-hero-banner::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
}

.service-hero-banner .hero-copy-block {
  position: relative;
  z-index: 1;
}

.service-hero-banner .eyebrow {
  display: table;
  margin: 0 auto 20px;
  padding: 8px 15px;
  border: 1px solid rgba(130, 234, 255, .58);
  border-radius: 999px;
  background: rgba(0, 28, 44, .38);
  color: #9af0ff;
  text-align: center;
  letter-spacing: .09em;
  box-shadow: 0 10px 24px rgba(0, 22, 35, .2);
}
.service-hero-banner h1 {
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 4px 18px rgba(0, 24, 36, .48);
}
.service-hero-banner .hero-copy-block > p:not(.eyebrow) { color: rgba(255, 255, 255, .9); text-shadow: 0 2px 10px rgba(0, 25, 38, .38); }
.service-hero-banner .service-intro {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .93);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
}
.service-hero-banner .field-service-note {
  margin-top: 14px;
  padding: 15px 17px;
  border: 1px solid rgba(117, 229, 255, .42);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 30, 48, .55), rgba(0, 96, 119, .26));
  line-height: 1.55;
  box-shadow: 0 14px 32px rgba(0, 28, 44, .18);
}

.service-hero-banner .field-service-note strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.02rem;
}

.service-hero-banner .field-service-note span {
  display: block;
  color: rgba(255, 255, 255, .84);
}
.service-hero-banner .button.secondary { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.18); color: #ffffff; }
.service-hero-banner .field-support-button {
  gap: 9px;
}

.service-hero-banner .field-support-button img {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: cover;
  border-radius: 7px;
  filter: invert(1);
  mix-blend-mode: screen;
}

.service-hero-banner .service-points-title {
  margin: 22px 0 9px;
  color: #9af0ff;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-hero-banner .service-points {
  margin-top: 0;
}

.service-hero-banner .service-points span {
  position: relative;
  min-height: 40px;
  gap: 9px;
  padding: 8px 13px;
  border: 0;
  border-left: 3px solid #63e6ff;
  border-radius: 7px;
  background: rgba(0, 35, 53, .28);
  color: #ffffff;
  box-shadow: none;
}

.service-hero-banner .service-points span::before {
  content: "✓";
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(99, 230, 255, .16);
  color: #7cecff;
  font-size: .72rem;
  font-weight: 950;
}

.hero-copy-block {
  max-width: 660px;
}

.service-hero-banner .hero-copy-block {
  max-width: 720px;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(3, 151, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue-dark);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(31, 54, 83, 0.08);
}

.student-offer-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(30px, 6vw, 70px);
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 18%, rgba(86, 223, 255, 0.44), transparent 25%),
    radial-gradient(circle at 15% 100%, rgba(3, 151, 255, 0.35), transparent 35%),
    linear-gradient(130deg, #06152c 0%, #073b78 50%, #6b21a8 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(6, 21, 44, 0.28);
}

.student-offer-banner::before,
.student-package-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.student-offer-copy,
.student-offer-visual,
.student-package-hero > * {
  position: relative;
  z-index: 1;
}

.student-sale-badge {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ffd43b;
  color: #07111f;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.student-kicker {
  margin: 18px 0 3px;
  color: #7de8ff;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.student-offer-copy h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1.02;
}

.student-offer-copy > p:not(.student-kicker) {
  max-width: 680px;
  color: rgba(255,255,255,.83);
  line-height: 1.7;
}

.student-offer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.student-offer-highlights span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  font-size: 0.8rem;
  font-weight: 800;
}

.student-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.student-primary-action,
.student-secondary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 9px;
  font-weight: 900;
}

.student-primary-action { background: #ffd43b; color: #07111f; box-shadow: 0 12px 26px rgba(255,212,59,.24); }
.student-secondary-action { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; }

.student-offer-visual {
  min-height: 310px;
  display: grid;
  place-items: center;
}

.student-offer-visual::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 34px rgba(255,255,255,.045);
}

.student-offer-visual:has(.student-offer-reference-image)::before {
  display: none;
}

.student-offer-visual img {
  position: relative;
  width: min(100%, 340px);
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.35));
}

.student-offer-visual .student-offer-reference-image {
  width: 100%;
  max-width: 760px;
  max-height: none;
  border: 5px solid rgba(255,255,255,.18);
  border-radius: 14px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.32));
}

.student-price-tag {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  display: grid;
  padding: 13px 17px;
  border-radius: 12px;
  background: #ffffff;
  color: #07111f;
  transform: rotate(-3deg);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}

.student-price-tag small { color: #6b21a8; font-weight: 850; }
.student-price-tag strong { font-size: 1.25rem; }

.student-simple-banner {
  position: relative;
  display: grid;
  min-height: clamp(300px, 39vw, 530px);
  place-items: center;
  margin-top: 24px;
  padding: clamp(26px, 5vw, 62px);
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 67, 91, .15), rgba(255,255,255,.05)),
    url("assets/student-tech-summer-background.png") center / cover no-repeat;
  box-shadow: 0 22px 54px rgba(4, 83, 109, .25);
}

.student-simple-content {
  display: grid;
  justify-items: center;
  max-width: 760px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 3px 14px rgba(0, 57, 77, .48);
}

.student-simple-brand {
  margin-bottom: 13px;
  padding: 7px 15px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: rgba(0, 91, 112, .34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: .04em;
}

.student-simple-content > strong {
  display: inline-flex;
  padding: 7px 24px 10px;
  border: 4px solid #ffffff;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffe95c, #ffb800);
  box-shadow: 0 12px 0 rgba(0, 84, 104, .2), 0 22px 38px rgba(0, 50, 69, .28);
  color: #07374a;
  font-size: clamp(2.8rem, 8vw, 6.4rem);
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: .92;
  text-shadow: 0 2px 0 rgba(255,255,255,.45);
  transform: rotate(-2deg);
}

.student-offer-badge {
  display: grid;
  justify-items: center;
  min-width: min(100%, 410px);
  padding: 12px 28px 14px;
  border: 4px solid #ffffff;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffe95c, #ffb800);
  box-shadow: 0 10px 0 rgba(0, 84, 104, .18), 0 20px 36px rgba(0, 50, 69, .25);
  color: #07374a;
  text-shadow: 0 2px 0 rgba(255,255,255,.42);
  transform: rotate(-1.2deg);
}

.student-offer-badge strong {
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -.025em;
  line-height: .95;
}

.student-offer-badge span {
  margin-top: 7px;
  color: #08445a;
  font-size: clamp(.86rem, 1.5vw, 1.08rem);
  font-weight: 950;
  letter-spacing: .035em;
}

.student-simple-content h2 {
  margin: 25px 0 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 4.4vw, 3.25rem);
  font-weight: 950;
  letter-spacing: -.02em;
}

.student-simple-content p {
  margin: 8px 0 22px;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  font-weight: 850;
  letter-spacing: .025em;
}

.student-simple-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 3px solid #ffffff;
  background: #006f89;
  box-shadow: 0 12px 24px rgba(0, 45, 63, .25);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: none;
}

.student-simple-button:hover {
  background: #ffffff;
  color: #006c86;
  transform: translateY(-2px);
}

.student-offer-page-body { background: #eef4fb; }
.student-page-header { display:flex; align-items:center; justify-content:space-between; min-height:76px; padding:12px max(18px, calc((100% - 1180px)/2)); background:#071a35; }
.student-page-header img { width: 145px; max-height: 48px; object-fit: contain; }
.student-page-header > a:last-child { color:#fff; font-weight:850; }
.student-package-page { width:min(1180px, calc(100% - 32px)); margin:28px auto 60px; }
.student-package-hero { position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:40px; align-items:center; overflow:hidden; padding:clamp(30px,6vw,70px); border-radius:20px; background:radial-gradient(circle at 80% 20%,rgba(86,223,255,.4),transparent 25%),linear-gradient(135deg,#06152c,#084b92 55%,#6b21a8); color:#fff; }
.student-package-hero h1 { max-width:750px; margin:8px 0 18px; color:#fff; font-size:clamp(2.3rem,5vw,4.5rem); line-height:1.03; }
.student-package-intro { max-width:680px; margin-bottom:25px; color:rgba(255,255,255,.82); line-height:1.75; }
.student-package-device { display:grid; min-height:340px; place-items:center; }
.student-package-device img { width:min(100%,390px); filter:drop-shadow(0 25px 30px rgba(0,0,0,.35)); }
.student-package-device .student-package-offer-image { width:100%; max-width:520px; border:5px solid rgba(255,255,255,.16); border-radius:14px; object-fit:contain; }
.student-package-device span { position:absolute; top:15px; right:5px; color:rgba(255,255,255,.15); font-size:clamp(2rem,5vw,4.5rem); font-weight:950; line-height:.9; text-align:right; }
.student-program-section { margin-top:24px; padding:clamp(28px,5vw,54px); border-radius:18px; background:#fff; }
.student-section-heading { max-width:760px; }
.student-section-heading h2 { margin:5px 0 10px; color:#07111f; font-size:clamp(2rem,4vw,3.2rem); }
.student-section-heading > p:last-child { color:var(--muted); }
.student-program-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; margin-top:28px; }
.student-program-grid article { min-height:210px; padding:20px; border:1px solid var(--line); border-radius:13px; background:linear-gradient(145deg,#fbfdff,#f1f7ff); }
.student-program-grid article span { display:grid; width:36px; height:36px; place-items:center; margin-bottom:18px; border-radius:9px; background:#071a35; color:#7de8ff; font-weight:900; }
.student-program-grid article strong { display:block; color:#07111f; font-size:1.02rem; }
.student-program-grid article p { margin:9px 0 0; color:var(--muted); font-size:.88rem; line-height:1.6; }
.student-package-terms { display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; margin-top:24px; padding:clamp(28px,5vw,52px); border-radius:18px; background:#071a35; color:#fff; }
.student-package-terms h2 { margin:5px 0 10px; color:#fff; font-size:clamp(1.9rem,4vw,3rem); }
.student-package-terms p:not(.eyebrow) { max-width:700px; color:rgba(255,255,255,.74); line-height:1.65; }
.student-license-note { padding:18px 22px; border:1px solid #d5e1ed; border-radius:12px; background:#fff; color:var(--muted); font-size:.85rem; line-height:1.6; }

@media (max-width: 900px) {
  .student-offer-banner,
  .student-package-hero { grid-template-columns: 1fr; }
  .student-offer-visual { min-height: 240px; }
  .student-program-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .student-simple-banner {
    min-height: 360px;
    padding: 24px 14px;
    border-radius: 13px;
    background-position: center;
  }

  .student-simple-content > strong {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .student-offer-badge {
    min-width: min(92%, 300px);
    padding: 10px 18px 12px;
    border-width: 3px;
  }

  .student-offer-badge strong {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .student-offer-badge span {
    margin-top: 5px;
    font-size: .82rem;
  }

  .student-simple-content h2 {
    margin-top: 12px;
  }

  .student-simple-button {
    width: min(100%, 230px);
  }

  .student-offer-banner { padding: 25px 18px; border-radius: 14px; }
  .student-offer-copy h2 { font-size: 2.25rem; }
  .student-offer-actions > a { width: 100%; }
  .student-offer-visual { min-height: 210px; }
  .student-price-tag { right: 4px; }
  .student-page-header { padding: 10px 16px; }
  .student-page-header img { width: 112px; }
  .student-page-header > a:last-child { font-size: .75rem; }
  .student-package-page { width: min(100% - 20px, 1180px); margin-top: 10px; }
  .student-package-hero { padding: 27px 18px; border-radius: 14px; }
  .student-package-device { min-height: 220px; }
  .student-program-section { padding: 25px 14px; }
  .student-program-grid { grid-template-columns: 1fr; }
  .student-program-grid article { min-height: 0; }
  .student-package-terms { grid-template-columns: 1fr; padding: 28px 18px; }
  .student-package-terms .student-primary-action { width: 100%; }
}

.hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-feature {
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 18px;
  border: 1px solid rgba(3, 151, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(31, 54, 83, 0.08);
}

.hero-feature span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #eef6ff;
  color: var(--blue-dark);
  font-weight: 900;
}

.hero-feature strong,
.hero-feature small {
  display: block;
}

.hero-feature strong {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.hero-feature small {
  color: var(--muted);
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(3, 151, 255, 0.24);
}

.button.secondary {
  border: 1px solid var(--line);
  background: #ffffff;
}

.button.whatsapp {
  gap: 10px;
  background: rgba(24, 196, 155, 0.12);
  color: #08775d;
}

.button.whatsapp img,
.whatsapp-order img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.whatsapp-order {
  gap: 10px;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.social-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #182437;
  font-weight: 900;
}

.social-link span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  overflow: hidden;
  background: #ffffff;
}

.social-link span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-stack {
  display: grid;
  gap: 18px;
}

.software-panel,
.service-panel {
  display: grid;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.software-panel span,
.service-panel span {
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.software-panel strong,
.service-panel strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.service-panel {
  min-height: 146px;
  background:
    radial-gradient(circle at 90% 12%, rgba(86, 223, 255, 0.3), transparent 36%),
    #ffffff;
}

.service-panel small {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 800;
}

.service-combined-panel {
  min-height: 100%;
  align-content: center;
  background:
    radial-gradient(circle at 94% 8%, rgba(86, 223, 255, .28), transparent 34%),
    #ffffff;
}

.service-combined-panel > p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.55;
}

.service-whatsapp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 18px auto 0;
  padding: 5px 18px 5px 7px;
  border: 1.5px solid rgba(22, 163, 74, .34);
  border-radius: 999px;
  background: linear-gradient(135deg, #f3fff7, #e5f9ec);
  box-shadow: 0 9px 22px rgba(22, 163, 74, .14);
  color: #138f45;
  font-size: .88rem;
  font-weight: 900;
  transition: transform .18s ease, color .18s ease;
}

.service-whatsapp-button:hover { border-color: rgba(22, 163, 74, .58); color: #087334; transform: translateY(-2px); }

.service-whatsapp-button img {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: contain;
}

.service-whatsapp-button span {
  margin: 0;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.service-combined-panel > small {
  margin-top: 12px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

.service-combined-panel > .software-section-label {
  margin-bottom: 0;
  color: #07111f;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.25;
  text-transform: none;
}

.software-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 18px;
}

.software-logo-grid > a,
.software-logo-grid > span {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 5px 7px;
  border: 1px solid #cfe4f8;
  border-radius: 8px;
  background: #eef6ff;
  color: #0a4f91;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.software-logo-frame {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  overflow: hidden;
  border-radius: 10px;
  background: #101827;
  box-shadow: 0 5px 12px rgba(12, 57, 94, .16);
}

.software-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.software-logo-frame.autodesk-logo img { transform: scale(1.34); }
.software-logo-frame.civil-logo img { transform: scale(1.18); }
.software-logo-frame.premiere-logo img { transform: scale(1.32); }
.software-logo-frame.contain-logo img { padding: 2px; object-fit: contain; transform: none; }
.software-logo-frame.blend-logo img { mix-blend-mode: multiply; }
.software-logo-frame.logo-red { background: #ffd6df; }
.software-logo-frame.logo-cyan { background: #c7eff8; }
.software-logo-frame.logo-blue { background: #cfe1ff; }
.software-logo-frame.logo-magenta { background: #f4c9e8; }
.software-logo-frame.logo-lumion { background: #dce9fa; }
.software-logo-frame.logo-sketchup { background: #d8ebfa; }
.software-logo-frame.logo-etabs { background: #dde5f1; }
.software-logo-frame.logo-sap { background: #dceef7; }
.software-logo-frame.logo-rhino { background: #dedee2; }
.software-logo-frame.logo-office { background: #ffe0d2; }

.software-program b {
  min-width: 0;
  color: #111827;
  font-size: .72rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
  text-align: left;
  text-transform: none;
}

.software-logo-grid > .software-program { color: #111827; text-transform: none; }

.service-combined-panel .software-logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-combined-panel .software-program:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.promo-card {
  min-height: 206px;
  display: grid;
  align-content: end;
  padding: 24px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.promo-card span {
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-card strong {
  max-width: 260px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.promo-card small {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
}

.promo-card.blue {
  background:
    radial-gradient(circle at 84% 18%, rgba(86, 223, 255, 0.46), transparent 34%),
    linear-gradient(135deg, #eaf6ff, #ffffff);
}

.promo-card.light {
  background:
    radial-gradient(circle at 84% 20%, rgba(24, 196, 155, 0.26), transparent 34%),
    #ffffff;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.category-grid a {
  min-height: 126px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 54, 83, 0.07);
}

.category-grid span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: #eef6ff;
  color: var(--blue-dark);
  font-weight: 900;
}

.category-grid strong {
  font-size: 0.95rem;
}

.section {
  padding: clamp(56px, 7vw, 92px) 0 0;
}

.compact-section {
  padding-top: clamp(30px, 5vw, 58px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.section-head a {
  color: var(--blue-dark);
  font-weight: 900;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-category-card {
  display: grid;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 54, 83, 0.08);
}

.home-category-image,
.category-hero-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.home-category-image {
  height: 230px;
  margin-bottom: 14px;
  border: 1px solid #eef3f8;
}

.home-category-image img,
.category-hero-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
  object-fit: contain;
}

.home-category-image img {
  max-height: 210px;
}

.category-hero-image img {
  max-height: 230px;
}

.category-placeholder {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 26px;
  background: #ffffff;
  color: var(--blue-dark);
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #d7e8f8, 0 14px 30px rgba(3, 151, 255, 0.12);
}

.home-category-card span {
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-category-card strong {
  margin-top: 6px;
  font-size: 1.2rem;
}

.home-category-card p {
  min-height: 54px;
  margin: 10px 0 14px;
  font-size: 0.94rem;
}

.home-category-card small {
  color: var(--muted);
  font-weight: 900;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.product-card,
.compact-grid article,
.store-product-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 54, 83, 0.08);
}

.product-card {
  display: grid;
  padding: 18px;
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 999px;
  background: #16a34a;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.22);
}

.product-visual {
  min-height: 168px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(3, 151, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #eef6ff, #ffffff);
  color: var(--blue-dark);
  font-size: 2.4rem;
  font-weight: 900;
}

.printer-visual {
  background:
    radial-gradient(circle at center, rgba(86, 223, 255, 0.3), transparent 36%),
    linear-gradient(135deg, #f7fbff, #ffffff);
}

.network-visual {
  background:
    radial-gradient(circle at center, rgba(24, 196, 155, 0.24), transparent 34%),
    linear-gradient(135deg, #effffb, #ffffff);
}

.support-visual {
  background:
    radial-gradient(circle at center, rgba(0, 104, 229, 0.24), transparent 34%),
    linear-gradient(135deg, #eef6ff, #ffffff);
}

.software-visual {
  background:
    radial-gradient(circle at center, rgba(86, 223, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #eefaff, #ffffff);
}

.product-card p {
  min-height: 104px;
  font-size: 0.94rem;
}

.price {
  display: block;
  margin: 4px 0 14px;
  color: var(--blue-dark);
  font-size: 1.1rem;
}

.mini-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: #07111f;
  color: #ffffff;
  font-weight: 900;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.product-quick-actions {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.whatsapp-card-button {
  min-width: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 3px 10px rgba(31, 54, 83, 0.12);
  color: #08735f;
}

.whatsapp-card-button img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.favorite-button {
  display: inline-grid;
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 3px 10px rgba(31, 54, 83, 0.12);
  color: #07111f;
  cursor: pointer;
  transition: none;
}

.favorite-button svg {
  display: block;
  width: 27px;
  height: 25px;
  overflow: visible;
}

.favorite-button path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linejoin: round;
  transition: none;
}

.favorite-button:hover,
.favorite-button.is-favorite {
  color: #e11d48;
}

.favorite-button.is-favorite path {
  fill: currentColor;
}

.store-product-card .cart-icon {
  border-radius: 0;
  background: #ffffff;
  -webkit-mask: url("assets/product-cart-icon.svg") center / contain no-repeat;
  mask: url("assets/product-cart-icon.svg") center / contain no-repeat;
}

.store-product-card .price,
.detail-price {
  color: #07111f;
}

.detail-description {
  margin: 0;
  color: #344255;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.7;
}

.cart-button {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.cart-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #ffffff url("assets/cart-icon.png") center / contain no-repeat;
}

.tech-news-bar {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 54, 83, 0.07);
}

.tech-news-bar strong {
  color: var(--blue-dark);
}

.tech-news-bar div {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tech-news-bar a,
.tech-news-bar span {
  flex: 0 0 auto;
  color: #344255;
  font-weight: 800;
}

.deal-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(48px, 6vw, 80px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92), rgba(0, 104, 229, 0.78)),
    url("assets/digisolve-3d-it-background.png") center / cover;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.software-strip {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: clamp(42px, 5vw, 72px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 54, 83, 0.08);
}

.software-strip h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
}

.software-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.software-list span {
  padding: 12px 16px;
  border: 1px solid #cfe4f8;
  border-radius: 999px;
  background: #eef6ff;
  color: #0a4f91;
  font-weight: 900;
}

.deal-band span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.deal-band h2,
.deal-band p {
  max-width: 760px;
}

.deal-band p {
  margin-bottom: 0;
  color: #dceeff;
}

.compact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.category-products-grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  align-items: stretch;
}

.store-product-card {
  display: grid;
  align-content: start;
  padding: 14px;
}

.store-product-image {
  min-height: 210px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-product-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31, 54, 83, 0.1);
}

.store-product-image img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 10px;
}

.product-placeholder {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border-radius: 26px;
  background: #ffffff;
  color: var(--blue-dark);
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #d7e8f8, 0 14px 30px rgba(3, 151, 255, 0.12);
}

.store-category {
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-product-card p {
  min-height: 78px;
  font-size: 0.94rem;
}

.store-product-card h3 {
  min-height: 44px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.35;
}

.category-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.category-products-head h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.category-products-head span {
  flex: 0 0 auto;
  color: var(--muted);
  font-weight: 900;
}

.compact-grid article {
  padding: 18px;
}

.small-visual {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #eef6ff;
  color: var(--blue-dark);
  font-weight: 900;
}

.admin-page {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: clamp(18px, 4vw, 48px);
}

.admin-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(31, 54, 83, 0.1);
}

.admin-topbar img {
  display: block;
  width: 150px;
  height: 44px;
  object-fit: contain;
}

.admin-topbar > .admin-title-block {
  display: grid;
  gap: 3px;
}

.admin-topbar > .admin-title-block strong {
  font-size: 1rem;
}

.admin-topbar > .admin-title-block span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-back-link {
  padding: 10px 14px;
  border-radius: 8px;
  background: #eef6ff;
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.admin-panel {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.admin-panel h1 {
  margin: 7px 0 10px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.04em;
}

.admin-panel > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: #344255;
  font-size: 0.86rem;
  font-weight: 850;
}

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

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border: 1px solid var(--line);
  min-height: 48px;
  border-radius: 10px;
  padding: 13px 15px;
  background: #fbfdff;
  color: var(--text);
  font: inherit;
}

.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
  border-color: var(--blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(3, 151, 255, 0.14);
}

.admin-field-help {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.45;
}

.admin-file-field {
  padding: 16px;
  border: 1px dashed #9fcdf2;
  border-radius: 12px;
  background: #f4faff;
}

.admin-file-field input[type="file"] {
  min-height: 0;
  padding: 10px;
  background: #ffffff;
}

.admin-image-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}

.admin-image-preview:empty {
  display: none;
}

.admin-image-preview span {
  display: grid;
  height: 110px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.admin-image-preview img {
  width: 100%;
  height: 100%;
  padding: 6px;
  object-fit: contain;
}

.admin-list-panel {
  margin-top: 22px;
}

.admin-products {
  display: grid;
  gap: 12px;
}

.admin-product-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
}

.admin-product-thumb {
  width: 86px;
  height: 70px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.admin-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.admin-product-thumb .product-placeholder {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  font-size: 0.72rem;
}

.admin-product-row strong,
.admin-product-row span,
.admin-product-row small {
  display: block;
}

.admin-product-row span {
  margin-top: 4px;
  color: var(--blue-dark);
  font-weight: 900;
}

.admin-product-row small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-save-status {
  min-height: 22px;
  margin: 0;
  color: #08735f;
  font-size: 0.86rem;
  font-weight: 800;
}

.admin-row-actions button,
.admin-row-actions span {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-weight: 900;
}

.admin-row-actions button:last-child {
  color: #b42318;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: center;
  margin-top: clamp(56px, 7vw, 92px);
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cart-page {
  padding-top: clamp(24px, 5vw, 54px);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: start;
}

.cart-panel,
.checkout-panel {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.cart-panel > h1 {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #0b2746;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.1;
  text-align: center;
}

.cart-panel > h1::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0397ff, #56dfff);
}

.checkout-panel > h2 {
  margin: 5px 0 20px;
  color: #0b2746;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem);
  letter-spacing: -.03em;
  text-align: center;
}

.checkout-panel > .eyebrow {
  width: 100%;
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-thumb {
  width: 94px;
  height: 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f7fbff;
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.cart-thumb .product-placeholder {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  font-size: 0.72rem;
}

.cart-item strong,
.cart-item span,
.cart-item small {
  display: block;
}

.cart-item span {
  margin: 5px 0;
  color: var(--blue-dark);
  font-weight: 900;
}

.cart-item small {
  color: var(--muted);
  font-weight: 800;
}

.cart-actions {
  display: flex;
  gap: 7px;
}

.cart-actions button {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  font: inherit;
  font-weight: 900;
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.checkout-form label {
  display: grid;
  gap: 7px;
  color: #344255;
  font-weight: 900;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
}

.checkout-form select {
  min-height: 48px;
  background: #ffffff;
  color: #344255;
  cursor: pointer;
}

.checkout-summary {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d7e6f5;
  border-radius: 10px;
  background: #d7e6f5;
}

.checkout-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  background: #eef6ff;
}

.checkout-summary span {
  color: var(--muted);
  font-weight: 900;
}

.checkout-summary strong {
  color: var(--blue-dark);
  text-align: right;
}

.shipping-cost-icon {
  display: block;
  width: 50px;
  height: 42px;
  margin-left: auto;
  object-fit: contain;
  object-position: center;
}

.checkout-summary .checkout-total {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #e3f2ff;
}

.checkout-total strong {
  font-size: 1.15rem;
}

.empty-cart {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 18px;
  border-radius: 8px;
  background: #f7fbff;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.empty-cart a {
  color: var(--blue-dark);
  font-weight: 900;
}

.contact-section p {
  max-width: 640px;
}

.contact-card {
  display: grid;
  gap: 12px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 72px;
  padding: 28px clamp(16px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--text);
}

.site-footer span {
  display: block;
  margin-top: 4px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-socials a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue-dark);
  font-weight: 900;
}

.latest-tech-section {
  margin-top: 64px;
  padding: clamp(28px, 5vw, 54px) 0;
  border-top: 1px solid var(--line);
}

.latest-tech-heading {
  max-width: 680px;
  margin: 0 auto 28px;
  text-align: center;
}

.latest-tech-heading h2 {
  margin: 5px 0 8px;
  color: #101827;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.latest-tech-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

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

.latest-tech-card {
  min-width: 0;
}

.latest-tech-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #eaf2fa;
  box-shadow: 0 10px 25px rgba(16, 24, 39, .12);
}

.latest-tech-image img,
.latest-tech-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.latest-tech-card:hover .latest-tech-image img,
.latest-tech-card:hover .latest-tech-image video { transform: scale(1.035); }

.latest-tech-card > span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 750;
}

.latest-tech-card h3 {
  margin: 6px 0 0;
  color: #111827;
  font-size: .92rem;
  line-height: 1.42;
}

.site-footer {
  display: block;
  margin-top: 0;
  padding: 42px clamp(18px, 6vw, 88px) 22px;
  border-top: 0;
  background: #121212;
  color: #d5d9df;
}

.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr);
  gap: 28px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid #3b3b3b;
  border-radius: 8px;
  background: #1d1d1d;
}

.footer-newsletter strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.footer-newsletter span {
  display: block;
  margin-top: 5px;
  color: #aeb6c1;
  font-size: .82rem;
}

.footer-account-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  color: #111827;
  font-size: .9rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.footer-account-button:hover {
  background: #edf7ff;
  box-shadow: 0 10px 28px rgba(3, 151, 255, .2);
  transform: translateY(-1px);
}

.footer-account-button:focus-visible {
  outline: 3px solid rgba(3, 151, 255, .42);
  outline-offset: 3px;
}

.footer-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer-newsletter-form input,
.footer-newsletter-form button {
  min-height: 44px;
  border: 1px solid #474747;
  font: inherit;
}

.footer-newsletter-form input {
  min-width: 0;
  padding: 0 14px;
  border-radius: 6px 0 0 6px;
  background: #151515;
  color: #ffffff;
  outline: none;
}

.footer-newsletter-form input:focus { border-color: #0397ff; }

.footer-newsletter-form button {
  padding: 0 18px;
  border-radius: 0 6px 6px 0;
  background: #ffffff;
  color: #111827;
  cursor: pointer;
  font-weight: 850;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 70px);
  padding: 42px 0 34px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column strong {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: .82rem;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  margin: 0;
  color: #b8c0ca;
  font-size: .8rem;
  line-height: 1.4;
}

.footer-column a:hover { color: #ffffff; }
.footer-contact-column span { color: #818b98; font-size: .7rem; }

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #2d2d2d;
  color: #89929d;
  font-size: .74rem;
  text-align: center;
}

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

@media (max-width: 760px) {
  .latest-tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .latest-tech-card h3 { font-size: .82rem; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 16px; }
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.logout-confirm-modal {
  position: fixed;
  z-index: 260;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}
.logout-confirm-modal[hidden] { display: none; }
.logout-confirm-backdrop { position: absolute; inset: 0; background: rgba(8, 24, 40, .62); backdrop-filter: blur(5px); }
.logout-confirm-dialog {
  position: relative;
  width: min(420px, 100%);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #d5e4f1;
  border-radius: 20px;
  background: #fff;
  color: #122a42;
  text-align: center;
  box-shadow: 0 24px 70px rgba(4, 24, 43, .24);
}
.logout-confirm-icon { width: 52px; height: 52px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; background: #eaf5ff; color: #087df0; font-size: 27px; font-weight: 900; }
.logout-confirm-dialog h2 { margin: 0 0 9px; font-size: 24px; }
.logout-confirm-dialog p { margin: 0 auto 24px; max-width: 330px; color: #65798c; font-size: 14px; line-height: 1.55; }
.logout-confirm-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.logout-confirm-actions button { min-height: 48px; border-radius: 11px; font: inherit; font-weight: 850; cursor: pointer; }
.logout-cancel-button { border: 1px solid #cbdce9; background: #f6f9fc; color: #29455e; }
.logout-approve-button { border: 1px solid #d92f3f; background: #d92f3f; color: #fff; box-shadow: 0 8px 20px rgba(217,47,63,.2); }
.logout-approve-button:disabled { opacity: .65; cursor: wait; }
body.logout-confirm-open { overflow: hidden; }

@media (max-width: 480px) {
  .logout-confirm-dialog { padding: 25px 19px 20px; border-radius: 18px; }
  .logout-confirm-actions { grid-template-columns: 1fr; }
  .logout-cancel-button { order: 2; }
  .logout-approve-button { order: 1; }
}

@media (max-width: 430px) {
  .latest-tech-grid { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-newsletter-form { grid-template-columns: 1fr; gap: 8px; }
  .footer-newsletter-form input,
  .footer-newsletter-form button { border-radius: 6px; }
}

.detail-header {
  grid-template-columns: 190px minmax(280px, 1fr) auto;
}

.product-detail-page {
  padding-top: clamp(24px, 5vw, 54px);
}

.category-page {
  padding-top: clamp(24px, 5vw, 54px);
}

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.category-hero h1 {
  max-width: 760px;
}

.category-hero-image {
  height: 250px;
}

.category-list-head {
  margin-top: clamp(32px, 5vw, 58px);
}

.category-list-head span {
  color: var(--muted);
  font-weight: 900;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.detail-gallery,
.detail-info,
.missing-product {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.detail-gallery {
  padding: clamp(16px, 3vw, 28px);
}

.detail-main-image {
  min-height: 470px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(3, 151, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #f4f9ff, #ffffff);
}

.detail-main-image img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  padding: 22px;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.detail-thumbs button {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}

.detail-thumbs button.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(3, 151, 255, 0.12);
}

.detail-thumbs img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
}

.detail-info {
  position: static;
  padding: clamp(22px, 4vw, 40px);
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-weight: 900;
}

.detail-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  margin-bottom: 0;
}

.detail-info h1 {
  margin-bottom: 16px;
  color: #07111f;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  font-weight: 850;
  line-height: 1.12;
}

.detail-description-section {
  margin-top: 22px;
}

.detail-description-section h2 {
  margin: 0 0 12px;
  color: #07111f;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 850;
}

.product-spec-table {
  margin: 22px 0 0;
  border-top: 1px solid #dfe4ea;
}

.product-spec-table > div {
  display: grid;
  grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
  gap: 16px;
  padding: 15px 6px;
  border-bottom: 1px solid #dfe4ea;
}

.product-spec-table dt,
.product-spec-table dd {
  margin: 0;
}

.product-spec-table dt {
  color: #07111f;
  font-weight: 800;
}

.product-spec-table dd {
  color: #5c6673;
  font-weight: 500;
  line-height: 1.5;
}

.detail-price {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
  color: #344255;
  font-weight: 700;
}

.detail-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

.cart-detail-button {
  gap: 10px;
}

.missing-product {
  padding: clamp(28px, 5vw, 54px);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 176px 1fr auto;
  }

  .quick-actions {
    display: none;
  }

  .category-menu {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .shop-hero,
  .hero-banner,
  .contact-section,
  .product-detail,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .detail-info {
    position: static;
  }

  .promo-stack {
    grid-template-columns: 1fr;
  }

  .shop-category-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-grid,
  .home-category-grid,
  .compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-hero {
    grid-template-columns: 1fr;
  }

  .software-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-topbar {
    grid-template-columns: 1fr auto;
    padding: 12px;
  }

  .admin-topbar img {
    width: 128px;
    height: 38px;
  }

  .admin-topbar > .admin-title-block {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .admin-panel {
    padding: 22px 16px;
  }

  .account-name-grid {
    grid-template-columns: 1fr;
  }

  .account-dialog {
    padding: 24px 18px;
  }

  .top-bar {
    display: none;
  }

  .site-header {
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    width: 140px;
    height: 44px;
  }

  .site-header .quick-actions {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 5px;
  }

  .quick-actions .detail-account-link,
  .quick-actions .mobile-support-link {
    display: grid !important;
    min-width: 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 7px;
    color: var(--text);
  }

  .detail-account-link svg,
  .mobile-support-link img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .detail-account-link svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .detail-category-link {
    display: grid !important;
    grid-column: 4;
    grid-row: 1;
    width: 36px;
    height: 36px;
    place-items: center;
    justify-self: end;
    padding-left: 8px;
  }

  .detail-category-link img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  .support-trigger,
  .account-trigger,
  .cart-link {
    min-width: 42px !important;
    width: 42px;
    height: 42px;
    padding: 5px;
    place-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #ffffff;
  }

  .support-trigger > img {
    width: 29px;
    height: 29px;
  }

  .support-trigger > span,
  .account-label {
    display: none;
  }

  .account-icon {
    display: block;
  }

  .cart-link img {
    width: 28px;
    height: 28px;
  }

  .support-dropdown {
    position: fixed;
    top: 66px;
    right: 14px;
    width: min(310px, calc(100vw - 28px));
  }

  .site-header .category-menu {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .category-button {
    width: 100%;
    justify-content: center;
  }

  .category-dropdown {
    width: 100%;
    max-width: none;
  }

  .search {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 118px;
    height: 42px;
    justify-self: end;
    grid-template-columns: 1fr;
    border-color: transparent;
    background: transparent;
  }

  .search input,
  .search .search-results {
    display: none;
  }

  .search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    border-radius: 8px;
  }

  .search button::before {
    content: "⌕";
    font-size: 1.3rem;
    line-height: 1;
  }

  .search.is-mobile-open {
    width: 100%;
    grid-template-columns: 1fr auto;
    border-color: var(--line);
    background: #ffffff;
  }

  .search.is-mobile-open input {
    display: block;
    text-align: center;
  }

  .search.is-mobile-open .search-results.is-open {
    display: grid;
  }

  .nav-toggle {
    display: none;
  }

  .detail-header {
    grid-template-columns: 136px 1fr;
  }

  .category-strip {
    display: none;
    padding: 10px 14px;
  }

  main {
    padding: 14px 14px 0;
  }

  .hero-banner {
    min-height: 480px;
    align-items: end;
    grid-template-columns: 1fr;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.98)),
      url("assets/digisolve-3d-it-background.png") center / cover;
  }

  .service-hero-banner {
    min-height: 610px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(0, 35, 52, .64), rgba(0, 71, 91, .22)),
      url("assets/service-teal-background.png") center / cover no-repeat;
  }

  h1 {
    font-size: clamp(2.15rem, 13vw, 3.6rem);
  }

  .detail-main-image {
    min-height: 320px;
  }

  .detail-main-image img {
    max-height: 320px;
  }

  .promo-stack,
  .hero-feature-grid,
  .software-logo-grid,
  .shop-category-board,
  .category-grid,
  .home-category-grid,
  .product-store-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .shop-category-board article {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-news-bar,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-actions {
    flex-wrap: wrap;
  }

  .home-category-image {
    height: 220px;
  }

  .category-hero-image {
    height: 210px;
  }

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

  .admin-product-row {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .admin-row-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .section-head,
  .deal-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  /* Mobile storefront header inspired by a compact shopping app bar. */
  .site-header {
    grid-template-columns: 110px 58px minmax(108px, 1fr) 44px;
    grid-template-rows: 44px;
    gap: 2px;
    align-items: center;
    padding: 10px 14px;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    width: 108px;
    height: 40px;
  }

  .site-header .search {
    grid-column: 2;
    grid-row: 1;
    width: 58px;
    height: 36px;
    justify-self: stretch;
    transform: translateX(20px);
  }

  .search button {
    padding: 0 4px 0 27px;
    border-radius: 7px;
    background: transparent url("assets/mobile-search-icon.png") 3px center / 22px 22px no-repeat;
    color: #0a4f91;
    font-size: 0;
    font-weight: 800;
  }

  .search button::after {
    content: "Search";
    font-size: 0.62rem;
  }

  .search button::before {
    content: none;
  }

  .search.is-mobile-open {
    position: fixed;
    z-index: 90;
    top: 68px;
    left: 14px;
    right: 14px;
    grid-column: 1 / -1;
    width: auto;
    height: 46px;
    margin: 0;
    justify-self: stretch;
    transform: none;
  }

  .site-header .quick-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 0;
  }

  .support-trigger,
  .account-trigger,
  .cart-link {
    min-width: 36px !important;
    width: 36px;
    height: 36px;
    padding: 4px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    box-shadow: none;
  }

  .support-trigger > img,
  .account-icon,
  .cart-link img {
    width: 26px;
    height: 26px;
  }

  .site-header .category-menu {
    grid-column: 4;
    grid-row: 1;
    padding-left: 8px;
  }

  .category-button {
    width: 36px;
    height: 36px;
    padding: 5px;
    justify-content: center;
    border-radius: 7px;
    font-size: 0;
  }

  .category-menu-icon {
    width: 26px;
    height: 26px;
  }

  .category-dropdown {
    position: fixed;
    top: 68px;
    left: 14px;
    right: 14px;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 84px);
  }

  .support-dropdown {
    top: 62px;
  }

  .shop-category-board {
    gap: 14px;
    margin-bottom: 18px;
  }

  .shop-category-board article {
    gap: 12px;
    padding: 13px;
    border-radius: 12px;
    box-shadow: none;
  }

  .shop-category-board a {
    min-height: 172px;
    gap: 10px;
  }

  .shop-category-board span.category-mini-image,
  .shop-category-board .category-mini-image img {
    height: 122px;
  }

  .shop-category-board strong {
    font-size: 0.82rem;
    text-transform: uppercase;
  }
}

/* Final compact product catalogue overrides */
.product-store-grid,
.category-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.store-product-card {
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(31, 54, 83, 0.06);
}

.store-product-image,
.store-product-image img {
  height: 170px;
  min-height: 170px;
}

.store-product-image { margin-bottom: 11px; }
.store-product-image img { padding: 6px; }
.store-product-card .badge { top: 8px; right: 8px; padding: 5px 8px; font-size: 0.68rem; }
.store-category { margin-bottom: 5px; font-size: 0.68rem; }
.store-product-card h3 { min-height: 40px; margin-bottom: 8px; font-size: 0.9rem; line-height: 1.3; }
.store-product-card .price { display: block; margin-bottom: 10px; color: #07111f; font-size: 1rem; }
.store-product-card .mini-button { min-height: 38px; font-size: 0.82rem; }
.store-product-card .cart-icon { width: 19px; height: 19px; }

@media (max-width: 1100px) {
  .product-store-grid,
  .category-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .product-store-grid,
  .category-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .store-product-card { padding: 9px; border-radius: 12px; }
  .store-product-image,
  .store-product-image img { height: 132px; min-height: 132px; }
  .store-product-image { margin-bottom: 9px; }
  .store-product-image img { padding: 3px; }
  .store-product-card .badge { top: 6px; right: 6px; padding: 4px 6px; font-size: 0.58rem; }
  .store-category { font-size: 0.58rem; }
  .store-product-card h3 { min-height: 38px; margin-bottom: 6px; font-size: 0.76rem; }
  .store-product-card .price { margin-bottom: 8px; font-size: 0.84rem; }
  .store-product-card .mini-button { min-height: 34px; gap: 5px; font-size: 0.72rem; }
  .store-product-card .cart-icon { width: 17px; height: 17px; }
  .store-product-card .cart-button,
  .store-product-card .whatsapp-card-button,
  .store-product-card .favorite-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
  }
  .store-product-card .cart-icon { width: 15px; height: 15px; }
  .cart-button-label { display: none; }
  .whatsapp-card-button { min-width: 34px; padding: 0 7px; }
  .whatsapp-card-button img { width: 19px; height: 19px; }
  .whatsapp-card-button span { display: none; }
  .product-quick-actions { gap: 5px; }
  .favorite-button svg { width: 24px; height: 22px; }

  .detail-actions {
    flex-wrap: nowrap;
  }

  .detail-actions .cart-detail-button,
  .detail-actions .whatsapp-order {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
  }

  .detail-actions .action-label {
    display: none;
  }

  .detail-actions .cart-icon,
  .detail-actions .whatsapp-order img {
    width: 20px;
    height: 20px;
  }
}

.detail-price {
  color: #07111f;
}

.detail-description {
  color: #344255;
  font-weight: 400;
  line-height: 1.7;
}

.detail-description + .detail-price,
.detail-list + .detail-price {
  margin-top: 22px;
}

.product-spec-table + .detail-price {
  margin-top: 24px;
}

.delivery-info-card,
.related-products-section {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.delivery-info-card {
  padding: clamp(20px, 3vw, 30px);
}

.delivery-heading {
  display: flex;
  gap: 12px;
  align-items: center;
}

.delivery-heading svg {
  width: 30px;
  height: 25px;
  flex: 0 0 auto;
}

.delivery-heading path {
  fill: none;
  stroke: var(--blue-dark);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delivery-heading h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
}

.delivery-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 190px;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
}

.delivery-details p {
  max-width: 560px;
  margin: 0;
  color: #667386;
  line-height: 1.65;
}

.delivery-details strong,
.delivery-details span {
  color: #07111f;
  font-weight: 750;
}

.related-products-section {
  padding: clamp(22px, 4vw, 38px);
}

.related-products-head h2 {
  margin: 5px 0 20px;
  color: #07111f;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.related-products-grid {
  margin-top: 0;
}

.product-extra-info {
  grid-column: 1 / -1;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.product-extra-info h2 {
  margin: 6px 0 20px;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.product-extra-grid {
  display: grid;
  gap: 10px;
}

.product-extra-grid details {
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
}

.product-extra-grid summary {
  color: #07111f;
  font-weight: 850;
  cursor: pointer;
}

.product-extra-grid p {
  margin: 11px 0 0;
  color: #344255;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .detail-info h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .detail-description-section {
    margin-top: 18px;
  }

  .product-spec-table > div {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 3px;
    font-size: 0.9rem;
  }

  .delivery-details {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-top: 16px;
  }

  .delivery-details p {
    grid-column: 1 / -1;
    font-size: 0.9rem;
  }

  .delivery-details strong,
  .delivery-details span {
    font-size: 0.88rem;
  }

  .related-products-section {
    padding: 16px 10px;
  }

  .detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .detail-actions .cart-detail-button,
  .detail-actions .whatsapp-order {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
  }

  .detail-actions .action-label {
    display: inline;
  }

  .product-extra-info {
    padding: 22px 16px;
  }
}

/* Mobile emphasis for the main field-service card */
@media (max-width: 720px) {
  .service-hero-banner {
    min-height: 0;
    padding: 28px 22px 24px;
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(0, 34, 53, .69), rgba(0, 91, 112, .2)),
      url("assets/service-teal-background.png") center / cover no-repeat;
  }

  .service-hero-banner .eyebrow {
    margin-bottom: 18px;
    padding: 7px 12px;
    font-size: .68rem;
  }

  .service-hero-banner h1 {
    max-width: 360px;
    margin: 0 auto;
    font-size: clamp(2.35rem, 11.4vw, 3.05rem);
    line-height: 1.03;
    text-align: center;
  }

  .service-hero-banner .service-intro {
    margin-top: 17px;
    font-size: .94rem;
    line-height: 1.72;
  }

  .service-hero-banner .field-service-note {
    margin-top: 16px;
    padding: 14px;
  }

  .service-hero-banner .field-service-note strong {
    font-size: .95rem;
  }

  .service-hero-banner .field-service-note span {
    font-size: .86rem;
    line-height: 1.55;
  }

  .service-hero-banner .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
  }

  .service-hero-banner .hero-actions .button {
    width: 100%;
    min-height: 46px;
    padding: 0 8px;
    border-radius: 11px;
    font-size: .78rem;
    white-space: nowrap;
  }

  .service-hero-banner .field-support-button img {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .service-hero-banner .service-points-title {
    margin-top: 20px;
    text-align: center;
  }

  .service-hero-banner .service-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .service-hero-banner .service-points span {
    min-height: 42px;
    justify-content: flex-start;
    padding: 8px 9px;
    border-left-width: 3px;
    border-radius: 7px;
    text-align: left;
    font-size: .73rem;
    line-height: 1.2;
  }

}

/* Desktop-only balance for the main service card */
@media (min-width: 1101px) {
  .service-hero-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 44px clamp(52px, 6vw, 104px);
  }

  .service-hero-banner .hero-copy-block {
    width: min(100%, 980px);
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }

  .service-hero-banner h1 {
    max-width: 850px;
    font-size: clamp(2.45rem, 3.2vw, 3.9rem);
    line-height: 1.02;
  }

  .service-hero-banner .service-intro {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }

  .service-hero-banner .hero-actions {
    justify-content: center;
    margin-top: 22px;
  }

  .service-hero-banner .hero-actions .button {
    width: 220px;
  }

  .service-hero-banner .service-points-title {
    margin-top: 24px;
    text-align: center;
  }

  .service-hero-banner .service-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 900px);
    margin-right: auto;
    margin-left: auto;
  }

  .service-hero-banner .service-points span {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Header stability override — intentionally last so older responsive rules cannot move it. */
.site-header > * { min-width: 0; }
.site-header .search { width: 100%; min-width: 0; transform: none; }
.site-header .quick-actions { justify-self: end; white-space: nowrap; }
.site-header .nav-toggle { display: none; }

@media (min-width: 1101px) {
  .site-header:not(.detail-header) { grid-template-columns: minmax(170px,190px) auto minmax(280px,1fr) auto 78px; }
  .site-header:not(.detail-header) .brand { grid-column: 1; }
  .site-header:not(.detail-header) .category-menu { grid-column: 2; }
  .site-header:not(.detail-header) .search { grid-column: 3; }
  .site-header:not(.detail-header) .quick-actions { grid-column: 4; }
  .site-header.detail-header { grid-template-columns: minmax(170px,190px) minmax(280px,1fr) auto 78px 44px; }
  .detail-header .brand { grid-column: 1; }
  .detail-header .search { grid-column: 2; }
  .detail-header .quick-actions { grid-column: 3; }
  .detail-header .detail-category-link { display:grid !important; grid-column:5; width:42px; height:42px; place-items:center; justify-self:end; }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .site-header, .site-header.detail-header {
    grid-template-columns: 150px minmax(220px,1fr) auto 76px 44px;
    grid-template-rows: 48px;
    gap: 12px;
    padding: 12px clamp(16px,3vw,30px);
  }
  .site-header .brand { grid-column:1; grid-row:1; }
  .site-header .brand img { width:145px; height:44px; }
  .site-header .search { grid-column:2; grid-row:1; height:44px; }
  .site-header .quick-actions { display:flex; grid-column:3; grid-row:1; gap:4px; }
  .site-header .category-menu, .detail-header .detail-category-link {
    display:grid !important; grid-column:5; grid-row:1; width:42px; height:42px; padding:0; place-items:center;
  }
  .site-header .category-button { width:42px; height:42px; padding:6px; justify-content:center; font-size:0; }
  .site-header .category-menu-icon { width:28px; height:28px; }
  .site-header .support-trigger, .site-header .account-trigger, .site-header .cart-link,
  .quick-actions .detail-account-link {
    min-width:42px !important; width:42px; height:42px; padding:6px; place-items:center; justify-content:center;
  }
  .site-header .support-trigger > span, .site-header .account-label { display:none; }
  .site-header .account-icon { display:block; }
  .site-header .support-trigger > img, .site-header .account-icon, .site-header .cart-link img,
  .detail-account-link svg { width:27px; height:27px; }
  .site-header .category-dropdown { right:0; left:auto; }
}

@media (max-width: 720px) {
  .site-header, .site-header.detail-header {
    grid-template-columns: minmax(86px,96px) 52px minmax(100px,1fr) 34px 36px;
    grid-template-rows:44px;
    column-gap:4px;
    row-gap:0;
    padding:10px 12px;
  }
  .site-header .brand { grid-column:1; grid-row:1; }
  .site-header .brand img { width:94px; height:40px; }
  .site-header .search { grid-column:2; grid-row:1; width:50px; height:36px; justify-self:center; transform:none; }
  .site-header .quick-actions { display:flex; grid-column:3; grid-row:1; gap:2px; justify-content:flex-end; }
  .site-header .category-menu, .detail-header .detail-category-link {
    display:grid !important; grid-column:5; grid-row:1; width:36px; height:36px; padding:0; place-items:center; justify-self:end;
  }
  .site-header .category-button { width:36px; height:36px; padding:5px; }
  .site-header .support-trigger, .site-header .account-trigger, .site-header .cart-link,
  .quick-actions .detail-account-link { min-width:34px !important; width:34px; height:36px; padding:4px; }
  .site-header .support-trigger > img, .site-header .account-icon, .site-header .cart-link img,
  .detail-account-link svg { width:25px; height:25px; }
  .site-header .category-menu { position:static; }
  .site-header .category-dropdown { top:64px; left:12px; right:12px; }
  .site-header .search.is-mobile-open {
    position:fixed; z-index:90; top:66px; left:12px; right:12px; width:auto; height:46px; transform:none;
  }
  .site-header .support-dropdown { top:58px; right:12px; }
}

@media (max-width: 380px) {
  .site-header, .site-header.detail-header {
    grid-template-columns:82px 44px minmax(96px,1fr) 30px 32px;
    column-gap:4px;
    padding-inline:10px;
  }
  .site-header .brand img { width:80px; }
  .site-header .search { width:42px; }
  .site-header .search button::after { content:"Search"; }
  .site-header .search button { padding:0 3px 0 25px; background-position:2px center; }
  .site-header .support-trigger, .site-header .account-trigger, .site-header .cart-link,
  .quick-actions .detail-account-link { min-width:32px !important; width:32px; }
}
/* Digital bird animation inside the technical-service hero */
.service-hero-banner .hero-copy-block {
  position: relative;
  z-index: 2;
}

.service-hero-banner::after {
  z-index: 4;
}

.digisolve-flight {
  position: absolute;
  top: 10%;
  left: -16rem;
  z-index: 1;
  width: clamp(10rem, 16vw, 15rem);
  opacity: 0.46;
  pointer-events: none;
  will-change: transform;
  --flight-distance: calc(100vw + 30rem);
  animation: digisolveFlightReturn 22s ease-in-out infinite;
  animation-delay: -4s;
}

.digisolve-tech-bird {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  animation: digisolveBirdBob 3.8s ease-in-out infinite;
}

.digisolve-tech-bird[hidden] {
  display: none;
}

.digisolve-cartoon-bird {
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(38% 47%, 52% 42%, 55% 22%, 78% 20%, 94% 36%, 97% 52%, 91% 62%, 72% 70%, 55% 78%, 40% 72%);
  filter: drop-shadow(0 10px 14px rgba(0, 126, 214, 0.2));
}

.digisolve-bird-art {
  position: relative;
  display: block;
  width: 100%;
  animation: digisolveBirdBob 2.5s ease-in-out infinite;
}

.digisolve-bird-wing,
.digisolve-bird-tail {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
}

.digisolve-bird-tail {
  clip-path: polygon(19% 40%, 34% 40%, 42% 57%, 38% 64%, 19% 58%);
  transform-origin: 39% 56%;
  animation: digisolveTailSway 1.05s ease-in-out infinite;
}

.digisolve-bird-wing-left {
  clip-path: polygon(35% 3%, 48% 2%, 52% 55%, 46% 61%, 36% 45%, 30% 18%);
  transform-origin: 48% 56%;
  animation: digisolveLeftWingFlap 0.68s ease-in-out infinite;
}

.digisolve-bird-wing-right {
  clip-path: polygon(52% 3%, 73% 3%, 73% 41%, 52% 41%);
  transform-origin: 59% 38%;
  animation: digisolveRightWingFlap 0.68s ease-in-out infinite;
}

.digisolve-tech-wing {
  transform-box: fill-box;
  transform-origin: 33% 78%;
  animation: digisolveWingFlap 2.55s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.digital-flight-trail {
  position: absolute;
  right: 82%;
  z-index: -1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(51, 218, 255, 0.76));
  filter: blur(0.3px);
}

.digital-flight-trail::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a9f5ff;
  box-shadow: -52px 0 0 rgba(105, 226, 255, 0.75), -104px 0 0 rgba(105, 226, 255, 0.4);
  transform: translateY(-50%);
}

.trail-one {
  top: 57%;
  width: 11rem;
}

.trail-two {
  top: 70%;
  width: 8rem;
  opacity: 0.62;
}

@keyframes digisolveFlightReturn {
  0% {
    transform: translate3d(0, 6%, 0) rotate(-2deg) scaleX(1);
  }
  52% {
    transform: translate3d(var(--flight-distance), 42%, 0) rotate(2deg) scaleX(1);
  }
  55% {
    transform: translate3d(var(--flight-distance), 42%, 0) rotate(0deg) scaleX(1);
  }
  57% {
    transform: translate3d(var(--flight-distance), 42%, 0) rotate(0deg) scaleX(-1);
  }
  90% {
    transform: translate3d(0, 6%, 0) rotate(2deg) scaleX(-1);
  }
  94% {
    transform: translate3d(0, 6%, 0) rotate(0deg) scaleX(-1);
  }
  100% {
    transform: translate3d(0, 6%, 0) rotate(-2deg) scaleX(1);
  }
}

@keyframes digisolveBirdBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes digisolveWingFlap {
  0%,
  100% {
    transform: rotate(-12deg) skewY(1deg);
  }
  50% {
    transform: rotate(18deg) skewY(-3deg) scaleY(0.9);
  }
}

@keyframes digisolveLeftWingFlap {
  0%,
  100% {
    transform: rotate(-3deg) translateY(0) scaleY(1);
  }
  50% {
    transform: rotate(16deg) translateY(3%) scaleY(0.76);
  }
}

@keyframes digisolveRightWingFlap {
  0%,
  100% {
    transform: rotate(2deg) translateY(0) scaleY(1);
  }
  50% {
    transform: rotate(-13deg) translateY(2%) scaleY(0.8);
  }
}

@keyframes digisolveTailSway {
  0%,
  100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(5deg) translateY(1%);
  }
}

.site-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00c9f3 0%, #078cf0 55%, #0758b9 100%);
  box-shadow: 0 1px 8px rgba(0, 153, 255, 0.32);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
}

@media (max-width: 760px) {
  .digisolve-flight {
    top: 17%;
    left: -11rem;
    width: 10rem;
    opacity: 0.42;
    --flight-distance: calc(100vw + 22rem);
    animation-duration: 18s;
    animation-delay: -3s;
  }

  .trail-one {
    width: 7rem;
  }

  .trail-two {
    width: 5rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .digisolve-flight {
    left: auto;
    right: -3rem;
    top: 12%;
    opacity: 0.09;
    animation: none;
  }

  .digisolve-tech-bird,
  .digisolve-cartoon-bird,
  .digisolve-bird-art,
  .digisolve-bird-wing,
  .digisolve-bird-tail,
  .digisolve-tech-wing {
    animation: none;
  }
}

/* Account identity and customer dashboard */
.account-initials,
.detail-account-name { display: none; }

.account-trigger.is-authenticated,
.detail-account-link.is-authenticated {
  border: 1px solid #cfe2f3;
  background: #f5faff;
  border-radius: 12px;
  color: #0b2947;
}

.account-trigger.is-authenticated .account-icon,
.detail-account-link.is-authenticated svg { display: none; }

.google-login-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid #d5dce5;
  border-radius: 11px;
  background: #fff;
  color: #172536;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 2px 7px rgba(16, 48, 76, .06);
}
.google-login-button:hover { border-color: #9fb8cf; background: #f9fbfd; }
.google-login-button svg { width: 21px; height: 21px; flex: 0 0 21px; }
.account-divider { display: flex; align-items: center; gap: 10px; color: #8494a5; font-size: 12px; }
.account-divider::before, .account-divider::after { content: ""; height: 1px; flex: 1; background: #dbe5ee; }

.customer-account-body { min-height: 100vh; background: #f5f8fc; color: #11263d; }
.customer-account-page { width: min(1240px, calc(100% - 40px)); margin: 36px auto 70px; }
.account-page-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.account-page-heading p, .account-section-title p { margin: 0 0 5px; color: #087df0; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.account-page-heading h1 { margin: 0 0 6px; font-size: clamp(25px, 3vw, 36px); }
.account-page-heading > div > span { color: #65798e; }
.account-page-avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #0b8ff5, #075ec2); color: #fff; font-weight: 900; font-size: 19px; box-shadow: 0 10px 25px rgba(8,125,240,.22); }
.customer-account-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 24px; align-items: start; }
.account-sidebar, .account-dashboard-content { border: 1px solid #dbe5ef; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(21,54,84,.06); }
.account-sidebar { overflow: hidden; }
.account-sidebar-user { padding: 22px 19px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e6edf4; }
.account-sidebar-user .account-page-avatar { width: 43px; height: 43px; font-size: 14px; }
.account-sidebar-user div { min-width: 0; display: grid; gap: 4px; }
.account-sidebar-user strong, .account-sidebar-user small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-sidebar-user small { color: #718397; }
.account-sidebar nav { display: grid; padding: 10px; }
.account-sidebar nav button { padding: 13px 14px; border: 0; border-radius: 10px; background: transparent; color: #495d71; text-align: left; font: inherit; font-weight: 750; cursor: pointer; }
.account-sidebar nav button:hover, .account-sidebar nav button.is-active { background: #eef6fe; color: #0877dd; }
.account-sidebar nav .account-sidebar-logout { margin-top: 5px; border-top: 1px solid #edf1f5; border-radius: 0 0 10px 10px; color: #b33232; }
.account-dashboard-content { min-height: 480px; padding: clamp(22px, 4vw, 38px); }
.account-dashboard-section { display: none; }
.account-dashboard-section.is-active { display: block; animation: accountFade .2s ease; }
@keyframes accountFade { from { opacity: .45; transform: translateY(3px); } }
.account-section-title { margin-bottom: 24px; }
.account-section-title h2 { margin: 0; font-size: clamp(23px, 3vw, 32px); }
.account-overview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.account-overview-grid button { min-height: 140px; display: grid; align-content: center; gap: 6px; padding: 20px; border: 1px solid #d8e5f1; border-radius: 15px; background: #f9fcff; color: #112b45; text-align: left; font: inherit; cursor: pointer; transition: transform .15s, border-color .15s; }
.account-overview-grid button:hover { transform: translateY(-2px); border-color: #7bbbf1; }
.account-overview-grid button span { color: #0a83ee; font-weight: 900; }
.account-overview-grid button strong { font-size: 18px; }
.account-overview-grid button small { color: #6f8294; font-size: 13px; }
.account-empty-state { padding: 42px 24px; border: 1px dashed #bfd4e7; border-radius: 14px; background: #f8fbfe; text-align: center; }
.account-empty-state strong { font-size: 18px; }
.account-empty-state p { max-width: 650px; margin: 10px auto 18px; color: #65798c; line-height: 1.6; }
.account-empty-state a { color: #087df0; font-weight: 850; }
.account-address-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.account-address-form label { display: grid; gap: 8px; color: #30455a; font-weight: 800; }
.account-address-form .full { grid-column: 1 / -1; }
.account-address-form input, .account-address-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #cdddeb; border-radius: 11px; background: #fff; color: #10283f; font: inherit; padding: 13px 14px; }
.account-address-form textarea { min-height: 115px; resize: vertical; }
.account-address-form .button { justify-self: start; min-width: 170px; }
.account-save-status { align-self: center; margin: 0; color: #158b55; font-weight: 750; }
.account-details-list { margin: 0; border: 1px solid #dbe5ef; border-radius: 14px; overflow: hidden; }
.account-details-list div { display: grid; grid-template-columns: 190px 1fr; gap: 18px; padding: 18px; border-bottom: 1px solid #e7eef5; }
.account-details-list div:last-child { border-bottom: 0; }
.account-details-list dt { color: #6b7d8e; font-weight: 700; }
.account-details-list dd { margin: 0; color: #17324c; font-weight: 800; }
.account-verified-badge { padding: 5px 9px; border-radius: 99px; background: #e8f8ef; color: #15945a; font-size: 12px; }
.account-security-note { padding: 16px; border-radius: 12px; background: #edf6ff; color: #4d6981; line-height: 1.55; }
.account-wishlist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.account-wishlist-grid > .account-empty-state { grid-column: 1 / -1; }
.account-wishlist-card { display: grid; gap: 9px; padding: 13px; border: 1px solid #dbe5ef; border-radius: 14px; color: #172d43; text-decoration: none; }
.account-wishlist-card img { width: 100%; height: 150px; object-fit: contain; border-radius: 9px; background: #fff; }
.account-wishlist-card span { color: #111; font-weight: 900; }
.account-loading { width: min(520px, calc(100% - 32px)); margin: 80px auto; padding: 24px; border: 1px solid #dbe6ef; border-radius: 15px; background: #fff; color: #62778b; text-align: center; font-weight: 750; }

@media (min-width: 1101px) {
  .account-trigger.is-authenticated { width: auto !important; min-width: 150px !important; padding: 6px 11px !important; }
  .account-trigger.is-authenticated .account-label { display: grid !important; }
  .account-trigger.is-authenticated .account-label strong { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .detail-account-link.is-authenticated { display: flex !important; width: auto !important; min-width: 120px !important; padding: 6px 10px !important; align-items: center; justify-content: center; }
  .detail-account-link.is-authenticated .detail-account-name { display: inline; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 850; }
}

@media (max-width: 1100px) {
  .account-trigger.is-authenticated, .detail-account-link.is-authenticated { min-width: 34px !important; width: 34px !important; height: 36px; padding: 2px !important; }
  .detail-account-link.is-authenticated { display: grid !important; place-items: center; }
  .account-trigger.is-authenticated .account-label, .detail-account-link.is-authenticated .detail-account-name { display: none !important; }
  .account-trigger.is-authenticated .account-initials, .detail-account-link.is-authenticated .account-initials { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #087df0; color: #fff; font-size: 10px; font-weight: 900; }
}

@media (max-width: 760px) {
  .customer-account-page { width: min(100% - 24px, 620px); margin-top: 22px; }
  .account-page-heading { align-items: flex-start; }
  .account-page-heading > .account-page-avatar { width: 48px; height: 48px; flex: 0 0 48px; font-size: 16px; }
  .account-page-heading h1 { font-size: 24px; }
  .account-page-heading > div > span { font-size: 13px; line-height: 1.45; }
  .customer-account-layout { grid-template-columns: 1fr; gap: 14px; }
  .account-sidebar-user { padding: 15px; }
  .account-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .account-sidebar nav button { padding: 11px 10px; text-align: center; font-size: 13px; }
  .account-sidebar nav .account-sidebar-logout { border: 0; border-radius: 10px; }
  .account-dashboard-content { min-height: 390px; padding: 21px 16px; }
  .account-overview-grid { gap: 10px; }
  .account-overview-grid button { min-height: 125px; padding: 14px; }
  .account-overview-grid button strong { font-size: 15px; }
  .account-address-form { grid-template-columns: 1fr; }
  .account-address-form .full { grid-column: auto; }
  .account-details-list div { grid-template-columns: 1fr; gap: 5px; }
  .account-wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .account-wishlist-card img { height: 115px; }
}
/* Digisolve chatbot */
.digisolve-chatbot {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9990;
  color: #0b2947;
  font-family: inherit;
}

.chatbot-launcher {
  width: auto;
  height: 66px;
  min-height: 66px;
  padding: 3px 12px 3px 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #087df0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 9px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.chatbot-launcher > span:not(.chatbot-robot) {
  padding: 9px 13px;
  border: 1px solid #d4e0eb;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: #111;
  box-shadow: 0 7px 20px rgba(7, 36, 68, .14);
  line-height: 1;
}

.chatbot-launcher:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.chatbot-launcher .chatbot-robot {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
}

.chatbot-robot {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: block;
  animation: chatbotRobotFloat 2.8s ease-in-out infinite;
  filter: drop-shadow(0 5px 5px rgba(1, 34, 66, .2));
}

.chatbot-robot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1.25);
}

.chatbot-robot-eye {
  position: absolute;
  top: 21.8%;
  width: 8%;
  height: 5.5%;
  overflow: hidden;
  border-radius: 999px;
  background: #122b3d;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .45);
  transform-origin: center;
  animation: chatbotEyeBlink 5.2s ease-in-out infinite;
}

.chatbot-robot-eye::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 31%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #70f3ff;
  box-shadow: 0 0 5px rgba(82, 237, 250, .95);
  animation: chatbotPupilLook 4.2s ease-in-out infinite;
}

.chatbot-robot-eye.is-left { left: 33.6%; }
.chatbot-robot-eye.is-right { left: 59.2%; animation-delay: .035s; }
.chatbot-robot-eye.is-right::after { animation-delay: .04s; }

@keyframes chatbotRobotFloat {
  0%, 100% { transform: translateY(1px) rotate(-1deg); }
  50% { transform: translateY(-3px) rotate(1deg); }
}

@keyframes chatbotPupilLook {
  0%, 18% { transform: translateX(-1.2px); }
  28%, 48% { transform: translateX(1.2px); }
  58%, 74% { transform: translateX(0); }
  82%, 100% { transform: translateX(-.7px); }
}

@keyframes chatbotEyeBlink {
  0%, 86%, 90%, 100% { transform: scaleY(1); }
  88% { transform: scaleY(.08); }
}

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

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: min(380px, calc(100vw - 24px));
  height: min(590px, 76vh);
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  background: #fff;
  border: 1px solid #c9def1;
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(7, 36, 68, 0.25);
}

.chatbot-header {
  min-height: 72px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #073764, #087df0);
  color: #fff;
}

.chatbot-header > div { display: grid; gap: 3px; }
.chatbot-header strong { font-size: 16px; }
.chatbot-header small { display: flex; align-items: center; gap: 5px; opacity: .9; }
.chatbot-header small i { width: 7px; height: 7px; border-radius: 50%; background: #48e28d; box-shadow: 0 0 0 3px rgba(72,226,141,.18); }

.chatbot-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(255,255,255,.94);
  overflow: hidden;
}

.chatbot-avatar .chatbot-robot { width: 39px; height: 39px; flex-basis: 39px; }

.chatbot-close {
  width: 34px;
  height: 34px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.chatbot-messages {
  overflow-y: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(#f8fbfe, #fff);
}

.chatbot-message { max-width: 88%; display: grid; gap: 6px; }
.chatbot-message p { margin: 0; padding: 11px 13px; border-radius: 15px; font-size: 14px; line-height: 1.45; }
.chatbot-message.is-assistant { align-self: flex-start; }
.chatbot-message.is-assistant p { background: #eaf4fd; border-bottom-left-radius: 4px; }
.chatbot-message.is-user { align-self: flex-end; }
.chatbot-message.is-user p { background: #087df0; color: #fff; border-bottom-right-radius: 4px; }
.chatbot-message a { justify-self: start; padding: 8px 11px; border-radius: 999px; background: #18a963; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }

.chatbot-quick-questions {
  padding: 8px 12px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  border-top: 1px solid #e4eef7;
  scrollbar-width: none;
}
.chatbot-quick-questions::-webkit-scrollbar { display: none; }
.chatbot-quick-questions button { flex: 0 0 auto; padding: 8px 10px; border: 1px solid #a8d1f4; border-radius: 999px; background: #f2f8fe; color: #0868bd; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }

.chatbot-form {
  padding: 9px 11px;
  display: flex;
  gap: 8px;
  border-top: 1px solid #e4eef7;
  background: #fff;
}
.chatbot-form input { min-width: 0; flex: 1; height: 43px; padding: 0 13px; border: 1px solid #c6d9eb; border-radius: 13px; background: #fff; color: #0b2947; font: inherit; font-size: 14px; outline: none; }
.chatbot-form input:focus { border-color: #087df0; box-shadow: 0 0 0 3px rgba(8,125,240,.12); }
.chatbot-form button { width: 43px; height: 43px; padding: 0; border: 0; border-radius: 13px; background: #087df0; color: #fff; font-size: 22px; cursor: pointer; }

.chatbot-disclaimer { margin: 0; padding: 0 12px 10px; text-align: center; color: #71849a; font-size: 10px; background: #fff; }
.chatbot-typing { align-self: flex-start; padding: 11px 13px; border-radius: 15px 15px 15px 4px; background: #eaf4fd; display: flex; gap: 4px; }
.chatbot-typing i { width: 6px; height: 6px; border-radius: 50%; background: #6d91b2; animation: chatbotTyping .8s infinite alternate; }
.chatbot-typing i:nth-child(2) { animation-delay: .15s; }
.chatbot-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes chatbotTyping { to { transform: translateY(-4px); opacity: .55; } }

.chatbot-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 600px) {
  .digisolve-chatbot { right: 12px; bottom: 12px; }
  .chatbot-panel { position: fixed; left: 12px; right: 12px; width: auto; height: min(610px, 76dvh); bottom: 78px; border-radius: 19px; }
  .chatbot-launcher { width: 64px; height: 64px; min-height: 64px; padding: 2px; justify-content: center; flex-direction: row; }
  .chatbot-launcher > span:not(.chatbot-robot) { display: none; }
  .chatbot-launcher .chatbot-robot { width: 60px; height: 60px; flex-basis: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .chatbot-robot,
  .chatbot-robot-eye,
  .chatbot-robot-eye::after { animation: none; }
}

/* Digisolve Tech immersive news pages */
.latest-tech-card { display: block; color: inherit; text-decoration: none; }
.latest-tech-card:focus-visible { outline: 3px solid #087df0; outline-offset: 4px; border-radius: 11px; }

.news-hero-body { margin: 0; min-height: 100%; overflow: hidden; background: #07111d; font-family: "Inter", sans-serif; }
.news-video-hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; color: #fff; }
.news-static-background { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.news-video-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,18,.78) 0%, rgba(2,10,18,.47) 48%, rgba(2,10,18,.2) 100%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 55%); }
.liquid-glass { position: relative; overflow: hidden; border: 0; background: rgba(255,255,255,.01); background-blend-mode: luminosity; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); box-shadow: inset 0 1px 1px rgba(255,255,255,.1); }
.liquid-glass::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(to bottom, rgba(255,255,255,.45) 0%, rgba(255,255,255,.15) 20%, transparent 40%, transparent 60%, rgba(255,255,255,.15) 80%, rgba(255,255,255,.45) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.news-hero-nav { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 32px clamp(32px, 6vw, 80px) 0; }
.news-symbol { width: 36px; height: 36px; display: block; color: #fff; }
.news-symbol svg { width: 100%; height: 100%; fill: currentColor; }
.news-desktop-nav { display: flex; align-items: center; gap: 31px; padding: 12px 32px; border-radius: 999px; }
.news-desktop-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .2s; }
.news-desktop-nav a:first-child, .news-desktop-nav a:hover { color: #fff; }
.news-account, .news-menu-button { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: rgba(255,255,255,.84); }
.news-account svg, .news-menu-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.news-menu-button { display: none; cursor: pointer; }
.news-menu-close-icon { position: absolute; opacity: 0; transform: rotate(90deg) scale(0); transition: .3s; }
.news-menu-open-icon { transition: .3s; }
.news-mobile-menu { display: none; }
.news-hero-content { position: relative; z-index: 10; min-height: calc(100svh - 68px); box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(72px, 12vh, 126px) clamp(32px, 6vw, 80px) 42px; transition: opacity .35s; }
.news-hero-copy { max-width: 760px; }
.news-community-badge { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 8px 16px; border-radius: 999px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 300; }
.news-avatar-stack { display: flex; margin-left: 2px; }
.news-avatar-stack img { width: 24px; height: 24px; margin-left: -8px; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; object-fit: cover; }
.news-avatar-stack img:first-child { margin-left: 0; }
.news-hero-category { margin: 0 0 12px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.news-hero-copy h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(42px, 6vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: -.05em; text-wrap: balance; }
.news-hero-subtitle { max-width: 670px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.4vw, 19px); font-weight: 300; line-height: 1.55; }
.news-hero-cta { margin-top: 30px; padding: 14px 27px; border-radius: 999px; color: #fff; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; transition: background .3s, transform .3s; }
.news-hero-cta:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.news-bottom-stats { display: flex; align-items: flex-end; gap: clamp(30px, 5vw, 64px); margin-top: 50px; }
.news-stat { display: flex; align-items: center; gap: 13px; }
.news-stat > div { display: grid; gap: 4px; }
.news-stat strong { color: #fff; font-size: clamp(20px, 2.1vw, 30px); font-weight: 400; }
.news-stat small { color: rgba(255,255,255,.6); font-size: 13px; font-weight: 300; }
.news-triangle-dots { position: relative; width: 20px; height: 20px; }
.news-triangle-dots i { position: absolute; width: 3px; height: 3px; background: rgba(255,255,255,.65); }
.news-triangle-dots i:nth-child(1){left:8px;top:0}.news-triangle-dots i:nth-child(2){left:5px;top:5px}.news-triangle-dots i:nth-child(3){left:11px;top:5px}.news-triangle-dots i:nth-child(4){left:2px;top:10px}.news-triangle-dots i:nth-child(5){left:8px;top:10px}.news-triangle-dots i:nth-child(6){left:14px;top:10px}.news-triangle-dots i:nth-child(7){left:0;top:16px}.news-triangle-dots i:nth-child(8){left:8px;top:16px}.news-triangle-dots i:nth-child(9){left:16px;top:16px}
.news-grid-dots { width: 16px; display: grid; grid-template-columns: repeat(3, 4px); gap: 2px; }
.news-grid-dots i { width: 4px; height: 4px; border-radius: 1px; background: rgba(255,255,255,.65); }
.news-grid-dots i:nth-child(even) { background: rgba(255,255,255,.08); }
.news-reader { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 22px; }
.news-reader[hidden] { display: none; }
.news-reader-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.68); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.news-reader-card { position: relative; width: min(720px, 100%); max-height: min(760px, 86svh); box-sizing: border-box; overflow-y: auto; padding: clamp(26px, 5vw, 48px); border-radius: 25px; background: rgba(9,24,38,.55); color: #fff; }
.news-reader-card > button { position: absolute; top: 16px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 25px; cursor: pointer; }
.news-reader-card > p { margin: 0 48px 12px 0; color: #7ed8ff; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.news-reader-card h2 { margin: 0 0 24px; font-size: clamp(26px, 4vw, 42px); font-weight: 500; line-height: 1.12; }
.news-reader-card [data-news-article] { display: grid; gap: 15px; }
.news-reader-card [data-news-article] p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; font-weight: 300; line-height: 1.7; }
.news-reader-card > a { display: inline-block; margin-top: 25px; color: #fff; font-weight: 600; }
body.news-reader-open { overflow: hidden; }

@media (max-width: 767px) {
  .news-hero-nav { padding: 24px 20px 0; }
  .news-symbol { width: 32px; height: 32px; }
  .news-desktop-nav, .news-account { display: none; }
  .news-menu-button { z-index: 50; display: grid; }
  .news-mobile-menu { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.8); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: opacity .5s ease-out, visibility .5s; }
  .news-mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 28px; opacity: 0; transform: translateY(-32px); transition: .5s ease-out; }
  .news-mobile-menu a { color: #fff; font-size: 24px; font-weight: 500; text-decoration: none; }
  .news-mobile-menu .news-mobile-account { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 14px; font-weight: 300; }
  .news-mobile-account span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 20px; }
  .news-menu-open .news-mobile-menu { opacity: 1; visibility: visible; }
  .news-menu-open .news-mobile-menu nav { opacity: 1; transform: translateY(0); }
  .news-menu-open .news-menu-open-icon { opacity: 0; transform: rotate(-90deg) scale(0); }
  .news-menu-open .news-menu-close-icon { opacity: 1; transform: rotate(0) scale(1); }
  .news-menu-open .news-hero-content { opacity: 0; pointer-events: none; }
  .news-hero-content { min-height: calc(100svh - 64px); padding: clamp(54px, 9vh, 82px) 20px 24px; }
  .news-community-badge { gap: 10px; margin-bottom: 20px; padding: 6px 12px; font-size: 12px; }
  .news-avatar-stack img { width: 21px; height: 21px; }
  .news-hero-category { font-size: 11px; }
  .news-hero-copy h1 { font-size: clamp(36px, 11vw, 51px); }
  .news-hero-subtitle { margin-top: 16px; font-size: 14px; }
  .news-hero-cta { margin-top: 23px; padding: 12px 22px; }
  .news-bottom-stats { gap: 25px; margin-top: 34px; }
  .news-stat { gap: 9px; }
  .news-stat strong { font-size: 19px; }
  .news-stat small { max-width: 120px; font-size: 11px; }
}

@media (max-width: 390px) {
  .news-bottom-stats { align-items: flex-start; flex-direction: column; gap: 14px; }
  .news-hero-content { padding-top: 42px; }
  .news-community-badge { margin-bottom: 15px; }
  .news-hero-subtitle { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
}

@media (prefers-reduced-motion: reduce) {
  .latest-tech-image video { display: none; }
  .news-mobile-menu, .news-mobile-menu nav, .news-hero-content, .news-menu-button svg { transition: none; }
}

/* Hyrje e shkurtër e markës në faqen kryesore */
.digisolve-brand-intro {
  position: relative;
  display: grid;
  height: 138px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #dcecff;
  background:
    radial-gradient(circle at 50% 52%, rgba(38, 191, 255, .16), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #eef8ff 50%, #ffffff 100%);
  opacity: 1;
  transition: height .62s cubic-bezier(.22, 1, .36, 1), opacity .42s ease, border-color .42s ease;
}

.digisolve-brand-intro.is-leaving {
  height: 0;
  border-color: transparent;
  opacity: 0;
}

.digisolve-brand-intro-stage {
  position: relative;
  display: grid;
  width: min(88vw, 470px);
  height: 112px;
  place-items: center;
}

.digisolve-brand-intro-stage::before {
  position: absolute;
  width: 62%;
  height: 34%;
  border-radius: 50%;
  background: rgba(0, 151, 255, .18);
  filter: blur(24px);
  content: "";
  animation: digisolveIntroGlow 1.7s ease-in-out both;
}

.digisolve-brand-intro-stage > img:not(.intro-running-robot) {
  position: relative;
  z-index: 2;
  width: min(64vw, 250px);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(0, 98, 207, .12);
  animation: digisolveIntroLogo 1.8s cubic-bezier(.16, 1, .3, 1) both;
}

.intro-orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(82vw, 390px);
  height: 106px;
  border: 2px solid rgba(0, 151, 255, .22);
  border-right-color: #08b9ff;
  border-left-color: #126cff;
  border-radius: 50%;
  animation: digisolveIntroOrbit 1.8s cubic-bezier(.22, 1, .36, 1) both;
}

.intro-spark {
  position: absolute;
  z-index: 3;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: #0aaeff;
  box-shadow: 0 0 12px rgba(0, 174, 255, .5);
  opacity: 0;
  animation: digisolveIntroSpark .9s .46s ease-out both;
}

.intro-football {
  position: absolute;
  z-index: 4;
  top: 51%;
  left: -12%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  font-size: 29px;
  line-height: 1;
  opacity: 0;
  filter: drop-shadow(0 7px 6px rgba(3, 34, 64, .22));
  animation: digisolveFootballKick 1.38s .12s cubic-bezier(.2, .75, .28, 1) both;
}

.spark-one { top: 17px; left: 14%; transform: rotate(28deg); }
.spark-two { top: 25px; right: 13%; background: #135dff; transform: rotate(-22deg); }
.spark-three { bottom: 18px; left: 23%; background: #18c8e8; transform: rotate(-35deg); }
.spark-four { right: 22%; bottom: 13px; transform: rotate(38deg); }

@keyframes digisolveIntroLogo {
  0% { opacity: 0; transform: translateY(16px) scale(.7); }
  32% { opacity: 1; transform: translateY(0) scale(1); }
  55% { transform: translateX(0) rotate(0) scale(1); }
  61% { transform: translateX(10px) rotate(2.6deg) scale(.965); }
  70% { transform: translateX(-3px) rotate(-1deg) scale(1.012); }
  82%, 100% { opacity: 1; transform: translateX(0) rotate(0) scale(1); }
}

@keyframes digisolveFootballKick {
  0% { left: -12%; opacity: 0; transform: translateY(-50%) rotate(0deg) scale(.72); }
  12% { opacity: 1; }
  67% { left: 27%; opacity: 1; transform: translateY(-50%) rotate(430deg) scale(1); }
  73% { left: 30%; transform: translateY(-50%) rotate(485deg) scale(.82); }
  100% { top: 20%; left: 17%; opacity: 0; transform: translateY(-50%) rotate(720deg) scale(.6); }
}

@keyframes digisolveIntroOrbit {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-95deg) scale(.45); }
  45% { opacity: 1; }
  100% { opacity: .7; transform: translate(-50%, -50%) rotate(205deg) scale(1); }
}

@keyframes digisolveIntroGlow {
  0% { opacity: 0; transform: scale(.45); }
  60% { opacity: 1; transform: scale(1.15); }
  100% { opacity: .7; transform: scale(1); }
}

@keyframes digisolveIntroSpark {
  0% { opacity: 0; translate: 0 10px; scale: .35; }
  45% { opacity: 1; scale: 1.2; }
  100% { opacity: 0; translate: 0 -13px; scale: .55; }
}

@media (max-width: 700px) {
  .digisolve-brand-intro { height: 112px; }
  .digisolve-brand-intro-stage { height: 92px; }
  .digisolve-brand-intro-stage > img:not(.intro-running-robot) { width: min(58vw, 205px); }
  .intro-orbit { width: min(70vw, 265px); height: 72px; }
  .intro-football { width: 29px; height: 29px; font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .digisolve-brand-intro-stage > img:not(.intro-running-robot),
  .digisolve-brand-intro-stage::before,
  .intro-orbit,
  .intro-spark,
  .intro-football { animation: none; }
  .intro-spark, .intro-orbit, .intro-football { display: none; }
}

/* Roboti hyn, merr logon dhe e nxjerr nga skena */
.digisolve-brand-intro-stage > img:not(.intro-running-robot) {
  animation: digisolveRobotCarryLogo 2.85s cubic-bezier(.42, 0, .2, 1) both;
}

.intro-humanoid-robot {
  position: absolute;
  z-index: 4;
  bottom: 13px;
  left: -15%;
  display: block;
  width: 52px;
  height: 74px;
  opacity: 0;
  filter: drop-shadow(0 7px 7px rgba(5, 49, 89, .2));
  animation: digisolveRobotCarry 2.85s cubic-bezier(.42, 0, .2, 1) both;
}

.robot-antenna {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 24px;
  width: 3px;
  height: 9px;
  border-radius: 3px;
  background: #123a65;
}

.robot-antenna::before {
  position: absolute;
  top: -3px;
  left: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0cc5ff;
  box-shadow: 0 0 8px rgba(12, 197, 255, .75);
  content: "";
}

.robot-head {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 9px;
  display: flex;
  width: 34px;
  height: 25px;
  align-items: center;
  justify-content: space-evenly;
  border: 3px solid #143a62;
  border-radius: 10px 10px 8px 8px;
  background: linear-gradient(145deg, #f8fdff, #acdff5);
  box-shadow: inset 0 -4px 7px rgba(0, 126, 205, .18);
}

.robot-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00bfff;
  box-shadow: 0 0 6px #00bfff;
}

.robot-body {
  position: absolute;
  z-index: 2;
  top: 31px;
  left: 12px;
  width: 29px;
  height: 28px;
  border: 3px solid #143a62;
  border-radius: 7px 7px 10px 10px;
  background: linear-gradient(150deg, #eefaff, #54c8f2);
}

.robot-body::after {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 8px;
  height: 5px;
  border-radius: 4px;
  background: #087dd4;
  content: "";
}

.robot-arm {
  position: absolute;
  z-index: 5;
  top: 34px;
  width: 7px;
  height: 29px;
  border: 2px solid #143a62;
  border-radius: 7px;
  background: #84d7f5;
  transform-origin: 50% 4px;
}

.robot-arm-front {
  right: 3px;
  animation: digisolveRobotFrontArm 2.85s ease-in-out both;
}

.robot-arm-back {
  left: 5px;
  z-index: 1;
  animation: digisolveRobotBackArm 2.85s ease-in-out both;
}

.robot-leg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 8px;
  height: 20px;
  border: 2px solid #143a62;
  border-radius: 5px;
  background: #65c9ef;
  transform-origin: 50% 2px;
}

.robot-leg-front { left: 27px; animation: digisolveRobotLegFront .34s ease-in-out infinite alternate; }
.robot-leg-back { left: 16px; animation: digisolveRobotLegBack .34s ease-in-out infinite alternate; }

@keyframes digisolveRobotCarryLogo {
  0%, 40% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  46% { transform: translate(6px, 5px) rotate(-1.5deg) scale(.98); }
  52% { transform: translate(10px, -8px) rotate(1deg) scale(.98); }
  91% { opacity: 1; transform: translate(330px, -8px) rotate(1deg) scale(.98); }
  100% { opacity: 0; transform: translate(385px, -8px) rotate(1deg) scale(.98); }
}

@keyframes digisolveRobotCarry {
  0% { left: -15%; opacity: 0; transform: translateY(0); }
  7% { opacity: 1; }
  36% { left: 24%; opacity: 1; transform: translateY(0); }
  44% { left: 25%; transform: translateY(5px) rotate(-4deg); }
  52% { left: 27%; transform: translateY(-5px) rotate(0); }
  91% { left: 95%; opacity: 1; transform: translateY(-5px); }
  100% { left: 111%; opacity: 0; transform: translateY(-5px); }
}

@keyframes digisolveRobotFrontArm {
  0%, 37% { transform: rotate(-18deg); }
  47%, 100% { transform: rotate(-76deg); }
}

@keyframes digisolveRobotBackArm {
  0%, 37% { transform: rotate(20deg); }
  47%, 100% { transform: rotate(-54deg); }
}

@keyframes digisolveRobotLegFront { from { transform: rotate(19deg); } to { transform: rotate(-20deg); } }
@keyframes digisolveRobotLegBack { from { transform: rotate(-20deg); } to { transform: rotate(19deg); } }

@media (max-width: 700px) {
  .intro-humanoid-robot {
    bottom: 7px;
    width: 48px;
    height: 70px;
    scale: .9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-humanoid-robot { display: none; }
  .digisolve-brand-intro-stage > img:not(.intro-running-robot) { animation: none; }
}

/* Roboti realist i dërguar nga përdoruesi */
.digisolve-brand-intro-stage > img:not(.intro-running-robot) {
  animation: digisolveRealRobotLogo 3.05s cubic-bezier(.42, 0, .2, 1) both;
}

.digisolve-brand-intro-stage .intro-running-robot {
  position: absolute;
  z-index: 5;
  bottom: 3px;
  left: -22%;
  display: block;
  width: 98px;
  max-width: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  filter: drop-shadow(0 8px 7px rgba(4, 43, 78, .22));
  transform-origin: 50% 80%;
  animation: digisolveRealRobotRun 3.05s linear both;
}

@keyframes digisolveRealRobotLogo {
  0%, 39% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  45% { transform: translate(4px, 5px) rotate(-1deg) scale(.985); }
  51% { transform: translate(11px, -8px) rotate(1deg) scale(.98); }
  92% { opacity: 1; transform: translate(330px, -8px) rotate(1deg) scale(.98); }
  100% { opacity: 0; transform: translate(390px, -8px) rotate(1deg) scale(.98); }
}

@keyframes digisolveRealRobotRun {
  0% { left: -22%; opacity: 0; transform: translateY(2px) rotate(-4deg) scale(.96); }
  6% { opacity: 1; }
  13% { left: -4%; transform: translateY(-5px) rotate(-1deg) scale(1); }
  21% { left: 7%; transform: translateY(3px) rotate(-4deg) scale(.98); }
  30% { left: 17%; transform: translateY(-5px) rotate(-1deg) scale(1); }
  39% { left: 24%; transform: translateY(2px) rotate(-5deg) scale(.98); }
  45% { left: 25%; transform: translateY(7px) rotate(2deg) scale(.94); }
  51% { left: 27%; transform: translateY(-5px) rotate(-2deg) scale(1); }
  61% { left: 43%; transform: translateY(3px) rotate(-5deg) scale(.98); }
  71% { left: 60%; transform: translateY(-5px) rotate(-1deg) scale(1); }
  81% { left: 78%; transform: translateY(3px) rotate(-5deg) scale(.98); }
  92% { left: 98%; opacity: 1; transform: translateY(-5px) rotate(-1deg) scale(1); }
  100% { left: 116%; opacity: 0; transform: translateY(2px) rotate(-4deg) scale(.96); }
}

@media (max-width: 700px) {
  .digisolve-brand-intro-stage .intro-running-robot {
    bottom: 4px;
    width: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .digisolve-brand-intro-stage .intro-running-robot { display: none; }
  .digisolve-brand-intro-stage > img:not(.intro-running-robot) { animation: none; }
}

/* Hyrja me videon e robotit dhe logon që tërhiqet */
.digisolve-brand-intro {
  height: 146px;
  border-bottom-color: #2c7d8c;
  background: #176476;
}

.digisolve-brand-intro-stage {
  width: 100%;
  height: 100%;
}

.digisolve-brand-intro-stage::before { display: none; }

.intro-robot-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #176476;
}

.digisolve-brand-intro-stage > img.intro-drag-logo {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(46vw, 215px);
  max-width: none;
  height: auto;
  border: 1px solid rgba(190, 235, 255, .55);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 20, 38, .2);
  opacity: 0;
  animation: digisolveVideoLogoDrag 3.25s cubic-bezier(.42, 0, .2, 1) both;
}

@keyframes digisolveVideoLogoDrag {
  0% { opacity: 0; transform: translate(22px, -50%) scale(.72); }
  12%, 35% { opacity: 1; transform: translate(22px, -50%) scale(.88); }
  46% { transform: translate(-10px, -48%) rotate(-2deg) scale(.88); }
  56% { transform: translate(-55px, -55%) rotate(2deg) scale(.86); }
  65% { transform: translate(-20px, -55%) rotate(1deg) scale(.86); }
  82% { opacity: 1; transform: translate(180px, -55%) rotate(1deg) scale(.86); }
  100% { opacity: 0; transform: translate(360px, -55%) rotate(1deg) scale(.86); }
}

@media (max-width: 700px) {
  .digisolve-brand-intro { height: 122px; }
  .digisolve-brand-intro-stage > img.intro-drag-logo { width: min(42vw, 180px); }
}

@media (prefers-reduced-motion: reduce) {
  .intro-robot-video { display: none; }
  .digisolve-brand-intro-stage > img.intro-drag-logo {
    opacity: 1;
    animation: none;
    transform: translate(-50%, -50%);
  }
}

/* Versioni me sfond të bardhë dhe tërheqje të logos majtas */
.digisolve-brand-intro {
  border-bottom-color: #e3edf5;
  background: #ffffff;
}

.intro-robot-video {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.intro-robot-canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.digisolve-brand-intro-stage > img.intro-drag-logo {
  z-index: var(--intro-logo-layer, 0);
  opacity: var(--intro-logo-opacity, 0);
  transform: translate3d(var(--intro-logo-x, 0px), var(--intro-logo-y, -50%), 0)
    scale(var(--intro-logo-scale, .86));
  animation: none;
  transition: none;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .intro-robot-canvas { display: none; }
}

/* Desktop language position; on mobile the control moves into Categories. */
@media (min-width: 1101px) {
  .site-header:not(.detail-header) {
    grid-template-columns: minmax(170px,190px) auto minmax(280px,1fr) auto 78px;
  }
  .site-header.detail-header {
    grid-template-columns: minmax(170px,190px) minmax(280px,1fr) auto 78px 44px;
  }
  .detail-header .detail-category-link { grid-column: 5; }
}
@media (min-width: 721px) and (max-width: 1100px) {
  .site-header,
  .site-header.detail-header {
    grid-template-columns: 150px minmax(220px,1fr) auto 76px 44px;
  }
  .site-header .category-menu,
  .detail-header .detail-category-link { grid-column: 5; }
}
@media (max-width: 720px) {
  .site-header,
  .site-header.detail-header {
    grid-template-columns: minmax(96px,108px) 66px minmax(108px,1fr) 38px;
    grid-template-rows: 44px;
    column-gap: 8px;
    row-gap: 0;
    padding: 10px 12px;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .brand img { width: 104px; height: 40px; }
  .site-header .search { grid-column: 2; grid-row: 1; width: 62px; height: 36px; }
  .site-header .quick-actions { grid-column: 3; grid-row: 1; gap: 2px; }
  .site-header .category-menu,
  .detail-header .detail-category-link {
    grid-column: 4;
    grid-row: 1;
    width: 36px;
    height: 36px;
  }
  .site-header .category-dropdown { top: 64px; }
  .site-header .search.is-mobile-open { top: 66px; }
  .site-header .support-dropdown { top: 58px; }
}
@media (max-width: 380px) {
  .site-header,
  .site-header.detail-header {
    grid-template-columns: 92px 62px minmax(92px,1fr) 34px;
    column-gap: 4px;
    padding-inline: 10px;
  }
  .site-header .brand img { width: 90px; }
  .site-header .search { width: 60px; }
}
/* Language selector: footer only on mobile; desktop remains in the header. */
.mobile-language-footer-slot {
  display: none;
}

@media (max-width: 720px) {
  .mobile-language-footer-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    padding: 17px 0 19px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
  }
}
/* Mobile search: centered against the real visible viewport, including the open keyboard. */
@media (max-width: 720px) {
  .site-header .search.is-mobile-open,
  .site-header.detail-header .search.is-mobile-open,
  .detail-header .search.is-mobile-open {
    position: fixed !important;
    z-index: 90;
    top: 70px !important;
    left: var(--mobile-search-center, calc(50% - 105px)) !important;
    right: auto !important;
    width: var(--mobile-search-width, min(270px, calc(100vw - 48px))) !important;
    max-width: calc(100vw - 48px) !important;
    height: 42px;
    margin: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-self: auto;
    box-sizing: border-box;
    transform: translateX(-50%) !important;
    border: 1px solid #c9deef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(7, 45, 78, .16);
  }

  .site-header .search.is-mobile-open input,
  .detail-header .search.is-mobile-open input {
    display: block !important;
    width: 100% !important;
    min-width: 0;
    height: 100%;
    padding: 0 14px;
    box-sizing: border-box;
    border-radius: 12px;
    background: transparent;
    color: #122a42;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
  }

  .site-header .search.is-mobile-open > button,
  .detail-header .search.is-mobile-open > button {
    display: none !important;
  }
}

/* Keep the original light storefront even when Android/Samsung uses Dark Mode. */
html,
body {
  color-scheme: only light;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: only light !important;
    --bg: #f4f7fb;
    --surface: #ffffff;
    --text: #07111f;
    --muted: #667386;
    --line: #dce5f0;
  }

  html,
  body,
  main {
    background-color: #f4f7fb !important;
    color: #07111f !important;
    color-scheme: only light !important;
  }

  body,
  button,
  input,
  select,
  textarea {
    color-scheme: only light !important;
  }

  input,
  select,
  textarea {
    background-color: #ffffff !important;
    color: #07111f !important;
    -webkit-text-fill-color: #07111f !important;
  }
}
/* Samsung/Chromium Auto Dark Theme opt-out on every rendered element. */
:root,
:root * {
  color-scheme: only light;
}

/* Samsung-specific light appearance reinforcement.
   Gradient surfaces are not recolored by Samsung Internet's automatic darkening. */
html.samsung-force-light,
html.samsung-force-light body,
html.samsung-force-light main {
  color-scheme: only light !important;
  forced-color-adjust: none !important;
  background-color: #f4f7fb !important;
  background-image: linear-gradient(#f4f7fb, #f4f7fb) !important;
  color: #07111f !important;
}

html.samsung-force-light body,
html.samsung-force-light body * {
  color-scheme: only light !important;
  forced-color-adjust: none !important;
}

html.samsung-force-light :where(
  .site-header,
  .category-dropdown,
  .search,
  .search-results,
  .support-dropdown,
  .category-strip,
  .category-grid a,
  .category-hero,
  .home-category-card,
  .product-card,
  .compact-grid article,
  .store-product-card,
  .shop-category-board article,
  .detail-gallery,
  .detail-info,
  .missing-product,
  .delivery-info-card,
  .related-products-section,
  .product-extra-info,
  .cart-panel,
  .checkout-panel,
  .account-dialog,
  .account-sidebar,
  .account-dashboard-content,
  .account-form.is-active,
  .account-loading,
  .logout-confirm-dialog,
  .admin-panel,
  .admin-topbar,
  .contact-section,
  .software-panel,
  .service-panel,
  .software-strip,
  .tech-news-bar,
  .latest-tech-card,
  .chatbot-panel,
  .chatbot-form,
  .student-program-section,
  .student-license-note
) {
  background-color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  color: #07111f !important;
  border-color: #dce5f0 !important;
  forced-color-adjust: none !important;
}

html.samsung-force-light :where(
  .home-category-image,
  .category-hero-image,
  .category-placeholder,
  .store-product-image,
  .product-placeholder,
  .detail-thumbs button,
  .account-wishlist-card img,
  .admin-product-thumb,
  .admin-image-preview span,
  .shop-category-board span.white-image,
  .brand img
) {
  background-color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  border-color: #dce5f0 !important;
  forced-color-adjust: none !important;
}

html.samsung-force-light :where(
  .site-header,
  .category-dropdown,
  .search-results,
  .category-strip,
  .category-grid a,
  .category-hero,
  .home-category-card,
  .product-card,
  .compact-grid article,
  .store-product-card,
  .shop-category-board article,
  .detail-gallery,
  .detail-info,
  .delivery-info-card,
  .related-products-section,
  .product-extra-info,
  .cart-panel,
  .checkout-panel,
  .account-dialog,
  .account-sidebar,
  .account-dashboard-content,
  .admin-panel,
  .latest-tech-card
) :where(h1, h2, h3, h4, h5, h6, strong, label, summary) {
  color: #07111f !important;
  -webkit-text-fill-color: #07111f !important;
}

html.samsung-force-light :where(
  input,
  select,
  textarea,
  .account-address-form input,
  .account-address-form textarea,
  .account-form input:not([type="checkbox"]),
  .checkout-form select,
  .chatbot-form input,
  .admin-file-field input[type="file"]
) {
  color-scheme: only light !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  color: #07111f !important;
  -webkit-text-fill-color: #07111f !important;
  border-color: #dce5f0 !important;
}

html.samsung-force-light input::placeholder,
html.samsung-force-light textarea::placeholder {
  color: #667386 !important;
  -webkit-text-fill-color: #667386 !important;
  opacity: 1;
}

html.samsung-force-light .site-header .search.is-mobile-open,
html.samsung-force-light .site-header.detail-header .search.is-mobile-open,
html.samsung-force-light .detail-header .search.is-mobile-open {
  background-color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  border-color: #c9deef !important;
}

html.samsung-force-light img,
html.samsung-force-light picture,
html.samsung-force-light video,
html.samsung-force-light canvas,
html.samsung-force-light svg {
  forced-color-adjust: none !important;
}
/* Tablet layout — keeps the mobile and desktop designs unchanged. */
@media (min-width: 721px) and (max-width: 1024px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }

  .site-header,
  .site-header.detail-header {
    grid-template-columns: clamp(124px, 18vw, 150px) minmax(160px, 1fr) auto 44px 82px;
    grid-template-rows: 48px;
    column-gap: clamp(6px, 1vw, 10px);
    padding: 12px clamp(14px, 2.5vw, 24px);
  }

  .site-header .brand,
  .site-header.detail-header .brand { grid-column: 1; grid-row: 1; width: 100%; }
  .site-header .brand img,
  .site-header.detail-header .brand img { width: 100%; max-width: 145px; height: 44px; }

  .site-header .search,
  .site-header.detail-header .search { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; height: 44px; }
  .site-header .search input,
  .site-header.detail-header .search input { min-width: 0; padding-inline: 13px; }
  .site-header .search button,
  .site-header.detail-header .search button { padding-inline: 13px; white-space: nowrap; }

  .site-header .quick-actions,
  .site-header.detail-header .quick-actions {
    display: flex; grid-column: 3; grid-row: 1; gap: 3px;
    align-items: center; justify-content: flex-end;
  }
  .site-header .support-trigger,
  .site-header .account-trigger,
  .site-header .cart-link,
  .site-header .quick-actions .detail-account-link {
    min-width: 40px !important; width: 40px; height: 40px; padding: 5px;
  }
  .site-header .support-trigger > img,
  .site-header .account-icon,
  .site-header .cart-link img,
  .site-header .detail-account-link svg { width: 26px; height: 26px; }

  .site-header .category-menu,
  .site-header.detail-header .detail-category-link {
    display: grid !important; grid-column: 4; grid-row: 1;
    width: 42px; height: 42px; padding: 0; place-items: center;
    justify-self: center;
  }
  .site-header .category-button {
    width: 42px; height: 42px; padding: 6px;
    justify-content: center; font-size: 0;
  }
  .site-header .category-menu-icon,
  .site-header.detail-header .detail-category-link img {
    width: 28px; height: 28px; object-fit: contain;
  }

  .site-header .ds-language-control { grid-column: 5; grid-row: 1; justify-self: end; }
  .site-header .ds-language-toggle { width: 82px; min-width: 82px; height: 40px; padding-inline: 7px; gap: 6px; box-sizing: border-box; }
  .site-header .ds-language-toggle .flag { flex: 0 0 25px; }
  .site-header .ds-language-toggle b { flex: 0 0 auto; }
  .site-header .ds-language-toggle svg { flex: 0 0 13px; }
  .site-header .category-dropdown {
    right: 0; left: auto; width: min(390px, calc(100vw - 32px));
  }

  main,
  .category-page,
  .product-detail-page,
  .cart-page {
    padding-right: clamp(18px, 3vw, 30px);
    padding-left: clamp(18px, 3vw, 30px);
  }

  .shop-category-board { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .shop-category-board article {
    grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 18px;
  }
  .shop-category-board a { min-width: 0; }
  .shop-category-board span.category-mini-image,
  .shop-category-board .category-mini-image img { width: 100%; height: 128px; }

  .shop-hero,
  .product-detail,
  .cart-layout { grid-template-columns: minmax(0, 1fr); }

  .service-hero-banner { min-height: auto; padding: clamp(32px, 5vw, 48px); }
  .service-hero-banner .hero-copy-block { width: min(100%, 760px); margin-inline: auto; }
  .service-hero-banner h1 { font-size: clamp(2.45rem, 7vw, 4.25rem); }
  .service-hero-banner .service-intro { margin-right: auto; margin-left: auto; }
  .service-hero-banner .hero-actions { justify-content: center; }
  .service-hero-banner .service-points-title { text-align: center; }
  .service-hero-banner .service-points {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-hero-banner .service-points span { justify-content: center; text-align: center; }

  .promo-stack { grid-template-columns: minmax(0, 1fr); }
  .software-panel, .service-panel { padding: clamp(20px, 3vw, 28px); }
  .software-logo-grid,
  .service-combined-panel .software-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
  }
  .student-simple-banner { min-height: 410px; }

  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-category-image { height: 210px; }
  .product-store-grid,
  .category-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .latest-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px;
  }
  .latest-tech-card h3 { font-size: .88rem; }

  .category-hero { grid-template-columns: minmax(0, 1fr) minmax(220px, 280px); }
  .detail-main-image { min-height: 420px; }
  .detail-main-image img { max-height: 410px; }

  .cart-panel, .checkout-panel { width: 100%; box-sizing: border-box; }
  .footer-newsletter { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 28px;
  }

  .customer-account-page { width: min(100% - 36px, 980px); }
  .customer-account-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 16px; }
  .account-dashboard-content { padding: 25px; }
  .account-wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .news-hero-nav { padding-right: 30px; padding-left: 30px; }
  .news-desktop-nav { gap: 8px; padding-inline: 12px; }
  .news-desktop-nav a { padding-inline: 10px; }
  .news-hero-content { padding-right: 30px; padding-left: 30px; }
}
/* Product currency selector — live EUR rate from Iliria '98 */
.currency-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  color: #52637a;
}
.currency-switcher-buttons {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  border: 1px solid #cfe0f2;
  border-radius: 999px;
  background: #edf5ff;
  box-shadow: 0 6px 18px rgba(13, 103, 196, 0.08);
}
.currency-switcher button {
  min-width: 58px;
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #486078;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.currency-switcher button.is-active {
  background: #078cf3;
  color: #fff;
  box-shadow: 0 4px 12px rgba(7, 140, 243, .25);
}
.currency-switcher button:disabled { cursor: wait; opacity: .45; }
.currency-switcher [data-currency-status] {
  max-width: 205px;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
  text-align: right;
}
[data-currency-price] { font-variant-numeric: tabular-nums; }
.detail-info > .currency-switcher { justify-content: flex-start; margin: 18px 0 7px; }
.detail-info > .currency-switcher [data-currency-status] { text-align: left; }
.detail-info > .currency-switcher + .detail-price { margin-top: 0; }
@media (max-width: 700px) {
  #produkte .section-head,
  .category-products-head { align-items: flex-start; flex-wrap: wrap; }
  #produkte .section-head > .currency-switcher,
  .category-products-head > .currency-switcher {
    width: 100%;
    justify-content: space-between;
    margin: 8px 0 0;
    padding-top: 8px;
    border-top: 1px solid #dce7f3;
  }
  .currency-switcher [data-currency-status] { max-width: 175px; text-align: left; }
  .currency-switcher button { min-width: 54px; height: 30px; padding: 0 10px; }
}
/* currency-status-link-fix */
.currency-switcher [data-currency-status] { color: inherit; text-decoration: none; }

/* Inline product currency controls */
.product-price-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  min-width: 0;
  margin: 0 0 10px;
}
.store-product-card .product-price-choice .price {
  min-width: 0;
  margin: 0;
  white-space: nowrap;
}
.currency-inline-switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border: 1px solid #d5e3f2;
  border-radius: 999px;
  background: #f1f6fc;
}
.currency-inline-switch button {
  min-width: 34px;
  height: 24px;
  padding: 0 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #52677d;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.currency-inline-switch button.is-active {
  background: #078cf3;
  color: #fff;
  box-shadow: 0 3px 8px rgba(7, 140, 243, .22);
}
.currency-inline-switch button:disabled { cursor: wait; opacity: .45; }
.detail-price-choice {
  justify-content: flex-start;
  gap: 14px;
  margin: 24px 0 18px;
}
.detail-price-choice .detail-price { margin: 0; }
@media (max-width: 720px) {
  .product-price-choice { gap: 4px; }
  .currency-inline-switch button { min-width: 30px; height: 22px; padding: 0 4px; font-size: 8px; }
  .detail-price-choice { gap: 10px; }
  .detail-price-choice .currency-inline-switch button { min-width: 35px; height: 25px; font-size: 9px; }
}
/* Detail-only exchange rate note */
.detail-exchange-note {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef6ff;
  color: #4b6279;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}
.detail-exchange-note[hidden] { display: none !important; }
/* Hyrja e mbrojtur e administratorit */
.admin-login-body {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(145deg, #eef7ff 0%, #ffffff 48%, #e7f4ff 100%);
  color: #07111f;
}
.admin-login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.admin-login-card {
  width: min(100%, 430px);
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid #d7e5f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(14, 69, 120, .16);
  text-align: center;
}
.admin-login-brand img { width: 178px; height: auto; }
.admin-login-card h1 { margin: 8px 0 10px; font-size: clamp(1.65rem, 5vw, 2.15rem); }
.admin-login-copy { margin: 0 0 24px; color: #60728a; line-height: 1.55; }
.admin-login-form { display: grid; gap: 17px; text-align: left; }
.admin-login-form label { display: grid; gap: 7px; font-weight: 800; color: #1a2b41; }
.admin-login-form input {
  width: 100%; min-height: 50px; box-sizing: border-box; border: 1px solid #cbdced;
  border-radius: 12px; background: #fff; color: #07111f; padding: 0 14px; font: inherit;
}
.admin-password-field { position: relative; }
.admin-password-field input { padding-right: 72px; }
.admin-password-field button {
  position: absolute; top: 50%; right: 8px; transform: translateY(-50%); border: 0;
  border-radius: 8px; background: #eaf4ff; color: #0676df; padding: 7px 9px;
  font-weight: 800; cursor: pointer;
}
.admin-login-form > .button { width: 100%; min-height: 50px; }
.admin-login-status { min-height: 22px; margin: -4px 0 0; text-align: center; color: #11874f; font-weight: 750; }
.admin-login-status.is-error { color: #c62828; }
.admin-login-home { display: inline-block; margin-top: 18px; color: #087df0; font-weight: 800; }
.admin-session-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.admin-session-actions > span { color: #dcecff; font-size: .86rem; }
.admin-logout-button {
  border: 1px solid rgba(255,255,255,.45); border-radius: 9px; background: transparent;
  color: #fff; padding: 9px 13px; font: inherit; font-weight: 800; cursor: pointer;
}
@media (max-width: 720px) {
  .admin-login-page { padding: 16px; }
  .admin-login-card { border-radius: 18px; }
  .admin-topbar { align-items: flex-start; }
  .admin-session-actions { width: 100%; justify-content: flex-start; }
}
/* Ndryshimi dhe rikuperimi i fjalekalimit admin */
.admin-forgot-toggle { border: 0; background: transparent; color: #087df0; font: inherit; font-weight: 800; cursor: pointer; text-align: center; }
.admin-reset-form, .admin-change-password-form { display: grid; gap: 15px; text-align: left; }
.admin-reset-form h2 { margin: 0; text-align: center; }
.admin-reset-form > p { margin: -5px 0 4px; color: #60728a; text-align: center; line-height: 1.5; }
.admin-reset-form label, .admin-change-password-form label { display: grid; gap: 7px; color: #1a2b41; font-weight: 800; }
.admin-reset-form input, .admin-change-password-form input { width: 100%; min-height: 48px; box-sizing: border-box; border: 1px solid #cbdced; border-radius: 11px; background: #fff; color: #07111f; padding: 0 13px; font: inherit; }
.admin-reset-status { white-space: normal; overflow-wrap: anywhere; }
.admin-password-button { border: 1px solid rgba(255,255,255,.45); border-radius: 9px; background: rgba(255,255,255,.1); color: #fff; padding: 9px 13px; font: inherit; font-weight: 800; cursor: pointer; }
.admin-password-modal { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 18px; }
.admin-password-modal[hidden] { display: none !important; }
.admin-password-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4, 15, 28, .68); backdrop-filter: blur(8px); }
.admin-password-dialog { position: relative; width: min(100%, 460px); max-height: calc(100vh - 36px); overflow: auto; border-radius: 22px; background: #fff; padding: clamp(24px, 5vw, 38px); box-shadow: 0 28px 80px rgba(0,0,0,.28); color: #07111f; }
.admin-password-dialog h2 { margin: 5px 0 8px; }
.admin-password-dialog > p:not(.eyebrow) { color: #60728a; line-height: 1.5; }
.admin-password-close { position: absolute; top: 13px; right: 13px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eaf4ff; color: #07111f; font-size: 1.45rem; cursor: pointer; }
body.admin-password-open { overflow: hidden; }
@media (max-width: 720px) { .admin-password-button, .admin-logout-button { flex: 1 1 auto; } .admin-password-dialog { border-radius: 17px; } }
/* Paraqitja uniforme e imazheve te produkteve */
.store-product-image,
.store-product-image img,
.detail-main-image,
.detail-main-image img,
.detail-thumbs button,
.detail-thumbs img,
.admin-image-preview span,
.admin-image-preview img {
  background: #fff !important;
}
.store-product-image,
.detail-main-image,
.detail-thumbs button,
.admin-image-preview span {
  overflow: hidden;
}
.store-product-image img,
.detail-main-image img,
.detail-thumbs img,
.admin-image-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
}
.store-product-image img,
.detail-main-image img { padding: 0 !important; }
.detail-thumbs img,
.admin-image-preview img { padding: 2px !important; }
/* Redaktimi i fotove dhe header-i i panelit admin */
.admin-topbar > .admin-title-block {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.admin-topbar > .admin-title-block strong { line-height: 1.25; }
.admin-topbar > .admin-title-block span { line-height: 1.35; }
.admin-image-preview-item { position: relative; }
.admin-image-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e92d3d;
  color: #fff;
  box-shadow: 0 5px 14px rgba(138, 14, 28, 0.28);
  font: 800 1.25rem/1 Arial, sans-serif;
  cursor: pointer;
}
.admin-image-remove:hover,
.admin-image-remove:focus-visible {
  background: #c91324;
  outline: 3px solid rgba(233, 45, 61, 0.2);
}
@media (max-width: 900px) {
  .admin-topbar {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
  .admin-topbar .admin-session-actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 720px) {
  .admin-topbar {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .admin-topbar > a:first-child { justify-self: center; }
  .admin-topbar > .admin-title-block { text-align: center; }
  .admin-topbar .admin-session-actions {
    grid-column: 1;
    justify-content: center;
  }
}
/* Header i centruar i panelit admin */
.admin-topbar {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  gap: 13px;
  padding: 22px clamp(16px, 4vw, 34px);
  text-align: center;
  background: linear-gradient(145deg, #ffffff 0%, #edf7ff 100%);
  border-color: #c9e0f3;
}
.admin-topbar > a:first-child {
  display: flex;
  justify-content: center;
}
.admin-topbar > .admin-title-block {
  justify-items: center;
  text-align: center;
}
.admin-topbar > .admin-title-block strong {
  color: #10243d;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.admin-topbar > .admin-title-block span {
  color: #61758d;
  font-size: 0.84rem;
}
.admin-topbar .admin-session-actions {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: center !important;
  gap: 9px;
}
.admin-topbar .admin-session-actions > span {
  flex: 1 0 100%;
  padding: 8px 13px;
  border: 1px solid #d9e7f3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #43566d;
  text-align: center;
}
.admin-topbar .admin-session-actions > span strong {
  color: #087df0;
  font-size: inherit;
}
.admin-topbar .admin-back-link,
.admin-topbar .admin-password-button,
.admin-topbar .admin-logout-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 10px;
  line-height: 1.15;
}
.admin-topbar .admin-back-link {
  border: 1px solid #087df0;
  background: #087df0;
  color: #fff;
}
.admin-topbar .admin-password-button {
  border: 1px solid #a9cae8;
  background: #fff;
  color: #1766aa;
}
.admin-topbar .admin-logout-button {
  border: 1px solid #f0b7bd;
  background: #fff2f3;
  color: #b42334;
}
@media (max-width: 560px) {
  .admin-topbar .admin-session-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .admin-topbar .admin-session-actions > span,
  .admin-topbar .admin-back-link {
    grid-column: 1 / -1;
  }
  .admin-topbar .admin-password-button,
  .admin-topbar .admin-logout-button {
    width: 100%;
  }
}
/* Kerkimi i katalogut admin */
.admin-catalog-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
}
.admin-product-search {
  position: relative;
  display: flex;
  width: min(100%, 620px);
  align-items: center;
  color: #587087;
}
.admin-product-search > span {
  position: absolute;
  left: 14px;
  z-index: 1;
  font-size: 1.45rem;
  line-height: 1;
}
.admin-product-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 48px 0 45px;
  border: 1px solid #b9d5ec;
  border-radius: 12px;
  background: #fff;
  color: #12243b;
  font: inherit;
  font-weight: 700;
}
.admin-product-search input:focus {
  border-color: #087df0;
  outline: 3px solid rgba(8, 125, 240, 0.13);
}
.admin-product-search button {
  position: absolute;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e8f3fd;
  color: #1d5f99;
  font-size: 1.2rem;
  cursor: pointer;
}
.admin-product-search button[hidden] { display: none !important; }
.admin-catalog-tools > strong {
  flex: 0 0 auto;
  color: #60758a;
  font-size: 0.82rem;
}
@media (max-width: 640px) {
  .admin-catalog-tools {
    align-items: stretch;
    flex-direction: column;
  }
  .admin-product-search { width: 100%; }
  .admin-catalog-tools > strong { text-align: center; }
}
/* Hyrja admin e thjeshtuar */
.admin-login-body {
  background: #f4f7fb;
}
.admin-login-page {
  padding: 20px;
}
.admin-login-card {
  width: min(100%, 400px);
  padding: clamp(24px, 5vw, 34px);
  border: 1px solid #dce6f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(18, 45, 75, 0.12);
}
.admin-login-brand {
  display: block;
  width: min(100%, 230px);
  margin: 0 auto 20px;
  padding: 10px 14px;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #fff;
}
.admin-login-brand img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
  background: #fff;
}
.admin-login-card h1 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 5vw, 1.9rem);
  letter-spacing: -0.025em;
}
.admin-login-copy {
  margin: 0 auto 22px;
  max-width: 330px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.admin-login-form {
  gap: 14px;
}
.admin-login-form label,
.admin-reset-form label {
  gap: 6px;
  font-size: 0.87rem;
}
.admin-login-form input,
.admin-reset-form input {
  min-height: 48px;
  border-radius: 10px;
  background: #fff;
}
.admin-login-form > .button {
  min-height: 48px;
  border-radius: 10px;
}
.admin-forgot-toggle {
  margin-top: 2px;
  padding: 8px;
  font-size: 0.86rem;
}
.admin-login-home {
  margin-top: 14px;
  color: #64758a;
  font-size: 0.83rem;
}
.admin-login-form[hidden],
.admin-reset-form[hidden] {
  display: none !important;
}
.admin-reset-form h2 {
  font-size: 1.45rem;
}
@media (max-width: 520px) {
  .admin-login-page { padding: 12px; }
  .admin-login-card {
    padding: 22px 18px;
    border-radius: 15px;
  }
  .admin-login-brand { width: min(100%, 210px); }
}
/* Desktop product-page header parity with the homepage. */
.desktop-detail-category-menu { display: none; }
@media (min-width: 1101px) {
  .site-header.detail-header {
    grid-template-columns: minmax(170px, 190px) auto minmax(280px, 1fr) auto 78px;
  }
  .site-header.detail-header .brand { grid-column: 1; }
  .site-header.detail-header .desktop-detail-category-menu {
    display: block !important;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .site-header.detail-header .search { grid-column: 3; }
  .site-header.detail-header .quick-actions { grid-column: 4; }
  .site-header.detail-header .ds-language-control { grid-column: 5; grid-row: 1; }
  .site-header.detail-header .detail-category-link { display: none !important; }
}
/* Product cards: icon-only WhatsApp action on every screen size. */
.store-product-card .whatsapp-card-button {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
}
.store-product-card .whatsapp-card-button span { display: none; }
/* Trial: robot carries the Digisolve logo from left to right. */
.digisolve-brand-intro.intro-logo-pickup-trial {
  height: 154px;
  background: #ffffff;
}
.intro-logo-pickup-trial .digisolve-brand-intro-stage > img.intro-drag-logo {
  width: min(34vw, 178px);
  border-color: rgba(190, 218, 238, .72);
  border-radius: 9px;
  box-shadow: 0 7px 20px rgba(13, 43, 68, .17);
}
@media (max-width: 700px) {
  .digisolve-brand-intro.intro-logo-pickup-trial { height: 126px; }
  .intro-logo-pickup-trial .digisolve-brand-intro-stage > img.intro-drag-logo {
    width: min(38vw, 152px);
  }
}
/* Trial refinement: light background and carried Digisolve bag. */
.digisolve-brand-intro.intro-logo-pickup-trial {
  height: 160px;
  background:
    radial-gradient(circle at 50% 50%, rgba(202, 237, 255, .82), transparent 55%),
    linear-gradient(100deg, #f8fcff 0%, #eaf7ff 48%, #f9fdff 100%);
  border-bottom-color: #d8eaf5;
}
.intro-logo-pickup-trial .intro-robot-canvas { z-index: 1; }
.intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
  position: absolute;
  z-index: var(--intro-logo-layer, 3);
  top: 54%;
  left: 50%;
  width: min(31vw, 182px);
  height: 86px;
  max-width: none;
  opacity: var(--intro-logo-opacity, 0);
  transform: translate3d(var(--intro-logo-x, 0px), var(--intro-logo-y, -50%), 0)
    scale(var(--intro-logo-scale, .68));
  transform-origin: 50% 20%;
  animation: none;
  transition: none;
  will-change: transform, opacity;
  filter: drop-shadow(0 8px 12px rgba(24, 67, 96, .19));
  pointer-events: none;
}
.intro-logo-bag::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border: 2px solid #138ee8;
  border-radius: 9px 9px 15px 15px;
  background: linear-gradient(160deg, #ffffff 0%, #f4fbff 72%, #e2f3ff 100%);
  clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
}
.intro-logo-bag-handle {
  position: absolute;
  z-index: 1;
  top: -24px;
  left: 50%;
  width: 66px;
  height: 35px;
  border: 7px solid #138ee8;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  background: transparent;
  transform: translateX(-50%);
}
.intro-logo-bag > img {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 18px);
  margin: 9px 12px;
  object-fit: contain;
  border: 0;
  border-radius: 5px;
  background: #ffffff;
}
@media (max-width: 700px) {
  .digisolve-brand-intro.intro-logo-pickup-trial { height: 132px; }
  .intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
    width: min(36vw, 145px);
    height: 68px;
  }
  .intro-logo-bag-handle {
    top: -19px;
    width: 52px;
    height: 28px;
    border-width: 6px;
  }
}
/* Robot-tracked bag: compact and locked to the carrying hand. */
.intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
  top: var(--intro-logo-top, 54%);
  width: min(23vw, 126px);
  height: 60px;
  transform-origin: 50% 15%;
}
.intro-logo-pickup-trial .intro-logo-bag-handle {
  top: -17px;
  width: 44px;
  height: 25px;
  border-width: 5px;
}
.intro-logo-pickup-trial .intro-logo-bag > img {
  width: calc(100% - 18px);
  height: calc(100% - 14px);
  margin: 7px 9px;
}
@media (max-width: 700px) {
  .intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
    width: min(29vw, 104px);
    height: 51px;
  }
  .intro-logo-pickup-trial .intro-logo-bag-handle {
    top: -15px;
    width: 38px;
    height: 22px;
    border-width: 4px;
  }
}
/* Final bag alignment over the original carried bag. */
.intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
  width: min(20vw, 112px);
  height: 55px;
}
@media (max-width: 700px) {
  .intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
    width: min(26vw, 92px);
    height: 46px;
  }
}
/* Mobile compact bag for the three-second intro. */
@media (max-width: 700px) {
  .intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
    width: min(22vw, 78px);
    height: 40px;
  }
  .intro-logo-pickup-trial .intro-logo-bag-handle {
    top: -12px;
    width: 31px;
    height: 18px;
    border-width: 4px;
  }
  .intro-logo-pickup-trial .intro-logo-bag > img {
    width: calc(100% - 12px);
    height: calc(100% - 10px);
    margin: 5px 6px;
  }
}
/* Stable larger Digisolve bag on desktop and mobile. */
.intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
  width: min(22vw, 128px);
  height: 62px;
}
@media (max-width: 700px) {
  .intro-logo-pickup-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-bag {
    width: min(27vw, 98px);
    height: 48px;
  }
  .intro-logo-pickup-trial .intro-logo-bag-handle {
    top: -14px;
    width: 37px;
    height: 21px;
    border-width: 4px;
  }
  .intro-logo-pickup-trial .intro-logo-bag > img {
    width: calc(100% - 14px);
    height: calc(100% - 12px);
    margin: 6px 7px;
  }
}
/* Trial: robot presents the Digisolve logo instead of the cake. */
.digisolve-brand-intro.intro-logo-presentation-trial {
  height: 168px;
  overflow: hidden;
  border-bottom: 1px solid #d9ebf6;
  background: radial-gradient(circle at 50% 52%, rgba(187,231,255,.88), transparent 50%), linear-gradient(105deg,#f9fdff 0%,#eaf7ff 50%,#fbfeff 100%);
}
.intro-logo-presentation-trial .digisolve-brand-intro-stage { position:relative; width:100%; height:100%; }
.intro-logo-presentation-trial .intro-robot-canvas { position:absolute; z-index:1; inset:0; display:block; width:100%; height:100%; background:transparent; }
.intro-logo-presentation-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-presentation-card {
  position:absolute; z-index:3; top:var(--intro-logo-top,58%); left:50%; width:var(--intro-logo-width,min(29vw,166px)); height:var(--intro-logo-height,74px); padding:7px 10px; box-sizing:border-box;
  border:2px solid #168fe9; border-radius:13px; background:linear-gradient(155deg,#fff,#edf8ff); box-shadow:0 9px 22px rgba(20,68,100,.2);
  opacity:var(--intro-logo-opacity,0); transform:translate3d(var(--intro-logo-x,0px),var(--intro-logo-y,-50%),0) scale(var(--intro-logo-scale,.78),var(--intro-logo-scale-y,var(--intro-logo-scale,.78)));
  transform-origin:center; animation:none; transition:none; will-change:transform,opacity; pointer-events:none;
}
.intro-logo-presentation-card > img { display:block; width:100%; height:100%; object-fit:contain; border-radius:7px; background:#fff; }
@media (max-width:700px) {
  .digisolve-brand-intro.intro-logo-presentation-trial { height:136px; }
  .intro-logo-presentation-trial .digisolve-brand-intro-stage > .intro-drag-logo.intro-logo-presentation-card { width:var(--intro-logo-width,min(35vw,122px)); height:var(--intro-logo-height,56px); padding:5px 7px; border-radius:10px; }
}