/* Fit Food SEO city — visual v3: full-bleed strips, larger type, less nested cards */
:root {
  --ffp-seo-green: #064e3b;
  --ffp-seo-green-deep: #022c22;
  --ffp-seo-lime: #92ba24;
  --ffp-seo-lime-deep: #99b83c;
  --ffp-seo-cream: #f4f0e4;
  --ffp-seo-cream-soft: #faf7ef;
  --ffp-seo-mint: #e8f3d8;
  --ffp-seo-ink: #14181f;
  --ffp-seo-muted: #5b6472;
  --ffp-seo-line: #e4e7ec;
  --ffp-seo-white: #ffffff;
  --ffp-seo-container: 1180px;
}

body.ffp-seo-city-page,
body.ffp-seo-city-page .l-canvas,
body.ffp-seo-city-page .l-main {
  background: var(--ffp-seo-cream-soft) !important;
}
body.ffp-seo-city-page .l-main > .l-section:not(:has(.ffp-seo)) { display: none; }
body.ffp-seo-city-page .l-main .ffp-seo,
body.ffp-seo-city-page .l-section-h:has(> .ffp-seo) {
  max-width: none;
  margin: 0;
  padding: 0;
}

.ffp-seo {
  color: var(--ffp-seo-ink);
  font-size: 17px;
  line-height: 1.55;
  padding-bottom: 96px;
}
.ffp-seo__container {
  width: min(100% - 40px, var(--ffp-seo-container));
  margin-inline: auto;
}
.ffp-seo__topbar { padding: 18px 0 0; }
.ffp-seo__crumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: var(--ffp-seo-muted);
}
.ffp-seo__crumbs a { color: var(--ffp-seo-ink); font-weight: 600; text-decoration: none; }

/* Full-bleed strips */
.ffp-seo-strip {
  padding: clamp(56px, 7vw, 88px) 0;
}
body.ffp-seo-city-page .ffp-seo-strip--hero {
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 85% 20%, rgba(146,186,36,.18), transparent 42%),
    linear-gradient(180deg, #fffdf8 0%, var(--ffp-seo-cream) 100%);
}
.ffp-seo-strip--soft { background: #f7f8f6; }
.ffp-seo-strip--white { background: var(--ffp-seo-white); }
.ffp-seo-strip--mint { background: linear-gradient(180deg, #eef7e3 0%, #e4f0d4 100%); }
.ffp-seo-strip--cream { background: var(--ffp-seo-cream); }
.ffp-seo-strip--cream-flat { background: var(--ffp-seo-cream-soft); }
.ffp-seo-strip--delivery {
  background: linear-gradient(160deg, var(--ffp-seo-green) 0%, var(--ffp-seo-green-deep) 100%);
  color: #fff;
}
.ffp-seo-strip--finale {
  background: linear-gradient(145deg, var(--ffp-seo-green-deep), var(--ffp-seo-green));
  color: #fff;
  padding-block: clamp(64px, 8vw, 96px);
}

.ffp-seo-head { max-width: 40rem; margin-bottom: 32px; }
.ffp-seo-head h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--ffp-seo-ink);
  font-weight: 800;
}
.ffp-seo-head p { margin: 0; color: var(--ffp-seo-muted); font-size: 16.5px; }
.ffp-seo-head--light h2,
.ffp-seo-head--light p { color: #fff; }
.ffp-seo-head--light p { opacity: .85; }
.ffp-seo-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ffp-seo-lime-deep);
}

/* Buttons / links */
.ffp-seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.45em;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
.ffp-seo-btn--lg { min-height: 52px; padding-inline: 1.7em; font-size: 17px; }
.ffp-seo-btn--primary {
  background: var(--ffp-seo-lime-deep);
  color: #fff !important;
  border-color: var(--ffp-seo-lime-deep);
}
.ffp-seo-btn--primary:hover { background: var(--ffp-seo-green); border-color: var(--ffp-seo-green); }
.ffp-seo-btn--outline {
  background: transparent;
  color: var(--ffp-seo-ink) !important;
  border-color: rgba(20,24,31,.2);
}
.ffp-seo-btn--outline:hover { border-color: var(--ffp-seo-green); color: var(--ffp-seo-green) !important; }
.ffp-seo-btn--lime {
  background: var(--ffp-seo-lime);
  color: #122018 !important;
  border-color: var(--ffp-seo-lime);
}
.ffp-seo-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,.65);
}
.ffp-seo-btn--ghost-light:hover {
  color: #022c22 !important;
  background: #fff;
  border-color: #fff;
}
.ffp-seo-link {
  color: var(--ffp-seo-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 16px;
}
.ffp-seo-strip--delivery .ffp-seo-link,
.ffp-seo-strip--finale .ffp-seo-link { color: #fff; }

/* Hero */
body.ffp-seo-city-page .ffp-seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
  gap: 64px;
  align-items: center;
  min-height: 480px;
}
body.ffp-seo-city-page .ffp-seo-hero__copy {
  height: auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.ffp-seo-city-page .ffp-seo-hero__h1 {
  margin: 0 0 20px;
  padding-top: 0;
  font-size: clamp(38px, 4.6vw, 50px);
  line-height: 1.08;
  letter-spacing: -.035em;
  color: var(--ffp-seo-ink);
  font-weight: 800;
}
.ffp-seo-hero__offer {
  margin: 0 0 20px;
  font-size: 17.5px;
  line-height: 1.55;
  color: var(--ffp-seo-muted);
  max-width: 34rem;
}
body.ffp-seo-city-page .ffp-seo-hero__price {
  margin: 24px 0 22px;
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ffp-seo-ink);
  line-height: 1;
}
.ffp-seo-hero__price span {
  font-size: .48em;
  font-weight: 700;
  color: var(--ffp-seo-muted);
  margin-left: 4px;
}
body.ffp-seo-city-page .ffp-seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 22px;
  margin-bottom: 24px;
}
body.ffp-seo-city-page .ffp-seo-hero__trust {
  margin: 0;
  font-size: 15px;
  color: #465047;
  font-weight: 600;
}
.ffp-seo-hero__nap {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 14px;
  color: var(--ffp-seo-muted);
}
.ffp-seo-hero__visual { min-height: 440px; }
.ffp-seo-hero__figure {
  margin: 0;
  height: 100%;
  min-height: 440px;
  max-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(2, 44, 34, .18);
  background: var(--ffp-seo-green);
}
.ffp-seo-hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ffp-seo-hero__placeholder {
  height: 100%;
  min-height: 440px;
  border-radius: 28px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 30% 25%, rgba(146,186,36,.35), transparent 45%),
    linear-gradient(150deg, var(--ffp-seo-green), var(--ffp-seo-green-deep));
  box-shadow: 0 24px 60px rgba(2, 44, 34, .2);
}
.ffp-seo-hero__placeholder strong {
  font-size: clamp(40px, 5vw, 56px);
  letter-spacing: -.04em;
  line-height: 1;
}
.ffp-seo-hero__placeholder span {
  margin-top: 12px;
  opacity: .85;
  font-size: 17px;
}

/* Goals + programs */
.ffp-seo-goals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.ffp-seo-goals__btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--ffp-seo-line);
  background: #fff;
  color: var(--ffp-seo-muted);
  font-weight: 700;
  cursor: pointer;
}
.ffp-seo-goals__btn.is-active {
  background: var(--ffp-seo-ink);
  border-color: var(--ffp-seo-ink);
  color: #fff;
}
.ffp-seo-programs {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.ffp-seo-program {
  position: relative;
  background: #fff;
  border: 1px solid rgba(20,24,31,.08);
  border-radius: 24px;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 320px;
  box-shadow: 0 10px 30px rgba(20,24,31,.04);
}
.ffp-seo-program.is-recommended {
  background: linear-gradient(180deg, #f4fbe7 0%, #ffffff 48%);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(6, 78, 59, .12);
}
.ffp-seo-program__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--ffp-seo-lime);
  color: #122018;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 999px;
}
.ffp-seo-program__title {
  margin: 0;
  padding-right: 120px;
  font-size: 26px;
  line-height: 1.15;
  color: var(--ffp-seo-ink);
  letter-spacing: -.02em;
}
.ffp-seo-program__kcal {
  margin: 4px 0 0;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--ffp-seo-lime-deep);
  line-height: 1;
}
.ffp-seo-program__kcal span {
  font-size: .42em;
  font-weight: 700;
  color: var(--ffp-seo-muted);
}
.ffp-seo-program__goal,
.ffp-seo-program__meals {
  margin: 0;
  color: var(--ffp-seo-muted);
  font-size: 15.5px;
}
.ffp-seo-program__price {
  margin: 8px 0 4px;
  font-size: 26px;
  font-weight: 800;
  color: var(--ffp-seo-ink);
  letter-spacing: -.02em;
}
.ffp-seo-program .ffp-seo-btn {
  margin-top: auto;
  align-self: flex-start;
  min-width: 148px;
}
.ffp-seo-program.is-recommended .ffp-seo-btn--primary {
  min-height: 50px;
  min-width: 168px;
}
.ffp-seo-program__packages {
  margin-top: 4px;
  font-size: 14px;
  color: var(--ffp-seo-muted);
}
.ffp-seo-program__packages summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ffp-seo-ink);
}
.ffp-seo-program__packages ul { margin: 10px 0 0; padding-left: 18px; }

/* Calculator — enlarge product UI, no nested “app chrome” */
.ffp-seo-calc {
  width: 100%;
}
.ffp-seo-calc .fitfood-wrap,
.ffp-seo-calc .fitfood-app {
  width: 100%;
  max-width: none;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.ffp-seo-calc .ffp-header {
  margin-bottom: 18px;
}
.ffp-seo-calc .ffp-program,
.ffp-seo-calc .ffp-day,
.ffp-seo-calc .ffp-duration {
  min-height: 54px;
  font-size: 15px;
  padding: 14px 16px;
}
.ffp-seo-calc .ffp-body {
  gap: 28px !important;
}
@media (min-width: 900px) {
  .ffp-seo-calc .ffp-body {
    grid-template-columns: 1.55fr .95fr !important;
  }
}
.ffp-seo-calc .ffp-menu {
  background: rgba(255,255,255,.72);
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(6, 78, 59, .06);
}
.ffp-seo-calc .ffp-controls {
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 20px 50px rgba(6, 78, 59, .14);
  border: 1px solid rgba(6, 78, 59, .08);
  position: sticky;
  top: 16px;
}
.ffp-seo-calc .ffp-totals {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.ffp-seo-calc .ffp-duration {
  border-radius: 16px;
  font-size: 14px;
}
.ffp-seo-calc .ffp-duration.active {
  border-color: var(--ffp-seo-lime-deep);
  box-shadow: 0 0 0 3px rgba(146,186,36,.22);
}
.ffp-seo-calc .ffp-price-new {
  font-size: 18px;
  color: var(--ffp-seo-ink);
}
.ffp-seo-calc .ffp-card-title {
  font-size: 15px;
  line-height: 1.4;
}
.ffp-seo-calc .ffp-card-top {
  font-size: 13px;
  padding: 12px 14px;
}
.ffp-seo-calc .ffp-grid {
  gap: 14px;
}
.ffp-seo-calc .ffp-order-btn,
.ffp-seo-calc .ffp-quick-order-btn {
  min-height: 52px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
}
.ffp-seo-calc #ffp-city-display-btn {
  pointer-events: none;
  opacity: .8;
}

/* Menu */
.ffp-seo-menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.ffp-seo-menu-tabs__btn {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid var(--ffp-seo-line);
  background: #fff;
  color: var(--ffp-seo-muted);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.ffp-seo-menu-tabs__btn.is-active {
  background: var(--ffp-seo-ink);
  border-color: var(--ffp-seo-ink);
  color: #fff;
  box-shadow: 0 10px 24px rgba(20,24,31,.12);
}
.ffp-seo-menu-panel[hidden] { display: none !important; }
.ffp-seo-dishes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ffp-seo-dish {
  background: #fff;
  border: 1px solid rgba(20,24,31,.06);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(20,24,31,.04);
  display: flex;
  flex-direction: column;
}
.ffp-seo-dish__img {
  aspect-ratio: 4 / 3;
  background: var(--ffp-seo-mint);
}
.ffp-seo-dish__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ffp-seo-dish__img--empty {
  background:
    linear-gradient(145deg, rgba(146,186,36,.22), transparent 55%),
    var(--ffp-seo-mint);
}
.ffp-seo-dish__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ffp-seo-dish__meal {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--ffp-seo-lime-deep);
}
.ffp-seo-dish__name {
  font-size: 16.5px;
  line-height: 1.35;
  color: var(--ffp-seo-ink);
  font-weight: 700;
}
.ffp-seo-dish__kcal {
  font-size: 13px;
  color: var(--ffp-seo-muted);
}
.ffp-seo-menu-more { margin: 22px 0 0; }

/* Delivery */
.ffp-seo-delivery__lead {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  opacity: .92 !important;
}
.ffp-seo-delivery {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 24px;
  align-items: stretch;
  min-height: 380px;
}
.ffp-seo-delivery__map {
  background: rgba(255,255,255,.08);
  border-radius: 24px;
  overflow: hidden;
  min-height: 380px;
}
.ffp-seo-delivery__map .ffp-delivery-map-block,
.ffp-seo-delivery__map .fitfood-wrap {
  margin: 0;
  max-width: none;
}
.ffp-seo-delivery__map .ffp-delivery-map-head,
.ffp-seo-delivery__map .ffp-delivery-map-eyebrow,
.ffp-seo-delivery__map .ffp-delivery-map-title,
.ffp-seo-delivery__map .ffp-delivery-map-subtitle,
.ffp-seo-delivery__map .ffp-delivery-city-badge {
  display: none !important;
}
.ffp-seo-delivery__map .ffp-delivery-map-shell,
.ffp-seo-delivery__map .ffp-delivery-map-layout,
.ffp-seo-delivery__map .ffp-delivery-map-stage {
  height: 100%;
  min-height: 380px;
}
body.ffp-seo-city-page .ffp-seo-strip--delivery .ffp-delivery-map-shell {
  color: #14181f;
}
body.ffp-seo-city-page .ffp-seo-strip--delivery .ffp-delivery-map-shell h2,
body.ffp-seo-city-page .ffp-seo-strip--delivery .ffp-delivery-map-shell h3 {
  color: #111827;
}
body.ffp-seo-city-page .ffp-seo-strip--delivery .ffp-delivery-map-shell p {
  color: #5b6472;
}
.ffp-seo-delivery__map .ffp-delivery-map-canvas {
  min-height: 380px !important;
  height: 380px !important;
  border-radius: 0 !important;
}
.ffp-seo-delivery__side { display: flex; flex-direction: column; gap: 16px; }
.ffp-seo-delivery__days {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, .78);
}
.ffp-seo-zone-cards {
  display: grid;
  gap: 12px;
}
.ffp-seo-zone-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  padding: 18px 20px;
}
.ffp-seo-zone-card.is-free {
  background: rgba(146, 186, 36, .24);
  border-color: rgba(173, 220, 54, .55);
}
.ffp-seo-zone-card:not(.is-free) {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
}
.ffp-seo-zone-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  opacity: .85;
}
.ffp-seo-zone-card__price {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.ffp-seo-delivery__intervals-label {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
}
.ffp-seo-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ffp-seo-chips li {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 700;
}

/* Trust */
.ffp-seo-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}
.ffp-seo-trust__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(20,24,31,.06);
  box-shadow: 0 10px 28px rgba(20,24,31,.04);
  transition: .2s ease;
}
.ffp-seo-trust__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(20,24,31,.08);
}
.ffp-seo-trust__brand {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ffp-seo-lime-deep);
}
.ffp-seo-trust__card strong {
  font-size: 20px;
  color: var(--ffp-seo-ink);
  letter-spacing: -.02em;
}
.ffp-seo-trust__cta {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ffp-seo-muted);
}
.ffp-seo-reviews {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ffp-seo-review {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  border: 1px solid rgba(20,24,31,.06);
}
.ffp-seo-review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ffp-seo-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.ffp-seo-review__text { margin: 0 0 8px; }
.ffp-seo-review__meta { margin: 0; font-size: 13px; color: var(--ffp-seo-muted); }

/* About */
.ffp-seo-about {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: center;
}
.ffp-seo-about__visual {
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--ffp-seo-green);
  box-shadow: 0 20px 50px rgba(2,44,34,.16);
}
.ffp-seo-about__visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
.ffp-seo-about__placeholder {
  min-height: 360px;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 70% 20%, rgba(146,186,36,.32), transparent 40%),
    linear-gradient(155deg, var(--ffp-seo-green), var(--ffp-seo-green-deep));
}
.ffp-seo-about__placeholder strong {
  font-size: 42px;
  letter-spacing: -.04em;
}
.ffp-seo-about__placeholder span {
  margin-top: 10px;
  opacity: .85;
}
.ffp-seo-about__copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 36px);
  color: var(--ffp-seo-ink);
  letter-spacing: -.03em;
}
.ffp-seo-about__copy > p {
  margin: 0 0 24px;
  color: var(--ffp-seo-muted);
  font-size: 17px;
}
.ffp-seo-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ffp-seo-facts li {
  background: rgba(255,255,255,.72);
  border-radius: 18px;
  padding: 18px;
}
.ffp-seo-facts strong {
  display: block;
  font-size: 28px;
  color: var(--ffp-seo-ink);
  letter-spacing: -.03em;
  margin-bottom: 4px;
}
.ffp-seo-facts span { color: var(--ffp-seo-muted); font-size: 14px; }

/* FAQ */
.ffp-seo-faq { display: grid; gap: 12px; max-width: 860px; }
.ffp-seo-faq__item {
  background: #fff;
  border-radius: 16px;
  padding: 2px 18px;
  border: 1px solid rgba(20,24,31,.06);
}
.ffp-seo-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 17px;
  color: var(--ffp-seo-ink);
  padding: 18px 0;
}
.ffp-seo-faq__item summary::-webkit-details-marker { display: none; }
.ffp-seo-faq__item summary::after {
  content: '+';
  float: right;
  color: var(--ffp-seo-lime-deep);
  font-weight: 800;
}
.ffp-seo-faq__item[open] summary::after { content: '–'; }
.ffp-seo-faq__answer {
  padding: 0 0 18px;
  color: var(--ffp-seo-muted);
  font-size: 16px;
  line-height: 1.55;
}

/* Finale */
.ffp-seo-finale { text-align: center; max-width: 820px; margin-inline: auto; }
body.ffp-seo-city-page .ffp-seo-strip--finale h2,
.ffp-seo-finale h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff !important;
}
body.ffp-seo-city-page .ffp-seo-strip--finale p,
.ffp-seo-finale p {
  margin: 0 0 28px;
  font-size: 18px;
  color: rgba(255, 255, 255, .82);
}
body.ffp-seo-city-page .ffp-seo-strip--finale .ffp-seo-btn--ghost-light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .65);
}
body.ffp-seo-city-page .ffp-seo-strip--finale .ffp-seo-btn--ghost-light:hover {
  color: #022c22 !important;
  background: #fff;
  border-color: #fff;
}
.ffp-seo-finale__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Theme footer on green overlay: keep light text, lime links */
body.ffp-seo-city-page .l-footer .l-section.color_alternate,
body.ffp-seo-city-page .l-footer .l-section.color_alternate p,
body.ffp-seo-city-page .l-footer .l-section.color_alternate .w-html,
body.ffp-seo-city-page .l-footer .l-section.color_alternate .w-text {
  color: rgba(255, 255, 255, .78) !important;
}
body.ffp-seo-city-page .l-footer .l-section.color_alternate h1,
body.ffp-seo-city-page .l-footer .l-section.color_alternate h2,
body.ffp-seo-city-page .l-footer .l-section.color_alternate h3,
body.ffp-seo-city-page .l-footer .l-section.color_alternate h4,
body.ffp-seo-city-page .l-footer .l-section.color_alternate h5,
body.ffp-seo-city-page .l-footer .l-section.color_alternate h6,
body.ffp-seo-city-page .l-footer .l-section.color_alternate .w-hwrapper,
body.ffp-seo-city-page .l-footer .l-section.color_alternate strong {
  color: #fff !important;
}
body.ffp-seo-city-page .l-footer .l-section.color_alternate a {
  color: #c5e06a !important;
}
body.ffp-seo-city-page .l-footer .l-section.color_alternate a:hover {
  color: #fff !important;
}

.ffp-seo-note { color: var(--ffp-seo-muted); }

.ffp-seo-mobile-cta {
  display: none;
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 60;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.95);
  border-top: 1px solid var(--ffp-seo-line);
  box-shadow: 0 -10px 30px rgba(0,0,0,.08);
}
.ffp-seo-mobile-cta .ffp-seo-btn { width: 100%; }

@media (max-width: 1100px) {
  .ffp-seo-dishes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  body.ffp-seo-city-page .ffp-seo-hero,
  .ffp-seo-delivery,
  .ffp-seo-about,
  .ffp-seo-programs,
  .ffp-seo-trust,
  .ffp-seo-reviews {
    grid-template-columns: 1fr;
  }
  body.ffp-seo-city-page .ffp-seo-hero {
    min-height: 0;
    gap: 32px;
  }
  body.ffp-seo-city-page .ffp-seo-strip--hero {
    padding: 40px 0 48px;
  }
  .ffp-seo-hero__visual,
  .ffp-seo-hero__figure,
  .ffp-seo-hero__placeholder { min-height: 300px; }
  .ffp-seo-delivery { min-height: 0; }
  .ffp-seo-delivery__map,
  .ffp-seo-delivery__map .ffp-delivery-map-canvas {
    min-height: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 720px) {
  .ffp-seo { padding-bottom: 100px; }
  .ffp-seo-mobile-cta { display: block; }
  .ffp-seo-dishes,
  .ffp-seo-facts { grid-template-columns: 1fr; }
  .ffp-seo-program__title { padding-right: 0; font-size: 22px; }
  .ffp-seo-program__kcal { font-size: 34px; }
  .ffp-seo__container { width: min(100% - 28px, var(--ffp-seo-container)); }
}
