:root {
	--bgp-primary: #4338ca;
	--bgp-primary-dark: #312e81;
	--bgp-primary-soft: #eef2ff;
	--bgp-accent: #0f9f8f;
	--bgp-accent-soft: #e8fbf7;
	--bgp-sand: #f4e7d5;
	--bgp-ink: #172033;
	--bgp-muted: #65718a;
	--bgp-line: #e2e8f0;
	--bgp-surface: #ffffff;
	--bgp-page: #f8fafc;
	--bgp-danger: #dc2626;
	--bgp-shadow-sm: 0 8px 30px rgba(28, 39, 64, .07);
	--bgp-shadow: 0 18px 55px rgba(30, 41, 59, .10);
	--bgp-shadow-primary: 0 18px 45px rgba(67, 56, 202, .22);
	--bgp-radius-sm: 14px;
	--bgp-radius: 22px;
	--bgp-radius-lg: 30px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body.badgir-public-site {
	margin: 0;
	background: var(--bgp-page);
	color: var(--bgp-ink);
	font-family: "Vazirmatn", Tahoma, sans-serif !important;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.badgir-public-site *,
body.badgir-public-site *::before,
body.badgir-public-site *::after { box-sizing: border-box; }
body.badgir-public-site a { text-decoration: none; }
.badgir-public-site :where(a),
.badgir-public-site :where(a):hover,
.badgir-public-site :where(a):focus-visible { color: inherit; }
.badgir-public-site :where(button):hover,
.badgir-public-site :where(button):focus-visible {
	color: var(--bgp-primary);
	border-color: #c7d2fe;
	background-color: var(--bgp-primary-soft);
}
body.badgir-public-site input[type="submit"]:hover,
body.badgir-public-site input[type="submit"]:focus-visible {
	color: #fff;
	border-color: transparent;
	background-color: var(--bgp-primary);
}
body.badgir-public-site button,
body.badgir-public-site input,
body.badgir-public-site select,
body.badgir-public-site textarea { font: inherit; }
body.badgir-public-site img { max-width: 100%; display: block; }
body.badgir-public-site svg { display: block; width: 22px; height: 22px; flex: 0 0 auto; vertical-align: middle; }
body.badgir-public-site :where(
	.bgp-brand__mark,
	.bgp-search__icon,
	.bgp-category-grid a > span,
	.bgp-slider-actions button,
	.bgp-menu-toggle,
	.bgp-account-link,
	.bgp-host-link,
	.bgp-favorite,
	.bgp-button,
	.bgp-mobile-menu__head button,
	.bgp-date-modal > header button,
	.bgp-calendar__head button,
	.bgp-filters__head button,
	.bgp-mobile-filter-row > button,
	.bgp-eyebrow
) svg { position: static !important; margin: 0 !important; align-self: center; transform-origin: center; }
body.badgir-public-site :where(
	.bgp-menu-toggle,
	.bgp-slider-actions button,
	.bgp-mobile-menu__head button,
	.bgp-date-modal > header button,
	.bgp-calendar__head button,
	.bgp-filters__head button
) { padding: 0 !important; line-height: 0 !important; }
body.badgir-public-site.admin-bar .bgp-header { top: 32px; }

.bgp-main { min-height: 60vh; }
.bgp-container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.bgp-section { padding: 52px 0; }
.bgp-skip-link { position: fixed; top: -80px; right: 16px; z-index: 10000; background: #fff; color: var(--bgp-primary); padding: 10px 16px; border-radius: 10px; box-shadow: var(--bgp-shadow); }
.bgp-skip-link:focus { top: 12px; }

@keyframes bgpFadeUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bgpSlideDown { from { opacity: 0; transform: translate(-50%, -18px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes bgpScaleIn { from { opacity: 0; transform: translate(-50%, -48%) scale(.97); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

/* Header */
.bgp-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .90); border-bottom: 1px solid rgba(226, 232, 240, .78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.bgp-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 10px 35px rgba(30, 41, 59, .07); }
.bgp-header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.bgp-brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.bgp-brand__mark { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; border-radius: 15px; background: linear-gradient(145deg, #4f46e5, #312e81); box-shadow: 0 10px 24px rgba(67,56,202,.25); }
.bgp-brand__mark svg { width: 27px !important; height: 27px !important; stroke-width: 1.55; }
.bgp-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.45; }
.bgp-brand strong { color: #141b2d; font-size: 17px; font-weight: 900; }
.bgp-brand small { color: #8a95a9; font-size: 10px; font-weight: 500; }
.bgp-desktop-nav { display: flex; align-items: center; gap: 4px; margin-right: 18px; }
.bgp-desktop-nav a { position: relative; padding: 10px 12px; color: #4b556b; font-size: 14px; font-weight: 600; border-radius: 10px; transition: .2s ease; }
.bgp-desktop-nav a:hover { color: var(--bgp-primary); background: var(--bgp-primary-soft); }
.bgp-desktop-nav a.is-active { color: var(--bgp-primary); }
.bgp-desktop-nav a.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 1px; height: 2px; border-radius: 2px; background: var(--bgp-primary); }
.bgp-header__actions { margin-right: auto; display: flex; align-items: center; gap: 10px; }
.bgp-host-link, .bgp-account-link { height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 13px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.bgp-host-link { color: var(--bgp-primary); background: var(--bgp-primary-soft); }
.bgp-account-link { color: #fff; background: linear-gradient(135deg, #4f46e5, #3730a3); box-shadow: 0 10px 25px rgba(67,56,202,.20); }
.bgp-host-link:hover, .bgp-account-link:hover { transform: translateY(-2px); }
.bgp-menu-toggle { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--bgp-line); background: #fff; border-radius: 13px; cursor: pointer; }
.bgp-mobile-menu, .bgp-menu-backdrop { display: none; }

/* Full-bleed hero */
.bgp-hero { position: relative; isolation: isolate; padding: 0 0 70px; background: #fff; }
.bgp-hero > .bgp-container { position: relative; width: 100%; max-width: none; }
.bgp-hero__visual { position: relative; height: clamp(620px, calc(100svh - 78px), 900px); overflow: hidden; border-radius: 0; box-shadow: none; }
.bgp-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.bgp-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,15,30,.42) 0%, rgba(8,15,30,.06) 35%, rgba(8,15,30,.12) 57%, rgba(8,15,30,.72) 100%); }
.bgp-hero__copy { position: absolute; z-index: 4; inset: 0; width: min(1120px, calc(100% - 48px)); margin-inline: auto; padding: 56px 0 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; direction: rtl; text-align: center; color: #fff; animation: bgpFadeUp .65s ease both; }
.bgp-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--bgp-primary); font-size: 13px; font-weight: 800; }
.bgp-hero__copy .bgp-eyebrow { color: #fff; padding: 7px 12px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(10px); }
.bgp-eyebrow svg { width: 17px !important; height: 17px !important; }
.bgp-hero__copy h1 { margin: 16px 0 7px; color: #fff; font-size: clamp(40px, 4vw, 62px); line-height: 1.3; font-weight: 950; letter-spacing: -1.7px; text-shadow: 0 8px 30px rgba(8,15,30,.25); }
.bgp-hero__copy p { margin: 0 auto; max-width: 620px; color: rgba(255,255,255,.94); font-size: 17px; line-height: 2; font-weight: 500; text-shadow: 0 5px 18px rgba(8,15,30,.30); }

/* Search */
.bgp-search { position: relative; z-index: 5; display: grid; grid-template-columns: minmax(230px, 1.5fr) 1fr 1fr .9fr 116px; align-items: stretch; background: rgba(255,255,255,.97); border: 1px solid rgba(226,232,240,.9); border-radius: 22px; box-shadow: 0 20px 58px rgba(30,41,59,.16); }
.bgp-search--home { position: relative; inset: auto; width: 100%; max-width: 1080px; margin: 28px auto 0; padding: 9px; transform: none; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(8,15,30,.24); backdrop-filter: blur(18px); }
body.badgir-public-site .bgp-search__field { position: relative; min-width: 0; min-height: 74px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: 24px 25px; column-gap: 8px; align-content: center; text-align: right; padding: 10px 15px; border: 0; border-left: 1px solid var(--bgp-line); background: transparent; cursor: pointer; }
body.badgir-public-site label.bgp-search__field { cursor: text; }
.bgp-search__icon { grid-row: 1 / 3; align-self: center; width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: var(--bgp-primary); background: var(--bgp-primary-soft); }
.bgp-search__icon svg { width: 19px !important; height: 19px !important; }
.bgp-search__label { align-self: end; color: #7c879c; font-size: 11px; font-weight: 700; }
.bgp-search__field strong { align-self: start; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #243047; font-size: 13px; font-weight: 800; }
.bgp-search__field input { width: 100%; min-width: 0; height: 26px; padding: 0; color: #243047; font-size: 13px; font-weight: 800; border: 0; outline: 0; background: transparent; }
.bgp-search__field input::placeholder { color: #9aa4b5; font-weight: 600; opacity: 1; }
.bgp-search__field:focus-within .bgp-search__icon, .bgp-search__field:hover .bgp-search__icon { background: #e0e7ff; }
.bgp-search__guest-wrap { position: relative; min-width: 0; }
.bgp-search__guest-wrap > .bgp-search__field { width: 100%; }
.bgp-search__submit { margin: 3px; padding: 0; border: 0; border-radius: 16px; color: #fff; background: linear-gradient(135deg, #4f46e5, #3730a3); box-shadow: var(--bgp-shadow-primary); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; transition: .2s ease; }
.bgp-search__submit b { font-size: 13px; }
.bgp-search__submit:hover { transform: translateY(-2px); filter: brightness(1.03); }
.bgp-guests-popover { position: absolute; top: calc(100% + 16px); left: 0; z-index: 20; width: 305px; padding: 18px; background: #fff; border: 1px solid var(--bgp-line); border-radius: 20px; box-shadow: var(--bgp-shadow); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: .2s ease; }
.bgp-guests-popover.is-open { opacity: 1; visibility: visible; transform: none; }
.bgp-guests-popover > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.bgp-guests-popover > div > span:first-child { display: flex; flex-direction: column; }
.bgp-guests-popover strong { font-size: 14px; }
.bgp-guests-popover small { color: var(--bgp-muted); font-size: 11px; }
.bgp-stepper { display: inline-flex; align-items: center; gap: 10px; direction: ltr; }
.bgp-stepper button { width: 34px; height: 34px; border: 1px solid #cbd5e1; background: #fff; border-radius: 11px; color: var(--bgp-primary); cursor: pointer; font-size: 20px; line-height: 1; }
.bgp-stepper b { min-width: 24px; text-align: center; }
.bgp-popover-done { width: 100%; height: 39px; margin-top: 16px; border: 0; border-radius: 11px; color: #fff; background: var(--bgp-primary); cursor: pointer; font-size: 12px; font-weight: 800; }

/* Section headings */
.bgp-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.bgp-section-heading > div:first-child > span, .bgp-story > div:first-child > span, .bgp-faq__intro > span { display: block; margin-bottom: 4px; color: var(--bgp-primary); font-size: 12px; font-weight: 800; }
.bgp-section-heading h2, .bgp-story h2, .bgp-faq__intro h2 { margin: 0; color: var(--bgp-ink); font-size: clamp(23px, 2.3vw, 31px); line-height: 1.55; font-weight: 900; letter-spacing: -.6px; }
.bgp-section-heading p { margin: 3px 0 0; color: var(--bgp-muted); font-size: 13px; }
.bgp-section-heading > a, .bgp-faq__intro > a { display: inline-flex; align-items: center; gap: 7px; min-width: max-content; color: var(--bgp-primary); font-size: 13px; font-weight: 800; }
.bgp-section-heading > a svg, .bgp-faq__intro > a svg { width: 18px !important; height: 18px !important; }

/* Floating category dock below the hero */
.bgp-categories { position: relative; z-index: 7; margin-top: -126px; padding: 0 0 38px; background: transparent; }
.bgp-categories > .bgp-container { width: min(1220px, calc(100% - 48px)); padding: 14px 20px; border: 1px solid rgba(226,232,240,.82); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 20px 55px rgba(15,23,42,.16); backdrop-filter: blur(18px); }
.bgp-categories .bgp-section-heading { display: none; }
.bgp-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.bgp-category-grid a { min-height: 86px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 14px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.bgp-category-grid a + a { border-right: 1px solid #edf0f5; }
.bgp-category-grid a:hover { color: var(--bgp-primary); background: var(--bgp-primary-soft); transform: translateY(-2px); }
.bgp-category-grid a > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--bgp-primary); border-radius: 13px; background: var(--bgp-primary-soft); }
.bgp-category-grid a > span svg { width: 21px !important; height: 21px !important; }
.bgp-category-grid a strong { font-size: 13px; font-weight: 850; }
.bgp-category-grid a small { display: none; }

/* Destinations */
.bgp-destinations { background: #fff; }
.bgp-destinations > .bgp-container { width: min(1160px, calc(100% - 48px)); }
.bgp-destinations .bgp-section-heading { align-items: center; margin-bottom: 20px; }
.bgp-slider-actions { display: flex; gap: 8px; }
.bgp-slider-actions button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--bgp-line); border-radius: 12px; background: #fff; cursor: pointer; transition: .2s; }
.bgp-slider-actions button:hover { color: var(--bgp-primary); border-color: #c7d2fe; }
.bgp-destination-row { display: flex; gap: 20px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding: 2px 0 12px; }
.bgp-destination-row::-webkit-scrollbar { display: none; }
.bgp-destination { flex: 0 0 calc((100% - 100px) / 6); min-width: 0; height: auto; display: flex; flex-direction: column; gap: 10px; overflow: visible; scroll-snap-align: start; color: var(--bgp-ink); }
.bgp-destination figure { width: 100%; aspect-ratio: 5 / 6; margin: 0; overflow: hidden; border-radius: 10px; background: #edf1f5; }
.bgp-destination img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bgp-destination:hover img { transform: scale(1.035); }
.bgp-destination > span { min-height: 26px; display: block; color: #273247; font-size: 13px; line-height: 1.75; font-weight: 750; transition: color .2s ease; }
.bgp-destination:hover > span { color: var(--bgp-primary); }

/* Stay cards */
.bgp-featured { background: #fff; }
.bgp-stay-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px 18px; }
.bgp-stay-grid--home { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bgp-stay-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e6ebf2; border-radius: 21px; transition: transform .25s ease, box-shadow .25s ease; }
.bgp-stay-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(30,41,59,.10); }
.bgp-stay-card__media { position: relative; height: 215px; overflow: hidden; background: #e2e8f0; }
.bgp-stay-card__media > a, .bgp-stay-card__media img { width: 100%; height: 100%; }
.bgp-stay-card__media img { object-fit: cover; transition: transform .5s ease; }
.bgp-stay-card:hover .bgp-stay-card__media img { transform: scale(1.04); }
.bgp-favorite { position: absolute; z-index: 2; top: 12px; left: 12px; width: 38px; height: 38px; min-width: 38px; min-height: 38px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0 !important; line-height: 1; border: 1px solid rgba(255,255,255,.65); border-radius: 13px; background: rgba(255,255,255,.92); color: #475569; backdrop-filter: blur(8px); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.bgp-favorite svg { display: block; width: 20px !important; height: 20px !important; margin: 0 !important; transform: none !important; }
.bgp-favorite:hover { color: var(--bgp-primary); border-color: #c7d2fe; background: #eef2ff; transform: translateY(-1px); }
.bgp-favorite.is-active { color: var(--bgp-primary); border-color: #c7d2fe; background: #eef2ff; }
.bgp-favorite.is-active svg { fill: currentColor; }
.bgp-instant, .bgp-stay-type { position: absolute; z-index: 2; right: 12px; display: inline-flex; align-items: center; gap: 4px; height: 28px; padding: 0 9px; border-radius: 9px; font-size: 9px; font-weight: 850; backdrop-filter: blur(8px); }
.bgp-instant { top: 12px; color: #fff; background: rgba(15,159,143,.91); }
.bgp-instant svg { width: 13px !important; height: 13px !important; fill: currentColor; }
.bgp-stay-type { bottom: 12px; color: #fff; background: rgba(17,24,39,.61); }
.bgp-stay-card__body { padding: 14px 15px 16px; }
.bgp-stay-card__rating { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.bgp-stay-card__rating span { display: inline-flex; align-items: center; gap: 4px; color: #b7791f; font-size: 10px; font-weight: 800; }
.bgp-stay-card__rating span svg { width: 14px !important; height: 14px !important; fill: #facc15; stroke: #b7791f; }
.bgp-stay-card__rating small { color: #94a3b8; font-size: 9px; }
.bgp-stay-card__title { display: block; min-height: 31px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #172033; font-size: 14px; font-weight: 850; }
.bgp-stay-card__body > p { display: flex; align-items: center; gap: 5px; margin: 2px 0 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #7b8799; font-size: 11px; }
.bgp-stay-card__body > p svg { width: 14px !important; height: 14px !important; }
.bgp-stay-card__facts { display: flex; gap: 13px; min-height: 20px; color: #64748b; font-size: 10px; }
.bgp-stay-card__facts span { position: relative; }
.bgp-stay-card__facts span + span::before { content: ""; position: absolute; right: -7px; top: 9px; width: 3px; height: 3px; border-radius: 50%; background: #cbd5e1; }
.bgp-stay-card__price { display: flex; align-items: baseline; justify-content: flex-end; gap: 5px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #f0f3f7; }
.bgp-stay-card__price span { color: #344054; font-size: 11px; }
.bgp-stay-card__price strong { color: #172033; font-size: 15px; font-weight: 900; }
.bgp-stay-card__price small { color: #94a3b8; font-size: 9px; }

/* Trust and host CTA */
.bgp-trust { padding-top: 32px; padding-bottom: 38px; background: #fff; }
.bgp-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--bgp-line); border-radius: 24px; background: linear-gradient(145deg, #fff, #f8fafc); box-shadow: var(--bgp-shadow-sm); }
.bgp-trust__grid article { display: flex; align-items: center; gap: 14px; min-height: 118px; padding: 20px 28px; }
.bgp-trust__grid article + article { border-right: 1px solid var(--bgp-line); }
.bgp-trust__grid article > span { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 15px; color: var(--bgp-primary); background: var(--bgp-primary-soft); }
.bgp-trust__grid strong { display: block; font-size: 14px; font-weight: 850; }
.bgp-trust__grid p { margin: 2px 0 0; color: var(--bgp-muted); font-size: 11px; line-height: 1.8; }
.bgp-host-cta { background: #f8fafc; }
.bgp-host-cta__card { position: relative; overflow: hidden; min-height: 340px; display: flex; align-items: center; padding: 50px 58px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #312e81 0%, #4338ca 54%, #5b5bd6 100%); box-shadow: var(--bgp-shadow-primary); }
.bgp-host-cta__card::before, .bgp-host-cta__card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.bgp-host-cta__card::before { width: 420px; height: 420px; left: -160px; top: -150px; }
.bgp-host-cta__card::after { width: 280px; height: 280px; left: -80px; top: -80px; }
.bgp-host-cta__card > div:first-child { position: relative; z-index: 2; max-width: 620px; }
.bgp-host-cta__card .bgp-eyebrow { color: #c7d2fe; }
.bgp-host-cta__card h2 { margin: 10px 0 8px; color: #fff; font-size: clamp(27px, 3vw, 39px); font-weight: 950; }
.bgp-host-cta__card p { max-width: 590px; margin: 0 0 23px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 2; }
.bgp-button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; cursor: pointer; font-size: 13px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.bgp-button:hover { transform: translateY(-2px); }
.bgp-button--light { color: var(--bgp-primary-dark); background: #fff; box-shadow: 0 12px 28px rgba(17,24,39,.18); }
.bgp-button--primary { color: #fff !important; background: linear-gradient(135deg, #4f46e5, #3730a3); box-shadow: 0 12px 25px rgba(67,56,202,.20); }
.bgp-button svg { width: 18px !important; height: 18px !important; }
.bgp-host-cta__art { position: absolute; left: 7%; bottom: -25px; width: 260px; height: 270px; display: grid; place-items: center; opacity: .25; }
.bgp-host-cta__art > svg { width: 190px !important; height: 220px !important; stroke-width: .6; }

/* FAQ */
.bgp-faq { background: #fff; }
.bgp-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.bgp-faq__intro { position: sticky; top: 110px; }
.bgp-faq__intro p { color: var(--bgp-muted); font-size: 13px; line-height: 2; }
.bgp-accordion { display: grid; gap: 10px; }
.bgp-accordion details { overflow: hidden; border: 1px solid var(--bgp-line); border-radius: 16px; background: #fff; transition: border .2s, box-shadow .2s; }
.bgp-accordion details[open] { border-color: #c7d2fe; box-shadow: 0 8px 25px rgba(67,56,202,.06); }
.bgp-accordion summary { min-height: 63px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 800; }
.bgp-accordion summary::-webkit-details-marker { display: none; }
.bgp-accordion summary span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--bgp-primary); background: var(--bgp-primary-soft); transition: transform .25s; }
.bgp-accordion summary span svg { width: 17px !important; height: 17px !important; }
.bgp-accordion details[open] summary span { transform: rotate(45deg); }
.bgp-accordion details p { margin: 0; padding: 0 18px 18px; color: var(--bgp-muted); font-size: 12px; line-height: 2; }

/* Archive */
.bgp-archive-hero { padding: 26px 0 28px; background: linear-gradient(180deg, #fff, #f4f6fb); border-bottom: 1px solid var(--bgp-line); }
.bgp-breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 15px; color: #8792a5; font-size: 11px; }
.bgp-breadcrumb a:hover { color: var(--bgp-primary); }
.bgp-breadcrumb svg { width: 14px !important; height: 14px !important; }
.bgp-archive-title { margin-bottom: 18px; }
.bgp-archive-title h1 { margin: 5px 0 0; font-size: clamp(25px, 3vw, 37px); line-height: 1.5; font-weight: 950; }
.bgp-archive-title p { margin: 2px 0 0; color: var(--bgp-muted); font-size: 12px; }
.bgp-search--archive { padding: 7px; border-radius: 19px; box-shadow: 0 14px 40px rgba(30,41,59,.10); }
.bgp-search--archive .bgp-search__field { min-height: 64px; }
.bgp-search--archive .bgp-search__submit { border-radius: 14px; }
.bgp-archive-content { padding: 31px 0 65px; background: #f8fafc; }
.bgp-archive-layout { display: grid; grid-template-columns: 278px minmax(0, 1fr); gap: 26px; align-items: start; }
.bgp-filters { position: sticky; top: 105px; padding: 22px; border: 1px solid var(--bgp-line); border-radius: 21px; background: #fff; box-shadow: var(--bgp-shadow-sm); }
.bgp-filters__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.bgp-filters__head strong { font-size: 16px; font-weight: 900; }
.bgp-filters__head button { display: none; border: 0; background: transparent; }
.bgp-filters fieldset { margin: 0; padding: 18px 0; border: 0; border-bottom: 1px solid #edf0f5; }
.bgp-filters legend { margin-bottom: 10px; font-size: 12px; font-weight: 850; }
.bgp-radio { min-height: 36px; display: flex; align-items: center; gap: 9px; color: #4e5a70; cursor: pointer; font-size: 11px; }
.bgp-radio input { position: absolute; opacity: 0; }
.bgp-radio > span { width: 17px; height: 17px; border: 1.5px solid #c4ccda; border-radius: 50%; box-shadow: inset 0 0 0 3px #fff; }
.bgp-radio input:checked + span { background: var(--bgp-primary); border-color: var(--bgp-primary); }
.bgp-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bgp-price-fields label { height: 48px; padding: 5px 10px; border: 1px solid var(--bgp-line); border-radius: 11px; display: flex; flex-direction: column; }
.bgp-price-fields label span { color: #94a3b8; font-size: 8px; }
.bgp-price-fields input { width: 100%; min-width: 0; border: 0; outline: 0; color: #334155; background: transparent; font-size: 10px; }
.bgp-switch { display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; }
.bgp-switch > span { display: flex; flex-direction: column; }
.bgp-switch strong { font-size: 11px; }
.bgp-switch small { color: var(--bgp-muted); font-size: 9px; }
.bgp-switch input { position: absolute; opacity: 0; }
.bgp-switch i { width: 42px; height: 24px; position: relative; flex: 0 0 auto; border-radius: 99px; background: #d9dfe8; transition: .2s; }
.bgp-switch i::after { content: ""; position: absolute; width: 18px; height: 18px; top: 3px; right: 3px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(15,23,42,.18); transition: .2s; }
.bgp-switch input:checked + i { background: var(--bgp-primary); }
.bgp-switch input:checked + i::after { transform: translateX(-18px); }
.bgp-filter-submit { width: 100%; margin-top: 18px; }
.bgp-filter-reset { width: 100%; display: block; padding: 10px 0 0; text-align: center; color: #718096; font-size: 10px; font-weight: 700; }
.bgp-results-toolbar { min-height: 45px; margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; }
.bgp-results-toolbar > span { color: #64748b; font-size: 11px; }
.bgp-results-toolbar > span b { color: #1e293b; font-size: 14px; }
.bgp-results-toolbar label { display: flex; align-items: center; gap: 8px; color: #7c8798; font-size: 10px; }
.bgp-results-toolbar select, .bgp-mobile-filter-row select { height: 38px; padding: 0 12px 0 30px; border: 1px solid var(--bgp-line); border-radius: 11px; outline: 0; background: #fff; color: #334155; font-size: 10px; }
.bgp-mobile-filter-row { display: none; }
.bgp-filter-backdrop { display: none; }
.bgp-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 34px; }
.bgp-pagination .page-numbers { min-width: 39px; height: 39px; padding: 0 11px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--bgp-line); border-radius: 10px; background: #fff; color: #546174; font-size: 11px; font-weight: 750; }
.bgp-pagination .page-numbers.current { color: #fff; border-color: var(--bgp-primary); background: var(--bgp-primary); }
.bgp-pagination svg { width: 15px !important; height: 15px !important; }
.bgp-empty-state { grid-column: 1 / -1; min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; border: 1px dashed #cbd5e1; border-radius: 24px; background: #fff; }
.bgp-empty-state > span { width: 65px; height: 65px; display: grid; place-items: center; color: var(--bgp-primary); border-radius: 20px; background: var(--bgp-primary-soft); }
.bgp-empty-state > span svg { width: 31px !important; height: 31px !important; }
.bgp-empty-state h3 { margin: 17px 0 3px; font-size: 18px; font-weight: 900; }
.bgp-empty-state p { max-width: 440px; margin: 0 0 17px; color: var(--bgp-muted); font-size: 12px; }

/* Single stay shell */
.bgp-single-wrap { padding: 26px 0 65px; background: #f8fafc; }
.bgp-single-wrap .bg-stay-page { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.bgp-single-wrap .bg-stay-description,
.bgp-single-wrap .bg-stay-description p { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }

/* Static pages */
.bgp-static-hero { padding: 48px 0 58px; background: linear-gradient(145deg, #eef2ff, #fff 58%, #ecfeff); }
.bgp-static-hero--compact { padding-bottom: 50px; text-align: center; }
.bgp-static-hero--compact .bgp-breadcrumb { justify-content: center; }
.bgp-static-hero h1 { max-width: 780px; margin: 8px 0 9px; color: var(--bgp-ink); font-size: clamp(31px, 4vw, 49px); line-height: 1.5; font-weight: 950; letter-spacing: -1px; }
.bgp-static-hero--compact h1 { margin-inline: auto; }
.bgp-static-hero > .bgp-container > p { max-width: 660px; margin: 0; color: var(--bgp-muted); font-size: 14px; line-height: 2; }
.bgp-static-hero--compact > .bgp-container > p { margin-inline: auto; }
.bgp-static-hero__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.bgp-static-hero__grid p { max-width: 610px; color: var(--bgp-muted); line-height: 2.1; }
.bgp-about-art { position: relative; height: 390px; }
.bgp-about-art::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border-radius: 28px; background: #c7d2fe; }
.bgp-about-art img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 28px; box-shadow: var(--bgp-shadow); }
.bgp-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.bgp-story__text p { margin: 0 0 13px; color: #59667c; font-size: 14px; line-height: 2.2; }
.bgp-values { background: #fff; }
.bgp-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bgp-values__grid article { padding: 29px; border: 1px solid var(--bgp-line); border-radius: 22px; background: linear-gradient(145deg, #fff, #f8fafc); }
.bgp-values__grid article > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--bgp-primary); border-radius: 15px; background: var(--bgp-primary-soft); }
.bgp-values__grid h3 { margin: 16px 0 4px; font-size: 17px; font-weight: 900; }
.bgp-values__grid p { margin: 0; color: var(--bgp-muted); font-size: 12px; line-height: 2; }
.bgp-about-cta { background: #f8fafc; }
.bgp-about-cta .bgp-container > div { padding: 39px 44px; border-radius: 24px; text-align: center; background: #fff; border: 1px solid var(--bgp-line); box-shadow: var(--bgp-shadow-sm); }
.bgp-about-cta h2 { margin: 0 0 4px; font-size: 26px; font-weight: 950; }
.bgp-about-cta p { margin: 0 0 18px; color: var(--bgp-muted); font-size: 13px; }

/* Contact */
.bgp-contact { background: #f8fafc; }
.bgp-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
.bgp-contact__info { padding: 18px 0; }
.bgp-contact__info h2 { margin: 0; font-size: 25px; font-weight: 950; }
.bgp-contact__info > p { color: var(--bgp-muted); font-size: 13px; line-height: 2; }
.bgp-contact-cards { display: grid; gap: 11px; margin-top: 22px; }
.bgp-contact-cards article { min-height: 78px; padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--bgp-line); border-radius: 17px; background: #fff; }
.bgp-contact-cards article > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--bgp-primary); border-radius: 13px; background: var(--bgp-primary-soft); }
.bgp-contact-cards article div { display: flex; flex-direction: column; }
.bgp-contact-cards strong { font-size: 13px; font-weight: 850; }
.bgp-contact-cards small { color: var(--bgp-muted); font-size: 10px; }
.bgp-contact-note { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 14px; border-radius: 15px; color: #0f766e; background: var(--bgp-accent-soft); }
.bgp-contact-note > span { display: flex; flex-direction: column; }
.bgp-contact-note strong { font-size: 11px; }
.bgp-contact-note small { font-size: 9px; opacity: .8; }
.bgp-contact-form { padding: 30px; display: grid; gap: 17px; border: 1px solid var(--bgp-line); border-radius: 25px; background: #fff; box-shadow: var(--bgp-shadow); }
.bgp-contact-form h2 { margin: 2px 0 4px; font-size: 23px; font-weight: 950; }
.bgp-contact-form label { position: relative; display: grid; gap: 6px; }
.bgp-contact-form label > span { color: #465269; font-size: 11px; font-weight: 750; }
.bgp-contact-form label > span small { color: #94a3b8; font-weight: 500; }
.bgp-contact-form input, .bgp-contact-form select, .bgp-contact-form textarea { width: 100%; border: 1px solid #dce3ec; border-radius: 13px; outline: 0; background: #fbfcfe; color: #263248; transition: border .2s, box-shadow .2s; }
.bgp-contact-form input, .bgp-contact-form select { height: 50px; padding: 0 13px; }
.bgp-contact-form textarea { min-height: 150px; padding: 12px 13px 28px; resize: vertical; }
.bgp-contact-form input:focus, .bgp-contact-form select:focus, .bgp-contact-form textarea:focus { border-color: #818cf8; box-shadow: 0 0 0 4px rgba(99,102,241,.09); background: #fff; }
.bgp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.bgp-counter { position: absolute; left: 11px; bottom: 7px; color: #94a3b8; font-size: 9px; }
.bgp-contact-form .bgp-button { justify-self: start; min-width: 155px; }

/* Legal */
.bgp-legal { background: #fff; }
.bgp-legal__layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 55px; align-items: start; }
.bgp-legal aside { position: sticky; top: 110px; }
.bgp-legal aside nav { padding: 20px; display: grid; gap: 4px; border: 1px solid var(--bgp-line); border-radius: 18px; background: #f8fafc; }
.bgp-legal aside strong { padding: 0 10px 9px; font-size: 12px; }
.bgp-legal aside a { padding: 8px 10px; border-radius: 9px; color: #65718a; font-size: 11px; }
.bgp-legal aside a:hover { color: var(--bgp-primary); background: var(--bgp-primary-soft); }
.bgp-legal article { max-width: 800px; }
.bgp-legal__notice { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; padding: 18px; border: 1px solid #bae6fd; border-radius: 16px; color: #075985; background: #f0f9ff; }
.bgp-legal__notice p { margin: 0; font-size: 11px; line-height: 2; }
.bgp-legal article > section { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 27px 0; border-bottom: 1px solid var(--bgp-line); scroll-margin-top: 110px; }
.bgp-legal article > section > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: var(--bgp-primary); background: var(--bgp-primary-soft); font-size: 13px; font-weight: 900; }
.bgp-legal h2 { margin: 1px 0 8px; font-size: 20px; font-weight: 900; }
.bgp-legal p, .bgp-legal li { color: #59667c; font-size: 12px; line-height: 2.15; }
.bgp-legal p { margin: 0; }
.bgp-legal ul { margin: 10px 0 0; padding-right: 20px; }
.bgp-legal__updated { margin-top: 20px !important; color: #94a3b8 !important; font-size: 10px !important; }
.bgp-faq-page { background: #f8fafc; }
.bgp-faq-page > .bgp-container { max-width: 880px; }
.bgp-faq-help { margin-top: 24px; padding: 22px; display: flex; align-items: center; gap: 13px; border-radius: 18px; background: #fff; border: 1px solid var(--bgp-line); }
.bgp-faq-help > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--bgp-primary); border-radius: 14px; background: var(--bgp-primary-soft); }
.bgp-faq-help > div { flex: 1; }
.bgp-faq-help strong { font-size: 14px; }
.bgp-faq-help p { margin: 0; color: var(--bgp-muted); font-size: 10px; }

/* Footer */
.bgp-footer { padding: 54px 0 20px; color: #dbe2f0; background: #111827; }
.bgp-footer__top { display: grid; grid-template-columns: .85fr 1.35fr; gap: 70px; padding-bottom: 36px; }
.bgp-footer .bgp-brand strong { color: #fff; }
.bgp-footer .bgp-brand small { color: #8f9bb1; }
.bgp-footer__brand > p { max-width: 390px; margin: 15px 0; color: #96a1b4; font-size: 11px; line-height: 2; }
.bgp-socials { display: flex; gap: 8px; }
.bgp-socials a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #2c3749; border-radius: 11px; color: #aab4c5; transition: .2s; }
.bgp-socials a:hover { color: #fff; border-color: #6366f1; background: #312e81; }
.bgp-socials svg { width: 18px !important; height: 18px !important; }
.bgp-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.bgp-footer__links > div { display: grid; align-content: start; gap: 8px; }
.bgp-footer__links strong { margin-bottom: 5px; color: #fff; font-size: 12px; }
.bgp-footer__links a { color: #96a1b4; font-size: 10px; }
.bgp-footer__links a:hover { color: #c7d2fe; }
.bgp-footer__bottom { min-height: 55px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #263244; color: #778398; font-size: 9px; }
.bgp-footer__bottom p { margin: 0; }
.bgp-footer__bottom span { display: inline-flex; align-items: center; gap: 5px; }
.bgp-footer__bottom svg { width: 14px !important; height: 14px !important; color: #ef718f; }
.bgp-bottom-nav { display: none; }

/* Modal and toast */
.bgp-modal { position: fixed; inset: 0; z-index: 4000; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.bgp-modal.is-open { opacity: 1; visibility: visible; }
.bgp-modal__backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.48); backdrop-filter: blur(6px); }
.bgp-date-modal { position: absolute; top: 50%; left: 50%; width: min(560px, calc(100% - 28px)); max-height: calc(100vh - 40px); overflow-y: auto; transform: translate(-50%, -50%); padding: 23px; border: 1px solid rgba(255,255,255,.7); border-radius: 26px; background: rgba(255,255,255,.98); box-shadow: 0 30px 90px rgba(15,23,42,.28); }
.bgp-modal.is-open .bgp-date-modal { animation: bgpScaleIn .23s ease both; }
.bgp-date-modal > header { display: flex; align-items: center; justify-content: space-between; }
.bgp-date-modal > header div { display: flex; flex-direction: column; }
.bgp-date-modal > header span { color: var(--bgp-primary); font-size: 10px; font-weight: 800; }
.bgp-date-modal > header h3 { margin: 1px 0; font-size: 19px; font-weight: 950; }
.bgp-date-modal > header button { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--bgp-line); border-radius: 12px; background: #fff; cursor: pointer; }
.bgp-date-summary { margin: 20px 0 16px; padding: 7px; display: grid; grid-template-columns: 1fr 35px 1fr; align-items: center; border-radius: 16px; background: #f1f5f9; }
.bgp-date-summary > div { height: 57px; padding: 8px 13px; display: flex; flex-direction: column; border: 1px solid transparent; border-radius: 12px; background: #fff; }
.bgp-date-summary > div.is-active { border-color: #818cf8; box-shadow: 0 0 0 3px rgba(99,102,241,.08); }
.bgp-date-summary span { color: #8792a5; font-size: 9px; }
.bgp-date-summary strong { font-size: 12px; }
.bgp-date-summary > i { display: grid; place-items: center; color: #94a3b8; }
.bgp-date-summary > i svg { width: 17px !important; height: 17px !important; }
.bgp-calendar { border: 1px solid var(--bgp-line); border-radius: 18px; padding: 13px; }
.bgp-calendar__head { height: 42px; display: flex; align-items: center; justify-content: space-between; }
.bgp-calendar__head button { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--bgp-line); border-radius: 10px; background: #fff; cursor: pointer; }
.bgp-calendar__head strong { font-size: 13px; font-weight: 900; }
.bgp-calendar__week, .bgp-calendar__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.bgp-calendar__week { margin: 7px 0; color: #8a95a8; text-align: center; font-size: 9px; }
.bgp-calendar__days button, .bgp-calendar__days i { height: 43px; display: grid; place-items: center; border: 0; border-radius: 11px; background: transparent; font-style: normal; font-size: 11px; }
.bgp-calendar__days button { position: relative; cursor: pointer; }
.bgp-calendar__days button:hover { color: var(--bgp-primary); background: var(--bgp-primary-soft); }
.bgp-calendar__days button.is-today::after { content: ""; position: absolute; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--bgp-primary); }
.bgp-calendar__days button.is-selected { color: #fff; background: var(--bgp-primary); }
.bgp-calendar__days button.is-range { color: var(--bgp-primary-dark); border-radius: 0; background: #e0e7ff; }
.bgp-calendar__days button:disabled { color: #cbd5e1; cursor: not-allowed; }
.bgp-date-modal > footer { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; }
.bgp-date-clear { border: 0; background: transparent; color: #718096; cursor: pointer; font-size: 11px; font-weight: 750; }
.bgp-date-modal [data-date-apply]:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }
body.bgp-modal-open { overflow: hidden; }
.bgp-toast-region { position: fixed; z-index: 7000; top: 18px; left: 50%; width: min(390px, calc(100% - 28px)); transform: translateX(-50%); display: grid; gap: 8px; pointer-events: none; }
.bgp-toast { min-height: 56px; padding: 11px 14px; display: flex; align-items: center; gap: 10px; color: #17352f; border: 1px solid #a7f3d0; border-radius: 15px; background: #ecfdf5; box-shadow: 0 18px 45px rgba(15,23,42,.18); animation: bgpSlideDown .25s ease both; pointer-events: auto; }
.bgp-toast.is-error { color: #7f1d1d; border-color: #fecaca; background: #fff1f2; }

/* Component-owned interaction colors.
   Hello Elementor ships a global pink button hover; these rules keep every
   Badgir control inside the product palette and preserve readable contrast. */
body.badgir-public-site .bgp-account-link,
body.badgir-public-site .bgp-account-link:hover,
body.badgir-public-site .bgp-account-link:focus-visible,
body.badgir-public-site .bgp-search__submit,
body.badgir-public-site .bgp-search__submit:hover,
body.badgir-public-site .bgp-search__submit:focus-visible,
body.badgir-public-site .bgp-button--primary,
body.badgir-public-site .bgp-button--primary:hover,
body.badgir-public-site .bgp-button--primary:focus-visible,
body.badgir-public-site .bgp-popover-done,
body.badgir-public-site .bgp-popover-done:hover,
body.badgir-public-site .bgp-popover-done:focus-visible,
body.badgir-public-site .bgp-mobile-menu > a.is-accent,
body.badgir-public-site .bgp-mobile-menu > a.is-accent:hover {
	color: #fff !important;
}

body.badgir-public-site .bgp-search__submit:hover,
body.badgir-public-site .bgp-search__submit:focus-visible,
body.badgir-public-site .bgp-button--primary:hover,
body.badgir-public-site .bgp-button--primary:focus-visible {
	background-color: transparent !important;
}

body.badgir-public-site .bgp-account-link:hover,
body.badgir-public-site .bgp-account-link:focus-visible {
	background-color: transparent !important;
	background-image: linear-gradient(135deg, #5b55ec, #312e81) !important;
}

body.badgir-public-site .bgp-search__field,
body.badgir-public-site .bgp-search__field:hover,
body.badgir-public-site .bgp-search__field:focus,
body.badgir-public-site .bgp-search__field:focus-visible {
	color: var(--bgp-ink) !important;
	background-color: transparent !important;
}

body.badgir-public-site .bgp-menu-toggle,
body.badgir-public-site .bgp-mobile-menu__head button,
body.badgir-public-site .bgp-slider-actions button,
body.badgir-public-site .bgp-stepper button,
body.badgir-public-site .bgp-date-modal > header button,
body.badgir-public-site .bgp-calendar__head button,
body.badgir-public-site .bgp-filters__head button,
body.badgir-public-site .bgp-mobile-filter-row > button {
	color: #475569 !important;
	border-color: var(--bgp-line) !important;
	background-color: #fff !important;
}

body.badgir-public-site .bgp-stepper button:hover,
body.badgir-public-site .bgp-stepper button:focus-visible,
body.badgir-public-site .bgp-slider-actions button:hover,
body.badgir-public-site .bgp-slider-actions button:focus-visible,
body.badgir-public-site .bgp-calendar__head button:hover,
body.badgir-public-site .bgp-calendar__head button:focus-visible,
body.badgir-public-site .bgp-date-modal > header button:hover,
body.badgir-public-site .bgp-date-modal > header button:focus-visible,
body.badgir-public-site .bgp-calendar__days button:hover,
body.badgir-public-site .bgp-menu-toggle:hover,
body.badgir-public-site .bgp-mobile-menu__head button:hover,
body.badgir-public-site .bgp-filters__head button:hover,
body.badgir-public-site .bgp-mobile-filter-row > button:hover {
	color: var(--bgp-primary) !important;
	border-color: #c7d2fe !important;
	background-color: var(--bgp-primary-soft) !important;
}

body.badgir-public-site .bgp-popover-done:hover,
body.badgir-public-site .bgp-popover-done:focus-visible {
	background-color: var(--bgp-primary-dark) !important;
}

body.badgir-public-site .bgp-button--light,
body.badgir-public-site .bgp-button--light:hover,
body.badgir-public-site .bgp-button--light:focus-visible {
	color: var(--bgp-primary-dark) !important;
	background-color: #fff !important;
}

body.badgir-public-site .bgp-favorite {
	color: #475569 !important;
	background-color: rgba(255,255,255,.92) !important;
}

body.badgir-public-site .bgp-favorite:hover,
body.badgir-public-site .bgp-favorite:focus-visible,
body.badgir-public-site .bgp-favorite.is-active {
	color: var(--bgp-primary) !important;
	background-color: var(--bgp-primary-soft) !important;
}
.bgp-toast > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.65); font-weight: 900; }
.bgp-toast div { display: flex; flex-direction: column; }
.bgp-toast strong { font-size: 11px; }
.bgp-toast small { font-size: 9px; opacity: .8; }

/* Responsive: tablet */
@media (max-width: 1100px) {
	.bgp-desktop-nav { display: none; }
	.bgp-menu-toggle { display: grid; }
	.bgp-search { grid-template-columns: 1.35fr 1fr 1fr .9fr 100px; }
	.bgp-search--home { width: min(1000px, 100%); }
	.bgp-destination { flex-basis: calc((100% - 80px) / 5); }
	.bgp-stay-grid--home { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.bgp-host-cta__art { left: 2%; }
	.bgp-mobile-menu { display: grid; position: fixed; z-index: 1002; top: 0; right: 0; bottom: 0; width: min(350px, 87vw); align-content: start; padding: 22px; background: #fff; box-shadow: -20px 0 60px rgba(15,23,42,.2); transform: translateX(105%); transition: transform .28s ease; }
	.bgp-mobile-menu.is-open { transform: none; }
	.bgp-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; padding-bottom: 15px; border-bottom: 1px solid var(--bgp-line); }
	.bgp-mobile-menu__head strong { font-size: 15px; }
	.bgp-mobile-menu__head button { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--bgp-line); border-radius: 11px; background: #fff; }
	.bgp-mobile-menu > a { min-height: 51px; padding: 0 12px; display: flex; align-items: center; gap: 12px; border-radius: 12px; color: #4b586d; font-size: 12px; font-weight: 700; }
	.bgp-mobile-menu > a:hover { color: var(--bgp-primary); background: var(--bgp-primary-soft); }
	.bgp-mobile-menu > a.is-accent { margin-top: 10px; color: #fff; background: var(--bgp-primary); }
	.bgp-menu-backdrop { display: block; position: fixed; z-index: 1001; inset: 0; background: rgba(15,23,42,.45); opacity: 0; visibility: hidden; transition: .25s; }
	.bgp-menu-backdrop.is-open { opacity: 1; visibility: visible; }
}

@media (max-width: 900px) {
	.bgp-container { width: min(100% - 32px, 760px); }
	.bgp-section { padding: 42px 0; }
	.bgp-categories { padding: 0 0 34px; }
	.bgp-hero__visual { height: clamp(600px, calc(100svh - 70px), 780px); }
	.bgp-hero__copy { inset: 0; width: min(760px, calc(100% - 40px)); padding: 48px 0 92px; }
	.bgp-search { grid-template-columns: 1fr 1fr; padding: 8px; }
	.bgp-search--home { inset: auto; margin: 26px auto 0; }
	.bgp-search__destination { grid-column: 1 / -1; }
	body.badgir-public-site .bgp-search__field { min-height: 65px; border-left: 0; border-bottom: 1px solid var(--bgp-line); }
	body.badgir-public-site .bgp-search__field:nth-of-type(2) { border-left: 0; }
	body.badgir-public-site .bgp-search__guest-wrap > .bgp-search__field { border-bottom: 0; }
	.bgp-search__submit { min-height: 62px; flex-direction: row; }
	.bgp-categories > .bgp-container { width: calc(100% - 32px); }
	.bgp-category-grid { grid-template-columns: repeat(5, minmax(126px, 1fr)); overflow-x: auto; scrollbar-width: none; padding-bottom: 0; }
	.bgp-category-grid::-webkit-scrollbar { display: none; }
	.bgp-destination { flex-basis: calc((100% - 60px) / 4); }
	.bgp-stay-grid, .bgp-stay-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bgp-trust__grid { grid-template-columns: 1fr; }
	.bgp-trust__grid article + article { border-right: 0; border-top: 1px solid var(--bgp-line); }
	.bgp-host-cta__art { opacity: .15; }
	.bgp-faq__layout, .bgp-static-hero__grid, .bgp-story, .bgp-contact__grid { grid-template-columns: 1fr; gap: 30px; }
	.bgp-faq__intro { position: static; }
	.bgp-about-art { height: 330px; }
	.bgp-about-art::before { inset: 15px -12px -12px 12px; }
	.bgp-archive-layout { grid-template-columns: 1fr; }
	.bgp-results-toolbar { display: none; }
	.bgp-mobile-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
	.bgp-mobile-filter-row > button { height: 42px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--bgp-line); border-radius: 11px; background: #fff; font-size: 11px; font-weight: 750; }
	.bgp-mobile-filter-row label { display: flex; align-items: center; gap: 7px; color: #718096; font-size: 9px; }
	.bgp-filters { position: fixed; z-index: 3001; top: 0; right: 0; bottom: 0; width: min(340px, 88vw); overflow-y: auto; border-radius: 0; transform: translateX(105%); transition: transform .28s ease; }
	.bgp-filters.is-open { transform: none; }
	.bgp-filters__head button { display: grid; place-items: center; width: 36px; height: 36px; cursor: pointer; }
	.bgp-filter-backdrop { display: block; position: fixed; z-index: 3000; inset: 0; background: rgba(15,23,42,.45); opacity: 0; visibility: hidden; transition: .2s; }
	.bgp-filter-backdrop.is-open { opacity: 1; visibility: visible; }
	.bgp-legal__layout { grid-template-columns: 1fr; gap: 20px; }
	.bgp-legal__layout, .bgp-legal aside, .bgp-legal aside nav, .bgp-legal article { min-width: 0; max-width: 100%; }
	.bgp-legal aside { position: static; width: 100%; }
	.bgp-legal aside nav { width: 100%; display: flex; overflow-x: auto; white-space: nowrap; }
	.bgp-legal aside strong { display: none; }
	.bgp-footer__top { grid-template-columns: 1fr; gap: 32px; }
}

/* Responsive: mobile */
@media (max-width: 680px) {
	html { margin-top: 0 !important; }
	body.badgir-public-site { padding-bottom: calc(70px + env(safe-area-inset-bottom)); font-size: 15px; }
	body.badgir-public-site.admin-bar .bgp-header { top: 0; }
	#wpadminbar { display: none !important; }
	.bgp-container { width: calc(100% - 24px); }
	.bgp-header__inner { min-height: 66px; gap: 9px; }
	.bgp-brand__mark { width: 40px; height: 40px; border-radius: 13px; }
	.bgp-brand__mark svg { width: 24px !important; height: 24px !important; }
	.bgp-brand strong { font-size: 14px; }
	.bgp-brand small { display: none; }
	.bgp-host-link { display: none; }
	body.badgir-public-site .bgp-account-link,
	body.badgir-public-site .bgp-account-link:hover,
	body.badgir-public-site .bgp-account-link:focus-visible { width: 42px; height: 42px; padding: 0; border-radius: 13px; background: var(--bgp-primary-soft) !important; color: var(--bgp-primary) !important; box-shadow: none; }
	.bgp-account-link span { display: none; }
	.bgp-menu-toggle { width: 42px; height: 42px; }
	.bgp-hero { padding: 0 0 56px; }
	.bgp-hero__visual { height: clamp(560px, calc(100svh - 66px), 740px); border-radius: 0; }
	.bgp-hero__visual > img { object-position: 34% center; }
	.bgp-hero__overlay { background: linear-gradient(180deg, rgba(12,18,30,.35), rgba(12,18,30,.04) 35%, rgba(12,18,30,.18) 58%, rgba(12,18,30,.82)); }
	.bgp-hero__copy { inset: 0; width: auto; margin: 0; padding: 42px 16px 82px; transform: none; }
	.bgp-hero__copy .bgp-eyebrow { padding: 5px 9px; font-size: 10px; }
	.bgp-hero__copy h1 { margin: 12px 0 5px; font-size: 34px; letter-spacing: -.8px; }
	.bgp-hero__copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; line-height: 1.9; }
	.bgp-search { display: grid; grid-template-columns: 1fr 52px; padding: 6px; border-radius: 18px; }
	.bgp-search--home { position: relative; inset: auto; width: 100%; margin: 22px 0 0; transform: none; }
	body.badgir-public-site .bgp-search__destination { grid-column: 1; min-height: 58px; border: 0; }
	.bgp-search__destination .bgp-search__icon { width: 34px; height: 34px; }
	body.badgir-public-site .bgp-search__field:not(.bgp-search__destination),
	body.badgir-public-site .bgp-search__guest-wrap { display: none; }
	.bgp-search__submit { grid-column: 2; min-height: 52px; margin: 2px; border-radius: 14px; }
	.bgp-search__submit b { display: none; }
	.bgp-search__submit span { display: grid; }
	.bgp-section { padding: 36px 0; }
	.bgp-section-heading { align-items: center; margin-bottom: 18px; }
	.bgp-section-heading h2, .bgp-story h2, .bgp-faq__intro h2 { font-size: 21px; }
	.bgp-section-heading > div:first-child > span { font-size: 10px; }
	.bgp-section-heading > a { font-size: 10px; }
	.bgp-slider-actions { display: none; }
	.bgp-categories { margin-top: -94px; padding: 0 0 28px; }
	.bgp-categories > .bgp-container { width: calc(100% - 20px); padding: 9px 8px; border-radius: 17px; }
	.bgp-category-grid { margin-left: 0; grid-template-columns: repeat(5, 100px); gap: 0; }
	.bgp-category-grid a { min-height: 88px; border-radius: 12px; }
	.bgp-category-grid a > span { width: 40px; height: 40px; border-radius: 12px; }
	.bgp-category-grid a strong { font-size: 12px; }
	.bgp-destinations > .bgp-container { width: calc(100% - 24px); }
	.bgp-destination-row { margin-left: -12px; gap: 12px; }
	.bgp-destination { flex-basis: 142px; height: auto; gap: 8px; }
	.bgp-destination figure { border-radius: 9px; }
	.bgp-destination > span { min-height: 22px; font-size: 11px; line-height: 1.8; }
	.bgp-stay-grid, .bgp-stay-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 8px; }
	.bgp-stay-card { border-radius: 17px; }
	.bgp-stay-card__media { height: 146px; }
	.bgp-favorite { top: 8px; left: 8px; width: 32px; height: 32px; border-radius: 10px; }
	.bgp-favorite svg { width: 17px !important; height: 17px !important; }
	.bgp-instant, .bgp-stay-type { right: 8px; height: 23px; padding: 0 6px; border-radius: 7px; font-size: 7px; }
	.bgp-instant { top: 8px; }
	.bgp-stay-type { bottom: 8px; }
	.bgp-stay-card__body { padding: 10px; }
	.bgp-stay-card__rating small { display: none; }
	.bgp-stay-card__title { min-height: 27px; font-size: 11px; }
	.bgp-stay-card__body > p { font-size: 9px; }
	.bgp-stay-card__facts { gap: 10px; font-size: 8px; }
	.bgp-stay-card__price { margin-top: 6px; padding-top: 7px; display: block; text-align: left; }
	.bgp-stay-card__price strong { font-size: 11px; }
	.bgp-stay-card__price span { font-size: 8px; }
	.bgp-stay-card__price small { display: block; font-size: 7px; }
	.bgp-trust__grid article { min-height: 95px; padding: 15px; }
	.bgp-host-cta__card { min-height: 330px; padding: 33px 24px; align-items: flex-start; border-radius: 23px; }
	.bgp-host-cta__card h2 { font-size: 26px; }
	.bgp-host-cta__card p { font-size: 11px; }
	.bgp-host-cta__art { left: -25px; bottom: -80px; }
	.bgp-accordion summary { min-height: 58px; padding: 12px 14px; font-size: 11px; }
	.bgp-accordion details p { padding: 0 14px 15px; font-size: 10px; }
	.bgp-archive-hero { padding-top: 18px; }
	.bgp-archive-title h1 { font-size: 24px; }
	.bgp-search--archive { margin-top: 14px; }
	.bgp-archive-content { padding-top: 17px; }
	.bgp-mobile-filter-row label > select { width: 130px; }
	.bgp-mobile-filter-row label { font-size: 0; }
	.bgp-single-wrap { padding-top: 13px; }
	.bgp-single-wrap .bg-stay-page { width: calc(100% - 16px); }
	.bgp-static-hero { padding: 30px 0 40px; }
	.bgp-static-hero h1 { font-size: 29px; }
	.bgp-static-hero > .bgp-container > p, .bgp-static-hero__grid p { font-size: 11px; }
	.bgp-about-art { height: 255px; }
	.bgp-story { gap: 10px; }
	.bgp-story__text p { font-size: 11px; }
	.bgp-values__grid { grid-template-columns: 1fr; gap: 10px; }
	.bgp-values__grid article { padding: 20px; }
	.bgp-about-cta .bgp-container > div { padding: 29px 18px; }
	.bgp-about-cta h2 { font-size: 21px; }
	.bgp-contact-form { padding: 20px 15px; border-radius: 20px; }
	.bgp-form-row { grid-template-columns: 1fr; }
	.bgp-contact__info { padding-top: 0; }
	.bgp-legal article > section { grid-template-columns: 34px 1fr; gap: 10px; }
	.bgp-legal article > section > span { width: 33px; height: 33px; }
	.bgp-legal h2 { font-size: 16px; }
	.bgp-legal p, .bgp-legal li { font-size: 12px; }
	.bgp-faq-help { flex-wrap: wrap; }
	.bgp-faq-help .bgp-button { width: 100%; }
	.bgp-footer { padding-top: 38px; }
	.bgp-footer__links { gap: 13px; }
	.bgp-footer__links strong { font-size: 10px; }
	.bgp-footer__links a { font-size: 8px; }
	.bgp-footer__bottom { display: grid; justify-items: center; gap: 8px; padding-bottom: 10px; text-align: center; }
	.bgp-bottom-nav { position: fixed; z-index: 1200; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 10px; height: 62px; padding: 5px 6px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(226,232,240,.88); border-radius: 19px; background: rgba(255,255,255,.94); box-shadow: 0 15px 45px rgba(15,23,42,.18); backdrop-filter: blur(18px); }
	.bgp-bottom-nav a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #8792a5; font-size: 8px; font-weight: 700; border-radius: 13px; }
	.bgp-bottom-nav a svg { width: 20px !important; height: 20px !important; }
	.bgp-bottom-nav a.is-active { color: var(--bgp-primary); background: var(--bgp-primary-soft); }
	.bgp-date-modal { top: auto; bottom: 0; left: 0; width: 100%; max-height: 92vh; transform: translateY(100%); border-radius: 26px 26px 0 0; padding: 19px 14px calc(19px + env(safe-area-inset-bottom)); }
	.bgp-modal.is-open .bgp-date-modal { animation: none; transform: none; transition: transform .28s ease; }
	.bgp-calendar__days button, .bgp-calendar__days i { height: 41px; }
	.bgp-toast-region { top: 10px; }
}

@media (max-width: 390px) {
	.bgp-stay-card__media { height: 130px; }
	.bgp-category-grid { grid-template-columns: repeat(5, 96px); }
	.bgp-footer__links { grid-template-columns: 1fr 1fr; row-gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
