/* =========================================
   Julianatoren — Jul & Julia landing page
   ========================================= */

/* Brand fonts (lokale licentie) */
@font-face {
  font-family: 'Grilled Cheese';
  src: url('assets/fonts/Grilcbc_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grilled Cheese';
  src: url('assets/fonts/Grilcbcb.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grilled Cheese';
  src: url('assets/fonts/Grilcbto.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interstate Cond Mono';
  src: url('assets/fonts/InterstateCondMono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interstate Cond Mono';
  src: url('assets/fonts/InterstateCondMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nevis';
  src: url('assets/fonts/NEVISNCN.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Grilled Cheese', 'Fredoka', system-ui, sans-serif;
  --font-body:    'Interstate Cond Mono', 'Nunito', system-ui, sans-serif;
  --font-accent:  'Nevis', 'Fredoka', system-ui, sans-serif;

  --blue:        #2BB3E3;
  --blue-deep:   #1F8FBF;
  --blue-soft:   #BCE6F5;
  --sky-top:     #F8FBE5;
  --sky-mid:     #BFE6F2;
  --sky-bot:     #88C8E5;
  --yellow:      #FFD24A;
  --yellow-soft: #FFE9A8;
  --yellow-bg:   #FFF4C7;
  --pink:        #FFC1D6;
  --pink-deep:   #E78BAB;
  --green:       #A7DC6A;
  --ink:         #1A2A3A;
  --ink-soft:    #4B5C6E;
  --white:       #ffffff;

  --radius:      22px;
  --radius-lg:   32px;
  --shadow-sm:   0 6px 18px rgba(20, 50, 80, .08);
  --shadow-md:   0 18px 40px rgba(20, 50, 80, .14);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--yellow-bg) url("assets/visuals/JT2026-CIHP-visual-Web-Achtergrond.jpg") center top / cover no-repeat fixed;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--blue-deep); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* =========================================
   Header
   ========================================= */
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.logo img { height: 56px; width: auto; }
.logo:hover { text-decoration: none; }

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.site-nav a {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  font-size: 17px;
}
.site-nav a:hover { color: var(--blue-deep); text-decoration: none; }

/* =========================================
   Hero
   ========================================= */
.hero {
  position: relative;
  background: transparent;
  padding: 0;
  overflow: hidden;
  border-top: 4px solid var(--yellow);
}
.hero-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding-top: 56px;
}

/* Full-bleed banner bovenaan */
.hero-banner {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  line-height: 0;
  border-bottom: 6px solid var(--yellow);
  background: #1a0606;
  position: relative;
  overflow: hidden;
}
.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   Theatergordijn-animatie
   ========================================= */
.curtain {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  will-change: transform;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.45));
}
.curtain-left  { left:  0; width: 52%; transform: translateX(0);
  background-image: url("assets/visuals/JT2026-CIHP-visual-Web-Gordijn-Links.png");
  animation: curtain-open-left 2.2s cubic-bezier(.65,0,.2,1) .6s both; }
.curtain-right { right: 0; width: 52%; transform: translateX(0);
  background-image: url("assets/visuals/JT2026-CIHP-visual-Web-Gordijn-Rechts.png");
  animation: curtain-open-right 2.2s cubic-bezier(.65,0,.2,1) .6s both; }

/* gouden franje aan de binnenrand — niet meer nodig, zit in de PNG */
.curtain-edge { display: none; }

/* gordijn-rail / valance bovenaan — niet meer nodig, zit in de PNG */
.curtain-top { display: none; }

@keyframes curtain-open-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-105%); }
}
@keyframes curtain-open-right {
  0%   { transform: translateX(0); }
  100% { transform: translateX(105%); }
}

@media (prefers-reduced-motion: reduce) {
  .curtain-left, .curtain-right { animation-duration: .01s; animation-delay: 0s; }
}

/* drijvende wolken (pill-vormen) */
.clouds { position: absolute; inset: 0; pointer-events: none; }
.cloud {
  position: absolute;
  background: rgba(255,255,255,.55);
  border-radius: 999px;
  filter: blur(.4px);
}
.cloud-1 { width: 220px; height: 38px; top: 18%;  left: 6%;  background: rgba(255,255,255,.5); }
.cloud-2 { width: 280px; height: 44px; top: 55%;  left: 2%;  background: rgba(255,255,255,.45); }
.cloud-3 { width: 180px; height: 30px; top: 28%;  right: 10%; background: rgba(255,255,255,.55); }
.cloud-4 { width: 240px; height: 40px; top: 60%;  right: 4%; background: rgba(255,255,255,.4); }
.cloud-5 { width: 140px; height: 26px; top: 12%;  right: 30%; background: rgba(255,255,255,.5); }

/* badge */
.badge {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.badge-pink {
  background: var(--pink);
  color: #6b2740;
  box-shadow: var(--shadow-sm);
}
.badge-blue {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

/* hero titel (niet gebruikt zolang Liggend visual de titel toont) */
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 28px 0 18px;
  line-height: .98;
  letter-spacing: -.01em;
  text-shadow: 0 4px 0 rgba(0,0,0,.06);
}
.hero-title .line {
  display: block;
  font-size: clamp(40px, 7vw, 96px);
}
.hero-title .line.small { font-size: clamp(28px, 4.5vw, 60px); margin-top: 8px; }
.hero-title .white  { color: #fff; }
.hero-title .yellow { color: var(--yellow); }

.hero-eyebrow {
  position: relative;
  margin: 22px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: .02em;
}

.hero-visual {
  margin: 28px auto 8px;
  max-width: min(960px, 92%);
  padding: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0,0,0,.35),
    0 0 0 6px rgba(255,255,255,.4),
    0 0 0 10px rgba(255, 210, 74, .55);
  transform: rotate(-.4deg);
  transition: transform .4s ease;
}
.hero-visual:hover { transform: rotate(0deg) scale(1.01); }
.hero-visual img { width: 100%; height: auto; display: block; }

.hero-sub {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--ink);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
}
.hero-sub strong { color: var(--blue-deep); font-weight: 700; }

/* stats */
.stats {
  list-style: none;
  margin: 48px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 760px;
}
.stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.stat-num {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue-deep);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  text-shadow: 0 3px 0 rgba(31, 143, 191, .15);
}
.stat-label {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* golf onder hero */
.wave {
  position: absolute;
  left: 0; right: 0;
  width: 100%;
  height: 110px;
  display: block;
}
.wave-bottom { bottom: -1px; }

/* =========================================
   Sections — sand background
   ========================================= */
.section {
  position: relative;
  padding: 80px 0;
}
.section.sand { background: transparent; }
.section.sand + .section.sand { padding-top: 0; }

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
  background: rgba(255, 255, 255, .88);
  border-radius: var(--radius);
  padding: 28px 32px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(2px);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -.01em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .6);
}
.section-title .blue { color: var(--blue-deep); }
.section-title .yellow {
  color: #E6A700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}
.section-sub {
  color: var(--ink);
  font-size: 16px;
  margin: 0;
}

/* =========================================
   Info card (Een nieuw avontuur vol chaos)
   ========================================= */
.info-card {
  background: #fff;
  border: 3px solid var(--yellow);
  border-radius: var(--radius-lg);
  padding: 56px clamp(24px, 5vw, 64px);
  box-shadow: var(--shadow-sm);
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.info-card-split {
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  text-align: left;
  max-width: 1120px;
  padding: clamp(28px, 4vw, 56px);
}
.info-card-media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow:
    var(--shadow-md),
    0 0 0 6px var(--yellow-soft);
  transform: rotate(-1.5deg);
  transition: transform .35s ease;
}
.info-card-media:hover { transform: rotate(0); }
.info-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.info-card-split .card-title { text-align: left; }
.info-card-split .card-lead { text-align: left; margin-left: 0; margin-right: 0; }
.card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 16px;
  line-height: 1.05;
}
.card-title.blue { color: var(--blue); }
.card-sub {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 26px);
  margin: 28px 0 10px;
  line-height: 1.1;
}
.card-sub.blue { color: var(--blue); }
.card-lead {
  max-width: 680px;
  margin: 0 auto 20px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}
.info-card-split .card-lead { margin-left: 0; margin-right: 0; }
.card-lead em { color: var(--ink); font-style: normal; font-weight: 700; }
.card-lead strong { color: var(--ink); font-weight: 700; }

/* Cast flipcards */
.card-hint {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--ink-soft);
  font-style: italic;
}
.cast-header {
  max-width: 1120px;
  margin: 48px auto 18px;
  text-align: center;
}
.cast-header-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue);
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 6px;
  line-height: 1.1;
}
.cast-header-sub {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  font-style: italic;
}
.cast-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
  max-width: 1120px;
}
.cast-grid > li { display: block; min-width: 0; }
@media (max-width: 1024px) {
  .cast-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .cast-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

.flip-card {
  width: 100%;
  aspect-ratio: 3 / 5;
  perspective: 1200px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  display: block;
  outline: none;
}
.flip-card-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.4, 0, .2, 1);
}
.flip-card:hover .flip-card-inner,
.flip-card:focus-visible .flip-card-inner,
.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.flip-card-back {
  transform: rotateY(180deg);
  padding: 20px 18px;
  text-align: left;
  justify-content: space-between;
  color: #fff;
}

.cast-portrait {
  flex: 1;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 6vw, 80px);
  color: #fff;
  text-shadow: 0 4px 0 rgba(0,0,0,.18);
  line-height: 1;
  overflow: hidden;
}
.cast-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.cast-meta {
  background: #fff;
  padding: 12px 14px 14px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border-top: 4px solid rgba(0,0,0,.06);
  height: 92px;
  flex-shrink: 0;
}
.cast-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue-deep);
  font-size: 19px;
  line-height: 1.05;
}
.cast-role {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cast-quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.2;
}
.cast-fact {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  color: rgba(255,255,255,.92);
  line-height: 1.4;
}

/* Mysterie-kaarten */
.flip-card-mystery .flip-card-front {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 10px, transparent 10px 20px),
    linear-gradient(180deg, var(--blue-deep) 0%, #133e5c 100%);
}
.flip-card-mystery .cast-portrait {
  font-size: clamp(72px, 8vw, 110px);
  color: var(--yellow);
  text-shadow:
    0 4px 0 rgba(0,0,0,.25),
    0 0 28px rgba(255, 210, 74, .35);
}
.flip-card-mystery .cast-meta {
  background: var(--ink);
  border-top-color: var(--yellow);
  text-align: center;
}
.flip-card-mystery .cast-name { color: #fff; }
.flip-card-mystery .cast-role { color: var(--yellow); }
.flip-card-mystery .flip-card-back {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 10px, transparent 10px 20px),
    var(--ink);
}
.flip-card-mystery .cast-quote { color: var(--yellow); }

/* =========================================
   3 Steps
   ========================================= */
.step-grid {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
.step {
  position: relative;
  background: var(--yellow-soft);
  border-radius: var(--radius);
  padding: 28px 26px 32px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.step.step-yellow { border-bottom: 6px solid var(--yellow); }
.step.step-blue   { border-bottom: 6px solid var(--blue); }
.step.step-pink   { border-bottom: 6px solid var(--pink-deep); }

.step-num {
  position: absolute;
  top: 14px; right: 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: rgba(0,0,0,.06);
  pointer-events: none;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--green);
  margin: 0 0 8px;
  font-size: 22px;
}
.step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

/* =========================================
   Theaters / Speeldata
   ========================================= */
.section.theaters {
  background: transparent;
}
.theater-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}
.theater-card {
  position: relative;
  background: var(--yellow-bg);
  border-radius: var(--radius);
  padding: 28px 22px 22px;
  border-bottom: 6px solid var(--yellow);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.theater-card-highlight {
  background: linear-gradient(135deg, #FFE074 0%, #FFC23A 100%);
  border-bottom-color: var(--blue-deep);
  box-shadow: var(--shadow-md);
}
.theater-card-highlight .theater-name { color: var(--ink); }
.theater-card-highlight .theater-link {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.theater-card-highlight .theater-link:hover {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}

.theater-tag {
  position: absolute;
  top: -10px;
  left: 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.tag-tryout {
  background: var(--blue-soft);
  color: var(--blue-deep);
}
.tag-premiere {
  background: var(--pink-deep);
  color: #fff;
}
.theater-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.theater-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--blue-deep);
  margin: 0 0 4px;
  line-height: 1.1;
}
.theater-city {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 12px;
  font-size: 15px;
}
.theater-date {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--ink-soft);
  font-style: italic;
}
.theater-link {
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue-deep);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--blue);
  transition: background .15s ease, color .15s ease;
  text-decoration: none;
}
.theater-link:hover {
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}
.theaters-foot {
  text-align: center;
  margin: 40px auto 0;
  color: var(--ink-soft);
  font-size: 15px;
  max-width: 640px;
}

/* =========================================
   Tour / CTA section
   ========================================= */
.section.tour {
  position: relative;
  background: transparent;
  padding-top: 40px;
}
.wave-top-grass { top: -1px; display: none; }

.cta-card {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  background: linear-gradient(135deg, #FFE074 0%, #FFC23A 100%);
  border-radius: var(--radius-lg);
  padding: 60px clamp(28px, 5vw, 72px);
  text-align: center;
  box-shadow: var(--shadow-md);
  border: 3px solid #fff;
}
.cta-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  color: var(--ink);
  margin: 0 0 14px;
  line-height: 1.05;
}
.cta-text {
  color: var(--ink);
  margin: 0 auto 28px;
  max-width: 600px;
  font-size: 16px;
}

.signup { margin: 0 auto; max-width: 560px; }
.signup-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
  text-align: left;
}
.signup-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
}
.signup input[type="text"],
.signup input[type="email"] {
  border: 1.5px solid #E6ECF1;
  border-radius: 999px;
  outline: none;
  background: #fff;
  padding: 12px 18px;
  font: inherit;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  transition: border-color .15s ease;
}
.signup input[type="text"]:focus,
.signup input[type="email"]:focus {
  border-color: var(--blue);
}
.signup input::placeholder { color: #9aa7b3; }

.signup-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 2px 4px;
}
.signup-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px; height: 18px;
  flex-shrink: 0;
  border: 1.5px solid #C9D2DB;
  border-radius: 5px;
  background: #fff;
  margin-top: 2px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.signup-consent input[type="checkbox"]:checked {
  background: var(--blue);
  border-color: var(--blue);
}
.signup-consent input[type="checkbox"]:checked::after {
  content: "";
  width: 6px; height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}
.signup-consent em { color: var(--ink); font-style: normal; font-weight: 700; }

.signup .btn-primary {
  align-self: stretch;
  justify-content: center;
}

.signup-done {
  background: #fff;
  border-radius: 22px;
  padding: 22px 24px;
  margin: 0;
  color: var(--blue-deep);
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  box-shadow: var(--shadow-sm);
}
.signup-done-icon { font-size: 28px; line-height: 1; }
.signup-done p { margin: 0; font-size: 15px; color: var(--ink); }
.signup-done strong { color: var(--blue-deep); }

.brand-mark {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-family: var(--font-display);
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 16px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  font-size: 22px;
  padding: 22px 42px;
  letter-spacing: .02em;
  position: relative;
  box-shadow:
    0 10px 0 var(--blue-deep),
    0 0 0 0 rgba(255, 210, 74, .6);
  animation:
    btn-pulse 2.6s ease-in-out infinite,
    btn-float 3.2s ease-in-out infinite;
  transform-origin: center;
}
.btn-primary > span {
  display: inline-block;
  transition: transform .25s ease;
}
.btn-primary:hover {
  transform: translateY(-2px) rotate(-2deg);
  box-shadow:
    0 10px 0 var(--blue-deep),
    0 0 0 10px rgba(255, 210, 74, .35);
  animation: btn-wiggle .6s ease-in-out infinite;
}
.btn-primary:hover > span { transform: translateX(6px); }
.btn-primary:active {
  transform: translateY(2px) rotate(-2deg);
  box-shadow: 0 4px 0 var(--blue-deep);
  animation: none;
}

@keyframes btn-pulse {
  0%, 100% {
    box-shadow:
      0 10px 0 var(--blue-deep),
      0 0 0 0 rgba(255, 210, 74, .55);
  }
  50% {
    box-shadow:
      0 10px 0 var(--blue-deep),
      0 0 0 18px rgba(255, 210, 74, 0);
  }
}

@keyframes btn-float {
  0%, 100% { transform: translateY(0)    rotate(-1deg); }
  50%      { transform: translateY(-4px) rotate(1.5deg); }
}

@keyframes btn-wiggle {
  0%, 100% { transform: translateY(-2px) rotate(-2deg); }
  50%      { transform: translateY(-2px) rotate(2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary { animation: none; }
  .btn-primary:hover { animation: none; }
}

.cta-fineprint {
  margin: 18px 0 0;
  font-size: 13px;
  color: rgba(26,42,58,.7);
}

/* =========================================
   Over Julianatoren
   ========================================= */
.section.about {
  background: #fff;
  padding: 96px 0;
}
.about-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-text h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 42px);
  color: var(--blue);
  margin: 14px 0 14px;
  line-height: 1.1;
}
.about-text p {
  color: var(--ink-soft);
  font-size: 16px;
  margin: 0 0 18px;
}
.link-arrow {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--blue-deep);
}
.about-poster {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    var(--shadow-md),
    0 0 0 6px #fff,
    0 0 0 9px var(--yellow);
  transform: rotate(1.2deg);
  transition: transform .35s ease;
}
.about-poster:hover { transform: rotate(0); }
.about-poster img { width: 100%; height: auto; display: block; }

/* =========================================
   Footer
   ========================================= */
.site-footer {
  background: rgba(255, 255, 255, .92);
  border-top: 4px solid var(--yellow);
  padding: 48px 0 36px;
  text-align: center;
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.footer-meta {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
}
.footer-contact {
  margin: 4px 0 8px;
  color: var(--ink-soft);
  font-size: 14px;
}
.footer-contact a { color: var(--blue-deep); }
.footer-fineprint {
  margin: 12px 0 0;
  color: rgba(26,42,58,.55);
  font-size: 12px;
  max-width: 720px;
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 860px) {
  .stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .stat-num { font-size: clamp(26px, 8vw, 38px); }
  .stat-label { font-size: 12px; letter-spacing: .06em; }
  .char-grid,
  .step-grid { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 32px; }
  .info-card-split { grid-template-columns: 1fr; text-align: center; }
  .info-card-split .card-title,
  .info-card-split .card-lead { text-align: center; margin-left: auto; margin-right: auto; }
  .info-card-media { max-width: 360px; margin: 0 auto; }
  .signup-row { grid-template-columns: 1fr; }
  .btn-primary { justify-content: center; }
}

@media (max-width: 560px) {
  .hero { padding: 56px 0 130px; }
  .header-inner { height: 72px; }
  .logo img { height: 44px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 15px; }
  .info-card { padding: 36px 20px; }
  .section { padding: 56px 0; }
  .section.about { padding: 72px 0; }
  .stats { gap: 8px; }
}
