/* ==========================================================================
   SMART TECH — content pages: solutions, landings, about, contact, quote,
   finder, support, FAQ, brands, knowledge and policy pages.
   Loaded after smarttech.css.
   ========================================================================== */

/* ---------- Page hero variants ---------- */
.st-page-hero--light .st-page-hero__inner,
.st-page-hero--image .st-page-hero__inner { padding: 26px 0 32px; }
.st-page-hero h1 { line-height: 1.07; }
.st-page-hero.has-image h1 { max-width: 560px; }
.st-page-hero.has-image p { max-width: 480px; }
.st-page-hero .st-kicker { font-size: 11.5px; letter-spacing: .12em; margin: 4px 0 10px; }
.st-page-hero .st-kicker + h1 { margin-top: 0; }
.st-page-hero--light.has-image .st-page-hero__media { width: min(50%, 620px); }
.st-page-hero--light.has-image::after { display: none; }
.st-page-hero--light .st-page-hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #edf8f1 0%, rgba(237, 248, 241, .3) 48%, rgba(237, 248, 241, 0) 100%); }
.st-btn--hero { padding: 13px 20px; font-size: 13.5px; }
.st-btn--sky { background: #fff; border: 1.5px solid #b7d3e8; color: var(--st-blue); }
.st-btn--sky:hover, .st-btn--sky:focus { border-color: var(--st-blue); color: var(--st-blue-dark); }

.st-page-hero--dark { background: var(--st-navy-2); border-bottom: 0; }
.st-page-hero--dark .st-page-hero__media { left: 0; width: 100%; opacity: .5; }
.st-page-hero--dark.has-image::after { background: linear-gradient(90deg, #0c2947 0%, rgba(12, 41, 71, .9) 42%, rgba(12, 41, 71, .3) 76%, rgba(12, 41, 71, .08) 100%); }
.st-page-hero--dark .st-page-hero__inner { padding: 56px 0; color: #fff; }
.st-page-hero--dark .st-kicker { color: #6fd79c; }
.st-page-hero--dark h1 { color: #fff; font-size: clamp(30px, 4.2vw, 44px); max-width: 700px; line-height: 1.06; }
.st-page-hero--dark p { color: #c6dbe8; font-size: 16px; max-width: 640px; line-height: 1.7; }

/* ---------- Generic blocks ---------- */
.st-block { padding: 20px 0; }
.st-main > .ck-content > .st-block:last-child, .st-main .st-block:last-of-type { padding-bottom: 56px; }
.st-block__head { margin-bottom: 20px; }
.st-block__head h2, .st-block__title { font-size: clamp(21px, 2.3vw, 27px); font-weight: 800; line-height: 1.2; margin: 0; }
.st-block__title { margin-bottom: 16px; }
.st-block__title--sm { font-size: 17px; margin-bottom: 14px; }
.st-block__head p { margin: 6px 0 0; font-size: 14px; color: var(--st-muted); line-height: 1.6; }
.st-block__head--spaced { margin-top: 38px; }
.st-page-hero + .st-block, .st-anchor-tabs + .st-block { padding-top: 30px; }

/* Info cards */
.st-cards { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); }
.st-cards--priorities, .st-cards--topics { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.st-cards--topics { grid-template-columns: repeat(auto-fill, minmax(max(260px, calc(33.33% - 11px)), 1fr)); }
.st-cards--panels { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 20px; }
.st-cards--prep { grid-template-columns: repeat(auto-fill, minmax(max(210px, calc(50% - 7px)), 1fr)); gap: 14px; }
.st-infocard { display: flex; flex-direction: column; border: 1px solid var(--st-line); border-radius: 12px; padding: 22px; background: #fff; color: var(--st-ink); min-width: 0; transition: border-color .15s, box-shadow .15s; }
a.st-infocard:hover, .st-cards--priorities .st-infocard:hover { border-color: var(--st-green); box-shadow: 0 12px 26px rgba(10, 40, 70, .08); color: var(--st-ink); }
.st-infocard b { display: block; font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.st-infocard > span:not([class]), .st-infocard__text > span { font-size: 13px; color: var(--st-muted-2); line-height: 1.6; }
.st-infocard__num { font-family: var(--st-font-head); font-size: 34px; font-weight: 800; color: var(--st-green); line-height: 1; margin-bottom: 12px; }
.st-infocard__glyph { color: var(--st-green); margin-bottom: 12px; display: flex; }
.st-cards--stats .st-infocard { background: var(--st-bg); }
.st-infocard__value { font-family: var(--st-font-head); font-size: 30px !important; font-weight: 800 !important; color: var(--st-green-dark); margin: 0 !important; line-height: 1.2; }
.st-cards--priorities .st-infocard, .st-cards--topics .st-infocard { flex-direction: row; gap: 14px; align-items: flex-start; padding: 20px; }
.st-cards--topics .st-infocard { align-items: center; padding: 18px; }
.st-infocard__icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--st-green-soft-3); color: var(--st-green-dark); display: grid; place-items: center; }
.st-cards--topics .st-infocard__icon { width: 44px; height: 44px; flex-basis: 44px; border-radius: 11px; }
.st-infocard__icon--sm { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; margin-bottom: 11px; }
.st-infocard__text { flex: 1; min-width: 0; }
.st-cards--topics .st-infocard__text b { margin-bottom: 3px; }
.st-cards--topics .st-infocard__text > span { font-size: 12.5px; color: var(--st-muted); }
.st-infocard__arrow { color: var(--st-green); flex: 0 0 16px; }
a.st-infocard:hover b { color: var(--st-green-dark); }
.st-cards--prep .st-infocard { padding: 16px; border-radius: 11px; }
.st-cards--prep .st-infocard b { font-size: 13.5px; margin-bottom: 5px; }
.st-cards--prep .st-infocard > span:not([class]) { font-size: 12px; color: var(--st-muted); line-height: 1.55; }
.st-cards--panels .st-infocard { padding: 26px; border-radius: 14px; border-color: #d7e7de; background: var(--st-green-soft-2); }
.st-cards--panels .st-infocard--blue { border-color: #cfe3f2; background: #f2f8fd; }
.st-infocard__head { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; color: var(--st-green-dark); }
.st-infocard--blue .st-infocard__head { color: var(--st-blue); }
.st-infocard__head h3 { font-size: 20px; font-weight: 800; }
.st-cards--panels p { margin: 0; font-size: 14.5px; line-height: 1.75; color: #3d6b53; }
.st-cards--panels .st-infocard--blue p { color: #2b5a7d; }

/* Image cards */
.st-imgcards { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.st-imgcards--solution { grid-template-columns: repeat(auto-fill, minmax(max(260px, calc(33.33% - 14px)), 1fr)); }
.st-imgcards--goal { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.st-imgcard { border: 1px solid var(--st-line); border-radius: 14px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: border-color .15s, box-shadow .15s; }
.st-imgcards--goal .st-imgcard { border-radius: 12px; }
.st-imgcard:hover { border-color: var(--st-green); box-shadow: var(--st-shadow-hover); }
.st-imgcard__media { display: block; height: 180px; background: #e9f1f5; }
.st-imgcards--goal .st-imgcard__media { height: 170px; }
.st-imgcard__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-imgcard__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.st-imgcards--goal .st-imgcard__body { padding: 18px; }
.st-imgcard h3 { font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.st-imgcards--goal .st-imgcard h3 { font-size: 16px; margin-bottom: 7px; }
.st-imgcard h3 a { color: var(--st-ink); }
.st-imgcard h3 a:hover { color: var(--st-green-dark); }
.st-imgcard p { font-size: 13.5px; color: var(--st-muted-2); line-height: 1.65; margin: 0 0 18px; }
.st-imgcards--goal .st-imgcard p { font-size: 13px; color: var(--st-muted); margin-bottom: 15px; }
.st-imgcard .st-link-arrow { margin-top: auto; align-self: flex-start; }

/* Split image + checklist */
.st-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 24px; align-items: center; }
.st-split__media { position: relative; border-radius: 14px; overflow: hidden; height: clamp(220px, 24vw, 300px); background: #e9f1f5; }
.st-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-split__body { min-width: 0; }
.st-split h2 { font-size: clamp(20px, 2.1vw, 26px); font-weight: 800; margin: 0 0 8px; }
.st-split__body > p { margin: 0 0 18px; font-size: 14px; color: var(--st-muted-2); line-height: 1.65; }
.st-split__chips { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.st-split__chip { border: 1px solid var(--st-line); border-radius: 10px; padding: 14px; text-align: center; background: #fff; }
.st-split__chip > span { width: 36px; height: 36px; border-radius: 50%; background: var(--st-green-soft-3); color: var(--st-green-dark); display: grid; place-items: center; margin: 0 auto 9px; }
.st-split__chip b { font-size: 12.5px; line-height: 1.4; display: block; font-weight: 800; }
.st-split .st-split__note { margin: 14px 0 0; font-size: 12px; color: #8fa1b0; line-height: 1.55; }

/* Tiles */
.st-tiles { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.st-tiles--category { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.st-tiles--brand { grid-template-columns: repeat(auto-fill, minmax(138px, 1fr)); gap: 12px; }
.st-tiles--category.st-tiles--n6, .st-tiles--equipment.st-tiles--n6 { grid-template-columns: repeat(auto-fill, minmax(max(230px, calc(33.33% - 11px)), 1fr)); }
.st-tiles--category.st-tiles--n8 { grid-template-columns: repeat(auto-fill, minmax(max(230px, calc(25% - 12px)), 1fr)); }
.st-tile { border: 1px solid var(--st-line); border-radius: 12px; background: #fff; color: var(--st-ink); transition: border-color .15s, box-shadow .15s; min-width: 0; }
.st-tile:hover { border-color: var(--st-green); box-shadow: 0 12px 26px rgba(10, 40, 70, .08); color: var(--st-ink); }
.st-tiles--equipment .st-tile { padding: 20px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.st-tiles--equipment .st-tile__icon { height: 96px; display: grid; place-items: center; margin-bottom: 14px; color: var(--st-green-dark); }
.st-tiles--equipment .st-tile__icon img { height: 96px; width: auto; max-width: 100%; }
.st-tiles--equipment .st-tile b { font-size: 15px; font-weight: 800; margin-bottom: 6px; }
.st-tiles--equipment .st-tile > span:not([class]) { font-size: 12.5px; color: var(--st-muted); line-height: 1.55; margin-bottom: 14px; }
.st-tiles--equipment .st-link-arrow { margin-top: auto; font-size: 12.5px; }
.st-tiles--category .st-tile { display: flex; gap: 14px; align-items: center; padding: 16px; }
.st-tiles--category .st-tile:hover b { color: var(--st-green-dark); }
.st-tile__text { flex: 1; min-width: 0; }
.st-tiles--category .st-tile b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 8px; }
.st-tiles--category .st-link-arrow { font-size: 12.5px; }
.st-tiles--category .st-tile__icon { width: 78px; height: 78px; flex: 0 0 78px; display: grid; place-items: center; color: var(--st-green-dark); }
.st-tiles--category .st-tile__icon img { width: 78px; height: 78px; object-fit: contain; }
.st-tiles--brand .st-tile { padding: 15px; text-align: center; display: flex; flex-direction: column; gap: 3px; justify-content: center; min-height: 64px; }
.st-tiles--brand .st-tile b { font-family: var(--st-font-head); font-size: 15px; font-weight: 800; }
.st-tiles--brand .st-tile span { font-size: 11.5px; color: var(--st-muted); }

/* Callouts */
.st-banner { border: 1px solid #d7e7de; background: var(--st-green-soft-2); border-radius: 12px; padding: 20px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.st-banner__icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #dbf1e3; color: var(--st-green-dark); display: grid; place-items: center; }
.st-banner__text { flex: 1 1 280px; min-width: 0; }
.st-banner__text b { display: block; font-size: 15.5px; font-weight: 800; margin-bottom: 4px; }
.st-banner__text span { font-size: 13px; color: #3d6b53; line-height: 1.6; }
.st-banner .st-btn { flex: 0 0 auto; padding: 12px 18px; font-size: 13px; }
.st-banner--band { background: linear-gradient(100deg, #f2fbf5, #f2f8fd); padding: 22px; gap: 18px; }
.st-banner--band .st-banner__text { flex-basis: 300px; }
.st-banner--band .st-banner__text b { font-size: 18px; margin-bottom: 5px; }
.st-banner--band .st-banner__text span { font-size: 13.5px; }
.st-banner--band .st-btn { padding: 13px 20px; font-size: 13.5px; }
.st-banner--blue { border-color: #cfe3f2; background: #f2f8fd; }
.st-banner--blue .st-banner__icon { background: #e0effa; color: var(--st-blue); }
.st-banner--blue .st-banner__text span { color: #2b5a7d; }

/* Preparation + steps */
.st-prep { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 24px; align-items: start; }
.st-prep .st-block__title { font-size: clamp(19px, 2vw, 24px); }
.st-steplist, .ck-content .st-steplist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.st-steplist li { list-style: none; margin: 0; }
.st-steplist a { border: 1px solid var(--st-line); border-radius: 11px; padding: 16px; background: #fff; display: flex; gap: 14px; align-items: center; color: var(--st-ink); transition: border-color .15s; }
.st-steplist a:hover { border-color: var(--st-green); color: var(--st-ink); }
.st-steplist a > svg { color: var(--st-blue); flex: 0 0 16px; }
.st-steplist__num { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--st-green-soft-3); display: grid; place-items: center; font-family: var(--st-font-head); font-weight: 800; font-size: 16px; color: var(--st-green-dark); }
.st-steplist__text { flex: 1; min-width: 0; }
.st-steplist__text b { display: block; font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.st-steplist__text span { font-size: 12.5px; color: var(--st-muted); line-height: 1.55; }

/* FAQ */
.st-faq { display: flex; flex-direction: column; gap: 12px; }
.st-faq--grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; align-items: start; }
.st-faq--list { gap: 11px; }
.st-faq__group { font-size: 16px; font-weight: 800; margin: 26px 0 12px; color: var(--st-ink); }
.st-faq__group:first-of-type { margin-top: 0; }
.st-block__head + .st-faq__group { margin-top: 0; }
.st-faq__item { border: 1px solid var(--st-line); border-radius: 12px; background: #fff; overflow: hidden; }
.st-faq--grid .st-faq__item, .st-faq--list .st-faq__item { border-radius: 10px; }
.st-faq__item summary { list-style: none; cursor: pointer; padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 800; font-size: 14.5px; color: var(--st-ink); }
.st-faq--grid summary, .st-faq--list summary { padding: 15px 17px; font-size: 13.5px; font-weight: 700; }
.st-faq__item summary::-webkit-details-marker { display: none; }
.st-faq__item summary:hover { color: var(--st-green-dark); }
.st-faq__item summary > span { flex: 1; min-width: 0; }
.st-faq__mark { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--st-green-soft); position: relative; }
.st-faq__mark::before, .st-faq__mark::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px; background: var(--st-green-dark); border-radius: 2px; transform: translate(-50%, -50%); }
.st-faq__mark::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .15s; }
.st-faq__item[open] .st-faq__mark::after { transform: translate(-50%, -50%) rotate(0deg); }
.st-faq__item[open] { border-color: #b7ddc5; }
.st-faq__answer { padding: 0 18px 18px; color: var(--st-muted-2); font-size: 13.5px; line-height: 1.7; max-width: 760px; }
.st-faq__answer p { margin: 0 0 8px; }
.st-faq__answer p:last-child { margin-bottom: 0; }
.st-faq__answer a { font-weight: 700; }
.st-faq__empty { border: 1px dashed var(--st-input); border-radius: 12px; padding: 18px; font-size: 13.5px; color: var(--st-muted-2); background: var(--st-bg); }
.st-faq__empty b { display: block; color: var(--st-ink); margin-bottom: 3px; }

.st-infobox { margin-top: 24px; background: #f2f8fd; border: 1px solid #cfe3f2; border-radius: 12px; padding: 20px; }
.st-infobox h3 { font-size: 17px; font-weight: 800; margin: 0 0 5px; }
.st-infobox > p { margin: 0 0 16px; font-size: 13px; color: #2b5a7d; }
.st-infobox__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.st-infobox__grid > div { display: flex; gap: 12px; align-items: flex-start; }
.st-infobox__grid > div > span:first-child { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 9px; background: #e0effa; color: var(--st-blue); display: grid; place-items: center; }
.st-infobox__grid b { display: block; font-size: 13.5px; font-weight: 800; margin-bottom: 3px; }
.st-infobox__grid small { font-size: 12px; color: var(--st-muted-2); line-height: 1.55; }

/* Layout with aside */
.st-with-aside { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start; }
.st-with-aside__main { flex: 1 1 520px; min-width: 0; }
.st-with-aside__side { flex: 1 1 290px; max-width: 380px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.st-block--faq .st-with-aside { gap: 30px; }
.st-block--faq .st-with-aside__main { flex-basis: 460px; }
.st-block--faq .st-with-aside__side { max-width: 340px; }

.st-sidecard { border: 1px solid var(--st-line); border-radius: 14px; padding: 20px; background: #fff; }
.st-sidecard h3 { font-size: 16px; font-weight: 800; margin: 0 0 8px; }
.st-sidecard p { font-size: 13px; color: var(--st-muted); line-height: 1.6; margin: 0 0 15px; }
.st-sidecard--green { border-color: #d7e7de; background: var(--st-green-soft-2); }
.st-sidecard--green h3 { font-size: 17px; }
.st-sidecard--green p { color: #3d6b53; }
.st-sidecard--navy { background: var(--st-navy-2); border-color: var(--st-navy-2); color: #fff; }
.st-sidecard--navy h3 { color: #fff; font-size: 17px; }
.st-sidecard--navy p { color: #c6dbe8; }
.st-sidecard__icon { width: 42px; height: 42px; border-radius: 50%; background: #dbf1e3; color: var(--st-green-dark); display: grid; place-items: center; margin-bottom: 13px; }
.st-sidecard:not(.st-sidecard--green):not(.st-sidecard--navy) .st-sidecard__icon { background: var(--st-green-soft-3); }
.st-sidecard .st-sidecard__icon--blue { background: #e7f3fb !important; color: var(--st-blue); }
.st-sidecard--navy .st-sidecard__icon { background: #16324f; color: #6fd79c; }
.st-sidecard__links { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; font-weight: 700; }
.st-sidecard__list { display: flex; flex-direction: column; }
.st-sidecard__list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 0; border-top: 1px solid var(--st-line-3); font-size: 13px; font-weight: 700; }
.st-sidecard__title-icon { display: flex; gap: 9px; align-items: center; font-size: 15px !important; margin-bottom: 13px !important; }
.st-sidecard__title-icon svg { color: var(--st-blue); }
.st-sidecard__phone { display: flex; gap: 10px; align-items: center; font-size: 15px; font-weight: 800; color: var(--st-ink); margin-top: 6px; }
.st-sidecard__phone svg { color: var(--st-green); }
.st-sidecard__steps { list-style: none; counter-reset: st-step; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; font-size: 13px; color: #3d6b53; line-height: 1.6; }
.st-sidecard__steps li { counter-increment: st-step; display: flex; gap: 11px; }
.st-sidecard__steps li::before { content: counter(st-step); font-family: var(--st-font-head); font-weight: 800; color: var(--st-green-dark); flex: 0 0 18px; }
.st-sidecard__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.st-sidecard__points li { display: flex; gap: 12px; align-items: flex-start; }
.st-sidecard__points li > span:first-child { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 9px; background: #dbf1e3; color: var(--st-green-dark); display: grid; place-items: center; }
.st-sidecard__points b { display: block; font-size: 13.5px; font-weight: 800; margin-bottom: 3px; }
.st-sidecard__points small { font-size: 12px; color: #3d6b53; line-height: 1.55; }
.st-sidecard--row { display: flex; gap: 13px; align-items: flex-start; }
.st-sidecard--row .st-sidecard__icon { width: 40px; height: 40px; flex: 0 0 40px; margin: 0; }
.st-sidecard--row b { display: block; font-size: 15px; font-weight: 800; margin-bottom: 5px; }
.st-sidecard--row small { font-size: 13px; color: #3d6b53; line-height: 1.6; }
.st-sidecard--summary { padding: 0; overflow: hidden; }
.st-sidecard__bar { background: var(--st-navy-2); color: #fff; padding: 17px 20px; font-size: 17px; font-weight: 800; }
.st-summary-list { margin: 0; padding: 18px 20px; display: flex; flex-direction: column; gap: 15px; }
.st-summary-list > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; align-items: start; }
.st-summary-list > div + div { border-top: 1px solid var(--st-line-3); padding-top: 15px; }
.st-summary-list > div > span { grid-row: span 2; width: 42px; height: 42px; border-radius: 50%; background: var(--st-green-soft-3); color: var(--st-green-dark); display: grid; place-items: center; }
.st-summary-list dt { font-size: 12px; color: var(--st-muted); font-weight: 400; }
.st-summary-list dd { margin: 0; font-size: 14.5px; font-weight: 800; line-height: 1.4; color: var(--st-ink); }
.st-summary-list dd.is-empty { color: #8fa1b0; font-weight: 600; font-size: 13.5px; }

/* Related */
.st-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 16px; }
.st-related__card { display: flex; gap: 16px; align-items: center; border: 1px solid var(--st-line); border-radius: 12px; overflow: hidden; background: #fff; color: var(--st-ink); transition: border-color .15s, box-shadow .15s; }
.st-related__card:hover { border-color: var(--st-green); box-shadow: 0 12px 26px rgba(10, 40, 70, .08); color: var(--st-green-dark); }
.st-related__media { width: 130px; height: 110px; flex: 0 1 130px; min-width: 88px; align-self: stretch; background: #e9f1f5; }
.st-related__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-related__body { flex: 1; min-width: 0; padding: 14px 16px 14px 0; }
.st-related__body b { display: block; font-size: 15px; font-weight: 800; margin-bottom: 5px; }
.st-related__body > span:not(.st-link-arrow) { display: block; font-size: 12.5px; color: var(--st-muted); line-height: 1.55; margin-bottom: 9px; }
.st-related__body .st-link-arrow { font-size: 12.5px; }

/* Anchor tabs */
.st-anchor-tabs { border-bottom: 1px solid var(--st-line); background: #fff; }
.st-anchor-tabs__inner { display: flex; gap: clamp(18px, 4vw, 54px); overflow-x: auto; scrollbar-width: none; }
.st-anchor-tabs__inner::-webkit-scrollbar { display: none; }
.st-anchor-tabs a { padding: 15px 6px 12px; border-bottom: 3px solid transparent; font-size: 13.5px; font-weight: 800; color: var(--st-muted); white-space: nowrap; }
.st-anchor-tabs a:hover { color: var(--st-green-dark); }
.st-anchor-tabs a.is-active { color: var(--st-green-dark); border-bottom-color: var(--st-green); }
[id] { scroll-margin-top: 90px; }

/* ---------- Forms ---------- */
.st-panel { border: 1px solid var(--st-line); border-radius: 14px; padding: 26px; background: #fff; }
.st-panel--form { box-shadow: 0 14px 40px rgba(8, 35, 61, .06); }
.st-block--quote .st-panel--form, .st-block--finder .st-panel--form { box-shadow: none; padding: clamp(20px, 2.6vw, 28px); }
.st-panel h2 { font-size: 22px; font-weight: 800; margin: 0 0 6px; }
.st-block--quote .st-panel h2 { font-size: 21px; margin-bottom: 4px; }
.st-panel__lede { font-size: 13px; color: var(--st-muted); margin: 0 0 20px; }
.st-form__section { margin-top: 26px !important; }
.st-form__subsection { font-size: 17px; font-weight: 800; margin: 24px 0 12px; }
.st-form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 15px; }
.st-field { display: block; margin: 0; min-width: 0; }
.st-field--full { grid-column: 1 / -1; }
.st-field--spaced { margin-top: 22px; }
.st-field > span:first-child, .st-field > label:not(.st-check) > span { display: block; font-size: 12.5px; font-weight: 800; margin-bottom: 6px; color: var(--st-ink); }
.st-field i, .st-req { color: var(--st-red); font-style: normal; font-weight: 800; }
.st-field small { color: #8fa1b0; font-weight: 600; font-size: 12px; }
.st-field input:not([type=checkbox]):not([type=radio]), .st-field select, .st-field textarea {
    width: 100%; border: 1px solid var(--st-input); border-radius: 10px; padding: 12px; font-size: 13.5px; color: var(--st-ink);
    background: #fff; font-family: var(--st-font); height: auto; line-height: 1.4; box-shadow: none; outline: none; transition: border-color .15s, box-shadow .15s;
}
.st-field textarea { resize: vertical; min-height: 110px; }
.st-field select { appearance: none; -webkit-appearance: none; padding-right: 36px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23657487' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center; }
.st-field input:focus, .st-field select:focus, .st-field textarea:focus { border-color: var(--st-green); box-shadow: 0 0 0 3px rgba(19, 160, 75, .15); }
.st-field input[readonly] { background: var(--st-bg); }
.st-field.is-invalid input, .st-field.is-invalid select, .st-field.is-invalid textarea, .st-field .is-invalid { border-color: var(--st-red) !important; }
.st-field__error { display: block; color: var(--st-red); font-size: 12px; font-weight: 700; margin-top: 5px; }
.st-affix { display: flex; border: 1px solid var(--st-input); border-radius: 10px; overflow: hidden; background: #fff; }
.st-affix:focus-within { border-color: var(--st-green); box-shadow: 0 0 0 3px rgba(19, 160, 75, .15); }
.st-affix em { font-style: normal; padding: 12px 13px; background: var(--st-bg); font-size: 13.5px; font-weight: 800; border-right: 1px solid var(--st-line); color: var(--st-ink); }
.st-affix--end em { border-right: 0; border-left: 1px solid var(--st-line); }
.st-field .st-affix input { border: 0 !important; box-shadow: none !important; border-radius: 0; flex: 1; min-width: 0; }

.st-check { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0 0; font-size: 13px; color: var(--st-muted-2); cursor: pointer; line-height: 1.55; font-weight: 400; }
.st-check input, .st-choice input, .st-radio input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.st-check__box { width: 19px; height: 19px; flex: 0 0 19px; border: 1.8px solid var(--st-input); border-radius: 5px; background: #fff; display: grid; place-items: center; color: transparent; margin-top: 1px; transition: background .15s, border-color .15s; }
.st-check input:checked + .st-check__box { background: var(--st-green); border-color: var(--st-green); color: #fff; }
.st-check input:focus-visible + .st-check__box { box-shadow: 0 0 0 3px rgba(19, 160, 75, .25); }
.st-check small { display: block; font-size: 12px; color: #8fa1b0; margin-top: 3px; }
.st-check a { font-weight: 700; }
.st-check--inline { margin-top: 9px; font-size: 12.5px; align-items: center; }
.st-check--inline .st-check__box { width: 17px; height: 17px; flex-basis: 17px; border-radius: 4px; margin: 0; }
.st-check--consent { margin-top: 18px; }
.st-check.is-invalid .st-check__box { border-color: var(--st-red); }

.st-form__submit { margin-top: 18px; font-size: 15px; padding: 15px; }
.st-form__fineprint { margin: 11px 0 0; font-size: 11.5px; color: #8fa1b0; text-align: center; }
.st-form__alert { border-radius: 10px; padding: 12px 14px; font-size: 13px; font-weight: 700; margin-bottom: 16px; background: #fdecea; color: #a1281d; border: 1px solid #f5c2bd; }
.st-form__alert ul { margin: 6px 0 0; padding-left: 18px; font-weight: 600; }
.st-form__success { text-align: center; padding: 30px 10px; }
.st-form__success-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--st-green-soft-3); color: var(--st-green-dark); display: grid; place-items: center; margin: 0 auto 18px; }
.st-form__success h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.st-form__success p { color: var(--st-muted); font-size: 14px; line-height: 1.7; max-width: 440px; margin: 0 auto; }
.st-form.is-sent > :not(.st-form__success) { display: none !important; }

/* Contact */
.st-contact { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; }
.st-contact__info { flex: 1 1 380px; min-width: 0; }
.st-contact > .st-panel { flex: 1 1 420px; min-width: 0; }
.st-contact__cards { display: flex; flex-direction: column; gap: 14px; }
.st-contact__card { display: flex; gap: 15px; align-items: flex-start; border: 1px solid var(--st-line); border-radius: 12px; padding: 18px; background: #fff; color: var(--st-ink); }
a.st-contact__card:hover { border-color: var(--st-green); color: var(--st-ink); }
.st-contact__icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 10px; background: var(--st-green-soft-3); color: var(--st-green-dark); display: grid; place-items: center; }
.st-contact__card b { display: block; font-size: 16px; font-weight: 800; margin-bottom: 3px; word-break: break-word; }
.st-contact__card small { font-size: 13px; color: var(--st-muted); }
.st-contact__map { margin-top: 16px; height: 300px; border-radius: 14px; overflow: hidden; border: 1px solid var(--st-line); background: #dce9ee; }
.st-contact__map img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-contact__map-empty { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 20px; color: var(--st-muted-2); background: linear-gradient(135deg, #e3eef2 25%, #dce9ee 25%, #dce9ee 50%, #e3eef2 50%, #e3eef2 75%, #dce9ee 75%); background-size: 28px 28px; }
.st-contact__map-empty svg { color: var(--st-green-dark); }
.st-contact__map-empty b { font-size: 16px; color: var(--st-ink); }
.st-contact__map-empty span { font-size: 13px; max-width: 320px; }

/* Finder */
.st-finder-steps { list-style: none; margin: 0; padding: 26px 0 10px; display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2vw, 26px); flex-wrap: wrap; }
.st-finder-steps li { display: flex; align-items: center; gap: 11px; }
.st-finder-steps li + li::before { content: ''; width: clamp(16px, 4vw, 60px); height: 2px; background: var(--st-line); margin-right: clamp(0px, 1vw, 12px); }
.st-finder-steps span { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--st-font-head); font-weight: 800; font-size: 15px; background: #e8eef3; color: #8fa1b0; }
.st-finder-steps b { font-size: 13.5px; font-weight: 800; color: #8fa1b0; }
.st-finder-steps li.is-active span, .st-finder-steps li.is-done span { background: var(--st-green); color: #fff; }
.st-finder-steps li.is-active b, .st-finder-steps li.is-done b { color: var(--st-green-dark); }
.st-block--finder .st-with-aside { padding-top: 16px; }
.st-finder.is-enhanced .st-finder__step:not(.is-active) { display: none; }
.st-finder:not(.is-enhanced) .st-finder__step + .st-finder__step { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--st-line); }
.st-finder:not(.is-enhanced) .st-finder__nav button[type=button] { display: none; }
.st-finder__nav { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin-top: 24px; flex-wrap: wrap; }
.st-finder__nav .st-form__submit { margin-top: 0; width: auto; padding: 14px 26px; font-size: 14.5px; }
.st-finder__load { margin-top: 12px; max-width: 280px; }
.st-choices { display: grid; gap: 13px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.st-choices--3 { grid-template-columns: repeat(auto-fill, minmax(max(190px, calc(33.33% - 9px)), 1fr)); }
.st-choices--2 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.st-choices--4 { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.st-choice { position: relative; display: flex; margin: 0; cursor: pointer; border: 1.5px solid var(--st-line); border-radius: 12px; background: #fff; padding: 18px; transition: border-color .15s, background .15s; font-weight: 400; }
.st-choice:hover { border-color: #9fd3b3; }
.st-choice:has(input:checked) { border-color: var(--st-green); background: var(--st-green-soft-2); }
.st-choice:has(input:focus-visible) { box-shadow: 0 0 0 3px rgba(19, 160, 75, .25); }
.st-choice__text { flex: 1; min-width: 0; padding-right: 28px; }
.st-choice__text b { display: block; font-size: 15px; font-weight: 800; margin: 2px 0 5px; color: var(--st-ink); }
.st-choice__text small { font-size: 12.5px; color: var(--st-muted); line-height: 1.5; display: block; }
.st-choice__mark { position: absolute; right: 14px; top: 14px; width: 20px; height: 20px; border: 2px solid var(--st-input); border-radius: 50%; display: grid; place-items: center; color: transparent; background: #fff; }
.st-choice__mark--checkbox { border-radius: 5px; width: 19px; height: 19px; top: 16px; }
.st-choice input:checked + .st-choice__mark { background: var(--st-green); border-color: var(--st-green); color: #fff; }
.st-choice--chip { padding: 13px 15px; border-radius: 10px; align-items: center; }
.st-choice--chip .st-choice__text b { font-size: 13.5px; margin: 0; }
.st-choice--chip .st-choice__text small { margin-top: 3px; }
.st-choice--chip .st-choice__mark { top: 50%; transform: translateY(-50%); }
.st-radios { display: flex; gap: 26px; flex-wrap: wrap; }
.st-radio { display: flex; gap: 9px; align-items: center; font-size: 13.5px; font-weight: 700; cursor: pointer; color: var(--st-muted-2); margin: 0; position: relative; }
.st-radio__dot { width: 19px; height: 19px; flex: 0 0 19px; border-radius: 50%; border: 2px solid var(--st-input); display: grid; place-items: center; }
.st-radio__dot::after { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--st-green); transform: scale(0); transition: transform .12s; }
.st-radio:has(input:checked) { color: var(--st-ink); }
.st-radio input:checked + .st-radio__dot { border-color: var(--st-green); }
.st-radio input:checked + .st-radio__dot::after { transform: scale(1); }
.st-howto { margin: 24px 0 0; background: #f2f8fd; border: 1px solid #cfe3f2; border-radius: 14px; padding: 22px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.st-howto > div { display: flex; gap: 13px; align-items: flex-start; }
.st-howto > div > span:first-child { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--st-blue); color: #fff; display: grid; place-items: center; font-family: var(--st-font-head); font-weight: 800; }
.st-howto b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 3px; }
.st-howto small { font-size: 12.5px; color: var(--st-muted-2); line-height: 1.55; }

/* Support */
.st-block--support-search { padding-top: 0; }
.st-block--support-search .st-crumbs { padding: 18px 0 14px; }
.st-support-hero { border-radius: 14px; background: linear-gradient(105deg, #edf8f1, #eef5fb); border: 1px solid var(--st-line); padding: clamp(28px, 4vw, 46px) clamp(20px, 3vw, 34px); text-align: center; }
.st-support-hero h1 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.03em; color: var(--st-navy); margin: 0 0 10px; }
.st-support-hero > p { margin: 0 auto 22px; font-size: 15px; color: var(--st-body); max-width: 520px; }
.st-support-hero__search { display: flex; max-width: 520px; margin: 0 auto; border: 1.5px solid #cbd7e1; border-radius: 11px; overflow: hidden; height: 52px; background: #fff; }
.st-support-hero__search input { border: 0; padding: 0 18px; flex: 1; min-width: 0; outline: none; font-size: 14.5px; height: 100%; }
.st-support-hero__search button { width: 60px; border: 0; background: var(--st-green); color: #fff; display: grid; place-items: center; cursor: pointer; }
.st-support-hero__search button:hover { background: var(--st-green-dark); }
.st-support-hero .st-support-hero__hint { margin: 12px auto 0; font-size: 13px; color: var(--st-muted-2); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Brand directory */
.st-dealers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); gap: 18px; }
.st-dealer { display: flex; gap: 20px; align-items: center; border: 1px solid #d7e7de; border-radius: 14px; background: var(--st-green-soft-2); padding: 20px; color: var(--st-ink); transition: border-color .15s, box-shadow .15s; }
.st-dealer:hover { border-color: var(--st-green); box-shadow: var(--st-shadow-hover); color: var(--st-ink); }
.st-dealer__logo { width: 140px; height: 96px; flex: 0 0 140px; border-radius: 12px; background: #fff; border: 1px solid var(--st-line); display: grid; place-items: center; padding: 12px; }
.st-dealer__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.st-dealer__logo b { font-family: var(--st-font-head); font-size: 24px; font-weight: 800; }
.st-dealer__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.st-dealer__body > b { font-size: 19px; font-weight: 800; }
.st-dealer__body small { font-size: 13px; color: var(--st-muted-2); line-height: 1.55; }
.st-pill--dealer { display: inline-flex; gap: 5px; align-items: center; }
.st-letters { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.st-letters a { min-width: 34px; height: 34px; padding: 0 8px; border: 1px solid var(--st-line); border-radius: 8px; display: grid; place-items: center; font-weight: 800; font-size: 13px; color: var(--st-ink); }
.st-letters a:hover { border-color: var(--st-green); color: var(--st-green-dark); }
.st-brand-index { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr)); gap: 22px 28px; align-items: start; }
.st-brand-index .st-tiles--brand { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.st-brand-index__group h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; color: var(--st-green-dark); }

/* ---------- Knowledge (blog) ---------- */
.st-chips { display: flex; gap: 9px; flex-wrap: wrap; padding: 26px 0 10px; }
.st-chips a { border: 1px solid var(--st-line); padding: 9px 16px; border-radius: 999px; font-size: 12.5px; font-weight: 700; color: var(--st-muted-2); }
.st-chips a:hover { border-color: var(--st-green); color: var(--st-green-dark); }
.st-chips a.is-active { background: var(--st-green); border-color: var(--st-green); color: #fff; font-weight: 800; }
.st-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 18px; padding: 22px 0 20px; }
.st-post-card { border: 1px solid var(--st-line); border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: border-color .15s, box-shadow .15s; }
.st-post-card:hover { border-color: var(--st-green); box-shadow: var(--st-shadow-hover); }
.st-post-card__media { display: block; height: 152px; background: #e9f1f5; }
.st-post-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-post-card__body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.st-post-card__kicker { text-transform: uppercase; color: var(--st-green-dark); font-weight: 800; font-size: 10.5px; letter-spacing: .08em; margin-bottom: 7px; }
.st-post-card h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; line-height: 1.35; font-family: var(--st-font); letter-spacing: 0; }
.st-post-card h3 a { color: var(--st-ink); }
.st-post-card h3 a:hover { color: var(--st-green-dark); }
.st-post-card p { font-size: 12.5px; color: var(--st-muted); margin: 0 0 16px; line-height: 1.6; }
.st-post-card .st-link-arrow { margin-top: auto; font-size: 12.5px; align-self: flex-start; }
.st-knowledge-foot { padding: 0 0 56px; }

.st-article-head { padding: 20px 0 0; }
.st-article-head .st-kicker { font-size: 11.5px; letter-spacing: .12em; margin-bottom: 10px; }
.st-article-head h1 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.035em; color: var(--st-navy); line-height: 1.1; margin: 0 0 12px; max-width: 820px; }
.st-article-head__lede { margin: 0 0 12px; font-size: 15.5px; color: var(--st-body); max-width: 720px; line-height: 1.6; }
.st-article-head__meta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; font-size: 12.5px; color: var(--st-muted); margin-bottom: 20px; }
.st-article-head__meta span { display: inline-flex; gap: 6px; align-items: center; }
.st-article-hero { border-radius: 14px; overflow: hidden; height: clamp(200px, 26vw, 340px); background: #e9f1f5; }
.st-article-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-article { padding: 28px 0 56px; display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-start; }
.st-article__main { flex: 1 1 520px; min-width: 0; }
.st-article__side { flex: 1 1 290px; max-width: 380px; min-width: 0; display: flex; flex-direction: column; gap: 16px; position: sticky; top: 90px; }
.st-toc { display: flex; flex-direction: column; gap: 10px; counter-reset: st-toc; }
.st-toc a { display: flex; gap: 11px; font-size: 13px; font-weight: 700; counter-increment: st-toc; line-height: 1.45; }
.st-toc a::before { content: counter(st-toc, decimal-leading-zero); color: var(--st-green-dark); font-family: var(--st-font-head); font-weight: 800; flex: 0 0 auto; }
.st-share { border-top: 1px solid var(--st-line-3); margin-top: 28px; padding-top: 18px; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.st-share b { font-size: 13.5px; }
.st-share a, .st-share button { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; background: none; border: 0; padding: 0; color: var(--st-green-dark); cursor: pointer; }
.st-sidecard__product { height: 180px; margin: -20px -20px 16px; background: var(--st-bg); display: grid; place-items: center; padding: 16px; }
.st-sidecard__product img { max-height: 148px; width: auto; }
.st-related-posts { padding: 0 0 56px; }

/* Rich text (articles, policy pages) */
.st-prose { font-size: 15px; color: var(--st-body); line-height: 1.75; }
.st-prose > :first-child { margin-top: 0; }
.st-prose h2 { font-size: clamp(19px, 2vw, 23px); font-weight: 800; margin: 30px 0 10px; color: var(--st-ink); letter-spacing: -.02em; line-height: 1.3; }
.st-prose h3 { font-size: 17px; font-weight: 800; margin: 24px 0 8px; color: var(--st-ink); }
.st-prose h4 { font-size: 15px; font-weight: 800; margin: 20px 0 6px; color: var(--st-ink); }
.st-prose p { margin: 0 0 14px; }
.st-prose ul, .st-prose ol { margin: 0 0 16px; padding-left: 22px; }
.st-prose li { margin-bottom: 6px; }
.st-prose li::marker { color: var(--st-green); }
.st-prose a { font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.st-prose strong { color: var(--st-ink); }
.st-prose table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: 13.5px; display: block; overflow-x: auto; }
.st-prose th, .st-prose td { border: 1px solid var(--st-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.st-prose th { background: var(--st-bg); color: var(--st-ink); }
.st-prose blockquote { margin: 0 0 16px; border-left: 3px solid var(--st-green); background: var(--st-green-soft-2); padding: 14px 18px; border-radius: 0 10px 10px 0; color: #3d6b53; }
.st-prose img { border-radius: 12px; height: auto; }
.st-page-body--prose { padding: 26px 0 56px; }
.st-page-body--prose .st-prose { max-width: 860px; }
.st-legal { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; }
.st-legal .st-prose { flex: 1 1 560px; min-width: 0; }
.st-legal__side { flex: 0 1 300px; min-width: 240px; position: sticky; top: 90px; }
.st-legal__updated { font-size: 12.5px; color: var(--st-muted); margin: 0 0 18px; }

/* Footer legal links */
.st-footer__legal { display: flex; flex-wrap: wrap; gap: 6px 16px; list-style: none; margin: 0; padding: 0; }
.st-footer__legal a { color: #9fb3c4; font-size: 12px; }
.st-footer__legal a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
    .st-with-aside__side, .st-block--faq .st-with-aside__side { max-width: none; }
    .st-article__side, .st-legal__side { position: static; max-width: none; }
}
@media (max-width: 767px) {
    .st-page-hero.has-image:not(.st-page-hero--dark) .st-page-hero__media { position: relative; width: 100%; height: 180px; }
    .st-page-hero.has-image:not(.st-page-hero--dark)::after, .st-page-hero--light .st-page-hero__media::after { display: none; }
    .st-page-hero.has-image:not(.st-page-hero--dark) { display: flex; flex-direction: column-reverse; }
    .st-page-hero--dark .st-page-hero__inner { padding: 40px 0; }
    .st-panel { padding: 20px; }
    .st-finder-steps { justify-content: flex-start; gap: 8px; }
    .st-finder-steps li + li::before { width: 14px; margin-right: 0; }
    .st-finder-steps b { font-size: 12px; }
    .st-finder-steps li:not(.is-active) b { display: none; }
    .st-finder__nav > * { flex: 1 1 auto; }
    .st-dealer { flex-direction: column; align-items: flex-start; }
    .st-dealer__logo { width: 100%; flex-basis: auto; }
    .st-related__media { width: 104px; flex-basis: 104px; }
    .st-block__head--spaced { margin-top: 28px; }
    .st-cards--stats, .st-dash__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .st-cards--stats .st-infocard, .st-dash__stat { padding: 16px; }
}
@media (min-width: 768px) and (max-width: 1365px) {
    .st-pdp__tile { padding: 12px 6px; }
    .st-pdp__tile b { white-space: nowrap; font-size: 15px; }
}

/* ---------- Customer dashboard ---------- */
.st-dash__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-bottom: 24px; }
.st-dash__stat { border: 1px solid var(--st-line); border-radius: 12px; padding: 20px; background: var(--st-bg); color: var(--st-ink); display: flex; flex-direction: column; }
.st-dash__stat:hover { border-color: var(--st-green); color: var(--st-ink); }
.st-dash__stat svg { color: var(--st-green); margin-bottom: 10px; }
.st-dash__stat b { font-family: var(--st-font-head); font-size: 28px; font-weight: 800; line-height: 1; }
.st-dash__stat span { font-size: 12.5px; color: var(--st-muted); margin-top: 4px; }
.st-dash__panel { border: 1px solid var(--st-line); border-radius: 14px; background: #fff; overflow: hidden; }
.st-dash__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--st-line-3); }
.st-dash__panel-head h2 { font-size: 18px; font-weight: 800; }
.st-dash__panel-head a { font-size: 13px; font-weight: 800; }
.st-dash__table-wrap { overflow-x: auto; }
.st-dash__table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13.5px; }
.st-dash__table th { background: var(--st-bg); border-bottom: 1px solid var(--st-line); padding: 13px 20px; text-align: left; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--st-muted); }
.st-dash__table td { padding: 16px 20px; border-bottom: 1px solid var(--st-line-3); color: var(--st-ink); }
.st-dash__table tr:last-child td { border-bottom: 0; }
.st-dash__table td a { font-weight: 800; }
.st-badge-status { display: inline-block; padding: 5px 11px; border-radius: 999px; font-size: 11.5px; font-weight: 800; color: #0b78c5; background: #e7f3fb; }
.st-badge-status--green { color: #0c7a39; background: #e6f7ec; }
.st-badge-status--amber { color: #b07706; background: #fdf4e0; }
.st-badge-status--red { color: #b3261e; background: #fdecea; }
.st-dash__empty { text-align: center; padding: 34px 20px; }
.st-dash__empty .st-empty__icon { margin-bottom: 12px; }
.st-dash__empty b { display: block; font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.st-dash__empty p { color: var(--st-muted); font-size: 13.5px; margin: 0 auto 16px; max-width: 380px; }
.st-dash__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 24px; }
.st-dash__card { display: flex; gap: 13px; align-items: center; border: 1px solid var(--st-line); border-radius: 12px; padding: 16px; color: var(--st-ink); background: #fff; }
.st-dash__card:hover { border-color: var(--st-green); color: var(--st-ink); }
.st-dash__card > span:nth-child(2) { flex: 1; min-width: 0; }
.st-dash__card b { display: block; font-size: 14px; font-weight: 800; margin-bottom: 2px; }
.st-dash__card small { font-size: 12.5px; color: var(--st-muted); line-height: 1.5; }
.st-dash__card > svg { color: var(--st-green); flex: 0 0 15px; }
.st-dash__card-icon { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 10px; background: var(--st-green-soft-3); color: var(--st-green-dark); display: grid; place-items: center; }

/* ---------- Header live search results ---------- */
.st-search-results { display: flex; flex-direction: column; gap: 2px; max-height: min(60vh, 460px); overflow-y: auto; }
.st-search-result { display: flex; gap: 12px; align-items: center; padding: 8px 10px; border-radius: 9px; color: var(--st-ink); }
.st-search-result:hover, .st-search-result:focus { background: var(--st-green-soft-2); color: var(--st-ink); }
.st-search-result__img { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 8px; background: var(--st-bg); display: grid; place-items: center; overflow: hidden; }
.st-search-result__img img { width: 100%; height: 100%; object-fit: contain; }
.st-search-result__img.is-placeholder img { width: 70%; height: 70%; }
.st-search-result__body { flex: 1; min-width: 0; }
.st-search-result__body b { display: block; font-size: 13px; font-weight: 700; line-height: 1.35; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.st-search-result__body small { font-size: 11.5px; color: var(--st-muted); }
.st-search-result__price { flex: 0 0 auto; text-align: right; font-family: var(--st-font-head); font-weight: 800; font-size: 14px; color: var(--st-ink); }
.st-search-result__price del { display: block; font-family: var(--st-font); font-weight: 600; font-size: 11px; color: var(--st-faint); }
.st-search-result__price em { font-style: normal; font-family: var(--st-font); font-size: 11.5px; font-weight: 700; color: var(--st-muted); }
.st-search-results__footer { border-top: 1px solid var(--st-line-3); margin-top: 6px; padding: 10px 0 2px; text-align: center; }
.st-search-results__footer a { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; color: var(--st-green-dark); }
.st-search-results__empty { padding: 14px 10px; font-size: 13px; color: var(--st-muted-2); line-height: 1.55; }
.st-search-results__empty b { display: block; color: var(--st-ink); margin-bottom: 3px; }
@media (max-width: 480px) { .st-search-result__price { font-size: 12.5px; } }

/* ---------- Quick shop modal ---------- */
#quick-shop-modal .modal-dialog { max-width: 520px; }
#quick-shop-modal .modal-content { border: 0; border-radius: 16px; box-shadow: 0 30px 80px rgba(7, 26, 47, .25); overflow: hidden; }
#quick-shop-modal .modal-body { padding: 26px; }
#quick-shop-modal .modal-close { position: absolute; right: 14px; top: 14px; width: 36px; height: 36px; border-radius: 50%; background: var(--st-bg); display: grid; place-items: center; cursor: pointer; z-index: 3; }
#quick-shop-modal .modal-close i { color: var(--st-ink); font-size: 16px; }
#quick-shop-modal .modal-close:hover { background: var(--st-green-soft-3); }
#quick-shop-modal .ps-product__info h1 { font-family: var(--st-font-head); font-size: 19px; font-weight: 800; line-height: 1.3; color: var(--st-ink); margin: 0 40px 10px 0; letter-spacing: -.01em; }
#quick-shop-modal .ps-product__price { font-family: var(--st-font-head); font-size: 24px; font-weight: 800; color: var(--st-ink); margin: 0 0 18px; display: flex; align-items: baseline; gap: 8px; }
#quick-shop-modal .ps-product__price del { font-family: var(--st-font); font-size: 14px; font-weight: 600; color: var(--st-faint); }
#quick-shop-modal .bb-product-attribute-swatch-title { font-size: 12.5px; font-weight: 800; color: var(--st-ink); margin-bottom: 8px; }
#quick-shop-modal .text-swatch { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 14px; list-style: none; }
#quick-shop-modal .text-swatch li { margin: 0; }
#quick-shop-modal .text-swatch li label { margin: 0; cursor: pointer; }
#quick-shop-modal .text-swatch li input { position: absolute; opacity: 0; pointer-events: none; }
#quick-shop-modal .text-swatch li span { display: block; min-width: 56px; text-align: center; padding: 8px 12px; border: 1.5px solid var(--st-line); border-radius: 9px; font-size: 13px; font-weight: 700; color: var(--st-ink); background: #fff; }
#quick-shop-modal .text-swatch li span::before, #quick-shop-modal .text-swatch li span::after { display: none !important; }
#quick-shop-modal .text-swatch li:hover span { border-color: #9fd3b3; }
#quick-shop-modal .text-swatch li input:checked + span { border-color: var(--st-green); background: var(--st-green-soft-2); color: var(--st-green-dark); }
#quick-shop-modal .text-swatch li.disabled span { color: #b3c0cb; background: var(--st-bg); border-style: dashed; text-decoration: line-through; cursor: not-allowed; }
#quick-shop-modal .number-items-available { font-size: 12.5px; font-weight: 700; color: var(--st-green-dark); }
#quick-shop-modal figure { margin: 6px 0 0; display: flex; align-items: center; gap: 14px; }
#quick-shop-modal figcaption { font-size: 12.5px; font-weight: 800; color: var(--st-ink); margin: 0; }
#quick-shop-modal .form-group--number { position: relative; width: 132px; border: 1px solid var(--st-line); border-radius: 10px; overflow: hidden; height: 44px; }
#quick-shop-modal .form-group--number input { height: 42px; border: 0; text-align: center; font-weight: 800; padding: 0 40px; box-shadow: none; }
#quick-shop-modal .form-group--number button { position: absolute; top: 0; bottom: 0; width: 40px; border: 0; background: var(--st-bg); color: var(--st-ink); z-index: 2; }
#quick-shop-modal .form-group--number .up { right: 0; }
#quick-shop-modal .form-group--number .down { left: 0; }
#quick-shop-modal .ps-product__actions { margin-top: 18px !important; }
#quick-shop-modal .ps-btn { width: 100%; background: var(--st-green) !important; color: #fff !important; border-radius: 10px; font-weight: 800; font-size: 15px; padding: 14px; border: 0; }
#quick-shop-modal .ps-btn:hover { background: var(--st-green-dark) !important; }
#quick-shop-modal .ps-product__specification { border-top: 1px solid var(--st-line-3); margin-top: 18px; padding-top: 14px; }
#quick-shop-modal .ps-product__specification .report { font-size: 13px; font-weight: 800; color: var(--st-green-dark); text-decoration: none; }
#quick-shop-modal .ps-product__price.sale, #quick-shop-modal .ps-product__price span { color: var(--st-ink); }
#quick-shop-modal .ps-product__actions .ps-btn { display: flex; align-items: center; justify-content: center; width: 100% !important; max-width: none; }
#quick-shop-modal .ps-product__specification .report { text-decoration: none !important; }
.st-section-lede { margin: -12px 0 18px; font-size: 14px; color: var(--st-muted); }

/* ---------- All categories ---------- */
.st-catdir { display: flex; flex-direction: column; gap: 34px; }
.st-catdir__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.st-catdir__head h2 { font-size: 23px; font-weight: 800; white-space: nowrap; }
.st-catdir__rule { flex: 1; height: 1px; background: #e4ebf1; }
.st-catdir__head .st-link-arrow { font-size: 13px; }
.st-catdir__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.st-catdir__item { display: flex; gap: 16px; align-items: center; border: 1px solid var(--st-line); border-radius: 12px; padding: 16px; background: #fff; color: var(--st-ink); transition: border-color .15s, box-shadow .15s; }
.st-catdir__item:hover { border-color: var(--st-green); box-shadow: 0 12px 28px rgba(10, 40, 70, .09); color: var(--st-green-dark); }
.st-catdir__icon { width: 64px; height: 64px; flex: 0 0 64px; background: var(--st-bg); border-radius: 10px; padding: 6px; display: grid; place-items: center; }
.st-catdir__icon img { max-width: 100%; max-height: 100%; object-fit: contain; }
.st-catdir__text { flex: 1; min-width: 0; }
.st-catdir__text b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 3px; }
.st-catdir__text small { font-size: 12px; color: var(--st-muted); }
.st-catdir__item > svg { color: var(--st-green); flex: 0 0 16px; }
@media (max-width: 575px) {
    .st-catdir__head { flex-wrap: wrap; gap: 6px 14px; }
    .st-catdir__head h2 { font-size: 20px; }
    .st-catdir__rule { display: none; }
    .st-catdir__head .st-link-arrow { margin-left: auto; }
    .st-catdir__grid { gap: 10px; }
    .st-catdir__item { padding: 12px; gap: 12px; }
    .st-catdir__icon { width: 52px; height: 52px; flex-basis: 52px; }
}
