/* =====================================================
   SUNDEER TICKETS — tickets.css
   Farben 1:1 nach sundeer.hu (Original-Seite):
   Gold #F6B714 · Orange #D05301 · Maroon #7A190F
   Cream #FEF8ED · Dunkelgrün #364C1E / #293C14
   Mobile-first, nur min-width Queries
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

:root {
  --gold:      #F6B714;
  --gold-lt:   #FFCB3E;
  --orange:    #D05301;
  --maroon:    #7A190F;
  --cream:     #FEF8ED;
  --dk-green:  #364C1E;
  --dk-green2: #293C14;
  --ink:       #350D08;
  --white:     #FFFFFF;
  --text2:     #5A4A38;
  --text3:     #9A8060;
  --head:      'Josefin Sans', system-ui, sans-serif;
  --sans:      'Raleway', system-ui, sans-serif;
  --t:         0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --max:       1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); overflow-x: hidden; -webkit-font-smoothing: antialiased; background: var(--white); }
img { display: block; max-width: 100%; height: auto; }
a   { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; border: none; background: none; padding: 0; }

#grain { position: fixed; inset: 0; pointer-events: none; z-index: 9000; opacity: 0.014; background-size: 200px 200px; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }

/* ─── NAV ─────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  height: 58px; padding: 0 1.25rem;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(41,60,20,0.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(246,183,20,0.16);
  transition: background var(--t), box-shadow var(--t);
}
.nav.scrolled { background: rgba(41,60,20,0.99); box-shadow: 0 4px 28px rgba(0,0,0,0.4); }
.nav-logo img { height: 32px; width: auto; opacity: 0.9; transition: opacity var(--t); }
.nav-logo:hover img { opacity: 1; }
.nav-r { display: flex; align-items: center; gap: 0.75rem; }
.lang { display: flex; }
.lang-btn {
  padding: 0.25rem 0.4rem; border-radius: 6px;
  display: flex; align-items: center; gap: 0.2rem;
  transition: background var(--t);
}
.lang-btn .fl { width: 20px; height: 14px; object-fit: cover; border-radius: 2px; display: block; opacity: 0.5; transition: opacity var(--t); }
.lang-btn:hover .fl, .lang-btn.on .fl { opacity: 1; }
.lang-btn.on { background: rgba(246,183,20,0.14); }
.nav-cta {
  padding: 0.46rem 1.1rem; border-radius: 999px;
  background: var(--orange); color: var(--white);
  font-family: var(--head); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.03em;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
}
.nav-cta:hover { background: var(--maroon); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(208,83,1,0.35); }

/* ─── BUTTONS ─────────────────────────────────────── */
.btn-orange {
  display: flex; align-items: center; justify-content: center;
  padding: 0.95rem 1.9rem; border-radius: 999px;
  background: var(--orange); color: var(--white);
  font-family: var(--head); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.02em;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
}
.btn-orange:hover { background: var(--maroon); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(122,25,15,0.35); }
.btn-ghost {
  display: flex; align-items: center; justify-content: center;
  padding: 0.95rem 1.9rem; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.28); color: rgba(255,255,255,0.72);
  font-family: var(--head); font-weight: 600; font-size: 0.9rem;
  transition: border-color var(--t), color var(--t), transform var(--t);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-dark {
  display: flex; align-items: center; justify-content: center;
  padding: 0.9rem 1.7rem; border-radius: 999px;
  background: var(--dk-green2); color: var(--gold);
  font-family: var(--head); font-weight: 700; font-size: 0.86rem;
  transition: background var(--t), transform var(--t);
}
.btn-dark:hover { background: #1c2a0d; transform: translateY(-2px); }
.btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.9rem 1.7rem; border-radius: 999px;
  background: #25D366; color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 0.86rem;
  transition: background var(--t), transform var(--t);
}
.btn-wa:hover { background: #1eb856; transform: translateY(-3px); }

/* ─── HERO ────────────────────────────────────────── */
.hero {
  position: relative; min-height: 92vh; overflow: hidden;
  background: var(--dk-green2);
  display: flex; align-items: center; justify-content: center;
}
.hero-clip { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-bg { position: absolute; top: -12%; left: 0; right: 0; bottom: -12%; will-change: transform; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,15,5,0.5) 0%, rgba(20,15,5,0.28) 42%, rgba(20,15,5,0.62) 78%, rgba(20,15,5,0.85) 100%);
}
.hero-body {
  position: relative; z-index: 2; width: 100%;
  padding: 7rem 1.25rem 6rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.hero-eyebrow {
  font-family: var(--head); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.26em; font-weight: 700;
  color: var(--gold);
  padding: 0.35rem 0.9rem; border: 1px solid rgba(246,183,20,0.4); border-radius: 999px;
}
.hero-title {
  font-family: var(--head); font-weight: 700; letter-spacing: -0.01em;
  font-size: clamp(2.1rem, 8vw, 4.2rem); line-height: 1.1; color: #fff;
}
.hero-title em { color: var(--gold); font-style: normal; }
.hero-sub {
  font-size: clamp(0.9rem, 2.2vw, 1.05rem); line-height: 1.75;
  color: rgba(255,255,255,0.68); max-width: 480px; font-weight: 400;
}
.hero-btns { display: flex; flex-direction: column; gap: 0.6rem; width: 100%; max-width: 340px; margin-top: 0.4rem; }

/* ─── COUNTDOWN — straddles hero/next section ───────── */
.cd-anchor { position: relative; height: 0; }
.cd-card {
  position: relative; z-index: 5;
  margin: -64px auto 0; max-width: 660px;
  background: var(--gold);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(41,60,20,0.35), 0 4px 16px rgba(0,0,0,0.15);
  padding: 1.5rem 1.1rem 1.3rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
}
.cd-label {
  font-family: var(--head); font-size: 0.66rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em; color: var(--maroon);
  text-align: center;
}
.cd-row { display: flex; gap: 0.6rem; }
.cd-unit { display: flex; flex-direction: column; align-items: center; gap: 0.1rem; min-width: 58px; }
.cd-num {
  font-family: var(--head); font-weight: 700; font-size: 2.6rem; line-height: 1;
  color: var(--dk-green2); font-variant-numeric: tabular-nums;
}
.cd-unit-lbl { font-family: var(--head); font-size: 0.55rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(53,13,8,0.6); }
.cd-sep { font-family: var(--head); font-weight: 700; font-size: 2.2rem; color: rgba(53,13,8,0.28); align-self: flex-start; margin-top: 0.15rem; }

/* ─── GOLD STRIP ──────────────────────────────────── */
.gold-strip {
  background: var(--gold); padding: 1.1rem 1.25rem;
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; flex-wrap: wrap; position: relative; z-index: 1;
}
.strip-text { font-family: var(--head); font-size: 0.86rem; font-weight: 700; color: var(--maroon); letter-spacing: 0.01em; }
.strip-cta {
  padding: 0.42rem 1.1rem; border-radius: 999px;
  background: var(--orange); color: var(--white);
  font-family: var(--head); font-size: 0.72rem; font-weight: 700;
  transition: background var(--t), transform var(--t);
}
.strip-cta:hover { background: var(--maroon); transform: translateY(-1px); }

/* ─── SEKTIONEN ───────────────────────────────────── */
.sec-white { background: var(--white); position: relative; z-index: 1; }
.sec-cream { background: var(--cream); position: relative; z-index: 1; }
.sp { padding: 2.25rem 0; }

.eyebrow {
  display: block; font-family: var(--sans); font-style: italic;
  font-size: 0.85rem; font-weight: 700; color: var(--orange); margin-bottom: 0.6rem;
}
.eyebrow-gold { color: var(--gold-lt); }
.h2 {
  font-family: var(--head); font-weight: 700; letter-spacing: -0.01em;
  font-size: clamp(1.6rem, 4.6vw, 2.5rem); line-height: 1.18; color: var(--maroon);
}
.h2-wh { color: #fff; }
.body { font-size: 0.95rem; line-height: 1.8; color: var(--text2); font-weight: 400; }
.body-wh { color: rgba(255,255,255,0.6); }

/* ─── 2-SPALTEN / CLUSTER ────────────────────────── */
.two-col { display: flex; flex-direction: column; gap: 2.5rem; }
.two-col.rev { flex-direction: column-reverse; }
.cluster-wrap { padding-bottom: 30px; padding-right: 18px; }
.cluster { position: relative; }
.c-main { border-radius: 18px; overflow: hidden; }
.c-main img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 0.6s ease; }
.c-main:hover img { transform: scale(1.04); }
.c-sub {
  position: absolute; bottom: -30px; right: -18px;
  width: 54%; aspect-ratio: 4/3;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 14px 40px rgba(53,13,8,0.22);
  border: 4px solid var(--white);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.c-sub:hover { transform: scale(1.05) translateY(-4px); }
.c-sub img { width: 100%; height: 100%; object-fit: cover; }
.text-col { display: flex; flex-direction: column; gap: 1rem; }

/* ─── PROXIMITY / MAP ────────────────────────────── */
.cities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin-top: 1.8rem; }
.city-card {
  background: var(--white); border: 1px solid rgba(122,25,15,0.1);
  border-radius: 14px; padding: 1.1rem 0.9rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.city-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(122,25,15,0.1); border-color: rgba(208,83,1,0.3); }
.city-flag { width: 30px; height: 21px; object-fit: cover; border-radius: 3px; box-shadow: 0 2px 6px rgba(0,0,0,0.18); }
.city-name { font-family: var(--head); font-size: 0.86rem; font-weight: 700; color: var(--ink); }
.city-dist { font-size: 0.72rem; color: var(--text2); }
.city-dist b { color: var(--orange); }
.map-wrap { margin-top: 1.8rem; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 44px rgba(53,13,8,0.14); }
.map-wrap iframe { width: 100%; height: 280px; border: 0; display: block; }

/* ─── GOLD PURPOSE CARD ──────────────────────────── */
.purpose-card {
  background: var(--gold); border-radius: 24px;
  padding: 2.4rem 1.75rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.9rem;
  position: relative; overflow: hidden;
}
.purpose-icon svg { width: 46px; height: 46px; fill: none; stroke: var(--maroon); stroke-width: 1.4; opacity: 0.85; }
.purpose-card .h2 { color: var(--maroon); }
.purpose-card .body { color: rgba(53,13,8,0.72); max-width: 420px; }

/* ─── MILESTONE STATS ────────────────────────────── */
.stats-band { background: var(--dk-green2); padding: 2.25rem 1.25rem; position: relative; z-index: 1; }
.stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; max-width: var(--max); margin: 0 auto; }
.stat-it { text-align: center; }
.stat-n { font-family: var(--head); font-weight: 700; font-size: 2.3rem; line-height: 1; color: var(--gold); }
.stat-l { font-family: var(--head); font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.45); margin-top: 0.4rem; }

/* ─── FOTO SLIDER ─────────────────────────────────── */
.slider-wrap { background: var(--dk-green2); position: relative; overflow: hidden; z-index: 1; padding: 1.4rem 0 1.8rem; }
.slider-track { display: flex; gap: 0.5rem; transition: transform 0.55s cubic-bezier(0.4,0,0.2,1); will-change: transform; padding: 0 0.75rem; }
.slide { flex-shrink: 0; width: 74vw; }
.slide img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 25%; border-radius: 12px; transition: transform 0.5s ease; }
.slide:hover img { transform: scale(1.025); }
.s-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(41,60,20,0.75); border: 1px solid rgba(246,183,20,0.32);
  color: var(--gold); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--t), border-color var(--t), transform var(--t);
}
.s-btn:hover { background: rgba(41,60,20,0.95); border-color: var(--gold); transform: translateY(-50%) scale(1.12); }
.s-prev { left: 0.4rem; }
.s-next { right: 0.4rem; }
.s-dots { position: absolute; bottom: 0.5rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.4rem; z-index: 4; }
.s-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.25); cursor: pointer; transition: background var(--t), width 0.3s ease; }
.s-dot.on { background: var(--gold); width: 16px; border-radius: 3px; }

/* ─── USEFUL INFO CARDS ───────────────────────────── */
.info-cards { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.2rem; }
.info-card {
  background: var(--gold); border-radius: 16px; padding: 1.6rem 1.4rem;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.5rem;
  transition: transform var(--t), box-shadow var(--t);
}
.info-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(246,183,20,0.35); }
.info-card svg { width: 34px; height: 34px; fill: none; stroke: var(--dk-green2); stroke-width: 1.5; }
.info-card-title { font-family: var(--head); font-size: 1rem; font-weight: 700; color: var(--maroon); }
.info-card-sub { font-family: var(--head); font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(53,13,8,0.5); }
.info-card-cta {
  margin-top: 0.4rem; padding: 0.4rem 1rem; border-radius: 999px;
  background: var(--dk-green2); color: var(--gold);
  font-family: var(--head); font-size: 0.68rem; font-weight: 700;
  transition: background var(--t);
}
.info-card-cta:hover { background: #1c2a0d; }

/* ─── FAQ 2-SPALTEN ──────────────────────────────── */
.faq-grid { display: flex; flex-direction: column; }
.faq-col  { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid rgba(122,25,15,0.12); }
.faq-item:first-child { border-top: 1px solid rgba(122,25,15,0.12); }
.faq-btn {
  width: 100%; text-align: left; padding: 1.1rem 0;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  font-family: var(--head); font-size: 0.88rem; font-weight: 700; color: var(--ink);
  transition: color var(--t);
}
.faq-btn:hover { color: var(--orange); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid rgba(208,83,1,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 0.95rem; line-height: 1;
  transition: transform var(--t), border-color var(--t), background var(--t);
}
.faq-item.open .faq-ico { transform: rotate(45deg); border-color: var(--orange); background: rgba(208,83,1,0.1); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.faq-item.open .faq-body { max-height: 240px; }
.faq-body p { font-size: 0.88rem; line-height: 1.76; color: var(--text2); padding-bottom: 1.1rem; }

/* ─── FINAL CTA ──────────────────────────────────── */
.sec-final {
  background-color: var(--dk-green2);
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='48' viewBox='0 0 120 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24 Q30 6 60 24 Q90 42 120 24' stroke='rgba(246%2C183%2C20%2C0.05)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M0 38 Q30 20 60 38 Q90 56 120 38' stroke='rgba(246%2C183%2C20%2C0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  background-size: 120px 48px;
  padding: 2.5rem 1.25rem; text-align: center; position: relative; overflow: hidden; z-index: 1;
}
.sec-final::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(246,183,20,0.08) 0%, transparent 65%); pointer-events: none;
}
.final-inner { position: relative; z-index: 1; max-width: 540px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.15rem; }
.final-logo { width: 44px; opacity: 0.7; }
.final-btns { display: flex; flex-direction: column; gap: 0.65rem; width: 100%; }
.final-fine { font-size: 0.6rem; color: rgba(255,255,255,0.2); line-height: 1.8; }
.final-fine a { color: rgba(246,183,20,0.4); border-bottom: 1px solid rgba(246,183,20,0.15); transition: color var(--t); }
.final-fine a:hover { color: var(--gold); }

/* ─── FOOTER ─────────────────────────────────────── */
.footer-top { background: var(--dk-green); padding: 2.6rem 1.25rem 2rem; position: relative; z-index: 1; }
.footer-top-inner { max-width: var(--max); margin: 0 auto; display: flex; flex-direction: column; gap: 1.6rem; }
.footer-top img { height: 26px; opacity: 0.85; }
.footer-desc { font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.55); max-width: 340px; }
.footer-cols { display: flex; flex-direction: column; gap: 1.4rem; }
.footer-col h4 { font-family: var(--head); font-size: 0.8rem; font-weight: 700; color: var(--gold); margin-bottom: 0.5rem; }
.footer-col p, .footer-col a { display: block; font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.8; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { background: var(--dk-green2); padding: 1rem 1.25rem; }
.footer-bottom-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; flex-direction: column; gap: 0.6rem; align-items: center; text-align: center;
}
.footer-copy { font-size: 0.68rem; color: rgba(255,255,255,0.4); }
.footer-links { display: flex; gap: 1.1rem; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 0.68rem; color: rgba(255,255,255,0.4); transition: color var(--t); }
.footer-links a:hover { color: var(--gold); }

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (min-width: 600px) {
  .hero-btns   { flex-direction: row; justify-content: center; }
  .slide img   { height: 340px; }
  .cities-grid { grid-template-columns: repeat(4, 1fr); }
  .stats-row   { grid-template-columns: repeat(4, 1fr); }
  .info-cards  { flex-direction: row; }
  .info-card   { flex: 1; }
  .final-btns  { flex-direction: row; justify-content: center; }
  .cd-row      { gap: 1rem; }
  .cd-unit     { min-width: 72px; }
  .cd-num      { font-size: 3.1rem; }
  .cd-sep      { font-size: 2.6rem; }
}

@media (min-width: 760px) {
  .nav { padding: 0 2rem; height: 64px; }
  .wrap { padding: 0 2rem; }
  .two-col { flex-direction: row; align-items: flex-start; gap: 4.5rem; }
  .two-col.rev { flex-direction: row-reverse; }
  .two-col > .cluster-wrap { flex: 0 0 44%; }
  .two-col > .text-col     { flex: 1; padding-top: 1.5rem; }
  .faq-grid { flex-direction: row; gap: 0 3.5rem; align-items: flex-start; }
  .faq-col { flex: 1; }
  .faq-col:first-child .faq-item:first-child,
  .faq-col:last-child  .faq-item:first-child { border-top: 1px solid rgba(122,25,15,0.12); }
  .slide { width: 42vw; }
  .footer-top-inner { flex-direction: row; justify-content: space-between; }
  .footer-cols { flex-direction: row; gap: 3rem; }
  .footer-bottom-inner { flex-direction: row; justify-content: space-between; }
  .cd-card { padding: 1.6rem 2rem 1.4rem; }
}

@media (min-width: 1000px) {
  .sp { padding: 2.5rem 0; }
  .slide { width: 28vw; }
  .purpose-card { padding: 3.5rem 3rem; }
}

/* =====================================================
   WISDOM KEEPERS SLIDER — wow section
   ===================================================== */

.wk-section {
  position: relative;
  background: var(--dk-green2);
  overflow: hidden;
  padding: 5rem 0 4rem;
}

/* Atmospheric background: radial amber/maroon glow */
.wk-bg-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 10%, rgba(246,183,20,0.15) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(208,83,1,0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 80% 70%, rgba(246,183,20,0.08) 0%, transparent 65%);
  pointer-events: none;
}

/* Subtle grain overlay */
.wk-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
  z-index: 0;
}

.wk-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
}

/* ── Header ── */
.wk-header {
  text-align: center;
  padding: 0 1.2rem;
  max-width: 680px;
}

.wk-eyebrow {
  display: inline-block;
  font-family: var(--head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(246,183,20,0.1);
  border: 1px solid rgba(246,183,20,0.25);
  border-radius: 40px;
  padding: 0.35em 1.1em;
  margin-bottom: 1.1rem;
}

.wk-title {
  font-family: var(--head);
  font-size: clamp(2rem, 5.5vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.wk-title em {
  font-style: italic;
  color: var(--gold);
}

.wk-sub {
  font-family: var(--sans);
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
}

/* ── Slider outer ── */
.wk-slider-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Let cards breathe on either side */
  padding: 1rem 0 1.4rem;
}

/* ── Track: CSS marquee, never stops ── */
.wk-track {
  display: flex;
  gap: 1.4rem;
  width: max-content;       /* shrink-wrap all cards */
  animation: wk-marquee 35s linear infinite;
  will-change: transform;
}

/* Pause ONLY on card hover */
.wk-track:has(.wk-card:hover) {
  animation-play-state: paused;
}

@keyframes wk-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Card ── */
.wk-card {
  flex: 0 0 260px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.06);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  cursor: pointer;
}

.wk-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(246,183,20,0.35);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.55),
    0 0 0 1px rgba(246,183,20,0.2),
    0 0 30px rgba(246,183,20,0.08);
}

.wk-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.wk-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent, rgba(10,7,4,0.85));
  pointer-events: none;
}

.wk-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  filter: saturate(0.85) brightness(0.95);
}

.wk-card:hover .wk-img-wrap img {
  transform: scale(1.06);
  filter: saturate(1) brightness(1);
}

.wk-card-body {
  padding: 1rem 1.1rem 1.2rem;
}

.wk-country {
  display: block;
  font-family: var(--head);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.wk-name {
  font-family: var(--head);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.3rem;
}

.wk-role {
  font-family: var(--sans);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

/* ── CTA block ── */
.wk-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding: 0 1.2rem;
}

.wk-cta-sub {
  font-family: var(--sans);
  font-size: 0.92rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.03em;
}

.wk-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dk-green2);
  background: linear-gradient(135deg, var(--gold-lt), var(--gold));
  padding: 1rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow:
    0 4px 20px rgba(246,183,20,0.4),
    0 2px 6px rgba(0,0,0,0.3);
  transition: all 0.25s ease;
  animation: wk-pulse 2.8s ease-in-out infinite;
}

@keyframes wk-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(246,183,20,0.4), 0 2px 6px rgba(0,0,0,0.3); }
  50%       { box-shadow: 0 4px 36px rgba(246,183,20,0.7), 0 2px 6px rgba(0,0,0,0.3); }
}

.wk-cta-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 36px rgba(246,183,20,0.6), 0 2px 8px rgba(0,0,0,0.3);
  animation: none;
}

.wk-cta-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.wk-cta-btn:hover svg { transform: translateX(3px); }

.wk-cta-link {
  font-family: var(--sans);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 1px;
  transition: all 0.2s ease;
}

.wk-cta-link:hover {
  color: var(--gold);
  border-color: rgba(246,183,20,0.5);
}

/* ── Responsive ── */
@media (min-width: 600px)  { .wk-card { flex: 0 0 280px; } }
@media (min-width: 900px)  { .wk-card { flex: 0 0 300px; } }
@media (min-width: 1140px) { .wk-section { padding: 6rem 0 5rem; } }

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .wk-track { animation: none; }
}
