/* HafilatPass — hp- prefix · navy + boarding-pass motif */

:root {
  --hp-ink:        #0f1e3d;
  --hp-ink-2:      #364868;
  --hp-mute:       #5b6a80;
  --hp-mute-2:     #97a1b3;
  --hp-line:       rgba(15, 30, 61, 0.12);
  --hp-line-2:     rgba(15, 30, 61, 0.06);
  --hp-paper:      #fefaf1;
  --hp-paper-2:    #f7efdf;
  --hp-cream:      #fbf5e5;
  --hp-sand:       #e6d6b8;
  --hp-navy:       #14345e;
  --hp-navy-700:   #0f2648;
  --hp-navy-100:   #dde5f0;
  --hp-sky:        #4a80c0;
  --hp-amber:      #d97a3d;
  --hp-amber-100:  #f6dfc7;
  --hp-ok:         #256d55;
  --hp-danger:     #b3382b;
  --hp-radius:     14px;
  --hp-radius-lg:  22px;
  --hp-shadow-sm:  0 1px 2px rgba(15, 30, 61, 0.06);
  --hp-shadow:     0 8px 24px rgba(15, 30, 61, 0.08);
  --hp-shadow-lg:  0 20px 60px rgba(15, 30, 61, 0.12);
  --hp-font-head:  "Plus Jakarta Sans", ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --hp-font-body:  "Inter", ui-sans-serif, system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --hp-font-ar:    "Cairo", "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --hp-container:  1160px;
  --hp-ann-h:      42px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--hp-font-body);
  color: var(--hp-ink);
  background: var(--hp-paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
html[lang="ar"] body { font-family: var(--hp-font-ar); }
body.noscroll { overflow: hidden; }

img, svg { max-width: 100%; display: block; }
a { color: var(--hp-navy); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--hp-sky); }
button, input, select, textarea { font: inherit; }

h1, h2, h3, h4 { font-family: var(--hp-font-head); line-height: 1.15; letter-spacing: -0.022em; margin: 0 0 0.5em; font-weight: 800; color: var(--hp-ink); }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4 { font-family: var(--hp-font-ar); letter-spacing: 0; }
p { margin: 0 0 1em; }

.hp-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.hp-skip {
  position: absolute; inset-inline-start: -999px; top: 0;
  background: var(--hp-navy); color: #fff; padding: 0.6rem 1rem; z-index: 10000; border-radius: 0 0 8px 0;
}
.hp-skip:focus { inset-inline-start: 0; top: 0; }
.hp-muted { color: var(--hp-mute); }
.hp-ltr { direction: ltr; unicode-bidi: isolate; }

/* Announce */
.hp-ann {
  background: var(--hp-navy);
  color: #eef3fb;
  min-height: var(--hp-ann-h);
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  padding: 0.55rem 3rem 0.55rem 1.25rem;
  font-size: 0.88rem;
  position: relative;
  text-align: center;
}
.hp-ann[hidden] { display: none; }
.hp-ann-x {
  position: absolute; inset-inline-end: 0.6rem; top: 50%; transform: translateY(-50%);
  background: transparent; border: 0; color: #b9c8e2; cursor: pointer;
  font-size: 1.25rem; line-height: 1; padding: 0.35rem 0.5rem; border-radius: 8px;
}
.hp-ann-x:hover { color: #fff; background: rgba(255,255,255,0.08); }

/* Header */
.hp-header {
  background: var(--hp-paper);
  border-bottom: 1px solid var(--hp-line-2);
  position: sticky; top: 0; z-index: 100;
}
.hp-header-inner {
  max-width: var(--hp-container);
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex; align-items: center; gap: 1.25rem;
}
.hp-logo {
  display: inline-flex; align-items: center; gap: 0.7rem; color: inherit; flex-shrink: 0;
}
.hp-logo:hover { color: inherit; }
.hp-logo-mark { flex-shrink: 0; }
.hp-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.hp-logo-en {
  font-family: var(--hp-font-head); font-weight: 800; font-size: 1.05rem; color: var(--hp-ink); letter-spacing: -0.03em;
}
.hp-logo-tag { font-size: 0.72rem; color: var(--hp-mute); font-weight: 500; }

.hp-nav { flex: 1; }
.hp-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 0.1rem; justify-content: center;
}
.hp-nav a {
  display: block; padding: 0.5rem 0.85rem; color: var(--hp-ink-2); font-size: 0.92rem; font-weight: 600;
  border-radius: 10px;
}
.hp-nav a:hover { color: var(--hp-navy); background: var(--hp-navy-100); }
.hp-nav a[aria-current="page"] {
  color: var(--hp-navy); background: var(--hp-navy-100);
}

.hp-header-side { display: flex; align-items: center; gap: 0.75rem; }
.hp-lang { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.85rem; font-weight: 600; color: var(--hp-mute); }
.hp-lang a { color: var(--hp-mute); padding: 0.25rem 0.35rem; border-radius: 6px; }
.hp-lang a:hover { color: var(--hp-navy); }
.hp-lang a.is-on, .hp-lang a[aria-current="true"] { color: var(--hp-navy); }
.hp-header-cta { white-space: nowrap; }

.hp-burger {
  display: none; flex-direction: column; gap: 4px;
  background: transparent; border: 1px solid var(--hp-line);
  padding: 0.5rem 0.55rem; cursor: pointer; border-radius: 10px;
}
.hp-burger span { display: block; width: 20px; height: 2px; background: var(--hp-ink); border-radius: 2px; }

/* Drawer */
.hp-backdrop {
  position: fixed; inset: 0; background: rgba(15, 30, 61, 0.42);
  opacity: 0; visibility: hidden; transition: opacity 0.24s, visibility 0.24s; z-index: 200;
}
.hp-drawer {
  position: fixed; top: 0; inset-inline-end: 0; width: min(320px, 88vw); height: 100%;
  background: var(--hp-paper); z-index: 210; padding: 1.5rem 1.35rem;
  transform: translateX(100%); opacity: 0; visibility: hidden;
  transition: transform 0.28s ease, opacity 0.24s, visibility 0.24s;
  overflow-y: auto; border-inline-start: 1px solid var(--hp-line);
}
html[dir="rtl"] .hp-drawer { transform: translateX(-100%); }
body.hp-drawer-open .hp-backdrop { opacity: 1; visibility: visible; }
body.hp-drawer-open .hp-drawer { transform: translateX(0); opacity: 1; visibility: visible; }
.hp-drawer-close {
  background: transparent; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--hp-mute);
  position: absolute; inset-inline-end: 0.75rem; top: 0.5rem; line-height: 1; padding: 0.35rem 0.6rem;
}
.hp-drawer-nav { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.hp-drawer-nav a {
  display: block; padding: 0.85rem 0.4rem; border-bottom: 1px solid var(--hp-line-2);
  font-weight: 600; color: var(--hp-ink);
}
.hp-drawer-lang { display: flex; gap: 1rem; margin-top: 1.25rem; font-weight: 700; }
.hp-drawer-lang a.is-on { color: var(--hp-navy); }

/* Buttons */
.hp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 46px; padding: 0.7rem 1.35rem; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem; border: 1.5px solid transparent; cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.05s;
  text-decoration: none; font-family: var(--hp-font-head);
}
html[lang="ar"] .hp-btn { font-family: var(--hp-font-ar); }
.hp-btn:active { transform: translateY(1px); }
.hp-btn-xl { min-height: 56px; padding: 0.9rem 1.85rem; font-size: 1.05rem; }
.hp-btn-sm { min-height: 40px; padding: 0.5rem 0.95rem; font-size: 0.85rem; }
.hp-btn-primary { background: var(--hp-navy); color: #fefaf1; border-color: var(--hp-navy); }
.hp-btn-primary:hover { background: var(--hp-navy-700); color: #fff; border-color: var(--hp-navy-700); }
.hp-btn-ghost { background: transparent; color: var(--hp-navy); border-color: var(--hp-navy); }
.hp-btn-ghost:hover { background: var(--hp-navy-100); }
.hp-btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.4rem; align-items: center; }

/* Hero — boarding-pass motif */
.hp-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 1.25rem clamp(3rem, 7vw, 5rem);
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(74, 128, 192, 0.15), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(217, 122, 61, 0.08), transparent 60%),
    var(--hp-paper);
  overflow: hidden;
}
.hp-hero-inner {
  max-width: var(--hp-container); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.hp-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--hp-navy); background: var(--hp-navy-100);
  padding: 0.4rem 0.8rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.hp-eyebrow .dot { width: 6px; height: 6px; background: var(--hp-amber); border-radius: 50%; }
.hp-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  letter-spacing: -0.035em; font-weight: 800; margin-bottom: 1rem;
}
.hp-hero-lead {
  font-size: clamp(1.05rem, 1.25vw, 1.15rem);
  color: var(--hp-ink-2); max-width: 40ch; margin-bottom: 1.5rem;
}
.hp-hero-facts {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.9rem;
}
.hp-hero-facts li {
  display: flex; flex-direction: column; gap: 0.15rem;
  padding-inline-start: 0.75rem;
  border-inline-start: 2px solid var(--hp-navy-100);
  font-size: 0.87rem;
}
.hp-hero-facts strong { color: var(--hp-navy); font-family: var(--hp-font-head); font-size: 1.1rem; font-weight: 800; }
.hp-hero-facts span { color: var(--hp-mute); }

/* Pass card (visual) */
.hp-pass {
  position: relative;
  background: linear-gradient(160deg, #fbf5e5 0%, #fefaf1 60%);
  border: 1px solid var(--hp-sand);
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow-lg);
  padding: 1.6rem 1.6rem 1.4rem;
  overflow: hidden;
}
.hp-pass::before {
  content: "";
  position: absolute; inset: 12px; border: 1px dashed rgba(20, 52, 94, 0.18);
  border-radius: 16px; pointer-events: none;
}
.hp-pass-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 0.85rem; border-bottom: 1.5px dashed var(--hp-sand);
  margin-bottom: 1rem;
}
.hp-pass-label { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hp-mute); font-weight: 700; }
.hp-pass-brand { font-family: var(--hp-font-head); font-weight: 800; color: var(--hp-navy); letter-spacing: -0.02em; font-size: 1rem; }
.hp-pass-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1.2rem;
  margin-bottom: 1rem;
}
.hp-pass-row > div { display: flex; flex-direction: column; gap: 0.15rem; }
.hp-pass-key { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hp-mute); font-weight: 700; }
.hp-pass-val { font-family: var(--hp-font-head); font-weight: 700; color: var(--hp-ink); font-size: 0.98rem; }
.hp-pass-serial {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 1.05rem; font-weight: 700; letter-spacing: 0.06em; color: var(--hp-navy);
  padding: 0.65rem 0.85rem; background: rgba(20, 52, 94, 0.05);
  border-radius: 10px; text-align: center;
  border: 1px dashed rgba(20, 52, 94, 0.14);
}
.hp-pass-bar {
  margin-top: 1rem; padding: 0.9rem 1rem; background: var(--hp-navy); color: #fefaf1;
  border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
}
.hp-pass-bar b { font-family: var(--hp-font-head); font-size: 1.25rem; font-weight: 800; }
.hp-pass-bar span { font-size: 0.78rem; color: #b9c8e2; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; }
.hp-pass::after {
  content: "";
  position: absolute;
  inset-inline-start: -14px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--hp-paper);
  border: 1px solid var(--hp-sand);
}
.hp-pass-notch {
  position: absolute;
  inset-inline-end: -14px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--hp-paper);
  border: 1px solid var(--hp-sand);
}

/* Sections */
.hp-section {
  max-width: var(--hp-container); margin: 0 auto;
  padding: clamp(3rem, 6vw, 4.5rem) 1.25rem;
}
.hp-kicker {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hp-amber); margin-bottom: 0.65rem;
}
.hp-section h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); max-width: 22ch; }
.hp-section-lead { color: var(--hp-mute); max-width: 56ch; font-size: 1.05rem; margin-bottom: 2rem; }

/* Steps */
.hp-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.hp-step {
  position: relative;
  background: var(--hp-paper);
  border: 1px solid var(--hp-line);
  border-radius: var(--hp-radius);
  padding: 1.5rem 1.35rem 1.35rem;
  box-shadow: var(--hp-shadow-sm);
}
.hp-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--hp-navy); color: #fefaf1;
  font-family: var(--hp-font-head); font-weight: 800; font-size: 0.95rem;
  margin-bottom: 0.9rem;
}
.hp-step h3 { font-size: 1.1rem; margin-bottom: 0.35rem; }
.hp-step p { margin: 0; color: var(--hp-mute); font-size: 0.94rem; }

/* Feature grid */
.hp-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.hp-feature {
  background: var(--hp-paper); border: 1px solid var(--hp-line);
  border-radius: var(--hp-radius); padding: 1.5rem 1.4rem;
  display: flex; gap: 1rem; align-items: flex-start;
  box-shadow: var(--hp-shadow-sm);
}
.hp-feature-icon {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px;
  background: var(--hp-navy-100); color: var(--hp-navy);
  display: inline-flex; align-items: center; justify-content: center;
}
.hp-feature h3 { font-size: 1.05rem; margin: 0 0 0.35rem; }
.hp-feature p { margin: 0; color: var(--hp-mute); font-size: 0.92rem; }

/* Split (city context) */
.hp-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: center; }
.hp-city-illus {
  background: linear-gradient(180deg, #eaf1fb 0%, #f7efdf 100%);
  border: 1px solid var(--hp-sand);
  border-radius: var(--hp-radius-lg);
  padding: 1.5rem;
  aspect-ratio: 4 / 3;
  display: flex; align-items: flex-end; justify-content: center;
}

/* CTA band */
.hp-band {
  background: var(--hp-navy);
  color: #eef3fb;
  padding: clamp(2.4rem, 5vw, 3.6rem) 1.25rem;
  border-top: 3px solid var(--hp-amber);
  position: relative;
  overflow: hidden;
}
.hp-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(500px 200px at 10% 0%, rgba(217, 122, 61, 0.14), transparent 70%),
    radial-gradient(600px 200px at 90% 100%, rgba(74, 128, 192, 0.18), transparent 70%);
  pointer-events: none;
}
.hp-band-inner {
  max-width: var(--hp-container); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem;
  position: relative;
}
.hp-band h2 { color: #fefaf1; margin: 0 0 0.4rem; font-size: clamp(1.4rem, 2.5vw, 1.85rem); }
.hp-band p { margin: 0; color: #b9c8e2; max-width: 46ch; }
.hp-band .hp-btn-primary { background: #fefaf1; border-color: #fefaf1; color: var(--hp-navy); }
.hp-band .hp-btn-primary:hover { background: var(--hp-amber-100); color: var(--hp-navy-700); border-color: var(--hp-amber-100); }

/* Page hero */
.hp-page-hero {
  background: var(--hp-paper);
  border-bottom: 1px solid var(--hp-line-2);
  padding: 2.6rem 1.25rem 2rem;
}
.hp-page-hero-inner { max-width: var(--hp-container); margin: 0 auto; }
.hp-page-hero h1 { font-size: clamp(1.75rem, 3vw, 2.35rem); margin-bottom: 0.4rem; }
.hp-page-hero p { margin: 0; color: var(--hp-mute); max-width: 56ch; }
.hp-page-crumb { color: var(--hp-mute); font-size: 0.85rem; margin-bottom: 0.75rem; }
.hp-page-crumb a { color: var(--hp-mute); }
.hp-page-crumb a:hover { color: var(--hp-navy); }

.hp-prose {
  max-width: 780px; margin: 0 auto; padding: 2.25rem 1.25rem 4rem;
}
.hp-prose h2 { font-size: 1.35rem; margin-top: 2rem; }
.hp-prose h3 { font-size: 1.1rem; margin-top: 1.5rem; }
.hp-prose p, .hp-prose li { color: var(--hp-ink-2); }
.hp-prose ul, .hp-prose ol { padding-inline-start: 1.2rem; }
.hp-prose li { margin-bottom: 0.4rem; }

/* Form */
.hp-form-card {
  background: var(--hp-paper);
  border: 1px solid var(--hp-line);
  border-radius: var(--hp-radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: var(--hp-shadow);
  max-width: 540px; margin: 0 auto;
}
.hp-field { margin-bottom: 1.25rem; }
.hp-field label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.4rem; color: var(--hp-ink); }
.hp-field input, .hp-field select, .hp-field textarea {
  width: 100%; min-height: 48px; padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--hp-sand); border-radius: 10px;
  background: var(--hp-paper); color: var(--hp-ink); outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.hp-field input:focus, .hp-field select:focus, .hp-field textarea:focus {
  border-color: var(--hp-navy); box-shadow: 0 0 0 3px rgba(20, 52, 94, 0.15);
}
.hp-field.is-invalid input, .hp-field.is-invalid textarea { border-color: var(--hp-danger); }
.hp-err { display: none; color: var(--hp-danger); font-size: 0.82rem; margin-top: 0.4rem; }
.hp-field.is-invalid .hp-err { display: block; }
.hp-field-note { font-size: 0.8rem; color: var(--hp-mute); margin: 0.35rem 0 0; }
.hp-presets { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hp-presets label { position: relative; cursor: pointer; margin: 0; }
.hp-presets input { position: absolute; opacity: 0; pointer-events: none; }
.hp-presets span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 60px; min-height: 44px; padding: 0.5rem 0.85rem;
  border: 1.5px solid var(--hp-sand); border-radius: 999px;
  font-weight: 700; color: var(--hp-navy); background: var(--hp-paper);
  transition: background 0.15s, border-color 0.15s;
}
.hp-presets label.is-on span,
.hp-presets input:checked + span,
.hp-presets label:hover span {
  background: var(--hp-navy); border-color: var(--hp-navy); color: #fefaf1;
}

/* Balance result */
.hp-balance-result {
  margin-top: 1.5rem; padding: 1.4rem; background: var(--hp-cream);
  border: 1px solid var(--hp-sand); border-radius: var(--hp-radius);
  display: none;
}
.hp-balance-result.is-on { display: block; animation: hp-rise 0.4s ease; }
.hp-balance-amt { font-family: var(--hp-font-head); font-size: 2.1rem; font-weight: 800; color: var(--hp-navy); letter-spacing: -0.03em; }
.hp-balance-lbl { color: var(--hp-mute); font-size: 0.85rem; }

@keyframes hp-rise {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

/* FAQ */
.hp-faq details {
  background: var(--hp-paper); border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  margin-bottom: 0.7rem; padding: 0.15rem 1.2rem;
  transition: border-color 0.15s;
}
.hp-faq details:hover { border-color: var(--hp-sand); }
.hp-faq summary {
  cursor: pointer; font-weight: 700; padding: 1rem 0; color: var(--hp-ink); list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--hp-font-head);
}
html[lang="ar"] .hp-faq summary { font-family: var(--hp-font-ar); }
.hp-faq summary::-webkit-details-marker { display: none; }
.hp-faq summary::after {
  content: "+"; font-weight: 400; font-size: 1.4rem; color: var(--hp-mute); transition: transform 0.2s;
}
.hp-faq details[open] summary::after { content: "−"; }
.hp-faq details[open] summary { border-bottom: 1px dashed var(--hp-line); }
.hp-faq details p { color: var(--hp-mute); padding-bottom: 1rem; margin: 0.6rem 0 0; }

/* Blog list */
.hp-blog-list { display: grid; gap: 1rem; }
.hp-blog-item {
  display: block; padding: 1.4rem 1.5rem; background: var(--hp-paper);
  border: 1px solid var(--hp-line); border-radius: var(--hp-radius); color: inherit;
  transition: border-color 0.15s, transform 0.1s;
}
.hp-blog-item:hover { border-color: var(--hp-navy); color: inherit; }
.hp-blog-item h2 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.hp-blog-item .meta { font-size: 0.8rem; color: var(--hp-mute); margin-bottom: 0.6rem; }
.hp-blog-item p { color: var(--hp-mute); margin: 0; }

/* Sitemap */
.hp-sitemap-cols {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.75rem;
}
.hp-sitemap-cols ul { list-style: none; padding: 0; margin: 0.5rem 0 0; }
.hp-sitemap-cols li { margin-bottom: 0.45rem; }
.hp-sitemap-cols h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--hp-navy); margin: 0; }

/* Contact cards */
.hp-contact-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem;
}
.hp-contact-card {
  background: var(--hp-paper); border: 1px solid var(--hp-line);
  border-radius: var(--hp-radius); padding: 1.4rem 1.4rem 1.5rem;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.hp-contact-card h3 { font-size: 1rem; margin: 0 0 0.35rem; color: var(--hp-navy); }
.hp-contact-card p { margin: 0; color: var(--hp-mute); font-size: 0.9rem; }
.hp-contact-card a { font-weight: 700; }

/* Footer */
.hp-footer {
  background: var(--hp-navy-700);
  color: #cbd5e6;
  padding: 3.25rem 1.25rem 1.5rem;
  margin-top: 3rem;
}
.hp-footer-inner { max-width: var(--hp-container); margin: 0 auto; }
.hp-footer a { color: #dae4f2; }
.hp-footer a:hover { color: #fefaf1; }
.hp-footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; margin-bottom: 2rem;
}
.hp-footer h4 { color: #fefaf1; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 1rem; font-weight: 700; }
.hp-footer ul { list-style: none; margin: 0; padding: 0; font-size: 0.9rem; }
.hp-footer li { margin-bottom: 0.5rem; }
.hp-footer-brand .hp-logo-en { color: #fefaf1; }
.hp-footer-brand .hp-logo-tag { color: #8fa4c4; }
.hp-footer-brand p { font-size: 0.88rem; color: #a5b6d0; max-width: 34ch; margin: 0.85rem 0 1rem; }
.hp-trust { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hp-trust-chip {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.65rem; border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px; font-size: 0.72rem; color: #b9c8e2; font-weight: 600; letter-spacing: 0.04em;
}
.hp-footer-bottom {
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem;
  font-size: 0.8rem; color: #8fa4c4;
}

/* Cookie */
.hp-cookie {
  position: fixed; inset-inline-start: 1.25rem; bottom: 1.25rem; z-index: 300;
  max-width: 360px; background: var(--hp-paper); border: 1px solid var(--hp-sand);
  box-shadow: var(--hp-shadow); padding: 1.1rem 1.2rem; border-radius: var(--hp-radius);
  display: none;
}
.hp-cookie.is-on { display: block; animation: hp-rise 0.35s ease; }
.hp-cookie p { font-size: 0.88rem; margin: 0 0 0.75rem; color: var(--hp-ink-2); }
.hp-cookie-btns { display: flex; gap: 0.5rem; }

/* Overlay spinner (form submit) */
.hp-overlay {
  position: fixed; inset: 0; background: rgba(15, 30, 61, 0.4);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s; z-index: 400;
}
.hp-overlay.is-on { opacity: 1; visibility: visible; }
.hp-spinner {
  width: 44px; height: 44px; border: 3px solid rgba(255,255,255,0.35);
  border-top-color: #fff; border-radius: 50%;
  animation: hp-spin 0.7s linear infinite;
}
@keyframes hp-spin { to { transform: rotate(360deg); } }

/* 404 */
.hp-404 { text-align: center; padding: 5rem 1.25rem; max-width: 640px; margin: 0 auto; }
.hp-404 h1 { font-size: 3.5rem; margin-bottom: 0.5rem; color: var(--hp-navy); }
.hp-404 p { color: var(--hp-mute); margin-bottom: 1.75rem; }

/* Small helpers */
.hp-h-check { color: var(--hp-ok); }
.hp-status-table {
  width: 100%; border-collapse: collapse; margin-top: 1.5rem;
  background: var(--hp-paper); border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  overflow: hidden;
}
.hp-status-table th, .hp-status-table td {
  padding: 0.9rem 1rem; text-align: start; font-size: 0.92rem;
  border-bottom: 1px solid var(--hp-line-2);
}
.hp-status-table th { background: var(--hp-cream); font-weight: 700; color: var(--hp-navy); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.hp-status-table tr:last-child td { border-bottom: 0; }
.hp-status-dot {
  display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--hp-ok);
}
.hp-status-dot::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--hp-ok);
}

/* Responsive */
@media (max-width: 960px) {
  .hp-nav { display: none; }
  .hp-header-cta { display: none; }
  .hp-burger { display: flex; }
  .hp-hero-inner { grid-template-columns: 1fr; }
  .hp-pass { max-width: 420px; margin: 0 auto; }
  .hp-steps { grid-template-columns: 1fr; }
  .hp-features { grid-template-columns: 1fr; }
  .hp-split { grid-template-columns: 1fr; }
  .hp-contact-grid { grid-template-columns: 1fr; }
  .hp-footer-grid { grid-template-columns: 1fr 1fr; }
  .hp-hero-facts { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hp-lang { display: none; }
  .hp-footer-grid { grid-template-columns: 1fr; }
  .hp-header-inner { padding: 0.75rem 1rem; gap: 0.75rem; }
  .hp-logo-tag { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
