.enertect-fr-wrap {
  --enertect-fr-ink: #0d1412;
  --enertect-fr-muted: #53605a;
  --enertect-fr-dark-green: #004421;
  --enertect-fr-green: #8cc63f;
  --enertect-fr-orange: #ff7f18;
  --enertect-fr-soft: #f4f8f1;
  --enertect-fr-line: #dbe4d7;
  --enertect-fr-lower: #b45b10;
  --enertect-fr-lower-soft: #fff7e8;
  --enertect-fr-error: #a92f2f;
  color: var(--enertect-fr-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.enertect-fr-page-section {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 68px 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.enertect-fr-page-intro h2,
.enertect-fr-page-context h2,
.enertect-fr-page-cta h2 { margin: 0 0 14px !important; color: #0d1412 !important; font-size: clamp(28px, 3.2vw, 38px) !important; line-height: 1.15 !important; font-weight: 900 !important; }
.enertect-fr-page-section > p { max-width: 800px; color: #4f5c56 !important; font-size: 16px !important; line-height: 1.65 !important; }
.enertect-fr-page-kicker { margin: 0 0 10px !important; color: #5f9f2d !important; font-size: 12px !important; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.enertect-fr-page-calculator { padding: 72px 0; background: #f4f8f1; }
.enertect-fr-page-calculator > .enertect-fr-wrap { width: 80%; max-width: 1080px; margin: 0 auto; }
.enertect-fr-page-context { padding-top: 62px; padding-bottom: 62px; }
.enertect-fr-page-context ul { display: grid; gap: 10px; margin: 20px 0 0 !important; padding-left: 22px !important; color: #4f5c56; }
.enertect-fr-page-cta { margin-bottom: 68px; padding: 38px 42px; background: #f4f8f1; border-left: 4px solid #8cc63f; }
.enertect-fr-page-cta .bm-divi-button { margin-top: 10px; }
.enertect-fr-wrap * { box-sizing: border-box; }
.enertect-fr-wrap [hidden] { display: none !important; }
.enertect-fr-card {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(0, 68, 33, .14);
  border-top: 5px solid var(--enertect-fr-orange);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(13, 20, 18, .10);
}
.enertect-fr-intro {
  padding: 40px 48px 32px;
  background: radial-gradient(circle at 92% 0, rgba(140, 198, 63, .17), transparent 34%), #fff;
}
.enertect-fr-eyebrow,
.enertect-fr-question-number {
  margin: 0 0 10px !important;
  color: var(--enertect-fr-dark-green) !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.enertect-fr-intro h2 {
  max-width: 850px;
  margin: 0 0 14px !important;
  color: var(--enertect-fr-ink) !important;
  font-size: clamp(30px, 4.2vw, 47px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}
.enertect-fr-intro > p:not(.enertect-fr-eyebrow) {
  max-width: 820px;
  margin: 0 !important;
  color: var(--enertect-fr-muted) !important;
  font-size: 16px !important;
}
.enertect-fr-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.enertect-fr-facts span {
  padding: 7px 10px;
  border: 1px solid rgba(0, 68, 33, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--enertect-fr-dark-green);
  font-size: 11px;
  font-weight: 900;
}
.enertect-fr-assumptions { margin-top: 23px; border: 1px solid var(--enertect-fr-line); border-radius: 9px; background: rgba(255,255,255,.84); }
.enertect-fr-assumptions summary { position: relative; padding: 15px 45px 15px 18px; color: var(--enertect-fr-dark-green); font-size: 13px; font-weight: 900; cursor: pointer; list-style: none; }
.enertect-fr-assumptions summary::-webkit-details-marker { display: none; }
.enertect-fr-assumptions summary::after { position: absolute; top: 50%; right: 18px; content: "+"; color: var(--enertect-fr-orange); font-size: 21px; transform: translateY(-50%); }
.enertect-fr-assumptions[open] summary::after { content: "–"; }
.enertect-fr-assumptions > div { padding: 0 18px 17px; border-top: 1px solid var(--enertect-fr-line); }
.enertect-fr-assumptions ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 24px; margin: 16px 0 9px !important; padding: 0 !important; list-style: none !important; }
.enertect-fr-assumptions li { position: relative; padding-left: 21px; color: #435149; font-size: 12px; line-height: 1.5; }
.enertect-fr-assumptions li::before { position: absolute; top: 0; left: 0; content: "✓"; color: var(--enertect-fr-green); font-weight: 900; }
.enertect-fr-assumptions p { margin: 0 !important; color: var(--enertect-fr-muted) !important; font-size: 11px !important; line-height: 1.5 !important; }
.enertect-fr-progress {
  padding: 18px 48px 16px;
  border-top: 1px solid var(--enertect-fr-line);
  border-bottom: 1px solid var(--enertect-fr-line);
  background: #fbfdf9;
}
.enertect-fr-progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.enertect-fr-progress-copy span { color: var(--enertect-fr-green); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.enertect-fr-progress-copy strong { color: #45534b; font-size: 12px; }
.enertect-fr-progressbar { height: 5px; margin-top: 11px; overflow: hidden; border-radius: 999px; background: #dde5da; }
.enertect-fr-progressbar span { display: block; width: 12%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--enertect-fr-orange), var(--enertect-fr-green)); transition: width .22s ease; }
.enertect-fr-form { padding: 40px 48px 44px; }
.enertect-fr-form-error { margin-bottom: 20px; padding: 13px 16px; border-left: 4px solid var(--enertect-fr-error); background: #fff1f1; color: #702222; font-weight: 800; }
.enertect-fr-form-error:focus { outline: 3px solid rgba(169, 47, 47, .24); outline-offset: 2px; }
.enertect-fr-step h3 {
  max-width: 790px;
  margin: 0 0 10px !important;
  color: var(--enertect-fr-ink) !important;
  font-size: clamp(26px,3.4vw,37px) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}
.enertect-fr-step h3:focus { outline: none; }
.enertect-fr-step { max-width: 850px; margin: 0 auto; animation: enertect-fr-reveal .18s ease-out; }
.enertect-fr-step-lead { max-width: 790px; margin: 0 0 26px !important; color: var(--enertect-fr-muted) !important; font-size: 15px !important; line-height: 1.65 !important; }
.enertect-fr-choice { min-width: 0; margin: 0; padding: 0; border: 0; }
.enertect-fr-choice legend,
.enertect-fr-field > span:first-child {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  color: #1d2824;
  font-size: 13px;
  font-weight: 900;
}
.enertect-fr-case-grid,
.enertect-fr-choice-row { display: grid; gap: 12px; }
.enertect-fr-case-grid--two,
.enertect-fr-choice-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.enertect-fr-choice label { position: relative; display: block; min-width: 0; margin: 0; cursor: pointer; }
.enertect-fr-choice input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.enertect-fr-case-grid label > span,
.enertect-fr-choice-row label > span {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #c6d0ca;
  border-radius: 9px;
  background: #fff;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}
.enertect-fr-case-grid label > span { min-height: 186px; }
.enertect-fr-choice-row label > span { min-height: 124px; }
.enertect-fr-case-grid strong,
.enertect-fr-choice-row strong { display: block; color: var(--enertect-fr-dark-green); font-size: 16px; line-height: 1.35; }
.enertect-fr-case-grid small,
.enertect-fr-choice-row small { display: block; margin-top: 8px; color: var(--enertect-fr-muted); font-size: 12px; font-weight: 600; line-height: 1.5; }
.enertect-fr-case-grid em { display: block; margin-top: auto; padding-top: 14px; color: var(--enertect-fr-green); font-size: 11px; font-style: normal; font-weight: 900; }
.enertect-fr-choice input:checked + span { border-color: var(--enertect-fr-green); background: #eff7e9; box-shadow: inset 0 0 0 2px var(--enertect-fr-green); transform: translateY(-1px); }
.enertect-fr-choice input:focus-visible + span { outline: 3px solid rgba(255, 127, 24, .30); outline-offset: 3px; }
.enertect-fr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.enertect-fr-field { display: block; margin: 0 0 20px; }
.enertect-fr-field--large { max-width: 590px; }
.enertect-fr-field input,
.enertect-fr-field select {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #bfcac0;
  border-radius: 7px;
  background: #fff;
  color: var(--enertect-fr-ink);
  font: inherit;
  font-size: 15px;
}
.enertect-fr-field select { appearance: auto; }
.enertect-fr-field input:focus,
.enertect-fr-field select:focus { outline: 3px solid rgba(255, 127, 24, .24); outline-offset: 1px; border-color: var(--enertect-fr-orange); }
.enertect-fr-field small { display: block; margin-top: 7px; color: #66736d; font-size: 12px; line-height: 1.45; }
.enertect-fr-input-suffix { position: relative; display: block; }
.enertect-fr-input-suffix input { padding-right: 66px; }
.enertect-fr-input-suffix b { position: absolute; right: 13px; top: 50%; color: #52615a; font-size: 13px; transform: translateY(-50%); }
@keyframes enertect-fr-reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.enertect-fr-impact { position: relative; margin-top: 23px; padding: 16px 18px 16px 48px; border: 1px solid var(--enertect-fr-line); border-left-width: 4px; border-radius: 7px; background: var(--enertect-fr-soft); }
.enertect-fr-impact::before { position: absolute; top: 15px; left: 16px; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; content: "i"; background: #738079; color: #fff; font-size: 11px; font-weight: 900; }
.enertect-fr-impact.is-positive { border-left-color: var(--enertect-fr-green); background: #eff7e9; }
.enertect-fr-impact.is-positive::before { content: "✓"; background: var(--enertect-fr-green); }
.enertect-fr-impact.is-lower { border-left-color: var(--enertect-fr-lower); background: var(--enertect-fr-lower-soft); }
.enertect-fr-impact.is-lower::before { content: "–"; background: var(--enertect-fr-lower); }
.enertect-fr-impact strong { display: block; color: var(--enertect-fr-dark-green); font-size: 13px; }
.enertect-fr-impact p { margin: 3px 0 0 !important; color: #52615a !important; font-size: 12px !important; line-height: 1.5 !important; }
.enertect-fr-review-summary { overflow: hidden; border: 1px solid var(--enertect-fr-line); border-radius: 8px; }
.enertect-fr-review-summary > div { display: grid; grid-template-columns: minmax(150px,.45fr) 1fr; gap: 20px; padding: 13px 17px; border-bottom: 1px solid var(--enertect-fr-line); }
.enertect-fr-review-summary > div:last-child { border-bottom: 0; }
.enertect-fr-review-summary span { color: var(--enertect-fr-muted); font-size: 12px; }
.enertect-fr-review-summary strong { color: var(--enertect-fr-dark-green); font-size: 13px; }
.enertect-fr-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--enertect-fr-line); }
.enertect-fr-button,
.enertect-fr-result-actions button,
.enertect-fr-result-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid var(--enertect-fr-orange);
  border-radius: 6px;
  background: var(--enertect-fr-orange);
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(255, 127, 24, .20);
}
.enertect-fr-button:hover,
.enertect-fr-result-cta:hover { filter: brightness(.95); }
.enertect-fr-button:focus-visible,
.enertect-fr-result-actions button:focus-visible,
.enertect-fr-result-cta:focus-visible { outline: 3px solid rgba(255, 127, 24, .30); outline-offset: 3px; }
.enertect-fr-button--secondary { border-color: #bcc8bd; background: #fff; color: #34413b !important; box-shadow: none; }
.enertect-fr-result { scroll-margin-top: 140px; }
.enertect-fr-result:empty { display: none; }
.enertect-fr-result--success,
.enertect-fr-result--error { padding: 38px 44px 42px; border-top: 1px solid var(--enertect-fr-line); background: #f5faf2; }
.enertect-fr-result--error { border-top-color: #eccccc; background: #fff5f5; }
.enertect-fr-result-heading { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; }
.enertect-fr-result-heading > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--enertect-fr-dark-green); color: #fff; font-size: 26px; font-weight: 900; }
.enertect-fr-result--error .enertect-fr-result-heading > span { background: var(--enertect-fr-error); }
.enertect-fr-result-heading p { margin: 0 0 3px !important; color: #52615a !important; font-size: 12px !important; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.enertect-fr-result-heading h3 { margin: 0 !important; color: var(--enertect-fr-dark-green) !important; font-size: clamp(27px, 4vw, 42px) !important; line-height: 1.1 !important; font-weight: 900 !important; }
.enertect-fr-result--error .enertect-fr-result-heading h3 { color: #742424 !important; font-size: 25px !important; }
.enertect-fr-result-heading small { color: #52615a; font-weight: 700; }
.enertect-fr-result-rate { display: inline-flex; align-items: baseline; gap: 8px; margin-top: 22px; padding: 9px 13px; border-radius: 7px; background: var(--enertect-fr-dark-green); color: #fff; }
.enertect-fr-result-rate strong { color: #fff; font-size: 20px; }
.enertect-fr-result-rate span { color: rgba(255,255,255,.82); font-size: 12px; }
.enertect-fr-breakdown { margin: 28px 0 0; padding: 0; border-top: 1px solid #cad8c6; }
.enertect-fr-breakdown > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #d8e3d5; }
.enertect-fr-breakdown dt { color: #34413b; }
.enertect-fr-breakdown dt small { display: inline-block; margin-left: 7px; padding: 2px 6px; border-radius: 4px; background: #e7f1e1; color: var(--enertect-fr-dark-green); font-size: 11px; font-weight: 900; }
.enertect-fr-breakdown dd { margin: 0; color: var(--enertect-fr-ink); font-weight: 900; white-space: nowrap; }
.enertect-fr-breakdown .enertect-fr-cap-row dd { color: var(--enertect-fr-error); }
.enertect-fr-breakdown .enertect-fr-total-row { padding-top: 17px; border-bottom: 0; color: var(--enertect-fr-dark-green); font-size: 18px; font-weight: 900; }
.enertect-fr-breakdown .enertect-fr-total-row dt,
.enertect-fr-breakdown .enertect-fr-total-row dd { color: var(--enertect-fr-dark-green); }
.enertect-fr-notes { margin-top: 22px; padding: 17px 19px; border-left: 4px solid var(--enertect-fr-orange); background: #fff; }
.enertect-fr-notes h4 { margin: 0 0 8px !important; color: #2f3935 !important; font-size: 15px !important; font-weight: 900 !important; }
.enertect-fr-notes ul,
.enertect-fr-result--error ul { margin: 0 !important; padding-left: 20px !important; }
.enertect-fr-notes li,
.enertect-fr-result--error li { margin: 4px 0; color: #4e5a55; font-size: 13px; }
.enertect-fr-result-explanation { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--enertect-fr-green); background: #fff; }
.enertect-fr-result-explanation strong { color: var(--enertect-fr-dark-green); font-size: 14px; }
.enertect-fr-result-explanation p { margin: 5px 0 0 !important; color: #52615a !important; font-size: 13px !important; line-height: 1.55 !important; }
.enertect-fr-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.enertect-fr-result-actions button { min-height: 42px; border-color: #b7c5b8; background: #fff; color: #34413b !important; box-shadow: none; }
.enertect-fr-copy-status { min-height: 20px; margin: 7px 0 0 !important; color: #52615a !important; font-size: 12px !important; }
.enertect-fr-disclaimer { margin: 18px 0 0 !important; color: #5d6964 !important; font-size: 12px !important; line-height: 1.55 !important; }
.enertect-fr-disclaimer a { color: var(--enertect-fr-dark-green) !important; font-weight: 800; text-decoration: underline; }
.enertect-fr-next { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 25px; padding: 23px; background: linear-gradient(135deg, #06100d, #004421); color: #fff; }
.enertect-fr-next strong { color: #fff; font-size: 18px; }
.enertect-fr-next p { margin: 4px 0 0 !important; max-width: 620px; color: rgba(255,255,255,.82) !important; font-size: 13px !important; }
.enertect-fr-result--error > p { color: #5b4747 !important; }
.enertect-fr-result--error .enertect-fr-result-cta { margin-top: 18px; }
.enertect-fr-error { padding: 18px; border-left: 4px solid var(--enertect-fr-error); background: #fff1f1; color: #702222; }

@media (max-width: 760px) {
  .enertect-fr-page-section,
  .enertect-fr-page-calculator > .enertect-fr-wrap { width: 86%; max-width: 760px; }
  .enertect-fr-intro,
  .enertect-fr-progress,
  .enertect-fr-form,
  .enertect-fr-result--success,
  .enertect-fr-result--error { padding-left: 24px; padding-right: 24px; }
  .enertect-fr-assumptions ul { grid-template-columns: 1fr; }
  .enertect-fr-grid,
  .enertect-fr-next { grid-template-columns: 1fr; }
  .enertect-fr-next { align-items: start; }
  .enertect-fr-next .enertect-fr-result-cta { justify-self: start; }
}
@media (max-width: 520px) {
  .enertect-fr-page-section,
  .enertect-fr-page-calculator > .enertect-fr-wrap { width: auto; margin-left: 20px; margin-right: 20px; }
  .enertect-fr-page-cta { padding: 28px 24px; }
  .enertect-fr-card { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .enertect-fr-intro { padding-top: 30px; }
  .enertect-fr-choice-row,
  .enertect-fr-case-grid--two { grid-template-columns: 1fr; }
  .enertect-fr-case-grid label > span,
  .enertect-fr-choice-row label > span { min-height: 0; }
  .enertect-fr-review-summary > div { grid-template-columns: 1fr; gap: 3px; }
  .enertect-fr-actions { justify-content: stretch; }
  .enertect-fr-actions .enertect-fr-button { flex: 1; }
  .enertect-fr-result-heading { grid-template-columns: 42px 1fr; gap: 12px; }
  .enertect-fr-result-heading > span { width: 42px; height: 42px; font-size: 20px; }
  .enertect-fr-breakdown > div { gap: 10px; }
  .enertect-fr-breakdown dt { font-size: 13px; }
  .enertect-fr-result-actions { display: grid; }
  .enertect-fr-result-actions button { width: 100%; }
  .enertect-fr-next .enertect-fr-result-cta { width: 100%; }
}
@media print {
  body * { visibility: hidden !important; }
  .enertect-fr-result,
  .enertect-fr-result * { visibility: visible !important; }
  .enertect-fr-result { position: absolute; inset: 0 auto auto 0; width: 100%; padding: 24px !important; background: #fff !important; color: #000 !important; }
  .enertect-fr-result-actions,
  .enertect-fr-next,
  .enertect-fr-copy-status { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .enertect-fr-progressbar span,
  .enertect-fr-choice-row label span,
  .enertect-fr-case-grid label span { transition: none; }
  .enertect-fr-step { animation: none; }
}
