/* =========================================================
   IN-HAUS PROJECT CORE — GLOBAL
   Update-safe editable copy is stored in uploads.
========================================================= */
:root {
  --ihpc-navy: #0b3568;
  --ihpc-blue: #1d5d9b;
  --ihpc-purple: #8a4dcc;
  --ihpc-yellow: #f5c84b;
  --ihpc-green: #4ca95f;
  --ihpc-cyan: #5bc5d8;
  --ihpc-paper: #fbfaf7;
  --ihpc-text: #17243a;
  --ihpc-muted: #667085;
  --ihpc-border: rgba(11, 53, 104, 0.14);
  --ihpc-radius-sm: 14px;
  --ihpc-radius-md: 24px;
  --ihpc-radius-lg: 36px;
  --ihpc-shadow: 0 18px 50px rgba(17, 36, 66, 0.10);
  --ihpc-transition: 180ms ease;
  --ihpc-content: 1180px;
}

body { color: var(--ihpc-text); background: var(--ihpc-paper); }
a { color: inherit; }
.ihpc-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 22px; border-radius:14px; background:var(--ihpc-navy); color:#fff; text-decoration:none; font-weight:700; transition:transform var(--ihpc-transition), box-shadow var(--ihpc-transition); }
.ihpc-button:hover { transform:translateY(-2px); box-shadow:0 12px 24px rgba(11,53,104,.18); color:#fff; }
.ihpc-city-list { display:flex; flex-wrap:wrap; gap:20px; }
.ihpc-city-card { flex:1 1 240px; min-height:150px; display:flex; align-items:flex-end; padding:24px; border:1px solid var(--ihpc-border); border-radius:var(--ihpc-radius-md); background:#fff; box-shadow:var(--ihpc-shadow); font-weight:800; }
.ihpc-funding-note { padding:24px; border-radius:var(--ihpc-radius-md); background:#fff7e3; border:1px solid rgba(245,200,75,.45); }

.ihpc-language-switcher{display:flex;gap:.45rem;align-items:center}.ihpc-map{width:100%;border-radius:var(--ihpc-radius-md);overflow:hidden}.ihpc-cookie{position:fixed;z-index:999999;left:20px;right:20px;bottom:20px;display:flex;justify-content:space-between;gap:24px;align-items:center;padding:20px;background:#fff;border:1px solid var(--ihpc-border);border-radius:var(--ihpc-radius-md);box-shadow:var(--ihpc-shadow)}.ihpc-cookie[hidden]{display:none}.ihpc-cookie__actions{display:flex;gap:8px;flex-wrap:wrap}.ihpc-cookie button{cursor:pointer;padding:10px 14px;border-radius:999px;border:1px solid currentColor;background:transparent}.ihpc-cookie button:last-child{background:var(--ihpc-navy);color:#fff}@media(max-width:768px){.ihpc-cookie{flex-direction:column;align-items:stretch}}
