/* Legal/Policy Page */
.ah-legal-page {}

.ah-contact-hero{
  background: #eef0ea;
  padding: clamp(70px, 8vw, 130px) 0;
  text-align: center;
}

.ah-contact-hero__inner{
  width: min(1200px, 92%);
  margin: 0 auto;
}

.ah-contact-hero__title{
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111;
}

/* HERO subtitle */
.ah-legal-hero__subtitle{
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}

/* Main wrapper (same feel as site pages) */
.ah-legal{
  padding: 80px 0;
}

.ah-legal__inner{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

/* Effective date */
.ah-legal__meta{
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  opacity: 0.9;
}

/* Content typography (works with WYSIWYG - h1..h4, p, ul, etc.) */
.ah-legal__content,
.ah-legal__text,
.ah-legal__fallback .entry-content{
  font-size: 15px;
  line-height: 1.85;
}

.ah-legal__content p,
.ah-legal__text p,
.ah-legal__fallback .entry-content p{
  margin: 0 0 16px;
}

.ah-legal__content h1,
.ah-legal__fallback .entry-content h1{
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.2;
  margin: 26px 0 12px;
}

.ah-legal__content h2,
.ah-legal__h2,
.ah-legal__fallback .entry-content h2{
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.25;
  margin: 34px 0 10px;
}

.ah-legal__content h3,
.ah-legal__fallback .entry-content h3{
  font-size: 22px;
  line-height: 1.3;
  margin: 24px 0 10px;
}

.ah-legal__content h4,
.ah-legal__fallback .entry-content h4{
  font-size: 18px;
  line-height: 1.35;
  margin: 18px 0 8px;
}

.ah-legal__content ul,
.ah-legal__text ul,
.ah-legal__fallback .entry-content ul{
  margin: 10px 0 18px 22px;
}

.ah-legal__content li,
.ah-legal__text li,
.ah-legal__fallback .entry-content li{
  margin: 8px 0;
}

/* Repeater Section spacing */
.ah-legal__section{
  margin: 0 0 32px;
}

/* Contact block bottom */
.ah-legal__contact{
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.ah-legal__contact-text{
  margin: 10px 0 14px;
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.9;
}

.ah-legal__contact-sub{
  font-size: 22px;
  line-height: 1.25;
  margin: 10px 0 12px;
}

.ah-legal__contact-links div{
  margin: 8px 0;
}

.ah-legal__contact a{
  text-decoration: underline;
}
