/* Aura ’26 — event registration */
:root {
  --bg:        #F4EEE3;
  --bg-card:   #FFFFFF;
  --bg-soft:   #FBF7EE;
  --bg-deep:   #ECE3D2;
  --ink:       #211C16;
  --ink-2:     #4A4036;
  --ink-3:     #80715F;
  --ink-4:     #B5A38B;
  --line:      #E5D9C3;
  --line-soft: #EFE6D4;

  --sage:      #8DAE8B;
  --sage-deep: #5E7E5D;
  --sage-soft: #DDE8D6;
  --peach:     #E8AE8C;
  --peach-soft:#F7DDCB;
  --butter:    #F2D386;
  --butter-soft:#FAEAB6;
  --lavender:  #C5B3D6;
  --lavender-soft:#E6DCEE;
  --terra:     #C66E4B;

  --r-xs: 8px;
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 36px;
  --r-2xl: 48px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 0 rgba(33,28,22,.04), 0 1px 2px rgba(33,28,22,.04);
  --shadow-md: 0 2px 4px rgba(33,28,22,.04), 0 12px 28px -12px rgba(33,28,22,.10);
  --shadow-lg: 0 8px 16px -6px rgba(33,28,22,.06), 0 30px 60px -20px rgba(33,28,22,.18);

  /* Solal: vse Montserrat (display = krepki 800), Dancing Script za okras. */
  --serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --sans:  "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --script: "Dancing Script", "Segoe Script", cursive;
  --mono:  "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Solal: čisto belo ozadje z zelo rahlim zlatim pridihom zgoraj-desno. */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(55vw 55vw at 100% -5%, rgba(236,195,61,0.10), transparent 60%),
    radial-gradient(45vw 45vw at -5% 8%, rgba(47,162,168,0.06), transparent 60%);
  z-index: 0;
}

#app { position: relative; z-index: 1; }

a { color: inherit; }
button { font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }

/* ---------- shell ---------- */
.shell { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 760px) { .shell { padding: 0 20px; } }

/* ---------- header ---------- */
.topbar {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(20,20,20,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
  gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--serif);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
}
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--butter), var(--peach) 60%, var(--terra));
  box-shadow: inset 0 -6px 12px rgba(198,110,75,0.35), 0 1px 2px rgba(0,0,0,0.04);
}
/* Solal beli logo v temnem topbaru — prikaži samo logo (širok, brez kroga). */
img.brand-mark {
  width: auto; height: 40px;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}
.brand small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 2px;
}
.nav {
  display: flex; align-items: center; gap: 28px;
}
.nav a {
  text-decoration: none;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav a:hover { color: var(--sage); }
.top-actions { display: flex; align-items: center; gap: 12px; }

/* Mobile-only sticky section nav (hidden on desktop). */
.nav-mobile { display: none; }

/* Hero CTA row */
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
/* Zlat Register gumb v temnem topbaru. */
.topbar .btn-primary {
  background: var(--sage);
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: none;
}
.topbar .btn-primary:hover { background: var(--butter); transform: translateY(-1px); }

.lang-toggle {
  display: inline-flex;
  background: var(--bg-deep);
  border-radius: var(--r-pill);
  padding: 3px;
  border: 1px solid var(--line);
}
.lang-toggle button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  cursor: pointer;
  transition: all .15s ease;
}
.lang-toggle button.is-on {
  background: var(--bg-card);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg-soft);
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-1px); }
.btn-primary:disabled { background: var(--ink-4); cursor: not-allowed; transform: none; }
.btn-ghost {
  background: transparent;
  color: var(--ink-2);
}
.btn-ghost:hover { background: rgba(33,28,22,0.05); }
.btn-soft {
  background: var(--bg-card);
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-soft:hover { background: var(--bg-soft); }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn-block { width: 100%; }

/* ---------- hero ---------- */
.hero { padding: 48px 0 72px; position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px 64px;
  align-items: center;
}
.hero-main { width: 100%; min-width: 0; }
.hero-side {
  justify-self: center;
  align-self: center;
  width: 100%;
  max-width: 400px;
  margin-top: -24px;
}
@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
  }
  .hero-side {
    justify-self: center;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 0;
  }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--bg-card);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 4px rgba(141,174,139,0.25);
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(48px, 8vw, 108px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin: 18px 0 24px;
  color: var(--ink);
}
.hero h1 em {
  font-style: italic;
  color: var(--terra);
}
/* Dancing Script okrasni kicker (kot Solal "Solal Awards Team" naslov). */
.kicker {
  display: inline-block;
  font-family: var(--script);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  color: var(--sage-deep);
  margin: 0 0 2px;
}
.hero-sub {
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 32ch;
  margin-bottom: 36px;
  text-wrap: pretty;
}
.hero-meta {
  display: flex; gap: 36px;
  margin-bottom: 36px;
}
.hero-meta dt {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 6px;
}
.hero-meta dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink);
}

.hero-side {
  background: var(--bg-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  padding: 24px;
  box-shadow: var(--shadow-md);
}
/* Solal beli logo na temni vrstici nad "Book now". */
.hero-side-logo {
  background: #141414;
  border-radius: var(--r-md);
  padding: 16px 18px;
  margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
}
.hero-side-logo img { width: auto; height: 40px; object-fit: contain; }
.hero-side-title {
  font-family: var(--serif);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 20px;
  margin: 0 0 4px;
}
.hero-side-sub {
  font-size: 14px;
  color: var(--ink-3);
  margin: 0 0 20px;
}
.mini-ticket-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 4px;
  border-top: 1px dashed var(--line);
  font-size: 14px;
}
.mini-ticket-row:first-of-type { border-top: 0; }
.mini-ticket-row strong { font-weight: 500; }
.mini-ticket-row .px { font-family: var(--serif); font-size: 22px; color: var(--ink); }

.hero-illustration {
  position: relative;
  height: 220px;
  border-radius: var(--r-xl);
  margin-bottom: 20px;
  overflow: hidden;
  background:
    radial-gradient(120% 100% at 0% 100%, var(--sage-soft) 0%, transparent 60%),
    radial-gradient(80% 100% at 100% 0%, var(--peach-soft) 0%, transparent 55%),
    var(--butter-soft);
}
.hero-illustration::before {
  content: ""; position: absolute;
  width: 240px; height: 240px; border-radius: 50%;
  left: -50px; top: -80px;
  background: radial-gradient(circle at 35% 35%, var(--peach), var(--terra) 80%);
  filter: blur(1px);
  opacity: 0.85;
}
.hero-illustration::after {
  content: ""; position: absolute;
  width: 180px; height: 180px; border-radius: 50%;
  right: -40px; bottom: -60px;
  background: radial-gradient(circle at 40% 40%, var(--lavender), #9582AE 80%);
  opacity: 0.7;
}
.hero-illustration .blob {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 110px; height: 110px; border-radius: 46% 54% 60% 40% / 50% 44% 56% 50%;
  background: var(--butter);
  box-shadow: 0 10px 30px rgba(198,110,75,0.18);
}

/* ---------- sections ---------- */
.section {
  padding: 88px 0;
  position: relative;
}
.section + .section { border-top: 1px solid var(--line-soft); }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.section-head h2 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
.section-head p {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 36ch;
  margin: 0;
  text-wrap: pretty;
}

/* ---------- agenda ---------- */
.agenda { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 940px) { .agenda { grid-template-columns: 1fr; } }
.agenda-day {
  background: var(--bg-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.agenda-day h3 {
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}
.agenda-note {
  margin: -8px 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-2);
  font-weight: 600;
}
.agenda-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
  gap: 12px;
}
.agenda-item:first-of-type { border-top: 0; padding-top: 0; }
.agenda-item .time {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  padding-top: 3px;
}
.agenda-item .ttl {
  font-size: 15px;
  line-height: 1.35;
  color: var(--ink);
  text-wrap: pretty;
}
.agenda-item .who {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 2px;
}
.agenda-kind {
  display: inline-flex;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  align-self: flex-start;
  margin-top: 3px;
}
/* Solal paleta: zlata (talk), korala (social), tirkizna (tour), zelena (workshop). */
.k-talk        { background: #FBEFBF;  color: #8A6A12; }  /* gold   */
.k-social      { background: #F8DBD2;  color: #B23A2C; }  /* coral  */
.k-tour        { background: #CFE8EA;  color: #1F7B80; }  /* teal   */
.k-workshop    { background: #E4F1CE;  color: #4E7A12; }  /* green  */
.k-exhibition  { background: #CFE8EA;  color: #1F7B80; }  /* teal   */
.k-performance { background: #F8DBD2;  color: #B23A2C; }  /* coral  */
.k-open        { background: #ECEAE3;  color: #6B6457; }  /* neutral*/

/* ---------- speakers ---------- */
.speakers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 940px) { .speakers { grid-template-columns: repeat(2, 1fr); } }
.speaker {
  background: var(--bg-card);
  border-radius: var(--r-lg);
  padding: 20px;
  border: 1px solid var(--line-soft);
  display: flex; gap: 16px; align-items: center;
}
.avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 20px; font-weight: 800;
  color: var(--ink);
  flex: 0 0 64px;
}
.avatar.sage     { background: #F6E6AE; color: #6E560C; }  /* gold  */
.avatar.peach    { background: #F6CFC3; color: #9E3326; }  /* coral */
.avatar.butter   { background: #DCEEC0; color: #466E10; }  /* green */
.avatar.lavender { background: #BFE2E4; color: #176067; }  /* teal  */
.speaker-name { font-size: 17px; font-weight: 500; }
.speaker-role { font-size: 13px; color: var(--ink-3); margin-top: 2px; }

/* ---------- location ---------- */
.location-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px;
}
@media (max-width: 940px) { .location-grid { grid-template-columns: 1fr; } }
.map {
  position: relative;
  isolation: isolate;
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: 360px;
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(141,174,139,0.05) 38px 39px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(141,174,139,0.05) 38px 39px),
    linear-gradient(135deg, #EFEADD 0%, #E5DCC9 100%);
  border: 1px solid var(--line);
}
.map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map iframe.map-iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}
.map div.map-iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
/* Leaflet markerji nad teksturo ozadja .map */
.map .leaflet-container { background: #EFEADD; }
.map-links {
  margin-top: 10px;
  display: flex; gap: 10px; align-items: center;
  font-size: 13px; color: var(--ink-3);
}
.map-links a {
  color: var(--ink-2);
  text-decoration: none;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 1px;
}
.map-links a:hover { color: var(--terra); border-bottom-color: var(--terra); }
.map .pin {
  position: absolute;
  left: 50%; top: 46%;
  transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.map .pin-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--terra);
  border: 3px solid var(--bg-card);
  box-shadow: 0 4px 10px rgba(198,110,75,0.35);
  animation: pulse 2.6s ease-out infinite;
}
.map .pin-label {
  background: var(--bg-card);
  border-radius: var(--r-pill);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(198,110,75,0.4); }
  70%  { box-shadow: 0 0 0 16px rgba(198,110,75,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,110,75,0); }
}
.location-info {
  background: var(--bg-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  padding: 30px;
}
.location-info h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.location-info p {
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: 16px;
}
.loc-stat { display: flex; gap: 8px; padding: 14px 0; border-top: 1px dashed var(--line); font-size: 14px; }
.loc-stat:first-of-type { border-top: 0; }
.loc-stat .lbl { color: var(--ink-3); width: 120px; }
.loc-stat .val { color: var(--ink); flex: 1; }

/* ---------- tickets section ---------- */
.tickets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 940px) { .tickets-grid { grid-template-columns: 1fr; } }
.ticket-card {
  background: var(--bg-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  padding: 28px;
  display: flex; flex-direction: column;
  gap: 18px;
  position: relative;
}
.ticket-card.featured {
  background: linear-gradient(180deg, var(--sage-soft) 0%, var(--bg-card) 40%);
  border-color: var(--sage);
}
.ticket-badge {
  position: absolute; top: 18px; right: 18px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--sage); color: white;
  padding: 4px 10px; border-radius: var(--r-pill);
}
.ticket-name { font-family: var(--serif); font-size: 28px; letter-spacing: -0.01em; margin: 0; }
.ticket-price { display: flex; align-items: baseline; gap: 6px; }
.ticket-price .amt { font-family: var(--serif); font-size: 52px; line-height: 1; letter-spacing: -0.02em; }
.ticket-price .cur { color: var(--ink-3); font-size: 14px; }
.ticket-price .was {
  font-family: var(--serif); font-size: 24px; color: var(--ink-4);
  text-decoration: line-through; text-decoration-thickness: 1.5px;
}
.ticket-earlybird {
  display: inline-block; margin-top: 8px;
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.03em; text-transform: uppercase;
  color: var(--sage-deep); background: var(--sage-soft);
  padding: 4px 10px; border-radius: var(--r-pill);
}
.tickets-note {
  margin: 28px auto 0; max-width: 720px; text-align: center;
  color: var(--ink-3); font-size: 14px; line-height: 1.6; text-wrap: pretty;
}
.mini-ticket-row .px .px-was {
  margin-right: 6px; color: var(--ink-4);
  text-decoration: line-through; font-size: 13px;
}

/* ---------- sponsors ---------- */
#sponsors {
  display: grid; gap: 28px; padding-top: 8px;
  overflow-x: hidden;
}
.sponsors-block { text-align: center; }
.sponsors-title {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 16px;
}
.sponsors-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  align-items: center; justify-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.sponsors-major {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  max-width: 420px;
}
.sponsors-supporting {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 740px;
}
.sponsors-supporting > * {
  flex: 0 0 128px;
  width: 128px;
  max-width: 128px;
}
.sponsors-supporting .sponsor-logo {
  width: 100%;
  max-width: 100%;
}
.sponsor-chip {
  font-family: var(--serif); font-size: 22px; letter-spacing: -0.01em;
  color: var(--ink); background: var(--bg-card);
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 24px; box-shadow: var(--shadow-sm);
}
.sponsor-chip.soft {
  font-family: var(--sans); font-size: 15px; font-weight: 500;
  color: var(--ink-2); padding: 10px 18px; box-shadow: none;
  background: var(--bg-soft);
}
.sponsors-major .sponsor-chip { font-size: 26px; padding: 18px 32px; }
/* Logo tiles — bel okvir, enotna velikost celic, object-fit: contain. */
.sponsor-logo {
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  padding: 10px 14px;
  width: 100%; max-width: 160px;
  height: 72px; box-sizing: border-box;
}
.sponsor-logo img {
  max-height: 48px; max-width: 120px; width: auto; height: auto;
  object-fit: contain; display: block;
}
.sponsor-logo.soft {
  padding: 8px 12px; height: 60px; max-width: 140px;
  box-shadow: none; background: var(--bg-soft);
}
.sponsor-logo.soft img { max-height: 40px; max-width: 100px; }
.sponsors-major .sponsor-logo {
  height: 80px; max-width: 180px;
}
.sponsors-major .sponsor-logo img { max-height: 52px; max-width: 140px; }
.ticket-desc { color: var(--ink-2); font-size: 15px; min-height: 3.6em; text-wrap: pretty; }
.ticket-perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticket-perks li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; color: var(--ink-2);
}
.ticket-perks li::before {
  content: ""; flex: 0 0 16px;
  margin-top: 5px;
  height: 6px; border-radius: 50%;
  background: var(--sage);
}
.ticket-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; border-top: 1px dashed var(--line);
  margin-top: auto;
}

/* ---------- payment method picker ---------- */
.section-label {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 12px;
}
.pm-section { margin-bottom: 26px; }
.pm-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
@media (max-width: 720px) { .pm-grid { grid-template-columns: 1fr; } }
.pm-card {
  appearance: none;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 22px 40px 1fr;
  gap: 14px;
  align-items: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 18px 20px;
  transition: all .15s ease;
  color: var(--ink);
}
.pm-card:hover { border-color: var(--line); background: var(--bg-soft); }
.pm-card.is-on {
  border-color: var(--sage);
  background: var(--sage-soft);
  box-shadow: 0 0 0 4px rgba(141,174,139,0.18);
}
.pm-radio {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: var(--bg-card);
  margin-top: 4px;
  position: relative;
  flex: 0 0 20px;
  transition: all .15s;
}
.pm-card.is-on .pm-radio {
  border-color: var(--sage-deep);
  background: var(--sage-deep);
}
.pm-card.is-on .pm-radio::after {
  content: "";
  position: absolute; inset: 4px;
  border-radius: 50%;
  background: white;
}
.pm-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--bg-soft);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  flex: 0 0 40px;
}
.pm-card.is-on .pm-icon { background: rgba(255,255,255,0.7); color: var(--sage-deep); }
.pm-text { display: flex; flex-direction: column; gap: 2px; }
.pm-title { font-family: var(--serif); font-size: 22px; letter-spacing: -0.005em; line-height: 1.15; }
.pm-desc { font-size: 13px; color: var(--ink-2); line-height: 1.4; }
.pm-meta { font-size: 12px; color: var(--ink-3); margin-top: 4px; font-family: var(--mono); }

/* billing card */
.billing-card {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 24px 28px;
}

/* ---------- proforma invoice ---------- */
.confirm-head .check-big.pending {
  background: var(--butter);
  color: var(--ink);
}
.confirm-order-no .label { color: var(--ink-3); }

.proforma {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.proforma-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 28px 32px 22px;
  gap: 24px;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, var(--bg-soft) 0%, transparent 100%);
}
.proforma-issuer { display: flex; gap: 14px; align-items: flex-start; }
.proforma-logo {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--butter), var(--peach) 60%, var(--terra));
  box-shadow: inset 0 -6px 12px rgba(198,110,75,0.35);
  flex: 0 0 44px;
}
.proforma-issuer-name {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 6px;
}
.proforma-issuer-meta { font-size: 12px; color: var(--ink-3); line-height: 1.5; }

.proforma-meta { text-align: right; }
.badge-pending {
  display: inline-flex; align-items: center;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--butter-soft);
  color: #8A6E20;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 10px;
}
.badge-pending::first-letter { color: #8A6E20; }
.proforma-no {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 10px;
}
.proforma-dates {
  display: flex; gap: 18px; justify-content: flex-end;
  font-size: 12px;
}
.proforma-dates > div {
  display: flex; flex-direction: column; gap: 2px;
  text-align: right;
}
.proforma-dates span { color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; font-size: 10px; }
.proforma-dates strong { color: var(--ink); font-weight: 500; font-size: 13px; }

.proforma-parties {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  padding: 22px 32px;
  border-bottom: 1px solid var(--line-soft);
}
@media (max-width: 720px) { .proforma-parties { grid-template-columns: 1fr; } }
.proforma-mini-label {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 8px;
}
.proforma-party {
  display: flex; flex-direction: column; gap: 2px;
  font-size: 14px;
  color: var(--ink-2);
}
.proforma-party strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}

.proforma-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.proforma-table thead th {
  background: var(--bg-soft);
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  padding: 12px 32px;
}
.proforma-table thead th.num,
.proforma-table tbody td.num { text-align: right; }
.proforma-table thead th:first-child,
.proforma-table tbody td:first-child { padding-left: 32px; }
.proforma-table thead th:last-child,
.proforma-table tbody td:last-child { padding-right: 32px; }
.proforma-table tbody td {
  padding: 14px 12px;
  border-top: 1px solid var(--line-soft);
  color: var(--ink);
}
.proforma-line-sub {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 2px;
}

.proforma-totals {
  padding: 20px 32px;
  display: flex; justify-content: flex-end;
  background: var(--bg-soft);
  border-top: 1px solid var(--line-soft);
}
.proforma-totals-inner {
  min-width: 280px;
  display: grid; gap: 6px;
}
.proforma-totals .row {
  display: flex; justify-content: space-between;
  font-size: 14px;
  color: var(--ink-2);
}
.proforma-totals .row.grand {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 6px;
}
.proforma-totals .row.grand span:first-child {
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2);
  align-self: center;
}
.proforma-totals .row.grand span:last-child {
  font-family: var(--serif); font-size: 32px; line-height: 1; color: var(--ink); letter-spacing: -0.02em;
}

.proforma-bank {
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  background: var(--bg-card);
  border-top: 1px solid var(--line-soft);
}
@media (max-width: 720px) { .proforma-bank { grid-template-columns: 1fr; } }
.proforma-bank-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}
@media (max-width: 720px) { .proforma-bank-grid { grid-template-columns: 1fr; } }
.proforma-bank-grid > div { display: flex; flex-direction: column; gap: 2px; }
.proforma-bank-grid span {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3);
}
.proforma-bank-grid strong { color: var(--ink); font-weight: 500; font-size: 14px; }
.proforma-bank-grid strong.mono { font-family: var(--mono); letter-spacing: 0.02em; }
.proforma-bank-qr {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 12px;
  border: 1px dashed var(--line);
  border-radius: var(--r-md);
}
.proforma-bank-qr .qr { width: 120px; height: 120px; }
.proforma-qr-label {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3);
  text-align: center;
}

.proforma-note {
  display: flex; gap: 10px; align-items: center;
  padding: 16px 32px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
}
.proforma-note svg { flex: 0 0 14px; }

/* ---------- footer ---------- */
/* Solal temna polno-širinska noga. */
.footer {
  background: #141414;
  color: rgba(255,255,255,0.58);
  max-width: none; margin: 56px 0 0;
  padding: 48px 32px 56px;
  font-size: 14px;
}
.footer-inner {
  display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap;
  max-width: 1240px; margin: 0 auto;
  text-align: center;
}
.footer a { color: rgba(255,255,255,0.82); }
.footer a:hover { color: var(--sage); }

/* ---------- wizard overlay ---------- */
.wiz-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(33,28,22,0.32);
  backdrop-filter: blur(8px);
  display: flex; align-items: stretch; justify-content: center;
  animation: fade .2s ease;
}
.wiz {
  background: var(--bg);
  width: min(1120px, 100%);
  margin: 24px;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-height: calc(100vh - 48px);
  overflow: hidden;
  animation: rise .25s cubic-bezier(.2,.7,.2,1);
}
@keyframes fade { from { opacity: 0; } }
@keyframes rise { from { transform: translateY(20px); opacity: 0; } }

.wiz-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 32px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-soft);
}
.wiz-steps {
  display: flex; gap: 8px; align-items: center;
}
.wiz-step {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  font-size: 13px;
  color: var(--ink-3);
  background: transparent;
}
.wiz-step .num {
  width: 22px; height: 22px; border-radius: 50%;
  font-family: var(--mono); font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-deep); color: var(--ink-3);
  font-weight: 600;
}
.wiz-step.is-active { background: var(--bg-card); color: var(--ink); box-shadow: var(--shadow-sm); }
.wiz-step.is-active .num { background: var(--ink); color: var(--bg-soft); }
.wiz-step.is-done .num { background: var(--sage); color: white; }
.wiz-step.is-done { color: var(--ink-2); }
.wiz-sep { width: 18px; height: 1px; background: var(--line); }

.wiz-body { overflow: auto; padding: 36px 40px; }
.wiz-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 32px;
  border-top: 1px solid var(--line-soft);
  background: var(--bg-soft);
  gap: 16px;
}
.wiz-h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.wiz-sub { color: var(--ink-2); margin: 0 0 28px; font-size: 17px; }

.wiz-close {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-3);
}
.wiz-close:hover { background: rgba(33,28,22,0.06); color: var(--ink); }

/* step 1: tickets in wizard */
.wiz-tickets { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: flex-start; }
@media (max-width: 860px) { .wiz-tickets { grid-template-columns: 1fr; } }
.wiz-ticket-list { display: grid; gap: 14px; }
.wiz-ticket-row {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.wiz-ticket-row.is-on {
  border-color: var(--sage);
  background: var(--sage-soft);
  box-shadow: 0 0 0 4px rgba(141,174,139,0.18);
}
.wiz-ticket-row h4 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.wiz-ticket-row p { margin: 0; font-size: 14px; color: var(--ink-2); }
.wiz-ticket-row .pricing { font-family: var(--serif); font-size: 22px; }
.qty {
  display: inline-flex; align-items: center;
  background: var(--bg-soft);
  border-radius: var(--r-pill);
  padding: 4px;
  border: 1px solid var(--line);
}
.qty button {
  width: 32px; height: 32px;
  border: 0; background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: var(--ink);
  border-radius: 50%;
}
.qty button:hover:not(:disabled) { background: var(--bg-deep); }
.qty button:disabled { color: var(--ink-4); cursor: not-allowed; }
.qty input {
  width: 36px; text-align: center;
  border: 0; background: transparent;
  font-family: var(--mono); font-size: 14px;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.wiz-summary {
  background: var(--bg-card);
  border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  padding: 22px;
  position: sticky; top: 12px;
}
.wiz-summary h5 {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3); margin: 0 0 14px;
}
.wiz-summary .row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.wiz-summary .row .lbl { color: var(--ink-2); }
.wiz-summary .total { border-top: 1px solid var(--line-soft); margin-top: 10px; padding-top: 14px; }
.wiz-summary .total .val { font-family: var(--serif); font-size: 28px; line-height: 1; }
.wiz-summary .empty { color: var(--ink-3); font-size: 14px; text-align: center; padding: 18px 0; }

/* step 2: attendee details */
.attendees { display: grid; gap: 22px; }
.attendee-card {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 24px 28px;
}
.attendee-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.attendee-head h4 {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.005em;
  display: flex; align-items: center; gap: 12px;
}
.attendee-pill {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--bg-deep);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  color: var(--ink-3);
}
.copy-link {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  color: var(--ink-3); font-size: 13px;
  text-decoration: underline; text-underline-offset: 3px;
}
.copy-link:hover { color: var(--ink); }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
@media (max-width: 720px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-3);
  display: flex; align-items: center; gap: 8px;
}
.field label .opt { color: var(--ink-4); font-size: 11px; }
.field input,
.field select,
.field textarea {
  border: 1px solid var(--line);
  background: var(--bg-soft);
  border-radius: var(--r-sm);
  padding: 12px 14px;
  font-size: 15px;
  transition: border-color .15s, background .15s, box-shadow .15s;
  outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sage);
  background: var(--bg-card);
  box-shadow: 0 0 0 4px rgba(141,174,139,0.18);
}
.field.has-error input { border-color: #C66E4B; box-shadow: 0 0 0 4px rgba(198,110,75,0.15); }
.field .err { color: var(--terra); font-size: 12px; }

.consent {
  margin-top: 14px;
  display: grid; gap: 12px;
}
.check {
  display: flex; gap: 12px; align-items: flex-start;
  cursor: pointer;
  font-size: 14px; color: var(--ink-2);
  line-height: 1.45;
}
.check input { display: none; }
.check .box {
  flex: 0 0 22px; width: 22px; height: 22px;
  border-radius: 7px; border: 1.5px solid var(--line);
  background: var(--bg-card);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .15s;
}
.check input:checked + .box {
  background: var(--ink);
  border-color: var(--ink);
}
.check input:checked + .box::after {
  content: "";
  width: 11px; height: 6px;
  border-left: 1.8px solid var(--bg-soft);
  border-bottom: 1.8px solid var(--bg-soft);
  transform: rotate(-45deg) translate(1px, -1px);
}

/* step 3: review + payment */
.review {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px;
  align-items: flex-start;
}
@media (max-width: 860px) { .review { grid-template-columns: 1fr; } }
.review-card {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 24px 28px;
}
.review-card h4 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.005em;
  margin: 0 0 16px;
}
.review-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
}
.review-row:first-of-type { border-top: 0; }
.review-row .who { color: var(--ink); }
.review-row .what { color: var(--ink-3); font-size: 13px; margin-top: 2px; }

.promo {
  display: flex; gap: 8px; margin-top: 16px;
}
.promo input {
  flex: 1;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.promo input:focus { outline: none; border-color: var(--sage); }
.promo-note { font-size: 12px; margin-top: 8px; color: var(--ink-3); }
.promo-note.ok  { color: var(--sage-deep); }
.promo-note.bad { color: var(--terra); }

.totals { background: var(--bg-card); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 24px 28px; }
.totals .row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.totals .row .lbl { color: var(--ink-2); }
.totals .grand { border-top: 1px solid var(--line-soft); padding-top: 16px; margin-top: 10px; }
.totals .grand .lbl { font-size: 14px; }
.totals .grand .val { font-family: var(--serif); font-size: 36px; line-height: 1; letter-spacing: -0.02em; }
.totals .pay-btn { margin-top: 18px; }
.totals .secure {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--ink-3);
  justify-content: center;
  margin-top: 14px;
}

/* stripe overlay */
.stripe-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: #0A2540;
  display: flex; align-items: center; justify-content: center;
  animation: fade .2s ease;
}
.stripe-loading {
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}
.stripe-loading .spinner {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.18);
  border-top-color: white;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.stripe-frame {
  width: min(440px, 100%);
  margin: 24px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #30313D;
  animation: rise .3s cubic-bezier(.2,.7,.2,1);
}
.stripe-frame-head {
  padding: 22px 28px 14px;
  border-bottom: 1px solid #E6E6E6;
  display: flex; align-items: center; justify-content: space-between;
}
.stripe-back-link {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  color: #635BFF; font-size: 13px; padding: 0;
}
.stripe-back-link:hover { text-decoration: underline; }
.stripe-logo {
  font-size: 22px; font-weight: 700;
  color: #635BFF; letter-spacing: -0.01em;
  font-style: italic;
}
.stripe-frame-body { padding: 22px 28px 24px; }
.stripe-merchant {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid #F2F2F2;
}
.stripe-merchant .mlogo {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #F2D386, #C66E4B 70%);
}
.stripe-merchant .mname { font-size: 14px; font-weight: 600; }
.stripe-merchant .mamt  { margin-left: auto; font-size: 18px; font-weight: 600; }
.stripe-form { display: grid; gap: 14px; }
.stripe-field { display: flex; flex-direction: column; gap: 6px; }
.stripe-field label { font-size: 12px; color: #6A7383; font-weight: 500; }
.stripe-field input,
.stripe-field select {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 14px;
  background: white;
  color: #30313D;
  outline: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.stripe-field input:focus,
.stripe-field select:focus {
  border-color: #635BFF;
  box-shadow: 0 0 0 4px rgba(99,91,255,0.15);
}
.stripe-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stripe-pay {
  width: 100%;
  background: #635BFF;
  color: white;
  border: 0; cursor: pointer;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
  transition: background .15s;
}
.stripe-pay:hover { background: #4F46E5; }
.stripe-pay:disabled { background: #9B96F5; cursor: not-allowed; }
.stripe-hint {
  font-size: 11px; color: #6A7383;
  background: #F6F9FC;
  padding: 8px 10px;
  border-radius: 6px;
  text-align: center;
  margin-top: 4px;
}
.stripe-footer {
  padding: 14px 28px 22px;
  font-size: 11px;
  color: #6A7383;
  border-top: 1px solid #F2F2F2;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}

/* step 4: confirmation */
.confirm { display: grid; gap: 28px; }
.confirm-head { text-align: center; padding: 24px 0 12px; }
.confirm-head .check-big {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--sage);
  display: inline-flex; align-items: center; justify-content: center;
  color: white;
  margin-bottom: 18px;
}
.confirm-head h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 52px);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.confirm-head p { color: var(--ink-2); margin: 0; font-size: 17px; }
.confirm-order-no {
  display: inline-flex; gap: 8px; align-items: center;
  font-family: var(--mono); font-size: 13px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  margin-top: 14px;
  color: var(--ink-2);
}
.confirm-order-no .label { color: var(--ink-3); }

.ticket-pdf {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
}
.ticket-pdf::before,
.ticket-pdf::after {
  content: "";
  position: absolute;
  width: 24px; height: 24px;
  background: var(--bg);
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  z-index: 2;
}
.ticket-pdf::before { left: -12px; box-shadow: inset -1px 0 0 var(--line-soft); }
.ticket-pdf::after  { right: 200px; box-shadow: inset 1px 0 0 var(--line-soft); }
@media (max-width: 720px) {
  .ticket-pdf { grid-template-columns: 1fr; }
  .ticket-pdf::after { display: none; }
}
.ticket-pdf-left { padding: 24px 28px; display: grid; gap: 14px; }
.ticket-pdf-right {
  width: 200px;
  padding: 24px;
  background: var(--bg-soft);
  border-left: 1px dashed var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
@media (max-width: 720px) {
  .ticket-pdf-right { width: auto; border-left: 0; border-top: 1px dashed var(--line); }
}
.ticket-pdf-right .qr-meta {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  text-align: center;
  letter-spacing: 0.08em;
}
.tk-row { display: flex; justify-content: space-between; gap: 12px; }
.tk-row .lbl {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.tk-row .val { font-size: 15px; color: var(--ink); }
.tk-row .val.big { font-family: var(--serif); font-size: 22px; }
.tk-name {
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 0;
}
.tk-stub {
  display: flex; gap: 4px; align-items: center;
  font-size: 12px;
  color: var(--ink-3);
  font-family: var(--mono);
}

/* email preview */
.email-card {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.email-head {
  background: var(--bg-soft);
  padding: 18px 24px;
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  gap: 4px;
  font-size: 13px;
}
.email-head .e-row { display: flex; gap: 10px; }
.email-head .e-row .e-lbl { color: var(--ink-3); width: 60px; }
.email-head .e-row .e-val { color: var(--ink); }
.email-body { padding: 28px; font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.email-body h4 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 0 0 12px; color: var(--ink); }
.email-body p { margin: 0 0 14px; }
.email-body .sig { color: var(--ink-3); margin-top: 24px; font-style: italic; }
.email-body .e-cta {
  display: inline-block;
  background: var(--ink);
  color: var(--bg-soft);
  padding: 12px 20px;
  border-radius: var(--r-pill);
  text-decoration: none;
  font-size: 14px;
  margin: 6px 0;
}

/* layout helpers for confirm */
.confirm-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
@media (max-width: 860px) { .confirm-row { grid-template-columns: 1fr; } }

/* misc */
.spacer-md { height: 28px; }
.spacer-lg { height: 44px; }
.text-center { text-align: center; }
.muted { color: var(--ink-3); }
.divider { height: 1px; background: var(--line-soft); margin: 22px 0; }

/* QR */
.qr {
  width: 138px; height: 138px;
  background: white;
  padding: 8px;
  border-radius: 10px;
}
.qr svg { width: 100%; height: 100%; display: block; }

/* selected highlight ring */
@keyframes ringIn { from { box-shadow: 0 0 0 0 rgba(141,174,139,0.18); } }

/* simple link */
.link {
  background: transparent; border: 0; cursor: pointer;
  color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px;
  font-size: 13px; padding: 0;
}
.link:hover { color: var(--ink); }

/* ============================================================
   MOBILE / RESPONSIVE
   ============================================================ */

/* tablet & below */
@media (max-width: 940px) {
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 28px; }
}

/* phones */
@media (max-width: 720px) {
  body {
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(201, 162, 39, 0.15);
  }

  /* shell padding */
  .shell { padding: 0 16px; }

  /* topbar — collapse nav, keep brand + CTA */
  .topbar {
    padding-top: env(safe-area-inset-top, 0);
  }
  .topbar-inner { height: 64px; gap: 10px; }
  .brand { font-size: 18px; gap: 8px; min-width: 0; flex: 1; }
  .brand-mark { width: 28px; height: 28px; }
  img.brand-mark { height: 32px; width: auto; max-width: 120px; }
  .brand small { font-size: 10px; letter-spacing: 0.14em; }
  .nav { display: none; }
  .top-actions { gap: 8px; flex-shrink: 0; }
  .lang-toggle button { padding: 5px 9px; font-size: 11px; }
  .topbar .btn {
    padding: 10px 14px;
    font-size: 13px;
    min-height: 44px;
  }

  /* sticky mobile section nav */
  .nav-mobile {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 0 12px;
    margin: 0;
    border-bottom: 1px solid var(--line-soft);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: calc(64px + env(safe-area-inset-top, 0));
    z-index: 29;
  }
  .nav-mobile::-webkit-scrollbar { display: none; }
  .nav-mobile a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: var(--r-pill);
    border: 1px solid var(--line);
    background: var(--bg-card);
    color: var(--ink-2);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .nav-mobile a:active { background: var(--bg-soft); }

  /* anchor targets clear sticky header + mobile nav */
  #top,
  #agenda,
  #speakers,
  #location,
  #tickets,
  #sponsors {
    scroll-margin-top: calc(118px + env(safe-area-inset-top, 0));
  }

  /* hero */
  .hero { padding: 24px 0 48px; }
  .hero-grid { gap: 24px; }
  .hero h1 {
    font-size: clamp(34px, 8.5vw, 48px);
    line-height: 1.05;
    margin: 12px 0 16px;
  }
  .kicker { font-size: clamp(22px, 5vw, 28px); margin-bottom: 6px; }
  .hero-sub {
    font-size: 16px;
    line-height: 1.55;
    max-width: none;
    margin-bottom: 22px;
  }
  .hero-meta {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 22px;
  }
  .hero-meta dd { font-size: 17px; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-actions .btn { width: 100%; min-height: 48px; }
  .hero-side { padding: 18px; }
  .hero-illustration { height: 160px; margin-bottom: 16px; }
  .hero-side-title { font-size: 18px; }
  .hero-side-sub { font-size: 13px; margin-bottom: 14px; }
  .mini-ticket-row { padding: 10px 2px; font-size: 13px; }
  .mini-ticket-row .px { font-size: 16px; }
  .btn-lg { padding: 14px 20px; font-size: 15px; }

  /* sections */
  .section { padding: 44px 0; }
  .section-head { margin-bottom: 22px; gap: 10px; }
  .section-head h2 { font-size: clamp(30px, 8vw, 42px); }
  .section-head p { font-size: 15px; line-height: 1.55; }

  /* agenda */
  .agenda-day { padding: 18px; }
  .agenda-day h3 { font-size: 20px; margin-bottom: 12px; }
  .agenda-note { font-size: 14px; line-height: 1.5; }
  .agenda-item {
    grid-template-columns: 48px 1fr;
    column-gap: 10px;
    row-gap: 4px;
    padding: 12px 0;
  }
  .agenda-item .time { font-size: 13px; }
  .agenda-item .ttl { font-size: 15px; line-height: 1.35; }
  .agenda-item .who { font-size: 13px; }
  .agenda-item .agenda-kind {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
    font-size: 10px;
  }

  /* speakers — keep 2 columns on phones */
  .speakers { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .speaker { padding: 14px; gap: 10px; align-items: flex-start; }
  .avatar { width: 48px; height: 48px; flex: 0 0 48px; font-size: 16px; }
  .speaker-name { font-size: 14px; line-height: 1.3; }
  .speaker-role { font-size: 12px; line-height: 1.35; margin-top: 2px; }

  /* location */
  .map { min-height: 240px; border-radius: var(--r-md); }
  .map-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
  }
  .map-links span[aria-hidden="true"] { display: none; }
  .location-info { padding: 20px; }
  .location-info h3 { font-size: 24px; }
  .location-info p { font-size: 15px; line-height: 1.55; }
  .loc-stat { font-size: 13px; flex-direction: column; gap: 2px; }
  .loc-stat .lbl { width: auto; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

  /* tickets section */
  .ticket-card { padding: 20px; gap: 12px; }
  .ticket-name { font-size: 22px; }
  .ticket-price .amt { font-size: 40px; }
  .ticket-desc { min-height: 0; font-size: 14px; }
  .ticket-perks { gap: 8px; }
  .ticket-perks li { font-size: 13px; }
  .ticket-card .btn { width: 100%; min-height: 48px; padding: 12px 18px; font-size: 14px; }
  .tickets-note { font-size: 14px; line-height: 1.55; }

  /* sponsors — 3 columns on phones */
  .sponsors-supporting {
    max-width: 100%;
    gap: 10px;
  }
  .sponsors-supporting > * {
    flex: 0 0 calc(33.333% - 7px);
    width: calc(33.333% - 7px);
    max-width: calc(33.333% - 7px);
    min-width: 0;
  }
  .sponsors-major { max-width: 100%; }
  .sponsor-logo { height: 64px; max-width: 130px; padding: 8px 10px; }
  .sponsor-logo img { max-height: 40px; max-width: 90px; }
  .sponsor-logo.soft { height: 52px; max-width: 110px; }
  .sponsor-logo.soft img { max-height: 32px; max-width: 80px; }
  .sponsors-major .sponsor-logo { height: 68px; max-width: 150px; }
  .sponsors-major .sponsor-logo img { max-height: 44px; max-width: 110px; }

  /* footer */
  .footer { padding: 32px 0  calc(36px + env(safe-area-inset-bottom, 0)); }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    text-align: center;
  }
  .footer-inner > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* ---------- wizard: full screen on mobile ---------- */
  .wiz-overlay {
    padding: 0;
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .wiz {
    margin: 0;
    border-radius: 0;
    max-height: 100vh;
    max-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    width: 100%;
  }
  .wiz-head {
    padding: 14px 16px;
    flex-wrap: wrap;
    gap: 10px;
  }
  /* compact step indicator: only show active step label */
  .wiz-steps { gap: 4px; flex: 1; min-width: 0; }
  .wiz-step { padding: 4px 8px; font-size: 12px; }
  .wiz-step .num { width: 20px; height: 20px; font-size: 10px; }
  .wiz-step span:not(.num) { display: none; }
  .wiz-step.is-active span:not(.num) { display: inline; }
  .wiz-sep { width: 10px; }

  .wiz-body { padding: 22px 18px; }
  .wiz-h { font-size: clamp(26px, 7vw, 34px); }
  .wiz-sub { font-size: 15px; margin-bottom: 20px; }
  .wiz-close { width: 32px; height: 32px; }

  .wiz-foot {
    padding: 12px 16px;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 10px;
  }
  .wiz-foot > div:last-child { display: flex; gap: 10px; }
  .wiz-foot > div:last-child .btn { flex: 1; padding: 12px 16px; font-size: 14px; }
  .wiz-foot > div:first-child {
    text-align: center;
    font-size: 12px;
  }

  /* wizard step 1 */
  .wiz-ticket-row {
    grid-template-columns: 1fr;
    padding: 16px 18px;
    gap: 12px;
  }
  .wiz-ticket-row > .qty { justify-self: flex-start; }
  .wiz-ticket-row h4 { font-size: 20px; }
  .wiz-summary { position: static; padding: 18px; }
  .wiz-summary .total .val { font-size: 24px; }

  /* attendee + form */
  .attendee-card { padding: 20px; }
  .attendee-head { flex-wrap: wrap; gap: 8px; }
  .attendee-head h4 { font-size: 20px; flex-wrap: wrap; }
  .form-grid { gap: 12px 14px; }
  .field input,
  .field select,
  .field textarea { padding: 11px 13px; font-size: 16px; /* prevents iOS zoom */ }

  /* review + totals */
  .review-card { padding: 20px; }
  .review-card h4 { font-size: 20px; }
  .totals { padding: 20px; }
  .totals .grand .val { font-size: 30px; }
  .pm-card { padding: 14px 16px; grid-template-columns: 20px 36px 1fr; gap: 10px; }
  .pm-icon { width: 36px; height: 36px; flex: 0 0 36px; }
  .pm-title { font-size: 18px; }
  .pm-desc { font-size: 12px; }
  .billing-card { padding: 20px; }

  /* proforma — collapse to stacked */
  .proforma-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px 18px;
    gap: 16px;
  }
  .proforma-meta { text-align: left; }
  .proforma-dates { justify-content: flex-start; gap: 14px; }
  .proforma-dates > div { text-align: left; }
  .proforma-issuer-name { font-size: 20px; }
  .proforma-parties { padding: 20px; }
  .proforma-table { font-size: 13px; }
  .proforma-table thead { display: none; }
  .proforma-table tbody td { display: block; padding: 4px 20px; border: 0; }
  .proforma-table tbody tr {
    display: block;
    padding: 14px 0;
    border-top: 1px solid var(--line-soft);
  }
  .proforma-table tbody tr:first-child { border-top: 0; }
  .proforma-table tbody td:first-child { padding-left: 20px; padding-top: 0; }
  .proforma-table tbody td:last-child { padding-right: 20px; }
  .proforma-table tbody td.num { text-align: left; font-weight: 500; }
  .proforma-table tbody td.num::before {
    content: attr(data-label);
    display: inline-block;
    width: 90px;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-3);
    font-weight: 500;
  }
  .proforma-totals { padding: 18px 20px; justify-content: stretch; }
  .proforma-totals-inner { min-width: 0; width: 100%; }
  .proforma-totals .row.grand span:last-child { font-size: 26px; }
  .proforma-bank { padding: 20px; gap: 18px; }
  .proforma-bank-qr { align-self: center; }
  .proforma-note { padding: 14px 20px; font-size: 13px; }

  /* confirmation tickets */
  .confirm-head { padding: 12px 0 4px; }
  .confirm-head .check-big { width: 56px; height: 56px; margin-bottom: 14px; }
  .confirm-head h3 { font-size: clamp(28px, 7vw, 40px); }
  .confirm-head p { font-size: 15px; }
  .ticket-pdf-left { padding: 20px; gap: 12px; }
  .ticket-pdf-right { padding: 20px; }
  .tk-name { font-size: 24px; }
  .tk-row { flex-wrap: wrap; }

  /* email preview */
  .email-head { padding: 14px 18px; }
  .email-body { padding: 22px; font-size: 14px; }
  .email-body h4 { font-size: 22px; }

  /* stripe — looks ok by default; tighten margins */
  .stripe-frame { margin: 12px; }
  .stripe-frame-head { padding: 18px 22px 12px; }
  .stripe-frame-body { padding: 18px 22px 20px; }
  .stripe-footer { padding: 12px 22px 18px; }
}

/* small phones */
@media (max-width: 420px) {
  .shell { padding: 0 14px; }
  .brand small { display: none; }
  .nav-mobile a { padding: 8px 12px; font-size: 11px; }
  .hero h1 { font-size: clamp(30px, 8.5vw, 38px); }
  .hero-meta { gap: 14px; }
  .speakers { grid-template-columns: 1fr; }
  .speaker { padding: 12px 14px; }
  .ticket-price .amt { font-size: 36px; }
  .sponsors-supporting > * {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .wiz-body { padding: 18px 14px; }
  .wiz-head { padding: 12px 14px; }
  .wiz-foot { padding: 12px 14px; }
}
