/* Selenara 2.0 — New Visual Identity
   Fresh, airy aesthetic with a light, modern look (no sidebar)
*/
:root {
  --bg: #ffffff;
  --surface: #f7f7fb;
  --ink: #172026;
  --muted: #6b7280;
  --brand: #6b98ff;   /* periwinkle */
  --brand-dark: #4d74db;
  --accent: #ff86a3;  /* blossom pink */
  --ring: rgba(107, 152, 255, 0.35);
  --shadow-1: 0 4px 16px rgba(0,0,0,0.06);
  --shadow-2: 0 10px 30px rgba(0,0,0,0.10);
  --radius: 14px;
  --content-max: 1120px;
  --header-h: 72px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #fafbff 60%, #f6f7ff 100%);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--content-max); margin: 0 auto; padding: 0 20px; }

.header .container { padding-left: 12px; padding-right: 12px; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50;
  height: var(--header-h);
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid rgba(238, 241, 246, 0.9);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}
.header .row { height: 100%; display: flex; align-items: center; gap: 16px; }
.brand {
  font-weight: 800; letter-spacing: .2px;
  font-size: 1.1rem;
  padding: 8px 12px; border-radius: 999px;
  background: linear-gradient(135deg, #111827 0%, #1f2a44 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.18);
}
.nav {
  margin-left: auto; display: flex; align-items: center; gap: 8px;
}
.nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px; border-radius: 10px; font-weight: 500; color: #111827;
  transition: background-color .15s ease, color .15s ease, transform .15s ease;
}
.nav a:hover { background: #eef2ff; text-decoration: none; transform: translateY(-1px); }
.nav a[aria-current="page"] { background: #111827; color: #fff; }

.nav svg { width: 16px; height: 16px; display: block; }
.nav a[aria-current="page"] svg { color: #fff; }

@media (min-width: 1025px) {
  .nav {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(238, 241, 246, 0.9);
    border-radius: 999px;
    padding: 6px;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  }
  .nav a { border-radius: 999px; }
  .nav a:hover { transform: none; }
}

.menu-btn { display: none; margin-left: auto; background: #111827; color: #fff; border: 0; border-radius: 12px; padding: 10px 12px; font-size: 18px; box-shadow: 0 10px 22px rgba(17, 24, 39, 0.18); }

@media (max-width: 1024px) {
  /* Alleen hamburger zichtbaar; standaard nav verborgen */
  .menu-btn { display: inline-flex; align-items: center; }
  .nav {
    display: none;
    position: fixed; left: 0; right: 0; top: var(--header-h);
    background: #fff; border-bottom: 1px solid #eef1f6; box-shadow: var(--shadow-1);
    padding: 8px 16px;
  }
  .nav.open { display: block; }
  .nav a { display: block; width: 100%; padding: 12px 10px; }
}

/* Hero */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(48px, 6vw, 96px) 0;
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: flex-start;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.55) 60%, rgba(255,255,255,0.75) 100%), url("../../../Selenara/images/achtergrond.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .wrap { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
@media (max-width: 900px) { .hero .wrap { grid-template-columns: 1fr; } }

.kicker { color: var(--brand-dark); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; }
.hero h1 { font-size: clamp(28px, 5vw, 48px); margin: 8px 0 10px; line-height: 1.15; }
.hero p { color: var(--muted); font-size: clamp(16px, 2.4vw, 18px); margin: 0 0 18px; }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 12px; border: 1px solid #e6e9f2; background: #fff; box-shadow: var(--shadow-1); font-weight: 600; }
.btn.primary { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(107,152,255,.35); }
.btn.primary:hover { background: var(--brand-dark); }

.hero-card {
  background: #fff; border: 1px solid #eef1f6; border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-2);
}
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #f1f5ff; color: #2742b1; border: 1px solid #e1e8ff; padding: 6px 10px; border-radius: 999px; font-weight: 600; }

/* Sections */
.section { padding: 40px 0; }
.section h2 { font-size: clamp(22px, 4vw, 32px); margin: 0 0 12px; }
.section .lead { color: var(--muted); margin-bottom: 20px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 980px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid #eef1f6; border-radius: 16px; padding: 16px; box-shadow: var(--shadow-1);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.card h3 { margin: 8px 0 4px; font-size: 1.1rem; }
.card p { margin: 0; color: var(--muted); }
.price { margin-top: 8px; display: inline-block; padding: 6px 10px; border-radius: 999px; background: #111827; color: #fff; font-weight: 700; font-size: .9rem; }
.card.clickable { cursor: pointer; }

/* Content blocks */
.prose { line-height: 1.7; color: var(--ink); }
.prose p { margin: 0 0 12px; }
.prose .muted { color: var(--muted); }

/* Footer */
.footer { margin-top: auto; background: #ffffff; border-top: 1px solid #eef1f6; }
.footer .row { min-height: 88px; display: flex; align-items: center; justify-content: center; color: var(--muted); }

/* Focus ring */
:focus { outline: 3px solid var(--ring); outline-offset: 2px; }
