:root {
  --ac-navy: #17324d;
  --ac-blue: #285a7a;
  --ac-gold: #bd9b62;
  --ac-ivory: #f8f5ef;
  --ac-border: #ddd6ca;
  --ac-text: #2b3035;
}

.ac-product-help {
  align-items: flex-start;
  background: var(--ac-ivory);
  border: 1px solid var(--ac-border);
  border-radius: 4px;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  text-align: left;
  word-spacing: normal;
}
.ac-product-help[hidden] { display: none; }
.ac-product-help__icon {
  align-items: center;
  background: var(--ac-navy);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 2.25rem;
  height: 2.25rem;
  justify-content: center;
}
.ac-product-help p { margin: .25rem 0; }
.ac-product-help__link { color: var(--ac-blue); font-weight: 600; }

.ac-measure { color: var(--ac-text); margin: 0 auto; max-width: 1080px; text-align: left; word-spacing: normal; }
.ac-measure__intro {
  align-items: center;
  background: var(--ac-ivory);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
  margin-bottom: 2rem;
  padding: clamp(1.25rem, 4vw, 3rem);
}
.ac-measure__intro h1 { color: var(--ac-navy); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; margin: .25rem 0 1rem; }
.ac-measure__intro img { height: auto; width: 100%; }
.ac-primer { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: -1rem 0 2.5rem; }
.ac-primer > div { background: #fff; border: 1px solid var(--ac-border); display: flex; flex-direction: column; padding: 1rem 1.15rem; }
.ac-primer strong { color: var(--ac-navy); }
.ac-primer small { color: #656b70; margin-top: .25rem; }
.ac-eyebrow { color: var(--ac-blue); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ac-product-context { border-left: 3px solid var(--ac-gold); padding-left: .75rem; }

.ac-progress { background: #ece8e0; height: 6px; margin: 1rem 0 3rem; position: relative; }
.ac-progress__bar { background: var(--ac-gold); height: 100%; transition: width .25s ease; }
.ac-progress span { color: #5c6268; display: block; font-size: .85rem; margin-top: .5rem; text-align: right; }

.ac-wizard, .ac-summary { border: 1px solid var(--ac-border); box-shadow: 0 10px 30px rgba(23,50,77,.06); padding: clamp(1.25rem, 4vw, 3rem); }
.ac-step { border: 0; margin: 0; min-width: 0; padding: 0; }
.ac-step legend { color: var(--ac-navy); font-family: inherit; font-size: clamp(1.5rem, 3vw, 2.15rem); font-weight: 600; margin-bottom: .5rem; width: 100%; }
.ac-hint { color: #5c6268; margin-bottom: 1.5rem; }
.ac-note { background: var(--ac-ivory); border-left: 3px solid var(--ac-gold); margin-top: 1rem; padding: .75rem 1rem; }
.ac-step-visual { background: var(--ac-ivory); border-radius: 12px; display: block; height: auto; margin: 1rem auto 1.5rem; max-width: 640px; width: 100%; }
.ac-step-visual--photo { aspect-ratio: 16 / 9; border: 1px solid var(--ac-border); max-width: 920px; object-fit: cover; }
.ac-field-label { font-weight: 700; margin: 1.5rem 0 .65rem; }

.ac-choice-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ac-choice-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ac-choice-grid--headers { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.ac-choice-grid--headers label { grid-column: span 2; }
.ac-choice-grid--headers label:nth-child(4) { grid-column: 2 / span 2; }
.ac-choice-grid--headers label:nth-child(5) { grid-column: 4 / span 2; }
.ac-choice-grid label { cursor: pointer; margin: 0; position: relative; }
.ac-choice-grid input { opacity: 0; position: absolute; }
.ac-choice-grid span { border: 1px solid var(--ac-border); display: flex; flex-direction: column; min-height: 88px; padding: 1rem; transition: .15s ease; }
.ac-choice-grid span img { background: var(--ac-ivory); border-radius: 8px; height: auto; margin: -.35rem -.35rem .8rem; width: calc(100% + .7rem); }
.ac-choice-grid small { color: #656b70; margin-top: .35rem; }
.ac-choice-grid input:focus + span { box-shadow: 0 0 0 3px rgba(40,90,122,.22); }
.ac-choice-grid input:checked + span { background: #f2f6f8; border-color: var(--ac-blue); box-shadow: inset 0 0 0 1px var(--ac-blue); }

.ac-field { display: flex; flex-direction: column; gap: .35rem; margin: 1rem 0; }
.ac-field > span { font-weight: 600; }
.ac-field input, .ac-field select { background: #fff; border: 1px solid #aeb4b8; border-radius: 2px; min-height: 48px; padding: .65rem .75rem; width: 100%; }
.ac-field input:focus, .ac-field select:focus { border-color: var(--ac-blue); box-shadow: 0 0 0 3px rgba(40,90,122,.18); outline: 0; }
.ac-inline-fields { align-items: end; display: flex; gap: 1rem; }
.ac-inline-fields--three > .ac-field { flex: 1; }
.ac-unit { max-width: 220px; }
.ac-field--grow { flex: 1; }
.ac-error { background: #fff0f0; border-left: 3px solid #b42318; color: #7a271a; margin: 1.25rem 0 0; padding: .75rem 1rem; }
.ac-wizard__actions, .ac-summary__actions { display: flex; gap: .75rem; justify-content: flex-end; margin-top: 2rem; }

.ac-summary h2 { color: var(--ac-navy); }
.ac-summary__visual { background: var(--ac-ivory); border-radius: 12px; display: block; height: auto; margin: 1rem 0 1.5rem; max-width: 520px; width: 100%; }
.ac-summary dl { display: grid; grid-template-columns: minmax(180px, .7fr) 1fr; margin-top: 1.5rem; }
.ac-summary dt, .ac-summary dd { border-bottom: 1px solid var(--ac-border); margin: 0; padding: .7rem .25rem; }
.ac-summary dt { color: #5c6268; font-weight: 500; }
.ac-summary dd { font-weight: 600; }
.ac-disclaimer { color: #656b70; font-size: .85rem; margin-top: 2rem; }

/* AngarTheme justifies .page-content.page-cms. Reset that inherited rule at
   the module boundary so headings, paragraphs and cards keep natural spacing. */
.ac-cms-guide { color: var(--ac-text); margin: 0 auto; max-width: 1120px; text-align: left; word-spacing: normal; }
.ac-cms-guide h1, .ac-cms-guide h2 { color: var(--ac-navy); }
.ac-cms-guide h2 { margin-top: 2rem; }
.ac-lead { font-size: clamp(17px, 1.6vw, 19px); line-height: 1.7; }
.ac-guide-image { height: auto; margin: 1.5rem 0; width: 100%; }
.ac-guide-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ac-guide-grid article { background: var(--ac-ivory); border: 1px solid var(--ac-border); padding: 1rem; }
.ac-guide-grid article h2 { font-size: 1.2rem; margin-top: 0; }
.ac-cms-cta { margin: 2rem 0; }
.ac-order-steps li { margin-bottom: 1rem; }

.cms-id-6 .page-header, .cms-id-7 .page-header, .cms-id-8 .page-header, .cms-id-9 .page-header, .cms-id-10 .page-header, #main:has(.ac-cms-guide) > .page-header { display: none; }
.ac-guide-header { margin-bottom: clamp(2rem, 5vw, 3.75rem); text-align: center; }
.ac-guide-header h1 { font-size: clamp(34px, 5vw, 59px); line-height: 1.08; margin: .35rem auto 1rem; max-width: 900px; }
.ac-guide-header .ac-lead { margin: 0 auto 1.75rem; max-width: 790px; }
.ac-guide-hero { background: var(--ac-ivory); border: 1px solid var(--ac-border); border-radius: 14px; box-shadow: 0 12px 28px rgba(23,50,77,.08); margin: 2rem auto 0; max-width: 980px; overflow: hidden; }
.ac-guide-hero img { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: cover; width: 100%; }
.ac-guide-hero img[src$=".svg"] { aspect-ratio: 640 / 420; object-fit: contain; }
.ac-guide-caption { color: #5c6268; font-size: .88rem; line-height: 1.45; margin: 0 !important; padding: .7rem 1rem; text-align: left; }

.ac-visual-step { align-items: center; border-top: 1px solid var(--ac-border); display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); padding: clamp(1.75rem, 4vw, 3.25rem) 0; }
.ac-visual-step--reverse img { order: 2; }
.ac-visual-step > img { aspect-ratio: 640 / 420; background: var(--ac-ivory); border: 1px solid var(--ac-border); border-radius: 12px; display: block; height: auto; object-fit: contain; width: 100%; }
.ac-visual-step > img[src*="/realistic/"] { aspect-ratio: 16 / 9; object-fit: cover; }
.ac-visual-step--technical { grid-template-columns: 1fr; }
.ac-photo-with-diagram { align-items: center; display: grid; gap: 1rem; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); }
.ac-photo-with-diagram > img { border: 1px solid var(--ac-border); border-radius: 12px; display: block; height: auto; width: 100%; }
.ac-photo-with-diagram > img:first-child { aspect-ratio: 16 / 9; object-fit: cover; }
.ac-photo-with-diagram .ac-technical-inset { background: var(--ac-ivory); padding: .4rem; }
.ac-visual-step h2 { font-size: clamp(25px, 3vw, 35px); margin: .35rem 0 1rem; }
.ac-visual-step li { margin-bottom: .5rem; }
.ac-step-number { color: var(--ac-gold); font-size: .85rem; font-weight: 800; letter-spacing: .12em; }

.ac-visual-grid, .ac-process-grid { display: grid; gap: 1.25rem; margin: 2rem 0 3rem; }
.ac-visual-grid--headers { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.ac-visual-grid--headers .ac-visual-card { grid-column: span 2; }
.ac-visual-grid--headers .ac-visual-card:nth-child(4) { grid-column: 2 / span 2; }
.ac-visual-grid--headers .ac-visual-card:nth-child(5) { grid-column: 4 / span 2; }
.ac-visual-grid--three, .ac-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ac-visual-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ac-visual-card { background: #fff; border: 1px solid var(--ac-border); border-radius: 12px; box-shadow: 0 6px 18px rgba(23,50,77,.05); display: flex; flex-direction: column; overflow: hidden; padding: .85rem; position: relative; }
.ac-visual-card > img { aspect-ratio: 640 / 420; background: var(--ac-ivory); border-radius: 8px; display: block; height: auto; margin-bottom: .85rem; object-fit: contain; width: 100%; }
.ac-visual-card h2 { font-size: 1.3rem; margin: .25rem 0 .65rem; }
.ac-visual-card p:last-child { margin-bottom: .25rem; }
.ac-visual-card dl { border-top: 1px solid var(--ac-border); display: grid; grid-template-columns: 88px 1fr; margin: auto 0 0; padding-top: .75rem; }
.ac-visual-card dt, .ac-visual-card dd { font-size: .88rem; margin: 0; padding: .25rem 0; }
.ac-visual-card dt { color: #656b70; font-weight: 600; }
.ac-visual-card dd { color: var(--ac-text); }
.ac-visual-card--recommended { border-color: var(--ac-gold); box-shadow: 0 12px 32px rgba(189,155,98,.2); }
.ac-badge { background: var(--ac-navy); border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 700; padding: .35rem .7rem; position: absolute; right: 1.65rem; top: 1.65rem; }
.ac-section-title { font-size: clamp(1.7rem, 3vw, 2.35rem); margin-top: 4rem !important; text-align: center; }
.ac-callout { background: var(--ac-ivory); border-left: 4px solid var(--ac-gold); border-radius: 0 8px 8px 0; line-height: 1.6; margin: 1.5rem 0; padding: 1rem 1.25rem; }
.ac-center { margin: 2rem 0; text-align: center; }

.ac-before { background: var(--ac-ivory); border: 1px solid var(--ac-border); border-radius: 12px; margin: 2rem 0 3rem; padding: clamp(1.15rem, 3vw, 2rem); }
.ac-before h2 { margin: 0 0 1rem; }
.ac-check-grid { display: grid; gap: .8rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ac-check-grid p { background: #fff; border: 1px solid var(--ac-border); border-radius: 8px; line-height: 1.5; margin: 0; padding: 1rem; }
.ac-warning { background: #fff7e8; border: 1px solid #e5c88d; border-radius: 10px; color: #4e402b; line-height: 1.65; margin: 2rem 0; padding: 1rem 1.25rem; }
.ac-formula { align-items: center; background: var(--ac-navy); border-radius: 10px; color: #fff; display: flex; flex-direction: column; gap: .35rem; margin: 1.25rem 0; padding: 1.15rem 1.25rem; text-align: center; }
.ac-formula span { color: #d8e5ec; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ac-formula strong { font-size: clamp(1.1rem, 2vw, 1.45rem); }
.ac-formula small { color: #d8e5ec; }
.ac-spec-list { display: grid; gap: .65rem; }
.ac-spec-list p { border-bottom: 1px solid var(--ac-border); display: grid; gap: 1rem; grid-template-columns: minmax(140px, .6fr) 1fr; margin: 0; padding: .7rem 0; }
.ac-spec-list span { color: #5c6268; }

.ac-path { display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 2.5rem 0 4rem; }
.ac-path > div { border-bottom: 3px solid var(--ac-gold); display: flex; flex-direction: column; min-height: 130px; padding: 1rem 1.15rem; position: relative; }
.ac-path span { color: var(--ac-gold); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.ac-path strong { color: var(--ac-navy); font-size: 1.1rem; margin-top: .8rem; }
.ac-path small { color: #656b70; margin-top: .25rem; }
.ac-path > div:not(:last-child)::after { color: var(--ac-gold); content: '→'; font-size: 1.5rem; position: absolute; right: -.55rem; top: 44%; z-index: 2; }
.ac-link-grid, .ac-service-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.5rem 0 3rem; }
.ac-link-grid a, .ac-service-grid a { background: #fff; border: 1px solid var(--ac-border); border-radius: 12px; color: var(--ac-text); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.ac-link-grid a:hover, .ac-service-grid a:hover { border-color: var(--ac-gold); box-shadow: 0 12px 28px rgba(23,50,77,.11); color: var(--ac-text); transform: translateY(-3px); }
.ac-link-grid img, .ac-service-grid img { aspect-ratio: 640 / 420; background: var(--ac-ivory); height: auto; object-fit: contain; width: 100%; }
.ac-link-grid span { display: flex; flex-direction: column; padding: 1rem; }
.ac-link-grid strong, .ac-service-grid strong { color: var(--ac-navy); font-size: 1.05rem; }
.ac-link-grid small, .ac-service-grid small { color: #656b70; line-height: 1.45; margin-top: .25rem; }
.ac-service-grid a { padding-bottom: 1rem; }
.ac-service-grid strong, .ac-service-grid small { margin-left: 1rem; margin-right: 1rem; }

/* CMS category index: turn PrestaShop's plain page list into a guided journey. */
body.cms-id-2 #main > .page-header { background: linear-gradient(135deg, #f8f5ef 0%, #eef4f6 100%); border: 1px solid var(--ac-border); border-radius: 18px 18px 0 0; margin: 0; padding: clamp(1.5rem, 4vw, 3rem) clamp(1.25rem, 4vw, 3.25rem) 1rem; text-align: center; }
body.cms-id-2 #main > .page-header h1 { color: var(--ac-navy); font-size: clamp(2.1rem, 5vw, 3.65rem); line-height: 1.08; margin: 0; }
body.cms-id-2 #content.page-content { background: #fff; border: 1px solid var(--ac-border); border-radius: 0 0 18px 18px; box-shadow: 0 16px 38px rgba(23,50,77,.08); margin-bottom: 3rem; padding: clamp(1.25rem, 4vw, 3.25rem); text-align: left; word-spacing: normal; }
body.cms-id-2 #content.page-content > ul:not([hidden]) { display: grid; gap: 1rem; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; margin: 1.5rem 0 0; padding: 0; }
body.cms-id-2 #content.page-content > ul:not([hidden]) li { margin: 0; }
body.cms-id-2 #content.page-content > ul:not([hidden]) a { background: var(--ac-ivory); border: 1px solid var(--ac-border); border-radius: 12px; color: var(--ac-navy); display: block; font-weight: 700; height: 100%; padding: 1rem; text-decoration: none; }
.ac-category-hero { margin: 0 auto clamp(2.5rem,6vw,4.5rem); max-width: 900px; text-align: center; }
.ac-category-hero h2 { color: var(--ac-navy); font-size: clamp(1.65rem,4vw,2.65rem); line-height: 1.15; margin: .35rem 0 .8rem; }
.ac-category-hero > p:not(.ac-eyebrow) { color: #5c6268; font-size: 1.08rem; line-height: 1.7; margin: 0 auto; max-width: 720px; }
.ac-category-shortcuts { display: grid; gap: .75rem; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 1.5rem; }
.ac-category-shortcuts span { background: var(--ac-ivory); border: 1px solid var(--ac-border); border-radius: 10px; color: #656b70; padding: .8rem; }
.ac-category-shortcuts strong { color: var(--ac-navy); display: block; }
.ac-category-section { border-top: 1px solid var(--ac-border); margin-top: 2.75rem; padding-top: 2.5rem; }
.ac-category-section__heading { align-items: flex-start; display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.ac-category-section__heading > span { align-items: center; background: var(--ac-navy); border-radius: 50%; color: #fff; display: flex; flex: 0 0 2.7rem; font-weight: 800; height: 2.7rem; justify-content: center; }
.ac-category-section__heading h2 { color: var(--ac-navy); font-size: clamp(1.45rem,3vw,2rem); margin: 0; }
.ac-category-section__heading p { color: #656b70; margin: .25rem 0 0; }
.ac-category-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; margin: 0; padding: 0; }
.ac-category-card { margin: 0; }
.ac-category-card > a { background: #fff; border: 1px solid var(--ac-border); border-radius: 13px; box-shadow: 0 6px 18px rgba(23,50,77,.05); color: var(--ac-text); display: flex; flex-direction: column; height: 100%; min-height: 220px; padding: 1.25rem; text-decoration: none; transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.ac-category-card > a:hover { border-color: var(--ac-gold); box-shadow: 0 14px 30px rgba(23,50,77,.12); color: var(--ac-text); transform: translateY(-3px); }
.ac-category-card__kicker { color: var(--ac-gold); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ac-category-card strong { color: var(--ac-navy); font-size: 1.18rem; line-height: 1.3; margin: .55rem 0 .65rem; }
.ac-category-card__description { color: #5c6268; line-height: 1.55; }
.ac-category-card__action { color: var(--ac-blue); font-weight: 700; margin-top: auto; padding-top: 1rem; }
.ac-category-section--start .ac-category-card:first-child > a { background: linear-gradient(145deg,#17324d,#285a7a); border-color: var(--ac-navy); }
.ac-category-section--start .ac-category-card:first-child strong,.ac-category-section--start .ac-category-card:first-child .ac-category-card__action { color: #fff; }
.ac-category-section--start .ac-category-card:first-child .ac-category-card__description { color: #dce8ef; }

.page-content.page-cms .ac-cms-guide .ac-guide-utility,
#main .ac-cms-guide .ac-guide-utility { align-items: center !important; background: transparent !important; border: 0 !important; border-bottom: 1px solid #e7e2da !important; border-radius: 0 !important; clear: both !important; display: flex !important; float: none !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 6px 18px !important; height: auto !important; justify-content: flex-start !important; margin: 0 0 28px !important; min-height: 0 !important; padding: 0 0 12px !important; position: static !important; text-align: left !important; width: 100% !important; word-spacing: normal !important; z-index: auto !important; }
.page-content.page-cms .ac-cms-guide .ac-guide-utility > span,
#main .ac-cms-guide .ac-guide-utility > span { color: #7a7f83 !important; display: inline-block !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: .1em !important; line-height: 1.4 !important; margin: 0 !important; text-transform: uppercase !important; }
.page-content.page-cms .ac-cms-guide .ac-guide-utility > a,
#main .ac-cms-guide .ac-guide-utility > a { background: transparent !important; border: 0 !important; border-radius: 0 !important; color: var(--ac-blue) !important; display: inline-block !important; font-size: 14px !important; font-weight: 600 !important; line-height: 1.4 !important; margin: 0 !important; padding: 0 !important; position: static !important; text-decoration: none !important; white-space: normal !important; word-spacing: normal !important; }
.page-content.page-cms .ac-cms-guide .ac-guide-utility > a + a::before,
#main .ac-cms-guide .ac-guide-utility > a + a::before { content: none !important; display: none !important; }
.ac-glossary-grid { display: grid; gap: .75rem; grid-template-columns: repeat(3,minmax(0,1fr)); }
.ac-glossary-grid p { background: #fff; border: 1px solid var(--ac-border); border-radius: 8px; line-height: 1.5; margin: 0; padding: 1rem; }
.ac-example { background: #eef4f6; border: 1px solid #cadbe3; border-radius: 12px; margin: 2rem 0; padding: clamp(1rem,3vw,1.75rem); }
.ac-example h2 { margin: 0 0 .75rem; }
.ac-example ol { margin-bottom: 0; }

.ac-compat { border: 1px solid var(--ac-border); border-radius: 10px; margin: 2rem 0 3rem; overflow: hidden; }
.ac-compat > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ac-compat > div > * { border-bottom: 1px solid var(--ac-border); padding: .8rem; }
.ac-compat > div:first-child { background: var(--ac-navy); color: #fff; }
.ac-compat > div:last-child > * { border-bottom: 0; }
[hidden] { display: none !important; }

@media (max-width: 767px) {
  .ac-measure__intro { grid-template-columns: 1fr; }
  .ac-photo-with-diagram { grid-template-columns: 1fr; }
  .ac-choice-grid, .ac-choice-grid--three, .ac-guide-grid, .ac-visual-step, .ac-visual-grid--headers, .ac-visual-grid--three, .ac-visual-grid--two, .ac-process-grid { grid-template-columns: 1fr; }
  .ac-visual-step--reverse img { order: initial; }
  .ac-visual-grid--headers .ac-visual-card, .ac-visual-grid--headers .ac-visual-card:nth-child(4), .ac-visual-grid--headers .ac-visual-card:nth-child(5) { grid-column: auto; }
  .ac-inline-fields { align-items: stretch; flex-direction: column; gap: 0; }
  .ac-primer, .ac-check-grid, .ac-path, .ac-link-grid, .ac-service-grid { grid-template-columns: 1fr; }
  .ac-path > div { min-height: 0; }
  .ac-path > div:not(:last-child)::after { bottom: -.9rem; left: 50%; right: auto; top: auto; transform: rotate(90deg); }
  .ac-spec-list p { gap: .25rem; grid-template-columns: 1fr; }
  .ac-compat { border: 0; overflow: visible; }
  .ac-compat > div { border: 1px solid var(--ac-border); border-radius: 8px; grid-template-columns: 1fr; margin-bottom: .75rem; overflow: hidden; }
  .ac-compat > div:first-child { display: none; }
  .ac-compat > div > span:first-child { background: var(--ac-navy); color: #fff; font-weight: 700; }
  .ac-summary dl { grid-template-columns: 1fr; }
  .ac-summary dt { border-bottom: 0; padding-bottom: 0; }
  .ac-wizard__actions, .ac-summary__actions { align-items: stretch; flex-direction: column-reverse; }
  .ac-choice-grid--headers label, .ac-choice-grid--headers label:nth-child(4), .ac-choice-grid--headers label:nth-child(5) { grid-column: auto; }
  body.cms-id-2 #content.page-content > ul:not([hidden]), .ac-category-grid, .ac-category-shortcuts, .ac-glossary-grid { grid-template-columns: 1fr; }
  .ac-category-card > a { min-height: 0; }
  .page-content.page-cms .ac-cms-guide .ac-guide-utility, #main .ac-cms-guide .ac-guide-utility { align-items: center !important; flex-direction: row !important; gap: 6px 14px !important; text-align: left !important; }
  .page-content.page-cms .ac-cms-guide .ac-guide-utility > a, #main .ac-cms-guide .ac-guide-utility > a { border: 0 !important; padding: 0 !important; }
  .page-content.page-cms .ac-cms-guide .ac-guide-utility > a + a::before, #main .ac-cms-guide .ac-guide-utility > a + a::before { content: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ac-choice-grid--headers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ac-choice-grid--headers label, .ac-choice-grid--headers label:nth-child(4), .ac-choice-grid--headers label:nth-child(5) { grid-column: auto; }
  .ac-visual-grid--headers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ac-visual-grid--headers .ac-visual-card, .ac-visual-grid--headers .ac-visual-card:nth-child(4), .ac-visual-grid--headers .ac-visual-card:nth-child(5) { grid-column: auto; }
  .ac-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ac-check-grid, .ac-link-grid, .ac-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.cms-id-2 #content.page-content > ul:not([hidden]), .ac-category-grid, .ac-glossary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media print {
  .ac-measure__intro, .ac-progress, .ac-wizard, .ac-summary__actions, header, footer { display: none !important; }
  .ac-summary { border: 0; box-shadow: none; display: block !important; }
}
