    /* Event page: La Vibra Cubana */
    .event-page {
      padding: var(--header-top) 0 clamp(80px, 10vw, 140px);
      background: var(--bg);
      color: #111318;
      overflow-x: clip;
    }

    .ticket-landing {
      --ticket-green: #17241e;
      --ticket-green-2: #26352c;
      --ticket-cream: #fff8e8;
      --ticket-line: rgba(25, 21, 14, 0.16);
      --ticket-yellow: #ffc716;
      --ticket-yellow-2: #f7b80b;
      --ticket-red: #cf1f22;
      position: relative;
      isolation: isolate;
      width: min(1280px, calc(100% - (var(--stage-gap) * 2)));
      margin: 0 auto;
    }

	    .ticket-deco {
	      position: absolute;
	      z-index: -1;
	      pointer-events: none;
      user-select: none;
	      filter: drop-shadow(0 24px 28px rgba(28, 36, 25, 0.2));
	    }

	    .ticket-deco--drum {
	      width: min(190px, 15vw);
	      left: -98px;
      bottom: 15%;
      transform: rotate(-12deg);
    }

    .ticket-deco--flower {
      width: min(150px, 18vw);
      left: -104px;
      bottom: -18px;
      transform: rotate(10deg);
    }

	    .ticket-card {
	      position: relative;
	      isolation: isolate;
	      display: block;
	      overflow: visible;
	      border-radius: var(--stage-radius);
	      background: transparent;
	    }

	    .ticket-palms-bg {
	      position: absolute;
	      left: 50%;
	      z-index: -1;
	      display: block;
	      width: min(1180px, 92vw);
	      max-width: none;
	      height: auto;
	      pointer-events: none;
	      user-select: none;
	      opacity: 0.9;
	      filter: drop-shadow(0 34px 46px rgba(28, 36, 25, 0.16));
	      transform: translateX(-50%);
	    }

	    .ticket-palms-bg--hero {
	      top: clamp(-92px, -5vw, -52px);
	    }

	    .ticket-palms-bg--social {
	      top: 50%;
	      width: min(1240px, 96vw);
	      opacity: 0.82;
	      transform: translate(-50%, -50%);
	    }

	    .ticket-palms-bg--tickets {
	      bottom: clamp(14px, 3.8vw, 70px);
	      width: min(1120px, 92vw);
	      opacity: 0.78;
	    }

    .ticket-hero {
      position: relative;
      height: min(80svh, 820px);
      min-height: 560px;
      overflow: hidden;
      border-radius: inherit;
      background:
        linear-gradient(180deg, rgba(13, 18, 16, 0.08), rgba(13, 18, 16, 0.22)),
        var(--ticket-green);
      box-shadow: 0 40px 80px -28px rgba(31, 27, 18, 0.22);
    }

    .ticket-hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 34%;
      background: linear-gradient(180deg, transparent, rgba(23, 36, 30, 0.72));
      pointer-events: none;
    }

    .ticket-hero picture {
      position: absolute;
      inset: 0;
      display: block;
    }

    .ticket-hero-image {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .ticket-panel {
      position: relative;
      z-index: 2;
      width: min(1040px, calc(100% - 48px));
      margin: -100px auto 0;
      padding: clamp(30px, 4vw, 54px);
      border-radius: clamp(26px, 3vw, 40px);
      background: var(--card-bg);
      border: 1px solid rgba(13, 15, 24, 0.1);
      box-shadow:
        0 28px 38px -24px rgba(13, 15, 24, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
      text-align: center;
    }

    .ticket-panel + .ticket-panel {
      margin-top: clamp(18px, 2.6vw, 28px);
    }

    .ticket-panel-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-width: 190px;
      min-height: 50px;
      margin: clamp(24px, 3vw, 34px) auto 0;
      padding: 0 22px;
      border-radius: 16px;
      background: var(--ink);
      color: var(--fg);
      font-size: clamp(15px, 1.25vw, 17px);
      line-height: 1;
      font-weight: 400;
      overflow: hidden;
      text-decoration: none;
      transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    }

    .ticket-panel-cta:hover,
    .ticket-panel-cta:focus-visible {
      transform: translateY(-2px);
      background: var(--button-hover-bg);
      box-shadow: var(--button-hover-shadow);
      outline: none;
      text-decoration: none;
    }

    .ticket-panel-cta:hover .button-label span,
    .ticket-panel-cta:focus-visible .button-label span {
      transform: translateY(-110%);
    }

    .ticket-panel-cta:hover .button-label::after,
    .ticket-panel-cta:focus-visible .button-label::after {
      transform: translateY(-100%);
    }

    .ticket-panel-cta-arrow {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
      stroke-width: 2;
      transition: transform 180ms ease;
    }

    .ticket-panel-cta:hover .ticket-panel-cta-arrow,
    .ticket-panel-cta:focus-visible .ticket-panel-cta-arrow {
      transform: translateY(2px);
    }

    .ticket-picker {
      scroll-margin-top: clamp(88px, 9vw, 128px);
    }

    .event-lead + .ticket-panel {
      margin-top: clamp(36px, 5vw, 64px);
    }

    .event-lead {
      position: relative;
      isolation: isolate;
      margin: 200px auto clamp(28px, 4vw, 44px);
      padding: 0 clamp(20px, 4vw, 48px);
      max-width: 900px;
      text-align: center;
    }

    .event-about-kicker,
    .event-promise {
      position: relative;
      z-index: 1;
    }

    .event-about-kicker {
      margin: 0 0 clamp(14px, 1.8vw, 20px);
      color: rgba(13, 15, 24, 0.5);
      font-size: clamp(12px, 1.2vw, 14px);
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .event-promise {
      max-width: 760px;
      margin: 0 auto;
      color: var(--ink);
      font-size: clamp(24px, 3.2vw, 44px);
      line-height: 1.08;
      font-weight: 400;
    }

    .event-promise-media {
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      width: min(1040px, calc(100vw - 48px));
      aspect-ratio: 1845 / 832;
      margin: 0;
      overflow: hidden;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    .event-promise-image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.18;
    }

    .event-about {
      width: min(1040px, calc(100% - 48px));
      margin: 200px auto 0;
      text-align: center;
    }

    .event-subtitle {
      margin: 0 0 clamp(20px, 2.6vw, 30px);
      color: var(--ink);
      font-size: clamp(22px, 2.8vw, 34px);
      line-height: 1;
      font-weight: 400;
    }

    .event-about .event-subtitle + .event-subtitle,
    .event-audience + .event-subtitle {
      margin-top: clamp(36px, 5vw, 56px);
    }

    .event-audience {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: clamp(16px, 2.2vw, 26px);
      text-align: left;
    }

    .event-audience-card {
      display: flex;
      flex: 0 1 calc(33.333% - 18px);
      flex-direction: column;
      width: 100%;
      max-width: 340px;
      min-height: 230px;
      padding: clamp(28px, 3vw, 38px) clamp(24px, 2.6vw, 32px);
    }

    .event-audience-card .card-h {
      margin: auto 0 0;
    }

    .event-organizers {
      margin-top: clamp(96px, 12vw, 150px);
    }

    .event-organizers-head {
      margin-bottom: clamp(20px, 2.6vw, 30px);
    }

    .event-organizers-head .event-subtitle {
      margin-bottom: 0;
    }

    .event-organizers-arrows {
      display: none;
    }

    .event-organizers-slider {
      cursor: default;
      overflow: visible;
      padding: 0;
      margin: 0;
    }

    .event-organizers-track {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(16px, 2.2vw, 26px);
      padding: 0;
    }

    .event-organizers-track::after {
      display: none;
    }

    .event-organizer-card {
      width: 100%;
      min-width: 0;
    }

    .program-stage {
      position: relative;
      display: flex;
      justify-content: center;
      margin: 200px 0;
      padding: 0;
    }

    .program-graphic {
      position: relative;
      width: 68%;
      min-width: 300px;
      max-width: 700px;
      aspect-ratio: 4 / 5;
      border-radius: clamp(20px, 2.4vw, 32px);
      overflow: hidden;
      border: 1px solid rgba(13, 15, 24, 0.1);
      background: var(--ticket-green);
      box-shadow: 0 40px 70px -34px rgba(13, 15, 24, 0.5);
    }

    .program-graphic img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .program-chips {
      position: absolute;
      inset: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      pointer-events: none;
    }

    .program-chip {
      position: absolute;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 18px;
      border-radius: 999px;
      background: #fff;
      color: var(--ink);
      font-size: clamp(13px, 1.35vw, 16px);
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      box-shadow: 0 16px 30px -16px rgba(13, 15, 24, 0.42);
      font-size: 20px;
      pointer-events: auto;
      transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
    }

    .program-chip span {
      font-size: 1.15em;
      line-height: 1;
    }

    .program-chip--1 { top: 8%;  left: 8%;  transform: rotate(-4deg); }
    .program-chip--2 { top: 19%; right: 6%; transform: rotate(3deg); }
    .program-chip--3 { top: 42%; left: 4%;  transform: rotate(-3deg); }
    .program-chip--4 { top: 54%; right: 4%; transform: rotate(4deg); }
    .program-chip--5 { top: 73%; left: 7%;  transform: rotate(-2deg); }
    .program-chip--6 { bottom: 7%; right: 8%; transform: rotate(3deg); }

    .program-chip:hover {
      transform: rotate(0deg) scale(1.04);
      box-shadow: 0 22px 38px -16px rgba(13, 15, 24, 0.5);
    }

    @media (max-width: 760px) {
      .event-lead {
        margin-top: 100px;
      }

      .event-about {
        margin-top: 100px;
      }

	      .event-promise {
	        font-size: clamp(28px, 6.4vw, 40px);
	      }

      .event-organizers-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 0 16px;
        text-align: left;
      }

      .event-organizers-arrows {
        display: flex;
      }

      .event-organizers-arrows .slider-arrow {
        width: 36px;
        height: 36px;
      }

      .event-organizers-arrows .slider-arrow-icon {
        width: 16px;
        height: 16px;
      }

      .event-organizers-slider {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        cursor: grab;
        overflow-x: auto;
        overflow-y: visible;
      }

      .event-organizers-track {
        display: flex;
        gap: 16px;
        padding: 0 16px;
      }

      .event-organizers-track::after {
        display: block;
        flex: 0 0 16px;
        margin-left: -16px;
      }

      .event-organizer-card {
        flex: 0 0 min(80vw, 320px);
        width: auto;
      }

	      .program-stage {
        width: 100vw;
        margin: 100px 0;
        margin-left: 50%;
        transform: translateX(-50%);
        overflow: visible;
        padding: 0;
      }

      .program-graphic {
        width: calc(100vw - 64px);
        min-width: 0;
        max-width: none;
      }

      .program-chips {
        display: block;
      }

      .program-chip {
        gap: 6px;
        padding: 8px 12px;
        font-size: 13px;
      }

      .ticket-stepper {
        grid-template-columns: 40px 40px 40px;
      }

      .ticket-buy-row {
        gap: 10px;
      }

      .ticket-buy-button {
        gap: 10px;
        padding: 0 16px;
        font-size: clamp(16px, 4.4vw, 22px);
      }
    }

	    .event-social {
	      position: relative;
	      isolation: isolate;
	      margin-top: clamp(44px, 6vw, 84px);
	    }

    @media (max-width: 680px) {
      .event-audience {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
      }

      .event-audience-card {
        flex-basis: auto;
        max-width: none;
        position: sticky;
        margin-bottom: 18px;
      }

      .event-audience-card:nth-child(1) { top: 200px; z-index: 1; }
      .event-audience-card:nth-child(2) { top: 224px; z-index: 2; }
      .event-audience-card:nth-child(3) { top: 248px; z-index: 3; }

      .familia-card.event-audience-card:nth-child(1),
      .familia-card.event-audience-card:nth-child(2),
      .familia-card.event-audience-card:nth-child(3) {
        transform: none;
      }
    }

    /* ── Artyści / prowadzący (sekcja powtarzalna) ── */
    .event-artists {
      margin-top: clamp(56px, 8vw, 110px);
      text-align: center;
    }

    .event-artists-title {
      margin: 0;
      color: var(--ink);
      font-size: clamp(40px, 6vw, 96px);
      line-height: 0.96;
      font-weight: 400;
    }

    .event-artists-lead {
      max-width: 560px;
      margin: clamp(12px, 1.6vw, 18px) auto clamp(36px, 5vw, 64px);
      color: rgba(13, 15, 24, 0.66);
      font-size: clamp(15px, 1.5vw, 19px);
      line-height: 1.4;
    }

    .artist-list {
      display: grid;
      gap: clamp(32px, 5vw, 72px);
    }

	    .artist {
	      display: grid;
	      grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	      gap: clamp(24px, 4vw, 56px);
	      align-items: start;
	      text-align: left;
	    }

    .artist:nth-child(even) .artist-media {
      order: 2;
    }

	    .artist-media {
	      position: sticky;
	      top: clamp(96px, 7vw, 132px);
	      align-self: start;
	      aspect-ratio: 2 / 3;
	      overflow: hidden;
	      border-radius: clamp(20px, 2.4vw, 32px);
      background: var(--ticket-green);
      border: 1px solid rgba(13, 15, 24, 0.1);
      box-shadow: 0 34px 64px -30px rgba(31, 27, 18, 0.45);
    }

    .artist-media-asset {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .artist-tagline {
      margin: 0 0 10px;
      color: var(--ticket-green-2);
      font-size: clamp(13px, 1.3vw, 15px);
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .artist-name {
      margin: 0 0 clamp(16px, 2vw, 24px);
      color: var(--ink);
      font-size: clamp(32px, 4vw, 56px);
      line-height: 0.98;
      font-weight: 400;
    }

    .artist-text {
      max-width: 56ch;
      margin: 0 0 14px;
      color: rgba(13, 15, 24, 0.74);
      font-size: clamp(15px, 1.4vw, 18px);
      line-height: 1.5;
    }

    .artist-text:last-child {
      margin-bottom: 0;
    }

    .artist-media--teaser {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px dashed rgba(13, 15, 24, 0.18);
      background: var(--card-bg);
    }

    .artist-media--teaser span {
      color: rgba(13, 15, 24, 0.4);
      font-size: clamp(20px, 2.4vw, 30px);
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .event-artists + .ticket-panel {
      margin-top: clamp(48px, 7vw, 96px);
    }

    @media (max-width: 760px) {
      .artist {
        grid-template-columns: 1fr;
        text-align: left;
      }

      .artist:nth-child(even) .artist-media {
        order: 0;
      }

	      .artist-media {
	        position: relative;
	        top: auto;
	        width: 100%;
	        max-width: 340px;
	        margin-inline: auto;
      }

      .artist-text {
        margin-inline: 0;
      }

      .event-page--la-vibra .ticket-card > .ticket-panel .ticket-intro {
        text-align: center;
      }
    }

    .ticket-tags {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 0 0 clamp(16px, 2vw, 24px);
    }

    .ticket-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0;
      padding: 8px 16px 8px 12px;
      border-radius: 999px;
      background: #41433a;
      color: var(--ticket-cream);
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
    }

    .ticket-pill-icon {
      display: inline-flex;
      flex: 0 0 auto;
      color: var(--ticket-yellow);
    }

    .ticket-pill-icon svg {
      width: 18px;
      height: 18px;
    }

    .event-page--la-vibra .ticket-tags,
    .event-page--alma-de-zouk .ticket-tags {
      margin: 0 0 clamp(18px, 2.4vw, 28px);
    }

    .event-page--la-vibra .ticket-pill,
    .event-page--alma-de-zouk .ticket-pill {
      min-height: 34px;
      padding: 0 12px;
      background: rgba(13, 15, 24, 0.06);
      border: 1px solid rgba(13, 15, 24, 0.08);
      color: var(--ink);
      font-size: 13px;
      font-weight: 400;
      box-shadow: none;
    }

    .event-page--la-vibra .ticket-pill-icon,
    .event-page--alma-de-zouk .ticket-pill-icon {
      color: rgba(13, 15, 24, 0.6);
    }

    .event-page--la-vibra .ticket-pill-icon svg,
    .event-page--alma-de-zouk .ticket-pill-icon svg {
      width: 16px;
      height: 16px;
    }

    .ticket-title {
      width: 100%;
      margin: 0 0 clamp(16px, 2.2vw, 26px);
      color: #111318;
      font-size: clamp(40px, 5vw, 72px);
      line-height: 0.96;
      font-weight: 400;
      white-space: nowrap;
    }

    .ticket-intro {
      max-width: 620px;
      margin: clamp(24px, 4vw, 38px) auto 0;
      color: #191b20;
      font-size: clamp(15px, 1.45vw, 18px);
      line-height: 1.44;
      text-align: center;
    }

    .ticket-countdown {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(10px, 2vw, 16px);
      width: min(100%, 620px);
      margin: clamp(28px, 5vw, 46px) auto 0;
    }

    .ticket-countdown-item {
      display: grid;
      gap: 6px;
      justify-items: center;
      padding: clamp(14px, 2.6vw, 22px) 10px;
      border: 1px solid rgba(13, 15, 24, 0.1);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.48);
      color: #111318;
    }

    .ticket-countdown-item strong {
      font-size: clamp(28px, 4.4vw, 44px);
      line-height: 0.95;
      font-weight: 500;
      letter-spacing: 0;
    }

    .ticket-countdown-item span {
      color: rgba(13, 15, 24, 0.62);
      font-size: 12px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0;
    }

    .ticket-picker h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin: 0 0 clamp(24px, 4vw, 38px);
      color: #191b20;
      font-size: clamp(25px, 4vw, 34px);
      line-height: 1;
      font-weight: 700;
      text-align: center;
    }

    .ticket-picker h2 span {
      color: rgba(13, 15, 24, 0.5);
      font-size: 18px;
    }

    .ticket-options {
      display: grid;
      gap: 14px;
    }

    .ticket-option {
      position: relative;
      display: grid;
      grid-template-columns: minmax(108px, 0.42fr) minmax(0, 1fr) auto 28px;
      gap: clamp(14px, 2.6vw, 24px);
      align-items: center;
      width: 100%;
      min-height: 128px;
      padding: 18px 22px;
      border: 1.5px solid rgba(13, 15, 24, 0.1);
      border-radius: 18px;
      background: rgba(13, 15, 24, 0.022);
      color: var(--ink);
      text-align: left;
      cursor: pointer;
      transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
    }

    .ticket-option::before {
      display: none;
    }

    .ticket-option:hover,
    .ticket-option:focus-visible {
      transform: translateY(-2px);
      border-color: rgba(13, 15, 24, 0.28);
      box-shadow: 0 18px 34px -22px rgba(13, 15, 24, 0.32);
      outline: none;
    }

    .ticket-option.is-active {
      border-color: var(--ink);
      background: rgba(13, 15, 24, 0.045);
      box-shadow: 0 22px 40px -24px rgba(13, 15, 24, 0.32);
    }

    .ticket-option.is-disabled,
    .ticket-option:disabled {
      opacity: 0.42;
      cursor: not-allowed;
      background: rgba(13, 15, 24, 0.015);
      border-color: rgba(13, 15, 24, 0.09);
      box-shadow: none;
      filter: grayscale(0.25);
    }

    .ticket-option.is-disabled:hover,
    .ticket-option.is-disabled:focus-visible,
    .ticket-option:disabled:hover,
    .ticket-option:disabled:focus-visible {
      transform: none;
      border-color: rgba(13, 15, 24, 0.09);
      box-shadow: none;
      outline: none;
    }

    .ticket-option > * {
      position: relative;
      z-index: 1;
    }

    .ticket-option-main {
      display: grid;
      gap: 8px;
      align-content: center;
    }

    .ticket-option-name {
      color: #111318;
      font-size: clamp(17px, 1.8vw, 21px);
      line-height: 1.04;
      font-weight: 700;
    }

    .ticket-option-stock {
      color: rgba(13, 15, 24, 0.56);
      font-size: 13px;
      line-height: 1.1;
      font-weight: 600;
      letter-spacing: 0;
    }

    .ticket-option-stock.is-empty {
      color: rgba(13, 15, 24, 0.42);
    }

    .ticket-option-benefits {
      display: grid;
      gap: 7px;
      color: #202225;
      font-size: clamp(13px, 1.35vw, 15px);
      line-height: 1.25;
    }

    .ticket-option-benefits span::before {
      content: "✓";
      margin-right: 8px;
      color: var(--ink);
      font-weight: 700;
    }

    .ticket-option-price {
      color: #16181c;
      font-size: clamp(20px, 2.4vw, 26px);
      line-height: 1;
      font-weight: 700;
      white-space: nowrap;
    }

    .ticket-radio {
      width: 28px;
      height: 28px;
      border: 3px solid rgba(13, 15, 24, 0.22);
      border-radius: 50%;
      background: #fff;
      box-shadow: inset 0 0 0 5px #fff;
    }

    .ticket-option.is-active .ticket-radio {
      border-color: var(--ink);
      background: var(--ink);
    }

    .ticket-option.is-disabled .ticket-radio,
    .ticket-option:disabled .ticket-radio {
      border-color: rgba(13, 15, 24, 0.2);
      background: transparent;
      box-shadow: inset 0 0 0 5px #fff;
    }

    .ticket-buy-row {
      display: flex;
      align-items: stretch;
      gap: 14px;
      width: min(560px, 100%);
      margin: clamp(22px, 4vw, 36px) auto 0;
    }

    @media (max-width: 600px) {
      .ticket-buy-row {
        flex-direction: column;
      }

      .ticket-buy-row .ticket-stepper {
        justify-content: center;
        min-height: 56px;
      }

      .ticket-buy-row .ticket-buy-button {
        width: 100%;
        min-height: 60px;
      }
    }

    .ticket-stepper {
      display: grid;
      grid-template-columns: 52px 56px 52px;
      align-items: center;
      flex: 0 0 auto;
      min-height: 68px;
      border: 1.5px solid rgba(13, 15, 24, 0.12);
      border-radius: var(--button-radius);
      background: rgba(13, 15, 24, 0.03);
    }

    .ticket-stepper strong {
      color: #111318;
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      text-align: center;
    }

    .ticket-stepper-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: #111318;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      transition: background 180ms ease;
    }

    .ticket-stepper-btn:hover,
    .ticket-stepper-btn:focus-visible {
      background: rgba(13, 15, 24, 0.06);
      outline: none;
    }

    .ticket-stepper.is-disabled,
    .ticket-stepper-btn:disabled {
      opacity: 0.46;
      cursor: not-allowed;
    }

    .ticket-stepper-btn:disabled:hover,
    .ticket-stepper-btn:disabled:focus-visible {
      background: transparent;
    }

    .ticket-buy-button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex: 1 1 auto;
      min-height: 68px;
      margin: 0;
      padding: 0 28px;
      border-radius: var(--button-radius);
      background: var(--ink);
      color: var(--fg);
      font-size: clamp(20px, 2.6vw, 26px);
      line-height: 1;
      font-weight: 400;
      overflow: hidden;
      transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    }

    .ticket-buy-button small {
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      color: rgba(245, 247, 249, 0.66);
      white-space: nowrap;
    }

    .ticket-buy-button:hover,
    .ticket-buy-button:focus-visible {
      transform: translateY(-2px);
      background: var(--button-hover-bg);
      box-shadow: var(--button-hover-shadow);
      outline: none;
    }

    .ticket-buy-button:disabled,
    .ticket-buy-button:disabled:hover,
    .ticket-buy-button:disabled:focus-visible {
      opacity: 0.46;
      cursor: not-allowed;
      transform: none;
      background: var(--ink);
      box-shadow: none;
    }

    .ticket-buy-button:hover .button-label span,
    .ticket-buy-button:focus-visible .button-label span {
      transform: translateY(-110%);
    }

	    .ticket-buy-button:hover .button-label::after,
	    .ticket-buy-button:focus-visible .button-label::after {
	      transform: translateY(-100%);
	    }

	    .ticket-consents {
	      display: grid;
	      gap: 10px;
	      width: min(760px, 100%);
	      margin: 16px auto 0;
	    }

	    .ticket-terms-consent {
	      display: flex;
	      align-items: flex-start;
	      gap: 10px;
	      width: 100%;
	      margin: 0;
	      color: rgba(13, 15, 24, 0.72);
	      font-size: 13px;
	      line-height: 1.35;
	      font-weight: 400;
	      text-align: left;
	      cursor: pointer;
	    }

	    .ticket-terms-consent input[type="checkbox"] {
	      flex: 0 0 auto;
	      width: 16px;
	      height: 16px;
	      margin: 1px 0 0;
	      accent-color: var(--ink);
	      cursor: pointer;
	    }

	    .ticket-terms-consent a {
	      color: inherit;
	      text-decoration: underline;
	      text-underline-offset: 3px;
	      transition: color 180ms ease;
	    }

	    .ticket-terms-consent a:hover,
	    .ticket-terms-consent a:focus-visible {
	      color: #0d0f18;
	    }

	    .ticket-benefits {
	      display: grid;
	      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: clamp(30px, 5vw, 48px);
    }

    .ticket-benefits div {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #111318;
      font-size: clamp(13px, 1.9vw, 16px);
      line-height: 1.05;
      font-weight: 700;
    }

    .ticket-benefits svg {
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
    }

    .ticket-payment-methods {
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: 720px;
      margin: clamp(24px, 4vw, 40px) auto 0;
      padding-top: clamp(18px, 3vw, 28px);
      border-top: 1px solid rgba(13, 15, 24, 0.08);
      overflow: hidden;
    }

	    .ticket-payment-methods img {
	      display: block;
	      flex: 0 1 auto;
	      width: 100%;
	      min-width: 0;
	      max-width: 100%;
	      height: auto;
	    }

	    .ticket-terms-link-wrap {
	      position: relative;
	      z-index: 3;
	      margin: clamp(18px, 3vw, 30px) auto 0;
	      text-align: center;
	    }

	    .ticket-terms-link {
	      display: inline-flex;
	      align-items: center;
	      justify-content: center;
	      color: rgba(13, 15, 24, 0.72);
	      font-size: 15px;
	      line-height: 1.3;
	      font-weight: 400;
	      text-decoration: underline;
	      text-underline-offset: 4px;
	      transition: color 180ms ease;
	    }

	    .ticket-terms-link:hover,
	    .ticket-terms-link:focus-visible {
	      color: #0d0f18;
	    }

	    @media (max-width: 980px) {
      .event-page {
        padding-top: var(--stage-gap);
      }

      .ticket-landing {
        width: min(100% - (var(--stage-gap) * 2), 1280px);
      }

	      .ticket-deco--drum,
	      .ticket-deco--flower {
	        display: none;
	      }

	      .ticket-palms-bg {
	        width: min(980px, 118vw);
	        opacity: 0.72;
	      }

      .ticket-hero {
        height: 20svh;
        min-height: 400px;
      }

      .ticket-date {
        flex-wrap: wrap;
      }

      .ticket-option {
        grid-template-columns: 1fr auto auto;
        gap: 8px 14px;
        min-height: 0;
        padding: 18px 18px 20px;
      }

      .ticket-option-main {
        grid-column: 1 / 2;
        grid-row: 1;
        align-self: center;
      }

      .ticket-option-price {
        grid-column: 2 / 3;
        grid-row: 1;
        align-self: center;
      }

      .ticket-option-benefits {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-right: 0;
      }

      /* Radio w gridzie (obok ceny), nie absolutnie — nie nachodzi na cenę przy krótkiej karcie. */
      .ticket-radio {
        grid-column: 3 / 4;
        grid-row: 1;
        align-self: center;
        position: static;
        right: auto;
        bottom: auto;
      }

      .ticket-buy-button {
        min-height: 66px;
      }

      .ticket-benefits {
        gap: 12px;
      }
    }

    @media (max-width: 520px) {
      .ticket-buy-row {
        flex-wrap: wrap;
      }

      .ticket-buy-row .ticket-stepper {
        flex: 1 1 100%;
        justify-content: center;
      }

      .ticket-buy-row .ticket-buy-button {
        flex: 1 1 100%;
      }

      .ticket-card {
        border-radius: 28px;
      }

      .ticket-panel {
        width: calc(100% - 24px);
        margin-top: -72px;
        padding-inline: 18px;
      }

      .ticket-intro {
        text-align: left;
      }

      .ticket-picker h2 {
        gap: 8px;
      }

      .ticket-benefits {
        grid-template-columns: 1fr;
      }

      .ticket-benefits div {
        justify-content: flex-start;
      }
    }

    @media (max-width: 460px) {
      .ticket-title {
        font-size: 40px;
        white-space: normal;
      }
    }

    @media (max-width: 390px) {
      .ticket-title {
        width: 100%;
        margin: 0 0 clamp(16px, 2.2vw, 26px);
        color: #111318;
        font-size: 40px;
        line-height: 0.96;
        font-weight: 400;
        white-space: normal;
      }

      .ticket-intro {
        max-width: 620px;
        margin: clamp(24px, 4vw, 38px) auto 0;
        color: #191b20;
        font-size: clamp(15px, 1.45vw, 18px);
        line-height: 1.44;
        text-align: center;
      }

      .ticket-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
	    /* ── Social video modal ── */
	    .social-video-modal {
	      position: fixed;
	      inset: 0;
	      z-index: 1010;
	      display: flex;
	      align-items: center;
	      justify-content: center;
	      padding: 16px;
	    }

	    .social-video-modal[hidden] { display: none; }

	    .social-video-modal-backdrop {
	      position: absolute;
	      inset: 0;
	      background: rgba(13, 15, 24, 0.72);
	      -webkit-backdrop-filter: blur(8px);
	      backdrop-filter: blur(8px);
	    }

	    .social-video-modal-dialog {
	      position: relative;
	      width: min(430px, calc(100vw - 32px), calc((100svh - 32px) * 9 / 16));
	      aspect-ratio: 9 / 16;
	      border-radius: 28px;
	      overflow: hidden;
	      background: #05070a;
	      box-shadow: 0 42px 96px -32px rgba(0, 0, 0, 0.78);
	    }

	    .social-video-modal-player {
	      width: 100%;
	      height: 100%;
	      display: block;
	      object-fit: contain;
	      background: #05070a;
	    }

	    .social-video-modal-close {
	      position: absolute;
	      top: 12px;
	      right: 12px;
	      z-index: 2;
	      width: 40px;
	      height: 40px;
	      display: inline-flex;
	      align-items: center;
	      justify-content: center;
	      border: 0;
	      border-radius: 999px;
	      background: rgba(245, 247, 249, 0.92);
	      color: #0d0f18;
	      box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.65);
	      cursor: pointer;
	    }

	    .social-video-modal-close svg {
	      width: 20px;
	      height: 20px;
	    }
    /* ── Marginesy boczne sekcji eventu na mobile ── */
    @media (max-width: 600px) {
      /* Hero / cała sekcja: 16px od krawędzi ekranu */
      .ticket-landing {
        width: calc(100% - 32px);
      }

      /* Karta info: 24px od krawędzi (8px wcięcia w karcie) */
      .ticket-card > .ticket-panel:not(.ticket-picker) {
        width: calc(100% - 16px);
        margin-left: auto;
        margin-right: auto;
      }

      /* Kolejne sekcje: 16px od krawędzi (pełna szerokość karty) */
      .ticket-card > .ticket-picker {
        width: 100%;
      }

      .event-about {
        width: 100%;
      }

      .event-lead {
        padding-left: 0;
        padding-right: 0;
      }
    }

/* Natywny formularz WooCommerce osadzony w layoucie eventu. */
.event-product-native-cart {
  width: min(100%, 860px);
  margin: clamp(28px, 4vw, 44px) auto 0;
}

.event-product-native-cart form.cart {
  margin: 0;
}

.event-product-native-cart.has-ticket-option-cards table.variations {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.event-product-native-cart table.variations {
  width: 100%;
  margin: 0 0 24px;
  border: 0;
}

.event-product-native-cart table.variations th,
.event-product-native-cart table.variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.event-product-native-cart table.variations label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.event-product-native-cart table.variations select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--ticket-line);
  border-radius: 14px;
  background: #fff;
  color: #111318;
}

.event-product-native-cart .reset_variations {
  display: inline-block;
  margin-top: 8px;
}

.event-product-native-cart .woocommerce-variation {
  margin: 18px 0;
}

.event-product-native-cart .woocommerce-variation-price {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
}

.event-product-native-cart .woocommerce-variation-availability,
.event-product-native-cart .stock {
  margin: 8px 0;
  color: rgba(13, 15, 24, 0.68);
}

.event-product-native-cart .woocommerce-variation-add-to-cart,
.event-product-native-cart form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.event-product-native-cart .ticket-stepper {
  display: grid;
  grid-template-columns: 48px minmax(62px, auto) 48px;
  align-items: center;
  min-height: 64px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ticket-line);
  border-radius: 999px;
  background: #fff;
}

.event-product-native-cart .ticket-stepper input.qty {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111318;
  font: inherit;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.event-product-native-cart .ticket-stepper input.qty::-webkit-inner-spin-button,
.event-product-native-cart .ticket-stepper input.qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.event-product-native-cart button.single_add_to_cart_button.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 240px;
  min-height: 64px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--ticket-green, #0d0f18);
  color: #fff;
  font: inherit;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.event-product-native-cart button.single_add_to_cart_button.button.alt:hover,
.event-product-native-cart button.single_add_to_cart_button.button.alt:focus-visible {
  transform: translateY(-2px);
  background: var(--ticket-green-2, #252832);
  color: #fff;
  box-shadow: none;
  outline: none;
}

.event-product-native-cart button.single_add_to_cart_button.button.alt:disabled,
.event-product-native-cart button.single_add_to_cart_button.button.alt.disabled {
  transform: none;
  background: var(--ticket-green, #0d0f18);
  color: #fff;
  cursor: not-allowed;
  opacity: 0.48;
}

.event-product-native-cart .ticket-consents {
  flex: 1 1 100%;
}

.event-product .woocommerce-notices-wrapper {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 20px;
}

.event-product-placeholder {
  width: min(920px, calc(100% - 32px));
  margin: clamp(36px, 7vw, 96px) auto;
  padding: clamp(32px, 6vw, 80px);
  border-radius: clamp(24px, 4vw, 48px);
  background: #fff;
  color: #111318;
  text-align: center;
}

.event-product-placeholder__image {
  width: 100%;
  max-height: 440px;
  margin-bottom: 28px;
  border-radius: 24px;
  object-fit: cover;
}

.event-product-placeholder__eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-product-placeholder h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 0.96;
}

.event-product-placeholder__purchase {
  max-width: 620px;
  margin: 32px auto 0;
}

@media (max-width: 600px) {
  .event-product-native-cart .woocommerce-variation-add-to-cart,
  .event-product-native-cart form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: 1fr;
  }

  .event-product-native-cart .ticket-stepper,
  .event-product-native-cart button.single_add_to_cart_button.button.alt {
    width: 100%;
  }
}
