*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font:16px/1.5 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:#1c2a30;background:#f6f8f8}
h1,h2,h3{line-height:1.2;margin:0 0 .5rem}h2{font-size:1.4rem;margin:2rem 0 1rem}
a{color:var(--accent)}
.btn{display:inline-block;padding:.7rem 1.1rem;border:0;border-radius:10px;background:var(--accent);color:#fff;font:inherit;font-weight:600;text-decoration:none;cursor:pointer}
.btn.wa{background:#25d366}.btn.alt{background:#fff;color:var(--accent);border:2px solid var(--accent)}
.btn:disabled{opacity:.6;cursor:default}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}
.hero{position:relative;min-height:62vh;background:#345 center/cover no-repeat;color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.05) 40%,rgba(0,0,0,.7))}
.hero nav,.hero-text{position:relative;z-index:1;padding:1rem}
.hero nav{display:flex;justify-content:space-between;align-items:center}
.langs .lang{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:8px;padding:.3rem .6rem;margin-right:.3rem;font-weight:600;cursor:pointer}
.langs .lang.active{background:#fff;color:#1c2a30}
.hero-text h1{font-size:2.2rem}.place{opacity:.9;margin:0}.tagline{font-size:1.1rem;margin:.3rem 0 0}
main{max-width:760px;margin:0 auto;padding:0 1rem 3rem}
.card{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:1.2rem;overflow:hidden}
.card .body{padding:1rem}
.gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:2px;background:#000}
.gallery img{flex:0 0 100%;width:100%;height:260px;min-height:0;object-fit:cover;scroll-snap-align:start;display:block}
.specs{color:#5b6b72;margin:.2rem 0 .8rem}.price{font-size:1.2rem;font-weight:700;color:var(--accent)}
.notes{color:#5b6b72;font-size:.95rem}
table.prices{width:100%;border-collapse:collapse;margin:.5rem 0}
table.prices th,table.prices td{padding:.5rem .4rem;text-align:left;border-bottom:1px solid #e6ebec;font-size:.95rem}
table.prices thead th{color:#5b6b72;font-weight:600}table.prices tbody th{font-weight:600}
table.prices tbody th small{display:block;color:#8a979c;font-weight:400;font-size:.8rem}
table.prices td{font-weight:700;white-space:nowrap}
details{margin:.6rem 0}summary{cursor:pointer;font-weight:600}details ul{margin:.4rem 0 0 1.2rem;padding:0}
.legend{color:#5b6b72;font-size:.9rem;margin-bottom:.6rem}.dot{display:inline-block;width:.8rem;height:.8rem;border-radius:50%;margin:0 .3rem 0 .6rem;vertical-align:middle}
.dot.free{background:#fff;border:2px solid var(--accent)}.dot.busy{background:#d9dfe1}
#months{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.month{background:#fff;border-radius:16px;padding:.8rem;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.month h4{margin:0 0 .5rem;text-align:center}
.month table{width:100%;border-collapse:collapse;table-layout:fixed}
.month th{font-weight:500;color:#8a979c;font-size:.8rem;padding:.2rem 0}
.month td{text-align:center;padding:.15rem 0}
.month td button{width:2.1rem;height:2.1rem;border-radius:50%;border:2px solid var(--accent);background:#fff;color:#1c2a30;font:inherit;cursor:pointer}
.month td button.busy{border-color:transparent;background:#d9dfe1;color:#8a979c;cursor:default;text-decoration:line-through}
.month td button.past{border-color:transparent;background:transparent;color:#c2cacd;cursor:default}
.month td button.selected{background:var(--accent);color:#fff}
form{display:grid;gap:.8rem;background:#fff;padding:1rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
label{display:grid;gap:.3rem;font-weight:600;font-size:.95rem}
input,select,textarea{font:inherit;padding:.6rem .7rem;border:1px solid #c9d2d5;border-radius:10px;width:100%}
textarea{min-height:5rem}
.status{margin:0;min-height:1.4rem;font-weight:600}.status.ok{color:#1b7f3b}.status.err{color:#b3261e}
#wa-fallback{display:none;text-align:center}#wa-fallback.show{display:block}
footer{text-align:center;color:#8a979c;padding:1rem 1rem 2rem}
@media(min-width:720px){.hero-text h1{font-size:3rem}.hero{min-height:70vh}.gallery img{height:420px}}
