.lsh-calc-wrap {
  padding: 48px 18px;
}

.lsh-calc-card {
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.lsh-calc-head {
  padding: 38px 42px 18px;
  text-align: center;
}

.lsh-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8a6a2a;
}

.lsh-calc-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  color: #222222;
}

.lsh-calc-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #666666;
  font-size: 17px;
  line-height: 1.6;
}

.lsh-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lsh-form-panel,
.lsh-result-panel {
  padding: 38px 42px 42px;
}

.lsh-form-panel {
  background: #fbfbf8;
}

.lsh-form-panel label {
  display: block;
  margin-bottom: 22px;
  color: #222222;
  font-weight: 700;
}

.lsh-input-row {
  display: flex;
  align-items: center;
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 14px;
  overflow: hidden;
}

.lsh-input-row input {
  flex: 1;
  border: 0;
  padding: 16px;
  font-size: 20px;
  outline: none;
  background: #ffffff;
}

.lsh-input-row span {
  padding: 0 16px;
  color: #777777;
  font-weight: 700;
}

.lsh-form-panel select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #dddddd;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  box-sizing: border-box;
  /* Avada / theme often sets height:50px on selects; Chrome clips option text */
  height: auto !important;
  min-height: 52px;
}

.lsh-switches {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0 24px;
}

.lsh-check {
  display: inline-flex !important;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
  color: #444444 !important;
}

.lsh-check input {
  width: 18px;
  height: 18px;
}

.lsh-form-panel button,
.lsh-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 22px;
  border-radius: 999px;
  border: 0;
  background: #caa24d;
  color: #111111;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lsh-form-panel button:hover,
.lsh-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  background: #d6b35f;
}

.lsh-form-panel button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.lsh-small-note {
  margin: 16px 0 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.5;
}

.lsh-result-panel {
  background: #232323;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.lsh-result-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 0 16px;
}

.lsh-result-placeholder__text {
  margin: 0;
  max-width: 380px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.55;
}

.lsh-result-compare {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #c8c8c8;
  text-align: center;
}

.lsh-result-body .lsh-result-compare {
  text-align: left;
  margin: 0 0 12px;
}

.lsh-result-compare a {
  color: #d6b35f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lsh-result-compare a:hover {
  color: #e8c97a;
}

.lsh-result-body {
  display: none;
}

[data-lsh-calc].lsh-has-results .lsh-result-placeholder {
  display: none;
}

[data-lsh-calc].lsh-has-results .lsh-result-body {
  display: block;
}

.lsh-form-message {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff3f0;
  color: #8a1f1f;
  border: 1px solid #f0c4bc;
}

.lsh-form-message[hidden] {
  display: none !important;
}

.lsh-form-message:not([hidden]) {
  display: block;
}

.lsh-result-label {
  margin: 0 0 8px;
  color: #caa24d;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.lsh-inclusion {
  margin: 0 0 14px;
  padding: 12px 14px;
  background: rgba(202, 162, 77, 0.12);
  border: 1px solid rgba(202, 162, 77, 0.35);
  border-radius: 10px;
  color: #f0e6d2;
  font-size: 14px;
  line-height: 1.45;
}

.lsh-addon-footnote {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.45;
  color: #b0b0b0;
}

.lsh-addon-footnote[hidden] {
  display: none !important;
}

.lsh-price-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 12px 0 14px;
}

.lsh-price-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 8px 12px 10px;
}

.lsh-price-card__title {
  margin: 0 0 4px;
  color: #caa24d;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.lsh-price-card__line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
}

.lsh-price-card__total {
  margin: 0;
  font-size: clamp(18px, 2.8vw, 22px);
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.lsh-price-card__sqm {
  margin: 0;
  color: #c8c8c8;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.lsh-breakdown {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.lsh-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #f1f1f1;
}

.lsh-row span:first-child {
  color: #cfcfcf;
}

.lsh-row strong {
  white-space: nowrap;
}

.lsh-row small {
  color: #cfcfcf;
  font-weight: 500;
}

.lsh-note {
  margin-top: 14px;
  font-size: 13px;
  color: #d7d7d7;
}

.lsh-note--error {
  color: #ffb3b3;
}

@media (max-width: 820px) {
  .lsh-calc-grid {
    grid-template-columns: 1fr;
  }

  .lsh-calc-head,
  .lsh-form-panel,
  .lsh-result-panel {
    padding: 28px 22px;
  }
}
