.dl-lobby{padding:2.2rem 0;background:#081830}
.dl-lobby-head{text-align:center;max-width:680px;margin:0 auto 2rem}
.dl-lobby-head h1{font-size:clamp(1.3rem,3.5vw,1.75rem);color:#e8f4fc;margin-bottom:.6rem}
.dl-lobby-head h1 em{color:#4dd0e1;font-style:normal}
.dl-lobby-head p{color:#6a9ab8;font-size:.9rem}

.turnstile-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.8rem;font-size:.82rem;color:#6a9ab8}
.turnstile-stats strong{color:#4dd0e1;font-size:1.1rem;margin-right:.25rem}

.chamber-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
@media(max-width:640px){.chamber-grid{grid-template-columns:1fr}}
.chamber{background:#0a2038;border:3px solid #2a6a8a;display:grid;grid-template-columns:auto 1fr;gap:0}
.chamber-door{width:72px;background:#123050;border-right:2px solid #1a4a6a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;text-align:center}
.chamber-door .icon{font-size:1.6rem;margin-bottom:.35rem}
.chamber-door .label{font-size:.62rem;color:#f0c060;font-weight:800;letter-spacing:.04em;writing-mode:vertical-rl;text-orientation:mixed}
.chamber-body{padding:1rem 1.1rem}
.chamber-body h3{font-size:.95rem;color:#e8f4fc;margin-bottom:.35rem}
.chamber-body p{font-size:.8rem;color:#6a9ab8;margin-bottom:.75rem;line-height:1.5}
.chamber-body .spec{font-size:.72rem;color:#4a6a80;margin-bottom:.65rem}
.chamber-body .spec span{display:inline-block;margin-right:.75rem}
.chamber-body .btn-aqua{font-size:.8rem;padding:.45rem .95rem}

.dl-showcase{margin:2rem 0}
.dl-showcase .glass-frame{max-width:520px;margin:0 auto;padding:8px}

.ticket-steps{display:flex;flex-direction:column;gap:0;border-left:3px solid #f0c060;margin-left:1rem;padding-left:0}
.ticket-step{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #1a3050;align-items:start}
@media(max-width:560px){.ticket-step{grid-template-columns:1fr}}
.ticket-step .step-tag{background:#1a3050;border:2px solid #c8a040;padding:.4rem .6rem;font-size:.72rem;color:#f0c060;font-weight:800;text-align:center}
.ticket-step h3{font-size:.92rem;color:#e8f4fc;margin-bottom:.3rem}
.ticket-step p{font-size:.82rem;color:#6a9ab8}

.dl-spec-dual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:768px){.dl-spec-dual{grid-template-columns:1fr}}
.spec-panel{background:#0a2038;border:2px solid #1a4a6a;padding:1rem 1.1rem}
.spec-panel h3{font-size:.88rem;color:#4dd0e1;margin-bottom:.55rem;border-bottom:1px solid #1a3050;padding-bottom:.4rem}
.spec-panel li{font-size:.8rem;color:#6a9ab8;padding:.25rem 0}

.dl-cta{background:#123050;padding:2.2rem 0;text-align:center;border-top:2px solid #4dd0e1}
.dl-cta h2{font-size:1.2rem;color:#e8f4fc;margin-bottom:.4rem}
.dl-cta p{font-size:.85rem;color:#6a9ab8;margin-bottom:1rem}
