/* Fulfillment City Page — shared template styles */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;600;700&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

:root, .fc-page {
  --fc-blue: #2196E3;
  --fc-blue-dark: #1a7dc4;
  --fc-blue-border: #90CAF9;
  --fc-blue-bright: #2492FF;
  --fc-blue-hover: #399CFF; /* brighter than base — buttons lighten on hover */
  --fc-font-arial: Arial, Helvetica, sans-serif;
  --fc-ink: #1A1A1A;
  --fc-body: #474747;
  --fc-muted: #8A8A85;
  --fc-line: #E0E0E0;
  --fc-bg-alt: #F6F6F6; /* was #F5F5F3 — matched to go.warehousing1.com */
  --fc-bg-alt-2: #F0F0EE;
  --fc-font-serif-hero: Georgia, 'Times New Roman', serif;
  --fc-font-serif: 'Merriweather', Georgia, serif;
  --fc-font-body: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--fc-font-body);
  color: var(--fc-body);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

.fc-page h1 {
  font-family: var(--fc-font-serif-hero);
  color: var(--fc-ink);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.1px;
}
.fc-page h2, .fc-page h3, .fc-page h4 {
  font-family: var(--fc-font-serif-hero);
  color: var(--fc-ink);
  font-weight: 400;
  line-height: 1.25;
}
/* The two big centered section titles use Merriweather instead of Georgia */
.fc-heading-lg {
  font-family: var(--fc-font-serif) !important;
  font-weight: 700 !important; /* Figma: Merriweather Bold */
  font-size: 48px !important;
  line-height: 1.18 !important; /* Figma 56.68px */
  color: #474747 !important;
  letter-spacing: -0.1px;
}
@media (max-width: 860px) { .fc-heading-lg { font-size: 32px !important; } }
.fc-page h1 { font-size: 38px; margin-bottom: 16px; }
.fc-page h2 { font-size: 28px; margin-bottom: 8px; }
.fc-page h3 { font-size: 20px; margin: 32px 0 16px; }
.fc-page h4 { font-size: 16px; margin-bottom: 6px; }
.fc-page p { margin: 0 0 14px; }
.fc-page a { color: var(--fc-blue); text-decoration: none; }
.fc-page a:hover { text-decoration: underline; }

.fc-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
/* go-style sections run wider than the Figma content width (go's layout is ~1250px,
   ~71–95px side margins). Applied only to tiles / trust / reviews per request. */
.fc-stats .fc-container,
.fc-trust .fc-container,
.fc-reviews .fc-container { max-width: 1298px; }
.fc-center { text-align: center; }
.fc-visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap;
}
.fc-subheading { color: var(--fc-muted); font-size: 15px; margin-top: -6px; margin-bottom: 28px; }
.fc-small { font-size: 13px; color: var(--fc-muted); }

/* Header — go.warehousing1.com template (logo · phone · email · CTA · DE/EN) */
body.single-fulfillment_city header.wh1-header { display: none; }
/* hide TranslatePress floating switcher — we use the in-header DE/EN toggle */
#trp-floater-ls, .trp-floater-ls-names, .trp-language-switcher-container.trp-floater-ls-names { display: none !important; }
.fc-header { background: #F7F7F7; }
/* align the header with the page's content boxes (stats/trust/reviews use max-width 1298):
   same 1298 band + 24 gutter → logo left edge lines up with the tiles, flag with their right edge. */
.fc-header .fc-container { max-width: 1298px; }
.fc-header-inner { display: flex; align-items: center; padding: 15px 24px; }
.fc-header-logo img { height: 24px; width: auto; display: block; }              /* go 238x24 */
.fc-header-nav { flex: 1; display: flex; align-items: center; gap: 22px; margin-left: 56px; }
.fc-header-divider { width: 1px; height: 24px; background: #D9D9D9; flex-shrink: 0; margin-right: 48px; }
.fc-header-contact { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fc-font-body); font-size: 14px; font-weight: 400; color: #474747; text-decoration: none !important; white-space: nowrap; }
.fc-header-contact:hover { color: #474747; } /* go has no hover colour change */
.fc-header-contact svg { width: 20px; height: 20px; flex-shrink: 0; color: #474747; }  /* go: icon same colour as text */
.fc-header-spacer { flex: 1; }
/* CTA — filled blue pill, exact go metrics: #2492FF, white, IBM Plex 14/600, radius 100, height 48.
   Scoped under .fc-header so display:inline-flex beats the later `.fc-btn { display:inline-block }`
   (that clash was leaving it display:block, so the label hugged the top of the pill). */
.fc-header .fc-header-cta { display: inline-flex; align-items: center; justify-content: center; line-height: 1; min-height: 48px; background: var(--fc-blue-bright); color: #fff !important; padding: 0 24px !important; font-size: 14px !important; font-weight: 600; border-radius: 100px; }
.fc-header .fc-header-cta:hover { background: var(--fc-blue-hover); }
/* language switcher — single flag icon. margin-right = (1298-1180)/2 pulls the CTA+flag in so
   the flag's right edge lines up with the narrower FAQ/hero content boxes (right edge 1286). */
.fc-header-lang { display: flex; align-items: center; margin-right: 59px; }
.fc-header-lang a { display: inline-flex; align-items: center; text-decoration: none !important; }
.fc-header-flag { width: 24px; height: 24px; display: block; }  /* go's exact nucleo flag (rectangular graphic inset in a 24px box) */
/* mobile-only in-card head (logo + ✕); hidden on desktop */
.fc-nav-head { display: none; }
/* hamburger (mobile/tablet only) */
.fc-header-burger { display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 40px; background: #ECECEC; border: none; border-radius: 8px; cursor: pointer; padding: 0; margin-left: auto; }
.fc-header-burger span { display: block; width: 20px; height: 2px; background: #191919; margin: 0 auto; transition: transform .3s ease, opacity .2s ease; }
/* backdrop is desktop-hidden; becomes the modal dimmer on mobile */
.fc-header-backdrop { display: none; }
/* Header collapses to logo + hamburger on tablet/mobile; tap opens a MODAL —
   a floating rounded CARD (margin on all sides) sliding from the top + a blurred
   backdrop. The card holds its own logo + ✕ + divider (per go). The page (incl. the
   header bar) stays put behind the blur → NO content shift. Closes on ✕/backdrop/Esc. */
@media (max-width: 960px) {
  .fc-header-burger { display: flex; }
  .fc-header-spacer { display: none; }
  /* header bar hides while the card is open (the card shows its own logo + ✕) */
  .fc-header.is-open .fc-header-logo, .fc-header.is-open .fc-header-burger { visibility: hidden; }

  /* blurred dimmer — covers the whole page incl. the header bar; click to close */
  .fc-header-backdrop {
    display: block; position: fixed; inset: 0; z-index: 1000;
    background: rgba(17, 17, 17, 0.42);
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
    opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
  }
  .fc-header.is-open .fc-header-backdrop { opacity: 1; visibility: visible; }

  /* the floating card (fixed → no content shift) */
  .fc-header-nav {
    position: fixed; top: 16px; left: 16px; right: 16px; z-index: 1001;
    display: flex; flex-direction: column; align-items: stretch; gap: 22px;
    margin-left: 0; padding: 22px 24px 26px;
    background: #fff; border-radius: 10px; box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
    max-height: calc(100vh - 32px); overflow-y: auto;
    transform: translateY(calc(-100% - 24px)); transition: transform .34s cubic-bezier(.4, 0, .2, 1);
  }
  .fc-header.is-open .fc-header-nav { transform: translateY(0); }

  /* in-card head: logo left + small ✕ right (no grey box, ~22px like go) */
  .fc-nav-head { display: flex; align-items: center; justify-content: space-between; }
  .fc-nav-logo img { height: 24px; width: auto; display: block; }
  .fc-nav-close { background: none; border: none; padding: 2px; margin: 0; cursor: pointer; color: #191919; line-height: 0; }
  .fc-nav-close svg { width: 22px; height: 22px; display: block; }

  /* divider becomes a thin horizontal line, with generous space above/below (per go) */
  .fc-header-divider { display: block; width: 100%; height: 1px; background: #E8E8E8; margin: 12px 0; }

  .fc-header-contact { font-size: 15px; }
  .fc-header-nav .fc-header-cta { align-self: flex-start; margin-top: 2px; }
  .fc-header-lang { margin-right: 0; align-self: flex-start; font-size: 15px; }
}

.fc-breadcrumb {
  padding: 14px 0; font-size: 13px; color: var(--fc-muted); border-bottom: 1px solid var(--fc-line);
}
/* align breadcrumb left edge with the header + content boxes (95px on 1440) */
.fc-breadcrumb .fc-container { max-width: 1298px; }
.fc-breadcrumb a { color: var(--fc-muted); }
.fc-breadcrumb span:last-child { color: var(--fc-blue); }
.fc-breadcrumb span { margin: 0 6px; }

/* Buttons — matched to go.warehousing1.com: #2492FF pill, IBM Plex 15/600,
   background-color 0.3s transition, subtle darken on hover. */
.fc-btn {
  display: inline-block; padding: 17px 28px; border-radius: 100px;
  font-family: var(--fc-font-body); font-weight: 600; font-size: 15px;
  text-decoration: none !important; transition: background-color 0.3s ease;
}
.fc-btn-primary { background: var(--fc-blue-bright); color: #fff !important; }
.fc-btn-primary:hover { background: var(--fc-blue-hover); }
.fc-btn-secondary { background: transparent; color: var(--fc-blue-bright) !important; border: 1.5px solid var(--fc-blue-bright); }
.fc-btn-secondary:hover { background: rgba(36, 146, 255, 0.08); }
.fc-btn-alt { background: var(--fc-blue-bright); color: #fff !important; }
.fc-btn-alt:hover { background: var(--fc-blue-hover); }

/* Hero */
.fc-hero { padding: 40px 0 20px; }
.fc-hero h1 {
  font-size: 38px !important;
  line-height: 44px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  margin-bottom: 28px;
}
.fc-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.fc-hero-image img { width: 100%; border-radius: 8px; display: block; object-fit: cover; aspect-ratio: 508 / 230; }
/* Organic-blob hero (warehousing1.com shapes) — SVG scales to the column, keeps its ~738/488 proportion */
.fc-hero-svg { display: block; width: 100%; height: auto; }
.fc-hero-image--shaped { border-radius: 0; overflow: visible; }
.fc-hero-image-placeholder {
  width: 100%; aspect-ratio: 4/3; border-radius: 8px;
  background: linear-gradient(135deg, #E5F3FF, #CDE8FF);
}
.fc-hero-block strong {
  font-family: var(--fc-font-serif-hero); font-weight: 400; font-size: 19px;
  color: var(--fc-ink); display: block; margin-bottom: 8px;
}
.fc-hero-block { margin-bottom: 20px; }
.fc-hero-block p { font-family: var(--fc-font-arial); font-size: 16px; color: #52514C; }
/* Hero CTA (left column, under image) — matches go.warehousing1.com */
.fc-hero-left { display: flex; flex-direction: column; }
/* CTA sits lower (more space below the image, less to the section below) — per Figma */
.fc-hero-cta { margin-top: auto; padding-top: 88px; text-align: center; }
.fc-hero-btn { background: var(--fc-blue-bright); color: #fff !important; padding: 17px 34px; }
.fc-hero-btn:hover { background: var(--fc-blue-hover); }
/* microcopy — go font specs; gap to button = 11px (matches go.warehousing1.com).
   Scoped under .fc-hero-cta so it beats `.fc-page p { margin }` on specificity. */
.fc-hero-cta .fc-hero-microcopy {
  font-family: var(--fc-font-body); font-size: 14px; font-weight: 400; line-height: 20px;
  letter-spacing: 0.5px; text-transform: uppercase; color: #585858;
  margin: 11px 0 0;
}

/* Social-proof tiles — exact specs from go.warehousing1.com */
.fc-stats { background: transparent; padding: 40px 0; margin: 0; }
.fc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fc-stat {
  display: flex; flex-direction: column; align-items: flex-start; text-align: left;
  background: #F6F6F6; border-radius: 16px; padding: 24px;
}
/* icon: 40px glyph centred in a 56px box, then 10px to text (= ~19px gap) — go's setup */
.fc-stat-icon { color: var(--fc-blue-bright); height: 56px; display: flex; align-items: center; margin-bottom: 10px; }
.fc-stat-icon svg { width: 40px; height: 40px; display: block; }
.fc-tile-stars { color: var(--fc-blue-bright); height: 44px; display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
.fc-tile-stars svg { width: 26px; height: 26px; display: block; }
.fc-stat-text { font-family: var(--fc-font-body); font-weight: 700; font-size: 16px; line-height: 1.4; color: #474747; }
/* review-count line: same colour as the line above (go), just regular weight */
.fc-stat-sub { display: block; font-weight: 400; font-size: 14px; color: #474747; margin-top: 0; }
/* Ø 30% Ersparnis* disclaimer — small/unobtrusive, directly under the tile row */
.fc-stat-disclaimer { font-family: var(--fc-font-body); font-size: 12px; line-height: 1.5; color: #8A8A85; margin: 16px 0 0; max-width: 900px; }

/* Intro */
.fc-intro { padding: 20px 0 48px; }
.fc-intro-inner { text-align: left; }
.fc-intro-inner h2 { font-size: 19px; margin-bottom: 16px; }
.fc-intro-inner p { font-family: var(--fc-font-arial); font-size: 16px; line-height: 26px; color: #52514C; }
.fc-intro-inner .fc-btn { display: table; margin: 24px auto 0; }

/* Trust strip — label left, logos auto-scroll (marquee) right.
   White bg so logos with white backgrounds (e.g. SENTAL) blend in. */
.fc-trust { background: #fff; padding: 28px 0; }
.fc-trust-inner { display: flex; align-items: center; gap: 40px; }
.fc-trust-label { font-family: var(--fc-font-body); font-size: 25px; line-height: 1.3; color: #191919; font-weight: 600; max-width: 320px; flex-shrink: 0; }
.fc-trust-logos {
  flex: 1; overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
/* marquee ~15 px/s to match go.warehousing1.com's slow logo scroll */
.fc-trust-track { display: flex; align-items: center; gap: 56px; width: max-content; animation: fc-marquee 110s linear infinite; }
.fc-trust-logos:hover .fc-trust-track { animation-play-state: paused; }
/* go.warehousing1.com normalizes every trust logo to a uniform 50px height */
.fc-trust-logo { height: 50px; width: auto; max-width: 240px; object-fit: contain; flex-shrink: 0; display: block; }
@keyframes fc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .fc-trust-track { animation: none; } }

/* Steps — vertical zigzag timeline (matches Figma). The blue line fills and each
   number badge turns blue as it passes the viewport middle (JS in template). */
.fc-steps { padding: 56px 0; }
.fc-steps-list { position: relative; margin-top: 56px; }
/* connecting line — grey track + blue fill, faded at both ends (go's mask) */
.fc-steps-line {
  position: absolute; left: 50%; top: 8px; bottom: 8px; width: 2px; z-index: 0;
  transform: translateX(-50%); background: rgba(25, 25, 25, 0.1);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.fc-steps-line-fill {
  position: absolute; left: 0; top: 0; width: 100%;
  height: var(--fc-steps-progress, 0%); background: var(--fc-blue-bright);
}
.fc-step { position: relative; padding-bottom: 40px; }
.fc-step:last-child { padding-bottom: 0; }
/* cards + badges are ALWAYS blue on go — only the line fills.
   Card box (go/Figma = 493px): 76px clear of the centre line, extends to the
   content edge (no outer margin), 48px inner padding. */
.fc-step-card {
  width: calc(50% - 76px); background: #fff;
  border: 3px solid var(--fc-blue-bright); border-radius: 16px; padding: 44px 48px;
}
.fc-step-1 .fc-step-card, .fc-step-3 .fc-step-card { margin-left: calc(50% + 76px); margin-right: 0; }
.fc-step-2 .fc-step-card { margin-left: 0; margin-right: calc(50% + 76px); }
/* rail spans the step; JS slides the badge down it to track the viewport centre,
   then it hands off to the next step's badge (go behaviour). JS, not CSS sticky,
   because the theme sets overflow:hidden on <body> which disables position:sticky. */
.fc-step-rail { position: absolute; left: 50%; top: 0; bottom: 0; width: 40px; transform: translateX(-50%); z-index: 3; }
.fc-step-num {
  position: relative; top: 0;
  width: 40px; height: 40px; border-radius: 8px; margin: 0 auto;
  background: var(--fc-blue-bright); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fc-font-serif); font-weight: 600; font-size: 16px;
  will-change: transform;
}
/* step icon — full-width box, glyph contained at 83px left-aligned (exact go technique) */
.fc-step-icon { display: block; width: 100%; height: 83px; object-fit: contain; object-position: left center; margin-bottom: 22px; }
.fc-step h3 {
  font-family: var(--fc-font-body) !important; font-weight: 600; font-size: 32px;
  color: #474747; line-height: 1.2; margin: 0 0 18px;
}
.fc-step p { font-family: var(--fc-font-body); font-size: 16px; color: #474747; line-height: 1.4; margin: 0; }
/* go renders the body as one continuous block — new paragraph = line break, no extra gap */
.fc-step-card p + p { margin-top: 0; }
.fc-steps-subheading {
  font-family: var(--fc-font-body); font-weight: 600; font-size: 25px; color: #474747;
  margin-top: -8px; margin-bottom: 28px;
}
#fc-steps-title { font-weight: 700 !important; }

/* Price table */
.fc-prices { padding: 56px 0; background: var(--fc-bg-alt); }
.fc-price-table {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--fc-blue-border); border-radius: 8px; overflow: hidden;
  margin: 24px 0 16px;
}
.fc-price-col {
  background: transparent; text-align: center; padding: 0;
  border-left: 1px solid var(--fc-blue-border);
}
.fc-price-col:first-child { border-left: none; }
.fc-price-label {
  display: block; background: #F7FBFF; border-bottom: 1px solid var(--fc-blue-border);
  font-family: var(--fc-font-arial); font-size: 14px; color: #52514C; padding: 14px 16px;
}
.fc-price-value { display: block; font-family: var(--fc-font-arial); font-size: 14px; font-weight: 700; color: var(--fc-blue); padding: 14px 16px; }
.fc-price-date { text-align: left; font-family: var(--fc-font-arial); font-size: 12.5px; color: var(--fc-muted); }
.fc-price-date strong { font-weight: 700; color: #52514C; }
.fc-price-subheading {
  text-align: left; font-family: var(--fc-font-arial); font-weight: 700; font-size: 17px; color: var(--fc-ink);
  margin-top: -6px; margin-bottom: 28px;
}
.fc-prices p:not(.fc-price-subheading):not(.fc-price-date) { text-align: left; font-family: var(--fc-font-arial); font-size: 16px; color: #52514C; }

/* FAQ */
.fc-faq { padding: 56px 0; }
.fc-faq .fc-center, .fc-shops .fc-center { margin-top: 40px; }
.fc-faq-list { max-width: 100%; margin: 32px 0 0; }
/* Accordion — click a question to expand/collapse (+ toggles to ×) */
.fc-faq-item { border: 1px solid var(--fc-line); border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
.fc-faq-question {
  width: 100%; text-align: left; background: #fff; border: none; cursor: pointer;
  padding: 18px 20px; font-family: var(--fc-font-arial); font-size: 14.5px; font-weight: 700; color: var(--fc-ink);
  display: flex; justify-content: space-between; align-items: center;
}
.fc-faq-toggle { color: var(--fc-blue); font-size: 20px; font-weight: 400; transition: transform 0.35s ease; }
/* smooth expand AND collapse via grid-template-rows (even timing both ways, any content height) */
.fc-faq-answer {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.fc-faq-answer > * { overflow: hidden; min-height: 0; }
/* padding on the item + !important so Salient's `p { padding:0 }` can't shift the
   answer text out of alignment with the question above it */
.fc-faq-answer p { font-family: var(--fc-font-arial); font-size: 14.5px; color: #52514C; padding: 4px 20px 16px !important; margin: 0 !important; }
.fc-faq-item.fc-open .fc-faq-answer { grid-template-rows: 1fr; }
.fc-faq-item.fc-open .fc-faq-toggle { transform: rotate(45deg); }

/* Shop grid */
.fc-shops { background: var(--fc-bg-alt); padding: 40px 0 56px; }
.fc-shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.fc-shop-card { display: flex; align-items: flex-start; gap: 14px; padding: 0; }
.fc-shop-logo {
  width: 48px; height: 48px; border-radius: 50%; object-fit: contain;
  background: var(--fc-bg-alt-2); flex-shrink: 0; padding: 8px;
}
.fc-shop-body { flex: 1; min-width: 0; }
.fc-shop-card h4 { font-family: var(--fc-font-arial); font-weight: 700; font-size: 15px; color: #52514C; margin: 0 0 6px; }
.fc-shops h3 { font-family: var(--fc-font-arial) !important; font-weight: 700 !important; font-size: 17px !important; color: var(--fc-ink); }
.fc-shops h3.fc-zusatz-heading { font-family: var(--fc-font-serif-hero) !important; font-weight: 400 !important; font-size: 20px !important; color: var(--fc-ink); }
.fc-shop-card p { font-family: var(--fc-font-arial); font-size: 14px; color: #8A8A85; }
.fc-shop-card a { font-family: var(--fc-font-arial); font-size: 15px; }

.fc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fc-service-card { background: #fff; border: 1px solid #E2E2DE; border-radius: 12px; padding: 22px 20px; }
.fc-service-card h4 { font-family: var(--fc-font-arial); font-weight: 700; font-size: 15px; color: var(--fc-ink); }
.fc-service-card p { font-family: var(--fc-font-arial); font-size: 13.5px; color: #666666; margin: 0; }
.fc-zusatz-subheading {
  font-family: var(--fc-font-arial); font-size: 13px; color: #666666;
  margin-top: -6px; margin-bottom: 28px;
}

/* Long text */
.fc-longtext { padding: 40px 0; background: transparent; }
.fc-longtext-grid { display: block; }
.fc-longtext-grid > div { margin-bottom: 28px; }
.fc-longtext-grid > div:last-child { margin-bottom: 0; }
.fc-longtext h4 { font-family: var(--fc-font-arial); font-weight: 700; font-size: 17px; color: var(--fc-ink); }
.fc-longtext p { font-family: var(--fc-font-arial); font-size: 16px; color: #52514C; }

/* Reviews */
.fc-reviews { padding: 56px 0; }
.fc-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0 36px; }
.fc-review-card { background: #F6F6F6; border-radius: 16px; padding: 32px; }
.fc-review-card p { font-family: var(--fc-font-body); font-size: 16px; font-weight: 400; font-style: normal; line-height: 1.4; color: #010101; margin: 0 0 32px; }
.fc-review-header { display: flex; align-items: center; gap: 12px; }
.fc-review-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.fc-review-meta { display: flex; flex-direction: column; }
.fc-review-card strong { font-family: var(--fc-font-body); font-weight: 600; font-size: 16px; color: #010101; }
.fc-review-source { font-family: var(--fc-font-body); font-size: 14px; color: rgba(1,1,1,0.5); }
.fc-review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.fc-review-stars svg { width: 18px; height: 18px; color: #f1b405; fill: currentColor; display: block; }

/* Footer — replaces the full site footer on this page type */
body.single-fulfillment_city footer.wh1-footer { display: none; }
.fc-footer { background: #2D2D2D; color: #fff; padding: 56px 0 0; font-family: var(--fc-font-body); font-size: 16px; font-weight: 300; }
.fc-footer .fc-container { max-width: 100%; padding-left: 5%; padding-right: 5%; }
.fc-footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1.4fr 1fr 1fr;
  gap: 32px; padding-bottom: 48px;
}
.fc-footer-col { display: flex; flex-direction: column; gap: 12px; }
.fc-footer-col h4 {
  /* !important + reset text-transform/line-height to override Salient's aggressive bare-h4 rules. */
  font-family: var(--fc-font-body) !important; color: #fff !important; font-size: 16px !important; font-weight: 500 !important;
  text-transform: none !important; line-height: 1.4 !important; letter-spacing: 0 !important; margin-bottom: 4px;
}
.fc-footer-col a { font-family: var(--fc-font-body) !important; color: #fff; font-weight: 300 !important; font-size: 16px !important; text-decoration: none; }
.fc-footer-col a:hover { text-decoration: none; color: #fff; }
.fc-footer-col a.fc-footer-emphasis { font-weight: 600; }
.fc-footer-subhead { display: block; font-family: var(--fc-font-body); font-weight: 600; color: #fff; font-size: 16px; margin-top: 12px; }
.fc-footer-logo { height: 18px; width: auto; align-self: flex-start; filter: brightness(0) invert(1); margin-bottom: 4px; }
.fc-footer-social { display: flex; gap: 12px; margin-bottom: 4px; }
/* Match main site: 45px white circles with ~18px brand icons. */
.fc-footer-social a {
  width: 45px; height: 45px; border-radius: 50%; background: #fff; color: #2D2D2D;
  display: flex; align-items: center; justify-content: center;
}
.fc-footer-social a svg { width: 18px; height: 18px; fill: currentColor; display: block; }
/* Main site has no hover state change; also override the generic footer-link hover so the icon
   doesn't turn white (invisible) on the white circle. */
.fc-footer-social a:hover { background: #fff; color: #2D2D2D; text-decoration: none; }
.fc-footer-company p { font-family: var(--fc-font-body) !important; margin: 0; line-height: 1.56; font-weight: 300 !important; font-size: 16px !important; }
.fc-footer-legal-name { font-weight: 300; }
.fc-footer-bottom {
  border-top: 1px solid #444; padding: 22px 0;
  display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 90px;
}
.fc-footer-ratings { display: flex; gap: 0; flex-wrap: wrap; align-items: flex-start; }
.fc-footer-ratings span { color: #fff; font-size: 16px; }
.fc-footer-ratings strong { font-weight: 500; }
.fc-footer-stars { color: #E1E1E1; margin-right: 4px; letter-spacing: 1px; }
.fc-footer-star-half {
  background: linear-gradient(90deg, #E1E1E1 50%, rgba(225,225,225,0.28) 50%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.fc-footer-ratings em { font-family: var(--fc-font-body) !important; display: block; color: #fff !important; font-style: normal; font-weight: 300 !important; font-size: 16px !important; margin-top: 2px; }
/* Ratings are now links (Google / Proven Expert / Kununu) — keep them looking like the old badges. */
.fc-footer-ratings a.fc-footer-rating { display: inline-block; color: #fff; text-decoration: none; min-width: 130px; margin-right: 49px; }
.fc-footer-ratings a.fc-footer-rating.fc-footer-rating--kununu { margin-right: 0; }
.fc-footer-ratings a.fc-footer-rating:hover { text-decoration: none; color: #fff; }
/* Real rating graphics (main site assets), 14px tall, number beside them. */
.fc-footer-rating-line { display: inline-flex; align-items: center; }
.fc-footer-stars-img { height: 14px; width: auto; margin-right: 4px; vertical-align: middle; display: inline-block; }
.fc-footer-legal-links { display: flex; gap: 20px; }
.fc-footer-legal-links a { font-family: var(--fc-font-body) !important; color: #fff; font-weight: 300 !important; text-decoration: none; font-size: 14px !important; }
.fc-footer-legal-links a:hover { text-decoration: none; color: #fff; }

/* Mobile */
@media (max-width: 860px) {
  .fc-hero-grid,
  .fc-stats-grid,
  .fc-price-table,
  .fc-shop-grid,
  .fc-service-grid,
  .fc-longtext-grid,
  .fc-reviews-grid {
    grid-template-columns: 1fr;
  }
  /* Steps on mobile/tablet: line + badges 1-2-3 on the LEFT, cards on the RIGHT (per go);
     the badge-slide + line-fill animation still runs. */
  .fc-steps-line { left: 24px; }
  .fc-step { padding-bottom: 28px; }
  .fc-step-rail { left: 24px; }
  .fc-step-card { width: auto; margin-left: 60px !important; margin-right: 0 !important; padding: 26px 22px; }
  .fc-step h3 { font-size: 22px; }
  .fc-hero-cta { padding-top: 28px; }
  .fc-trust-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .fc-trust-label { max-width: 100%; }
  .fc-trust-logos { width: 100%; }
  .fc-page h2 { font-size: 22px; }
  .fc-footer-grid { grid-template-columns: 1fr 1fr; }
  .fc-footer-company { grid-column: 1 / -1; }
  .fc-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Tablet (portrait): 2-column card grids instead of a single sparse column.
   Placed after the max-width:860 block so it wins for the 600–860px range;
   phones (<600px) keep the single-column layout above. */
@media (min-width: 600px) and (max-width: 860px) {
  .fc-stats-grid,
  .fc-shop-grid,
  .fc-service-grid,
  .fc-reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
