/* Freshhouse Franchise page — FreshVibrant theme */

.fh-franchise-page {
  min-height: 100vh;
  background: #fff;
}

/* ── Nav ── */
.fh-fr-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e6ede9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.fh-fr-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.fh-fr-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #3f9367;
  text-decoration: none;
}
.fh-fr-back:hover { color: #2d6e4f; }
.fh-fr-nav-logo { height: 34px; width: auto; }
.fh-fr-nav-cta {
  background: #3f9367;
  color: #fff !important;
  border-radius: 100px;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}
.fh-fr-nav-cta:hover { background: #358a5c; color: #fff !important; }

/* ── Shared section helpers ── */
.fh-fr-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.fh-fr-eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: #3f9367;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.fh-fr-heading {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  color: #111;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.fh-fr-section { padding: 80px 0; }
.fh-fr-section--tight { padding: 64px 0; }

/* ── Hero ── */
.fh-fr-hero {
  background: linear-gradient(135deg, #1a3a2a 0%, #3f9367 100%);
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.fh-fr-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.fh-fr-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 900;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: 700px;
}
.fh-fr-hero-accent { color: hsl(149 40% 80%); }
.fh-fr-hero p {
  margin: 0 0 40px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  line-height: 1.6;
}
.fh-fr-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.fh-fr-btn-white {
  background: #fff;
  color: #3f9367 !important;
  border-radius: 100px;
  padding: 14px 32px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
}
.fh-fr-btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  border-radius: 100px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ── Stats bar ── */
.fh-fr-stats {
  background: #3f9367;
}
.fh-fr-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.fh-fr-stat {
  padding: 32px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fh-fr-stat:last-child { border-right: none; }
.fh-fr-stat-num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 900;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
}
.fh-fr-stat-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Story ── */
.fh-fr-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.fh-fr-story-grid p {
  color: #666;
  line-height: 1.8;
  margin: 0 0 16px;
}
.fh-fr-mv-cards { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.fh-fr-mv-card {
  background: hsl(149 40% 96%);
  border-radius: 12px;
  padding: 14px 20px;
  flex: 1;
  min-width: 200px;
}
.fh-fr-mv-card-label {
  font-size: 11px;
  font-weight: 800;
  color: #3f9367;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.fh-fr-mv-card-text { font-size: 13px; font-weight: 600; color: #333; }
.fh-fr-story-visual {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.fh-fr-story-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
}
.fh-fr-story-callout {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.fh-fr-story-callout strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #3f9367;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.fh-fr-story-callout span { font-size: 13px; color: #555; line-height: 1.5; }

/* ── Why cards ── */
.fh-fr-bg-soft { background: hsl(149 40% 98%); }
.fh-fr-center-head { text-align: center; margin-bottom: 56px; }
.fh-fr-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.fh-fr-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #edf3ef;
}
.fh-fr-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: hsl(149 40% 96%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f9367;
  margin-bottom: 16px;
}
.fh-fr-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  font-family: 'Outfit', sans-serif;
}
.fh-fr-card p { margin: 0; font-size: 13px; color: #888; line-height: 1.6; }

/* ── Investment ── */
.fh-fr-invest-sub { margin: 12px 0 0; font-size: 16px; color: #888; text-align: center; }
.fh-fr-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.fh-fr-price-card {
  border: 2px solid #e6ede9;
  border-radius: 24px;
  padding: 40px;
  position: relative;
}
.fh-fr-price-card--featured {
  border-color: #3f9367;
  background: linear-gradient(135deg, hsl(149 40% 98%) 0%, #fff 100%);
}
.fh-fr-price-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #3f9367;
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 14px;
  letter-spacing: 0.06em;
}
.fh-fr-price-tier {
  font-size: 13px;
  font-weight: 800;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.fh-fr-price-card--featured .fh-fr-price-tier { color: #3f9367; }
.fh-fr-price-amount {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  color: #111;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
}
.fh-fr-price-note { font-size: 14px; color: #888; margin: 6px 0 28px; }
.fh-fr-check-list { border-top: 1px solid #edf3ef; padding-top: 24px; }
.fh-fr-check-list-title { font-size: 13px; font-weight: 700; color: #111; margin-bottom: 12px; }
.fh-fr-check-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  color: #555;
}
.fh-fr-check-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: hsl(149 40% 96%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #3f9367;
  font-size: 10px;
  font-weight: 900;
}
.fh-fr-check-dot--solid { background: #3f9367; color: #fff; }
.fh-fr-fees-bar {
  background: hsl(149 40% 96%);
  border-radius: 20px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.fh-fr-fee {
  padding: 0 24px;
  border-right: 1px solid #c8ddd4;
  text-align: center;
}
.fh-fr-fee:last-child { border-right: none; }
.fh-fr-fee-pct {
  font-size: 2.5rem;
  font-weight: 900;
  color: #3f9367;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
}
.fh-fr-fee-label { font-size: 14px; font-weight: 700; color: #111; margin-top: 4px; }
.fh-fr-fee-desc { font-size: 12px; color: #888; margin-top: 4px; }

/* ── Offered (dark) ── */
.fh-fr-dark { background: #111; }
.fh-fr-dark .fh-fr-heading { color: #fff; }
.fh-fr-offered-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.fh-fr-offered-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.fh-fr-offered-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(63, 147, 103, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f9367;
  margin: 0 auto 12px;
}
.fh-fr-offered-label { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.3; }

/* ── Training ── */
.fh-fr-training-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.fh-fr-training-grid > p { color: #666; line-height: 1.8; margin: 0; }
.fh-fr-phase-list { display: flex; flex-direction: column; gap: 16px; }
.fh-fr-phase {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #edf3ef;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.fh-fr-phase-num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  flex-shrink: 0;
}
.fh-fr-phase-num--primary { background: #3f9367; color: #fff; }
.fh-fr-phase-num--soft { background: hsl(149 40% 96%); color: #3f9367; }
.fh-fr-phase h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  font-family: 'Outfit', sans-serif;
}
.fh-fr-phase p { margin: 0; font-size: 13px; color: #888; line-height: 1.6; }

/* ── Steps ── */
.fh-fr-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fh-fr-step {
  background: hsl(149 40% 96%);
  border-radius: 24px;
  padding: 32px 28px;
}
.fh-fr-step-num {
  font-size: 40px;
  font-weight: 900;
  color: #c8ddd4;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
.fh-fr-step h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: #111;
  font-family: 'Outfit', sans-serif;
}
.fh-fr-step p { margin: 0; font-size: 13px; color: #888; line-height: 1.6; }

/* ── FAQ ── */
.fh-fr-faq-wrap { max-width: 720px; margin: 0 auto; }
.fh-fr-faq-item { border-bottom: 1px solid #e6ede9; }
.fh-fr-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  font-family: 'Outfit', sans-serif;
}
.fh-fr-faq-chevron {
  color: #3f9367;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.fh-fr-faq-item.is-open .fh-fr-faq-chevron { transform: rotate(180deg); }
.fh-fr-faq-a {
  display: none;
  margin: 0 0 18px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.fh-fr-faq-item.is-open .fh-fr-faq-a { display: block; }

/* ── Apply form ── */
.fh-fr-apply {
  background: linear-gradient(135deg, #1a3a2a 0%, #2d6e4f 100%);
  padding: 96px 0;
}
.fh-fr-apply .fh-fr-eyebrow { color: hsl(149 40% 75%); }
.fh-fr-apply .fh-fr-heading { color: #fff; text-align: center; }
.fh-fr-apply-intro {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}
.fh-fr-apply-head { text-align: center; margin-bottom: 48px; }
.fh-fr-apply-head .fh-fr-heading { margin-bottom: 12px; }
.fh-fr-form-wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  padding: 40px;
}
.fh-fr-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.fh-fr-form-group { margin-bottom: 16px; }
.fh-fr-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  display: block;
  margin-bottom: 6px;
}
.fh-fr-form-group input,
.fh-fr-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #dde8e2;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  box-sizing: border-box;
  color: hsl(222 47% 11%);
}
.fh-fr-form-group textarea { resize: vertical; min-height: 100px; }
.fh-fr-form-error {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #dc2626;
}
.fh-fr-form-submit {
  width: 100%;
  background: #3f9367;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.fh-fr-form-submit:disabled { opacity: 0.65; cursor: not-allowed; }
.fh-fr-success {
  display: none;
  text-align: center;
  padding: 48px 24px;
}
.fh-fr-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: hsl(149 40% 96%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  font-weight: 900;
  color: #3f9367;
}
.fh-fr-success h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
}
.fh-fr-success p { margin: 0; font-size: 14px; color: #888; }

/* ── Responsive ── */
@media (max-width: 991px) {
  .fh-fr-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .fh-fr-stat:nth-child(2) { border-right: none; }
  .fh-fr-stat:nth-child(1),
  .fh-fr-stat:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .fh-fr-story-grid,
  .fh-fr-training-grid,
  .fh-fr-pricing-grid { grid-template-columns: 1fr; gap: 40px; }
  .fh-fr-why-grid { grid-template-columns: repeat(2, 1fr); }
  .fh-fr-offered-grid { grid-template-columns: repeat(3, 1fr); }
  .fh-fr-steps-grid { grid-template-columns: 1fr; }
  .fh-fr-fees-bar { grid-template-columns: 1fr; gap: 24px; }
  .fh-fr-fee { border-right: none; border-bottom: 1px solid #c8ddd4; padding-bottom: 24px; }
  .fh-fr-fee:last-child { border-bottom: none; padding-bottom: 0; }
}
@media (max-width: 640px) {
  .fh-fr-section { padding: 56px 0; }
  .fh-fr-why-grid,
  .fh-fr-offered-grid { grid-template-columns: 1fr 1fr; }
  .fh-fr-form-row { grid-template-columns: 1fr; }
  .fh-fr-form-wrap { padding: 28px 20px; }
}
