/* ========================================================================
   YASSIR LANDING — scoped stylesheet
   All rules are scoped under `.ys-landing` to avoid bleeding into the
   rest of the app. Nothing here should touch global body/html/a/button.
   ======================================================================== */

.ys-landing {
  --navy:#1a2d5a; --navy-dk:#0f1d40; --navy-lt:#2E4A8E;
  --gold:#F5C518;
  --ink:#222; --muted:#717171;
  --line:#EBEBEB; --line-2:#DDDDDD;
  --bg:#fff; --bg-2:#F7F7F7; --paper:#FBF8F1;
  --ff:"Cairo","Inter Tight",-apple-system,sans-serif;
  --shadow-sm:0 2px 6px rgba(0,0,0,.04);
  --shadow:0 6px 20px rgba(0,0,0,.08);
  --shadow-lg:0 20px 50px rgba(0,0,0,.12);

  background:var(--bg);
  color:var(--ink);
  font-family:var(--ff);
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
}
.ys-landing *{box-sizing:border-box;}
.ys-landing a{color:inherit;text-decoration:none;}
.ys-landing button{font-family:inherit;cursor:pointer;border:none;background:none;}

/* Scroll-driven reveal (Apple-style bidirectional) */
.ys-landing [data-reveal]{ opacity:0; transform:translateY(40px) scale(.98); transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
.ys-landing [data-reveal].in{ opacity:1; transform:translateY(0) scale(1); }
.ys-landing [data-reveal][data-reveal-dir="down"]{ transform:translateY(-28px); }
.ys-landing [data-reveal][data-reveal-dir="down"].in{ transform:translateY(0); }
.ys-landing [data-reveal][data-reveal-dir="scale"]{ transform:scale(.92); }
.ys-landing [data-reveal][data-reveal-dir="scale"].in{ transform:scale(1); }
.ys-landing [data-reveal][data-reveal-dir="right"]{ transform:translateX(-40px); }
.ys-landing [data-reveal][data-reveal-dir="right"].in{ transform:translateX(0); }
.ys-landing [data-reveal][data-reveal-dir="left"]{ transform:translateX(40px); }
.ys-landing [data-reveal][data-reveal-dir="left"].in{ transform:translateX(0); }
@media (prefers-reduced-motion: reduce){
  .ys-landing [data-reveal]{ opacity:1 !important; transform:none !important; transition:none !important; }
}

/* NAV */
.ys-landing .ys-nav{position:sticky;top:0;z-index:2000;background:#fff;border-bottom:1px solid var(--line);padding:14px 40px;display:flex;align-items:center;justify-content:space-between;overflow:visible;}
.ys-landing .ys-nav-logo{display:flex;align-items:center;gap:10px;}
.ys-landing .ys-nav-mark{width:36px;height:36px;border-radius:9px;background:linear-gradient(160deg,var(--navy-lt),var(--navy-dk));display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:0 3px 10px rgba(15,29,64,.25);}
.ys-landing .ys-nav-mark::before{content:"";position:absolute;right:3px;top:50%;transform:translateY(-50%);width:12px;height:22px;border-radius:100px 0 0 100px;background:#fff;}
.ys-landing .ys-nav-mark .ar{position:relative;font-weight:900;font-size:16px;color:var(--gold);}
.ys-landing .ys-nav-word{font-weight:800;font-size:20px;color:var(--navy);letter-spacing:-0.01em;}
.ys-landing .ys-nav-cta{display:flex;gap:4px;align-items:center;position:relative;z-index:2001;overflow:visible;}
.ys-landing .ys-nav-left{display:flex;gap:6px;align-items:center;}
.ys-landing .ys-nav-cta .ghost{font-size:14px;font-weight:600;padding:10px 14px;border-radius:100px;}
.ys-landing .ys-nav-cta .ghost:hover{background:var(--bg-2);}
.ys-landing .ys-nav .nav-ico{
  width:40px;height:40px;border-radius:50%;background:transparent;border:none;
  display:inline-grid;place-items:center;color:var(--navy);cursor:pointer;
  transition:background-color .15s, color .15s;position:relative;flex-shrink:0;
}
.ys-landing .ys-nav .nav-ico:hover{background:var(--bg-2);}
.ys-landing .ys-nav .nav-ico svg{width:20px;height:20px;stroke-width:2;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.ys-landing .ys-nav .nav-ico .lbl{
  position:absolute;inset-inline-end:-2px;bottom:-2px;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:8.5px;font-weight:800;
  background:var(--gold);color:var(--navy);padding:1px 4px;border-radius:100px;
  line-height:1;pointer-events:none;
}
.ys-landing .ys-nav-cta .nav-sep{width:1px;height:22px;background:var(--line);margin:0 6px;}
.ys-landing .ys-nav-signin{
  display:inline-flex;align-items:center;gap:8px;padding:7px 14px 7px 7px;
  border:1px solid var(--line-2);border-radius:100px;background:#fff;cursor:pointer;
  font-size:13px;font-weight:700;color:var(--ink);transition:box-shadow .15s, border-color .15s;
}
[dir="rtl"] .ys-landing .ys-nav-signin{padding:7px 7px 7px 14px;}
.ys-landing .ys-nav-signin:hover{box-shadow:0 4px 14px rgba(15,29,64,.08);border-color:var(--navy);}
.ys-landing .ys-nav-signin .ic{
  width:28px;height:28px;border-radius:50%;background:var(--navy);color:var(--gold);
  display:grid;place-items:center;flex-shrink:0;
}
.ys-landing .ys-nav-signin .ic svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.ys-landing .ys-nav-signin small{font-weight:600;color:var(--muted);font-size:11px;}
.ys-landing .ys-user-menu-wrap{position:relative;display:inline-grid;z-index:2100;}
.ys-landing .ys-user-menu-btn{gap:6px;padding:6px 8px;}
.ys-landing .ys-user-menu-hamb{display:grid;place-items:center;color:#54658a;}
.ys-landing .ys-user-menu-hamb svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;}
.ys-landing .ys-user-menu-avatar{
  width:34px;height:34px;border-radius:50%;background:#1f3468;color:#f5c518;font-weight:800;position:relative;
}
.ys-landing .ys-user-menu-presence{
  position:absolute;left:-1px;bottom:1px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid #fff;
}
.ys-landing .ys-user-menu{
  position:fixed; top:84px; inset-inline-end:18px; z-index:99990;
  width:min(92vw, 360px); background:#fff; border:1px solid #e5e7eb; border-radius:18px;
  box-shadow:0 20px 44px rgba(15,29,64,.24); overflow:hidden;
}
.ys-landing .ys-user-menu-head{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 16px; border-bottom:1px solid #e5e7eb; background:#fff;
}
.ys-landing .ys-user-menu-head-main{min-width:0;}
.ys-landing .ys-user-menu-name{font-size:17px;font-weight:800;color:#1a2d5a;display:flex;align-items:center;gap:6px;}
.ys-landing .ys-user-menu-verified{
  width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;
  background:#f5c518;color:#1a2d5a;font-size:11px;line-height:1;
}
.ys-landing .ys-user-menu-email{font-size:13px;color:#68799a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ys-landing .ys-user-menu-head-avatar{
  width:44px;height:44px;border-radius:50%;background:#1f3468;color:#f5c518;
  display:grid;place-items:center;font-weight:800;position:relative;flex-shrink:0;
}
.ys-landing .ys-user-menu-list{padding:4px 0;border-top:1px solid #e9edf5;}
.ys-landing .ys-user-menu-list:first-of-type{border-top:none;}
.ys-landing .ys-user-menu-item{
  width:100%; border:none; background:#fff; padding:12px 16px;
  display:flex; align-items:center; justify-content:space-between; gap:10px; text-align:right;
  color:#1f3468; font-size:16px; font-weight:700;
}
.ys-landing .ys-user-menu-item:hover{background:#f8fafc;}
.ys-landing .ys-user-menu-item svg{width:18px;height:18px;stroke:#6d7ea1;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.ys-landing .ys-user-menu-host-card{
  margin:10px 12px; border:1px solid #efd98a; border-radius:14px; background:#faf6e6;
  padding:14px 12px;
}
.ys-landing .ys-user-menu-host-title{font-size:16px;font-weight:800;color:#1a2d5a;}
.ys-landing .ys-user-menu-host-sub{margin-top:4px;font-size:13px;color:#68799a;line-height:1.45;}
.ys-landing .ys-user-menu-host-card button{
  margin-top:12px;width:100%;border:none;border-radius:12px;padding:11px 12px;
  background:#1f3468;color:#f5c518;font-size:18px;font-weight:800;
}
.ys-landing .ys-user-menu-logout{
  width:100%; border:none; border-top:1px solid #e5e7eb; background:#fff; padding:13px 16px;
  display:flex; align-items:center; justify-content:space-between; color:#d43f3a; font-size:18px; font-weight:700;
}
.ys-landing .ys-user-menu-logout svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.ys-landing .ys-user-menu-logout:hover{background:#fff5f5;}
.ys-landing .ys-props-menu-wrap{position:relative;display:inline-grid;z-index:2100;}
.ys-landing .ys-props-menu{
  position:fixed; top:84px; inset-inline-end:18px; z-index:99990;
  width:min(92vw, 420px); background:#fff; border:1px solid #e5e7eb; border-radius:18px;
  box-shadow:0 20px 44px rgba(15,29,64,.24); overflow:hidden;
}
.ys-landing .ys-props-menu-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; border-bottom:1px solid #e5e7eb; background:#fff;
}
.ys-landing .ys-props-menu-head h4{margin:0; font-size:20px; line-height:1; font-weight:800; color:var(--navy);}
.ys-landing .ys-props-menu-head button{
  border:none; background:none; color:#ad8b00; font-size:14px; font-weight:800;
  text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:4px;
}
.ys-landing .ys-props-menu-list{max-height:min(60vh, 320px); overflow:auto; background:#fff;}
.ys-landing .ys-props-item{
  width:100%; border:none; border-bottom:1px solid #eceff6; background:#fff;
  display:flex; align-items:center; gap:12px; padding:12px 14px; text-align:right;
}
.ys-landing .ys-props-item:hover{background:#f8fafc;}
.ys-landing .ys-props-item-status{
  border-radius:999px; padding:3px 10px; font-size:12px; font-weight:800; flex-shrink:0;
}
.ys-landing .ys-props-item-status.is-active{background:#dff0e7; color:#29975d;}
.ys-landing .ys-props-item-status.is-draft{background:#eceff6; color:#7b88a4;}
.ys-landing .ys-props-item-main{flex:1; min-width:0;}
.ys-landing .ys-props-item-title{
  font-size:17px; color:#1e2f58; font-weight:800; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-props-item-sub{
  margin-top:4px; font-size:14px; color:#68799a; display:flex; gap:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-props-item-icon{
  width:54px; height:54px; border-radius:14px; display:grid; place-items:center;
  background:#304b86; color:#f5c518; flex-shrink:0;
}
.ys-landing .ys-props-item-icon svg{
  width:22px; height:22px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;
}
.ys-landing .ys-props-menu-empty{
  padding:28px 12px; text-align:center; color:#7f8899; font-size:16px; font-weight:700; background:#fff;
}
.ys-landing .ys-props-menu-add{
  width:calc(100% - 24px); margin:12px; border:none; border-radius:14px; padding:14px;
  background:#f5c518; color:#1a2d5a; font-size:16px; font-weight:800; text-align:center;
}
.ys-landing .ys-props-menu-add:hover{filter:brightness(.98);}
.ys-landing .ys-bookings-menu-wrap{position:relative;display:inline-grid;z-index:2100;}
.ys-landing .ys-bookings-menu{
  position:fixed; top:84px; inset-inline-end:18px; z-index:99990;
  width:min(92vw, 420px); background:#fff; border:1px solid #e5e7eb; border-radius:18px;
  box-shadow:0 20px 44px rgba(15,29,64,.24); overflow:hidden;
}
.ys-landing .ys-bookings-menu-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; border-bottom:1px solid #e5e7eb; background:#fff;
}
.ys-landing .ys-bookings-menu-head span{font-size:22px; color:#8a94a6; font-weight:800;}
.ys-landing .ys-bookings-menu-head h4{margin:0; font-size:30px; line-height:1; font-weight:800; color:var(--navy);}
.ys-landing .ys-bookings-menu-tabs{
  display:grid; grid-template-columns:1fr 1fr; gap:0;
  border-bottom:1px solid #e5e7eb; background:#f4f6fa; padding:4px;
}
.ys-landing .ys-bookings-menu-tabs button{
  border:1px solid transparent; border-radius:12px; padding:9px 10px;
  color:#7b88a4; background:transparent; font-size:13px; font-weight:800;
}
.ys-landing .ys-bookings-menu-tabs button.is-active{
  background:#fff; border-color:#d7dce8; color:#1a2d5a;
}
.ys-landing .ys-bookings-menu-list{max-height:min(60vh, 340px); overflow:auto; background:#fff;}
.ys-landing .ys-bookings-item{
  width:100%; border:none; border-bottom:1px solid #eceff6; background:#fff;
  display:flex; align-items:center; gap:12px; padding:12px 14px; text-align:right;
}
.ys-landing .ys-bookings-item:hover{background:#f8fafc;}
.ys-landing .ys-bookings-item-status{
  border-radius:999px; padding:3px 10px; font-size:12px; font-weight:800; flex-shrink:0;
}
.ys-landing .ys-bookings-item-status.is-confirmed{background:#dff0e7; color:#29975d;}
.ys-landing .ys-bookings-item-status.is-soon{background:#f7f0d8; color:#c58e00;}
.ys-landing .ys-bookings-item-main{flex:1; min-width:0;}
.ys-landing .ys-bookings-item-title{
  font-size:17px; color:#1e2f58; font-weight:800; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-bookings-item-sub{
  margin-top:4px; font-size:14px; color:#68799a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-bookings-item-icon{
  width:54px; height:54px; border-radius:14px; display:grid; place-items:center;
  background:linear-gradient(145deg,#cd9a69,#9c6a3e); color:#fff; font-size:24px; flex-shrink:0;
}
.ys-landing .ys-bookings-item:nth-child(2n) .ys-bookings-item-icon{
  background:linear-gradient(145deg,#4f95cc,#286aa3);
}
.ys-landing .ys-bookings-menu-empty{
  padding:28px 12px; text-align:center; color:#7f8899; font-size:16px; font-weight:700; background:#fff;
}
.ys-landing .ys-bookings-menu-all{
  width:100%; border:none; border-top:1px solid #e5e7eb; padding:14px;
  background:#fff; color:var(--navy); font-size:16px; font-weight:800; text-align:center;
}
.ys-landing .ys-bookings-menu-all:hover{background:#f8fafc;}
.ys-landing .ys-notif-menu-wrap{position:relative;display:inline-grid;z-index:2100;}
.ys-landing .ys-notif-menu{
  position:fixed; top:84px; inset-inline-end:18px; z-index:99990;
  width:min(92vw, 460px); background:#fff; border:1px solid #e5e7eb; border-radius:18px;
  box-shadow:0 20px 44px rgba(15,29,64,.24); overflow:hidden;
}
.ys-landing .ys-notif-menu-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; border-bottom:1px solid #e5e7eb; background:#fff;
}
.ys-landing .ys-notif-menu-head h4{margin:0; font-size:20px; line-height:1; font-weight:800; color:var(--navy);}
.ys-landing .ys-notif-menu-head button{
  border:none; background:none; color:#ad8b00; font-size:14px; font-weight:800;
  text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:4px;
}
.ys-landing .ys-notif-menu-tabs{
  display:flex; gap:8px; align-items:center; padding:8px 12px;
  border-bottom:1px solid #e5e7eb; background:#fff;
}
.ys-landing .ys-notif-menu-tabs button{
  border:1px solid transparent; border-radius:999px; padding:6px 10px;
  background:#f4f6fa; color:#60708f; font-size:14px; font-weight:700;
}
.ys-landing .ys-notif-menu-tabs button.is-active{
  background:#1a2d5a; color:#fff; border-color:#1a2d5a;
}
.ys-landing .ys-notif-menu-list{max-height:min(60vh, 400px); overflow:auto; background:#f7f7f7;}
.ys-landing .ys-notif-item{
  width:100%; border:none; border-bottom:1px solid #e5e7eb; background:#f3f1e8;
  display:flex; align-items:center; gap:12px; padding:14px 14px; text-align:right;
}
.ys-landing .ys-notif-item:hover{background:#ebe8db;}
.ys-landing .ys-notif-item.is-unread{background:#f0ede0;}
.ys-landing .ys-notif-item-main{flex:1; min-width:0;}
.ys-landing .ys-notif-item-title{
  font-size:17px; color:#1e2f58; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-notif-item-body{
  margin-top:4px; font-size:14px; color:#31466e; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-notif-item-time{margin-top:6px; font-size:12px; color:#8a94a6; font-weight:700;}
.ys-landing .ys-notif-item-icon{
  width:44px; height:44px; border-radius:12px; display:grid; place-items:center; font-size:20px; font-weight:700; flex-shrink:0;
}
.ys-landing .ys-notif-item-icon.is-ok{background:#e3efe2; color:#29975d;}
.ys-landing .ys-notif-item-icon.is-star{background:#f7f0d8; color:#c58e00;}
.ys-landing .ys-notif-item-icon.is-search{background:#e8edf8; color:#3253a2;}
.ys-landing .ys-notif-item-icon.is-default{background:#f0ebf7; color:#7a4fbd;}
.ys-landing .ys-notif-menu-empty{
  padding:28px 12px; text-align:center; color:#7f8899; font-size:16px; font-weight:700; background:#fff;
}
.ys-landing .ys-notif-menu-all{
  width:100%; border:none; border-top:1px solid #e5e7eb; padding:14px;
  background:#fff; color:var(--navy); font-size:16px; font-weight:800; text-align:center;
}
.ys-landing .ys-notif-menu-all:hover{background:#f8fafc;}
.ys-landing .ys-msg-menu-wrap{position:relative;display:inline-grid;z-index:2100;}
.ys-landing .ys-msg-menu{
  position:fixed; top:84px; inset-inline-end:18px; z-index:99990;
  width:min(92vw, 420px); background:#fff; border:1px solid #e5e7eb; border-radius:18px;
  box-shadow:0 20px 44px rgba(15,29,64,.24); overflow:hidden;
}
.ys-landing .ys-msg-menu-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; border-bottom:1px solid #e5e7eb; background:#fff;
}
.ys-landing .ys-msg-menu-head h4{margin:0; font-size:20px; line-height:1; font-weight:800; color:var(--navy);}
.ys-landing .ys-msg-menu-head button{
  border:none; background:none; color:#ad8b00; font-size:14px; font-weight:800;
  text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:4px;
}
.ys-landing .ys-msg-menu-list{max-height:min(60vh, 380px); overflow:auto; background:#f7f7f7;}
.ys-landing .ys-msg-item{
  width:100%; border:none; border-bottom:1px solid #e5e7eb;
  background:#ededed; display:grid; grid-template-columns:auto 1fr auto; align-items:center;
  gap:12px; padding:12px 14px; text-align:right;
}
.ys-landing .ys-msg-item.is-unread{background:#eeece1;}
.ys-landing .ys-msg-item:hover{background:#e7e7e7;}
.ys-landing .ys-msg-item.is-unread:hover{background:#e7e4d7;}
.ys-landing .ys-msg-item-time{font-size:14px; color:#8a94a6; font-weight:700; min-width:62px;}
.ys-landing .ys-msg-item-main{min-width:0;}
.ys-landing .ys-msg-item-name{font-size:18px; font-weight:800; color:var(--navy); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ys-landing .ys-msg-item-snippet{
  font-size:14px; color:#24355f; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ys-landing .ys-msg-item-avatar{
  width:52px; height:52px; border-radius:50%; background:var(--navy); color:var(--gold);
  display:grid; place-items:center; font-size:24px; font-weight:800; position:relative; flex-shrink:0;
}
.ys-landing .ys-msg-item-dot{
  position:absolute; left:-2px; bottom:4px; width:14px; height:14px; border-radius:50%;
  background:#cfd5df; border:2px solid #fff;
}
.ys-landing .ys-msg-item-dot.is-online{background:#25c362;}
.ys-landing .ys-msg-menu-empty{
  padding:28px 12px; text-align:center; color:#7f8899; font-size:16px; font-weight:700; background:#fff;
}
.ys-landing .ys-msg-menu-all{
  width:100%; border:none; border-top:1px solid #e5e7eb; padding:14px;
  background:#fff; color:var(--navy); font-size:16px; font-weight:800; text-align:center;
}
.ys-landing .ys-msg-menu-all:hover{background:#f8fafc;}
@media (max-width: 640px){
  .ys-landing .ys-nav{padding:10px 14px;}
  .ys-landing .ys-nav-word{font-size:17px;}
  .ys-landing .ys-nav-mark{width:32px;height:32px;}
  .ys-landing .ys-nav-cta{gap:0;}
  .ys-landing .ys-nav-cta .ghost{display:none;}
  .ys-landing .ys-nav-cta .nav-sep{display:none;}
  .ys-landing .ys-nav-left{gap:2px;}
  .ys-landing .ys-nav .nav-ico{width:36px;height:36px;}
  .ys-landing .ys-nav .nav-ico svg{width:18px;height:18px;}
  .ys-landing .ys-nav .nav-ico .lbl{font-size:7.5px;padding:1px 3px;}
  .ys-landing .ys-nav-signin{padding:4px 10px 4px 4px;font-size:12px;}
  [dir="rtl"] .ys-landing .ys-nav-signin{padding:4px 4px 4px 10px;}
  .ys-landing .ys-nav-signin small{display:none;}
  .ys-landing .ys-nav-signin .ic{width:26px;height:26px;}
  .ys-landing .ys-user-menu{width:min(96vw, 340px);}
  .ys-landing .ys-user-menu-item{font-size:14px;padding:10px 14px;}
  .ys-landing .ys-user-menu-host-title{font-size:14px;}
  .ys-landing .ys-user-menu-host-sub{font-size:12px;}
  .ys-landing .ys-user-menu-host-card button{font-size:15px;}
  .ys-landing .ys-user-menu-logout{font-size:15px;}
  .ys-landing .ys-props-menu{width:min(96vw, 360px);}
  .ys-landing .ys-props-item-title{font-size:14px;}
  .ys-landing .ys-props-item-sub{font-size:11px; gap:8px;}
  .ys-landing .ys-props-item-icon{width:44px; height:44px;}
  .ys-landing .ys-props-menu-add{font-size:18px;}
  .ys-landing .ys-bookings-menu{width:min(96vw, 360px);}
  .ys-landing .ys-bookings-menu-head h4{font-size:19px;}
  .ys-landing .ys-bookings-item-title{font-size:14px;}
  .ys-landing .ys-bookings-item-sub{font-size:12px;}
  .ys-landing .ys-bookings-item-icon{width:44px; height:44px; font-size:20px;}
  .ys-landing .ys-notif-menu{width:min(96vw, 370px);}
  .ys-landing .ys-notif-menu-head h4{font-size:19px;}
  .ys-landing .ys-notif-menu-tabs button{font-size:12px; padding:5px 8px;}
  .ys-landing .ys-notif-item-title{font-size:14px;}
  .ys-landing .ys-notif-item-body{font-size:12px;}
  .ys-landing .ys-notif-menu-all{font-size:15px;}
  .ys-landing .ys-msg-menu{width:min(96vw, 360px);}
  .ys-landing .ys-msg-menu-head h4{font-size:18px;}
  .ys-landing .ys-msg-menu-head button{font-size:14px;}
  .ys-landing .ys-msg-item-name{font-size:16px;}
  .ys-landing .ys-msg-item-snippet{font-size:14px;}
  .ys-landing .ys-msg-item-time{font-size:12px; min-width:56px;}
  .ys-landing .ys-msg-item-avatar{width:40px; height:40px; font-size:20px;}
  .ys-landing .ys-msg-menu-all{font-size:15px;}
  .ys-landing .ys-user-menu,
  .ys-landing .ys-props-menu,
  .ys-landing .ys-bookings-menu,
  .ys-landing .ys-notif-menu,
  .ys-landing .ys-msg-menu{
    top:72px;
    inset-inline-end:8px;
  }
}

/* HERO */
.ys-landing .ys-hero{position:relative;padding:60px 40px 40px;background:var(--paper);overflow:hidden;}
.ys-landing .ys-hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;}
.ys-landing .ys-hero-copy{ position:relative; }
.ys-landing .ys-hero .mascot{width:64px;height:64px;margin-bottom:20px;display:block;}
.ys-landing .ys-hero h1{font-weight:800;font-size:clamp(38px,4.6vw,64px);line-height:1.35;letter-spacing:-0.03em;color:var(--ink);}
.ys-landing .ys-hero h1 .gold{color:var(--gold); margin-right:0.15em; display:inline-block;}

.ys-landing .reel-frame{
  position:relative; width:min(300px, 100%); aspect-ratio: 9/19.5;
  margin-left:auto; border-radius:42px; background:var(--ink);
  border:8px solid #0a0d18; overflow:hidden;
  box-shadow:0 40px 80px rgba(15,29,64,.25), 0 10px 30px rgba(15,29,64,.15);
}
.ys-landing .reel-frame::before{
  content:""; position:absolute; top:14px; left:50%; transform:translateX(-50%);
  width:90px; height:26px; background:#0a0d18; border-radius:100px; z-index:4;
}
/* Media is pointer-events:none so touches hit .ys-reel-stack (swipe / tap). Never put pointer-events:none on .ys-reel-stack itself. */
.ys-landing .reel-frame video, .ys-landing .reel-frame .ph-reel, .ys-landing .reel-frame .reel-slide img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  pointer-events:none;
}
.ys-landing .reel-frame .ys-reel-stack,
.ys-landing .reel-frame .ys-reel-layers{
  position:absolute; inset:0; width:100%; height:100%;
}
.ys-landing .reel-frame .ys-reel-stack{
  overflow:hidden;
  z-index:2;
}
.ys-landing .reel-frame .ys-reel-layers{
  overflow:hidden; z-index:1;
}
.ys-landing .reel-frame .reel-slide{
  position:absolute; inset:0; width:100%; height:100%;
}
.ys-landing .reel-frame .ys-reel-dots{
  position:absolute; top:56px; left:50%; transform:translateX(-50%);
  width:90%; display:flex; gap:4px; z-index:6; pointer-events:none;
}
.ys-landing .reel-frame .ys-reel-dot{
  flex:1; height:2.5px; border-radius:2px; background:rgba(255,255,255,0.35); overflow:hidden;
}
.ys-landing .reel-frame .ys-reel-dot-fill{
  height:100%; background:rgba(255,255,255,0.9); border-radius:2px;
}
.ys-landing .reel-frame .ys-reel-swipe-hint{
  position:absolute; top:40px; left:50%; transform:translateX(-50%);
  width:100%; text-align:center; font-size:12px; font-weight:700; color:rgba(255,255,255,0.92);
  text-shadow:0 1px 4px rgba(0,0,0,0.45); z-index:7; pointer-events:none;
  animation: ys-reel-hint-pulse 2.2s ease-in-out infinite;
}
@keyframes ys-reel-hint-pulse{
  0%, 100%{ opacity:0.65; }
  50%{ opacity:1; }
}
.ys-landing .reel-frame .ys-reel-mascot-hint{
  position:absolute; bottom:20px; inset-inline-end:18px; z-index:8; pointer-events:none;
  animation: ys-reel-flyup 2s ease-in-out infinite;
}
@keyframes ys-reel-flyup{
  0%{ transform: translateY(14px); opacity:0.3; }
  40%{ transform: translateY(-4px); opacity:1; }
  100%{ transform: translateY(-30px); opacity:0; }
}
.ys-landing .reel-frame .ph-reel{
  display:grid; place-items:center;
  background:
    radial-gradient(circle at 30% 30%, rgba(245,197,24,0.2), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(46,74,142,0.5), transparent 55%),
    linear-gradient(160deg,var(--navy-lt),var(--navy-dk));
}
.ys-landing .reel-frame .ph-reel-inner{
  text-align:center; color:rgba(245,197,24,0.9); font-family:ui-monospace,Menlo,monospace;
  font-size:10px; letter-spacing:0.18em; text-transform:uppercase; padding:0 20px;
}
.ys-landing .reel-frame .ph-reel-inner svg{ width:56px; height:56px; margin:0 auto 12px; display:block; opacity:.8; }
.ys-landing .reel-frame .ph-reel-inner b{ display:block; font-family:var(--ff); font-size:13px; font-weight:700; color:#fff; letter-spacing:0; margin-bottom:6px; text-transform:none; }

.ys-landing .ys-hero h1 .flip{
  display:inline-block; color:var(--gold);
  min-width:3.5em; text-align:center;
  position:relative;
  perspective:600px;
}
.ys-landing .ys-hero h1 .flip span{
  display:inline-block;
  animation: ys-flipIn .7s cubic-bezier(.2,.8,.2,1);
}
@keyframes ys-flipIn{
  0%{ opacity:0; transform:translateY(20px) rotateX(-40deg); }
  100%{ opacity:1; transform:translateY(0) rotateX(0); }
}
.ys-landing .flap{
  display:inline-block;
  color:var(--gold);
  position:relative;
  transform-style:preserve-3d;
  perspective:800px;
  vertical-align:baseline;
}
.ys-landing .flap .card{
  display:inline-block;
  transform-origin: 50% 100%;
  animation: ys-flapTop .25s ease-in forwards, ys-flapBottom .25s .25s ease-out forwards;
  backface-visibility:hidden;
}
@keyframes ys-flapTop{
  0%{ transform: rotateX(0deg); }
  100%{ transform: rotateX(-90deg); opacity:0; }
}
@keyframes ys-flapBottom{
  0%{ transform: rotateX(90deg); opacity:0; }
  100%{ transform: rotateX(0deg); opacity:1; }
}
.ys-landing .flap.finale .card{ color:var(--gold); text-shadow:0 0 0 transparent; }
.ys-landing .ys-hero .sub{margin-top:16px;color:var(--muted);font-size:18px;max-width:480px;}

.ys-landing .reel-upload{
  position:absolute; bottom:14px; left:14px; z-index:5;
  background:rgba(255,255,255,0.18); backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,0.3); border-radius:100px;
  padding:7px 12px; color:#fff; font-size:11px; font-weight:700; cursor:pointer;
  display:flex; align-items:center; gap:6px;
}
.ys-landing .reel-upload:hover{ background:rgba(255,255,255,0.28); }
.ys-landing .reel-upload svg{ width:12px; height:12px; }
.ys-landing .reel-upload input{ display:none; }
.ys-landing .reel-cap{ font-size:13px; color:var(--muted); text-align:center; margin-top:12px; font-weight:600; position:relative; display:inline-block; left:50%; transform:translateX(-50%); padding:4px 10px; border-radius:8px; cursor:default; }
.ys-landing .reel-cap-wrap{ text-align:center; margin-top:12px; }

/* SEARCH PILL */
.ys-landing .ys-search-wrap{
  position:relative; z-index:3;
  max-width:820px; margin:20px auto 0; padding:0 20px;
}
.ys-landing .ys-search{
  background:#fff; border:1px solid var(--line-2); border-radius:100px;
  display:flex; align-items:stretch; box-shadow:var(--shadow-lg);
  min-height:80px; padding:0 8px;
}
.ys-landing .ys-search .col{
  flex:1; padding:0 22px; text-align:right;
  height:100%; display:flex; flex-direction:column; justify-content:center;
  border-left:1px solid var(--line); cursor:pointer; border-radius:100px;
  transition: background .2s; min-width:0;
  align-self:stretch;
}
.ys-landing .ys-search .col:hover{ background:var(--bg-2); }
.ys-landing .ys-search .col:last-of-type{ border-left:none; }
.ys-landing .ys-search .col small{ font-size:11px; font-weight:600; color:var(--muted); display:block; margin-bottom:2px; }
.ys-landing .ys-search .col b{ font-size:14.5px; font-weight:600; color:var(--ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ys-landing .ys-search .col input{ font-family:inherit; font-size:14.5px; font-weight:600; color:var(--ink); border:none; background:transparent; outline:none; width:100%; text-align:right; padding:0; }
.ys-landing .ys-search .col input::placeholder{ color:var(--ink); opacity:1; }
.ys-landing .ys-search .col input:focus{ outline:none; box-shadow:none; }
.ys-landing .ys-search .col:focus-within{ background:#fff; }
.ys-landing .ys-search-dest-menu{
  position:absolute; top:calc(100% + 8px); right:0; left:auto;
  width:min(92vw, 340px); background:#fff; border:1px solid var(--line-2);
  border-radius:16px; box-shadow:var(--shadow-lg); z-index:260;
  padding:10px 14px 10px 10px; max-height:360px; overflow:auto; font-family:var(--ff);
  animation: ys-dropIn .2s ease;
}
.ys-landing .ys-search-dest-menu::-webkit-scrollbar{
  width:6px;
}
.ys-landing .ys-search-dest-menu::-webkit-scrollbar-track{
  background:transparent;
}
.ys-landing .ys-search-dest-menu::-webkit-scrollbar-thumb{
  background:var(--line-2);
  border-radius:4px;
}
.ys-landing .ys-search-dest-menu::-webkit-scrollbar-thumb:hover{
  background:#d1d5db;
}
.ys-landing .ys-search-dest-menu{
  scrollbar-width:thin;
  scrollbar-color:var(--line-2) transparent;
}
.ys-landing .ys-search-dest-title{
  font-size:12px; color:var(--muted); font-weight:700; padding:2px 4px 8px;
}
.ys-landing .ys-search-dest-list{ display:flex; flex-direction:column; gap:4px; }
.ys-landing .ys-search-dest-item{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:10px;
  text-align:right; padding:10px 8px; border-radius:12px; border:1px solid transparent; background:#fff;
}
.ys-landing .ys-search-dest-item:hover{ background:#f7f7f7; border-color:#ececec; }
.ys-landing .ys-search-dest-meta b{ font-size:18px; font-weight:700; color:var(--ink); display:block; line-height:1.2; }
.ys-landing .ys-search-dest-meta small{ font-size:14px; color:var(--muted); display:block; line-height:1.2; }
.ys-landing .ys-search-dest-flag{
  width:36px; height:36px; border-radius:10px; background:#f1f1f1; display:grid; place-items:center; font-size:20px; flex-shrink:0;
}
@keyframes ys-dropIn { from{ opacity:0; transform:translateY(-6px);} to{opacity:1; transform:translateY(0);} }
.ys-landing .ys-search > button{
  background:var(--navy); color:var(--gold); padding:0 28px; min-height:64px; height:auto; border-radius:100px;
  font-size:15px; font-weight:800; display:flex; align-items:center; justify-content:center; gap:8px; flex-shrink:0;
  align-self:stretch; margin:8px 4px; cursor:pointer;
}
.ys-landing .ys-search > button svg{ width:16px; height:16px; }

.ys-landing .ys-quick{
  max-width:820px; margin:18px auto 0; padding:0 20px;
  display:flex; gap:10px; flex-wrap:wrap; justify-content:center;
}
.ys-landing .ys-quick small{ color:var(--muted); font-size:13px; padding:8px 0; }
.ys-landing .ys-quick .chip{
  padding:8px 14px; border:1px solid var(--line); border-radius:100px;
  font-size:13px; font-weight:600; color:var(--ink); background:#fff; cursor:pointer;
  transition: all .2s;
}
.ys-landing .ys-quick .chip:hover{ border-color:var(--navy); background:var(--navy); color:#fff; }

/* MAP */
.ys-landing .ys-map-sec{ padding:90px 40px 60px; max-width:1400px; margin:0 auto; }
.ys-landing .map-head{ text-align:center; margin-bottom:32px; }
.ys-landing .map-head h2{ font-weight:800; font-size:clamp(26px,3vw,38px); letter-spacing:-0.02em; }
.ys-landing .map-head h2 .gold{ color:var(--gold); }
.ys-landing .map-head p{ color:var(--muted); font-size:16px; margin-top:10px; max-width:480px; margin-inline:auto; }
.ys-landing .map-wrap{
  position:relative; aspect-ratio: 1000/800; max-height:560px; max-width:900px; margin:0 auto;
  background:var(--paper); border:1px solid var(--line); border-radius:24px; overflow:hidden;
}
.ys-landing .map-wrap svg{ width:100%; height:100%; display:block; }
.ys-landing .city-pins .city{ cursor:pointer; transition: transform .25s; transform-box: fill-box; transform-origin: center; }
.ys-landing .city-pins .city:hover circle{ stroke:#1a2d5a; stroke-width:3; }
.ys-landing .city-pins .city.active circle{ fill:#1a2d5a; stroke:#F5C518; stroke-width:2.5; }
.ys-landing .city-pins .city.active text{ fill:#F5C518; }

/* TYPES */
.ys-landing .ys-types-sec{ padding:80px 40px; background:var(--paper); }
.ys-landing .types-inner{ max-width:1400px; margin:0 auto; }
.ys-landing .types-head{ text-align:center; margin-bottom:40px; }
.ys-landing .types-head h2{ font-weight:800; font-size:clamp(26px,3vw,38px); letter-spacing:-0.02em; display:inline-flex; align-items:baseline; gap:.35em; justify-content:center; }
.ys-landing .types-head h2 .gold{ color:var(--gold); }
.ys-landing .types-head h2 .flap{ min-width:5.5em; text-align:right; }
.ys-landing .types-head p{ color:var(--muted); font-size:16px; margin-top:10px; }
.ys-landing .types-grid{
  display:grid; grid-template-columns:repeat(6,1fr); gap:16px;
}
.ys-landing .type{
  background:#fff; border-radius:18px; padding:22px 14px; text-align:center;
  cursor:default; transition: all .5s cubic-bezier(.2,.8,.2,1);
  border:1px solid transparent;
}
.ys-landing .type:hover{ border-color:var(--line-2); transform:none !important; }
.ys-landing .type svg{ width:56px; height:56px; margin:0 auto 10px; }
.ys-landing .type b{ display:block; font-weight:700; font-size:13.5px; color:var(--ink); }
.ys-landing .type small{ display:block; font-size:11.5px; color:var(--muted); margin-top:2px; }

/* HOW IT WORKS */
.ys-landing .ys-how-sec{ padding:88px 40px; background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; overflow:hidden; transition:background .6s cubic-bezier(.2,.8,.2,1); }
.ys-landing .ys-how-sec[data-mode="host"]{ background:var(--navy); border-top-color:rgba(255,255,255,.06); border-bottom-color:rgba(255,255,255,.06); }
.ys-landing .how-inner{ max-width:1200px; margin:0 auto; position:relative; }
.ys-landing .how-toggle{
  display:inline-flex; background:var(--paper); border:1px solid var(--line); border-radius:100px;
  padding:4px; margin:0 auto 20px; position:relative; gap:0;
  transition: background .6s cubic-bezier(.2,.8,.2,1), border-color .6s cubic-bezier(.2,.8,.2,1);
}
.ys-landing .ys-how-sec[data-mode="host"] .how-toggle{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.14); }
.ys-landing .how-toggle-ind{
  position:absolute; top:4px; bottom:4px; inset-inline-start:4px; width:calc(50% - 4px);
  background:var(--navy); border-radius:100px; transition: transform .45s cubic-bezier(.2,.8,.2,1), background .45s;
  box-shadow:0 4px 14px rgba(15,29,64,.18); z-index:0;
}
.ys-landing .ys-how-sec[data-mode="guest"] .how-toggle-ind{ transform: translateX(0); }
.ys-landing .ys-how-sec[data-mode="host"] .how-toggle-ind{ transform: translateX(100%); background:var(--gold); }
[dir="rtl"] .ys-landing .ys-how-sec[data-mode="guest"] .how-toggle-ind{ transform: translateX(0); }
[dir="rtl"] .ys-landing .ys-how-sec[data-mode="host"] .how-toggle-ind{ transform: translateX(-100%); }
.ys-landing .how-toggle button{
  position:relative; z-index:1; padding:9px 22px; font:inherit; font-size:13px; font-weight:800;
  color:var(--muted); border-radius:100px; transition: color .35s; letter-spacing:-0.01em;
  display:inline-flex; align-items:center; gap:6px;
}
.ys-landing .how-toggle button svg{ width:14px; height:14px; }
.ys-landing .ys-how-sec[data-mode="guest"] .how-toggle button[data-mode="guest"]{ color:var(--gold); }
.ys-landing .ys-how-sec[data-mode="host"] .how-toggle button[data-mode="host"]{ color:var(--navy); }
.ys-landing .ys-how-sec[data-mode="host"] .how-toggle button[data-mode="guest"]{ color:rgba(255,255,255,.6); }
.ys-landing .how-variants{ position:relative; }
.ys-landing .how-variant{
  opacity:0; pointer-events:none; transform:translateY(14px);
  transition: opacity .5s cubic-bezier(.2,.8,.2,1), transform .55s cubic-bezier(.2,.8,.2,1);
}
.ys-landing .how-variant.is-active{ opacity:1; pointer-events:auto; transform:translateY(0); position:relative; }
.ys-landing .how-variant:not(.is-active){ position:absolute; inset:0; }
.ys-landing .ys-how-sec[data-mode="host"] .how-head h2,
.ys-landing .ys-how-sec[data-mode="host"] .how-step h3{ color:#fff; }
.ys-landing .ys-how-sec[data-mode="host"] .how-head .kicker{ background:rgba(245,197,24,.22); color:var(--gold); }
.ys-landing .ys-how-sec[data-mode="host"] .how-head h2 .gold{ color:var(--gold); }
.ys-landing .ys-how-sec[data-mode="host"] .how-head p,
.ys-landing .ys-how-sec[data-mode="host"] .how-step p{ color:rgba(255,255,255,.7); }
.ys-landing .ys-how-sec[data-mode="host"] .how-step{ background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.1); }
.ys-landing .ys-how-sec[data-mode="host"] .how-step:hover{ border-color:var(--gold); box-shadow:0 18px 40px rgba(0,0,0,.35); }
.ys-landing .ys-how-sec[data-mode="host"] .how-step .how-icon{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.12); }
.ys-landing .ys-how-sec[data-mode="host"] .how-step .how-icon svg [stroke]:not([stroke="#F5C518"]){ stroke:#fff; }
.ys-landing .ys-how-sec[data-mode="host"] .how-step .how-icon svg [fill="#fff"]{ fill:rgba(255,255,255,.08); }
.ys-landing .ys-how-sec[data-mode="host"] .how-step .how-num{ background:var(--gold); color:var(--navy); }
.ys-landing .ys-how-sec[data-mode="host"] .how-grid::before{ opacity:.35; }
.ys-landing .how-head{ text-align:center; margin-bottom:48px; display:flex; flex-direction:column; align-items:center; }
.ys-landing .how-head .kicker{ display:inline-block; font-size:11px; font-weight:800; letter-spacing:0.18em; color:var(--navy); background:rgba(245,197,24,.22); padding:5px 12px; border-radius:100px; margin-bottom:14px; }
.ys-landing .how-head h2{ font-weight:800; font-size:clamp(26px,3vw,38px); letter-spacing:-0.02em; color:var(--ink); }
.ys-landing .how-head h2 .gold{ color:var(--gold); }
.ys-landing .how-head p{ color:var(--muted); font-size:15.5px; margin-top:10px; max-width:520px; margin-inline:auto; line-height:1.6; }
.ys-landing .how-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; position:relative; }
.ys-landing .how-grid::before{
  content:""; position:absolute; top:44px; left:12%; right:12%;
  height:2px; background:repeating-linear-gradient(to right, var(--gold) 0 6px, transparent 6px 14px);
  opacity:.5; z-index:0;
}
.ys-landing .how-step{
  position:relative; z-index:1; background:var(--paper); border:1px solid var(--line);
  border-radius:20px; padding:28px 24px; text-align:center;
  transition:transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s cubic-bezier(.2,.8,.2,1), border-color .3s;
}
.ys-landing .how-step:hover{ transform:translateY(-4px); box-shadow:0 18px 40px rgba(15,29,64,.08); border-color:var(--gold); }
.ys-landing .how-step .how-icon{
  width:72px; height:72px; margin:0 auto 16px; border-radius:20px;
  background:#fff; border:1px solid var(--line); display:grid; place-items:center;
  box-shadow:0 4px 14px rgba(15,29,64,.06); position:relative;
}
.ys-landing .how-step .how-icon svg{ width:40px; height:40px; }
.ys-landing .how-step .how-num{
  position:absolute; top:-8px; inset-inline-end:-8px; width:26px; height:26px; border-radius:50%;
  background:var(--navy); color:var(--gold); font-family:"JetBrains Mono",monospace;
  font-size:11px; font-weight:800; display:grid; place-items:center;
  box-shadow:0 4px 10px rgba(15,29,64,.25);
}
.ys-landing .how-step h3{ font-size:17px; font-weight:800; color:var(--ink); letter-spacing:-0.01em; }
.ys-landing .how-step p{ font-size:13.5px; color:var(--muted); margin-top:6px; line-height:1.6; }

/* NEW HOMES */
.ys-landing .ys-new-sec{ padding:80px 40px 100px; max-width:1400px; margin:0 auto; }
.ys-landing .new-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:24px; }
.ys-landing .new-head h2{ font-weight:800; font-size:clamp(24px,2.8vw,34px); letter-spacing:-0.02em; display:flex; align-items:center; gap:12px; }
.ys-landing .new-head h2 .new-badge{ background:var(--gold); color:var(--navy); padding:4px 10px; border-radius:100px; font-size:11px; font-weight:800; letter-spacing:0.05em; }
.ys-landing .new-head .see{ font-size:14px; font-weight:700; color:var(--navy); cursor:pointer; }
.ys-landing .new-head .see:hover{ text-decoration:underline; }
.ys-landing .new-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:28px 20px;
}
.ys-landing .stay{
  transition: all .6s cubic-bezier(.2,.8,.2,1);
  cursor:pointer;
}
.ys-landing .stay:hover{ transform:translateY(-4px) !important; }
.ys-landing .stay .thumb{
  position:relative; aspect-ratio:1/1; border-radius:16px; overflow:hidden;
  background:linear-gradient(160deg,var(--navy-lt),var(--navy-dk));
}
/* Single full-bleed imgs only — carousel imgs are in-flow inside .stay-carousel */
.ys-landing .stay .thumb > img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}
.ys-landing .stay .thumb::before{
  content:""; position:absolute; inset:0; z-index:1;
  background:repeating-linear-gradient(135deg,rgba(245,197,24,0.08) 0 14px,transparent 14px 28px);
  pointer-events:none;
}
.ys-landing .stay .thumb:has(img)::before{ display:none; }
.ys-landing .stay .thumb .ph{
  position:absolute; inset:0; display:grid; place-items:center;
  font-family:ui-monospace,Menlo,monospace; font-size:10px; color:rgba(245,197,24,0.9);
  letter-spacing:0.12em; text-align:center; padding:0 12px;
}
.ys-landing .stay .thumb .city-tag{
  position:absolute; top:12px; right:12px; z-index:2;
  background:rgba(0,0,0,0.5); color:#fff; backdrop-filter:blur(8px);
  padding:5px 11px; border-radius:100px; font-size:11px; font-weight:700;
}
.ys-landing .stay .info{ padding-top:12px; }
.ys-landing .stay h4{ font-weight:700; font-size:15px; color:var(--ink); }
.ys-landing .stay .sub{ font-size:14px; color:var(--muted); margin-top:2px; }
.ys-landing .stay .price{ margin-top:6px; font-size:14px; color:var(--ink); }
.ys-landing .stay .price b{ font-weight:700; }

/* FOOTER */
.ys-landing .ys-ft{ background:var(--bg-2); padding:50px 40px 30px; border-top:1px solid var(--line); }
.ys-landing .ft-inner{ max-width:1400px; margin:0 auto; display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap:40px; }
.ys-landing .ys-ft .ft-b p{ font-size:13.5px; color:var(--muted); max-width:300px; margin-top:12px; }
.ys-landing .ys-ft h5{ font-weight:800; font-size:13px; color:var(--ink); margin-bottom:12px; }
.ys-landing .ys-ft a{ display:block; font-size:13.5px; color:var(--muted); padding:4px 0; cursor:pointer; }
.ys-landing .ys-ft a:hover{ color:var(--ink); text-decoration:underline; }
.ys-landing .ys-ft-pay{
  max-width:1400px; margin:32px auto 0; padding-top:28px; border-top:1px solid var(--line-2);
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 20px;
}
.ys-landing .ys-ft-pay .ys-pay-mark{
  display:flex; align-items:center; justify-content:center; height:34px; padding:0 2px;
  opacity:0.86; transition:opacity .15s ease;
}
.ys-landing .ys-ft-pay .ys-pay-mark:hover{ opacity:1; }
.ys-landing .ys-ft-pay .ys-pay-mark img{
  height:26px; width:auto; max-width:58px; object-fit:contain; display:block;
}
.ys-landing .ys-ft-pay .ys-pay-mark--brand img{
  height:32px; max-width:76px;
}
.ys-landing .ft-bot{ max-width:1400px; margin:30px auto 0; padding-top:20px; border-top:1px solid var(--line-2); display:flex; justify-content:space-between; font-size:12px; color:var(--muted); }

@media (max-width:980px){
  .ys-landing .ys-nav{padding:14px 16px;}
  .ys-landing .ys-hero{padding:28px 12px 22px;}
  .ys-landing .ys-hero-inner{grid-template-columns:1fr;gap:32px;text-align:center;}
  .ys-landing .ys-hero-copy .mascot{margin-inline:auto;}
  .ys-landing .ys-hero .sub{margin-inline:auto;}
  .ys-landing .reel-frame{margin-inline:auto; width:min(260px,80%);}
  .ys-landing .ys-search-wrap{max-width:100%;padding:0 10px;margin-top:12px;}
  .ys-landing .ys-search{height:auto;border-radius:20px;flex-direction:column;padding:8px;}
  .ys-landing .ys-search .col{border-left:none;border-bottom:1px solid var(--line);padding:14px 18px;border-radius:14px;width:100%;}
  .ys-landing .ys-search .col b{font-size:15px;line-height:1.35;}
  .ys-landing .ys-search button{width:100%;border-radius:14px;}
  .ys-landing .ys-map-sec,.ys-landing .ys-types-sec,.ys-landing .ys-new-sec,.ys-landing .ys-ft{padding-left:16px;padding-right:16px;}
  .ys-landing .types-grid{grid-template-columns:repeat(3,1fr);}
  .ys-landing .ys-how-sec{padding:56px 20px;}
  .ys-landing .how-grid{grid-template-columns:1fr;gap:14px;}
  .ys-landing .how-grid::before{display:none;}
  .ys-landing .new-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px;}
  .ys-landing .ft-inner{grid-template-columns:1fr 1fr;}
}

@media (max-width:560px){
  .ys-landing .ys-nav{padding:10px 10px;}
  .ys-landing .ys-search-wrap{padding:0 6px;}
  .ys-landing .ys-search .col{padding:12px 12px;}
  .ys-landing .ys-search .col small{font-size:10.5px;}
  .ys-landing .ys-search .col b{font-size:14px;}
  .ys-landing .ys-search-dest-menu{width:min(94vw, 360px); max-height:300px;}
  .ys-landing .ys-search-dest-meta b{font-size:16px;}
  .ys-landing .ys-search-dest-meta small{font-size:12px;}
  .ys-landing .types-grid{grid-template-columns:repeat(2,1fr);}
  .ys-landing .ft-inner{grid-template-columns:1fr;gap:24px;}
  .ys-landing .ys-hero h1{font-size:30px;line-height:1.25;}
  .ys-landing .ys-hero .mascot{width:48px;height:48px;margin-bottom:12px;}
  .ys-landing .reel-frame{width:min(240px,72%);}
}

/* ============================================================
   PROPERTY CARD BADGES (A–J) + PHOTO COUNT
   Scoped under .ysc-card so they work on both .property-card
   and .ys-landing .stay
   ============================================================ */
.ysc-card{ position:relative; }

/* Style A — simple white pill (Guest Favorite) */
.ysc-badge-a{
  position:absolute; top:12px; inset-inline-end:12px;
  background:#fff; color:#1a2d5a;
  padding:6px 12px; border-radius:100px;
  font-size:12px; font-weight:800;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  z-index:3;
}
/* Style B — gold discount pill */
.ysc-badge-b{
  position:absolute; top:12px; inset-inline-end:12px;
  background:#F5C518; color:#1a2d5a;
  padding:6px 12px; border-radius:100px;
  font-size:12px; font-weight:800;
  box-shadow:0 4px 12px rgba(245,197,24,.5);
  z-index:3;
  display:inline-flex; align-items:center; gap:4px;
}
.ysc-badge-b::before{
  content:""; width:8px; height:8px; border-radius:50%; background:#1a2d5a;
}
/* Style C — navy Yassir's Pick */
.ysc-badge-c{
  position:absolute; top:12px; inset-inline-end:12px;
  background:#1a2d5a; color:#fff;
  padding:6px 12px 6px 10px; border-radius:100px;
  font-size:11px; font-weight:700;
  display:inline-flex; align-items:center; gap:6px;
  box-shadow:0 4px 12px rgba(15,29,64,.3);
  z-index:3;
}
.ysc-badge-c::before{
  content:""; width:6px; height:6px; border-radius:50%; background:#F5C518;
  box-shadow:0 0 0 3px rgba(245,197,24,.3);
}
/* Style D — corner ribbon (diagonal) */
.ysc-badge-d{
  position:absolute; top:0; inset-inline-end:0;
  width:100px; height:100px; overflow:hidden; pointer-events:none; z-index:3;
}
.ysc-badge-d span{
  display:block; position:absolute; top:20px;
  inset-inline-end:-30px; width:140px;
  background:#F5C518; color:#1a2d5a;
  padding:6px 0; text-align:center;
  font-size:11px; font-weight:800;
  transform:rotate(45deg);
  box-shadow:0 4px 12px rgba(245,197,24,.5);
}
[dir="rtl"] .ysc-badge-d span{ transform:rotate(-45deg); }
/* Style E — stacked category + limited-offer */
.ysc-badge-e{
  position:absolute; top:12px; inset-inline-end:12px;
  display:flex; flex-direction:column; gap:6px; align-items:flex-end;
  z-index:3;
}
.ysc-badge-e .ysc-pill{
  padding:5px 10px; border-radius:100px;
  font-size:11px; font-weight:800;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}
.ysc-badge-e .ysc-pill-cat{ background:#fff; color:#1a2d5a; }
.ysc-badge-e .ysc-pill-disc{
  background:linear-gradient(135deg,#E63946,#C53030); color:#fff;
  display:inline-flex; align-items:center; gap:4px;
}
.ysc-badge-e .ysc-pill-disc::before{ content:"⚡"; font-size:10px; }
/* Style F — bottom strip rare find */
.ysc-badge-f{
  position:absolute; bottom:12px; left:12px; right:12px;
  background:rgba(26,45,90,.88); backdrop-filter:blur(8px);
  color:#fff; padding:8px 12px; border-radius:12px;
  font-size:12px; font-weight:700;
  display:flex; align-items:center; gap:8px;
  z-index:3;
}
.ysc-badge-f svg{ width:16px; height:16px; stroke:#F5C518; fill:none; stroke-width:2; flex-shrink:0; }
/* Style G — pulsing top-left discount (pairs with A/C/I) */
.ysc-badge-g{
  position:absolute; top:56px; inset-inline-start:12px;
  background:#E63946; color:#fff;
  padding:4px 10px; border-radius:100px;
  font-size:11px; font-weight:800;
  box-shadow:0 4px 12px rgba(230,57,70,.4);
  z-index:3;
  animation: ysc-pulse 2.4s ease-in-out infinite;
}
@keyframes ysc-pulse{
  0%,100%{ transform:scale(1); box-shadow:0 4px 12px rgba(230,57,70,.4); }
  50%    { transform:scale(1.05); box-shadow:0 6px 16px rgba(230,57,70,.55); }
}
/* Style H — shimmer navy Deal of Day */
.ysc-badge-h{
  position:absolute; top:12px; inset-inline-end:12px;
  background:#1a2d5a; color:#F5C518;
  padding:6px 12px; border-radius:100px;
  font-size:11px; font-weight:800;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(15,29,64,.3);
  z-index:3;
}
.ysc-badge-h::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(110deg,transparent 40%,rgba(245,197,24,.35) 50%,transparent 60%);
  transform:translateX(-100%);
  animation: ysc-shimmer 2.5s ease-in-out infinite;
}
@keyframes ysc-shimmer{
  0%{ transform:translateX(-100%); }
  60%,100%{ transform:translateX(100%); }
}
/* Style I — Superhost white pill with star */
.ysc-badge-i{
  position:absolute; top:12px; inset-inline-end:12px;
  background:#fff; color:#1a2d5a;
  padding:5px 10px 5px 8px; border-radius:100px;
  font-size:11px; font-weight:800;
  display:inline-flex; align-items:center; gap:5px;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
  z-index:3;
}
.ysc-badge-i svg{ width:14px; height:14px; fill:#F5C518; }
/* Style J — corner origami fold NEW */
.ysc-badge-j{
  position:absolute; top:0; inset-inline-end:0;
  width:0; height:0;
  border-top:50px solid #F5C518;
  border-inline-start:50px solid transparent;
  z-index:3;
}
.ysc-badge-j-text{
  position:absolute; top:6px; inset-inline-end:4px;
  font-size:10px; font-weight:900; color:#1a2d5a;
  transform:rotate(45deg);
  z-index:4;
}
[dir="rtl"] .ysc-badge-j-text{ transform:rotate(-45deg); }
/* Photo count bottom-left */
.ysc-photo-count{
  position:absolute; bottom:12px; inset-inline-start:12px;
  background:rgba(0,0,0,.55); backdrop-filter:blur(4px);
  color:#fff; padding:4px 10px; border-radius:100px;
  font-size:11px; font-weight:700;
  display:inline-flex; align-items:center; gap:4px;
  z-index:2;
}
.ysc-photo-count svg{ width:12px; height:12px; fill:none; stroke:currentColor; stroke-width:2; }
/* Was-price styling (strikethrough) */
.ysc-was{ color:#8A93A6; text-decoration:line-through; margin-inline-end:6px; font-weight:500; }

/* ----- Landing .stay auto-carousel ----- */
.ys-landing .stay .thumb .stay-carousel{
  position:absolute; inset:0; display:flex; transition:transform .6s cubic-bezier(.2,.8,.2,1);
  direction: ltr;
}
.ys-landing .stay .thumb .stay-carousel img{
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ys-landing .stay .thumb .stay-dots{
  position:absolute; bottom:10px; left:50%; transform:translateX(-50%);
  display:flex; gap:4px; z-index:3;
}
.ys-landing .stay .thumb .stay-dots span{
  width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.5);
}
.ys-landing .stay .thumb .stay-dots span.on{ background:#fff; width:16px; border-radius:3px; }

/* Yassir holding heart balloon — favorite toggle (bottom-left of photo) */
.ys-landing .stay .thumb .yas-fav{
  position:absolute; bottom:10px; left:10px; right:auto; top:auto;
  transform: none;
  width:50px; height:88px;
  border:none; background:transparent; padding:0; cursor:pointer; z-index:6;
}
.ys-landing .yas-fav svg{ display:block; overflow:visible; }
.ys-landing .yas-fav .heart-fill{
  fill:#fff; stroke:#FF385C; stroke-width:2;
  transition: fill .25s ease, transform .25s cubic-bezier(.2,.9,.2,1.1);
  transform-origin:center;
}
.ys-landing .yas-fav.is-fav .heart-fill{ fill:#FF385C; }
.ys-landing .yas-fav:hover .heart-fill{ transform: scale(1.15); }
.ys-landing .yas-fav:active .heart-fill{ transform: scale(.92); }
.ys-landing .yas-fav .balloon-grp{
  transform-origin: 14px 8px;
  animation: yasSway 4.2s ease-in-out infinite;
}
.ys-landing .yas-fav:hover .balloon-grp{ animation-duration: 1.4s; }
@keyframes yasSway {
  0%, 100% { transform: rotate(-5deg); }
  50%      { transform: rotate(5deg);  }
}
@media (prefers-reduced-motion: reduce){
  .ys-landing .yas-fav .balloon-grp{ animation: none; }
}
