/* PAKT marketing site — vintage passport-stamp brand-set
   Image-as-hero approach: mockup-JPG vult de visuele rol;
   HTML/CSS handelt navigatie + CTA + footer + legal pages.
*/

:root {
  --indigo: #0F1D2D;
  --indigo-soft: #1F3656;
  --cream: #F3E0C5;
  --cream-soft: #ece0c4;
  --paper-light: #FAF6EC;
  --gold: #D4A960;
  --gold-deep: #C8B325;
  --terracotta: #C8835A;
  --ink: #1F3656;
  --muted: #5a4a35;
  --paper-shadow: rgba(38, 25, 12, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background-color: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-weight: 700;
  color: var(--indigo);
  line-height: 1.2;
}

a { color: var(--gold-deep); text-decoration: none; transition: opacity 150ms ease; }
a:hover { opacity: 0.7; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Landing layout (image-as-hero) ─────────────────────── */

.landing-image {
  background-color: var(--cream);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Top nav */
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  background-color: var(--cream);
  border-bottom: 1px solid var(--paper-shadow);
}

.top-nav .brand {
  font-family: 'Bricolage Grotesque', 'Georgia', serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--indigo);
}

.top-nav nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 500;
}

.top-nav nav a {
  color: var(--muted);
}

.top-nav nav a:hover {
  color: var(--indigo);
  opacity: 1;
}

/* Hero image */
.hero-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--cream);
}

.hero-image {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
}

/* CTA strip */
.cta-strip {
  background-color: var(--cream);
  padding: 64px 24px;
  text-align: center;
  border-top: 1px solid var(--paper-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cta-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--terracotta);
}

.cta-title {
  font-family: 'Georgia', serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--indigo);
  max-width: 700px;
}

.cta-lede {
  font-size: 1rem;
  color: var(--muted);
  max-width: 500px;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}

.cta-badge {
  display: inline-flex;
  flex-direction: column;
  background-color: var(--indigo);
  color: var(--cream);
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: left;
  min-width: 180px;
}

.cta-badge .sub {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 2px;
}

.cta-badge-disabled {
  background-color: #475a73;
  cursor: not-allowed;
  opacity: 0.85;
}

.cta-badge-disabled:hover {
  opacity: 0.85;
}

.cta-contact {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}

.cta-contact a {
  color: var(--indigo);
  border-bottom: 1px dotted var(--muted);
}

.cta-contact a:hover {
  color: var(--gold-deep);
  border-bottom-color: var(--gold-deep);
}

/* Site footer */
.site-footer {
  background-color: var(--indigo);
  color: var(--cream);
  padding: 24px 0;
  margin-top: auto;
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.site-footer .footer-brand {
  font-family: 'Bricolage Grotesque', 'Georgia', serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.site-footer .footer-nav {
  display: flex;
  gap: 20px;
}

.site-footer .footer-nav a {
  color: var(--cream);
  opacity: 0.8;
}

.site-footer .footer-nav a:hover {
  opacity: 1;
  color: var(--gold);
}

.site-footer .footer-copy {
  color: rgba(243, 224, 197, 0.5);
  font-size: 12px;
}

/* ── Legal pages layout ──────────────────────────────────────── */

.legal-page {
  min-height: 100vh;
  padding: 48px 0;
  background-color: var(--cream);
}

.legal-page header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--paper-shadow);
}

.legal-page .brand {
  font-family: 'Bricolage Grotesque', 'Georgia', serif;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: var(--indigo);
}

.lang-switch {
  display: inline-flex;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
}

.lang-switch a {
  color: var(--muted);
  padding: 4px 10px;
  border-radius: 4px;
}

.lang-switch a.active {
  background-color: var(--indigo);
  color: var(--cream);
}

.legal-page main {
  max-width: 720px;
}

.legal-page h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 12px;
}

.legal-page .updated {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 40px;
}

.legal-page h2 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 16px;
  color: var(--indigo);
}

.legal-page h3 {
  font-size: 1.1rem;
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--indigo-soft);
}

.legal-page p {
  margin-bottom: 16px;
  line-height: 1.65;
  color: var(--ink);
}

.legal-page ul, .legal-page ol {
  margin: 16px 0 16px 24px;
  line-height: 1.65;
}

.legal-page li { margin-bottom: 8px; }

.legal-page .eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legal-page .eyebrow::before {
  content: "✱";
  color: var(--terracotta);
  font-size: 16px;
}

.legal-page footer {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid var(--paper-shadow);
  font-size: 13px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 600px) {
  .top-nav { padding: 12px 16px; flex-direction: column; gap: 8px; align-items: flex-start; }
  .top-nav nav { gap: 16px; }
  .cta-strip { padding: 48px 16px; }
  .cta-buttons { flex-direction: column; width: 100%; max-width: 280px; }
  .cta-badge { width: 100%; }
  .site-footer .container { flex-direction: column; text-align: center; }
}
