
:root{--navy:#061d35;--gold:#f2a900;--gold2:#ffc857;--bg:#f6f8fb;--ink:#0b2340;--muted:#667085;--green:#159957;--red:#d83a3a;--line:#e8edf3}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial;background:var(--bg);color:var(--ink)}header{background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;padding:16px 4vw;position:sticky;top:0;z-index:10}.brand{font-weight:950}.brand span{color:var(--gold)}button,.btn{border:0;border-radius:12px;padding:12px 16px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#061d35;font-weight:900;cursor:pointer;text-decoration:none;display:inline-block}.ghost{background:transparent;color:white;border:1px solid var(--gold)}button:disabled{opacity:.45}.hero{min-height:560px;background:linear-gradient(90deg,rgba(6,29,53,.92),rgba(6,29,53,.45)),var(--hero) center/cover;color:white;display:flex;align-items:center;padding:48px 4vw}.hero h1{font-size:clamp(42px,7vw,78px);line-height:.95;margin:0 0 18px}.hero p{font-size:21px;max-width:650px;line-height:1.5}.wrap{max-width:1180px;margin:auto;padding:42px 20px}.title{text-align:center;margin-bottom:28px}.title h2{font-size:36px;margin:8px 0}.title p{color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(7,31,58,.13);position:relative}.badge{position:absolute;top:14px;left:14px;background:var(--gold);padding:8px 12px;border-radius:9px;font-weight:950}.photo{height:250px;background:center/cover}.body{padding:22px}.body h3{font-size:27px;margin:0}.desc{color:var(--muted);line-height:1.55}.features{list-style:none;padding:0;margin:18px 0;display:grid;gap:9px}.features li:before{content:'✦';color:var(--gold);margin-right:8px}.price-row{display:flex;justify-content:space-between;align-items:end;gap:12px}.price{font-size:34px;font-weight:950}.addon-card{border:1.5px solid var(--gold);border-radius:14px;padding:12px;margin:12px 0;display:flex;justify-content:space-between;font-weight:850}.modal{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:1000;display:none;align-items:center;justify-content:center;padding:16px}.modal.active{display:flex}.sheet{width:min(860px,100%);max-height:92vh;overflow:auto;background:white;border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.sheet-head{background:var(--navy);color:white;padding:22px 26px;display:flex;justify-content:space-between;align-items:center}.close{background:transparent;color:white;border:1px solid rgba(255,255,255,.45)}.sheet-body{padding:24px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;font-weight:760;color:#3c4654}input,select{width:100%;padding:14px;border:1px solid #dbe3ed;border-radius:12px;font-size:15px;background:white}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 16px}.slot-card{border:2px solid var(--line);border-radius:16px;background:white;padding:16px;text-align:center;font-weight:900;cursor:pointer}.slot-card.selected{border-color:var(--gold);background:#fff8e6}.slot-card.booked{background:#f2f4f7;color:#98a2b3;text-decoration:line-through;cursor:not-allowed}.slot-card small{display:block;font-weight:600;margin-top:5px}.summary{background:#f4f8fc;border:1px solid #dce7f2;border-radius:18px;padding:18px;margin:16px 0;line-height:1.8}.ticket{display:none;border:2px dashed var(--gold);border-radius:20px;padding:20px;background:#fffdf5;line-height:1.8;margin-top:16px}.ticket-id{font-size:23px;font-weight:950;color:var(--navy)}.admin{display:none;margin-top:32px;background:white;border:2px dashed #ccd6e2;border-radius:24px;padding:24px}.admin.active{display:block}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-box{background:#f5f7fb;border-radius:18px;padding:18px}table{width:100%;border-collapse:collapse;background:white;margin-top:14px}th,td{border-bottom:1px solid #e8edf3;padding:10px;text-align:left;font-size:14px}th{background:#f2f6fb}footer{background:var(--navy);color:white;padding:28px 4vw;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:900px){header{align-items:flex-start;flex-direction:column}.cards,.grid,.admin-grid,.slot-grid{grid-template-columns:1fr}.price-row{align-items:flex-start;flex-direction:column}.photo{height:270px}}
