.affsync-electrical-configurator-page .content-area {
  margin-top: 0 !important;
}
.affsync-electrical-configurator-page .entry-header {
  display: none;
}
.affsync-electrical-configurator-page .content-container.site-container,
.affsync-electrical-configurator-page .content-wrap,
.affsync-electrical-configurator-page .site-main,
.affsync-electrical-configurator-page .entry-content {
  width: 100%;
  max-width: none;
  padding: 0;
}
.affsync-electrical-configurator-page article.entry {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.affsync-electrical-configurator-page .entry-content-wrap {
  padding: 0;
}
.affsync-electrical-configurator-page .entry-content > * {
  max-width: none;
}
.aec {
  width: 100%;
  overflow: hidden;
  color: #202722;
  font-size: 16px;
  line-height: 1.6;
  background: #fbfaf7;
}
.aec *,
.aec * ::before,
.aec * ::after {
  box-sizing: border-box;
}
.aec button,
.aec input,
.aec select {
  font: inherit;
}
.aec button,
.aec a {
  -webkit-tap-highlight-color: transparent;
}
.aec h1,
.aec h2,
.aec h3,
.aec p {
  margin-top: 0;
}
.aec h1,
.aec h2,
.aec h3,
.aec strong,
.aec b {
  color: #202722;
}
.aec a {
  color: #285b4c;
}
.aec [hidden] {
  display: none !important;
}
.aec-shell {
  width: min(1180px,calc(60%));
  margin-inline: auto;
}
.aec-eyebrow {
  margin-bottom: 10px;
  color: #c96b3c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}
.aec-hero {
  position: relative;
  padding: clamp(48px,7vw,92px)0 clamp(70px,9vw,118px);
  overflow: hidden;
  color: #ffffff;
  background: radial-gradient(circle at 72% 20%,rgba(226,184,112,.25)0 10%,transparent 34%), linear-gradient(128deg,#123a31 0%,#285b4c 56%,#397261 100%);
}
.aec-hero::before,
.aec-hero::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.aec-hero::before {
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(30deg,transparent 48%,rgba(255,255,255,.16)49%,rgba(255,255,255,.16)51%,transparent 52%), linear-gradient(-30deg,transparent 48%,rgba(255,255,255,.08)49%,rgba(255,255,255,.08)51%,transparent 52%);
  background-size: 52px 52px;
}
.aec-hero::after {
  right: -12vw;
  bottom: -190px;
  width: 70vw;
  height: 280px;
  background: #f5efe3;
  transform: rotate(-7deg);
}
.aec-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.05fr)minmax(420px,.95fr);
  gap: clamp(44px,7vw,90px);
  align-items: center;
}
.aec-back {
  display: inline-flex;
  margin-bottom: 34px;
  color: rgba(255,255,255,.8) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.aec-hero .aec-eyebrow {
  color: #f0c47b;
}
.aec-hero h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(42px,5.5vw,76px);
  line-height: .98;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}
.aec-hero__lead {
  max-width: 670px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.88);
  font-size: clamp(18px,2vw,22px);
  line-height: 1.55;
}
.aec-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.aec-hero__proofs span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 800;
}
.aec-hero-board {
  position: relative;
  padding: 20px 18px 18px;
  border: 5px solid #d8d8d4;
  border-radius: 18px;
  color: #202722;
  background: linear-gradient(145deg,#f7f7f5,#deded9);
  box-shadow: 0 34px 65px rgba(0,0,0,.28), inset 0 0 0 2px #ffffff;
  transform: perspective(1000px)rotateY(-5deg)rotateX(2deg);
}
.aec-hero-board__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  color: #666b68;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}
.aec-hero-board__top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #909591;
  box-shadow: inset 0 1px 2px #555555;
}
.aec-hero-board__row {
  display: grid;
  grid-template-columns: 1.8fr repeat(4,1fr).7fr;
  min-height: 82px;
  margin-bottom: 13px;
  padding: 8px;
  gap: 4px;
  align-items: stretch;
  border: 1px solid #aaaaaa;
  border-radius: 7px;
  background: linear-gradient(#bbc0bc 0 7px,#777777 8px 10px,#c9ccc8 11px 100%);
}
.aec-hero-board__row b,
.aec-hero-board__row span,
.aec-hero-board__row em {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 8px 3px 17px;
  border: 1px solid #c9cbc8;
  border-radius: 3px;
  color: #303330;
  background: linear-gradient(90deg,#f8f8f5,#e5e5e0);
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
  font-size: 11px;
  font-style: normal;
  text-align: center;
}
.aec-hero-board__row b {
  border-top: 5px solid #c96b3c;
  line-height: 1.1;
}
.aec-hero-board__row b small {
  color: #666666;
  font-size: 8px;
}
.aec-hero-board__row span::after {
  position: absolute;
  bottom: 6px;
  width: 14px;
  height: 8px;
  border-radius: 2px;
  background: #285b4c;
  content: '';
}
.aec-hero-board__row em {
  opacity: .5;
  background: repeating-linear-gradient(135deg,#eeeeee 0 5px,#d7d7d4 5px 10px);
}
.aec-hero-board__legend {
  color: #6d716d;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.aec-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: -48px;
  padding: 9px;
  border: 1px solid rgba(40,91,76,.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(25,59,49,.12);
}
.aec-intro article {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 21px 24px;
  border-right: 1px solid #e8ebe8;
}
.aec-intro article:last-child {
  border-right: 0;
}
.aec-intro strong {
  color: #c96b3c;
  font-size: 25px;
  line-height: 1;
  white-space: nowrap;
}
.aec-intro span {
  color: #657068;
  font-size: 13px;
  line-height: 1.45;
}
.aec-intro b {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}
.aec-app {
  margin-top: 76px;
  margin-bottom: 90px;
  border: 1px solid #d9dfda;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 50px rgba(25,49,40,.08);
}
.aec-app__header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  padding: 32px 38px 28px;
  background: #f7f4ed;
}
.aec-app__header h2 {
  margin-bottom: 0;
  font-size: clamp(27px,3vw,40px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.aec-app__header > p {
  margin-bottom: 5px;
  color: #285b4c;
  font-size: 13px;
  font-weight: 900;
}
.aec-progress {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #d9dfda;
  border-bottom: 1px solid #d9dfda;
  background: #fafaf8;
}
.aec-progress button {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 10px;
  border: 0;
  border-right: 1px solid #d9dfda;
  color: #7a827d;
  background: transparent;
  cursor: pointer;
}
.aec-progress button:last-child {
  border-right: 0;
}
.aec-progress button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  content: '';
}
.aec-progress span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #cbd1cc;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}
.aec-progress b {
  color: inherit;
  font-size: 13px;
}
.aec-progress .is-active {
  color: #285b4c;
  background: #ffffff;
}
.aec-progress .is-active::after {
  background: #c96b3c;
}
.aec-progress .is-active span {
  border-color: #285b4c;
  color: #ffffff;
  background: #285b4c;
}
.aec-progress .is-complete span {
  border-color: #8caf9f;
  color: #285b4c;
  background: #e2eee8;
}
.aec-progress button:disabled {
  cursor: default;
}
.aec-form {
  padding: clamp(28px,5vw,55px);
}
.aec-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  animation: aec-slide-in .28s ease both;
}
@keyframes aec-slide-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.aec-step legend {
  display: grid;
  grid-template-columns: 48px 1fr;
  width: 100%;
  margin-bottom: 30px;
}
.aec-step legend > span {
  grid-row: 1 / span  2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #ffffff;
  background: #c96b3c;
  font-size: 12px;
  font-weight: 900;
}
.aec-step legend strong {
  font-size: 25px;
  line-height: 1.2;
}
.aec-step legend small {
  display: block;
  margin-top: 4px;
  color: #657068;
  font-size: 14px;
}
.aec-choice-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}
.aec-choice-grid--3 {
  grid-template-columns: repeat(3,1fr);
}
.aec-choice-card,
.aec-appliance {
  position: relative;
  display: flex;
  min-width: 0;
  cursor: pointer;
}
.aec-choice-card {
  flex-direction: column;
  min-height: 165px;
  padding: 22px;
  border: 2px solid #e3e6e3;
  border-radius: 16px;
  background: #fbfcfa;
}
.aec-choice-card input,
.aec-appliance input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.aec-choice-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 12px;
  color: #285b4c;
  background: #e3eee8;
  font-size: 17px;
  font-weight: 900;
}
.aec-choice-card b {
  margin-bottom: 5px;
  font-size: 16px;
}
.aec-choice-card small {
  color: #657068;
}
.aec-choice-card.is-selected {
  border-color: #285b4c;
  background: #f3f8f5;
  box-shadow: 0 0 0 3px rgba(40,91,76,.07);
}
.aec-choice-card.is-selected::after {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #285b4c;
  content: '✓';
  font-size: 12px;
  font-weight: 900;
}
.aec-fields {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}
.aec-fields > label,
.aec-conditional-card > label[data-aec-heating-count] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aec-fields label > span:first-child,
.aec-conditional-card label > span:first-child {
  font-size: 13px;
  font-weight: 800;
}
.aec-fields select,
.aec-fields input,
.aec-conditional-card input,
.aec-counter input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #cfd6d1;
  border-radius: 10px;
  color: #202722;
  background: #ffffff;
  outline: none;
}
.aec-fields select:focus,
.aec-fields input:focus,
.aec-conditional-card input:focus,
.aec-counter input:focus {
  border-color: #285b4c;
  box-shadow: 0 0 0 3px rgba(40,91,76,.12);
}
.aec-fields label > small {
  margin-top: -4px;
  color: #657068;
  font-size: 11px;
}
.aec-input-unit {
  position: relative;
  display: block;
}
.aec-input-unit input {
  padding-right: 50px;
}
.aec-input-unit i {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #657068;
  font-size: 13px;
  font-style: normal;
  transform: translateY(-50%);
}
.aec-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #e6e9e6;
}
.aec-button,
.aec-result__actions button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #285b4c;
  border-radius: 10px;
  color: #ffffff;
  background: #285b4c;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.aec-button:hover,
.aec-result__actions button:hover {
  color: #ffffff;
  background: #173d34;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(40,91,76,.18);
}
.aec-button--ghost {
  color: #285b4c;
  background: #ffffff;
}
.aec-button--ghost:hover {
  color: #285b4c;
  background: #eff5f1;
}
.aec-button--accent {
  border-color: #c96b3c;
  background: #c96b3c;
}
.aec-button--accent:hover {
  background: #9d4725;
}
.aec-step-tip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px 18px;
  align-items: center;
  margin-bottom: 25px;
  padding: 17px 19px;
  border-left: 4px solid #c96b3c;
  border-radius: 8px;
  background: #f7f1e8;
}
.aec-step-tip b {
  grid-row: 1 / span  2;
}
.aec-step-tip span {
  color: #657068;
  font-size: 13px;
}
.aec-step-tip button {
  grid-column: 3;
  grid-row: 1 / span  2;
  padding: 8px 12px;
  border: 1px solid #285b4c;
  border-radius: 8px;
  color: #285b4c;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.aec-counter-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 13px;
}
.aec-counter {
  display: grid;
  grid-template-columns: 1fr 78px;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid #d9dfda;
  border-radius: 13px;
  background: #fcfdfb;
}
.aec-counter b {
  display: block;
  font-size: 14px;
}
.aec-counter small {
  display: block;
  margin-top: 2px;
  color: #657068;
  font-size: 11px;
  line-height: 1.35;
}
.aec-counter input {
  min-height: 44px;
  padding-inline: 8px;
  text-align: center;
}
.aec-inline-options {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 13px;
  margin-top: 13px;
}
.aec-inline-options label,
.aec-conditional-card > label:first-child {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 16px;
  border: 1px solid #d9dfda;
  border-radius: 13px;
  background: #fcfdfb;
  cursor: pointer;
}
.aec-inline-options input,
.aec-conditional-card input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #285b4c;
}
.aec-inline-options b,
.aec-conditional-card b {
  display: block;
  font-size: 14px;
}
.aec-inline-options small,
.aec-conditional-card small {
  display: block;
  color: #657068;
  font-size: 11px;
}
.aec-appliance-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}
.aec-appliance {
  flex-direction: column;
  min-height: 138px;
  padding: 17px;
  border: 1px solid #d9dfda;
  border-radius: 13px;
  background: #fcfdfb;
}
.aec-appliance > span {
  display: grid;
  width: 38px;
  height: 28px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 6px;
  color: #285b4c;
  background: #e7f0eb;
  font-size: 10px;
  font-weight: 900;
}
.aec-appliance b {
  font-size: 14px;
}
.aec-appliance small {
  margin-top: 3px;
  color: #657068;
  font-size: 11px;
  line-height: 1.35;
}
.aec-appliance.is-selected {
  border-color: #c96b3c;
  background: #fff8f3;
  box-shadow: inset 0 0 0 1px #c96b3c;
}
.aec-appliance.is-selected::after {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #c96b3c;
  content: '✓';
  font-weight: 900;
}
.aec-conditional-card {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 14px;
  margin-top: 18px;
  padding: 15px;
  border-radius: 15px;
  background: #f0f5f2;
}
.aec-range {
  display: block;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #d9dfda;
  border-radius: 14px;
  background: #fbfcfa;
}
.aec-range > span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.aec-range output {
  color: #c96b3c;
  font-weight: 900;
}
.aec-range input {
  width: 100%;
  accent-color: #c96b3c;
}
.aec-final-check {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 25px;
  margin-top: 20px;
  padding: 20px 22px;
  border-radius: 14px;
  color: #ffffff;
  background: #173d34;
}
.aec-final-check strong {
  color: #ffffff;
}
.aec-final-check ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 7px 25px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
}
.aec-result {
  padding: clamp(26px,5vw,52px);
  background: #f8f8f5;
}
.aec-result__header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.aec-result__header h2 {
  margin-bottom: 8px;
  font-size: clamp(30px,4vw,48px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.aec-result__header p:last-child {
  margin-bottom: 0;
  color: #657068;
}
.aec-result__status {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: #285b4c;
  background: #dfece5;
  font-size: 12px;
  font-weight: 900;
}
.aec-kpis {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.aec-kpis article {
  padding: 18px;
  border: 1px solid #d9dfda;
  border-radius: 13px;
  background: #ffffff;
}
.aec-kpis span,
.aec-kpis small {
  display: block;
  color: #657068;
  font-size: 11px;
}
.aec-kpis strong {
  display: block;
  margin: 4px 0 0;
  color: #285b4c;
  font-size: 28px;
  line-height: 1.1;
}
.aec-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}
.aec-result__actions button {
  min-height: 42px;
  padding: 8px 14px;
  border-color: #cfd8d2;
  color: #285b4c;
  background: #ffffff;
  font-size: 12px;
}
.aec-result__actions button:hover {
  color: #ffffff;
}
.aec-alerts {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-bottom: 28px;
}
.aec-alert {
  padding: 15px 17px;
  border: 1px solid #d9dfda;
  border-left-width: 4px;
  border-radius: 10px;
  background: #ffffff;
}
.aec-alert strong {
  font-size: 13px;
}
.aec-alert p {
  margin: 2px 0 0;
  color: #657068;
  font-size: 12px;
  line-height: 1.45;
}
.aec-alert--warning {
  border-left-color: #d58b21;
}
.aec-alert--info {
  border-left-color: #285b4c;
}
.aec-alert--success {
  border-left-color: #599b66;
}
.aec-board-section,
.aec-bom-section,
.aec-products {
  margin-top: 34px;
}
.aec-board-mobile-hint {
  display: none;
}
.aec-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.aec-section-heading h3 {
  margin-bottom: 0;
  font-size: 25px;
}
.aec-section-heading > p {
  max-width: 430px;
  margin-bottom: 2px;
  color: #657068;
  font-size: 12px;
  text-align: right;
}
.aec-board {
  padding: 18px;
  border: 6px solid #d1d3cf;
  border-radius: 16px;
  background: linear-gradient(145deg,#f4f4f1,#dedfdc);
  box-shadow: 0 16px 35px rgba(32,39,34,.14), inset 0 0 0 2px #ffffff;
}
.aec-board__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 1px 5px 14px;
  color: #626863;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.aec-board-row {
  margin-bottom: 14px;
  padding: 11px 10px 8px;
  border: 1px solid #aeb3af;
  border-radius: 7px;
  background: #c8cbc7;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
}
.aec-board-row > header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 0 3px 7px;
  color: #555c57;
  font-size: 10px;
}
.aec-board-row > header strong {
  font-size: 10px;
  letter-spacing: .08em;
}
.aec-din-rail {
  display: flex;
  min-width: 0;
  min-height: 98px;
  gap: 2px;
  padding: 9px 5px;
  overflow: hidden;
  background: linear-gradient(#7f8580 0 7px,#aeb1ad 7px 43%,#707570 44% 53%,#c5c8c3 54% 100%);
}
.aec-module {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 2px 18px;
  overflow: hidden;
  border: 1px solid #b9bdb9;
  border-radius: 2px;
  color: #2f332f;
  background: linear-gradient(90deg,#fafaf7 0%,#e4e5e1 50%,#f6f6f2 100%);
  box-shadow: 0 2px 4px rgba(0,0,0,.24);
  text-align: center;
}
.aec-module--m2 {
  flex-grow: 2;
}
.aec-module--m3 {
  flex-grow: 3;
}
.aec-module--m4 {
  flex-grow: 4;
}
.aec-module strong {
  max-width: 100%;
  font-size: clamp(8px,1vw,12px);
  line-height: 1.1;
  white-space: nowrap;
}
.aec-module > span {
  display: block;
  max-width: 90%;
  margin-top: 4px;
  overflow: hidden;
  color: #626862;
  font-size: clamp(6px,.75vw,9px);
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aec-module__badge {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #7d827e;
  font-size: 6px;
  font-weight: 900;
}
.aec-module i {
  position: absolute;
  bottom: 6px;
  width: 18px;
  height: 9px;
  border: 1px solid #34584a;
  border-radius: 2px;
  background: #285b4c;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.35);
}
.aec-module--differential {
  border-top: 5px solid #c96b3c;
}
.aec-module--differential i {
  width: 27px;
  background: #c96b3c;
  border-color: #9d4725;
}
.aec-module--surge {
  border-top: 5px solid #d49d34;
}
.aec-module--surge i {
  background: #d49d34;
  border-color: #9e721d;
}
.aec-module--accessory {
  border-top: 5px solid #52739b;
}
.aec-module--accessory i {
  background: #52739b;
  border-color: #34516f;
}
.aec-module--free {
  opacity: .58;
  background: repeating-linear-gradient(135deg,#efefec 0 5px,#d9dad6 5px 10px);
  box-shadow: none;
}
.aec-module--free strong,
.aec-module--free i,
.aec-module--free .aec-module__badge {
  display: none;
}
.aec-module--free > span {
  color: #858b86;
  writing-mode: vertical-rl;
}
.aec-board-row__labels {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding: 7px 3px 0;
  color: #626862;
  font-size: 9px;
  font-weight: 700;
}
.aec-board__footer {
  padding-top: 3px;
  color: #6d736e;
  font-size: 9px;
  text-align: center;
}
.aec-bom-wrap {
  overflow-x: auto;
  border: 1px solid #d9dfda;
  border-radius: 13px;
  background: #ffffff;
}
.aec-bom-wrap table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
.aec-bom-wrap th,
.aec-bom-wrap td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #e8ebe8;
  font-size: 12px;
  text-align: left;
}
.aec-bom-wrap thead th {
  color: #ffffff;
  background: #173d34;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.aec-bom-wrap tbody tr:last-child th,
.aec-bom-wrap tbody tr:last-child td {
  border-bottom: 0;
}
.aec-bom-wrap tbody th {
  font-size: 13px;
}
.aec-bom-wrap a {
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.aec-bom-quantity {
  color: #c96b3c;
  font-size: 17px !important;
  font-weight: 900;
  text-align: center !important;
}
.aec-products__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  min-height: 0;
}
.aec-products__grid.is-loading {
  min-height: 140px;
  border-radius: 13px;
  background: linear-gradient(90deg,#ecefe9 25%,#f8f8f5 50%,#ecefe9 75%);
  background-size: 200% 100%;
  animation: aec-loading 1.2s infinite;
}
@keyframes aec-loading {
  to {
    background-position: -200% 0;
  }
}
.aec-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 13px;
  border: 1px solid #d9dfda;
  border-radius: 12px;
  color: #202722 !important;
  background: #ffffff;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
.aec-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(27,52,43,.1);
}
.aec-product-card img,
.aec-product-card__placeholder {
  width: 100%;
  aspect-ratio: 1.2;
  margin-bottom: 10px;
  object-fit: contain;
  border-radius: 8px;
  background: #f4f4f1;
}
.aec-product-card__placeholder {
  display: grid;
  place-items: center;
  color: #285b4c;
  font-size: 24px;
  font-weight: 900;
}
.aec-product-card small {
  color: #c96b3c;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.aec-product-card strong {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.35;
}
.aec-product-card b {
  margin-top: auto;
  color: #285b4c;
}
.aec-product-card em {
  margin-top: 7px;
  color: #285b4c;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.aec-safety {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 5px solid #c96b3c;
  border-radius: 9px;
  background: #f3eadc;
}
.aec-safety strong {
  font-size: 14px;
}
.aec-safety p {
  margin: 3px 0 0;
  color: #615b51;
  font-size: 12px;
}
.aec-editorial {
  padding: 90px 0;
  color: #ffffff;
  background: #173d34;
}
.aec-editorial h2,
.aec-editorial h3 {
  color: #ffffff;
}
.aec-editorial__lead {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 30px 70px;
  align-items: end;
  margin-bottom: 45px;
}
.aec-editorial__lead .aec-eyebrow {
  grid-column: -1;
  margin-bottom: -15px;
  color: #eab76e;
}
.aec-editorial__lead h2 {
  margin: 0;
  font-size: clamp(32px,4vw,50px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.aec-editorial__lead > p:last-child {
  margin-bottom: 4px;
  color: rgba(255,255,255,.72);
}
.aec-editorial__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.aec-editorial__grid article {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
}
.aec-editorial__grid span {
  display: block;
  margin-bottom: 25px;
  color: #eab76e;
  font-size: 30px;
  font-weight: 900;
}
.aec-editorial__grid h3 {
  font-size: 18px;
}
.aec-editorial__grid p {
  margin-bottom: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}
.aec-guide {
  padding-top: 90px;
  padding-bottom: 90px;
}
.aec-guide > div:first-child {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 35px;
}
.aec-guide h2 {
  margin-bottom: 0;
  font-size: clamp(30px,4vw,46px);
  line-height: 1.1;
  letter-spacing: -.03em;
}
.aec-guide__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid #d9dfda;
  border-left: 1px solid #d9dfda;
}
.aec-guide__grid article {
  padding: 27px;
  border-right: 1px solid #d9dfda;
  border-bottom: 1px solid #d9dfda;
}
.aec-guide__grid h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.aec-guide__grid p {
  margin-bottom: 0;
  color: #657068;
  font-size: 13px;
}
.aec-verified {
  margin: 18px 0 0;
  color: #657068;
  font-size: 11px;
}
.aec-faq {
  padding: 80px 0;
  background: #f5efe3;
}
.aec-faq h2 {
  margin-bottom: 30px;
  font-size: clamp(30px,4vw,45px);
}
.aec-faq__list {
  display: grid;
  gap: 9px;
}
.aec-faq details {
  border: 1px solid #d7cbb6;
  border-radius: 10px;
  background: rgba(255,255,255,.65);
}
.aec-faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.aec-faq summary::-webkit-details-marker {
  display: none;
}
.aec-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #c96b3c;
  content: '+';
  font-size: 24px;
  transform: translateY(-50%);
}
.aec-faq details[open] summary::after {
  content: '−';
}
.aec-faq details p {
  padding: 0 20px 19px;
  margin: 0;
  color: #657068;
  font-size: 14px;
}
.aec-links {
  padding-top: 90px;
  padding-bottom: 90px;
}
.aec-links h2 {
  margin-bottom: 30px;
  font-size: clamp(30px,4vw,44px);
}
.aec-links__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.aec-links__grid a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #d9dfda;
  border-radius: 13px;
  color: #202722;
  background: #ffffff;
  text-decoration: none;
}
.aec-links__grid span {
  color: #c96b3c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.aec-links__grid strong {
  margin: 22px 0 9px;
  font-size: 18px;
  line-height: 1.25;
}
.aec-links__grid small {
  margin-top: auto;
  color: #285b4c;
  font-weight: 900;
}
.aec-links__grid a:hover {
  border-color: #285b4c;
  box-shadow: 0 10px 25px rgba(27,52,43,.08);
}
.aec-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #d9dfda;
  font-size: 11px;
}
.aec-sources a {
  color: #657068;
}
@media (max-width:980px) {
  .aec-hero__grid {
    grid-template-columns: 1fr;
  }
  .aec-hero-board {
    width: min(620px,100%);
    transform: none;
  }
  .aec-counter-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .aec-appliance-grid,
  .aec-products__grid {
    grid-template-columns: repeat(3,1fr);
  }
  .aec-kpis {
    grid-template-columns: repeat(2,1fr);
  }
  .aec-links__grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:720px) {
  .aec-shell {
    width: min(76%,1180px);
  }
  .aec-hero {
    padding: 34px 0 76px;
  }
  .aec-back {
    margin-bottom: 22px;
  }
  .aec-hero h1 {
    font-size: clamp(38px,13vw,58px);
  }
  .aec-hero__lead {
    font-size: 17px;
  }
  .aec-hero-board {
    padding: 13px 11px;
    border-width: 4px;
  }
  .aec-hero-board__row {
    min-height: 65px;
  }
  .aec-hero-board__row b,
  .aec-hero-board__row span {
    font-size: 8px;
  }
  .aec-intro {
    grid-template-columns: 1fr;
    margin-top: -42px;
  }
  .aec-intro article {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid #e8ebe8;
  }
  .aec-intro article:last-child {
    border-bottom: 0;
  }
  .aec-app {
    width: calc(84%);
    margin-top: 45px;
    border-radius: 16px;
  }
  .aec-app__header {
    display: block;
    padding: 24px 20px;
  }
  .aec-app__header > p {
    margin-top: 12px;
  }
  .aec-progress button {
    min-height: 57px;
    gap: 0;
  }
  .aec-progress button b {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .aec-form,
  .aec-result {
    padding: 24px 16px;
  }
  .aec-step legend {
    grid-template-columns: 42px 1fr;
  }
  .aec-choice-grid--3,
  .aec-fields,
  .aec-counter-grid,
  .aec-inline-options,
  .aec-appliance-grid,
  .aec-conditional-card {
    grid-template-columns: 1fr;
  }
  .aec-choice-card {
    min-height: 120px;
    padding: 17px;
  }
  .aec-choice-card__icon {
    margin-bottom: 11px;
  }
  .aec-step-tip {
    grid-template-columns: 1fr;
  }
  .aec-step-tip b,
  .aec-step-tip span,
  .aec-step-tip button {
    grid-column: auto;
    grid-row: auto;
  }
  .aec-step-tip button {
    justify-self: start;
  }
  .aec-counter {
    grid-template-columns: 1fr 68px;
  }
  .aec-appliance-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .aec-appliance {
    min-height: 132px;
    padding: 14px;
  }
  .aec-final-check {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .aec-final-check ul {
    grid-template-columns: 1fr;
  }
  .aec-step-actions {
    align-items: stretch;
  }
  .aec-step-actions .aec-button {
    flex: 1 1 auto;
    padding-inline: 12px;
    font-size: 13px;
  }
  .aec-result__header,
  .aec-section-heading {
    display: block;
  }
  .aec-result__status {
    display: inline-flex;
    margin-top: 12px;
  }
  .aec-kpis {
    gap: 8px;
  }
  .aec-kpis article {
    padding: 14px;
  }
  .aec-alerts {
    grid-template-columns: 1fr;
  }
  .aec-section-heading > p {
    margin-top: 7px;
    text-align: left;
  }
  .aec-board {
    margin-inline: -8px;
    padding: 9px;
    border-width: 4px;
    border-radius: 10px;
    overflow-x: auto;
  }
  .aec-board-mobile-hint {
    display: block;
    margin: -5px 0 11px;
    color: #657068;
    font-size: 11px;
    font-weight: 700;
  }
  .aec-board__header {
    min-width: 620px;
  }
  .aec-board-row {
    min-width: 620px;
  }
  .aec-din-rail {
    min-height: 88px;
  }
  .aec-module strong {
    font-size: 8px;
  }
  .aec-module > span {
    font-size: 6px;
  }
  .aec-bom-wrap th,
  .aec-bom-wrap td {
    padding: 11px 10px;
  }
  .aec-products__grid {
    grid-template-columns: repeat(2,1fr);
  }
  .aec-editorial,
  .aec-guide,
  .aec-faq,
  .aec-links {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .aec-editorial__lead,
  .aec-editorial__grid,
  .aec-guide > div:first-child,
  .aec-guide__grid {
    grid-template-columns: 1fr;
  }
  .aec-guide__grid {
    border-right: 1px solid #d9dfda;
  }
  .aec-links__grid {
    grid-template-columns: 1fr;
  }
  .aec-links__grid a {
    min-height: 150px;
  }
}
@media print {
  body * {
    visibility: hidden !important;
  }
  .aec-result,
  .aec-result * {
    visibility: visible !important;
  }
  .aec-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #ffffff;
  }
  .aec-result__actions,
  .aec-alerts,
  .aec-products,
  .aec-safety,
  .aec-bom-section .aec-section-heading p {
    display: none !important;
  }
  .aec-board {
    border-width: 3px;
    box-shadow: none;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .aec-board-row {
    break-inside: avoid;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .aec-bom-section {
    break-before: page;
  }
  .aec-bom-wrap {
    overflow: visible;
  }
}