html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: Lexend, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #e5f1f0;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.homepage {
  --hp-primary: #08949b;
  --hp-primary-container: #06787e;
  --hp-primary-fixed: #ccfbf1;
  --hp-on-primary-fixed: #134e4a;
  --hp-background: #e5f1f0;
  --hp-surface: #ffffff;
  --hp-surface-dim: #f1f5f9;
  --hp-on-surface: #0f172a;
  --hp-muted: #475569;
  --hp-outline: #e2e8f0;
  --hp-emerald: #059669;
  --hp-coach-dark: #06393b;
  --hp-green: linear-gradient(135deg, #10b981 0%, #059669 100%);
  width: 100%;
  text-align: left;
  background: var(--hp-background);
}

.homepage .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.hp-icon-xs { font-size: 12px !important; }
.hp-icon-sm { font-size: 16px !important; }

.hp-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.hp-promo {
  background: linear-gradient(to top right, var(--hp-primary-container), var(--hp-primary));
  color: #fff;
  padding: 10px 0;
  z-index: 51;
  position: relative;
}

.hp-promo-inner,
.hp-promo-copy,
.hp-header-inner,
.hp-header-actions,
.hp-brand,
.hp-brand-row,
.hp-grant,
.hp-grant-copy,
.hp-card-meta,
.hp-switch,
.hp-topics div,
.hp-checks li,
.hp-card-actions,
.hp-journey-head,
.hp-econ-head,
.hp-faq-head,
.hp-coach-top,
.hp-coach-foot,
.hp-trust-card,
.hp-footer-bottom {
  display: flex;
  align-items: center;
}

.hp-promo-inner,
.hp-header-inner,
.hp-grant,
.hp-card-meta,
.hp-journey-head,
.hp-econ-head,
.hp-coach-foot {
  justify-content: space-between;
}

.hp-promo-inner,
.hp-promo-copy,
.hp-grant,
.hp-grant-title,
.hp-switch,
.hp-topics div,
.hp-card-actions,
.hp-filters,
.hp-coach-tags,
.hp-trust-card h3,
.hp-econ-item h4,
.hp-econ-foot,
.hp-coaches-head,
.hp-footer-bottom {
  flex-wrap: wrap;
  gap: 8px;
}

.hp-promo-copy { gap: 8px; }

.hp-promo-badge,
.hp-promo-cta,
.hp-chip,
.hp-live-pill,
.hp-btn,
.hp-switch button,
.hp-grant-cta,
.hp-faq-link {
  display: inline-flex;
  align-items: center;
}

.hp-promo-badge {
  gap: 4px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 999px;
}

.hp-promo-text { font-size: 12px; color: rgba(255, 255, 255, 0.95); }
.hp-promo-text strong { color: var(--hp-primary-fixed); }

.hp-promo-cta {
  gap: 4px;
  flex-shrink: 0;
  background: var(--hp-primary-fixed);
  color: var(--hp-on-primary-fixed);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.hp-promo-cta:hover { background: #fff; }

.hp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--hp-outline);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.hp-header-inner {
  height: 80px;
  gap: 16px;
}

.hp-brand {
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.hp-brand-mark,
.hp-grant-icon,
.hp-journey-icon,
.hp-econ-icon,
.hp-trust-icon,
.hp-step-num,
.hp-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hp-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: transparent;
  overflow: hidden;
}

.hp-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hp-brand-mark .material-symbols-outlined { font-size: 24px; }

.hp-brand-mark--sm {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: transparent;
}

.hp-brand-text { display: flex; flex-direction: column; min-width: 0; }
.hp-brand-row { gap: 6px; align-items: baseline; }

.hp-logo {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hp-logo span { color: var(--hp-primary); }

.hp-byline {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--hp-primary-fixed);
  color: var(--hp-on-primary-fixed);
}

.hp-byline--muted {
  background: var(--hp-surface-dim);
  border: 1px solid var(--hp-outline);
  color: var(--hp-muted);
}

.hp-brand-sub {
  display: none;
  font-size: 10px;
  color: var(--hp-muted);
  font-weight: 500;
  margin-top: -2px;
}

.hp-nav {
  display: none;
  align-items: center;
  gap: 20px;
}

.hp-nav button,
.hp-nav a,
.hp-mobile-nav button,
.hp-mobile-nav a {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--hp-muted);
  text-decoration: none;
  cursor: pointer;
}

.hp-nav button:first-child { color: var(--hp-on-surface); }
.hp-nav button:hover,
.hp-nav a:hover,
.hp-mobile-nav button:hover,
.hp-mobile-nav a:hover { color: var(--hp-primary); }

.hp-header-actions { gap: 10px; }

.hp-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--hp-outline);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.hp-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 8px 24px 20px;
  border-top: 1px solid var(--hp-outline);
  background: #fff;
}

.hp-mobile-nav.is-open { display: flex; }

.hp-btn {
  gap: 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hp-btn:hover { transform: translateY(-1px); }

.hp-btn--outline {
  padding: 8px 16px;
  border: 1px solid var(--hp-primary);
  color: var(--hp-primary);
  background: transparent;
}

.hp-btn--outline:hover { background: var(--hp-primary); color: #fff; }

.hp-btn--emerald {
  padding: 8px 20px;
  color: #fff;
  background: var(--hp-green);
}

.hp-btn--emerald:hover { color: #fff; box-shadow: 0 6px 16px rgba(16, 185, 129, 0.28); }

.hp-btn--primary {
  padding: 14px 24px;
  color: #fff;
  background: var(--hp-primary);
  font-weight: 700;
}

.hp-btn--primary:hover { background: var(--hp-primary-container); color: #fff; }

.hp-btn--ghost {
  padding: 14px 20px;
  background: #fff;
  border: 1px solid var(--hp-outline);
  color: var(--hp-on-surface);
}

.hp-btn--ghost:hover { background: var(--hp-surface-dim); }

.hp-btn--block {
  width: 100%;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
}

.hp-btn--sm { padding: 8px 16px; font-weight: 700; }
.hp-hide-sm { display: none; }

.hp-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 64px;
}

.hp-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(64px);
}

.hp-orb--a {
  top: 0;
  right: 25%;
  width: 24rem;
  height: 24rem;
  background: rgba(8, 148, 155, 0.1);
  margin: -5rem -5rem 0 0;
}

.hp-orb--b {
  top: 12rem;
  left: 2.5rem;
  width: 20rem;
  height: 20rem;
  background: rgba(204, 251, 241, 0.4);
}

.hp-hero-inner { position: relative; }

.hp-hero-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.hp-live-pill {
  gap: 8px;
  background: #fff;
  border: 1px solid var(--hp-outline);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hp-primary);
  margin-bottom: 16px;
}

.hp-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #10b981;
  animation: hp-pulse 1.5s ease-in-out infinite;
}

.hp-live-dot--bright { background: #34d399; animation: none; }

@keyframes hp-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.hp-hero-intro h1 {
  margin: 0;
  max-width: 48rem;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.hp-hero-intro h1 span {
  color: var(--hp-primary);
  text-decoration: underline;
  text-decoration-color: var(--hp-primary-fixed);
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}

.hp-hero-intro > p {
  margin: 12px 0 0;
  max-width: 36rem;
  font-size: 14px;
  color: var(--hp-muted);
}

.hp-switch {
  margin-top: 24px;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--hp-outline);
  border-radius: 999px;
}

.hp-switch button {
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--hp-muted);
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.hp-switch .hp-tab--active {
  background: var(--hp-primary) !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(8, 148, 155, 0.25);
}

.hp-hero-grid,
.hp-split,
.hp-trust,
.hp-close-grid,
.hp-coach-grid,
.hp-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.hp-card,
.hp-journey,
.hp-econ,
.hp-faq,
.hp-coach,
.hp-trust-card,
.hp-close-grid article {
  display: flex;
  flex-direction: column;
}

.hp-card {
  background: #fff;
  border: 2px solid var(--hp-outline);
  border-radius: 24px;
  padding: 32px;
  justify-content: space-between;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.hp-card--active {
  border-color: var(--hp-primary) !important;
  box-shadow: 0 12px 28px -4px rgba(8, 148, 155, 0.18), 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}

.hp-card--dim { opacity: 0.5; }

.hp-card-body { display: flex; flex-direction: column; gap: 24px; }

.hp-grant {
  padding: 14px;
  border-radius: 16px;
  background: #ecfdf5;
  border: 2px solid #a7f3d0;
  gap: 12px;
}

.hp-grant-copy { gap: 10px; }

.hp-grant-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--hp-emerald);
  color: #fff;
}

.hp-grant-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #065f46;
}

.hp-grant-title span {
  font-size: 10px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
  background: var(--hp-emerald);
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

.hp-grant p {
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #047857;
}

.hp-grant-cta {
  display: none;
  flex-shrink: 0;
  background: var(--hp-emerald);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
}

.hp-grant-cta:hover { background: #047857; color: #fff; }

.hp-chip {
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.hp-chip--emerald { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.hp-chip--teal { background: var(--hp-primary-fixed); color: var(--hp-on-primary-fixed); border: 1px solid rgba(8, 148, 155, 0.2); }
.hp-chip--soft { background: rgba(8, 148, 155, 0.1); color: var(--hp-primary); border: 1px solid rgba(8, 148, 155, 0.2); border-radius: 8px; }

.hp-rate { text-align: right; }
.hp-rate span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hp-muted);
}
.hp-rate strong { font-size: 14px; color: #047857; }

.hp-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.hp-card-lead {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--hp-muted);
}

.hp-topics > span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hp-muted);
  margin-bottom: 8px;
}

.hp-topics div span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  background: var(--hp-surface-dim);
  border: 1px solid var(--hp-outline);
}

.hp-topics .material-symbols-outlined { color: var(--hp-primary); }

.hp-checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
  font-size: 12px;
  color: var(--hp-muted);
}

.hp-checks li { gap: 8px; }
.hp-checks--emerald .material-symbols-outlined { color: var(--hp-emerald); }
.hp-checks--teal .material-symbols-outlined { color: var(--hp-primary); }

.hp-earnings {
  padding: 16px;
  border-radius: 16px;
  background: var(--hp-surface-dim);
  border: 1px solid var(--hp-outline);
}

.hp-earnings-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.hp-earnings-row span { color: var(--hp-muted); }
.hp-earnings-row strong { color: var(--hp-primary); }

.hp-earnings-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
}

.hp-earnings-value span {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hp-primary);
}

.hp-earnings-value small,
.hp-earnings p {
  font-size: 11px;
  color: var(--hp-muted);
}

.hp-earnings p { margin: 8px 0 0; }

.hp-card-actions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--hp-outline);
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.hp-stats {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--hp-outline);
  border-radius: 16px;
  padding: 24px;
}

.hp-stats div { display: flex; flex-direction: column; gap: 4px; }
.hp-stats strong { font-size: 24px; font-weight: 700; letter-spacing: -0.03em; }
.hp-stats strong span { color: var(--hp-primary); }
.hp-stats > div > span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hp-muted);
}

.hp-section { padding: 80px 0; }
.hp-section--surface {
  background: #fff;
  border-top: 1px solid var(--hp-outline);
  border-bottom: 1px solid var(--hp-outline);
}
.hp-section--compact { padding: 64px 0; border-top: 1px solid var(--hp-outline); }

.hp-section-head {
  max-width: 42rem;
  margin: 0 auto 56px;
  text-align: center;
}

.hp-section-head span,
.hp-coaches-head span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--hp-primary);
}

.hp-section-head h2,
.hp-coaches-head h2 {
  margin: 8px 0 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hp-section-head p,
.hp-coaches-head p {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--hp-muted);
}

section[id] { scroll-margin-top: 96px; }

.hp-journey,
.hp-econ,
.hp-faq {
  background: var(--hp-surface-dim);
  border: 1px solid var(--hp-outline);
  border-radius: 16px;
  padding: 28px;
  gap: 20px;
}

.hp-econ { background: #fff; }

.hp-journey-head,
.hp-econ-head,
.hp-faq-head {
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hp-outline);
}

.hp-journey-head > div,
.hp-econ-head > div { display: flex; align-items: center; gap: 10px; }
.hp-faq-head { justify-content: flex-start; gap: 10px; }

.hp-journey-head h3,
.hp-econ-head h3,
.hp-faq-head h3 { margin: 0; font-size: 18px; font-weight: 700; }

.hp-journey-icon,
.hp-econ-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
}

.hp-journey-icon--emerald { background: #d1fae5; color: #065f46; }
.hp-journey-icon--teal { background: var(--hp-primary-fixed); color: var(--hp-primary); }
.hp-econ-icon { border-radius: 8px; background: var(--hp-primary-fixed); color: var(--hp-primary); }
.hp-econ-tag { font-size: 12px; font-weight: 700; color: var(--hp-primary); }

.hp-step,
.hp-econ-item,
.hp-faq-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--hp-outline);
}

.hp-step-num {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hp-step-num--emerald { background: var(--hp-emerald); }
.hp-step-num--teal { background: var(--hp-primary); }

.hp-step h4,
.hp-econ-item h4,
.hp-faq-item h4,
.hp-coach h3,
.hp-trust-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.hp-step p,
.hp-econ-item p,
.hp-faq-item p,
.hp-coach p,
.hp-trust-card p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--hp-muted);
}

.hp-econ-item { gap: 12px; }
.hp-econ-item > .material-symbols-outlined { color: var(--hp-primary); margin-top: 2px; }

.hp-econ-item--grant {
  background: #ecfdf5;
  border: 2px solid #a7f3d0;
}

.hp-econ-item--grant > .material-symbols-outlined,
.hp-econ-item--grant h4 { color: #065f46; }
.hp-econ-item--grant p { color: #047857; }

.hp-econ-item h4 { display: flex; align-items: center; gap: 8px; }
.hp-econ-item h4 span {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--hp-emerald);
  color: #fff;
}

.hp-econ-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--hp-outline);
  font-size: 12px;
  color: var(--hp-muted);
}

.hp-econ-foot strong {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 4px 10px;
  border-radius: 4px;
}

.hp-econ-foot--teal strong {
  color: var(--hp-primary);
  background: rgba(8, 148, 155, 0.1);
  border-color: rgba(8, 148, 155, 0.2);
}

.hp-coaches-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.hp-filters { display: flex; margin-bottom: 40px; gap: 10px; }

.hp-filters button {
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  background: var(--hp-surface-dim);
  border: 1px solid var(--hp-outline);
  color: var(--hp-on-surface);
  cursor: pointer;
}

.hp-filters .hp-filter--active {
  background: var(--hp-primary);
  color: #fff;
  border-color: var(--hp-primary);
  font-weight: 700;
}

.hp-coach-grid { gap: 24px; }

.hp-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px;
  text-align: center;
  color: var(--hp-muted);
  font-size: 14px;
  background: var(--hp-surface-dim);
  border: 1px dashed var(--hp-outline);
  border-radius: 16px;
}

.hp-empty.is-hidden,
.hp-coach.is-hidden { display: none; }

.hp-coach {
  background: var(--hp-surface-dim);
  border: 1px solid var(--hp-outline);
  border-radius: 16px;
  padding: 24px;
  justify-content: space-between;
}

.hp-coach-top { gap: 16px; }

.hp-avatar {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid var(--hp-primary);
  background: rgba(8, 148, 155, 0.1);
  color: var(--hp-primary);
}

.hp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 18%;
}

.hp-avatar .material-symbols-outlined { font-size: 30px; }

.hp-online {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #10b981;
  border: 2px solid #fff;
}

.hp-coach h3 { display: flex; align-items: center; gap: 4px; font-size: 16px; }
.hp-coach h3 .material-symbols-outlined { color: var(--hp-primary); }
.hp-coach-title { display: block; font-size: 12px; font-weight: 600; color: var(--hp-primary); }

.hp-coach-rating {
  display: flex;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--hp-muted);
}

.hp-coach-rating strong { color: #f59e0b; }

.hp-coach-tags {
  display: flex;
  margin: 16px 0 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(226, 232, 240, 0.7);
}

.hp-coach-tags span {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--hp-outline);
}

.hp-coach-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, 0.7);
}

.hp-coach-foot span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--hp-muted);
}

.hp-coach-foot strong { font-size: 14px; }

.hp-trust-card {
  background: #fff;
  border: 1px solid var(--hp-outline);
  border-radius: 16px;
  padding: 28px;
  align-items: flex-start;
  gap: 16px;
}

.hp-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--hp-primary-fixed);
  color: var(--hp-primary);
}

.hp-trust-icon--amber { background: #fef3c7; color: #78350f; }
.hp-trust-card h3 { display: flex; align-items: center; gap: 8px; font-size: 16px; }
.hp-trust-card h3 span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 4px;
  background: #fffbeb;
  color: #92400e;
  border: 1px solid #fde68a;
}

.hp-trust-badge {
  background: var(--hp-primary-fixed) !important;
  color: var(--hp-on-primary-fixed) !important;
  border-color: transparent !important;
}

.hp-faq-head .material-symbols-outlined { color: var(--hp-emerald); }
.hp-faq-head--teal .material-symbols-outlined { color: var(--hp-primary); }

.hp-faq-link {
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-primary);
  text-decoration: none;
}

.hp-faq-link--emerald { color: #047857; }

.hp-close {
  position: relative;
  overflow: hidden;
  background: var(--hp-coach-dark);
  color: #fff;
  padding: 64px 0;
}

.hp-orb--c {
  top: 0;
  right: 25%;
  width: 24rem;
  height: 24rem;
  background: rgba(8, 148, 155, 0.2);
}

.hp-close-inner { position: relative; z-index: 1; text-align: center; }

.hp-live-pill--dark {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #6ee7b7;
  backdrop-filter: blur(12px);
}

.hp-close-inner h2 {
  margin: 12px auto 0;
  max-width: 48rem;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.hp-close-inner > p {
  margin: 12px auto 0;
  max-width: 36rem;
  font-size: 14px;
  color: #cbd5e1;
}

.hp-close-grid {
  margin: 40px auto 0;
  max-width: 56rem;
  text-align: left;
}

.hp-close-grid article {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 28px;
  justify-content: space-between;
  gap: 16px;
  backdrop-filter: blur(12px);
}

.hp-close-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.hp-close-kicker span,
.hp-close-coach-kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6ee7b7;
}

.hp-close-coach-kicker { color: var(--hp-primary-fixed); }
.hp-close-kicker em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  background: #34d399;
  color: var(--hp-coach-dark);
}

.hp-close-grid h3 { margin: 4px 0 0; font-size: 20px; font-weight: 700; }
.hp-close-grid p { margin: 4px 0 0; font-size: 12px; line-height: 1.6; color: #cbd5e1; }

.hp-footer {
  background: #fff;
  border-top: 1px solid var(--hp-outline);
  padding: 64px 0;
}

.hp-footer-grid {
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--hp-outline);
}

.hp-brand--footer { gap: 10px; }
.hp-footer-brand p {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--hp-muted);
  max-width: 24rem;
}

.hp-footer-brand a { color: var(--hp-primary); font-weight: 500; text-decoration: none; }
.hp-footer-hours { font-size: 11px !important; }

.hp-footer h4 {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hp-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hp-footer li a {
  font-size: 12px;
  color: var(--hp-muted);
  text-decoration: none;
}

.hp-footer li a:hover { color: var(--hp-primary); }

.hp-footer-bottom {
  padding-top: 32px;
  flex-direction: column;
  font-size: 12px;
  color: var(--hp-muted);
}

.hp-footer-bottom p { margin: 0; }
.hp-footer-bottom div { display: flex; gap: 20px; }
.hp-footer-bottom a { color: inherit; text-decoration: none; }
.hp-footer-bottom a:hover { color: var(--hp-primary); }

@media (min-width: 640px) {
  .hp-brand-sub { display: block; }
  .hp-hide-sm { display: inline-flex; }
  .hp-hero-intro h1 { font-size: 48px; }
  .hp-hero-intro > p,
  .hp-close-inner > p { font-size: 16px; }
  .hp-grant-cta { display: inline-flex; }
  .hp-card { padding: 40px; }
  .hp-card h2 { font-size: 30px; }
  .hp-checks { grid-template-columns: 1fr 1fr; }
  .hp-card-actions { flex-direction: row; align-items: center; }
  .hp-btn--block { flex: 1; }
  .hp-card-actions .hp-btn--ghost { width: auto; flex: 0 0 auto; }
  .hp-section-head h2,
  .hp-coaches-head h2,
  .hp-close-inner h2 { font-size: 36px; }
}

@media (min-width: 768px) {
  .hp-wrap { padding: 0 48px; }
  .hp-menu-btn,
  .hp-mobile-nav,
  .hp-mobile-nav.is-open { display: none; }
  .hp-nav { display: flex; }
  .hp-stats { grid-template-columns: repeat(4, 1fr); padding: 28px; }
  .hp-stats strong { font-size: 30px; }
  .hp-coaches-head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .hp-coaches-head p { max-width: 28rem; margin: 0; }
  .hp-trust,
  .hp-close-grid { grid-template-columns: 1fr 1fr; }
  .hp-coach-grid { grid-template-columns: repeat(3, 1fr); }
  .hp-close-inner h2 { font-size: 48px; }
}

@media (min-width: 1024px) {
  .hp-hero { padding: 56px 0 96px; }
  .hp-hero-grid,
  .hp-split { grid-template-columns: 1fr 1fr; }
  .hp-footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
