html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 24px; }
body {
    font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

.glass-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 12px;
    font-size: 1.1rem;
    line-height: normal;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    margin-right: 0;
}

#map {
    z-index: 1;
    border-radius: 1.5rem;
}

.rule-number {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #84cc16;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 700;
}

.landing-shell { background:rgba(0,20,8,.35); }
.landing-header { position:relative; z-index:10; display:flex; align-items:center; gap:20px; padding:14px 18px; border:1px solid #ffffff33; border-radius:24px; background:#052e16ed; color:white; box-shadow:0 8px 30px #0002; }
.landing-brand { flex-shrink:0; }
.landing-nav { flex:1; min-width:0; }
.landing-language { display:flex; align-items:center; justify-content:center; width:44px; height:44px; flex-shrink:0; border-radius:50%; background:white; color:#052e16; font-size:12px; font-weight:800; }
.landing-nav a { font-size:13px; font-weight:600; }
.landing-book-link { background:#a3e635; color:#052e16; border-radius:12px; padding:10px 16px; white-space:nowrap; }
.landing-menu { flex:1; }
.landing-menu summary { cursor:pointer; text-align:right; font-weight:600; min-height:44px; padding:12px 0; }
.landing-menu-links { display:flex; justify-content:flex-end; align-items:center; flex-wrap:wrap; gap:16px; }
.landing-menu-links a { display:inline-flex; align-items:center; min-height:44px; }
.landing-menu[open] .landing-menu-links { margin-top:16px; }
.landing-hero { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(0,1fr); gap:36px; padding:36px; border-radius:32px; }
.landing-eyebrow { color:#166534; font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.landing-hero h1 { margin:16px 0; font-size:clamp(32px,4vw,50px); font-weight:800; line-height:1.12; letter-spacing:-.04em; color:#052e16; }
.landing-intro { color:#475569; line-height:1.8; max-width:54ch; }
.landing-primary { display:inline-flex; margin-top:24px; padding:14px 22px; border-radius:14px; background:#166534; color:white; font-weight:800; }
.landing-secondary { display:block; margin-top:18px; color:#166534; font-size:14px; font-weight:600; }
.landing-facts { background:#ecfdf5; border:1px solid #d1fae5; border-radius:24px; padding:24px; align-self:center; }
.landing-facts dl { display:grid; gap:16px; }
.landing-facts dt { font-size:12px; color:#475569; }
.landing-facts dd { margin-top:4px; font-size:18px; font-weight:800; color:#14532d; }
.landing-facts p { margin-top:20px; padding-top:16px; border-top:1px solid #bbf7d0; font-size:13px; line-height:1.6; color:#475569; }
.landing-how { border-radius:32px; padding:32px; }
.landing-how h2 { font-size:22px; font-weight:800; color:#14532d; }
.landing-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; margin-top:24px; }
.landing-steps li > span { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:12px; background:#a3e635; color:#052e16; font-weight:800; }
.landing-steps h3 { margin:12px 0 8px; color:#14532d; font-weight:800; }
.landing-steps p { color:#475569; font-size:16px; line-height:1.65; }
.landing-booking-info { margin:-12px 0 24px; text-align:center; font-weight:600; color:#166534; }
.landing-closed { padding:24px; background:#fffbeb; border:1px solid #fde68a; border-radius:20px; text-align:center; }
.landing-closed h3 { color:#78350f; font-size:20px; font-weight:800; }
.landing-closed p { margin:10px auto 0; max-width:60ch; color:#78350f; line-height:1.7; }
.landing-summary { padding:16px; background:#f0fdf4; border-radius:16px; color:#14532d; line-height:1.8; }
.landing-summary h3 { font-weight:800; }
#booking-submit:disabled { opacity:.5; cursor:not-allowed; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline:3px solid #65a30d; outline-offset:4px; }
@media (min-width:1024px) {
    .landing-menu summary { display:none; }
    .landing-menu:not([open]) > .landing-menu-links { display:flex; }
    .landing-menu[open] .landing-menu-links { margin-top:0; }
}
@media (max-width:1023px) {
    .landing-header { gap:14px; }
    .landing-brand { margin-right:auto; }
    .landing-nav { order:3; flex:0 0 auto; }
    .landing-language { order:2; }
    .landing-menu-links { position:absolute; top:calc(100% + 8px); left:0; right:0; flex-direction:column; align-items:stretch; gap:4px; padding:16px; border-radius:20px; background:#052e16; box-shadow:0 12px 24px #0004; }
    .landing-menu-links a { padding:8px 12px; font-size:15px; }
    .landing-menu[open] .landing-menu-links { margin-top:0; }
    .landing-hero { padding:28px; gap:24px; }
    .landing-steps { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:600px) {
    .landing-header { padding:12px; gap:10px; }
    .landing-brand > div { gap:8px; }
    .landing-brand .text-\[15px\] { font-size:13px; }
    .landing-menu summary { font-size:14px; }
    .landing-hero { grid-template-columns:1fr; border-radius:28px; padding:24px; }
    .landing-how { padding:24px; }
    .landing-steps { grid-template-columns:1fr; gap:20px; }
    .landing-steps li { position:relative; padding-left:50px; }
    .landing-steps li > span { position:absolute; left:0; top:0; }
    .landing-steps h3 { margin-top:0; }
}
.landing-footer { margin:0 auto 24px; padding:20px 28px; max-width:calc(100% - 32px); border-radius:20px; background:#052e16ed; color:#fff; text-align:center; font-size:13px; line-height:1.8; }
.landing-footer a { margin-top:8px; text-decoration:underline; text-underline-offset:4px; }
.landing-practical { align-items:start; }
.landing-practical p { font-size:16px; line-height:1.65; }
.site-announcement { padding:16px !important; }
.site-announcement p { white-space:pre-line; line-height:1.5; }
@media (max-width:380px) {
    .landing-header { gap:8px; }
    .landing-brand > div > div:first-child { width:36px; height:36px; }
    .landing-brand > div > div:last-child { font-size:12px; }
    .landing-language { width:40px; height:40px; }
    .landing-menu summary { font-size:13px; }
}

@media (max-width: 767px) {

    .landing-menu-links {
        padding: 10px 12px;
        gap: 2px;
        max-height: calc(100vh - 170px);
        overflow-y: auto;
    }

    .landing-menu-links a {
        display: flex;
        align-items: center;
        min-height: 40px;
        padding: 8px 10px;
        font-size: 14px;
        line-height: 1.2;
    }

    .landing-menu-links .landing-book-link {
        min-height: 44px;
        margin-top: 4px;
        padding: 10px 12px;
    }

    #cookie-banner {
        padding: 12px;
    }

    #cookie-banner > div {
        padding: 16px;
        border-radius: 20px;
    }

    #cookie-banner h2 {
        font-size: 1rem;
    }

    #cookie-banner p {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    #cookie-banner .mt-4 {
        margin-top: 12px;
    }
}

@media (prefers-reduced-motion:reduce) { html, body { scroll-behavior:auto; } }
