
:root {
  --color-gs-blue: #1a73e8;
  --color-gs-blue-light: #4285f4;
  --color-gs-blue-soft: #e8f0fe;
  --color-gs-accent: #34a853;
  --color-gs-surface: #ffffff;
  --color-gs-ink: #202124;
  --radius-lg: 1.75rem;
}
body.theme-pixel-shop { background: #ffffff !important; }
main, .gs-main, #app, .gs-page { background: #ffffff !important; }

.gs-header {
  background: #0b1b33 !important;
  border-bottom: none !important;
}
.gs-header__menu-link, .gs-header__phone { color: #fff !important; }
.gs-header__menu-link:hover, .gs-header__menu-link--active { color: #a8c7fa !important; border-bottom-color: #a8c7fa !important; }
.gs-header__logo-img { height: 28px; filter: brightness(0) invert(1); }
.gs-header__cart,
.gs-header__burger {
  color: #ffffff !important;
}
.gs-header__cart svg,
.gs-header__burger svg {
  color: #ffffff !important;
  stroke: currentColor !important;
}
.gs-header__cart-badge {
  background: #4285f4 !important;
  color: #fff !important;
}

/* Narrower hero stage, flush under menu, white around it */
.gs-hero {
  min-height: 0 !important;
  padding: 0 clamp(0.75rem, 2.5vw, 1.5rem) 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: #202124 !important;
}
.gs-hero__stage {
  max-width: 72rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  border-radius: 0 0 1.75rem 1.75rem !important;
  overflow: hidden;
  background: linear-gradient(301deg, rgb(219, 244, 242) 10%, rgb(210, 220, 230) 90%);
  min-height: clamp(380px, 48vw, 560px);
}
.gs-hero__inner { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.gs-hero .text-white, .gs-hero__headline, .gs-hero__subhead { color: #202124 !important; }
.gs-hero__brand { display: none; }
.gs-hero__headline {
  font-size: clamp(1.85rem, 4.2vw, 3rem) !important;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.gs-hero__subhead { max-width: 28rem; color: rgba(32,33,36,0.78) !important; }
.gs-hero .cta--contained {
  background: #fff !important;
  color: #202124 !important;
  border-color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  font-weight: 600;
}
.gs-hero .cta--outlined { display: none; }
.gs-hero__product {
  height: clamp(280px, 44vw, 480px) !important;
  mix-blend-mode: normal;
  filter: drop-shadow(0 16px 28px rgba(32,33,36,0.14)) !important;
}

.gs-lineup { background: #ffffff !important; }
.gs-lineup__grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 1rem !important;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.gs-lineup__grid > * { max-width: none !important; grid-column: auto !important; flex: 0 0 auto; }
.gs-lineup__item { width: 7.5rem !important; }
.gs-lineup__media {
  width: 7.5rem !important;
  height: 7.5rem !important;
  border-radius: 1.25rem !important;
  background: #f1f3f4 !important;
  padding: 0.65rem;
  overflow: hidden !important;
}
.gs-lineup__img { object-fit: contain; background: transparent !important; }
.gs-lineup__icon-fallback { display: none !important; }

.gs-benefits { background: #ffffff !important; }
.gs-benefit-card__icon { background: var(--color-gs-blue-soft) !important; color: var(--color-gs-blue); }
.gs-product-grid { background: #f8f9fa !important; }

/* Consult — soft Material card strip */
.gs-consult {
  background: #e8f0fe !important;
  color: #202124 !important;
}
.gs-consult__title { color: #174ea6 !important; }
.gs-consult__text { color: rgba(32,33,36,0.72) !important; }
.gs-consult .cta--contained,
.gs-consult .cta--black {
  background: #1a73e8 !important;
  color: #fff !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 8px 20px rgba(26,115,232,0.25) !important;
}


/* ===== Header: menu spans container width ===== */
.gs-header__inner {
  max-width: 80rem !important; /* ~1280px, same container */
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1rem, 2.5vw, 2rem) !important;
  padding-right: clamp(1rem, 2.5vw, 2rem) !important;
}
.gs-header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
  width: 100% !important;
}
.gs-header__logo {
  flex: 0 0 auto !important;
}
.gs-header__nav {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.35rem !important;
  margin: 0 0.75rem !important;
  min-width: 0 !important;
}
.gs-header__menu-link {
  flex: 1 1 auto !important;
  text-align: center !important;
  white-space: nowrap !important;
  padding-left: 0.35rem !important;
  padding-right: 0.35rem !important;
}
.gs-header__actions {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}
@media (max-width: 1023px) {
  .gs-header__nav {
    display: none !important;
  }
}

/* ===== Unified Latin + Cyrillic ===== */
html, body, body.theme-pixel-shop, .theme-pixel-shop, .theme-pixel-shop * {
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}
.gs-hero__headline,
.gs-lineup__title,
.gs-product-grid__title,
h1, h2, h3 {
  font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-synthesis: none;
  letter-spacing: -0.01em;
}

/* Compact mega menu — small logos, no letter tiles */
.gs-mega-menu__main {
  padding: 0.9rem 1.1rem !important;
}
.gs-mega-menu__sidebar {
  padding: 0.9rem 1rem !important;
}
.gs-mega-menu__categories {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(4.75rem, 1fr)) !important;
  gap: 0.55rem 0.5rem !important;
  align-items: start !important;
}
.gs-mega-menu__category {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.35rem !important;
  text-decoration: none !important;
}
.gs-mega-menu__category-image {
  width: 2.5rem !important;
  height: 2.5rem !important;
  max-width: 2.5rem !important;
  aspect-ratio: 1 !important;
  margin: 0 auto !important;
  border-radius: 0.5rem !important;
  overflow: hidden !important;
  background: #f3f4f6 !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.gs-mega-menu__category-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 0.15rem !important;
}
.gs-mega-menu__category-placeholder {
  display: none !important;
}
.gs-mega-menu__category-name {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-align: center !important;
}
.gs-mega-menu__popular {
  margin-top: 0.85rem !important;
  padding-top: 0.85rem !important;
}
.gs-mega-menu__quick-link {
  padding: 0.45rem 0.55rem !important;
  margin-bottom: 0.2rem !important;
  gap: 0.55rem !important;
}
.gs-mega-menu__quick-icon {
  width: 1.85rem !important;
  height: 1.85rem !important;
}
.gs-mega-menu__quick-icon svg {
  width: 0.95rem !important;
  height: 0.95rem !important;
}
.gs-mega-menu__quick-title {
  font-size: 0.8rem !important;
}
.gs-mega-menu__quick-sub {
  font-size: 0.7rem !important;
}


/* ===== Hero: no text/image overlap (all sites) ===== */
.gs-hero {
  overflow: hidden !important;
}
.gs-hero__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(110px, 0.8fr) !important;
  gap: 0.75rem 1rem !important;
  align-items: center !important;
}
.gs-hero__content {
  position: relative !important;
  z-index: 2 !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
.gs-hero__headline {
  position: relative !important;
  z-index: 2 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
.gs-hero__subhead,
.gs-hero__cta-wrap,
.gs-hero__checks,
.gs-hero__lead {
  position: relative !important;
  z-index: 2 !important;
}
.gs-hero__media {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  pointer-events: none !important;
  align-self: stretch !important;
}
.gs-hero__product {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: clamp(170px, 40vw, 260px) !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  margin: 0 !important;
}
@media (min-width: 640px) {
  .gs-hero__row {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) !important;
    gap: 1.25rem 1.75rem !important;
  }
  .gs-hero__product {
    max-height: clamp(240px, 38vw, 400px) !important;
  }
}
@media (min-width: 1024px) {
  .gs-hero__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 2rem 3rem !important;
  }
  .gs-hero__product {
    max-height: clamp(320px, 36vw, 460px) !important;
  }
}
@media (max-width: 420px) {
  .gs-hero__product {
    max-height: 150px !important;
  }
}

.gs-hero__gp { white-space: nowrap !important; display: inline !important; }


/* ===== Mobile menu + CTA visibility (all sites) ===== */
.gs-header__cart,
.gs-header__burger {
  color: #ffffff !important;
}
.gs-header__cart svg,
.gs-header__burger svg {
  color: #ffffff !important;
  stroke: currentColor !important;
  fill: none !important;
}
.gs-header__burger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.gs-header__burger svg {
  width: 24px !important;
  height: 24px !important;
}
.gs-mobile-nav {
  background: transparent !important;
  color: #ffffff !important;
  padding: 0.75rem 0 1rem !important;
}

.gs-mobile-nav__phone {
  color: #111827 !important;
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

.gs-mobile-nav__item,
.gs-mobile-nav__sub-item {
  color: rgba(255, 255, 255, 0.92) !important;
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}
.gs-mobile-nav__item:hover,
.gs-mobile-nav__sub-item:hover,
.gs-mobile-nav__item--active {
  color: #ffffff !important;
}
.gs-hero__cta-wrap {
  position: relative !important;
  z-index: 3 !important;
}
.gs-hero .cta--outlined {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.9) !important;
  color: #ffffff !important;
}
.gs-hero .cta--contained {
  position: relative !important;
  z-index: 3 !important;
}
@media (min-width: 1024px) {
  .gs-header__burger {
    display: none !important;
  }
}

.gs-mobile-nav__phone {
  color: #0b57d0 !important;
  background: #ffffff !important;
  border: none !important;
}

/* ===== Hero phones: tall, crop right (all sites) ===== */
/* Mobile only — desktop hero unchanged */
@media (max-width: 1023px) {
  .gs-hero {
    overflow: hidden !important;
  }
  .gs-hero__stage,
  .gs-hero__inner {
    overflow: hidden !important;
  }
  /* kill right container padding so media can reach screen edge */
  .gs-hero__inner {
    padding-right: 0 !important;
  }
  .gs-hero__row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    gap: 0.35rem 0 !important;
    align-items: stretch !important;
    min-height: clamp(300px, 58vw, 420px) !important;
    position: relative !important;
  }
  .gs-hero__content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding-right: 0.35rem !important;
  }
  .gs-hero__media {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: stretch !important;
    min-width: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .gs-hero__product {
    height: 100% !important;
    min-height: clamp(280px, 56vw, 400px) !important;
    max-height: none !important;
    width: auto !important;
    max-width: none !important;
    /* push past right edge; crop overflow */
    min-width: 145% !important;
    object-fit: cover !important;
    object-position: left center !important;
    margin: 0 !important;
    margin-right: -12% !important;
    transform: none !important;
  }
}
@media (max-width: 420px) {
  .gs-hero__row {
    min-height: clamp(280px, 72vw, 360px) !important;
  }
  .gs-hero__product {
    min-height: clamp(260px, 70vw, 340px) !important;
    min-width: 155% !important;
    margin-right: -18% !important;
  }
}
