/* Ziua Copiilor — csak /ziua-copiilor (nem módosítja a /new oldalt) */
:root {
    --zc-bg: #0a0b10;
    --zc-surface: rgba(18, 20, 32, 0.92);
    --zc-border: rgba(255, 255, 255, 0.08);
    --zc-glow: rgba(255, 184, 77, 0.35);
    --zc-accent: #ffb84d;
    --zc-accent2: #5ec8ff;
    --zc-text: #f0f2fa;
    --zc-muted: rgba(240, 242, 250, 0.62);
    --zc-radius: 16px;
    --zc-font: "Montserrat", system-ui, sans-serif;
    --zc-mono: "Space Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.zc-page {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: var(--zc-font);
    color: var(--zc-text);
    background: var(--zc-bg);
    -webkit-font-smoothing: antialiased;
}

.zc-page__bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(255, 184, 77, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 40% at 100% 30%, rgba(94, 200, 255, 0.1), transparent 50%),
        radial-gradient(ellipse 50% 40% at 0% 80%, rgba(255, 120, 180, 0.06), transparent 45%),
        var(--zc-bg);
}

.zc-page__squiggles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    animation: zc-page-squiggle-drift 36s ease-in-out infinite alternate;
}

.zc-page__squiggles path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.07);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zc-page__squiggles path:nth-child(2n) {
    stroke: rgba(210, 218, 230, 0.06);
}

.zc-page__squiggles path:nth-child(3n) {
    stroke: rgba(255, 255, 255, 0.05);
    stroke-width: 1.5;
}

@keyframes zc-page-squiggle-drift {
    from { transform: translateY(0) scale(1); opacity: 0.32; }
    to { transform: translateY(-1.5%) scale(1.02); opacity: 0.48; }
}

/* —— Top: nav + apechain-style hero slider —— */
.zc-top {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1.5rem;
}

.zc-wrap {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: min(100% - 2rem, 78rem);
    margin: 0 auto;
    padding: 0 1rem 4rem;
}

.zc-wrap__main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* —— Nav —— */
.zc-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem max(1rem, env(safe-area-inset-right)) 0.65rem max(1rem, env(safe-area-inset-left));
    max-width: 78rem;
    margin: 0 auto;
}

.zc-nav--on-hero {
    position: relative;
    z-index: 5;
    background: linear-gradient(180deg, rgba(10, 11, 16, 0.88) 0%, transparent 100%);
}

.zc-wrap > .zc-nav,
body.zc-page .zc-wrap .zc-nav--sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(10, 11, 16, 0.92) 0%, rgba(10, 11, 16, 0.65) 100%);
    border-bottom: 1px solid var(--zc-border);
    margin-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
}

.zc-nav__logo img {
    display: block;
    height: 40px;
    width: auto;
    max-width: 160px;
}

.zc-nav__links {
    display: flex;
    align-items: center;
    gap: 0.5rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.zc-nav__links a {
    color: var(--zc-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.zc-nav__links a:hover { color: var(--zc-accent); }

@media (max-width: 767px) {
    .zc-nav {
        flex-wrap: nowrap;
        gap: 0.65rem;
        overflow-x: clip;
    }

    .zc-nav__logo img {
        height: 34px;
        max-width: 120px;
    }

    .zc-nav__links {
        flex: 0 0 auto;
        gap: 0;
        margin-left: auto;
    }

    .zc-nav__link--desktop {
        display: none !important;
    }

    .zc-nav__link--rezervare {
        display: inline-flex;
        align-items: center;
        padding: 0.45rem 0.85rem;
        border-radius: 999px;
        border: 1px solid rgba(120, 255, 180, 0.45);
        background: rgba(40, 120, 80, 0.35);
        color: #e8fff0 !important;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .zc-nav__link--rezervare:hover {
        color: #fff !important;
        border-color: rgba(160, 255, 200, 0.75);
    }
}

/* —— Hero arena: mozgó zöld háttér + 3D coverflow (apechain.com) —— */
.zc-hero-arena {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 2.5rem;
    overflow-x: clip;
    overflow-x: hidden;
    overflow-y: visible;
}

.zc-hero-arena__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0a1f14;
    overflow: hidden;
}

.zc-hero-arena__bg::before,
.zc-hero-arena__bg::after {
    content: "";
    position: absolute;
    inset: -40%;
    pointer-events: none;
}

/* Topográf / koncentrikus vonalak — lassú mozgás */
.zc-hero-arena__bg::before {
    background:
        repeating-radial-gradient(circle at 50% 55%, transparent 0 38px, rgba(120, 220, 160, 0.07) 38px 39px),
        repeating-radial-gradient(circle at 48% 52%, transparent 0 72px, rgba(80, 180, 120, 0.05) 72px 73px),
        radial-gradient(ellipse 90% 70% at 50% 100%, rgba(40, 120, 70, 0.35) 0%, transparent 55%);
    animation: zc-bg-spin 48s linear infinite;
}

.zc-hero-arena__bg::after {
    background: radial-gradient(ellipse 60% 50% at 30% 20%, rgba(255, 184, 77, 0.08) 0%, transparent 50%);
    animation: zc-bg-pulse 8s ease-in-out infinite alternate;
}

.zc-hero-arena__squiggles {
    position: absolute;
    inset: -5% -8%;
    width: 116%;
    height: 110%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.55;
    animation: zc-squiggle-drift 28s ease-in-out infinite alternate;
}

.zc-hero-arena__squiggles path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.14);
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.zc-hero-arena__squiggles path:nth-child(2n) {
    stroke: rgba(220, 228, 240, 0.11);
    stroke-width: 1.1;
}

.zc-hero-arena__squiggles path:nth-child(3n) {
    stroke: rgba(255, 255, 255, 0.09);
    stroke-width: 1.6;
}

@keyframes zc-squiggle-drift {
    from {
        transform: translate(0, 0) rotate(-1deg) scale(1);
        opacity: 0.45;
    }
    to {
        transform: translate(1.5%, -1%) rotate(1.5deg) scale(1.03);
        opacity: 0.62;
    }
}

@keyframes zc-bg-spin {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1.08); }
}

@keyframes zc-bg-pulse {
    from { opacity: 0.5; transform: translate(0, 0); }
    to { opacity: 1; transform: translate(2%, -1%); }
}

.zc-hero-arena__head {
    position: relative;
    z-index: 3;
    max-width: 78rem;
    margin: 0 auto 0.5rem;
    padding: 0 max(1rem, env(safe-area-inset-left)) 0 max(1rem, env(safe-area-inset-right));
    text-align: center;
}

.zc-hero-arena__kicker {
    margin: 0;
    font-family: var(--zc-mono);
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 0.95;
    color: rgba(200, 255, 220, 0.95);
    text-shadow: 0 0 40px rgba(100, 220, 150, 0.35);
}

.zc-hero-arena__kicker-line {
    display: block;
}

.zc-hero-arena__kicker-line--brand {
    font-size: 0.62em;
    letter-spacing: 0.12em;
    color: rgba(255, 184, 77, 0.95);
    text-shadow: 0 0 32px rgba(255, 184, 77, 0.25);
}

.zc-hero-arena__meta {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    color: rgba(220, 240, 230, 0.65);
}

.zc-coverflow {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 0 max(0.5rem, env(safe-area-inset-left)) 1.25rem max(0.5rem, env(safe-area-inset-right));
}

.zc-coverflow__scene {
    position: relative;
    height: clamp(24rem, 50vw, 36rem);
    min-height: 22rem;
    perspective: 1400px;
    perspective-origin: 50% 50%;
    overflow: visible;
    margin: 0 auto;
    max-width: min(96rem, 100%);
}

.zc-coverflow__card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(90vw, 580px);
    min-width: 280px;
    max-width: 580px;
    margin: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate(-50%, -50%) scale(0.58) rotateY(38deg);
    opacity: 0.35;
    transition:
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.55s ease,
        filter 0.55s ease;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0c1018;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
    cursor: pointer;
    will-change: transform, opacity;
}

.zc-coverflow__card.is-center {
    opacity: 1;
    z-index: 20;
    transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    border-color: rgba(160, 255, 200, 0.35);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.6),
        0 0 48px rgba(100, 220, 150, 0.2);
}

.zc-coverflow__card.is-left-1 {
    z-index: 12;
    opacity: 0.88;
    transform: translate(calc(-50% - 30%), -50%) scale(0.84) rotateY(28deg);
}

.zc-coverflow__card.is-right-1 {
    z-index: 12;
    opacity: 0.88;
    transform: translate(calc(-50% + 30%), -50%) scale(0.84) rotateY(-28deg);
}

.zc-coverflow__card.is-left-2 {
    z-index: 8;
    opacity: 0.5;
    transform: translate(calc(-50% - 46%), -50%) scale(0.7) rotateY(34deg);
}

.zc-coverflow__card.is-right-2 {
    z-index: 8;
    opacity: 0.5;
    transform: translate(calc(-50% + 46%), -50%) scale(0.7) rotateY(-34deg);
}

.zc-coverflow__card.is-far {
    z-index: 4;
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0.5) rotateY(0deg);
    pointer-events: none;
}

.zc-coverflow__hot {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    font-family: var(--zc-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.55rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 200, 100, 0.4);
    color: #ffd080;
    opacity: 0;
    transition: opacity 0.35s;
}

.zc-coverflow__card.is-center .zc-coverflow__hot {
    opacity: 1;
}

.zc-coverflow__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #000;
    overflow: hidden;
}

.zc-coverflow__img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center 32%;
}

.zc-coverflow__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 10;
    padding: 2rem;
    background: linear-gradient(145deg, #142218 0%, #060a08 100%);
}

.zc-coverflow__brand img {
    max-width: 55%;
    height: auto;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.5));
}

.zc-coverflow__brand--art {
    padding: 0;
    background: #0a0a0c;
}

.zc-coverflow__brand--art img {
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 35%;
    filter: none;
}

.zc-coverflow__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3rem 1.25rem 1.1rem;
    background: linear-gradient(180deg, transparent 0%, rgba(6, 12, 10, 0.95) 72%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    pointer-events: none;
}

.zc-coverflow__card.is-center .zc-coverflow__info {
    pointer-events: auto;
}

.zc-coverflow__cats {
    font-family: var(--zc-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(160, 230, 190, 0.9);
}

.zc-coverflow__title {
    font-size: clamp(1.1rem, 3vw, 1.65rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
}

.zc-coverflow__desc {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(240, 245, 250, 0.75);
    max-width: 28rem;
    line-height: 1.4;
}

.zc-coverflow__cta {
    margin-top: 0.35rem;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    background: #f5f5f5;
    color: #0a1f14;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s, background 0.2s;
}

.zc-coverflow__cta:hover {
    background: #fff;
    transform: translateY(-1px);
}

.zc-coverflow__arrows {
    position: absolute;
    right: max(0.75rem, env(safe-area-inset-right));
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.zc-coverflow__arrow {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(10, 30, 20, 0.75);
    backdrop-filter: blur(8px);
    color: #e8fff0;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.zc-coverflow__arrow:hover {
    background: rgba(60, 140, 90, 0.5);
    border-color: rgba(160, 255, 200, 0.5);
    transform: scale(1.06);
}

.zc-coverflow__footer {
    position: relative;
    z-index: 25;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem 1.25rem;
    margin-top: 0.5rem;
    padding: 0 max(1rem, env(safe-area-inset-right)) 0 max(1rem, env(safe-area-inset-left));
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
}

.zc-coverflow__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
    max-width: 100%;
}

.zc-coverflow__thumb {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.2s, border-color 0.2s, transform 0.2s;
}

.zc-coverflow__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zc-coverflow__thumb.is-active,
.zc-coverflow__thumb:hover {
    opacity: 1;
    border-color: rgba(160, 255, 200, 0.8);
    transform: translateY(-2px);
}

.zc-coverflow__see-all {
    font-family: var(--zc-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(200, 240, 220, 0.75);
    text-decoration: none;
}

.zc-coverflow__see-all:hover { color: #fff; }

@media (max-width: 700px) {
    .zc-coverflow__scene {
        height: clamp(20rem, 62vw, 28rem);
        min-height: 18rem;
    }

    .zc-coverflow__card {
        width: min(92vw, 420px);
        min-width: 240px;
    }

    .zc-coverflow__card.is-left-2,
    .zc-coverflow__card.is-right-2 {
        opacity: 0;
        pointer-events: none;
    }

    .zc-coverflow__card.is-left-1 {
        transform: translate(calc(-50% - 32%), -50%) scale(0.76) rotateY(24deg);
    }

    .zc-coverflow__card.is-right-1 {
        transform: translate(calc(-50% + 32%), -50%) scale(0.76) rotateY(-24deg);
    }

    .zc-coverflow__arrows {
        right: 0.35rem;
    }

    .zc-coverflow__thumbs {
        display: none !important;
    }

    .zc-coverflow__footer {
        justify-content: center;
        margin-top: 0.75rem;
    }
}

.zc-perks--inline {
    margin: 0 0 2rem;
}

.zc-perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

.zc-perk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-width: min(100%, 10.5rem);
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    border: 1px solid var(--zc-border);
    background: var(--zc-surface);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.zc-perk__label {
    font-family: var(--zc-mono);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--zc-accent2);
    margin-bottom: 0.2rem;
}

.zc-perk__val {
    font-size: 1rem;
    font-weight: 800;
    color: var(--zc-text);
}

/* —— Booking panel —— */
.zc-panel {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    padding: 1.35rem 1.35rem 1.5rem;
    border-radius: var(--zc-radius);
    border: 1px solid var(--zc-border);
    background: var(--zc-surface);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

@media (min-width: 768px) {
    .zc-panel {
        grid-template-columns: 1fr 1fr auto;
        align-items: end;
    }
    .zc-panel__rules-col { grid-column: 1 / -1; }
}

.zc-panel__title {
    grid-column: 1 / -1;
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-family: var(--zc-mono);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--zc-accent);
}

.zc-field label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--zc-muted);
    margin-bottom: 0.4rem;
}

.zc-field input[type="number"],
.zc-field input[type="date"] {
    width: 100%;
    min-height: 48px;
    padding: 0.65rem 0.85rem;
    font-family: var(--zc-font);
    font-size: 1rem;
    font-weight: 600;
    color: var(--zc-text);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.zc-field input:focus {
    border-color: rgba(94, 200, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(94, 200, 255, 0.15);
}

.zc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1.35rem;
    font-family: var(--zc-font);
    font-size: 0.88rem;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.2s;
}

.zc-btn--primary {
    color: #1a1006;
    background: linear-gradient(135deg, var(--zc-accent) 0%, #ff8c42 100%);
    box-shadow: 0 4px 24px var(--zc-glow);
}

.zc-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 32px var(--zc-glow);
}

.zc-panel__hint {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.8rem;
    color: var(--zc-muted);
    line-height: 1.45;
}

.zc-rules-mini {
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--zc-muted);
}

.zc-rules-mini ul {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
}

.zc-rules-mini li { margin-bottom: 0.25rem; }

/* —— Section title —— */
.zc-section-head {
    scroll-margin-top: 5.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 1.25rem;
}

.zc-section-head h2 {
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 800;
}

.zc-section-head p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--zc-muted);
}

/* —— Room cards (apechain-style grid) —— */
.zc-rooms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .zc-rooms { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
    .zc-rooms { grid-template-columns: repeat(3, 1fr); }
}

.zc-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--zc-radius);
    border: 1px solid var(--zc-border);
    background: var(--zc-surface);
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.zc-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 184, 77, 0.25);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 40px rgba(255, 184, 77, 0.08);
}

.zc-card__media-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    position: relative;
    z-index: 1;
}

.zc-card__media-trigger:focus-visible {
    outline: 2px solid rgba(94, 200, 255, 0.55);
    outline-offset: -2px;
}

.zc-card__media-trigger:hover img {
    transform: scale(1.06);
}

.zc-card__media-hint {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.65rem;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    pointer-events: none;
}

.zc-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #12141c;
}

.zc-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transition: transform 0.5s ease;
}

.zc-card:hover .zc-card__media img {
    transform: scale(1.04);
}

.zc-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(10, 11, 16, 0.95) 100%);
    pointer-events: none;
}

.zc-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.55rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--zc-accent);
}

.zc-card__body {
    padding: 1rem 1.1rem 1.15rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.zc-card__title {
    margin: 0 0 0.35rem;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.2;
}

.zc-card__tagline {
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--zc-muted);
    flex: 1;
}

.zc-card__tagline-btn {
    display: block;
    width: 100%;
    margin: 0 0 0.75rem;
    padding: 0;
    text-align: left;
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.2s;
}

.zc-card__tagline-btn:hover,
.zc-card__tagline-btn:focus-visible {
    color: var(--zc-text);
    outline: none;
    box-shadow: 0 0 0 2px rgba(94, 200, 255, 0.35);
}

.zc-card__tagline-text {
    display: block;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--zc-muted);
}

.zc-card__tagline-btn:hover .zc-card__tagline-text,
.zc-card__tagline-btn:focus-visible .zc-card__tagline-text {
    color: var(--zc-text);
}

.zc-card__tagline-more {
    display: inline-block;
    margin-top: 0.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--zc-accent2);
}

.zc-date-banner {
    grid-column: 1 / -1;
    margin-bottom: 1.25rem;
    padding: 1.15rem 1.25rem;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
    border-radius: 12px;
    border: 1px solid rgba(94, 200, 255, 0.35);
    background: linear-gradient(135deg, rgba(12, 40, 55, 0.85) 0%, rgba(8, 22, 32, 0.9) 100%);
    box-shadow: 0 0 40px rgba(94, 200, 255, 0.1);
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.zc-date-banner__main {
    min-width: 0;
    max-width: 100%;
}

.zc-date-banner--needs-date {
    border-color: rgba(235, 87, 87, 0.75);
    background: linear-gradient(135deg, rgba(55, 22, 12, 0.92) 0%, rgba(32, 14, 10, 0.95) 55%, rgba(12, 22, 32, 0.9) 100%);
    box-shadow:
        0 0 0 1px rgba(255, 184, 77, 0.35),
        0 0 36px rgba(235, 87, 87, 0.28),
        0 0 48px rgba(255, 184, 77, 0.12);
}

.zc-date-banner--set {
    border-color: rgba(94, 200, 255, 0.55);
    box-shadow: 0 0 40px rgba(94, 200, 255, 0.14);
}

.zc-date-banner__label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    font-family: var(--zc-mono);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--zc-accent2);
}

.zc-date-banner--needs-date .zc-date-banner__label {
    color: #ffb84d;
}

.zc-date-banner__input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0.7rem 0.85rem;
    box-sizing: border-box;
    font-family: var(--zc-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--zc-text);
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(94, 200, 255, 0.45);
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
}

.zc-date-banner__input::-webkit-date-and-time-value {
    min-width: 0;
    text-align: left;
}

@media (min-width: 520px) {
    .zc-date-banner__input {
        max-width: 16rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.1rem;
    }
}

.zc-date-banner--needs-date .zc-date-banner__input {
    border-color: rgba(235, 87, 87, 0.9);
    background: rgba(40, 12, 10, 0.55);
    color: #fff8f0;
    box-shadow: 0 0 0 2px rgba(255, 184, 77, 0.35);
}

.zc-date-banner__input:focus {
    outline: none;
    border-color: var(--zc-accent2);
    box-shadow: 0 0 0 3px rgba(94, 200, 255, 0.2);
}

.zc-date-banner--needs-date .zc-date-banner__input:focus {
    border-color: #ffb84d;
    box-shadow: 0 0 0 3px rgba(255, 184, 77, 0.45);
}

.zc-date-banner__pick-hint {
    margin: 0.45rem 0 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffb84d;
    line-height: 1.35;
}

.zc-date-banner__pick-hint[hidden] {
    display: none;
}

.zc-date-banner--set .zc-date-banner__pick-hint {
    display: none;
}

.zc-date-banner__picked {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    color: var(--zc-muted);
}

.zc-date-banner__picked strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--zc-text);
    text-transform: capitalize;
}

.zc-date-banner__hint {
    margin: 0.5rem 0 0;
    font-size: 0.72rem;
    color: rgba(240, 242, 250, 0.45);
}

.zc-field--total-auto .zc-field__label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--zc-muted);
    margin-bottom: 0.3rem;
    min-height: 2.5em;
}

.zc-team-form--no-date .zc-team-fields {
    opacity: 0.42;
    pointer-events: none;
    user-select: none;
}

.zc-team-form--no-date .zc-team-form__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.zc-team-fields {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.zc-team-total-out {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    font-size: 1.35rem;
    font-weight: 900;
    color: rgba(240, 242, 250, 0.35);
    background: rgba(0, 0, 0, 0.35);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.zc-team-total-out--ready {
    color: var(--zc-accent);
    border-color: rgba(255, 184, 77, 0.45);
    border-style: solid;
}

.zc-field__hint--inline {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.62rem;
    text-align: center;
    color: rgba(240, 242, 250, 0.4);
}

.zc-price-calc__date-ref {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--zc-accent2);
    text-transform: capitalize;
}

.zc-field--date-pick {
    margin-bottom: 0.75rem;
}

.zc-field--date-pick .zc-field__hint {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.68rem;
    color: var(--zc-muted);
}

.zc-req {
    color: var(--zc-accent);
}

body.zc-modal-open {
    overflow: hidden;
}

.zc-room-modal[hidden] {
    display: none !important;
}

.zc-room-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.zc-room-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 12, 0.82);
    backdrop-filter: blur(4px);
}

.zc-room-modal__panel {
    position: relative;
    z-index: 1;
    width: min(42rem, 100%);
    max-height: min(85vh, 36rem);
    overflow-y: auto;
    padding: 1.35rem 1.5rem 1.5rem;
    border-radius: var(--zc-radius);
    border: 1px solid rgba(255, 184, 77, 0.35);
    background: var(--zc-surface);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.zc-room-modal__close {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1;
    color: var(--zc-muted);
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 6px;
}

.zc-room-modal__close:hover {
    color: var(--zc-text);
    background: rgba(255, 255, 255, 0.08);
}

.zc-room-modal__body .eg-book-room-detail__title {
    margin: 0 2rem 0.75rem 0;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--zc-text);
}

.zc-room-modal__body .eg-book-room-detail__lead {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(232, 237, 245, 0.88);
}

.zc-room-modal__body .eg-book-room-detail__content {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--zc-muted);
}

.zc-room-modal__body .eg-book-room-detail__content p {
    margin: 0 0 0.75rem;
}

.zc-room-modal__body .eg-book-room-detail__content p:last-child {
    margin-bottom: 0;
}

.zc-room-modal__body .eg-book-room-detail__content strong {
    color: var(--zc-text);
    font-weight: 700;
}

.zc-room-modal__body .eg-book-room-detail__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--zc-muted);
}

.zc-room-modal__body .eg-book-room-detail__meta li + li {
    margin-top: 0.35rem;
}

.zc-room-modal__body .eg-book-room-detail__meta strong {
    color: var(--zc-text);
}

.zc-stats {
    display: grid;
    gap: 0.4rem;
    margin-bottom: 1rem;
    font-size: 0.7rem;
}

.zc-stats__row {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    align-items: center;
    gap: 0.5rem;
}

.zc-stats__label {
    color: var(--zc-muted);
    font-weight: 600;
}

.zc-stats__track {
    height: 5px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.zc-stats__fill {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--zc-accent2), var(--zc-accent));
    width: calc(var(--p, 50) * 1%);
}

.zc-stats__age {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--zc-accent2);
}

.zc-slots-wrap {
    margin-top: auto;
}

.zc-slots__label {
    margin: 0 0 0.5rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--zc-muted);
}

.zc-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.zc-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--zc-text);
    background: rgba(94, 200, 255, 0.1);
    border: 1px solid rgba(94, 200, 255, 0.35);
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.zc-slot:hover {
    background: rgba(94, 200, 255, 0.22);
    border-color: var(--zc-accent2);
    transform: translateY(-2px);
}


.zc-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1.5rem;
    border-radius: var(--zc-radius);
    border: 1px dashed var(--zc-border);
    color: var(--zc-muted);
    font-size: 0.95rem;
}

.zc-footer {
    flex: 0 0 auto;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--zc-border);
    text-align: center;
    font-size: 0.78rem;
    color: var(--zc-muted);
}

.zc-footer a { color: var(--zc-accent2); }

/* —— Intro + team form + gated booking —— */
.zc-intro {
    margin-bottom: 2rem;
    padding: 1.5rem 1.35rem;
    border-radius: var(--zc-radius);
    border: 1px solid var(--zc-border);
    background: var(--zc-surface);
}

.zc-intro__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.2rem, 3vw, 1.55rem);
    font-weight: 800;
}

.zc-intro__lead {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--zc-muted);
}

.zc-intro__onsite {
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(120, 200, 255, 0.35);
    background: rgba(30, 80, 140, 0.22);
}

.zc-intro__onsite-title {
    margin: 0 0 0.5rem;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #b8e4ff;
}

.zc-intro__onsite p {
    margin: 0 0 0.55rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #e2ecf8;
}

.zc-intro__onsite p:last-child {
    margin-bottom: 0;
}

.zc-intro__onsite strong {
    color: #fff;
    font-weight: 700;
}

.zc-intro__card {
    margin-top: 0.25rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid var(--zc-border);
    background: rgba(0, 0, 0, 0.2);
}

.zc-intro__card h3 {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 800;
}

.zc-intro__card p,
.zc-intro__card ul {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--zc-muted);
}

.zc-intro__card ul {
    padding-left: 1.1rem;
}

.zc-campaign-info {
    margin: 0 0 1.75rem;
    padding: 1.25rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(94, 200, 255, 0.22);
    background: rgba(10, 28, 38, 0.55);
}

.zc-campaign-info--foot {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 1.5rem;
    scroll-margin-top: 5.5rem;
    scroll-margin-bottom: 1rem;
}

@media (max-width: 640px) {
    .zc-campaign-info--foot {
        padding-left: 1rem;
        padding-right: 1rem;
        scroll-margin-top: 4.5rem;
    }
}

.zc-campaign-info__title {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--zc-text);
}

.zc-campaign-info__body {
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--zc-muted);
}

.zc-campaign-info__body h3 {
    margin: 1rem 0 0.4rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--zc-accent2);
}

.zc-campaign-info__body h3:first-of-type {
    margin-top: 0.65rem;
}

.zc-campaign-info__body p {
    margin: 0 0 0.65rem;
}

.zc-campaign-info__body ul {
    margin: 0 0 0.65rem;
    padding-left: 1.15rem;
}

.zc-campaign-info__body li {
    margin-bottom: 0.35rem;
}

.zc-campaign-info__body li:last-child {
    margin-bottom: 0;
}

.zc-campaign-info__note {
    margin: 0.75rem 0 0 !important;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8rem !important;
    font-style: italic;
}

.zc-campaign-info__tariff-intro {
    margin: 0 0 0.5rem !important;
}

.zc-campaign-info__tariff-list {
    margin: 0 0 0.75rem !important;
    padding-left: 1.15rem;
}

.zc-campaign-info__tariff-list li {
    margin-bottom: 0.35rem;
}

.zc-campaign-info__tariff-note {
    margin: 0.85rem 0 0 !important;
    font-size: 0.8rem !important;
    font-style: italic;
    color: var(--zc-muted);
}

.zc-panel--team {
    display: block;
    margin-bottom: 1.5rem;
    min-width: 0;
    overflow-x: clip;
}

@media (max-width: 519px) {
    .zc-panel--team {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .zc-date-banner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.zc-panel__lead {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--zc-muted);
}

.zc-alert {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    line-height: 1.45;
}

.zc-alert ul {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
}

.zc-alert--error {
    border: 1px solid rgba(255, 100, 120, 0.45);
    background: rgba(255, 60, 90, 0.12);
    color: #ffc8d0;
}

.zc-alert--success {
    border: 1px solid rgba(120, 220, 160, 0.45);
    background: rgba(60, 140, 90, 0.18);
    color: #d8ffe8;
}

.zc-alert--warn {
    border: 1px solid rgba(255, 184, 77, 0.55);
    background: rgba(255, 140, 40, 0.15);
    color: #ffe8c8;
}

.zc-team-alerts {
    margin-bottom: 1rem;
}

.zc-field input.zc-field--invalid {
    border-color: rgba(255, 100, 120, 0.65);
    box-shadow: 0 0 0 3px rgba(255, 80, 100, 0.18);
}

.zc-preview-banner {
    margin: 0 auto 1rem;
    max-width: 78rem;
    padding: 0.55rem 1rem;
    font-family: var(--zc-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #ffe8a0;
    background: rgba(255, 140, 40, 0.12);
    border: 1px solid rgba(255, 184, 77, 0.35);
    border-radius: 8px;
}

.zc-team-layout {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 900px) {
    .zc-team-layout {
        grid-template-columns: 1fr min(17rem, 38%);
    }
}

.zc-team-form__grid {
    display: grid;
    gap: 0.85rem 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
}

.zc-team-form__grid--compact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.85rem;
    margin-bottom: 0.85rem;
}

/* Echipă: adulți + copii, apoi linie sumă, apoi total */
.zc-team-form__math {
    margin-bottom: 0.85rem;
}

.zc-team-form__operands {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem 0.65rem;
    align-items: end;
}

.zc-team-form__plus {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding-bottom: 0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 184, 77, 0.55);
    user-select: none;
}

.zc-team-form__sum-line {
    height: 2px;
    margin: 0.55rem 0 0.65rem;
    border-radius: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 184, 77, 0.08) 0%,
        rgba(255, 184, 77, 0.55) 18%,
        rgba(255, 184, 77, 0.55) 82%,
        rgba(255, 184, 77, 0.08) 100%
    );
}

.zc-team-form__total-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 0.45rem 0.55rem;
    align-items: center;
}

.zc-team-form__total-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--zc-muted);
    text-align: right;
}

.zc-team-form__total-chevron {
    font-size: 1.1rem;
    font-weight: 800;
    color: rgba(255, 184, 77, 0.65);
    line-height: 1;
}

.zc-team-form__operands .zc-field--compact {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
}

.zc-team-form__operands-hint {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.62rem;
    text-align: center;
    color: rgba(240, 242, 250, 0.4);
}

.zc-team-form__math .zc-team-total-out {
    min-width: 3.25rem;
    width: auto;
    min-height: 44px;
    padding: 0 0.65rem;
    font-size: 1.5rem;
}

.zc-field--compact {
    flex: 0 0 auto;
    width: 5.75rem;
    max-width: 100%;
}

.zc-field--compact label {
    font-size: 0.7rem;
    line-height: 1.25;
    margin-bottom: 0.3rem;
    min-height: 2.5em;
    display: flex;
    align-items: flex-end;
}

.zc-field--compact input[type="number"] {
    width: 100%;
    min-height: 42px;
    padding: 0.45rem 0.35rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
}

.zc-field--compact input[type="number"]::placeholder {
    color: rgba(240, 242, 250, 0.28);
    font-weight: 500;
}

.zc-price-calc {
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(94, 200, 255, 0.22);
    background: rgba(10, 30, 40, 0.55);
}

.zc-price-calc--ready {
    border-color: rgba(94, 200, 255, 0.4);
    box-shadow: 0 0 32px rgba(94, 200, 255, 0.08);
}

.zc-price-calc__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.zc-price-calc__title {
    margin: 0;
    font-size: 0.72rem;
    font-family: var(--zc-mono);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--zc-accent2);
}

.zc-price-calc__help-wrap {
    position: relative;
    flex-shrink: 0;
}

.zc-price-calc__help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(94, 200, 255, 0.45);
    background: rgba(94, 200, 255, 0.1);
    color: var(--zc-accent2);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    cursor: help;
}

.zc-price-calc__help-btn:hover,
.zc-price-calc__help-btn:focus {
    outline: none;
    border-color: rgba(94, 200, 255, 0.75);
    background: rgba(94, 200, 255, 0.22);
    box-shadow: 0 0 12px rgba(94, 200, 255, 0.25);
}

.zc-price-calc__rates-tip {
    position: absolute;
    right: 0;
    top: calc(100% + 0.4rem);
    z-index: 30;
    width: min(19rem, calc(100vw - 2rem));
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
    border: 1px solid rgba(94, 200, 255, 0.35);
    background: rgba(6, 18, 28, 0.98);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--zc-text);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
}

.zc-price-calc__help-wrap:hover .zc-price-calc__rates-tip,
.zc-price-calc__help-wrap:focus-within .zc-price-calc__rates-tip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.zc-price-calc__rates-tip-title {
    margin: 0 0 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--zc-accent2);
}

.zc-price-calc__rates-list {
    margin: 0 0 0.45rem;
    padding: 0 0 0 1rem;
}

.zc-price-calc__rates-list li {
    margin-bottom: 0.35rem;
}

.zc-price-calc__rates-list li:last-child {
    margin-bottom: 0;
}

.zc-price-calc__rates-day {
    margin: 0;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.68rem;
    color: var(--zc-muted);
}

.zc-price-calc__rates-day strong {
    color: var(--zc-text);
    font-weight: 700;
}

.zc-price-calc__rows {
    margin: 0 0 0.75rem;
    padding: 0;
}

.zc-price-calc__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.35rem 0;
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.zc-price-calc__row dt {
    margin: 0;
    font-weight: 500;
    color: var(--zc-muted);
}

.zc-price-calc__row dd {
    margin: 0;
    font-weight: 700;
    color: var(--zc-text);
}

.zc-price-calc__row--disc dd {
    color: #9ae8b8;
}

.zc-price-calc__row--child dd {
    color: var(--zc-accent2);
}

.zc-price-calc__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin: 0 0 0.5rem;
    padding-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--zc-muted);
}

.zc-price-calc__total strong {
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--zc-accent);
}

.zc-price-calc__note {
    margin: 0;
    font-size: 0.68rem;
    line-height: 1.4;
    color: rgba(240, 242, 250, 0.45);
}

.zc-team-form__why {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 184, 77, 0.28);
    background: rgba(255, 184, 77, 0.08);
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--zc-muted);
}

.zc-team-form__why p { margin: 0.35rem 0 0; }

.zc-team-rules {
    margin: 1rem 0 0;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 184, 77, 0.28);
    background: rgba(255, 140, 40, 0.08);
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--zc-muted);
}

.zc-team-rules > #zc-team-rules-title {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffe8a0;
}

.zc-team-rules__list strong {
    display: inline;
    font-weight: 700;
    color: #ffe8a0;
    text-transform: none;
    letter-spacing: normal;
}

.zc-team-rules__list {
    margin: 0;
    padding-left: 1rem;
}

.zc-team-rules__list li + li {
    margin-top: 0.35rem;
}

.zc-date-form {
    margin-bottom: 0.25rem;
}

.zc-date-form__submit {
    width: 100%;
    margin-top: 0.85rem;
}

.zc-date-form__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.zc-panel--date .zc-date-banner {
    margin-bottom: 0;
}

.zc-team-form__sum {
    font-family: var(--zc-mono);
    font-size: 0.72rem;
    color: rgba(200, 240, 220, 0.85);
}

.zc-team-form__submit {
    width: 100%;
    margin-bottom: 0.5rem;
    position: relative;
    isolation: isolate;
}

.zc-team-form__submit--pulse {
    animation: zc-submit-glow 2.2s ease-in-out infinite;
}

.zc-team-form__submit--pulse::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 12px;
    border: 2px solid rgba(255, 184, 77, 0.55);
    animation: zc-submit-ring 2.2s ease-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes zc-submit-glow {
    0%, 100% {
        box-shadow: 0 4px 24px var(--zc-glow);
        transform: translateY(0);
    }
    50% {
        box-shadow: 0 6px 36px rgba(255, 140, 40, 0.55), 0 0 0 4px rgba(255, 184, 77, 0.18);
        transform: translateY(-1px);
    }
}

@keyframes zc-submit-ring {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }
    70%, 100% {
        transform: scale(1.06);
        opacity: 0;
    }
}

.zc-team-form--no-date .zc-team-form__submit--pulse,
.zc-team-form--slots-ready .zc-team-form__submit--pulse {
    animation: none;
    transform: none;
}

.zc-team-form--no-date .zc-team-form__submit--pulse::after,
.zc-team-form--slots-ready .zc-team-form__submit--pulse::after {
    display: none;
}

.zc-booking--locked .zc-booking__locked-msg {
    margin: 0;
    padding: 1.25rem 1.35rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--zc-muted);
    border-radius: var(--zc-radius);
    border: 1px dashed var(--zc-border);
    background: rgba(0, 0, 0, 0.2);
}

.zc-booking--open {
    animation: zc-booking-in 0.5s ease;
}

@keyframes zc-booking-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.zc-panel--date {
    display: block;
    margin-bottom: 1.5rem;
}

/* —— 100 balloons — cod activat —— */
#zc-balloons-root {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

#zc-balloons-root.zc-balloons-layer--active {
    display: block;
}

.zc-balloon {
    position: absolute;
    bottom: -4rem;
    width: var(--zc-balloon-size, 18px);
    height: calc(var(--zc-balloon-size, 18px) * 1.22);
    border-radius: 50% 50% 50% 50% / 42% 42% 58% 58%;
    opacity: 0.92;
    box-shadow: inset -4px -6px 12px rgba(0, 0, 0, 0.12);
    animation: zc-balloon-rise 3s ease-in forwards;
    will-change: transform, opacity;
}

.zc-balloon::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.35);
    transform: translateX(-50%);
}

@keyframes zc-balloon-rise {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(0.6);
        opacity: 0;
    }
    8% {
        opacity: 0.95;
        transform: translate(0, -8vh) rotate(0deg) scale(1);
    }
    100% {
        transform: translate(var(--zc-balloon-drift, 0), -115vh) rotate(var(--zc-balloon-spin, 12deg));
        opacity: 0.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .zc-balloon { animation-duration: 0.01ms !important; animation-delay: 0s !important; }
}
