:root{
  --blue:#1980AD; --blue-dark:#13627f; --blue-deep:#0e2f3d;
  --gold:#FFCC00; --gold-dark:#caa200;
  --ink:#16242b; --body:#46555c; --muted:#7c8a91;
  --line:#e7ebee; --bg:#f6f8f9; --white:#fff;
  --radius:16px; --radius-sm:10px; --shadow:0 6px 20px rgba(16,40,52,.08);
  --shadow-lg:0 14px 36px rgba(16,40,52,.16);
  --gut:18px; /* base mobile gutter */
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Montserrat',system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased;padding-bottom:calc(70px + env(safe-area-inset-bottom))}
img{display:block;max-width:100%}
input,select,textarea{font-size:16px}
html,body{scrollbar-width:none;-ms-overflow-style:none}
*::-webkit-scrollbar{width:0;height:0;display:none}
a{text-decoration:none;color:inherit}

/* gutters: never touch the device edge, honour safe areas */
.wrap{width:100%;margin:0 auto;
  padding-left:max(var(--gut), env(safe-area-inset-left));
  padding-right:max(var(--gut), env(safe-area-inset-right));}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:600;font-size:15px;border:none;border-radius:999px;padding:12px 20px;cursor:pointer;transition:.18s}
.btn-primary{background:var(--blue);color:#fff}
.btn-gold{background:var(--gold);color:#3d3100}
.btn-ghost{background:#fff;color:var(--ink);border:1.5px solid var(--line)}
.lucide{width:20px;height:20px;stroke-width:2}

/* ===== header ===== */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--line);padding-top:env(safe-area-inset-top)}
.nav{display:flex;align-items:center;gap:14px;height:58px}
.logo{height:44px;width:104px;object-fit:cover;object-position:center 52%}
.nav-search-d{display:none}
.nav-links{display:none}
.nav-right{display:flex;align-items:center;gap:8px;margin-left:auto}
.iconbtn{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;color:var(--body)}
/* mobile search row */
.msearch{padding-top:10px;padding-bottom:12px}
.msearch .pill{display:flex;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:13px 18px;color:var(--muted);font-size:15px;font-weight:500}
.msearch .pill .lucide{color:var(--blue)}

/* ===== hero ===== */
.hero{position:relative;min-height:440px;display:flex;align-items:flex-end;color:#fff}
.hero-bg{border-radius:inherit}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,47,61,.28) 0%,rgba(14,47,61,.72) 100%);z-index:-1}
.hero-inner{padding-top:40px;padding-bottom:30px;width:100%}
.eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);padding:6px 13px;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:14px}
.hero h1{font-size:33px;line-height:1.1;font-weight:800;letter-spacing:-.5px}
.hero p.sub{font-size:16px;font-weight:400;margin-top:12px;color:rgba(255,255,255,.94)}

/* search card (stacks on mobile) */
.searchcard{margin-top:22px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:8px;display:flex;flex-direction:column;gap:2px}
.sc-field{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:var(--radius-sm);cursor:pointer}
.sc-field:active{background:var(--bg)}
.sc-field+.sc-field{border-top:1px solid var(--line)}
.sc-field .ic{color:var(--blue);flex-shrink:0}
.sc-field .lab{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.sc-field .val{font-size:15px;font-weight:600;color:var(--ink)}
.sc-go{margin-top:4px;padding:14px;border-radius:var(--radius-sm);background:var(--blue);color:#fff;border:none;font-family:inherit;font-weight:700;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
.sc-div{display:none}

/* trust strip */
.trust{background:var(--blue-deep);color:#dfe9ed}
.trust .row{display:flex;gap:20px;overflow-x:auto;padding:13px 0;font-size:13px;font-weight:500;scrollbar-width:none}
.trust .row::-webkit-scrollbar{display:none}
.trust span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.trust .lucide{color:var(--gold);width:17px;height:17px}

/* ===== sections ===== */
section.block{padding:34px 0}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:14px}
.sec-head h2{font-size:23px;font-weight:800;letter-spacing:-.4px}
.sec-head p{color:var(--body);font-size:14px;margin-top:5px}
.seeall{font-weight:600;color:var(--blue);font-size:14px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}

/* horizontal scrollers bleed to gutter edge but pad the first/last card */
.hscroll{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;
  padding-bottom:6px;
  margin-left:calc(-1 * max(var(--gut), env(safe-area-inset-left)));
  margin-right:calc(-1 * max(var(--gut), env(safe-area-inset-right)));
  padding-left:max(var(--gut), env(safe-area-inset-left));
  padding-right:max(var(--gut), env(safe-area-inset-right));
  scroll-padding-left:max(var(--gut), env(safe-area-inset-left));
  -webkit-overflow-scrolling:touch}
.hscroll::-webkit-scrollbar{display:none}

.cat{flex:0 0 auto;width:128px;text-align:center;cursor:pointer}
.cat .ph{height:128px;width:128px;border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow)}
.cat .nm{margin-top:10px;font-weight:600;font-size:14px}
.cat .ct{font-size:12px;color:var(--muted)}

/* experiences: horizontal cards on mobile */
.xp{flex:0 0 78%;max-width:300px;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);cursor:pointer;border:1px solid var(--line)}
.xp .imgwrap{position:relative;height:180px}
.xp .imgwrap img{height:100%;width:100%;object-fit:cover}
.xp .tag{position:absolute;top:11px;left:11px;background:rgba(255,255,255,.95);color:var(--blue);font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px}
.xp .heart{position:absolute;top:11px;right:11px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--ink)}
.xp .body{padding:14px 15px 15px}
.xp .loc{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}
.xp h3{font-size:16px;font-weight:700;margin:5px 0 7px;line-height:1.3}
.xp .meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--body);margin-bottom:12px}
.xp .meta .lucide{width:15px;height:15px}
.xp .rate{display:inline-flex;align-items:center;gap:4px;font-weight:600;color:var(--ink)}
.xp .rate .lucide{color:var(--gold);fill:var(--gold)}
.xp .foot{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px}
.xp .price small{font-size:12px;color:var(--muted);display:block}
.xp .price b{font-size:19px;font-weight:800;color:var(--ink)}
.xp .free{font-size:11px;font-weight:600;color:#1a8a5a;display:inline-flex;align-items:center;gap:4px}
.xp .free .lucide{width:13px;height:13px}

/* destinations: 2-up grid on mobile */
.dest-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dest{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;height:140px}
.dest.big{grid-column:span 2;height:170px}
.dest img{height:100%;width:100%;object-fit:cover}
.dest::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(14,47,61,.72))}
.dest .cap{position:absolute;left:14px;bottom:12px;z-index:2;color:#fff}
.dest .cap b{font-size:17px;font-weight:700;display:block}
.dest .cap span{font-size:12px;opacity:.92}

/* value props */
.values{background:var(--bg)}
.val-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 16px}
.val{text-align:center}
.val .vi{width:54px;height:54px;border-radius:50%;background:rgba(25,128,173,.1);color:var(--blue);display:grid;place-items:center;margin:0 auto 12px}
.val .vi .lucide{width:26px;height:26px}
.val h4{font-size:15px;font-weight:700;margin-bottom:5px}
.val p{font-size:13px;color:var(--body)}

/* events: stacked cards */
.ev-grid{display:flex;flex-direction:column;gap:12px}
.ev{display:flex;gap:14px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;cursor:pointer}
.ev .date{flex-shrink:0;width:58px;text-align:center;background:var(--bg);border-radius:var(--radius-sm);padding:9px 0}
.ev .date .d{font-size:22px;font-weight:800;color:var(--blue);line-height:1}
.ev .date .m{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--muted);margin-top:2px}
.ev .einfo h4{font-size:15px;font-weight:700;margin-bottom:5px}
.ev .einfo .er{font-size:13px;color:var(--body);display:flex;align-items:center;gap:5px}
.ev .einfo .er .lucide{width:14px;height:14px;color:var(--muted)}
.ev .einfo .ep{font-weight:700;color:var(--ink);margin-top:6px;font-size:14px}

/* partner cta */
.partner{position:relative;border-radius:20px;overflow:hidden;color:#fff}
.partner img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;z-index:-2}
.partner::after{content:"";position:absolute;inset:0;background:linear-gradient(150deg,rgba(14,47,61,.92),rgba(25,128,173,.8));z-index:-1}
.partner .pc{padding:32px 24px}
.partner h2{font-size:24px;font-weight:800;letter-spacing:-.4px;margin-bottom:12px}
.partner p{font-size:15px;color:rgba(255,255,255,.92);margin-bottom:20px}

/* footer */
footer{background:var(--blue-deep);color:#aebec6;padding:40px 0 28px;font-size:14px}
.foot-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand{grid-column:span 2}
footer h5{color:#fff;font-size:14px;font-weight:700;margin-bottom:13px}
footer ul{list-style:none}
footer li{margin-bottom:9px}
.foot-logo{height:42px;width:96px;object-fit:cover;object-position:center 52%;margin-bottom:14px;filter:brightness(0) invert(1)}
.foot-soc{display:flex;gap:10px;margin-top:16px}
.foot-soc a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center}
.foot-bot{display:flex;flex-direction:column;gap:12px;padding-top:22px;font-size:12px}
.pay{display:flex;gap:8px;align-items:center;color:#cdd9df}

/* ===== app-style bottom tab bar (mobile) ===== */
.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--line);
  display:flex;justify-content:space-around;align-items:center;
  padding:8px 6px calc(8px + env(safe-area-inset-bottom));}
.tab{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10.5px;font-weight:600;color:var(--muted);flex:1;cursor:pointer}
.tab .lucide{width:23px;height:23px}
.tab.active{color:var(--blue)}

/* ===== tablet ===== */
@media(min-width:680px){
  :root{--gut:28px}
  .hero h1{font-size:44px}.hero{min-height:500px}
  .searchcard{flex-direction:row;align-items:stretch;padding:8px;gap:2px}
  .sc-field{flex:1}.sc-field+.sc-field{border-top:none}
  .sc-div{display:block;width:1px;background:var(--line);margin:8px 0}
  .sc-go{margin:0 0 0 4px;padding:0 24px}
  .val-grid{grid-template-columns:repeat(4,1fr)}
  .dest-grid{grid-template-columns:2fr 1fr 1fr;grid-auto-rows:180px}
  .dest,.dest.big{height:auto}.dest.big{grid-column:auto;grid-row:span 2}
  .ev-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .foot-grid{grid-template-columns:2fr 1fr 1fr 1fr}.foot-brand{grid-column:auto}
}
/* ===== desktop ===== */
@media(min-width:1024px){
  :root{--gut:32px}
  body{padding-bottom:0}
  .wrap{max-width:1200px}
  .tabbar{display:none}
  .msearch{display:none}
  .nav{height:74px;gap:22px}
  .logo{height:50px;width:120px}
  .nav-search-d{display:flex;flex:1;max-width:440px;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:11px 18px;color:var(--muted);font-size:14px;cursor:pointer}
  .nav-search-d .lucide{color:var(--blue)}
  .nav-links{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:500;color:var(--body)}
  .nav-right{gap:14px}
  .hero{min-height:560px;align-items:center}.hero h1{font-size:54px;max-width:740px}.hero p.sub{font-size:19px;max-width:560px}
  .hero-inner{padding:64px 0}
  .searchcard{max-width:900px}
  section.block{padding:60px 0}
  .sec-head h2{font-size:30px}
  .hscroll.exp{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible;margin:0;padding:0}
  .xp{flex:none;max-width:none}
  .partner .pc{padding:56px 48px;max-width:600px}.partner h2{font-size:32px}
}

/* ============ experience detail page ============ */
.back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--body);padding:14px 0}
.back:hover{color:var(--blue)}
.dhero{height:240px;width:100%;object-fit:cover;border-radius:0}
.dhead{padding-top:18px}
.dhead .crumbs{font-size:12px;color:var(--muted)}
.dhead h1{font-size:26px;font-weight:800;letter-spacing:-.4px;margin:6px 0 8px;line-height:1.15}
.dhead .dmeta{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--body)}
.dhead .dmeta span{display:inline-flex;align-items:center;gap:5px}
.dhead .dmeta .lucide{width:15px;height:15px;color:var(--blue)}
.dtags{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}
.dtags span{font-size:12px;padding:5px 11px;background:var(--bg);border-radius:999px;display:inline-flex;align-items:center;gap:5px}
.dtags .lucide{width:14px;height:14px;color:var(--blue)}
.dlayout{display:block}
.sect{padding:18px 0;border-top:1px solid var(--line)}
.sect h2{font-size:18px;font-weight:700;margin-bottom:10px}
.sect p{font-size:15px;color:var(--body)}
.inclist{list-style:none;display:grid;gap:9px}
.inclist li{display:flex;gap:9px;font-size:14px;color:var(--body)}
.inclist .lucide{width:18px;height:18px;color:#1a8a5a;flex-shrink:0}
/* booking card (desktop) + bottom bar (mobile) */
.bookcard{display:none}
.dpills{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 16px}
.dpill{padding:11px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:13px;font-weight:600;text-align:center;cursor:pointer;background:#fff}
.dpill.on{border:2px solid var(--blue);background:#E8F3F8;color:var(--blue-dark)}
.qty{display:flex;align-items:center;justify-content:space-between;margin:12px 0}
.qbtn{width:36px;height:36px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;font-size:20px;cursor:pointer}
.brow{display:flex;justify-content:space-between;font-size:14px;margin:7px 0}
.btot{display:flex;justify-content:space-between;font-size:17px;font-weight:800;border-top:1px solid var(--line);padding-top:11px;margin-top:6px}
.bookbar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);
  display:flex;align-items:center;gap:14px;
  padding:12px max(var(--gut),env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(var(--gut),env(safe-area-inset-left))}
.bookbar .bp{flex:1}
.bookbar .bp small{display:block;font-size:11px;color:var(--muted)}
.bookbar .bp b{font-size:19px;font-weight:800}
.bookbar .btn{padding:13px 26px}
.modal-bg{position:fixed;inset:0;z-index:70;background:rgba(14,47,61,.5);display:none;align-items:flex-end}
.modal-bg.show{display:flex}
.sheet{background:#fff;width:100%;border-radius:18px 18px 0 0;padding:20px max(var(--gut),16px) calc(20px + env(safe-area-inset-bottom));max-height:88vh;overflow:auto}
.sheet h3{font-size:18px;font-weight:700;margin-bottom:4px}
.sheet .x{position:absolute;right:16px;top:16px;cursor:pointer;color:var(--muted)}

@media(min-width:1024px){
  body.detail{padding-bottom:0}
  .dhero{height:380px;border-radius:var(--radius-lg);margin-top:8px}
  .dlayout{display:grid;grid-template-columns:1.6fr 1fr;gap:36px;align-items:start}
  .bookbar,.modal-bg{display:none !important}
  .bookcard{display:block;position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow)}
  .bookcard .price-lg{font-size:24px;font-weight:800}
}

/* ============ partner / provider landing ============ */
.phero{position:relative;border-radius:0;overflow:hidden;color:#fff;padding:48px 24px 40px}
.phero img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;z-index:-2}
.phero::after{content:"";position:absolute;inset:0;background:linear-gradient(150deg,rgba(14,47,61,.94),rgba(25,128,173,.82));z-index:-1}
.phero h1{font-size:32px;font-weight:800;letter-spacing:-.5px;line-height:1.12;max-width:560px}
.phero p{font-size:17px;color:rgba(255,255,255,.94);margin:14px 0 22px;max-width:480px}
.pstats{display:flex;gap:26px;flex-wrap:wrap;margin-top:26px}
.pstat b{font-size:26px;font-weight:800;display:block}
.pstat span{font-size:13px;color:rgba(255,255,255,.85)}
.psteps{display:grid;gap:18px;counter-reset:s}
.pstep{display:flex;gap:14px;align-items:flex-start}
.pstep .n{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}
.pstep h4{font-size:16px;font-weight:700;margin-bottom:3px}
.pstep p{font-size:14px;color:var(--body)}
.split{background:var(--bg);border-radius:var(--radius-lg);padding:22px;text-align:center;margin-top:8px}
.split .big{font-size:40px;font-weight:800;color:var(--blue)}
@media(min-width:1024px){
  .phero{border-radius:var(--radius-lg);padding:72px 56px;margin-top:8px}
  .phero h1{font-size:44px}
  .psteps{grid-template-columns:1fr 1fr}
}

/* ============ class timetable ============ */
.tt{display:flex;flex-direction:column;gap:10px}
.ttrow{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;background:#fff}
.ttrow .ttd{flex:1;min-width:0}
.ttrow .ttd .dt{font-weight:600;font-size:15px}
.ttrow .ttd .sub{font-size:13px;color:var(--muted)}
.ttrow .spots{font-size:12px;font-weight:600;color:#1a8a5a;white-space:nowrap}
.ttrow .spots.low{color:#b8860b}
.ttrow .spots.none{color:var(--muted)}
.ttbtn{padding:9px 16px;border:none;border-radius:999px;background:var(--blue);color:#fff;font-family:inherit;font-weight:600;font-size:13px;cursor:pointer;white-space:nowrap}
.ttbtn[disabled]{background:var(--line);color:var(--muted);cursor:not-allowed}

/* ============ spacing & typography polish ============ */
section.block{padding:44px 0}
.sec-head{margin-bottom:24px}
.sec-head h2{letter-spacing:-.4px;line-height:1.2}
.sec-head p{margin-top:7px}
.hscroll{gap:16px;padding-bottom:8px}
.xp .body{padding:16px 17px 18px}
.xp h3{margin:6px 0 9px}
.cat .nm{margin-top:12px}
.dhead{padding-top:22px}
.dhead h1{line-height:1.18;margin-bottom:10px}
.dhead .dmeta{gap:16px}
.dtags{margin:18px 0}
.sect{padding:24px 0}
.sect h2{margin-bottom:12px}
.inclist{gap:11px}
.bookcard{padding:20px}
.hero-inner{padding-top:48px;padding-bottom:36px}
.tt{gap:12px}
.ttrow{padding:14px 16px}
.val h4{margin-bottom:7px}
.psteps{gap:22px}
.foot-grid{gap:32px 22px;padding-bottom:32px}
@media(min-width:1024px){
  section.block{padding:76px 0}
  .sec-head{margin-bottom:30px}
  .hero-inner{padding:76px 0}
  .dlayout{gap:44px}
  .bookcard{padding:22px}
}

/* ============ my bookings ============ */
.bklist{display:flex;flex-direction:column;gap:14px}
.bk{display:flex;gap:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.bk .bkimg{width:104px;min-height:104px;object-fit:cover;flex-shrink:0;background:var(--bg)}
.bk .bkb{padding:13px 15px;flex:1;min-width:0}
.bk .typ{font-size:11px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em}
.bk h3{font-size:16px;font-weight:700;margin:3px 0 5px;line-height:1.25}
.bk .bkmeta{font-size:13px;color:var(--body);display:flex;flex-wrap:wrap;gap:6px 12px}
.bk .bkmeta .lucide{width:14px;height:14px;vertical-align:-2px;color:var(--muted)}
.bk .pills{display:flex;gap:8px;margin-top:9px;flex-wrap:wrap}
.pill-s{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--bg);text-transform:capitalize}
.pill-s.pending{background:#fff4e0;color:#9a6700}
.pill-s.confirmed,.pill-s.completed,.pill-s.paid{background:#e6f4ea;color:#1a8a5a}
.pill-s.cancelled,.pill-s.refunded{background:#fbeaea;color:#b3261e}
.pill-s.unpaid{background:#eef1f3;color:var(--body)}
.emptybk{text-align:center;padding:40px 20px}
.emptybk .lucide{width:40px;height:40px;color:var(--muted);margin-bottom:12px}
.emptybk h3{font-size:18px;font-weight:700;margin-bottom:6px}
.emptybk p{font-size:14px;color:var(--body);margin-bottom:18px}
.heart.on{color:#e23b5a}
.heart.on .lucide{fill:#e23b5a}

/* ============ profile ============ */
.pf-head{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.pf-av{width:64px;height:64px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:800;flex-shrink:0;text-transform:uppercase}
.pf-head h2{font-size:20px;font-weight:800;margin-bottom:2px}
.pf-head p{font-size:14px;color:var(--body);word-break:break-word}
.pf-tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.pf-tile{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;font-weight:600;font-size:15px;cursor:pointer;color:var(--ink)}
.pf-tile:hover{border-color:var(--blue);color:var(--blue)}
.pf-tile .lucide{width:22px;height:22px;color:var(--blue);flex-shrink:0}
.pf-tile.danger{color:#b3261e}
.pf-tile.danger .lucide{color:#b3261e}
.pf-tile.danger:hover{border-color:#b3261e}
@media(min-width:1024px){.pf-tiles{grid-template-columns:repeat(3,1fr)}}

/* ============ search ============ */
.searchbar{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:13px 18px;margin-bottom:16px}
.searchbar input{flex:1;border:none;outline:none;font-family:inherit;font-size:15px;background:transparent;color:var(--ink)}
.searchbar .lucide{color:var(--blue);flex-shrink:0}
.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:24px;scrollbar-width:none}
.chips::-webkit-scrollbar{display:none}
.chip{padding:8px 15px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;background:#fff;white-space:nowrap;color:var(--body)}
.chip.on{background:#E8F3F8;border-color:#1980AD;color:var(--blue-dark)}
.sr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:8px}
.sr-block{margin-bottom:28px}
.sr-block h2{font-size:20px;font-weight:800;margin-bottom:16px}

/* ============ content / doc pages ============ */
.doc{max-width:760px;margin:0 auto}
.doc h1{font-size:28px;font-weight:800;margin-bottom:8px}
.doc .lead{font-size:16px;color:var(--body);margin-bottom:24px}
.doc h2{font-size:19px;font-weight:700;margin:26px 0 8px}
.doc p{font-size:15px;color:var(--body);margin-bottom:12px;line-height:1.7}
.doc ul{margin:0 0 14px 18px}
.doc li{font-size:15px;color:var(--body);margin-bottom:6px;line-height:1.6}
.doc a{color:var(--blue);font-weight:600}
.note{background:var(--bg);border-left:3px solid var(--gold);padding:12px 14px;font-size:13px;color:var(--body);margin:16px 0}

/* ============ provider profile ============ */
.prov-hero{height:180px;border-radius:var(--radius-lg);object-fit:cover;width:100%;background:var(--bg);margin-top:8px}
.prov-head{display:flex;align-items:flex-end;gap:14px;margin-top:-34px;padding:0 8px;margin-bottom:18px}
.prov-logo{width:78px;height:78px;border-radius:18px;border:3px solid #fff;background:#fff;object-fit:cover;box-shadow:var(--shadow);display:grid;place-items:center;font-weight:800;color:var(--blue);font-size:24px}
.prov-head h1{font-size:23px;font-weight:800;line-height:1.1}
.prov-head .ps{font-size:14px;color:var(--body)}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px;margin-bottom:12px}
.review .stars{color:#e0a800;font-size:14px;margin-bottom:4px;letter-spacing:1px}
.review p{font-size:14px;color:var(--body)}

/* ============ account form ============ */
.form{max-width:520px}
.form .fld{margin-bottom:16px}
.form label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
.form input{width:100%;height:46px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 14px;font-family:inherit;font-size:15px}
.form input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(25,128,173,.12)}
.form input[disabled]{background:var(--bg);color:var(--muted)}

/* ============ booking confirmation ============ */
.confirm{max-width:540px;margin:0 auto;text-align:center;padding:10px 0}
.confirm .ok{width:72px;height:72px;border-radius:50%;background:#e6f4ea;color:#1a8a5a;display:grid;place-items:center;margin:0 auto 18px}
.confirm .ok .lucide{width:38px;height:38px}
.confirm h1{font-size:26px;font-weight:800;margin-bottom:8px}
.confirm .summary{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;text-align:left;margin:20px 0}
.confirm .summary .r{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:8px 0;border-bottom:1px solid var(--line)}
.confirm .summary .r:last-child{border-bottom:none;font-weight:700}
.confirm .summary .r span:first-child{color:var(--body)}

/* active hero search selects */
.sc-sel{border:none;background:transparent;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);width:100%;cursor:pointer;padding:0;outline:none;-webkit-appearance:none;appearance:none}
.sc-sel:focus{outline:none}
.sc-sel::-webkit-calendar-picker-indicator{opacity:.55}

/* ============ custom dropdowns + date picker ============ */
.ffpdd,.ffpdate{position:relative}
.ffpdd-btn,.ffpdate-btn{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;border:none;background:transparent;font-family:inherit;font-size:16px;font-weight:500;color:var(--blue);cursor:pointer;padding:0;text-align:left}
.ffpdd-chev{width:16px;height:16px;color:var(--muted);flex-shrink:0;transition:transform .15s}
.ffpdd.open .ffpdd-chev{transform:rotate(180deg)}
.ffpdd-menu,.ffpdate-menu{position:absolute;top:calc(100% + 12px);left:0;z-index:200;min-width:0;width:100%;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:6px;display:none;max-height:300px;overflow:auto}
/* hero search: each dropdown menu spans the full width of its white field box */
.searchcard .sc-field{position:relative}
.searchcard .ffpdd{position:static}
.searchcard .ffpdd-menu{left:0;right:0;width:auto;top:calc(100% + 8px)}
.searchcard .sc-field:has(.ffpdd.open){z-index:20}
.ffpdd-opt{white-space:normal}
.ffpdd.open .ffpdd-menu,.ffpdate.open .ffpdate-menu{display:block}
.ffpdd-opt{padding:11px 12px;border-radius:var(--radius-sm);font-size:16px;font-weight:500;color:var(--blue);cursor:pointer;white-space:nowrap}
.ffpdd-opt:hover{background:var(--bg)}
.ffpdd-opt.sel{background:#E8F3F8;color:var(--blue);font-weight:500}
.ffpdd-search{position:sticky;top:0;z-index:1;width:100%;border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px;font-family:inherit;font-size:16px;color:var(--ink);background:#fff;margin-bottom:6px;outline:none}
.ffpdd-search:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(25,128,173,.12)}
.ffpdd-search::placeholder{color:var(--muted)}
.ffpdate-menu{min-width:250px}
.cal-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 8px}
.cal-title{font-size:14px;font-weight:700}
.cal-nav{width:30px;height:30px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;cursor:pointer;font-size:16px;line-height:1}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.cal-dow{font-size:11px;font-weight:600;color:var(--muted);text-align:center;padding:4px 0}
.cal-day{height:34px;border:none;background:transparent;border-radius:var(--radius-sm);font-family:inherit;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}
.cal-day:hover:not(.dis){background:#E8F3F8;color:var(--blue-dark)}
.cal-day.dis{color:var(--line);cursor:not-allowed}

/* ============ detail map ============ */
.dmap{height:260px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);background:var(--bg);margin-top:6px}
.dmap .leaflet-control-attribution{font-size:10px}
.starpick{display:flex;gap:5px;font-size:26px;color:#e0a800;line-height:1;user-select:none}
.starp{cursor:pointer}

/* ============ media gallery ============ */
.thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:8px;scrollbar-width:none}
.thumbs::-webkit-scrollbar{display:none}
.thumb{width:88px;height:62px;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent;flex-shrink:0}
.thumb.on{border-color:var(--blue)}
.thumbv{position:relative;width:88px;height:62px;flex-shrink:0;cursor:pointer;border-radius:8px;overflow:hidden}
.thumbv img{width:100%;height:100%;object-fit:cover}
.thumbv .pl{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.35);color:#fff}
.vidoverlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:20px}
.vidoverlay.show{display:flex}
.vidoverlay video{max-width:100%;max-height:90vh;border-radius:8px}
.vidoverlay .vclose{position:absolute;top:14px;right:20px;color:#fff;font-size:30px;cursor:pointer;line-height:1}
