.booking-shell{background:var(--bk-white);flex-direction:column;min-height:100vh;display:flex}.booking-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #2563eb1a;position:sticky;top:0}.booking-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:min(1180px,100% - 2rem);margin:0 auto;padding:.85rem 0;display:grid}.booking-header__brand{align-items:center;gap:.65rem;min-width:0;text-decoration:none;display:flex}.booking-header__mark{border:1.5px solid var(--bk-forest);width:2.15rem;height:2.15rem;color:var(--bk-forest);font-family:var(--bk-display);border-radius:50%;flex-shrink:0;place-items:center;font-size:1rem;font-weight:700;display:grid}.booking-header__name{font-family:var(--bk-display);letter-spacing:.04em;text-transform:uppercase;color:var(--bk-forest);font-size:1.05rem;font-weight:700;line-height:1.15}.booking-header__nav{color:var(--bk-ink);flex-wrap:wrap;justify-content:center;gap:.15rem 1.15rem;font-size:.88rem;font-weight:500;display:flex}.booking-header__nav a{color:inherit;border-bottom:2px solid #0000;padding:.25rem 0;text-decoration:none}.booking-header__nav a.active,.booking-header__nav a:hover{color:var(--bk-forest);border-bottom-color:var(--bk-forest)}.booking-header__aside{align-items:center;gap:.85rem;display:flex}.booking-header__login{color:var(--bk-forest);white-space:nowrap;padding:.35rem .15rem;font-size:.9rem;font-weight:700;text-decoration:none}.booking-header__login:hover{text-decoration:underline}.booking-header__user{position:relative}.booking-header__user-btn{cursor:pointer;color:var(--bk-ink);font:inherit;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5rem;padding:.15rem .2rem;display:flex}.booking-header__avatar{object-fit:cover;border:2px solid #2563eb1f;border-radius:50%;width:2.1rem;height:2.1rem;display:block}.booking-header__hi{color:var(--bk-ink);font-size:.92rem;font-weight:600}.booking-header__chev{color:var(--bk-muted);font-size:.7rem;line-height:1;transition:transform .15s}.booking-header__user.is-open .booking-header__chev{transform:rotate(180deg)}.booking-header__menu{z-index:50;background:#fff;border:1px solid #0132201a;border-radius:10px;gap:.1rem;min-width:11.5rem;padding:.35rem;display:grid;position:absolute;top:calc(100% + .45rem);right:0;box-shadow:0 12px 32px #0132201f}.booking-header__menu a,.booking-header__menu button{text-align:left;width:100%;font:inherit;color:var(--bk-ink);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.55rem .75rem;font-size:.88rem;font-weight:500;text-decoration:none;display:block}.booking-header__menu a:hover,.booking-header__menu button:hover{background:var(--bk-forest-soft);color:var(--bk-forest)}.booking-header__menu-logout{border-top:1px solid #01322014;margin-top:.15rem;color:#b42318!important;border-radius:0 0 7px 7px!important}.booking-header__menu-logout:hover{color:#912018!important;background:#fef3f2!important}@media (width<=640px){.booking-header__hi{display:none}}.booking-shell--auth .booking-main{width:100%;max-width:none;margin:0;padding:0}.booking-header__cta{white-space:nowrap;border-radius:8px;padding:.65rem 1.15rem}.booking-main{flex:1;width:min(1120px,100% - 2rem);margin:0 auto;padding:1.35rem 0 2.5rem}.booking-shell--home .booking-main{width:100%;max-width:none;margin:0;padding:0}.booking-footer{--ft-ink:#0f2744;--ft-muted:#5b6b7c;--ft-line:#d7e3f0;--ft-gold:#c9a227;--ft-soft:#e8f2fc;color:var(--ft-ink);background:radial-gradient(70% 55% at 12% 100%,#93c5fd59 0%,#0000 55%),radial-gradient(60% 50% at 88% 100%,#bfdbfe66 0%,#0000 50%),linear-gradient(#f7fbff 0%,#eef6ff 55%,#e8f2fc 100%);margin-top:auto;position:relative;overflow:hidden}.booking-footer__inner{z-index:1;width:min(1180px,100% - 2rem);margin:0 auto;position:relative}.booking-footer__grid{grid-template-columns:1.35fr .85fr 1.15fr 1.15fr;gap:2rem 1.75rem;padding:3.25rem 0 1.75rem;display:grid}.booking-footer__logo{align-items:center;gap:.7rem;margin-bottom:.9rem;display:flex}.booking-footer__mark{border:1.5px solid var(--ft-gold);width:2.35rem;height:2.35rem;color:var(--ft-gold);font-family:var(--bk-display);background:#c9a22714;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.05rem;font-weight:700;display:grid}.booking-footer__name{flex-direction:column;gap:.1rem;min-width:0;display:flex}.booking-footer__name strong{font-family:var(--bk-display);letter-spacing:.04em;text-transform:uppercase;color:var(--ft-ink);font-size:1.05rem;font-weight:700}.booking-footer__name span{letter-spacing:.12em;text-transform:uppercase;color:var(--ft-muted);font-size:.68rem;font-weight:600}.booking-footer__brand p{max-width:30ch;color:var(--ft-ink);margin:0;font-size:.9rem;line-height:1.55}.booking-footer__social{gap:.55rem;margin-top:1.15rem;display:flex}.booking-footer__social-link{border-radius:50%;place-items:center;width:2.15rem;height:2.15rem;text-decoration:none;transition:transform .15s,filter .15s;display:grid}.booking-footer__social-link svg{width:1.05rem;height:1.05rem;display:block}.booking-footer__social-link:hover{filter:brightness(1.06);transform:translateY(-1px)}.booking-footer__social-link--fb{color:#fff;background:#1877f2}.booking-footer__social-link--ig{color:#fff;background:linear-gradient(45deg,#f58529,#dd2a7b 50%,#8134af)}.booking-footer__social-link--in{color:#fff;background:#0a66c2}.booking-footer__social-link--yt{color:#fff;background:red}.booking-footer__connected{color:var(--ft-muted);align-items:center;gap:.55rem;margin:.95rem 0 0;font-size:.78rem;font-weight:600;display:inline-flex}.booking-footer__connected span{background:var(--ft-gold);width:1.65rem;height:1.5px;display:inline-block}.booking-footer h3{font-family:var(--bk-display);color:var(--ft-ink);margin:0 0 .95rem;font-size:1.15rem;font-weight:700}.booking-footer ul{gap:.55rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:grid}.booking-footer__links a{color:var(--ft-ink);justify-content:space-between;align-items:center;gap:.75rem;padding:.1rem 0;text-decoration:none;display:flex}.booking-footer__links a span{color:#94a3b8;font-size:.95rem}.booking-footer__links a:hover{color:var(--bk-forest)}.booking-footer__contact li{color:var(--ft-ink);align-items:flex-start;gap:.65rem;line-height:1.45;display:flex}.booking-footer__icon{color:#1e3a5f;background:#eaf3fc;border:1px solid #cfe0f2;border-radius:50%;flex-shrink:0;place-items:center;width:1.85rem;height:1.85rem;margin-top:.05rem;display:grid}.booking-footer__icon svg{width:.95rem;height:.95rem}.booking-footer__news{position:relative}.booking-footer__script{font-family:var(--bk-script);color:var(--ft-gold);margin:0 0 .2rem;font-size:1.7rem;line-height:1}.booking-footer__news-copy{color:var(--ft-muted)!important;max-width:none!important;margin:0 0 .85rem!important;font-size:.88rem!important;line-height:1.45!important}.booking-footer__form{align-items:stretch;gap:.45rem;display:flex}.booking-footer__email{border:1px solid var(--ft-line);color:#94a3b8;background:#fff;border-radius:10px;flex:1;align-items:center;gap:.45rem;min-width:0;padding:0 .75rem;display:flex}.booking-footer__email svg{flex-shrink:0;width:1rem;height:1rem}.booking-footer__email input{color:var(--ft-ink);font:inherit;min-width:0;box-shadow:none;background:0 0;border:0;outline:none;flex:1;padding:.7rem 0}.booking-footer__email input::placeholder{color:#94a3b8}.booking-footer__form button{background:var(--ft-ink);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;width:2.75rem;font-size:1.1rem;font-weight:700}.booking-footer__form button:hover{background:#163456}.booking-footer__consent{color:var(--ft-muted);cursor:pointer;align-items:flex-start;gap:.45rem;margin-top:.7rem;font-size:.75rem;display:flex}.booking-footer__consent input{accent-color:var(--bk-forest);margin-top:.15rem}.booking-footer__motto{text-transform:uppercase;letter-spacing:.16em!important;color:#8aa0b5!important;max-width:none!important;margin:1.35rem 0 0!important;font-size:.68rem!important;font-weight:700!important}.booking-footer__deco{color:#93c5fd;pointer-events:none;opacity:.55;width:140px;position:absolute;bottom:-.25rem;right:-.5rem}.booking-footer__deco svg{width:100%;height:auto;display:block}.booking-footer__bar{color:var(--ft-muted);border-top:1px solid #94a3b859;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0 1.35rem;font-size:.8rem;display:flex}.booking-footer__powered{color:var(--ft-muted);letter-spacing:.02em;white-space:nowrap;text-decoration:none}.booking-footer__powered strong{color:var(--bk-forest);font-weight:700}.booking-footer__powered:hover{color:var(--ft-ink)}.booking-footer__powered:hover strong{filter:brightness(1.05)}@media (width<=720px){.booking-footer__bar{flex-direction:column;align-items:flex-start}}@media (width<=980px){.booking-header__inner{grid-template-columns:1fr auto}.booking-header__nav{display:none}.booking-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.booking-footer__grid{grid-template-columns:1fr}.booking-footer__deco{display:none}}.hd-page{--hd-blue:#2563eb;--hd-blue-hover:#1d4ed8;--hd-blue-soft:#eff6ff;--hd-ink:#0f172a;--hd-muted:#64748b;--hd-line:#e2e8f0;--hd-green:#16a34a;--hd-green-soft:#ecfdf5;--hd-amber:#d97706;--hd-amber-soft:#fffbeb;--hd-radius:16px;--hd-font:"Outfit", system-ui, sans-serif;--hd-hand:"Caveat", cursive;min-height:100dvh;color:var(--hd-ink);font-family:var(--hd-font);background:#f8fafc}.hd-header{border-bottom:1px solid var(--hd-line);background:#fff;position:relative}.hd-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto;padding:.85rem 1.25rem;display:flex}.hd-header-left,.hd-header-right{align-items:center;gap:1.1rem;display:flex}.hd-brand{color:var(--hd-blue);letter-spacing:-.03em;align-items:center;gap:.55rem;font-size:1.2rem;font-weight:800;text-decoration:none;display:inline-flex}.hd-brand-text{align-items:baseline;gap:.35rem;display:inline-flex}.hd-brand-sub{color:#1e40af;letter-spacing:-.02em;font-size:.92em;font-weight:600}.hd-logo-mark{background:var(--hd-blue);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 8px 18px #2563eb47}.hd-nav-link{color:var(--hd-muted);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.hd-nav-link:hover,.hd-nav-link.is-active{color:var(--hd-blue)}.hd-signin{color:var(--hd-blue);background:#fff;border:1.5px solid #2563eb59;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .95rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.hd-signin:hover{background:var(--hd-blue-soft)}.hd-hero{background:radial-gradient(55% 80% at 88% 18%,#bfdbfea6 0%,#0000 55%),radial-gradient(45% 70% at 8% 88%,#dbeafe8c 0%,#0000 50%),linear-gradient(165deg,#f0f7ff 0%,#f8fbff 42%,#fff 100%);border-bottom:1px solid #e2e8f0b3;position:relative;overflow:hidden}.hd-hero-inner{z-index:1;flex-direction:column;gap:1.75rem;max-width:1180px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;display:flex;position:relative}.hd-search{color:var(--hd-ink);background:#fff;border:1px solid #e2e8f0e6;border-radius:999px;grid-template-columns:minmax(0,1fr) auto auto;align-items:stretch;gap:.65rem;padding:.45rem .45rem .45rem .85rem;display:grid;box-shadow:0 14px 40px #0f172a14}.hd-search-field{min-width:0;color:var(--hd-blue);align-items:center;gap:.65rem;margin:0;padding:.25rem .35rem;display:flex}.hd-search-field span{flex-direction:column;flex:1;min-width:0;display:flex}.hd-search-field small{color:var(--hd-muted);letter-spacing:.01em;font-size:.7rem;font-weight:700}.hd-search-field input{width:100%;font:inherit;color:var(--hd-ink);box-shadow:none;background:0 0;border:0;outline:none;padding:.1rem 0 0;font-size:.95rem;font-weight:600}.hd-search-field input::placeholder{color:#94a3b8;font-weight:500}.hd-detect{color:var(--hd-blue);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:0 .85rem;font-size:.9rem;font-weight:700;display:inline-flex}.hd-detect:hover{background:var(--hd-blue-soft)}.hd-detect:disabled{opacity:.7;cursor:wait}.hd-search-btn{background:var(--hd-blue);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-height:48px;padding:0 1.35rem;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 10px 22px #2563eb4d}.hd-search-btn:hover{background:var(--hd-blue-hover)}.hd-hero-body{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr);align-items:center;gap:2rem;display:grid}.hd-hero-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--hd-muted);margin:0 0 .65rem;font-size:.72rem;font-weight:700}.hd-hero-copy h1{letter-spacing:-.04em;color:var(--hd-ink);max-width:14ch;margin:0 0 .75rem;font-size:clamp(2.1rem,4.2vw,3.15rem);font-weight:800;line-height:1.1}.hd-hero-copy h1 span{color:var(--hd-blue)}.hd-hero-sub{color:var(--hd-muted);max-width:36rem;margin:0 0 1.5rem;font-size:1.02rem;line-height:1.55}.hd-feature-cards{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.hd-feature-cards li{border:1px solid var(--hd-line);background:#fff;border-radius:14px;align-items:center;gap:.65rem;min-width:min(100%,168px);padding:.7rem .9rem;display:inline-flex;box-shadow:0 8px 20px #0f172a0a}.hd-feature-cards strong{color:var(--hd-ink);letter-spacing:-.01em;font-size:.82rem;font-weight:700;display:block}.hd-feature-cards small{color:var(--hd-muted);margin-top:.15rem;font-size:.72rem;font-weight:500;display:block}.hd-feature-icon{border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.hd-feature-icon svg{width:18px;height:18px}.hd-feature-icon--blue{color:var(--hd-blue);background:#eff6ff}.hd-feature-icon--red{color:#ef4444;background:#fef2f2}.hd-feature-icon--green{color:var(--hd-green);background:#ecfdf5}.hd-hero-visual{justify-content:center;align-items:center;min-height:320px;display:flex;position:relative}.hd-hero-hand{font-family:var(--hd-hand);color:var(--hd-blue);z-index:2;text-align:right;max-width:9rem;margin:0;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:700;line-height:1.15;position:absolute;top:6%;right:2%;transform:rotate(6deg)}.hd-hero-hand:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32' fill='none'%3E%3Cpath d='M4 8c12 2 24 14 36 16' stroke='%232563eb' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M34 16l8 8-10 2' stroke='%232563eb' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;width:42px;height:28px;margin:.15rem 0 0 auto;display:block}.hd-hero-plate{aspect-ratio:1;background:#fff;border:8px solid #fff;border-radius:50%;width:min(300px,72%);overflow:hidden;box-shadow:0 24px 50px #2563eb29,0 0 0 1px #e2e8f0d9}.hd-hero-plate img{object-fit:cover;width:100%;height:100%;display:block}.hd-hero-loc{z-index:3;border:1px solid var(--hd-line);color:var(--hd-ink);cursor:pointer;text-align:left;font:inherit;background:#fff;border-radius:14px;align-items:center;gap:.55rem;max-width:220px;padding:.65rem .8rem;display:inline-flex;position:absolute;bottom:8%;right:4%;box-shadow:0 14px 30px #0f172a1a}.hd-hero-loc:hover{border-color:#bfdbfe}.hd-hero-loc__pin{background:var(--hd-blue-soft);width:32px;height:32px;color:var(--hd-blue);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.hd-hero-loc strong{font-size:.82rem;font-weight:700;display:block}.hd-hero-loc small{color:var(--hd-muted);margin-top:.1rem;font-size:.72rem;display:block}.hd-hero-loc>svg{color:var(--hd-muted);flex-shrink:0}.hd-main{max-width:1180px;margin:0 auto;padding:1.35rem 1.25rem 3rem}.hd-filters{scrollbar-width:thin;gap:.55rem;margin-bottom:1.15rem;padding:.15rem 0 .5rem;display:flex;overflow-x:auto}.hd-chip{border:1px solid var(--hd-line);color:#0f172a;background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.58rem 1rem;font-size:.875rem;font-weight:600;transition:border-color .15s,box-shadow .15s,background .15s;display:inline-flex}.hd-chip:hover{border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb14}.hd-chip.is-active{background:var(--hd-blue);border-color:var(--hd-blue);color:#fff;box-shadow:0 8px 18px #2563eb47}.hd-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.2rem;display:flex}.hd-toolbar h2{letter-spacing:-.02em;color:var(--hd-ink);margin:0 0 .25rem;font-size:1.35rem;font-weight:800}.hd-toolbar p{color:var(--hd-muted);margin:0;font-size:.92rem}.hd-toolbar-actions{align-items:center;gap:.65rem;display:flex}.hd-sort{color:var(--hd-muted);align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;display:inline-flex}.hd-sort select{border:1px solid var(--hd-line);width:auto;color:var(--hd-ink);background:#fff;border-radius:999px;padding:.45rem .85rem;font-size:.875rem;font-weight:700}.hd-view-toggle{border:1px solid var(--hd-line);background:#fff;border-radius:999px;display:inline-flex;overflow:hidden}.hd-view-toggle button{color:var(--hd-muted);background:0 0;border:0;place-items:center;width:38px;height:34px;display:grid}.hd-view-toggle button.is-active{background:var(--hd-blue);color:#fff}.hd-grid{gap:1.15rem;display:grid}.hd-grid--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hd-grid--list{grid-template-columns:1fr}.hd-card{border-radius:var(--hd-radius);background:#fff;border:1px solid #0f172a0f;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 30px #0f172a0d}.hd-card--list{flex-direction:row}.hd-card--list .hd-card-media{aspect-ratio:auto;flex-shrink:0;align-self:stretch;width:280px;min-height:180px}.hd-card-media{aspect-ratio:16/11;background:#e2e8f0;flex-shrink:0;width:100%;position:relative;overflow:hidden}.hd-card-media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hd-card-rating{color:#fff;background:#0f172ad1;border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:.7rem;left:.7rem}.hd-card-heart{color:#64748b;background:#fffffff2;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:.65rem;right:.65rem;box-shadow:0 6px 14px #0f172a1f}.hd-card-body{flex-direction:column;flex:1;gap:.45rem;padding:1rem 1.05rem 1.1rem;display:flex}.hd-card-body h3{letter-spacing:-.02em;color:var(--hd-ink);margin:0;font-size:1.12rem;font-weight:800}.hd-card-loc{color:var(--hd-muted);align-items:flex-start;gap:.35rem;margin:0;font-size:.82rem;font-weight:500;line-height:1.35;display:flex}.hd-card-loc svg{color:#94a3b8;flex-shrink:0;margin-top:.1rem}.hd-card-amenities{color:var(--hd-muted);gap:.55rem;display:flex}.hd-card-tags{flex-wrap:wrap;gap:.4rem;display:flex}.hd-tag{border-radius:999px;padding:.28rem .55rem;font-size:.72rem;font-weight:700}.hd-tag--green{background:var(--hd-green-soft);color:var(--hd-green)}.hd-tag--blue{background:var(--hd-blue-soft);color:var(--hd-blue)}.hd-tag--amber{background:var(--hd-amber-soft);color:var(--hd-amber)}.hd-card-footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.55rem;display:flex}.hd-card-price{color:var(--hd-muted);margin:0;font-size:.85rem}.hd-card-price strong{color:var(--hd-ink);letter-spacing:-.02em;font-size:1.1rem}.hd-btn-primary{background:var(--hd-blue);color:#fff;white-space:nowrap;border:0;border-radius:12px;justify-content:center;align-items:center;padding:.7rem 1.1rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.hd-btn-primary:hover{background:var(--hd-blue-hover)}.hd-btn-outline{border:1.5px solid var(--hd-blue);color:var(--hd-blue);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1.6rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 8px 20px #2563eb14}.hd-btn-outline:hover{background:var(--hd-blue-soft)}.hd-results-more{text-align:center;flex-direction:column;align-items:center;gap:.65rem;margin-top:1.75rem;display:flex}.hd-results-more p{color:var(--hd-muted);margin:0;font-size:.9rem}.hd-empty{text-align:center;border-radius:var(--hd-radius);border:1px solid var(--hd-line);background:#fff;padding:3rem 1rem}.hd-why{background:var(--hd-blue-soft);border-top:1px solid #dbeafe;border-bottom:1px solid #dbeafe}.hd-why-inner{grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);align-items:start;gap:2rem;max-width:1180px;margin:0 auto;padding:2.75rem 1.25rem;display:grid}.hd-why-intro h2{letter-spacing:-.03em;margin:0 0 .5rem;font-size:1.6rem}.hd-why-intro p{color:var(--hd-muted);margin:0;line-height:1.55}.hd-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.hd-why-item{background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:1.1rem 1.15rem}.hd-why-icon{background:var(--hd-blue-soft);width:42px;height:42px;color:var(--hd-blue);border-radius:12px;place-items:center;margin-bottom:.7rem;display:grid}.hd-why-item h3{margin:0 0 .35rem;font-size:1rem}.hd-why-item p{color:var(--hd-muted);margin:0;font-size:.88rem;line-height:1.45}.hd-destinations-inner{max-width:1180px;margin:0 auto;padding:2.75rem 1.25rem 1rem}.hd-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.15rem;display:flex}.hd-section-head h2{letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.45rem}.hd-section-head p{color:var(--hd-muted);margin:0}.hd-link{color:var(--hd-blue);font-size:.9rem;font-weight:700;text-decoration:none}.hd-dest-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.85rem;display:grid}.hd-dest-card{aspect-ratio:3/4;cursor:pointer;color:inherit;background:#cbd5e1;border:0;border-radius:14px;padding:0;text-decoration:none;display:block;position:relative;overflow:hidden}.hd-dest-card img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.hd-dest-card:hover img{transform:scale(1.05)}.hd-dest-meta{color:#fff;text-align:left;background:linear-gradient(#0000,#0f172abf);flex-direction:column;gap:.1rem;padding:1.5rem .75rem .75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.hd-dest-meta strong{font-size:.95rem}.hd-dest-meta small{opacity:.9}.hd-newsletter{padding:1.5rem 1.25rem 3rem}.hd-newsletter-inner{background:var(--hd-blue-soft);border:1px solid #dbeafe;border-radius:20px;grid-template-columns:1.2fr 1fr;align-items:center;gap:1.25rem;max-width:1180px;margin:0 auto;padding:1.75rem 1.5rem;display:grid}.hd-newsletter-copy{align-items:flex-start;gap:1rem;display:flex}.hd-newsletter-icon{width:52px;height:52px;color:var(--hd-blue);background:#fff;border-radius:14px;flex-shrink:0;place-items:center;display:grid;box-shadow:0 8px 18px #2563eb1f}.hd-newsletter-copy h2{letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.35rem}.hd-newsletter-copy p{color:var(--hd-muted);margin:0;font-size:.9rem}.hd-newsletter-form{gap:.55rem;display:flex}.hd-newsletter-form input{border:1px solid var(--hd-line);font:inherit;background:#fff;border-radius:12px;flex:1;padding:.8rem .95rem}.hd-newsletter-done{color:var(--hd-green);grid-column:1/-1;margin:0;font-size:.9rem;font-weight:700}.hd-footer{border-top:1px solid var(--hd-line);background:#f1f5f9}.hd-footer-inner{grid-template-columns:1.3fr repeat(4,minmax(0,1fr));gap:1.5rem;max-width:1180px;margin:0 auto;padding:2.5rem 1.25rem 1.5rem;display:grid}.hd-footer-brand p{color:var(--hd-muted);max-width:22ch;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.hd-social{gap:.45rem;display:flex}.hd-social span,.hd-store-badges span{border:1px solid var(--hd-line);min-width:36px;height:32px;color:var(--hd-muted);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.hd-footer h4{margin:0 0 .75rem;font-size:.92rem}.hd-footer a{color:var(--hd-muted);margin-bottom:.45rem;font-size:.88rem;text-decoration:none;display:block}.hd-footer a:hover{color:var(--hd-blue)}.hd-store-badges{flex-direction:column;gap:.45rem;margin-bottom:.85rem;display:flex}.hd-locale{gap:.45rem;display:flex}.hd-locale select{border:1px solid var(--hd-line);background:#fff;border-radius:8px;width:auto;padding:.4rem .55rem;font-size:.8rem;font-weight:600}.hd-footer-bottom{border-top:1px solid var(--hd-line);max-width:1180px;color:var(--hd-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:0 auto;padding:1rem 1.25rem 1.35rem;font-size:.85rem;display:flex}.hd-footer-bottom p{margin:0}@media (width<=1100px){.hd-grid--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-dest-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hd-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-hero-body{grid-template-columns:1fr}.hd-hero-visual{order:-1;min-height:280px}.hd-hero-hand{top:0;right:8%}}@media (width<=800px){.hd-why-inner,.hd-newsletter-inner,.hd-why-grid{grid-template-columns:1fr}.hd-card--list{flex-direction:column}.hd-card--list .hd-card-media{aspect-ratio:16/11;width:100%}.hd-header-right .hd-nav-link:not(.hd-nav-saved){display:none}.hd-search{border-radius:20px;grid-template-columns:1fr;padding:.75rem}.hd-detect,.hd-search-btn{width:100%;min-height:44px}}@media (width<=560px){.hd-grid--grid,.hd-dest-grid{grid-template-columns:1fr}.hd-newsletter-form{flex-direction:column}.hd-brand-sub{display:none}.hd-feature-cards{flex-direction:column}.hd-hero-loc{bottom:0;left:50%;right:0;transform:translate(-50%)}}.dsf{--dsf-blue:#2563eb;--dsf-ink:#0f172a;--dsf-muted:#64748b;--dsf-line:#dbe3ef;--dsf-font:"Outfit", system-ui, sans-serif;--dsf-script:"Caveat", "Great Vibes", cursive;border-top:1px solid var(--dsf-line);color:var(--dsf-ink);font-family:var(--dsf-font);background:linear-gradient(#f4f8ff 0%,#eef4fc 55%,#f8fbff 100%);margin-top:1.5rem}.dsf-inner{grid-template-columns:1.35fr repeat(3,minmax(0,1fr)) 1.25fr;align-items:start;gap:1.75rem 1.5rem;max-width:1180px;margin:0 auto;padding:2.75rem 1.25rem 2rem;display:grid}.dsf-logo{color:var(--dsf-blue);letter-spacing:-.03em;align-items:center;gap:.55rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:800;display:inline-flex}.dsf-logo-mark{background:var(--dsf-blue);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 8px 18px #2563eb47}.dsf-brand p{color:var(--dsf-muted);max-width:24ch;margin:0 0 1rem;font-size:.9rem;line-height:1.55}.dsf-social{gap:.55rem;margin-bottom:1rem;display:flex}.dsf-social-btn{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.dsf-social-btn svg{width:15px;height:15px}.dsf-social-btn:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a1f}.dsf-social-btn--fb{background:#1877f2}.dsf-social-btn--ig{background:linear-gradient(135deg,#f58529,#dd2a7b 45%,#8134af)}.dsf-social-btn--in{background:#0a66c2}.dsf-social-btn--yt{background:red}.dsf-script{color:#7aa2ff;font-family:var(--dsf-script);flex-direction:column;align-items:flex-start;gap:.1rem;margin:0;font-size:1.45rem;font-weight:700;line-height:1.1;display:inline-flex}.dsf-script-swoosh{color:#93b4ff;width:148px;height:14px}.dsf h4{color:#0b1b3a;margin:0 0 .95rem;font-size:.98rem;font-weight:800}.dsf-link{color:var(--dsf-muted);align-items:center;gap:.55rem;margin-bottom:.7rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.dsf-link:hover{color:var(--dsf-blue)}.dsf-link-icon{color:#8ea0b8;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.dsf-apps{border-left:1px solid var(--dsf-line);padding-left:1.25rem}.dsf-apps-copy{color:var(--dsf-muted);margin:0 0 .95rem;font-size:.86rem;line-height:1.45}.dsf-store-row{flex-direction:column;gap:.55rem;margin-bottom:.95rem;display:flex}.dsf-store-btn{color:#fff;background:#111827;border-radius:10px;align-items:center;gap:.65rem;width:fit-content;min-width:168px;padding:.45rem .85rem;text-decoration:none;display:inline-flex;box-shadow:0 8px 18px #0f172a2e}.dsf-store-btn svg{flex-shrink:0;width:22px;height:22px}.dsf-store-btn span{flex-direction:column;line-height:1.1;display:flex}.dsf-store-btn small{letter-spacing:.04em;opacity:.85;font-size:.62rem}.dsf-store-btn strong{font-size:.92rem;font-weight:700}.dsf-locale{flex-wrap:wrap;gap:.55rem;display:flex}.dsf-select{border:1px solid var(--dsf-line);min-width:112px;color:var(--dsf-muted);background:#fff;border-radius:10px;align-items:center;gap:.35rem;padding:.45rem .55rem;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.dsf-select select{appearance:none;font:inherit;color:var(--dsf-ink);cursor:pointer;background:0 0;border:0;outline:none;flex:1;min-width:0;padding-right:.15rem;font-size:.84rem;font-weight:700}.dsf-rupee{color:var(--dsf-blue);font-size:.9rem;font-weight:800;line-height:1}.dsf-bottom{background:linear-gradient(#f4f8ff33 0%,#eef4fcd9 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 90' fill='%23c7d7f0'%3E%3Cpath d='M0 90V58l28-18 22 12 18-28 24 18 20-10 16 22 26-34 30 28 22-16 18 20 34-40 28 24 20-12 24 18 30-26 26 20 22-14 18 16 40-32 26 18 22-10 30 22V90z' opacity='.35'/%3E%3Cpath d='M180 90V42l18 12 14-22 16 14 12-8 20 18V90zM420 90V28l16 20 22-30 18 16 14-10 24 26V90zM720 90V36l20 14 18-24 16 12 22-16 18 20V90zM980 90V40l24-18 16 14 20-24 18 16 22-12 14 18V90z' opacity='.45'/%3E%3C/svg%3E") bottom/min(1200px,100%) no-repeat;border-top:1px solid #94a3b847;position:relative}.dsf-bottom-inner{max-width:1180px;color:var(--dsf-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:0 auto;padding:1.05rem 1.25rem 1.25rem;font-size:.86rem;font-weight:600;display:flex}.dsf-bottom-inner p{margin:0}@media (width<=1100px){.dsf-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.dsf-apps{border-left:0;border-top:1px solid var(--dsf-line);grid-column:1/-1;padding-top:1.25rem;padding-left:0}}@media (width<=640px){.dsf-inner{grid-template-columns:1fr;padding-top:2rem}.dsf-bottom-inner{flex-direction:column}}.hb-page{--hb-blue:#2563eb;--hb-blue-hover:#1d4ed8;--hb-blue-soft:#eff6ff;--hb-ink:#0f172a;--hb-muted:#64748b;--hb-line:#e2e8f0;--hb-green:#16a34a;--hb-green-soft:#ecfdf5;--hb-amber:#d97706;--hb-amber-soft:#fffbeb;--hb-radius:16px;--hb-font:"Outfit", system-ui, sans-serif;min-height:100dvh;color:var(--hb-ink);font-family:var(--hb-font);background:radial-gradient(55% 45% at 90% 0,#bfdbfe73 0%,#0000 55%),radial-gradient(45% 40% at 5% 15%,#dbeafe66 0%,#0000 50%),linear-gradient(#f5f9ff 0%,#f8fafc 40%,#fff 100%)}.hb-header{border-bottom:1px solid var(--hb-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;background:#ffffffeb;position:sticky;top:0}.hb-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto;padding:.85rem 1.25rem;display:flex}.hb-brand{color:var(--hb-blue);letter-spacing:-.03em;align-items:center;gap:.55rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.hb-brand-text{align-items:baseline;gap:.35rem;display:inline-flex}.hb-brand-sub{color:#1e40af;font-size:.92em;font-weight:600}.hb-logo-mark{background:var(--hb-blue);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 8px 18px #2563eb47}.hb-header-right{align-items:center;gap:1.1rem;display:flex}.hb-nav-link{color:var(--hb-muted);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.hb-nav-link:hover{color:var(--hb-blue)}.hb-main{max-width:1180px;margin:0 auto;padding:1.35rem 1.25rem 3rem}.hb-search{background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;grid-template-columns:minmax(0,1fr) auto auto;align-items:stretch;gap:.55rem;margin-bottom:1.1rem;padding:.4rem .4rem .4rem .85rem;display:grid;box-shadow:0 14px 40px #0f172a14}.hb-search-field{min-width:0;color:var(--hb-blue);align-items:center;gap:.6rem;margin:0;display:flex}.hb-search-field span{flex-direction:column;flex:1;min-width:0;display:flex}.hb-search-field small{color:var(--hb-muted);font-size:.7rem;font-weight:700}.hb-search-field input{width:100%;font:inherit;color:var(--hb-ink);box-shadow:none;background:0 0;border:0;outline:none;padding:.05rem 0 0;font-size:.95rem;font-weight:600}.hb-detect{color:var(--hb-blue);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:.4rem;padding:0 .75rem;font-size:.9rem;font-weight:700;display:inline-flex}.hb-detect:hover{background:var(--hb-blue-soft)}.hb-search-btn{background:var(--hb-blue);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 22px #2563eb4d}.hb-search-btn:hover{background:var(--hb-blue-hover)}.hb-filters{scrollbar-width:thin;gap:.55rem;margin-bottom:1.25rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.hb-chip{border:1px solid var(--hb-line);color:#0f172a;cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.875rem;font-weight:600;display:inline-flex}.hb-chip.is-active{background:var(--hb-blue);border-color:var(--hb-blue);color:#fff;box-shadow:0 8px 18px #2563eb40}.hb-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.2rem;display:flex}.hb-toolbar h1{letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.45rem;font-weight:800}.hb-toolbar p{color:var(--hb-muted);margin:0;font-size:.92rem}.hb-sort{color:var(--hb-muted);align-items:center;gap:.45rem;font-size:.875rem;font-weight:600;display:inline-flex}.hb-sort select{border:1px solid var(--hb-line);width:auto;color:var(--hb-ink);background:#fff;border-radius:999px;padding:.45rem .85rem;font-size:.875rem;font-weight:700}.hb-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;display:grid}.hb-card{border-radius:var(--hb-radius);background:#fff;border:1px solid #0f172a0f;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 28px #0f172a0d}.hb-card-media{aspect-ratio:16/11;background:#e2e8f0;position:relative;overflow:hidden}.hb-card-media img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.hb-card-rating{color:#fff;background:#0f172ad1;border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex;position:absolute;top:.65rem;left:.65rem}.hb-card-heart{color:#64748b;cursor:pointer;background:#fffffff2;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:.6rem;right:.6rem;box-shadow:0 6px 14px #0f172a1f}.hb-card-body{flex-direction:column;flex:1;gap:.4rem;padding:.9rem .95rem 1rem;display:flex}.hb-card-body h3{letter-spacing:-.02em;margin:0;font-size:1.02rem;font-weight:800}.hb-card-loc{color:var(--hb-muted);align-items:flex-start;gap:.3rem;margin:0;font-size:.78rem;line-height:1.35;display:flex}.hb-card-loc svg{color:#94a3b8;flex-shrink:0;margin-top:.1rem}.hb-card-amenities{color:#94a3b8;gap:.5rem;display:flex}.hb-card-tags{flex-wrap:wrap;gap:.35rem;display:flex}.hb-tag{border-radius:999px;padding:.25rem .5rem;font-size:.68rem;font-weight:700}.hb-tag--green{background:var(--hb-green-soft);color:var(--hb-green)}.hb-tag--blue{background:var(--hb-blue-soft);color:var(--hb-blue)}.hb-tag--amber{background:var(--hb-amber-soft);color:var(--hb-amber)}.hb-card-footer{justify-content:space-between;align-items:center;gap:.55rem;margin-top:auto;padding-top:.5rem;display:flex}.hb-card-price{color:var(--hb-muted);margin:0;font-size:.8rem}.hb-card-price strong{color:var(--hb-ink);letter-spacing:-.02em;font-size:1.02rem}.hb-btn-primary{background:var(--hb-blue);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:.3rem;padding:.55rem .85rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.hb-btn-primary:hover{background:var(--hb-blue-hover)}.hb-empty{text-align:center;border-radius:var(--hb-radius);border:1px solid var(--hb-line);background:#fff;padding:3rem 1rem}.hb-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.hb-pagination>p{color:var(--hb-muted);margin:0;font-size:.9rem;font-weight:500}.hb-pages{align-items:center;gap:.4rem;display:flex}.hb-page-btn{border:1px solid var(--hb-line);min-width:36px;height:36px;color:var(--hb-ink);cursor:pointer;background:#fff;border-radius:10px;place-items:center;font-size:.875rem;font-weight:700;display:grid}.hb-page-btn:disabled{opacity:.4;cursor:not-allowed}.hb-page-btn.is-active{background:var(--hb-blue);border-color:var(--hb-blue);color:#fff}.hb-footer{background:radial-gradient(70% 55% at 12% 100%,#93c5fd47 0%,#0000 55%),radial-gradient(60% 50% at 88% 100%,#bfdbfe52 0%,#0000 50%),linear-gradient(#f7fbff 0%,#eef6ff 55%,#e8f2fc 100%);border-top:1px solid #e2e8f0e6;margin-top:2.5rem}.hb-footer-inner{grid-template-columns:1.35fr repeat(4,minmax(0,1fr));gap:1.75rem;max-width:1180px;margin:0 auto;padding:2.75rem 1.25rem 1.75rem;display:grid}.hb-footer-brand p{color:var(--hb-muted);max-width:26ch;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.hb-footer-social{gap:.45rem;display:flex}.hb-footer-social span,.hb-store-badges span{border:1px solid var(--hb-line);min-width:36px;height:32px;color:var(--hb-muted);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.hb-footer h4{color:var(--hb-ink);margin:0 0 .75rem;font-size:.92rem}.hb-footer a{color:var(--hb-muted);margin-bottom:.45rem;font-size:.88rem;text-decoration:none;display:block}.hb-footer a:hover{color:var(--hb-blue)}.hb-store-badges{flex-direction:column;gap:.45rem;margin-bottom:.85rem;display:flex}.hb-locale{gap:.45rem;display:flex}.hb-locale select{border:1px solid var(--hb-line);background:#fff;border-radius:8px;width:auto;padding:.4rem .55rem;font-size:.8rem;font-weight:600}.hb-footer-bottom{max-width:1180px;color:var(--hb-muted);border-top:1px solid #94a3b859;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:0 auto;padding:1rem 1.25rem 1.35rem;font-size:.85rem;display:flex}.hb-footer-bottom p{margin:0}.hb-footer-bottom strong{color:var(--hb-blue);font-weight:700}@media (width<=1100px){.hb-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hb-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.hb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-search{border-radius:18px;grid-template-columns:1fr;padding:.75rem}.hb-search-btn{border-radius:12px;width:100%;height:44px}.hb-header-right .hb-nav-link:not(:last-child){display:none}}@media (width<=560px){.hb-grid{grid-template-columns:1fr}.hb-brand-sub{display:none}.hb-pagination{flex-direction:column;align-items:flex-start}.hb-footer-inner{grid-template-columns:1fr}.hb-footer-bottom{flex-direction:column;align-items:flex-start}}.db-page{--db-blue:#2563eb;--db-blue-hover:#1d4ed8;--db-blue-soft:#eff6ff;--db-ink:#0f172a;--db-muted:#64748b;--db-line:#e2e8f0;--db-radius:16px;--db-font:"Outfit", system-ui, sans-serif;min-height:100dvh;color:var(--db-ink);font-family:var(--db-font);background:#f8fafc}.db-header{border-bottom:1px solid var(--db-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;background:#fffffff0;position:sticky;top:0}.db-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1240px;margin:0 auto;padding:.85rem 1.25rem;display:flex}.db-brand{color:var(--db-blue);letter-spacing:-.03em;align-items:center;gap:.55rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.db-brand-text{align-items:baseline;gap:.35rem;display:inline-flex}.db-brand-sub{color:#1e40af;font-size:.92em;font-weight:600}.db-logo-mark{background:var(--db-blue);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 8px 18px #2563eb47}.db-header-right{align-items:center;gap:1.1rem;display:flex}.db-nav-link{color:var(--db-muted);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.db-nav-link:hover{color:var(--db-blue)}.db-hero{color:#fff;background-position:50%;background-size:cover;padding:3.5rem 1.25rem 4.5rem;position:relative}.db-hero-inner{text-align:center;max-width:760px;margin:0 auto}.db-hero-badge{letter-spacing:.04em;text-transform:uppercase;background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;margin:0 0 1rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.db-hero h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.db-hero h1 span{color:#93c5fd}.db-hero-sub{color:#ffffffe0;margin:.75rem 0 0;font-size:1.05rem}.db-search{background:#fff;border-radius:999px;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1.75rem;padding:.55rem;display:flex;box-shadow:0 18px 40px #0f172a38}.db-search-field{min-width:180px;color:var(--db-muted);flex:1;align-items:center;gap:.55rem;padding:.35rem .85rem;display:flex}.db-search-field input{font:inherit;color:var(--db-ink);background:0 0;border:0;outline:none;flex:1;font-size:.95rem;font-weight:600}.db-detect{color:var(--db-blue);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:.4rem;padding:.5rem .65rem;font-size:.88rem;font-weight:700;display:inline-flex}.db-detect:disabled{opacity:.6;cursor:wait}.db-search-btn{background:var(--db-blue);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.4rem;padding:.75rem 1.25rem;font-size:.92rem;font-weight:700;display:inline-flex}.db-search-btn:hover{background:var(--db-blue-hover)}.db-main{z-index:2;grid-template-columns:240px minmax(0,1fr);gap:1.5rem;max-width:1240px;margin:-1.5rem auto 0;padding:0 1.25rem 3rem;display:grid;position:relative}.db-sidebar{border:1px solid var(--db-line);border-radius:var(--db-radius);background:#fff;height:fit-content;padding:1.15rem;box-shadow:0 8px 24px #0f172a0a}.db-sidebar h2{margin:0 0 .85rem;font-size:.95rem;font-weight:800}.db-regions{flex-direction:column;gap:.35rem;display:flex}.db-region{width:100%;color:var(--db-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:.65rem;padding:.7rem .75rem;font-size:.9rem;font-weight:600;display:flex}.db-region:hover{color:var(--db-ink);background:#f8fafc}.db-region.is-active{background:var(--db-blue-soft);color:var(--db-blue)}.db-aside-promo{color:#fff;background:linear-gradient(#0f172a26 0%,#0f172ab8 100%),url(https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=600&q=80) 50%/cover;border-radius:14px;align-items:flex-end;min-height:140px;margin-top:1.25rem;padding:1.1rem;display:flex}.db-aside-promo p{margin:0;font-size:.92rem;font-weight:700;line-height:1.35}.db-content{min-width:0}.db-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.35rem;display:flex}.db-toolbar h2{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800}.db-toolbar p{color:var(--db-muted);margin:.25rem 0 0;font-size:.92rem}.db-toolbar-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.db-sort{color:var(--db-muted);align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:inline-flex}.db-sort select{border:1px solid var(--db-line);font:inherit;color:var(--db-ink);background:#fff;border-radius:10px;padding:.45rem .65rem;font-weight:700}.db-view-toggle{border:1px solid var(--db-line);background:#fff;border-radius:10px;display:inline-flex;overflow:hidden}.db-view-toggle button{color:var(--db-muted);cursor:pointer;background:0 0;border:0;padding:.5rem .65rem;display:inline-flex}.db-view-toggle button.is-active{background:var(--db-blue-soft);color:var(--db-blue)}.db-count{color:var(--db-muted);margin:0 0 1rem;font-size:.85rem;font-weight:600}.db-grid{gap:1rem;display:grid}.db-grid--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.db-grid--list{grid-template-columns:1fr}.db-card{cursor:pointer;text-align:left;background:#0f172a;border:0;border-radius:18px;min-height:220px;padding:0;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a1a}.db-card--list{min-height:160px;display:grid}.db-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.db-card:hover img{transform:scale(1.05)}.db-card:after{content:"";background:linear-gradient(#0f172a0d 35%,#0f172ac7 100%);position:absolute;inset:0}.db-card-badge{z-index:1;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;border-radius:999px;padding:.3rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.db-card-meta{z-index:1;color:#fff;flex-direction:column;gap:.15rem;display:flex;position:absolute;bottom:1rem;left:1rem}.db-card-meta strong{letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.db-card-meta small{opacity:.9;font-size:.8rem}.db-card-arrow{z-index:1;width:34px;height:34px;color:var(--db-blue);background:#ffffffeb;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:.85rem;right:.85rem}.db-empty{border:1px dashed var(--db-line);border-radius:var(--db-radius);text-align:center;background:#fff;padding:3rem 1.5rem}.db-empty h3{margin:0 0 .35rem}.db-empty p{color:var(--db-muted);margin:0 0 1rem}.db-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.db-pages{align-items:center;gap:.4rem;display:flex}.db-page-btn{border:1px solid var(--db-line);min-width:36px;height:36px;color:var(--db-ink);font:inherit;cursor:pointer;background:#fff;border-radius:10px;font-weight:700}.db-page-btn:disabled{opacity:.4;cursor:not-allowed}.db-page-btn.is-active{background:var(--db-blue);border-color:var(--db-blue);color:#fff}.db-goto{align-items:center;gap:.5rem;display:inline-flex}.db-goto label{color:var(--db-muted);align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:inline-flex}.db-goto input{border:1px solid var(--db-line);width:64px;font:inherit;border-radius:8px;padding:.4rem .5rem;font-weight:700}.db-goto button{background:var(--db-blue);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:8px;padding:.45rem .85rem;font-weight:700}.db-footer{border-top:1px solid var(--db-line);color:var(--db-ink);background:#f1f5f9;margin-top:1rem}.db-footer-inner{grid-template-columns:1.3fr repeat(4,minmax(0,1fr));gap:1.5rem;max-width:1240px;margin:0 auto;padding:2.5rem 1.25rem 1.5rem;display:grid}.db-footer-brand p{color:var(--db-muted);max-width:22ch;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.db-footer-social{gap:.45rem;display:flex}.db-footer-social span,.db-store-badges span{border:1px solid var(--db-line);min-width:36px;height:32px;color:var(--db-muted);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.db-footer h4{color:var(--db-ink);margin:0 0 .75rem;font-size:.92rem}.db-footer a{color:var(--db-muted);margin-bottom:.45rem;font-size:.88rem;text-decoration:none;display:block}.db-footer a:hover{color:var(--db-blue)}.db-store-badges{flex-direction:column;gap:.45rem;margin-bottom:.85rem;display:flex}.db-locale{gap:.45rem;display:flex}.db-locale select{border:1px solid var(--db-line);width:auto;color:var(--db-ink);font:inherit;background:#fff;border-radius:8px;padding:.4rem .55rem;font-size:.8rem;font-weight:600}.db-footer-bottom{border-top:1px solid var(--db-line);max-width:1240px;color:var(--db-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin:0 auto;padding:1rem 1.25rem 1.35rem;font-size:.85rem;display:flex}.db-footer-bottom p{margin:0}@media (width<=1100px){.db-grid--grid,.db-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.db-main{grid-template-columns:1fr;margin-top:1rem}.db-search{border-radius:18px}.db-search-btn{justify-content:center;width:100%}}@media (width<=640px){.db-grid--grid,.db-footer-inner{grid-template-columns:1fr}.db-footer-bottom{flex-direction:column}}.hotel-home{background:#fff}.hotel-home--loading{min-height:40vh;color:var(--bk-muted);place-items:center;display:grid}.hh-hero{color:#fff;background:#0f172a;min-height:min(78vh,640px);position:relative;overflow:hidden}.hh-hero__bg{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.hh-hero__veil{pointer-events:none;background:linear-gradient(105deg,#0f172ab8 0%,#0f172a61 48%,#0f172a33 100%),linear-gradient(#0f172a1a 0%,#0f172a73 100%);position:absolute;inset:0}.hh-hero__inner{z-index:1;flex-direction:column;align-items:flex-start;width:min(1180px,100% - 2rem);margin:0 auto;padding:3.5rem 0 4.75rem;animation:.75s both hh-rise;display:flex;position:relative}.hh-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffffe0;margin:0 0 .65rem;font-size:.75rem;font-weight:700}.hh-hero h1{font-family:var(--bk-font);letter-spacing:-.04em;color:#fff;max-width:16ch;margin:0;font-size:clamp(2.2rem,4.6vw,3.4rem);font-weight:800;line-height:1.08}.hh-hero h1 span{color:#2563eb}.hh-hero__lede{color:#ffffffe6;margin:.75rem 0 0;font-size:1.05rem;line-height:1.5}.hh-trust{flex-wrap:wrap;gap:.85rem 1.5rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.hh-trust li{color:#fffffff2;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:inline-flex}.hh-trust svg{color:#2563eb;flex-shrink:0}.hh-search{width:100%;color:var(--bk-ink);background:#fff;border-radius:999px;grid-template-columns:1fr 1fr 1.15fr auto;align-items:stretch;gap:0;margin-top:1.85rem;padding:.45rem .45rem .45rem .35rem;display:grid;box-shadow:0 22px 55px #0f172a52}.hh-search__field{min-width:0;color:var(--bk-forest);font:inherit;align-items:center;gap:.55rem;margin:0;padding:.35rem .95rem;display:flex;position:relative}.hh-search__field+.hh-search__field:before{content:"";background:var(--bk-line);width:1px;position:absolute;top:18%;bottom:18%;left:0}.hh-search__field span{flex-direction:column;flex:1;min-width:0;display:flex}.hh-search__field small{color:var(--bk-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:700}.hh-search__field strong{color:var(--bk-ink);white-space:nowrap;text-overflow:ellipsis;padding:.1rem 0 0;font-size:.9rem;font-weight:700;overflow:hidden}.hh-search__field input,.hh-search__field select{width:100%;font:inherit;color:var(--bk-ink);box-shadow:none;background:0 0;border:0;border-radius:0;outline:none;padding:.1rem 0 0;font-size:.9rem;font-weight:700}.hh-search__btn{appearance:none;background:var(--bk-forest);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;min-height:52px;padding:0 1.45rem;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 10px 22px #2563eb59}.hh-search__btn:hover{background:var(--bk-forest-dark)}.hh-section{width:min(1180px,100% - 2rem);margin:0 auto;padding:4.25rem 0}.hh-kicker{text-align:center;letter-spacing:.16em;text-transform:uppercase;color:var(--bk-forest);margin:0;font-size:.72rem;font-weight:700}.hh-title{text-align:center;font-family:var(--bk-display);color:var(--bk-ink);margin:.55rem 0 0;font-size:clamp(1.85rem,3vw,2.45rem);font-weight:600}.hh-title--left{text-align:left;margin:0}.hh-link{color:var(--bk-forest);font-size:.92rem;font-weight:600;text-decoration:none}.hh-link:hover{text-decoration:underline}.hh-why__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem 1rem;margin-top:2.5rem;display:grid}.hh-why__item{text-align:center;animation:.7s both hh-rise}.hh-why__item:nth-child(2){animation-delay:50ms}.hh-why__item:nth-child(3){animation-delay:.1s}.hh-why__item:nth-child(4){animation-delay:.15s}.hh-why__icon{width:4.25rem;height:4.25rem;color:var(--bk-forest);border:1.5px solid #2563eb59;border-radius:50%;place-items:center;margin:0 auto .85rem;transition:transform .25s,background .25s;display:grid}.hh-why__item:hover .hh-why__icon{background:var(--bk-forest-soft);transform:translateY(-3px)}.hh-why__icon svg{width:1.55rem;height:1.55rem}.hh-why__item h3{color:var(--bk-ink);margin:0;font-size:.92rem}.hh-why__item p{color:var(--bk-muted);margin:.3rem 0 0;font-size:.78rem;line-height:1.4}.hh-rooms__head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.hh-rooms__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;display:grid}.hh-room{border:1px solid var(--bk-line);background:#fff;border-radius:16px;flex-direction:column;transition:transform .28s,box-shadow .28s;display:flex;overflow:hidden}.hh-room:hover{transform:translateY(-4px);box-shadow:0 16px 40px #2563eb1a}.hh-room__media{aspect-ratio:16/11;background:var(--bk-sand);position:relative}.hh-room__media img,.hh-room__ph{object-fit:cover;width:100%;height:100%;display:block}.hh-room__badge{color:#fff;border-radius:6px;padding:.3rem .55rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.hh-room__badge--gold{background:#c9a227}.hh-room__badge--violet{background:#6b5b95}.hh-room__body{flex-direction:column;flex:1;gap:.45rem;padding:1rem 1rem 1.1rem;display:flex}.hh-room__top{justify-content:space-between;align-items:start;gap:.75rem;display:flex}.hh-room__top h3{font-family:var(--bk-display);margin:0;font-size:1.15rem}.hh-room__price{text-align:right;white-space:nowrap;color:var(--bk-muted);margin:0;font-size:.85rem}.hh-room__price strong{color:var(--bk-forest);font-size:1rem}.hh-room__meta{color:var(--bk-muted);flex-wrap:wrap;gap:.45rem .85rem;margin:0;padding:0;font-size:.78rem;list-style:none;display:flex}.hh-room__meta .is-ok{color:var(--bk-forest);font-weight:600}.hh-room__note{color:var(--bk-muted);margin:0;font-size:.78rem}.hh-room__actions{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto;padding-top:.55rem;display:grid}.hh-room__actions .btn{border-radius:8px;padding:.65rem .5rem;font-size:.85rem}.hh-life{padding-top:1rem}.hh-life__grid{grid-template-rows:1fr 1fr;grid-template-columns:.9fr 1.2fr .85fr;gap:.85rem;min-height:420px;display:grid}.hh-life__panel{background:var(--bk-forest);color:#fff;border-radius:16px;flex-direction:column;grid-row:1/span 2;justify-content:center;gap:.85rem;padding:2rem 1.5rem;display:flex}.hh-life__panel h2{font-family:var(--bk-display);margin:0;font-size:clamp(1.6rem,2.5vw,2.1rem);line-height:1.15}.hh-life__panel p{color:#ffffffc7;margin:0;font-size:.95rem;line-height:1.5}.hh-life__btn{border:1.5px solid var(--bk-gold);color:var(--bk-gold);background:0 0;border-radius:8px;align-self:start;margin-top:.5rem}.hh-life__btn:hover{filter:none;background:#c9a2271f}.hh-life__wide{border-radius:16px;grid-area:1/2/span 2;margin:0;overflow:hidden}.hh-life__wide img,.hh-life__tile img{object-fit:cover;width:100%;height:100%;display:block}.hh-life__tile{border-radius:16px;min-height:0;margin:0;position:relative;overflow:hidden}.hh-life__tile figcaption{color:var(--bk-forest);background:#fffffff0;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.8rem;font-weight:700;display:inline-flex;position:absolute;bottom:.85rem;left:.85rem}.hh-life__tile figcaption span{background:var(--bk-forest);color:#fff;border-radius:50%;place-items:center;width:1.15rem;height:1.15rem;font-size:.75rem;display:grid}.hh-quotes{background:#f7f8f7;width:100%;max-width:none;padding-left:max(1rem,50% - 590px);padding-right:max(1rem,50% - 590px)}.hh-quotes__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.hh-quote{border:1px solid var(--bk-line);background:#fff;border-radius:16px;flex-direction:column;gap:.75rem;margin:0;padding:1.35rem 1.2rem;display:flex}.hh-quote__avatar{object-fit:cover;border-radius:50%;width:3.25rem;height:3.25rem}.hh-quote p{color:var(--bk-ink);margin:0;font-size:.95rem;font-style:italic;line-height:1.55}.hh-quote__stars{color:#d4a017;letter-spacing:.08em;font-size:.9rem}.hh-quote footer{flex-direction:column;gap:.1rem;display:flex}.hh-quote footer strong{font-size:.92rem}.hh-quote footer span{color:var(--bk-muted);font-size:.78rem}@keyframes hh-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hh-card{0%{opacity:0;transform:translateY(28px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=980px){.hh-hero{min-height:0}.hh-hero__inner{padding:2.5rem 0 3rem}.hh-search{border-radius:20px;grid-template-columns:1fr 1fr;gap:.35rem;padding:.65rem}.hh-search__field+.hh-search__field:before{display:none}.hh-search__field{background:#f8fafc;border-radius:12px}.hh-search__btn{border-radius:14px;grid-column:1/-1}.hh-rooms__grid,.hh-quotes__grid{grid-template-columns:1fr}.hh-life__grid{grid-template-rows:auto;grid-template-columns:1fr;min-height:0}.hh-life__panel,.hh-life__wide,.hh-life__tile{grid-area:auto;min-height:220px}}@media (width<=640px){.hh-search,.hh-room__actions{grid-template-columns:1fr}}.sr-page{background:#f5f7f6;min-height:60vh}.sr-pad{padding:2rem}.sr-hero{color:#fff;background:linear-gradient(120deg,#1d4ed8,#2563eb) 50%/cover no-repeat;min-height:260px;margin-bottom:4.75rem;padding:2.5rem 1rem 0;position:relative}.sr-hero__veil{background:linear-gradient(#041c148c,#041c14b8);position:absolute;inset:0}.sr-hero__copy{z-index:1;text-align:center;max-width:640px;margin:0 auto 1.5rem;position:relative}.sr-hero__copy h1{font-family:var(--bk-display);margin:0;font-size:clamp(1.8rem,3.5vw,2.5rem)}.sr-hero__copy p{color:#ffffffd9;margin:.5rem 0 0}.sr-bar{z-index:2;width:min(1060px,100% - 2rem);color:var(--bk-ink);background:#fff;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:.75rem;margin:1.25rem auto -3.5rem;padding:.85rem 1rem;display:grid;position:relative;box-shadow:0 16px 40px #041c1433}.sr-bar label{color:var(--bk-muted);flex-direction:column;gap:.3rem;font-size:.72rem;font-weight:650;display:flex}.sr-bar input,.sr-bar select{border:1px solid var(--bk-line);background:#fafbfa;border-radius:10px;padding:.65rem .7rem}.sr-body{z-index:3;flex-direction:column;gap:1rem;width:min(1180px,100% - 2rem);margin:0 auto;padding:.5rem 0 3rem;display:flex;position:relative}.sr-toolbar{border:1px solid var(--bk-line);background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.sr-toolbar__copy{flex:1;min-width:0}.sr-toolbar__copy h2{font-family:var(--bk-display);color:var(--bk-ink);margin:0;font-size:1.45rem;line-height:1.2}.sr-toolbar__copy p{color:var(--bk-muted);margin:.3rem 0 0;font-size:.88rem}.sr-content{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:1.15rem;display:grid}.sr-filters{padding:1.1rem;position:sticky;top:5rem}.sr-filters h2{font-size:1.05rem;font-family:var(--bk-display);margin:0 0 .85rem}.sr-filters__block{border-top:1px solid var(--bk-line);padding:.85rem 0}.sr-filters__block h3{margin:0 0 .55rem;font-size:.85rem}.sr-check{color:var(--bk-ink);align-items:center;gap:.45rem;margin-bottom:.4rem;font-size:.84rem;display:flex}.sr-check span{color:var(--bk-muted);margin-left:auto;font-size:.78rem}.sr-filters__range{color:var(--bk-muted);margin:.35rem 0 0;font-size:.8rem}.sr-filters input[type=range]{width:100%;accent-color:var(--bk-forest)}.sr-sort{color:var(--bk-ink);flex-shrink:0;align-items:center;gap:.55rem;margin:0;font-size:.85rem;font-weight:600;display:flex}.sr-sort select{border:1px solid var(--bk-line);background:#fff;border-radius:8px;min-width:168px;padding:.55rem .75rem}.sr-cards{flex-direction:column;gap:1rem;display:flex}.sr-card{border:1px solid var(--bk-line);background:#fff;border-radius:16px;grid-template-columns:240px minmax(0,1.3fr) 200px;gap:1rem;padding:1rem;display:grid}.sr-card__media{position:relative}.sr-card__media>img{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%;display:block}.sr-card__heart{width:2rem;height:2rem;color:var(--bk-muted);cursor:pointer;z-index:1;background:#fffffff2;border:none;border-radius:50%;place-items:center;display:grid;position:absolute;top:.55rem;right:.55rem;box-shadow:0 4px 12px #0000001f}.sr-card__heart.is-on{color:#c62828}.sr-card__thumbs{grid-template-columns:repeat(4,1fr);gap:.35rem;margin-top:.4rem;display:grid}.sr-card__thumbs img,.sr-card__more{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%;display:block}.sr-card__more{color:#fff;cursor:pointer;background:#2563ebd9;border:none;font-size:.65rem;font-weight:700}.sr-card__info h3{font-family:var(--bk-display);margin:0;font-size:1.25rem}.sr-card__info>p{color:var(--bk-muted);margin:.35rem 0 .65rem;font-size:.88rem;line-height:1.45}.sr-card__specs{color:var(--bk-muted);flex-wrap:wrap;gap:.4rem .85rem;margin:0 0 .85rem;padding:0;font-size:.78rem;font-weight:600;list-style:none;display:flex}.sr-plans__label{margin:0 0 .45rem;font-size:.8rem;font-weight:700}.sr-plan{border:1px solid var(--bk-line);cursor:pointer;border-radius:10px;align-items:center;gap:.55rem;margin-bottom:.4rem;padding:.55rem .65rem;display:flex}.sr-plan.is-on{border-color:var(--bk-forest);background:var(--bk-forest-soft)}.sr-plan__text{flex-direction:column;flex:1;gap:.1rem;font-style:normal;display:flex}.sr-plan__text strong{font-size:.86rem}.sr-plan__text em{color:var(--bk-muted);font-size:.78rem;font-style:normal}.sr-plan__badge{white-space:nowrap;border-radius:999px;padding:.2rem .45rem;font-size:.68rem;font-weight:700}.sr-plan__badge--save{color:#1d4ed8;background:#eff6ff}.sr-plan__badge--popular{color:#9a6b00;background:#f7e7c8}.sr-card__perks{color:var(--bk-forest);flex-wrap:wrap;gap:.55rem 1rem;margin:.75rem 0 0;padding:0;font-size:.78rem;font-weight:600;list-style:none;display:flex}.sr-card__perks li:before{content:"✓ "}.sr-card__aside{border-left:1px solid var(--bk-line);flex-direction:column;gap:.55rem;padding-left:.85rem;display:flex}.sr-card__rating{color:var(--bk-ink);margin:0;font-size:.82rem;font-weight:700}.sr-card__bill{color:var(--bk-muted);font-size:.78rem;line-height:1.45}.sr-card__bill p{margin:0 0 .25rem}.sr-card__total{font-weight:800;color:var(--bk-forest)!important;margin-top:.35rem!important;font-size:1.35rem!important}.sr-card__aside .btn{border-radius:8px;width:100%;padding:.7rem}@media (width<=980px){.sr-hero{margin-bottom:6rem}.sr-content{grid-template-columns:1fr}.sr-filters{position:static}.sr-card{grid-template-columns:1fr}.sr-card__aside{border-left:none;border-top:1px solid var(--bk-line);padding-top:.85rem;padding-left:0}.sr-bar{grid-template-columns:1fr;margin-bottom:-4.5rem}.sr-toolbar{align-items:flex-start}}.rd-page{background:#f5f7f6;padding:1.25rem 0 3rem}.rd-pad{padding:2rem}.rd-wrap{width:min(1180px,100% - 2rem);margin:0 auto}.rd-crumb{color:var(--bk-muted);flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem;font-size:.82rem;display:flex}.rd-crumb a{color:var(--bk-forest);font-weight:600;text-decoration:none}.rd-head{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1.15rem;display:flex}.rd-head__title{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.rd-head h1{font-family:var(--bk-display);margin:0;font-size:clamp(1.6rem,3vw,2.1rem)}.rd-head p{color:var(--bk-muted);max-width:52ch;margin:.4rem 0 0}.rd-badge{background:var(--bk-forest-soft);color:var(--bk-forest);border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:700}.rd-head__meta{align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.rd-save{border:1px solid var(--bk-line);cursor:pointer;background:#fff;border-radius:999px;padding:.4rem .75rem;font-weight:600}.rd-save.is-on{color:#c62828;background:#fdebec;border-color:#c62828}.rd-layout{grid-template-columns:minmax(0,1.45fr) 320px;align-items:start;gap:1.15rem;display:grid}.rd-gallery{grid-template-columns:minmax(0,1fr) 110px;gap:.65rem;margin-bottom:1.25rem;display:grid}.rd-gallery__main{aspect-ratio:16/10;background:var(--bk-sand);border-radius:16px;position:relative;overflow:hidden}.rd-gallery__main img{object-fit:cover;width:100%;height:100%;display:block}.rd-gallery__nav{cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;width:2.2rem;height:2.2rem;font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%)}.rd-gallery__nav--prev{left:.75rem}.rd-gallery__nav--next{right:.75rem}.rd-gallery__count{color:#fff;background:#0000008c;border-radius:999px;padding:.25rem .5rem;font-size:.75rem;position:absolute;bottom:.75rem;right:.75rem}.rd-gallery__thumbs{flex-direction:column;gap:.45rem;display:flex}.rd-gallery__thumbs button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:10px;flex:1;min-height:0;padding:0;position:relative;overflow:hidden}.rd-gallery__thumbs button.is-on{border-color:var(--bk-forest)}.rd-gallery__thumbs img{object-fit:cover;aspect-ratio:1;width:100%;height:100%;display:block}.rd-gallery__thumbs span{color:#fff;background:#2563ebb8;place-items:center;font-size:.72rem;font-weight:700;display:grid;position:absolute;inset:0}.rd-section{border:1px solid var(--bk-line);background:#fff;border-radius:14px;margin-bottom:.9rem;padding:1.1rem 1.15rem}.rd-section h2{font-size:1.05rem;font-family:var(--bk-display);margin:0 0 .65rem}.rd-section>p{color:var(--bk-muted);margin:0;line-height:1.55}.rd-amenities{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:.9rem 0 0;padding:0;list-style:none;display:grid}.rd-amenities li{background:var(--bk-forest-soft);color:var(--bk-forest);text-align:center;border-radius:10px;padding:.55rem .65rem;font-size:.8rem;font-weight:650}.rd-meals{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.rd-meal{text-align:left;border:1px solid var(--bk-line);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;gap:.3rem;padding:.9rem;display:flex;position:relative}.rd-meal.is-on{border-color:var(--bk-forest);background:var(--bk-forest-soft)}.rd-meal__badge{color:#9a6b00;background:#f7e7c8;border-radius:999px;padding:.15rem .4rem;font-size:.65rem;font-weight:700;position:absolute;top:.55rem;right:.55rem}.rd-meal strong{font-size:.92rem}.rd-meal span{color:var(--bk-muted);font-size:.78rem}.rd-meal em{color:var(--bk-forest);margin-top:.25rem;font-style:normal;font-weight:700}.rd-split{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.rd-ok{font-weight:700;color:var(--bk-forest)!important;margin-bottom:.45rem!important}.rd-know{color:var(--bk-muted);margin:0;padding-left:1.1rem;font-size:.9rem;line-height:1.55}.rd-reviews__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.rd-reviews__head .hh-link{color:var(--bk-forest);cursor:pointer;background:0 0;border:none;font-weight:600}.rd-reviews{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;display:grid}.rd-reviews blockquote{background:#f8faf9;border-radius:12px;margin:0;padding:.85rem}.rd-reviews strong{display:block}.rd-reviews span{color:#d4a017;font-size:.85rem}.rd-reviews p{color:var(--bk-muted);margin:.4rem 0 0;font-size:.88rem;line-height:1.45}.rd-side{padding:1.15rem;position:sticky;top:5rem}.rd-side__price{color:var(--bk-muted);margin:0;font-size:.95rem}.rd-side__price strong{color:var(--bk-forest);font-size:1.55rem}.rd-side__guaranteed{color:#1d4ed8;margin:.25rem 0 1rem;font-size:.75rem;font-weight:700}.rd-side__label{margin:0 0 .45rem;font-size:.8rem;font-weight:700}.rd-side__plans{flex-direction:column;gap:.4rem;margin-bottom:.9rem;display:flex}.rd-side__plans label{border:1px solid var(--bk-line);cursor:pointer;border-radius:10px;gap:.5rem;padding:.55rem .65rem;display:flex}.rd-side__plans label.is-on{border-color:var(--bk-forest);background:var(--bk-forest-soft)}.rd-side__plans strong{font-size:.84rem;display:block}.rd-side__plans small{color:var(--bk-muted)}.rd-side__cta{width:100%;margin-bottom:.75rem}.rd-side__perks{color:var(--bk-forest);gap:.3rem;margin:0 0 .85rem;padding:0;font-size:.78rem;font-weight:600;list-style:none;display:grid}.rd-side__perks li:before{content:"✓ "}.rd-side__times{background:#f8faf9;border-radius:10px;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.65rem;padding:.7rem;display:grid}.rd-side__times span{color:var(--bk-muted);font-size:.72rem;display:block}.rd-side__times strong{font-size:.9rem}.rd-side__stay{margin:0;font-size:.8rem}@media (width<=980px){.rd-layout,.rd-gallery,.rd-meals,.rd-split,.rd-reviews,.rd-amenities{grid-template-columns:1fr}.rd-gallery__thumbs{flex-direction:row}.rd-side{position:static}}.co-page{background:#f5f7f6;padding:1.5rem 0 3rem}.co-wrap{width:min(1180px,100% - 2rem);margin:0 auto}.co-hero{text-align:center;margin-bottom:1.25rem}.co-hero h1{font-family:var(--bk-display);margin:0;font-size:clamp(1.7rem,3vw,2.3rem)}.co-hero p{color:var(--bk-muted);margin:.4rem 0 0}.co-trust{color:var(--bk-forest);flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin:.9rem 0 0;padding:0;font-size:.8rem;font-weight:700;list-style:none;display:flex}.co-trust li:before{content:"✓ "}.co-steps{border:1px solid var(--bk-line);background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:.35rem;margin:0 0 1.25rem;padding:.65rem;list-style:none;display:grid}.co-steps button{cursor:pointer;width:100%;color:var(--bk-muted);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;padding:.55rem;font-size:.82rem;font-weight:600;display:flex}.co-steps li.is-active button,.co-steps li.is-done button{color:var(--bk-forest);background:var(--bk-forest-soft)}.co-steps span{border:1.5px solid;border-radius:50%;place-items:center;width:1.45rem;height:1.45rem;font-size:.75rem;display:grid}.co-grid{grid-template-columns:minmax(0,1.35fr) 340px;align-items:start;gap:1.15rem;display:grid}.co-panel{border:1px solid var(--bk-line);opacity:.72;background:#fff;border-radius:14px;margin-bottom:.85rem;padding:1.1rem 1.15rem}.co-panel.is-open{opacity:1;box-shadow:0 10px 30px #2563eb0f}.co-panel h2{font-size:1.05rem;font-family:var(--bk-display);margin:0 0 .9rem}.co-panel__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.co-panel__head h2,.co-panel__head h3{margin:0}.co-panel__head a{color:var(--bk-forest);font-size:.85rem;font-weight:600;text-decoration:none}.co-fields{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.9rem;display:grid}.co-fields label{color:var(--bk-muted);flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:650;display:flex}.co-fields__full{grid-column:1/-1}.co-fields input,.co-fields select,.co-fields textarea{border:1px solid var(--bk-line);color:var(--bk-ink);background:#fafbfa;border-radius:10px;padding:.65rem .75rem;font-weight:500}.co-stay{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;margin-bottom:.9rem;display:grid}.co-stay div{background:#f8faf9;border-radius:10px;padding:.65rem}.co-stay span{color:var(--bk-muted);font-size:.72rem;display:block}.co-stay strong{font-size:.88rem}.co-addons{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:.9rem;display:grid}.co-addon{border:1px solid var(--bk-line);cursor:pointer;border-radius:12px;grid-template-columns:72px 1fr auto;align-items:center;gap:.65rem;padding:.55rem;display:grid}.co-addon.is-on{border-color:var(--bk-forest);background:var(--bk-forest-soft)}.co-addon img{object-fit:cover;border-radius:8px;width:72px;height:72px}.co-addon__body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.co-addon__body small{color:var(--bk-muted);font-size:.75rem}.co-addon__body em{color:var(--bk-forest);font-size:.8rem;font-style:normal;font-weight:700}.co-pay{flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem;display:flex}.co-pay__opt{border:1px solid var(--bk-line);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.co-pay__opt.is-on{border-color:var(--bk-forest);background:var(--bk-forest-soft);color:var(--bk-forest)}.co-summary{padding:1.15rem;position:sticky;top:5rem}.co-summary h2{font-family:var(--bk-display);margin:0 0 .9rem;font-size:1.15rem}.co-summary h3{margin:0;font-size:.9rem}.co-summary__room{grid-template-columns:84px 1fr;gap:.65rem;margin-bottom:.85rem;display:grid}.co-summary__room img,.co-summary__ph{object-fit:cover;background:var(--bk-sand);border-radius:10px;width:84px;height:84px}.co-summary__room ul{color:var(--bk-muted);flex-wrap:wrap;gap:.3rem .55rem;margin:.35rem 0 0;padding:0;font-size:.72rem;list-style:none;display:flex}.co-summary__block{border-top:1px solid var(--bk-line);padding:.75rem 0}.co-summary__block p{margin:.25rem 0 0;font-size:.88rem}.co-summary__line{justify-content:space-between;gap:.75rem;margin-bottom:.35rem;font-size:.84rem;display:flex}.co-summary__bill{border-top:1px solid var(--bk-line);padding-top:.75rem}.co-summary__total{border-top:1px solid var(--bk-line);color:var(--bk-forest);justify-content:space-between;margin-top:.55rem;padding-top:.55rem;font-size:1.1rem;display:flex}.co-terms{align-items:center;gap:.45rem;margin:.85rem 0;font-size:.82rem;display:flex}.co-summary__cta{width:100%}.co-summary__note{text-align:center;color:var(--bk-muted);margin:.65rem 0 0;font-size:.75rem}.co-error{color:#b71c1c;font-size:.88rem;font-weight:600}@media (width<=980px){.co-grid,.co-fields,.co-addons,.co-stay,.co-steps{grid-template-columns:1fr}.co-summary{position:static}}.bs-page{background:#f5f7f6}.bs-hero{color:#fff;text-align:center;background:linear-gradient(120deg,#1d4ed8,#2563eb) 50%/cover no-repeat;place-items:center;min-height:280px;padding:3rem 1rem 5rem;display:grid;position:relative;overflow:hidden}.bs-hero__veil{background:#041c14ad;position:absolute;inset:0}.bs-hero__aside{z-index:1;font-family:var(--bk-script);color:#ffffff73;margin:0;font-size:1.4rem;position:absolute}.bs-hero__aside--left{top:30%;left:1.5rem;transform:rotate(-8deg)}.bs-hero__aside--right{bottom:28%;right:1.5rem;transform:rotate(6deg)}.bs-hero__copy{z-index:2;max-width:36rem;position:relative}.bs-hero__check{background:#2563eb;border-radius:50%;place-items:center;width:3.5rem;height:3.5rem;margin:0 auto .85rem;font-size:1.4rem;font-weight:700;display:grid}.bs-hero h1{font-family:var(--bk-display);margin:0;font-size:clamp(1.9rem,4vw,2.6rem)}.bs-hero p{color:#ffffffe0;margin:.55rem 0 0}.bs-wrap{z-index:3;width:min(980px,100% - 2rem);margin:-3.5rem auto 0;padding-bottom:3rem;position:relative}.bs-card{border:1px solid var(--bk-line);background:#fff;border-radius:18px;grid-template-columns:280px minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 18px 50px #041c141f}.bs-card__media img,.bs-card__ph{object-fit:cover;background:var(--bk-sand);width:100%;height:100%;min-height:240px;display:block}.bs-card__body{padding:1.25rem 1.35rem}.bs-card__top{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.bs-card__top h2{font-family:var(--bk-display);margin:0}.bs-card__loc{color:var(--bk-muted);margin:.25rem 0 0;font-size:.88rem}.bs-card__id{background:var(--bk-forest-soft);text-align:right;border-radius:10px;padding:.55rem .75rem}.bs-card__id span{color:var(--bk-muted);font-size:.72rem;display:block}.bs-card__id strong{color:var(--bk-forest);font-size:.95rem}.bs-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.bs-card__grid span{color:var(--bk-muted);margin-bottom:.2rem;font-size:.72rem;display:block}.bs-card__grid strong{flex-direction:column;gap:.1rem;font-size:.92rem;display:flex}.bs-card__grid small{color:var(--bk-muted);font-size:.75rem;font-weight:500}.bs-card__pay em{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;gap:.25rem;width:fit-content;margin-top:.25rem;padding:.2rem .45rem;font-size:.72rem;font-style:normal;font-weight:700;display:inline-flex}.bs-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin:1.15rem 0;display:flex}.bs-quick{border:1px solid var(--bk-line);background:#fff;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-bottom:2rem;padding:.35rem;display:grid}.bs-quick a{border-radius:10px;flex-direction:column;gap:.2rem;padding:.85rem .9rem;text-decoration:none;display:flex}.bs-quick a:hover{background:var(--bk-forest-soft)}.bs-quick strong{font-size:.9rem}.bs-quick span{color:var(--bk-muted);font-size:.78rem}.bs-prep__head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem;display:flex}.bs-prep .hh-kicker{text-align:left}.bs-prep__script{font-family:var(--bk-script);color:var(--bk-gold);margin:0;font-size:2rem}.bs-prep__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:2rem;display:grid}.bs-prep__grid article{text-align:center;border:1px solid var(--bk-line);background:#fff;border-radius:14px;padding:1.1rem .75rem}.bs-prep__icon{background:var(--bk-forest);color:#fff;border-radius:50%;place-items:center;width:3rem;height:3rem;margin:0 auto .65rem;font-weight:700;display:grid}.bs-prep__grid h3{margin:0;font-size:.92rem}.bs-prep__grid p{color:var(--bk-muted);margin:.25rem 0 0;font-size:.78rem}.bs-explore{margin-top:.5rem}.bs-explore__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}.bs-explore__card{color:#fff;border-radius:14px;align-items:end;min-height:180px;display:flex;position:relative;overflow:hidden}.bs-explore__card img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bs-explore__card:after{content:"";background:linear-gradient(#0000,#041c14c7);position:absolute;inset:0}.bs-explore__card div,.bs-explore__card span{z-index:1;position:relative}.bs-explore__card div{padding:1rem}.bs-explore__card h3{font-family:var(--bk-display);margin:0}.bs-explore__card p{opacity:.9;margin:.2rem 0 0;font-size:.82rem}.bs-explore__card span{width:2rem;height:2rem;color:var(--bk-forest);background:#fff;border-radius:50%;place-items:center;font-weight:700;display:grid;position:absolute;bottom:.85rem;right:.85rem}@media (width<=900px){.bs-card,.bs-card__grid,.bs-quick,.bs-prep__grid,.bs-explore__grid{grid-template-columns:1fr}.bs-hero__aside{display:none}}.tb-page{background:#f7f5f1;min-height:60vh}.tb-hero{color:#fff;background:linear-gradient(120deg,#1d4ed8,#2563eb) 50%/cover no-repeat;min-height:320px;padding:3rem 1rem 6rem;position:relative}.tb-hero__veil{background:linear-gradient(100deg,#041c14d1,#041c1473);position:absolute;inset:0}.tb-hero__copy{z-index:1;text-align:center;width:min(720px,100% - 2rem);margin:0 auto;position:relative}.tb-hero__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#fffc;margin:0;font-size:.72rem;font-weight:700}.tb-hero h1{font-family:var(--bk-display);margin:.55rem 0 0;font-size:clamp(2rem,4vw,2.8rem)}.tb-hero__copy>p{color:#ffffffe0;max-width:42ch;margin:.65rem auto 0;line-height:1.5}.tb-hero__features{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.tb-hero__features li{text-align:left;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:12px;padding:.75rem}.tb-hero__features strong{font-size:.88rem;display:block}.tb-hero__features span{color:#ffffffbf;margin-top:.2rem;font-size:.75rem;display:block}.tb-wrap{z-index:2;width:min(640px,100% - 2rem);margin:-3.5rem auto 0;padding-bottom:3rem;position:relative}.tb-card{padding:1.35rem 1.25rem 1.2rem;box-shadow:0 20px 50px #041c1424}.tb-card__head{gap:.75rem;margin-bottom:1rem;display:flex}.tb-card__icon{background:var(--bk-forest-soft);width:2.5rem;height:2.5rem;color:var(--bk-forest);border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.tb-card__head h2{font-family:var(--bk-display);margin:0;font-size:1.35rem}.tb-card__head p{color:var(--bk-muted);margin:.25rem 0 0;font-size:.88rem;line-height:1.45}.tb-card label{color:var(--bk-muted);flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.8rem;font-weight:650;display:flex}.tb-card input{border:1px solid var(--bk-line);color:var(--bk-ink);background:#fafbfa;border-radius:10px;padding:.7rem .8rem;font-weight:500}.tb-phone{grid-template-columns:64px 1fr;gap:.4rem;display:grid}.tb-phone span{border:1px solid var(--bk-line);color:var(--bk-ink);background:#fff;border-radius:10px;place-items:center;font-size:.9rem;font-weight:700;display:grid}.tb-or{color:var(--bk-muted);place-items:center;margin:.15rem 0 .85rem;font-size:.75rem;font-weight:700;display:grid;position:relative}.tb-or:before{content:"";border-top:1px solid var(--bk-line);position:absolute;inset:50% 0 auto}.tb-or span{background:#fff;padding:0 .65rem;position:relative}.tb-cta{width:100%;margin-top:.25rem}.tb-cta+.tb-cta{margin-top:.55rem}.tb-error{color:#b71c1c;font-size:.88rem;font-weight:600}.tb-notice{background:var(--bk-forest-soft);color:var(--bk-forest);border-radius:10px;margin-bottom:.85rem;padding:.7rem .85rem;font-size:.88rem;font-weight:600}.tb-login{text-align:center;color:var(--bk-muted);margin:.85rem 0 0;font-size:.88rem}.tb-login a{color:var(--bk-forest);font-weight:700;text-decoration:none}.tb-help{border-top:1px solid var(--bk-line);margin-top:1.1rem;padding-top:.9rem}.tb-help>p{color:var(--bk-muted);text-align:center;margin:0 0 .55rem;font-size:.8rem;font-weight:700}.tb-help__row{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.tb-help__row a{border:1px solid var(--bk-line);border-radius:10px;flex-direction:column;gap:.15rem;padding:.65rem .75rem;text-decoration:none;display:flex}.tb-help__row strong{font-size:.85rem}.tb-help__row span{color:var(--bk-muted);font-size:.75rem}.tb-script{text-align:center;font-family:var(--bk-script);color:var(--bk-gold);margin:1.25rem 0 2rem;font-size:1.8rem}.tb-cando{text-align:center;width:min(980px,100vw);margin-left:calc(50% - min(490px,50vw))}.tb-cando__sub{color:var(--bk-muted);max-width:42ch;margin:.45rem auto 1.15rem}.tb-cando__grid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.tb-cando__grid article{border:1px solid var(--bk-line);background:#fff;border-radius:14px;padding:1rem .9rem}.tb-cando__grid h3{margin:0;font-size:.95rem}.tb-cando__grid p{color:var(--bk-muted);margin:.35rem 0 0;font-size:.8rem;line-height:1.45}.tb-details{padding:2rem 0 3rem}.tb-details__wrap{width:min(860px,100% - 2rem);margin:0 auto}.tb-details__head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.tb-details__head h1{font-family:var(--bk-display);margin:.35rem 0 0}.tb-details__card{padding:1.25rem}.tb-details__top{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.tb-details__top span,.tb-details__grid span{color:var(--bk-muted);margin-bottom:.15rem;font-size:.72rem;display:block}.tb-details__grid{border-top:1px solid var(--bk-line);border-bottom:1px solid var(--bk-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.85rem 0;display:grid}.tb-steps{gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.tb-steps li{color:var(--bk-muted);align-items:center;gap:.55rem;display:flex}.tb-steps li.is-on{color:var(--bk-forest)}.tb-steps span{border:1px solid;border-radius:50%;place-items:center;width:1.7rem;height:1.7rem;font-size:.75rem;font-weight:700;display:grid}.tb-steps li.is-on span{background:var(--bk-forest);border-color:var(--bk-forest);color:#fff}.tb-details__actions{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}@media (width<=900px){.tb-hero__features,.tb-cando__grid,.tb-details__top,.tb-details__grid,.tb-help__row{grid-template-columns:1fr}.tb-cando{width:100%;margin-left:0}}.auth-page{background:#f8fafc;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:100vh;display:grid}.auth-hero{color:#fff;background:#1e3a8a 50%/cover no-repeat;flex-direction:column;gap:1.25rem;min-height:100vh;padding:1.5rem 2rem 1.75rem;display:flex;position:relative}.auth-hero__veil{background:linear-gradient(115deg,#0f172ab8 0%,#1e3a8a73 48%,#0f172aad 100%),linear-gradient(#0f172a59,#0f172ab8);position:absolute;inset:0}.auth-hero__top,.auth-hero__copy,.auth-hero__foot{z-index:1;position:relative}.auth-hero__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.auth-hero__brand{color:#fff;align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.auth-hero__mark{width:2.15rem;height:2.15rem;font-family:var(--bk-display);border:1.5px solid #ffffffbf;border-radius:50%;place-items:center;font-size:.95rem;font-weight:700;display:grid}.auth-hero__brand strong{font-family:var(--bk-display);letter-spacing:.08em;text-transform:uppercase;font-size:.92rem;font-weight:600}.auth-hero__eyebrow{font-family:var(--bk-script);color:#ffffffeb;margin:.15rem 0 0;font-size:1.55rem;line-height:1}.auth-hero__copy{max-width:30rem;margin:auto 0}.auth-hero__copy h1{font-family:var(--bk-display);margin:0;font-size:clamp(2.15rem,3.8vw,3.15rem);font-weight:600;line-height:1.12}.auth-hero__copy h1 em{color:var(--bk-gold);font-style:normal}.auth-hero__tag{color:#ffffffe0;max-width:34ch;margin:.7rem 0 1.45rem;font-size:1.02rem;line-height:1.45}.auth-hero__features{gap:.9rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.auth-hero__features li{align-items:center;gap:.8rem;display:flex}.auth-hero__icon{border:1.5px solid var(--bk-gold);width:2.45rem;height:2.45rem;color:var(--bk-gold);background:#c9a22714;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.auth-hero__features strong{font-size:.95rem;font-weight:650;display:block}.auth-hero__features small{color:#ffffffb8;font-size:.8rem}.auth-hero__stats{border-top:1px solid #ffffff38;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding-top:1.15rem;display:grid}.auth-hero__stats>div{text-align:center;padding:0 .35rem;position:relative}.auth-hero__stats>div:not(:last-child):after{content:"";background:#ffffff40;width:1px;position:absolute;top:15%;bottom:15%;right:0}.auth-hero__stats strong{letter-spacing:.01em;font-size:1.15rem;font-weight:750;display:block}.auth-hero__stats span{color:#ffffffbf;font-size:.72rem}.auth-hero__foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.auth-hero__script{font-family:var(--bk-script);color:#ffffffe6;margin:0;padding-bottom:.2rem;font-size:1.65rem;position:relative}.auth-hero__script:after{content:"";background:var(--bk-gold);border-radius:2px;width:3.2rem;height:2px;margin-top:.35rem;display:block}.auth-hero__place{color:#ffffffe6;text-align:right;align-items:flex-start;gap:.45rem;display:flex}.auth-hero__place strong{font-size:.82rem;font-weight:650;display:block}.auth-hero__place span{color:#ffffffb3;font-size:.72rem}.auth-panel{background:#fff;flex-direction:column;padding:1.25rem 1.5rem 1.5rem;display:flex;position:relative;overflow:auto}.auth-panel__leaf{pointer-events:none;opacity:.07;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 400'%3E%3Cpath fill='%232563eb' d='M160 20c-30 40-55 90-40 150 8 32 28 55 10 90-20 40-55 55-70 95 45-10 85-45 100-95 12-40-5-70 10-110 18-48 20-90-10-130z'/%3E%3Cpath fill='%231d4ed8' d='M185 80c-18 35-20 75-5 110 12 28 8 50-15 78-18 22-20 48-8 72 35-28 55-70 48-115-5-35-22-55-20-90 2-28 10-40 0-55z'/%3E%3C/svg%3E") right -20px center/220px no-repeat;position:absolute;inset:0}.auth-panel__top{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.auth-panel__back{color:var(--bk-forest);align-items:center;gap:.35rem;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex}.auth-panel__back:hover{color:var(--bk-forest-dark)}.auth-panel__new{color:var(--bk-muted);align-items:center;gap:.65rem;font-size:.88rem;display:flex}.auth-panel__create{border-color:var(--bk-forest);color:var(--bk-forest);background:#fff;border-radius:9px;padding:.45rem .95rem;font-size:.85rem}.auth-panel__create:hover{background:var(--bk-forest-soft)}.auth-card-wrap{z-index:1;width:min(440px,100%);margin:auto;position:relative}.auth-card{border:1px solid var(--bk-line);background:#fff;border-radius:18px;padding:1.45rem 1.3rem 1.25rem;box-shadow:0 16px 48px #0f172a12}.auth-card__logo{align-items:center;gap:.55rem;margin-bottom:.85rem;display:flex}.auth-card__logo.is-center{justify-content:center}.auth-card__mark{border:1.5px solid var(--bk-forest);width:2rem;height:2rem;color:var(--bk-forest);font-family:var(--bk-display);border-radius:50%;place-items:center;font-size:.88rem;font-weight:700;display:grid}.auth-card__logo strong{font-family:var(--bk-display);letter-spacing:.05em;text-transform:uppercase;color:var(--bk-ink);font-size:.9rem}.auth-card h2{font-family:var(--bk-display);color:var(--bk-ink);margin:0;font-size:1.85rem;font-weight:650}.auth-card h2.is-center{text-align:center}.auth-card__sub{color:var(--bk-muted);margin:.35rem 0 1.05rem;font-size:.9rem}.auth-card__sub.is-center{text-align:center}.auth-social{gap:.55rem;display:grid}.auth-social__btn{border:1px solid var(--bk-line);cursor:pointer;width:100%;color:var(--bk-ink);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.55rem;padding:.72rem .85rem;font-weight:650;transition:background .15s,border-color .15s;display:inline-flex}.auth-social__btn:hover{background:#f8fafc;border-color:#cbd5e1}.auth-or{color:var(--bk-muted);letter-spacing:.04em;place-items:center;margin:.95rem 0;font-size:.72rem;font-weight:700;display:grid;position:relative}.auth-or:before{content:"";border-top:1px solid var(--bk-line);position:absolute;inset:50% 0 auto}.auth-or span{background:#fff;padding:0 .7rem;position:relative}.auth-tabs{border-bottom:1px solid var(--bk-line);grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:.95rem;display:grid}.auth-tabs button{color:var(--bk-muted);cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;margin-bottom:-1px;padding:.7rem .35rem;font-weight:650;transition:color .15s}.auth-tabs button.is-on{color:var(--bk-forest);border-bottom-color:var(--bk-forest)}.auth-card label{color:var(--bk-muted);flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.8rem;font-weight:650;display:flex}.auth-card input:not([type=checkbox]){border:1px solid var(--bk-line);color:var(--bk-ink);background:#f8fafc;border-radius:10px;width:100%;padding:.72rem .85rem;transition:border-color .15s,box-shadow .15s}.auth-card input:not([type=checkbox]):focus{border-color:var(--bk-forest);background:#fff;outline:none;box-shadow:0 0 0 3px #2563eb1f}.auth-phone{grid-template-columns:72px 1fr;gap:.4rem;display:grid}.auth-phone span{border:1px solid var(--bk-line);color:var(--bk-ink);background:#fff;border-radius:10px;place-items:center;font-size:.88rem;font-weight:700;display:grid}.auth-row{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.auth-password{position:relative}.auth-password input{padding-right:3.4rem}.auth-password button{color:var(--bk-forest);cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:700;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.auth-card label>small{color:var(--bk-muted);font-size:.72rem;font-weight:500}.auth-terms{align-items:flex-start;color:var(--bk-ink)!important;flex-direction:row!important;gap:.55rem!important;font-weight:500!important}.auth-terms input{accent-color:var(--bk-forest);width:auto;margin-top:.15rem}.auth-terms u{color:var(--bk-forest);text-underline-offset:2px}.auth-cta{background:var(--bk-forest);border-radius:10px;width:100%;margin-top:.15rem;padding:.8rem 1.1rem;font-weight:700}.auth-cta:hover{background:var(--bk-forest-dark)}.auth-link{width:100%;color:var(--bk-forest);text-underline-offset:3px;cursor:pointer;text-align:center;background:0 0;border:none;margin-top:.8rem;font-size:.9rem;font-weight:700;text-decoration:underline;display:block}.auth-secure{text-align:center;color:var(--bk-muted);justify-content:center;align-items:center;gap:.4rem;margin:1.05rem 0 0;font-size:.78rem;display:flex}.auth-secure__icon{color:#16a34a;display:inline-flex}.auth-error{color:#b71c1c;margin:0 0 .55rem;font-size:.88rem;font-weight:600}.auth-notice{background:var(--bk-forest-soft);color:var(--bk-forest-dark);border-radius:10px;margin-bottom:.75rem;padding:.65rem .75rem;font-size:.86rem;font-weight:650}.auth-trust{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;width:min(440px,100%);margin:1.35rem auto 0;padding:0;list-style:none;display:grid;position:relative}.auth-trust li{text-align:center;flex-direction:column;align-items:center;gap:.2rem;display:flex}.auth-trust__icon{color:var(--bk-forest);margin-bottom:.2rem;display:inline-flex}.auth-trust strong{color:var(--bk-ink);font-size:.78rem;display:block}.auth-trust span{color:var(--bk-muted);font-size:.72rem;line-height:1.3}.auth-list__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.auth-list{gap:.55rem;margin:0 0 .85rem;padding:0;list-style:none;display:grid}.auth-list li{border:1px solid var(--bk-line);border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.auth-list li div{flex-direction:column;gap:.15rem;min-width:0;display:flex}.auth-list li span{color:var(--bk-muted);font-size:.8rem}@media (width<=960px){.auth-page{grid-template-columns:1fr}.auth-hero{min-height:auto;padding-bottom:1.5rem}.auth-hero__features,.auth-hero__stats,.auth-hero__foot{display:none}.auth-row,.auth-trust{grid-template-columns:1fr}.auth-trust{gap:1rem}}@media (prefers-reduced-motion:reduce){.auth-social__btn,.auth-card input,.auth-tabs button{transition:none}}.ac-page{background:#f5f7f6;min-height:60vh;padding:1.5rem 0 3rem}.ac-wrap{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:1.15rem;width:min(1180px,100% - 2rem);margin:0 auto;display:grid}.ac-side{padding:1.15rem;position:sticky;top:5rem}.ac-profile{border-bottom:1px solid var(--bk-line);grid-template-columns:64px 1fr;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:grid}.ac-profile__avatar{object-fit:cover;border-radius:50%;width:64px;height:64px}.ac-profile strong{font-size:1.05rem;display:block}.ac-profile span{color:var(--bk-muted);margin-top:.1rem;font-size:.78rem;display:block}.ac-profile__badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;margin-top:.4rem;padding:.15rem .5rem;font-size:.72rem;font-style:normal;font-weight:700;display:inline-flex}.ac-nav{flex-direction:column;gap:.2rem;padding:.15rem 0;display:flex}.ac-nav a,.ac-nav__logout{color:#1a2430;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;border-radius:0 12px 12px 0;align-items:center;gap:.75rem;margin-left:-1.15rem;padding:.78rem .85rem .78rem calc(2.05rem - 3px);font-family:inherit;font-size:.94rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:flex}.ac-nav__icon{width:1.35rem;height:1.35rem;color:inherit;flex-shrink:0;place-items:center;display:grid}.ac-nav__icon svg{width:1.25rem;height:1.25rem;display:block}.ac-nav a:hover{color:var(--bk-forest);background:#eef5f1}.ac-nav a.is-active{color:var(--bk-forest);border-left-color:var(--bk-forest);background:#e6f2ec}.ac-nav__logout{color:#e11d48;margin-top:.45rem}.ac-nav__logout:hover{background:#fef2f2}.ac-notify{background:#f8faf9;border-radius:12px;margin-top:1.15rem;padding:.9rem}.ac-notify strong{margin-bottom:.3rem;display:block}.ac-notify p{color:var(--bk-muted);margin:0 0 .65rem;font-size:.8rem;line-height:1.4}.ac-notify .btn{width:100%;padding:.55rem;font-size:.85rem}.ac-main{min-width:0}@media (width<=900px){.ac-wrap{grid-template-columns:1fr}.ac-side{position:static}}.mb-page{flex-direction:column;gap:1rem;display:flex}.mb-head h1{font-family:var(--bk-display);color:#1a2a36;margin:0;font-size:clamp(1.6rem,3vw,2rem)}.mb-head p{color:var(--bk-muted);margin:.3rem 0 0}.mb-tabs{border-bottom:1px solid var(--bk-line);gap:.35rem;display:flex}.mb-tabs button{color:var(--bk-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.7rem .85rem;font-weight:650}.mb-tabs button.is-on{color:var(--bk-forest);border-bottom-color:var(--bk-forest)}.mb-empty{text-align:center;padding:1.5rem}.mb-list{flex-direction:column;gap:.9rem;display:flex}.mb-card{grid-template-columns:200px minmax(0,1fr);gap:1rem;padding:1rem;display:grid;overflow:hidden}.mb-card__media{background:var(--bk-sand);border-radius:12px;min-height:150px;position:relative;overflow:hidden}.mb-card__media img,.mb-card__ph{object-fit:cover;width:100%;height:100%;min-height:150px;display:block}.mb-card__status{border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:700;position:absolute;top:.65rem;left:.65rem}.mb-card__status--ok{color:#1d4ed8;background:#eff6ff}.mb-card__status--done{color:#1d5fad;background:#e8f1fb}.mb-card__status--cancel{color:#b71c1c;background:#fdebec}.mb-card__body h2{font-family:var(--bk-display);margin:0;font-size:1.25rem}.mb-card__hotel{color:var(--bk-muted);margin:.25rem 0 .45rem;font-size:.9rem}.mb-card__id{cursor:pointer;background:#f4f7f5;border:none;border-radius:8px;align-items:center;gap:.45rem;padding:.35rem .55rem;font-size:.82rem;font-weight:700;display:inline-flex}.mb-card__id span{color:var(--bk-forest);font-size:.72rem}.mb-card__meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:.85rem;display:grid}.mb-card__meta span{color:var(--bk-muted);margin-bottom:.15rem;font-size:.72rem;display:block}.mb-card__meta strong{flex-direction:column;gap:.1rem;font-size:.9rem;display:flex}.mb-card__meta small{color:var(--bk-muted);font-size:.72rem;font-weight:500}.mb-card__actions{flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.95rem;display:flex}.mb-card__link{color:var(--bk-forest);margin-right:auto;font-weight:700;text-decoration:none}.mb-card__actions .btn{border-radius:8px;padding:.55rem .85rem;font-size:.85rem}.mb-help{background:var(--bk-forest-soft);border-color:#0000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.mb-help p{color:var(--bk-muted);margin:.2rem 0 0;font-size:.88rem}@media (width<=800px){.mb-card,.mb-card__meta{grid-template-columns:1fr}}.pf-page{flex-direction:column;gap:1.15rem;display:flex}.pf-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pf-head h1{font-family:var(--bk-display);color:var(--bk-forest);margin:0;font-size:clamp(1.7rem,3vw,2.15rem);line-height:1.15}.pf-head p{color:var(--bk-muted);margin:.35rem 0 0;font-size:.92rem}.pf-script{font-family:var(--bk-script);color:var(--bk-forest);opacity:.75;white-space:nowrap;margin:.2rem 0 0;font-size:1.45rem;font-style:italic}.pf-summary{background:#fff;border:1px solid #01322014;border-radius:14px;flex-wrap:wrap;align-items:center;gap:1.1rem;padding:1.15rem 1.25rem;display:flex;box-shadow:0 6px 20px #2563eb0a}.pf-summary__avatar-wrap{flex-shrink:0;position:relative}.pf-summary__avatar{object-fit:cover;border:3px solid #e8f3ee;border-radius:50%;width:5.5rem;height:5.5rem;display:block}.pf-summary__cam{background:var(--bk-forest);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:1.7rem;height:1.7rem;font-size:.75rem;display:grid;position:absolute;bottom:.1rem;right:.1rem;box-shadow:0 4px 10px #2563eb40}.pf-summary__info{flex:1;min-width:12rem}.pf-summary__info strong{color:#152028;font-size:1.2rem;display:block}.pf-summary__info>span{color:var(--bk-muted);margin-top:.15rem;font-size:.86rem;display:block}.pf-badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;margin-top:.45rem;padding:.18rem .55rem;font-size:.72rem;font-style:normal;font-weight:700;display:inline-flex}.pf-grid{grid-template-columns:1.35fr .9fr;align-items:start;gap:1.1rem;display:grid}.pf-col{flex-direction:column;gap:1.1rem;display:flex}.pf-card{background:#fff;border:1px solid #01322014;border-radius:14px;padding:1.15rem 1.2rem 1.25rem;box-shadow:0 6px 20px #2563eb0a}.pf-card__head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.pf-card__head h2{color:#152028;align-items:center;gap:.4rem;margin:0;font-size:1.05rem;display:flex}.pf-card__head p{color:var(--bk-muted);margin:.25rem 0 0;font-size:.82rem}.pf-btn-outline,.pf-btn-solid{font:inherit;cursor:pointer;white-space:nowrap;border-radius:8px;padding:.55rem .95rem;font-size:.86rem;font-weight:650}.pf-btn-sm{padding:.4rem .75rem;font-size:.8rem}.pf-btn-outline{border:1.5px solid var(--bk-forest);color:var(--bk-forest);background:#fff}.pf-btn-outline:hover{background:var(--bk-forest-soft)}.pf-btn-solid{background:var(--bk-forest);color:#fff;border:none}.pf-btn-solid:hover{filter:brightness(1.06)}.pf-fields{grid-template-columns:1fr 1fr;gap:.95rem 1.25rem;margin:0;display:grid}.pf-fields dt{color:var(--bk-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:650}.pf-fields dd{color:#152028;margin:.25rem 0 0;font-size:.92rem;font-weight:650;line-height:1.35}.pf-prefs{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.pf-prefs li{background:#f7faf8;border:1px solid #0132200f;border-radius:10px;justify-content:space-between;align-items:center;gap:.85rem;padding:.75rem .85rem;display:flex}.pf-prefs strong{color:#152028;font-size:.9rem;display:block}.pf-prefs span{color:var(--bk-muted);margin-top:.15rem;font-size:.78rem;display:block}.pf-switch{cursor:pointer;background:#c5ced6;border:none;border-radius:999px;flex-shrink:0;width:3.35rem;height:1.7rem;padding:0;position:relative}.pf-switch.is-on{background:var(--bk-forest)}.pf-switch i{background:#fff;border-radius:50%;width:1.3rem;height:1.3rem;transition:transform .18s;position:absolute;top:.2rem;left:.2rem;box-shadow:0 2px 6px #00000026}.pf-switch.is-on i{transform:translate(1.65rem)}.pf-switch em{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.pf-photo{text-align:center}.pf-photo__img{object-fit:cover;border:3px solid #e8f3ee;border-radius:50%;width:7.5rem;height:7.5rem;margin:.25rem auto 1rem;display:block}.pf-photo .pf-btn-solid{width:100%}.pf-photo__hint{color:var(--bk-muted);margin:.55rem 0 0;font-size:.78rem}.pf-security{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.pf-security button{text-align:left;width:100%;font:inherit;cursor:pointer;color:inherit;background:#f7faf8;border:1px solid #01322014;border-radius:10px;align-items:center;gap:.7rem;padding:.8rem .85rem;display:flex}.pf-security button:hover{background:#eef5f1;border-color:#2563eb38}.pf-security__icon{width:2.15rem;height:2.15rem;color:var(--bk-forest);background:#fff;border:1px solid #2563eb1a;border-radius:50%;flex-shrink:0;place-items:center;font-size:.9rem;display:grid}.pf-security strong{color:#152028;font-size:.9rem;display:block}.pf-security em{color:var(--bk-muted);margin-top:.12rem;font-size:.78rem;font-style:normal;display:block}.pf-security button>span:last-child{color:var(--bk-muted);margin-left:auto;font-size:1.15rem}.pf-modal{z-index:80;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.pf-modal__backdrop{cursor:pointer;background:#0f1e1873;border:none;position:absolute;inset:0}.pf-modal__panel{z-index:1;background:#fff;border-radius:14px;flex-direction:column;gap:.7rem;width:min(440px,100%);max-height:min(90vh,720px);padding:1.25rem;display:flex;position:relative;overflow:auto;box-shadow:0 20px 50px #0003}.pf-modal__panel h3{font-family:var(--bk-display);margin:0;font-size:1.35rem}.pf-modal__hint{color:var(--bk-muted);margin:0;font-size:.88rem;line-height:1.45}.pf-modal__panel label{color:#44515c;gap:.3rem;font-size:.8rem;font-weight:650;display:grid}.pf-modal__panel input,.pf-modal__panel select,.pf-modal__panel textarea{font:inherit;color:var(--bk-ink);background:#fff;border:1px solid #01322026;border-radius:8px;padding:.6rem .7rem;font-size:.9rem;font-weight:400}.pf-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.pf-toast{z-index:90;background:var(--bk-forest);color:#fff;border-radius:10px;padding:.75rem 1.1rem;font-size:.88rem;font-weight:550;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 28px #2563eb40}@media (width<=900px){.pf-grid{grid-template-columns:1fr}.pf-script{display:none}}@media (width<=560px){.pf-fields{grid-template-columns:1fr}.pf-summary{flex-direction:column;align-items:flex-start}.pf-summary .pf-btn-outline{width:100%}}.sv-page{flex-direction:column;gap:1.25rem;display:flex}.sv-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.sv-head__title{align-items:flex-start;gap:.85rem;min-width:0;display:flex}.sv-head__icon{background:var(--bk-forest);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:2.75rem;height:2.75rem;margin-top:.15rem;font-size:1.05rem;display:grid}.sv-head h1{font-family:var(--bk-display);color:#152028;margin:0;font-size:clamp(1.65rem,3vw,2.05rem);line-height:1.15}.sv-head p{color:var(--bk-muted);max-width:46ch;margin:.35rem 0 0;font-size:.92rem;line-height:1.45}.sv-browse{border:1.5px solid var(--bk-forest);color:var(--bk-forest);white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:.35rem;padding:.6rem 1.05rem;font-size:.88rem;font-weight:650;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.sv-browse:hover{background:var(--bk-forest);color:#fff}.sv-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.sv-card{background:#fff;border:1px solid #01322014;border-radius:14px;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 6px 22px #2563eb0d}.sv-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #2563eb1a}.sv-card__media{aspect-ratio:16/11;background:var(--bk-sand);position:relative}.sv-card__media img,.sv-card__ph{object-fit:cover;width:100%;height:100%;display:block}.sv-card__heart{width:2.15rem;height:2.15rem;color:var(--bk-muted);cursor:pointer;background:#fffffff5;border:none;border-radius:50%;place-items:center;font-size:1rem;display:grid;position:absolute;top:.75rem;right:.75rem;box-shadow:0 4px 14px #0000001f}.sv-card__heart.is-on,.sv-card__heart:hover{color:#c62828}.sv-card__body{flex-direction:column;flex:1;gap:.45rem;padding:1rem 1.05rem 1.1rem;display:flex}.sv-card__body h2{font-family:var(--bk-display);color:#152028;margin:0;font-size:1.2rem;line-height:1.25}.sv-card__desc{color:var(--bk-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.86rem;line-height:1.45;display:-webkit-box;overflow:hidden}.sv-card__specs{flex-wrap:wrap;gap:.65rem .9rem;margin:.2rem 0 0;padding:0;list-style:none;display:flex}.sv-card__specs li{color:#44515c;align-items:center;gap:.3rem;font-size:.78rem;font-weight:550;display:inline-flex}.sv-card__specs span{opacity:.85;font-size:.85rem}.sv-card__foot{flex-direction:column;gap:.7rem;margin-top:auto;padding-top:.75rem;display:flex}.sv-card__price{flex-direction:column;gap:.1rem;display:flex}.sv-card__price strong{color:#152028;letter-spacing:-.01em;font-size:1.2rem;font-weight:750}.sv-card__price small{color:var(--bk-muted);font-size:.75rem}.sv-card__view{border:1.5px solid var(--bk-forest);width:100%;color:var(--bk-forest);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:.65rem .85rem;font-size:.88rem;font-weight:650;transition:background .15s,color .15s}.sv-card__view:hover{background:var(--bk-forest);color:#fff}.sv-empty{text-align:center;background:#fff;border:1px solid #01322014;border-radius:14px;padding:2.2rem 1.5rem}.sv-empty__icon{background:var(--bk-forest-soft);width:4.25rem;height:4.25rem;color:var(--bk-forest);border-radius:50%;place-items:center;margin:0 auto .85rem;font-size:1.8rem;display:grid}.sv-empty h2{font-family:var(--bk-display);margin:0;font-size:1.45rem}.sv-empty p{max-width:42ch;color:var(--bk-muted);margin:.45rem auto 1.1rem;line-height:1.5}.sv-suggest__head{margin-bottom:.85rem}.sv-suggest__head h3{font-family:var(--bk-display);margin:0;font-size:1.2rem}.sv-suggest__head p{color:var(--bk-muted);margin:.25rem 0 0;font-size:.88rem}.sv-banner{background:radial-gradient(circle at 0 100%,#2563eb14,#0000 42%),radial-gradient(circle at 100% 0,#2563eb12,#0000 40%),#e8f3ee;border:1px solid #2563eb14;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.35rem;padding:1.15rem 1.25rem;display:flex}.sv-banner__copy{align-items:flex-start;gap:.75rem;min-width:0;display:flex}.sv-banner__icon{width:2.4rem;height:2.4rem;color:var(--bk-forest);background:#fff;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.15rem;display:grid;box-shadow:0 2px 8px #2563eb14}.sv-banner__copy strong{color:#152028;font-size:.98rem;display:block}.sv-banner__copy p{color:var(--bk-muted);max-width:48ch;margin:.2rem 0 0;font-size:.86rem;line-height:1.4}.sv-banner__cta{background:var(--bk-forest);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;padding:.7rem 1.15rem;font-size:.88rem;font-weight:650;text-decoration:none;display:inline-flex}.sv-banner__cta:hover{filter:brightness(1.06)}@media (width<=980px){.sv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.sv-grid{grid-template-columns:1fr}.sv-head__icon{width:2.4rem;height:2.4rem}.sv-banner{align-items:stretch}.sv-banner__cta{justify-content:center;width:100%}}.pay-page{flex-direction:column;gap:1.1rem;display:flex}.pay-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.pay-head h1{font-family:var(--bk-display);color:var(--bk-forest);margin:0;font-size:clamp(1.7rem,3vw,2.15rem);line-height:1.15}.pay-head p{color:var(--bk-muted);margin:.35rem 0 0;font-size:.92rem}.pay-filter select{appearance:none;font:inherit;color:var(--bk-ink);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right .75rem center no-repeat;border:1px solid #01322026;border-radius:8px;min-width:9.5rem;padding:.55rem 2rem .55rem .85rem;font-size:.88rem;font-weight:550}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pay-table-wrap{background:#fff;border:1px solid #01322014;border-radius:14px;overflow:auto;box-shadow:0 6px 22px #2563eb0a}.pay-table{border-collapse:collapse;width:100%;min-width:860px}.pay-table th{text-align:left;letter-spacing:.02em;color:var(--bk-forest);white-space:nowrap;background:#e8f3ee;border-bottom:1px solid #2563eb14;padding:.85rem 1rem;font-size:.78rem;font-weight:700}.pay-table th:first-child{border-radius:14px 0 0}.pay-table th:last-child{border-radius:0 14px 0 0}.pay-table td{vertical-align:middle;border-bottom:1px solid #0132200f;padding:.95rem 1rem;font-size:.88rem}.pay-table tbody tr:last-child td{border-bottom:none}.pay-table tbody tr:hover td{background:#e8f3ee59}.pay-date{color:#152028;font-size:.9rem;font-weight:700;display:block}.pay-time{color:var(--bk-muted);margin-top:.15rem;font-size:.78rem;display:block}.pay-id{color:#24333d;white-space:nowrap;font-weight:650}.pay-room{color:#152028;font-size:.9rem;display:block}.pay-meta{color:var(--bk-muted);margin-top:.15rem;font-size:.78rem;display:block}.pay-amount{color:#152028;white-space:nowrap;font-weight:750}.pay-method{color:#44515c;white-space:nowrap;align-items:center;gap:.45rem;font-size:.84rem;display:inline-flex}.pay-method__brand{letter-spacing:.04em;color:#fff;border-radius:4px;place-items:center;min-width:2.4rem;height:1.35rem;padding:0 .35rem;font-size:.62rem;font-weight:800;display:inline-grid}.pay-method__brand--visa{background:#1a1f71}.pay-method__brand--mastercard{color:#fff;background:linear-gradient(90deg,#eb001b 50%,#f79e1b 50%);font-size:.58rem}.pay-method__brand--upi{background:#097939}.pay-status{white-space:nowrap;border-radius:999px;align-items:center;gap:.2rem;padding:.28rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.pay-status--paid{color:#1d4ed8;background:#eff6ff}.pay-status--pending{color:#9a6700;background:#fff6e5}.pay-status--refunded{color:#b42318;background:#fef3f2}.pay-invoice{font:inherit;color:var(--bk-ink);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0132202e;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.8rem;font-weight:650;display:inline-flex}.pay-invoice:hover:not(:disabled){border-color:var(--bk-forest);color:var(--bk-forest);background:var(--bk-forest-soft)}.pay-invoice:disabled{opacity:.45;cursor:not-allowed}.pay-empty{text-align:center;color:var(--bk-muted);padding:2.5rem 1rem!important}.pay-toast{z-index:60;background:var(--bk-forest);color:#fff;border-radius:10px;padding:.75rem 1.1rem;font-size:.88rem;font-weight:550;animation:.2s pay-toast-in;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 28px #2563eb40}@keyframes pay-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.pay-head{align-items:stretch}.pay-filter select{width:100%}}.of-page{flex-direction:column;gap:1.15rem;display:flex}.of-head h1{font-family:var(--bk-display);color:#152028;margin:0;font-size:clamp(1.7rem,3vw,2.15rem);line-height:1.15}.of-head p{color:var(--bk-muted);margin:.35rem 0 0;font-size:.92rem}.of-hero{background:#f3ebe0;border:1px solid #0132200f;border-radius:16px;grid-template-columns:1.05fr 1.25fr;gap:0;min-height:210px;display:grid;overflow:hidden}.of-hero__copy{flex-direction:column;justify-content:center;gap:1rem;padding:1.75rem 1.6rem;display:flex}.of-hero__copy h2{font-family:var(--bk-display);color:#152028;margin:0;font-size:clamp(1.55rem,2.8vw,2.05rem);line-height:1.2}.of-hero__cta{background:var(--bk-forest);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.7rem 1.15rem;font-size:.9rem;font-weight:650}.of-hero__cta:hover{filter:brightness(1.06)}.of-hero__visual{min-height:210px;position:relative}.of-hero__visual img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.of-hero__script{z-index:1;font-family:var(--bk-script);color:#fff;text-shadow:0 2px 10px #00000059;margin:0;font-size:1.35rem;font-style:italic;position:absolute;top:.85rem;right:3.2rem}.of-hero__rail{color:#fff;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.18em;z-index:1;background:linear-gradient(#c9a227,#a8861c);place-items:center;width:2.4rem;font-size:.68rem;font-weight:750;display:grid;position:absolute;top:0;bottom:0;right:0}.of-tabs{border-bottom:1px solid var(--bk-line);gap:.25rem;display:flex}.of-tabs button{font:inherit;color:var(--bk-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem .9rem;font-size:.9rem;font-weight:650}.of-tabs button.is-on{color:var(--bk-forest);border-bottom-color:var(--bk-forest)}.of-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.of-card{background:#fff;border:1px solid #01322014;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 6px 20px #2563eb0d}.of-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2563eb17}.of-card.is-expired{opacity:.78}.of-card__media{aspect-ratio:16/10;background:var(--bk-sand);position:relative}.of-card__media img{object-fit:cover;width:100%;height:100%;display:block}.of-card__badge{background:var(--bk-forest);color:#fff;letter-spacing:.02em;border-radius:6px;padding:.28rem .5rem;font-size:.68rem;font-weight:750;position:absolute;top:.65rem;right:.65rem}.of-card.is-expired .of-card__badge{background:#6b7280}.of-card__body{flex-direction:column;flex:1;gap:.45rem;padding:.9rem .95rem 1rem;display:flex}.of-card__body h3{color:#152028;margin:0;font-size:1.02rem;line-height:1.25}.of-card__body>p{color:var(--bk-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.of-card__code{background:#f7fbf9;border:1.5px dashed #2563eb47;border-radius:8px;align-items:center;gap:.4rem;margin-top:.15rem;padding:.35rem .4rem .35rem .65rem;display:flex}.of-card__code code{letter-spacing:.04em;color:var(--bk-forest);flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;font-weight:700}.of-card__code button{background:var(--bk-forest);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.4rem .65rem;font-size:.75rem;font-weight:700}.of-card__code button:disabled{cursor:not-allowed;background:#9ca3af}.of-card__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.35rem;display:flex}.of-card__foot>span{color:var(--bk-muted);align-items:center;gap:.3rem;font-size:.72rem;display:inline-flex}.of-card__foot button{color:var(--bk-forest);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:700}.of-card__details{background:var(--bk-forest-soft);color:#2a3a44;border-radius:8px;margin:0;padding:.55rem .65rem;font-size:.78rem;line-height:1.45}.of-empty{text-align:center;color:var(--bk-muted);background:#fff;border:1px solid #01322014;border-radius:12px;padding:2rem 1rem}.of-promo{background:#e8f3ee;border:1px solid #2563eb14;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.2rem;display:flex}.of-promo__copy{align-items:flex-start;gap:.75rem;min-width:0;display:flex}.of-promo__icon{background:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:2.4rem;height:2.4rem;display:grid;box-shadow:0 2px 8px #2563eb14}.of-promo__copy strong{color:#152028;font-size:.95rem;display:block}.of-promo__copy p{color:var(--bk-muted);margin:.2rem 0 0;font-size:.86rem;line-height:1.4}.of-promo__cta{border:1.5px solid var(--bk-forest);color:var(--bk-forest);white-space:nowrap;background:#fff;border-radius:8px;align-items:center;padding:.65rem 1.1rem;font-size:.88rem;font-weight:650;text-decoration:none;display:inline-flex}.of-promo__cta:hover{background:var(--bk-forest);color:#fff}@media (width<=1100px){.of-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.of-hero{grid-template-columns:1fr}.of-hero__visual{min-height:180px}.of-hero__script{right:3rem}}@media (width<=560px){.of-grid{grid-template-columns:1fr}.of-tabs{overflow-x:auto}.of-tabs button{white-space:nowrap}.of-promo__cta{justify-content:center;width:100%}}.hc-page{flex-direction:column;gap:1.25rem;display:flex}.hc-hero{background:linear-gradient(120deg,#2563ebd1,#2563eb73),url(https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1400&q=80) 50%/cover;border-radius:16px;flex-direction:column;justify-content:center;min-height:220px;padding:2.25rem 1.5rem 3.25rem;display:flex;position:relative;overflow:hidden}.hc-hero__shade{display:none}.hc-hero__copy{z-index:1;text-align:center;color:#fff;position:relative}.hc-hero__copy h1{font-family:var(--bk-display);margin:0;font-size:clamp(1.9rem,3.5vw,2.5rem);font-weight:700}.hc-hero__copy p{opacity:.92;margin:.45rem 0 0;font-size:.98rem}.hc-search{z-index:2;background:#fff;border-radius:12px;align-items:center;gap:.55rem;width:min(560px,100% - 2rem);padding:.7rem .95rem;display:flex;position:absolute;bottom:1.1rem;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #0000002e}.hc-search span{color:var(--bk-muted);font-size:1.05rem}.hc-search input{font:inherit;color:var(--bk-ink);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.hc-section-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.85rem;display:flex}.hc-section-head h2{font-family:var(--bk-display);color:#152028;margin:0;font-size:1.25rem}.hc-link{color:var(--bk-forest);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.86rem;font-weight:700}.hc-topics__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;display:grid}.hc-topic{text-align:center;cursor:pointer;font:inherit;color:inherit;background:#eef5f1;border:1px solid #01322014;border-radius:12px;flex-direction:column;align-items:center;gap:.35rem;padding:1rem .75rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.hc-topic:hover,.hc-topic.is-on{background:#e4f0ea;border-color:#2563eb47;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb14}.hc-topic__icon{width:2.4rem;height:2.4rem;color:var(--bk-forest);background:#fff;border-radius:50%;place-items:center;margin-bottom:.15rem;font-size:1.05rem;display:grid}.hc-topic strong{color:#152028;font-size:.82rem;line-height:1.25}.hc-topic>span:last-child{color:var(--bk-muted);font-size:.72rem;line-height:1.35}.hc-split{grid-template-columns:1.35fr .9fr;align-items:start;gap:1.1rem;display:grid}.hc-faq-list{background:#fff;border:1px solid #01322014;border-radius:14px;margin:0;padding:0;list-style:none;overflow:hidden}.hc-faq-list>li{border-bottom:1px solid #0132200f}.hc-faq-list>li:last-child{border-bottom:none}.hc-faq{text-align:left;width:100%;font:inherit;color:#24333d;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1.05rem;font-size:.9rem;font-weight:600;display:flex}.hc-faq:hover,.hc-faq.is-open{color:var(--bk-forest);background:#e8f3ee8c}.hc-faq em{color:var(--bk-muted);flex-shrink:0;font-size:1.05rem;font-style:normal}.hc-faq__a{color:var(--bk-muted);margin:0;padding:0 1.05rem .95rem;font-size:.86rem;line-height:1.5}.hc-faq-empty{text-align:center;color:var(--bk-muted);padding:1.5rem 1.05rem;font-size:.9rem}.hc-support{background:#fff;border:1px solid #01322014;border-radius:14px;flex-direction:column;gap:.65rem;padding:1.15rem 1.1rem 1.2rem;display:flex}.hc-support h2{font-family:var(--bk-display);color:#152028;margin:0;font-size:1.25rem}.hc-support__lead{color:var(--bk-muted);margin:0 0 .25rem;font-size:.86rem;line-height:1.45}.hc-contact{color:inherit;font:inherit;text-align:left;cursor:pointer;background:#f7faf8;border:1px solid #01322014;border-radius:10px;align-items:flex-start;gap:.7rem;width:100%;padding:.75rem .8rem;text-decoration:none;display:flex}.hc-contact:hover{background:#eef5f1;border-color:#2563eb38}.hc-contact__icon{background:var(--bk-forest-soft);width:2.2rem;height:2.2rem;color:var(--bk-forest);border-radius:50%;flex-shrink:0;place-items:center;font-size:.95rem;display:grid}.hc-contact strong{color:#152028;font-size:.88rem;display:block}.hc-contact em{color:var(--bk-forest);margin-top:.1rem;font-size:.82rem;font-style:normal;font-weight:650;display:block}.hc-contact small{color:var(--bk-muted);margin-top:.12rem;font-size:.72rem;display:block}.hc-support__btn{border:1.5px solid var(--bk-forest);width:100%;color:var(--bk-forest);font:inherit;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;margin-top:.25rem;padding:.7rem .9rem;font-size:.88rem;font-weight:700;display:inline-flex}.hc-support__btn:hover{background:var(--bk-forest);color:#fff}.hc-support__btn span{border:1.5px solid;border-radius:50%;place-items:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:800;display:grid}.hc-banner{background:#f3ebe0;border:1px solid #0132200f;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.hc-banner__copy{align-items:flex-start;gap:.75rem;min-width:0;display:flex}.hc-banner__icon{background:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:2.5rem;height:2.5rem;font-size:1.15rem;display:grid;box-shadow:0 2px 8px #2563eb14}.hc-banner__copy strong{color:#152028;font-size:1rem;display:block}.hc-banner__copy p{color:var(--bk-muted);max-width:48ch;margin:.2rem 0 0;font-size:.86rem;line-height:1.4}.hc-banner__cta{background:var(--bk-forest);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.7rem 1.15rem;font-size:.88rem;font-weight:650}.hc-banner__cta:hover{filter:brightness(1.06)}.hc-modal{z-index:80;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.hc-modal__backdrop{cursor:pointer;background:#0f1e1873;border:none;position:absolute;inset:0}.hc-modal__panel{z-index:1;background:#fff;border-radius:14px;flex-direction:column;gap:.7rem;width:min(420px,100%);padding:1.25rem;display:flex;position:relative;box-shadow:0 20px 50px #0003}.hc-modal__panel h3{font-family:var(--bk-display);margin:0;font-size:1.35rem}.hc-modal__panel>p{color:var(--bk-muted);margin:0;font-size:.88rem}.hc-modal__panel label{color:#44515c;gap:.3rem;font-size:.8rem;font-weight:650;display:grid}.hc-modal__panel input,.hc-modal__panel textarea{font:inherit;color:var(--bk-ink);border:1px solid #01322026;border-radius:8px;padding:.6rem .7rem;font-size:.9rem;font-weight:400}.hc-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:.35rem;display:flex}.hc-modal__cancel,.hc-modal__submit{font:inherit;cursor:pointer;border-radius:8px;padding:.55rem .95rem;font-size:.88rem;font-weight:650}.hc-modal__cancel{color:var(--bk-ink);background:#fff;border:1px solid #01322026}.hc-modal__submit{background:var(--bk-forest);color:#fff;border:none}.hc-toast{z-index:90;background:var(--bk-forest);color:#fff;border-radius:10px;max-width:min(360px,100% - 2rem);padding:.75rem 1.1rem;font-size:.88rem;font-weight:550;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 28px #2563eb40}@media (width<=1100px){.hc-topics__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.hc-split{grid-template-columns:1fr}}@media (width<=560px){.hc-topics__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-hero{min-height:200px;padding-bottom:3.5rem}.hc-banner__cta{width:100%}}*,:before,:after{box-sizing:border-box}:root{--bk-forest:#2563eb;--bk-forest-dark:#1d4ed8;--bk-forest-soft:#eff6ff;--bk-gold:#c9a227;--bk-teal:#2563eb;--bk-teal-dark:#1d4ed8;--bk-teal-soft:#eff6ff;--bk-ink:#0f172a;--bk-muted:#64748b;--bk-line:#e2e8f0;--bk-paper:#fff;--bk-white:#fff;--bk-sand:#efeae2;--bk-radius:14px;--bk-font:"Outfit", system-ui, sans-serif;--bk-display:"Playfair Display", Georgia, serif;--bk-script:"Great Vibes", cursive}html,body,#root{min-height:100%;margin:0}html{scroll-behavior:smooth}body{font-family:var(--bk-font);color:var(--bk-ink);background:var(--bk-paper);-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font:inherit}.muted{color:var(--bk-muted)}.btn{appearance:none;background:var(--bk-forest);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.1rem;font-weight:650;text-decoration:none;display:inline-flex}.btn:hover{filter:brightness(1.06)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-outline{color:var(--bk-forest);border:1.5px solid var(--bk-forest);background:#fff}.btn-secondary{background:var(--bk-forest-soft);color:var(--bk-forest-dark)}.card{border:1px solid var(--bk-line);border-radius:var(--bk-radius);background:#fff}
