/* =======================================================================
   Beez Order App — marketing homepage ([beez_home])
   Warm, rounded "food-app" visual language: floating pill nav, split hero
   with a visual card + floating info chips, icon strip, menu preview with
   category list, portrait testimonial, phone-mockup CTA, multi-col footer.
   Same brand tokens as beez.css (red #E8184B, cream, near-black ink).
   ======================================================================= */

.beez-home { font-family: var(--beez-font); color: var(--beez-ink); overflow-x: hidden; background: #fff; line-height: 1.5; }
.beez-home, .beez-home *, .beez-home *::before, .beez-home *::after { box-sizing: border-box; }
.beez-home section { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ------------------------------------------------------- defensive resets
   The homepage renders inside an arbitrary WordPress theme, and many themes
   apply their own global rules to bare h1-h4/ul/a/button/img/input tags
   (different font sizes, list bullets, underlines, max-widths, etc.) that
   would otherwise bleed into this shortcode and distort the layout. Every
   component below sets its own spacing/type explicitly, so it's safe to
   zero out the tag defaults first. */
.beez-home h1, .beez-home h2, .beez-home h3, .beez-home h4 {
	margin: 0; padding: 0; font-family: inherit; font-weight: 800; line-height: 1.25; letter-spacing: normal; text-transform: none;
}
.beez-home p { margin: 0; padding: 0; }
.beez-home ul, .beez-home ol { list-style: none; margin: 0; padding: 0; }
.beez-home a { text-decoration: none; color: inherit; background: none; border: 0; }
.beez-home button {
	font-family: inherit; font-size: inherit; border: none; background: none; cursor: pointer;
	-webkit-appearance: none; appearance: none; margin: 0;
}
.beez-home input { font-family: inherit; font-size: inherit; -webkit-appearance: none; appearance: none; }
.beez-home img, .beez-home svg { max-width: 100%; height: auto; display: block; border: 0; vertical-align: middle; }
.beez-home strong { font-weight: 800; }

/* ---------------------------------------------------------------- badge */
.beez-home .beez-badge {
	display: inline-flex; align-items: center; gap: 6px; background: var(--beez-cream);
	color: var(--beez-pink-dark); font-weight: 700; font-size: 12px; padding: 6px 14px;
	border-radius: 999px; margin-bottom: 14px;
}
.beez-badge-hero { background: rgba(232,24,75,.1); color: var(--beez-pink-dark); }

/* ------------------------------------------------------------ floating nav */
.beez-home .beez-nav {
	position: sticky; top: 14px; z-index: 500; background: transparent; border-bottom: none;
	margin: 14px auto 0; max-width: 1160px; padding: 0 20px;
}
.beez-home .beez-nav-inner {
	max-width: none; margin: 0; padding: 10px 12px 10px 22px; background: #fff;
	border-radius: 999px; box-shadow: 0 8px 24px rgba(17,17,17,.08); border: 1px solid var(--beez-border);
}
.beez-home .beez-logo { display: inline-flex; align-items: center; gap: 8px; }
.beez-home .beez-logo-mark {
	display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
	border-radius: 50%; background: var(--beez-pink); font-size: 14px;
}
.beez-home .beez-nav-cta { border-radius: 999px; }
.beez-home .beez-nav-login-link { padding: 8px 4px; }

/* ----------------------------------------------------------------- hero */
.beez-hero { padding: 40px 20px 0; margin-bottom: 8px; }
.beez-hero-grid {
	display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
	max-width: 1160px; margin: 0 auto;
}
.beez-hero-title { font-size: clamp(30px, 4.2vw, 50px); line-height: 1.14; font-weight: 800; margin: 0 0 18px; color: var(--beez-maroon); }
.beez-hl { color: var(--beez-pink); font-style: italic; }
.beez-hero-sub { font-size: 15.5px; line-height: 1.7; color: var(--beez-muted); margin: 0 0 30px; max-width: 460px; }
.beez-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; align-items: center; }

.beez-btn-lg { padding: 15px 30px; font-size: 15px; border-radius: 999px; }
.beez-btn-light { background: #fff; color: var(--beez-pink-dark); box-shadow: 0 6px 16px rgba(0,0,0,.14); }
.beez-btn-light:hover { box-shadow: 0 10px 22px rgba(0,0,0,.2); }
.beez-btn-ghost-dark {
	display: inline-flex; align-items: center; gap: 10px; padding: 15px 8px; text-decoration: none;
	font-weight: 700; font-size: 14px; color: var(--beez-ink); transition: opacity .15s;
}
.beez-btn-ghost-dark:hover { opacity: .7; }
.beez-play-ic {
	display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px;
	border-radius: 50%; background: var(--beez-cream); color: var(--beez-pink-dark); font-size: 12px;
}

.beez-hero-proof { display: flex; align-items: center; gap: 14px; }
.beez-avatar-stack { display: flex; }
.beez-avatar-mini {
	width: 36px; height: 36px; border-radius: 50%; background: var(--beez-cream); display: flex;
	align-items: center; justify-content: center; font-size: 16px; border: 2.5px solid #fff;
	margin-left: -10px; box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.beez-avatar-mini:first-child { margin-left: 0; }
.beez-hero-rating { font-size: 12px; letter-spacing: -1px; }
.beez-hero-rating strong { font-size: 14px; letter-spacing: 0; margin-left: 4px; color: var(--beez-maroon); }
.beez-hero-proof-label { font-size: 12.5px; color: var(--beez-muted); margin-top: 2px; }

/* ------------------------------------------------------------ hero visual */
.beez-hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 380px; padding: 22px; }
.beez-hero-art {
	position: relative; width: 100%; max-width: 360px; aspect-ratio: 4 / 5; border-radius: 40px;
	background: linear-gradient(135deg, #ffe3cf 0%, #ffd0dc 55%, #ffe0c9 100%);
	display: flex; align-items: center; justify-content: center; overflow: hidden;
	box-shadow: 0 24px 50px rgba(17,17,17,.16);
}
.beez-hero-art-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.beez-hero-art-ring { position: absolute; border-radius: 48px; border: 1.5px dashed rgba(17,17,17,.14); pointer-events: none; }
.beez-ring-1 { inset: -18px; }
.beez-ring-2 { inset: -36px; border-style: solid; border-color: rgba(232,24,75,.1); }

.beez-float-card {
	position: absolute; display: flex; align-items: center; gap: 10px; background: #fff;
	border-radius: 16px; padding: 10px 16px 10px 10px; box-shadow: 0 12px 28px rgba(17,17,17,.14);
	font-size: 12.5px;
}
.beez-float-card strong { display: block; font-size: 13px; color: var(--beez-maroon); }
.beez-float-card span { color: var(--beez-muted); font-size: 11.5px; }
.beez-float-card-1 { top: 6%; left: -4%; }
.beez-float-card-2 { bottom: 10%; right: -6%; }
.beez-float-card-3 { bottom: 6%; left: -8%; }
.beez-float-avatar {
	width: 38px; height: 38px; border-radius: 50%; background: var(--beez-cream); display: flex;
	align-items: center; justify-content: center; font-size: 17px; flex: none;
}
.beez-float-thumb {
	width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg,#ff5f97,#e0245e);
	display: flex; align-items: center; justify-content: center; font-size: 18px; flex: none; overflow: hidden;
}
.beez-float-thumb-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.beez-float-qr-img { width: 42px; height: 42px; border-radius: 6px; flex: none; border: 1px solid var(--beez-border); }
.beez-float-badge {
	position: absolute; top: 42%; right: 0; background: var(--beez-pink); color: #fff;
	font-weight: 800; font-size: 12px; padding: 9px 16px; border-radius: 999px;
	box-shadow: 0 10px 22px rgba(232,24,75,.35);
}

/* ---------------------------------------------------------------- strip */
.beez-strip { margin: 56px auto 60px; }
.beez-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.beez-strip-item { text-align: center; padding: 8px 12px; }
.beez-strip-icon {
	width: 52px; height: 52px; border-radius: 16px; background: var(--beez-cream); display: flex;
	align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 14px;
}
.beez-strip-item h3 { font-size: 15.5px; margin: 0 0 6px; font-weight: 800; color: var(--beez-maroon); }
.beez-strip-item p { font-size: 13px; color: var(--beez-muted); line-height: 1.6; margin: 0; }

/* ---------------------------------------------------------- section head */
.beez-section-head { text-align: center; max-width: 560px; margin: 0 auto 40px; }
.beez-section-head h2 { font-size: clamp(22px, 3.4vw, 30px); margin: 0 0 10px; font-weight: 800; color: var(--beez-maroon); }
.beez-section-head p { color: var(--beez-muted); font-size: 15px; line-height: 1.6; margin: 0; }

/* ------------------------------------------------------------- features */
.beez-features { margin-bottom: 76px; }
.beez-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.beez-feature-card {
	background: #fff; border: 1px solid var(--beez-border); border-radius: 22px;
	padding: 26px 22px; box-shadow: var(--beez-shadow); transition: box-shadow .15s, transform .15s;
}
.beez-feature-card:hover { box-shadow: var(--beez-shadow-lg); transform: translateY(-2px); }
.beez-feature-icon {
	width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center;
	justify-content: center; font-size: 22px; margin-bottom: 14px; color: #fff;
}
.beez-icon-pink   { background: #E8184B; }
.beez-icon-purple { background: linear-gradient(135deg,#b224ef,#7b2ff7); }
.beez-icon-blue   { background: linear-gradient(135deg,#3a8dff,#1c62e0); }
.beez-icon-orange { background: linear-gradient(135deg,#ff5f97,#e0245e); }
.beez-feature-card h3 { font-size: 16px; margin: 0 0 8px; font-weight: 800; }
.beez-feature-card p { font-size: 13.5px; color: var(--beez-muted); line-height: 1.6; margin: 0; }

/* --------------------------------------------------------- menu preview */
.beez-menu-preview { margin-bottom: 80px; }
.beez-menu-preview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: center; }
.beez-menu-preview-side h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: var(--beez-maroon); margin: 0 0 12px; }
.beez-menu-preview-side p { color: var(--beez-muted); font-size: 14.5px; line-height: 1.65; margin: 0 0 26px; max-width: 380px; }
.beez-cat-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.beez-cat-list li {
	display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 999px;
	font-weight: 700; font-size: 14px; color: var(--beez-ink); cursor: default; transition: background .15s;
}
.beez-cat-list li.active { background: var(--beez-pink); color: #fff; box-shadow: 0 8px 18px rgba(232,24,75,.28); }
.beez-cat-ic { font-size: 17px; }

.beez-menu-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.beez-menu-card {
	background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid var(--beez-border);
	box-shadow: var(--beez-shadow); transition: transform .15s, box-shadow .15s;
}
.beez-menu-card:hover { transform: translateY(-4px); box-shadow: var(--beez-shadow-lg); }
.beez-menu-card-photo {
	height: 150px; display: flex; align-items: center; justify-content: center; font-size: 56px; overflow: hidden;
}
.beez-photo-a { background: linear-gradient(135deg, #ffd7a8 0%, #ffb3c6 100%); }
.beez-photo-b { background: linear-gradient(135deg, #ffc9d6 0%, #ffe0b8 100%); }
.beez-menu-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.beez-menu-card-body { padding: 16px 18px 20px; }
.beez-menu-card-body h4 { margin: 0 0 8px; font-size: 15px; font-weight: 800; color: var(--beez-maroon); }
.beez-menu-card-price { font-weight: 800; color: var(--beez-pink); font-size: 16px; margin-bottom: 10px; }
.beez-menu-card-body a { color: var(--beez-ink); text-decoration: none; font-weight: 700; font-size: 13px; opacity: .8; }
.beez-menu-card-body a:hover { opacity: 1; color: var(--beez-pink-dark); }

/* ----------------------------------------------------------- how it works */
.beez-how { margin-bottom: 76px; }
.beez-how-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.beez-how-steps::before {
	content: ""; position: absolute; top: 19px; left: calc(16.66% + 20px); right: calc(16.66% + 20px);
	height: 2px; background: var(--beez-border); z-index: 0;
}
.beez-how-step { position: relative; z-index: 1; text-align: center; padding: 0 12px; }
.beez-how-num {
	width: 38px; height: 38px; border-radius: 50%; background: #E8184B; color: #fff;
	font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center;
	margin: 0 auto 16px; box-shadow: 0 0 0 6px #fff;
}
.beez-how-step h3 { font-size: 15.5px; margin: 0 0 8px; font-weight: 800; color: var(--beez-maroon); }
.beez-how-step p { font-size: 13px; color: var(--beez-muted); line-height: 1.6; margin: 0; }

/* ------------------------------------------------------------ testimonials */
/* ============================================================= PRICING */
.beez-pricing { margin-bottom: 88px; }
.beez-pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	max-width: 1060px;
	margin: 0 auto;
}
.beez-pricing-card {
	position: relative;
	background: var(--beez-surface);
	border: 1.5px solid var(--beez-border);
	border-radius: 20px;
	padding: 36px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: box-shadow .2s, transform .2s;
}
.beez-pricing-card:hover { box-shadow: 0 8px 32px rgba(156,39,242,.10); transform: translateY(-3px); }
.beez-pricing-card--featured {
	border-color: var(--beez-accent);
	box-shadow: 0 4px 24px rgba(156,39,242,.14);
}
.beez-pricing-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--beez-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 4px 16px;
	border-radius: 99px;
	white-space: nowrap;
}
.beez-pricing-name {
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--beez-maroon);
}
.beez-pricing-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
}
.beez-pricing-compare {
	font-size: .85rem;
	color: var(--beez-muted);
	text-decoration: line-through;
	margin-right: 4px;
}
.beez-pricing-amount {
	font-size: 2rem;
	font-weight: 900;
	color: var(--beez-maroon);
	line-height: 1;
}
.beez-pricing-currency {
	font-size: 1rem;
	font-weight: 700;
	color: var(--beez-maroon);
	align-self: flex-end;
	margin-bottom: 2px;
}
.beez-pricing-period {
	font-size: .8rem;
	color: var(--beez-muted);
	align-self: flex-end;
	margin-bottom: 3px;
}
.beez-pricing-features {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.beez-pricing-features li {
	font-size: .9rem;
	color: var(--beez-fg);
	padding-left: 22px;
	position: relative;
}
.beez-pricing-features li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--beez-accent);
	font-weight: 800;
}
.beez-pricing-card .beez-btn,
.beez-pricing-card .beez-btn-outline {
	text-align: center;
	border-radius: 10px;
	padding: 12px 24px;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	display: block;
	transition: opacity .15s, transform .15s;
}
.beez-pricing-card .beez-btn { background: var(--beez-accent); color: #fff; border: none; }
.beez-pricing-card .beez-btn-outline {
	background: transparent;
	color: var(--beez-accent);
	border: 2px solid var(--beez-accent);
}
.beez-pricing-card .beez-btn:hover,
.beez-pricing-card .beez-btn-outline:hover { opacity: .85; transform: translateY(-1px); }

/* ============================================================ TESTIMONIALS */
.beez-testi { margin-bottom: 80px; }
.beez-testi-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 44px; align-items: center; }
.beez-testi-blob {
	aspect-ratio: 1 / 1; border-radius: 50%; background: linear-gradient(150deg, var(--beez-pink) 0%, #ff7a9c 100%);
	display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 40px rgba(232,24,75,.25);
}
.beez-testi-emoji { font-size: 96px; filter: drop-shadow(0 10px 14px rgba(0,0,0,.18)); }
.beez-testi-content h2 { font-size: clamp(22px, 3vw, 28px); font-weight: 800; color: var(--beez-maroon); margin: 0 0 26px; max-width: 460px; }
.beez-testi-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.beez-testi-card {
	background: #fff; border: 1px solid var(--beez-border); border-radius: 20px; padding: 20px;
	box-shadow: var(--beez-shadow);
}
.beez-testi-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.beez-testi-card-head strong { display: block; font-size: 13.5px; color: var(--beez-maroon); }
.beez-testi-card-head span { font-size: 11.5px; color: var(--beez-muted); }
.beez-testi-stars { margin-left: auto; font-size: 11px; }
.beez-testi-card p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--beez-muted); }

/* -------------------------------------------------------------------- faq */
.beez-faq { margin-bottom: 76px; max-width: 760px; }
.beez-faq-list { display: flex; flex-direction: column; gap: 10px; }
.beez-faq-item {
	background: #fff; border: 1px solid var(--beez-border); border-radius: var(--beez-radius-sm); padding: 2px 20px;
}
.beez-faq-item summary {
	list-style: none; cursor: pointer; padding: 16px 0; font-weight: 700; font-size: 14.5px;
	display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--beez-maroon);
}
.beez-faq-item summary::-webkit-details-marker { display: none; }
.beez-faq-icon {
	flex: none; color: var(--beez-pink-dark); font-size: 18px; font-weight: 800; transition: transform .15s;
}
.beez-faq-item[open] .beez-faq-icon { transform: rotate(45deg); }
.beez-faq-item p { margin: 0 0 16px; color: var(--beez-muted); font-size: 13.5px; line-height: 1.6; }

/* -------------------------------------------------------------------- cta */
.beez-cta { margin-bottom: 64px; }
.beez-cta-box {
	background: var(--beez-pink); border-radius: 32px; padding: 50px 46px;
	color: #fff; box-shadow: 0 14px 34px rgba(232,24,75,.28); overflow: hidden;
	display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: center;
}
.beez-cta-copy h2 { font-size: clamp(22px, 3vw, 30px); margin: 0 0 12px; font-weight: 800; }
.beez-cta-copy p { opacity: .92; margin: 0 0 24px; font-size: 14.5px; line-height: 1.6; max-width: 420px; }
.beez-cta-copy .beez-badge-hero { background: rgba(255,255,255,.18); color: #fff; }

.beez-cta-phone { display: flex; justify-content: center; }
.beez-phone-frame {
	width: 220px; background: #fff; border-radius: 30px; padding: 16px 14px 20px;
	box-shadow: 0 24px 48px rgba(0,0,0,.28); color: var(--beez-ink);
}
.beez-phone-notch { width: 50px; height: 5px; border-radius: 4px; background: var(--beez-border); margin: 0 auto 12px; }
.beez-phone-topbar { font-size: 11px; font-weight: 700; color: var(--beez-muted); margin-bottom: 12px; }
.beez-phone-order-card {
	background: var(--beez-cream); border-radius: 14px; padding: 12px 14px; margin-bottom: 12px;
}
.beez-phone-order-card strong { display: block; font-size: 12px; color: var(--beez-maroon); margin-bottom: 3px; }
.beez-phone-order-card span { font-size: 10.5px; color: var(--beez-pink-dark); font-weight: 700; }
.beez-phone-chips { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.beez-phone-chip {
	font-size: 10px; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: var(--beez-cream);
	color: var(--beez-ink); white-space: nowrap;
}
.beez-phone-chip.active { background: var(--beez-pink); color: #fff; }
.beez-phone-label { font-size: 10.5px; font-weight: 700; color: var(--beez-muted); margin-bottom: 8px; }
.beez-phone-thumbs { display: flex; gap: 8px; }
.beez-phone-thumb {
	width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg,#ffd7a8,#ffb3c6);
	display: flex; align-items: center; justify-content: center; font-size: 20px;
}

/* ---------------------------------------------------------------- footer */
.beez-footer { border-top: 1px solid var(--beez-border); padding-top: 48px; margin-top: 20px; }
.beez-footer-inner {
	max-width: 1160px; margin: 0 auto; padding: 0 20px; display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 34px;
}
.beez-footer-brand-col { max-width: 320px; }
.beez-footer-brand { font-weight: 800; font-size: 17px; color: var(--beez-maroon); margin-bottom: 10px; }
.beez-footer-brand-col p { margin: 0 0 16px; color: var(--beez-muted); font-size: 13px; line-height: 1.6; }
.beez-footer-social { display: flex; gap: 10px; }
.beez-footer-social a {
	width: 34px; height: 34px; border-radius: 50%; background: var(--beez-cream); display: flex;
	align-items: center; justify-content: center; font-size: 14px; text-decoration: none;
}
.beez-footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--beez-muted); margin: 0 0 14px; }
.beez-footer-col { display: flex; flex-direction: column; }
.beez-footer-col a {
	color: var(--beez-ink); text-decoration: none; font-size: 13.5px; margin-bottom: 10px; opacity: .8;
}
.beez-footer-col a:hover { opacity: 1; color: var(--beez-pink-dark); }
.beez-footer-contact p { font-size: 13px; color: var(--beez-muted); margin: 0 0 14px; line-height: 1.6; }
.beez-footer-email { display: flex; gap: 8px; }
.beez-footer-email input {
	flex: 1; min-width: 0; padding: 11px 14px; border: 1.5px solid var(--beez-border); border-radius: 999px;
	font-family: inherit; font-size: 13px; background: var(--beez-cream);
}
.beez-footer-email input:focus { outline: none; border-color: var(--beez-pink); }
.beez-footer-email button {
	flex: none; width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--beez-pink);
	color: #fff; font-size: 16px; cursor: pointer; transition: opacity .15s;
}
.beez-footer-email button:hover { opacity: .88; }
.beez-footer-bottom {
	max-width: 1160px; margin: 0 auto; padding: 18px 20px; border-top: 1px solid var(--beez-border);
	color: var(--beez-muted); font-size: 12.5px; text-align: center;
}

/* -------------------------------------------------------------- responsive */
@media (max-width: 900px) {
	.beez-hero-grid { grid-template-columns: 1fr; }
	.beez-hero-visual { order: -1; min-height: 320px; margin-bottom: 12px; }
	.beez-menu-preview-grid { grid-template-columns: 1fr; }
	.beez-testi-grid { grid-template-columns: 1fr; }
	.beez-testi-blob { max-width: 220px; margin: 0 auto; }
	.beez-cta-box { grid-template-columns: 1fr; text-align: center; }
	.beez-cta-copy p { margin-left: auto; margin-right: auto; }
	.beez-cta-phone { order: -1; }
	.beez-footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
	.beez-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.beez-strip-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 620px) {
	.beez-feature-grid { grid-template-columns: 1fr; }
	.beez-menu-cards { grid-template-columns: 1fr; }
	.beez-testi-cards { grid-template-columns: 1fr; }
	.beez-pricing-grid { grid-template-columns: 1fr; }
	.beez-how-steps { grid-template-columns: 1fr; gap: 28px; }
	.beez-how-steps::before { display: none; }
	.beez-hero { padding: 24px 16px 0; }
	.beez-hero-visual { padding: 8px; min-height: 300px; overflow: visible; }
	.beez-hero-art { max-width: 260px; }
	.beez-ring-1, .beez-ring-2 { display: none; }
	.beez-float-card { padding: 8px 12px 8px 8px; font-size: 11px; max-width: 58vw; }
	.beez-float-card-1 { left: 0; top: 4%; }
	.beez-float-card-2 { right: 0; bottom: 8%; }
	.beez-float-card-3 { left: 0; bottom: 34%; max-width: 46vw; }
	.beez-cta-box { padding: 38px 22px; border-radius: 24px; }
	.beez-footer-inner { grid-template-columns: 1fr; gap: 28px; }
	.beez-home .beez-nav { top: 8px; padding: 0 12px; }
}
@media (max-width: 400px) {
	/* Stack hero CTA buttons vertically on very narrow phones */
	.beez-hero-cta { flex-direction: column; align-items: flex-start; gap: 10px; }
	.beez-btn-lg { width: 100%; text-align: center; justify-content: center; display: flex; }
	.beez-btn-ghost-dark { padding: 12px 0; }
	/* Shrink the floating info cards so they don't crowd the art */
	.beez-float-card { max-width: 54vw; font-size: 10.5px; gap: 7px; }
	.beez-float-avatar, .beez-float-thumb, .beez-float-qr-img { width: 30px; height: 30px; font-size: 14px; }
	/* Nav: shrink logo text */
	.beez-home .beez-logo { font-size: 13px; }
	.beez-home .beez-logo-mark { width: 26px; height: 26px; font-size: 12px; }
}

/* ============================================================ APP SCREENSHOTS */
.beez-screenshots {
	padding: 80px 24px;
	background: #f8f8fc;
	overflow: hidden;
}
.beez-screenshots-track-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;   /* Firefox */
	padding-bottom: 16px;
	/* Subtle left/right fade hint that it's scrollable */
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.beez-screenshots-track-wrap::-webkit-scrollbar { display: none; }
.beez-screenshots-track {
	display: flex;
	gap: 24px;
	padding: 16px 40px 8px;
	width: max-content;
}
.beez-screenshot-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}
.beez-screenshot-frame {
	position: relative;
	width: 180px;
	border-radius: 28px;
	background: #111;
	box-shadow:
		0 0 0 6px #222,
		0 0 0 8px #444,
		0 24px 48px rgba(0,0,0,.28);
	overflow: hidden;
	aspect-ratio: 9 / 19.5;
}
.beez-screenshot-notch {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 14px;
	background: #111;
	border-radius: 0 0 12px 12px;
	z-index: 2;
}
.beez-screenshot-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.beez-screenshot-label {
	font-size: 13px;
	color: #666;
	text-align: center;
	max-width: 180px;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 600px) {
	.beez-screenshots { padding: 52px 0; }
	.beez-screenshots .beez-section-head { padding: 0 24px; }
	.beez-screenshot-frame { width: 148px; }
	.beez-screenshots-track { gap: 16px; padding: 12px 24px 8px; }
}

/* ============================================================= LANGUAGE TOGGLE */
.beez-lang-toggle {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 5px 12px;
	border: 1.5px solid var(--beez-border);
	border-radius: 999px;
	background: transparent;
	font-family: var(--beez-font);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	color: var(--beez-ink);
	transition: background 0.18s, border-color 0.18s, color 0.18s;
	flex-shrink: 0;
	margin-left: 6px;
}
.beez-lang-toggle:hover {
	background: var(--beez-cream);
	border-color: var(--beez-pink);
}
.beez-lang-toggle-sep {
	opacity: 0.3;
	margin: 0 2px;
}
/* Active language is bold/pink, inactive is muted */
.beez-lang-toggle[data-lang="mn"] .beez-lang-toggle-mn { color: var(--beez-red); }
.beez-lang-toggle[data-lang="mn"] .beez-lang-toggle-en { opacity: 0.38; font-weight: 400; }
.beez-lang-toggle[data-lang="en"] .beez-lang-toggle-en { color: var(--beez-red); }
.beez-lang-toggle[data-lang="en"] .beez-lang-toggle-mn { opacity: 0.38; font-weight: 400; }

/* All dual-language spans default to MN visible, EN hidden */
.beez-lang-en { display: none; }
.beez-lang-mn { display: inline; }

/* When body switches to EN mode */
body.beez-en .beez-lang-mn { display: none !important; }
body.beez-en .beez-lang-en { display: inline !important; }

@media (max-width: 768px) {
	.beez-lang-toggle { padding: 4px 10px; font-size: 11px; margin-left: 4px; }
}
