:root {
  --ss-navy: #0a1024;
  --ss-ink: #11182f;
  --ss-muted: #56627a;
  --ss-blue: #0873c1;
  --ss-blue-2: #2b64d8;
  --ss-purple: #7758f6;
  --ss-cyan: #51d6ff;
  --ss-paper: #eef4fa;
  --ss-soft: #f5f8fc;
  --ss-line: #dbe4f0;
  --ss-white: #fff;
  --ss-radius: 28px;
  --ss-shadow: 0 24px 70px rgba(10, 16, 36, .105);
  --ss-shadow-soft: 0 17px 48px rgba(31, 56, 92, .055);
}

.ss-store {
  color: var(--ss-ink);
  background: var(--ss-white);
  font-family: Manrope, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.ss-store *, .ss-store *::before, .ss-store *::after { box-sizing: border-box; }
.ss-store a { color: inherit; text-underline-offset: 3px; }
.ss-store h1, .ss-store h2, .ss-store h3, .ss-store p { margin-top: 0; }
.ss-store h1, .ss-store h2, .ss-store h3 { color: var(--ss-ink); font-weight: 750; letter-spacing: -.025em; }
.ss-shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.ss-narrow { max-width: 720px; }

.ss-mini-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #69738a;
  font-size: 14px;
}
.ss-mini-breadcrumbs a { text-decoration: none; }
.ss-mini-breadcrumbs a:hover { color: var(--ss-blue); }
.ss-kicker { margin-bottom: 6px; color: #5061c9; font-size: 13px; font-weight: 800; letter-spacing: .14em; }

.ss-catalog-head {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 22px 0 24px;
  border-bottom: 1px solid rgba(219, 228, 240, .8);
  background:
    radial-gradient(circle at 86% 4%, rgba(119, 88, 246, .15), transparent 27%),
    linear-gradient(135deg, #f8fbff 0%, #f3f7ff 54%, #f8f5ff 100%);
}
.ss-catalog-head::after {
  position: absolute;
  right: 3%; bottom: -64px;
  width: 210px; height: 210px;
  border: 1px solid rgba(49, 94, 251, .12);
  border-radius: 50%;
  content: "";
}
.ss-catalog-intro {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 16px;
}
.ss-catalog-intro h1 { margin-bottom: 8px; max-width: 820px; font-size: clamp(44px, 3.4vw, 52px); line-height: 1.06; }
.ss-catalog-intro p { max-width: 780px; margin-bottom: 0; color: var(--ss-muted); font-size: clamp(18px, 1.4vw, 20px); line-height: 1.5; }
.ss-help-link { flex: 0 0 auto; padding: 0 0 5px; border: 0; background: transparent; color: #1e55bd !important; font: inherit; font-size: 16px; font-weight: 750; text-decoration: none; cursor: pointer; }

.ss-catalog-controls { padding-top: 16px; }
.ss-category-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 11px;
  scrollbar-width: thin;
}
.ss-business-row { display: flex; align-items: center; gap: 12px; }
.ss-business-row > span { flex: 0 0 auto; color: #68748b; font-size: 14px; font-weight: 800; }
.ss-business-row .ss-category-chips { flex: 1; min-width: 0; }
.ss-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--ss-line);
  border-radius: 999px;
  background: #fff;
  color: #3e4960 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.ss-chip span { color: #8490a7; font-size: 13px; }
.ss-chip:hover { border-color: #aabcf9; background: #f4f7ff; }
.ss-chip.is-active { border-color: var(--ss-navy); background: var(--ss-navy); color: #fff !important; }

.ss-toolbar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto 214px auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--ss-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(20, 40, 90, .045);
}
.ss-search { position: relative; display: block; }
.ss-search svg { position: absolute; top: 50%; left: 16px; width: 20px; transform: translateY(-50%); fill: none; stroke: #68748d; stroke-width: 1.8; }
.ss-toolbar input, .ss-toolbar select, .ss-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #ccd7e6;
  border-radius: 14px;
  background: #fff;
  color: var(--ss-ink);
  font: inherit;
}
.ss-search input { padding-left: 44px; }
.ss-toolbar input, .ss-toolbar select { height: 48px; }
.ss-sort select { min-width: 210px; }
.ss-filter-panel { position: relative; }
.ss-filter-panel summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #ccd7e6;
  border-radius: 14px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.ss-filter-panel summary::-webkit-details-marker { display: none; }
.ss-filter-panel summary b { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--ss-blue); color: #fff; font-size: 11px; }
.ss-filter-panel__body {
  position: absolute;
  z-index: 20;
  top: calc(100% + 9px);
  left: 0;
  display: grid;
  min-width: 300px;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--ss-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--ss-shadow);
}
.ss-filter-panel__body label { display: grid; gap: 6px; color: #59657c; font-size: 14px; font-weight: 750; }
.ss-toolbar-submit { min-height: 48px; padding: 10px 18px; border: 0; border-radius: 14px; background: var(--ss-navy); color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.ss-results-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 46px; padding: 10px 2px 8px; color: var(--ss-muted); font-size: 15px; }
.ss-results-row p { margin: 0; }
.ss-active-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.ss-active-filters a { padding: 4px 9px; border-radius: 999px; background: #edf2ff; color: #324a9b; text-decoration: none; }
.ss-active-filters span { margin-left: 4px; }
.ss-active-filters .ss-reset { background: transparent; text-decoration: underline; }

.ss-catalog-results { padding-bottom: 58px; }
.ss-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ss-card {
  position: relative;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--ss-line);
  border-radius: var(--ss-radius);
  background: #fff;
  box-shadow: var(--ss-shadow-soft);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ss-card::before { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--ss-cyan), var(--ss-blue-2) 54%, var(--ss-purple)); content: ""; }
.ss-card:focus-within { border-color: #84a7f3; outline: 3px solid var(--ss-blue-2); outline-offset: 3px; box-shadow: var(--ss-shadow); }
.ss-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ss-product-icon { display: inline-grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(49, 94, 251, .08); border-radius: 18px; background: linear-gradient(145deg, #edf4ff, #f1ecff); color: var(--ss-ink); box-shadow: 0 9px 24px rgba(31, 56, 92, .08); }
.ss-product-icon svg { width: 32px; height: 32px; }
.ss-product-icon--direct { background: #edf2ff; color: #315efb; }
.ss-product-icon--mail { background: #eaf8ff; color: #1486b8; }
.ss-product-icon--metrika { background: #f0edff; color: #6a4fe5; }
.ss-product-icon--wordstat { background: #edf8f4; color: #198665; }
.ss-badge { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px; border-radius: 999px; background: #f0edff; color: #5d43c4; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.ss-card__body { flex: 1; padding-top: 20px; }
.ss-card h2 { margin-bottom: 11px; font-size: clamp(23px, 1.8vw, 26px); line-height: 1.16; }
.ss-card h2 a { text-decoration: none; }
.ss-card h2 a::after { position: absolute; inset: 0; content: ""; }
.ss-card h2 a:focus-visible { outline: 0; }
.ss-card__promise { min-height: 78px; margin-bottom: 16px; color: var(--ss-muted); font-size: 17px; line-height: 1.52; }
.ss-card__features { display: grid; gap: 8px; margin: 0; padding: 0; color: #36425a; font-size: 15px; line-height: 1.48; list-style: none; }
.ss-card__features li { position: relative; padding-left: 19px; }
.ss-card__features li::before { position: absolute; top: .56em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--ss-blue), var(--ss-purple)); box-shadow: 0 0 0 4px rgba(43, 100, 216, .08); content: ""; }
.ss-card__meta { margin-top: 20px; padding-top: 15px; border-top: 1px solid #e8eef5; }
.ss-card__tags, .ss-card__facts { display: flex; flex-wrap: wrap; gap: 7px 10px; color: #6f7b91; font-size: 13px; }
.ss-card__tags span { padding: 6px 9px; border-radius: 9px; background: var(--ss-soft); }
.ss-card__facts { justify-content: space-between; margin-top: 10px; font-size: 14px; }
.ss-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 16px; }
.ss-price { margin: 0; font-size: clamp(28px, 2.4vw, 32px); font-weight: 850; letter-spacing: -.035em; }
.ss-card__cta { position: relative; z-index: 2; display: inline-flex; min-height: 42px; align-items: center; padding: 9px 12px; border-radius: 12px; background: #edf3ff; color: #1e55bd !important; font-size: 15px; font-weight: 800; text-decoration: none; }

.ss-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border: 1px solid transparent; border-radius: 14px; color: #fff !important; font: inherit; font-size: 16px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.ss-button--primary { background: linear-gradient(100deg, #0873c1, #2b64d8 58%, #7758f6); box-shadow: 0 12px 30px rgba(18, 174, 232, .25); }
.ss-button--dark { background: var(--ss-navy); }
.ss-button--secondary { border-color: var(--ss-line); background: #f7f9fd; color: var(--ss-ink) !important; }
.ss-button:hover { filter: brightness(.98); }

.ss-pagination { margin-top: 32px; }
.ss-pagination ul { display: flex; justify-content: center; gap: 7px; padding: 0; list-style: none; }
.ss-pagination a, .ss-pagination span { display: grid; min-width: 44px; height: 44px; padding: 0 11px; place-items: center; border: 1px solid var(--ss-line); border-radius: 12px; font-size: 15px; text-decoration: none; }
.ss-pagination .current { border-color: var(--ss-navy); background: var(--ss-navy); color: #fff; }
.ss-empty, .ss-alert, .ss-success { padding: 24px; border: 1px solid var(--ss-line); border-radius: 20px; background: var(--ss-soft); }
.ss-alert { border-color: #f5cec7; background: #fff4f2; color: #74291e; }
.ss-success { border-color: #bde6cc; background: #f0fbf4; color: #175c31; }

.ss-store-support { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 38px 0; border-top: 1px solid var(--ss-line); }
.ss-consult-band { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 4px; padding-block: 27px; padding-inline: 28px; border-radius: 24px; background: linear-gradient(115deg, #101a37, #283b83 58%, #7055e7); color: #fff; }
.ss-consult-band h2 { margin: 4px 0 6px; color: #fff; font-size: 28px; }
.ss-consult-band p { max-width: 780px; margin-bottom: 0; color: #dce4ff; font-size: 16px; line-height: 1.55; }
.ss-consult-band .ss-kicker { color: #9cb3ff; }
.ss-consult-band .ss-button { flex: 0 0 auto; }
.ss-store-support article { padding: 24px; border: 1px solid #e6edf5; border-radius: 22px; background: var(--ss-soft); }
.ss-store-support article > span { color: #5365d7; font-size: 13px; font-weight: 850; }
.ss-store-support h2 { margin: 9px 0 8px; font-size: 21px; }
.ss-store-support p { color: var(--ss-muted); font-size: 16px; line-height: 1.55; }
.ss-store-support a { color: #1e55bd; font-size: 15px; font-weight: 800; text-decoration: none; }
.ss-store-lower { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; padding: 46px 0 74px; }
.ss-store-lower h2 { font-size: 30px; }

.ss-faq { display: grid; gap: 10px; }
.ss-faq details { overflow: hidden; border: 1px solid var(--ss-line); border-radius: 18px; background: #fff; }
.ss-faq details[open] { border-color: #bdccef; box-shadow: 0 12px 30px rgba(31, 56, 92, .055); }
.ss-faq summary { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; font-size: 18px; font-weight: 800; cursor: pointer; }
.ss-faq details p { margin-bottom: 0; padding: 0 20px 20px; color: var(--ss-muted); font-size: 17px; line-height: 1.65; }

.ss-product { padding-bottom: 90px; background: linear-gradient(#f8faff 0, #fff 440px); }
.ss-product-breadcrumbs { padding: 24px 0 20px; }
.ss-product-layout { display: grid; grid-template-areas: "header buy" "main buy"; grid-template-columns: minmax(0, 1fr) 380px; column-gap: clamp(36px, 5vw, 72px); align-items: start; }
.ss-product-header { grid-area: header; padding: 14px 0 30px; }
.ss-product-main { grid-area: main; }
.ss-product-title-row { display: flex; align-items: start; gap: 19px; }
.ss-product-title-row > div { min-width: 0; }
.ss-product-title-row .ss-product-icon { width: 64px; height: 64px; border-radius: 20px; }
.ss-product-title-row h1 { max-width: 780px; margin: 7px 0 0; font-size: clamp(48px, 4vw, 60px); line-height: 1.04; }
.ss-lead { max-width: 790px; margin: 22px 0 20px; color: #4f5a71; font-size: clamp(19px, 1.7vw, 22px); line-height: 1.55; }
.ss-key-benefits, .ss-check-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ss-key-benefits li, .ss-check-list li { position: relative; padding-left: 25px; }
.ss-key-benefits { font-size: 17px; line-height: 1.55; }
.ss-key-benefits li::before, .ss-check-list li::before { position: absolute; left: 0; color: var(--ss-blue); font-weight: 900; content: "✓"; }
.ss-product-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.ss-product-facts > div { padding: 9px 12px; border: 1px solid var(--ss-line); border-radius: 12px; background: rgba(255,255,255,.9); color: #566177; font-size: 15px; }
.ss-product-facts dt, .ss-product-facts dd { display: inline; margin: 0; }
.ss-product-facts dt::after { content: ": "; }
.ss-product-facts dd { color: var(--ss-ink); font-weight: 750; }
.ss-product-main > section { max-width: 850px; padding: 52px 0 0; }
.ss-product-main > section + section { margin-top: 52px; border-top: 1px solid var(--ss-line); }
.ss-product-main > #overview { padding: 30px; border: 1px solid #dbe7f4; border-radius: 28px; background: linear-gradient(135deg, #f4f9ff, #f7f5ff); box-shadow: var(--ss-shadow-soft); }
.ss-product-main > #permissions { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(135deg, #0f1835, #1c2c5c); color: #fff; box-shadow: 0 24px 58px rgba(10, 16, 36, .16); }
.ss-product-main #permissions h2, .ss-product-main #permissions h3 { color: #fff; }
.ss-product-main #permissions .ss-kicker { color: #a9c0ff; }
.ss-product-main #permissions .ss-prose { color: #dce5ff; }
.ss-product-main section h2 { margin-bottom: 19px; font-size: clamp(34px, 3vw, 42px); line-height: 1.13; }
.ss-prose { color: #3f4a61; font-size: 18px; line-height: 1.65; }
.ss-workflow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; counter-reset: workflow; }
.ss-workflow { padding: 0; list-style: none; }
.ss-workflow li { position: relative; display: grid; min-height: 155px; grid-template-rows: auto 1fr; padding: 22px; border: 1px solid var(--ss-line); border-radius: 20px; background: linear-gradient(145deg, #fff, #f4f7fc); box-shadow: 0 12px 30px rgba(31, 56, 92, .05); counter-increment: workflow; }
.ss-workflow li > span { display: block; margin-bottom: 13px; color: #405ac8; font-size: 14px; font-weight: 850; }
.ss-workflow li::after { position: absolute; top: 0; right: 22px; width: 42px; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--ss-cyan), var(--ss-blue-2)); content: ""; }
.ss-workflow h3 { margin-bottom: 7px; font-size: 21px; line-height: 1.2; }
.ss-workflow p { margin-bottom: 0; color: var(--ss-muted); font-size: 16px; line-height: 1.55; }
.ss-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ss-feature-grid article { padding: 24px; border: 1px solid var(--ss-line); border-radius: 22px; background: #fff; box-shadow: var(--ss-shadow-soft); }
.ss-feature-grid article > span { display: grid; width: 38px; height: 38px; margin-bottom: 15px; place-items: center; border-radius: 12px; background: #edf2ff; color: #3851ba; font-size: 15px; font-weight: 850; }
.ss-feature-grid h3 { margin-bottom: 8px; font-size: 21px; line-height: 1.2; }
.ss-feature-grid p { margin: 0; color: var(--ss-muted); font-size: 16px; line-height: 1.58; }
.ss-pill-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; list-style: none; }
.ss-pill-list span { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 14px; border: 1px solid #dae4fa; border-radius: 999px; background: #edf2ff; color: #334b9a; font-size: 15px; font-weight: 700; }
.ss-security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ss-security-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); }
.ss-security-grid h3 { margin-bottom: 8px; font-size: 20px; }
.ss-security-grid p { margin: 0; color: #d4def5; font-size: 16px; line-height: 1.58; }
.ss-security-note { margin-top: 16px; padding: 16px 18px; border-left: 3px solid var(--ss-cyan); border-radius: 11px; background: rgba(255,255,255,.08); color: #edf3ff; font-size: 15px; line-height: 1.58; }
.ss-product-main #includes .ss-check-list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.ss-product-main #includes .ss-check-list li { padding: 14px 16px 14px 44px; border: 1px solid var(--ss-line); border-radius: 16px; background: var(--ss-soft); font-size: 16px; }
.ss-product-main #includes .ss-check-list li::before { left: 17px; }
.ss-technical-card { overflow: hidden; border: 1px solid var(--ss-line); border-radius: 22px; background: #f8faff; box-shadow: 0 12px 30px rgba(31, 56, 92, .045); }
.ss-technical-card summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: 22px 24px; cursor: pointer; list-style: none; }
.ss-technical-card summary::-webkit-details-marker { display: none; }
.ss-technical-card summary span:first-child { display: grid; }
.ss-technical-card summary small { color: var(--ss-muted); font-size: 14px; }
.ss-technical-card summary strong { font-size: 22px; }
.ss-technical-card > ul { margin: 0; padding: 0 40px 24px; font-size: 17px; line-height: 1.65; }
.ss-installation { display: grid; grid-template-columns: 48px 1fr; gap: 16px; margin-top: 12px; padding: 20px; border: 1px solid var(--ss-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(31, 56, 92, .04); font-size: 17px; }
.ss-installation > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--ss-navy); color: #fff; font-weight: 850; }
.ss-inline-cta { display: inline-flex; min-height: 44px; align-items: center; margin-top: 15px; color: #1e55bd !important; font-size: 16px; font-weight: 800; text-decoration: none; }
.ss-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ss-gallery img { width: 100%; height: auto; border-radius: 16px; }
.ss-timeline article { position: relative; display: grid; grid-template-columns: 15px 1fr; gap: 16px; padding-bottom: 24px; font-size: 17px; line-height: 1.62; }
.ss-timeline article:not(:last-child)::before { position: absolute; top: 18px; bottom: -2px; left: 6px; width: 1px; background: #c9d6e8; content: ""; }
.ss-timeline article > span { z-index: 1; width: 13px; height: 13px; margin-top: 6px; border: 3px solid #fff; border-radius: 50%; background: var(--ss-blue); box-shadow: 0 0 0 2px var(--ss-blue); }
.ss-version-label { margin-bottom: 7px; color: #4055bd; font-size: 15px; font-weight: 850; }

.ss-buy { position: sticky; top: 92px; grid-area: buy; overflow: hidden; padding: 28px; border: 1px solid #d7e2ef; border-radius: 28px; background: linear-gradient(155deg, #fff 0%, #f8fbff 100%); box-shadow: var(--ss-shadow); }
.ss-buy::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--ss-cyan), var(--ss-blue-2) 55%, var(--ss-purple)); content: ""; }
.ss-buy__head > span { color: var(--ss-muted); font-size: 15px; font-weight: 750; }
.ss-buy__head .ss-price { margin: 6px 0 1px; font-size: clamp(36px, 3vw, 42px); }
.ss-buy__head small { color: var(--ss-muted); font-size: 15px; }
.ss-buy__list { display: grid; gap: 0; margin: 18px 0; padding: 0; border-block: 1px solid var(--ss-line); list-style: none; }
.ss-buy__list li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; color: var(--ss-muted); font-size: 16px; line-height: 1.45; }
.ss-buy__list strong { max-width: 58%; color: var(--ss-ink); text-align: right; }
.ss-buy .ss-button { width: 100%; min-height: 54px; }
.ss-payment-note, .ss-delivery-note { margin: 13px 0 0; color: var(--ss-muted); font-size: 15px; line-height: 1.5; }
.ss-payment-note span { color: #27905a; }
.ss-install-link { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 15px; color: #1e55bd !important; font-size: 15px; font-weight: 800; text-align: center; }
.ss-buy__consult { display: grid; gap: 7px; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--ss-line); color: var(--ss-muted); font-size: 15px; line-height: 1.5; text-align: center; }
.ss-buy__consult button { min-height: 44px; border: 0; background: transparent; color: #1e55bd; font: inherit; font-size: 15px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.ss-related { margin-top: 76px; padding-top: 42px; border-top: 1px solid var(--ss-line); }
.ss-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.ss-section-heading h2 { margin-bottom: 0; font-size: 34px; }
.ss-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.ss-related-grid article { position: relative; min-height: 250px; padding: 24px; border: 1px solid var(--ss-line); border-radius: 22px; background: linear-gradient(145deg, #fff, #f8fbff); box-shadow: var(--ss-shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.ss-related-grid article:focus-within { border-color: #84a7f3; outline: 3px solid var(--ss-blue-2); outline-offset: 3px; box-shadow: var(--ss-shadow); }
.ss-related-grid .ss-badge { float: right; }
.ss-related-grid h3 { margin: 20px 0 9px; font-size: 21px; line-height: 1.22; }
.ss-related-grid h3 a { text-decoration: none; }
.ss-related-grid h3 a::after { position: absolute; inset: 0; content: ""; }
.ss-related-grid .ss-cart-action { position: relative; z-index: 3; }
.ss-related-grid p { color: var(--ss-muted); font-size: 16px; line-height: 1.58; }

.ss-route { min-height: 67vh; padding: 48px 0 82px; background: linear-gradient(135deg, #f7faff, #f6f4ff); }
.ss-route h1 { margin: 8px 0 22px; font-size: clamp(34px, 4vw, 50px); }
.ss-back { display: inline-block; margin-bottom: 24px; color: #4d5b73; text-decoration: none; }
.ss-order-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 14px; padding: 20px; border: 1px solid var(--ss-line); border-radius: 20px; background: #fff; }
.ss-order-summary span { color: var(--ss-muted); font-size: 12px; }
.ss-order-summary h2 { margin: 4px 0 0; font-size: 20px; }
.ss-form { display: grid; gap: 16px; padding: 24px; border: 1px solid var(--ss-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(20, 40, 90, .05); }
.ss-form label { display: grid; gap: 6px; color: #3c4860; font-size: 13px; font-weight: 750; }
.ss-check { grid-template-columns: auto 1fr !important; align-items: start; }
.ss-check input { width: 18px; min-height: 18px; margin-top: 2px; }
.ss-form-note { margin: -3px 0 0; color: var(--ss-muted); font-size: 11px; text-align: center; }
.ss-list article { margin: 14px 0; padding: 20px; border: 1px solid var(--ss-line); border-radius: 18px; background: #fff; }

.ss-store :focus-visible { outline: 3px solid var(--ss-blue-2); outline-offset: 4px; }

@media (hover: hover) {
  .ss-card:hover, .ss-related-grid article:hover { transform: translateY(-4px); border-color: #b9c8e2; box-shadow: var(--ss-shadow); }
  .ss-button:hover { transform: translateY(-2px); }
}

@media (max-width: 1279px) {
  .ss-grid { grid-template-columns: repeat(3, 1fr); }
  .ss-workflow { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 899px) {
  .ss-shell { width: min(100% - 32px, 1280px); }
  .ss-grid { grid-template-columns: repeat(2, 1fr); }
  .ss-toolbar { grid-template-columns: 1fr auto 190px; }
  .ss-toolbar-submit { display: none; }
  .ss-product-layout { grid-template-areas: "header" "buy" "main"; grid-template-columns: 1fr; gap: 24px; }
  .ss-buy { position: static; }
  .ss-store-support { grid-template-columns: 1fr; }
  .ss-consult-band { align-items: start; flex-direction: column; }
  .ss-store-lower { grid-template-columns: 1fr; gap: 15px; }
  .ss-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 639px) {
  .ss-shell { width: min(100% - 28px, 1280px); }
  .ss-catalog-head { min-height: 0; padding: 18px 0 20px; }
  .ss-catalog-intro { display: block; margin-top: 12px; }
  .ss-catalog-intro h1 { font-size: clamp(36px, 10vw, 42px); line-height: 1.08; }
  .ss-catalog-intro p { font-size: 17px; }
  .ss-help-link { display: inline-block; margin-top: 12px; }
  .ss-catalog-controls { padding-top: 10px; }
  .ss-category-chips { margin-right: -14px; padding-right: 14px; }
  .ss-business-row { align-items: stretch; flex-direction: column; gap: 3px; }
  .ss-business-row .ss-category-chips { width: calc(100% + 14px); }
  .ss-toolbar { grid-template-columns: 1fr auto; padding: 8px; }
  .ss-search { grid-column: 1 / -1; }
  .ss-sort select { min-width: 0; }
  .ss-filter-panel { position: static; }
  .ss-filter-panel__body { position: absolute; right: 8px; left: 8px; min-width: 0; }
  .ss-results-row { align-items: start; flex-direction: column; gap: 6px; }
  .ss-active-filters { justify-content: flex-start; }
  .ss-grid { grid-template-columns: 1fr; }
  .ss-card { min-height: 0; padding: 22px; }
  .ss-card h2 { font-size: 24px; }
  .ss-card__promise { min-height: 0; }
  .ss-store-support { padding-top: 30px; }
  .ss-consult-band { margin-top: 0; padding: 22px; }
  .ss-store-lower { padding-bottom: 56px; }
  .ss-product { padding-bottom: 60px; }
  .ss-product-breadcrumbs { overflow: hidden; white-space: nowrap; }
  .ss-product-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .ss-product-title-row { align-items: start; gap: 14px; }
  .ss-product-title-row .ss-product-icon { width: 56px; height: 56px; border-radius: 17px; }
  .ss-product-title-row h1 { overflow-wrap: break-word; word-break: normal; font-size: clamp(38px, 10.2vw, 46px); line-height: 1.06; hyphens: none; }
  .ss-lead { font-size: 19px; }
  .ss-product-facts > div { font-size: 14px; }
  .ss-product-main > section { padding-top: 40px; }
  .ss-product-main > section + section { margin-top: 40px; }
  .ss-product-main > #overview, .ss-product-main > #permissions { padding: 22px; }
  .ss-workflow, .ss-feature-grid, .ss-security-grid, .ss-related-grid, .ss-gallery { grid-template-columns: 1fr; }
  .ss-workflow li { min-height: 0; }
  .ss-product-main #includes .ss-check-list { grid-template-columns: 1fr; }
  .ss-feature-grid article, .ss-security-grid article { padding: 20px; }
  .ss-technical-card summary { min-height: 72px; padding: 20px; }
  .ss-technical-card > ul { padding: 0 30px 22px; }
  .ss-installation { grid-template-columns: 44px 1fr; padding: 18px; }
  .ss-installation > span { width: 44px; height: 44px; }
  .ss-buy { padding: 24px; }
  .ss-related { margin-top: 54px; }
  .ss-section-heading { align-items: start; flex-direction: column; gap: 9px; }
  .ss-route { padding: 34px 0 60px; }
  .ss-order-summary { align-items: start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .ss-store *, .ss-store *::before, .ss-store *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .ss-card:hover, .ss-related-grid article:hover, .ss-button:hover { transform: none !important; }
}

/* Cart, Buy Now and multi-item checkout. Kept inside Store surfaces. */
.ss-store .ss-inline-form {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-width: 0;
  margin: 0;
}

.ss-store .ss-inline-form .ss-button { width: 100%; }

.ss-store .ss-card__actions {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

.ss-store .ss-card__actions .ss-button {
  width: 100%;
  min-height: 46px;
  padding-inline: 12px;
  font-size: 14px;
  white-space: normal;
}

.ss-store .ss-card__actions + .ss-card__cta { margin-top: 10px; }

.ss-store .ss-button--secondary {
  border-color: #cbd8e9;
  background: #fff;
  color: #18345f !important;
  box-shadow: 0 8px 22px rgba(31, 56, 92, .055);
}

.ss-store .ss-button--secondary:hover {
  border-color: #93afe1;
  background: #f4f7ff;
}

.ss-store .ss-button[disabled],
.ss-store .ss-button[aria-disabled="true"] {
  filter: none;
  opacity: .58;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.ss-store .ss-cart-live {
  margin: 0 0 18px;
  padding: 13px 16px;
  border: 1px solid #bde6cc;
  border-radius: 14px;
  background: #f0fbf4;
  color: #175c31;
  font-size: 15px;
  line-height: 1.5;
}

.ss-store .ss-cart-live:empty {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.ss-store .ss-cart-page,
.ss-store .ss-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.ss-store .ss-cart-page__main,
.ss-store .ss-checkout-layout__main { min-width: 0; }

.ss-store .ss-cart-list,
.ss-store .ss-checkout-items {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-store .ss-cart-item,
.ss-store .ss-checkout-items > article,
.ss-store .ss-checkout-items > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 24px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--ss-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 56, 92, .045);
}

.ss-store .ss-cart-item__main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
}

.ss-store .ss-cart-item__icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #dce6f4;
  border-radius: 16px;
  background: linear-gradient(145deg, #edf4ff, #f1ecff);
  color: var(--ss-blue-2);
}

.ss-store .ss-cart-item__content { min-width: 0; }
.ss-store .ss-cart-item__content h2,
.ss-store .ss-cart-item__content h3,
.ss-store .ss-checkout-items h2,
.ss-store .ss-checkout-items h3 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.25;
}

.ss-store .ss-cart-item__content a { text-decoration: none; }

.ss-store .ss-cart-item__meta,
.ss-store .ss-checkout-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin: 0;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ss-store .ss-cart-item__aside {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.ss-store .ss-cart-item__price,
.ss-store .ss-checkout-item__price {
  margin: 0;
  color: var(--ss-ink);
  font-size: 19px;
  font-weight: 850;
  white-space: nowrap;
}

.ss-store .ss-cart-item__remove,
.ss-store .ss-link-button {
  min-height: 44px;
  padding: 8px 2px;
  border: 0;
  background: transparent;
  color: #52617b;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.ss-store .ss-cart-summary,
.ss-store .ss-checkout-layout__aside {
  position: sticky;
  top: 92px;
  padding: 24px;
  border: 1px solid #d7e2ef;
  border-radius: 24px;
  background: linear-gradient(155deg, #fff 0%, #f8fbff 100%);
  box-shadow: var(--ss-shadow-soft);
}

.ss-store .ss-cart-summary h2,
.ss-store .ss-checkout-layout__aside h2 {
  margin-bottom: 17px;
  font-size: 23px;
  line-height: 1.2;
}

.ss-store .ss-cart-summary__row,
.ss-store .ss-checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--ss-line);
  font-size: 16px;
}

.ss-store .ss-cart-summary__row strong,
.ss-store .ss-checkout-total strong {
  color: var(--ss-ink);
  font-size: 22px;
  white-space: nowrap;
}

.ss-store .ss-cart-summary .ss-button,
.ss-store .ss-checkout-layout__aside .ss-button {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
}

.ss-store .ss-cart-summary__note,
.ss-store .ss-checkout-note {
  margin: 13px 0 0;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ss-store .ss-cart-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 0;
}

.ss-store .ss-cart-empty {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--ss-line);
  border-radius: 26px;
  background: linear-gradient(135deg, #f7fbff, #f6f3ff);
  text-align: center;
}

.ss-store .ss-cart-empty h2 { margin-bottom: 9px; font-size: clamp(25px, 3vw, 34px); }
.ss-store .ss-cart-empty p { max-width: 620px; margin: 0 auto 20px; color: var(--ss-muted); font-size: 17px; }

.ss-store .ss-cart-recommendations { margin-top: 48px; }
.ss-store .ss-cart-recommendations .ss-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ss-store .ss-checkout-layout .ss-form { padding: clamp(20px, 3vw, 30px); }
.ss-store .ss-checkout-layout .ss-form label { font-size: 15px; }
.ss-store .ss-checkout-layout .ss-form input,
.ss-store .ss-checkout-layout .ss-form select,
.ss-store .ss-checkout-layout .ss-form textarea { min-height: 48px; font-size: 16px; }

.ss-store .ss-checkout-items { margin-bottom: 18px; }
.ss-store .ss-checkout-items > article,
.ss-store .ss-checkout-items > li { padding: 16px 18px; box-shadow: none; }

.ss-store .ss-mini-cart {
  position: fixed;
  z-index: 100020;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(10, 16, 36, .38);
  color: var(--ss-ink);
}

.ss-store .ss-mini-cart:not([open]),
.ss-store .ss-mini-cart[hidden] { display: none !important; }

.ss-store .ss-mini-cart::backdrop { background: rgba(10, 16, 36, .38); }

.ss-store .ss-mini-cart__panel {
  display: flex;
  width: min(430px, 100%);
  height: 100%;
  margin-left: auto;
  flex-direction: column;
  border-left: 1px solid var(--ss-line);
  background: #fff;
  box-shadow: -22px 0 70px rgba(10, 16, 36, .16);
}

.ss-store .ss-mini-cart__header,
.ss-store .ss-mini-cart__footer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--ss-line);
}

.ss-store .ss-mini-cart__header h2 { margin: 0; font-size: 23px; }
.ss-store .ss-mini-cart__footer { display: grid; border-top: 1px solid var(--ss-line); border-bottom: 0; }
.ss-store .ss-mini-cart__footer .ss-button { width: 100%; }

.ss-store .ss-mini-cart__close {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ss-line);
  border-radius: 13px;
  background: #fff;
  color: var(--ss-ink);
  font: inherit;
  font-size: 22px;
  cursor: pointer;
}

.ss-store .ss-mini-cart__body {
  flex: 1 1 auto;
  padding: 18px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ss-store .ss-mini-cart .ss-cart-list { gap: 10px; }
.ss-store .ss-mini-cart .ss-cart-item { grid-template-columns: 1fr; padding: 15px; }
.ss-store .ss-mini-cart .ss-cart-item__aside { grid-auto-flow: column; align-items: center; justify-content: space-between; justify-items: initial; }

body.ss-mini-cart-open { overflow: hidden; }

@media (max-width: 899px) {
  .ss-store .ss-cart-page,
  .ss-store .ss-checkout-layout { grid-template-columns: 1fr; }

  .ss-store .ss-cart-summary,
  .ss-store .ss-checkout-layout__aside { position: static; }

  .ss-store .ss-cart-recommendations .ss-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 639px) {
  .ss-store .ss-card__actions { grid-template-columns: 1fr; }
  .ss-store .ss-card__actions .ss-button { min-height: 48px; font-size: 15px; }

  .ss-store .ss-cart-item,
  .ss-store .ss-checkout-items > article,
  .ss-store .ss-checkout-items > li { grid-template-columns: 1fr; padding: 17px; }

  .ss-store .ss-cart-item__aside {
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    justify-items: initial;
  }

  .ss-store .ss-cart-summary,
  .ss-store .ss-checkout-layout__aside { padding: 20px; border-radius: 21px; }
  .ss-store .ss-cart-recommendations .ss-grid { grid-template-columns: 1fr; }

  .ss-store .ss-mini-cart__panel { width: 100%; }
  .ss-store .ss-mini-cart__header,
  .ss-store .ss-mini-cart__footer { padding-inline: 16px; }
  .ss-store .ss-mini-cart__body { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .ss-store .ss-mini-cart,
  .ss-store .ss-mini-cart__panel { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Marketplace workspace: scalable discovery rail + product results. */
.ss-catalog-controls { padding-bottom: 14px; }
.ss-catalog-controls .ss-toolbar {
  grid-template-columns: minmax(320px, 1fr) 220px auto;
}
.ss-catalog-workspace {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding-bottom: 58px;
}
.ss-filter-rail { min-width: 0; }
.ss-filter-rail .ss-filter-panel {
  position: sticky;
  top: 92px;
  display: block;
  overflow: hidden;
  border: 1px solid var(--ss-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ss-shadow-soft);
}
.ss-filter-rail .ss-filter-panel > summary { display: none; }
.ss-filter-rail .ss-filter-panel__body {
  position: static;
  display: grid;
  min-width: 0;
  gap: 0;
  padding: 18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ss-facet {
  min-width: 0;
  margin: 0;
  padding: 0 0 16px;
  border: 0;
}
.ss-facet + .ss-facet { padding-top: 16px; border-top: 1px solid #e8eef5; }
.ss-facet legend {
  width: 100%;
  margin-bottom: 8px;
  color: #39465e;
  font-size: 14px;
  font-weight: 850;
}
.ss-facet a {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 9px;
  border-radius: 10px;
  color: #56627a;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.ss-facet a:hover { background: #f2f6ff; color: #1e55bd; }
.ss-facet a.is-active { background: #edf2ff; color: #253f98; font-weight: 800; }
.ss-facet a b {
  display: grid;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  place-items: center;
  border-radius: 999px;
  background: #f0f3f8;
  color: #758198;
  font-size: 11px;
}
.ss-filter-reset { color: #1e55bd !important; font-size: 14px; font-weight: 800; }
.ss-catalog-results { min-width: 0; padding-bottom: 0; }
.ss-catalog-results .ss-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ss-catalog-results .ss-results-row { padding-top: 0; }
.ss-catalog-results > .ss-alert { margin-bottom: 14px; }
.ss-cart-action,
.ss-cart-action form,
.ss-cart-action > a { width: 100%; }
.ss-cart-action > a { min-height: 46px; font-size: 14px; }
.ss-mini-cart__totals { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ss-mini-cart__totals span { color: var(--ss-muted); font-size: 14px; }
.ss-mini-cart__totals strong { font-size: 22px; }
.ss-mini-cart__links { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ss-mini-cart__links button,
.ss-mini-cart__links a { min-height: 44px; padding: 10px 0; border: 0; background: transparent; color: #1e55bd; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.ss-store .ss-checkout-layout .ss-form .ss-check input,
.ss-store .ss-form .ss-check input[type="checkbox"] { width: 18px; min-height: 18px; height: 18px; padding: 0; }

@media (max-width: 899px) {
  .ss-catalog-controls .ss-toolbar { grid-template-columns: minmax(0, 1fr) 210px; }
  .ss-catalog-workspace { grid-template-columns: 1fr; gap: 12px; }
  .ss-filter-rail .ss-filter-panel { position: static; overflow: visible; }
  .ss-filter-rail .ss-filter-panel > summary { display: flex; border: 0; border-radius: 21px; background: #fff; }
  .ss-filter-rail .ss-filter-panel__body { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; border-top: 1px solid var(--ss-line); }
  .ss-facet + .ss-facet { padding-top: 0; border-top: 0; }
  .ss-catalog-results .ss-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 639px) {
  .ss-catalog-controls .ss-toolbar { grid-template-columns: 1fr; }
  .ss-catalog-controls .ss-sort { width: 100%; }
  .ss-catalog-controls .ss-sort select { min-width: 0; }
  .ss-filter-rail .ss-filter-panel__body { grid-template-columns: 1fr; max-height: 70vh; overflow-y: auto; }
  .ss-catalog-results .ss-grid { grid-template-columns: 1fr; }
  .ss-results-row { align-items: flex-start; flex-direction: column; }
  .ss-active-filters { justify-content: flex-start; }
  .ss-mini-cart__links { align-items: stretch; flex-direction: column; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ss-store .ss-card:hover,
  .ss-store .ss-button:hover { transform: none !important; }
}
