:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6ddae4 *//* Hometown Research Legal Pages - Research Site Font Match */

.htr-legal-page {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 96px 28px 120px;
  background: #ffffff;
  color: #17343b;
  font-family: "Almarai", Arial, sans-serif;
  line-height: 1.75;
  border: 1px solid rgba(7, 91, 102, 0.10);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(7, 91, 102, 0.08);
  box-sizing: border-box;
}

/* Page background */
body {
  background: #f5f8fb;
}

/* Header area */
.htr-legal-header {
  max-width: 860px;
  margin: 0 0 56px;
}

/* Small label */
.htr-legal-kicker {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0 0 22px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(37, 184, 199, 0.12);
  color: #075b66;
  font-family: "Almarai", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Main title */
.htr-legal-page h1 {
  margin: 0 0 18px;
  padding: 0;
  color: #075b66;
  font-family: "Dai Banna SIL", Georgia, serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Effective date */
.htr-effective-date {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0 0 34px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f5f8fb;
  color: #51666c;
  font-family: "Almarai", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

/* Intro text */
.htr-legal-intro {
  max-width: 820px;
  color: #425a60;
  font-family: "Almarai", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}

/* Content wrapper */
.htr-legal-content {
  max-width: 860px;
}

/* Section headings */
.htr-legal-page h2 {
  margin: 64px 0 18px;
  padding-top: 34px;
  border-top: 1px solid rgba(7, 91, 102, 0.12);
  color: #075b66;
  font-family: "Dai Banna SIL", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}

/* Body text */
.htr-legal-page p {
  color: #354f56;
  font-family: "Almarai", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 20px;
}

.htr-legal-page strong {
  color: #075b66;
  font-family: "Almarai", Arial, sans-serif;
  font-weight: 800;
}

/* Lists */
.htr-legal-page ul {
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.htr-legal-page li {
  position: relative;
  margin: 0 0 12px;
  padding: 18px 20px 18px 48px;
  color: #354f56;
  font-family: "Almarai", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  background: #f8fbfc;
  border: 1px solid rgba(7, 91, 102, 0.10);
  border-radius: 18px;
  box-sizing: border-box;
}

.htr-legal-page li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25b8c7;
  box-shadow: 0 0 0 5px rgba(37, 184, 199, 0.12);
}

/* Contact card */
.htr-legal-page .htr-contact-card {
  margin: 24px 0 36px;
  padding: 24px 26px;
  background: #f8fbfc;
  border: 1px solid rgba(7, 91, 102, 0.12);
  border-left: 5px solid #25b8c7;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(7, 91, 102, 0.06);
}

.htr-legal-page .htr-contact-card p {
  margin: 0;
  color: #354f56;
}

.htr-legal-page .htr-contact-card strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #075b66;
  font-family: "Dai Banna SIL", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
}

/* Links */
.htr-legal-page a {
  color: #075b66;
  font-family: "Almarai", Arial, sans-serif;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(37, 184, 199, 0.45);
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.htr-legal-page a:hover,
.htr-legal-page a:focus {
  color: #cf0e2d;
  text-decoration-color: #cf0e2d;
}

/* Tablet */
@media (max-width: 1024px) {
  .htr-legal-page {
    max-width: calc(100% - 40px);
    padding: 72px 28px 90px;
    border-radius: 28px;
  }

  .htr-legal-page h2 {
    margin-top: 52px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .htr-legal-page {
    max-width: calc(100% - 24px);
    padding: 48px 20px 70px;
    border-radius: 24px;
  }

  .htr-legal-page h1 {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .htr-legal-kicker {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .htr-effective-date {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .htr-legal-intro {
    font-size: 16.5px;
    line-height: 1.7;
  }

  .htr-legal-page h2 {
    margin: 44px 0 16px;
    padding-top: 28px;
    font-size: 30px;
    line-height: 1.12;
  }

  .htr-legal-page p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .htr-legal-page li {
    padding: 16px 16px 16px 42px;
    font-size: 15px;
    border-radius: 16px;
  }

  .htr-legal-page li::before {
    left: 18px;
    top: 24px;
    width: 8px;
    height: 8px;
  }

  .htr-legal-page .htr-contact-card {
    padding: 20px;
    border-radius: 18px;
  }

  .htr-legal-page .htr-contact-card strong {
    font-size: 22px;
  }
}/* End custom CSS */