/* ===========================================================================
   Bublr — Home V3C · "THE PRODUCT"
   A premium editorial product-launch homepage. The SOFTWARE is the hero:
   crisp in-code phone mockups (rounded screen, status bar, real app moments)
   set beside huge confident type. Black-dominant, BOLD, generous space.
   Everything scoped under .bublr-home3c so nothing leaks.
   =========================================================================== */

.bublr-home3c {
	--c3-bg: #0A0A0A;
	--c3-bg-2: #0E0F0C;
	--c3-line: rgba(255, 255, 255, 0.08);
	--c3-line-strong: rgba(255, 255, 255, 0.16);
	--c3-text: #F5F2EB;
	--c3-muted: #98A2B3;
	--c3-card: #131410;
	--c3-card-2: #17181A;
	--c3-radius: 30px;

	position: relative;
	display: block;
	background: var(--c3-bg);
	color: var(--c3-text);
	margin: 0;
	font-family: var(--font-body);
	overflow: clip;
}

/* Repaint a solid black field behind the article so the body's cream paper +
   green wash never show through between sections. */
.bublr-home3c::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(120% 70% at 50% -10%, rgba(182, 233, 74, 0.10), transparent 55%),
		var(--c3-bg);
	background-attachment: fixed;
	pointer-events: none;
}

.bublr-home3c .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

.bublr-home3c section { position: relative; }

/* ---------- Shared mono label / kicker ---------- */
.bublr-home3c-label,
.bublr-home3c-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--font-mono);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mint-green);
}
.bublr-home3c-label {
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(127, 229, 168, 0.10);
	border: 1px solid rgba(127, 229, 168, 0.22);
	margin-bottom: 22px;
}
.bublr-home3c-label--dark {
	color: #08291C;
	background: rgba(8, 41, 28, 0.14);
	border-color: rgba(8, 41, 28, 0.28);
}
.bublr-home3c-kicker__dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 4px rgba(182, 233, 74, 0.18);
	animation: bublr-v3c-pulse 2.4s ease-in-out infinite;
}
@keyframes bublr-v3c-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(182, 233, 74, 0.18); }
	50% { box-shadow: 0 0 0 7px rgba(182, 233, 74, 0.05); }
}

/* ---------- Section head ---------- */
.bublr-home3c-sechead {
	max-width: 680px;
	margin: 0 auto clamp(44px, 6vw, 72px);
	text-align: center;
}
.bublr-home3c-sechead h2 {
	font-family: var(--font-head);
	font-size: clamp(30px, 4.8vw, 56px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.02;
	color: var(--c3-text);
	margin: 0 0 16px;
}
.bublr-home3c-sechead p {
	font-size: 17px;
	line-height: 1.6;
	color: var(--c3-muted);
	margin: 0;
}

/* ---------- Buttons ---------- */
.bublr-home3c .btn { font-size: 14.5px; padding: 15px 28px; }
.bublr-home3c-btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--c3-text);
	border: 1px solid var(--c3-line-strong);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.bublr-home3c-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
}
.bublr-home3c-btn-ghost__play {
	display: inline-grid;
	place-items: center;
	width: 20px; height: 20px;
	border-radius: 50%;
	font-size: 9px;
	color: #0A0A0A;
	background: var(--mint-green);
}
.bublr-home3c-btn-ghost--onlime {
	background: rgba(8, 26, 10, 0.10);
	color: #0A0A0A;
	border-color: rgba(8, 26, 10, 0.28);
}
.bublr-home3c-btn-ghost--onlime:hover {
	background: rgba(8, 26, 10, 0.18);
	border-color: rgba(8, 26, 10, 0.5);
}

/* ===========================================================================
   THE PHONE FRAME — the centrepiece. Sturdy dark device, rounded screen,
   soft shadow on black. Screen content scales by cqw (container query units).
   =========================================================================== */
.bublr-v3c-phone {
	position: relative;
	width: min(360px, 80vw);
	background: linear-gradient(150deg, #1c1d1a, #0A0A0A 60%);
	border-radius: 48px;
	padding: 11px;
	box-shadow:
		0 50px 100px -34px rgba(0, 0, 0, 0.85),
		0 8px 22px rgba(0, 0, 0, 0.4),
		inset 0 0 0 1.5px rgba(255, 255, 255, 0.10),
		inset 0 0 0 6px rgba(0, 0, 0, 0.6);
}
.bublr-v3c-phone__island {
	position: absolute;
	top: 22px; left: 50%;
	transform: translateX(-50%);
	width: 96px; height: 27px;
	background: #000;
	border-radius: 999px;
	z-index: 6;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.bublr-v3c-phone__screen {
	position: relative;
	aspect-ratio: 440 / 956;
	border-radius: 38px;
	overflow: hidden;
	container-type: inline-size;
	background: #0E0F0C;
}
.bublr-v3c-phone--hero { width: min(384px, 84vw); }

/* ---------- Status bar (shared) ---------- */
.bublr-v3c-status {
	position: absolute;
	top: 2.2%; left: 7%; right: 7%;
	display: flex; align-items: center; justify-content: space-between;
	font-size: 3.6cqw; font-weight: 600;
	color: #fff; z-index: 5;
}
.bublr-v3c-status--light { color: #0A0A0A; }
.bublr-v3c-status__sys { display: inline-flex; align-items: center; gap: 1.4cqw; }
.bublr-v3c-status__sys svg { height: 2.7cqw; width: auto; fill: currentColor; }

/* ---------- Bottom app nav (shared) ---------- */
.bublr-v3c-appnav {
	position: absolute;
	left: 4.5%; right: 4.5%; bottom: 1.4%;
	height: 7%;
	background: rgba(255, 255, 255, 0.92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-radius: 999px;
	display: flex; align-items: center; justify-content: space-around;
	box-shadow: 0 1.6cqw 6cqw rgba(0, 0, 0, 0.18);
	z-index: 4;
}
.bublr-v3c-appnav span { display: inline-flex; color: #6B706D; }
.bublr-v3c-appnav span.is-on { color: #1B9E66; }
.bublr-v3c-appnav svg { width: 5.2cqw; height: 5.2cqw; }
.bublr-v3c-appnav__cam {
	width: 13cqw; height: 13cqw;
	border-radius: 50%;
	background: var(--mint, #2BC47E);
	color: #fff !important;
	align-items: center; justify-content: center;
	margin-top: -3.6cqw;
	box-shadow: 0 2cqw 7cqw rgba(43, 196, 126, 0.5);
}
.bublr-v3c-appnav__cam svg { width: 6cqw; height: 6cqw; }

/* ---------- Shared item tile (cut-out on tinted tile) ---------- */
.bublr-v3c-tile {
	position: relative;
	flex: 0 0 auto;
	display: grid; place-items: center;
	border-radius: 3.4cqw;
	overflow: hidden;
	background: radial-gradient(circle at 42% 32%, color-mix(in srgb, var(--c, #7FE5A8) 38%, #fff), color-mix(in srgb, var(--c, #7FE5A8) 16%, #fff));
}
.bublr-v3c-tile__halo {
	position: absolute;
	width: 78%; height: 78%; border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--c, #7FE5A8) 55%, transparent), transparent 70%);
	filter: blur(3cqw);
}
.bublr-v3c-tile img {
	position: relative;
	width: 66%; height: 66%;
	object-fit: contain;
	filter: drop-shadow(0 1.6cqw 1.8cqw rgba(0, 0, 0, 0.22));
}

/* ===========================================================================
   SCREEN · Valuation result (dark-friendly light app) — used in hero + tour
   =========================================================================== */
.bublr-v3c-screen--valuation { background: #EEF1EE; color: #0E1116; }
.bublr-v3c-val {
	position: absolute; inset: 0;
	display: flex; flex-direction: column;
	padding: 12cqw 5.5% 14cqw;
}
.bublr-v3c-val__head {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 3cqw;
}
.bublr-v3c-val__back, .bublr-v3c-val__share {
	width: 9cqw; height: 9cqw;
	display: grid; place-items: center;
	border-radius: 50%;
	background: #fff;
	font-size: 5cqw; color: #0E1116;
	box-shadow: 0 1cqw 3cqw rgba(0, 0, 0, 0.06);
}
.bublr-v3c-val__crumb {
	font-family: var(--font-head);
	font-weight: 600; font-size: 4.6cqw;
}
/* The reused appcard sits inside the phone screen — shrink + reset its width. */
.bublr-v3c-val .bublr-appcard {
	width: 100%;
	max-width: none;
	border-radius: 6cqw;
	padding: 5cqw;
	box-shadow: 0 4cqw 12cqw rgba(0, 0, 0, 0.10);
}
.bublr-v3c-val__cta {
	margin-top: auto;
	text-align: center;
	background: #0E1116; color: #fff;
	border-radius: 999px;
	padding: 4cqw;
	font-family: var(--font-head);
	font-weight: 600; font-size: 4cqw;
}

/* ===========================================================================
   SCREEN · Capture / scan viewfinder (dark)
   =========================================================================== */
.bublr-v3c-screen--capture {
	background:
		radial-gradient(120% 80% at 50% 30%, #14241d, #07100b 70%);
	color: #fff;
}
.bublr-v3c-cap { position: absolute; inset: 0; }
.bublr-v3c-cap__subject {
	position: absolute;
	top: 28%; left: 50%; transform: translateX(-50%);
	width: 56%;
	display: grid; place-items: center;
}
.bublr-v3c-cap__subject img {
	width: 100%;
	filter: drop-shadow(0 6cqw 10cqw rgba(0, 0, 0, 0.55));
}
.bublr-v3c-cap__frame {
	position: absolute;
	top: 22%; left: 14%; right: 14%; height: 44%;
	border-radius: 8cqw;
	box-shadow:
		inset 0 0 0 0.7cqw rgba(255, 255, 255, 0.85),
		0 0 0 40cqw rgba(7, 16, 11, 0.42);
	-webkit-mask:
		linear-gradient(#000 0 0) padding-box,
		linear-gradient(#000 0 0);
}
/* The four corner brackets are drawn with the frame's inset; add lime accents. */
.bublr-v3c-cap__frame::before,
.bublr-v3c-cap__frame::after {
	content: "";
	position: absolute;
	width: 9cqw; height: 9cqw;
	border: 1cqw solid var(--lime);
}
.bublr-v3c-cap__frame::before {
	top: -0.7cqw; left: -0.7cqw;
	border-right: none; border-bottom: none;
	border-radius: 6cqw 0 0 0;
}
.bublr-v3c-cap__frame::after {
	bottom: -0.7cqw; right: -0.7cqw;
	border-left: none; border-top: none;
	border-radius: 0 0 6cqw 0;
}
.bublr-v3c-cap__scan {
	position: absolute;
	top: 22%; left: 14%; right: 14%; height: 0.7cqw;
	background: linear-gradient(90deg, transparent, var(--lime), transparent);
	box-shadow: 0 0 4cqw var(--lime);
	animation: bublr-v3c-scan 2.6s ease-in-out infinite;
}
@keyframes bublr-v3c-scan {
	0%, 100% { transform: translateY(0); opacity: 0.9; }
	50% { transform: translateY(38cqw); opacity: 1; }
}
.bublr-v3c-cap__chip {
	position: absolute;
	top: 70%; left: 50%; transform: translateX(-50%);
	display: inline-flex; align-items: center; gap: 2cqw;
	white-space: nowrap;
	padding: 2.6cqw 4cqw;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 3.4cqw;
}
.bublr-v3c-cap__chip b { font-weight: 700; color: var(--lime); }
.bublr-v3c-cap__dot {
	width: 2.4cqw; height: 2.4cqw; border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 1.6cqw rgba(182, 233, 74, 0.22);
	animation: bublr-v3c-pulse 1.6s ease-in-out infinite;
}
.bublr-v3c-cap__hint {
	position: absolute;
	top: 78%; left: 0; right: 0;
	text-align: center;
	font-size: 3cqw;
	color: rgba(255, 255, 255, 0.7);
}
.bublr-v3c-cap__shutter {
	position: absolute;
	bottom: 7%; left: 50%; transform: translateX(-50%);
	width: 16cqw; height: 16cqw;
	border-radius: 50%;
	border: 1.4cqw solid rgba(255, 255, 255, 0.85);
	display: grid; place-items: center;
}
.bublr-v3c-cap__shutter span {
	width: 11cqw; height: 11cqw; border-radius: 50%;
	background: #fff;
}

/* ===========================================================================
   SCREEN · Smart collections list (light)
   =========================================================================== */
.bublr-v3c-screen--collections { background: #FAFAF8; color: #0E1116; }
.bublr-v3c-coll {
	position: absolute; inset: 0;
	padding: 13cqw 5.5% 16cqw;
	display: flex; flex-direction: column;
}
.bublr-v3c-coll__head { margin-bottom: 4cqw; }
.bublr-v3c-coll__title {
	display: block;
	font-family: var(--font-head);
	font-weight: 700; font-size: 8cqw;
	letter-spacing: -0.03em;
}
.bublr-v3c-coll__total {
	display: block;
	margin-top: 1cqw;
	font-family: var(--font-head);
	font-weight: 700; font-size: 5.4cqw;
	color: #1B9E66;
}
.bublr-v3c-coll__total i { font-style: normal; font-size: 2.8cqw; color: #92968F; font-weight: 500; }
.bublr-v3c-coll__chips {
	display: flex; gap: 2cqw; margin-bottom: 4cqw;
	overflow: hidden;
}
.bublr-v3c-coll__chips span {
	padding: 1.8cqw 3.6cqw;
	border-radius: 999px;
	background: #F0F0EC;
	font-size: 3cqw; color: #6B706D;
	white-space: nowrap;
}
.bublr-v3c-coll__chips span.is-on { background: #0E1116; color: #fff; }
.bublr-v3c-coll__list { display: flex; flex-direction: column; gap: 2.6cqw; }
.bublr-v3c-coll__row {
	display: flex; align-items: center; gap: 3.4cqw;
	background: #fff;
	border: 1px solid #EDEDE8;
	border-radius: 4.4cqw;
	padding: 2.6cqw 3.4cqw;
	box-shadow: 0 1.6cqw 4cqw rgba(0, 0, 0, 0.03);
}
.bublr-v3c-coll__row .bublr-v3c-tile { width: 13cqw; height: 13cqw; }
.bublr-v3c-coll__meta { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.bublr-v3c-coll__meta b { font-weight: 600; font-size: 3.6cqw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bublr-v3c-coll__meta i { font-style: normal; font-size: 2.8cqw; color: #92968F; }
.bublr-v3c-coll__val {
	font-family: var(--font-head);
	font-weight: 700; font-size: 4cqw;
	color: #0E1116;
}

/* ===========================================================================
   SCREEN · QR capture (dark)
   =========================================================================== */
.bublr-v3c-screen--qr {
	background: radial-gradient(120% 80% at 50% 40%, #131c2a, #080b12 72%);
	color: #fff;
}
.bublr-v3c-qr {
	position: absolute; inset: 0;
	display: flex; flex-direction: column; align-items: center;
	padding: 18cqw 8% 0;
}
.bublr-v3c-qr__label {
	font-family: var(--font-head);
	font-weight: 600; font-size: 5cqw;
	margin-bottom: 8cqw;
}
.bublr-v3c-qr__frame {
	position: relative;
	width: 64%; aspect-ratio: 1;
	display: grid; place-items: center;
}
.bublr-v3c-qr__corner {
	position: absolute;
	width: 14%; height: 14%;
	border: 1.2cqw solid var(--powder);
}
.bublr-v3c-qr__corner--tl { top: 0; left: 0; border-right: none; border-bottom: none; border-radius: 4cqw 0 0 0; }
.bublr-v3c-qr__corner--tr { top: 0; right: 0; border-left: none; border-bottom: none; border-radius: 0 4cqw 0 0; }
.bublr-v3c-qr__corner--bl { bottom: 0; left: 0; border-right: none; border-top: none; border-radius: 0 0 0 4cqw; }
.bublr-v3c-qr__corner--br { bottom: 0; right: 0; border-left: none; border-top: none; border-radius: 0 0 4cqw 0; }
.bublr-v3c-qr__code { width: 74%; height: 74%; fill: #fff; color: #fff; }
.bublr-v3c-qr__beam {
	position: absolute;
	left: 8%; right: 8%; height: 0.7cqw;
	background: linear-gradient(90deg, transparent, var(--powder), transparent);
	box-shadow: 0 0 4cqw var(--powder);
	animation: bublr-v3c-qrbeam 2.4s ease-in-out infinite;
}
@keyframes bublr-v3c-qrbeam {
	0%, 100% { top: 12%; opacity: 0.9; }
	50% { top: 86%; opacity: 1; }
}
.bublr-v3c-qr__hint {
	margin-top: 8cqw;
	text-align: center;
	font-size: 3.4cqw;
	color: rgba(255, 255, 255, 0.72);
}
.bublr-v3c-qr__hint b { color: var(--mint-green); font-weight: 700; }
.bublr-v3c-qr__pill {
	margin-top: 6cqw;
	padding: 3.4cqw 7cqw;
	border-radius: 999px;
	background: var(--powder);
	color: #0E1116;
	font-family: var(--font-head);
	font-weight: 600; font-size: 3.8cqw;
}

/* ===========================================================================
   SCREEN · Bubble manager (light)
   =========================================================================== */
.bublr-v3c-screen--manager { background: #FAFAF8; color: #0E1116; }
.bublr-v3c-mgr {
	position: absolute; inset: 0;
	padding: 13cqw 5.5% 16cqw;
	display: flex; flex-direction: column;
}
.bublr-v3c-mgr__head {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 3cqw;
}
.bublr-v3c-mgr__title {
	font-family: var(--font-head);
	font-weight: 700; font-size: 8cqw; letter-spacing: -0.03em;
}
.bublr-v3c-mgr__add {
	width: 9cqw; height: 9cqw;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--mint, #2BC47E); color: #fff;
	font-size: 5cqw; font-weight: 600;
}
.bublr-v3c-mgr__tabs {
	display: flex; gap: 4.5cqw;
	font-size: 3.4cqw; color: #8A8F8C;
	border-bottom: 1px solid #ECECE8;
	padding-bottom: 2.8cqw; margin-bottom: 4cqw;
}
.bublr-v3c-mgr__tabs b { color: #0E1116; font-weight: 600; position: relative; }
.bublr-v3c-mgr__tabs b::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2.9cqw;
	height: 2px; background: #0E1116;
}
.bublr-v3c-mgr__grid {
	display: grid; grid-template-columns: 1fr 1fr; gap: 3.4cqw;
}
.bublr-v3c-mgr__card {
	display: flex; flex-direction: column;
	background: #fff;
	border: 1px solid #EDEDE8;
	border-radius: 4.4cqw;
	padding: 2.6cqw;
	box-shadow: 0 1.6cqw 4cqw rgba(0, 0, 0, 0.03);
}
.bublr-v3c-mgr__card .bublr-v3c-tile { aspect-ratio: 1.4; width: 100%; margin-bottom: 2.4cqw; }
.bublr-v3c-mgr__card b { font-weight: 600; font-size: 3.6cqw; }
.bublr-v3c-mgr__stats { display: flex; gap: 2.4cqw; margin-top: 1.2cqw; }
.bublr-v3c-mgr__stats i { font-style: normal; font-size: 2.7cqw; color: #92968F; }
.bublr-v3c-mgr__join {
	margin-top: 2.6cqw; text-align: center;
	border: 1.4px solid #14324A; color: #14324A;
	border-radius: 999px;
	padding: 2cqw;
	font-size: 3.2cqw; font-weight: 600;
}

/* ===========================================================================
   1 · PRODUCT HERO
   =========================================================================== */
.bublr-home3c-hero {
	padding: calc(var(--nav-height, 84px) + clamp(44px, 7vw, 88px)) 0 clamp(56px, 8vw, 100px);
	overflow: hidden;
}
.bublr-home3c-hero__grid-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask: radial-gradient(120% 80% at 50% 20%, #000 30%, transparent 75%);
	mask: radial-gradient(120% 80% at 50% 20%, #000 30%, transparent 75%);
	pointer-events: none;
}
.bublr-home3c-hero__glow {
	position: absolute;
	top: -140px; left: 50%; transform: translateX(-50%);
	width: min(960px, 92%); height: 540px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(182, 233, 74, 0.22), rgba(127, 229, 168, 0.07) 46%, transparent 70%);
	filter: blur(18px);
	pointer-events: none;
}
.bublr-home3c-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: clamp(36px, 6vw, 76px);
	align-items: center;
}
.bublr-home3c-hero__copy { max-width: 600px; }
.bublr-home3c-hero__title {
	font-family: var(--font-head);
	font-size: clamp(44px, 7.4vw, 86px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.95;
	color: var(--c3-text);
	margin: 18px 0 24px;
}
.bublr-home3c-hero__title em { font-style: normal; color: var(--lime); }
.bublr-home3c-hero__sub {
	font-size: clamp(16px, 2.1vw, 19px);
	line-height: 1.58;
	color: var(--c3-muted);
	max-width: 48ch;
	margin: 0 0 32px;
}
.bublr-home3c-hero__cta {
	display: flex; flex-wrap: wrap; gap: 14px;
	margin-bottom: 28px;
}
.bublr-home3c-hero__trust {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 13.5px; color: var(--grey-3);
}
.bublr-home3c-hero__avas { display: inline-flex; }
.bublr-home3c-hero__avas img {
	width: 28px; height: 28px; border-radius: 50%;
	object-fit: cover;
	margin-left: -8px;
	border: 2px solid var(--c3-bg);
}
.bublr-home3c-hero__avas img:first-child { margin-left: 0; }

/* Hero device */
.bublr-home3c-hero__device {
	position: relative;
	display: flex; justify-content: center; align-items: center;
	min-height: 480px;
}
.bublr-home3c-hero__deviceglow {
	position: absolute;
	width: 120%; aspect-ratio: 1;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(127, 229, 168, 0.28), transparent 60%);
	filter: blur(50px);
	pointer-events: none;
}
.bublr-home3c-hero__device .bublr-v3c-phone {
	position: relative; z-index: 2;
	animation: bublr-v3c-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes bublr-v3c-rise {
	from { transform: translateY(28px) scale(0.97); opacity: 0; }
	to { transform: none; opacity: 1; }
}

/* Floating value chips */
.bublr-home3c-hero__floats { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.bublr-home3c-float {
	position: absolute;
	display: inline-flex; align-items: center; gap: 10px;
	padding: 9px 16px 9px 9px;
	border-radius: 999px;
	background: var(--c3-card);
	border: 1px solid var(--c3-line-strong);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.55);
	animation: bublr-v3c-bob 6s ease-in-out infinite;
}
.bublr-home3c-float img {
	width: 32px; height: 32px; object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
.bublr-home3c-float__txt { display: flex; flex-direction: column; line-height: 1.1; }
.bublr-home3c-float__txt b { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--c, #B6E94A); }
.bublr-home3c-float__txt i { font-style: normal; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grey-3); }
.bublr-home3c-float--1 { top: 6%;  right: -4%; animation-delay: 0s; }
.bublr-home3c-float--2 { bottom: 20%; left: -8%; animation-delay: 1.4s; }
.bublr-home3c-float--3 { bottom: 2%; right: 4%; animation-delay: 2.6s; }
@keyframes bublr-v3c-bob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

/* ===========================================================================
   2 · STAT MARQUEE
   =========================================================================== */
.bublr-home3c-stats {
	padding: clamp(30px, 4vw, 46px) 0;
	border-top: 1px solid var(--c3-line);
	border-bottom: 1px solid var(--c3-line);
}
.bublr-home3c-stats__grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.bublr-home3c-stat { text-align: center; padding: 14px 8px; position: relative; }
.bublr-home3c-stat:not(:last-child)::after {
	content: ""; position: absolute; right: -12px; top: 50%;
	transform: translateY(-50%); width: 1px; height: 54%;
	background: var(--c3-line);
}
.bublr-home3c-stat__num {
	display: block;
	font-family: var(--font-head);
	font-size: clamp(34px, 5.4vw, 58px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--c3-text);
	margin-bottom: 8px;
}
.bublr-home3c-stat:nth-child(1) .bublr-home3c-stat__num { color: var(--lime); }
.bublr-home3c-stat:nth-child(2) .bublr-home3c-stat__num { color: var(--mint-green); }
.bublr-home3c-stat:nth-child(4) .bublr-home3c-stat__num { color: var(--powder); }
.bublr-home3c-stat__label {
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--c3-muted);
}

/* ===========================================================================
   3 · FEATURE-BY-FEATURE STORY
   =========================================================================== */
.bublr-home3c-tour { padding: clamp(76px, 10vw, 140px) 0; }

.bublr-home3c-feature {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 7vw, 96px);
	align-items: center;
	padding: clamp(48px, 7vw, 90px) 0;
}
.bublr-home3c-feature + .bublr-home3c-feature { border-top: 1px solid var(--c3-line); }
.bublr-home3c-feature--flip .bublr-home3c-feature__copy { order: 2; }

.bublr-home3c-feature__copy { max-width: 480px; }
.bublr-home3c-feature--flip .bublr-home3c-feature__copy { margin-left: auto; }
.bublr-home3c-feature__no {
	display: block;
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.14em;
	color: var(--grey-4);
	margin-bottom: 18px;
}
.bublr-home3c-feature__k {
	display: inline-flex;
	font-family: var(--font-mono);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--c, #7FE5A8);
	padding: 6px 13px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--c, #7FE5A8) 12%, transparent);
	border: 1px solid color-mix(in srgb, var(--c, #7FE5A8) 26%, transparent);
	margin-bottom: 20px;
}
.bublr-home3c-feature__h {
	font-family: var(--font-head);
	font-size: clamp(28px, 3.8vw, 46px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.04;
	color: var(--c3-text);
	margin: 0 0 18px;
}
.bublr-home3c-feature__p {
	font-size: 17px;
	line-height: 1.62;
	color: var(--c3-muted);
	max-width: 44ch;
	margin: 0 0 26px;
}
.bublr-home3c-feature__link {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--font-head);
	font-size: 15px; font-weight: 600;
	color: var(--c3-text);
	text-decoration: none;
}
.bublr-home3c-feature__link span { color: var(--c, #7FE5A8); transition: transform 0.2s ease; }
.bublr-home3c-feature__link:hover span { transform: translateX(4px); }

.bublr-home3c-feature__device {
	position: relative;
	display: flex; justify-content: center;
}
.bublr-home3c-feature__deviceglow {
	position: absolute;
	width: 116%; aspect-ratio: 1;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
	background: radial-gradient(circle, color-mix(in srgb, var(--c, #7FE5A8) 24%, transparent), transparent 60%);
	filter: blur(54px);
	pointer-events: none;
}
.bublr-home3c-feature__device .bublr-v3c-phone {
	position: relative; z-index: 1;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.bublr-home3c-feature__device:hover .bublr-v3c-phone { transform: translateY(-8px) rotate(-1deg); }

/* ===========================================================================
   4 · CATEGORIES
   =========================================================================== */
.bublr-home3c-cats {
	padding: clamp(72px, 10vw, 130px) 0;
	border-top: 1px solid var(--c3-line);
}
.bublr-home3c-cats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bublr-home3c-cat {
	display: flex; align-items: center; gap: 14px;
	padding: 16px 18px;
	border-radius: 20px;
	background: var(--c3-card);
	border: 1px solid var(--c3-line);
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.bublr-home3c-cat:hover {
	transform: translateY(-3px);
	border-color: color-mix(in srgb, var(--c, #7FE5A8) 55%, transparent);
	background: var(--c3-card-2);
}
.bublr-home3c-cat__bubble {
	flex: 0 0 auto;
	display: grid; place-items: center;
	width: 54px; height: 54px;
	border-radius: 14px;
	background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--c, #7FE5A8) 30%, #1c1d1a), #121310);
	border: 1px solid color-mix(in srgb, var(--c, #7FE5A8) 30%, transparent);
}
.bublr-home3c-cat__bubble img { width: 64%; height: 64%; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5)); }
.bublr-home3c-cat__label { flex: 1; font-family: var(--font-head); font-size: 15.5px; font-weight: 600; color: var(--c3-text); }
.bublr-home3c-cat__arrow { color: var(--grey-3); font-size: 16px; transition: transform 0.2s ease, color 0.2s ease; }
.bublr-home3c-cat:hover .bublr-home3c-cat__arrow { transform: translateX(3px); color: var(--c, #7FE5A8); }

/* ===========================================================================
   5 · REAL LISTINGS
   =========================================================================== */
.bublr-home3c-proof {
	padding: clamp(72px, 10vw, 130px) 0;
	border-top: 1px solid var(--c3-line);
}
.bublr-home3c-proof .bublr-listing { box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45); }
.bublr-home3c-proof .bublr-listing:hover { box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6); }

/* ===========================================================================
   6 · STORIES
   =========================================================================== */
.bublr-home3c-stories {
	padding: clamp(72px, 10vw, 130px) 0;
	border-top: 1px solid var(--c3-line);
}
.bublr-home3c-stories__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bublr-home3c-story {
	display: flex; flex-direction: column; gap: 18px;
	padding: 30px 28px; margin: 0;
	border-radius: var(--c3-radius);
	background: var(--c3-card);
	border: 1px solid var(--c3-line);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.bublr-home3c-story:hover { transform: translateY(-4px); border-color: var(--c3-line-strong); }
.bublr-home3c-story__tag {
	align-self: flex-start;
	font-family: var(--font-mono);
	font-size: 10.5px; font-weight: 600;
	letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--mint-green);
	padding: 5px 11px; border-radius: 999px;
	background: rgba(127, 229, 168, 0.10);
	border: 1px solid rgba(127, 229, 168, 0.20);
}
.bublr-home3c-story__q {
	font-family: var(--font-head);
	font-size: 19px; font-weight: 500;
	letter-spacing: -0.01em; line-height: 1.4;
	color: var(--c3-text);
	margin: 0; flex: 1;
}
.bublr-home3c-story__by { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--grey-3); }
.bublr-home3c-story__by b { color: var(--c3-text); font-weight: 600; }
.bublr-home3c-story__ava {
	width: 40px; height: 40px; border-radius: 50%;
	object-fit: cover; flex: 0 0 auto;
	border: 1px solid var(--c3-line-strong);
}

/* ===========================================================================
   7 · FINAL CTA
   =========================================================================== */
.bublr-home3c-final { padding: clamp(64px, 9vw, 120px) 0 clamp(80px, 10vw, 140px); }
.bublr-home3c-final__card {
	position: relative; overflow: hidden;
	text-align: center;
	padding: clamp(48px, 7vw, 90px) clamp(28px, 5vw, 72px);
	border-radius: clamp(28px, 4vw, 44px);
	background: linear-gradient(150deg, var(--lime) 0%, var(--mint-green) 100%);
	color: #0A0A0A;
	box-shadow: 0 40px 100px rgba(182, 233, 74, 0.28);
}
.bublr-home3c-final__glow {
	position: absolute;
	top: -40%; right: -10%;
	width: 480px; height: 480px; border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 60%);
	pointer-events: none;
}
.bublr-home3c-final__card > * { position: relative; z-index: 1; }
.bublr-home3c-final__title {
	font-family: var(--font-head);
	font-size: clamp(34px, 6vw, 70px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #0A0A0A;
	margin: 0 0 18px;
}
.bublr-home3c-final__sub {
	font-size: clamp(16px, 2.2vw, 19px);
	line-height: 1.55;
	color: #15300C;
	max-width: 52ch;
	margin: 0 auto 32px;
}
.bublr-home3c-final__cta {
	display: flex; flex-wrap: wrap; gap: 14px;
	justify-content: center; margin-bottom: 22px;
}
.bublr-home3c-final__cta .btn-mint {
	background: #0A0A0A; color: var(--lime);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.bublr-home3c-final__cta .btn-mint:hover {
	background: #000;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.42);
}
.bublr-home3c-final__note {
	font-family: var(--font-mono);
	font-size: 12px; letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1c3a0f; margin: 0;
}

/* ===========================================================================
   RESPONSIVE
   =========================================================================== */
@media (max-width: 1000px) {
	.bublr-home3c-hero__inner { grid-template-columns: 1fr; }
	.bublr-home3c-hero__device { min-height: 0; margin-top: 10px; }
	.bublr-home3c-feature,
	.bublr-home3c-feature--flip {
		grid-template-columns: 1fr;
		gap: 44px;
		text-align: center;
	}
	.bublr-home3c-feature__copy,
	.bublr-home3c-feature--flip .bublr-home3c-feature__copy {
		order: -1;
		max-width: 540px;
		margin: 0 auto;
	}
	.bublr-home3c-feature__k { align-self: center; }
	.bublr-home3c-feature__p { margin-left: auto; margin-right: auto; }
	.bublr-home3c-cats__grid { grid-template-columns: repeat(2, 1fr); }
	.bublr-home3c-stories__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}

@media (max-width: 760px) {
	.bublr-home3c .container { padding: 0 20px; }
	.bublr-home3c-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.bublr-home3c-stat:nth-child(2)::after { display: none; }
	.bublr-home3c-hero__floats { display: none; }
	.bublr-home3c-sechead { text-align: left; }
	.bublr-home3c-feature,
	.bublr-home3c-feature--flip { text-align: left; }
	.bublr-home3c-feature__copy { margin: 0; }
	.bublr-home3c-feature__k { align-self: flex-start; }
	.bublr-home3c-feature__p { margin-left: 0; margin-right: 0; }
}

@media (max-width: 460px) {
	.bublr-home3c-cats__grid { grid-template-columns: 1fr; }
	.bublr-home3c-hero__cta .btn,
	.bublr-home3c-final__cta .btn { width: 100%; justify-content: center; }
}

/* ---------- Reduced motion ---------- */
.bublr-reduce-motion .bublr-home3c-hero__device .bublr-v3c-phone,
.bublr-reduce-motion .bublr-v3c-cap__scan,
.bublr-reduce-motion .bublr-v3c-qr__beam,
.bublr-reduce-motion .bublr-home3c-float,
.bublr-reduce-motion .bublr-home3c-kicker__dot,
.bublr-reduce-motion .bublr-v3c-cap__dot {
	animation: none !important;
}
