/* GoodLock homepage — Calm Technical Premium 2026.
 * Homepage-only presentation layer. Local fonts, no external UI dependency.
 */

@font-face {
  font-family: "Inter";
  src: url("../fonts/goodlock/inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/goodlock/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/goodlock/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/goodlock/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body[data-page="home"] {
  --gl-bg: #F7F8F6;
  --gl-surface: #FFFFFF;
  --gl-text: #171C1D;
  --gl-brand: #173F3B;
  --gl-copper: #C96B43;
  --gl-border: #DDE3E1;
  --gl-success: #18794E;
  --gl-muted: #5D6967;
  --gl-soft: #EEF2F0;
  --gl-danger: #A13A34;
  --gl-shadow: 0 16px 38px rgba(23, 63, 59, .08);
  --gl-radius: 14px;
  --gl-container: 1360px;
  --gl-font-display: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gl-font-body: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
  background: var(--gl-bg);
  overflow-x: clip;
  scroll-behavior: smooth;
}

body[data-page="home"] {
  min-width: 320px;
  margin: 0;
  color: var(--gl-text);
  background: var(--gl-bg);
  font-family: var(--gl-font-body);
  overflow-x: clip;
}

body[data-page="home"] *,
body[data-page="home"] *::before,
body[data-page="home"] *::after {
  box-sizing: border-box;
}

body[data-page="home"] img {
  max-width: 100%;
}

body[data-page="home"] a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

body[data-page="home"] button,
body[data-page="home"] input,
body[data-page="home"] select,
body[data-page="home"] textarea {
  font: inherit;
}

body[data-page="home"] :focus-visible {
  outline: 3px solid var(--gl-copper) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

body[data-page="home"] .container-xl,
body[data-page="home"] .gl-shell {
  width: min(calc(100% - 48px), var(--gl-container));
  max-width: var(--gl-container);
  margin-inline: auto;
  padding-inline: 0;
}

body[data-page="home"] .gl-home-hidden,
body[data-page="home"] .gl-module-legacy-duplicate,
body[data-page="home"] .gl-empty-rating,
body[data-page="home"] .gl-home-original-nav,
body[data-page="home"] .gl-home-legacy-top,
body[data-page="home"] .pr-mobile-bottom-nav,
body[data-page="home"] .bottom-nav {
  display: none !important;
}

/* Header: service row, search row and category navigation. */
body[data-page="home"] .pr-header {
  top: 0;
  z-index: 1040;
  color: var(--gl-text);
  background: rgba(255, 255, 255, .97);
  border: 0;
  border-bottom: 1px solid var(--gl-border);
  box-shadow: 0 8px 24px rgba(23, 28, 29, .05);
  backdrop-filter: none;
}

body[data-page="home"] .gl-service-bar {
  color: #FFFFFF;
  background: var(--gl-brand);
  font-size: 13px;
  line-height: 1.25;
}

body[data-page="home"] .gl-service-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body[data-page="home"] .gl-service-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .gl-service-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

body[data-page="home"] .gl-service-list li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gl-copper);
  content: "";
  flex: 0 0 auto;
}

body[data-page="home"] .gl-service-phone {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF !important;
  font-weight: 750;
  text-decoration: none;
}

body[data-page="home"] .pr-header > .container-xl {
  padding-block: 0;
}

body[data-page="home"] .pr-header-box {
  min-height: 78px;
  gap: 22px;
  padding-block: 14px;
}

body[data-page="home"] .pr-header #logo {
  flex: 0 0 auto;
  margin: 0;
}

body[data-page="home"] .pr-header #logo img {
  width: auto;
  max-width: 210px;
  height: 48px;
  object-fit: contain;
}

body[data-page="home"] .pr-header [data-sidebar="catalog"].button-primary {
  min-height: 46px;
  padding-inline: 18px !important;
  color: #FFFFFF;
  background: var(--gl-brand);
  border: 1px solid var(--gl-brand);
  border-radius: 10px;
  box-shadow: none;
}

body[data-page="home"] .pr-header [data-sidebar="catalog"].button-primary:hover {
  background: #0F322F;
  border-color: #0F322F;
}

body[data-page="home"] .pr-header-search {
  position: relative;
  min-width: 260px;
  margin: 0;
}

body[data-page="home"] .pr-header-search > div:first-child {
  padding: 0 !important;
}

body[data-page="home"] .pr-header-search-input {
  min-height: 48px;
  padding: 11px 52px 11px 16px !important;
  color: var(--gl-text);
  background: #FFFFFF;
  border: 1px solid #BFC9C6 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  line-height: 1.4;
  transition: border-color .16s ease;
}

body[data-page="home"] .pr-header-search-input::placeholder {
  color: #6A7472;
  opacity: 1;
}

body[data-page="home"] .pr-header-search-input:hover,
body[data-page="home"] .pr-header-search-input:focus {
  border-color: var(--gl-brand) !important;
}

body[data-page="home"] #pr-search-button {
  top: 50%;
  right: 4px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--gl-brand);
  transform: translateY(-50%);
  border-radius: 8px;
}

body[data-page="home"] #pr-search-button svg path {
  stroke: currentColor !important;
}

body[data-page="home"] .pr-header-buttons {
  gap: 0;
}

body[data-page="home"] .pr-header-buttons-item,
body[data-page="home"] .pr-header-open-account,
body[data-page="home"] .pr-header-mobile-menu-button {
  min-width: 44px;
  min-height: 44px;
  color: var(--gl-text) !important;
}

body[data-page="home"] .pr-header-buttons-item-count {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  padding: 0 4px;
  color: #FFFFFF;
  background: var(--gl-brand) !important;
  border-radius: 9px;
  font-size: 10px;
  line-height: 1;
}

body[data-page="home"] .gl-header-category-nav {
  min-height: 48px;
  border-top: 1px solid var(--gl-border);
}

body[data-page="home"] .gl-header-category-list {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .gl-header-category-list a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--gl-text);
  font: 700 14px/1.2 var(--gl-font-display);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

body[data-page="home"] .gl-header-category-list a:hover,
body[data-page="home"] .gl-header-category-list a[aria-current="page"] {
  color: var(--gl-brand);
  border-bottom-color: var(--gl-copper);
}

body[data-page="home"] .pr-livesearch {
  border: 1px solid var(--gl-border);
  border-radius: 0 0 var(--gl-radius) var(--gl-radius);
  box-shadow: var(--gl-shadow);
}

/* Hero. */
body[data-page="home"] #common-home {
  color: var(--gl-text);
  background: var(--gl-bg);
}

body[data-page="home"] .gl-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  margin: 0;
  overflow: hidden;
  color: var(--gl-text);
  background:
    linear-gradient(90deg, rgba(247, 248, 246, 1) 0%, rgba(247, 248, 246, .98) 39%, rgba(247, 248, 246, .42) 59%, rgba(247, 248, 246, .04) 100%),
    url('/image/catalog/goodlock/home/goodlock-hero-2026.webp') right center / auto 100% no-repeat,
    #F1F3F1;
  border-bottom: 1px solid var(--gl-border);
}

body[data-page="home"] .gl-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gl-copper), transparent);
  opacity: .32;
  content: "";
}

body[data-page="home"] .gl-hero-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: center;
}

body[data-page="home"] .gl-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding-block: 72px;
}

body[data-page="home"] .gl-eyebrow,
body[data-page="home"] .gl-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--gl-brand);
  font: 800 12px/1.3 var(--gl-font-display);
  letter-spacing: .14em;
  text-transform: uppercase;
}

body[data-page="home"] .gl-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--gl-text);
  font: 760 clamp(48px, 4.2vw, 64px)/1.02 var(--gl-font-display);
  letter-spacing: -.035em;
  text-wrap: balance;
}

body[data-page="home"] .gl-hero-copy > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: #46514F;
  font: 450 18px/1.58 var(--gl-font-body);
}

body[data-page="home"] .gl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

body[data-page="home"] .gl-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: 750 15px/1.2 var(--gl-font-display);
  text-decoration: none;
  cursor: pointer;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

body[data-page="home"] .gl-btn:hover {
  transform: translateY(-1px);
}

body[data-page="home"] .gl-btn-gold,
body[data-page="home"] .gl-btn-primary {
  color: #FFFFFF;
  background: var(--gl-brand);
  border-color: var(--gl-brand);
  box-shadow: none;
}

body[data-page="home"] .gl-btn-gold:hover,
body[data-page="home"] .gl-btn-primary:hover {
  color: #FFFFFF;
  background: #0F322F;
  border-color: #0F322F;
}

body[data-page="home"] .gl-btn-outline {
  color: var(--gl-brand);
  background: rgba(255, 255, 255, .72);
  border-color: #9CADAA;
}

body[data-page="home"] .gl-btn-outline:hover {
  color: var(--gl-brand);
  background: #FFFFFF;
  border-color: var(--gl-brand);
}

body[data-page="home"] .gl-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 34px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(23, 63, 59, .18);
}

body[data-page="home"] .gl-hero-trust li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #36413F;
  font-size: 14px;
  line-height: 1.3;
}

body[data-page="home"] .gl-hero-trust li::before {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gl-brand);
  border: 1px solid #9CADAA;
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

body[data-page="home"] .gl-hero-trust li > span {
  display: none;
}

/* Homepage stack and shared headings. */
body[data-page="home"] .gl-home-stack {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-top: 56px;
  padding-bottom: 80px;
}

body[data-page="home"] .gl-section,
body[data-page="home"] .gl-quick-picker,
body[data-page="home"] .gl-scenarios,
body[data-page="home"] .gl-howto,
body[data-page="home"] .pr-categories-wall,
body[data-page="home"] .pr-module,
body[data-page="home"] .pr-store-reviews,
body[data-page="home"] .pr-module-news {
  width: 100%;
  margin: 0 !important;
}

body[data-page="home"] .gl-section-heading,
body[data-page="home"] .gl-generated-heading,
body[data-page="home"] .pr-module > .d-flex:first-child,
body[data-page="home"] .pr-module-news > .d-flex:first-child,
body[data-page="home"] .pr-store-reviews > .d-flex:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

body[data-page="home"] .gl-section-heading h2,
body[data-page="home"] .gl-generated-heading h2,
body[data-page="home"] .pr-page-title,
body[data-page="home"] .pr-store-reviews-title {
  margin: 0;
  color: var(--gl-text);
  font: 760 clamp(28px, 3vw, 42px)/1.12 var(--gl-font-display);
  letter-spacing: -.025em;
  text-transform: none;
}

body[data-page="home"] .gl-section-heading a,
body[data-page="home"] .gl-link-button,
body[data-page="home"] .gl-section-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--gl-brand);
  background: transparent;
  border: 0;
  font: 700 14px/1.2 var(--gl-font-display);
  text-decoration: none;
}

/* Functional quick picker. */
body[data-page="home"] .gl-quick-picker {
  padding: 28px;
  color: var(--gl-text);
  background: var(--gl-surface);
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
  box-shadow: 0 10px 28px rgba(23, 63, 59, .05);
}

body[data-page="home"] .gl-quick-picker-intro {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

body[data-page="home"] .gl-quick-picker-intro h2 {
  margin: 0;
  font: 760 clamp(28px, 3vw, 40px)/1.12 var(--gl-font-display);
  letter-spacing: -.025em;
}

body[data-page="home"] .gl-quick-picker-intro p {
  max-width: 520px;
  margin: 4px 0 0;
  color: var(--gl-muted);
  font-size: 15px;
  line-height: 1.55;
}

body[data-page="home"] .gl-quick-picker-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

body[data-page="home"] .gl-picker-field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

body[data-page="home"] .gl-picker-field label {
  color: #3E4947;
  font: 700 13px/1.3 var(--gl-font-display);
}

body[data-page="home"] .gl-picker-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 38px 10px 13px;
  color: var(--gl-text);
  background-color: #FFFFFF;
  border: 1px solid #BFC9C6;
  border-radius: 9px;
  font-size: 14px;
}

body[data-page="home"] .gl-picker-submit {
  min-height: 48px;
  white-space: nowrap;
}

body[data-page="home"] .gl-picker-note {
  margin: 14px 0 0;
  color: var(--gl-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Real Promo category module. */
body[data-page="home"] .pr-categories-wall-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  overflow: visible !important;
  scroll-snap-type: none;
}

body[data-page="home"] .pr-categories-wall-item {
  min-width: 0 !important;
  min-height: 170px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 12px;
  padding: 20px !important;
  color: var(--gl-text);
  background: var(--gl-surface);
  border: 1px solid var(--gl-border) !important;
  border-radius: var(--gl-radius) !important;
  box-shadow: none !important;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

body[data-page="home"] .pr-categories-wall-item:hover {
  border-color: #AEBBB8 !important;
  box-shadow: 0 12px 28px rgba(23, 63, 59, .07) !important;
  transform: translateY(-2px);
}

body[data-page="home"] .pr-categories-wall-item img {
  width: 112px !important;
  height: 112px !important;
  margin: 0 !important;
  grid-column: 2;
  grid-row: 1;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}

body[data-page="home"] .pr-categories-wall-item-title {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  color: var(--gl-text) !important;
  font: 740 17px/1.3 var(--gl-font-display) !important;
  text-align: left !important;
}

/* Use-case scenarios. */
body[data-page="home"] .gl-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body[data-page="home"] .gl-scenario-card {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #FFFFFF;
  background: var(--gl-brand);
  border: 1px solid var(--gl-brand);
  border-radius: var(--gl-radius);
  text-decoration: none;
  overflow: hidden;
  transition: transform .16s ease, background-color .16s ease;
}

body[data-page="home"] .gl-scenario-card:nth-child(even) {
  color: var(--gl-text);
  background: var(--gl-soft);
  border-color: var(--gl-border);
}

body[data-page="home"] .gl-scenario-card:hover {
  transform: translateY(-2px);
}

body[data-page="home"] .gl-scenario-card strong {
  font: 760 21px/1.2 var(--gl-font-display);
  text-wrap: balance;
}

body[data-page="home"] .gl-scenario-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

body[data-page="home"] .gl-scenario-card span::after {
  content: "→";
}

/* Real Promo product modules. */
body[data-page="home"] .pr-module-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  transform: none !important;
  overflow: visible !important;
}

body[data-page="home"] .gl-module-new .pr-module-items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="home"] .pr-module-item.pr-module-col {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
  padding: 16px !important;
  color: var(--gl-text);
  background: var(--gl-surface) !important;
  border: 1px solid var(--gl-border) !important;
  border-radius: var(--gl-radius) !important;
  box-shadow: none !important;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

body[data-page="home"] .pr-module-item.pr-module-col:hover {
  border-color: #AEBBB8 !important;
  box-shadow: 0 12px 28px rgba(23, 63, 59, .07) !important;
  transform: translateY(-2px);
}

body[data-page="home"] .pr-module-item-top,
body[data-page="home"] .pr-module-item-image {
  min-width: 0;
}

body[data-page="home"] .pr-module-item-image {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

body[data-page="home"] .pr-module-item-image > a {
  width: 100%;
  height: 100%;
  display: grid !important;
  place-items: center;
}

body[data-page="home"] .pr-module-item-image > a > img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center;
}

body[data-page="home"] .pr-module-item-buttons {
  z-index: 2;
  gap: 6px !important;
}

body[data-page="home"] .pr-module-item-button {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  display: grid !important;
  place-items: center;
  color: var(--gl-brand) !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid var(--gl-border) !important;
  border-radius: 50% !important;
}

body[data-page="home"] .pr-module-item-button:hover {
  color: #FFFFFF !important;
  background: var(--gl-brand) !important;
  border-color: var(--gl-brand) !important;
}

body[data-page="home"] .pr-module-item-bottom {
  gap: 10px !important;
  margin-top: 14px !important;
}

body[data-page="home"] .pr-stock-sticker.green,
body[data-page="home"] .green-text {
  color: var(--gl-success) !important;
  background: transparent !important;
}

body[data-page="home"] .pr-module-item-info-code {
  color: var(--gl-muted) !important;
  font-size: 12px !important;
}

body[data-page="home"] .pr-module-item-title {
  min-height: 2.8em;
  display: -webkit-box;
  overflow: hidden;
  color: var(--gl-text) !important;
  font: 700 15px/1.4 var(--gl-font-display) !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-page="home"] .pr-module-attributes {
  display: grid;
  gap: 5px;
  margin-top: 2px;
}

body[data-page="home"] .pr-module-attributes-item {
  display: grid !important;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 8px;
  color: var(--gl-muted);
  font-size: 12px;
  line-height: 1.35;
}

body[data-page="home"] .pr-module-attributes-item:nth-child(n+4) {
  display: none !important;
}

body[data-page="home"] .pr-module-attributes-item span:last-child {
  color: var(--gl-text);
  text-align: right;
}

body[data-page="home"] .pr-module-item-rating {
  min-height: 20px;
  color: var(--gl-muted);
}

body[data-page="home"] .pr-module-item-price-box {
  min-width: 0;
  align-items: center;
  gap: 10px !important;
}

body[data-page="home"] .pr-module-item-price {
  min-width: 0;
}

body[data-page="home"] .pr-price-new,
body[data-page="home"] .pr-module-item-price-new {
  color: var(--gl-text) !important;
  font: 780 clamp(18px, 1.5vw, 23px)/1.15 var(--gl-font-display) !important;
  white-space: nowrap;
}

body[data-page="home"] .pr-module-item-price-old {
  color: var(--gl-muted) !important;
}

body[data-page="home"] .pr-module-item-price-sale {
  color: var(--gl-danger) !important;
}

body[data-page="home"] .pr-module-item .button-cart {
  min-width: 120px;
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px !important;
  color: #FFFFFF !important;
  background: var(--gl-brand) !important;
  border: 1px solid var(--gl-brand) !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  cursor: pointer;
}

body[data-page="home"] .pr-module-item .button-cart:hover {
  background: #0F322F !important;
  border-color: #0F322F !important;
}

body[data-page="home"] .pr-module-item .button-cart .button-text {
  display: inline !important;
  font: 750 13px/1.15 var(--gl-font-display);
  white-space: nowrap;
}

body[data-page="home"] .pr-module-item .button-cart[aria-disabled="true"],
body[data-page="home"] .pr-module-item .button-cart.disabled {
  color: #6D7775 !important;
  background: #E9EDEB !important;
  border-color: #D6DEDB !important;
  cursor: not-allowed;
}

/* Brands. */
body[data-page="home"] .gl-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="home"] .gl-brand-grid > a {
  min-height: 122px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
  transition: border-color .16s ease, transform .16s ease;
}

body[data-page="home"] .gl-brand-grid > a:hover {
  border-color: #AEBBB8;
  transform: translateY(-2px);
}

body[data-page="home"] .gl-brand-grid img {
  width: 100%;
  height: 72px;
  object-fit: contain !important;
  filter: none !important;
}

/* How-to section. */
body[data-page="home"] .gl-howto {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  padding: 36px;
  background: var(--gl-surface);
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
}

body[data-page="home"] .gl-howto-copy h2 {
  margin: 0;
  font: 760 clamp(30px, 3vw, 44px)/1.12 var(--gl-font-display);
  letter-spacing: -.025em;
}

body[data-page="home"] .gl-howto-copy p {
  margin: 16px 0 24px;
  color: var(--gl-muted);
  font-size: 16px;
  line-height: 1.6;
}

body[data-page="home"] .gl-howto-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gl-howto;
}

body[data-page="home"] .gl-howto-steps li {
  position: relative;
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 18px 14px 72px;
  background: var(--gl-soft);
  border: 1px solid var(--gl-border);
  border-radius: 12px;
  counter-increment: gl-howto;
}

body[data-page="home"] .gl-howto-steps li::before {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #FFFFFF;
  background: var(--gl-brand);
  border-radius: 50%;
  content: counter(gl-howto);
  font-weight: 800;
  transform: translateY(-50%);
}

body[data-page="home"] .gl-howto-steps strong {
  font: 740 15px/1.3 var(--gl-font-display);
}

body[data-page="home"] .gl-howto-steps span {
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* Consultation. */
body[data-page="home"] .gl-consult {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 32px;
  align-items: center;
  padding: 40px;
  color: #FFFFFF;
  background: var(--gl-brand);
  border: 1px solid var(--gl-brand);
  border-radius: var(--gl-radius);
  box-shadow: none;
}

body[data-page="home"] .gl-consult .gl-kicker {
  color: #E6B39D;
}

body[data-page="home"] .gl-consult h2 {
  margin: 0;
  color: #FFFFFF;
  font: 760 clamp(30px, 3vw, 44px)/1.12 var(--gl-font-display);
}

body[data-page="home"] .gl-consult p {
  max-width: 650px;
  margin: 14px 0 24px;
  color: #E4ECE9;
  font-size: 16px;
  line-height: 1.55;
}

body[data-page="home"] .gl-consult .gl-btn {
  color: var(--gl-brand);
  background: #FFFFFF;
  border-color: #FFFFFF;
}

body[data-page="home"] .gl-consult-contacts {
  display: grid;
  gap: 10px;
}

body[data-page="home"] .gl-consult-contacts a {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px 16px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  text-decoration: none;
}

body[data-page="home"] .gl-consult-contacts span {
  color: #C9D8D4;
  font-size: 12px;
}

body[data-page="home"] .gl-consult-contacts strong {
  font-size: 15px;
}

/* Real reviews. The editor remains available on its dedicated page. */
body[data-page="home"] .pr-store-reviews-add-column,
body[data-page="home"] .pr-store-reviews #add-review-form,
body[data-page="home"] .pr-store-reviews #storeReviewAdd {
  display: none !important;
}

body[data-page="home"] .pr-store-reviews .col-xl-8 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

body[data-page="home"] .pr-store-reviews-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px !important;
}

body[data-page="home"] .pr-store-reviews-item {
  width: auto !important;
  min-width: 0 !important;
  min-height: 100%;
  padding: 24px !important;
  background: #FFFFFF !important;
  border: 1px solid var(--gl-border) !important;
  border-radius: var(--gl-radius) !important;
  box-shadow: none !important;
}

body[data-page="home"] .pr-store-reviews-item-text {
  color: #3D4846 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

/* The homepage keeps reviews compact: the overall score is visible above,
 * while detailed criteria and administrator replies remain on the review page. */
body[data-page="home"] .pr-store-reviews-item-themes,
body[data-page="home"] .pr-store-reviews-item-answer {
  display: none !important;
}

/* Real blog cards. */
body[data-page="home"] .pr-module-news-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px !important;
  overflow: visible !important;
}

body[data-page="home"] .pr-module-news-item {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  display: flex;
  flex-direction: column;
  background: #FFFFFF !important;
  border: 1px solid var(--gl-border) !important;
  border-radius: var(--gl-radius) !important;
  box-shadow: none !important;
  overflow: hidden;
}

body[data-page="home"] .pr-module-news-item-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
}

body[data-page="home"] .pr-module-news-item-caption {
  display: grid;
  gap: 10px;
  padding: 20px !important;
}

body[data-page="home"] .pr-module-news-item-title {
  color: var(--gl-text) !important;
  font: 740 18px/1.35 var(--gl-font-display) !important;
  text-decoration: none;
}

body[data-page="home"] .pr-module-news-item-info {
  color: var(--gl-muted) !important;
  font-size: 12px !important;
}

/* FAQ and SEO. */
body[data-page="home"] .gl-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="home"] .gl-faq details {
  padding: 0 18px;
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: 10px;
}

body[data-page="home"] .gl-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--gl-text);
  font: 720 15px/1.35 var(--gl-font-display);
  cursor: pointer;
  list-style: none;
}

body[data-page="home"] .gl-faq summary::-webkit-details-marker {
  display: none;
}

body[data-page="home"] .gl-faq summary::after {
  color: var(--gl-brand);
  content: "+";
  font-size: 22px;
  font-weight: 500;
}

body[data-page="home"] .gl-faq details[open] summary::after {
  content: "−";
}

body[data-page="home"] .gl-faq details p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.58;
}

body[data-page="home"] .gl-seo {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 40px;
  padding-top: 48px;
  border-top: 1px solid var(--gl-border);
}

body[data-page="home"] .gl-seo h2 {
  max-width: 880px;
  margin: 0;
  font: 760 clamp(28px, 3vw, 42px)/1.15 var(--gl-font-display);
  letter-spacing: -.025em;
}

body[data-page="home"] .gl-seo-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

body[data-page="home"] .gl-seo-columns p {
  margin: 0;
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.65;
}

body[data-page="home"] .gl-seo-columns p:nth-child(n+3) {
  grid-column: 1 / -1;
}

body[data-page="home"] .gl-seo-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="home"] .gl-seo-facts > div {
  min-height: 116px;
  display: grid;
  place-content: center;
  gap: 5px;
  padding: 16px;
  text-align: center;
  background: var(--gl-soft);
  border: 1px solid var(--gl-border);
  border-radius: 12px;
}

body[data-page="home"] .gl-seo-facts strong {
  color: var(--gl-brand);
  font: 780 24px/1.1 var(--gl-font-display);
}

body[data-page="home"] .gl-seo-facts span {
  color: var(--gl-muted);
  font-size: 12px;
}

/* Footer. */
body[data-page="home"] .pr-footer {
  margin: 0 !important;
  color: #E9F0EE;
  background: var(--gl-brand) !important;
  border-top: 0;
}

body[data-page="home"] .pr-footer .white-text,
body[data-page="home"] .pr-footer .white-link,
body[data-page="home"] .pr-footer a {
  color: #FFFFFF !important;
}

body[data-page="home"] .pr-footer .grey-text,
body[data-page="home"] .pr-footer .pr-footer-item-text {
  color: #C6D3D0 !important;
}

body[data-page="home"] .pr-footer a:hover {
  color: #F1C3AE !important;
}

body[data-page="home"] .pr-footer-item-payments-item {
  background: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, .2);
}

body[data-page="home"] .gl-footer-trademark-logo {
  object-fit: contain;
}

/* Cookie policy must not obscure primary actions. */
body[data-page="home"] #oct-policy {
  z-index: 1060;
  padding-block: 12px !important;
}

body[data-page="home"] #oct-policy .content-block {
  color: var(--gl-text);
  background: #FFFFFF;
  border: 1px solid var(--gl-border) !important;
  box-shadow: var(--gl-shadow);
}

body[data-page="home"] #oct-policy-btn {
  min-height: 44px;
  color: #FFFFFF;
  background: var(--gl-brand);
  border-color: var(--gl-brand);
}

/* Tablet. */
@media (max-width: 1199.98px) {
  body[data-page="home"] .gl-header-category-list {
    gap: 12px;
  }

  body[data-page="home"] .gl-header-category-list a {
    font-size: 13px;
  }

  body[data-page="home"] .gl-hero {
    min-height: 560px;
    background-position: 70% center;
  }

  body[data-page="home"] .gl-hero-inner {
    grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  }

  body[data-page="home"] .gl-quick-picker-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-picker-submit {
    width: 100%;
  }

  body[data-page="home"] .pr-categories-wall-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-module-new .pr-module-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body[data-page="home"] .container-xl,
  body[data-page="home"] .gl-shell {
    width: min(calc(100% - 32px), var(--gl-container));
  }

  body[data-page="home"] .gl-service-bar,
  body[data-page="home"] .gl-header-category-nav {
    display: none;
  }

  body[data-page="home"] .pr-header-box {
    min-height: auto;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
    padding-block: 10px 12px;
  }

  body[data-page="home"] .pr-header-mobile-menu-button {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
    padding: 0;
  }

  body[data-page="home"] .pr-header #logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  body[data-page="home"] .pr-header #logo img {
    max-width: min(168px, 43vw);
    height: 42px;
  }

  body[data-page="home"] .pr-header-buttons {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  body[data-page="home"] .pr-header-buttons > :not(.pr-header-buttons-item-cart),
  body[data-page="home"] .pr-header-open-mobile-search,
  body[data-page="home"] .pr-header-open-account,
  body[data-page="home"] .pr-header [data-sidebar="catalog"].button-primary {
    display: none !important;
  }

  body[data-page="home"] .pr-header-buttons-item-cart {
    width: 44px;
    height: 44px;
    padding: 0 !important;
  }

  body[data-page="home"] .pr-header-buttons-item-cart .pr-header-buttons-item-text {
    display: none !important;
  }

  body[data-page="home"] .pr-header-search {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0;
    display: block !important;
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body[data-page="home"] .pr-header-search-close {
    display: none !important;
  }

  body[data-page="home"] .pr-header-search-input {
    min-height: 48px;
  }

  body[data-page="home"] .gl-hero {
    min-height: 720px;
    align-items: end;
    background:
      linear-gradient(180deg, rgba(247, 248, 246, .04) 0%, rgba(247, 248, 246, .22) 35%, rgba(247, 248, 246, .95) 63%, #F7F8F6 100%),
      url('/image/catalog/goodlock/home/goodlock-hero-2026.webp') 67% top / auto 53% no-repeat,
      #F1F3F1;
  }

  body[data-page="home"] .gl-hero-inner {
    min-height: inherit;
    grid-template-columns: 1fr;
    align-items: end;
  }

  body[data-page="home"] .gl-hero-copy {
    max-width: 760px;
    padding: 300px 0 48px;
  }

  body[data-page="home"] .gl-hero h1 {
    max-width: 720px;
    font-size: clamp(40px, 7vw, 56px);
  }

  body[data-page="home"] .gl-home-stack {
    gap: 56px;
    padding-top: 40px;
    padding-bottom: 64px;
  }

  body[data-page="home"] .pr-categories-wall-items,
  body[data-page="home"] .pr-module-items,
  body[data-page="home"] .gl-module-new .pr-module-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-howto,
  body[data-page="home"] .gl-consult,
  body[data-page="home"] .gl-seo {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .pr-store-reviews-items,
  body[data-page="home"] .pr-module-news-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile 320 / 360 / 390 / 412. */
@media (max-width: 767.98px) {
  body[data-page="home"] .container-xl,
  body[data-page="home"] .gl-shell {
    width: min(calc(100% - 24px), var(--gl-container));
  }

  body[data-page="home"] .pr-header {
    position: sticky !important;
  }

  body[data-page="home"] .pr-header-box {
    padding-block: 8px 10px;
  }

  body[data-page="home"] .gl-hero {
    min-height: 660px;
    background-size: auto 45%;
    background-position: 63% top;
  }

  body[data-page="home"] .gl-hero-copy {
    padding: 260px 0 36px;
  }

  body[data-page="home"] .gl-eyebrow,
  body[data-page="home"] .gl-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  body[data-page="home"] .gl-hero h1 {
    font-size: clamp(38px, 10vw, 44px);
    line-height: 1.04;
  }

  body[data-page="home"] .gl-hero-copy > p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  body[data-page="home"] .gl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  body[data-page="home"] .gl-btn {
    width: 100%;
    min-height: 48px;
  }

  body[data-page="home"] .gl-hero-trust {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 24px;
    padding-top: 18px;
  }

  body[data-page="home"] .gl-home-stack {
    gap: 44px;
    padding-top: 32px;
    padding-bottom: 52px;
  }

  body[data-page="home"] .gl-section-heading,
  body[data-page="home"] .gl-generated-heading,
  body[data-page="home"] .pr-module > .d-flex:first-child,
  body[data-page="home"] .pr-module-news > .d-flex:first-child,
  body[data-page="home"] .pr-store-reviews > .d-flex:first-child {
    align-items: start;
    gap: 12px;
    margin-bottom: 18px;
  }

  body[data-page="home"] .gl-section-heading h2,
  body[data-page="home"] .gl-generated-heading h2,
  body[data-page="home"] .pr-page-title,
  body[data-page="home"] .pr-store-reviews-title {
    font-size: 28px;
  }

  body[data-page="home"] .gl-quick-picker {
    padding: 20px 16px;
  }

  body[data-page="home"] .gl-quick-picker-intro {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
  }

  body[data-page="home"] .gl-quick-picker-form {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  body[data-page="home"] .gl-picker-field select,
  body[data-page="home"] .gl-picker-submit {
    min-height: 50px;
  }

  body[data-page="home"] .pr-categories-wall-items {
    display: flex !important;
    gap: 12px !important;
    margin-inline: -12px;
    padding: 2px 12px 10px;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .pr-categories-wall-items::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .pr-categories-wall-item {
    width: min(78vw, 300px) !important;
    min-width: min(78vw, 300px) !important;
    min-height: 156px;
    grid-template-columns: minmax(0, 1fr) 104px;
    padding: 16px !important;
    scroll-snap-align: start;
  }

  body[data-page="home"] .pr-categories-wall-item img {
    width: 104px !important;
    height: 104px !important;
  }

  body[data-page="home"] .gl-scenario-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="home"] .gl-scenario-card {
    min-height: 126px;
    padding: 20px;
  }

  body[data-page="home"] .pr-module-items,
  body[data-page="home"] .gl-module-new .pr-module-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
  }

  body[data-page="home"] .pr-module-item.pr-module-col {
    padding: 11px !important;
  }

  body[data-page="home"] .pr-module-item-button-viewed {
    display: none !important;
  }

  body[data-page="home"] .pr-module-item-button {
    width: 44px !important;
    height: 44px !important;
  }

  body[data-page="home"] .pr-module-item-title {
    min-height: 3.9em;
    font-size: 14px !important;
    -webkit-line-clamp: 3;
  }

  body[data-page="home"] .pr-module-attributes {
    display: none;
  }

  body[data-page="home"] .pr-module-item-price-box {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body[data-page="home"] .pr-module-item .button-cart {
    width: 100%;
    min-width: 0;
    min-height: 46px;
  }

  body[data-page="home"] .gl-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="home"] .gl-brand-grid > a {
    min-height: 100px;
    padding: 14px;
  }

  body[data-page="home"] .gl-brand-grid img {
    height: 60px;
  }

  body[data-page="home"] .gl-howto,
  body[data-page="home"] .gl-consult {
    gap: 24px;
    padding: 24px 18px;
  }

  body[data-page="home"] .pr-store-reviews-items,
  body[data-page="home"] .pr-module-news-items,
  body[data-page="home"] .gl-faq-grid,
  body[data-page="home"] .gl-seo-columns {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .gl-seo {
    gap: 28px;
    padding-top: 36px;
  }

  body[data-page="home"] .gl-seo-columns p:nth-child(n+3) {
    grid-column: auto;
  }

  body[data-page="home"] #oct-policy .content-block {
    max-height: min(42vh, 260px);
    margin: 0 !important;
    padding: 14px !important;
    overflow-y: auto;
  }
}

@media (max-width: 359.98px) {
  body[data-page="home"] .container-xl,
  body[data-page="home"] .gl-shell {
    width: min(calc(100% - 20px), var(--gl-container));
  }

  body[data-page="home"] .pr-header #logo img {
    max-width: 148px;
    height: 38px;
  }

  body[data-page="home"] .gl-hero {
    min-height: 640px;
  }

  body[data-page="home"] .gl-hero h1 {
    font-size: 36px;
  }

  body[data-page="home"] .pr-module-items,
  body[data-page="home"] .gl-module-new .pr-module-items {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .pr-module-item-image {
    max-height: 270px;
  }

  body[data-page="home"] .pr-module-item-title {
    min-height: 2.8em;
    -webkit-line-clamp: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] {
    scroll-behavior: auto;
  }

  body[data-page="home"] *,
  body[data-page="home"] *::before,
  body[data-page="home"] *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Native Calm Technical Premium Twig layer. */
body[data-page="home"] .gl-calm-home {
  color: var(--gl-text);
  background: var(--gl-bg);
}

body[data-page="home"] .gl-calm-hero {
  min-height: 610px;
  display: grid;
  align-items: stretch;
  background: #F0F3F1;
  border-bottom: 1px solid var(--gl-border);
  overflow: hidden;
}

body[data-page="home"] .gl-calm-hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: stretch;
}

body[data-page="home"] .gl-calm-hero__copy {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 48px 64px 0;
}

body[data-page="home"] .gl-calm-eyebrow,
body[data-page="home"] .gl-calm-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--gl-brand);
  font: 800 12px/1.3 var(--gl-font-display);
  letter-spacing: .13em;
  text-transform: uppercase;
}

body[data-page="home"] .gl-calm-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--gl-text);
  font: 770 clamp(48px, 4.2vw, 64px)/1.02 var(--gl-font-display);
  letter-spacing: -.038em;
  text-wrap: balance;
}

body[data-page="home"] .gl-calm-hero__copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #46514F;
  font-size: 18px;
  line-height: 1.58;
}

body[data-page="home"] .gl-calm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

body[data-page="home"] .gl-calm-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  color: var(--gl-brand);
  background: #FFFFFF;
  border: 1px solid #9CADAA;
  border-radius: 10px;
  font: 750 15px/1.2 var(--gl-font-display);
  text-decoration: none;
  cursor: pointer;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

body[data-page="home"] .gl-calm-btn:hover {
  color: var(--gl-brand);
  background: #FFFFFF;
  border-color: var(--gl-brand);
  transform: translateY(-1px);
}

body[data-page="home"] .gl-calm-btn--primary {
  color: #FFFFFF;
  background: var(--gl-brand);
  border-color: var(--gl-brand);
}

body[data-page="home"] .gl-calm-btn--primary:hover {
  color: #FFFFFF;
  background: #0F322F;
  border-color: #0F322F;
}

body[data-page="home"] .gl-calm-hero__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

body[data-page="home"] .gl-calm-hero__media::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 18%;
  background: linear-gradient(90deg, #F0F3F1 0%, rgba(240, 243, 241, 0) 100%);
  content: "";
}

body[data-page="home"] .gl-calm-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

body[data-page="home"] .gl-calm-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(23, 63, 59, .18);
}

body[data-page="home"] .gl-calm-proof li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #394442;
  font-size: 14px;
}

body[data-page="home"] .gl-calm-proof strong {
  color: var(--gl-brand);
  font-weight: 800;
}

body[data-page="home"] .gl-calm-home__stack {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-top: 56px;
  padding-bottom: 80px;
}

body[data-page="home"] .gl-calm-section {
  width: 100%;
  margin: 0;
}

body[data-page="home"] .gl-calm-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

body[data-page="home"] .gl-calm-section__heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--gl-muted);
  font-size: 15px;
  line-height: 1.55;
}

body[data-page="home"] .gl-calm-section__heading h2,
body[data-page="home"] .gl-calm-measure h2,
body[data-page="home"] .gl-calm-consult h2,
body[data-page="home"] .gl-calm-seo h2 {
  margin: 0;
  color: var(--gl-text);
  font: 760 clamp(28px, 3vw, 42px)/1.12 var(--gl-font-display);
  letter-spacing: -.026em;
  text-transform: none;
}

body[data-page="home"] .gl-calm-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gl-brand);
  font: 720 14px/1.3 var(--gl-font-display);
  text-decoration: none;
}

body[data-page="home"] .gl-calm-text-link:hover {
  text-decoration: underline;
}

body[data-page="home"] .gl-calm-quick {
  padding: 28px;
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
  box-shadow: 0 10px 28px rgba(23, 63, 59, .05);
  scroll-margin-top: 170px;
}

body[data-page="home"] .gl-calm-quick__form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

body[data-page="home"] .gl-calm-field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

body[data-page="home"] .gl-calm-field label {
  color: #3E4947;
  font: 700 13px/1.3 var(--gl-font-display);
}

body[data-page="home"] .gl-calm-field input,
body[data-page="home"] .gl-calm-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  color: var(--gl-text);
  background: #FFFFFF;
  border: 1px solid #BFC9C6;
  border-radius: 9px;
  font-size: 14px;
}

body[data-page="home"] .gl-calm-quick__submit {
  min-height: 48px;
  white-space: nowrap;
}

body[data-page="home"] .gl-calm-quick__note,
body[data-page="home"] .gl-calm-quick__status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--gl-muted);
  font-size: 13px;
  line-height: 1.5;
}

body[data-page="home"] .gl-calm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body[data-page="home"] .gl-calm-category-card {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(170px, 1fr) auto;
  color: var(--gl-text);
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
  text-decoration: none;
  overflow: hidden;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

body[data-page="home"] .gl-calm-category-card:hover {
  border-color: #AEBBB8;
  box-shadow: 0 12px 28px rgba(23, 63, 59, .07);
  transform: translateY(-2px);
}

body[data-page="home"] .gl-calm-category-card__media {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #FAFBFA;
}

body[data-page="home"] .gl-calm-category-card__media img {
  width: 100%;
  height: 165px;
  object-fit: contain;
  object-position: center;
}

body[data-page="home"] .gl-calm-category-card__body {
  display: grid;
  gap: 5px;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--gl-border);
}

body[data-page="home"] .gl-calm-category-card__body strong {
  font: 750 18px/1.25 var(--gl-font-display);
}

body[data-page="home"] .gl-calm-category-card__body span {
  color: var(--gl-muted);
  font-size: 13px;
}

body[data-page="home"] .gl-calm-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body[data-page="home"] .gl-calm-scenario-grid > a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #FFFFFF;
  background: var(--gl-brand);
  border: 1px solid var(--gl-brand);
  border-radius: var(--gl-radius);
  text-decoration: none;
  transition: transform .16s ease;
}

body[data-page="home"] .gl-calm-scenario-grid > a:nth-child(even) {
  color: var(--gl-text);
  background: var(--gl-soft);
  border-color: var(--gl-border);
}

body[data-page="home"] .gl-calm-scenario-grid > a:hover {
  transform: translateY(-2px);
}

body[data-page="home"] .gl-calm-scenario-grid strong {
  font: 760 21px/1.2 var(--gl-font-display);
}

body[data-page="home"] .gl-calm-scenario-grid small {
  font-size: 13px;
  opacity: .78;
}

body[data-page="home"] .gl-calm-live-modules {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

body[data-page="home"] .gl-calm-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body[data-page="home"] .gl-calm-brand-grid > a {
  min-height: 122px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
  transition: border-color .16s ease, transform .16s ease;
}

body[data-page="home"] .gl-calm-brand-grid > a:hover {
  border-color: #AEBBB8;
  transform: translateY(-2px);
}

body[data-page="home"] .gl-calm-brand-grid img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

body[data-page="home"] .gl-calm-measure {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  padding: 36px;
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: var(--gl-radius);
}

body[data-page="home"] .gl-calm-measure__intro > p {
  margin: 16px 0 20px;
  color: var(--gl-muted);
  font-size: 16px;
  line-height: 1.58;
}

body[data-page="home"] .gl-calm-measure__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .gl-calm-measure__steps li {
  min-height: 80px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--gl-soft);
  border: 1px solid var(--gl-border);
  border-radius: 12px;
}

body[data-page="home"] .gl-calm-measure__steps li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #FFFFFF;
  background: var(--gl-brand);
  border-radius: 50%;
  font-weight: 800;
}

body[data-page="home"] .gl-calm-measure__steps strong {
  font: 740 15px/1.3 var(--gl-font-display);
}

body[data-page="home"] .gl-calm-measure__steps p {
  margin: 4px 0 0;
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.45;
}

body[data-page="home"] .gl-calm-consult {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  gap: 32px;
  padding: 40px;
  color: #FFFFFF;
  background: var(--gl-brand);
  border-radius: var(--gl-radius);
}

body[data-page="home"] .gl-calm-consult .gl-calm-kicker {
  color: #E8B9A5;
}

body[data-page="home"] .gl-calm-consult h2 {
  color: #FFFFFF;
}

body[data-page="home"] .gl-calm-consult p {
  max-width: 700px;
  margin: 14px 0 0;
  color: #E2ECE9;
  font-size: 16px;
  line-height: 1.55;
}

body[data-page="home"] .gl-calm-consult__actions {
  display: grid;
  gap: 10px;
}

body[data-page="home"] .gl-calm-consult__actions .gl-calm-btn--primary {
  color: var(--gl-brand);
  background: #FFFFFF;
  border-color: #FFFFFF;
}

body[data-page="home"] .gl-calm-consult__actions .gl-calm-btn--secondary {
  color: #FFFFFF;
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
}

body[data-page="home"] .gl-calm-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="home"] .gl-calm-faq details {
  padding: 0 18px;
  background: #FFFFFF;
  border: 1px solid var(--gl-border);
  border-radius: 10px;
}

body[data-page="home"] .gl-calm-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--gl-text);
  font: 720 15px/1.35 var(--gl-font-display);
  cursor: pointer;
  list-style: none;
}

body[data-page="home"] .gl-calm-faq summary::-webkit-details-marker {
  display: none;
}

body[data-page="home"] .gl-calm-faq summary::after {
  color: var(--gl-brand);
  content: "+";
  font-size: 22px;
}

body[data-page="home"] .gl-calm-faq details[open] summary::after {
  content: "−";
}

body[data-page="home"] .gl-calm-faq details p {
  margin: 0;
  padding: 0 0 18px;
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.58;
}

body[data-page="home"] .gl-calm-seo {
  display: grid;
  grid-template-columns: minmax(260px, .45fr) minmax(0, 1.55fr);
  gap: 40px;
  padding-top: 46px;
  border-top: 1px solid var(--gl-border);
}

body[data-page="home"] .gl-calm-seo__text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body[data-page="home"] .gl-calm-seo__text p {
  margin: 0;
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 1199.98px) {
  body[data-page="home"] .gl-calm-quick__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-calm-quick__submit {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  body[data-page="home"] .gl-calm-hero {
    min-height: 720px;
  }

  body[data-page="home"] .gl-calm-hero__inner {
    grid-template-columns: 1fr;
    grid-template-rows: 290px auto;
  }

  body[data-page="home"] .gl-calm-hero__copy {
    grid-row: 2;
    padding: 38px 0 48px;
  }

  body[data-page="home"] .gl-calm-hero__media {
    grid-row: 1;
  }

  body[data-page="home"] .gl-calm-hero__media::before {
    inset: auto 0 0;
    width: auto;
    height: 30%;
    background: linear-gradient(0deg, #F0F3F1 0%, rgba(240, 243, 241, 0) 100%);
  }

  body[data-page="home"] .gl-calm-home__stack,
  body[data-page="home"] .gl-calm-live-modules {
    gap: 56px;
  }

  body[data-page="home"] .gl-calm-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-calm-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .gl-calm-measure,
  body[data-page="home"] .gl-calm-consult,
  body[data-page="home"] .gl-calm-seo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body[data-page="home"] .gl-calm-hero {
    min-height: 650px;
  }

  body[data-page="home"] .gl-calm-hero__inner {
    grid-template-rows: 230px auto;
  }

  body[data-page="home"] .gl-calm-hero h1 {
    font-size: clamp(38px, 10vw, 44px);
    line-height: 1.04;
  }

  body[data-page="home"] .gl-calm-hero__copy {
    padding: 30px 0 36px;
  }

  body[data-page="home"] .gl-calm-hero__copy > p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  body[data-page="home"] .gl-calm-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  body[data-page="home"] .gl-calm-btn {
    width: 100%;
    min-height: 48px;
  }

  body[data-page="home"] .gl-calm-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
    padding-top: 16px;
  }

  body[data-page="home"] .gl-calm-home__stack,
  body[data-page="home"] .gl-calm-live-modules {
    gap: 44px;
  }

  body[data-page="home"] .gl-calm-home__stack {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  body[data-page="home"] .gl-calm-section__heading {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
  }

  body[data-page="home"] .gl-calm-section__heading h2,
  body[data-page="home"] .gl-calm-measure h2,
  body[data-page="home"] .gl-calm-consult h2,
  body[data-page="home"] .gl-calm-seo h2 {
    font-size: 28px;
  }

  body[data-page="home"] .gl-calm-quick {
    padding: 20px 16px;
    scroll-margin-top: 136px;
  }

  body[data-page="home"] .gl-calm-quick__form {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  body[data-page="home"] .gl-calm-field input,
  body[data-page="home"] .gl-calm-field select,
  body[data-page="home"] .gl-calm-quick__submit {
    min-height: 50px;
  }

  body[data-page="home"] .gl-calm-category-grid {
    display: flex;
    gap: 12px;
    margin-inline: -12px;
    padding-inline: 12px;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .gl-calm-category-grid::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .gl-calm-category-card {
    width: min(78vw, 300px);
    min-width: min(78vw, 300px);
    scroll-snap-align: start;
  }

  body[data-page="home"] .gl-calm-scenario-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page="home"] .gl-calm-scenario-grid > a {
    min-height: 126px;
    padding: 20px;
  }

  body[data-page="home"] .gl-calm-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="home"] .gl-calm-brand-grid > a {
    min-height: 100px;
    padding: 14px;
  }

  body[data-page="home"] .gl-calm-brand-grid img {
    height: 60px;
  }

  body[data-page="home"] .gl-calm-measure,
  body[data-page="home"] .gl-calm-consult {
    gap: 24px;
    padding: 24px 18px;
  }

  body[data-page="home"] .gl-calm-faq__grid,
  body[data-page="home"] .gl-calm-seo__text {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] #oct-policy {
    right: 0;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding: 0 8px !important;
  }

  body[data-page="home"] #oct-policy .content-block {
    min-height: 68px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px;
    margin: 0 !important;
    padding: 10px 12px !important;
  }

  body[data-page="home"] #oct-policy .oct-policy-text {
    min-width: 0;
    display: -webkit-box;
    margin: 0 !important;
    overflow: hidden;
    color: #3E4947;
    font-size: 12px !important;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body[data-page="home"] #oct-policy-btn {
    min-width: 88px;
    min-height: 44px;
    flex: 0 0 auto;
    padding: 8px 12px !important;
    font-size: 13px;
  }
}

@media (max-width: 359.98px) {
  body[data-page="home"] .gl-calm-hero {
    min-height: 630px;
  }

  body[data-page="home"] .gl-calm-hero__inner {
    grid-template-rows: 205px auto;
  }

  body[data-page="home"] .gl-calm-hero h1 {
    font-size: 36px;
  }
}

/* Final production QA refinements. */
body[data-page="home"] .pr-header .top-right-phone {
  display: none !important;
}

body[data-page="home"] .pr-footer {
  --gla-text: #F7F8F6;
  color: #F7F8F6 !important;
  background: var(--gl-brand) !important;
}

body[data-page="home"] .pr-footer .pr-footer-item-title,
body[data-page="home"] .pr-footer .pr-footer-item-link,
body[data-page="home"] .pr-footer .white-text,
body[data-page="home"] .pr-footer .white-link,
body[data-page="home"] .pr-footer .light-link,
body[data-page="home"] .pr-footer a,
body[data-page="home"] .pr-footer .gl-footer-trademark-copy {
  color: #F7F8F6 !important;
}

body[data-page="home"] .pr-footer .grey-text,
body[data-page="home"] .pr-footer .pr-footer-item-text,
body[data-page="home"] .pr-footer .pr-footer-item-copyright {
  color: #C9D8D4 !important;
}

body[data-page="home"] .pr-footer a:hover,
body[data-page="home"] .pr-footer a:focus-visible {
  color: #FFFFFF !important;
}

body[data-page="home"] .pr-footer .gl-footer-trademark-logo-wrap {
  width: fit-content;
  display: inline-flex;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  body[data-page="home"] .gl-calm-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="home"] .gl-calm-proof li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 11px;
    line-height: 1.3;
  }

  body[data-page="home"] .pr-store-reviews-item {
    min-height: 0 !important;
    padding: 18px !important;
  }

  body[data-page="home"] .pr-store-reviews-rating {
    align-items: stretch !important;
    justify-content: flex-start !important;
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }

  body[data-page="home"] .pr-store-reviews-rating > div:first-child {
    width: 100%;
  }

  body[data-page="home"] .pr-store-reviews-rating-main {
    width: 100%;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 64px auto;
    align-items: center !important;
    justify-items: start;
    gap: 12px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    text-align: left !important;
  }

  body[data-page="home"] .pr-store-reviews-rating-main-value svg {
    width: 60px;
    height: 60px;
  }

  body[data-page="home"] .pr-store-reviews-rating-main > div:last-of-type {
    align-items: flex-start !important;
  }

  body[data-page="home"] .pr-store-reviews-rating-details {
    display: none !important;
  }

  body[data-page="home"] .pr-store-reviews-item-text {
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 479.98px) {
  body[data-page="home"] .pr-module-items,
  body[data-page="home"] .gl-module-new .pr-module-items {
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  body[data-page="home"] .pr-module-item.pr-module-col {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: clamp(112px, 36vw, 132px) minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
    padding: 12px !important;
  }

  body[data-page="home"] .pr-module-item-top,
  body[data-page="home"] .pr-module-item-bottom {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  body[data-page="home"] .pr-module-item-top {
    grid-column: 1;
    grid-row: 1;
  }

  body[data-page="home"] .pr-module-item-bottom {
    grid-column: 2;
    grid-row: 1;
  }

  body[data-page="home"] .pr-module-item-image {
    min-height: 112px;
    margin: 0 !important;
    padding: 4px;
  }

  body[data-page="home"] .pr-module-item-image > a {
    width: 100% !important;
    margin-right: 0 !important;
  }

  body[data-page="home"] .pr-module-item-buttons {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
  }

  body[data-page="home"] .pr-module-item-info {
    display: grid !important;
    justify-items: start;
    gap: 4px !important;
    margin-top: 8px;
  }

  body[data-page="home"] .pr-module-item-info-code {
    font-size: 11px !important;
  }

  body[data-page="home"] .pr-module-item-bottom {
    min-width: 0;
    gap: 8px !important;
    margin-top: 0 !important;
  }

  body[data-page="home"] .pr-module-item-title {
    min-height: 0;
    font-size: 14px !important;
    -webkit-line-clamp: 3;
  }

  body[data-page="home"] .pr-module-item-price-box {
    gap: 8px !important;
  }

  body[data-page="home"] .pr-module-item .button-cart {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px;
  }
}

body[data-page="home"] .pr-dropdown-box-phones,
body[data-page="home"] .pr-header .pr-header-buttons .pr-dropdown-box-phones.d-lg-none {
  display: none !important;
}

/* Keep dynamically shortened modules hidden after Promo's !important card rules. */
body[data-page="home"] .pr-module.gl-home-hidden,
body[data-page="home"] .pr-module-item.gl-home-hidden,
body[data-page="home"] .pr-module-news-item.gl-home-hidden,
body[data-page="home"] .pr-store-reviews-item.gl-home-hidden,
body[data-page="home"] .gl-home-hidden {
  display: none !important;
}
