.card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.02));
    padding: 18px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.03)
}

.notice {
    border-left: 6px solid var(--accent);
    padding-left: 14px
}

h2.section-title {
    margin: 0 0 10px 0;
    font-size: 18px
}

.muted {
    color: var(--muted)
}

/* price table */
.prices {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
}

.price-table {
    width: 100%;
    border-collapse: collapse
}

.price-table td {
    padding: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.03)
}

.price-table tr:last-child td {
    border-bottom: 0
}

.price-table td.text-align-right {
    text-align: right;
}

.price-amount {
    font-weight: 700
}

.italic {
    font-style: italic;
    color: var(--muted)
}

/* coaches */
.coaches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px
}

.coach {
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(0, 0, 0, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.02)
}

.coach h4 {
    margin: 0 0 8px 0
}

.coach .phones {
    margin-top: 8px;
    color: var(--muted)
}

blockquote {
    margin: 0;
    padding-left: 8px;
    border-left: 3px solid rgba(255, 255, 255, 0.04);
    color: var(--muted)
}

/* gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

.gallery img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.gallery a {
    display: block;
    overflow: hidden;
}

#gallery-2023 {
    margin-top: 12px;
}

.gallery[hidden] {
    display: none !important;
}

.gallery.fade-in {
    display: grid;
    animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-toggle {
    margin-top: 12px;
    text-align: left;
}

.gallery-toggle button {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 13px;
    cursor: pointer;
    transition: color var(--transition);
    padding: 0;
}

.gallery-toggle button:hover {
    color: var(--accent);
}

/* contacts */
.contacts table {
    width: 100%;
    border-collapse: collapse
}

.contacts td {
    padding: 6px 8px
}

.docs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.doc-link {
    background: rgba(255, 255, 255, 0.03);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.02)
}

/* footer */
/* footer {
    margin-top: 18px;
    text-align: center;
    color: var(--muted);
    font-size: 13px
} */

footer {
    margin-top: 40px;
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer .business-info p {
    margin-bottom: 4px;
}

footer .copyright {
    margin-top: 20px;
    opacity: 0.6;
}


/* lightbox */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999
}

#lightbox img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    border-radius: 8px
}

#lightbox .close {
    position: absolute;
    color: white;
    top: 18px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/* small helpers */
.muted-small {
    color: var(--muted);
    font-size: 13px
}

.pill {
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.02)
}

/* forms */

.reservation-toggle {
    margin-top: 12px;
}

.reservation-toggle .pill {
    cursor: pointer;
    background: var(--accent);
    color: var(--white);
    border: none;
    font-weight: 600;
    transition: opacity var(--transition);
}

.reservation-toggle .pill:hover {
    opacity: 0.9;
}

.reservation-form {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: fadeIn 0.3s ease forwards;
}

.reservation-form[hidden] {
    display: none !important;
}

.reservation-form label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: var(--muted);
}

.reservation-form input,
.reservation-form select {
    width: 100%;
    margin-top: 4px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
    font-family: inherit;
}

.reservation-form input:focus,
.reservation-form select:focus {
    outline: none;
    border-color: var(--accent);
}

.reservation-form select {
    appearance: none;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='14' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M4 6l3 3 3-3z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.reservation-form button.accent {
    background: var(--accent);
    color: var(--white);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity var(--transition);
    margin-top: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reservation-form button.accent:hover {
    opacity: 0.85;
}

.family-names {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
    animation: fadeIn 0.3s ease forwards;
}

.family-names[hidden] {
    display: none !important;
}

.family-names input:focus {
    outline: none;
    border-color: var(--accent);
}

.reservation-form__checkbox {
    display: flex;
    align-items: flex-start;
    flex-direction: row !important;
    gap: 10px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
    cursor: pointer;
}

.reservation-form__checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 3px;
    transform: scale(1.1);
    accent-color: var(--accent);
    flex-shrink: 0;
}

.reservation-form__checkbox a {
    color: var(--accent);
    text-decoration: none;
    transition: opacity var(--transition);
}

.reservation-form__checkbox a:hover {
    opacity: 0.85;
}

/* Registration Steps Styling */
.registration-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.step-item {
    display: flex;
    gap: 16px;
}

.step-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--accent);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
}

.step-content {
    flex-grow: 1;
}

.step-content h3 {
    margin: 0 0 6px 0;
    font-size: 17px;
    color: var(--white);
}

/* App Links styling */
.app-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.app-logo {
    height: 28px;
    object-fit: cover;
}

.store-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.store-btn {
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s;
}

.store-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Payment Box styling */
.payment-box {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
}

.payment-iban {
    font-size: 16px;
    margin-bottom: 4px;
    font-family: monospace;
    color: var(--white);
}

.payment-divider {
    border: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin: 12px 0;
}

.payment-box h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: var(--white);
}

.payment-instructions {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    list-style-type: disc;
}

.payment-instructions li {
    margin-bottom: 4px;
}

.cheer {
    margin-top: 12px;
    font-weight: 600;
    color: var(--white);
}

.phones-block {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
    .step-item {
        flex-direction: column;
        gap: 8px;
    }

    .step-number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}