/* ============================================================
   PEC GLOBAL — Freight Forwarding Germany subpage
   Page-scoped styles ONLY. The homepage never loads this file.
   Reuses all tokens from pec-styles.css, the .chal pain cards
   from pec-components.css, and the ior-* surfaces from pec-ior.css.
   Adds ff-* classes for the air/ocean mode cards and entry-point
   strip — surfaces not covered elsewhere.
   ============================================================ */

/* ---------- Section 2 — relax homepage chal3 title (full sentences wrap) ---------- */
.ff-pain.chal-grid.chal3 .chal-title{white-space:normal;min-height:0;margin-bottom:4px}
.ff-pain.chal-grid.chal3 .chal{padding:34px 32px}

/* ---------- Section 3 — Air vs Ocean prominent mode cards ---------- */
.ff-modes{margin-top:54px;display:grid;grid-template-columns:1fr 1fr;gap:28px}
@media(max-width:880px){.ff-modes{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}}
.ff-mode{
  background:#fff;border-radius:18px;box-shadow:var(--sh-card);overflow:hidden;
  display:flex;flex-direction:column;position:relative;
  border-top:4px solid var(--green);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.ff-mode:hover{transform:translateY(-5px);box-shadow:var(--sh-card-lg)}
.ff-mode.ocean{border-top-color:var(--navy)}

.ff-mode-head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:18px;
  padding:34px 36px 0;
}
.ff-mode-ico{
  width:60px;height:60px;border-radius:16px;flex:none;
  display:flex;align-items:center;justify-content:center;
  background:var(--green-tint);color:var(--green-700);
}
.ff-mode.ocean .ff-mode-ico{background:rgba(30,36,112,.08);color:var(--navy)}
.ff-mode-ico .ico{width:30px;height:30px}
.ff-badge{
  display:inline-flex;align-items:center;gap:7px;border-radius:50px;
  padding:7px 15px;font-size:12px;font-weight:800;letter-spacing:.04em;
  text-transform:uppercase;background:var(--green);color:#fff;flex:none;
}
.ff-mode.ocean .ff-badge{background:var(--navy)}

.ff-mode-title{padding:22px 36px 0}
.ff-mode-title h3{font-size:30px;letter-spacing:-.03em;color:var(--ink)}
.ff-mode-title .sub{margin-top:6px;font-size:16px;font-weight:600;color:var(--green-700)}
.ff-mode.ocean .ff-mode-title .sub{color:var(--navy)}

.ff-rows{padding:26px 36px 0;display:flex;flex-direction:column}
.ff-row{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;padding:15px 0;border-top:1px solid var(--line)}
.ff-row:first-child{border-top:none}
.ff-row .ff-row-ico{
  width:38px;height:38px;border-radius:10px;background:var(--canvas-2);color:var(--navy);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.ff-row .ff-row-ico .ico{width:19px;height:19px}
.ff-row-k{font-size:11.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-50)}
.ff-row-v{margin-top:3px;font-size:14.5px;font-weight:600;color:var(--ink-90);line-height:1.45}

.ff-mode-body{padding:24px 36px 0;color:var(--ink-70);font-size:14.5px;line-height:1.68}
.ff-mode-cta{
  margin-top:auto;padding:24px 36px 30px;
  display:inline-flex;align-items:center;gap:9px;font-size:14.5px;font-weight:700;color:var(--navy);
}
.ff-mode-cta .ico{width:17px;height:17px;color:var(--green-700);transition:transform var(--dur) var(--ease)}
.ff-mode:hover .ff-mode-cta .ico{transform:translateX(4px)}
@media(max-width:520px){
  .ff-mode-head,.ff-mode-title,.ff-rows,.ff-mode-body,.ff-mode-cta{padding-left:26px;padding-right:26px}
  .ff-mode-title h3{font-size:26px}
}

/* ---------- Section 5 — Entry point location strip ---------- */
.ff-entry{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media(max-width:900px){.ff-entry{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.ff-entry{grid-template-columns:1fr}}
.ff-loc{
  background:#fff;border-radius:var(--r-card);padding:28px 26px;box-shadow:var(--sh-card);
  display:flex;flex-direction:column;
  transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);
}
.ff-loc:hover{transform:translateY(-4px);box-shadow:var(--sh-card-lg)}
.ff-loc-ico{
  width:48px;height:48px;border-radius:13px;background:var(--green-tint);color:var(--green-700);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.ff-loc-ico .ico{width:24px;height:24px}
.ff-loc-name{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.ff-loc-type{margin-top:5px;font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--green-700)}
.ff-loc-note{margin-top:13px;font-size:14px;line-height:1.6;color:var(--ink-70)}
.ff-entry-note{
  margin-top:30px;text-align:center;font-size:15px;color:var(--ink-50);
  display:flex;align-items:center;justify-content:center;gap:9px;
}
.ff-entry-note .ico{width:17px;height:17px;color:var(--green-700)}

/* ---------- Section 6 — Amazon FBA highlight band (built on .ctaband) ---------- */
.ff-band-stack{display:flex;flex-direction:column;align-items:flex-start;gap:14px;max-width:66ch}
.ff-band-stack .eyebrow.on-dark{margin-bottom:2px}
.ff-band-stack h3{color:#fff;font-size:clamp(23px,2.8vw,33px);letter-spacing:-.025em;line-height:1.14;max-width:20ch}
.ff-band-stack p{color:var(--on-dark-70);font-size:16px;line-height:1.72;margin:0}
@media(max-width:820px){.ff-band-stack{max-width:none}}
