.htpo-shell{--navy:#071b33;--blue:#0b63ce;--orange:#ff7a00;max-width:1240px;margin:70px auto;padding:0 24px;font-family:inherit;color:var(--navy)}
.htpo-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:24px}.htpo-kicker{font-size:.76rem;letter-spacing:.18em;font-weight:800;color:var(--blue)}.htpo-head h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.03;margin:.35rem 0 .55rem;max-width:780px}.htpo-head p{margin:0;color:#5e6b7b}.htpo-live{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:.82rem;font-weight:700;color:#167c3b}.htpo-live i{width:9px;height:9px;border-radius:50%;background:#23c55e;box-shadow:0 0 0 6px rgba(35,197,94,.13)}
.htpo-hero{position:relative;min-height:540px;border-radius:30px;overflow:hidden;background:#0c2038;box-shadow:0 30px 80px rgba(8,29,54,.2)}.htpo-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.04);transition:opacity .9s ease,transform 5.5s ease,visibility .9s;background-image:var(--bg);background-size:cover;background-position:center}.htpo-hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.htpo-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,40,.9) 0%,rgba(5,20,40,.55) 48%,rgba(5,20,40,.08) 78%)}.htpo-hero-content{position:absolute;z-index:2;left:clamp(28px,6vw,80px);bottom:clamp(45px,8vw,85px);max-width:600px;color:#fff}.htpo-chip{display:inline-block;padding:8px 13px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.htpo-hero h3{font-size:clamp(2.2rem,5vw,4.8rem);line-height:.98;margin:18px 0 13px;color:#fff}.htpo-hero-content p{font-size:1.03rem;color:rgba(255,255,255,.9);margin:0 0 18px}.htpo-price{display:flex;flex-direction:column;margin-bottom:20px}.htpo-price small{opacity:.76}.htpo-price strong{font-size:2.2rem}.htpo-primary{display:inline-flex;padding:14px 21px;border-radius:12px;background:var(--orange);color:#fff!important;text-decoration:none!important;font-weight:800}.htpo-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:50px;height:50px;border:0;border-radius:50%;font-size:2rem;background:rgba(255,255,255,.88);color:var(--navy);cursor:pointer}.htpo-prev{left:18px}.htpo-next{right:18px}.htpo-dots{position:absolute;z-index:4;right:35px;bottom:30px;display:flex;gap:8px}.htpo-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.48)}.htpo-dots button.is-active{width:30px;border-radius:8px;background:#fff}
.htpo-filter{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 18px}.htpo-filter button{border:1px solid #dce4ed;background:#fff;padding:10px 16px;border-radius:999px;font-weight:750;cursor:pointer}.htpo-filter button.is-active{background:var(--navy);color:#fff;border-color:var(--navy)}
.htpo-marquee-wrap{overflow:hidden;border-radius:24px}.htpo-track{display:flex;gap:18px;width:max-content;animation:htpo-scroll 58s linear infinite}.htpo-marquee-wrap:hover .htpo-track{animation-play-state:paused}.htpo-card{width:310px;border:1px solid #e0e7ef;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 35px rgba(8,29,54,.09);flex:0 0 auto}.htpo-card[hidden]{display:none}.htpo-card-img{height:200px;background-size:cover;background-position:center;position:relative}.htpo-card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,17,34,.55),transparent 55%)}.htpo-card-img span{position:absolute;z-index:2;left:14px;bottom:13px;background:#fff;color:var(--navy);padding:7px 10px;border-radius:9px;font-size:.72rem;font-weight:850}.htpo-card-body{padding:18px}.htpo-card h3{font-size:1.18rem;margin:0 0 12px}.htpo-card ul{list-style:none;padding:0;margin:0 0 17px;color:#627081;font-size:.86rem}.htpo-card li{margin:6px 0}.htpo-card-foot{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #edf1f5;padding-top:14px}.htpo-card-foot div{display:flex;flex-direction:column}.htpo-card-foot small{font-size:.7rem;color:#758190}.htpo-card-foot strong{font-size:1.35rem}.htpo-card-foot a{padding:9px 13px;border-radius:9px;background:#eaf3ff;color:var(--blue)!important;text-decoration:none!important;font-weight:800}.htpo-booking-bar{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;margin-top:28px;padding:17px 20px;border:1px solid #dce8f5;background:#f6faff;border-radius:16px}.htpo-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff}.htpo-booking-bar strong,.htpo-booking-bar span{display:block}.htpo-booking-bar span{font-size:.76rem;color:#718096;margin-top:3px}.htpo-pulse{font-size:.72rem;font-weight:900;color:#16803d}.htpo-note{text-align:center;font-size:.75rem;color:#748092;margin-top:13px}
@keyframes htpo-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}
@media(max-width:760px){.htpo-shell{margin:45px auto;padding:0 14px}.htpo-head{display:block}.htpo-live{margin-top:14px}.htpo-hero{min-height:500px;border-radius:20px}.htpo-arrow{width:42px;height:42px}.htpo-prev{left:10px}.htpo-next{right:10px}.htpo-hero-content{left:24px;right:24px;bottom:55px}.htpo-hero-shade{background:linear-gradient(0deg,rgba(5,20,40,.92),rgba(5,20,40,.2))}.htpo-dots{right:24px;bottom:21px}.htpo-card{width:280px}.htpo-booking-bar{grid-template-columns:42px 1fr}.htpo-pulse{display:none}}
@media(prefers-reduced-motion:reduce){.htpo-track{animation:none}.htpo-hero-slide{transition:none}}
