.lp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 40px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.lp_header__logo img {
  height: 32px;
  width: auto;
}
.lp_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 40px 56px;
  gap: 56px;
}
.lp_hero__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.lp_hero__media {
  -webkit-box-flex: 1.15;
      -ms-flex: 1.15;
          flex: 1.15;
  min-width: 0;
}
.lp_hero__media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.lp_hero__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: rgba(46, 204, 113, 0.1);
  color: #27ae60;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.lp_hero__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a2332;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.lp_hero__title span {
  color: #2ecc71;
}
.lp_hero__subtitle {
  font-size: 18px;
  color: #636e72;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
}
.lp_hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp_section_label {
  text-align: center;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2ecc71;
}

.lp_section_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 48px;
}

.lp_features {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8faf9), to(#fff));
  background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
  padding: 80px 40px;
}
.lp_features__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.lp_features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.lp_feature_card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #eef1f0;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.lp_feature_card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.lp_feature_card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}
.lp_feature_card__icon--green {
  background: rgba(46, 204, 113, 0.12);
  color: #27ae60;
}
.lp_feature_card__icon--blue {
  background: rgba(52, 152, 219, 0.12);
  color: #2980b9;
}
.lp_feature_card__icon--orange {
  background: rgba(243, 156, 18, 0.12);
  color: #e67e22;
}
.lp_feature_card__icon--red {
  background: rgba(231, 76, 60, 0.12);
  color: #c0392b;
}
.lp_feature_card__title {
  font-size: 17px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 8px;
}
.lp_feature_card__text {
  font-size: 14px;
  color: #636e72;
  line-height: 1.6;
}

.lp_lifestyle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.lp_lifestyle__media {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  min-width: 0;
}
.lp_lifestyle__media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.lp_lifestyle__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.lp_lifestyle__title {
  font-size: 34px;
  font-weight: 800;
  color: #1a2332;
  margin-bottom: 18px;
  line-height: 1.2;
}
.lp_lifestyle__body {
  font-size: 17px;
  color: #636e72;
  line-height: 1.7;
  margin-bottom: 28px;
}
.lp_lifestyle__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.lp_lifestyle__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #2c3e50;
}
.lp_lifestyle__list li i {
  color: #2ecc71;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lp_cta {
  background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
  padding: 72px 40px;
  text-align: center;
}
.lp_cta__title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.lp_cta__subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.lp_cta .listity_btn--primary {
  font-size: 18px;
  padding: 16px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px rgba(46, 204, 113, 0.35);
          box-shadow: 0 4px 16px rgba(46, 204, 113, 0.35);
}

.lp_footer {
  text-align: center;
  padding: 28px 40px;
  font-size: 13px;
  color: #b2bec3;
  background: #fff;
  border-top: 1px solid #eef1f0;
}
.lp_footer a {
  color: #636e72;
}

@media (max-width: 900px) {
  .lp_hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 24px 40px;
    gap: 40px;
    text-align: center;
  }
  .lp_hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .lp_hero__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp_features__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .lp_lifestyle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 56px 24px;
    gap: 40px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .lp_header {
    padding: 12px 16px;
  }
  .lp_hero__title {
    font-size: 32px;
  }
  .lp_features {
    padding: 56px 20px;
  }
  .lp_features__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .lp_section_title {
    font-size: 26px;
  }
  .lp_lifestyle__title {
    font-size: 26px;
  }
  .lp_cta {
    padding: 56px 20px;
  }
  .lp_cta__title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .lp_header {
    padding: 10px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .lp_header__nav {
    gap: 6px;
  }
  .lp_header__nav .listity_btn {
    padding: 10px 14px;
    font-size: 14px;
  }
  .lp_hero {
    padding: 36px 16px 40px;
    gap: 32px;
  }
  .lp_hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .lp_hero__actions .listity_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 20px;
    font-size: 16px;
  }
  .lp_features {
    padding: 48px 16px;
  }
  .lp_lifestyle {
    padding: 40px 16px;
    gap: 32px;
  }
  .lp_lifestyle__text .lp_section_label {
    text-align: center !important;
  }
  .lp_lifestyle__text .listity_btn {
    display: block;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
  }
  .lp_cta {
    padding: 48px 16px;
  }
  .lp_cta .listity_btn--primary {
    padding: 14px 28px;
    font-size: 16px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lp_footer {
    padding: 24px 16px;
    font-size: 14px;
  }
}
/* AI remediation patch iteration 1 */
@media (max-width: 768px) {
  header.lp_header nav.lp_header__nav a.listity_btn--outline,
  header.lp_header nav.lp_header__nav a.listity_btn--primary {
    padding: 12px 16px; /* Providing larger tap targets */
  }
}
/* End AI remediation patch iteration 1 */
/* AI remediation patch iteration 1 */
/* Mobile adjustments */
@media (max-width: 480px) {
  div#listsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.listity_list_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; /* Allow cards to stack vertically on mobile */
  }
}
/* End AI remediation patch iteration 1 */
/* AI remediation patch iteration 3 */
/* Mobile adjustments for list card metadata */
div#listsContainer > div.listity_list_card > div.listity_list_card__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Allow metadata to wrap */
}

/* End AI remediation patch iteration 3 */
/* AI remediation patch iteration 1 */
/* Mobile Tap Target Enhancement */
html > body > footer.lp_footer > a {
  padding: 10px 15px; /* Increase padding for larger tap area */
  display: inline-block; /* Ensure the anchor elements behave as block-level for padding effect */
}

/* End AI remediation patch iteration 1 */