.tour-intro{padding:30px 0 20px}.tour-intro h1{font-size:32px;margin:0 0 8px}.tour-intro p{margin:0;color:#647084}.tour-viewer{height:min(68vh,720px);min-height:380px;background:#15243d;position:relative;border-radius:8px;overflow:hidden}.tour-tools{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:14px 0}.tour-tools label{cursor:pointer;font-size:14px}.tour-scenes{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:15px 0 40px}.tour-scenes button{border:2px solid #dce3ed;border-radius:6px;background:#fff;padding:4px;cursor:pointer;color:#18315b}.tour-scenes button[aria-pressed=true]{border-color:#e84739;background:#f5f8fc}.tour-scenes img{width:100%;height:80px;object-fit:cover;display:block}.tour-scenes span{display:block;font-size:13px;padding:5px}.tour-entry{margin:22px 0 28px;display:flex;align-items:center;gap:18px;padding:20px;background:#173b7b;color:white;border-radius:5px}.tour-entry p{margin:5px 0;color:white!important}.tour-entry .button{margin-left:auto;white-space:nowrap}@media(max-width:760px){.tour-intro h1{font-size:25px}.tour-viewer{height:60vh;min-height:320px}.tour-scenes{grid-template-columns:repeat(3,1fr);gap:8px}.tour-scenes img{height:64px}.tour-tools{font-size:12px;align-items:flex-start}.tour-entry{display:block}.tour-entry .button{margin-top:12px}.tour-tools label{font-size:12px}}