/* ====================================================
   LIST YOUR APP - LANDING PAGE STYLES
   ==================================================== */

.feature-icon-1 {
  color: #374785;
}

.feature-icon-1 i {
  color: #f76c6c;
}

#benefits .card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

#benefits .card:hover {
  transform: translateY(-5px);
}

#benefits .card-title {
  color: #374785;
  font-weight: 700;
}

#benefits .card-text {
  color: #6c757d;
  font-size: 1.06em;
}

.step-icon {
  color: #f76c6c;
}

#how-it-works h2 {
  display: block;
  text-align: center;
}

#how-it-works h4 {
  color: #374785;
  font-weight: 700;
}

#how-it-works p {
  color: #6c757d;
}

.btn-primary {
  background: #f76c6c;
  border-color: #f76c6c;
}

.btn-primary:hover {
  background: #e55a5a;
  border-color: #e55a5a;
}

.hero-microcopy {
  color: #ffff;
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-microcopy i {
  color: #ffff;
}

.pricing-price {
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.pricing-price .price {
  color: #24305e;
  font-size: 3.5rem;
  font-weight: 700;
}

.pricing-price .period {
  color: #6c757d;
  font-size: 1.25rem;
}

.pricing-price .original-price {
  color: #6c757d;
  font-size: 1.1rem;
  text-decoration: line-through;
  font-weight: 500;
}

.pricing-price .price-row {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
}

.pricing-discount {
  color: #f76c6c;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pricing-discount i {
  color: #f76c6c;
}

#benefits .snippets-heading-container,
#app-types .snippets-heading-container,
#submit-cta .snippets-heading-container {
  background-color: transparent;
  height: auto;
  padding: 1em 0;
}

#benefits .snippets-heading-h1,
#app-types .snippets-heading-h1,
#submit-cta .snippets-heading-h1,
#how-it-works h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
}

#benefits .snippets-heading-h1::after,
#app-types .snippets-heading-h1::after,
#how-it-works h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #f76c6c;
  border-radius: 2px;
}

#app-types .lead {
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  color: #374785;
  font-size: 1.2rem !important;
  font-weight: 500;
  line-height: 1.5;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

#app-types .list-unstyled li {
  color: #374785;
}

#app-types .text-primary {
  color: #f76c5a !important;
}

.pro-card {
  border: 1px solid rgba(55, 71, 133, 0.12);
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.pro-icon {
  width: 64px;
  height: 64px;
  background-color: #374785;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.pro-icon i {
  color: #f8e9a1;
}

.pro-title {
  color: #374785;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.practice-block {
  background-color: #f8f9fa;
  border-radius: 14px;
  padding: 2.5rem;
  text-align: center;
}

.practice-block-title {
  color: #24305e;
  font-weight: 700;
  margin-bottom: 1rem;
}

.practice-block-text {
  color: #24305e;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.pricing-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  border: 1px solid rgba(55, 71, 133, 0.1);
}

.pricing-title {
  color: #24305e;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.pricing-features {
  color: #374785;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.pricing-features li {
  margin-bottom: 0.75rem;
}

.pricing-features i {
  color: #f76c6c;
}

.pricing-guarantee {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.25rem;
  margin-bottom: 2rem;
}

.pricing-guarantee-title {
  color: #24305e;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.pricing-guarantee-text {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* === DUAL-TONE TYPOGRAPHY (Style 3) === */
.text-accent {
  color: #f76c6c;
}

/* Restore default Bootstrap .lead overridden by public/css/styles.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: inherit;
  margin-top: 0;
}

/* Mobile: style matching .practice-block for submit CTA text */
@media (max-width: 767.98px) {
  #submit-cta-content {
    background-color: #f8f9fa;
    border-radius: 14px;
    padding: 2.5rem;
  }

  #submit-cta-content .text-muted {
    color: #24305e !important;
    font-size: 1.1rem !important;
  }
}
