/* =======================================================================
   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 [hidden] { display: none !important; }
.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: 9px; }
.beez-home .beez-logo-mark {
	display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px;
	border-radius: 50%; overflow: hidden; flex: none; background: #000;
}
.beez-home .beez-logo-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.beez-home .beez-logo-text { display: flex; flex-direction: column; line-height: 1.1; font-weight: 800; font-size: 15px; color: var(--beez-ink); }
.beez-home .beez-logo-text small { font-weight: 600; font-size: 10.5px; color: var(--beez-muted); letter-spacing: .01em; }
.beez-home .beez-nav-cta { border-radius: 999px; }
.beez-home .beez-nav-actions { display: flex; align-items: center; gap: 10px; }
.beez-home .beez-nav-login-btn {
	border-radius: 999px; background: #fff; color: var(--beez-pink-dark); border: 1.5px solid var(--beez-pink);
	box-shadow: none;
}
.beez-home .beez-nav-login-btn:hover { background: rgba(232,24,75,.06); opacity: 1; }

/* ----------------------------------------------------------------- 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-hero-cta .beez-btn { background: var(--beez-pink) !important; color: #fff !important; box-shadow: 0 10px 26px rgba(232,24,75,.35); }
.beez-hero-cta .beez-btn:hover { box-shadow: 0 14px 32px rgba(232,24,75,.5); }
.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 icon row */
.beez-hero-icon-row { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 28px; }
.beez-hero-icon-item { display: flex; align-items: center; gap: 10px; }
.beez-hero-icon-badge {
	width: 34px; height: 34px; border-radius: 10px; background: rgba(232,24,75,.1); color: var(--beez-pink-dark);
	display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; flex: none;
}
.beez-hero-icon-item strong { display: block; font-size: 13px; font-weight: 800; color: var(--beez-maroon); }
.beez-hero-icon-item span { display: block; font-size: 11.5px; color: var(--beez-muted); margin-top: 1px; }

/* ------------------------------------------------------------ hero trust */
.beez-hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.beez-hero-trust span { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--beez-muted); }

/* ------------------------------------------------------------ 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-photo.beez-hero-art-photo-crossfade {
	opacity: 0; animation: beezHeroCrossfade 15s infinite;
}
.beez-hero-art-photo.beez-hero-art-photo-crossfade:nth-of-type(1) { animation-delay: 0s; }
.beez-hero-art-photo.beez-hero-art-photo-crossfade:nth-of-type(2) { animation-delay: 5s; }
.beez-hero-art-photo.beez-hero-art-photo-crossfade:nth-of-type(3) { animation-delay: 10s; }
@keyframes beezHeroCrossfade {
	0% { opacity: 0; }
	3% { opacity: 1; }
	30% { opacity: 1; }
	36% { opacity: 0; }
	100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.beez-hero-art-photo.beez-hero-art-photo-crossfade { animation: none; opacity: 0; }
	.beez-hero-art-photo.beez-hero-art-photo-crossfade:first-of-type { opacity: 1; }
	.beez-scan-line { animation: none; top: 60px; }
}
.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);
}

/* ----------------------------------------------------- hero order phone */
.beez-hero-visual { flex-direction: column; gap: 18px; }
.beez-hero-badge-circle {
	position: absolute; top: 6%; right: 4%; z-index: 3; width: 108px; height: 108px; border-radius: 50%;
	background: var(--beez-pink); color: #fff; display: flex; flex-direction: column; align-items: center;
	justify-content: center; text-align: center; box-shadow: 0 14px 30px rgba(232,24,75,.35);
	transform: rotate(8deg);
}
.beez-hero-badge-circle strong { font-size: 16px; font-weight: 800; line-height: 1.1; }
.beez-hero-badge-circle small { font-size: 9.5px; font-weight: 700; line-height: 1.2; max-width: 74px; }

.beez-hero-photo-card {
	position: relative; width: 100%; max-width: 420px; border-radius: 26px; overflow: hidden;
	box-shadow: 0 26px 54px rgba(17,17,17,.22); aspect-ratio: 1400 / 933;
}
.beez-hero-photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.beez-hero-trusted { text-align: center; padding: 0 8px; }
.beez-hero-trusted-label { font-size: 11.5px; font-weight: 700; color: var(--beez-muted); margin-bottom: 10px; }
.beez-hero-trusted-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 26px; }
.beez-hero-trusted-logos span { font-size: 13px; font-weight: 800; color: var(--beez-maroon); opacity: .55; }

/* ---------------------------------------------------------------- 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; }

/* ------------------------------------------------------------- modes */
.beez-modes { margin-bottom: 76px; }
.beez-modes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 900px; margin: 0 auto; }
.beez-mode-card {
	position: relative; display: block; overflow: hidden; background: var(--beez-maroon); border: none; border-radius: 22px;
	padding: 26px 24px; text-decoration: none; color: #fff; transition: box-shadow .15s, transform .15s;
	min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end;
}
.beez-mode-card:hover { box-shadow: var(--beez-shadow-lg); transform: translateY(-3px); }
.beez-mode-photo { position: absolute; inset: 0; z-index: 0; }
.beez-mode-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.beez-mode-photo::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(17,17,17,.15) 0%, rgba(17,17,17,.35) 45%, rgba(17,17,17,.88) 100%);
}
.beez-mode-icon {
	position: relative; z-index: 1; width: 46px; height: 46px; border-radius: 50%; background: var(--beez-pink); color: #fff; font-size: 19px;
	display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.beez-mode-icon-alt { background: linear-gradient(135deg,#ffb347,#ff8a3d); }
.beez-mode-card h3 { position: relative; z-index: 1; font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.beez-mode-card p { position: relative; z-index: 1; font-size: 13.5px; color: rgba(255,255,255,.82); line-height: 1.6; margin: 0 0 14px; }
.beez-mode-link { position: relative; z-index: 1; font-size: 13px; font-weight: 800; color: #fff; }
.beez-mode-card.active { box-shadow: 0 0 0 3px var(--beez-pink), var(--beez-shadow-lg); }
.beez-modes-ring-wrap { margin-top: 40px; padding-top: 8px; padding-bottom: 8px; scroll-margin-top: 90px; }

/* ---------------------------------------------------------- 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; }

.beez-demo-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.beez-demo-btns a {
	display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px 11px 12px; text-decoration: none;
	font-weight: 700; font-size: 13.5px; color: var(--beez-ink); border-radius: 999px;
	background: #fff; border: 1.5px solid rgba(17,17,17,.12); box-shadow: 0 6px 16px rgba(17,17,17,.06);
	transition: box-shadow .15s, border-color .15s, transform .15s;
}
.beez-demo-btns a:hover { border-color: var(--beez-pink); box-shadow: 0 10px 22px rgba(232,24,75,.16); transform: translateY(-1px); }
.beez-demo-btns .beez-play-ic { width: 30px; height: 30px; font-size: 10px; }

/* ------------------------------------------------------------- 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; }

.beez-feature-grid-4 { grid-template-columns: repeat(4, 1fr); }
.beez-feature-card-flat { border-radius: 18px; padding: 22px 20px; text-align: left; }
.beez-icon-flat {
	width: 40px; height: 40px; border-radius: 12px; background: rgba(232,24,75,.1); color: var(--beez-pink-dark);
	font-size: 18px;
}
.beez-feature-card-flat h3 { font-size: 14.5px; }
.beez-feature-card-flat p { font-size: 12.5px; }

/* ------------------------------------------------------------- scan & pos */
.beez-scanpos { margin-bottom: 80px; }
.beez-scanpos-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.beez-scanpos-copy h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: var(--beez-maroon); margin: 14px 0 12px; line-height: 1.25; }
.beez-scanpos-copy > p { font-size: 14.5px; color: var(--beez-muted); line-height: 1.7; margin: 0 0 30px; max-width: 480px; }
.beez-scanpos-points { display: flex; flex-direction: column; gap: 22px; }
.beez-scanpos-point { display: flex; gap: 14px; align-items: flex-start; }
.beez-scanpos-ic {
	width: 42px; height: 42px; border-radius: 12px; background: rgba(232,24,75,.1); color: var(--beez-pink-dark);
	display: flex; align-items: center; justify-content: center; font-size: 19px; flex: none;
}
.beez-scanpos-point h3 { font-size: 15px; font-weight: 800; color: var(--beez-maroon); margin: 0 0 4px; }
.beez-scanpos-point p { font-size: 13.5px; color: var(--beez-muted); line-height: 1.6; margin: 0; }

.beez-scanpos-visual { display: flex; justify-content: center; }
.beez-scan-phone {
	position: relative; width: 100%; max-width: 300px; background: #16181d; border-radius: 34px;
	padding: 14px 14px 18px; box-shadow: 0 26px 54px rgba(17,17,17,.28);
}
.beez-scan-viewfinder {
	position: relative; height: 130px; border-radius: 16px; background: linear-gradient(180deg,#1f222a,#14161b);
	margin-bottom: 10px; overflow: hidden;
}
.beez-scan-corner { position: absolute; width: 22px; height: 22px; border: 3px solid #21c25e; }
.beez-scan-corner-tl { top: 12px; left: 12px; border-right: none; border-bottom: none; border-radius: 6px 0 0 0; }
.beez-scan-corner-tr { top: 12px; right: 12px; border-left: none; border-bottom: none; border-radius: 0 6px 0 0; }
.beez-scan-corner-bl { bottom: 12px; left: 12px; border-right: none; border-top: none; border-radius: 0 0 0 6px; }
.beez-scan-corner-br { bottom: 12px; right: 12px; border-left: none; border-top: none; border-radius: 0 0 6px 0; }
.beez-scan-barcode {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 26px;
	letter-spacing: 1px; opacity: .92;
}
.beez-scan-line {
	position: absolute; left: 14px; right: 14px; top: 14px; height: 2px; background: #ff3b5c;
	box-shadow: 0 0 8px 1px rgba(255,59,92,.7); animation: beezScanLine 2.2s ease-in-out infinite;
}
@keyframes beezScanLine {
	0%, 100% { top: 14px; }
	50% { top: 108px; }
}
.beez-scan-caption { text-align: center; color: #b8b9bf; font-size: 11px; font-weight: 700; margin-bottom: 12px; }
.beez-scan-found {
	display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 14px; padding: 10px; margin-bottom: 10px;
}

/* --------------------------------------------------------- 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); }

/* -------------------------------------------------------- process ring */
.beez-process-ring { max-width: 480px; margin: 0 auto 40px; text-align: center; }
.beez-ring-visual { position: relative; width: 100%; aspect-ratio: 1 / 1; margin: 0 auto; }
.beez-ring-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.beez-ring-center {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.beez-ring-center-mark { font-size: 30px; }
.beez-ring-center strong { font-size: 11.5px; font-weight: 800; color: var(--beez-muted); letter-spacing: .01em; }
.beez-ring-node {
	position: absolute; transform: translate(-50%, -50%); width: 27%; aspect-ratio: 1 / 1; border-radius: 50%;
	background: #fff; box-shadow: var(--beez-shadow-lg); border: 1px solid var(--beez-border);
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 6%;
}
.beez-ring-node-ic { font-size: clamp(16px, 3.2vw, 22px); }
.beez-ring-node-label {
	font-size: clamp(8px, 1.55vw, 10.5px); font-weight: 800; line-height: 1.25; color: var(--beez-maroon);
	letter-spacing: .01em;
}
.beez-ring-caption { margin: 18px 0 0; font-size: 13.5px; color: var(--beez-muted); }

/* ----------------------------------------------------------- how it works */
.beez-how-toggle {
	display: flex; justify-content: center; gap: 4px; background: var(--beez-cream); border-radius: 999px;
	padding: 5px; width: fit-content; margin: 0 auto 36px;
}
.beez-how-toggle button {
	padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 13px; color: var(--beez-muted);
	transition: background .15s, color .15s, box-shadow .15s;
}
.beez-how-toggle button.active { background: var(--beez-pink); color: #fff; box-shadow: 0 6px 16px rgba(232,24,75,.28); }
.beez-how-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; background: var(--beez-cream); border-radius: 24px; padding: 26px 22px; }
.beez-how-steps::before { content: none; }
.beez-how-step { position: relative; z-index: 1; text-align: left; padding: 16px; background: #fff; border-radius: 16px; box-shadow: var(--beez-shadow); }
.beez-how-num {
	width: auto; height: auto; border-radius: 0; background: none; color: var(--beez-pink);
	font-weight: 800; font-size: 12px; display: block;
	margin: 0 0 14px; box-shadow: none;
}
.beez-how-step h3 { font-size: 13.5px; margin: 0 0 6px; font-weight: 800; color: var(--beez-maroon); }
.beez-how-step p { font-size: 12px; color: var(--beez-muted); line-height: 1.55; margin: 0; }

/* -------------------------------------------------------- trial banner */
.beez-trial-banner { margin-bottom: 76px; }
.beez-trial-banner-box {
	background: linear-gradient(135deg, #fff0f4 0%, #ffe6ee 100%); border: 1px solid rgba(232,24,75,.14);
	border-radius: 26px; padding: 30px 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
}
.beez-trial-banner-icon { font-size: 40px; flex: none; }
.beez-trial-banner-copy { flex: 1; min-width: 240px; }
.beez-trial-banner-copy h2 { font-size: clamp(18px, 2.4vw, 23px); font-weight: 800; color: var(--beez-maroon); margin: 0 0 8px; }
.beez-trial-banner-copy p { font-size: 13.5px; color: var(--beez-muted); line-height: 1.6; margin: 0; max-width: 520px; }
.beez-trial-banner .beez-btn { background: var(--beez-pink); color: #fff; flex: none; }
.beez-trial-banner-trust {
	display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 22px;
	font-size: 12.5px; font-weight: 700; color: var(--beez-muted);
}
.beez-trial-banner-trust span { display: inline-flex; align-items: center; gap: 6px; }

/* ------------------------------------------------------------ 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); }

/* ============================================================== SHOWCASE */
.beez-showcase { margin-bottom: 80px; }

/* -------------------------------------------------------------------- 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 { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; color: var(--beez-maroon); margin-bottom: 10px; }
.beez-footer-logo-img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex: none; }
.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-line { display: flex; align-items: center; gap: 8px; }
.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; margin-bottom: 12px; }
	.beez-menu-preview-grid { grid-template-columns: 1fr; }
	.beez-scanpos-grid { grid-template-columns: 1fr; gap: 34px; }
	.beez-scanpos-visual { order: -1; }
	.beez-scanpos-copy > p { max-width: none; }
	.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; }
	.beez-how-steps { grid-template-columns: repeat(3, 1fr); }
	.beez-modes-grid { grid-template-columns: 1fr; max-width: 440px; }
	.beez-feature-grid-4 { grid-template-columns: repeat(2, 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-feature-grid-4 { grid-template-columns: 1fr; }
	.beez-menu-cards { grid-template-columns: 1fr; }
	.beez-pricing-grid { grid-template-columns: 1fr; }
	.beez-how-steps { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
	.beez-how-toggle { width: 100%; }
	.beez-how-toggle button { flex: 1; }
	.beez-process-ring { max-width: 320px; }
	.beez-ring-node { padding: 4%; }
	.beez-ring-node-ic { font-size: 15px; }
	.beez-ring-node-label { font-size: 7.5px; }
	.beez-ring-center-mark { font-size: 22px; }
	.beez-ring-center strong { font-size: 9px; }
	.beez-hero { padding: 24px 16px 0; }
	.beez-hero-visual { padding: 8px; overflow: visible; }
	.beez-hero-photo-card { max-width: 280px; border-radius: 20px; }
	.beez-hero-badge-circle { width: 84px; height: 84px; top: 2%; right: 2%; }
	.beez-hero-badge-circle strong { font-size: 13px; }
	.beez-hero-badge-circle small { font-size: 8.5px; max-width: 60px; }
	.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; }
	.beez-home .beez-nav-inner { padding: 8px 8px 8px 14px; }
	.beez-home .beez-logo-text { display: none; }
	.beez-home .beez-nav-actions { gap: 6px; }
	.beez-home .beez-nav-cta, .beez-home .beez-nav-login-btn { padding: 8px 12px; font-size: 12px; }
	.beez-trial-banner-box { padding: 24px 20px; text-align: center; justify-content: center; }
	.beez-trial-banner-copy p { margin: 0 auto; }
}
@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; }
}

/* ============================================================ 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; }
}

/* ============================================================ SHOWCASE SLIDER */

/* Outer wrapper: arrows sit outside the scrollable track */
.beez-showcase-outer {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 0 8px;
}

/* Scrollable row of cards */
.beez-showcase-track {
	display: flex;
	flex: 1;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 6px 2px 14px;  /* bottom padding keeps shadows visible */
	scrollbar-width: none;
}
.beez-showcase-track::-webkit-scrollbar { display: none; }

/* ---- Card ---- */
.beez-showcase-card {
	flex: 0 0 180px;          /* fixed width so 5–6 fit on desktop */
	scroll-snap-align: start;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--beez-border);
	box-shadow: 0 2px 10px rgba(17,17,17,.06);
	text-decoration: none;
	color: inherit;
	transition: box-shadow .18s, transform .18s, border-color .18s;
	display: flex;
	flex-direction: column;
}
.beez-showcase-card:hover {
	box-shadow: 0 10px 28px rgba(232,24,75,.16);
	border-color: var(--beez-pink);
	transform: translateY(-4px);
}
.beez-showcase-card:focus-visible {
	outline: 2px solid var(--beez-pink);
	outline-offset: 2px;
}

/* ---- Cover image area (square, fills full card width) ---- */
.beez-sc-cover {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;     /* square thumbnail */
	background: var(--beez-cream);
	overflow: hidden;
	flex-shrink: 0;
}
.beez-sc-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}
.beez-showcase-card:hover .beez-sc-cover img {
	transform: scale(1.05);
}

/* Letter avatar when there's no image at all */
.beez-sc-initial {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #ff5f97 0%, var(--beez-pink) 100%);
}

/* Small logo badge overlaid bottom-left of the cover */
.beez-sc-logo-badge {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(17,17,17,.18);
	background: #fff;
	flex-shrink: 0;
}
.beez-sc-logo-badge img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---- Name label below the cover ---- */
.beez-sc-footer {
	padding: 10px 12px 11px;
	background: #fff;
}
.beez-sc-name {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--beez-maroon);
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ---- Arrow buttons ---- */
.beez-showcase-arrow {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid var(--beez-border);
	box-shadow: 0 4px 14px rgba(17,17,17,.1);
	font-size: 24px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--beez-maroon);
	transition: box-shadow .15s, border-color .15s, color .15s, opacity .15s;
	z-index: 2;
}
.beez-showcase-arrow:hover {
	border-color: var(--beez-pink);
	color: var(--beez-pink);
	box-shadow: 0 6px 18px rgba(232,24,75,.2);
}

@media (max-width: 768px) {
	.beez-showcase-card { flex: 0 0 140px; }
	.beez-sc-name { font-size: 12px; }
	.beez-showcase-arrow { width: 34px; height: 34px; font-size: 20px; }
}
@media (max-width: 480px) {
	.beez-showcase-card { flex: 0 0 120px; }
	.beez-showcase-outer { gap: 6px; }
}
