.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #1a1a1a; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #39FF14; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #2ed60f; }

.card {
    background-color: rgba(21, 21, 21, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(57, 255, 20, 0.2);
    border-radius: 0.75rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
    border-color: rgba(57, 255, 20, 0.45);
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.2);
}

.feature-card {
    text-align: left;
}

.feature-card:hover {
    border-color: #39FF14;
    box-shadow: 0 0 35px rgba(57, 255, 20, 0.25);
    transform: translateY(-2px);
}

.feature-card .feature-icon {
    color: #39FF14;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    background-color: #39FF14;
    color: #0B0B0B;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 2px solid #39FF14;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: rgba(57, 255, 20, 0.9);
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.6);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    background-color: transparent;
    color: #39FF14;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 2px solid #39FF14;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: rgba(57, 255, 20, 0.1);
}

.hero-banner-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

@media (min-width: 640px) {
    .hero-banner-btns {
        flex-direction: row;
        justify-content: center;
    }
}

.hero-btn-primary,
.hero-btn-outline {
    min-width: 11rem;
    padding: 0.875rem 2.25rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.hero-btn-primary {
    background-color: #39FF14;
    color: #0B0B0B;
    border: 2px solid #39FF14;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.25);
}

.hero-btn-primary:hover {
    background-color: #32e612;
    box-shadow: 0 0 35px rgba(57, 255, 20, 0.55);
    transform: translateY(-1px);
}

.hero-btn-primary svg,
.hero-btn-primary i {
    color: #0B0B0B;
    stroke: #0B0B0B;
}

.hero-btn-outline {
    background-color: transparent;
    color: #39FF14;
    border: 2px solid #39FF14;
}

.hero-btn-outline:hover {
    background-color: rgba(57, 255, 20, 0.08);
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.15);
    transform: translateY(-1px);
}

.input-field {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #1a1a1a;
    border: 1px solid rgba(57, 255, 20, 0.3);
    color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.input-field:focus {
    border-color: #39FF14;
}

.slot-available { border-color: rgba(57,255,20,0.3); }
.slot-available:hover { border-color: #39FF14; background: rgba(57,255,20,0.1); }
.slot-booked { border-color: rgba(239,68,68,0.3); background: rgba(239,68,68,0.05); cursor: not-allowed; }
.slot-blocked { border-color: rgba(107,114,128,0.4); background: rgba(107,114,128,0.08); cursor: not-allowed; }
.slot-selected { border-color: #39FF14 !important; background: rgba(57,255,20,0.1) !important; }

.slot-price {
    color: #FACC15;
    font-weight: 600;
    font-size: 0.875rem;
}

.slot-price-weekend {
    color: #38BDF8;
}

.price-highlight {
    color: #FACC15;
    font-weight: 700;
}

.price-highlight.price-highlight-weekend {
    color: #38BDF8;
}

.pricing-notice {
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pricing-notice-weekday {
    color: #FACC15;
}

.pricing-notice-weekend {
    color: #38BDF8;
}

.admin-price {
    color: #FACC15;
    font-weight: 600;
}

.admin-price-weekend {
    color: #38BDF8;
}

.offers-price {
    color: #FACC15;
    font-weight: 600;
}

.offers-price-weekend {
    color: #38BDF8;
}

.offers-price-weekend {
    color: #38BDF8;
}

.contact-map-card {
    overflow: hidden;
    padding: 0;
    min-height: 420px;
}

.contact-map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background-color: rgba(21, 21, 21, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(57, 255, 20, 0.2);
    border-radius: 0.75rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-item:hover {
    border-color: rgba(57, 255, 20, 0.45);
    box-shadow: 0 0 24px rgba(57, 255, 20, 0.12);
}

.contact-info-icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: rgba(57, 255, 20, 0.1);
    border: 1px solid rgba(57, 255, 20, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #39FF14;
}

.contact-info-body {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.contact-info-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.contact-info-text {
    color: #BDBDBD;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.contact-info-text a {
    color: #BDBDBD;
    transition: color 0.2s ease;
}

.contact-info-text a:hover {
    color: #39FF14;
}

.contact-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
    color: #39FF14;
    font-size: 0.875rem;
    font-weight: 600;
}

.contact-map-link:hover {
    text-decoration: underline;
}

.coupon-message-success {
    color: #39FF14;
}

.coupon-message-error {
    color: #f87171;
}

.gallery-item { break-inside: avoid; margin-bottom: 1rem; }

.site-logo {
    filter: drop-shadow(0 0 8px rgba(57, 255, 20, 0.3));
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background-color: #151515;
    color: #ffffff;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #39FF14;
    color: #0B0B0B;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.6);
}

.social-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.site-footer {
    background-color: #0B0B0B;
    border-top: 1px solid rgba(57, 255, 20, 0.2);
}

.site-footer-inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}

@media (min-width: 640px) {
    .site-footer-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .site-footer-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}

@media (min-width: 768px) {
    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .site-footer-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1.35fr) minmax(0, 0.95fr);
        column-gap: 3rem;
    }
}

.footer-col {
    min-width: 0;
}

.footer-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1.25rem;
}

.footer-title-spaced {
    margin-top: 1.75rem;
}

.footer-brand-logo {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    margin-bottom: 1rem;
}

.footer-text {
    color: #BDBDBD;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.footer-text-sm {
    color: #BDBDBD;
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-links a {
    color: #BDBDBD;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #39FF14;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-contact-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.2rem;
    color: #39FF14;
}

.footer-contact-body {
    flex: 1;
    min-width: 0;
    color: #BDBDBD;
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-contact-body a {
    color: #BDBDBD;
    transition: color 0.2s ease;
    word-break: break-word;
}

.footer-contact-body a:hover {
    color: #39FF14;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.site-footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(57, 255, 20, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .site-footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .footer-legal-links {
        justify-content: flex-end;
    }
}

.footer-legal-links a {
    color: #BDBDBD;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: #39FF14;
}

.about-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(57, 255, 20, 0.1);
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.about-icon-circle-lg:hover {
    background-color: rgba(57, 255, 20, 0.2);
}

.about-icon-circle-red {
    background-color: rgba(239, 68, 68, 0.1);
}

.about-mission-card:hover {
    border-color: rgba(57, 255, 20, 0.4);
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.15);
}

.card-prohibited {
    border-color: rgba(239, 68, 68, 0.2);
}

.card-prohibited:hover {
    border-color: rgba(239, 68, 68, 0.35);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.1);
}

.about-note-card {
    background: linear-gradient(to right, #151515, #0B0B0B);
    border-color: rgba(57, 255, 20, 0.3);
    text-align: left;
}

/* Booking Modal */
.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.booking-modal.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.booking-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
}

.booking-modal-panel {
    position: relative;
    width: 100%;
    max-width: 28rem;
    background: linear-gradient(180deg, #151515 0%, #0B0B0B 100%);
    border: 1px solid rgba(57, 255, 20, 0.3);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 50px rgba(57, 255, 20, 0.15);
    transform: scale(1);
    transition: transform 0.25s ease;
    text-align: center;
}

.booking-modal.hidden .booking-modal-panel {
    transform: scale(0.95);
}

.booking-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    color: #BDBDBD;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.booking-modal-close:hover {
    color: #39FF14;
    background-color: rgba(57, 255, 20, 0.1);
}

.booking-modal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.25rem;
    border-radius: 9999px;
}

.booking-modal-icon.success {
    background-color: rgba(57, 255, 20, 0.15);
    color: #39FF14;
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.2);
}

.booking-modal-icon.error {
    background-color: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.15);
}

.booking-modal-icon.warning {
    background-color: rgba(234, 179, 8, 0.15);
    color: #eab308;
}

.booking-modal-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.booking-modal-message {
    color: #BDBDBD;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.booking-modal-details {
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(57, 255, 20, 0.15);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
}

.booking-modal-details .detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(57, 255, 20, 0.08);
}

.booking-modal-details .detail-row:last-child {
    border-bottom: none;
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(57, 255, 20, 0.2);
}

.booking-modal-details .detail-label {
    color: #BDBDBD;
    font-size: 0.875rem;
}

.booking-modal-details .detail-value {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: right;
}

.booking-modal-details .detail-value.amount {
    color: #FACC15;
    font-size: 1.125rem;
    font-weight: 700;
}

.booking-modal-details .detail-value.discount {
    color: #39FF14;
}

.booking-modal-details .detail-value.coupon {
    color: #39FF14;
    text-transform: uppercase;
}

.booking-modal-details .detail-value.capitalize {
    text-transform: capitalize;
}

.booking-modal-details .detail-value.multi-line {
    max-width: 58%;
    white-space: normal;
    line-height: 1.4;
    font-size: 0.8125rem;
}

.booking-modal-note {
    color: #BDBDBD;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
    background-color: rgba(57, 255, 20, 0.05);
    border: 1px solid rgba(57, 255, 20, 0.15);
    border-radius: 0.5rem;
}

.booking-modal-btn {
    width: 100%;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.booking-modal-btn.success {
    background-color: #39FF14;
    color: #0B0B0B;
}

.booking-modal-btn.success:hover {
    background-color: #32e612;
    box-shadow: 0 0 25px rgba(57, 255, 20, 0.5);
}

.booking-modal-btn.error {
    background-color: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.booking-modal-btn.error:hover {
    background-color: rgba(239, 68, 68, 0.3);
}
