@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo2-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body.stcm-product-body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

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

.stcm-product-page {
  min-height: 100vh;
  overflow: clip;
  background: #fff;
  color: #08090c;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.stcm-product-page img,
.stcm-product-page svg {
  display: block;
}

.stcm-product-page img {
  max-width: 100%;
}

.stcm-product-page a {
  color: #2a5896;
  text-decoration: none;
}

.stcm-product-page a:hover {
  color: #1f4478;
  text-decoration: underline;
}

.stcm-product-page ::selection {
  background: #386db4;
  color: #fff;
}

.stcm-product-page input:focus-visible,
.stcm-product-page button:focus-visible,
.stcm-product-page a:focus-visible,
.stcm-product-page summary:focus-visible,
.stcm-comparison:focus-visible {
  outline: 2px solid #386db4;
  outline-offset: 2px;
}

.stcm-wrap {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 24px;
}

.stcm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(8, 9, 12, 0.12);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.stcm-header__inner {
  display: flex;
  min-height: 63px;
  align-items: center;
  gap: 24px;
  padding-block: 8px;
}

.stcm-logo {
  display: inline-flex;
  min-height: 44px;
  flex: none;
  align-items: center;
}

.stcm-logo:hover {
  text-decoration: none;
}

.stcm-logo img {
  width: 245px;
  height: 22px;
  object-fit: contain;
}

.stcm-header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.stcm-header__nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 12px;
  color: #5a6068;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stcm-header__nav a:hover {
  color: #08090c;
  text-decoration: none;
}

.stcm-header__phone {
  display: inline-flex;
  min-height: 44px;
  flex: none;
  align-items: center;
  gap: 9px;
  padding: 0 2px;
  color: #08090c !important;
  font-size: 15px;
  font-weight: 600;
}

.stcm-header__phone svg {
  color: #386db4;
}

.stcm-header__phone:hover {
  color: #2a5896 !important;
  text-decoration: none !important;
}

.stcm-listener-bar {
  background: #08090c;
  color: #fff;
}

.stcm-listener-bar__inner {
  display: flex;
  min-height: 50px;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-block: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stcm-listener-dot {
  position: relative;
  display: inline-flex;
  width: 8px;
  height: 8px;
  flex: none;
}

.stcm-listener-dot i,
.stcm-listener-dot b {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 999px;
}

.stcm-listener-dot i {
  animation: stcm-ping 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  background: #386db4;
}

.stcm-listener-dot b {
  background: #6e9bd9;
}

.stcm-listener-code {
  border: 1px solid rgba(231, 231, 232, 0.45);
  border-radius: 3px;
  padding: 5px 11px;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  -webkit-user-select: text;
  user-select: text;
}

.stcm-trustpilot {
  display: flex;
  min-height: 44px;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  color: #08090c !important;
  font-size: 13px;
  line-height: 1.35;
}

.stcm-trustpilot--compact {
  margin-top: 22px;
  border: 1px solid #d8d8d9;
  border-radius: 4px;
  padding: 12px 15px;
  background: #f4f5f6;
}

.stcm-trustpilot:hover {
  color: #08090c !important;
  text-decoration: none !important;
}

.stcm-trustpilot__context,
.stcm-trustpilot__count {
  color: #5a6068;
}

.stcm-trustpilot__label {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.stcm-trustpilot__stars {
  color: #00a66f;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}

.stcm-trustpilot__score strong,
.stcm-trustpilot__brand {
  font-weight: 700;
}

.stcm-trustpilot__divider {
  width: 1px;
  height: 18px;
  background: #d8d8d9;
}

.stcm-trustpilot__brand {
  white-space: nowrap;
}

.stcm-trustpilot__brand span {
  color: #00a66f;
  font-size: 18px;
  line-height: 1;
}

.stcm-trustpilot__arrow {
  color: #7c828b;
  font-size: 16px;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.stcm-trustpilot:hover .stcm-trustpilot__arrow {
  transform: translate(2px, -2px);
}

@keyframes stcm-ping {
  0% {
    opacity: 0.9;
    transform: scale(0.4);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(2.6);
  }
}

.stcm-breadcrumb-wrap {
  padding-top: 20px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #5a6068;
  font-size: 13px;
}

.breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #5a6068;
}

.breadcrumb [aria-current="page"] {
  color: #08090c;
  font-weight: 600;
}

.stcm-product-lead {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  align-items: start;
  gap: 56px;
  padding-top: 14px;
}

.product-gallery,
.summary.entry-summary {
  min-width: 0;
}

.stcm-gallery-main,
.stcm-how__image {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8d8d9;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 9, 12, 0.1);
}

.stcm-gallery-main img,
.stcm-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: clamp(10px, 2.5vw, 24px);
}

.stcm-how__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stcm-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #edeef0;
  color: #59616c;
  text-align: center;
}

.stcm-image-placeholder span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stcm-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 96px));
  gap: 12px;
  margin-top: 12px;
}

.stcm-gallery-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8d8d9;
  border-radius: 3px;
  aspect-ratio: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  cursor: pointer;
}

.stcm-gallery-thumb:hover,
.stcm-gallery-thumb.is-active {
  border-color: #386db4;
}

.stcm-gallery-thumb.is-active {
  box-shadow: 0 0 0 1px #386db4;
}

.stcm-product-page .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.stcm-product-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.stcm-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  padding: 6px 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.stcm-badge--popular {
  padding: 7px 14px;
  background: #386db4;
  color: #fff;
  letter-spacing: 0.16em;
}

.stcm-badge--category {
  border: 1px solid rgba(56, 109, 180, 0.35);
  background: #eef3fb;
  color: #1f4478;
}

.stcm-product-page .product_title.entry-title {
  margin: 18px 0 0;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.stcm-product-description {
  max-width: 46ch;
  margin: 16px 0 0;
  color: #3a3f47;
  font-size: 17px;
  line-height: 1.65;
}

.stcm-review-teaser {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #3a3f47 !important;
  font-size: 14px;
}

.stcm-review-teaser:hover {
  color: #08090c !important;
  text-decoration: none !important;
}

.stcm-review-rating {
  font-weight: 600;
}

.stcm-stars {
  display: inline-flex;
  flex: none;
  gap: 2px;
}

.stcm-stars svg {
  fill: #d8d8d9;
}

.stcm-stars svg.is-filled {
  fill: #386db4;
}

.stcm-product-page .variations_form.cart {
  display: grid;
  gap: 24px;
  margin-top: 22px;
  padding-top: 28px;
  border-top: 1px solid #d8d8d9;
}

.stcm-config-title {
  color: #08090c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stcm-config-help {
  margin: 8px 0 0;
  color: #5a6068;
  font-size: 14px;
  line-height: 1.55;
}

.stcm-privacy-note {
  margin: 10px 0 0;
  color: #6b717a;
  font-size: 12px;
  line-height: 1.55;
}

.stcm-privacy-note a {
  color: #2a5896;
  text-decoration: underline;
}

.stcm-vehicle-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.stcm-field {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.stcm-field label {
  color: #3a3f47;
  font-size: 12px;
  font-weight: 600;
}

.stcm-field input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  border: 1px solid #d8d8d9;
  border-radius: 3px;
  background: #fff;
  color: #08090c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  padding: 13px 14px;
  box-shadow: none;
  appearance: none;
}

.stcm-field input::placeholder {
  color: #7c828b;
  opacity: 1;
}

#vehicle-registration {
  text-transform: uppercase;
}

.stcm-term-options {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.stcm-term-card {
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  border: 2px solid #d8d8d9;
  border-radius: 4px;
  padding: 14px 18px;
  background: #fff;
  color: #08090c;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.stcm-term-card:hover {
  border-color: #9aa0a8;
}

.stcm-term-card.is-selected {
  border-color: #386db4;
  background: #eef3fb;
}

.stcm-term-card__choice {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.stcm-radio-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: none;
  border: 2px solid #9aa0a8;
  border-radius: 50%;
}

.stcm-term-card.is-selected .stcm-radio-dot {
  border: 6px solid #386db4;
}

.stcm-term-card__name,
.stcm-term-card__note,
.stcm-term-card__price,
.stcm-term-card__per {
  display: block;
}

.stcm-term-card__name {
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.stcm-term-card__note {
  margin-top: 3px;
  color: #5a6068;
  font-size: 13px;
}

.stcm-term-card__cost {
  flex: none;
  text-align: right;
  white-space: nowrap;
}

.stcm-term-card__price {
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.stcm-term-card__per {
  margin-top: 3px;
  color: #5a6068;
  font-size: 12px;
}

.stcm-cost-panel {
  min-height: 176px;
  border: 1px solid #d8d8d9;
  border-radius: 4px;
  padding: 22px 22px 20px;
  background: #f4f5f6;
}

[data-has-subscription="0"] .stcm-cost-panel {
  min-height: 150px;
}

.stcm-cost-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #3a3f47;
  font-size: 15px;
}

.stcm-cost-row + .stcm-cost-row {
  margin-top: 10px;
}

.stcm-cost-row > :last-child {
  flex: none;
  color: #08090c;
  font-weight: 600;
  white-space: nowrap;
}

.stcm-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d8d8d9;
}

.stcm-total-row > :first-child {
  color: #5a6068;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stcm-total-row > :last-child {
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
}

.stcm-renewal-copy {
  min-height: 40px;
  margin: 10px 0 0;
  color: #5a6068;
  font-size: 13px;
  line-height: 1.55;
}

.stcm-subscription-required {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(56, 109, 180, 0.38);
  border-left: 4px solid #386db4;
  border-radius: 4px;
  padding: 15px 17px;
  background: #eef3fb;
  color: #3a3f47;
  font-size: 13px;
  line-height: 1.55;
}

.stcm-subscription-required strong {
  color: #1f4478;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
}

.stcm-product-page .single_add_to_cart_button.button.alt {
  width: 100%;
  min-height: 58px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: 17px 32px;
  background: #386db4;
  box-shadow: 0 12px 32px rgba(56, 109, 180, 0.28);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.stcm-product-page .single_add_to_cart_button.button.alt:hover {
  background: #2a5896;
  transform: translateY(-2px);
}

.stcm-product-page .single_add_to_cart_button.button.alt:disabled {
  background: #9aa0a8;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.stcm-feature-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stcm-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #3a3f47;
  font-size: 14px;
  line-height: 1.55;
}

.stcm-feature-list svg {
  flex: none;
  margin-top: 1px;
  color: #386db4;
}

.stcm-phone-fallback {
  margin: 0;
  color: #5a6068;
  font-size: 13px;
  line-height: 1.55;
}

.stcm-phone-fallback a,
.stcm-faqs__intro a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 600;
}

.stcm-section {
  border-top: 1px solid rgba(8, 9, 12, 0.1);
  background: #fff;
  scroll-margin-top: 64px;
}

.stcm-detail {
  margin-top: 80px;
}

.stcm-section--alt {
  background: #f4f5f6;
}

.stcm-section__inner,
.stcm-how__grid,
.stcm-faqs__grid {
  padding-top: 80px;
  padding-bottom: 84px;
}

.stcm-eyebrow {
  color: #2a5896;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.stcm-section-title,
.stcm-closing-cta h2 {
  margin: 16px 0 0;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.06;
}

.stcm-section-title--narrow {
  max-width: 22ch;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.05;
}

.stcm-section-lead {
  max-width: 62ch;
  margin: 18px 0 0;
  color: #3a3f47;
  font-size: 17px;
  line-height: 1.65;
}

.stcm-section-lead--compact {
  max-width: 50ch;
}

.stcm-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  margin-top: 48px;
}

.stcm-stat {
  padding: 30px 26px;
  background: #fff;
  box-shadow: 0 0 0 1px #d8d8d9;
}

.stcm-stat__value {
  color: #386db4;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.stcm-stat h3,
.stcm-installation-step h3 {
  margin: 12px 0 8px;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.stcm-stat p,
.stcm-installation-step p {
  margin: 0;
  color: #5a6068;
  font-size: 14px;
  line-height: 1.6;
}

.stcm-how__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: 56px;
}

.stcm-number-list {
  display: grid;
  gap: 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.stcm-number-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.stcm-number-list__number {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 109, 180, 0.35);
  border-radius: 50%;
  background: #eef3fb;
  color: #1f4478;
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.stcm-number-list strong {
  display: block;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.stcm-number-list strong + span {
  display: block;
  margin-top: 7px;
  color: #5a6068;
  font-size: 15px;
  line-height: 1.6;
}

.stcm-installation .stcm-section-lead,
.stcm-pricing .stcm-section-lead {
  max-width: 60ch;
}

.stcm-installation-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.stcm-installation-step {
  border-top: 2px solid #d8d8d9;
  padding-top: 22px;
}

.stcm-installation-step:first-child {
  border-top-color: #386db4;
}

.stcm-installation-step__number {
  color: #737982;
  font-family: "Exo 2", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.stcm-installation-step h3 {
  margin: 14px 0 9px;
  font-size: 19px;
}

.stcm-installation-step p {
  font-size: 15px;
}

.stcm-comparison {
  width: 100%;
  max-width: 100%;
  margin-top: 44px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.stcm-comparison table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 15px;
}

.stcm-comparison thead th {
  padding: 16px 18px;
  background: #08090c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: left;
  text-transform: uppercase;
}

.stcm-comparison thead th:nth-child(2),
.stcm-comparison thead th:nth-child(3),
.stcm-comparison tbody td:nth-child(2),
.stcm-comparison tbody td:nth-child(3) {
  text-align: right;
}

.stcm-comparison tbody th,
.stcm-comparison tbody td {
  padding: 18px;
  border-bottom: 1px solid #d8d8d9;
  color: #3a3f47;
  font-weight: 400;
  text-align: left;
}

.stcm-comparison tbody th {
  color: #08090c;
  font-weight: 600;
}

.stcm-comparison tbody td:last-child {
  color: #5a6068;
}

.stcm-comparison tbody tr.is-highlighted {
  background: #eef3fb;
}

.stcm-comparison tbody tr.is-highlighted td:nth-child(3) {
  color: #08090c;
  font-weight: 600;
}

.stcm-table-note {
  margin: 18px 0 0;
  color: #5a6068;
  font-size: 13px;
  line-height: 1.55;
}

.stcm-faqs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: start;
  gap: 56px;
}

.stcm-faqs__intro {
  max-width: 34ch;
  margin: 18px 0 0;
  color: #3a3f47;
  font-size: 16px;
  line-height: 1.65;
}

.stcm-enquiry-card {
  position: relative;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid #d8d8d9;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 9, 12, 0.08);
}

.stcm-enquiry-card > h3 {
  margin: 0;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

.stcm-enquiry-card > p {
  margin: 9px 0 0;
  color: #5a6068;
  font-size: 14px;
  line-height: 1.6;
}

.stcm-enquiry-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.stcm-enquiry-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.stcm-enquiry-field {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.stcm-enquiry-field label {
  color: #08090c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.stcm-enquiry-field label span {
  color: #646b75;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.stcm-enquiry-field input,
.stcm-enquiry-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #c9cbcf;
  border-radius: 3px;
  background: #fff;
  color: #08090c;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 13px;
}

.stcm-enquiry-field input {
  min-height: 48px;
}

.stcm-enquiry-field textarea {
  resize: vertical;
}

.stcm-enquiry-field input:focus,
.stcm-enquiry-field textarea:focus {
  border-color: #386db4;
  outline: 3px solid rgba(56, 109, 180, 0.18);
  outline-offset: 1px;
}

.stcm-enquiry-field input::placeholder,
.stcm-enquiry-field textarea::placeholder {
  color: #858b93;
}

.stcm-enquiry-hp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.stcm-enquiry-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
  border: 0;
  border-radius: 3px;
  background: #386db4;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px 22px;
  text-transform: uppercase;
  transition: background 180ms ease;
}

.stcm-enquiry-submit:hover {
  background: #2a5896;
}

.stcm-enquiry-submit:focus-visible {
  outline: 3px solid rgba(56, 109, 180, 0.35);
  outline-offset: 3px;
}

.stcm-enquiry-submit[disabled] {
  cursor: default;
  opacity: 0.7;
}

.stcm-enquiry-consent,
.stcm-enquiry-error,
.stcm-enquiry-success p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
}

.stcm-enquiry-consent {
  color: #5a6068;
}

.stcm-enquiry-consent a,
.stcm-enquiry-success a {
  color: #2a5896;
  font-weight: 600;
}

.stcm-enquiry-error {
  border: 1px solid #f2c4c1;
  border-radius: 3px;
  background: #fcebea;
  color: #8e1e18;
  padding: 12px 13px;
}

.stcm-enquiry-success {
  margin-top: 22px;
  border-left: 3px solid #386db4;
  background: #eef3fb;
  color: #3a3f47;
  padding: 18px 20px;
}

.stcm-enquiry-success strong {
  display: block;
  margin-bottom: 7px;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 19px;
}

.stcm-enquiry-card [hidden] {
  display: none !important;
}

.stcm-accordion {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.stcm-accordion details {
  overflow: hidden;
  border: 1px solid #d8d8d9;
  border-radius: 4px;
  background: #fff;
}

.stcm-accordion summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.stcm-accordion summary::-webkit-details-marker {
  display: none;
}

.stcm-accordion details > div {
  padding: 0 22px 20px;
  color: #3a3f47;
  font-size: 15px;
  line-height: 1.65;
}

.stcm-accordion details > div p {
  margin: 0;
}

.stcm-accordion details > div p + p {
  margin-top: 1em;
}

.faq-plus {
  flex: none;
  color: #386db4;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.stcm-accordion details[open] .faq-plus {
  transform: rotate(45deg);
}

.stcm-reviews__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.stcm-review-summary {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stcm-review-summary > strong {
  color: #08090c;
  font-family: "Exo 2", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.stcm-review-summary small {
  display: block;
  margin-top: 6px;
  color: #5a6068;
  font-size: 13px;
}

.stcm-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.stcm-review-card {
  border: 1px solid #d8d8d9;
  border-radius: 4px;
  padding: 28px 26px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(8, 9, 12, 0.06);
}

.stcm-review-card p {
  margin: 16px 0 0;
  color: #3a3f47;
  font-size: 15px;
  line-height: 1.65;
}

.stcm-review-card > div {
  margin-top: 18px;
  color: #5a6068;
  font-size: 13px;
}

.stcm-review-card strong {
  color: #08090c;
  font-weight: 600;
}

.stcm-closing-cta {
  border-top: 1px solid rgba(8, 9, 12, 0.1);
  background: #eef3fb;
}

.stcm-closing-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 72px;
  padding-bottom: 76px;
}

.stcm-closing-cta h2 {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.04;
}

.stcm-closing-cta p {
  max-width: 46ch;
  margin: 14px 0 0;
  color: #3a3f47;
  font-size: 16px;
  line-height: 1.6;
}

.stcm-closing-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.stcm-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms, transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.stcm-button--primary {
  padding-inline: 34px;
  background: #386db4;
  color: #fff !important;
  font-size: 14px;
}

.stcm-button--primary:hover {
  background: #2a5896;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.stcm-button--outline {
  border: 2px solid #08090c;
  color: #08090c !important;
}

.stcm-button--outline:hover {
  background: #08090c;
  color: #fff !important;
  text-decoration: none !important;
}

.stcm-footer {
  background: #08090c;
  color: #e7e7e8;
}

.stcm-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 56px;
}

.stcm-footer img {
  width: 267px;
  height: 24px;
  object-fit: contain;
}

.stcm-footer p {
  margin: 20px 0 0;
  color: #9aa0a8;
  font-size: 15px;
  line-height: 1.6;
}

.stcm-footer__contact {
  display: grid;
  gap: 0;
}

.stcm-footer__contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #e7e7e8;
  font-size: 15px;
  font-weight: 600;
}

.stcm-footer address {
  margin: 0;
  color: #9aa0a8;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}

.stcm-footer__legal {
  border-top: 1px solid rgba(231, 231, 232, 0.14);
}

.stcm-footer__legal .stcm-wrap {
  padding-top: 22px;
  padding-bottom: 30px;
  color: #7c828b;
  font-size: 13px;
}

@media (max-width: 760px) {
  .stcm-header__inner {
    min-height: 60px;
    gap: 10px;
  }

  .stcm-logo img {
    width: 176px;
    height: auto;
  }

  .stcm-header__nav {
    display: none;
  }

  .stcm-header__phone {
    min-height: 44px;
    margin-left: auto;
    border: 1px solid rgba(56, 109, 180, 0.35);
    border-radius: 3px;
    padding: 0 10px;
    font-size: 13px;
  }

  .stcm-listener-bar__inner {
    gap: 8px 10px;
    padding-block: 10px;
    line-height: 1.35;
  }

  .stcm-product-lead,
  .stcm-how__grid,
  .stcm-faqs__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .stcm-product-lead {
    gap: 38px;
  }

  .stcm-vehicle-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .stcm-detail {
    margin-top: 64px;
  }

  .stcm-section__inner,
  .stcm-how__grid,
  .stcm-faqs__grid {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .stcm-how__grid,
  .stcm-faqs__grid {
    gap: 40px;
  }

  .stcm-how__image {
    order: 2;
  }

  .stcm-closing-cta__inner {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .stcm-closing-cta__actions,
  .stcm-closing-cta__actions .stcm-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .stcm-wrap {
    padding-inline: 20px;
  }

  .stcm-logo img {
    width: 158px;
  }

  .stcm-header__phone {
    padding-inline: 8px;
    font-size: 12px;
  }

  .stcm-breadcrumb-wrap {
    padding-top: 12px;
  }

  .stcm-product-lead {
    padding-top: 10px;
  }

  .stcm-trustpilot--compact {
    gap: 6px 8px;
    padding: 12px;
    font-size: 12px;
  }

  .stcm-trustpilot__context {
    flex-basis: 100%;
  }

  .stcm-trustpilot__divider {
    display: none;
  }

  .stcm-trustpilot__stars {
    font-size: 16px;
  }

  .stcm-gallery-thumbs {
    gap: 8px;
    margin-top: 8px;
  }

  .stcm-product-page .product_title.entry-title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stcm-term-card {
    gap: 12px;
    padding: 14px;
  }

  .stcm-cost-panel {
    padding-inline: 18px;
  }

  .stcm-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .stcm-installation-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .stcm-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 390px) {
  .stcm-wrap {
    padding-inline: 18px;
  }

  .stcm-logo img {
    width: 148px;
  }

  .stcm-listener-code {
    font-size: 13px;
  }

  .stcm-term-card__note {
    font-size: 12px;
  }

  .stcm-term-card__price {
    font-size: 18px;
  }

  .stcm-cost-row {
    font-size: 14px;
  }

  .stcm-review-teaser {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .stcm-wrap {
    padding-inline: 16px;
  }

  .stcm-logo img {
    width: 140px;
  }

  .stcm-header__phone {
    gap: 6px;
    padding-inline: 7px;
    font-size: 11px;
  }

  .stcm-listener-bar__inner {
    font-size: 12px;
  }

  .stcm-product-page .product_title.entry-title {
    font-size: 34px;
  }

  .stcm-product-description,
  .stcm-section-lead {
    font-size: 16px;
  }

  .stcm-term-card {
    align-items: flex-start;
    padding-inline: 12px;
  }

  .stcm-term-card__choice {
    gap: 9px;
  }

  .stcm-term-card__cost {
    max-width: 88px;
    white-space: normal;
  }

  .stcm-cost-panel {
    padding-inline: 15px;
  }

  .stcm-total-row > :last-child {
    font-size: 31px;
  }

  .stcm-accordion summary {
    padding-inline: 18px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .stcm-product-page *,
  .stcm-product-page *::before,
  .stcm-product-page *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
