:root {
  --stb-navy: #102653;
  --stb-red: #e52f3f;
  --stb-blue: #2f6fec;
  --stb-surface: #f6f8fd;
  --stb-border: #dfe5f1;
  --stb-placeholder: #dfe5ef;
  --stb-placeholder-soft: #edf1f7;
  --stb-radius: 22px;
}

body.stabilizer-filter-is-open { overflow: hidden; }

body.tax-product_cat.term-stabilizer {
  font-family: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body.tax-product_cat.term-stabilizer button,
body.tax-product_cat.term-stabilizer input,
body.tax-product_cat.term-stabilizer select,
body.tax-product_cat.term-stabilizer textarea { font-family: inherit; }

.stabilizer-page {
  color: var(--stb-navy);
  background: #fff;
  font-family: inherit;
  overflow: hidden;
}

.stabilizer-page *,
.stabilizer-page *::before,
.stabilizer-page *::after { box-sizing: border-box; }

.stabilizer-shell {
  width: min(1240px, calc(100% - 48px));
  max-width: 100%;
  margin-inline: auto;
  padding-block: 24px 72px;
}

.stabilizer-shell > *,
.stabilizer-hero__content,
.stabilizer-guide__body,
.stabilizer-type-card__copy { min-width: 0; }

@media (min-width: 1025px) {
  .stabilizer-shell {
    width: min(1160px, calc(100% - 64px));
  }
}

.stabilizer-panel {
  border: 1px solid var(--stb-border);
  border-radius: var(--stb-radius);
  background: #fff;
}

.stabilizer-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 0;
  aspect-ratio: 1965 / 623;
  align-items: center;
  overflow: hidden;
  background: #d9c2a7;
}

.stabilizer-hero__picture {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.stabilizer-hero__background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stabilizer-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(62%, 780px);
  min-height: 100%;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 34px clamp(26px, 3.2vw, 46px) 34px clamp(120px, 10vw, 170px);
  border: 0;
  border-radius: 0;
  background: linear-gradient(to left, rgba(255,255,255,.97) 0%, rgba(255,255,255,.93) 50%, rgba(255,255,255,.72) 69%, rgba(255,255,255,.28) 86%, transparent 100%);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.stabilizer-hero__content::after {
  display: none;
}

.stabilizer-hero__heading {
  margin: 0 0 8px;
  color: var(--stb-navy);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 950;
  line-height: 1.35;
}

.stabilizer-hero__tagline {
  margin: 0;
  color: var(--stb-navy);
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1.6;
}

.stabilizer-hero__description {
  max-width: 540px;
  margin: 14px 0 0;
  color: #42516a;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 600;
  line-height: 2;
}

.stabilizer-image-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  border: 1px dashed #b8c3d6;
  border-radius: 18px;
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(151,164,187,.22) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(151,164,187,.22) 50%, transparent 50.5%),
    var(--stb-placeholder-soft);
}

.stabilizer-image-placeholder::after {
  content: "";
  width: 52px;
  height: 42px;
  border: 2px solid #aeb9cb;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 28%, #aeb9cb 0 4px, transparent 5px),
    linear-gradient(145deg, transparent 48%, #aeb9cb 49% 53%, transparent 54%) 5px 13px / 38px 22px no-repeat;
}

.stabilizer-skeleton,
.stabilizer-copy-placeholder span {
  display: block;
  border-radius: 999px;
  background: var(--stb-placeholder);
}

.stabilizer-skeleton--eyebrow { width: 104px; height: 12px; margin-bottom: 18px; }
.stabilizer-skeleton--title { width: min(100%, 430px); height: 30px; margin-bottom: 12px; }
.stabilizer-skeleton--heading { width: 68%; height: 18px; }
.stabilizer-skeleton--line { width: 100%; height: 10px; }
.stabilizer-skeleton--short { width: 58%; }

.stabilizer-copy-placeholder {
  display: grid;
  gap: 10px;
  width: min(100%, 500px);
  margin-top: 18px;
}

.stabilizer-copy-placeholder span { height: 9px; }
.stabilizer-copy-placeholder span:nth-child(2) { width: 92%; }
.stabilizer-copy-placeholder span:nth-child(3) { width: 78%; }
.stabilizer-copy-placeholder span:nth-child(4) { width: 88%; }
.stabilizer-copy-placeholder span:nth-child(5) { width: 72%; }
.stabilizer-copy-placeholder span:nth-child(6) { width: 84%; }
.stabilizer-copy-placeholder--center { margin-inline: auto; }

.stabilizer-hero__actions,
.stabilizer-guide__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.stabilizer-button-placeholder {
  display: block;
  width: 170px;
  height: 48px;
  border: 1px solid #cbd4e4;
  border-radius: 12px;
  background: rgba(255,255,255,.88);
}

.stabilizer-button-placeholder--primary { border-color: var(--stb-red); background: var(--stb-red); }
.stabilizer-button-placeholder--compact { width: 150px; height: 38px; margin-top: 22px; }

.stabilizer-hero__button {
  display: inline-flex;
  min-width: 158px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.stabilizer-hero__button--primary { color: #fff; background: var(--stb-red); box-shadow: 0 8px 18px rgba(229,47,63,.2); }
.stabilizer-hero__button--primary:hover { color: #fff; background: #c92134; }
.stabilizer-hero__button--secondary { color: var(--stb-navy); border-color: #cbd5e5; background: rgba(255,255,255,.88); }
.stabilizer-hero__button--secondary:hover { color: var(--stb-blue); border-color: #9fb5da; background: #fff; }
.stabilizer-hero__button:focus-visible { outline: 3px solid rgba(47,111,236,.32); outline-offset: 3px; }

.stabilizer-trust {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% - 96px);
  margin: -22px auto 0;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(16,38,83,.08);
}

.stabilizer-trust__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 4px 14px;
  min-height: 92px;
  padding: 18px 24px;
}

.stabilizer-trust__item + .stabilizer-trust__item { border-inline-start: 1px solid var(--stb-border); }
.stabilizer-trust__icon {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: var(--stb-blue);
  background: #edf3ff;
  font-size: 20px;
}

.stabilizer-trust__item strong {
  align-self: end;
  color: var(--stb-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.stabilizer-trust__item small {
  align-self: start;
  color: #65728a;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.stabilizer-icon-placeholder {
  display: block;
  width: 42px;
  aspect-ratio: 1;
  border: 1px dashed #aab6ca;
  border-radius: 12px;
  background: var(--stb-placeholder-soft);
}

.stabilizer-icon-placeholder--large { width: 64px; border-radius: 16px; }

.stabilizer-section { margin-top: 56px; }
.stabilizer-section-title { display: flex; justify-content: center; margin-bottom: 28px; }
.stabilizer-section-title span { width: min(310px, 58vw); height: 22px; border-radius: 999px; background: var(--stb-placeholder); }
.stabilizer-section-title--inline { margin-bottom: 8px; }
.stabilizer-heading {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 12px;
  color: var(--stb-navy);
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 950;
  line-height: 1.45;
  text-align: center;
}

.stabilizer-heading::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: var(--stb-red);
  transform: translateX(50%);
}

.stabilizer-heading--compact {
  margin-bottom: 18px;
  padding-bottom: 8px;
  font-size: clamp(18px, 1.8vw, 22px);
}

.stabilizer-heading--compact::after {
  width: 34px;
  height: 2px;
}

.stabilizer-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.stabilizer-feature-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 14px 14px 18px;
  overflow: hidden;
  border: 1px solid #e2e7f1;
  border-radius: 18px;
  background: linear-gradient(155deg, #fff, #f8faff);
  box-shadow: 0 10px 26px rgba(16,38,83,.055);
}

.stabilizer-feature-card__image {
  display: grid;
  width: 100%;
  aspect-ratio: 1.42;
  place-items: center;
  padding: 6px;
  overflow: hidden;
  border-radius: 14px;
  background: radial-gradient(circle at 50% 45%, #fff 0%, #f3f6fc 72%, #edf2fa 100%);
}

.stabilizer-feature-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.stabilizer-feature-card h3 {
  margin: 14px 0 9px;
  color: var(--stb-navy);
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}

.stabilizer-feature-card__text {
  margin: 0;
  color: #5d6b81;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.95;
  text-align: center;
}

.stabilizer-feature-card__text-placeholder { display: grid; width: 100%; justify-items: center; gap: 7px; }
.stabilizer-feature-card__text-placeholder span { display: block; width: 92%; height: 8px; border-radius: 99px; background: var(--stb-placeholder-soft); }
.stabilizer-feature-card__text-placeholder span:nth-child(2) { width: 82%; }
.stabilizer-feature-card__text-placeholder span:nth-child(3) { width: 64%; }

.stabilizer-guide {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  grid-template-areas: "visual content" "copy copy";
  gap: 24px;
  margin-top: 60px;
  padding: 28px;
  direction: ltr;
  overflow: hidden;
  background-color: #f4f6ff;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27120%27 viewBox=%270 0 160 120%27%3E%3Cg fill=%27none%27 stroke=%27%232f6fec%27 stroke-opacity=%27.065%27 stroke-width=%271%27%3E%3Cpath d=%27M8 28h28l8 8h22%27/%3E%3Ccircle cx=%2772%27 cy=%2736%27 r=%274%27/%3E%3Cpath d=%27M102 14v18h20l8 8h22%27/%3E%3Crect x=%2718%27 y=%2778%27 width=%2718%27 height=%2712%27 rx=%273%27/%3E%3Cpath d=%27M36 84h28c8 0 8 14 16 14h24%27/%3E%3Cpath d=%27M118 76l7-8 7 8 7-8 7 8%27/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.86), transparent 30%),
    linear-gradient(115deg, rgba(248,249,255,.94) 0%, rgba(238,242,255,.94) 52%, rgba(249,250,255,.94) 100%);
  background-size: 160px 120px, auto, auto;
  box-shadow: 0 16px 42px rgba(16,38,83,.08);
}

.stabilizer-guide__visual {
  grid-area: visual;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 365px;
  margin: 0;
  padding-block: 12px;
  align-self: stretch;
  direction: rtl;
  transform: translateY(10px);
}

.stabilizer-guide__visual img {
  display: block;
  width: 132%;
  height: auto;
  max-width: none;
  max-height: 405px;
  object-fit: contain;
  transform: translateY(-4px);
}

.stabilizer-guide__call {
  display: inline-flex;
  min-width: 168px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  padding: 9px 18px;
  border: 1px solid var(--stb-red);
  border-radius: 12px;
  color: #fff;
  background: var(--stb-red);
  box-shadow: 0 9px 20px rgba(229,47,63,.2);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.stabilizer-guide__call--mobile { display: none; }
.stabilizer-guide__call:hover { color: #fff; background: #c92134; box-shadow: 0 11px 24px rgba(229,47,63,.26); }
.stabilizer-guide__call:focus-visible { outline: 3px solid rgba(47,111,236,.32); outline-offset: 3px; }

#stabilizer-guide,
#stabilizer-products { scroll-margin-top: 24px; }

.stabilizer-guide__body { grid-area: content; position: relative; z-index: 2; min-width: 0; direction: rtl; }
.stabilizer-heading--guide { margin-bottom: 8px; font-size: clamp(21px, 2vw, 27px); }
.stabilizer-guide__intro {
  max-width: 900px;
  margin: 0 auto;
  color: #5c6b83;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}

.stabilizer-guide__form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-top: 30px;
}

.stabilizer-guide-card,
.stabilizer-guide-result {
  min-width: 0;
  min-height: 270px;
  margin: 0;
  padding: 12px;
  border: 1px solid #e2e7f1;
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 18px rgba(16,38,83,.055);
}

.stabilizer-guide-card legend {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  min-height: 42px;
  margin: 0 0 10px;
  padding: 8px 10px 11px;
  border: 1px solid #e6eaf2;
  border-radius: 11px;
  color: var(--stb-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(16,38,83,.045);
}

.stabilizer-guide-card legend span {
  display: inline;
  width: auto;
  height: auto;
  color: inherit;
  background: transparent;
  font-size: inherit;
}

.stabilizer-guide-card legend::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 4px;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--stb-red);
  transform: translateX(50%);
}

.stabilizer-guide-card legend b { font: inherit; }
.stabilizer-choice-grid { display: grid; gap: 8px; }
.stabilizer-choice-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stabilizer-choice { position: relative; display: block; cursor: pointer; }
.stabilizer-choice input { position: absolute; opacity: 0; pointer-events: none; }
.stabilizer-choice span {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid #d7dfec;
  border-radius: 10px;
  color: #42516c;
  background: #fff;
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.55;
  text-align: center;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.stabilizer-choice span i { color: #667895; font-size: 14px; }
.stabilizer-choice span em { font: inherit; }

.stabilizer-choice:hover span { border-color: #9cacc4; }
.stabilizer-choice input:checked + span {
  border-color: var(--stb-red);
  color: #ba1f30;
  background: #fff7f8;
  box-shadow: inset 0 0 0 1px rgba(229,47,63,.08), 0 4px 12px rgba(229,47,63,.08);
}

.stabilizer-choice input:checked + span i { color: var(--stb-red); }

.stabilizer-choice input:focus-visible + span {
  outline: 3px solid rgba(47,111,236,.3);
  outline-offset: 2px;
}

.stabilizer-select-label {
  display: block;
  margin: 0 0 8px;
  color: #68768d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}

.stabilizer-device-list {
  display: grid;
  gap: 7px;
  max-height: 190px;
  padding: 2px 2px 8px 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #aebbd0 #edf1f7;
}

.stabilizer-device-list::-webkit-scrollbar { width: 6px; }
.stabilizer-device-list::-webkit-scrollbar-track { border-radius: 99px; background: #edf1f7; }
.stabilizer-device-list::-webkit-scrollbar-thumb { border-radius: 99px; background: #aebbd0; }
.stabilizer-device-list .stabilizer-choice[hidden] { display: none; }
.stabilizer-device-list .stabilizer-choice span { justify-content: flex-start; padding-inline: 11px; font-size: 11px; text-align: right; }

.stabilizer-guide-empty {
  display: grid;
  min-height: 170px;
  place-content: center;
  justify-items: center;
  gap: 12px;
  color: #74829a;
  border: 1px dashed #cfd8e7;
  border-radius: 11px;
  background: #f8faff;
  text-align: center;
}

.stabilizer-guide-empty i { font-size: 22px; color: #9aa9c0; }
.stabilizer-guide-empty p { margin: 0; font-size: 11.5px; font-weight: 750; line-height: 1.7; }

.stabilizer-guide-card--third .stabilizer-choice-grid[data-guide-load-panel] {
  max-height: 184px;
  padding-left: 5px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #aebbd0 #edf1f7;
}

.stabilizer-guide-result {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: var(--stb-navy);
  border-color: #dde4f0;
  background: linear-gradient(155deg, #fff 0%, #f7f9ff 100%);
  text-align: center;
}

.stabilizer-guide-result::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -75px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(47,111,236,.07);
}

.stabilizer-guide-result__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 7px;
  border: 1px solid #d9e2f0;
  border-radius: 13px;
  color: #8796ae;
  background: #f3f6fb;
  font-size: 17px;
}

.stabilizer-guide-result__eyebrow {
  margin-bottom: 6px;
  color: #68778f;
  font-size: 11px;
  font-weight: 800;
}

.stabilizer-guide-result__status { color: var(--stb-navy); font-size: 14px; font-weight: 950; line-height: 1.6; }
.stabilizer-guide-result__capacity { margin-top: 10px; }
.stabilizer-guide-result__capacity span { display: block; color: #7a879c; font-size: 10px; font-weight: 700; }
.stabilizer-guide-result__capacity b { display: block; min-height: 31px; margin-top: 2px; color: var(--stb-red); font-size: 20px; font-weight: 950; line-height: 1.55; }
.stabilizer-guide-result__phase { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 32px; margin-top: 2px; padding: 5px 10px; border: 1px solid #e0e6f0; border-radius: 9px; background: #fff; }
.stabilizer-guide-result__phase span { color: #78859a; font-size: 10px; font-weight: 700; }
.stabilizer-guide-result__phase b { color: var(--stb-navy); font-size: 12px; font-weight: 900; }
.stabilizer-guide-result__context { min-height: 34px; margin: 9px 0 7px; color: #69778d; font-size: 10px; font-weight: 650; line-height: 1.7; }
.stabilizer-guide-result__progress { display: flex; gap: 5px; margin-bottom: 7px; }
.stabilizer-guide-result__progress span { width: 24px; height: 4px; border-radius: 99px; background: #dce3ee; transition: background-color .18s ease; }
.stabilizer-guide-result__progress span.is-complete { background: var(--stb-red); }
.stabilizer-guide-result > small { position: relative; color: #8a96a8; font-size: 9px; font-weight: 550; line-height: 1.65; }
.stabilizer-guide-result.is-ready { border-color: rgba(229,47,63,.32); box-shadow: 0 10px 24px rgba(229,47,63,.1); }
.stabilizer-guide-result.is-ready .stabilizer-guide-result__icon { color: #fff; border-color: var(--stb-red); background: var(--stb-red); box-shadow: 0 7px 16px rgba(229,47,63,.22); }
.stabilizer-guide [hidden] { display: none !important; }

.stabilizer-guide__copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
  min-width: 0;
  direction: rtl;
}

.stabilizer-guide__divider { height: 1px; margin: 18px 0 28px; background: linear-gradient(90deg, transparent, rgba(16,38,83,.18) 14%, rgba(16,38,83,.18) 86%, transparent); }
.stabilizer-guide__paragraph {
  max-width: 980px;
  margin: 0 auto;
  color: #53627a;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.stabilizer-guide__paragraph-placeholder { display: grid; justify-items: center; gap: 9px; margin: 0; }
.stabilizer-guide__paragraph-placeholder span { display: block; width: min(980px, 92%); height: 9px; border-radius: 99px; background: rgba(212,220,233,.78); }
.stabilizer-guide__paragraph-placeholder span:nth-child(2) { width: min(920px, 87%); }
.stabilizer-guide__paragraph-placeholder span:nth-child(3) { width: min(850px, 80%); }
.stabilizer-guide__paragraph-placeholder span:nth-child(4) { width: min(660px, 64%); }

.stabilizer-type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.stabilizer-type-card { display: grid; grid-template-columns: 44% 1fr; gap: 24px; min-height: 250px; padding: 24px; }
.stabilizer-type-card:nth-child(1) { background: linear-gradient(120deg, #fff7f7, #fff); }
.stabilizer-type-card:nth-child(2) { background: linear-gradient(120deg, #f4f7ff, #fff); }
.stabilizer-type-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}

.stabilizer-type-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 235px;
  object-fit: contain;
}

.stabilizer-type-card__copy { display: flex; flex-direction: column; justify-content: center; }
.stabilizer-type-card__copy h3 {
  margin: 0;
  color: var(--stb-navy);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
  line-height: 1.5;
}
.stabilizer-type-card__description {
  margin: 18px 0 0;
  color: #5d6b81;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.95;
}
.stabilizer-type-card__copy .stabilizer-copy-placeholder { margin-top: 22px; }
.stabilizer-type-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 22px;
  padding: 9px 16px;
  border: 1px solid var(--stb-border);
  border-radius: 10px;
  color: var(--stb-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.stabilizer-type-card__link:hover,
.stabilizer-type-card__link:focus-visible {
  color: var(--stb-red);
  border-color: rgba(229,47,63,.42);
  box-shadow: 0 8px 18px rgba(229,47,63,.12);
}

.stabilizer-subcategory-slider {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
}

.stabilizer-subcategories { margin-top: 44px; }

.stabilizer-subcategory-viewport {
  overflow-x: auto;
  min-width: 0;
  padding: 3px 2px 9px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.stabilizer-subcategory-viewport::-webkit-scrollbar { display: none; }
.stabilizer-subcategory-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 50px) / 6);
  gap: 10px;
}

.stabilizer-subcategory-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 132px;
  padding: 8px 8px 10px;
  border: 1px solid var(--stb-border);
  border-radius: 16px;
  color: var(--stb-navy);
  background: #fff;
  text-decoration: none;
  scroll-snap-align: start;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.stabilizer-subcategory-card:hover,
.stabilizer-subcategory-card:focus-visible {
  color: var(--stb-red);
  border-color: rgba(229,47,63,.3);
  box-shadow: 0 10px 24px rgba(16,38,83,.09);
}

.stabilizer-subcategory-card__media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 82px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--stb-surface);
}

.stabilizer-subcategory-card__media .stabilizer-image-placeholder {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.stabilizer-subcategory-card__media .stabilizer-image-placeholder::after {
  width: 34px;
  height: 28px;
  background-size: 25px 15px;
}

.stabilizer-page .stabilizer-subcategory-card .stabilizer-subcategory-card__media > img.stabilizer-subcategory-card__image {
  display: block;
  position: absolute !important;
  inset: 8px !important;
  width: calc(100% - 16px) !important;
  height: calc(100% - 16px) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.stabilizer-subcategory-card strong {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.5;
  text-align: center;
}

.stabilizer-slider-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--stb-border);
  border-radius: 50%;
  color: var(--stb-navy);
  background: #fff;
  box-shadow: 0 8px 20px rgba(16,38,83,.08);
  cursor: pointer;
  touch-action: manipulation;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.stabilizer-slider-button:hover,
.stabilizer-slider-button:focus-visible {
  color: #fff;
  border-color: var(--stb-blue);
  background: var(--stb-blue);
  box-shadow: 0 10px 22px rgba(47,111,236,.24);
}

.stabilizer-slider-button:disabled {
  color: #9da8ba;
  border-color: var(--stb-border);
  background: #f2f4f8;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .65;
}

.stabilizer-products { margin-top: 58px; }
.stabilizer-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  direction: rtl;
}

.stabilizer-products__filter {
  position: relative;
  display: inline-flex;
  min-width: 138px;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 6px 8px 6px 15px;
  overflow: hidden;
  border: 1px solid rgba(47,111,236,.24);
  border-radius: 14px;
  color: var(--stb-navy);
  background: linear-gradient(135deg, #fff 0%, #f2f6ff 100%);
  box-shadow: 0 8px 22px rgba(16,38,83,.08), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  cursor: pointer;
  touch-action: manipulation;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.stabilizer-products__filter i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--stb-blue), #1e52b4);
  box-shadow: 0 6px 14px rgba(47,111,236,.22);
  font-size: 14px;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.stabilizer-products__filter:hover,
.stabilizer-products__filter:focus-visible {
  color: var(--stb-blue);
  border-color: rgba(47,111,236,.58);
  background: #fff;
  box-shadow: 0 11px 26px rgba(16,38,83,.13), 0 0 0 3px rgba(47,111,236,.07);
  transform: translateY(-1px);
}

.stabilizer-products__filter:hover i,
.stabilizer-products__filter:focus-visible i { background: linear-gradient(135deg, #245fcf, var(--stb-navy)); box-shadow: 0 7px 16px rgba(16,38,83,.2); transform: rotate(-4deg); }
.stabilizer-products__filter:active { transform: translateY(0); }

.stabilizer-products__sort {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  margin: 0;
  direction: rtl;
}

.stabilizer-products__sort label {
  color: #41516c;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.stabilizer-products__sort .select-wrap {
  position: relative;
  display: block;
  width: 190px;
  min-width: 190px;
}

.stabilizer-products__sort select {
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 14px 0 42px;
  border: 1px solid #d7e0ed;
  border-radius: 12px;
  color: var(--stb-navy);
  background: #fff;
  box-shadow: 0 7px 18px rgba(16,38,83,.055);
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  appearance: none;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.stabilizer-products__sort .select-wrap::after {
  right: auto;
  left: 14px;
  color: #6c7b92;
  font-size: 12px;
}

.stabilizer-products__sort select:hover { border-color: #aebbd0; }
.stabilizer-products__sort select:focus { border-color: var(--stb-blue); outline: none; box-shadow: 0 0 0 3px rgba(47,111,236,.13); }
.stabilizer-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.stabilizer-products .woocommerce-pagination { margin-top: 28px; }
.stabilizer-products .woocommerce-notices-wrapper:empty { display: none; }
.stabilizer-article-divider {
  display: flex;
  width: min(720px, 84%);
  align-items: center;
  gap: 14px;
  margin: 52px auto 30px;
}
.stabilizer-article-divider::before,
.stabilizer-article-divider::after { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, #cad5e5); content: ""; }
.stabilizer-article-divider::after { background: linear-gradient(90deg, #cad5e5, transparent); }
.stabilizer-article-divider span { width: 11px; height: 11px; flex: 0 0 11px; border: 2px solid var(--stb-red); border-radius: 3px; background: #fff; box-shadow: 0 0 0 6px #fff; transform: rotate(45deg); }
.stabilizer-article { margin-top: 0; }
.stabilizer-article__card {
  overflow: hidden;
  padding: clamp(28px, 3.5vw, 48px);
  border: 1px solid #dfe6f1;
  background-color: #f9fbff;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27200%27 height=%27160%27 viewBox=%270 0 200 160%27%3E%3Cg fill=%27none%27 stroke=%27%23102653%27 stroke-opacity=%27.05%27 stroke-width=%271.2%27%3E%3Cpath d=%27M12 30h30l12 12h34l10-10h30%27/%3E%3Ccircle cx=%27138%27 cy=%2732%27 r=%274%27/%3E%3Cpath d=%27M154 18l12 12-12 12-12-12z%27/%3E%3Cpath d=%27M28 98l16-16 16 16 16-16 16 16%27/%3E%3Ccircle cx=%27102%27 cy=%2798%27 r=%273%27/%3E%3Cpath d=%27M105 98h35l10 10h38%27/%3E%3Cpath d=%27M16 142h42l8-8h28%27/%3E%3C/g%3E%3Cg fill=%27%23de292f%27 fill-opacity=%27.035%27%3E%3Ccircle cx=%2754%27 cy=%2742%27 r=%272.5%27/%3E%3Ccircle cx=%27150%27 cy=%27108%27 r=%272.5%27/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 82% 8%, rgba(47,111,236,.045), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(245,248,255,.95));
  background-size: 380px 304px, auto, auto;
  box-shadow: 0 18px 50px rgba(16,38,83,.07);
}
.stabilizer-article__toc { position: relative; z-index: 1; padding: 18px; border: 1px solid #dce5f2; border-radius: 18px; background: rgba(245,248,253,.94); box-shadow: 0 10px 28px rgba(16,38,83,.06); }
.stabilizer-article__toc-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--stb-navy); font-size: 15px; }
.stabilizer-article__toc-heading i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: #fff; background: var(--stb-navy); font-size: 13px; }
.stabilizer-article__toc ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.stabilizer-article__toc a {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #e0e6f0;
  border-radius: 12px;
  color: #243754;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  text-decoration: none;
  touch-action: manipulation;
  transition: color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.stabilizer-article__toc a > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 9px; color: var(--stb-red); background: rgba(222,41,47,.08); font-size: 12px; font-weight: 900; }
.stabilizer-article__toc a:hover,
.stabilizer-article__toc a:focus-visible { color: var(--stb-red); border-color: rgba(222,41,47,.42); box-shadow: 0 8px 20px rgba(16,38,83,.08); }
.stabilizer-article__content { position: relative; z-index: 1; max-width: 920px; margin: 40px auto 0; color: #3e4d64; font-size: 15px; font-weight: 500; line-height: 2.05; }
.stabilizer-article__content > :first-child { margin-top: 0; }
.stabilizer-article__content > :last-child { margin-bottom: 0; }
.stabilizer-article__content h2,
.stabilizer-article__content h3 { display: flex; align-items: center; gap: 10px; margin: 36px 0 16px; color: var(--stb-navy); font-weight: 900; line-height: 1.7; scroll-margin-top: 110px; }
.stabilizer-article__content h2 { font-size: clamp(20px, 1.8vw, 25px); }
.stabilizer-article__content h3 { font-size: clamp(17px, 1.5vw, 20px); }
.stabilizer-article__content h2::before,
.stabilizer-article__content h3::before { width: 5px; height: 25px; flex: 0 0 5px; border-radius: 99px; background: var(--stb-red); content: ""; }
.stabilizer-article__content p { margin: 0 0 18px; }
.stabilizer-article__content ul,
.stabilizer-article__content ol { margin: 0 0 20px; padding-right: 24px; }
.stabilizer-article__content li { margin-bottom: 8px; }
.stabilizer-article__content a { color: var(--stb-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.stabilizer-article__content img { display: block; width: auto; max-width: 100%; height: auto; max-height: 540px; margin: 22px auto; border-radius: 16px; object-fit: contain; }
.stabilizer-article__content figure { max-width: 100%; margin: 24px auto; }

.stabilizer-faq .pgco-faq-wrap { margin-block: 0; }

.stabilizer-page :focus-visible { outline: 3px solid rgba(47,111,236,.38); outline-offset: 3px; }

@media (max-width: 1100px) {
  .stabilizer-trust { width: calc(100% - 40px); }
  .stabilizer-trust__item { padding-inline: 14px; }
  .stabilizer-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stabilizer-article__toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stabilizer-guide { grid-template-columns: 220px minmax(0, 1fr); }
  .stabilizer-guide__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stabilizer-subcategory-track { grid-auto-columns: calc((100% - 30px) / 4); }
  .stabilizer-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .stabilizer-shell { width: min(calc(100% - 24px), 640px); padding-block: 12px 48px; }
  .stabilizer-hero { min-height: 0; aspect-ratio: 2 / 3; align-items: flex-end; }
  .stabilizer-hero__background { object-position: center; }
  .stabilizer-hero__content {
    width: 100%;
    min-height: 56%;
    align-self: flex-end;
    margin: 0;
    padding: 72px 20px 24px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(to top, rgba(255,255,255,.97) 0%, rgba(255,255,255,.94) 55%, rgba(255,255,255,.72) 75%, rgba(255,255,255,.28) 89%, transparent 100%);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .stabilizer-hero__content::after { display: none; }
  .stabilizer-hero__heading { font-size: clamp(29px, 9vw, 38px); }
  .stabilizer-hero__tagline { font-size: clamp(17px, 5.2vw, 21px); }
  .stabilizer-hero__description { margin-top: 10px; font-size: 11.5px; line-height: 1.85; }
  .stabilizer-skeleton--title { height: 22px; }
  .stabilizer-hero__actions { width: 100%; flex-wrap: nowrap; margin-top: 20px; }
  .stabilizer-hero__button { min-width: 0; flex: 1 1 calc(50% - 6px); padding-inline: 10px; font-size: 12px; }
  .stabilizer-button-placeholder { flex: 1 1 130px; }
  .stabilizer-trust { grid-template-columns: repeat(2, 1fr); width: 100%; margin: 16px auto 0; }
  .stabilizer-trust__item { grid-template-columns: 38px 1fr; min-height: 84px; padding: 12px; }
  .stabilizer-trust__item + .stabilizer-trust__item { border-inline-start: 0; }
  .stabilizer-trust__item:nth-child(even) { border-inline-start: 1px solid var(--stb-border); }
  .stabilizer-trust__item:nth-child(n+3) { border-top: 1px solid var(--stb-border); }
  .stabilizer-trust__icon { width: 36px; height: 36px; border-radius: 11px; font-size: 17px; }
  .stabilizer-icon-placeholder { width: 36px; }
  .stabilizer-section { margin-top: 44px; }
  .stabilizer-feature-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stabilizer-feature-card { padding: 10px 10px 14px; border-radius: 15px; }
  .stabilizer-feature-card h3 { margin-top: 10px; font-size: 13px; }
  .stabilizer-feature-card__text { font-size: 11.5px; line-height: 1.85; }
  .stabilizer-guide { grid-template-columns: 1fr; grid-template-areas: "visual" "content" "copy"; gap: 12px; padding: 20px 16px; }
  .stabilizer-guide__visual { min-height: 0; transform: none; }
  .stabilizer-guide__visual img { width: min(320px, 84vw); max-width: 100%; max-height: 255px; transform: translateY(0); }
  .stabilizer-guide__call--desktop { display: none; }
  .stabilizer-guide__call--mobile { display: flex; width: min(74%, 260px); min-width: 200px; margin: 22px auto 10px; }
  .stabilizer-guide__divider { margin: 16px 0 24px; }
  .stabilizer-guide__form { grid-template-columns: 1fr 1fr; }
  .stabilizer-guide-card,
  .stabilizer-guide-result { min-height: 220px; }
  .stabilizer-type-grid { grid-template-columns: 1fr; }
  .stabilizer-type-card { grid-template-columns: 42% 1fr; min-height: 220px; gap: 14px; padding: 16px; }
  .stabilizer-subcategory-slider { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 8px; }
  .stabilizer-subcategory-track { grid-auto-columns: calc((100% - 10px) / 2); }
  .stabilizer-slider-button { width: 44px; height: 44px; }
  .stabilizer-subcategory-card { min-height: 124px; }
  .stabilizer-subcategory-card__media { height: 76px; }
  .stabilizer-subcategory-card strong { font-size: 13px; }
  .stabilizer-products__toolbar { display: grid; grid-template-columns: minmax(112px, .62fr) minmax(0, 1fr); align-items: end; gap: 10px; }
  .stabilizer-products__filter { width: 100%; min-width: 0; }
  .stabilizer-products__sort { width: 100%; align-items: stretch; flex-direction: column; gap: 6px; }
  .stabilizer-products__sort label { align-self: flex-start; }
  .stabilizer-products__sort .select-wrap { width: 100%; min-width: 0; }
  .stabilizer-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .stabilizer-article-divider { width: 88%; margin-block: 38px 22px; }
  .stabilizer-article__card { padding: 22px; }
  .stabilizer-article__toc { padding: 14px; }
  .stabilizer-article__content { font-size: 14px; line-height: 2; }
  .stabilizer-article__content img { max-height: 380px; }
  .stabilizer-faq .pgco-faq-inner { padding-inline: 12px; }
}

@media (max-width: 430px) {
  .stabilizer-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stabilizer-type-card { grid-template-columns: 1fr; }
  .stabilizer-type-card__image { min-height: 190px; }
  .stabilizer-article__toc ol { grid-template-columns: 1fr; }
  .stabilizer-article__content h2 { font-size: 19px; }
  .stabilizer-article__content h3 { font-size: 17px; }
}

@media (max-width: 560px) {
  .stabilizer-article__toc ol { grid-template-columns: 1fr; }
  .stabilizer-guide__form { grid-template-columns: 1fr; }
  .stabilizer-guide-card,
  .stabilizer-guide-result { min-height: 0; }
  .stabilizer-device-list { max-height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  .stabilizer-page *,
  .filter-modal * { scroll-behavior: auto !important; transition: none !important; }
}
