:root {
  --ink: #11131a;
  --paper: #fffdf8;
  --muted: #687083;
  --blue: #2ea8df;
  --violet: #3d4cff;
  --orange: #ff7429;
  --yellow: #ffd20a;
  --dark: #080a11;
  --line: rgba(17, 19, 26, .14);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
.site-header {
  position: fixed;
  z-index: 20;
  inset: 22px clamp(18px, 3.4vw, 48px) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 0;
  padding: 0;
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  min-width: 92px;
  height: 92px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(4,7,18,.28), inset 0 0 0 1px rgba(15,23,42,.06);
  backdrop-filter: blur(14px) saturate(130%);
}
.brand img { width: 72px; max-height: 70px; object-fit: contain; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 8px;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 48px rgba(4,7,18,.2);
  backdrop-filter: blur(14px) saturate(130%);
  font-weight: 850;
  font-size: 15px;
}
.site-nav a {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 8px;
  text-decoration: none;
  color: #1f2937;
  transition: color .18s ease, background .18s ease;
}
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
  opacity: 0;
  transform: scaleX(.5);
  transition: opacity .18s ease, transform .18s ease;
}
.site-nav a:not(.nav-cta):hover { color: #0f172a; }
.site-nav a:not(.nav-cta):hover::after { opacity: 1; transform: scaleX(1); }
.nav-cta {
  gap: 8px;
  min-height: 44px;
  padding: 0 17px 0 14px !important;
  border-radius: 8px !important;
  color: #160900 !important;
  border: 0;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 12px 26px rgba(255,116,41,.28);
  transition: box-shadow .18s ease, filter .18s ease;
}
.nav-cta:hover {
  filter: saturate(1.04);
  box-shadow: 0 15px 32px rgba(255,116,41,.34);
}
.nav-cta span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
  position: relative;
}
.nav-pick::before {
  content: "";
  width: 15px;
  height: 18px;
  display: block;
  background: #160900;
  -webkit-mask: url("/assets/img/plettro-ico.png") center / contain no-repeat;
  mask: url("/assets/img/plettro-ico.png") center / contain no-repeat;
  transform: rotate(-18deg);
}
.hero { min-height: 96vh; position: relative; display: grid; align-items: end; overflow: hidden; color: white; isolation: isolate; }
.hero-slideshow { position: absolute; inset: 0; overflow: hidden; background: #05070e; }
.hero-slideshow img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform-origin: center; animation: heroImageCycle 35s ease-in-out infinite; }
.hero-slideshow img:only-child { opacity: 1; animation: stageDrift 18s ease-in-out infinite alternate; }
.hero-slideshow img:nth-child(1) { animation-delay: 0s; }
.hero-slideshow img:nth-child(2) { animation-delay: 7s; }
.hero-slideshow img:nth-child(3) { animation-delay: 14s; }
.hero-slideshow img:nth-child(4) { animation-delay: 21s; }
.hero-slideshow img:nth-child(5) { animation-delay: 28s; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 24% 42%, rgba(255,116,41,.25), transparent 27%), linear-gradient(90deg, rgba(5,7,14,.9), rgba(5,7,14,.54) 48%, rgba(5,7,14,.22)), linear-gradient(0deg, rgba(5,7,14,.94), transparent 52%); }
.hero-inner { position: relative; z-index: 1; padding: 150px clamp(18px, 5vw, 72px) 70px; max-width: 980px; }
.presenter-logo { width: clamp(150px, 18vw, 290px); height: auto; margin: 0 0 clamp(14px, 1.8vw, 22px); filter: drop-shadow(0 8px 22px rgba(0,0,0,.42)); transform-origin: center; animation: presenterPulse 4.8s ease-in-out infinite; }
.eyebrow { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--orange); }
.hero-subtitle { margin-top: clamp(16px, 2vw, 24px); margin-bottom: 0; font-size: clamp(13px, 1.35vw, 19px); line-height: 1.25; color: var(--orange); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(54px, 11vw, 140px); line-height: .82; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(30px, 5vw, 64px); line-height: .95; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 21px; }
.claim { max-width: 820px; margin: 18px 0 28px; font-size: clamp(20px, 3vw, 34px); line-height: 1.12; font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 14px 20px; border-radius: var(--radius); border: 0; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button-primary { background: linear-gradient(135deg, var(--yellow), var(--orange)); color: #120b02; box-shadow: 0 14px 32px rgba(255,116,41,.34); }
.button-primary:hover { transform: translateY(-2px); filter: saturate(1.08) contrast(1.03); box-shadow: 0 22px 48px rgba(255,116,41,.42), 0 0 0 6px rgba(255,210,10,.14); }
.button-primary:active { transform: translateY(0); box-shadow: 0 12px 28px rgba(255,116,41,.34); }
.button-pick {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  flex: 0 0 auto;
}
.button-pick::before {
  content: "";
  width: 16px;
  height: 20px;
  display: block;
  background: #160900;
  -webkit-mask: url("/assets/img/plettro-ico.png") center / contain no-repeat;
  mask: url("/assets/img/plettro-ico.png") center / contain no-repeat;
  transform: rotate(-18deg);
  transition: transform .2s ease;
}
.button-primary:hover .button-pick::before { transform: rotate(-5deg) scale(1.08); }
.section { padding: clamp(58px, 9vw, 118px) clamp(18px, 5vw, 72px); }
.intro, .municipalities { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 560px); gap: clamp(28px, 5vw, 70px); align-items: center; }
.section-copy p:not(.eyebrow), .municipalities p { color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }
.compact { max-width: 900px; }
.media-slab { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 24px 90px rgba(15,18,28,.15); }
.media-slab img { aspect-ratio: 16 / 11; width: 100%; height: 100%; object-fit: cover; }
.structure { background: #f2f5f8; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.timeline article, .pillars article, .why-grid article, .round-grid article { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: rgba(255,255,255,.78); }
.timeline span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 50%; background: var(--ink); color: white; font-weight: 900; }
.timeline p, .pillars p, .why-grid p, .round-grid span { color: var(--muted); line-height: 1.55; }
.dark-band { color: white; background: radial-gradient(circle at 15% 0%, rgba(255,116,41,.28), transparent 34%), #090b13; }
.dark-band .eyebrow { color: var(--yellow); }
.round-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.round-grid article { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.round-grid strong { display: block; font-size: 22px; margin-bottom: 10px; color: #fff; }
.round-grid span { display: block; color: rgba(255,255,255,.76); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 4vw, 54px); }
.feature-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 18px; }
.feature-list li { padding-left: 28px; position: relative; line-height: 1.45; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .54em; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,116,41,.16); }
.truck { background: #101726; color: white; }
.truck .eyebrow { color: var(--blue); }
.pillars, .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.pillars article { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); }
.pillars p { color: rgba(255,255,255,.72); }
.why { background: #f7f3ea; }
.final-cta { position: relative; min-height: 420px; display: grid; align-items: center; color: white; overflow: hidden; padding: clamp(56px, 9vw, 110px) clamp(18px, 5vw, 72px); }
.final-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: stageDrift 18s ease-in-out infinite alternate; transform-origin: center; }
.final-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,14,.9), rgba(5,7,14,.42)); }
.final-cta div { position: relative; z-index: 1; max-width: 760px; }
.final-cta .button { margin-top: 28px; }
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 72px);
  background: #fff;
  color: var(--ink);
  border-top: 1px solid rgba(15,23,42,.1);
}
.site-footer div { display: flex; align-items: center; gap: 16px; }
.site-footer img { width: 58px; }
.site-footer p { margin: 0; color: #475467; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px 18px; }
.site-footer a,
.site-footer button {
  color: #182033;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.site-footer a:hover,
.site-footer button:hover { color: var(--orange); }
.page-hero { min-height: 520px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; padding: 150px clamp(18px, 5vw, 72px) 58px; }
.page-hero.small { min-height: 470px; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 40%, rgba(46,168,223,.28), transparent 30%), linear-gradient(90deg, rgba(5,7,14,.94), rgba(5,7,14,.58)); }
.page-hero .hero-slideshow { z-index: 0; max-width: none; }
.page-hero > div:not(.hero-slideshow) { position: relative; z-index: 1; max-width: 780px; }
.page-hero p:not(.eyebrow) { font-size: 21px; line-height: 1.45; color: rgba(255,255,255,.82); }
.form-section { padding: 42px clamp(16px, 4vw, 60px) 88px; background: #f6f7f9; }
.application-form { max-width: 1120px; margin: 0 auto; display: grid; gap: 24px; }
fieldset { margin: 0; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
legend { padding: 0 8px; font-size: 22px; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid.one { grid-template-columns: 1fr; margin-top: 16px; }
label { display: grid; gap: 7px; color: #344054; font-weight: 800; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d0d5dd;
  border-radius: var(--radius);
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
textarea { min-height: 132px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(46,168,223,.22); border-color: var(--blue); }
.legal-box, .alert { max-width: 1120px; margin: 0 auto; border-radius: var(--radius); padding: 16px; background: #fff; border: 1px solid var(--line); }
.check { display: flex; align-items: center; gap: 14px; }
.check input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.checkmark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 2px solid #9aa4b2;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.checkmark::after {
  content: "";
  width: 14px;
  height: 8px;
  border: solid #120b02;
  border-width: 0 0 3px 3px;
  opacity: 0;
  transform: rotate(-45deg) translate(1px, -1px);
}
.check input:checked + .checkmark {
  border-color: transparent;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 10px 22px rgba(255,116,41,.26);
}
.check input:checked + .checkmark::after { opacity: 1; }
.alert.error { border-color: #fda29b; background: #fff3f1; color: #8a1f11; display: grid; gap: 4px; margin-bottom: 18px; }
.form-feedback { margin: 0; font-weight: 800; color: #b42318; }
.legal-hero {
  min-height: 380px;
  display: grid;
  align-content: end;
  padding: 150px clamp(18px, 5vw, 72px) 54px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,116,41,.32), transparent 32%),
    linear-gradient(135deg, rgba(8,10,17,.98), rgba(20,31,50,.94)),
    #080a11;
}
.legal-hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 8vw, 104px);
}
.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4;
}
.legal-page {
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background: #f6f7f9;
}
.legal-document {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(15,23,42,.08);
}
.legal-document h2 {
  margin: 34px 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}
.legal-document h2:first-child { margin-top: 0; }
.legal-document p {
  margin: 0 0 14px;
  color: #475467;
  font-size: 17px;
  line-height: 1.65;
}
.legal-document strong { color: #101828; }
.legal-box a { color: #0b8fca; font-weight: 950; text-decoration: none; }
.legal-box a:hover { color: var(--orange); }
.cookie-banner {
  position: fixed;
  z-index: 80;
  inset: auto clamp(14px, 3vw, 34px) clamp(14px, 3vw, 34px);
  pointer-events: none;
}
.cookie-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 18px 22px;
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 26px 90px rgba(15,23,42,.24);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}
.cookie-copy {
  min-width: 0;
}
.cookie-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: .98;
}
.cookie-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #475467;
  font-size: 17px;
  line-height: 1.5;
}
.cookie-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: end;
  gap: 10px;
  padding-left: 20px;
  border-left: 1px solid #e4e7ec;
}
.cookie-actions .button {
  min-height: 46px;
  width: 100%;
  padding-inline: 16px;
  white-space: nowrap;
}
.cookie-preferences {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}
.cookie-toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
  align-content: start;
  min-height: 118px;
  padding: 13px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f8fafc;
}
.cookie-toggle input { width: 20px; height: 20px; min-height: 20px; grid-row: 1 / span 2; accent-color: var(--orange); }
.cookie-toggle span { color: #182033; font-weight: 950; }
.cookie-toggle small { color: #667085; line-height: 1.35; }
.cookie-links {
  grid-column: 1 / 2;
  margin: -4px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}
.cookie-links a { color: #0b8fca; text-decoration: none; }
.cookie-links a:hover { color: var(--orange); }
.cookie-card:has([data-cookie-preferences]:not([hidden])) {
  grid-template-columns: 1fr;
}
.cookie-card:has([data-cookie-preferences]:not([hidden])) .cookie-actions {
  align-items: flex-end;
  padding-left: 0;
  border-left: 0;
}
.cookie-card:has([data-cookie-preferences]:not([hidden])) .cookie-actions .button {
  width: auto;
  min-width: 240px;
}
.cookie-card:has([data-cookie-preferences]:not([hidden])) .cookie-links {
  grid-column: 1;
}

@keyframes stageDrift {
  from { transform: scale(1.02) translate3d(-.4%, 0, 0); }
  to { transform: scale(1.09) translate3d(.8%, -.6%, 0); }
}

@keyframes heroImageCycle {
  0% { opacity: 1; transform: scale(1.03) translate3d(-.8%, 0, 0); }
  16% { opacity: 1; }
  23% { opacity: 0; transform: scale(1.09) translate3d(.8%, -.7%, 0); }
  100% { opacity: 0; transform: scale(1.09) translate3d(.8%, -.7%, 0); }
}

@keyframes presenterPulse {
  0%, 100% { opacity: .94; transform: translate3d(0, 0, 0) scale(1); filter: drop-shadow(0 8px 22px rgba(0,0,0,.42)); }
  45% { opacity: 1; transform: translate3d(0, -3px, 0) scale(1.018); filter: drop-shadow(0 12px 32px rgba(255,255,255,.16)) drop-shadow(0 10px 28px rgba(0,0,0,.48)); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slideshow img,
  .final-cta img,
  .presenter-logo {
    animation: none;
    transform: none;
  }
  .hero-slideshow img {
    opacity: 0;
  }
  .hero-slideshow img:first-child,
  .final-cta img {
    opacity: 1;
  }
}

.application-hero {
  min-height: 540px;
}
.application-hero h1 {
  max-width: 920px;
  font-size: clamp(48px, 9vw, 118px);
}
.application-stage {
  position: relative;
  background:
    linear-gradient(180deg, #080a11 0, #121522 170px, #f4f6fb 170px, #f4f6fb 100%);
}
.festival-form {
  position: relative;
  max-width: 1040px;
}
.form-intro-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(46,168,223,.2), rgba(255,116,41,.24)), #10131e;
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}
.form-intro-card span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: #160900;
  font-weight: 950;
}
.form-intro-card h2 {
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
}
.form-intro-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.45;
}
.form-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17,19,26,.1);
  background: rgba(255,255,255,.94);
  box-shadow: 0 26px 80px rgba(16,24,40,.12);
}
.form-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--orange), var(--yellow));
}
.form-panel legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.geo-grid {
  grid-template-columns: 1.05fr 1fr 1fr 1.2fr;
}
.festival-form label {
  color: #182033;
}
.festival-form input:not([type="hidden"]),
.festival-form select,
.festival-form textarea {
  min-height: 54px;
  border: 1px solid #cbd5e1;
  background: #f9fbff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.festival-form input:not([type="hidden"]):hover,
.festival-form select:hover,
.festival-form textarea:hover {
  border-color: #94a3b8;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.social-field {
  position: relative;
}
.social-field input {
  padding-left: 64px;
}
.social-icon {
  position: absolute;
  left: 12px;
  bottom: 9px;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15,23,42,.18);
}
.social-icon img {
  width: 100%;
  height: 100%;
}
.upload-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.upload-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(46,168,223,.75), rgba(255,116,41,.78)) border-box;
  box-shadow: 0 18px 55px rgba(16,24,40,.1);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.upload-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(16,24,40,.16);
}
.upload-card.has-file {
  border-color: rgba(46,168,223,.72);
  background: #f0faff;
}
.upload-card strong {
  display: block;
  font-size: 22px;
}
.upload-card small,
.upload-filename {
  color: var(--muted);
  font-weight: 800;
}
.upload-size {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.upload-card input {
  position: absolute;
  inset: auto 0 0;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: #130900;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-size: 28px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(255,116,41,.3);
}
.upload-action {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 9px 12px;
  border-radius: 8px;
  background: #111827;
  color: #fff !important;
  font-size: 13px;
  font-weight: 950;
}
.upload-filename {
  grid-column: 1 / -1;
  min-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-submit-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(16,24,40,.1);
}
.form-submit-panel .button {
  min-width: 210px;
  min-height: 56px;
}
.form-submit-panel .button:disabled {
  cursor: wait;
  filter: grayscale(.25);
  opacity: .75;
}
.upload-status {
  flex: 1 1 320px;
  display: grid;
  gap: 8px;
  min-width: min(100%, 320px);
}
.upload-status[hidden] {
  display: none;
}
.upload-status div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #182033;
  font-size: 14px;
  font-weight: 900;
}
.upload-status p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.upload-progress {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4e9f2;
}
.upload-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--orange), var(--yellow));
  transition: width .18s ease;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Unified application form system */
.application-stage {
  background: linear-gradient(180deg, #f5f7fb 0, #eef2f7 100%);
}
.festival-form {
  gap: 18px;
}
.form-intro-card {
  grid-template-columns: auto 1fr;
  padding: 22px 26px;
  border: 1px solid rgba(15,23,42,.1);
  color: var(--ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 46px rgba(15,23,42,.09);
}
.form-intro-card p {
  color: #667085;
}
.form-panel {
  padding: 34px 30px 32px;
  background: rgba(255,255,255,.98);
  border-color: rgba(15,23,42,.1);
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
}
.form-grid {
  gap: 20px 22px;
}
.festival-form label {
  gap: 9px;
  color: #182033;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}
.festival-form input:not([type="file"]):not([type="checkbox"]):not([type="hidden"]),
.festival-form select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 58px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #f8fafc;
  color: #111827;
  font-size: 16px;
  font-weight: 750;
  line-height: 58px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 0 rgba(15,23,42,.02);
}
.festival-form select {
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, #111827 50%),
    linear-gradient(135deg, #111827 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 25px,
    calc(100% - 15px) 25px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}
.festival-form textarea {
  width: 100%;
  min-height: 150px;
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 0 rgba(15,23,42,.02);
}
.festival-form input:not([type="file"]):not([type="checkbox"]):not([type="hidden"]):hover,
.festival-form select:hover,
.festival-form textarea:hover {
  border-color: #94a3b8;
  background-color: #fff;
}
.festival-form input:not([type="file"]):not([type="checkbox"]):not([type="hidden"]):focus,
.festival-form select:focus,
.festival-form textarea:focus {
  outline: 4px solid rgba(46,168,223,.16);
  border-color: var(--blue);
  background-color: #fff;
}
.social-field input {
  padding-left: 64px !important;
}
.social-icon {
  bottom: 10px;
}
.upload-card {
  min-height: 156px;
  background: #f8fafc;
  border-color: #cbd5e1;
  box-shadow: 0 12px 36px rgba(15,23,42,.08);
}
.legal-box,
.form-submit-panel {
  max-width: 1040px;
  width: 100%;
  border-color: rgba(15,23,42,.1);
  box-shadow: 0 14px 42px rgba(15,23,42,.08);
}
.legal-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
}
.check span:last-child {
  font-size: 16px;
  font-weight: 900;
  color: #182033;
}

@media (max-width: 880px) {
  .site-header {
    position: absolute;
    inset: 12px 12px auto;
    align-items: center;
    gap: 10px;
    min-height: 0;
    padding: 0;
  }
  .brand { width: 70px; min-width: 70px; height: 70px; padding: 9px; }
  .brand img { width: 54px; max-height: 52px; }
  .site-nav {
    justify-content: flex-end;
    flex-wrap: nowrap;
    font-size: 13px;
    gap: 0;
    flex: 0 0 auto;
    padding: 6px;
  }
  .site-nav a:not(.nav-cta) { display: none; }
  .nav-cta { width: auto; min-width: 0; min-height: 46px; padding: 0 12px !important; font-size: clamp(12px, 3.2vw, 15px); white-space: nowrap; }
  .nav-cta span { width: 24px; height: 24px; }
  .hero { min-height: 92vh; }
  .hero-inner { padding-top: 120px; }
  .intro, .municipalities, .split, .timeline, .round-grid, .pillars, .why-grid, .form-grid, .geo-grid, .social-grid, .upload-grid { grid-template-columns: 1fr; }
  .form-submit-panel { align-items: stretch; flex-direction: column; }
  .form-submit-panel .button { width: 100%; }
  .legal-box { align-items: flex-start; flex-direction: column; padding: 18px; }
  .check { align-items: flex-start; }
  .upload-card { min-height: 138px; }
  .site-footer, .site-footer div, .footer-links { align-items: flex-start; flex-direction: column; }
  .cookie-card { grid-template-columns: 1fr; max-height: calc(100vh - 28px); overflow: auto; }
  .cookie-actions { justify-content: stretch; padding-left: 0; border-left: 0; }
  .cookie-actions .button { width: 100%; }
  .cookie-preferences { grid-template-columns: 1fr; }
  .cookie-toggle { min-height: 0; }
  .cookie-links { grid-column: 1; }
}
