main,body {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

:root :where(.is-layout-flow) > :first-child,
:root :where(.is-layout-constrained) > :first-child,
:where(.wp-site-blocks) > :first-child {
	margin-block-start: 0 !important;
}

:root :where(.is-layout-flow) > :last-child,
:root :where(.is-layout-constrained) > :last-child,
:where(.wp-site-blocks) > :last-child {
	margin-block-end: 0 !important;
}
.is-layout-flow > * {
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
}

.theoasso-tbhero {
	position: relative;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 24px 60px;
	box-sizing: border-box;
	background:
		radial-gradient( ellipse 80% 60% at 50% 20%, rgba(108,99,255,.22) 0%, transparent 65% ),
		#0a0a0a;
	overflow: hidden;
}

/* ── phones row ── */
.theoasso-tbhero__phones {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 12px;
	width: 100%;
	margin-bottom: 40px;
}

.theoasso-tbhero__phone {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.theoasso-tbhero__mockup {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* center phone — main, slightly smaller */
.theoasso-tbhero__phone--center .theoasso-tbhero__mockup {
	max-width: 190px;
	border-radius: 28px;
	box-shadow:
		0 0 60px rgba(108,99,255,.30),
		0 32px 80px rgba(0,0,0,.55);
}

/* side phones — smaller, faded, shifted down */
.theoasso-tbhero__phone--left .theoasso-tbhero__mockup,
.theoasso-tbhero__phone--right .theoasso-tbhero__mockup {
	max-width: 120px;
	border-radius: 20px;
	opacity: 0.50;
	transform: translateY(36px);
	box-shadow:
		0 0 24px rgba(108,99,255,.12),
		0 16px 40px rgba(0,0,0,.40);
}

/* ── placeholder (editor only) ── */
.theoasso-tbhero__placeholder {
	width: 120px;
	height: 240px;
	border: 2px dashed rgba(108,99,255,.45);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(108,99,255,.6);
	font-size: 11px;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
}

.theoasso-tbhero__phone--center .theoasso-tbhero__placeholder {
	width: 160px;
	height: 300px;
	border-radius: 24px;
	font-size: 13px;
}

/* ── bottom: text + stores ── */
.theoasso-tbhero__bottom {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: 600px;
}

.theoasso-tbhero__title {
	font-family: 'Courier New', Courier, monospace;
	font-size: clamp(18px, 2.6vw, 30px);
	line-height: 1.65;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin: 0;
	white-space: pre-line;
}

/* ── store badges ── */
.theoasso-tbhero__stores {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 36px;
	flex-wrap: wrap;
}

.theoasso-tbhero__store-link {
	display: inline-block;
	line-height: 0;
}

.theoasso-tbhero__stores img {
	height: 54px;
	width: auto;
	transition: opacity .2s ease;
}

.theoasso-tbhero__stores img:hover {
	opacity: .85;
}

/* ── badge preview in editor ── */
.theoasso-tbhero__badge {
	background: #1a1a1a;
	color: #fff;
	border: 1px solid rgba(108,99,255,.35);
	border-radius: 8px;
	padding: 10px 22px;
	font-size: 13px;
	font-family: monospace;
}

/* ── alignfull — let the theme handle the full-width breakout ── */
.theoasso-tbhero.alignfull,
.wp-block-theoasso-theobills-hero.alignfull {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: -32px;
}

@supports (overflow: clip) {
	.theoasso-tbhero {
		overflow-x: clip;
	}
}
