.elementor-1841 .elementor-element.elementor-element-6ff09f5{--display:flex;--min-height:450px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:1;}.elementor-1841 .elementor-element.elementor-element-6ff09f5:not(.elementor-motion-effects-element-type-background), .elementor-1841 .elementor-element.elementor-element-6ff09f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://testweb.previntegral.com/wp-content/uploads/2025/12/19149.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1841 .elementor-element.elementor-element-6ff09f5::before, .elementor-1841 .elementor-element.elementor-element-6ff09f5 > .elementor-background-video-container::before, .elementor-1841 .elementor-element.elementor-element-6ff09f5 > .e-con-inner > .elementor-background-video-container::before, .elementor-1841 .elementor-element.elementor-element-6ff09f5 > .elementor-background-slideshow::before, .elementor-1841 .elementor-element.elementor-element-6ff09f5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1841 .elementor-element.elementor-element-6ff09f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(90deg, var( --e-global-color-a8989ff ) 0%, #00000000 100%);}.elementor-1841 .elementor-element.elementor-element-f0b9651{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1841 .elementor-element.elementor-element-ed68dee .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:55px;font-weight:600;color:var( --e-global-color-be0a921 );}.elementor-1841 .elementor-element.elementor-element-4c29ad8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1841 .elementor-element.elementor-element-61fea40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-1841 .elementor-element.elementor-element-61fea40:not(.elementor-motion-effects-element-type-background), .elementor-1841 .elementor-element.elementor-element-61fea40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2495e79 );}@media(min-width:768px){.elementor-1841 .elementor-element.elementor-element-f0b9651{--width:35%;}.elementor-1841 .elementor-element.elementor-element-4c29ad8{--width:67%;}}/* Start custom CSS for shortcode, class: .elementor-element-2c80888 */.pi-heat-calculator {
  padding: 3rem 1.5rem;
}

.pi-heat-calculator__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pi-heat-calculator__content {
  display: grid;
  gap: 2rem;
}

.pi-heat-calculator__form-wrapper,
.pi-heat-calculator__results-inner {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

.pi-heat-calculator__header h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.pi-heat-calculator__aemet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.pi-heat-calculator__aemet h3 {
  margin: 0;
}

.pi-heat-calculator__block {
  margin-bottom: 2rem;
}

.pi-heat-calculator__block h4 {
  margin-bottom: 1rem;
}

.pi-heat-calculator__options {
  display: grid;
  gap: 1rem;
}

.pi-heat-calculator__options--3 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pi-heat-calculator__option {
  cursor: pointer;
}

.pi-heat-calculator__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pi-heat-calculator__option-inner {
  border-radius: 16px;
  border: 1px solid #dde2f0;
  padding: 1rem;
  text-align: center;
  display: grid;
  gap: 0.75rem;
  transition: all 0.2s ease;
  background: #fff;
}

span.pi-heat-calculator__option-inner {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pi-heat-calculator__option {
    min-height: 200px;
}


.pi-heat-calculator__option-inner img {
  max-width: 70px;
  margin: 0 auto;
}

.pi-heat-calculator__option-inner span {
  display: block;
  font-size: 0.95rem;
}

.pi-heat-calculator__option input:checked + .pi-heat-calculator__option-inner {
  border-color: #004f9f;
  box-shadow: 0 0 0 2px rgba(0,79,159,0.15);
}

.pi-heat-calculator__field .inputs-th {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid #dde2f0;
  padding: 0.5rem 1rem;
  background: #fff;
}

.pi-heat-calculator__field input {
  border: none;
  outline: none;
  width: 100px;
}

.pi-heat-calculator__field span {
  font-weight: 600;
}

.pi-heat-calculator__field label {
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

.pi-heat-calculator__actions {
  margin-top: 2rem;
}

.pi-heat-calculator__actions .btn {
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
}

/* Errors */
.pi-heat-calculator__error p {
  color: #c00000;
  font-size: 0.9rem;
}

/* Resultats */
.pi-heat-calculator__results-inner h1 {
  margin-bottom: 1.5rem;
}

.pi-heat-calculator__result-block {
  margin-bottom: 2rem;
}

.pi-heat-calculator__risk {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pi-heat-calculator__risk img {
  max-width: 50px;
}

.pi-heat-calculator__risk .title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* Targetes de mesures generals */
.pi-heat-calculator__card {
  margin-bottom: 1.5rem;
}

.pi-heat-calculator__card-body {
  display: grid;
  gap: 1rem;
}

.pi-heat-calculator__card-body img {
  max-width: 80px;
}

@media (min-width: 768px) {
  .pi-heat-calculator__card-body {
    grid-template-columns: 100px 1fr;
    align-items: flex-start;
  }
}

/* Nota final */
.pi-heat-calculator__result-block--note {
  font-size: 0.95rem;
  background: #f9fbff;
  border-radius: 16px;
  padding: 1.5rem;
}



a.btn.btn-prev, button.btn {
    background: #eca400;
    font-weight: 500;
    color: white;
    border-radius: 900px;
    padding: 8px 20px;
    font-size: 18px;
}/* End custom CSS */