:root{
 --bp-ink:#13233a;--bp-muted:#6b7a90;--bp-line:#e4eaf0;--bp-soft:#f5f8fb;
 --bp-primary:#087a70;--bp-primary-dark:#075e57;--bp-navy:#10233f;--bp-gold:#f4a62a;
 --bp-radius:22px;--bp-shadow:0 16px 44px rgba(22,39,63,.09);
}
.bptm-hotel-archive-page,.bptm-hotel-page{direction:rtl;max-width:1280px;margin:36px auto;padding:0 20px;color:var(--bp-ink);font-family:inherit;box-sizing:border-box}
.bptm-hotel-archive-page *,.bptm-hotel-page *{box-sizing:border-box}
.bptm-hotel-archive-page a,.bptm-hotel-page a{text-decoration:none}

/* ARCHIVE */
.bptm-archive-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;min-height:260px;padding:46px 52px;border-radius:30px;background:linear-gradient(120deg,#0f2441 0%,#143b58 54%,#087a70 100%);color:#fff;box-shadow:0 24px 64px rgba(14,35,62,.2)}
.bptm-archive-hero:before,.bptm-archive-hero:after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.07)}
.bptm-archive-hero:before{width:340px;height:340px;left:-100px;top:-180px}.bptm-archive-hero:after{width:210px;height:210px;right:38%;bottom:-140px}
.bptm-archive-hero>div{position:relative;z-index:1}.bptm-archive-hero>div:first-child{max-width:720px}
.bptm-archive-hero>div:first-child>span{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:700}
.bptm-archive-hero h1{margin:14px 0 8px;color:#fff;font-size:42px;line-height:1.3;letter-spacing:-.5px}
.bptm-archive-hero p{margin:0;color:rgba(255,255,255,.8);font-size:15px;line-height:2}
.bptm-scope-tabs{display:flex;gap:5px;padding:5px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.bptm-scope-tabs a{display:block;min-width:84px;padding:10px 14px;border-radius:10px;color:#fff;text-align:center;font-size:13px;font-weight:700}
.bptm-scope-tabs a.active{background:#fff;color:var(--bp-primary);box-shadow:0 7px 20px rgba(0,0,0,.15)}

.bptm-hotel-search{position:relative;z-index:5;display:grid;grid-template-columns:1.5fr repeat(4,minmax(125px,1fr)) auto;gap:10px;align-items:end;margin:-32px 30px 34px;padding:18px;border:1px solid var(--bp-line);border-radius:20px;background:#fff;box-shadow:0 18px 46px rgba(20,38,60,.13)}
.bptm-search-field{display:flex;flex-direction:column;gap:6px}.bptm-search-field label{padding-right:2px;color:#536277;font-size:11px;font-weight:800}
.bptm-search-field input,.bptm-search-field select,.bptm-results-heading select{width:100%;height:48px;padding:0 13px;border:1px solid #dce4eb;border-radius:12px;background:#f9fbfc;color:var(--bp-ink);font:inherit;font-size:13px;outline:none;transition:.2s}
.bptm-search-field input:focus,.bptm-search-field select:focus,.bptm-results-heading select:focus{border-color:#65b8b0;background:#fff;box-shadow:0 0 0 4px rgba(8,122,112,.08)}
.bptm-hotel-search button{height:48px;padding:0 22px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--bp-primary),var(--bp-primary-dark));color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(8,122,112,.24);transition:.2s}
.bptm-hotel-search button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(8,122,112,.3)}

.bptm-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:36px 0 16px}
.bptm-section-heading h2{margin:0;color:var(--bp-navy);font-size:25px;line-height:1.5}.bptm-section-heading p{margin:3px 0 0;color:var(--bp-muted);font-size:13px}
.bptm-destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.bptm-destination-grid a{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:92px;padding:18px 20px;border:1px solid var(--bp-line);border-radius:18px;background:#fff;color:var(--bp-ink);box-shadow:0 8px 24px rgba(20,38,60,.05);transition:.22s}
.bptm-destination-grid a:before{content:"⌖";display:grid;place-items:center;width:40px;height:40px;margin-left:12px;border-radius:13px;background:#edf8f6;color:var(--bp-primary);font-size:20px}
.bptm-destination-grid a:hover{transform:translateY(-3px);border-color:#9bd0cb;box-shadow:0 15px 32px rgba(20,38,60,.1)}
.bptm-destination-grid strong{font-size:16px}.bptm-destination-grid span{color:var(--bp-muted);font-size:12px}

.bptm-featured-hotels,.bptm-hotel-grid,.bptm-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.bptm-hotel-card{overflow:hidden;border:1px solid var(--bp-line);border-radius:22px;background:#fff;box-shadow:0 9px 30px rgba(20,38,60,.06);transition:.25s}
.bptm-hotel-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(20,38,60,.14)}
.bptm-hotel-card-link{display:block;color:inherit}.bptm-hotel-card-image{position:relative;height:240px;overflow:hidden;background:#eef2f5}
.bptm-hotel-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.bptm-hotel-card:hover .bptm-hotel-card-image img{transform:scale(1.05)}
.bptm-hotel-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#9ba8b7;font-size:44px}
.bptm-featured-badge{position:absolute;top:14px;right:14px;padding:7px 11px;border-radius:10px;background:var(--bp-primary);color:#fff;font-size:11px;font-weight:800;box-shadow:0 8px 20px rgba(8,122,112,.28)}
.bptm-hotel-card-body{padding:18px}.bptm-hotel-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.bptm-hotel-card-top h3{margin:0;color:var(--bp-navy);font-size:18px;line-height:1.55}.bptm-card-stars{flex:none;color:var(--bp-gold);font-size:13px;letter-spacing:1px}
.bptm-hotel-location{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;color:var(--bp-muted);font-size:12px}.bptm-hotel-location span+span:before{content:"•";margin-left:6px;color:#b1bbc6}
.bptm-hotel-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.bptm-hotel-tags span{padding:6px 9px;border-radius:8px;background:#f1f5f7;color:#48576b;font-size:11px;font-weight:700}
.bptm-hotel-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #edf1f4;color:var(--bp-muted);font-size:12px}
.bptm-hotel-card-footer strong{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:9px;background:#edf8f6;color:var(--bp-primary);font-size:12px}.bptm-hotel-card-footer strong:after{content:"←";font-size:15px}
.bptm-results-heading{margin-top:42px;padding-top:25px;border-top:1px solid var(--bp-line)}.bptm-results-heading form{min-width:180px}
.bptm-empty-state{grid-column:1/-1;padding:70px 20px;border:1px dashed #cad4de;border-radius:22px;background:#fafcfd;text-align:center}.bptm-empty-state strong{display:block;margin-bottom:6px;color:var(--bp-navy);font-size:20px}.bptm-empty-state p{margin:0;color:var(--bp-muted)}
.bptm-pagination{margin:30px 0}.bptm-pagination ul{display:flex;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}.bptm-pagination a,.bptm-pagination span{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--bp-line);border-radius:10px;background:#fff;color:var(--bp-ink)}.bptm-pagination .current{border-color:var(--bp-primary);background:var(--bp-primary);color:#fff}

/* SINGLE HOTEL */
.bptm-hotel-page{line-height:1.85}.bptm-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:0 4px;color:var(--bp-muted);font-size:12px}.bptm-breadcrumb a{color:var(--bp-muted)}
.bptm-hotel-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;min-height:235px;padding:42px 46px;border-radius:28px;background:linear-gradient(125deg,#102440 0%,#17425e 58%,#087a70 100%);color:#fff;box-shadow:0 22px 58px rgba(14,35,62,.2)}
.bptm-hotel-hero:before{content:"";position:absolute;left:-70px;top:-125px;width:310px;height:310px;border-radius:50%;background:rgba(255,255,255,.07)}
.bptm-hero-copy,.bptm-hero-actions{position:relative;z-index:1}.bptm-hero-copy{max-width:760px}.bptm-eyebrow{display:inline-flex;padding:6px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:11px;font-weight:800}
.bptm-hotel-hero h1{margin:12px 0 4px;color:#fff;font-size:42px;line-height:1.35}.bptm-name-en{color:rgba(255,255,255,.68);font-size:14px;direction:ltr;text-align:right}
.bptm-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.bptm-badges span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:12px}.bptm-badges .bptm-stars{color:#ffd367}
.bptm-hero-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}.bptm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid transparent;border-radius:11px;background:#fff;color:var(--bp-primary);font-size:12px;font-weight:800;box-shadow:0 9px 24px rgba(0,0,0,.14)}.bptm-btn-light{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;box-shadow:none}
.bptm-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:190px;gap:10px;margin:20px 0}.bptm-gallery img{width:100%;height:100%;object-fit:cover;border-radius:16px;background:#eef2f5}.bptm-gallery img:first-child{grid-row:span 2}.bptm-gallery img:nth-child(n+6){display:none}
.bptm-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}.bptm-main{min-width:0}.bptm-sidebar{min-width:0}
.bptm-card{margin-bottom:18px;padding:25px;border:1px solid var(--bp-line);border-radius:20px;background:#fff;box-shadow:0 9px 30px rgba(20,38,60,.055)}.bptm-card h2{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid #edf1f4;color:var(--bp-navy);font-size:22px}.bptm-card h3{color:var(--bp-navy)}
.bptm-description p:last-child{margin-bottom:0}.bptm-specs{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:0}.bptm-specs div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed #e6ebef}.bptm-specs dt{color:var(--bp-muted);font-size:12px}.bptm-specs dd{margin:0;color:var(--bp-navy);font-size:13px;font-weight:800;text-align:left}
.bptm-facility-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bptm-facility-list span{display:flex;align-items:center;min-height:48px;padding:10px 12px;border:1px solid #e7edf1;border-radius:12px;background:#f8fafb;color:#405065;font-size:12px}.bptm-facility-list span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;margin-left:8px;border-radius:7px;background:#e5f6f3;color:var(--bp-primary);font-weight:900}.bptm-facility-list span{font-size:0}.bptm-facility-list span::after{content:attr(data-label)}
/* keep legacy text visible */.bptm-facility-list span{font-size:12px}.bptm-facility-list span::after{display:none}
.bptm-nearby{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0;padding:0;list-style:none}.bptm-nearby li{padding:11px 13px;border:1px solid #e7edf1;border-radius:11px;background:#f8fafb;color:#445367;font-size:12px}
.bptm-rooms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.bptm-rooms article{padding:17px;border:1px solid var(--bp-line);border-radius:15px;background:#fbfcfd}.bptm-rooms article h3{margin:0 0 10px;font-size:16px}.bptm-rooms article>div{display:flex;flex-wrap:wrap;gap:7px}.bptm-rooms article span{padding:5px 8px;border-radius:7px;background:#edf4f6;color:#4a5a6e;font-size:11px}.bptm-rooms article p{margin:10px 0 0;color:var(--bp-muted);font-size:12px}
.bptm-sticky{position:sticky;top:95px}.bptm-sidebar .bptm-card{background:linear-gradient(155deg,#fff,#f6fafb)}.bptm-sidebar h3{margin:0 0 12px;font-size:18px}.bptm-side-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #e9eef2;color:var(--bp-muted);font-size:12px}.bptm-side-row strong,.bptm-side-row a{color:var(--bp-navy)}.bptm-sidebar .bptm-btn{width:100%;margin-top:10px;background:var(--bp-primary);color:#fff}.bptm-sidebar .bptm-btn-light{border:1px solid var(--bp-line);background:#fff;color:var(--bp-primary)}
.bptm-related-tours,.bptm-similar-hotels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bptm-related-tours a,.bptm-similar-hotels a{overflow:hidden;border:1px solid var(--bp-line);border-radius:17px;background:#fff;color:var(--bp-ink);box-shadow:0 7px 22px rgba(20,38,60,.05);transition:.22s}.bptm-related-tours a:hover,.bptm-similar-hotels a:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(20,38,60,.11)}.bptm-related-tours img,.bptm-similar-hotels img{width:100%;height:180px;object-fit:cover}.bptm-related-tours a>div,.bptm-similar-hotels a strong,.bptm-similar-hotels a span{display:block;padding:0 14px}.bptm-related-tours a>div{padding:14px}.bptm-related-tours strong{display:block;color:var(--bp-navy);font-size:14px}.bptm-related-tours span{display:block;margin-top:4px;color:var(--bp-muted);font-size:11px}.bptm-related-tours b{display:block;margin-top:8px;color:var(--bp-primary);font-size:12px}.bptm-similar-hotels a strong{margin-top:12px;color:var(--bp-navy);font-size:14px}.bptm-similar-hotels a span{padding-bottom:14px;color:var(--bp-muted);font-size:11px}
.bptm-faqs details{margin-bottom:9px;padding:13px 15px;border:1px solid #e7edf1;border-radius:12px;background:#fafcfd}.bptm-faqs summary{color:var(--bp-navy);font-size:13px;font-weight:800;cursor:pointer}.bptm-faqs p{margin:10px 0 0;color:var(--bp-muted);font-size:12px}

@media(max-width:1100px){.bptm-hotel-search{grid-template-columns:repeat(3,1fr);margin:-24px 16px 30px}.bptm-featured-hotels,.bptm-hotel-grid,.bptm-list{grid-template-columns:repeat(2,minmax(0,1fr))}.bptm-destination-grid{grid-template-columns:repeat(2,1fr)}.bptm-layout{grid-template-columns:1fr}.bptm-sticky{position:static}.bptm-related-tours,.bptm-similar-hotels{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.bptm-hotel-archive-page,.bptm-hotel-page{margin:18px auto;padding:0 10px}.bptm-archive-hero,.bptm-hotel-hero{display:block;min-height:auto;padding:26px 22px;border-radius:22px}.bptm-archive-hero h1,.bptm-hotel-hero h1{font-size:29px}.bptm-scope-tabs{margin-top:20px;overflow-x:auto}.bptm-scope-tabs a{min-width:76px;white-space:nowrap}.bptm-hotel-search{grid-template-columns:1fr;margin:14px 0 26px;padding:14px}.bptm-featured-hotels,.bptm-hotel-grid,.bptm-list,.bptm-destination-grid{grid-template-columns:1fr}.bptm-hotel-card-image{height:220px}.bptm-section-heading{align-items:flex-start}.bptm-results-heading{display:block}.bptm-results-heading form{margin-top:12px}.bptm-hero-actions{justify-content:flex-start;margin-top:20px}.bptm-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:130px}.bptm-gallery img:first-child{grid-column:1/-1;grid-row:auto;height:220px}.bptm-card{padding:19px}.bptm-specs,.bptm-facility-list,.bptm-nearby,.bptm-rooms,.bptm-related-tours,.bptm-similar-hotels{grid-template-columns:1fr}.bptm-card h2{font-size:20px}}
