/**
 * HealthyWayFit — Homepage Styles  (homepage.css)  v1.2.0
 * Section-specific styles for all homepage block patterns.
 * Design tokens are in style.css; this file uses only var(--hwf-*).
 */

/* ══════════════════════════════════════════════════════
   HERO SECTION
══════════════════════════════════════════════════════ */
.hwf-hero {
  background: var(--hwf-bg-hero) !important; /* #FFF1F0 — matches live site warm pinkish-white */
  padding-top: 5rem !important;            /* live site: 125px top */
  padding-bottom: 4rem !important;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hwf-hero {
    padding-top: 7.8125rem !important;     /* 125px */
    padding-bottom: 4rem !important;
  }
}

.hwf-hero__columns { align-items: center; gap: var(--hwf-space-xl); }

.hwf-hero__badge { margin-bottom: var(--hwf-space-sm); }
.hwf-badge {
  display: inline-block;
  font-size: var(--hwf-font-size-base);
  font-weight: 400;
  color: var(--hwf-text-muted);  /* plain paragraph style — matches live site */
  letter-spacing: 0.01em;
}

.hwf-hero__title {
  font-size: clamp(2rem, 5vw, 4.5rem) !important; /* live: 72px desktop */
  font-weight: 500 !important;                     /* live: weight 500 */
  line-height: 1.15 !important;
  color: var(--hwf-text-dark) !important;          /* live: #0C0A09 near-black */
  margin-top: 0 !important;
  margin-bottom: var(--hwf-space-md) !important;
}

.hwf-hero__subtitle {
  font-size: var(--hwf-font-size-xl) !important;  /* live: 20px body text */
  color: var(--hwf-text-muted) !important;
  line-height: 1.7 !important;
  margin-bottom: var(--hwf-space-lg) !important;
}

.hwf-hero__ctas { margin-bottom: var(--hwf-space-md) !important; }

.hwf-hero__social-proof {
  font-size: var(--hwf-font-size-sm) !important;
  color: var(--hwf-text-muted) !important;
  margin-top: var(--hwf-space-sm) !important;
}
.hwf-hero__social-proof strong { color: var(--hwf-green); }

/* YouTube facade in hero */
.hwf-hero__media .hwf-youtube-facade {
  border-radius: var(--hwf-radius-xl);
  box-shadow: var(--hwf-shadow-lg);
}
@media (max-width: 767px) {
  .hwf-hero__media { margin-top: var(--hwf-space-lg); }
}

/* ══════════════════════════════════════════════════════
   INTRO / ABOUT SECTION
══════════════════════════════════════════════════════ */
.hwf-intro__heading {
  font-size: clamp(1.5rem, 3vw, 3rem) !important; /* live: 48px h2 */
  font-weight: 500 !important;                    /* live: weight 500 */
  color: var(--hwf-text-dark) !important;         /* live: near-black */
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: var(--hwf-space-md) !important;
}
.hwf-intro__lead {
  font-size: var(--hwf-font-size-lg) !important;
  color: var(--hwf-text-muted) !important;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--hwf-space-xl) !important;
}
.hwf-intro__features { gap: var(--hwf-space-md) !important; }

.hwf-feature-card {
  background: #fff;
  border-radius: var(--hwf-radius-lg);
  padding: var(--hwf-space-lg);
  box-shadow: var(--hwf-shadow-sm);
  border: 1px solid var(--hwf-border);
  height: 100%;
}
.hwf-feature-card__icon {
  font-size: 2rem !important;
  margin-bottom: var(--hwf-space-xs) !important;
  line-height: 1 !important;
}
.hwf-feature-card__title {
  font-size: var(--hwf-font-size-lg) !important;
  font-weight: 700 !important;
  color: var(--hwf-green-dark) !important;
  margin-top: 0 !important;
  margin-bottom: var(--hwf-space-xs) !important;
}
.hwf-feature-card__text {
  font-size: var(--hwf-font-size-base) !important;
  color: var(--hwf-text-muted) !important;
  margin: 0 !important;
}

/* ══════════════════════════════════════════════════════
   HOW IT WORKS SECTION
══════════════════════════════════════════════════════ */
.hwf-step {
  padding: var(--hwf-space-2xl) 0;
  border-bottom: 1px solid var(--hwf-border);
}
.hwf-step:last-child { border-bottom: none; }
.hwf-step__columns { gap: var(--hwf-space-2xl) !important; }

.hwf-step__number {
  font-size: var(--hwf-font-size-sm) !important;
  font-weight: 700 !important;
  color: var(--hwf-green) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem !important;
}
.hwf-step__label {
  font-size: var(--hwf-font-size-xs) !important;
  font-weight: 700 !important;
  color: var(--hwf-text-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--hwf-space-xs) !important;
}
.hwf-step__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  font-weight: 500 !important;              /* live: h3/h4 weight 500 */
  color: var(--hwf-text-dark) !important;   /* live: near-black */
  margin-top: 0 !important;
  margin-bottom: var(--hwf-space-sm) !important;
}
.hwf-step__body {
  font-size: var(--hwf-font-size-md) !important;
  color: var(--hwf-text) !important;
  line-height: 1.7 !important;
  margin-bottom: var(--hwf-space-sm) !important;
}
.hwf-step__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hwf-step__list li {
  font-size: var(--hwf-font-size-base) !important;
  color: var(--hwf-text) !important;
  padding: 0.5rem 0 0.5rem 1.75rem !important;
  position: relative;
}
.hwf-step__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--hwf-green);
  font-weight: 700;
}
.hwf-step__img img {
  border-radius: var(--hwf-radius-lg);
  box-shadow: var(--hwf-shadow-md);
  width: 100%;
  height: auto;
}

/* ══════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════ */
.hwf-testimonials .hwf-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hwf-space-xl);
}
/* Override grid for non-heading items */
.hwf-testimonials .hwf-section-label,
.hwf-testimonials .hwf-section__heading {
  grid-column: 1 / -1;
}

.hwf-testimonial-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--hwf-space-xl);
  align-items: start;
  background: #fff;
  border-radius: var(--hwf-radius-xl);
  padding: var(--hwf-space-xl);
  box-shadow: var(--hwf-shadow-sm);
  border: 1px solid var(--hwf-border);
}
@media (max-width: 767px) {
  .hwf-testimonial-card {
    grid-template-columns: 1fr;
    padding: var(--hwf-space-md);
  }
}

.hwf-testimonial-card .hwf-youtube-facade {
  border-radius: var(--hwf-radius-lg);
}

.hwf-testimonial-card__quote {
  border: none;
  margin: 0;
  padding: 0;
}
.hwf-testimonial-card__quote p {
  font-size: var(--hwf-font-size-md) !important;
  color: var(--hwf-text) !important;
  line-height: 1.75 !important;
  font-style: italic;
}
.hwf-testimonial-card__quote p::before { content: '"'; color: var(--hwf-green); font-size: 3rem; line-height: 0; vertical-align: -0.6rem; margin-right: 0.25rem; }

.hwf-testimonial-card__author {
  grid-column: 2;
  padding-top: var(--hwf-space-xs);
}
@media (max-width: 767px) {
  .hwf-testimonial-card__author { grid-column: 1; }
}
.hwf-testimonial-card__name {
  display: block;
  font-size: var(--hwf-font-size-base);
  font-weight: 700;
  color: var(--hwf-green-dark);
}
.hwf-testimonial-card__title {
  display: block;
  font-size: var(--hwf-font-size-sm);
  color: var(--hwf-text-muted);
  margin-top: 0.25rem;
}

/* ══════════════════════════════════════════════════════
   STATS STRIP
══════════════════════════════════════════════════════ */
/* ── Stats strip — matches live site: light beige bg, white cards, dark-green numbers ── */
.hwf-stats-strip {
  background: var(--hwf-bg-section) !important; /* #F5F5F0 live site bg */
  padding-top: var(--hwf-space-2xl) !important;
  padding-bottom: var(--hwf-space-2xl) !important;
}
.hwf-stats-strip__label {
  font-size: var(--hwf-font-size-2xl) !important;
  font-weight: 500 !important;
  color: var(--hwf-text-dark) !important;        /* near-black like live site h2 */
  text-align: center;
  margin-bottom: var(--hwf-space-xl) !important;
}
.hwf-stats-strip__cols { gap: var(--hwf-space-md) !important; }

.hwf-stat-card {
  text-align: center;
  padding: var(--hwf-space-lg);
  border-radius: 1rem;                           /* live: border-radius 16px */
  background: #fff !important;                  /* live: white cards */
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow var(--hwf-transition), transform var(--hwf-transition);
}
.hwf-stat-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.hwf-stat-card--featured {
  box-shadow: 0 4px 16px rgba(27,67,50,0.15) !important;
}
.hwf-stat-card__number {
  font-size: clamp(1.75rem, 3vw, 2rem) !important; /* live: 32px, weight 500 */
  font-weight: 500 !important;
  color: var(--hwf-green) !important;               /* live: #1C4332 dark green */
  margin: 0 0 0.25rem !important;
  line-height: 1.2 !important;
}
.hwf-stat-card__title {
  font-size: var(--hwf-font-size-lg) !important;
  font-weight: 500 !important;
  color: var(--hwf-green) !important;               /* live: same dark green */
  margin: 0 0 0.5rem !important;
}
.hwf-stat-card__desc {
  font-size: var(--hwf-font-size-sm) !important;
  color: var(--hwf-text-muted) !important;
  margin: 0 !important;
}
.hwf-stats-strip__footnote {
  font-size: var(--hwf-font-size-xs) !important;
  color: var(--hwf-text-light) !important;
  margin-top: var(--hwf-space-lg) !important;
  text-align: center;
}

/* ══════════════════════════════════════════════════════
   SMART SYNC
══════════════════════════════════════════════════════ */
.hwf-smart-sync__cols { gap: var(--hwf-space-2xl) !important; align-items: center !important; }
.hwf-smart-sync__img img {
  border-radius: var(--hwf-radius-xl);
  box-shadow: var(--hwf-shadow-lg);
  width: 100%;
  height: auto;
}
.hwf-smart-sync__body {
  font-size: var(--hwf-font-size-lg) !important;
  color: var(--hwf-text) !important;
  line-height: 1.7 !important;
  margin-bottom: var(--hwf-space-md) !important;
}
.hwf-smart-sync__list {
  list-style: none !important;
  padding: 0 !important;
}
.hwf-smart-sync__list li {
  padding: 0.5rem 0 0.5rem 1.75rem !important;
  position: relative;
  color: var(--hwf-text) !important;
}
.hwf-smart-sync__list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--hwf-green);
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════ */
.hwf-faq-section__inner { max-width: 800px; margin-inline: auto; }

.hwf-faq { margin-top: var(--hwf-space-xl); }
.hwf-faq__item {
  border-bottom: 1px solid var(--hwf-border);
}
.hwf-faq__item:first-child { border-top: 1px solid var(--hwf-border); }

.hwf-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.25rem 0;
  font-size: var(--hwf-font-size-lg);
  font-weight: 600;
  color: var(--hwf-text);
  cursor: pointer;
  font-family: var(--hwf-font-sans);
  transition: color var(--hwf-transition);
}
.hwf-faq__question:hover { color: var(--hwf-green); }
.hwf-faq__question[aria-expanded="true"] { color: var(--hwf-green); }

.hwf-faq__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--hwf-green-light);
  position: relative;
  transition: background-color var(--hwf-transition), transform var(--hwf-transition);
}
.hwf-faq__icon::before,
.hwf-faq__icon::after {
  content: '';
  position: absolute;
  background: var(--hwf-green);
  border-radius: 2px;
  inset: 50%;
  transform: translate(-50%, -50%);
}
.hwf-faq__icon::before { width: 10px; height: 2px; }
.hwf-faq__icon::after  { width: 2px;  height: 10px; transition: transform 0.2s ease, opacity 0.2s ease; }
.hwf-faq__question[aria-expanded="true"] .hwf-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.hwf-faq__question[aria-expanded="true"] .hwf-faq__icon { background: var(--hwf-green); }
.hwf-faq__question[aria-expanded="true"] .hwf-faq__icon::before { background: #fff; }

.hwf-faq__answer {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.hwf-faq__answer-inner {
  padding-bottom: 1.25rem;
}
.hwf-faq__answer-inner p {
  font-size: var(--hwf-font-size-md) !important;
  color: var(--hwf-text-muted) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* ══════════════════════════════════════════════════════
   COMMUNITY CTA
══════════════════════════════════════════════════════ */
.hwf-community__cols { gap: var(--hwf-space-2xl) !important; }
.hwf-community .hwf-section__heading { margin-bottom: var(--hwf-space-sm) !important; }
.hwf-community__body {
  font-size: var(--hwf-font-size-lg) !important;
  color: var(--hwf-text-muted) !important;
  margin-bottom: var(--hwf-space-lg) !important;
}

.hwf-community__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hwf-community__link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  background: var(--hwf-bg-alt);
  border: 1px solid var(--hwf-border);
  border-radius: var(--hwf-radius-md);
  text-decoration: none;
  color: var(--hwf-text);
  font-weight: 600;
  font-size: var(--hwf-font-size-base);
  transition: background-color var(--hwf-transition), border-color var(--hwf-transition), color var(--hwf-transition);
}
.hwf-community__link:hover {
  background: var(--hwf-green-light);
  border-color: var(--hwf-green);
  color: var(--hwf-green-dark);
}
.hwf-community__link-icon { font-size: 1.25rem; }
.hwf-community__link-text { flex: 1; }
.hwf-community__link-arrow { color: var(--hwf-green); }

.hwf-community__form-card {
  background: #fff;
  border-radius: var(--hwf-radius-xl);
  padding: var(--hwf-space-xl);
  box-shadow: var(--hwf-shadow-lg);
  border: 1px solid var(--hwf-border);
}
.hwf-community__form-title {
  font-size: var(--hwf-font-size-2xl) !important;
  font-weight: 700 !important;
  color: var(--hwf-green-dark) !important;
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important;
}
.hwf-community__form-subtitle {
  font-size: var(--hwf-font-size-base) !important;
  color: var(--hwf-text-muted) !important;
  margin-bottom: var(--hwf-space-lg) !important;
}

/* ── Shared form styles ──────────────────────────────── */
.hwf-form__group { margin-bottom: var(--hwf-space-sm); }
.hwf-form__label {
  display: block;
  font-size: var(--hwf-font-size-sm);
  font-weight: 600;
  color: var(--hwf-text);
  margin-bottom: 0.375rem;
}
.hwf-form__input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: var(--hwf-font-size-base);
  font-family: var(--hwf-font-sans);
  color: var(--hwf-text);
  background: #fff;
  border: 1.5px solid var(--hwf-border);
  border-radius: var(--hwf-radius-md);
  transition: border-color var(--hwf-transition), box-shadow var(--hwf-transition);
  box-sizing: border-box;
}
.hwf-form__input:focus {
  outline: none;
  border-color: var(--hwf-green);
  box-shadow: 0 0 0 3px rgba(26, 122, 80, 0.1);
}
.hwf-form__submit {
  width: 100% !important;
  margin-top: var(--hwf-space-xs) !important;
  font-size: var(--hwf-font-size-base) !important;
  cursor: pointer;
}

/* ══════════════════════════════════════════════════════
   PLAN FEATURES
══════════════════════════════════════════════════════ */
.hwf-plan-features__grid { gap: var(--hwf-space-lg) !important; margin-bottom: var(--hwf-space-lg) !important; }

.hwf-plan-card {
  background: #fff;
  border-radius: var(--hwf-radius-xl);
  overflow: hidden;
  box-shadow: var(--hwf-shadow-sm);
  border: 1px solid var(--hwf-border);
  height: 100%;
  transition: box-shadow var(--hwf-transition), transform var(--hwf-transition);
}
.hwf-plan-card:hover {
  box-shadow: var(--hwf-shadow-md);
  transform: translateY(-2px);
}
.hwf-plan-card__media {
  margin: 0 !important;
  border-radius: 0 !important;
}
.hwf-plan-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
}
.hwf-plan-card__title {
  font-size: var(--hwf-font-size-lg) !important;
  font-weight: 700 !important;
  color: var(--hwf-green-dark) !important;
  padding: var(--hwf-space-md) var(--hwf-space-md) 0.5rem !important;
  margin: 0 !important;
}
.hwf-plan-card__desc {
  font-size: var(--hwf-font-size-base) !important;
  color: var(--hwf-text-muted) !important;
  padding: 0 var(--hwf-space-md) var(--hwf-space-md) !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}
.hwf-plan-features__cta { margin-top: var(--hwf-space-xl) !important; }

/* ══════════════════════════════════════════════════════
   LEAD CAPTURE MODAL
══════════════════════════════════════════════════════ */
.hwf-modal-lead {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.hwf-modal-lead.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hwf-modal-lead__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 78, 59, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hwf-modal-lead__box {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: var(--hwf-radius-xl);
  padding: var(--hwf-space-xl);
  box-shadow: 0 25px 60px rgb(0 0 0 / .25);
  max-height: 90vh;
  overflow-y: auto;
  animation: hwf-modal-in 0.3s ease both;
}
@keyframes hwf-modal-in {
  from { transform: translateY(24px) scale(0.97); opacity: 0; }
  to   { transform: translateY(0)    scale(1);    opacity: 1; }
}

.hwf-modal-lead__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hwf-bg-section);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--hwf-text-muted);
  transition: background-color var(--hwf-transition), color var(--hwf-transition);
}
.hwf-modal-lead__close:hover { background: var(--hwf-border); color: var(--hwf-text); }

.hwf-modal-lead__header { margin-bottom: var(--hwf-space-lg); }
.hwf-modal-lead__eyebrow {
  font-size: var(--hwf-font-size-sm);
  font-weight: 600;
  color: var(--hwf-green);
  margin: 0 0 0.5rem;
}
.hwf-modal-lead__title {
  font-size: var(--hwf-font-size-2xl);
  font-weight: 800;
  color: var(--hwf-green-dark);
  margin: 0 0 0.375rem;
  line-height: 1.2;
}
.hwf-modal-lead__subtitle {
  font-size: var(--hwf-font-size-base);
  color: var(--hwf-text-muted);
  margin: 0;
}
.hwf-modal-lead__submit {
  width: 100% !important;
  margin-top: var(--hwf-space-xs) !important;
  cursor: pointer;
  font-size: var(--hwf-font-size-base) !important;
}
.hwf-modal-lead__privacy {
  font-size: var(--hwf-font-size-xs) !important;
  color: var(--hwf-text-muted) !important;
  text-align: center;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}

/* ══════════════════════════════════════════════════════
   SHARED / UTILITY
══════════════════════════════════════════════════════ */
.hwf-section-label {
  display: inline-block;
  font-size: var(--hwf-font-size-sm) !important;
  font-weight: 700 !important;
  color: var(--hwf-green) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem !important;
}
.hwf-section__heading {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: var(--hwf-green-dark) !important;
  margin-top: 0 !important;
  margin-bottom: var(--hwf-space-xl) !important;
  line-height: 1.2 !important;
}


/* =================================================================
   HERO v1.8 — Centered layout matching Webflow original
   ================================================================= */

/* Remove old 2-column layout */
.hwf-hero__columns,
.hwf-hero__content,
.hwf-hero__media,
.hwf-hero__badge,
.hwf-badge { display: none !important; }

/* Sunburst decoration */
.hwf-hero { position: relative; overflow: hidden; }
.hwf-hero__sunburst {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hwf-hero__sunburst svg { width: 100%; height: 100%; }

/* Inner container — centered */
.hwf-hero__inner {
  position: relative; z-index: 1;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 5rem !important;
  padding-bottom: 3rem !important;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Hero title — large centered */
.hwf-hero__title {
  font-size: clamp(2.4rem, 5.5vw, 4rem) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  color: var(--hwf-text-dark) !important;
  text-align: center !important;
  max-width: 820px;
  margin-bottom: 1.25rem !important;
  margin-top: 0 !important;
  letter-spacing: -0.01em;
}

/* Tagline — "Proven by 3,247+..." */
.hwf-hero__tagline {
  font-size: clamp(0.85rem, 1.6vw, 1rem) !important;
  color: var(--hwf-text-muted) !important;
  text-align: center !important;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem !important;
}

/* Body subtitle */
.hwf-hero__subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem) !important;
  color: var(--hwf-text-dark) !important;
  text-align: center !important;
  max-width: 680px;
  line-height: 1.65;
  margin-bottom: 2rem !important;
}

/* CTA button row — centered */
.hwf-hero__ctas {
  justify-content: center !important;
  margin-bottom: 1.5rem !important;
}
.hwf-hero__ctas .wp-block-button__link {
  background: var(--hwf-color-primary) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0.85rem 2.2rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Social proof text */
.hwf-hero__social-proof {
  font-size: 0.9rem !important;
  color: var(--hwf-text-muted) !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

/* Video embed — centered, responsive */
.hwf-hero__video-wrap {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hwf-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.hwf-video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .hwf-hero__inner {
    padding-top: 7.5rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 767px) {
  .hwf-hero__inner { padding-top: 3.5rem !important; }
  .hwf-hero__title { font-size: 2rem !important; }
}


/* ——— HERO v1.8.1 PADDING FIX ——— */
/* Zero out the outer hero padding — inner container handles all spacing */
.hwf-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}
/* Sunburst must be absolutely positioned, NOT affecting flow */
.hwf-hero__sunburst {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 0;
  display: block !important;
}
.hwf-hero__sunburst svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* Inner container above sunburst */
.hwf-hero__inner {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 5rem 1.5rem 4rem !important;
}
@media (min-width: 1024px) {
  .hwf-hero__inner { padding-top: 7.5rem !important; }
}


/* ==========================================================
   v1.8.2 — Hero fix: hide inline SVG, use CSS pseudo-element
   ========================================================== */
.hwf-hero__sunburst { display: none !important; }

.hwf-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  min-height: auto !important;
}

.hwf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 700'%3E%3Cg stroke='%23b09080' stroke-width='1' opacity='0.28'%3E%3Cline x1='450' y1='350' x2='450' y2='0'/%3E%3Cline x1='450' y1='350' x2='618' y2='0'/%3E%3Cline x1='450' y1='350' x2='786' y2='0'/%3E%3Cline x1='450' y1='350' x2='900' y2='68'/%3E%3Cline x1='450' y1='350' x2='900' y2='236'/%3E%3Cline x1='450' y1='350' x2='900' y2='350'/%3E%3Cline x1='450' y1='350' x2='900' y2='464'/%3E%3Cline x1='450' y1='350' x2='900' y2='632'/%3E%3Cline x1='450' y1='350' x2='786' y2='700'/%3E%3Cline x1='450' y1='350' x2='618' y2='700'/%3E%3Cline x1='450' y1='350' x2='450' y2='700'/%3E%3Cline x1='450' y1='350' x2='282' y2='700'/%3E%3Cline x1='450' y1='350' x2='114' y2='700'/%3E%3Cline x1='450' y1='350' x2='0' y2='632'/%3E%3Cline x1='450' y1='350' x2='0' y2='464'/%3E%3Cline x1='450' y1='350' x2='0' y2='350'/%3E%3Cline x1='450' y1='350' x2='0' y2='236'/%3E%3Cline x1='450' y1='350' x2='0' y2='68'/%3E%3Cline x1='450' y1='350' x2='114' y2='0'/%3E%3Cline x1='450' y1='350' x2='282' y2='0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.hwf-hero__inner {
  position: relative !important;
  z-index: 1 !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 5rem 1.5rem 4rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}


/* ==========================================================
   v1.8.3 — Pixel-perfect hero corrections
   - Hero title: 50px / 58px (was 64px / 75.52px)
   - Sunburst: exact Webflow SVG tick-circle, 660x660 centered
   - Hero top padding: 7.5rem matches Webflow 125px
   - Nav CTA: dark green #1B4332, 30px radius, "Learn More" style
   ========================================================== */

/* 1. Hero title — exact Webflow values */
.hwf-hero__title {
  font-size: 50px !important;
  line-height: 58px !important;
}

/* 2. Hero inner padding: ~120px top matches Webflow 125px */
.hwf-hero__inner {
  padding: 7.5rem 1.5rem 5rem !important;
}

/* 3. Replace full-bleed ::before with 660x660 centered sunburst
   matching Webflow .hero_heading_wrapper (660x660, background:contain) */
.hwf-hero::before {
  display: none !important;
}
.hwf-hero__inner::before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background-image: url('https://cdn.prod.website-files.com/67d6a03cddabe333624e91d9/67eb801f031551176e1c0a2d_hero_image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.55;
}
/* Hero content stays above the sunburst */
.hwf-hero__inner > * {
  position: relative;
  z-index: 1;
}

/* 4. Nav CTA button — match Webflow "Learn More" style */
.hwf-btn-header-wa .wp-block-button__link {
  background-color: #1B4332 !important;
  border-color: #1B4332 !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  padding: 12px 32px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .hwf-hero__title { font-size: 2rem !important; line-height: 1.2 !important; }
  .hwf-hero__inner { padding: 3.5rem 1.5rem 3rem !important; }
  .hwf-hero__inner::before { width: 100vw; height: 100vw; max-width: 500px; }
}


/* v1.8.6 — Full-page visual audit corrections */

/* 1. Intro section: pink-to-white gradient matching Webflow .gradient_bg */
.hwf-intro {
  background: linear-gradient(rgb(255, 241, 240), rgb(255, 255, 255) 50%, rgb(255, 255, 255)) !important;
}

/* 2. Section label pill badge — matching Webflow .section_tittle style */
.hwf-section-label {
  display: inline-block !important;
  background: #fff !important;
  border: 1px solid rgb(231, 229, 228) !important;
  border-radius: 30px !important;
  padding: 9px 25px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* 3. How It Works heading accent: coral for <mark> wrapper */
.hwf-how-it-works .hwf-section__heading mark,
.hwf-section__heading mark {
  background: transparent !important;
  color: rgb(255, 148, 148) !important;
}

/* 4. Testimonials: remove beige bg (Webflow testimonial is transparent/white) */
.hwf-testimonials {
  background: transparent !important;
}

/* 5. Step label (category tag inside how-it-works steps) */
.hwf-step .hwf-step__label {
  display: inline-block !important;
  background: transparent !important;
  border: 1px solid rgba(10, 31, 19, 0.3) !important;
  border-radius: 30px !important;
  padding: 5px 16px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgb(10, 31, 19) !important;
  margin-bottom: 8px !important;
}

/* 6. Stats strip heading centered */
.hwf-stats-strip .hwf-section__heading {
  text-align: center !important;
}

/* v1.8.7 — Footer nav list polish */
.hwf-footer-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hwf-footer-list li {
  padding: 0 !important;
  margin-bottom: 6px !important;
}
.hwf-footer-list li::marker {
  display: none !important;
  content: '' !important;
}
.hwf-footer-list a,
.hwf-footer-nav a,
.hwf-footer-legal a {
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none !important;
  font-size: 0.875rem !important;
  transition: color 0.2s ease !important;
}
.hwf-footer-list a:hover,
.hwf-footer-nav a:hover,
.hwf-footer-legal a:hover {
  color: #ffffff !important;
}
.hwf-footer-bottom p {
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.8125rem !important;
}
.hwf-site-footer .wp-block-social-links .wp-social-link {
  background: transparent !important;
}
.hwf-site-footer .wp-block-social-links .wp-social-link svg {
  fill: rgba(255,255,255,0.75) !important;
}
.hwf-site-footer .wp-block-social-links .wp-social-link:hover svg {
  fill: #ffffff !important;
}


/**
 * HealthyWayFit — Mobile Responsive (mobile.css) v1.9.0
 * Comprehensive mobile-first responsive styles for all pages.
 * Covers: header hamburger, footer stack, homepage, blog, static pages.
 * Primary target: Indian mobile users on Android (360–430px wide).
 */

/* ════════════════════════════════════════════════════════════════
   GLOBAL — prevent horizontal scroll on all pages
════════════════════════════════════════════════════════════════ */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* ════════════════════════════════════════════════════════════════
   HEADER — HAMBURGER & MOBILE NAV
════════════════════════════════════════════════════════════════ */

/* Default: hamburger hidden, mobile nav hidden */
.hwf-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  gap: 5px;
  border-radius: 8px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.hwf-hamburger:hover {
  background: rgba(0,0,0,0.05);
}
.hwf-hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/**
 * HealthyWayFit â Mobile Responsive (mobile.css) v1.9.0
 * Comprehensive mobile-first responsive styles for all pages.
 * Covers: header hamburger, footer stack, homepage, blog, static pages.
 * Primary target: Indian mobile users on Android (360â430px wide).
 */

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   GLOBAL â prevent horizontal scroll on all pages
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   HEADER â HAMBURGER & MOBILE NAV
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */

/* Default: hamburger hidden, mobile nav hidden */
.hwf-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  gap: 5px;
  border-radius: 8px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.hwf-hamburger:hover {
  background: rgba(0,0,0,0.05);
}
.hwf-hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* Animated X state */
.hwf-hamburger.is-active .hwf-hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hwf-hamburger.is-active .hwf-hamburger__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hwf-hamburger.is-active .hwf-hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav overlay â hidden by default */
.hwf-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  padding: 0;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
}

.hwf-mobile-nav.is-open,
.hwf-mobile-nav[aria-hidden="false"] {
  transform: translateX(0);
  visibility: visible;
}

.hwf-mobile-nav__inner {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem;
  min-height: 100%;
}

.hwf-mobile-nav__close {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #111827;
  line-height: 1;
  border-radius: 8px;
  transition: background 0.2s;
  margin-bottom: 1rem;
}
.hwf-mobile-nav__close:hover {
  background: rgba(0,0,0,0.05);
}
.hwf-mobile-nav__close svg {
  display: block;
  width: 24px;
  height: 24px;
}

.hwf-mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.hwf-mobile-nav__links a {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid #f3f4f6;
  transition: color 0.2s;
}
.hwf-mobile-nav__links a:hover {
  color: #16a34a;
}
.hwf-mobile-nav__links a:first-child {
  border-top: 1px solid #f3f4f6;
}

.hwf-mobile-nav__cta {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.hwf-mobile-nav__cta a {
  display: block;
  text-align: center;
  background: #16a34a;
  color: #ffffff !important;
  border-radius: 9999px;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}
.hwf-mobile-nav__cta a:hover {
  background: #15803d;
}

/* Body locked when nav open */
body.hwf-nav-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* Desktop: hide hamburger & mobile nav, always */
@media (min-width: 1024px) {
  .hwf-hamburger   { display: none !important; }
  .hwf-mobile-nav  { display: none !important; }
}

/* Tablet & Mobile: hide desktop nav, show hamburger */
@media (max-width: 1023px) {
  .hwf-desktop-nav { display: none !important; }
  .hwf-header-cta  { display: none !important; }
  .hwf-hamburger   { display: flex !important; }

  /* Also hide WP navigation block directly */
  .hwf-site-header .wp-block-navigation { display: none !important; }
  .hwf-site-header .wp-block-navigation__responsive-container { display: none !important; }
}

/* Mobile header tightening */
@media (max-width: 767px) {
  .hwf-header-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 0.75rem !important;
  }
  .hwf-logo-img,
  .hwf-logo-img img,
  .hwf-header-logo img {
    height: 30px !important;
    width: auto !important;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   FOOTER â MOBILE STACK
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 767px) {
  /* Main 3-column row â single column */
  .hwf-footer-inner {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 2rem !important;
    align-items: flex-start !important;
  }

  .hwf-footer-brand,
  .hwf-footer-nav,
  .hwf-footer-legal {
    width: 100% !important;
    flex: none !important;
  }

  /* Bottom bar: copyright left, social icons left */
  .hwf-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding-top: 1.5rem !important;
    margin-top: 1.5rem !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
  }

  /* Footer padding */
  .hwf-site-footer {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }
  .hwf-footer-inner,
  .hwf-footer-bottom {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  /* Footer nav heading */
  .hwf-footer-nav h6,
  .hwf-footer-legal h6 {
    font-size: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   WORDPRESS BLOCK COLUMN STACKING â ALL PAGES
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 767px) {
  /* Stack wp:columns on mobile unless explicitly kept side-by-side */
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
    gap: 1.5rem !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  /* Safe horizontal padding for full-width blocks */
  .wp-block-group.alignfull,
  .wp-block-cover.alignfull {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  /* Images never overflow */
  img, .wp-block-image img, .wp-block-post-featured-image img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Tables scrollable */
  .wp-block-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   HOMEPAGE SECTIONS â MOBILE
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 767px) {
  /* Hero */
  .hwf-hero {
    padding-top: 2.5rem !important;
    padding-bottom: 2rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    text-align: center !important;
  }
  .hwf-hero__title {
    font-size: clamp(1.75rem, 8vw, 2.25rem) !important;
    line-height: 1.2 !important;
  }
  .hwf-hero__sub {
    font-size: 1rem !important;
  }

  /* Hero columns: image below text */
  .hwf-hero .wp-block-columns {
    flex-direction: column !important;
  }
  .hwf-hero .wp-block-column {
    min-width: 100% !important;
    flex-basis: 100% !important;
  }

  /* Hero CTA button full width */
  .hwf-hero .wp-block-button__link,
  .hwf-btn-hero .wp-block-button__link {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }

  /* Stats bar */
  .hwf-stats-bar {
    flex-direction: column !important;
    gap: 0.75rem !important;
    text-align: center !important;
  }

  /* Program includes / features */
  .hwf-features-grid .wp-block-column,
  .hwf-feature-card {
    min-width: 100% !important;
    width: 100% !important;
  }

  /* How it works steps */
  .hwf-steps-section .wp-block-columns {
    flex-direction: column !important;
  }
  .hwf-step-image {
    margin-bottom: 1rem !important;
  }
  .hwf-step-image img {
    width: 100% !important;
    max-width: 320px !important;
    margin-inline: auto !important;
    display: block !important;
  }

  /* Testimonials */
  .hwf-testimonials-grid .wp-block-column,
  .hwf-testimonial-card {
    min-width: 100% !important;
  }

  /* Section headings */
  .hwf-section-title {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
  }

  /* CTA section */
  .hwf-cta-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .hwf-cta-section .wp-block-button__link {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   BLOG ARCHIVE â MOBILE
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 767px) {
  /* Archive header */
  .hwf-archive-header,
  .hwf-page-hero {
    padding: 2rem 1.25rem !important;
    text-align: center !important;
  }
  .hwf-archive-title {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
  }

  /* Post grid â single column */
  .hwf-posts-grid,
  .hwf-archive-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  .hwf-post-card {
    width: 100% !important;
    min-width: unset !important;
  }
  .hwf-post-card__image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }

  /* Pagination */
  .hwf-pagination {
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    justify-content: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* 2-col grid on tablet */
  .hwf-posts-grid,
  .hwf-archive-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   SINGLE POST â MOBILE
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 767px) {
  /* Post hero */
  .hwf-post-hero,
  .hwf-post-header {
    padding: 2rem 1.25rem !important;
    text-align: center !important;
  }
  .hwf-post-title,
  .entry-title {
    font-size: clamp(1.375rem, 6vw, 1.875rem) !important;
    line-height: 1.3 !important;
  }

  /* Featured image */
  .hwf-post-featured-image,
  .wp-block-post-featured-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hwf-post-featured-image img,
  .wp-block-post-featured-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }

  /* Post content */
  .hwf-post-content,
  .entry-content {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  /* Meta row â stack */
  .hwf-post-meta {
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    justify-content: center !important;
  }

  /* Related posts */
  .hwf-related-posts .wp-block-columns {
    flex-direction: column !important;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   STATIC PAGES (Contact, Legal, About) â MOBILE
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 767px) {
  /* Page header */
  .hwf-page-header {
    padding: 2rem 1.25rem !important;
    text-align: center !important;
  }
  .hwf-page-title {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
  }

  /* Legal/privacy pages content */
  .hwf-legal-content,
  .hwf-page-content {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    font-size: 0.9375rem !important;
    line-height: 1.75 !important;
  }

  /* Contact page */
  .hwf-contact-columns .wp-block-columns {
    flex-direction: column !important;
  }
  .hwf-contact-form,
  .wpcf7,
  .wpcf7-form {
    padding: 1.5rem 1.25rem !important;
  }
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    width: 100% !important;
    font-size: 1rem !important; /* prevents iOS zoom */
  }

  /* WPForms */
  .wpforms-container {
    padding: 0 !important;
  }
  .wpforms-form input,
  .wpforms-form textarea,
  .wpforms-form select {
    font-size: 16px !important; /* prevents iOS auto-zoom */
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   TABLET (768pxâ1023px) â Intermediate adjustments
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (min-width: 768px) and (max-width: 1023px) {
  .hwf-hero__title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
  }

  .hwf-footer-inner {
    flex-wrap: wrap !important;
    gap: 2rem !important;
  }

  .hwf-footer-brand {
    flex-basis: 100% !important;
  }

  .hwf-footer-nav,
  .hwf-footer-legal {
    flex-basis: calc(50% - 1rem) !important;
  }
}


/* ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
   UTILITY â Touch-friendly tap targets
ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 1023px) {
  /* Minimum 44Ã44px touch targets */
  .wp-block-navigation-item__content,
  .hwf-mobile-nav__links a,
  .wp-block-button__link {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .hwf-mobile-nav__links a {
    display: block !important;
    min-height: 52px !important;
  }
}
