/* Fresh House Redesign — page layout (scoped) */
/* Beat Roboto (freshhouse style.css) and Tajawal (am_sar_symbol *:not(.fa):not(.oi)) on this page only */
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme *:not(.fa):not(.oi):not([class*="icon-sar"]) {
  font-family: 'DM Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme h1,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme h2,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme h3,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme h4,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme h5,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root.freshhouse-vibrant-theme h6,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-plan-copy-heading,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-referral-text h2,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal-header h2,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-form-submit {
  font-family: 'Outfit', sans-serif !important;
}

.fh-redesign-wrap {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

#wrapwrap:has(#fh_redesign_root) main {
  padding-top: 0 !important;
}

#wrapwrap:has(#fh_redesign_root) .oe_structure {
  max-width: none;
}

#fh_redesign_root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
}

/* ── Nav ── */
.fh-rd-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}
.fh-rd-nav.fh-rd-nav--overlay {
  position: absolute;
  background: transparent;
}
.fh-rd-nav.fh-rd-nav--fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-color: #f3f4f6;
}
.fh-rd-nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  position: relative;
  gap: 0.75rem;
}
@media (min-width: 640px) { .fh-rd-nav-inner { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .fh-rd-nav-inner { padding: 0 2rem; } }

.fh-rd-nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.fh-rd-nav-logo { height: 3rem; width: auto; transition: opacity 0.2s; }
.fh-rd-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fh-rd-nav-toggle-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 1.375rem;
  height: 1.125rem;
  overflow: visible;
}
.fh-rd-nav-toggle-bar {
  display: block;
  width: 1.375rem;
  height: 2.5px;
  border-radius: 9999px;
  background: currentColor;
  flex-shrink: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.fh-rd-nav--fixed .fh-rd-nav-toggle {
  color: #374151;
  border-color: #e5e7eb;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.fh-rd-nav--overlay .fh-rd-nav-toggle { color: white; }
.fh-rd-nav--menu-open .fh-rd-nav-toggle {
  color: #374151;
  border-color: #e5e7eb;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.fh-rd-nav--menu-open .fh-rd-nav-toggle-icon { gap: 0; }
.fh-rd-nav--menu-open .fh-rd-nav-toggle-bar:nth-child(1) {
  transform: translateY(2.5px) rotate(45deg);
}
.fh-rd-nav--menu-open .fh-rd-nav-toggle-bar:nth-child(2) { opacity: 0; }
.fh-rd-nav--menu-open .fh-rd-nav-toggle-bar:nth-child(3) {
  transform: translateY(-2.5px) rotate(-45deg);
}
.fh-rd-nav--menu-open {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px);
  border-color: #f3f4f6;
}
.fh-rd-nav--menu-open.fh-rd-nav--overlay .fh-rd-lang-switch {
  border-color: #e5e7eb;
  color: #4b5563;
}
.fh-rd-nav--menu-open.fh-rd-nav--overlay .fh-rd-nav-cta {
  background: hsl(var(--primary));
  color: white;
  border-color: transparent;
}
body.fh-rd-nav-body-lock { overflow: hidden; }
.fh-rd-nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
  font-size: 0.9375rem;
}
@media (min-width: 768px) { .fh-rd-nav-links { display: flex; } }
.fh-rd-nav-links a,
.fh-rd-nav-links button.fh-rd-nav-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-weight: 500;
  font-size: 0.9375rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.fh-rd-nav-links a:hover,
.fh-rd-nav-links button.fh-rd-nav-link-btn:hover {
  color: hsl(var(--primary));
}
.fh-rd-nav--overlay .fh-rd-nav-links { color: white; }
.fh-rd-nav-cta {
  padding: 0.625rem 1.5rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.9375rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fh-rd-nav--overlay .fh-rd-nav-cta {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
}
.fh-rd-nav--overlay .fh-rd-nav-cta:hover { background: rgba(255, 255, 255, 0.3); }
.fh-rd-nav--fixed .fh-rd-nav-cta {
  background: hsl(var(--primary));
  color: white;
}
.fh-rd-nav--fixed .fh-rd-nav-cta:hover { background: hsl(var(--primary-dark)); }

.fh-rd-nav-actions,
.fh-om-nav-actions,
.fh-sm-nav-actions,
.fh-fr-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fh-rd-lang-switch,
.fh-om-lang-switch,
.fh-sm-lang-switch,
.fh-fr-lang-switch {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  white-space: nowrap;
}
.fh-rd-nav--overlay .fh-rd-lang-switch {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}
.freshhouse-vibrant-theme .fh-rd-lang-switch:hover,
.fh-om-lang-switch:hover,
.fh-sm-lang-switch:hover,
.fh-fr-lang-switch:hover {
  border-color: hsl(var(--primary));
  color: hsl(var(--primary)) !important;
  background: hsl(var(--primary-light));
}
.fh-rd-nav--overlay .fh-rd-lang-switch:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
  border-color: rgba(255, 255, 255, 0.6);
}

/* RTL: back links point toward home (reading direction) */
.freshhouse-vibrant-theme[dir="rtl"] .fh-sm-back svg,
.freshhouse-vibrant-theme[dir="rtl"] .fh-om-back svg,
.freshhouse-vibrant-theme[dir="rtl"] .fh-fr-back svg {
  transform: scaleX(-1);
}

/* Secondary pages nav (subscription, outlet, franchise) */
.fh-sm-nav-inner,
.fh-om-nav-inner,
.fh-fr-nav-inner {
  min-width: 0;
}
.fh-sm-nav-logo,
.fh-om-nav-logo,
.fh-fr-nav-logo {
  max-width: min(180px, 34vw);
  object-fit: contain;
  flex-shrink: 1;
}
.fh-sm-back,
.fh-om-back,
.fh-fr-back {
  flex-shrink: 0;
}
.fh-sm-back span,
.fh-om-back span,
.fh-fr-back span {
  white-space: nowrap;
}
.fh-sm-nav-cta,
.fh-om-nav-cta,
.fh-fr-nav-cta {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .fh-sm-nav,
  .fh-om-nav,
  .fh-fr-nav {
    width: 100%;
    max-width: 100vw;
    overflow: visible;
  }
  .freshhouse-vibrant-theme .fh-sm-nav-inner,
  .freshhouse-vibrant-theme .fh-om-nav-inner,
  .freshhouse-vibrant-theme .fh-fr-nav-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "back logo actions";
    align-items: center;
    column-gap: 8px;
    padding: 12px max(12px, env(safe-area-inset-left, 0px)) 12px max(12px, env(safe-area-inset-right, 0px));
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .freshhouse-vibrant-theme .fh-sm-back,
  .freshhouse-vibrant-theme .fh-om-back,
  .freshhouse-vibrant-theme .fh-fr-back {
    grid-area: back;
    justify-self: start;
    max-width: none;
    padding: 4px 0;
  }
  .freshhouse-vibrant-theme .fh-sm-back span,
  .freshhouse-vibrant-theme .fh-om-back span,
  .freshhouse-vibrant-theme .fh-fr-back span {
    display: none;
  }
  .freshhouse-vibrant-theme .fh-sm-nav-logo,
  .freshhouse-vibrant-theme .fh-om-nav-logo,
  .freshhouse-vibrant-theme .fh-fr-nav-logo {
    grid-area: logo;
    justify-self: center;
    height: 28px;
    max-width: min(120px, 100%);
    width: auto;
  }
  .freshhouse-vibrant-theme .fh-sm-nav-actions,
  .freshhouse-vibrant-theme .fh-om-nav-actions,
  .freshhouse-vibrant-theme .fh-fr-nav-actions {
    grid-area: actions;
    justify-self: end;
    gap: 6px;
    flex-wrap: nowrap;
    min-width: 0;
  }
  .freshhouse-vibrant-theme .fh-sm-nav-cta,
  .freshhouse-vibrant-theme .fh-om-nav-cta,
  .freshhouse-vibrant-theme .fh-fr-nav-cta {
    padding: 8px 12px;
    font-size: 11px;
    white-space: nowrap;
  }
  .freshhouse-vibrant-theme .fh-rd-lang-switch {
    padding: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .freshhouse-vibrant-theme .fh-sm-nav-cta,
  .freshhouse-vibrant-theme .fh-om-nav-cta {
    display: none;
  }
  .freshhouse-vibrant-theme .fh-fr-nav-cta {
    padding: 8px 10px;
    font-size: 10px;
  }
  .freshhouse-vibrant-theme .fh-sm-nav-logo,
  .freshhouse-vibrant-theme .fh-om-nav-logo,
  .freshhouse-vibrant-theme .fh-fr-nav-logo {
    max-width: min(100px, 100%);
  }
}

/* ── Hero ── */
.fh-rd-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.fh-rd-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.fh-rd-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.fh-rd-hero-content {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 1rem 0;
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
}
.fh-rd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.fh-rd-ping {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}
.fh-rd-ping::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #4ade80;
  animation: fh-rd-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.75;
}
.fh-rd-ping-dot {
  position: relative;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  background: #4ade80;
}
@keyframes fh-rd-ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}
.fh-rd-hero h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.fh-rd-hero-accent { color: hsl(var(--primary-light)); text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
.fh-rd-hero p {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: #f3f4f6;
  margin-bottom: 2.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 300;
}
.fh-rd-hero-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) { .fh-rd-hero-btns { flex-direction: row; } }
.fh-rd-btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.fh-rd-btn-ghost:hover { background: rgba(255, 255, 255, 0.2); color: white; }
.fh-rd-btn-primary {
  background: hsl(var(--primary));
  color: white;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1.125rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.fh-rd-btn-primary:hover {
  background: hsl(var(--primary-dark));
  transform: translateY(-2px);
  color: white;
}

/* ── Services bar ── */
.fh-rd-services {
  background: hsl(var(--primary-dark));
  color: white;
  overflow: hidden;
}
.fh-rd-services-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .fh-rd-services-grid { grid-template-columns: 1fr 1fr; }
  .fh-rd-service-item + .fh-rd-service-item { border-left: 1px solid rgba(255, 255, 255, 0.2); }
}
.fh-rd-service-item {
  padding: 3rem 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) { .fh-rd-service-item { border-bottom: none; } }
.fh-rd-service-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary-light));
}
.fh-rd-service-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: hsl(var(--primary-light));
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.fh-rd-service-item h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.25rem; }
.fh-rd-service-item p { color: rgba(255, 255, 255, 0.6); font-size: 0.875rem; line-height: 1.6; }
.fh-rd-service-link {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--primary-light));
  text-decoration: none;
  transition: color 0.2s;
}
.fh-rd-service-link:hover { color: white; }

/* ── Section common ── */
.fh-rd-section { padding: 6rem 0; }
.fh-rd-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 640px) { .fh-rd-container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .fh-rd-container { padding: 0 2rem; } }
.fh-rd-section-header { text-align: center; max-width: 42rem; margin: 0 auto 1.5rem; }
.fh-rd-section-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.fh-rd-section-header p { font-size: 1.125rem; color: hsl(var(--text-muted)); }
.fh-rd-bg-main { background: hsl(var(--bg-main)); }
.fh-rd-bg-subtle { background: hsl(var(--bg-subtle)); }

.fh-rd-menu-cta { display: flex; justify-content: center; margin-top: 2.5rem; }
.fh-rd-btn-menu {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: hsl(var(--primary));
  color: white;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: background 0.2s;
}
.fh-rd-btn-menu:hover { background: hsl(var(--primary-dark)); color: white; }

/* ── App section ── */
.fh-rd-app-card {
  background: white;
  border-radius: 3rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid #f3f4f6;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .fh-rd-app-card { flex-direction: row; padding: 4rem; }
}
.fh-rd-app-text { position: relative; z-index: 10; }
@media (min-width: 1024px) {
  .fh-rd-app-text { width: 50%; padding-right: 3rem; margin-bottom: 0; }
}
.fh-rd-app-text h2 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 700; margin-bottom: 1.5rem; }
.fh-rd-app-text p { font-size: 1.25rem; color: hsl(var(--text-muted)); margin-bottom: 2rem; line-height: 1.6; }
.fh-rd-store-btns { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .fh-rd-store-btns { flex-direction: row; } }
.fh-rd-store-btn {
  background: black;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: background 0.2s;
}
.fh-rd-store-btn:hover { background: #111827; color: white; }
.fh-rd-app-video-wrap {
  width: 100%;
  max-width: 28rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.fh-rd-app-video-wrap video { width: 100%; height: 420px; object-fit: cover; display: block; }

/* ── Corporate ── */
.fh-rd-corporate { background: #0f172a; }
.fh-rd-corporate .fh-rd-section-header h2 { color: white; }
.fh-rd-corporate .fh-rd-section-header p { color: #94a3b8; }
.fh-rd-corp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
}
.fh-rd-corp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) { .fh-rd-corp-grid { grid-template-columns: 1fr 1fr; } }
.fh-rd-corp-card {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: background 0.3s, border-color 0.3s;
}
.fh-rd-corp-card h3 { font-size: 1.875rem; font-weight: 700; color: white; margin-bottom: 1rem; }
.fh-rd-corp-card > p { color: #bfdbfe; font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; }
.fh-rd-corp-card--b2b {
  background: #1e3a8a;
  border: 1px solid rgba(29, 78, 216, 0.5);
}
.fh-rd-corp-card--b2b:hover { background: #1d4ed8; }
.fh-rd-corp-card--franchise {
  background: linear-gradient(to bottom right, #1e3a8a, #0f172a);
  border: 1px solid rgba(37, 99, 235, 0.3);
}
.fh-rd-corp-card--franchise:hover { border-color: rgba(96, 165, 250, 0.5); }
.fh-rd-corp-list { list-style: none; padding: 0; margin: 0 0 2.5rem; }
.fh-rd-corp-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #dbeafe;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.fh-rd-check-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #93c5fd;
}
.fh-rd-corp-btn {
  margin-top: auto;
  align-self: flex-start;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.fh-rd-corp-btn--white { background: white; color: #1e3a8a; }
.fh-rd-corp-btn--white:hover { background: #eff6ff; color: #1e3a8a; }
.fh-rd-corp-btn--blue { background: #3b82f6; color: white; }
.fh-rd-corp-btn--blue:hover { background: #60a5fa; color: white; }

/* ── Locations ── */
.fh-rd-locations h2 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: -0.02em;
}
.fh-rd-city-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}
.fh-rd-city-tab {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  color: #9ca3af;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.fh-rd-city-tab:hover { color: #374151; }
.fh-rd-city-tab.active { border-color: black; color: black; }
.fh-rd-stores-slider-wrap {
  position: relative;
}
.fh-rd-stores-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 4px 8px;
}
.fh-rd-stores-slider::-webkit-scrollbar { display: none; }
.fh-rd-store-card {
  flex-shrink: 0;
  width: 160px;
  scroll-snap-align: start;
  cursor: pointer;
}
.fh-rd-store-img {
  width: 160px;
  height: 160px;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #f3f4f6;
}
.fh-rd-store-img-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.fh-rd-store-img-link:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}
.fh-rd-store-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.fh-rd-store-card:hover .fh-rd-store-img img { transform: scale(1.05); }
.fh-rd-store-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1f2937;
}
.fh-rd-store-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.25rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.fh-rd-store-link:hover {
  color: hsl(149 40% 41%);
}
.fh-rd-store-link:hover svg {
  transform: translateX(2px);
}
.fh-rd-store-link svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

/* ── Referral ── */
.fh-rd-referral {
  background: hsl(149 40% 96%);
  overflow: hidden;
}
.fh-rd-referral-grid {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 480px;
  align-items: stretch;
}
@media (min-width: 768px) { .fh-rd-referral-grid { grid-template-columns: 1fr 1fr; } }
.fh-rd-referral-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) { .fh-rd-referral-text { padding: 5rem 3rem 5rem 3rem; } }
.fh-rd-referral-text h2 {
  margin: 0 0 1.5rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: -2px;
  color: #111;
  text-transform: uppercase;
}
.fh-rd-referral-text h2 span { color: #3f9367; }
.fh-rd-referral-text p { margin: 0 0 2.25rem; font-size: 1.0625rem; color: #555; line-height: 1.7; max-width: 24rem; }
.fh-rd-referral-text p strong { color: #3f9367; }
.fh-rd-referral-btn {
  align-self: flex-start;
  background: #3f9367;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 1rem 2.25rem;
  font-weight: 800;
  font-size: 0.9375rem;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  transition: background 0.2s;
}
.fh-rd-referral-btn:hover { background: hsl(var(--primary-dark)); color: white; }
.fh-rd-referral-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) { .fh-rd-referral-img-wrap { padding: 3rem 3rem 3rem 0; } }
.fh-rd-referral-img {
  width: 100%;
  max-width: 500px;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

/* ── Footer ── */
.fh-rd-footer {
  background: white;
  padding: 5rem 0 2.5rem;
  border-top: 1px solid #f3f4f6;
}
.fh-rd-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: start;
  justify-items: start;
  text-align: start;
}
@media (min-width: 768px) { .fh-rd-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .fh-rd-footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.fh-rd-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: start;
}
.fh-rd-footer-tagline {
  color: hsl(var(--text-muted));
  margin: 0;
  max-width: 280px;
  line-height: 1.6;
}
.fh-rd-footer-employee-login {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s;
}
.fh-rd-footer-employee-login:hover {
  color: hsl(var(--primary));
}
.fh-bidi-ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}
.fh-rd-footer-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  color: hsl(var(--text-main));
  text-transform: none;
  letter-spacing: normal;
}
[dir="rtl"] .fh-rd-footer-heading {
  font-family: 'IBM Plex Sans Arabic', 'Outfit', sans-serif;
}
.fh-rd-footer ul { list-style: none; padding: 0; margin: 0; width: 100%; }
.fh-rd-footer li { margin-bottom: 1rem; color: hsl(var(--text-muted)); text-align: start; }
.fh-rd-footer a,
.fh-rd-footer button.fh-rd-footer-link {
  color: hsl(var(--text-muted));
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  transition: color 0.2s;
}
.fh-rd-footer a:hover,
.fh-rd-footer button.fh-rd-footer-link:hover { color: hsl(var(--primary)); }
.fh-rd-footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
  color: hsl(var(--text-muted));
  width: 100%;
}
@media (min-width: 768px) {
  .fh-rd-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: start;
  }
}
.fh-rd-footer-copyright {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  text-align: start;
}
.fh-rd-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fh-rd-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.fh-rd-footer-social:hover {
  color: hsl(var(--primary));
  background: hsl(var(--primary-light));
}
.fh-rd-footer-social--logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s;
}
.fh-rd-footer-social--logo:hover img {
  transform: scale(1.05);
}
.fh-rd-footer-socials-divider {
  width: 1px;
  height: 20px;
  background: #e5e7eb;
  margin: 0 2px;
}
.fh-rd-footer-logo { height: 3rem; width: auto; margin-bottom: 1.5rem; }

/* ── Modals ── */
.fh-rd-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.fh-rd-modal-backdrop.open { display: flex; }
.fh-rd-modal {
  position: relative;
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}
.fh-rd-modal-backdrop.fh-rd-modal--loading .fh-rd-modal-close {
  opacity: 0.35;
  pointer-events: none;
}
.fh-rd-modal--wide { max-width: 760px; }
.fh-rd-modal-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.fh-rd-modal-header h2 { margin: 0; font-size: 1.25rem; font-weight: 800; font-family: 'Outfit', sans-serif; color: #111; }
.fh-rd-modal-header p { margin: 0.25rem 0 0; font-size: 0.8125rem; color: #888; }
.fh-rd-modal-close {
  background: #f3f3f1;
  border: none;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 1.125rem;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fh-rd-modal-body { padding: 1.75rem 2rem; overflow-y: auto; }
.fh-rd-form-group { margin-bottom: 0.875rem; }
.fh-rd-form-group label { font-size: 0.75rem; font-weight: 700; color: #555; display: block; margin-bottom: 5px; }
.fh-rd-form-group input,
.fh-rd-form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid #e0e7e3;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  box-sizing: border-box;
  color: hsl(var(--text-main));
}

/* Override freshhouse style.css yellow input/placeholder on modals */
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal input,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal textarea,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal .fh-rd-form-file {
  color: hsl(var(--text-main)) !important;
}
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal input::placeholder,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal textarea::placeholder {
  color: hsl(215 16% 68%) !important;
  opacity: 1;
}
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal input::-webkit-input-placeholder,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal textarea::-webkit-input-placeholder {
  color: hsl(215 16% 68%) !important;
}
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal input::-moz-placeholder,
#wrapwrap:has(#fh_redesign_root) #fh_redesign_root .fh-rd-modal textarea::-moz-placeholder {
  color: hsl(215 16% 68%) !important;
  opacity: 1;
}

/* Override freshhouse style.css yellow input/placeholder on franchise page */
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group input,
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group textarea {
  color: hsl(var(--text-main)) !important;
}
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group input::placeholder,
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group textarea::placeholder {
  color: hsl(215 16% 68%) !important;
  opacity: 1;
}
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group input::-webkit-input-placeholder,
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group textarea::-webkit-input-placeholder {
  color: hsl(215 16% 68%) !important;
}
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group input::-moz-placeholder,
#wrapwrap:has(#fh_franchise_root) #fh_franchise_root .fh-fr-form-group textarea::-moz-placeholder {
  color: hsl(215 16% 68%) !important;
  opacity: 1;
}
.fh-rd-form-file {
  width: 100%;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid #e0e7e3;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  box-sizing: border-box;
  color: hsl(var(--text-main));
}
.fh-rd-form-hint {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: hsl(215 16% 68%);
}
.fh-rd-form-error {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #dc2626;
}
.fh-rd-form-submit {
  width: 100%;
  background: #3f9367;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  margin-top: 0.5rem;
}
.fh-rd-success { text-align: center; padding: 1.5rem 0; }
.fh-rd-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 1rem;
  color: #3f9367;
  font-size: 1.75rem;
}

/* ── Responsive plan builder ── */
/* Partners */
.fh-rd-partners {
  padding: 4rem 0;
  background: white;
  border-top: 1px solid #f3f4f6;
}
.fh-rd-partners-label {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
}
.fh-rd-partner-logo {
  height: 64px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.6);
  margin: 0 32px;
}

@media (max-width: 767px) {
  .fh-rd-nav {
    width: 100%;
    max-width: 100vw;
    overflow: visible;
  }
  .fh-rd-nav-inner {
    height: 4.25rem;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
  .fh-rd-nav-brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 42%;
  }
  .fh-rd-nav-logo {
    height: 2.5rem;
    max-width: 100%;
    width: auto;
    object-fit: contain;
  }
  .fh-rd-nav-toggle {
    display: inline-flex;
    order: 3;
    flex: 0 0 auto;
  }
  .fh-rd-nav-actions {
    gap: 0.5rem;
    margin-inline-start: auto;
    order: 2;
    flex: 0 1 auto;
    min-width: 0;
  }
  .fh-rd-nav-cta {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .fh-rd-lang-switch {
    padding: 0.4rem 0.75rem;
    font-size: 0.8125rem;
    flex-shrink: 0;
  }
  .fh-rd-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1.25rem 1rem;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #f3f4f6;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }
  .fh-rd-nav-links.is-open { display: flex; }
  .fh-rd-nav-links a,
  .fh-rd-nav-links button.fh-rd-nav-link-btn {
    padding: 0.875rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #374151 !important;
    font-size: 1rem;
  }
  .fh-rd-nav-links a:last-child,
  .fh-rd-nav-links button.fh-rd-nav-link-btn:last-child {
    border-bottom: none;
  }
  .fh-rd-nav-links a:hover,
  .fh-rd-nav-links button.fh-rd-nav-link-btn:hover {
    color: hsl(var(--primary)) !important;
  }
  .fh-rd-hero-content { padding: 5rem 1.25rem 0; }
  .fh-rd-service-item { padding: 2rem 1.25rem; }
  .fh-rd-section { padding: 4rem 0; }
  .fh-rd-app-card { padding: 2rem 1.5rem; border-radius: 2rem; }
}

@media (max-width: 480px) {
  .fh-rd-nav-cta { display: none; }
  .fh-rd-nav-brand { max-width: 52%; }
}

@media (max-width: 900px) {
  .fh-plan-outer { grid-template-columns: 1fr; gap: 2rem; }
  .fh-plan-copy { order: -1; }
  .fh-plan-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .fh-plan-visual { width: 100%; max-width: 14rem; }
  .fh-plan-visual-stage { width: 6.25rem; }
  .fh-plan-visual-stack .fh-plan-meal-img-wrap img { width: 6.25rem; }
  .fh-plan-visual-stack .fh-plan-meal-item { margin-bottom: -0.75rem; }
  .fh-plan-visual-bottom { margin-left: 1.75rem; margin-top: 0.75rem; }
  .fh-plan-visual-bottom--tuck { margin-top: -0.75rem; }
  .fh-plan-meal-item--small .fh-plan-meal-img-wrap { width: 3.25rem; height: 2.75rem; }
  .fh-plan-qty-badge { min-width: 1.75rem; height: 1.75rem; font-size: 0.6875rem; }
  .fh-menu-arrow-left { left: 0; }
  .fh-menu-arrow-right { right: 0; }
  .fh-rd-referral-grid { grid-template-columns: 1fr !important; }
  .fh-rd-referral-text { padding: 3rem 1.5rem !important; }
  .fh-rd-referral-img-wrap { padding: 1.5rem !important; }
}

/* ── Glass loader overlay ── */
.fh-rd-glass-loader {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.fh-rd-glass-loader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fh-rd-glass-loader__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 28px 36px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  box-shadow:
    0 12px 40px rgba(63, 147, 103, 0.14),
    0 2px 10px rgba(0, 0, 0, 0.05);
}
.fh-rd-glass-loader__spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(63, 147, 103, 0.18);
  border-top-color: #3f9367;
  border-radius: 50%;
  animation: fh-rd-spin 0.72s linear infinite;
}
.fh-rd-glass-loader__text {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d5a42;
  letter-spacing: 0.01em;
  text-align: center;
}
.fh-rd-glass-loader--compact .fh-rd-glass-loader__card {
  padding: 18px 22px;
  gap: 10px;
  border-radius: 14px;
}
.fh-rd-glass-loader--compact .fh-rd-glass-loader__spinner {
  width: 32px;
  height: 32px;
  border-width: 2.5px;
}
.fh-rd-glass-loader--compact .fh-rd-glass-loader__text {
  font-size: 0.75rem;
}
@keyframes fh-rd-spin {
  to { transform: rotate(360deg); }
}
