:root {
  --ink: #14212a;
  --muted: #66727c;
  --line: #dce3e8;
  --paper: #ffffff;
  --soft: #f6f8fa;
  --teal: #073447;
  --teal-dark: #052938;
  --gold: #f1b940;
  --red: #d41422;
  --red-dark: #9f0e18;
  --green: #207a4e;
  --shadow: 0 22px 70px rgba(18, 31, 39, 0.18);
  --digital-hero-image: url("assets/banners/digital-solutions-hero.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0, rgba(212, 20, 34, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0, #f7f9fb 58%, #ffffff 100%);
  background-attachment: fixed;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

/* LaptopBasi Pro 2.0 customer tools */
.smart-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--teal);
  background: #fff;
  font-weight: 950;
  box-shadow: none;
}

.smart-action.active,
.smart-action:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.whatsapp-mini {
  color: #0c7a43;
  background: #eefbf4;
  border-color: #c8f1d9;
}

.smart-customer-tools {
  width: min(100% - 28px, 1180px);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.smart-customer-tools a,
.smart-customer-tools button {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(212, 20, 34, 0.14);
  border-radius: 12px;
  color: var(--ink);
  text-align: left;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.smart-customer-tools strong {
  color: var(--red);
  font-size: 1rem;
}

.smart-customer-tools span {
  color: var(--muted);
  font-size: 0.92rem;
}

.compare-tray {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 86;
  width: min(720px, calc(100vw - 24px));
  display: none;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(212, 20, 34, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 54px rgba(17, 24, 39, 0.22);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.compare-tray.open {
  display: grid;
}

.compare-tray strong,
.compare-tray span {
  display: block;
}

.compare-tray span {
  color: var(--muted);
  font-size: 0.9rem;
}

.compare-actions {
  display: flex;
  gap: 8px;
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(92px, 0.8fr) repeat(var(--compare-count), minmax(140px, 1fr));
  gap: 1px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.compare-grid > div {
  min-width: 130px;
  padding: 12px;
  background: #fff;
}

.compare-head {
  position: relative;
  display: grid;
  gap: 8px;
}

.compare-head img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  border-radius: 10px;
  background: #f7f9fc;
}

.compare-head button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
}

.compare-label {
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.76rem;
}

.pdp-smart-actions,
.compare-cta {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.finder-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: end;
}

.product-contact-form {
  grid-template-columns: 1fr 1fr;
  padding: 22px;
}

.product-contact-form .full,
.product-contact-form .contact-requirement {
  grid-column: 1 / -1;
}

.product-contact-form label {
  display: grid;
  gap: 6px;
  color: #3f4b52;
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-requirement,
.checkout-contact-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.finder-results {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.finder-results article {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.finder-results img {
  width: 96px;
  height: 72px;
  object-fit: contain;
  border-radius: 10px;
  background: #f7f9fc;
}

.finder-results span,
.finder-results small {
  display: block;
  color: var(--muted);
}

.service-request-panel {
  width: min(100% - 28px, 1180px);
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(212, 20, 34, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(212, 20, 34, 0.08), rgba(6, 48, 65, 0.05)),
    #fff;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
}

.service-request-panel form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.service-request-panel textarea,
.service-request-panel button {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .smart-customer-tools,
  .service-request-panel,
  .service-request-panel form,
  .finder-form {
    grid-template-columns: 1fr;
  }

  .product-contact-form .full,
  .product-contact-form .contact-requirement {
    grid-column: 1;
  }

  .smart-customer-tools {
    width: min(100% - 20px, 1180px);
  }

  .smart-customer-tools a,
  .smart-customer-tools button {
    min-height: 70px;
    padding: 14px;
  }

  .compare-tray {
    bottom: 78px;
    grid-template-columns: 1fr;
  }

  .compare-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .finder-results article {
    grid-template-columns: 76px 1fr;
  }

  .finder-results article button {
    grid-column: 1 / -1;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: -10%;
  z-index: -2;
  background:
    var(--page-photo, url("assets/suriname-bg/waterkant.png")) center / cover no-repeat,
    url("assets/suriname-bg/bridge.png") 100% 12% / 48% auto no-repeat,
    url("assets/suriname-bg/palmentuin.png") 8% 62% / 46% auto no-repeat,
    url("assets/suriname-bg/rainforest.png") 88% 84% / 52% auto no-repeat,
    url("assets/suriname-bg/market.png") 48% 42% / 46% auto no-repeat;
  opacity: 0.23;
  filter: blur(18px) saturate(1.08);
  transform: scale(1.05);
  animation: pagePhotoDrift 34s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 249, 251, 0.82) 52%, rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 80% 12%, rgba(212, 20, 34, 0.12), transparent 36%);
}

body[data-page="home"] { --page-photo: url("assets/suriname-bg/waterkant.png"); }
body[data-bg="bridge"] { --page-photo: url("assets/suriname-bg/bridge.png"); }
body[data-bg="palmentuin"] { --page-photo: url("assets/suriname-bg/palmentuin.png"); }
body[data-bg="rainforest"] { --page-photo: url("assets/suriname-bg/rainforest.png"); }
body[data-bg="market"] { --page-photo: url("assets/suriname-bg/market.png"); }
body[data-bg="waterkant"] { --page-photo: url("assets/suriname-bg/waterkant.png"); }

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 10px clamp(16px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(220, 227, 232, 0.8);
  backdrop-filter: blur(18px);
}

.dealbar {
  min-height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  background: var(--red);
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.dealtrack {
  display: inline-flex;
  gap: 44px;
  min-width: max-content;
  padding-left: 100%;
  animation: deal-marquee 24s linear infinite;
}

.dealbar:hover .dealtrack {
  animation-play-state: paused;
}

.dealtrack span {
  position: relative;
}

.dealtrack span::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-50%);
}

@keyframes deal-marquee {
  to {
    transform: translateX(-100%);
  }
}

.market-topbar {
  gap: 14px;
}

.market-search {
  flex: 1;
  max-width: 720px;
}

.topbar > .market-search {
  display: none;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 5px 8px 5px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #293941;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 45, 60, 0.06);
}

.language-switch select {
  min-width: 104px;
  border: 0;
  background: transparent;
  color: #0a3545;
  font: inherit;
  text-transform: none;
  outline: none;
  cursor: pointer;
}

.market-search input {
  height: 50px;
  border: 1px solid rgba(20, 33, 42, 0.16);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 31, 39, 0.1);
  font-weight: 750;
  padding-left: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 210px;
}

.logo-type {
  display: inline-flex;
  flex-direction: column;
  color: var(--ink);
  width: 172px;
  height: 58px;
  background: url("assets/laptopbasi-official-logo.png") left center / contain no-repeat;
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.logo-type > span {
  display: block;
  font-size: 2rem;
  opacity: 0;
}

.logo-laptop {
  color: var(--teal);
}

.logo-basi {
  color: var(--red);
}

.logo-type small {
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1;
  opacity: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 30px);
  color: #394650;
  font-weight: 650;
}

.nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav a.active {
  color: var(--red);
  border-bottom-color: var(--red);
}

.mobile-route-bar,
.mobile-bottom-nav {
  display: none;
}

.cart-button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.cart-button {
  gap: 8px;
  min-width: 92px;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 28px rgba(212, 20, 34, 0.28);
  font-weight: 800;
}

.icon {
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-button .icon {
  position: relative;
  width: 18px;
  height: 16px;
  overflow: hidden;
  color: transparent;
}

.cart-button .icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 13px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-radius: 2px 2px 5px 5px;
}

.cart-button .icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 7px;
  height: 5px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: clamp(560px, 72vh, 700px);
  padding: clamp(52px, 7vw, 84px) clamp(16px, 6vw, 76px) 96px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.74) 48%, rgba(245, 248, 250, 0.5) 100%),
    linear-gradient(135deg, rgba(7, 52, 71, 0.08), rgba(212, 20, 34, 0.09));
  backdrop-filter: blur(8px);
}

.home-hero::before,
.page-hero::before {
  content: none;
  position: absolute;
  right: clamp(-180px, -4vw, -70px);
  top: 50%;
  width: min(780px, 88vw);
  height: min(320px, 40vw);
  background: url("assets/laptopbasi-official-logo.png") center / contain no-repeat;
  opacity: 0.08;
  filter: blur(4px);
  transform: translateY(-50%) rotate(-3deg);
  pointer-events: none;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.54) 42%, rgba(255, 255, 255, 0.2)),
    url("assets/banners/frontpage-laptopbasi-service.jpg") center / cover no-repeat;
  opacity: 0.92;
  filter: blur(0.4px) saturate(1.06);
  transform: none;
  pointer-events: none;
}

.digital-home-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.6) 43%, rgba(255, 255, 255, 0.18));
}

.hero-click-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 32px));
  color: var(--ink);
}

.hero-logo-type {
  display: none;
}

.hero-logo-type > span {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
}

.hero-logo-type small {
  font-size: clamp(0.82rem, 1.5vw, 1.05rem);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero h1,
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.brand-red {
  color: var(--red);
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: #52616b;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.55;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-proof span {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(212, 20, 34, 0.2);
  border-radius: 8px;
  color: var(--red-dark);
  background: rgba(212, 20, 34, 0.07);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(220, 227, 232, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 70px rgba(18, 31, 39, 0.12);
  backdrop-filter: blur(16px);
}

.hero-panel a,
.category-card {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.hero-panel a strong,
.category-card span {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel a span,
.category-card strong {
  color: var(--ink);
  line-height: 1.4;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 8vw, 96px) clamp(16px, 6vw, 76px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 251, 0.86)),
    linear-gradient(135deg, rgba(7, 52, 71, 0.06), rgba(212, 20, 34, 0.08));
}

.page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 0.98;
}

.page-hero p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: #52616b;
  font-size: 1.08rem;
  line-height: 1.65;
}

.primary-link,
.secondary-link,
.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 850;
  white-space: nowrap;
}

.primary-link,
.primary-button {
  color: #fff;
  background: var(--red);
}

.secondary-link {
  color: var(--ink);
  border-color: rgba(20, 33, 42, 0.18);
  background: rgba(255, 255, 255, 0.7);
}

.secondary-button {
  color: var(--red-dark);
  border-color: rgba(212, 20, 34, 0.24);
  background: rgba(212, 20, 34, 0.06);
}

.ghost-button {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 32px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.quick-strip div {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 253, 0.98));
}

.visual-deck {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 10px;
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.82fr;
  gap: 16px;
}

.visual-card {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 52, 71, 0.04), rgba(7, 52, 71, 0.72)),
    url("assets/banners/it-back-to-work-deals.png") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 20px 48px rgba(18, 31, 39, 0.16);
}

.visual-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(212, 20, 34, 0.02), rgba(159, 14, 24, 0.76)),
    url("assets/banners/it-service-desk.png") center / cover no-repeat;
}

.visual-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(7, 52, 71, 0.02), rgba(7, 52, 71, 0.76)),
    url("assets/banners/it-local-payment.png") center / cover no-repeat;
}

/* Professional catalog pages */
.catalog-hero {
  --catalog-hero-image: url("assets/banners/category-products-hero.webp");
  display: flex;
  min-height: clamp(330px, 34vw, 470px);
  align-items: center;
  padding: clamp(44px, 6vw, 84px) max(24px, calc((100vw - 1440px) / 2));
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 29%, rgba(255, 255, 255, 0.58) 53%, rgba(255, 255, 255, 0.05) 78%),
    var(--catalog-hero-image);
  background-position: center;
  background-size: cover;
}

.catalog-hero-products { --catalog-hero-image: url("assets/banners/category-products-hero.webp"); }
.catalog-hero-laptops { --catalog-hero-image: url("assets/banners/category-laptops-hero.webp"); }
.catalog-hero-desktops { --catalog-hero-image: url("assets/banners/category-desktops-hero.webp"); }
.catalog-hero-accessories { --catalog-hero-image: url("assets/banners/category-accessories-hero.webp"); }

.catalog-hero::before { content: none; }

.catalog-hero-copy {
  position: relative;
  z-index: 2;
  width: min(610px, 54vw);
}

.catalog-hero h1 {
  max-width: 640px;
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
}

.catalog-hero p:not(.eyebrow) {
  max-width: 570px;
  margin: 18px 0 0;
  color: #344650;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.catalog-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.catalog-hero-points span {
  padding: 8px 12px;
  border: 1px solid rgba(7, 52, 71, 0.14);
  border-radius: 999px;
  color: #073447;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 6px 18px rgba(7, 52, 71, 0.06);
}

.catalog-shop {
  width: min(1440px, calc(100% - 40px));
  padding: 52px 0 64px;
}

.catalog-heading {
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.catalog-heading h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.6rem);
}

.catalog-heading .search-wrap {
  width: min(520px, 100%);
}

.catalog-heading .search-wrap input {
  height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border-color: #cfd8dd;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 52, 71, 0.06);
}

.catalog-layout {
  position: relative;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 30px;
  margin-top: 26px;
  align-items: start;
}

.catalog-results { min-width: 0; }

.catalog-filters {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalog-filter-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}

.catalog-filter-head > div,
.catalog-filter-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
}

.filter-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  background:
    linear-gradient(#073447, #073447) 0 1px / 18px 2px no-repeat,
    linear-gradient(#073447, #073447) 0 6px / 18px 2px no-repeat,
    linear-gradient(#073447, #073447) 0 11px / 18px 2px no-repeat;
}

.filter-icon::before,
.filter-icon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.filter-icon::before { left: 4px; top: 0; }
.filter-icon::after { right: 3px; bottom: 0; }

.filter-close { display: none; }

.catalog-filter-group {
  display: grid;
  gap: 9px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.catalog-filter-group > strong {
  color: #263a45;
  font-size: 0.86rem;
}

.catalog-filter-group select,
.catalog-filter-group input {
  height: 42px;
  border-radius: 999px;
  font-size: 0.86rem;
}

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

.price-filter-inputs label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.price-filter-inputs span {
  color: var(--muted);
  font-size: 0.7rem;
}

.price-filter-inputs input {
  min-width: 0;
  padding: 0 10px;
}

.catalog-clear-filters {
  width: auto;
  margin: 14px 16px 16px;
  border-radius: 999px;
}

.catalog-shop .shop-toolbar {
  min-height: 48px;
  margin: 0;
  align-items: center;
}

.catalog-sort {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.catalog-sort > span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  white-space: nowrap;
}

.catalog-sort #sortSelect {
  height: 42px;
  border-radius: 999px;
}

.catalog-shop .category-tabs {
  min-width: 0;
}

.catalog-shop .tab-button,
.catalog-shop .tab-link {
  min-height: 40px;
  border-radius: 999px;
}

.catalog-shop .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.catalog-shop .product-card {
  min-height: 410px;
  border-color: #dfe5e8;
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 4px 14px rgba(7, 52, 71, 0.035);
}

.catalog-shop .product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 20, 34, 0.22);
  box-shadow: 0 18px 38px rgba(7, 52, 71, 0.11);
}

.catalog-shop .product-visual {
  height: 218px;
  background: #f7f9fa;
}

.catalog-shop .product-img {
  padding: 16px;
  transition: transform 180ms ease;
}

.catalog-shop .product-card:hover .product-img { transform: scale(1.025); }

.catalog-shop .product-body { padding: 15px 16px; }

.catalog-shop .product-meta {
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-shop .product-card h3 {
  min-height: 2.5em;
  font-size: 1rem;
  line-height: 1.25;
}

.product-config-preview {
  display: -webkit-box;
  min-height: 35px;
  overflow: hidden;
  color: #4c5f69;
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-shop .product-status-row { margin-top: 10px; }
.catalog-shop .specs { margin-top: 10px; }

.catalog-shop .specs span {
  border: 1px solid #e4e9ec;
  border-radius: 999px;
  background: #fafbfc;
}

.catalog-shop .product-card-footer { padding-top: 0; }

.catalog-shop .retail-product-card {
  min-height: 390px;
}

.catalog-shop .retail-product-card .product-meta {
  letter-spacing: 0.035em;
}

.catalog-shop .retail-product-card .product-status-row {
  order: 3;
}

.retail-product-desc {
  min-height: 2.9em;
  margin-top: 9px;
  -webkit-line-clamp: 2;
}

.retail-facts {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.retail-facts span {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 7px 9px;
  border: 1px solid #e4e9ec;
  border-radius: 8px;
  color: #344852;
  background: #fafbfc;
  font-size: 0.78rem;
  font-weight: 760;
}

.retail-facts b {
  color: #6a7780;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.accessoire-product-card .device-art {
  width: 92px;
  height: 92px;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 33% 34%, #fff 0 7px, transparent 8px),
    linear-gradient(145deg, rgba(212, 20, 34, 0.94), #711521);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.14),
    0 14px 28px rgba(83, 16, 24, 0.18);
}

.accessoire-product-card .device-art::after {
  left: 48%;
  bottom: 23px;
  width: 38px;
  height: 30px;
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%) rotate(-12deg);
  background: transparent;
}

.catalog-shop .price {
  color: #0a3545;
  font-size: 1.04rem;
}

.catalog-shop .detail-button,
.catalog-shop .add-button {
  border-radius: 999px;
}

.catalog-filter-toggle {
  display: none;
  min-height: 44px;
  padding: 0 16px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #073447;
  background: #fff;
  font-weight: 850;
}

.catalog-filter-backdrop { display: none; }

@media (max-width: 1100px) {
  .catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 20px; }
  .catalog-shop .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-shop .shop-toolbar { align-items: flex-start; }
  .catalog-sort { flex-direction: column; align-items: flex-end; gap: 6px; }
}

@media (max-width: 820px) {
  .catalog-hero {
    min-height: 300px;
    padding: 42px 18px;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 46%, rgba(255, 255, 255, 0.52) 75%, rgba(255, 255, 255, 0.2)),
      var(--catalog-hero-image);
    background-position: 66% center;
  }

  .catalog-hero-copy { width: min(520px, 76vw); }
  .catalog-hero h1 { font-size: clamp(2.15rem, 9vw, 3.3rem); }
  .catalog-hero-points span { padding: 7px 10px; font-size: 0.72rem; }
  .catalog-shop { width: min(100% - 24px, 760px); padding-top: 34px; }
  .catalog-heading { display: grid; align-items: stretch; }
  .catalog-heading .search-wrap { width: 100%; }
  .catalog-filter-toggle { display: inline-flex; }
  .catalog-layout { display: block; margin-top: 18px; }

  .catalog-filters {
    position: fixed;
    z-index: 1002;
    inset: 0 0 0 auto;
    display: block;
    width: min(380px, 92vw);
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    box-shadow: -24px 0 64px rgba(7, 29, 40, 0.22);
    transform: translateX(105%);
    transition: transform 180ms ease;
  }

  .catalog-layout.filters-open .catalog-filters { transform: translateX(0); }
  .filter-close { display: inline-grid; border-radius: 50%; }

  .catalog-filter-backdrop {
    position: fixed;
    z-index: 1001;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(4, 22, 31, 0.46);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .catalog-layout.filters-open .catalog-filter-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.catalog-filters-open { overflow: hidden; }
  .catalog-shop .shop-toolbar { display: grid; gap: 12px; }
  .catalog-sort { width: 100%; flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (max-width: 700px) {
  .catalog-hero {
    min-height: 270px;
    padding: 34px 14px;
    background-position: 61% center;
  }

  .catalog-hero-copy { width: 88%; }
  .catalog-hero p:not(.eyebrow) { max-width: 88%; font-size: 0.9rem; }
  .catalog-hero-points { gap: 6px; margin-top: 16px; }
  .catalog-hero-points span { font-size: 0.66rem; }
  .catalog-shop .product-grid { grid-template-columns: 1fr; }
  .catalog-shop .product-card { min-height: 0; }
  .catalog-shop .product-visual { height: 210px; }
  .catalog-sort #sortSelect { width: min(190px, 58vw); }
}

@media (min-width: 981px) and (max-width: 1320px) {
  .topbar {
    gap: 10px;
    padding-inline: 18px;
  }

  .brand {
    min-width: 166px;
  }

  .logo-type {
    width: 158px;
  }

  .nav {
    gap: 12px;
    font-size: 0.79rem;
    white-space: nowrap;
  }

  .language-switch {
    max-width: 96px;
    padding-inline: 7px;
  }

  .language-switch span {
    display: none;
  }

  .language-switch select {
    min-width: 76px;
  }

  .cart-button {
    min-width: 74px;
    width: 74px;
    padding-inline: 12px;
  }
}

/* Keep catalog layout overrides after the shared responsive rules. */
.catalog-shop.shop-section {
  width: min(1440px, calc(100% - 40px));
  padding: 52px 0 64px;
}

.catalog-hero.page-hero {
  display: flex;
  min-height: clamp(330px, 34vw, 470px);
  align-items: center;
  padding: clamp(44px, 6vw, 84px) max(24px, calc((100vw - 1440px) / 2));
}

@media (max-width: 820px) {
  .catalog-shop.shop-section { width: min(100% - 24px, 760px); padding: 34px 0 44px; }
  .catalog-hero.page-hero { min-height: 300px; padding: 42px 18px; }
  .catalog-hero.page-hero h1 { font-size: clamp(2.15rem, 9vw, 3.3rem); }
}

@media (max-width: 700px) {
  .catalog-hero.page-hero { min-height: 270px; padding: 34px 14px; }
}

/* Dynamic homepage campaign carousel */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-showcase {
  position: relative;
  min-height: clamp(560px, 72vh, 700px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f5f7f8;
  isolation: isolate;
}

.home-showcase-slides {
  position: absolute;
  inset: 0;
}

.home-dynamic-slides {
  display: contents;
}

.home-showcase .home-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(22px) scale(0.995);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1), visibility 520ms;
}

.home-showcase .home-static-slide-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.home-showcase .website-account-hero,
.home-showcase .digital-home-hero {
  isolation: isolate;
}

.home-showcase .website-account-hero .home-static-slide-image,
.home-showcase .digital-home-hero .home-static-slide-image {
  object-position: 72% center;
}

.home-showcase .website-account-hero::before,
.home-showcase .digital-home-hero::before {
  z-index: 1;
}

.home-showcase .website-account-hero::before {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.86) 42%,
    rgba(255, 255, 255, 0.24) 70%,
    rgba(255, 255, 255, 0.04) 100%
  );
  opacity: 1;
  filter: none;
}

.home-showcase .website-account-hero .hero-click-layer,
.home-showcase .digital-home-hero .hero-click-layer {
  z-index: 2;
}

.home-showcase .website-account-hero .hero-content,
.home-showcase .digital-home-hero .hero-content {
  z-index: 3;
}

.home-showcase .home-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.home-showcase .home-slide-laptop::before,
.home-showcase .home-slide-laptop-selection::before,
.home-showcase .home-slide-accessories::before,
.home-showcase .home-slide-desktops::before {
  opacity: 1;
  filter: none;
}

.home-showcase .home-slide-laptop::before {
  background:
    linear-gradient(92deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.34) 72%, rgba(255, 255, 255, 0.12)),
    url("assets/banners/category-laptops-hero.webp") center / cover no-repeat;
}

.home-showcase .home-slide-laptop-selection::before {
  background:
    linear-gradient(92deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 43%, rgba(255, 255, 255, 0.24) 75%),
    url("assets/banners/category-products-hero.webp") center / cover no-repeat;
}

.home-showcase .home-slide-accessories::before {
  background:
    linear-gradient(92deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 43%, rgba(255, 255, 255, 0.24) 75%),
    url("assets/banners/category-accessories-hero.webp") center / cover no-repeat;
}

.home-showcase .home-slide-desktops::before {
  background:
    linear-gradient(92deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 43%, rgba(255, 255, 255, 0.22) 75%),
    url("assets/banners/category-desktops-hero.webp") center / cover no-repeat;
}

.home-ad-copy h1 {
  display: grid;
  gap: 12px;
}

.home-ad-product-name {
  display: block;
  max-width: 680px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  line-height: 1.12;
}

.home-ad-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home-ad-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(7, 52, 71, 0.14);
  border-radius: 999px;
  color: #173d4a;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 850;
}

.home-ad-price {
  margin-top: 18px;
  color: var(--red);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 950;
  line-height: 1;
}

.home-ad-visual,
.home-ad-collection {
  position: relative;
  z-index: 2;
  width: min(500px, 42vw);
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 72px rgba(8, 37, 50, 0.18);
  backdrop-filter: blur(18px);
}

.home-ad-visual {
  display: grid;
  min-height: 400px;
  padding: 34px;
  place-items: center;
}

.home-ad-visual > img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(9, 32, 43, 0.18));
}

.home-ad-visual > strong {
  color: var(--red);
  font-size: 1.55rem;
  font-weight: 950;
}

.home-ad-stock {
  position: absolute;
  top: 18px;
  left: 18px;
}

.home-ad-collection {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.home-ad-mini {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(7, 52, 71, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-ad-mini:hover {
  border-color: rgba(212, 20, 34, 0.32);
  box-shadow: 0 12px 30px rgba(8, 37, 50, 0.12);
  transform: translateY(-2px);
}

.home-ad-mini-image {
  display: grid;
  width: 100%;
  height: 88px;
  place-items: center;
  border-radius: 6px;
  background: #f4f7f8;
  overflow: hidden;
}

.home-ad-mini-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.home-ad-mini-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.home-ad-mini-copy > span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-ad-mini-copy strong {
  color: var(--red);
  font-size: 1rem;
}

.home-ad-collection.is-generic {
  min-height: 360px;
  padding: 22px;
  align-items: end;
  background: rgba(255, 255, 255, 0.24);
}

.home-category-poster {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px rgba(8, 37, 50, 0.16);
}

.home-category-poster strong {
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.2;
}

.home-category-poster span {
  color: var(--red);
  font-weight: 900;
}

.home-ad-device {
  display: block;
  width: 150px;
  height: 100px;
  border: 9px solid #173d4a;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(145deg, #f9fbfc, #dfe8ec);
  box-shadow: 0 16px 24px rgba(8, 37, 50, 0.14);
}

.home-showcase-controls {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px;
  border: 1px solid rgba(7, 52, 71, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(8, 37, 50, 0.14);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.home-showcase-controls > button {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #173d4a;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.home-showcase-controls > button:hover,
.home-showcase-controls > button:focus-visible {
  color: #fff;
  background: var(--red);
  outline: none;
}

.home-showcase-controls .home-slide-toggle {
  min-width: 64px;
  font-size: 0.76rem;
}

.home-slide-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-slide-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b8c5ca;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.home-slide-dots button.is-active {
  width: 28px;
  background: var(--red);
}

/* Site-wide professional footer */
.site-footer {
  position: relative;
  z-index: 2;
  margin-top: 68px;
  color: #405965;
  background: #fff;
  border-top: 1px solid #e1e8ec;
  box-shadow: 0 -14px 40px rgba(7, 52, 71, 0.055);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: -1px 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #d41422 0 48%, #073447 48% 100%);
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(2, minmax(150px, 0.7fr)) minmax(260px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 46px;
}

.footer-brand-block,
.footer-column {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  width: 210px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-brand-block > p {
  max-width: 430px;
  margin: 20px 0 0;
  color: #526d78;
  line-height: 1.65;
}

.footer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.footer-trust-row span {
  padding: 7px 11px;
  border: 1px solid #dbe5e9;
  border-radius: 999px;
  color: #073447;
  background: #f8fbfc;
  font-size: 0.74rem;
  font-weight: 850;
}

.footer-trust-row span:nth-child(2) {
  color: #b80f1a;
  border-color: #f0ccd0;
  background: #fff8f8;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-column h2 {
  margin: 4px 0 7px;
  color: #073447;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer-column h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: #d41422;
}

.footer-column > a {
  color: #49646f;
  font-size: 0.92rem;
  line-height: 1.4;
}

.footer-column > a:hover,
.footer-column > a:focus-visible {
  color: #b80f1a;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.footer-socials a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #b9cbd2;
  border-radius: 999px;
  color: #073447;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 850;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  outline: none;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 19px 0 23px;
  border-top: 1px solid #e1e8ec;
  color: #667d87;
  font-size: 0.78rem;
}

@media (max-width: 1040px) {
  .home-showcase,
  .home-showcase .home-hero {
    min-height: 650px;
  }

  .home-ad-visual,
  .home-ad-collection {
    width: min(430px, 42vw);
  }

  .site-footer-main {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .home-showcase,
  .home-showcase .home-hero {
    min-height: 760px;
  }

  .home-showcase .home-hero {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 18px;
    padding: 34px 18px 86px;
  }

  .home-showcase .hero-content {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
  }

  .home-showcase .hero-panel {
    max-width: 720px;
    margin-inline: auto;
  }

  .home-ad-visual,
  .home-ad-collection {
    order: -1;
    width: min(100%, 720px);
    justify-self: center;
  }

  .home-ad-visual {
    min-height: 250px;
    padding: 18px;
  }

  .home-ad-visual > img {
    height: 210px;
  }

  .home-ad-collection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-ad-mini {
    grid-template-columns: 1fr;
    min-height: 180px;
    padding: 8px;
    text-align: center;
  }

  .home-ad-mini-image {
    height: 95px;
  }

  .site-footer-main {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 30px;
  }

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

@media (max-width: 700px) {
  .home-showcase,
  .home-showcase .home-hero {
    min-height: 670px;
  }

  .home-showcase .home-hero {
    align-content: center;
    padding: 24px 14px 78px;
  }

  .home-showcase .home-hero::before {
    background-position: center top;
  }

  .home-showcase .website-account-hero::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.72) 44%,
      rgba(255, 255, 255, 0.97) 72%,
      rgba(255, 255, 255, 0.99) 100%
    );
  }

  .home-showcase .digital-home-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.98)),
      var(--digital-hero-image) center top / cover no-repeat;
  }

  .home-showcase .hero-panel {
    display: none;
  }

  .home-showcase .hero-content {
    text-align: center;
  }

  .home-showcase .hero-actions {
    max-width: 360px;
    margin-inline: auto;
  }

  .home-ad-visual,
  .home-ad-collection {
    max-height: 236px;
  }

  .home-ad-visual {
    min-height: 224px;
  }

  .home-ad-visual > img {
    height: 166px;
  }

  .home-ad-visual > strong {
    font-size: 1.15rem;
  }

  .home-ad-collection {
    gap: 6px;
    padding: 7px;
  }

  .home-ad-mini {
    min-height: 156px;
    gap: 6px;
    padding: 6px;
  }

  .home-ad-mini-image {
    height: 82px;
  }

  .home-ad-mini-copy > span {
    font-size: 0.72rem;
  }

  .home-ad-mini-copy strong {
    font-size: 0.76rem;
  }

  .home-ad-copy h1 {
    gap: 7px;
  }

  .home-ad-product-name {
    font-size: 1.1rem;
  }

  .home-ad-copy .hero-copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-ad-specs {
    justify-content: center;
    margin-top: 10px;
  }

  .home-ad-specs span {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .home-ad-price {
    margin-top: 10px;
    font-size: 1.42rem;
  }

  .home-showcase-controls {
    bottom: 12px;
    gap: 5px;
    max-width: calc(100% - 20px);
  }

  .home-showcase-controls > button {
    min-width: 32px;
    height: 32px;
    padding-inline: 8px;
  }

  .home-showcase-controls .home-slide-toggle {
    min-width: 56px;
  }

  .home-slide-dots {
    gap: 4px;
  }

  .home-slide-dots button {
    width: 8px;
    height: 8px;
  }

  .home-slide-dots button.is-active {
    width: 20px;
  }

  .site-footer {
    margin-top: 42px;
  }

  .site-footer-main,
  .site-footer-bottom {
    width: min(100% - 28px, 640px);
  }

  .site-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
    padding: 38px 0 34px;
  }

  .footer-brand-block,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 168px;
  }

  .site-footer-bottom {
    flex-direction: column;
    padding-bottom: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-showcase .home-hero,
  .home-slide-dots button,
  .home-ad-mini {
    transition: none;
  }
}

.catalog-shop .product-config-preview {
  color: #4c5f69;
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.4;
}

.visual-card span {
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-card strong {
  max-width: 620px;
  font-size: clamp(1.35rem, 2.6vw, 2.4rem);
  line-height: 1.05;
}

.wanted-section,
.promo-row {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.wanted-section {
  padding: 54px 0 18px;
}

.wanted-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.wanted-grid a {
  min-height: 82px;
  display: flex;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.78));
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(18, 31, 39, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.wanted-grid a:hover,
.category-card:hover,
.visual-card:hover,
.promo-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(18, 31, 39, 0.16);
  border-color: rgba(212, 20, 34, 0.28);
}

.promo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0 16px;
}

.promo-banner {
  position: relative;
  min-height: 240px;
  display: grid;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
}

.promo-banner::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 50%;
  width: 420px;
  height: 180px;
  background: url("assets/laptopbasi-official-logo.png") center / contain no-repeat;
  opacity: 0.14;
  filter: blur(1px);
  transform: translateY(-50%) rotate(-4deg);
}

.promo-banner span,
.promo-banner strong {
  position: relative;
  z-index: 1;
}

.promo-banner span {
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.promo-banner strong {
  max-width: 520px;
  font-size: clamp(1.4rem, 2.6vw, 2.45rem);
  line-height: 1.04;
}

.red-banner {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.dark-banner {
  background: linear-gradient(135deg, #052938, #101820);
}

.digital-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 120px));
  display: grid;
  align-items: end;
  padding: clamp(64px, 9vw, 110px) clamp(18px, 6vw, 76px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,31,43,.88), rgba(3,31,43,.58) 48%, rgba(212,20,34,.24)),
    var(--digital-hero-image) center / cover no-repeat;
}

.digital-hero .hero-content {
  width: min(860px, 100%);
  color: #fff;
}

.digital-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: .96;
}

.digital-hero .hero-copy {
  color: rgba(255,255,255,.9);
}

.solution-grid,
.pricing-grid,
.industry-grid,
.process-grid,
.usecase-grid,
.visual-story-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto;
  display: grid;
  gap: 14px;
}

.solution-grid,
.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.industry-grid,
.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.usecase-grid {
  grid-template-columns: repeat(4, 1fr);
}

.visual-story-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-card,
.price-card,
.industry-card,
.process-card,
.usecase-card,
.visual-story-card {
  min-height: 170px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 36px rgba(18,31,39,.08);
}

.solution-card p,
.price-card p,
.industry-card span,
.process-card span,
.usecase-card p,
.usecase-card li,
.visual-story-card p,
.digital-band p {
  line-height: 1.65;
  color: var(--muted);
}

.solution-card strong,
.price-card strong,
.usecase-card strong {
  color: var(--red);
  font-size: 1.15rem;
}

.usecase-card ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding-left: 19px;
}

.visual-story-card {
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.visual-story-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.visual-story-card > div {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.visual-story-card h3 {
  margin: 0;
  color: var(--ink);
}

.video-chip,
.section-note {
  color: var(--red);
  font-weight: 900;
}

.video-chip {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(212,20,34,.1);
  font-size: .82rem;
}

.section-note {
  max-width: 470px;
  line-height: 1.55;
}

.price-card .price {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.digital-band {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.digital-band > div {
  padding: clamp(22px, 4vw, 36px);
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip span {
  margin-top: 5px;
  color: var(--muted);
}

.shop-section,
.service-band,
.contact-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.shop-section {
  padding: 76px 0 44px;
}

.section-heading,
.shop-toolbar,
.contact-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.text-link,
.tab-link {
  color: var(--red);
  font-weight: 900;
}

.tab-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
}

h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.search-wrap {
  width: min(420px, 100%);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

input,
select {
  height: 46px;
  padding: 0 13px;
}

textarea {
  padding: 12px 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(11, 111, 114, 0.14);
}

.shop-toolbar {
  margin-top: 26px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tab-button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #31414a;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.tab-button.active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

#sortSelect {
  width: min(240px, 100%);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.product-card {
  display: flex;
  min-height: 448px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.product-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-card-footer {
  padding-top: 0;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(26, 42, 50, 0.12);
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 190px;
  background:
    linear-gradient(135deg, rgba(7, 52, 71, 0.08), rgba(212, 20, 34, 0.08)),
    #f2f5f6;
  overflow: hidden;
}

.product-visual::before {
  content: "LaptopBasi";
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: rgba(20, 33, 42, 0.055);
  font-size: 1.85rem;
  font-weight: 950;
  line-height: 1;
}

.product-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: transparent;
}

.device-art {
  z-index: 1;
  position: relative;
  width: 136px;
  height: 88px;
  border: 8px solid #26333b;
  border-radius: 7px 7px 2px 2px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(135deg, #17696b, #0d2730);
}

.device-art::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 164px;
  height: 12px;
  border-radius: 2px 2px 8px 8px;
  transform: translateX(-50%);
  background: #202b32;
}

.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-meta {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.variant-note {
  margin: 8px 0 0;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

.product-memory-upgrade {
  padding: 8px 10px;
  border-left: 3px solid var(--red);
  border-radius: 8px;
  background: #fff4f5;
  line-height: 1.35;
}

.device-software-included {
  display: grid;
  gap: 2px;
  margin: 10px 0 0;
  padding: 8px 10px;
  border-left: 3px solid var(--blue);
  border-radius: 8px;
  color: #42545e;
  background: #f0f7f9;
  font-size: 0.76rem;
  line-height: 1.35;
}

.device-software-included strong {
  color: var(--blue);
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-desc {
  display: -webkit-box;
  min-height: 42px;
  margin: 8px 0 0;
  overflow: hidden;
  color: #50616c;
  font-size: 0.88rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card h3 {
  margin: 8px 0 0;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
}

.specs span {
  padding: 5px 7px;
  border-radius: 7px;
  color: #3f4b52;
  background: rgba(246, 248, 250, 0.86);
  font-size: 0.75rem;
  font-weight: 700;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}

.product-actions {
  display: flex;
  gap: 8px;
}

.price {
  font-size: 1.12rem;
  font-weight: 950;
}

.dual-currency-price {
  display: inline-grid;
  gap: 2px;
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.08;
}

.dual-currency-primary {
  color: inherit;
  font: inherit;
}

.dual-currency-equivalent {
  color: var(--muted);
  font-size: .68em;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.pdp-price .dual-currency-equivalent {
  font-size: .9rem;
}

.home-ai-collection-card-copy .dual-currency-equivalent,
.home-ai-ad-offer .dual-currency-equivalent {
  color: #667983;
  font-size: .68rem;
  letter-spacing: 0;
  text-transform: none;
}

.variant-box .dual-currency-price,
.cart-line .dual-currency-price,
.finder-results .dual-currency-price,
.compare-grid .dual-currency-price {
  white-space: nowrap;
}

.finder-results .dual-currency-primary {
  color: var(--ink);
  font-weight: 900;
}

.finder-results .dual-currency-equivalent {
  color: var(--muted);
}

.stock {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
}

.add-button {
  min-width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 800;
}

.detail-button {
  min-width: 58px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
}

.pdp {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 76px;
}

.pdp-breadcrumb {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 0 22px;
}

.pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.pdp-gallery {
  display: grid;
  gap: 12px;
}

.pdp-main-image {
  min-height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 52, 71, 0.06), rgba(212, 20, 34, 0.08)),
    #f7f9fb;
}

.pdp-main-image img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  padding: 24px;
}

.pdp-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 96px));
  gap: 10px;
}

.pdp-thumbs button {
  height: 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 4px;
}

.pdp-thumbs button.active {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(212, 20, 34, 0.12);
}

.pdp-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdp-buybox {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 31, 39, 0.1);
}

.pdp-buybox h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.04;
}

.pdp-rating {
  margin-top: 12px;
  color: var(--green);
  font-weight: 900;
}

.pdp-price-label {
  margin-top: 24px;
  color: var(--muted);
  font-weight: 850;
}

.pdp-price {
  margin-top: 4px;
  font-size: 2.25rem;
  font-weight: 950;
}

.condition-box {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(212, 20, 34, 0.22);
  border-radius: 8px;
  background: rgba(212, 20, 34, 0.055);
}

.variant-box {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.variant-box button {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.variant-box button:hover {
  border-color: rgba(212, 20, 34, 0.35);
  box-shadow: 0 12px 28px rgba(18, 31, 39, 0.08);
}

.variant-box small {
  color: var(--muted);
  font-weight: 700;
}

.condition-box span,
.promise-list span,
.pdp-info-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.pdp-cart {
  width: 100%;
  margin-top: 18px;
}

.promise-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.promise-list div {
  display: grid;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.pdp-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  margin-top: 34px;
}

.pdp-info-grid section {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.service-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(212, 20, 34, 0.035), rgba(255, 255, 255, 0));
}

.service-page {
  margin-top: 56px;
}

.category-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 8px auto 76px;
}

.category-card {
  min-height: 150px;
  align-content: end;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 248, 250, 0.94)),
    linear-gradient(135deg, rgba(7, 52, 71, 0.08), rgba(212, 20, 34, 0.08));
  box-shadow: 0 14px 36px rgba(18, 31, 39, 0.08);
}

.compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-copy p:last-child,
.contact-section p {
  color: var(--muted);
  line-height: 1.65;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.service-item h3 {
  margin: 0;
  font-size: 1.05rem;
}

.service-item p {
  margin: 8px 0 16px;
  color: var(--muted);
  line-height: 1.5;
}

.contact-section,
.payment-section {
  padding: 58px 0 76px;
}

.payment-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 0;
}

.payment-section p {
  color: var(--muted);
  line-height: 1.65;
}

.bank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.bank-item {
  border: 1px solid #dce6ea;
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 52, 71, 0.07);
}

.bank-item strong,
.bank-item span {
  display: block;
}

.bank-item span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.88rem;
}

.payment-section-intro {
  align-self: start;
  position: sticky;
  top: 104px;
  padding: 28px;
  border: 1px solid #dfe8ec;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 104, 179, 0.09), transparent 34%),
    #fff;
  box-shadow: 0 16px 40px rgba(7, 52, 71, 0.07);
}

.payment-section-intro h2 {
  margin: 0;
  color: #073447;
  line-height: 1.08;
}

.payment-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.payment-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 6px 11px;
  border: 1px solid #d8e5ea;
  border-radius: 999px;
  color: #073447;
  background: #f8fbfc;
  font-size: 0.75rem;
  font-weight: 900;
}

.payment-assurance span:last-child {
  color: #a80e18;
  border-color: #efcdd0;
  background: #fff7f7;
}

.payment-method-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  overflow: hidden;
}

.payment-method-card::after {
  content: "";
  position: absolute;
  inset: auto -42px -58px auto;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(0, 104, 179, 0.045);
  pointer-events: none;
}

.payment-method-card-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.payment-method-card h3 {
  margin: 0;
  color: #073447;
  font-size: 1.05rem;
  line-height: 1.25;
}

.payment-method-card p {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  margin: 17px 0;
  color: #4f6873;
  font-size: 0.9rem;
  line-height: 1.6;
}

.payment-method-card small {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 13px;
  border-top: 1px solid #e3eaed;
  color: #8f111a;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.45;
}

.payment-method-icon {
  display: grid !important;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 !important;
  border-radius: 14px;
  color: #fff !important;
  background: #073447;
  font-size: 0 !important;
  box-shadow: 0 9px 18px rgba(7, 52, 71, 0.16);
}

.payment-method-icon::before {
  font-size: 1rem;
  font-weight: 950;
}

.payment-method-card[data-payment-guide="pickup"] .payment-method-icon::before { content: "SRD"; font-size: 0.72rem; }
.payment-method-card[data-payment-guide="finabank"] .payment-method-icon::before { content: "F"; font-size: 1.2rem; }
.payment-method-card[data-payment-guide="ideal"] .payment-method-icon { background: #cc1b8c; }
.payment-method-card[data-payment-guide="ideal"] .payment-method-icon::before { content: "iD"; }
.payment-method-card[data-payment-guide="paypal"] .payment-method-icon { background: #0068b3; }
.payment-method-card[data-payment-guide="paypal"] .payment-method-icon::before { content: "P"; font-size: 1.25rem; }
.payment-method-card[data-payment-guide="creditcard"] .payment-method-icon { background: #d41422; }
.payment-method-card[data-payment-guide="creditcard"] .payment-method-icon::before { content: "••••"; letter-spacing: 1px; }

@media (max-width: 900px) {
  .payment-section-intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .payment-section-intro {
    padding: 20px;
    border-radius: 18px;
  }

  .payment-method-card {
    min-height: 0;
    padding: 18px;
  }
}

.cart-panel {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.detail-panel {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
  place-items: center;
  padding: 16px;
  background: rgba(7, 12, 15, 0.5);
}

.detail-panel.open {
  display: grid;
}

.detail-dialog {
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-dialog .cart-head {
  padding: 22px 22px 0;
}

.detail-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 22px;
}

.detail-image {
  min-height: 280px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 52, 71, 0.07), rgba(212, 20, 34, 0.08)),
    #f6f8fa;
}

.detail-image img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.detail-specs {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.detail-specs div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.detail-specs span {
  color: var(--muted);
  font-weight: 800;
}

.cart-panel.open {
  pointer-events: auto;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 15, 0.5);
  opacity: 0;
  transition: opacity 160ms ease;
}

.cart-panel.open .cart-backdrop {
  opacity: 1;
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(460px, 100%);
  height: 100%;
  flex-direction: column;
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.cart-panel.open .cart-drawer {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.icon-button {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--soft);
  font-size: 1.5rem;
}

.cart-items {
  flex: 0 0 auto;
  max-height: 34vh;
  overflow: auto;
  margin: 18px -8px 0 0;
  padding-right: 8px;
}

.empty-cart {
  padding: 28px 0;
  color: var(--muted);
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line h3 {
  margin: 0;
  font-size: 0.98rem;
}

.cart-line p {
  margin: 5px 0 0;
  color: var(--muted);
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.qty-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}

.checkout {
  display: grid;
  gap: 11px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.checkout select[size] {
  height: auto;
  min-height: 124px;
  padding: 8px;
}

.checkout label {
  display: grid;
  gap: 6px;
  color: #3f4b52;
  font-size: 0.88rem;
  font-weight: 800;
}

.total-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  font-size: 1.05rem;
}

.cart-pricing {
  display: grid;
  gap: 7px;
  margin-top: 3px;
  padding: 13px 14px 8px;
  border: 1px solid rgba(7, 52, 71, 0.14);
  border-radius: 10px;
  background: #fff;
}

.cart-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.cart-discount-row {
  color: #08743f;
  font-weight: 850;
}

.cart-discount-status {
  margin: 2px 0 0;
  padding: 9px 10px;
  border-left: 3px solid var(--red);
  border-radius: 6px;
  color: #173646;
  background: rgba(212, 20, 34, 0.055);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.cart-discount-status[data-state="eligible"] {
  border-left-color: #08743f;
  background: rgba(8, 116, 63, 0.07);
}

.cart-pricing .total-row {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 900;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 60;
  max-width: calc(100% - 32px);
  padding: 12px 15px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 12px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes pagePhotoDrift {
  0% {
    background-position: 50% 50%;
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  100% {
    background-position: 54% 44%;
    transform: scale(1.13) translate3d(-18px, -10px, 0);
  }
}

@keyframes pagePhotoScroll {
  0% {
    transform: translate3d(0, 0, 0) scale(1.02);
  }
  100% {
    transform: translate3d(-46px, -34px, 0) scale(1.08);
  }
}

.contact-page {
  align-items: stretch;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-grid article,
.contact-grid button {
  min-height: 96px;
  border-radius: 8px;
}

.contact-grid article {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.contact-grid span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-grid strong {
  font-size: 1.05rem;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  body {
    padding-bottom: 82px;
  }

  .topbar {
    gap: 12px;
    padding-inline: 18px;
  }

  .brand {
    min-width: 172px;
  }

  .mobile-route-bar {
    position: sticky;
    top: 76px;
    z-index: 19;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(220, 227, 232, 0.86);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    scrollbar-width: none;
  }

  .mobile-route-bar::-webkit-scrollbar {
    display: none;
  }

  .mobile-route-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #24353d;
    background: rgba(255, 255, 255, 0.96);
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(18, 31, 39, 0.07);
  }

  .mobile-route-bar a.active {
    color: #fff;
    border-color: var(--red);
    background: var(--red);
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 35;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(220, 227, 232, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(18, 31, 39, 0.22);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    position: relative;
    display: grid;
    place-items: center;
    gap: 3px;
    min-width: 0;
    min-height: 56px;
    border: 0;
    border-radius: 13px;
    color: #34444c;
    background: transparent;
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
  }

  .mobile-bottom-nav a::before,
  .mobile-bottom-nav button::before {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 9px;
    color: #fff;
    background: #0a3545;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
  }

  .mobile-bottom-nav [data-mobile-icon="shop"]::before { content: "P"; }
  .mobile-bottom-nav [data-mobile-icon="laptop"]::before { content: "L"; }
  .mobile-bottom-nav [data-mobile-icon="desktop"]::before { content: "D"; }
  .mobile-bottom-nav [data-mobile-icon="accessory"]::before { content: "A"; }
  .mobile-bottom-nav [data-mobile-icon="digital"]::before { content: "AI"; }
  .mobile-bottom-nav [data-mobile-icon="admin"]::before { content: "M"; }

  .solution-grid,
  .pricing-grid,
  .industry-grid,
  .process-grid,
  .usecase-grid,
  .visual-story-grid,
  .digital-band {
    grid-template-columns: 1fr;
  }

  .digital-hero {
    min-height: auto;
    padding: 54px 18px 64px;
    align-items: end;
  }

  .solution-card,
  .price-card,
  .industry-card,
  .process-card,
  .usecase-card,
  .visual-story-card {
    min-height: auto;
  }

  .mobile-bottom-nav [data-mobile-icon="cart"]::before { content: ""; background: var(--red); }

  .mobile-bottom-nav [data-mobile-icon="cart"]::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 14px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-radius: 2px 2px 5px 5px;
  }

  .mobile-bottom-nav a.active,
  .mobile-bottom-nav button:active {
    color: var(--red);
    background: rgba(212, 20, 34, 0.08);
  }

  .mobile-bottom-nav a.active::before {
    background: var(--red);
  }

  .mobile-bottom-nav span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav strong {
    position: absolute;
    top: 4px;
    right: 8px;
    display: grid;
    place-items: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    color: #fff;
    background: var(--red);
    font-size: 0.68rem;
    line-height: 1;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-band {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .category-showcase,
  .wanted-grid,
  .promo-row,
  .visual-deck,
  .pdp-layout,
  .pdp-info-grid {
    grid-template-columns: 1fr;
  }

  .market-search {
    order: 4;
    max-width: none;
    flex-basis: 100%;
  }

  .language-switch {
    margin-left: auto;
  }

  .pdp-buybox {
    position: static;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 92px;
  }

  .topbar {
    min-height: 62px;
    padding: 8px 10px;
    flex-wrap: nowrap;
  }

  .brand {
    min-width: 0;
  }

  .logo-type {
    width: 128px;
    height: 44px;
  }

  .logo-type small {
    font-size: 0.58rem;
  }

  .language-switch {
    min-height: 36px;
    max-width: 96px;
    padding: 4px 6px;
    margin-left: auto;
    font-size: 0.66rem;
  }

  .language-switch span {
    display: none;
  }

  .language-switch select {
    min-width: 76px;
  }

  .cart-button {
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 14px;
  }

  .cart-button .icon {
    width: 17px;
  }

  .cart-button #cartCount {
    position: absolute;
    top: 5px;
    right: 6px;
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #0a3545;
    color: #fff;
    font-size: 0.68rem;
  }

  .mobile-route-bar {
    top: 72px;
    padding: 8px 10px;
  }

  .home-hero {
    min-height: auto;
    padding: 22px 14px 26px;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.98) 58%),
      linear-gradient(135deg, rgba(7, 52, 71, 0.08), rgba(212, 20, 34, 0.09));
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.96)),
      url("assets/banners/frontpage-laptopbasi-service.jpg") center top / cover no-repeat;
    opacity: 0.76;
  }

  .digital-home-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.84) 62%, rgba(255, 255, 255, 0.96)),
      var(--digital-hero-image) center top / cover no-repeat;
  }

  .hero-logo-type {
    width: min(340px, 88vw);
    height: 142px;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .home-hero h1,
  .hero h1,
  .page-hero h1,
  .digital-hero h1 {
    font-size: clamp(1.45rem, 7vw, 2.25rem);
    line-height: 1.05;
  }

  .hero-copy,
  .digital-hero .hero-copy,
  .page-hero p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  body[data-page="home"] .eyebrow {
    margin-bottom: 6px;
    font-size: 0.72rem;
  }

  body[data-page="home"] .hero-proof {
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
  }

  body[data-page="home"] .hero-proof span {
    min-height: 30px;
    padding: 7px 9px;
    font-size: 0.74rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 16px;
  }

  .primary-link,
  .secondary-link,
  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    border-radius: 10px;
  }

  .hero-panel {
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
  }

  .hero-panel a {
    padding: 12px;
  }

  .home-hero::before,
  .page-hero::before {
    right: -260px;
    width: 640px;
    opacity: 0.12;
  }

  .quick-strip,
  .section-heading,
  .shop-toolbar,
  .contact-section,
  .service-list,
  .payment-section,
  .bank-grid,
  .category-showcase {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    width: min(100% - 20px, 1180px);
    margin-top: 16px;
    padding: 0;
    gap: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .quick-strip div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
  }

  .section-heading,
  .shop-toolbar,
  .contact-section {
    display: grid;
    align-items: stretch;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
  }

  .product-card {
    min-height: auto;
    border-radius: 10px;
  }

  .product-visual {
    height: 168px;
  }

  .product-body {
    padding: 14px;
  }

  .product-bottom {
    align-items: stretch;
    gap: 12px;
  }

  .product-bottom strong {
    align-self: center;
  }

  .add-button {
    min-width: 52px;
    height: 46px;
    border-radius: 10px;
  }

  .category-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-button {
    flex: 0 0 auto;
    min-height: 42px;
  }

  .shop-section,
  .service-band,
  .contact-section,
  .pdp {
    width: min(100% - 20px, 1180px);
  }

  .shop-section {
    padding: 42px 0 28px;
  }

  .page-hero {
    padding: 42px 14px 34px;
  }

  .pdp {
    padding: 12px 0 48px;
  }

  .pdp-main-image {
    min-height: 300px;
  }

  .pdp-main-image img {
    max-height: 280px;
    padding: 14px;
  }

  .pdp-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pdp-thumbs button {
    height: 62px;
  }

  .pdp-buybox,
  .pdp-info-grid section {
    padding: 16px;
  }

  .pdp-price {
    font-size: 1.85rem;
  }

  .cart-drawer {
    width: min(100vw, 440px);
    padding-bottom: 96px;
  }

  .detail-inner {
    grid-template-columns: 1fr;
  }

  #sortSelect {
    width: 100%;
  }
}

/* Digital Solutions: quiet main page and sector guides */
body[data-page="digital-solutions"],
body[data-page="digital-sector"] {
  background: #f7f9fa;
}

body[data-page="digital-solutions"]::before,
body[data-page="digital-sector"]::before {
  display: none;
  animation: none;
}

body[data-page="digital-solutions"]::after,
body[data-page="digital-sector"]::after {
  background: linear-gradient(180deg, #ffffff 0, #f7f9fa 54%, #ffffff 100%);
}

.digital-classic-topbar {
  min-height: 76px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(3, 31, 43, 0.06);
}

.digital-small-brand {
  flex: 0 0 184px;
  width: 184px;
  height: 56px;
  overflow: hidden;
  border-radius: 0;
}

.digital-small-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.14);
}

.digital-classic-topbar .nav {
  margin-left: auto;
}

.digital-classic-topbar .nav a.active {
  color: var(--red);
}

.digital-classic-hero {
  min-height: min(650px, calc(100vh - 92px));
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 31, 43, 0.94) 0%, rgba(3, 31, 43, 0.8) 43%, rgba(3, 31, 43, 0.3) 76%, rgba(212, 20, 34, 0.12) 100%),
    url("assets/banners/digital-solutions-hero.jpg") center / cover no-repeat;
}

.digital-classic-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 88px;
  background: linear-gradient(180deg, transparent, rgba(3, 31, 43, 0.2));
  pointer-events: none;
}

.digital-classic-hero .hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.digital-classic-hero .eyebrow {
  color: #ffffff;
}

.digital-classic-hero h1 {
  max-width: 780px;
  font-size: clamp(2.7rem, 5.1vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.digital-classic-hero .hero-copy {
  max-width: 700px;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}

.digital-classic-hero .secondary-link,
.sector-hero .sector-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(3, 31, 43, 0.38);
}

.digital-classic-hero .secondary-link:hover,
.sector-hero .sector-secondary:hover {
  border-color: #ffffff;
  background: rgba(3, 31, 43, 0.64);
}

.digital-quick-strip,
.sector-quick-strip {
  margin-top: -30px;
}

.digital-services-section {
  padding-top: 84px;
}

body[data-page="digital-solutions"] .solution-card,
body[data-page="digital-solutions"] .price-card,
body[data-page="digital-solutions"] .process-card,
body[data-page="digital-sector"] .process-card {
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(3, 31, 43, 0.07);
}

.sector-overview {
  padding-top: 84px;
  scroll-margin-top: 90px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.sector-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(3, 31, 43, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sector-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 20, 34, 0.34);
  box-shadow: 0 20px 42px rgba(3, 31, 43, 0.12);
}

.sector-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8eef1;
}

.sector-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.sector-card:hover .sector-card-media img {
  transform: scale(1.025);
}

.sector-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
}

.sector-card h3 {
  margin: 0;
  color: #082f3e;
  font-size: 1.28rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.sector-card p {
  flex: 1;
  margin: 0;
  color: #53656d;
  line-height: 1.58;
}

.sector-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(212, 20, 34, 0.2);
  border-radius: 5px;
  color: #a90f1c;
  background: rgba(212, 20, 34, 0.07);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.2;
}

.sector-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--red);
  font-weight: 900;
}

.sector-card-link:hover {
  color: var(--red-dark);
}

.digital-benefit-band > div {
  border-radius: 8px;
}

.digital-contact-panel {
  border-radius: 8px;
}

.sector-hero {
  --sector-position: center;
  position: relative;
  min-height: min(590px, calc(100vh - 88px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 31, 43, 0.96) 0%, rgba(3, 31, 43, 0.88) 43%, rgba(3, 31, 43, 0.32) 76%, rgba(3, 31, 43, 0.12) 100%),
    var(--sector-image) var(--sector-position) / cover no-repeat;
}

.sector-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 86px;
  background: linear-gradient(180deg, transparent, rgba(3, 31, 43, 0.3));
  pointer-events: none;
}

.sector-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0 82px;
}

.sector-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 800;
}

.checkout-pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(212, 20, 34, 0.2);
  border-radius: 8px;
  background: #fff7f8;
}

.checkout-pickup[hidden] {
  display: none;
}

.checkout-pickup legend {
  padding: 0 5px;
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

@media (max-width: 460px) {
  .checkout-pickup {
    grid-template-columns: 1fr;
  }
}

.sector-breadcrumb a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.sector-hero-tag {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(212, 20, 34, 0.78);
}

.sector-hero h1 {
  max-width: 820px;
  margin: 18px 0 10px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.sector-tagline {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 850;
  line-height: 1.22;
}

.sector-summary {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.06rem;
  line-height: 1.65;
}

.sector-hero .hero-actions {
  margin-top: 28px;
}

.sector-solutions {
  padding-top: 88px;
  scroll-margin-top: 86px;
}

.sector-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.sector-feature {
  min-height: 228px;
  padding: 22px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(3, 31, 43, 0.06);
}

.sector-feature-number {
  display: block;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
}

.sector-feature h3 {
  margin: 20px 0 10px;
  color: #082f3e;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.sector-feature p {
  margin: 0;
  color: #53656d;
  line-height: 1.6;
}

.sector-example-band {
  width: 100%;
  margin: 56px 0 0;
  padding: clamp(34px, 5vw, 64px) max(16px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  background: #eaf1f3;
}

.sector-example-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #dbe5e9;
}

.sector-example-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-example-copy h2 {
  max-width: 590px;
  color: #082f3e;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
}

.sector-example-copy > p:last-child {
  max-width: 620px;
  color: #465b64;
  font-size: 1.08rem;
  line-height: 1.72;
}

.sector-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.sector-result-grid article {
  min-height: 190px;
  padding: 21px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #ffffff;
}

.sector-result-grid strong {
  display: block;
  color: #082f3e;
  font-size: 1.08rem;
  line-height: 1.25;
}

.sector-result-grid p {
  margin: 12px 0 0;
  color: #53656d;
  line-height: 1.58;
}

.sector-result-grid .sector-result-highlight {
  color: #ffffff;
  border-color: #0a3545;
  background: #0a3545;
}

.sector-result-grid .sector-result-highlight strong,
.sector-result-grid .sector-result-highlight p {
  color: #ffffff;
}

.sector-process {
  padding-bottom: 82px;
}

.sector-cta {
  width: 100%;
  margin: 0;
  padding: clamp(40px, 6vw, 74px) max(16px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  color: #ffffff;
  background: #082f3e;
}

.sector-cta h2 {
  max-width: 750px;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.02;
}

.sector-cta p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.sector-cta small {
  display: block;
  max-width: 690px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.sector-cta-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.sector-cta .secondary-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

@media (min-width: 1101px) and (max-width: 1360px) {
  .digital-classic-topbar {
    gap: 8px;
    padding-inline: 14px;
  }

  .digital-small-brand {
    flex-basis: 148px;
    width: 148px;
    height: 50px;
  }

  .digital-classic-topbar .nav {
    gap: 10px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .digital-classic-topbar .language-switch {
    max-width: 104px;
    padding-inline: 7px;
  }

  .digital-classic-topbar .language-switch span {
    display: none;
  }

  .digital-classic-topbar .language-switch select {
    min-width: 82px;
  }

  .digital-classic-topbar .cart-button {
    min-width: 68px;
    width: 68px;
    padding-inline: 12px;
  }
}

.store-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #dce3e8;
  border-radius: 999px;
  background: #fff;
  color: #27323a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.store-status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #77818a;
  box-shadow: 0 0 0 4px rgba(119, 129, 138, 0.12);
}

.store-status.stock .store-status-dot {
  background: #12a66a;
  box-shadow: 0 0 0 4px rgba(18, 166, 106, 0.14);
}

.store-status.repair .store-status-dot,
.store-status.order .store-status-dot {
  background: #f09a24;
  box-shadow: 0 0 0 4px rgba(240, 154, 36, 0.15);
}

.store-status.sold .store-status-dot {
  background: #d71920;
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.14);
}

.product-status-row {
  display: flex;
  margin: 10px 0 4px;
}

.pdp-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

@media (max-width: 1100px) {
  .digital-small-brand {
    flex-basis: 160px;
    width: 160px;
  }

  .digital-classic-topbar .nav {
    display: none;
  }

  .sector-grid,
  .sector-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  body[data-page="digital-solutions"] .mobile-route-bar,
  body[data-page="digital-sector"] .mobile-route-bar {
    position: sticky;
    top: 76px;
    z-index: 19;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(220, 227, 232, 0.86);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    scrollbar-width: none;
  }

  body[data-page="digital-solutions"] .mobile-route-bar::-webkit-scrollbar,
  body[data-page="digital-sector"] .mobile-route-bar::-webkit-scrollbar {
    display: none;
  }

  body[data-page="digital-solutions"] .mobile-route-bar a,
  body[data-page="digital-sector"] .mobile-route-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #24353d;
    background: #ffffff;
    font-weight: 850;
  }
}

@media (max-width: 700px) {
  .digital-classic-topbar {
    min-height: 62px;
  }

  .digital-small-brand {
    flex: 0 0 140px;
    width: 140px;
    height: 46px;
  }

  .digital-small-brand img {
    transform: scale(1.1);
  }

  .digital-classic-hero {
    min-height: 520px;
    padding: 50px 14px 58px;
    align-items: end;
    background-position: 62% center;
  }

  .digital-classic-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 31, 43, 0.18), rgba(3, 31, 43, 0.92) 70%);
  }

  .digital-classic-hero h1,
  .sector-hero h1 {
    font-size: clamp(2.12rem, 10vw, 3.1rem);
    line-height: 1.01;
  }

  .digital-quick-strip,
  .sector-quick-strip {
    margin-top: 14px;
  }

  .digital-services-section,
  .sector-overview,
  .sector-solutions {
    padding-top: 52px;
  }

  .solution-grid,
  .pricing-grid,
  .process-grid,
  .sector-grid,
  .sector-feature-grid,
  .sector-result-grid {
    grid-template-columns: 1fr;
  }

  .sector-grid,
  .sector-feature-grid {
    margin-top: 22px;
  }

  .sector-card-body {
    padding: 17px;
  }

  .sector-feature {
    min-height: 0;
    padding: 18px;
  }

  .digital-benefit-band {
    grid-template-columns: 1fr;
  }

  .sector-hero {
    min-height: 540px;
    align-items: end;
    background-position: var(--sector-position);
  }

  .sector-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 31, 43, 0.18), rgba(3, 31, 43, 0.95) 66%);
  }

  .sector-hero-inner {
    width: min(100% - 24px, 1180px);
    padding: 38px 0 54px;
  }

  .sector-breadcrumb {
    margin-bottom: 18px;
  }

  .sector-summary {
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .sector-example-band {
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding: 34px 10px;
    gap: 24px;
  }

  .sector-example-copy {
    padding: 0 4px 4px;
  }

  .sector-result-grid article {
    min-height: 0;
  }

  .sector-process {
    padding-bottom: 48px;
  }

  .sector-cta {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 14px;
  }

  .sector-cta-actions {
    min-width: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sector-card,
  .sector-card-media img {
    transition: none;
  }
}

/* One rounded LaptopBasi pill menu across shop and Digital Solutions pages. */
.topbar.market-topbar {
  background: #ffffff;
  border-bottom-color: #e1e7ea;
  box-shadow: 0 8px 24px rgba(3, 31, 43, 0.06);
  backdrop-filter: none;
}

.topbar.market-topbar .nav {
  gap: 7px;
  color: #263941;
  font-weight: 800;
}

.topbar.market-topbar .nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #e1e7ea;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(3, 31, 43, 0.05);
  white-space: nowrap;
}

.topbar.market-topbar .nav a:hover,
.topbar.market-topbar .nav a.active {
  color: #ffffff;
  border-color: var(--red);
  background: var(--red);
  box-shadow: 0 9px 20px rgba(212, 20, 34, 0.2);
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .topbar.market-topbar {
    gap: 10px;
    padding-inline: 18px;
  }

  .topbar.market-topbar .brand {
    min-width: 166px;
  }

  .topbar.market-topbar .logo-type {
    width: 158px;
  }

  .topbar.market-topbar .nav {
    gap: 5px;
    font-size: 0.76rem;
  }

  .topbar.market-topbar .nav a {
    min-height: 37px;
    padding-inline: 9px;
  }

  .topbar.market-topbar .language-switch {
    max-width: 96px;
    padding-inline: 7px;
  }

  .topbar.market-topbar .language-switch span {
    display: none;
  }

  .topbar.market-topbar .language-switch select {
    min-width: 76px;
  }

  .topbar.market-topbar .cart-button {
    min-width: 74px;
    width: 74px;
    padding-inline: 12px;
  }
}

@media (max-width: 1100px) {
  .topbar.market-topbar .nav {
    display: none;
  }

  .mobile-route-bar,
  body[data-page="digital-solutions"] .mobile-route-bar,
  body[data-page="digital-sector"] .mobile-route-bar {
    position: sticky;
    top: 76px;
    z-index: 19;
    display: flex;
    gap: 8px;
    min-height: 62px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 9px 14px;
    border: 0;
    border-bottom: 1px solid #e1e7ea;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(3, 31, 43, 0.05);
    backdrop-filter: none;
    scrollbar-width: none;
  }

  .mobile-route-bar a,
  body[data-page="digital-solutions"] .mobile-route-bar a,
  body[data-page="digital-sector"] .mobile-route-bar a {
    position: relative;
    flex: 0 0 auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #e1e7ea;
    border-radius: 999px;
    color: #263941;
    background: transparent;
    box-shadow: 0 7px 16px rgba(3, 31, 43, 0.06);
    font-size: 0.86rem;
    font-weight: 850;
  }

  .mobile-route-bar a:hover,
  .mobile-route-bar a.active,
  body[data-page="digital-solutions"] .mobile-route-bar a.active,
  body[data-page="digital-sector"] .mobile-route-bar a.active {
    color: #ffffff;
    border-color: var(--red);
    background: var(--red);
    box-shadow: 0 9px 20px rgba(212, 20, 34, 0.2);
  }
}

@media (max-width: 700px) {
  .mobile-route-bar,
  body[data-page="digital-solutions"] .mobile-route-bar,
  body[data-page="digital-sector"] .mobile-route-bar {
    top: 62px;
    gap: 7px;
    min-height: 58px;
    padding: 8px 10px;
  }

  .mobile-route-bar a,
  body[data-page="digital-solutions"] .mobile-route-bar a,
  body[data-page="digital-sector"] .mobile-route-bar a {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 0.82rem;
  }
}

/* Final catalog priority */
.catalog-shop.shop-section {
  width: min(1440px, calc(100% - 40px));
  padding: 52px 0 64px;
}

.catalog-hero.page-hero {
  display: flex;
  min-height: clamp(330px, 34vw, 470px);
  align-items: center;
  padding: clamp(44px, 6vw, 84px) max(24px, calc((100vw - 1440px) / 2));
}

@media (max-width: 820px) {
  .catalog-shop.shop-section { width: min(100% - 24px, 760px); padding: 34px 0 44px; }
  .catalog-hero.page-hero { min-height: 300px; padding: 42px 18px; }
  .catalog-hero.page-hero h1 { font-size: clamp(2.15rem, 9vw, 3.3rem); }
}

@media (max-width: 700px) {
  .catalog-hero.page-hero { min-height: 270px; padding: 34px 14px; }
}
.checkout-acceptance{display:grid;gap:.75rem;padding:1rem;border:1px solid rgba(9,47,63,.18);border-radius:14px;background:#f8fbfc}
.checkout-marketing-consent{display:grid;gap:.65rem;margin:0;padding:1rem;border:1px solid rgba(9,47,63,.18);border-radius:14px;background:#fff}
.checkout-marketing-consent legend{padding:0 .35rem;font-weight:900;color:#092f3f}
.checkout-marketing-consent small{color:#64737c;line-height:1.4}
.checkout-consent{display:flex!important;align-items:flex-start;gap:.65rem;font-size:.86rem;line-height:1.45}
.checkout-consent input{width:auto!important;min-width:18px;margin-top:.15rem}
.payment-detail-panel{display:grid;gap:10px;padding:14px;border:1px solid rgba(9,47,63,.14);border-radius:14px;background:#f7fafb;color:#092f3f}
.payment-detail-panel[hidden]{display:none!important}.payment-detail-panel>strong{font-size:15px}.payment-detail-panel p{margin:0;color:#52636c;font-size:12px;line-height:1.55}
.checkout [hidden]{display:none!important}
.payment-fee-note{margin:0;padding:10px 12px;border-radius:10px;background:#f3f8fb;color:#324a57;font-size:12px;line-height:1.45}
.currency-conversion{display:grid;gap:4px;padding:12px;border:1px solid #b8d9e8;border-radius:12px;background:#eef9fd;color:#173e50}.currency-conversion[hidden]{display:none!important}.currency-conversion strong{font-size:15px}.currency-conversion span{font-size:12px;line-height:1.45}
.payment-detail-panel dl{display:grid;gap:7px;margin:0}.payment-detail-panel dl div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:9px;padding:8px 10px;border-radius:9px;background:#fff}
.payment-detail-panel dt{color:#6b7880;font-size:11px;font-weight:800}.payment-detail-panel dd{margin:0;overflow-wrap:anywhere;font-weight:900}
#idealBankField small{display:block;margin-top:7px;color:#66757d;font-size:11px;line-height:1.45}

/* Cheapest in-stock laptop: one complete retail creative instead of CTA tiles. */
.home-showcase .home-ai-ad-slide {
  grid-template-columns: 1fr;
  padding: 24px clamp(16px, 4vw, 54px) 78px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, .82), transparent 30%),
    linear-gradient(135deg, #eef4f6 0%, #fff 46%, #fbeaec 100%);
}

.home-showcase .home-ai-ad-slide::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .54)),
    radial-gradient(circle at 88% 14%, rgba(212, 20, 34, .14), transparent 34%),
    radial-gradient(circle at 10% 92%, rgba(7, 52, 71, .12), transparent 36%);
  opacity: 1;
}

.home-ai-ad-creative {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  width: min(1340px, 100%);
  min-height: min(530px, calc(72vh - 62px));
  margin: auto;
  padding: clamp(30px, 4.5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: clamp(22px, 3vw, 38px);
  color: #fff;
  background:
    linear-gradient(92deg, rgba(1, 12, 31, .97) 0%, rgba(2, 25, 58, .9) 43%, rgba(1, 18, 45, .52) 65%, rgba(1, 11, 29, .18) 100%),
    url("assets/cheapest-laptop-campaign-bg-v1.webp") 50% center / cover no-repeat;
  box-shadow: 0 30px 84px rgba(1, 14, 36, .34);
  isolation: isolate;
}

.home-ai-ad-creative::before,
.home-ai-ad-creative::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.home-ai-ad-creative::before {
  top: -160px;
  right: -110px;
  width: 430px;
  height: 430px;
  background: rgba(31, 139, 255, .12);
}

.home-ai-ad-creative::after {
  bottom: -220px;
  left: 28%;
  width: 520px;
  height: 520px;
  background: rgba(212, 20, 34, .08);
}

.home-ai-ad-creative:focus-visible {
  outline: 4px solid rgba(212, 20, 34, .45);
  outline-offset: -5px;
}

.home-ai-ad-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.home-ai-ad-brandline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.home-ai-ad-logo {
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 950;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.home-ai-ad-logo span {
  color: var(--red);
}

.home-ai-ad-kicker,
.home-ai-ad-ribbon {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.home-ai-ad-overline {
  margin: clamp(28px, 4vw, 44px) 0 8px;
  color: #a9cbed;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-ai-ad-copy h1 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.25rem, 4.4vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.home-ai-ad-copy h1 > span {
  display: block;
  margin-bottom: 10px;
  color: #ff5d68;
  font-size: .43em;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.home-ai-ad-description {
  max-width: 650px;
  margin: 20px 0 0;
  color: #d7e7f7;
  font-size: clamp(.98rem, 1.5vw, 1.14rem);
  line-height: 1.55;
}

.home-ai-ad-copy .home-ad-specs {
  margin-top: 22px;
}

.home-ai-ad-copy .home-ad-specs span {
  border-color: rgba(255, 255, 255, .2);
  color: #f3f8ff;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.home-ai-ad-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: end;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.home-ai-ad-offer > div {
  display: grid;
  gap: 5px;
}

.home-ai-ad-offer > div > span {
  color: #a9cbed;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-ai-ad-offer strong {
  color: #ff6570;
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  font-weight: 950;
  line-height: .95;
}

.home-ai-ad-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #fff;
  font-weight: 950;
}

.home-ai-ad-link > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  transition: transform .2s ease;
}

.home-ai-ad-product {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(250px, 1fr) auto;
  min-width: 0;
  min-height: 430px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 52, 71, .1);
  border-radius: clamp(18px, 2.5vw, 30px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(240, 245, 247, .92));
  box-shadow: 0 24px 60px rgba(7, 52, 71, .14);
  transition: transform .28s ease, box-shadow .28s ease;
}

.home-ai-ad-creative:hover .home-ai-ad-product {
  transform: translateY(-5px) rotate(.3deg);
  box-shadow: 0 34px 72px rgba(7, 52, 71, .2);
}

.home-ai-ad-creative:hover .home-ai-ad-link > span {
  transform: translateX(4px);
}

.home-ai-ad-ribbon {
  position: relative;
  z-index: 2;
  justify-self: start;
  color: #073447;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 52, 71, .1);
}

.home-ai-ad-image {
  display: grid;
  min-height: 250px;
  place-items: center;
  padding: 16px 6px;
}

.home-ai-ad-image img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(7, 52, 71, .2));
}

.home-ai-ad-product-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px 2px;
  border-top: 1px solid rgba(7, 52, 71, .1);
}

.home-ai-ad-product-footer > strong {
  min-width: 0;
  overflow: hidden;
  color: #073447;
  font-size: .94rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.digital-home-hero {
  grid-template-columns: minmax(0, 1fr);
}

.digital-home-hero .hero-content {
  max-width: 820px;
}

.home-ai-collection-creative {
  grid-template-columns: minmax(280px, .82fr) minmax(580px, 1.18fr);
}

.home-ai-collection {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: clamp(18px, 2.5vw, 30px);
  background: rgba(3, 22, 49, .7);
  box-shadow: 0 24px 60px rgba(1, 10, 28, .28);
  backdrop-filter: blur(18px);
}

.home-ai-collection > .home-ai-ad-ribbon {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  box-shadow: none;
}

.home-ai-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-ai-collection-card {
  display: grid;
  grid-template-rows: minmax(160px, 1fr) auto;
  min-width: 0;
  min-height: 292px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 18px;
  color: #073447;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 36px rgba(1, 12, 31, .18);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-ai-collection-card:hover,
.home-ai-collection-card:focus-visible {
  border-color: rgba(255, 101, 112, .78);
  box-shadow: 0 23px 44px rgba(1, 12, 31, .28);
  outline: none;
  transform: translateY(-5px);
}

.home-ai-collection-image {
  position: relative;
  display: grid;
  min-height: 160px;
  padding: 13px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 34%, #fff, #f0f5f7 72%);
}

.home-ai-collection-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 176px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 17px 18px rgba(7, 52, 71, .2));
}

.home-ai-collection-image img[hidden] {
  display: none;
}

.home-ai-image-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(7, 52, 71, .05), rgba(212, 20, 34, .07)),
    #f5f8f9;
}

.home-ai-collection-image.has-image .home-ai-image-fallback {
  display: none;
}

.home-ai-image-fallback.is-awaiting {
  display: grid;
  place-items: center;
}

.home-ai-image-fallback .home-ad-device {
  width: 92px;
  height: 60px;
  border-width: 6px;
  opacity: .72;
  transform: scale(.9);
}

.home-ai-image-fallback-desktop .home-ad-device {
  position: relative;
  width: 90px;
  height: 66px;
  border: 6px solid #173d4a;
  border-radius: 7px;
  box-shadow: 0 12px 22px rgba(7, 52, 71, .12);
}

.home-ai-image-fallback-desktop .home-ad-device::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  width: 42px;
  height: 15px;
  border-bottom: 5px solid #173d4a;
  transform: translateX(-50%);
}

.home-ai-image-fallback-accessory .home-ad-device {
  position: relative;
  width: 66px;
  height: 84px;
  border: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 24px, #fff 0 5px, transparent 6px),
    linear-gradient(180deg, #173d4a, #2b6075);
}

.home-ai-image-fallback-accessory .home-ad-device::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 2px;
  height: 32px;
  background: rgba(255, 255, 255, .42);
  transform: translateX(-50%);
}

.home-ai-collection-card-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border-top: 1px solid rgba(7, 52, 71, .09);
}

.home-ai-collection-card-copy small {
  color: #6a7d86;
  font-size: .65rem;
  font-weight: 950;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.home-ai-collection-card-copy strong {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  color: #073447;
  font-size: .92rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-ai-collection-card-copy > span {
  color: var(--red);
  font-size: 1rem;
  font-weight: 950;
}

.home-ai-collection > p {
  margin: 0;
}

.home-ai-collection .store-status {
  border-color: rgba(255, 255, 255, .16);
  color: #e7f6ee;
  background: rgba(22, 134, 76, .16);
}

@media (max-width: 900px) {
  .home-showcase,
  .home-showcase .home-hero {
    min-height: 820px;
  }

  .home-showcase .home-ai-ad-slide {
    padding: 16px 14px 76px;
  }

  .home-ai-ad-creative {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 720px;
    padding: 24px;
    background:
      linear-gradient(180deg, rgba(1, 14, 36, .3) 0%, rgba(1, 17, 42, .72) 38%, rgba(1, 13, 33, .97) 69%, rgba(1, 12, 31, .99) 100%),
      url("assets/cheapest-laptop-campaign-bg-v1.webp") 72% center / cover no-repeat;
  }

  .home-ai-collection {
    order: -1;
  }

  .home-ai-collection-card {
    grid-template-rows: 135px auto;
    min-height: 245px;
  }

  .home-ai-collection-image {
    min-height: 135px;
    padding: 8px;
  }

  .home-ai-collection-image img {
    height: 140px;
  }

  .home-ai-ad-product {
    order: -1;
    grid-template-rows: auto minmax(175px, 1fr) auto;
    min-height: 280px;
  }

  .home-ai-ad-image {
    min-height: 175px;
    padding: 4px;
  }

  .home-ai-ad-image img {
    height: 200px;
  }

  .home-ai-ad-overline {
    margin-top: 8px;
  }

  .home-ai-ad-copy h1 {
    font-size: clamp(2rem, 7vw, 3.55rem);
  }
}

@media (max-width: 600px) {
  .home-showcase,
  .home-showcase .home-hero {
    min-height: 740px;
  }

  .home-showcase .home-ai-ad-slide {
    padding: 10px 8px 70px;
  }

  .home-ai-ad-creative {
    gap: 16px;
    min-height: 655px;
    padding: 16px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(1, 14, 36, .2) 0%, rgba(1, 17, 42, .75) 35%, rgba(1, 13, 33, .98) 62%, rgba(1, 12, 31, 1) 100%),
      url("assets/cheapest-laptop-campaign-bg-v1.webp") 76% center / auto 100% no-repeat,
      #011027;
  }

  .home-ai-collection-creative {
    min-height: 655px;
  }

  .home-ai-collection {
    gap: 9px;
    padding: 10px;
    border-radius: 16px;
  }

  .home-ai-collection-grid {
    gap: 6px;
  }

  .home-ai-collection-card {
    grid-template-rows: 92px auto;
    min-height: 184px;
    border-radius: 12px;
  }

  .home-ai-collection-image {
    min-height: 92px;
    padding: 4px;
  }

  .home-ai-collection-image img {
    height: 96px;
  }

  .home-ai-collection-card-copy {
    gap: 3px;
    padding: 8px 6px;
  }

  .home-ai-collection-card-copy small {
    font-size: .5rem;
  }

  .home-ai-collection-card-copy strong {
    min-height: 2.35em;
    font-size: .66rem;
  }

  .home-ai-collection-card-copy > span {
    font-size: .7rem;
  }

  .home-ai-collection > p {
    display: none;
  }

  .home-ai-image-fallback .home-ad-device {
    transform: scale(.62);
  }

  .home-ai-ad-product {
    grid-template-rows: auto minmax(128px, 1fr) auto;
    min-height: 235px;
    padding: 11px;
    border-radius: 16px;
  }

  .home-ai-ad-image {
    min-height: 128px;
    padding: 0;
  }

  .home-ai-ad-image img {
    height: 145px;
  }

  .home-ai-ad-product-footer {
    padding-top: 8px;
  }

  .home-ai-ad-product-footer > strong {
    font-size: .78rem;
  }

  .home-ai-ad-brandline {
    gap: 8px;
  }

  .home-ai-ad-kicker,
  .home-ai-ad-ribbon {
    min-height: 25px;
    padding: 5px 8px;
    font-size: .61rem;
  }

  .home-ai-ad-copy h1 {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  }

  .home-ai-ad-description {
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    font-size: .88rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-ai-ad-copy .home-ad-specs {
    gap: 5px;
    margin-top: 12px;
  }

  .home-ai-ad-copy .home-ad-specs span {
    min-height: 26px;
    padding: 4px 8px;
    font-size: .65rem;
  }

  .home-ai-ad-offer {
    margin-top: 14px;
    padding-top: 12px;
  }

  .home-ai-ad-offer strong {
    font-size: 1.75rem;
  }

  .home-ai-ad-link {
    font-size: .78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-ai-ad-product,
  .home-ai-ad-link > span {
    transition: none;
  }
}

/* Product media is exact-photo-first. A neutral loader remains visible until
   the matching product image has painted; no unrelated fallback image is used. */
.safe-product-image-frame {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
}

.safe-product-image-frame > .safe-product-image-fallback,
.safe-product-image-frame > img[data-safe-product-image] {
  grid-area: 1 / 1;
}

.safe-product-image-fallback {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, #f7f8f9 22%, #eceff1 39%, #f7f8f9 56%);
  background-size: 240% 100%;
  box-shadow: none;
  animation: exact-product-photo-loading 1.35s ease-in-out infinite;
  transition: opacity 160ms ease;
}

.safe-product-image-fallback::before,
.safe-product-image-fallback::after {
  display: none;
}

.safe-product-image-frame.has-product-image > .safe-product-image-fallback {
  opacity: 0;
  visibility: hidden;
  animation: none;
}

.safe-product-image-fallback.is-awaiting {
  display: grid;
  place-items: center;
}

.product-image-loader-dot {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(0, 60, 113, .14);
  border-top-color: #d41422;
  border-radius: 50%;
  animation: product-image-loader-spin .78s linear infinite;
}

@keyframes product-image-loader-spin {
  to { transform: rotate(360deg); }
}

img[data-safe-product-image] {
  opacity: 0;
  transition: opacity 160ms ease;
}

img[data-safe-product-image][data-image-state="ready"] {
  opacity: 1;
}

img[data-safe-product-image][data-image-state="error"] {
  display: none;
}

@keyframes exact-product-photo-loading {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

.device-art-desktop {
  width: 68px;
  height: 108px;
  border: 7px solid #26333b;
  border-radius: 8px;
}

.device-art-desktop::after {
  left: 50%;
  bottom: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #d41422;
}

.device-art-monitor::after {
  bottom: -25px;
  width: 56px;
  height: 22px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent 20px, #202b32 20px 36px, transparent 36px);
}

.device-art-accessory {
  width: 94px;
  height: 94px;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 45%),
    linear-gradient(135deg, #17696b, #0d2730);
  box-shadow: inset 0 0 0 7px #26333b;
}

.device-art-accessory::before {
  content: "ACC";
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.device-art-accessory::after {
  display: none;
}

.detail-image > .safe-product-image-frame {
  min-height: 280px;
}

.pdp-main-image > .safe-product-image-frame {
  min-height: inherit;
}

.pdp-thumbs .safe-product-image-frame {
  height: 100%;
}

.pdp-thumbs .safe-product-image-fallback {
  transform: none;
}

.compare-head > .safe-product-image-frame {
  height: 120px;
  border-radius: 10px;
  background: #f7f9fc;
}

.compare-head .safe-product-image-fallback {
  transform: none;
}

.finder-results article > .safe-product-image-frame {
  width: 96px;
  height: 72px;
  border-radius: 10px;
  background: #f7f9fc;
}

.finder-results .safe-product-image-fallback {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .safe-product-image-fallback,
  img[data-safe-product-image],
  body[data-page="home"] .home-ai-image-fallback,
  .product-image-loader-dot {
    transition: none;
    animation: none;
  }
}

@media (max-width: 700px) {
  .home-showcase .home-hero {
    transition: none;
  }
}

/* Storefront v3: full desktop navigation and lighter integrated campaigns. */
@media (min-width: 901px) {
  .topbar.market-topbar .mobile-menu-toggle {
    display: none !important;
  }

  .topbar.market-topbar .nav {
    display: flex !important;
  }
}

@media (min-width: 1281px) {
  .topbar.market-topbar {
    gap: clamp(7px, .8vw, 13px);
    padding-inline: clamp(12px, 2vw, 30px);
  }

  .topbar.market-topbar .brand {
    min-width: clamp(142px, 11vw, 174px);
  }

  .topbar.market-topbar .logo-type {
    width: clamp(140px, 10.5vw, 168px);
  }

  .topbar.market-topbar .nav {
    flex: 1 1 auto;
    gap: clamp(3px, .38vw, 7px);
    min-width: 0;
    font-size: clamp(.67rem, .58vw, .78rem);
  }

  .topbar.market-topbar .nav a {
    min-height: 36px;
    padding-inline: clamp(6px, .55vw, 11px);
  }

  .topbar.market-topbar .language-switch,
  .topbar.market-topbar .customer-account-button,
  .topbar.market-topbar .cart-button {
    flex: 0 0 auto;
  }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .topbar.market-topbar {
    display: grid;
    grid-template-columns: clamp(106px, 12vw, 148px) minmax(0, 1fr) auto auto auto;
    grid-template-areas: "brand navigation language account cart";
    gap: clamp(4px, .55vw, 8px);
    min-height: 74px;
    padding: 8px clamp(8px, 1.3vw, 16px);
    align-items: center;
  }

  .topbar.market-topbar .brand {
    grid-area: brand;
    min-width: 0;
  }

  .topbar.market-topbar .logo-type {
    width: clamp(104px, 11.4vw, 142px);
    height: 46px;
  }

  .topbar.market-topbar .market-search {
    display: none !important;
  }

  .topbar.market-topbar .nav {
    grid-area: navigation;
    justify-content: center;
    gap: clamp(2px, .25vw, 4px);
    width: 100%;
    min-width: 0;
    font-size: clamp(.58rem, .72vw, .68rem);
  }

  .topbar.market-topbar .nav a {
    min-height: 32px;
    padding-inline: clamp(4px, .42vw, 7px);
    white-space: nowrap;
  }

  .topbar.market-topbar .language-switch {
    grid-area: language;
  }

  .topbar.market-topbar .customer-account-button {
    grid-area: account;
    min-height: 36px;
    padding: 7px clamp(7px, .7vw, 10px);
    font-size: clamp(.64rem, .72vw, .74rem);
  }

  .topbar.market-topbar .cart-button {
    grid-area: cart;
    width: clamp(48px, 4.6vw, 58px);
    min-width: clamp(48px, 4.6vw, 58px);
    height: 38px;
    padding-inline: 8px;
  }
}

body[data-page="home"] .home-showcase,
body[data-page="home"] .home-showcase .home-hero {
  min-height: 510px;
}

body[data-page="home"] .home-showcase {
  border-bottom-color: #dde7ec;
  background:
    radial-gradient(circle at 96% 9%, rgba(0, 104, 179, .045), transparent 19%),
    radial-gradient(circle at 5% 94%, rgba(212, 20, 34, .045), transparent 21%),
    #fff;
}

body[data-page="home"] .home-showcase .home-hero {
  padding: clamp(34px, 4vw, 58px) clamp(18px, 5vw, 68px) 68px;
}

body[data-page="home"] .home-showcase-controls {
  bottom: 12px;
  border-color: rgba(7, 52, 71, .1);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(7, 52, 71, .12);
}

body[data-page="home"] .website-account-hero {
  background: #f8fbfd !important;
}

body[data-page="home"] .website-account-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .95) 43%, rgba(255, 255, 255, .54) 68%, rgba(255, 255, 255, .2));
  opacity: 1;
  filter: none;
}

body[data-page="home"] .website-account-hero .hero-content {
  max-width: 650px;
}

body[data-page="home"] .website-account-hero h1,
body[data-page="home"] .website-account-hero .hero-copy {
  color: #073447;
}

body[data-page="home"] .website-account-hero .eyebrow {
  color: #d41422;
}

body[data-page="home"] .website-account-hero .brand-red {
  color: #d41422;
}

body[data-page="home"] .website-account-hero .secondary-link {
  color: #073447;
  border-color: rgba(7, 52, 71, .28);
  background: rgba(255, 255, 255, .82);
}

body[data-page="home"] .digital-home-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 44%, rgba(238, 247, 253, .6) 70%, rgba(231, 244, 251, .3));
  opacity: 1;
  filter: none;
}

body[data-page="home"] .digital-home-hero .hero-content {
  max-width: 780px;
}

body[data-page="home"] .home-showcase .home-ai-ad-slide {
  padding: 14px clamp(14px, 3.2vw, 44px) 64px;
  background:
    radial-gradient(circle at 96% 8%, rgba(0, 104, 179, .04), transparent 21%),
    radial-gradient(circle at 4% 94%, rgba(212, 20, 34, .04), transparent 23%),
    #fff;
}

body[data-page="home"] .home-showcase .home-ai-ad-slide::before {
  background: none;
}

body[data-page="home"] .home-ai-ad-creative {
  grid-template-columns: minmax(250px, .72fr) minmax(560px, 1.28fr);
  gap: clamp(20px, 3vw, 46px);
  min-height: 430px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(7, 52, 71, .08);
  border-radius: clamp(20px, 2.5vw, 32px);
  color: #073447;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 52, 71, .09);
}

body[data-page="home"] .home-slide-laptop .home-ai-ad-creative {
  background:
    radial-gradient(circle at 91% 13%, rgba(0, 104, 179, .085), transparent 19%),
    linear-gradient(112deg, #fff 0%, #fff 70%, #f8fbfd 100%);
}

body[data-page="home"] .home-slide-desktops .home-ai-ad-creative {
  background:
    linear-gradient(148deg, transparent 0 82%, rgba(212, 20, 34, .055) 82%),
    radial-gradient(circle at 87% 12%, rgba(7, 52, 71, .06), transparent 18%),
    #fff;
}

body[data-page="home"] .home-slide-accessories .home-ai-ad-creative {
  background:
    radial-gradient(circle at 87% 15%, rgba(212, 20, 34, .065), transparent 18%),
    radial-gradient(circle at 71% 91%, rgba(0, 104, 179, .06), transparent 21%),
    #fff;
}

body[data-page="home"] .home-ai-ad-creative::before {
  top: -220px;
  right: -160px;
  background: rgba(0, 104, 179, .07);
}

body[data-page="home"] .home-ai-ad-creative::after {
  bottom: -300px;
  background: rgba(212, 20, 34, .05);
}

body[data-page="home"] .home-ai-ad-logo {
  color: #073447;
}

body[data-page="home"] .home-ai-ad-logo span {
  color: #d41422;
}

body[data-page="home"] .home-ai-ad-kicker,
body[data-page="home"] .home-ai-ad-overline,
body[data-page="home"] .home-ai-collection > .home-ai-ad-ribbon,
body[data-page="home"] .home-ai-collection > p {
  display: none;
}

body[data-page="home"] .home-ai-ad-copy h1 {
  color: #073447;
  font-size: clamp(2.05rem, 3.5vw, 3.85rem);
  line-height: 1;
}

body[data-page="home"] .home-ai-ad-description {
  margin-top: 16px;
  color: #49646f;
}

body[data-page="home"] .home-ai-ad-offer {
  margin-top: 21px;
  padding-top: 17px;
  border-top-color: rgba(7, 52, 71, .12);
}

body[data-page="home"] .home-ai-ad-offer > div > span {
  color: #58717c;
}

body[data-page="home"] .home-ai-ad-offer strong {
  color: #d41422;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

body[data-page="home"] .home-ai-ad-link {
  color: #073447;
}

body[data-page="home"] .home-ai-collection {
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .home-ai-collection-grid {
  gap: 10px;
}

body[data-page="home"] .home-ai-collection-card {
  grid-template-rows: minmax(138px, 1fr) auto;
  min-height: 238px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .home-slide-laptop .home-ai-collection-card {
  border-bottom: 2px solid rgba(0, 104, 179, .28);
}

body[data-page="home"] .home-slide-desktops .home-ai-collection-card {
  border-bottom: 2px solid rgba(212, 20, 34, .3);
}

body[data-page="home"] .home-slide-accessories .home-ai-collection-card:nth-child(odd) {
  border-bottom: 2px solid rgba(0, 104, 179, .28);
}

body[data-page="home"] .home-slide-accessories .home-ai-collection-card:nth-child(even) {
  border-bottom: 2px solid rgba(212, 20, 34, .3);
}

body[data-page="home"] .home-ai-collection-image {
  min-height: 138px;
  padding: 8px;
  background: transparent;
}

body[data-page="home"] .home-ai-collection-image img {
  height: 146px;
  object-fit: contain;
  mix-blend-mode: normal;
  opacity: 0;
  filter: drop-shadow(0 15px 18px rgba(7, 52, 71, .16));
  transition: opacity .18s ease;
}

body[data-page="home"] .home-ai-collection-image.has-image img {
  opacity: 1;
}

body[data-page="home"] .home-ai-image-fallback {
  background:
    linear-gradient(105deg, #fff 22%, #f3f5f6 39%, #fff 56%);
  background-size: 240% 100%;
  animation: home-product-photo-loading 1.35s ease-in-out infinite;
}

body[data-page="home"] .home-ai-image-fallback.is-awaiting {
  display: grid;
  place-items: center;
}

body[data-page="home"] .home-ai-image-fallback .home-ad-device {
  display: none;
}

@keyframes home-product-photo-loading {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

body[data-page="home"] .home-ai-collection-card-copy {
  gap: 4px;
  padding: 11px 12px 12px;
  border-top: 0;
}

body[data-page="home"] .home-ai-collection-card-copy small {
  color: #58717c;
}

body[data-page="home"] .home-ai-collection-card-copy strong {
  color: #073447;
}

body[data-page="home"] .home-ai-collection-card-copy > span {
  color: #d41422;
}

@media (max-width: 900px) {
  .topbar.market-topbar .nav {
    display: none !important;
  }

  .topbar.market-topbar .mobile-menu-toggle {
    display: inline-flex !important;
  }

  body[data-page="home"] .home-showcase,
  body[data-page="home"] .home-showcase .home-hero {
    min-height: 660px;
  }

  body[data-page="home"] .home-showcase .home-hero {
    padding: 28px 16px 68px;
  }

  body[data-page="home"] .website-account-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .32) 0%, rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, .98) 70%);
  }

  body[data-page="home"] .digital-home-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, .82) 42%, rgba(255, 255, 255, .98) 70%);
  }

  body[data-page="home"] .website-account-hero .home-static-slide-image,
  body[data-page="home"] .digital-home-hero .home-static-slide-image {
    object-position: 62% top;
  }

  body[data-page="home"] .website-account-hero .hero-content,
  body[data-page="home"] .digital-home-hero .hero-content {
    align-self: end;
    text-align: left;
  }

  body[data-page="home"] .home-showcase .hero-actions {
    margin-inline: 0;
  }

  body[data-page="home"] .home-showcase .home-ai-ad-slide {
    padding: 10px 10px 64px;
  }

  body[data-page="home"] .home-ai-ad-creative {
    grid-template-columns: 1fr;
    gap: 17px;
    min-height: 570px;
    padding: 19px;
    background: #fff;
  }

  body[data-page="home"] .home-ai-collection {
    order: -1;
  }

  body[data-page="home"] .home-ai-collection-card {
    grid-template-rows: 112px auto;
    min-height: 208px;
  }

  body[data-page="home"] .home-ai-collection-image {
    min-height: 112px;
  }

  body[data-page="home"] .home-ai-collection-image img {
    height: 116px;
  }

  body[data-page="home"] .home-ai-ad-copy h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
  }

  body[data-page="home"] .home-ai-ad-description {
    margin-top: 11px;
  }

  body[data-page="home"] .home-ai-ad-offer {
    margin-top: 13px;
    padding-top: 11px;
  }
}

@media (max-width: 600px) {
  body[data-page="home"] .home-showcase,
  body[data-page="home"] .home-showcase .home-hero {
    min-height: 620px;
  }

  body[data-page="home"] .home-showcase .home-hero {
    padding: 22px 12px 66px;
  }

  body[data-page="home"] .home-showcase .hero-copy {
    margin-top: 15px;
    font-size: .92rem;
    line-height: 1.48;
  }

  body[data-page="home"] .home-showcase .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  body[data-page="home"] .home-showcase .hero-actions > * {
    min-height: 42px;
    padding-inline: 13px;
    font-size: .78rem;
  }

  body[data-page="home"] .home-showcase .home-ai-ad-slide {
    padding: 7px 7px 62px;
  }

  body[data-page="home"] .home-ai-ad-creative,
  body[data-page="home"] .home-ai-collection-creative {
    gap: 12px;
    min-height: 548px;
    padding: 13px;
    border-radius: 18px;
  }

  body[data-page="home"] .home-ai-collection-grid {
    gap: 5px;
  }

  body[data-page="home"] .home-ai-collection-card {
    grid-template-rows: 82px auto;
    min-height: 158px;
    border-radius: 11px;
  }

  body[data-page="home"] .home-ai-collection-image {
    min-height: 82px;
    padding: 3px;
  }

  body[data-page="home"] .home-ai-collection-image img {
    height: 86px;
  }

  body[data-page="home"] .home-ai-collection-card-copy {
    padding: 6px 5px 7px;
  }

  body[data-page="home"] .home-ai-ad-copy h1 {
    font-size: clamp(1.55rem, 7.6vw, 2.25rem);
  }

  body[data-page="home"] .home-ai-ad-description {
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .home-ai-ad-offer strong {
    font-size: 1.55rem;
  }
}
/* International phone input: explicit country code + canonical E.164 preview. */
.phone-country-control {
  display: grid;
  grid-template-columns: minmax(9.5rem, 0.9fr) minmax(10rem, 1.35fr);
  gap: 0.55rem;
  align-items: start;
  width: 100%;
  margin-top: 0.35rem;
}

.phone-country-control select,
.phone-country-control input {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
}

.phone-country-control select {
  text-overflow: ellipsis;
}

.phone-e164-preview {
  grid-column: 1 / -1;
  min-height: 1.1rem;
  margin: -0.2rem 0 0;
  color: #36536d;
  font-size: 0.76rem;
  font-weight: 700;
}

@media (max-width: 520px) {
  .phone-country-control {
    grid-template-columns: minmax(8.3rem, 0.95fr) minmax(8rem, 1.05fr);
    gap: 0.45rem;
  }

  .phone-country-control select,
  .phone-country-control input {
    font-size: 16px;
  }
}
