:root{
  --hx-bg:#03111d;
  --hx-bg-2:#071d2e;
  --hx-panel:#0a2234;
  --hx-panel-2:#0c293d;
  --hx-gold:#d8aa45;
  --hx-gold-light:#f0ce79;
  --hx-cream:#fff5db;
  --hx-text:#f7f1e5;
  --hx-muted:#aebfca;
  --hx-line:rgba(216,170,69,.28);
  --hx-line-soft:rgba(255,255,255,.09);
  --hx-danger:#ff8585;
  --hx-success:#71d3a0;
  --hx-shadow:0 26px 70px rgba(0,0,0,.33);
  --hx-radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.hotel-experience{margin:0;min-height:100vh;background:
  radial-gradient(circle at 84% -8%,rgba(33,90,126,.25),transparent 30%),
  radial-gradient(circle at 10% 38%,rgba(216,170,69,.08),transparent 22%),
  linear-gradient(180deg,#020d16 0,#061827 46%,#020d16 100%);
  color:var(--hx-text);font-family:"Cairo","Tajawal",sans-serif;overflow-x:hidden}
body.hotel-experience::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.hx-shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.hx-header{position:sticky;top:0;z-index:80;border-bottom:1px solid var(--hx-line);background:rgba(2,13,22,.86);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.hx-nav{min-height:86px;display:flex;align-items:center;gap:26px}
.hx-brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-inline-end:auto;min-width:max-content}
.hx-brand img{width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 5px 16px rgba(216,170,69,.22))}
.hx-brand strong{display:block;color:var(--hx-gold-light);font-size:20px;line-height:1.2}
.hx-brand small{display:block;color:#ba9651;letter-spacing:1.7px;font-size:9px;margin-top:5px}
.hx-links{display:flex;align-items:center;gap:6px}
.hx-links a{position:relative;text-decoration:none;color:#d7e0e5;padding:13px 14px;font-weight:700;font-size:15px;transition:.22s ease}
.hx-links a::after{content:"";position:absolute;right:14px;left:14px;bottom:4px;height:2px;border-radius:10px;background:linear-gradient(90deg,transparent,var(--hx-gold-light),transparent);transform:scaleX(0);transition:.22s}
.hx-links a:hover,.hx-links a[aria-current="page"]{color:var(--hx-gold-light)}
.hx-links a:hover::after,.hx-links a[aria-current="page"]::after{transform:scaleX(1)}
.hx-nav-action,.hx-primary,.hx-secondary,.hx-ghost{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;min-height:48px;padding:0 20px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
.hx-nav-action,.hx-primary{color:#071521;background:linear-gradient(135deg,#c89431,#f1cf72);box-shadow:0 10px 28px rgba(216,170,69,.17)}
.hx-nav-action:hover,.hx-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(216,170,69,.27)}
.hx-secondary{color:var(--hx-text);border-color:var(--hx-line);background:rgba(255,255,255,.025)}
.hx-secondary:hover,.hx-ghost:hover{border-color:rgba(240,206,121,.75);background:rgba(216,170,69,.08)}
.hx-ghost{color:var(--hx-gold-light);border-color:var(--hx-line);background:transparent}
.hx-menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--hx-line);border-radius:14px;background:rgba(255,255,255,.03);color:var(--hx-gold-light);align-items:center;justify-content:center}
.hx-menu-toggle span,.hx-menu-toggle span::before,.hx-menu-toggle span::after{display:block;width:22px;height:2px;background:currentColor;border-radius:4px;position:relative;transition:.2s}
.hx-menu-toggle span::before,.hx-menu-toggle span::after{content:"";position:absolute;right:0}
.hx-menu-toggle span::before{top:-7px}.hx-menu-toggle span::after{top:7px}
.hx-menu-toggle[aria-expanded="true"] span{background:transparent}.hx-menu-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}.hx-menu-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}
.hx-hero{position:relative;min-height:570px;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--hx-line)}
.hx-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(1,9,15,.96) 7%,rgba(2,15,25,.71) 50%,rgba(2,15,25,.22)),url('assets/hero-resort.webp');background-size:cover;background-position:center 54%;filter:saturate(.88)}
.hx-hero::after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,var(--hx-bg));pointer-events:none}
.hx-hero-content{position:relative;z-index:2;padding:105px 0 120px;max-width:780px}
.hx-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--hx-gold-light);font-size:14px;font-weight:900;letter-spacing:.3px}
.hx-eyebrow::before,.hx-eyebrow::after{content:"";width:36px;height:1px;background:linear-gradient(90deg,transparent,var(--hx-gold))}
.hx-eyebrow::after{transform:scaleX(-1)}
.hx-hero h1{font-size:clamp(42px,6vw,78px);line-height:1.16;margin:18px 0;color:var(--hx-cream);text-shadow:0 10px 32px rgba(0,0,0,.36)}
.hx-hero h1 span{color:var(--hx-gold-light)}
.hx-hero p{max-width:690px;color:#d2dde4;font-size:clamp(17px,2vw,21px);line-height:2;margin:0}
.hx-trust-row{display:flex;gap:13px;flex-wrap:wrap;margin-top:32px}
.hx-trust{display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgba(216,170,69,.22);border-radius:999px;background:rgba(2,14,23,.54);backdrop-filter:blur(8px);font-weight:700;color:#e9edf0}
.hx-trust svg,.hx-icon{width:21px;height:21px;stroke:var(--hx-gold-light);fill:none;stroke-width:1.8;flex:0 0 auto}
.hx-section{padding:88px 0}
.hx-section-head{text-align:center;max-width:730px;margin:0 auto 42px}
.hx-section-head h2{font-size:clamp(31px,4vw,52px);margin:8px 0 12px;color:var(--hx-gold-light)}
.hx-section-head p{color:var(--hx-muted);line-height:1.9;margin:0}
.hx-ornament{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--hx-gold);margin-top:14px}
.hx-ornament::before,.hx-ornament::after{content:"";width:82px;height:1px;background:linear-gradient(90deg,transparent,var(--hx-gold))}.hx-ornament::after{transform:scaleX(-1)}
.hx-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.hx-room-card{position:relative;border:1px solid var(--hx-line);border-radius:var(--hx-radius);overflow:hidden;background:linear-gradient(150deg,rgba(14,43,63,.94),rgba(4,20,33,.98));box-shadow:var(--hx-shadow);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;min-width:0}
.hx-room-card:hover{transform:translateY(-7px);border-color:rgba(240,206,121,.58);box-shadow:0 34px 82px rgba(0,0,0,.42)}
.hx-room-visual{height:275px;position:relative;overflow:hidden;background:linear-gradient(145deg,#0b2b42,#061825)}
.hx-room-visual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s cubic-bezier(.2,.65,.2,1),filter .3s}
.hx-room-card:hover .hx-room-visual img{transform:scale(1.045);filter:saturate(1.08)}
.hx-room-visual::after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(transparent,rgba(3,17,29,.9))}
.hx-room-visual.is-empty{display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(216,170,69,.09),transparent 34%),linear-gradient(145deg,#09263a,#041522)}
.hx-room-visual.is-empty::before{content:"";position:absolute;inset:18px;border:1px dashed rgba(216,170,69,.22);border-radius:20px}
.hx-empty-visual{position:relative;z-index:1;text-align:center;color:#899ca8;padding:20px}
.hx-empty-visual svg{width:52px;height:52px;stroke:rgba(240,206,121,.55);fill:none;stroke-width:1.25;margin-bottom:11px}
.hx-empty-visual span{display:block;font-size:14px}
.hx-capacity-badge{position:absolute;z-index:2;top:16px;right:16px;display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(2,14,23,.76);border:1px solid rgba(216,170,69,.34);color:var(--hx-cream);font-weight:800;font-size:13px;backdrop-filter:blur(10px)}
.hx-room-body{padding:24px}
.hx-room-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.hx-room-title-row h3{font-size:26px;margin:0;color:var(--hx-gold-light)}
.hx-room-price{text-align:left;white-space:nowrap}.hx-room-price strong{font-size:24px;color:#fff}.hx-room-price small{display:block;color:#92a8b6;font-size:11px;margin-top:2px}
.hx-room-body>p{color:#b9c8d1;line-height:1.9;min-height:68px;font-size:14px}
.hx-mini-features{display:flex;gap:8px;flex-wrap:wrap;padding:0;margin:18px 0 22px;list-style:none}
.hx-mini-features li{border:1px solid var(--hx-line-soft);background:rgba(255,255,255,.025);padding:8px 10px;border-radius:10px;color:#d8e0e5;font-size:12px}
.hx-card-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:10px}
.hx-card-actions a{min-width:0;padding-inline:10px}
.hx-card-note{margin-top:16px;color:#869aa6;font-size:11px;text-align:center}
.hx-highlights{padding:0 0 88px}
.hx-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hx-highlight{border:1px solid var(--hx-line-soft);border-radius:20px;padding:22px;background:rgba(255,255,255,.025);display:flex;gap:15px;align-items:center}
.hx-highlight span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:rgba(216,170,69,.09);border:1px solid var(--hx-line)}
.hx-highlight strong{display:block;color:var(--hx-cream)}.hx-highlight small{display:block;color:var(--hx-muted);line-height:1.7;margin-top:4px}
.hx-footer{border-top:1px solid var(--hx-line);padding:30px 0;background:rgba(1,9,15,.52)}
.hx-footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#91a4af;font-size:13px}.hx-footer a{color:var(--hx-gold-light);text-decoration:none}

/* Room details */
.hx-detail-main{padding:42px 0 90px}
.hx-back{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#d5dee3;margin-bottom:22px;font-weight:700}.hx-back:hover{color:var(--hx-gold-light)}
.hx-detail-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:28px;align-items:start}
.hx-gallery{border:1px solid var(--hx-line);border-radius:28px;padding:12px;background:rgba(7,29,46,.82);box-shadow:var(--hx-shadow)}
.hx-gallery-main{position:relative;height:min(610px,54vw);min-height:430px;border-radius:20px;overflow:hidden;background:#061825}
.hx-gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .22s ease,transform .35s ease}
.hx-gallery-main.is-changing img{opacity:.18;transform:scale(1.015)}
.hx-gallery-control{position:absolute;top:50%;translate:0 -50%;z-index:3;width:48px;height:48px;border-radius:50%;border:1px solid var(--hx-line);background:rgba(2,13,22,.7);color:var(--hx-gold-light);font-size:26px;display:grid;place-items:center;backdrop-filter:blur(9px)}
.hx-gallery-prev{right:16px}.hx-gallery-next{left:16px}
.hx-gallery-count{position:absolute;left:16px;bottom:16px;background:rgba(2,13,22,.76);border:1px solid var(--hx-line);border-radius:999px;padding:8px 12px;color:#e9eef0;font-size:12px}
.hx-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px}
.hx-thumb{padding:0;height:118px;border-radius:15px;overflow:hidden;border:1px solid transparent;background:#071a2a}.hx-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hx-thumb.active{border-color:var(--hx-gold-light);box-shadow:0 0 0 2px rgba(216,170,69,.14)}
.hx-detail-empty{min-height:570px;border:1px solid var(--hx-line);border-radius:28px;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(216,170,69,.07),transparent 32%),linear-gradient(145deg,rgba(10,37,56,.92),rgba(3,18,30,.95));box-shadow:var(--hx-shadow);position:relative;overflow:hidden}
.hx-detail-empty::after{content:"";position:absolute;inset:22px;border:1px dashed rgba(216,170,69,.19);border-radius:22px}
.hx-detail-empty .hx-empty-visual{z-index:2}
.hx-detail-panel{position:sticky;top:112px;border:1px solid var(--hx-line);border-radius:28px;background:linear-gradient(145deg,rgba(13,42,62,.96),rgba(3,18,30,.98));padding:30px;box-shadow:var(--hx-shadow)}
.hx-detail-panel h1{font-size:clamp(34px,4vw,52px);margin:7px 0;color:var(--hx-gold-light)}
.hx-detail-capacity{display:flex;align-items:center;gap:9px;color:#d9e1e6;font-weight:700}
.hx-detail-description{line-height:2;color:#bdcbd3;margin:22px 0}
.hx-detail-price{padding:18px 0;border-top:1px solid var(--hx-line-soft);border-bottom:1px solid var(--hx-line-soft);display:flex;justify-content:space-between;align-items:center;gap:18px}.hx-detail-price span{color:#9eb1bd}.hx-detail-price strong{font-size:30px;color:#fff}.hx-detail-price small{font-size:11px;color:#8ca0ad}
.hx-feature-title{color:var(--hx-gold-light);font-size:18px;margin:25px 0 13px}
.hx-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;list-style:none;margin:0}.hx-feature-list li{display:flex;align-items:center;gap:9px;padding:10px 0;color:#dce3e7;border-bottom:1px dashed rgba(255,255,255,.08);font-size:13px}.hx-feature-list svg{width:19px;height:19px;stroke:var(--hx-gold-light);fill:none;stroke-width:1.8}
.hx-policy{border:1px solid var(--hx-line-soft);border-radius:16px;background:rgba(0,0,0,.12);padding:15px;margin:22px 0;color:#b8c6ce;line-height:1.8;font-size:13px}.hx-policy strong{display:block;color:var(--hx-gold-light);margin-bottom:4px}
.hx-detail-actions{display:grid;gap:10px}.hx-detail-actions .hx-primary,.hx-detail-actions .hx-secondary{width:100%}

/* Booking */
.hx-booking-main{padding:45px 0 95px}
.hx-booking-head{text-align:center;margin-bottom:30px}.hx-booking-head h1{font-size:clamp(34px,5vw,56px);color:var(--hx-gold-light);margin:8px 0}.hx-booking-head p{color:var(--hx-muted);margin:0}
.hx-steps{display:grid;grid-template-columns:repeat(4,1fr);max-width:900px;margin:32px auto 44px;position:relative}
.hx-steps::before{content:"";position:absolute;top:22px;right:12%;left:12%;height:1px;background:rgba(216,170,69,.28)}
.hx-step-marker{position:relative;z-index:1;text-align:center;color:#778d9a;font-size:12px;font-weight:800}.hx-step-marker span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;margin:0 auto 9px;border:1px solid rgba(216,170,69,.35);background:#061827;color:#9baeb9;font-size:15px}.hx-step-marker.active{color:var(--hx-gold-light)}.hx-step-marker.active span,.hx-step-marker.done span{border-color:var(--hx-gold-light);background:linear-gradient(135deg,#bd8726,#f1cf72);color:#071521;box-shadow:0 0 0 5px rgba(216,170,69,.08)}.hx-step-marker.done{color:#c5d0d6}
.hx-booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.hx-form-card,.hx-summary-card,.hx-confirm-card{border:1px solid var(--hx-line);border-radius:28px;background:linear-gradient(145deg,rgba(13,42,62,.95),rgba(3,18,30,.98));box-shadow:var(--hx-shadow)}
.hx-form-card{padding:30px}.hx-summary-card{position:sticky;top:112px;padding:24px}
.hx-form-step[hidden]{display:none!important}.hx-form-step h2{margin:0 0 6px;color:var(--hx-gold-light);font-size:27px}.hx-form-step>p{color:var(--hx-muted);margin:0 0 25px;line-height:1.8}
.hx-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.hx-field{display:grid;gap:8px;color:#d8e1e6;font-size:13px;font-weight:700}.hx-field.full{grid-column:1/-1}.hx-field input,.hx-field select,.hx-field textarea{width:100%;border:1px solid rgba(216,170,69,.25);border-radius:14px;background:rgba(1,12,20,.48);color:#fff;min-height:54px;padding:12px 14px;outline:none;transition:.2s}.hx-field textarea{min-height:120px;resize:vertical}.hx-field input:focus,.hx-field select:focus,.hx-field textarea:focus{border-color:var(--hx-gold-light);box-shadow:0 0 0 3px rgba(216,170,69,.09)}.hx-field input::placeholder,.hx-field textarea::placeholder{color:#718794}.hx-field select option{background:#082033;color:#fff}
.hx-field-error{min-height:18px;color:var(--hx-danger);font-size:11px;font-weight:600}.hx-form-error{border:1px solid rgba(255,133,133,.3);background:rgba(255,80,80,.08);color:#ffc1c1;border-radius:13px;padding:11px 13px;margin:16px 0 0;display:none;font-size:13px}.hx-form-error.show{display:block}
.hx-availability{display:none;margin-top:18px;border:1px solid rgba(113,211,160,.28);background:rgba(42,135,89,.09);color:#baf0d0;border-radius:14px;padding:14px;line-height:1.7}.hx-availability.show{display:block}.hx-availability.warning{border-color:rgba(240,206,121,.3);background:rgba(216,170,69,.08);color:#f4dd9a}
.hx-form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:25px}.hx-form-actions .hx-primary,.hx-form-actions .hx-secondary{min-width:160px}
.hx-payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hx-payment-option{position:relative;border:1px solid var(--hx-line-soft);border-radius:20px;background:rgba(1,12,20,.32);padding:20px;cursor:pointer;transition:.22s;min-height:200px}.hx-payment-option:hover{border-color:rgba(216,170,69,.55)}.hx-payment-option.selected{border-color:var(--hx-gold-light);box-shadow:inset 0 0 0 1px var(--hx-gold),0 14px 30px rgba(0,0,0,.2);background:rgba(216,170,69,.07)}.hx-payment-option input{position:absolute;opacity:0}.hx-payment-check{position:absolute;top:16px;left:16px;width:23px;height:23px;border-radius:50%;border:1px solid rgba(216,170,69,.55)}.hx-payment-option.selected .hx-payment-check::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--hx-gold-light)}.hx-payment-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;border:1px solid var(--hx-line);background:rgba(216,170,69,.07);color:var(--hx-gold-light);font-size:22px;margin-bottom:15px}.hx-payment-option h3{margin:0;color:#fff}.hx-payment-option p{color:#9fb2bd;line-height:1.8;font-size:13px;margin:9px 0 0}.hx-payment-status{margin-top:16px;color:#f1d58e;font-size:12px;line-height:1.8}
.hx-payment-option.disabled{cursor:not-allowed;opacity:.54;filter:saturate(.45)}.hx-payment-option.disabled:hover{border-color:var(--hx-line-soft)}.hx-payment-option.disabled .hx-payment-status{color:#d9b96f}.hx-payment-option.disabled .hx-payment-check{border-color:rgba(255,255,255,.22)}

.hx-payment-icon-cash{width:62px;height:62px;border-radius:19px;background:linear-gradient(145deg,rgba(216,170,69,.13),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.16)}
.hx-payment-icon-cash svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 3px 7px rgba(216,170,69,.16))}
.hx-summary-card h3{margin:0 0 18px;color:var(--hx-gold-light);font-size:20px}.hx-summary-room{display:flex;gap:13px;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--hx-line-soft)}.hx-summary-thumb{width:84px;height:70px;border-radius:12px;overflow:hidden;flex:0 0 auto;background:linear-gradient(145deg,#0b2b42,#061825);border:1px solid var(--hx-line)}.hx-summary-thumb img{width:100%;height:100%;object-fit:cover}.hx-summary-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#718995;font-size:10px;text-align:center;padding:8px}.hx-summary-room strong{display:block;color:#fff}.hx-summary-room small{display:block;color:#8fa4b0;margin-top:4px}.hx-summary-list{display:grid;gap:12px;padding:17px 0;border-bottom:1px solid var(--hx-line-soft)}.hx-summary-row{display:flex;justify-content:space-between;gap:14px;font-size:13px}.hx-summary-row span{color:#93a8b4}.hx-summary-row strong{color:#e8edf0;text-align:left}.hx-summary-total{display:flex;justify-content:space-between;align-items:end;padding-top:18px}.hx-summary-total span{color:var(--hx-gold-light);font-weight:800}.hx-summary-total strong{font-size:25px;color:#fff}.hx-summary-total small{display:block;color:#78909e;text-align:left;font-size:10px}.hx-summary-note{font-size:10px;color:#718995;line-height:1.7;margin-top:11px}
.hx-confirm-card{padding:42px;text-align:center;max-width:760px;margin:auto}.hx-confirm-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:rgba(113,211,160,.1);border:1px solid rgba(113,211,160,.42);color:var(--hx-success);font-size:38px}.hx-confirm-card h2{font-size:36px;color:var(--hx-gold-light);margin:5px 0}.hx-confirm-card>p{color:var(--hx-muted);line-height:1.9}.hx-confirm-number{display:inline-flex;gap:9px;align-items:center;border:1px solid var(--hx-line);border-radius:14px;padding:12px 18px;margin:10px 0 22px;background:rgba(0,0,0,.13)}.hx-confirm-details{display:grid;grid-template-columns:1fr 1fr;text-align:right;gap:10px;margin:0 auto 24px}.hx-confirm-details div{border:1px solid var(--hx-line-soft);border-radius:13px;padding:12px}.hx-confirm-details small{display:block;color:#849aa7}.hx-confirm-details strong{display:block;color:#edf1f3;margin-top:4px}.hx-confirm-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.hx-toast{position:fixed;z-index:200;bottom:24px;left:24px;max-width:min(420px,calc(100% - 32px));border:1px solid var(--hx-line);border-radius:16px;background:rgba(4,20,33,.96);color:#eef2f3;padding:14px 17px;box-shadow:var(--hx-shadow);transform:translateY(30px);opacity:0;pointer-events:none;transition:.25s}.hx-toast.show{transform:none;opacity:1}.hx-toast.error{border-color:rgba(255,133,133,.46)}
.hx-loader{width:18px;height:18px;border-radius:50%;border:2px solid rgba(7,21,33,.25);border-top-color:#071521;animation:hxSpin .75s linear infinite}@keyframes hxSpin{to{transform:rotate(1turn)}}
.hx-fullscreen{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.95);display:grid;place-items:center;padding:28px}.hx-fullscreen[hidden]{display:none}.hx-fullscreen img{max-width:95vw;max-height:88vh;object-fit:contain}.hx-fullscreen-close{position:absolute;top:22px;left:22px;width:48px;height:48px;border-radius:50%;border:1px solid var(--hx-line);background:#071827;color:#fff;font-size:24px}

@media(max-width:1050px){
  .hx-links{position:absolute;top:100%;right:20px;left:20px;display:none;flex-direction:column;align-items:stretch;background:rgba(3,17,29,.98);border:1px solid var(--hx-line);border-radius:18px;padding:12px;box-shadow:var(--hx-shadow)}
  .hx-links.open{display:flex}.hx-links a{padding:13px 16px}.hx-menu-toggle{display:flex}.hx-nav-action{display:none}
  .hx-room-grid{grid-template-columns:1fr 1fr}.hx-room-card:last-child{grid-column:1/-1;max-width:600px;width:100%;justify-self:center}
  .hx-detail-grid{grid-template-columns:1fr}.hx-detail-panel{position:static}.hx-gallery-main{height:600px}
  .hx-booking-layout{grid-template-columns:1fr}.hx-summary-card{position:static;order:-1}.hx-summary-card.compact-on-first{display:none}
}
@media(max-width:720px){
  .hx-shell{width:min(100% - 22px,1240px)}.hx-nav{min-height:74px;gap:12px}.hx-brand img{width:50px;height:50px}.hx-brand strong{font-size:16px}.hx-brand small{font-size:7px;letter-spacing:1px}.hx-menu-toggle{width:44px;height:44px}
  .hx-hero{min-height:590px}.hx-hero::before{background-image:linear-gradient(180deg,rgba(2,13,22,.25),rgba(2,13,22,.88) 60%,#03111d),url('assets/hero-resort.webp');background-position:center}.hx-hero-content{text-align:center;padding:130px 0 90px}.hx-hero h1{font-size:42px}.hx-hero p{font-size:16px}.hx-eyebrow{font-size:12px}.hx-trust-row{justify-content:center}.hx-trust{font-size:12px;padding:9px 11px}
  .hx-section{padding:62px 0}.hx-section-head{margin-bottom:28px}.hx-room-grid{grid-template-columns:1fr}.hx-room-card:last-child{grid-column:auto;max-width:none}.hx-room-visual{height:245px}.hx-room-body{padding:20px}.hx-room-title-row h3{font-size:23px}.hx-room-price strong{font-size:21px}.hx-room-body>p{min-height:0}.hx-card-actions{grid-template-columns:1fr 1fr}.hx-card-actions a{font-size:13px}
  .hx-highlight-grid{grid-template-columns:1fr}.hx-highlights{padding-bottom:62px}
  .hx-detail-main{padding-top:24px}.hx-gallery{padding:7px;border-radius:20px}.hx-gallery-main{height:62vw;min-height:280px;border-radius:15px}.hx-gallery-control{width:40px;height:40px}.hx-thumbs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hx-thumb{min-width:120px;height:84px;scroll-snap-align:start}.hx-detail-empty{min-height:340px;border-radius:20px}.hx-detail-panel{padding:22px;border-radius:22px}.hx-detail-panel h1{font-size:34px}.hx-feature-list{grid-template-columns:1fr}.hx-detail-price strong{font-size:25px}
  .hx-booking-main{padding-top:25px}.hx-steps{margin:24px auto 30px}.hx-steps::before{right:10%;left:10%;top:18px}.hx-step-marker{font-size:10px}.hx-step-marker span{width:37px;height:37px;font-size:12px}.hx-form-card{padding:20px;border-radius:22px}.hx-fields{grid-template-columns:1fr}.hx-field.full{grid-column:auto}.hx-payment-grid{grid-template-columns:1fr}.hx-payment-option{min-height:0}.hx-form-actions{flex-direction:column-reverse}.hx-form-actions .hx-primary,.hx-form-actions .hx-secondary{width:100%;min-width:0}.hx-summary-card{padding:20px;border-radius:22px}.hx-confirm-card{padding:28px 18px}.hx-confirm-card h2{font-size:29px}.hx-confirm-details{grid-template-columns:1fr}.hx-footer-inner{justify-content:center;text-align:center}
}
@media(max-width:390px){.hx-brand span{display:none}.hx-card-actions{grid-template-columns:1fr}.hx-hero h1{font-size:36px}.hx-trust{width:100%;justify-content:center}.hx-room-visual{height:220px}.hx-steps{gap:2px}.hx-step-marker{font-size:9px}.hx-form-step h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* === T38 luxury hotel hero/page refinement === */
:root{
  --hx-bg:#04111d;
  --hx-bg-2:#081b2c;
  --hx-panel:#0b2030;
  --hx-panel-2:#0f2940;
  --hx-gold:#c89539;
  --hx-gold-light:#f2cf86;
  --hx-cream:#fff6e4;
  --hx-text:#f7f0e4;
  --hx-muted:#acc0cb;
  --hx-line:rgba(216,170,69,.26);
  --hx-line-soft:rgba(255,255,255,.08);
  --hx-shadow:0 34px 90px rgba(0,0,0,.42);
}
body.hotel-experience{
  background:
    radial-gradient(circle at 85% -10%,rgba(51,120,175,.16),transparent 28%),
    radial-gradient(circle at 12% 18%,rgba(216,170,69,.09),transparent 24%),
    radial-gradient(circle at 50% 100%,rgba(7,50,82,.18),transparent 30%),
    linear-gradient(180deg,#020b13 0%,#051624 28%,#071a2b 56%,#03111b 100%);
}
body.hotel-experience::before{opacity:.1;background-size:40px 40px}
.hx-header{background:rgba(2,10,17,.84);border-bottom-color:rgba(216,170,69,.22);box-shadow:0 18px 50px rgba(0,0,0,.18)}
.hx-links a{color:#ecf1f4;font-weight:800}
.hx-hero{min-height:680px;padding:22px 0 0}
.hx-hero::before{
  background-image:
    linear-gradient(90deg,rgba(2,10,17,.96) 4%,rgba(2,10,17,.82) 34%,rgba(2,10,17,.46) 62%,rgba(2,10,17,.72) 100%),
    linear-gradient(180deg,rgba(2,10,17,.20),rgba(2,10,17,.55) 72%,rgba(2,10,17,.92)),
    url('assets/hero-hotel-room-luxury.webp');
  background-size:cover;
  background-position:center center;
  filter:saturate(.92) contrast(1.02);
  transform:scale(1.01);
}
.hx-hero::after{height:190px;background:linear-gradient(transparent,rgba(4,17,29,.95) 74%,var(--hx-bg));}
.hx-hero-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  align-items:end;
  max-width:none;
  padding:110px 0 120px;
}
.hx-hero-copy{
  max-width:760px;
  padding:34px 34px 30px;
  border:1px solid rgba(216,170,69,.18);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(3,15,24,.70),rgba(3,15,24,.45));
  box-shadow:0 28px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.hx-eyebrow{font-size:13px;letter-spacing:.8px}
.hx-hero h1{font-size:clamp(46px,6vw,84px);line-height:1.05;margin:20px 0 16px}
.hx-hero p{max-width:680px;color:#edf0f1;font-size:clamp(18px,1.85vw,22px);line-height:1.95}
.hx-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hx-hero-actions .hx-primary,.hx-hero-actions .hx-secondary{min-width:170px}
.hx-trust-row{margin-top:24px;gap:10px}
.hx-trust{background:rgba(255,255,255,.045);border-color:rgba(216,170,69,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.hx-hero-panel{
  align-self:end;
  border:1px solid rgba(216,170,69,.22);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(7,22,34,.84),rgba(7,22,34,.54));
  box-shadow:var(--hx-shadow);
  padding:24px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.hx-hero-panel-head strong{display:block;color:var(--hx-cream);font-size:24px}
.hx-hero-panel-head small{display:block;color:#c7b183;margin-top:6px;line-height:1.7}
.hx-hero-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.hx-hero-panel-grid div{border:1px solid rgba(216,170,69,.18);border-radius:18px;padding:18px 14px;background:rgba(255,255,255,.03)}
.hx-hero-panel-grid strong{display:block;color:var(--hx-gold-light);font-size:28px;line-height:1}
.hx-hero-panel-grid span{display:block;margin-top:8px;color:#dde5ea;font-size:13px;line-height:1.6}
.hx-section{padding:96px 0}
.hx-section-head{margin-bottom:46px}
.hx-section-head h2{font-size:clamp(34px,4vw,58px);margin-top:10px;text-shadow:0 10px 30px rgba(0,0,0,.22)}
.hx-section-head p{font-size:16px;color:#b7c5cc}
.hx-room-grid{gap:24px}
.hx-room-card{
  border-color:rgba(216,170,69,.22);
  background:
    linear-gradient(180deg,rgba(14,31,46,.96),rgba(6,20,31,.98)),
    radial-gradient(circle at top right,rgba(216,170,69,.12),transparent 30%);
  box-shadow:0 26px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
}
.hx-room-card::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%);
}
.hx-room-card:hover{transform:translateY(-9px);box-shadow:0 40px 100px rgba(0,0,0,.46);}
.hx-room-visual{height:300px;background:linear-gradient(145deg,#0c2739,#06131e)}
.hx-room-visual::after{height:62%;background:linear-gradient(transparent,rgba(4,18,29,.88))}
.hx-capacity-badge{top:18px;right:18px;background:rgba(2,14,23,.78)}
.hx-room-body{padding:26px}
.hx-room-title-row h3{font-size:28px}
.hx-room-price strong{font-size:28px;color:var(--hx-cream)}
.hx-room-price small{font-size:12px;color:#98adb8}
.hx-room-body>p{font-size:14px;color:#cad4da;line-height:2;min-height:84px}
.hx-mini-features li{font-size:12px;padding:9px 12px;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.035)}
.hx-highlights{padding:10px 0 96px}
.hx-highlight{padding:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border-color:rgba(216,170,69,.14)}
.hx-highlight strong{font-size:18px;margin-bottom:3px}
.hx-footer{background:rgba(1,9,15,.72)}
.hx-detail-panel,.hx-form-card,.hx-summary-card,.hx-confirm-card,.hx-gallery{
  box-shadow:0 28px 84px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
}
@media(max-width:1050px){
  .hx-hero-content{grid-template-columns:1fr;align-items:start}
  .hx-hero-panel{max-width:520px}
}
@media(max-width:720px){
  .hx-hero{min-height:unset;padding-top:0}
  .hx-hero::before{
    background-image:
      linear-gradient(180deg,rgba(2,10,17,.20),rgba(2,10,17,.68) 54%,rgba(2,10,17,.96)),
      url('assets/hero-hotel-room-luxury.webp');
    background-position:center center;
  }
  .hx-hero-content{padding:112px 0 82px;gap:18px}
  .hx-hero-copy{padding:24px 18px 22px;border-radius:26px;text-align:center;margin:0 auto}
  .hx-hero h1{font-size:42px;line-height:1.12}
  .hx-hero p{font-size:15px;line-height:1.9}
  .hx-hero-actions{justify-content:center}
  .hx-hero-actions .hx-primary,.hx-hero-actions .hx-secondary{flex:1 1 180px;min-width:0}
  .hx-trust-row{justify-content:center}
  .hx-hero-panel{padding:18px;border-radius:24px;max-width:none}
  .hx-hero-panel-head strong{font-size:20px}
  .hx-section{padding:72px 0}
  .hx-room-grid{gap:18px}
  .hx-room-visual{height:250px}
}
@media(max-width:390px){
  .hx-hero-copy{padding:20px 14px 18px}
  .hx-hero h1{font-size:34px}
  .hx-hero-panel-grid strong{font-size:24px}
}


/* === T39 room selection refinement === */
.hx-rooms-section{position:relative;overflow:hidden}
.hx-rooms-section::before{content:"";position:absolute;inset:110px 0 auto; height:420px;pointer-events:none;
  background:radial-gradient(circle at 18% 22%, rgba(216,170,69,.09), transparent 24%),
             radial-gradient(circle at 82% 38%, rgba(47,97,141,.18), transparent 26%);
  filter:blur(2px);
}
.hx-rooms-section .hx-shell{position:relative;z-index:1}
.hx-section-head{max-width:820px}
.hx-selection-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:0 auto 34px;
}
.hx-selection-item{
  position:relative;
  padding:22px 20px;
  border:1px solid rgba(216,170,69,.16);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  box-shadow:0 16px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
}
.hx-selection-item::before{content:"";position:absolute;top:0;right:22px;left:22px;height:1px;background:linear-gradient(90deg,transparent,rgba(240,206,121,.65),transparent)}
.hx-selection-item strong{display:block;color:var(--hx-gold-light);font-size:18px;margin-bottom:8px}
.hx-selection-item span{display:block;color:#c7d2d8;line-height:1.9;font-size:14px}
.hx-room-grid{align-items:stretch}
.hx-room-card{display:flex;flex-direction:column;min-height:100%}
.hx-room-body{display:flex;flex-direction:column;flex:1}
.hx-room-body>p{margin-bottom:0}
.hx-mini-features{margin-top:18px}
.hx-card-actions{margin-top:auto;padding-top:8px}
.hx-room-price{display:inline-flex;flex-direction:column;align-items:flex-start;padding:10px 14px;border:1px solid rgba(216,170,69,.18);border-radius:16px;background:rgba(255,255,255,.035)}
.hx-room-card-featured{
  transform:translateY(-14px) scale(1.01);
  border-color:rgba(240,206,121,.42);
  background:
    radial-gradient(circle at top center, rgba(216,170,69,.13), transparent 36%),
    linear-gradient(180deg,rgba(15,35,51,.98),rgba(8,21,33,.99));
  box-shadow:0 34px 90px rgba(0,0,0,.42), 0 0 0 1px rgba(240,206,121,.08) inset;
}
.hx-room-card-featured:hover{transform:translateY(-20px) scale(1.015)}
.hx-room-card-featured .hx-room-visual{height:320px}
.hx-room-card-featured .hx-room-title-row h3{font-size:31px}
.hx-room-card-featured .hx-room-price strong{font-size:30px}
.hx-featured-badge{position:absolute;z-index:2;left:18px;top:18px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:linear-gradient(135deg,#ba8731,#f0cd79);color:#071521;font-size:12px;font-weight:900;box-shadow:0 10px 26px rgba(216,170,69,.28)}
.hx-room-card-featured .hx-card-actions .hx-primary{box-shadow:0 14px 30px rgba(216,170,69,.28)}
.hx-card-note{margin-top:14px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;color:#9db0bc}
@media(max-width:1050px){
  .hx-selection-strip{grid-template-columns:1fr}
  .hx-room-card-featured{transform:none;scale:1}
  .hx-room-card-featured:hover{transform:translateY(-8px)}
}
@media(max-width:720px){
  .hx-selection-strip{gap:12px;margin-bottom:24px}
  .hx-selection-item{padding:18px 16px;border-radius:18px}
  .hx-selection-item strong{font-size:16px}
  .hx-selection-item span{font-size:13px;line-height:1.8}
  .hx-room-card-featured .hx-room-visual,.hx-room-visual{height:250px}
  .hx-room-card-featured{order:-1}
  .hx-room-price{padding:9px 12px}
}
@media(max-width:390px){
  .hx-room-title-row{flex-direction:column;align-items:flex-start}
  .hx-room-price{text-align:right}
}

/* === T40 premium-weight refinement === */
.hx-room-showcase{
  position:relative;
  padding:30px;
  border-radius:38px;
  border:1px solid rgba(216,170,69,.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(216,170,69,.08), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(73,126,175,.12), transparent 24%),
    linear-gradient(180deg, rgba(8,26,40,.74), rgba(4,17,29,.92));
  box-shadow:0 38px 100px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;
}
.hx-room-showcase::before{
  content:""; position:absolute; inset:14px; border:1px solid rgba(240,206,121,.08); border-radius:28px; pointer-events:none;
}
.hx-room-showcase::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.035), transparent 20%);
}
.hx-showcase-topline{
  position:relative; z-index:1;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  margin-bottom:24px; padding-bottom:20px; border-bottom:1px solid rgba(216,170,69,.12);
}
.hx-showcase-topline span{
  display:inline-flex; align-items:center; gap:10px; color:var(--hx-gold-light); font-size:20px; font-weight:900;
}
.hx-showcase-topline span::before{
  content:""; width:34px; height:1px; background:linear-gradient(90deg, transparent, var(--hx-gold-light));
}
.hx-showcase-topline small{color:#a9bcc7; font-size:14px; line-height:1.8}
.hx-selection-strip{margin-bottom:26px}
.hx-selection-item{background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); border-color:rgba(216,170,69,.14)}
.hx-room-grid{grid-template-columns:.96fr 1.14fr .96fr; gap:24px}
.hx-room-card{
  border-radius:34px; border:1px solid rgba(216,170,69,.17);
  background:
    linear-gradient(180deg, rgba(12,31,47,.98), rgba(5,18,28,.985));
  box-shadow:0 28px 72px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
}
.hx-room-card::after{
  content:""; position:absolute; inset:10px; border:1px solid rgba(255,255,255,.035); border-radius:24px; pointer-events:none;
}
.hx-room-visual{
  margin:10px 10px 0; border-radius:24px; overflow:hidden; height:320px;
  box-shadow:0 18px 34px rgba(0,0,0,.24);
}
.hx-room-visual::before{
  content:""; position:absolute; inset:0; z-index:1;
  background:linear-gradient(180deg, rgba(255,255,255,.04), transparent 30%);
}
.hx-room-visual img{transform:scale(1.01)}
.hx-room-visual.is-empty{min-height:320px}
.hx-room-body{padding:22px 24px 24px}
.hx-room-kicker{
  display:inline-flex; align-items:center; gap:8px; margin-bottom:14px;
  color:#dcb86a; font-size:12px; font-weight:800; letter-spacing:.3px;
}
.hx-room-kicker::before{content:""; width:22px; height:1px; background:rgba(240,206,121,.7)}
.hx-room-title-row{margin-bottom:14px; align-items:center}
.hx-room-title-row h3{font-size:31px; letter-spacing:-.2px}
.hx-room-body>p{font-size:15px; line-height:2.05; color:#d1dbe1; min-height:96px}
.hx-room-price{
  border-radius:18px; padding:12px 14px;
  background:linear-gradient(180deg, rgba(201,152,58,.12), rgba(255,255,255,.03));
  border-color:rgba(240,206,121,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.hx-room-price strong{font-size:31px}
.hx-mini-features{gap:10px; margin:18px 0 24px}
.hx-mini-features li{padding:9px 13px; border-radius:999px; font-size:12px; color:#eef2f3; background:rgba(255,255,255,.04)}
.hx-card-actions{gap:12px; padding-top:12px}
.hx-card-actions .hx-primary,.hx-card-actions .hx-secondary{min-height:52px; border-radius:16px}
.hx-card-actions .hx-secondary{background:rgba(255,255,255,.035)}
.hx-room-card-featured{
  transform:translateY(-18px) scale(1.01);
  background:
    radial-gradient(circle at 50% 0%, rgba(216,170,69,.12), transparent 30%),
    linear-gradient(180deg, rgba(17,40,58,.985), rgba(7,20,31,.995));
  border-color:rgba(240,206,121,.34);
  box-shadow:0 40px 110px rgba(0,0,0,.44), 0 0 0 1px rgba(240,206,121,.10) inset;
}
.hx-room-card-featured .hx-room-visual{height:352px}
.hx-room-card-featured .hx-room-title-row h3{font-size:35px}
.hx-room-card-featured .hx-room-body>p{font-size:15px; min-height:104px}
.hx-featured-badge{left:20px; top:20px; padding:10px 15px; letter-spacing:.2px}
.hx-payment-icon-logo{background:rgba(255,255,255,.08); padding:8px}
.hx-payment-icon-logo img{width:100%; height:100%; object-fit:contain; display:block}
@media (max-width:1050px){
  .hx-room-showcase{padding:22px}
  .hx-showcase-topline{flex-direction:column; align-items:flex-start; margin-bottom:20px}
  .hx-room-grid{grid-template-columns:1fr 1fr}
  .hx-room-card-featured{grid-column:1/-1; max-width:760px; justify-self:center; width:100%; transform:none}
  .hx-room-card-featured .hx-room-visual{height:340px}
}
@media (max-width:720px){
  .hx-room-showcase{padding:16px; border-radius:28px}
  .hx-showcase-topline{padding-bottom:16px}
  .hx-showcase-topline span{font-size:17px}
  .hx-showcase-topline small{font-size:13px}
  .hx-room-grid{grid-template-columns:1fr; gap:18px}
  .hx-room-card-featured{grid-column:auto; max-width:none; order:-1}
  .hx-room-card-featured .hx-room-visual,.hx-room-visual{height:260px}
  .hx-room-title-row h3,.hx-room-card-featured .hx-room-title-row h3{font-size:28px}
  .hx-room-body{padding:18px 18px 20px}
  .hx-room-body>p,.hx-room-card-featured .hx-room-body>p{font-size:14px; min-height:0}
}


/* === T41 hero refinement === */
.hx-hero{min-height:650px}
.hx-hero-copy{max-width:720px;padding:30px 32px 28px}
.hx-hero h1{font-size:clamp(40px,4.9vw,68px);line-height:1.12;max-width:640px}
.hx-hero p{font-size:clamp(17px,1.7vw,20px);max-width:620px}
.hx-hero-panel{padding:22px 22px 20px;max-width:350px}
.hx-hero-panel-head strong{font-size:22px}
.hx-hero-panel-head small{font-size:13px}
.hx-hero-panel-grid-real div{padding:16px 12px}
.hx-hero-panel-grid-real strong{font-size:24px}
.hx-hero-panel-grid-real span{font-size:12px;line-height:1.7}
.hx-hero-panel-note{margin-top:14px;padding-top:14px;border-top:1px solid rgba(216,170,69,.12);color:#c6d4db;font-size:12px;line-height:1.9}
@media(max-width:1050px){
  .hx-hero h1{max-width:none}
  .hx-hero-panel{max-width:520px}
}
@media(max-width:720px){
  .hx-hero-copy{padding:22px 18px 20px}
  .hx-hero h1{font-size:38px;line-height:1.15}
  .hx-hero p{font-size:15px}
  .hx-hero-panel{padding:18px}
  .hx-hero-panel-head strong{font-size:19px}
  .hx-hero-panel-grid-real strong{font-size:21px}
}
@media(max-width:390px){
  .hx-hero h1{font-size:32px}
}

/* === T45 refined luxury hotel experience === */
.hx-stay-panel{
  max-width:380px;
  padding:26px;
  border-color:rgba(226,184,86,.26);
  background:
    linear-gradient(180deg,rgba(7,23,36,.88),rgba(5,18,29,.72)),
    radial-gradient(circle at top right,rgba(216,170,69,.10),transparent 34%);
  box-shadow:0 30px 82px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.05);
}
.hx-panel-kicker{display:block;color:#c79a47;font-size:11px;font-weight:900;letter-spacing:1.2px;margin-bottom:6px}
.hx-stay-facts{display:grid;gap:4px;margin-top:18px}
.hx-stay-fact{display:flex;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.hx-stay-fact:last-child{border-bottom:0;padding-bottom:0}
.hx-stay-icon{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;border:1px solid rgba(216,170,69,.22);background:rgba(216,170,69,.07)}
.hx-stay-icon svg{width:19px;height:19px;fill:none;stroke:var(--hx-gold-light);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hx-stay-fact small{display:block;color:#8ea3af;font-size:11px;margin-bottom:2px}
.hx-stay-fact strong{display:block;color:#f4efe4;font-size:14px;line-height:1.6}

.hx-room-showcase{
  padding:28px;
  border-radius:36px;
  border-color:rgba(216,170,69,.16);
  background:
    radial-gradient(circle at 50% 0%,rgba(216,170,69,.07),transparent 30%),
    linear-gradient(180deg,rgba(8,27,42,.72),rgba(4,17,28,.90));
}
.hx-showcase-topline{margin-bottom:20px;padding-bottom:18px}
.hx-showcase-topline span{font-size:18px}
.hx-showcase-topline small{color:#9fb1bb}
.hx-experience-ribbon{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(3,1fr);
  margin:0 0 28px;
  border:1px solid rgba(216,170,69,.12);
  border-radius:22px;
  background:rgba(255,255,255,.022);
  overflow:hidden;
}
.hx-experience-ribbon>div{display:grid;grid-template-columns:auto 1fr;column-gap:11px;align-items:center;padding:18px 20px;position:relative}
.hx-experience-ribbon>div:not(:last-child)::after{content:"";position:absolute;top:16px;bottom:16px;left:0;width:1px;background:linear-gradient(transparent,rgba(216,170,69,.18),transparent)}
.hx-experience-ribbon span{grid-row:1/3;color:rgba(240,206,121,.62);font-size:12px;font-weight:900;letter-spacing:1px}
.hx-experience-ribbon strong{color:#efe9dc;font-size:14px}
.hx-experience-ribbon small{color:#8fa4af;font-size:11px;margin-top:3px;line-height:1.6}

.hx-room-collection{gap:22px;align-items:stretch}
.hx-room-collection .hx-room-card{
  border-radius:30px;
  border-color:rgba(216,170,69,.18);
  background:linear-gradient(180deg,rgba(13,34,51,.97),rgba(5,18,29,.99));
  box-shadow:0 27px 74px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.045);
}
.hx-room-collection .hx-room-card::after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.025);border-radius:22px;pointer-events:none}
.hx-room-collection .hx-room-card:hover{transform:translateY(-7px);border-color:rgba(240,206,121,.38);box-shadow:0 36px 92px rgba(0,0,0,.44)}
.hx-room-index{position:absolute;z-index:3;bottom:15px;left:18px;color:rgba(255,255,255,.72);font-weight:900;font-size:11px;letter-spacing:1.5px}
.hx-room-collection .hx-room-visual img{filter:saturate(.90) contrast(1.03) brightness(.96)}
.hx-room-collection .hx-room-card:hover .hx-room-visual img{filter:saturate(1) contrast(1.04) brightness(1)}
.hx-room-collection .hx-room-body{padding:23px 24px 25px}
.hx-room-collection .hx-room-kicker{margin-bottom:9px;color:#c7a45c;font-size:11px;letter-spacing:.5px}
.hx-room-collection .hx-room-title-row{align-items:flex-end;border-bottom:1px solid rgba(255,255,255,.065);padding-bottom:15px;margin-bottom:15px}
.hx-room-collection .hx-room-title-row h3{font-size:28px;color:#f2d58f}
.hx-room-collection .hx-room-price{padding:0;border:0;border-radius:0;background:none;box-shadow:none;align-items:flex-end}
.hx-room-collection .hx-room-price strong{font-size:25px;color:#f8f2e7;line-height:1}
.hx-room-collection .hx-room-price small{margin-top:5px;color:#8399a5}
.hx-room-collection .hx-room-body>p{min-height:84px;font-size:14px;line-height:2;color:#bccbd3}
.hx-room-collection .hx-mini-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:18px 0 23px;border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055)}
.hx-room-collection .hx-mini-features li{position:relative;border:0;border-radius:0;background:none;padding:12px 12px 12px 4px;color:#d6dfe4;font-size:11px;text-align:center}
.hx-room-collection .hx-mini-features li:not(:last-child){border-left:1px solid rgba(255,255,255,.055)}
.hx-room-collection .hx-mini-features li::before{content:"◆";color:rgba(240,206,121,.65);font-size:7px;margin-left:6px}
.hx-room-collection .hx-card-actions{gap:10px}
.hx-room-collection .hx-card-actions a{min-height:50px;border-radius:15px}
.hx-room-card-featured{transform:translateY(-10px);border-color:rgba(240,206,121,.34)!important;background:radial-gradient(circle at top center,rgba(216,170,69,.10),transparent 35%),linear-gradient(180deg,rgba(16,38,55,.98),rgba(6,19,30,.995))!important}
.hx-room-card-featured:hover{transform:translateY(-16px)!important}
.hx-featured-badge{background:linear-gradient(135deg,#b88635,#e5be6d);box-shadow:0 9px 24px rgba(216,170,69,.20)}
.hx-room-card-triple .hx-room-visual.is-empty{background:
  radial-gradient(circle at 50% 42%,rgba(216,170,69,.08),transparent 28%),
  repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 14px),
  linear-gradient(145deg,#0a2639,#04131f)}
.hx-triple-placeholder{position:relative;z-index:2;display:grid;place-items:center;text-align:center;color:#879ba7;padding:22px}
.hx-triple-placeholder::before,.hx-triple-placeholder::after{content:"";width:74px;height:1px;background:linear-gradient(90deg,transparent,rgba(216,170,69,.55),transparent);margin:10px 0}
.hx-triple-mark{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(216,170,69,.30);color:#d5ae61;font-family:serif;font-size:30px;margin-bottom:7px;background:rgba(216,170,69,.04)}
.hx-triple-placeholder strong{color:#d8c28f;font-size:18px;font-weight:700}
.hx-triple-placeholder small{font-size:11px;color:#7e939f;margin-top:5px}

/* Details page refinement */
.hx-detail-grid{gap:30px}
.hx-gallery,.hx-detail-panel,.hx-detail-empty{border-color:rgba(216,170,69,.18);box-shadow:0 30px 84px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035)}
.hx-detail-panel{background:radial-gradient(circle at top right,rgba(216,170,69,.08),transparent 26%),linear-gradient(155deg,rgba(13,39,57,.98),rgba(4,17,28,.99))}
.hx-detail-description{color:#c8d3d9}
.hx-detail-facts{display:grid;gap:0;margin:20px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.hx-detail-facts>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.055);font-size:12px}
.hx-detail-facts>div:last-child{border-bottom:0}
.hx-detail-facts span{color:#879ca8}
.hx-detail-facts strong{color:#e6dcc7;text-align:left}
.hx-feature-list li{padding:11px 0}
.hx-policy{background:rgba(216,170,69,.045);border-color:rgba(216,170,69,.16)}

/* Booking refinement */
.hx-booking-head h1{color:#f0cf83;text-shadow:0 12px 30px rgba(0,0,0,.22)}
.hx-steps{max-width:820px}
.hx-form-card,.hx-summary-card{border-color:rgba(216,170,69,.17);background:radial-gradient(circle at top right,rgba(216,170,69,.055),transparent 24%),linear-gradient(155deg,rgba(12,36,53,.97),rgba(4,17,28,.99))}
.hx-form-step h2{color:#efd187}
.hx-checkin-note{display:flex;gap:13px;align-items:flex-start;margin-top:18px;padding:14px 16px;border:1px solid rgba(216,170,69,.16);border-radius:15px;background:rgba(216,170,69,.045)}
.hx-checkin-note::before{content:"✓";width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(216,170,69,.12);color:#f0ce79;font-weight:900}
.hx-checkin-note strong{display:block;color:#ead9af;font-size:13px}
.hx-checkin-note span{display:block;color:#94a8b3;font-size:11px;line-height:1.8;margin-top:2px}
.hx-payment-option{border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border-color:rgba(216,170,69,.13);padding:22px}
.hx-payment-option.selected{background:linear-gradient(180deg,rgba(216,170,69,.10),rgba(216,170,69,.035));box-shadow:inset 0 0 0 1px rgba(240,206,121,.45),0 18px 40px rgba(0,0,0,.24)}
.hx-payment-icon{width:62px;height:62px;border-radius:18px}
.hx-payment-icon-logo{padding:7px;background:rgba(255,255,255,.92)}
.hx-payment-option h3{font-size:18px;color:#f1e9dc}
.hx-summary-card h3{font-size:21px}
.hx-confirm-card{border-color:rgba(216,170,69,.18);background:radial-gradient(circle at top,rgba(113,211,160,.07),transparent 28%),linear-gradient(155deg,rgba(12,36,53,.98),rgba(4,17,28,.995))}

/* Calm reveal motion */
.hx-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}
.hx-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1050px){
  .hx-stay-panel{max-width:540px}
  .hx-experience-ribbon{grid-template-columns:1fr}
  .hx-experience-ribbon>div:not(:last-child)::after{top:auto;right:20px;left:20px;bottom:0;width:auto;height:1px;background:linear-gradient(90deg,transparent,rgba(216,170,69,.16),transparent)}
  .hx-room-card-featured{transform:none}
  .hx-room-card-featured:hover{transform:translateY(-7px)!important}
}
@media(max-width:720px){
  .hx-stay-panel{max-width:none;padding:20px}
  .hx-stay-fact{padding:11px 0}
  .hx-room-showcase{padding:16px;border-radius:26px}
  .hx-showcase-topline{align-items:flex-start}
  .hx-experience-ribbon{margin-bottom:18px;border-radius:18px}
  .hx-experience-ribbon>div{padding:15px 16px}
  .hx-room-collection .hx-room-body{padding:19px}
  .hx-room-collection .hx-room-title-row h3{font-size:25px}
  .hx-room-collection .hx-room-body>p{min-height:0}
  .hx-room-collection .hx-mini-features{grid-template-columns:1fr;gap:0}
  .hx-room-collection .hx-mini-features li{padding:9px 0;text-align:right;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.05)}
  .hx-room-collection .hx-mini-features li:last-child{border-bottom:0}
  .hx-detail-facts>div{flex-direction:column;gap:3px}
  .hx-detail-facts strong{text-align:right}
  .hx-checkin-note{padding:13px}
}
@media(prefers-reduced-motion:reduce){.hx-reveal{opacity:1;transform:none;transition:none}}


/* === T48 luxury minimal background test === */
body.hotel-experience{
  background:
    radial-gradient(circle at 50% 0%, rgba(214,168,71,.05), transparent 22%),
    radial-gradient(circle at 100% 18%, rgba(26,78,121,.10), transparent 24%),
    linear-gradient(180deg, #030c14 0%, #06111c 24%, #071522 52%, #04101a 100%) !important;
}
body.hotel-experience::before{
  opacity: 0 !important;
  background-image: none !important;
}
.hx-rooms-section{
  position: relative;
  isolation: isolate;
}
.hx-rooms-section::before{
  content: none !important;
}
.hx-room-showcase{
  background:
    radial-gradient(circle at 50% 28%, rgba(216,170,69,.055), transparent 27%),
    linear-gradient(180deg, rgba(8,22,34,.84), rgba(4,14,23,.96)) !important;
  border: 1px solid rgba(216,170,69,.12) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035) !important;
}
.hx-room-showcase::before{
  inset: 12px !important;
  border-color: rgba(240,206,121,.06) !important;
}
.hx-room-showcase::after{
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.02), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.018), transparent 18%) !important;
}
.hx-showcase-topline,
.hx-experience-ribbon{
  border-color: rgba(216,170,69,.10) !important;
}
.hx-experience-ribbon{
  background: rgba(255,255,255,.018) !important;
}
.hx-selection-item,
.hx-experience-ribbon > div{
  background: transparent !important;
}
.hx-room-collection .hx-room-card{
  background: linear-gradient(180deg, rgba(11,29,43,.98), rgba(5,18,28,.99)) !important;
  border-color: rgba(216,170,69,.14) !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.hx-room-collection .hx-room-card:hover{
  box-shadow: 0 32px 78px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05) !important;
}
.hx-room-card-featured{
  background:
    radial-gradient(circle at 50% 0%, rgba(216,170,69,.08), transparent 32%),
    linear-gradient(180deg, rgba(14,35,52,.985), rgba(6,19,29,.995)) !important;
  border-color: rgba(240,206,121,.24) !important;
}


/* T50 multilingual controls */
.hx-language-switcher{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(216,170,69,.22);border-radius:14px;padding:4px;background:rgba(255,255,255,.035)}
.hx-language-switcher button{border:0;border-radius:10px;background:transparent;color:#dce6ea;font-weight:900;font-size:11px;min-width:34px;height:32px;cursor:pointer}.hx-language-switcher button.active{background:linear-gradient(135deg,#c89539,#f0ce79);color:#06131f}.hotel-experience[dir="ltr"] .hx-brand{margin-inline-end:0;margin-inline-start:auto}.hotel-experience[dir="ltr"] .hx-links a::after{right:14px;left:14px}.hotel-experience[dir="ltr"] .hx-eyebrow::before{transform:scaleX(-1)}.hotel-experience[dir="ltr"] .hx-eyebrow::after{transform:none}.hotel-experience[dir="ltr"] .hx-room-price,.hotel-experience[dir="ltr"] .hx-summary-row strong,.hotel-experience[dir="ltr"] .hx-summary-total small{text-align:right}.hotel-experience[dir="ltr"] .hx-confirm-details{text-align:left}.hotel-experience[dir="ltr"] .hx-payment-check{right:16px;left:auto}.hotel-experience[dir="ltr"] .hx-fullscreen-close{right:22px;left:auto}
@media(max-width:1050px){.hx-language-switcher{margin-inline-start:0}.hx-nav{gap:10px}}
@media(max-width:720px){.hx-language-switcher{order:4;width:100%;justify-content:center;margin-bottom:8px}.hx-language-switcher button{flex:1}.hx-nav{flex-wrap:wrap}.hx-links{top:100%}}


/* T92 — mobile overflow and resilient gallery layout */
html, body.hotel-experience{max-width:100%;overflow-x:clip}
.hx-shell,.hx-detail-grid,.hx-gallery,.hx-detail-panel,.hx-detail-empty,.hx-booking-layout,.hx-form-card,.hx-summary-card{min-width:0;max-width:100%}
.hx-gallery-main,.hx-thumbs{max-width:100%}
.hx-thumbs{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.hx-gallery-main img,.hx-thumb img{max-width:100%}
@media (max-width:720px){
  .hx-shell{width:min(100% - 24px,1240px)}
  .hx-detail-grid{width:100%;overflow:visible}
  .hx-gallery{width:100%;overflow:hidden}
  .hx-thumbs{width:100%;padding-bottom:4px}
  .hx-thumb{min-width:min(112px,31vw);flex:0 0 min(112px,31vw)}
  .hx-detail-panel{width:100%;overflow-wrap:anywhere}
}

/* T129: native hidden state always wins; prevents placeholder cards from occupying the details grid. */
[hidden] { display: none !important; }
