
#hero-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-19 .hero-overlay-19 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-19 .container {
  position: relative;
  z-index: 2;
}
#hero-19 .hero-content-wrapper-19 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#hero-19 .hero-title-19 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-19 .hero-subtitle-19 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
#hero-19 .app-buttons-wrapper-19 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
#hero-19 .app-store-button img,
#hero-19 .google-play-button img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}
#hero-19 .app-store-button img:hover,
#hero-19 .google-play-button img:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-19 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-19 .hero-title-19 {
    font-size: 2.3rem;
  }
  #hero-19 .hero-subtitle-19 {
    font-size: 1.05rem;
    margin-bottom: 2rem;
  }
  #hero-19 .app-store-button img,
  #hero-19 .google-play-button img {
    height: 40px;
  }
}



#policy-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#policy-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#policy-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#policy-10 .content-wrapper p {
  margin-bottom: 15px;
}



#text-block-21 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-21 .container {
  max-width: 800px;
}
#text-block-21 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-21 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 40px;
}
#text-block-21 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-21 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-21 .first-paragraph-emphasis {
  font-size: var(--emphasis-font-size, 1.6em);
  font-weight: var(--emphasis-font-weight, 600);
  line-height: var(--emphasis-line-height, 1.5);
  color: var(--text-color, #343a40);
  margin-bottom: 2rem;
}
/*
#text-block-21 .first-paragraph-emphasis::first-line {
    font-size: var(--emphasis-font-size, 1.6em);
    font-weight: var(--emphasis-font-weight, 600);
    line-height: var(--emphasis-line-height, 1.5);
    color: var(--text-color, #343a40);
}
*/
@media (max-width: 767.98px) {
  #text-block-21 {
    padding: 60px 0;
  }
  #text-block-21 .text-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #text-block-21 .text-paragraph {
    font-size: 1rem;
    line-height: 1.7;
  }
  #text-block-21 .first-paragraph-emphasis {
    font-size: 1.4em;
    line-height: 1.6;
  }
}


