.est-tools {
  width: 100%;
  padding: clamp(54px, 6vw, 86px) clamp(18px, 5vw, 64px);
  color: #242321;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

.est-tools *,
.est-tools *::before,
.est-tools *::after {
  box-sizing: border-box;
}

.est-tools [hidden] {
  display: none !important;
}

.est-tools__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 28px 52px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 28px;
}

.est-tools__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -12px;
  color: #9f8148;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.est-tools__heading h2 {
  margin: 0;
  color: #242321;
  font-family: "Montserrat", Arial, sans-serif;
  max-width: 680px;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.est-tools__heading > p:last-child {
  max-width: 440px;
  margin: 0;
  color: #706a60;
  font-size: 15px;
  line-height: 1.75;
}

.est-tools__shell {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid #d8cbb8;
  background: #fff;
  box-shadow: 0 24px 58px rgba(23, 21, 19, .08);
}

.est-tools__tabs {
  display: none !important;
}

.est-tools__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 14px 12px;
  color: #706a60;
  background: transparent;
  border: 0;
  border-right: 1px solid #d8cbb8;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
}

.est-tools__tab:last-child {
  border-right: 0;
}

.est-tools__tab.is-active {
  color: #fff;
  background: #242321;
}

.est-tools__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
}

.est-tools__panels {
  min-width: 0;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 48px);
}

.est-tools__panel[hidden] {
  display: none;
}

.est-tools__section-title {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 18px;
}

.est-tools__section-title--spaced {
  margin-top: 32px;
}

.est-tools__section-title > span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #242321;
  font-size: 12px;
  font-weight: 600;
}

.est-tools__section-title h3 {
  margin: 0;
  color: #242321;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.est-tools__section-title p {
  margin: 4px 0 0;
  color: #706a60;
  font-size: 12px;
  line-height: 1.55;
}

.est-tools__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}

.est-tools__fields label {
  display: grid;
  gap: 9px;
  min-width: 0;
  color: #4b4740;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.est-tools__fields input,
.est-tools__fields select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 14px;
  color: #242321;
  background: #fff;
  border: 1px solid #cbbda8;
  border-radius: 0;
  font: inherit;
  font-size: 15px;
  letter-spacing: 0;
}

.est-tools__fields select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #706a60 50%), linear-gradient(135deg, #706a60 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.est-tools__fields input:focus,
.est-tools__fields select:focus {
  border-color: #9f8148;
  outline: 2px solid rgba(159, 129, 72, .24);
  outline-offset: 1px;
}

.est-tools__advanced {
  margin-top: 18px;
  padding: 16px;
  background: #fbfaf7;
  border: 1px solid #ded4c6;
}

.est-tools__advanced summary {
  color: #242321;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.est-tools__advanced .est-tools__fields {
  margin-top: 16px;
}

.est-tools__submit {
  min-height: 54px;
  margin-top: 14px;
  padding: 15px 22px;
  color: #fff;
  background: #242321;
  border: 1px solid #242321;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.est-tools__submit:hover,
.est-tools__submit:focus {
  color: #242321;
  background: #d9c28a;
  border-color: #d9c28a;
}

.est-tools__submit:disabled,
.est-tools__cta:disabled {
  cursor: wait;
  opacity: .68;
}

.est-tools__submit-note {
  max-width: 560px;
  margin: 28px 0 0;
  color: #4b4740;
  font-size: 13px;
  line-height: 1.65;
}

.est-tools__status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #706a60;
  font-size: 13px;
  line-height: 1.6;
}

.est-tools__note {
  max-width: 720px;
  margin: 22px 0 0;
  color: #706a60;
  font-size: 13px;
  line-height: 1.75;
}

.est-tools__result {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 48px);
  color: #242321;
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f3eee6 100%);
  border-top: 1px solid #d8cbb8;
}

.est-tools:not([data-report-visible="1"]) .est-tools__result {
  display: none;
}

.est-tools__result[data-health-state="healthy"] {
  box-shadow: none;
}

.est-tools__result[data-health-state="review"] {
  box-shadow: none;
}

.est-tools__result[data-health-state="risk"] {
  box-shadow: none;
}

.est-tools__result-label {
  margin: 0 0 14px;
  color: #9f8148;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.est-tools__result strong {
  display: block;
  overflow-wrap: normal;
  white-space: nowrap;
  color: #242321;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.est-tools__summary {
  padding: 18px;
  margin: 18px 0 0;
  color: #706a60;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #ded4c6;
  font-size: 13px;
  line-height: 1.7;
}

.est-tools__summary:empty {
  display: none;
}

.est-tools__health {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  margin: 0 0 24px;
  color: #242321;
  background: rgba(255, 255, 255, .82);
  border: 1px solid #ded4c6;
}

.est-tools__health > span {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: #2f8f83;
}

.est-tools__health b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

.est-tools__health p {
  margin: 0;
  color: #706a60;
  font-size: 12px;
  line-height: 1.55;
}

.est-tools__health[data-state="healthy"] {
  border-color: rgba(47, 143, 131, .35);
}

.est-tools__health[data-state="healthy"] > span {
  background: #2f8f83;
}

.est-tools__health[data-state="review"] {
  border-color: rgba(199, 154, 43, .42);
}

.est-tools__health[data-state="review"] > span {
  background: #c79a2b;
}

.est-tools__health[data-state="risk"] {
  border-color: rgba(163, 58, 53, .38);
}

.est-tools__health[data-state="risk"] > span {
  background: #a33a35;
}

.est-tools__result dl {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 24px 0 26px;
  background: transparent;
  border: 0;
}

.est-tools__result-section {
  padding: 18px 20px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid #ded4c6;
}

.est-tools__result-section h3 {
  margin: 0 0 12px;
  color: #9f8148;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.est-tools__result-section > div > div,
.est-tools__result dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #e6ddd0;
}

.est-tools__result-section > div > div:first-child,
.est-tools__result dl > div:first-child {
  padding-top: 0;
}

.est-tools__result-section > div > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.est-tools__result dt,
.est-tools__result dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.est-tools__result dt {
  color: #706a60;
}

.est-tools__result dd {
  color: #242321;
  font-weight: 600;
  text-align: right;
}

.est-tools__projects {
  padding: 18px 20px;
  margin: 0 0 22px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #d8cbb8;
}

.est-tools__projects p {
  margin: 0 0 10px;
  color: #9f8148;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.est-tools__projects small {
  display: block;
  margin-top: 5px;
  color: #706a60;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.est-tools__projects ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.est-tools__projects li {
  padding: 0;
  background: #fff;
  border: 1px solid #e0d4c4;
}

.est-tools__projects li a,
.est-tools__projects li > span {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 94px;
  padding: 12px 14px;
  color: #242321;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.est-tools__projects li em {
  color: #8f7139;
  font-style: normal;
  font-size: 11px;
}

.est-tools__projects li span {
  color: #706a60;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.est-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.est-tools__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  color: #fff;
  background: #242321;
  border: 1px solid #242321;
  border-radius: 0;
  text-decoration: none;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.est-tools__cta--secondary {
  color: #242321;
  background: transparent;
  border-color: #cbbda8;
}

.est-tools__cta:hover,
.est-tools__cta:focus {
  color: #242321;
  background: #d9c28a;
  border-color: #d9c28a;
}

.est-tools__submit:disabled,
.est-tools__cta:disabled {
  cursor: wait;
  opacity: .68;
}

.estaluxia-tools-page .est-tools {
  padding-bottom: 32px;
}

.estaluxia-tools-page .est-tools__shell {
  margin-bottom: 0;
}

.estaluxia-tools-page .est-tools__panels {
  padding-bottom: 34px;
}

.estaluxia-tools-page .est-tools__status:empty {
  display: none;
}

.estaluxia-tools-page .elementor-element-19cfcf3.e-con-boxed {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
}

.estaluxia-tools-page .elementor-element-19cfcf3.e-con-boxed > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.estaluxia-tools-page .elementor-element-667db00 {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 880px) {
  .est-tools__heading {
    grid-template-columns: 1fr;
  }

  .est-tools__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-tools__tab:nth-child(2) {
    border-right: 0;
  }

  .est-tools__tab:nth-child(-n + 2) {
    border-bottom: 1px solid #d8cbb8;
  }
}

@media (max-width: 560px) {
  .est-tools {
    padding-right: 16px;
    padding-left: 16px;
  }

  .est-tools__fields {
    grid-template-columns: 1fr;
  }

  .est-tools__result dl > div {
    display: grid;
    gap: 5px;
  }

  .est-tools__result dd {
    text-align: left;
  }
}

@media print {
  body * {
    visibility: hidden !important;
  }

  .est-tools,
  .est-tools .est-tools__result,
  .est-tools .est-tools__result * {
    visibility: visible !important;
  }

  .est-tools {
    padding: 0 !important;
    background: #fff !important;
  }

  .est-tools__heading,
  .est-tools__panels,
  .est-tools__actions {
    display: none !important;
  }

  .est-tools__shell {
    border: 0 !important;
    box-shadow: none !important;
  }

  .est-tools__result {
    display: flex !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 0 !important;
  }
}
