.lcs-calc {
  --lcs-calc-brand: #ffd21c;
  --lcs-calc-dark: #0d1117;
  --lcs-calc-soft: #f2f4f6;
  --lcs-calc-text: #171d25;
  --lcs-calc-muted: #65707c;
  --lcs-calc-line: #d8dee5;
  --lcs-calc-danger: #b42318;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(13, 17, 23, .14);
  border-radius: 4px;
  color: var(--lcs-calc-text);
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 17, 23, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
.lcs-calc *, .lcs-calc *::before, .lcs-calc *::after { box-sizing: border-box; }
.lcs-calc button, .lcs-calc input, .lcs-calc select, .lcs-calc textarea { font: inherit; }
.lcs-calc button { cursor: pointer; }
.lcs-calc__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  color: #fff;
  background: var(--lcs-calc-dark);
}
.lcs-calc__header::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .11;
  background-image: repeating-linear-gradient(118deg, transparent 0 35px, rgba(255,255,255,.22) 35px 36px, transparent 36px 70px);
}
.lcs-calc__header > * { position: relative; z-index: 1; }
.lcs-calc__header h2 { max-width: 850px; margin: 0 0 .55rem; color: #fff; font-size: clamp(1.75rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.02; letter-spacing: -.045em; }
.lcs-calc__header p { max-width: 760px; margin: 0; color: #bcc5ce; }
.lcs-calc__eyebrow { margin: 0 0 .7rem !important; color: var(--lcs-calc-brand) !important; font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lcs-calc__time { display: grid; min-width: 12rem; gap: .15rem; padding: 1rem 1.2rem; border-left: 4px solid var(--lcs-calc-brand); background: rgba(255,255,255,.075); }
.lcs-calc__time strong { color: var(--lcs-calc-brand); font-size: 1.45rem; line-height: 1; }
.lcs-calc__time span { color: #d6dce2; font-size: .76rem; }
.lcs-calc__progress { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0; padding: 0 clamp(1rem, 4vw, 3rem); list-style: none; background: #fff; border-bottom: 1px solid var(--lcs-calc-line); }
.lcs-calc__progress li { position: relative; display: flex; min-width: 0; align-items: center; justify-content: center; gap: .55rem; padding: 1.1rem .4rem; color: var(--lcs-calc-muted); font-size: .73rem; font-weight: 800; text-align: center; }
.lcs-calc__progress li::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; content: ""; background: transparent; }
.lcs-calc__progress b { display: inline-grid; width: 1.75rem; height: 1.75rem; flex: 0 0 auto; place-items: center; border: 1px solid var(--lcs-calc-line); border-radius: 50%; font-size: .72rem; }
.lcs-calc__progress .is-active { color: var(--lcs-calc-dark); }
.lcs-calc__progress .is-active b { border-color: var(--lcs-calc-brand); background: var(--lcs-calc-brand); }
.lcs-calc__progress .is-active::after { background: var(--lcs-calc-brand); }
.lcs-calc__progress .is-complete b { color: #fff; border-color: var(--lcs-calc-dark); background: var(--lcs-calc-dark); }
.lcs-calc__form { position: relative; padding: clamp(1.5rem, 4vw, 3.25rem); }
.lcs-calc__panel { min-width: 0; margin: 0; padding: 0; border: 0; }
.lcs-calc.is-enhanced .lcs-calc__panel:not(.is-active) { display: none; }
.lcs-calc__panel[hidden] { display: none !important; }
.lcs-calc__panel legend { width: 100%; margin: 0 0 .65rem; padding: 0; color: var(--lcs-calc-dark); font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; }
.lcs-calc__panel legend > span { display: block; margin-bottom: .55rem; color: #9a7b00; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lcs-calc__panel > p { max-width: 780px; margin: 0 0 1.75rem; color: var(--lcs-calc-muted); }
.lcs-calc__choices { display: grid; gap: .85rem; }
.lcs-calc__choices--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.lcs-calc__choices--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lcs-calc__choices--regions { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.lcs-calc__choice, .lcs-calc__extra { position: relative; display: block; margin: 0; cursor: pointer; }
.lcs-calc__choice input, .lcs-calc__extra input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.lcs-calc__choice > span, .lcs-calc__extra > span { display: flex; min-height: 9rem; flex-direction: column; justify-content: flex-end; gap: .3rem; padding: 1.15rem; border: 2px solid var(--lcs-calc-line); background: #fff; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.lcs-calc__choice i { display: grid; width: 2.6rem; height: 2.6rem; margin-bottom: auto; place-items: center; color: var(--lcs-calc-dark); background: var(--lcs-calc-soft); font-size: 1.4rem; font-style: normal; font-weight: 900; }
.lcs-calc__choice strong, .lcs-calc__extra strong { color: var(--lcs-calc-dark); font-size: .95rem; line-height: 1.2; }
.lcs-calc__choice small, .lcs-calc__extra small { color: var(--lcs-calc-muted); font-size: .73rem; line-height: 1.35; }
.lcs-calc__choice:hover > span, .lcs-calc__extra:hover > span { border-color: var(--lcs-calc-dark); transform: translateY(-2px); }
.lcs-calc__choice input:focus-visible + span, .lcs-calc__extra input:focus-visible + span { outline: 3px solid rgba(255, 210, 28, .5); outline-offset: 2px; }
.lcs-calc__choice input:checked + span, .lcs-calc__extra input:checked + span { border-color: var(--lcs-calc-dark); background: var(--lcs-calc-brand); box-shadow: 6px 6px 0 var(--lcs-calc-dark); }
.lcs-calc__choice input:checked + span small, .lcs-calc__extra input:checked + span small { color: #36300e; }
.lcs-calc__measure-grid, .lcs-calc__field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; }
.lcs-calc__measure-grid > label, .lcs-calc__field-grid > label, .lcs-calc__full-field { display: grid; gap: .45rem; color: var(--lcs-calc-dark); font-size: .82rem; font-weight: 800; }
.lcs-calc__measure-grid label > div { display: grid; grid-template-columns: 1fr 3rem; align-items: stretch; border: 2px solid var(--lcs-calc-dark); }
.lcs-calc__measure-grid label > div:focus-within { outline: 3px solid rgba(255, 210, 28, .48); outline-offset: 2px; }
.lcs-calc__measure-grid input { min-width: 0; padding: 1.2rem; border: 0; color: var(--lcs-calc-dark); background: #fff; font-size: 1.35rem; font-weight: 900; outline: 0; }
.lcs-calc__measure-grid em { display: grid; place-items: center; color: var(--lcs-calc-dark); background: var(--lcs-calc-brand); font-style: normal; font-weight: 900; }
.lcs-calc__measure-grid small { color: var(--lcs-calc-muted); font-size: .72rem; font-weight: 500; }
.lcs-calc__field-grid input, .lcs-calc__field-grid select, .lcs-calc__full-field textarea, .lcs-calc__full-field input { width: 100%; min-height: 3.25rem; padding: .78rem .9rem; border: 2px solid var(--lcs-calc-line); border-radius: 0; color: var(--lcs-calc-dark); background: #fff; }
.lcs-calc__field-grid input:focus, .lcs-calc__field-grid select:focus, .lcs-calc__full-field textarea:focus, .lcs-calc__full-field input:focus { border-color: var(--lcs-calc-dark); outline: 3px solid rgba(255, 210, 28, .4); outline-offset: 1px; }
.lcs-calc__full-field { grid-column: 1 / -1; margin-top: 1.25rem; }
.lcs-calc__full-field textarea { min-height: 8rem; resize: vertical; }
.lcs-calc__tip { margin-top: 1.25rem; padding: 1rem 1.2rem; border-left: 4px solid var(--lcs-calc-brand); color: var(--lcs-calc-muted); background: var(--lcs-calc-soft); font-size: .82rem; }
.lcs-calc__tip strong { color: var(--lcs-calc-dark); }
.lcs-calc__extras { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.lcs-calc__extra > span { min-height: 6.5rem; justify-content: center; padding-left: 3.5rem; }
.lcs-calc__extra > span::before { position: absolute; top: 50%; left: 1.15rem; display: grid; width: 1.35rem; height: 1.35rem; place-items: center; border: 2px solid var(--lcs-calc-dark); content: ""; transform: translateY(-50%); }
.lcs-calc__extra input:checked + span::before { content: "✓"; background: var(--lcs-calc-dark); color: #fff; font-size: .8rem; font-weight: 900; }
.lcs-calc__consent { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; margin-top: 1.25rem; padding: 1rem; border: 1px solid var(--lcs-calc-line); color: var(--lcs-calc-muted); font-size: .78rem; }
.lcs-calc__consent input { width: 1.15rem; height: 1.15rem; margin-top: .1rem; accent-color: var(--lcs-calc-dark); }
.lcs-calc__consent a { color: var(--lcs-calc-dark); font-weight: 800; }
.lcs-calc__disclaimer { margin: 1rem 0 !important; color: var(--lcs-calc-muted) !important; font-size: .72rem; }
.lcs-calc__submit { min-height: 3.65rem; padding: .9rem 1.35rem; border: 2px solid var(--lcs-calc-dark); color: var(--lcs-calc-dark); background: var(--lcs-calc-brand); font-size: .82rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.lcs-calc__submit:hover { color: #fff; background: var(--lcs-calc-dark); }
.lcs-calc__submit:disabled { cursor: wait; opacity: .72; }
.lcs-calc__submit.is-loading::before { display: inline-block; width: .9rem; height: .9rem; margin-right: .55rem; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; content: ""; animation: lcs-calc-spin .7s linear infinite; vertical-align: -.12rem; }
@keyframes lcs-calc-spin { to { transform: rotate(360deg); } }
.lcs-calc__navigation { display: none; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--lcs-calc-line); }
.lcs-calc.is-enhanced .lcs-calc__navigation { display: flex; }
.lcs-calc__navigation[hidden] { display: none !important; }
.lcs-calc__navigation button { min-height: 3.25rem; padding: .75rem 1.25rem; border: 2px solid var(--lcs-calc-dark); color: var(--lcs-calc-dark); background: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.lcs-calc__navigation [data-next] { margin-left: auto; background: var(--lcs-calc-brand); }
.lcs-calc__navigation button:hover { color: #fff; background: var(--lcs-calc-dark); }
.lcs-calc__error { margin-top: 1.25rem; padding: .9rem 1rem; border-left: 4px solid var(--lcs-calc-danger); color: #7a271a; background: #fef3f2; font-size: .82rem; font-weight: 700; }
.lcs-calc__error[hidden] { display: none; }
.lcs-calc [aria-invalid="true"], .lcs-calc .is-invalid-card > span, .lcs-calc .is-invalid-card { border-color: var(--lcs-calc-danger) !important; }
.lcs-calc__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.lcs-calc__result { padding: clamp(1.5rem, 4vw, 3rem); color: #fff; background: var(--lcs-calc-dark); }
.lcs-calc__result h3 { margin: 0 0 .4rem; color: #fff; font-size: clamp(1.5rem, 3vw, 2.35rem); }
.lcs-calc__result-range { margin: .75rem 0 .25rem; color: var(--lcs-calc-brand); font-size: clamp(2.15rem, 6vw, 4.5rem); font-weight: 950; line-height: 1; letter-spacing: -.05em; }
.lcs-calc__result > p:not(.lcs-calc__eyebrow):not(.lcs-calc__disclaimer) { margin: 0 0 .25rem; color: #bdc6cf; }
.lcs-calc__result > strong { display: block; margin: .55rem 0 1.5rem; }
.lcs-calc__breakdown { display: grid; border-top: 1px solid rgba(255,255,255,.15); }
.lcs-calc__breakdown > div { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #c6ced6; font-size: .78rem; }
.lcs-calc__breakdown strong { color: #fff; text-align: right; }
.lcs-calc__result-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.lcs-calc__result-actions button, .lcs-calc__result-actions a { display: inline-flex; min-height: 3.1rem; align-items: center; justify-content: center; padding: .75rem 1rem; border: 2px solid var(--lcs-calc-brand); color: var(--lcs-calc-dark); background: var(--lcs-calc-brand); font-size: .74rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.lcs-calc__result-actions button { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.lcs-calc__server-result { margin: 1rem clamp(1rem, 4vw, 3rem) 0; padding: 1.35rem; border-left: 5px solid var(--lcs-calc-brand); color: #fff; background: var(--lcs-calc-dark); }
.lcs-calc__server-result h3 { margin: 0 0 .25rem; color: var(--lcs-calc-brand); font-size: clamp(1.7rem, 4vw, 3rem); }
.lcs-calc__server-result p { margin: 0 0 .25rem; }
.lcs-calc__server-result strong { display: block; margin-top: .45rem; }
.lcs-calc__server-error { margin: 1rem clamp(1rem, 4vw, 3rem) 0; padding: 1rem 1.2rem; border-left: 4px solid var(--lcs-calc-danger); color: #7a271a; background: #fef3f2; font-weight: 700; }
@media (max-width: 980px) {
  .lcs-calc__choices--five, .lcs-calc__choices--regions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lcs-calc__header { grid-template-columns: 1fr; align-items: start; }
  .lcs-calc__time { min-width: 0; max-width: 18rem; }
  .lcs-calc__progress span { display: none; }
}
@media (max-width: 660px) {
  .lcs-calc__header, .lcs-calc__form { padding: 1.25rem; }
  .lcs-calc__progress { padding-inline: .55rem; }
  .lcs-calc__progress li { padding-inline: .15rem; }
  .lcs-calc__progress b { width: 1.55rem; height: 1.55rem; }
  .lcs-calc__choices--five, .lcs-calc__choices--three, .lcs-calc__choices--regions, .lcs-calc__measure-grid, .lcs-calc__field-grid, .lcs-calc__extras { grid-template-columns: 1fr; }
  .lcs-calc__choice > span { min-height: 6.5rem; }
  .lcs-calc__navigation { position: sticky; z-index: 2; bottom: 0; margin-inline: -1.25rem; padding: .85rem 1.25rem; background: rgba(255,255,255,.96); box-shadow: 0 -12px 24px rgba(13,17,23,.08); }
  .lcs-calc__navigation button { flex: 1; }
  .lcs-calc__result-range { font-size: 2.25rem; }
  .lcs-calc__breakdown > div { display: grid; gap: .15rem; }
  .lcs-calc__breakdown strong { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .lcs-calc *, .lcs-calc *::before, .lcs-calc *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; }
}

/* The enhanced result panel is populated by JavaScript. Non-JavaScript
   submissions use the server-rendered result panel above the form instead. */
.lcs-calc:not(.is-enhanced) .lcs-calc__result { display: none; }
