﻿:root {
      --bg: #262626;
      --bg-soft: #343434;
      --panel: rgba(255, 255, 255, 0.11);
      --panel-strong: rgba(255, 255, 255, 0.16);
      --text: #fffaf2;
      --muted: #ded6cc;
      --red: #e50914;
      --red-dark: #9b050a;
      --cream: #f4efe7;
      --amber: #f3a12f;
      --line: rgba(245, 242, 237, 0.28);
      --success: #34d399;
      --danger: #ef4444;
      --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
      --radius: 8px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: Inter, Arial, Helvetica, sans-serif;
      background:
        linear-gradient(90deg, rgba(229, 9, 20, 0.055) 0 1px, transparent 1px 96px),
        radial-gradient(circle at 18% 0%, rgba(243, 161, 47, 0.1), transparent 34%),
        linear-gradient(180deg, #343434 0%, #2b2b2b 42%, #202020 100%);
      color: var(--text);
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 72%);
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(24, 24, 24, 0.72) 86%);
    }

    a { color: inherit; text-decoration: none; }

    img { max-width: 100%; display: block; }

    .container {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid var(--line);
      background: rgba(4, 4, 4, 0.92);
      backdrop-filter: blur(16px);
    }

    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      min-height: 78px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
      font-weight: 950;
      text-transform: uppercase;
    }

    .brand-logo {
      width: clamp(150px, 18vw, 260px);
      height: 54px;
      object-fit: contain;
      object-position: left center;
      filter: drop-shadow(0 10px 18px rgba(229, 9, 20, 0.24));
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 18px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .nav-links a:hover { color: var(--cream); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 46px;
      padding: 12px 18px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--radius);
      background: linear-gradient(135deg, var(--red), var(--red-dark));
      color: #fff;
      font-weight: 950;
      text-transform: uppercase;
      cursor: pointer;
      box-shadow: 0 14px 32px rgba(229, 9, 20, 0.28);
      transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
      border-color: rgba(255, 255, 255, 0.45);
    }

    .btn.secondary {
      background: rgba(255, 255, 255, 0.05);
      color: var(--cream);
      box-shadow: none;
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: calc(100vh - 78px);
      padding: 46px 0 54px;
      display: grid;
      align-items: center;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: -1;
    }

    .hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0.34;
      filter: saturate(1.06) contrast(1.08);
    }

    .hero-bg::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.2)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.15), #040404 94%);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
      gap: 42px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      max-width: 100%;
      padding: 8px 12px;
      border: 1px solid rgba(229, 9, 20, 0.48);
      border-radius: var(--radius);
      background: rgba(229, 9, 20, 0.12);
      color: #ffe7e7;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .slash {
      width: 22px;
      height: 18px;
      background: var(--red);
      clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
      box-shadow: 12px 0 0 rgba(229, 9, 20, 0.5);
      flex: 0 0 auto;
    }

    h1 {
      margin: 24px 0 0;
      font-size: clamp(42px, 9vw, 112px);
      line-height: 0.9;
      letter-spacing: 0;
      text-transform: uppercase;
      text-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
    }

    .title-red { color: var(--red); }

    .hero-copy {
      margin: 24px 0 0;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.7;
      max-width: 700px;
    }

    .organizers {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-top: 22px;
      max-width: 760px;
    }

    .organizers span,
    .organizers a {
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      padding: 7px 10px;
      border-radius: var(--radius);
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 950;
    }

    .organizers span {
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: var(--muted);
      background: rgba(255, 255, 255, 0.05);
    }

    .organizers a {
      border: 1px solid rgba(229, 9, 20, 0.46);
      color: #fff0f0;
      background: rgba(229, 9, 20, 0.14);
    }

    .organizers a:hover {
      border-color: rgba(255, 255, 255, 0.5);
      background: rgba(229, 9, 20, 0.24);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-top: 36px;
      max-width: 760px;
    }

    .stat {
      min-height: 98px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.055);
    }

    .stat strong {
      display: block;
      font-size: 19px;
      line-height: 1.1;
      color: var(--cream);
      text-transform: uppercase;
    }

    .stat span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.35;
    }

    .poster-frame {
      position: relative;
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
      box-shadow: var(--shadow);
    }

    .poster-frame::before,
    .poster-frame::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 5px;
      background: var(--red);
      transform: skewX(-28deg);
    }

    .poster-frame::before { top: -6px; left: 28px; }
    .poster-frame::after { right: 28px; bottom: -6px; }

    .poster-frame img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: calc(var(--radius) - 2px);
    }

    section { padding: 64px 0; }

    .section-title {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 26px;
    }

    .section-title h2 {
      margin: 0;
      font-size: clamp(30px, 4vw, 52px);
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .section-title p {
      max-width: 560px;
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
    }

    .section-title h2::after {
      content: "";
      display: block;
      width: 90px;
      height: 5px;
      margin-top: 16px;
      background: var(--red);
      transform: skewX(-28deg);
    }

    .grid-2,
    .grid-3,
    .grid-4 {
      display: grid;
      gap: 16px;
    }

    .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

    .structure-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: stretch;
    }

    .structure-grid .organizers-card {
      grid-column: 1 / -1;
    }

    .structure-grid .organizers-card .organizer-logo-links {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: stretch;
    }

    .structure-grid .organizers-card .organizer-logo-link {
      grid-template-columns: 82px 1fr auto;
      min-height: 86px;
    }

    .card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      padding: 24px;
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
    }

    .card.feature {
      background:
        linear-gradient(135deg, rgba(229, 9, 20, 0.14), transparent 46%),
        var(--panel);
    }

    .card h3 {
      margin: 12px 0 10px;
      font-size: 22px;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .card p,
    .card li {
      color: var(--muted);
      line-height: 1.65;
    }

    .card ul {
      padding-left: 20px;
      margin: 14px 0 0;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 6px 10px;
      border: 1px solid rgba(229, 9, 20, 0.42);
      border-radius: var(--radius);
      background: rgba(229, 9, 20, 0.14);
      color: #ffdede;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .price {
      margin: 12px 0;
      font-size: clamp(30px, 4vw, 42px);
      font-weight: 950;
      letter-spacing: 0;
      color: var(--cream);
    }

    .camping-reserve-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
      gap: 16px;
      align-items: stretch;
    }

    .camping-reserve-card {
      min-height: 300px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }

    .camping-reserve-card .price {
      font-size: clamp(28px, 3.3vw, 40px);
    }

    .camping-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 18px;
    }

    .camping-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .camping-list li {
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.045);
      color: var(--muted);
      line-height: 1.55;
    }

    .camping-list strong {
      display: block;
      color: var(--cream);
      text-transform: uppercase;
      font-size: 13px;
      margin-bottom: 4px;
    }

    .visual-band {
      overflow: hidden;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: #f7f3ec;
      padding: 26px 0;
    }

    .logo-strip {
      display: flex;
      align-items: center;
      gap: 16px;
      width: max-content;
      animation: slide 28s linear infinite;
    }

    .logo-strip:hover {
      animation-play-state: paused;
    }

    .logo-tile {
      width: clamp(210px, 24vw, 320px);
      height: 118px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      padding: 14px 18px;
      opacity: 0.38;
      transition: opacity 0.22s ease, transform 0.22s ease;
    }

    .logo-tile img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: grayscale(1) contrast(0.92);
    }

    .logo-tile object {
      width: 100%;
      height: 100%;
      border: 0;
      pointer-events: none;
    }

    .logo-tile.maiko img {
      max-width: 270px;
      max-height: 96px;
    }

    .logo-tile.maiko {
      background: transparent;
    }

    .logo-tile.maiko:hover {
      background: transparent;
    }

    .logo-tile.logo-square img {
      max-width: 88px;
      max-height: 88px;
    }

    .logo-tile.camping img {
      max-width: 112px;
      max-height: 112px;
    }

    .logo-tile.logo-wide img {
      max-width: 250px;
      max-height: 76px;
    }

    .logo-tile.audi {
      background: transparent;
    }

    .logo-tile.audi:hover {
      background: transparent;
    }

    .logo-tile.hardware {
      background: transparent;
    }

    .logo-tile.hardware:hover {
      background: transparent;
    }

    .logo-tile.spinzy,
    .logo-tile.bonatto,
    .logo-tile.hardware,
    .logo-tile.maiko,
    .logo-tile.audi {
      background: transparent;
    }

    .logo-tile.update img {
      max-height: 90px;
      filter: grayscale(1) contrast(0.92);
    }

    .logo-tile.plato img {
      max-width: 250px;
      max-height: 96px;
      object-fit: contain;
    }

    .logo-tile.plato {
      width: clamp(210px, 24vw, 320px);
      background: transparent;
    }

    .logo-tile.synetic img {
      max-width: 270px;
      max-height: 78px;
      object-fit: contain;
      filter: grayscale(1) contrast(0.96) brightness(1.04);
    }

    .logo-tile.ss-garage img {
      max-width: 250px;
      max-height: 96px;
      object-fit: contain;
      filter: grayscale(1) contrast(0.96) brightness(1.02);
    }

    .logo-tile.update {
      opacity: 0.68;
    }

    .logo-tile:hover {
      background: transparent;
      opacity: 0.62;
      transform: translateY(-2px);
    }

    .logo-tile.spinzy:hover,
    .logo-tile.bonatto:hover,
    .logo-tile.hardware:hover,
    .logo-tile.maiko:hover,
    .logo-tile.audi:hover {
      background: transparent;
    }

    
.logo-tile.spinzy img,
.logo-tile.bonatto img,
.logo-tile.maiko img,
.logo-tile.audi img {
    object-fit:contain;
}


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

    .form-shell {
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(229, 9, 20, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.055);
      padding: 24px;
      box-shadow: var(--shadow);
    }

    .location-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      align-items: stretch;
    }

    .map-frame {
      min-height: 430px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.055);
      box-shadow: var(--shadow);
    }

    .map-frame iframe {
      width: 100%;
      height: 100%;
      min-height: 430px;
      border: 0;
      display: block;
      filter: grayscale(0.18) contrast(1.08) saturate(0.95);
    }

    .location-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 12px;
    }

    .location-details {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      width: 100%;
      margin: 4px 0 2px;
      padding: 0;
    }

    .location-details li {
      list-style: none;
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.045);
      color: var(--muted);
      line-height: 1.45;
    }

    .location-details strong {
      display: block;
      margin-bottom: 6px;
      color: var(--cream);
      font-size: 13px;
      text-transform: uppercase;
    }

    .camping-contact {
      width: 100%;
      margin: 6px 0 4px;
      padding: 14px;
      border: 1px solid rgba(229, 9, 20, 0.36);
      border-radius: var(--radius);
      background: rgba(229, 9, 20, 0.1);
    }

    .camping-contact strong {
      display: block;
      color: var(--cream);
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 6px;
    }

    .camping-contact span {
      color: var(--muted);
      line-height: 1.5;
    }

    .social-links {
      display: grid;
      gap: 9px;
      margin-top: 16px;
    }

    .social-links a {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 9px 11px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius);
      color: var(--cream);
      background: rgba(255, 255, 255, 0.045);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .social-links a:hover {
      border-color: rgba(229, 9, 20, 0.5);
      background: rgba(229, 9, 20, 0.12);
    }

    .organizer-logo-links {
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .organizer-logo-link {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 12px;
      min-height: 56px;
      padding: 12px 14px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius);
      color: var(--cream);
      background: rgba(255, 255, 255, 0.045);
    }

    .organizer-logo-link:hover {
      border-color: rgba(229, 9, 20, 0.5);
      background: rgba(229, 9, 20, 0.12);
      transform: translateY(-2px);
    }

    .organizer-logo-link img {
      display: none;
    }

    .organizer-logo-link[href*="spinzyclub"] img {
      display: none;
    }

    .organizer-logo-link[href*="spinzyclub"] {
      background: rgba(255, 255, 255, 0.045);
      border-color: rgba(255, 255, 255, 0.16);
      color: var(--cream);
    }

    .organizer-logo-link[href*="spinzyclub"]:hover {
      background: rgba(229, 9, 20, 0.12);
      border-color: rgba(229, 9, 20, 0.45);
    }

    .organizer-logo-link.logo-square img {
      width: 58px;
      height: 58px;
    }

    .organizer-logo-link.logo-wide img {
      max-width: 104px;
      height: 48px;
    }

    .organizer-logo-link strong {
      display: block;
      font-size: 13px;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .organizer-logo-link small {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }

    .organizer-instagram-links {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .organizer-instagram-link {
      grid-template-columns: 44px minmax(0, 1fr);
      min-height: 76px;
    }

    .structure-grid .organizers-card .organizer-instagram-links {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .structure-grid .organizers-card .organizer-instagram-link {
      grid-template-columns: 44px minmax(0, 1fr);
      min-height: 76px;
    }

    .organizer-instagram-link .instagram-icon {
      width: 34px;
      height: 34px;
      justify-self: center;
      color: var(--accent);
    }

    .instagram-icon {
      width: 28px;
      height: 28px;
      color: #ffdede;
      flex: 0 0 auto;
    }

    #patrocinadores {
      background: #f5f7fb;
      color: #17214f;
    }

    #patrocinadores .section-title h2,
    #patrocinadores .partner-group-title {
      color: #17214f;
    }

    #patrocinadores .section-title p {
      color: #475569;
    }

    .partner-group {
      margin-top: 26px;
    }

    .partner-group-title {
      margin: 0 0 22px;
      padding-bottom: 8px;
      border-bottom: 2px solid #20aeea;
      font-size: clamp(24px, 3vw, 32px);
      font-weight: 950;
      line-height: 1.1;
    }

    .supporters-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(210px, 1fr));
      gap: 18px;
    }

    .supporter-card {
      min-height: 300px;
      display: grid;
      grid-template-rows: minmax(180px, 1fr) 64px;
      align-content: stretch;
      justify-items: center;
      gap: 24px;
      padding: 28px 22px 26px;
      border: 1px solid #bfccda;
      border-radius: 8px;
      background: #fff;
      text-align: center;
    }

    .supporter-logo-slot {
      width: 100%;
      height: 180px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: rgba(16, 24, 40, 0.58);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      padding: 0;
    }

    .supporter-logo-slot img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .supporter-logo-slot.maiko-logo img {
      width: 100%;
      height: 100%;
    }

    .supporter-logo-slot.synetic-logo img {
      max-width: 100%;
      max-height: 150px;
      object-fit: contain;
    }

    .supporter-logo-slot.ss-garage-logo img {
      max-width: 100%;
      max-height: 170px;
      object-fit: contain;
    }

    .supporter-logo-slot.is-dark {
      background: transparent;
    }

    .supporter-logo-slot.is-transparent {
      background: transparent;
      color: rgba(16, 24, 40, 0.58);
    }

    .supporter-logo-slot object {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .supporter-card h3 {
      display: none;
      margin: 0;
      align-self: end;
      color: #2057a4;
      font-size: 16px;
      font-weight: 950;
      line-height: 1.12;
      text-transform: uppercase;
    }

    .supporter-card p {
      margin: 0;
      color: #64748b;
      font-size: 13px;
      line-height: 1.45;
    }

    .supporter-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-self: end;
      gap: 14px;
    }

    .supporter-actions .btn {
      width: 58px;
      height: 58px;
      min-height: 58px;
      display: inline-grid;
      place-items: center;
      padding: 0;
      border: 2px solid #2057a4;
      border-radius: 50%;
      background: transparent;
      color: #2057a4;
      font-size: 0;
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
    }

    .supporter-actions .btn svg {
      width: 29px;
      height: 29px;
    }

    .supporter-actions .btn:hover {
      background: #2057a4;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 14px 28px rgba(15, 23, 42, 0.24);
    }

    .supporter-actions .icon-site {
      border-color: #2057a4;
      background: #2057a4;
      color: #fff;
    }

    .supporter-actions .icon-site:hover {
      background: #173f82;
      color: #fff;
    }

    .supporter-actions .icon-whatsapp {
      border-color: #15c653;
      background: #15c653;
      color: #fff;
    }

    .supporter-actions .icon-whatsapp:hover {
      background: #0fb847;
      color: #fff;
    }

    .supporter-actions .icon-instagram {
      border-color: transparent;
      background: radial-gradient(circle at 70% 30%, #ff2db8 0 12%, transparent 13%),
        radial-gradient(circle at 28% 82%, #ffd600 0 12%, transparent 28%),
        linear-gradient(135deg, #6c19ff 0%, #d20cc5 43%, #ff2f4b 72%, #ffbd00 100%);
      color: #fff;
    }

    .supporter-actions .icon-instagram:hover {
      border-color: transparent;
      background: radial-gradient(circle at 70% 30%, #ff2db8 0 12%, transparent 13%),
        radial-gradient(circle at 28% 82%, #ffd600 0 12%, transparent 28%),
        linear-gradient(135deg, #5b14d9 0%, #b80caf 43%, #e31d3f 72%, #efa800 100%);
      color: #fff;
    }

    form { display: grid; gap: 20px; }

    fieldset {
      margin: 0;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(0, 0, 0, 0.3);
    }

    legend {
      padding: 0 10px;
      color: #ffdede;
      font-weight: 950;
      text-transform: uppercase;
      font-size: 13px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .form-grid .full { grid-column: 1 / -1; }

    label {
      display: grid;
      gap: 8px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
    }

    .check-label {
      grid-template-columns: 20px 1fr;
      align-items: start;
      gap: 12px;
    }

    input,
    select,
    textarea {
      width: 100%;
      min-height: 46px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background: rgba(3, 3, 3, 0.72);
      color: var(--text);
      padding: 12px 13px;
      outline: none;
      font: inherit;
    }

    input[type="checkbox"] {
      width: 18px;
      min-height: 18px;
      margin-top: 2px;
      accent-color: var(--red);
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: rgba(229, 9, 20, 0.86);
      box-shadow: 0 0 0 4px rgba(229, 9, 20, 0.16);
    }

    textarea {
      min-height: 110px;
      resize: vertical;
    }


    .video-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .video-card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(229, 9, 20, 0.08));
      padding: 14px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .video-card video {
      width: 100%;
      aspect-ratio: 16 / 9;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius);
      background: #000;
      object-fit: cover;
    }

    .video-card h3 {
      margin: 12px 0 0;
      color: var(--cream);
      font-size: 16px;
      text-transform: uppercase;
    }



    .participation-options {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .participation-card {
      position: relative;
      display: grid;
      gap: 8px;
      min-height: 118px;
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.045);
      color: var(--muted);
      cursor: pointer;
      transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }

    .participation-card:hover,
    .participation-card.is-selected {
      border-color: rgba(229, 9, 20, 0.72);
      background: linear-gradient(135deg, rgba(229, 9, 20, 0.18), rgba(255, 255, 255, 0.06));
      transform: translateY(-1px);
    }

    .participation-card input {
      position: absolute;
      inset: 0;
      opacity: 0;
      cursor: pointer;
    }

    .participation-card strong {
      color: var(--cream);
      font-size: 15px;
      text-transform: uppercase;
    }

    .participation-card span {
      font-size: 13px;
      line-height: 1.45;
    }

    .payment-options {
      display: grid;
      gap: 12px;
    }

    .payment-option {
      display: grid;
      grid-template-columns: 22px 1fr 120px;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.045);
    }

    .payment-option:hover {
      border-color: rgba(229, 9, 20, 0.5);
      background: rgba(229, 9, 20, 0.1);
    }

    .payment-option input[type="checkbox"] {
      margin: 0;
    }

    .payment-option strong {
      display: block;
      color: var(--cream);
      text-transform: uppercase;
      font-size: 13px;
    }

    .payment-option span {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .payment-option input[type="number"] {
      min-height: 40px;
      padding: 9px 10px;
    }

    .payment-total {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 18px;
      border: 1px solid rgba(229, 9, 20, 0.42);
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(229, 9, 20, 0.18), rgba(255, 255, 255, 0.08));
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    }

    .payment-total span {
      color: var(--muted);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .payment-total strong {
      color: var(--cream);
      font-size: clamp(26px, 4vw, 42px);
      line-height: 1;
    }




    .upload-note {
      display: grid;
      gap: 10px;
      padding: 16px 18px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.055);
    }

    .upload-note strong {
      color: var(--cream);
      font-size: 14px;
      text-transform: uppercase;
    }

    .upload-note p {
      margin: 0;
      color: var(--muted);
      line-height: 1.55;
    }

    .payment-checkout {
      display: grid;
      gap: 10px;
      padding: 16px 18px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.055);
    }

    .payment-checkout .notice {
      max-width: 680px;
    }

    .notice {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
      margin: 0;
    }

    .status {
      display: none;
      padding: 14px 16px;
      border-radius: var(--radius);
      font-weight: 850;
      line-height: 1.5;
    }

    .status.ok {
      display: block;
      color: #d1fae5;
      background: rgba(52, 211, 153, 0.12);
      border: 1px solid rgba(52, 211, 153, 0.32);
    }

    .status.error {
      display: block;
      color: #fee2e2;
      background: rgba(239, 68, 68, 0.12);
      border: 1px solid rgba(239, 68, 68, 0.32);
    }

    .footer {
      padding: 34px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      text-align: center;
    }



    .whatsapp-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .whatsapp-icon {
      width: 23px;
      height: 23px;
      display: inline-block;
      background: currentColor;
      color: #22c55e;
      flex: 0 0 auto;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.01 3.2c-7.06 0-12.8 5.63-12.8 12.56 0 2.21.6 4.38 1.74 6.28L3.2 28.8l6.95-1.78a13.1 13.1 0 0 0 5.86 1.39c7.06 0 12.8-5.63 12.8-12.56S23.07 3.2 16.01 3.2Zm0 22.94c-1.86 0-3.68-.5-5.27-1.45l-.38-.23-4.13 1.06 1.1-4-.25-.4a10.17 10.17 0 0 1-1.59-5.36c0-5.68 4.72-10.3 10.52-10.3 5.8 0 10.52 4.62 10.52 10.3 0 5.68-4.72 10.38-10.52 10.38Zm5.8-7.72c-.32-.16-1.9-.92-2.2-1.03-.3-.11-.52-.16-.74.16-.22.32-.85 1.03-1.04 1.25-.19.21-.38.24-.7.08-.32-.16-1.35-.49-2.57-1.55-.95-.83-1.59-1.86-1.78-2.18-.19-.32-.02-.49.14-.65.15-.15.32-.38.48-.57.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.57-.08-.16-.74-1.75-1.02-2.4-.27-.63-.54-.54-.74-.55h-.63c-.22 0-.57.08-.87.4-.3.32-1.14 1.09-1.14 2.66 0 1.57 1.17 3.09 1.33 3.3.16.21 2.3 3.44 5.58 4.82.78.33 1.39.53 1.87.68.78.24 1.49.21 2.05.13.63-.09 1.9-.76 2.17-1.49.27-.73.27-1.36.19-1.49-.08-.13-.3-.21-.62-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.01 3.2c-7.06 0-12.8 5.63-12.8 12.56 0 2.21.6 4.38 1.74 6.28L3.2 28.8l6.95-1.78a13.1 13.1 0 0 0 5.86 1.39c7.06 0 12.8-5.63 12.8-12.56S23.07 3.2 16.01 3.2Zm0 22.94c-1.86 0-3.68-.5-5.27-1.45l-.38-.23-4.13 1.06 1.1-4-.25-.4a10.17 10.17 0 0 1-1.59-5.36c0-5.68 4.72-10.3 10.52-10.3 5.8 0 10.52 4.62 10.52 10.3 0 5.68-4.72 10.38-10.52 10.38Zm5.8-7.72c-.32-.16-1.9-.92-2.2-1.03-.3-.11-.52-.16-.74.16-.22.32-.85 1.03-1.04 1.25-.19.21-.38.24-.7.08-.32-.16-1.35-.49-2.57-1.55-.95-.83-1.59-1.86-1.78-2.18-.19-.32-.02-.49.14-.65.15-.15.32-.38.48-.57.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.57-.08-.16-.74-1.75-1.02-2.4-.27-.63-.54-.54-.74-.55h-.63c-.22 0-.57.08-.87.4-.3.32-1.14 1.09-1.14 2.66 0 1.57 1.17 3.09 1.33 3.3.16.21 2.3 3.44 5.58 4.82.78.33 1.39.53 1.87.68.78.24 1.49.21 2.05.13.63-.09 1.9-.76 2.17-1.49.27-.73.27-1.36.19-1.49-.08-.13-.3-.21-.62-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .questions-cta {
      padding: 34px 0;
      border-top: 1px solid var(--line);
      background: linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(255, 255, 255, 0.03));
    }

    .questions-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.055);
      padding: 22px;
      box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    }

    .questions-box h2 {
      margin: 0 0 8px;
      font-size: clamp(24px, 3vw, 36px);
      text-transform: uppercase;
    }

    .questions-box p {
      margin: 0;
      color: var(--muted);
      line-height: 1.6;
    }

    .footer a {
      color: var(--cream);
      font-weight: 850;
    }

    .footer a:hover {
      color: #ffdede;
    }

    .floating-signup {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 80;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 14px 20px;
      border: 1px solid rgba(255, 255, 255, 0.36);
      border-radius: var(--radius);
      background: linear-gradient(135deg, #ff101c, #970409);
      color: #fff;
      font-size: 14px;
      font-weight: 950;
      text-transform: uppercase;
      box-shadow: 0 18px 42px rgba(229, 9, 20, 0.42), 0 0 0 6px rgba(229, 9, 20, 0.12);
      animation: pulseSignup 1.9s ease-in-out infinite;
    }

    .floating-signup:hover {
      transform: translateY(-3px);
      box-shadow: 0 22px 50px rgba(229, 9, 20, 0.5), 0 0 0 8px rgba(229, 9, 20, 0.16);
    }

    @keyframes pulseSignup {
      0%, 100% { box-shadow: 0 18px 42px rgba(229, 9, 20, 0.42), 0 0 0 6px rgba(229, 9, 20, 0.12); }
      50% { box-shadow: 0 18px 42px rgba(229, 9, 20, 0.52), 0 0 0 11px rgba(229, 9, 20, 0.2); }
    }

    @media (max-width: 980px) {
      .hero { min-height: auto; }
      .hero-grid,
      .grid-2,
      .grid-3,
      .grid-4,
      .camping-reserve-grid,
      .supporters-grid,
      .location-grid,
      .video-grid,
      .location-details,
      .payment-option { grid-template-columns: 1fr; }
      .structure-grid .organizers-card .organizer-logo-links { grid-template-columns: 1fr; }
      .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .poster-frame { max-width: 560px; }
      .section-title { display: block; }
      .section-title p { margin-top: 14px; }
      .nav-links { display: none; }
      .form-grid { grid-template-columns: 1fr; }
      .questions-box {
        display: grid;
        align-items: start;
      }
      .supporter-card {
        min-height: 280px;
      }
    }

    @media (max-width: 560px) {
      .container { width: min(100% - 22px, var(--max)); }
      .brand-logo { width: 174px; }
      .hero { padding-top: 28px; }
      .hero-stats { grid-template-columns: 1fr; }
      fieldset,
      .form-shell,
      .card { padding: 18px; }
      .eyebrow { align-items: flex-start; line-height: 1.35; }
      .floating-signup {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-height: 50px;
        padding: 12px 14px;
      }
      .organizer-logo-link {
        grid-template-columns: 1fr auto;
        padding: 10px;
      }
      .supporter-card {
        min-height: 260px;
        padding: 24px 18px;
      }
      .supporter-logo-slot {
        height: 160px;
      }
    }



    .reservation-modal {
      position: fixed;
      inset: 0;
      z-index: 80;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(6px);
    }

    .reservation-modal.is-open {
      display: flex;
    }

    .reservation-card {
      width: min(520px, 100%);
      border: 1px solid rgba(229, 9, 20, 0.36);
      border-radius: var(--radius);
      background: linear-gradient(145deg, rgba(25, 25, 25, 0.98), rgba(92, 5, 10, 0.96));
      box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
      padding: clamp(22px, 4vw, 34px);
      color: var(--text);
      text-align: center;
    }

    .reservation-card h2 {
      margin: 0 0 10px;
      color: var(--cream);
      font-size: clamp(28px, 5vw, 44px);
      text-transform: uppercase;
    }

    .reservation-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.6;
    }

    .reservation-code {
      display: block;
      margin: 20px 0;
      padding: 16px 18px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: var(--radius);
      background: rgba(0, 0, 0, 0.48);
      color: var(--cream);
      font-size: clamp(22px, 6vw, 34px);
      font-weight: 950;
      line-height: 1.15;
      overflow-wrap: anywhere;
      user-select: all;
    }

    .reservation-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-top: 22px;
    }

    .reservation-actions .btn {
      min-width: 150px;
    }

    .btn.secondary {
      background: rgba(255, 255, 255, 0.08);
      color: var(--cream);
      border-color: rgba(255, 255, 255, 0.22);
    }

