input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #9ca3af;
}

.cardStep-l {
  -webkit-box-shadow: 0 10px 40px rgba(26, 13, 171, 0.08);
  -moz-box-shadow: 0 10px 40px rgba(26, 13, 171, 0.08);
  box-shadow: 0 10px 40px rgba(26, 13, 171, 0.08);
  background: #ffffff;
  border-radius: 16px;
  margin: 40px auto;
  padding-bottom: 0;
  max-width: 1200px;
  border: 1px solid #e5e7eb;
}

#progressStatus-l {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #1a0dab 0%, #3b82f6 100%);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
}

.barStatus-l {
  position: absolute;
  bottom: 0;
  height: 6px;
  background: #e0e7ff;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 16px 16px;
}

.step {
  padding: 40px 24px;
  animation: fadeInUp 0.5s ease-out;
}

.step-first {
  padding: 30px 24px 35px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Section - First Step */
.hero-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 0 20px;
}

.hero-subtitle {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1f2937;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 650px;
  margin: 0 auto 25px;
  padding: 0 30px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: right;
}

.benefit-icon {
  color: #10b981;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.benefit-text {
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/* Small text and icons at bottom */
.text-ob-small {
  text-align: center;
  max-width: 550px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  background: #f9fafb;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.4;
}

.icons-texts-wrapper-small {
  margin-top: 12px;
  display: grid;
  padding: 0 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.icon-text-item-small {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  padding: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.icon-text-item-small:hover {
  background: rgba(255, 255, 255, 0.8);
}

.icon-text-item-small img {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.titleStartForm {
  text-align: center;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 22px;
  padding: 0 20px;
}

.titleStartForm strong {
  color: #1a0dab;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.step_fld {
  display: flex;
  justify-content: center;
  column-gap: 100px;
  margin-top: 0;
}

.titleStep-l {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-top: 10px;
  line-height: 1.3;
}

.titleStep-l-f {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #1f2937;
  margin-top: 10px;
  margin-bottom: 8px;
}

.titleStep-l-m {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 0 20px;
}

.titleHafirot {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
}

.btnLoans {
  width: 180px;
  transition: 0.9s;
  cursor: pointer;
  padding: 16px;
  border-radius: 6px;
  background: #3365fd;
}

.btnLoans:hover {
  transition: 0.9s;
  background: #000945;
}

.textIcon {
  text-align: center;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.textFormLoan > div {
  text-align: center;
  color: black;
  font-size: 1.7em;
  line-height: 1.111em;
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70px;
}

/*range slider */
.value {
  color: #1a0dab;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  height: 70px;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin: 0;
}

.fld_style {
  font-weight: 500;
  color: #1f2937 !important;
  width: 100% !important;
  border: 2px solid #e5e7eb !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.fld_style:focus {
  outline: none;
  border-color: #1a0dab !important;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(26, 13, 171, 0.1);
}

.labelStyle {
  color: #374151;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
  text-align: right;
}

.fld_con {
  padding: 6px;
  margin-bottom: 6px;
}

#range {
  direction: ltr;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e5e7eb;
  height: 8px;
  margin: 20px auto;
  outline: 0;
  border-radius: 8px;
  width: 85%;
  max-width: 550px;
}

#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(135deg, #1a0dab 0%, #3b82f6 100%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(26, 13, 171, 0.3);
  border: 3px solid #ffffff;
}

#range::-webkit-slider-thumb:hover {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(26, 13, 171, 0.4);
}

#range::-webkit-slider-thumb:active {
  transform: scale(1.05);
}

#range::-moz-range-thumb {
  background: linear-gradient(135deg, #1a0dab 0%, #3b82f6 100%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(26, 13, 171, 0.3);
}

.min_max {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  padding: 0 5%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.grid_fld {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  grid-gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  grid-gap: 16px;
  margin-top: 20px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  grid-gap: 16px;
  margin-top: 20px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.btn_step-l {
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  cursor: pointer;
  padding: 18px 16px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  color: #374151 !important;
  font-weight: 600 !important;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn_step-l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(26, 13, 171, 0.05) 0%,
    rgba(59, 130, 246, 0.05) 100%
  );
  transition: width 0.3s ease;
  z-index: 0;
}

.btn_step-l:hover::before {
  width: 100%;
}

.btn_step-l:hover {
  border-color: #1a0dab;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 13, 171, 0.15);
}

.btn_step-l:active {
  transform: translateY(0);
}

.conBtn {
  display: flex;
  justify-content: center;
  column-gap: 14px;
  margin-top: 25px;
  padding: 0 20px;
}

.conBtn-l {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
}

.prev-l {
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  padding: 12px 20px;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  color: #6b7280;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.prev-l:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #374151 !important;
  transform: translateY(-1px);
}

.prev-l:active {
  transform: translateY(0);
}

.next-l {
  display: block;
  border: none;
  font-weight: 700;
  color: white;
  padding: 12px 28px !important;
  width: 100%;
  border-radius: 10px;
  max-width: 180px;
  background: linear-gradient(135deg, #1a0dab 0%, #3b82f6 100%);
  font-size: 16px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 10px rgba(26, 13, 171, 0.3);
  position: relative;
  overflow: hidden;
}

.next-l::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.next-l:hover::before {
  width: 300px;
  height: 300px;
}

.next-l:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(26, 13, 171, 0.4);
}

.next-l:active {
  transform: translateY(0);
}

.centerBtn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
}

.prev span,
.next span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.errorValid {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 16px;
  color: #dc2626;
  text-align: center;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  font-weight: 500;
  animation: shake 0.4s ease-in-out;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.fldInput {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.text {
  color: #4b5563;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.text p {
  line-height: 1.7;
  margin-bottom: 12px;
}

.conLotti {
  display: flex;
  justify-content: center;
}

.openInput {
  margin: 30px 0;
  padding: 0 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.hazriTax {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.taxBtn {
  background: #000945;
  color: white;
  border: none;
  padding: 11px 20px;
  border-radius: 30px;
}

.taxBtnHara {
  font-size: 20px;
  font-family: 'Open Sans' !important;
}

@media (max-width: 800px) {
  .m-h {
    display: none;
  }

  .titleStep-l,
  .titleStep-l-f,
  .titleStep-l-m {
    font-size: 24px;
  }

  .value {
    font-size: 2.5em;
  }
}

@media (min-width: 801px) {
  .d-h {
    display: none;
  }
}

@media (max-width: 600px) {
  .cardStep-l {
    margin: 20px 10px;
    border-radius: 12px;
  }

  .step-first {
    padding: 25px 16px 30px;
  }

  .hero-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .hero-subtitle {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 16px;
  }

  .benefits-list {
    padding: 0 15px;
    margin-bottom: 20px;
    gap: 8px;
  }

  .benefit-text {
    font-size: 13px;
  }

  .header-loan {
    grid-template-columns: 1fr !important;
    padding: 15px !important;
  }

  .text-ob-small {
    display: flex !important;
    align-items: center;
    font-size: 12px;
    padding: 8px 12px;
    margin-top: 15px;
  }

  .d-h {
    margin-top: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
  }

  .titleStartForm {
    font-size: 18px;
    line-height: 1.5;
  }

  .titleStartForm strong {
    font-size: 20px;
  }

  .img-hiod {
    display: none;
  }

  .titleIcon-l div {
    font-size: 20px !important;
  }

  .fldInput {
    display: block;
    padding: 10px;
  }

  .step_fld {
    column-gap: 40px;
    margin-top: 15px;
  }

  .icons-texts-wrapper-small {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
    margin-top: 10px;
  }

  .conBtn-l {
    margin-top: 20px;
  }

  .conBtn {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .prev-l,
  .next-l {
    max-width: 100%;
  }

  div.value {
    font-size: 2em;
    height: 60px;
    line-height: 60px;
  }

  .grid_fld {
    grid-template-columns: 1fr 1fr;
    padding: 15px;
    grid-gap: 12px;
  }

  .grid-2,
  .grid-3 {
    padding: 15px;
    grid-gap: 12px;
  }

  .grid-3 {
    grid-template-columns: 100%;
  }

  .text p {
    line-height: 1.7;
  }

  .openInput {
    padding: 0 15px !important;
  }

  .btn_step-l {
    font-size: 15px;
    padding: 14px 12px;
  }

  .step {
    padding: 25px 16px;
  }

  .titleStep-l,
  .titleStep-l-f,
  .titleStep-l-m {
    font-size: 20px;
    padding: 0 10px;
  }
}

/*animation steps */
/*.animate-out {*/
/*    transform-origin: bottom right;*/
/*    animation: out .6s ease-in-out;*/
/*}*/

/*.animate-in {*/
/*    transform-origin: top;*/
/*    animation: in .6s ease-in-out;*/
/*}*/

/*@keyframes out {*/
/*    0% { transform: translateY(0px) rotate(0deg); }*/
/*    60% { transform: rotate(10deg); }*/
/*    100% { transform: translateY(400px); }*/
/*}*/

/*@keyframes in {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: rotateY(90deg);*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: rotateY(0deg);*/
/*    }*/
/*}*/
p.success {
  padding-right: 20px;
  font-size: 19px;
  font-weight: 600;
}

p.success:before {
  content: '';
  display: block;
  background: url(https://www.loan4all.co.il/wp-content/uploads/2022/02/draw-check-mark.png)
    no-repeat;
  width: 35px;
  background-size: contain;
  height: 35px;
  float: right;
  margin: 0 6px 0 0;
}

.grid_fld_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  grid-gap: 20px 10px;
}

.textTax {
  color: black;
  text-align: center;
  padding: 13px;
}

.textTax p {
  font-size: 22px;
}

.icons-texts-wrapper {
  margin-top: 20px;
  display: grid;
  padding: 0 20px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.icon-text-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #4b5563;
  font-weight: 500;
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.icon-text-item:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-3px);
}

.icon-text-item img {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1025px) {
  .btn_step-l:hover {
    background: linear-gradient(
      135deg,
      rgba(26, 13, 171, 0.05) 0%,
      rgba(59, 130, 246, 0.05) 100%
    );
    color: #1a0dab !important;
  }
}

.headerForm {
  background: linear-gradient(135deg, #e0e7ff 0%, #f3f4f6 100%);
  position: relative;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.header-loan {
  display: grid;
  grid-template-columns: 12% 70% 16%;
  padding: 20px;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.titleIcon-l {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.titleIcon-l div {
  color: #1a0dab;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.titleIcon-l img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  filter: drop-shadow(0 2px 4px rgba(26, 13, 171, 0.2));
}

.img-hiod img {
  width: 100px;
  height: 58px;
}

.text-ob {
  text-align: center;
  max-width: 550px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  color: #6b7280;
  background: #ffffff;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.textUp {
  font-size: 18px;
  text-align: center;
  color: #6b7280;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.do-l {
  font-size: 16px;
  text-align: center;
  color: #9ca3af;
  margin-top: 10px;
  font-style: italic;
  font-weight: 500;
}

.selected-btn {
  border: 2px solid #1a0dab !important;
  background: linear-gradient(
    135deg,
    rgba(26, 13, 171, 0.08) 0%,
    rgba(59, 130, 246, 0.08) 100%
  ) !important;
  color: #1a0dab !important;
  box-shadow: 0 4px 12px rgba(26, 13, 171, 0.2) !important;
  font-weight: 700 !important;
}

/* New styles for enhanced form */
.form-description-small {
  text-align: center;
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 20px;
  line-height: 1.6;
  padding: 0 20px;
  font-weight: 500;
}

/* Checkbox styling */
.checkbox-container {
  direction: ltr;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  cursor: pointer;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.checkbox-container:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.checkbox-container input[type='checkbox'] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #1a0dab;
}

.checkbox-container span {
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  font-weight: 500;
}

.checkbox-container a {
  color: #1a0dab;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.checkbox-container a:hover {
  border-bottom-color: #1a0dab;
}

/* Results styles */
.results-container {
  padding: 20px;
  text-align: right;
}

.results-header {
  text-align: center;
  margin-bottom: 30px;
}

.success-icon {
  width: 64px;
  height: 64px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  color: white;
}

.results-title {
  font-size: 28px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 10px;
}

.results-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 20px;
}

.results-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.results-section {
  background: #f9fafb;
  border-radius: 12px;
  padding: 24px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.section-content {
  font-size: 16px;
  line-height: 1.6;
}

/* Alert boxes */
.alert-box {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.alert-green {
  background: #d1fae5;
  border-right: 4px solid #10b981;
  color: #065f46;
}

.alert-yellow {
  background: #fef3c7;
  border-right: 4px solid #f59e0b;
  color: #92400e;
}

.alert-red {
  background: #fee2e2;
  border-right: 4px solid #ef4444;
  color: #991b1b;
}

.alert-red-border {
  background: #fef2f2;
  border-right: 4px solid #ef4444;
  border-radius: 8px;
  padding: 24px;
}

.highlight-blue {
  color: #4f46e5;
}

.note-text {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
}

/* Comparison table */
.comparison-table-wrapper {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: none !important;
}

.comparison-table thead {
  border-bottom: 2px solid #e5e7eb;
}

.comparison-table th {
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}

.comparison-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #f3f4f6;
}

.comparison-table .recommended-row {
  background: #eef2ff;
  font-weight: 600;
}

/* Lenders grid */
.lenders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.lender-card {
  background: white;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
  display: flex;
  gap: 12px;
}

.lender-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border-color: #c7d2fe;
}

.lender-icon {
  width: 48px;
  height: 48px;
  background: #eef2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.lender-content {
  flex: 1;
}

.lender-name {
  font-weight: bold;
  color: #1f2937;
  font-size: 18px;
  margin-bottom: 8px;
}

.advantages-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.advantage-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}

.check-icon {
  color: #22c55e;
  font-weight: bold;
  font-size: 16px;
}

/* Warnings list */
.warnings-list {
  list-style: none;
  padding-right: 20px;
  margin: 0;
}

.warnings-list li {
  margin-bottom: 12px;
  padding-right: 20px;
  position: relative;
  color: #991b1b;
  line-height: 1.6;
}

.warnings-list li::before {
  content: '⚠';
  position: absolute;
  right: 0;
  color: #ef4444;
}

/* Mobile responsiveness for results */
@media (max-width: 600px) {
  .results-container {
    padding: 15px;
  }

  .results-title {
    font-size: 22px;
  }

  .section-title {
    font-size: 18px;
  }

  .lenders-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    font-size: 14px;
  }
  table {
    border: none;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 8px 6px;
  }
}

/* No Property Message Styles */
.no-property-message {
  margin-top: 30px;
  margin-bottom: 20px;
  animation: fadeIn 0.5s ease-in-out;
}

.message-box {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid #f59e0b;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.message-icon {
  font-size: 64px;
  margin-bottom: 15px;
  animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.message-title {
  font-size: 24px;
  font-weight: bold;
  color: #92400e;
  margin-bottom: 15px;
  line-height: 1.4;
}

.message-text {
  font-size: 16px;
  color: #78350f;
  line-height: 1.8;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.message-actions {
  margin: 25px 0;
}

.btn-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #1a0dab 0%, #3365fd 100%);
  color: white;
  padding: 16px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  line-height: 1.5;
}

.btn-home:hover {
  background: linear-gradient(135deg, #000945 0%, #1a0dab 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-home span:first-child {
  font-size: 24px;
}

.message-note {
  font-size: 14px;
  color: #92400e;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .message-box {
    padding: 20px;
  }

  .message-icon {
    font-size: 48px;
  }

  .message-title {
    font-size: 20px;
  }

  .message-text {
    font-size: 14px;
  }

  .btn-home {
    padding: 14px 20px;
    font-size: 14px;
    flex-direction: column;
    gap: 8px;
  }
}