:root {
	--bg: #061120;
	--bg-2: #071a2b;
	--panel: rgba(14, 31, 49, 0.82);
	--panel-2: rgba(19, 43, 65, 0.72);
	--text: #f8fafc;
	--muted: #a9b9ca;
	--line: rgba(157, 188, 216, 0.18);
	--cyan: #10d3d7;
	--cyan-soft: rgba(16, 211, 215, 0.18);
	--orange: #ff7816;
	--green: #5ee6a8;
	--danger: #ff5a3d;
	--max: 1220px;
	--shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

/* Smart Start WordPress launch page. */
.launch-page {
	background: linear-gradient(180deg, #061120 0%, #082033 48%, #04101c 100%);
}

.launch-hero,
.launch-section,
.launch-final {
	max-width: var(--max);
	margin: 0 auto;
	padding: 86px 24px;
}

.launch-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	gap: 46px;
	align-items: center;
	min-height: 680px;
}

.launch-status {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 20px;
	padding: 8px 12px;
	border: 1px solid rgba(94, 230, 168, 0.4);
	border-radius: 999px;
	background: rgba(94, 230, 168, 0.1);
	color: #c6ffe2;
	font-size: 13px;
	font-weight: 900;
}

.launch-hero h1,
.launch-section h2,
.launch-final h2 {
	max-width: 850px;
	margin-bottom: 20px;
	font-size: clamp(40px, 6vw, 78px);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.launch-section h2,
.launch-final h2 {
	font-size: clamp(32px, 4.2vw, 58px);
}

.launch-hero p,
.launch-intro,
.launch-final p {
	max-width: 780px;
	color: #c0d0df;
	font-size: 20px;
	line-height: 1.55;
}

.launch-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.launch-hero-panel,
.launch-grid article,
.launch-steps > div,
.launch-faq details,
.launch-screenshots figure {
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(14, 31, 49, 0.74);
	box-shadow: var(--shadow);
}

.launch-hero-panel {
	padding: 22px;
}

.launch-panel-top {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.launch-panel-top span,
.launch-pricing article > span {
	color: var(--green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.launch-score {
	display: grid;
	gap: 8px;
	padding: 28px 0;
}

.launch-score strong {
	color: var(--orange);
	font-size: 82px;
	line-height: 0.9;
}

.launch-score em {
	color: var(--muted);
	font-style: normal;
}

.launch-queue {
	display: grid;
	gap: 12px;
}

.launch-queue p {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.04);
}

.launch-queue span {
	color: var(--muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.launch-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}

.launch-grid.compact {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.launch-grid article {
	padding: 22px;
}

.launch-grid.compact article {
	display: flex;
	align-items: center;
	min-height: 92px;
	font-weight: 900;
}

.launch-grid h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.launch-grid p,
.launch-steps p,
.launch-faq p {
	color: var(--muted);
	line-height: 1.55;
}

.launch-steps {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.launch-steps > div {
	padding: 20px;
}

.launch-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-weight: 900;
}

.launch-steps strong {
	display: block;
	min-height: 44px;
}

.launch-screenshots {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 30px;
}

.launch-screenshots figure {
	overflow: hidden;
	margin: 0;
}

.launch-screenshots img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top;
	border-bottom: 1px solid var(--line);
}

.launch-screenshots figcaption {
	padding: 14px 16px;
	color: #e6f3ff;
	font-weight: 900;
}

.launch-faq {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.launch-faq details {
	padding: 18px 20px;
}

.launch-faq summary {
	cursor: pointer;
	font-weight: 900;
}

.launch-faq p {
	margin: 12px 0 0;
}

.launch-final {
	margin-bottom: 60px;
	border: 1px solid rgba(255, 120, 22, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 120, 22, 0.14), rgba(16, 211, 215, 0.08)),
		rgba(14, 31, 49, 0.72);
}

@media (max-width: 1040px) {
	.launch-hero,
	.launch-grid,
	.launch-grid.compact,
	.launch-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.launch-page {
		max-width: 100vw;
		overflow-x: hidden;
	}

	body.launch-page .site-header {
		flex-wrap: wrap;
		gap: 14px;
		width: min(calc(100vw - 32px), var(--max));
		max-width: calc(100vw - 32px);
		margin-right: auto;
		margin-left: auto;
		padding-right: 18px;
		padding-left: 18px;
	}

	body.launch-page .brand {
		flex: 1 1 auto;
		min-width: 220px;
	}

	body.launch-page .header-cta {
		order: 2;
	}

	body.launch-page .nav {
		order: 3;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
		gap: 10px 18px;
		width: 100%;
		max-width: 100%;
		overflow: visible;
		padding-bottom: 6px;
		white-space: normal;
	}

	body.launch-page .nav a,
	body.launch-page .launch-status,
	body.launch-page .launch-hero h1,
	body.launch-page .launch-hero p,
	body.launch-page .launch-panel-top,
	body.launch-page .launch-queue strong {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.launch-page .launch-hero,
	body.launch-page .launch-section,
	body.launch-page .launch-final {
		width: min(calc(100vw - 32px), var(--max));
		max-width: calc(100vw - 32px);
	}
}

@media (max-width: 720px) {
	.launch-page {
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
	}

	.launch-page .site-header {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		flex-wrap: wrap;
		gap: 14px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 18px;
		padding-left: 18px;
	}

	.launch-page .brand {
		width: 100%;
		min-width: 0;
	}

	.launch-page .header-cta {
		width: 100%;
		order: 2;
	}

	.launch-page .nav {
		width: 100%;
		order: 3;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px 14px;
		overflow: visible;
		padding-bottom: 6px;
		white-space: normal;
	}

	.launch-page .nav a {
		min-width: 0;
		font-size: 13px;
		white-space: normal;
	}

	.launch-hero,
	.launch-grid,
	.launch-grid.compact,
	.launch-steps,
	.launch-screenshots {
		grid-template-columns: 1fr;
	}

	.launch-hero,
	.launch-section,
	.launch-final {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		padding: 52px 0;
	}

	.launch-actions .button {
		width: 100%;
		justify-content: center;
	}

	.launch-hero-copy,
	.launch-hero-panel,
	.launch-grid article,
	.launch-steps > div,
	.launch-faq details,
	.launch-screenshots figure {
		min-width: 0;
		max-width: 100%;
	}

	.launch-status,
	.launch-hero h1,
	.launch-hero p,
	.launch-grid article,
	.launch-queue strong {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.launch-hero h1 {
		font-size: 38px;
		line-height: 1.04;
		letter-spacing: -0.02em;
	}

	.launch-section h2,
	.launch-final h2 {
		font-size: 32px;
		line-height: 1.08;
		letter-spacing: -0.02em;
	}

	.launch-hero p,
	.launch-intro,
	.launch-final p {
		font-size: 18px;
	}

	.launch-status {
		display: block;
		width: min(100%, 332px);
		max-width: 100%;
		padding: 8px 10px;
		border-radius: 14px;
		font-size: clamp(13px, 3.6vw, 15px);
		line-height: 1.35;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.launch-score strong {
		font-size: 64px;
	}

	.launch-page .ionhive-site-assistant {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.launch-page .ionhive-site-assistant__toggle {
		width: 100%;
		max-width: 100%;
		padding: 12px 16px;
		font-size: 13px;
		justify-content: center;
		text-align: center;
		white-space: normal;
	}
}

/* Smart Start homepage redesign. Scoped to body.home-v2 so existing inner pages keep their legacy styling. */
body.home-v2 {
	--home-blue: #0b4da2;
	--home-blue-2: #153f7a;
	--home-blue-3: #e8f2ff;
	--home-gold: #f4b331;
	--home-gold-2: #fff3cf;
	--home-ink: #0c1830;
	--home-muted: #65738a;
	--home-line: #dce7f5;
	--home-card: #ffffff;
	--home-bg: #f7fbff;
	--home-shadow: 0 24px 70px rgba(20, 63, 122, 0.13);
	margin: 0;
	background:
		radial-gradient(circle at 12% 4%, rgba(244, 179, 49, 0.18), transparent 25rem),
		radial-gradient(circle at 88% 14%, rgba(11, 77, 162, 0.14), transparent 28rem),
		linear-gradient(180deg, #ffffff 0%, var(--home-bg) 42%, #eef6ff 100%);
	color: var(--home-ink);
	font-family: "Inter", "Aptos", "Segoe UI", sans-serif;
}

body.home-v2::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -2;
	opacity: 0.34;
	background-image:
		linear-gradient(30deg, rgba(11, 77, 162, 0.11) 12%, transparent 12.5%, transparent 87%, rgba(11, 77, 162, 0.11) 87.5%, rgba(11, 77, 162, 0.11)),
		linear-gradient(150deg, rgba(11, 77, 162, 0.11) 12%, transparent 12.5%, transparent 87%, rgba(11, 77, 162, 0.11) 87.5%, rgba(11, 77, 162, 0.11));
	background-position: 0 0, 0 0;
	background-size: 56px 96px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.home-v2 a {
	color: inherit;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 p {
	margin-top: 0;
}

.home-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	width: min(1180px, calc(100% - 32px));
	margin: 16px auto 0;
	padding: 14px 16px;
	border: 1px solid rgba(220, 231, 245, 0.9);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 45px rgba(12, 24, 48, 0.08);
	backdrop-filter: blur(18px);
}

.home-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--home-ink);
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.home-brand-mark {
	position: relative;
	display: inline-flex;
	width: 34px;
	height: 34px;
	border: 3px solid var(--home-gold);
	border-radius: 10px;
	transform: rotate(30deg);
	background: #fff7dc;
	box-shadow: inset 0 0 0 5px #ffffff, 0 8px 18px rgba(244, 179, 49, 0.22);
}

.home-brand-mark::before,
.home-brand-mark::after,
.home-brand-mark span {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: var(--home-blue);
}

.home-brand-mark::before {
	top: -7px;
	left: 9px;
}

.home-brand-mark::after {
	right: -7px;
	bottom: 9px;
}

.home-brand-mark span {
	left: 9px;
	bottom: -7px;
}

.home-nav,
.home-footer nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	color: var(--home-muted);
	font-size: 14px;
	font-weight: 800;
}

.home-nav a,
.home-footer nav a {
	text-decoration: none;
}

.home-nav a:hover,
.home-footer nav a:hover {
	color: var(--home-blue);
}

.home-header-cta,
.home-button,
.pricing-grid-v2 a,
.path-grid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-header-cta,
.home-button-primary,
.pricing-grid-v2 a {
	border: 1px solid #073d83;
	background: linear-gradient(135deg, var(--home-blue), #1673dc);
	color: #ffffff;
	box-shadow: 0 15px 34px rgba(11, 77, 162, 0.2);
}

.home-button-secondary,
.path-grid a {
	border: 1px solid rgba(11, 77, 162, 0.18);
	background: #ffffff;
	color: var(--home-blue);
	box-shadow: 0 12px 24px rgba(12, 24, 48, 0.06);
}

.home-header-cta:hover,
.home-button:hover,
.pricing-grid-v2 a:hover,
.path-grid a:hover {
	transform: translateY(-2px);
}

.home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
	gap: 48px;
	align-items: center;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 88px 0 64px;
}

.home-hero > *,
.command-grid > *,
.command-main > * {
	min-width: 0;
}

.home-hero::after {
	content: "";
	position: absolute;
	right: 43%;
	top: 114px;
	width: 114px;
	height: 130px;
	opacity: 0.22;
	background:
		linear-gradient(30deg, var(--home-gold) 12%, transparent 12.5%, transparent 87%, var(--home-gold) 87.5%, var(--home-gold)),
		linear-gradient(150deg, var(--home-gold) 12%, transparent 12.5%, transparent 87%, var(--home-gold) 87.5%, var(--home-gold));
	background-size: 38px 66px;
	pointer-events: none;
}

.home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--home-blue);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.home-kicker span {
	width: 26px;
	height: 26px;
	border: 6px solid var(--home-gold);
	border-radius: 8px;
	transform: rotate(30deg);
	background: #fff8df;
}

.home-hero h1 {
	max-width: 620px;
	margin-bottom: 22px;
	color: var(--home-ink);
	font-size: clamp(42px, 4.7vw, 62px);
	line-height: 1.02;
	letter-spacing: 0;
}

.home-hero-lede {
	max-width: 620px;
	margin-bottom: 30px;
	color: var(--home-muted);
	font-size: 19px;
	line-height: 1.65;
}

.home-actions,
.home-hero-points {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.home-hero-points {
	margin-top: 28px;
	color: var(--home-blue-2);
	font-size: 13px;
	font-weight: 900;
}

.home-hero-points span {
	padding: 10px 12px;
	border: 1px solid var(--home-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
}

.home-command-center {
	position: relative;
	overflow: hidden;
	padding: 18px;
	border: 1px solid rgba(11, 77, 162, 0.14);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 255, 0.94)),
		#ffffff;
	box-shadow: 0 34px 100px rgba(11, 77, 162, 0.18);
}

.home-honeycomb {
	position: absolute;
	width: 160px;
	height: 140px;
	opacity: 0.16;
	background:
		linear-gradient(30deg, var(--home-blue) 12%, transparent 12.5%, transparent 87%, var(--home-blue) 87.5%, var(--home-blue)),
		linear-gradient(150deg, var(--home-blue) 12%, transparent 12.5%, transparent 87%, var(--home-blue) 87.5%, var(--home-blue));
	background-size: 42px 72px;
	pointer-events: none;
}

.home-honeycomb-one {
	right: -42px;
	top: -30px;
}

.home-honeycomb-two {
	left: 20px;
	bottom: -56px;
	background:
		linear-gradient(30deg, var(--home-gold) 12%, transparent 12.5%, transparent 87%, var(--home-gold) 87.5%, var(--home-gold)),
		linear-gradient(150deg, var(--home-gold) 12%, transparent 12.5%, transparent 87%, var(--home-gold) 87.5%, var(--home-gold));
	background-size: 42px 72px;
}

.command-topbar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
	padding: 14px;
	border: 1px solid var(--home-line);
	border-radius: 20px;
	background: #ffffff;
}

.command-topbar strong,
.command-topbar span {
	display: block;
}

.command-topbar span {
	margin-top: 4px;
	color: var(--home-muted);
	font-size: 12px;
}

.command-topbar button {
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(244, 179, 49, 0.45);
	border-radius: 12px;
	background: var(--home-gold-2);
	color: #7b4d00;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
}

.command-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 16px;
}

.command-sidebar {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--home-line);
	border-radius: 20px;
	background: #f8fbff;
	color: var(--home-muted);
	font-size: 12px;
	font-weight: 800;
}

.command-sidebar span {
	padding: 10px 11px;
	border-radius: 12px;
}

.command-sidebar .active {
	background: var(--home-blue);
	color: #ffffff;
}

.command-main {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 14px;
}

.command-score,
.command-card {
	min-height: 155px;
	padding: 18px;
	border: 1px solid var(--home-line);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(12, 24, 48, 0.07);
}

.command-score {
	background: linear-gradient(145deg, var(--home-blue), #1b78df);
	color: #ffffff;
}

.command-score p,
.command-card p {
	margin-bottom: 10px;
}

.command-score strong {
	display: block;
	margin-bottom: 6px;
	font-size: 58px;
	line-height: 1;
}

.command-score span,
.command-card p,
.command-title span {
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.5;
}

.command-score span {
	color: rgba(255, 255, 255, 0.82);
}

.command-wide {
	grid-row: span 2;
}

.command-title,
.proof-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.queue-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px solid var(--home-line);
	color: var(--home-muted);
	font-size: 13px;
}

.queue-row:last-child {
	border-bottom: 0;
}

.queue-row strong {
	color: #0d8f5c;
}

.queue-row.gated strong {
	color: #a46a00;
}

.agent-stack {
	display: flex;
	margin: 12px 0;
}

.agent-stack i {
	width: 34px;
	height: 34px;
	margin-right: -8px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--home-blue), var(--home-gold));
}

.mini-chart {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: end;
	gap: 8px;
	height: 74px;
	margin-bottom: 10px;
}

.mini-chart span {
	border-radius: 10px 10px 4px 4px;
	background: linear-gradient(180deg, var(--home-gold), #ffe7a3);
}

.mini-chart span:nth-child(1) {
	height: 38%;
}

.mini-chart span:nth-child(2) {
	height: 68%;
}

.mini-chart span:nth-child(3) {
	height: 52%;
}

.mini-chart span:nth-child(4) {
	height: 86%;
}

.home-trust-strip,
.home-section,
.home-footer {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.home-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 0 0 54px;
}

.home-trust-strip div {
	padding: 18px;
	border: 1px solid rgba(11, 77, 162, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 40px rgba(12, 24, 48, 0.06);
}

.home-trust-strip strong,
.home-trust-strip span {
	display: block;
}

.home-trust-strip strong {
	margin-bottom: 8px;
}

.home-trust-strip span {
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.45;
}

.home-section {
	padding: 72px 0;
}

.home-section-head {
	max-width: 760px;
	margin-bottom: 30px;
}

.home-section-head h2,
.proof-panel h2,
.faq-final h2,
.final-cta-v2 h2 {
	margin-bottom: 14px;
	color: var(--home-ink);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.05;
	letter-spacing: 0;
}

.home-section-head p:not(.home-kicker),
.proof-panel p,
.faq-final p,
.final-cta-v2 p {
	color: var(--home-muted);
	font-size: 17px;
	line-height: 1.65;
}

.home-card-grid,
.value-grid,
.path-grid,
.pricing-grid-v2 {
	display: grid;
	gap: 18px;
}

.home-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card-grid article,
.value-grid article,
.path-grid article,
.pricing-grid-v2 article,
.faq-list-v2 article {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid rgba(11, 77, 162, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--home-shadow);
}

.home-card-grid article::after,
.value-grid article::after {
	content: "";
	position: absolute;
	right: -26px;
	top: -26px;
	width: 70px;
	height: 70px;
	border: 16px solid rgba(244, 179, 49, 0.18);
	border-radius: 22px;
	transform: rotate(30deg);
}

.home-card-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 38px;
	border-radius: 13px;
	background: var(--home-blue);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.home-card-grid h3,
.value-grid h3,
.path-grid h3,
.pricing-grid-v2 h3,
.faq-list-v2 h3 {
	margin-bottom: 10px;
	color: var(--home-ink);
	font-size: 20px;
	line-height: 1.2;
}

.home-card-grid p,
.value-grid p,
.path-grid p,
.pricing-grid-v2 li,
.faq-list-v2 p {
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.6;
}

.process-section {
	padding: 74px 28px;
	border: 1px solid rgba(11, 77, 162, 0.12);
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(11, 77, 162, 0.08), rgba(244, 179, 49, 0.13)),
		#ffffff;
	box-shadow: var(--home-shadow);
}

.process-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border: 1px solid var(--home-line);
	border-radius: 26px;
	background: #ffffff;
}

.process-rail article {
	padding: 26px;
	border-right: 1px solid var(--home-line);
}

.process-rail article:last-child {
	border-right: 0;
}

.process-rail span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--home-gold);
	color: var(--home-ink);
	font-weight: 900;
}

.process-rail h3 {
	margin-bottom: 10px;
}

.process-rail p {
	margin: 0;
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.6;
}

.value-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-section {
	padding-top: 44px;
}

.path-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-grid strong {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--home-blue);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.path-grid a {
	width: fit-content;
	margin-top: 8px;
}

.pricing-section {
	padding: 78px 0;
}

.pricing-grid-v2 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.pricing-grid-v2 article {
	display: flex;
	flex-direction: column;
	min-height: 420px;
}

.pricing-grid-v2 .featured {
	border-color: rgba(244, 179, 49, 0.7);
	background: linear-gradient(180deg, #ffffff, #fff8e3);
	transform: translateY(-10px);
}

.pricing-grid-v2 em {
	align-self: flex-start;
	margin-bottom: 16px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--home-gold);
	color: var(--home-ink);
	font-style: normal;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.home-price {
	margin-bottom: 12px;
	color: var(--home-blue);
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

.home-price span {
	color: var(--home-muted);
	font-size: 16px;
}

.pricing-grid-v2 ul {
	display: grid;
	gap: 12px;
	margin: 6px 0 24px;
	padding: 0;
	list-style: none;
}

.pricing-grid-v2 li::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--home-gold);
}

.pricing-grid-v2 a {
	margin-top: auto;
}

.pricing-grid-v2 .pricing-secondary-link {
	margin-top: 10px;
	border-color: rgba(11, 77, 162, 0.18);
	background: #ffffff;
	color: var(--home-blue);
}

.plan-detail-section,
.plan-compare-section {
	padding-top: 74px;
}

.plan-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.plan-detail-card {
	padding: 26px;
	border: 1px solid var(--home-line);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(12, 24, 48, 0.07);
}

.plan-detail-card h3,
.plan-detail-card h4,
.plan-detail-card p {
	margin-top: 0;
}

.plan-detail-card h4 {
	margin-bottom: 8px;
	color: var(--home-blue);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.plan-detail-hero {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--home-line);
}

.plan-detail-card ul {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding-left: 18px;
	color: var(--home-muted);
}

.plan-detail-card details {
	margin: 18px 0;
	padding: 14px 0;
	border-top: 1px solid var(--home-line);
	border-bottom: 1px solid var(--home-line);
}

.upgrade-guidance {
	font-weight: 800;
	color: var(--home-ink);
}

.plan-compare-table {
	display: grid;
	gap: 8px;
	overflow-x: auto;
}

.plan-compare-row {
	display: grid;
	grid-template-columns: 0.8fr repeat(6, 1fr);
	gap: 1px;
	min-width: 980px;
	border: 1px solid var(--home-line);
	border-radius: 14px;
	background: var(--home-line);
	overflow: hidden;
}

.plan-compare-row > * {
	padding: 14px;
	background: #ffffff;
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.45;
}

.plan-compare-row strong,
.plan-compare-head span {
	color: var(--home-ink);
	font-weight: 900;
}

.plan-compare-head span {
	background: #edf5ff;
	color: var(--home-blue);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.proof-panel {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 34px;
	align-items: center;
	padding: 34px;
	border: 1px solid rgba(11, 77, 162, 0.12);
	border-radius: 34px;
	background:
		radial-gradient(circle at 82% 20%, rgba(244, 179, 49, 0.2), transparent 18rem),
		linear-gradient(135deg, #ffffff, #edf6ff);
	box-shadow: var(--home-shadow);
}

.proof-card {
	padding: 24px;
	border: 1px solid var(--home-line);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(12, 24, 48, 0.08);
}

.proof-card p {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid var(--home-line);
	color: var(--home-muted);
	font-size: 14px;
}

.proof-card p strong {
	color: var(--home-blue);
}

.proof-bars {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.proof-bars i {
	display: block;
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--home-blue), var(--home-gold));
}

.proof-bars i:nth-child(2) {
	width: 76%;
}

.proof-bars i:nth-child(3) {
	width: 54%;
}

.ecosystem-map {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 14px;
	align-items: center;
}

.ecosystem-map div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 106px;
	padding: 18px;
	border: 1px solid var(--home-line);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 15px 36px rgba(12, 24, 48, 0.07);
	color: var(--home-blue-2);
	font-weight: 900;
	text-align: center;
}

.ecosystem-map .center {
	min-height: 150px;
	border-color: rgba(244, 179, 49, 0.7);
	background: linear-gradient(135deg, var(--home-blue), #1f7bdc);
	color: #ffffff;
	box-shadow: 0 24px 60px rgba(11, 77, 162, 0.22);
}

.faq-final {
	padding-bottom: 52px;
}

.faq-grid-v2 {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: 28px;
	align-items: start;
}

.faq-list-v2 {
	display: grid;
	gap: 14px;
}

.faq-list-v2 article {
	box-shadow: 0 12px 28px rgba(12, 24, 48, 0.05);
}

.final-cta-v2 {
	margin-top: 44px;
	padding: 42px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 90% 10%, rgba(244, 179, 49, 0.34), transparent 18rem),
		linear-gradient(135deg, var(--home-blue-2), var(--home-blue));
	color: #ffffff;
	box-shadow: 0 30px 80px rgba(11, 77, 162, 0.22);
}

.final-cta-v2 h2,
.final-cta-v2 p {
	color: #ffffff;
}

.final-cta-v2 .home-button-secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.34);
}

.home-footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	padding: 36px 0 46px;
	border-top: 1px solid var(--home-line);
	color: var(--home-muted);
}

.home-footer nav {
	justify-content: flex-end;
	max-width: 690px;
}

.home-footer p {
	margin: 10px 0 0;
	font-size: 13px;
}

@media (max-width: 1060px) {
	.home-hero,
	.proof-panel,
	.faq-grid-v2 {
		grid-template-columns: 1fr;
	}

	.home-command-center {
		max-width: 760px;
	}

	.home-trust-strip,
	.home-card-grid,
	.process-rail,
	.value-grid,
	.path-grid,
	.pricing-grid-v2,
	.ecosystem-map {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-rail article {
		border-right: 0;
		border-bottom: 1px solid var(--home-line);
	}

	.process-rail article:nth-last-child(-n+2) {
		border-bottom: 0;
	}
}

@media (max-width: 760px) {
	body.home-v2 {
		overflow-x: hidden;
	}

	.home-v2 main,
	.home-v2 section,
	.home-v2 div,
	.home-v2 article,
	.home-v2 aside,
	.home-v2 header,
	.home-v2 footer {
		max-width: 100%;
	}

	.home-header {
		position: relative;
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		border-radius: 18px;
		gap: 12px;
	}

	.home-nav {
		order: 3;
		width: 100%;
		gap: 14px;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.home-header-cta {
		order: 2;
		width: 100%;
		min-height: 40px;
		padding: 0 12px;
		font-size: 12px;
		border-radius: 12px;
	}

	.home-hero-copy {
		width: 100%;
	}

	.home-hero {
		padding: 48px 0 38px;
	}

	.home-hero h1 {
		max-width: 100%;
		font-size: 36px;
		line-height: 1.08;
	}

	.home-hero-lede {
		font-size: 17px;
	}

	.command-grid,
	.command-main,
	.home-trust-strip,
	.home-card-grid,
	.process-rail,
	.value-grid,
	.path-grid,
	.pricing-grid-v2,
	.ecosystem-map {
		grid-template-columns: 1fr;
	}

	.command-sidebar {
		display: flex;
		overflow-x: auto;
	}

	.command-sidebar span {
		white-space: nowrap;
	}

	.command-wide {
		grid-row: auto;
	}

	.home-command-center {
		width: 100%;
		max-width: 100%;
		padding: 12px;
		border-radius: 24px;
	}

	.command-topbar {
		display: grid;
		grid-template-columns: 1fr;
	}

	.command-topbar button {
		width: 100%;
		max-width: none;
	}

	.command-score strong {
		font-size: 48px;
	}

	.proof-panel,
	.final-cta-v2,
	.process-section {
		padding: 24px;
		border-radius: 24px;
	}

	.home-section {
		padding: 52px 0;
	}

	.pricing-grid-v2 .featured {
		transform: none;
	}

	.home-footer {
		display: grid;
	}

	.home-footer nav {
		justify-content: flex-start;
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 12% 10%, rgba(16, 211, 215, 0.16), transparent 28rem),
		radial-gradient(circle at 85% 78%, rgba(255, 120, 22, 0.12), transparent 24rem),
		linear-gradient(180deg, #061120 0%, #071827 45%, #04101c 100%);
	color: var(--text);
	font-family: "Aptos", "Segoe UI", sans-serif;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -2;
	opacity: 0.36;
	background-image:
		linear-gradient(30deg, rgba(120, 170, 200, 0.12) 12%, transparent 12.5%, transparent 87%, rgba(120, 170, 200, 0.12) 87.5%, rgba(120, 170, 200, 0.12)),
		linear-gradient(150deg, rgba(120, 170, 200, 0.12) 12%, transparent 12.5%, transparent 87%, rgba(120, 170, 200, 0.12) 87.5%, rgba(120, 170, 200, 0.12));
	background-position: 0 0, 0 0;
	background-size: 64px 110px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

a {
	color: inherit;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 28px;
	max-width: var(--max);
	margin: 0 auto;
	padding: 22px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(20px);
}

.brand,
.mini-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.brand-mark,
.mini-mark {
	position: relative;
	width: 31px;
	height: 31px;
	border: 3px solid var(--orange);
	border-radius: 9px;
	transform: rotate(30deg);
}

.mini-mark {
	width: 18px;
	height: 18px;
	border-width: 2px;
	border-radius: 5px;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span,
.mini-mark::before,
.mini-mark::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--orange);
	border-radius: 3px;
}

.mini-mark::before,
.mini-mark::after {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}

.brand-mark::before {
	top: -7px;
	left: 8px;
}

.brand-mark::after {
	right: -7px;
	bottom: 8px;
}

.brand-mark span {
	left: 8px;
	bottom: -7px;
}

.mini-mark::before {
	top: -5px;
	left: 5px;
}

.mini-mark::after {
	right: -5px;
	bottom: 5px;
}

.brand-name {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.nav,
.site-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	color: var(--text);
	font-size: 14px;
	font-weight: 800;
}

.nav a,
.site-footer nav a {
	text-decoration: none;
	opacity: 0.88;
}

.nav a:hover,
.site-footer nav a:hover {
	opacity: 1;
	color: var(--orange);
}

.header-cta,
.button,
.pricing-grid button,
.pricing-grid .plan-button,
.ionhive-woo-checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 7px;
	border: 0;
	font-size: 14px;
	font-weight: 900;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease;
}

.header-cta,
.button-primary {
	background: var(--orange);
	color: #ffffff;
	box-shadow: 0 14px 42px rgba(255, 120, 22, 0.22);
}

.button-secondary {
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
}

.header-cta:hover,
.button:hover,
.pricing-grid button:hover,
.pricing-grid .plan-button:hover,
.ionhive-woo-checkout-button:hover {
	transform: translateY(-2px);
}

.pulse {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: skewX(-18deg);
}

.hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(16, 211, 215, 0.18);
	background:
		radial-gradient(circle at 44% 64%, rgba(16, 211, 215, 0.16), transparent 24rem),
		linear-gradient(180deg, rgba(6, 17, 32, 0.3), rgba(3, 13, 24, 0.8));
}

.hero-inner {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 72px;
	align-items: center;
	max-width: var(--max);
	min-height: 705px;
	margin: 0 auto;
	padding: 52px 24px 92px;
}

.hero-copy h1 {
	max-width: 520px;
	margin-bottom: 22px;
	font-size: clamp(46px, 5.4vw, 68px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.hero-copy h1 span {
	display: block;
	color: var(--orange);
}

.hero-copy p {
	max-width: 510px;
	color: #c0d0df;
	font-size: 19px;
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 36px 0 54px;
}

.feature-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 760px;
}

.feature-strip div {
	display: grid;
	gap: 12px;
	min-height: 168px;
	padding: 18px;
	border: 1px solid rgba(16, 211, 215, 0.18);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(10, 25, 42, 0.92), rgba(8, 20, 35, 0.72));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: #c7d6e7;
	font-size: 14px;
	line-height: 1.35;
}

.feature-strip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(16, 211, 215, 0.42);
	border-radius: 8px;
	color: var(--orange);
	font-size: 10px;
	font-weight: 900;
	background: rgba(16, 211, 215, 0.08);
}

.feature-strip strong {
	font-size: 17px;
	line-height: 1.15;
}

.feature-strip p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.dashboard-shell {
	padding: 18px;
	border: 1px solid rgba(199, 214, 231, 0.44);
	border-radius: 14px;
	background: rgba(3, 13, 24, 0.88);
	box-shadow: var(--shadow), 0 0 90px rgba(16, 211, 215, 0.08);
}

.mock-topbar {
	display: grid;
	grid-template-columns: 1fr 1fr 150px 18px;
	gap: 16px;
	align-items: center;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 800;
}

.mock-topbar select {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #0a1b2d;
	color: var(--muted);
	font-size: 11px;
}

.bell {
	width: 12px;
	height: 15px;
	border: 2px solid var(--muted);
	border-bottom: 0;
	border-radius: 8px 8px 3px 3px;
}

.mock-layout {
	display: grid;
	grid-template-columns: 136px 1fr;
	gap: 16px;
}

.mock-nav {
	display: grid;
	align-content: start;
	gap: 8px;
	font-size: 11px;
	color: var(--muted);
}

.mock-nav span {
	padding: 10px 11px;
	border-radius: 5px;
}

.mock-nav .active {
	background: rgba(16, 211, 215, 0.14);
	color: var(--text);
}

.mock-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.score-card,
.issue-card,
.recommend-card,
.hosting-card {
	padding: 17px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(11, 27, 45, 0.82);
}

.score-card p,
.card-title {
	display: flex;
	justify-content: space-between;
	margin: 0 0 13px;
	font-size: 12px;
	font-weight: 900;
}

.card-title a,
.card-title span {
	color: var(--green);
	font-size: 10px;
	text-decoration: none;
}

.score-dial {
	display: grid;
	align-content: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	margin: 0 auto 13px;
	border: 11px solid rgba(16, 211, 215, 0.22);
	border-top-color: var(--green);
	border-right-color: var(--cyan);
	border-radius: 50%;
	text-align: center;
}

.score-dial strong {
	font-size: 42px;
	line-height: 0.92;
}

.score-dial span,
.score-card small,
.mock-stats small {
	color: var(--green);
	font-size: 10px;
}

.score-card a,
.hosting-card a {
	display: block;
	margin-top: 12px;
	padding: 8px;
	border: 1px solid var(--line);
	border-radius: 5px;
	color: var(--text);
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.roadmap-hero .hero-actions,
.final-cta .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
	justify-content: center;
}

.roadmap-scoreboard {
	align-self: stretch;
}

.roadmap-section {
	display: grid;
	gap: 24px;
}

.roadmap-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.roadmap-card {
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(12, 29, 46, 0.92), rgba(8, 22, 36, 0.92));
	box-shadow: var(--shadow);
}

.roadmap-card h3 {
	margin-bottom: 14px;
	font-size: 28px;
	letter-spacing: -0.03em;
}

.roadmap-card p {
	color: var(--muted);
	line-height: 1.75;
}

.roadmap-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.roadmap-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid var(--line);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.roadmap-status--planned {
	color: #ffd28b;
	border-color: rgba(255, 210, 139, 0.34);
	background: rgba(255, 120, 22, 0.12);
}

.roadmap-status--in-progress {
	color: #82ecff;
	border-color: rgba(16, 211, 215, 0.34);
	background: rgba(16, 211, 215, 0.12);
}

.roadmap-status--released {
	color: #94f7c1;
	border-color: rgba(94, 230, 168, 0.34);
	background: rgba(94, 230, 168, 0.12);
}

.roadmap-card__reason {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}

.roadmap-card__reason strong,
.roadmap-card__date {
	color: var(--text);
	font-size: 14px;
	font-weight: 800;
}

.roadmap-card__date {
	display: block;
	margin-top: 18px;
}

.roadmap-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.roadmap-links a {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--text);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.roadmap-links a:hover {
	border-color: rgba(16, 211, 215, 0.42);
	color: var(--cyan);
}

.roadmap-workflow {
	align-items: start;
}

.issue-row,
.hosting-card p {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--muted);
	font-size: 12px;
}

.issue-row::before {
	content: "";
	width: 9px;
	height: 9px;
	margin: 4px 8px 0 0;
	border: 2px solid currentColor;
	border-radius: 3px;
	transform: rotate(45deg);
}

.issue-row span {
	flex: 1;
}

.critical {
	color: var(--danger);
}

.high,
.medium {
	color: #ffb347;
}

.low {
	color: var(--green);
}

.recommend-card div:not(.card-title) {
	margin-bottom: 11px;
	color: var(--muted);
	font-size: 11px;
}

.recommend-card em {
	display: block;
	width: 100%;
	height: 6px;
	margin-top: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--cyan) var(--w), rgba(255, 255, 255, 0.08) var(--w));
}

.mock-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.mock-stats div {
	display: grid;
	gap: 4px;
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.mock-stats span {
	color: var(--muted);
	font-size: 10px;
}

.data-wave {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 108px;
	background:
		radial-gradient(circle at 50% 20%, rgba(16, 211, 215, 0.56), transparent 1.5px) 0 0 / 13px 13px,
		linear-gradient(180deg, transparent 0%, rgba(16, 211, 215, 0.18) 48%, transparent 100%);
	clip-path: polygon(0 66%, 9% 62%, 20% 70%, 30% 56%, 43% 64%, 54% 48%, 67% 58%, 78% 43%, 90% 55%, 100% 42%, 100% 100%, 0 100%);
}

.section {
	max-width: var(--max);
	margin: 0 auto;
	padding: 68px 24px;
}

.plugin-hero {
	max-width: var(--max);
	text-align: center;
}

.plugin-hero h1 {
	max-width: 940px;
	margin: 0 auto 22px;
	font-size: clamp(40px, 4.8vw, 64px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.plugin-hero p:not(.eyebrow) {
	max-width: 900px;
	margin: 0 auto;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.6;
}

.plugin-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	padding-top: 24px;
}

.plugin-grid article {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(26, 54, 78, 0.78), rgba(11, 27, 45, 0.82));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.plugin-grid-rich article {
	position: relative;
	overflow: hidden;
	min-height: 500px;
}

.plugin-grid-rich article::before {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 0;
	background: radial-gradient(circle at 74% 8%, rgba(16, 211, 215, 0.16), transparent 13rem);
	pointer-events: none;
}

.plugin-grid-rich article > * {
	position: relative;
	z-index: 1;
}

.plugin-grid-rich img {
	width: 100%;
	margin: -4px 0 18px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: rgba(4, 16, 28, 0.74);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.plugin-grid h2 {
	margin: 0 0 14px;
	font-family: inherit;
	font-size: 26px;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-align: left;
}

.plugin-grid p {
	flex: 1;
	color: var(--muted);
	line-height: 1.5;
}

.plugin-grid ul,
.plugin-detail-grid ul {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.plugin-grid li,
.plugin-detail-grid li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	color: #c8d6e5;
	font-size: 14px;
	line-height: 1.35;
}

.plugin-grid li::before,
.plugin-detail-grid li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid var(--orange);
	border-radius: 2px;
	transform: rotate(45deg);
}

.plugin-grid strong {
	display: block;
	margin-bottom: 14px;
	color: var(--orange);
	font-size: 20px;
}

.plugin-grid button,
.plugin-grid .ionhive-woo-checkout-button {
	width: 100%;
	min-height: 42px;
	border: 1px solid var(--orange);
	border-radius: 7px;
	background: var(--orange);
	color: #fff;
	font-family: inherit;
	font-weight: 900;
	cursor: pointer;
}

.plugin-card-actions {
	display: grid;
	grid-template-columns: 0.78fr 1fr;
	gap: 10px;
	margin-top: auto;
}

.plugin-card-actions .button,
.plugin-card-actions .ionhive-woo-checkout-button {
	min-height: 42px;
	padding: 0 12px;
}

.plugin-card-actions .button-secondary {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: none;
}

.plugin-detail-hero {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 48px;
	align-items: center;
}

.plugin-detail-hero h1 {
	max-width: 640px;
	margin-bottom: 22px;
	font-size: clamp(46px, 5vw, 68px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.plugin-detail-hero p:not(.eyebrow) {
	max-width: 620px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.58;
}

.plugin-detail-hero img {
	width: 100%;
	border: 1px solid rgba(157, 188, 216, 0.22);
	border-radius: 18px;
	background: rgba(4, 16, 28, 0.74);
	box-shadow: var(--shadow);
}

.plugin-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-top: 30px;
}

.plugin-detail-actions strong {
	color: var(--orange);
	font-size: 30px;
	line-height: 1;
}

.plugin-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.plugin-detail-grid article {
	min-height: 240px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(26, 54, 78, 0.76), rgba(11, 27, 45, 0.82));
}

.plugin-detail-grid h2 {
	margin: 0 0 16px;
	font-size: 25px;
	letter-spacing: -0.035em;
	text-align: left;
}

.plugin-detail-grid p {
	color: var(--muted);
	line-height: 1.62;
}

.module-hero {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 42px;
	align-items: center;
}

.module-hero h1 {
	max-width: 720px;
	margin-bottom: 22px;
	font-size: clamp(46px, 5vw, 66px);
	line-height: 0.98;
	letter-spacing: -0.05em;
	text-align: left;
}

.module-hero-summary,
.module-hero-support,
.section-intro {
	max-width: 860px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.68;
}

.module-hero-summary {
	margin-bottom: 14px;
}

.module-hero-support {
	margin-bottom: 26px;
}

.module-hero-points {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 700px;
	margin-bottom: 0;
}

.module-hero-visual {
	display: grid;
	gap: 20px;
}

.module-hero-visual img {
	width: 100%;
	border: 1px solid rgba(157, 188, 216, 0.22);
	border-radius: 18px;
	background: rgba(4, 16, 28, 0.74);
	box-shadow: var(--shadow);
}

.module-score-stack {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.module-score-stack .score-card {
	min-height: 100%;
}

.module-score-stack .score-card p {
	align-items: flex-start;
}

.module-score-stack .score-card span {
	max-width: 220px;
	text-align: right;
}

.module-card-grid,
.module-feature-grid,
.module-screenshot-grid,
.module-faq-grid,
.module-pricing-grid {
	display: grid;
	gap: 18px;
}

.module-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-feature-grid,
.module-screenshot-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-faq-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.module-pricing-grid {
	grid-template-columns: minmax(0, 520px);
	justify-content: center;
}

.module-card-grid article,
.module-feature-grid article,
.module-faq-grid article,
.module-screenshot-grid figure {
	margin: 0;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(26, 54, 78, 0.76), rgba(11, 27, 45, 0.82));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.module-card-grid article,
.module-feature-grid article,
.module-faq-grid article {
	min-height: 100%;
}

.module-card-grid h3,
.module-feature-grid h3,
.module-faq-grid h3,
.module-screenshot-grid strong {
	margin: 0 0 14px;
	font-size: 24px;
	letter-spacing: -0.03em;
}

.module-card-grid p,
.module-feature-grid p,
.module-faq-grid p,
.module-screenshot-grid p {
	margin: 0;
	color: var(--muted);
	line-height: 1.68;
}

.module-screenshot-grid figure {
	display: grid;
	gap: 18px;
}

.module-screenshot-grid img {
	width: 100%;
	border: 1px solid rgba(157, 188, 216, 0.18);
	border-radius: 12px;
	background: rgba(4, 16, 28, 0.9);
}

.module-screenshot-grid figcaption {
	display: grid;
	gap: 10px;
}

.module-section-alt {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(3, 13, 24, 0.34);
}

.module-pricing-grid .featured-plan {
	padding-bottom: 28px;
}

.module-pricing-grid .price {
	margin-bottom: 8px;
}

.module-pricing-grid .ionhive-woo-checkout-button {
	display: inline-block;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}

.module-cta-actions {
	justify-content: center;
}

.trust-hero {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 40px;
	align-items: center;
}

.trust-side {
	display: grid;
	gap: 18px;
}

.trust-section-alt {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background:
		radial-gradient(circle at 14% 20%, rgba(20, 184, 166, 0.08), transparent 20rem),
		rgba(3, 13, 24, 0.34);
}

.eyebrow {
	margin: 0 0 10px;
	color: var(--orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-align: center;
	text-transform: uppercase;
}

.section h2,
.pricing h2,
.workflow h2,
.pillars h2,
.agency h2,
.assistant-section h2 {
	margin: 0 0 34px;
	font-size: clamp(32px, 3.2vw, 44px);
	line-height: 1;
	letter-spacing: -0.04em;
	text-align: center;
}

.pillar-layout {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.pillar-card {
	min-height: 258px;
	padding: 28px 22px;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: linear-gradient(180deg, rgba(26, 54, 78, 0.78), rgba(11, 27, 45, 0.78));
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pillar-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 28px;
	border: 2px solid rgba(16, 211, 215, 0.42);
	border-radius: 18px;
	color: var(--cyan);
	font-weight: 900;
	background: rgba(16, 211, 215, 0.1);
}

.pillar-card:nth-child(4) span {
	border-color: rgba(255, 120, 22, 0.6);
	color: var(--orange);
}

.pillar-card h3 {
	margin-bottom: 12px;
	font-size: 20px;
}

.pillar-card p,
.workflow-steps p,
.assistant-grid p,
.agency-points,
.final-cta p {
	color: var(--muted);
	line-height: 1.5;
}

.workflow-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.workflow-steps-method {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-steps div {
	position: relative;
	display: grid;
	justify-items: center;
	text-align: center;
}

.workflow-steps div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 48px;
	right: -23px;
	width: 28px;
	height: 2px;
	background: rgba(169, 185, 202, 0.34);
}

.workflow-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 68px;
	margin-bottom: 18px;
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	background: rgba(18, 41, 62, 0.9);
	border: 1px solid var(--line);
	color: var(--cyan);
	font-weight: 900;
}

.workflow-steps div:nth-child(3) span {
	color: var(--orange);
	box-shadow: inset 0 0 0 1px rgba(255, 120, 22, 0.45);
}

.workflow-steps-method div:nth-child(4) span,
.workflow-steps-method div:nth-child(5) span,
.workflow-steps-method div:nth-child(6) span {
	color: var(--green);
	box-shadow: inset 0 0 0 1px rgba(94, 230, 168, 0.3);
}

.workflow-steps strong {
	margin-bottom: 7px;
	font-size: 17px;
}

.workflow-steps p {
	margin: 0;
	font-size: 14px;
}

.workflow-method-note {
	max-width: 860px;
	margin: 28px auto 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}

.workflow-method-note a {
	color: var(--orange);
	font-weight: 800;
	text-decoration: none;
}

.methodology-hero .method-mark {
	display: inline;
	color: var(--orange);
	font-size: 0.34em;
	vertical-align: top;
}

.assistant-section {
	padding-top: 34px;
}

.assistant-grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 36px;
	align-items: center;
}

.check-list,
.agency-points,
.pricing-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.check-list li,
.agency-points li,
.pricing-grid li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px;
	color: var(--muted);
}

.check-list li::before,
.agency-points li::before,
.pricing-grid li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 13px;
	height: 13px;
	border: 2px solid var(--orange);
	border-radius: 50%;
}

.assistant-console,
.report-preview,
.side-reports > div {
	border: 1px solid var(--line);
	border-radius: 9px;
	background: rgba(13, 32, 52, 0.82);
	box-shadow: var(--shadow);
}

.assistant-console {
	padding: 22px;
}

.console-top {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line);
}

.console-top span {
	color: var(--green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.assistant-message,
.assistant-task {
	margin-top: 16px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: rgba(4, 16, 28, 0.66);
}

.assistant-message span {
	color: var(--orange);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.assistant-message p,
.assistant-task p {
	margin: 8px 0;
	color: var(--muted);
	line-height: 1.5;
}

.assistant-task small {
	color: var(--green);
}

.agency {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(3, 13, 24, 0.35);
}

.agency-inner {
	padding-top: 54px;
	padding-bottom: 54px;
}

.agency-grid {
	display: grid;
	grid-template-columns: 0.72fr 1.05fr 0.6fr;
	gap: 20px;
	align-items: center;
}

.report-preview {
	padding: 22px;
}

.report-head,
.report-metrics,
.side-reports p,
.hosting-card p {
	display: flex;
	justify-content: space-between;
	gap: 14px;
}

.report-head {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.report-head span {
	color: var(--muted);
	font-size: 12px;
}

.report-metrics {
	margin: 18px 0;
}

.report-metrics div {
	flex: 1;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: 6px;
}

.report-metrics span,
.report-metrics small,
.side-reports p {
	color: var(--muted);
	font-size: 12px;
}

.report-metrics strong {
	display: block;
	margin: 8px 0 2px;
	font-size: 27px;
}

.report-metrics small,
.side-reports p::after {
	color: var(--green);
}

.chart-lines {
	position: relative;
	height: 132px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 100% 32px,
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 58px 100%;
}

.chart-lines span {
	position: absolute;
	left: 18px;
	right: 18px;
	height: 2px;
	border-radius: 999px;
	background: var(--cyan);
	transform-origin: left center;
}

.chart-lines span:nth-child(1) {
	top: 80px;
	transform: rotate(-8deg);
}

.chart-lines span:nth-child(2) {
	top: 96px;
	background: rgba(169, 185, 202, 0.7);
	transform: rotate(-5deg);
}

.chart-lines span:nth-child(3) {
	top: 66px;
	width: 58%;
	transform: rotate(-12deg);
}

.side-reports {
	display: grid;
	gap: 20px;
}

.side-reports > div {
	padding: 18px;
}

.mini-donut {
	display: grid;
	place-items: center;
	width: 112px;
	height: 112px;
	margin: 18px auto 0;
	border: 14px solid rgba(94, 230, 168, 0.6);
	border-top-color: var(--orange);
	border-radius: 50%;
	font-size: 24px;
	font-weight: 900;
}

.pricing {
	position: relative;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.pricing-note {
	max-width: 780px;
	margin: 0 auto 24px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
}

.pricing-grid article {
	position: relative;
	padding: 26px 24px;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: rgba(13, 32, 52, 0.82);
}

.pricing-grid .featured-plan {
	border-color: var(--orange);
	box-shadow: 0 0 0 1px rgba(255, 120, 22, 0.42), var(--shadow);
}

.plan-ribbon {
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	padding: 6px;
	border-radius: 9px 9px 0 0;
	background: var(--orange);
	color: #061120;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.featured-plan h3 {
	margin-top: 22px;
}

.pricing-grid h3 {
	margin-bottom: 12px;
	text-align: center;
}

.price {
	margin: 0;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
}

.price span {
	color: var(--muted);
	font-size: 15px;
	font-weight: 700;
}

.pricing-grid small {
	display: block;
	margin-bottom: 24px;
	color: var(--muted);
	text-align: center;
}

.pricing-grid form {
	margin-top: 10px;
}

.pricing-grid button,
.pricing-grid .plan-button {
	width: 100%;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--text);
}

.pricing-grid .ionhive-woo-checkout-button {
	width: 100%;
	margin-top: 10px;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--text);
}

.pricing-grid .ionhive-woo-checkout-button + .plan-button {
	display: block;
	margin-top: 10px;
	padding: 12px 14px;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
}

.plan-detail-section .plan-detail-grid,
.plan-compare-section .plan-compare-table {
	margin-top: 24px;
}

.plan-detail-section .plan-detail-card {
	border-color: var(--line);
	background: rgba(13, 32, 52, 0.82);
}

.plan-detail-section .plan-detail-card h3,
.plan-detail-section .plan-detail-card h4,
.plan-detail-section .plan-detail-card summary,
.plan-detail-section .plan-detail-card .upgrade-guidance {
	color: var(--text);
}

.plan-detail-section .plan-detail-card p,
.plan-detail-section .plan-detail-card li {
	color: var(--muted);
}

.plan-detail-section .plan-detail-hero,
.plan-detail-section .plan-detail-card details {
	border-color: var(--line);
}

.plan-detail-section .plan-detail-card .button {
	margin-top: 6px;
}

.plan-compare-section .plan-compare-row {
	border-color: var(--line);
	background: var(--line);
}

.plan-compare-section .plan-compare-row > * {
	background: rgba(13, 32, 52, 0.88);
	color: var(--muted);
}

.plan-compare-section .plan-compare-row strong,
.plan-compare-section .plan-compare-head span {
	color: var(--text);
}

.plan-compare-section .plan-compare-head span {
	background: rgba(255, 120, 22, 0.16);
}

.checkout-status {
	max-width: 820px;
	text-align: center;
}

.checkout-status p:not(.eyebrow) {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.55;
}

.featured-plan button,
.featured-plan .plan-button,
.featured-plan .ionhive-woo-checkout-button {
	border-color: var(--orange);
	background: var(--orange);
	color: #fff;
}

.final-cta {
	padding: 38px 24px;
	border-top: 1px solid rgba(255, 120, 22, 0.3);
	border-bottom: 1px solid rgba(255, 120, 22, 0.22);
	background:
		radial-gradient(circle at 90% 50%, rgba(255, 120, 22, 0.14), transparent 18rem),
		rgba(10, 25, 40, 0.76);
	text-align: center;
}

.final-cta h2 {
	margin-bottom: 8px;
	font-size: 34px;
}

.final-cta p {
	margin-bottom: 18px;
}

.site-footer {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 2.05fr);
	align-items: start;
	gap: 28px;
	max-width: var(--max);
	margin: 0 auto;
	padding: 24px;
	color: var(--muted);
	font-size: 12px;
}

.site-footer .brand-name {
	font-size: 16px;
}

.site-footer .brand-mark {
	width: 24px;
	height: 24px;
	border-width: 2px;
}

.site-footer p {
	margin: 0;
}

.site-footer__brand {
	display: grid;
	gap: 14px;
}

.site-footer__meta {
	font-size: 12px;
}

.site-footer__groups {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
}

.site-footer__group {
	display: grid;
	gap: 10px;
}

.site-footer__group h2 {
	margin: 0;
	color: var(--text);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer__group nav {
	display: grid;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
}

.integration-grid,
.integration-summary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.integration-card,
.integration-summary-card {
	padding: 28px;
	border: 1px solid rgba(157, 188, 216, 0.14);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(11, 24, 41, 0.92), rgba(7, 20, 34, 0.88));
	box-shadow: var(--shadow);
}

.integration-card h3,
.integration-summary-card h2,
.integration-summary-card h3 {
	margin-bottom: 12px;
}

.integration-card p,
.integration-summary-card p,
.integration-step p {
	color: var(--muted);
}

.integration-card--screenshot {
	overflow: hidden;
}

.integration-shot {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	margin-bottom: 18px;
	border: 1px dashed rgba(16, 211, 215, 0.35);
	border-radius: 20px;
	background:
		radial-gradient(circle at 20% 20%, rgba(16, 211, 215, 0.18), transparent 16rem),
		linear-gradient(180deg, rgba(7, 29, 45, 0.96), rgba(4, 17, 29, 0.92));
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.integration-card__links,
.integration-doc-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 18px 0 22px;
}

.integration-card__links a,
.integration-doc-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(157, 188, 216, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--text);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.integration-card__links a:hover,
.integration-doc-links a:hover {
	border-color: rgba(16, 211, 215, 0.42);
	color: var(--cyan);
}

.integration-steps {
	display: grid;
	gap: 18px;
	padding-left: 0;
	list-style: none;
}

.integration-step {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 24px;
	border: 1px solid rgba(157, 188, 216, 0.14);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(10, 24, 40, 0.92), rgba(7, 20, 34, 0.86));
	box-shadow: var(--shadow);
}

.integration-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(255, 120, 22, 0.18);
	color: var(--orange);
	font-size: 18px;
	font-weight: 900;
}

.integration-step h3 {
	margin-bottom: 10px;
}

.integration-workflow .score-card,
.integration-scoreboard .score-card,
.integration-detail-scoreboard .score-card {
	min-height: 0;
}

.ionhive-site-assistant {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 60;
	font-family: inherit;
}

.ionhive-site-assistant__toggle {
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(255, 120, 22, 0.72);
	border-radius: 999px;
	background: linear-gradient(135deg, var(--orange), #ff9b3d);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.ionhive-site-assistant__panel {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: min(380px, calc(100vw - 32px));
	overflow: hidden;
	border: 1px solid rgba(91, 118, 143, 0.55);
	border-radius: 16px;
	background: rgba(6, 17, 32, 0.98);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
}

.ionhive-site-assistant__header {
	display: grid;
	gap: 3px;
	padding: 16px;
	border-bottom: 1px solid var(--line);
	background: rgba(16, 35, 55, 0.95);
}

.ionhive-site-assistant__header span,
.ionhive-site-assistant__fineprint {
	color: var(--muted);
	font-size: 12px;
}

.ionhive-site-assistant__log {
	display: grid;
	gap: 10px;
	max-height: 310px;
	overflow: auto;
	padding: 14px;
}

.ionhive-site-assistant__message {
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
}

.ionhive-site-assistant__message--user {
	border-color: rgba(255, 120, 22, 0.42);
	background: rgba(255, 120, 22, 0.12);
}

.ionhive-site-assistant__message strong {
	display: block;
	margin-bottom: 4px;
	color: var(--text);
	font-size: 12px;
}

.ionhive-site-assistant__message p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
}

.ionhive-site-assistant__form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	padding: 14px;
	border-top: 1px solid var(--line);
}

.ionhive-site-assistant__form input {
	min-height: 40px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--text);
	padding: 0 10px;
}

.ionhive-site-assistant__form button {
	border: 0;
	border-radius: 10px;
	background: var(--orange);
	color: #fff;
	font-weight: 800;
	padding: 0 14px;
	cursor: pointer;
}

.ionhive-site-assistant__fineprint {
	margin: 0;
	padding: 0 14px 14px;
}

.case-study-grid,
.case-study-shots,
.case-study-layout {
	display: grid;
	gap: 24px;
}

.case-study-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-study-card,
.case-study-section,
.case-study-shot,
.case-study-recommendations {
	border: 1px solid var(--line);
	border-radius: 24px;
	background: rgba(8, 23, 38, 0.74);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.case-study-card,
.case-study-recommendations {
	padding: 24px;
}

.case-study-section {
	padding: 32px;
}

.case-study-card h3,
.case-study-section h3,
.case-study-recommendations h3 {
	margin-top: 0;
}

.case-study-section__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
	gap: 24px;
	margin-bottom: 28px;
}

.case-study-shots {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 28px 0;
}

.case-study-shot {
	padding: 20px;
}

.case-study-shot__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border: 1px solid rgba(255, 120, 22, 0.4);
	border-radius: 999px;
	background: rgba(255, 120, 22, 0.12);
	color: var(--orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.case-study-shot__frame {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 240px;
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid rgba(91, 118, 143, 0.35);
	border-radius: 18px;
	background:
		radial-gradient(circle at top, rgba(0, 214, 201, 0.12), transparent 48%),
		linear-gradient(180deg, rgba(12, 34, 52, 0.95), rgba(5, 14, 24, 0.98));
}

.case-study-shot__frame p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--text);
	font-weight: 700;
}

.seo-screenshot-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-screenshot-card__frame {
	padding: 18px;
}

.seo-screenshot-image {
	position: absolute;
	inset: 18px 18px 54px;
	width: calc(100% - 36px);
	height: calc(100% - 72px);
	object-fit: contain;
	object-position: center top;
	opacity: 0.92;
	filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}

.case-study-shot__frame--table {
	display: block;
	padding: 18px;
	overflow: auto;
}

.case-study-shot__frame--table .case-study-metrics {
	min-width: 560px;
	background: rgba(6, 16, 28, 0.82);
}

.case-study-shot__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(91, 118, 143, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(91, 118, 143, 0.12) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent);
}

.case-study-shot small {
	display: block;
	margin-top: 12px;
	color: var(--muted);
	line-height: 1.6;
}

.case-study-layout {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: start;
	margin-bottom: 28px;
}

.case-study-metrics {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid rgba(91, 118, 143, 0.3);
	border-radius: 18px;
}

.case-study-metrics th,
.case-study-metrics td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(91, 118, 143, 0.18);
	text-align: left;
}

.case-study-metrics th {
	color: var(--text);
	background: rgba(255, 255, 255, 0.04);
	font-size: 13px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.case-study-metrics td {
	color: var(--muted);
}

.case-study-metrics tbody tr:last-child td {
	border-bottom: 0;
}

.case-study-timeline {
	display: grid;
	gap: 14px;
	margin: 0;
	padding-left: 22px;
	color: var(--muted);
	line-height: 1.7;
}

.case-study-recommendations ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 20px;
	color: var(--muted);
	line-height: 1.7;
}

.report-score-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.report-score-card,
.report-block {
	border: 1px solid var(--line);
	border-radius: 24px;
	background: rgba(8, 23, 38, 0.74);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.report-score-card {
	padding: 24px;
}

.report-score-card h3,
.report-block h3 {
	margin-top: 0;
}

.report-score-card__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 16px;
	border: 1px solid rgba(0, 214, 201, 0.4);
	border-radius: 50%;
	background: radial-gradient(circle at top, rgba(0, 214, 201, 0.18), rgba(0, 214, 201, 0.04));
	color: var(--aqua);
	font-size: 28px;
	font-weight: 800;
}

.report-score-card strong {
	display: block;
	margin-bottom: 8px;
	color: var(--text);
}

.report-score-card p {
	margin-bottom: 0;
}

.report-section-stack {
	display: grid;
	gap: 24px;
}

.report-block {
	padding: 28px;
}

.report-block__header {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.75fr);
	gap: 22px;
	align-items: start;
}

.report-findings {
	display: grid;
	gap: 12px;
	margin: 22px 0 0;
	padding-left: 20px;
	color: var(--muted);
	line-height: 1.7;
}

.comparison-matrix {
	display: grid;
	gap: 20px;
}

.comparison-matrix__row {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: rgba(8, 23, 38, 0.74);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.comparison-matrix__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 14px 0 10px;
}

.comparison-matrix__row h3 {
	margin-top: 0;
}

.comparison-matrix__row p,
.comparison-matrix__row small {
	color: var(--muted);
}

.learn-silo-map {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.demo-visual-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.demo-visual-card {
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: rgba(8, 23, 38, 0.74);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.demo-visual-card__screen {
	overflow: hidden;
	border: 1px solid rgba(91, 118, 143, 0.35);
	border-radius: 18px;
	background:
		radial-gradient(circle at top right, rgba(255, 120, 22, 0.14), transparent 38%),
		linear-gradient(180deg, rgba(12, 34, 52, 0.96), rgba(5, 14, 24, 0.98));
}

.demo-visual-card__topbar {
	display: flex;
	gap: 8px;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(91, 118, 143, 0.18);
}

.demo-visual-card__topbar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
}

.demo-visual-card__body {
	padding: 18px;
}

.demo-visual-card__body h3 {
	margin-top: 0;
	margin-bottom: 14px;
}

.demo-visual-card__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.demo-visual-card__metrics div {
	padding: 12px;
	border: 1px solid rgba(91, 118, 143, 0.18);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
}

.demo-visual-card__metrics small {
	display: block;
	margin-bottom: 6px;
	color: var(--muted);
}

.demo-visual-card__metrics strong {
	color: var(--text);
}

.demo-visual-card p {
	margin-bottom: 0;
	margin-top: 14px;
}

.ionhive-demo-form {
	display: grid;
	gap: 18px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: rgba(8, 23, 38, 0.74);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.ionhive-demo-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ionhive-demo-form label {
	display: grid;
	gap: 8px;
}

.ionhive-demo-form label span {
	color: var(--text);
	font-weight: 700;
}

.ionhive-demo-form input,
.ionhive-demo-form select,
.ionhive-demo-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid rgba(91, 118, 143, 0.34);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--text);
	font: inherit;
}

.ionhive-demo-form textarea {
	min-height: 150px;
	resize: vertical;
}

.ionhive-demo-form__message {
	grid-column: 1 / -1;
}

.ionhive-demo-form__checkbox {
	display: flex !important;
	align-items: center;
	gap: 10px;
}

.ionhive-demo-form__checkbox input {
	width: 18px;
	min-height: 18px;
	padding: 0;
}

.ionhive-demo-form__checkbox span {
	font-weight: 500 !important;
}

.ionhive-demo-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ionhive-form-status {
	margin-bottom: 18px;
	padding: 18px 20px;
	border-radius: 18px;
	border: 1px solid var(--line);
}

.ionhive-form-status strong {
	display: block;
	margin-bottom: 6px;
}

.ionhive-form-status--success {
	border-color: rgba(0, 214, 201, 0.34);
	background: rgba(0, 214, 201, 0.08);
}

.ionhive-form-status--error {
	border-color: rgba(255, 120, 22, 0.34);
	background: rgba(255, 120, 22, 0.08);
}

.community-vote-meter {
	display: grid;
	gap: 0.55rem;
	margin-top: 1rem;
}

.community-vote-meter__label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.95rem;
	color: #526477;
}

.community-vote-meter__track {
	position: relative;
	overflow: hidden;
	border-radius: 999px;
	height: 0.8rem;
	background: rgba(6, 17, 32, 0.08);
}

.community-vote-meter__fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #ff7816 0%, #ffb470 100%);
}

.website-grader-layout,
.website-grader-result-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 24px;
	align-items: start;
}

.website-grader-preview,
.website-grader-detail,
.website-grader-results {
	display: grid;
	gap: 22px;
}

.website-grader-preview {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 120, 22, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(8, 23, 38, 0.78), rgba(5, 17, 28, 0.92));
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.website-grader-notice {
	display: grid;
	gap: 6px;
	margin-bottom: 18px;
	padding: 18px 20px;
	border: 1px solid var(--line);
	border-radius: 18px;
}

.website-grader-notice strong {
	color: var(--text);
}

.website-grader-notice span {
	color: var(--muted);
}

.website-grader-notice--success {
	border-color: rgba(94, 230, 168, 0.35);
	background: rgba(94, 230, 168, 0.08);
}

.website-grader-notice--error {
	border-color: rgba(255, 120, 22, 0.35);
	background: rgba(255, 120, 22, 0.08);
}

.website-grader-score-card .report-score-card__value {
	width: 78px;
	height: 78px;
	font-size: 30px;
}

.website-grader-actions {
	align-items: stretch;
}

.website-grader-recommendations {
	grid-template-columns: 1fr;
}

.website-grader-recommendations article p strong {
	color: var(--orange);
}

.issue-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.issue-card {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 120, 22, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(8, 23, 38, 0.82), rgba(5, 17, 28, 0.92));
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.recommendation-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.recommendation-card {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(57, 219, 204, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(8, 23, 38, 0.82), rgba(5, 17, 28, 0.92));
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.recommendation-micro-grid {
	display: grid;
	gap: 8px;
}

.agent-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.agent-card,
.agent-shot {
	display: grid;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 120, 22, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(8, 23, 38, 0.82), rgba(5, 17, 28, 0.92));
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.agent-card h3 a {
	color: var(--text);
	text-decoration: none;
}

.agent-card h3 a:hover {
	color: var(--orange);
}

.agent-shot-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.rebecca-framework-hero,
.rebecca-onboarding-hero {
	align-items: start;
}

.rebecca-layer-card,
.rebecca-diagram-card {
	position: relative;
	padding: 28px;
	border: 1px solid rgba(94, 125, 155, 0.16);
	border-radius: 22px;
	background: rgba(7, 18, 34, 0.72);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.rebecca-layer-card::before,
.rebecca-diagram-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(145deg, rgba(22, 189, 202, 0.08), rgba(255, 149, 0, 0.06));
	pointer-events: none;
}

.rebecca-layer-card > *,
.rebecca-diagram-card > * {
	position: relative;
	z-index: 1;
}

.rebecca-layer-card h3,
.rebecca-diagram-card h3 {
	margin-bottom: 12px;
	font-size: 1.32rem;
}

.rebecca-layer-meta {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.rebecca-layer-meta p {
	margin: 0;
	color: #c7d6e5;
}

.rebecca-diagram-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.rebecca-diagram-flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 18px 0 16px;
}

.rebecca-diagram-node {
	min-width: 130px;
	padding: 12px 14px;
	border: 1px solid rgba(94, 125, 155, 0.18);
	border-radius: 18px;
	background: rgba(7, 18, 34, 0.92);
}

.rebecca-diagram-node span {
	display: inline-flex;
	width: 26px;
	height: 26px;
	margin-bottom: 8px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 149, 0, 0.18);
	color: #ffb347;
	font-size: 0.78rem;
	font-weight: 700;
}

.rebecca-diagram-node strong {
	display: block;
	color: #f6fbff;
	font-size: 0.96rem;
	line-height: 1.45;
}

.rebecca-diagram-arrow {
	color: #16bdca;
	font-size: 1.25rem;
	font-weight: 700;
}

.issue-card__header {
	display: grid;
	gap: 12px;
}

.issue-card__header h3,
.issue-card__header h3 a {
	color: var(--text);
	text-decoration: none;
}

.issue-card__header h3 a:hover {
	color: var(--orange);
}

.issue-severity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.issue-severity--critical {
	color: #ffb4a7;
	background: rgba(204, 60, 40, 0.2);
	border-color: rgba(255, 110, 87, 0.28);
}

.issue-severity--high {
	color: #ffd089;
	background: rgba(255, 153, 0, 0.16);
	border-color: rgba(255, 170, 40, 0.28);
}

.issue-severity--medium {
	color: #9fd0ff;
	background: rgba(25, 122, 202, 0.16);
	border-color: rgba(52, 147, 224, 0.26);
}

.issue-severity--low {
	color: #9ef0c1;
	background: rgba(43, 146, 85, 0.18);
	border-color: rgba(94, 230, 168, 0.26);
}

.issue-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	font-size: 14px;
	color: var(--muted);
}

.issue-breadcrumbs a {
	color: var(--teal);
	text-decoration: none;
}

.issue-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 20px;
	color: var(--muted);
}

.issue-list li {
	line-height: 1.7;
}

.issue-list--ordered {
	padding-left: 22px;
}

@media (max-width: 1050px) {
	.hero-inner,
	.trust-hero,
	.module-hero,
	.plugin-detail-hero,
	.assistant-grid,
	.agency-grid {
		grid-template-columns: 1fr;
	}

	.pillar-layout,
	.pricing-grid,
	.plugin-grid,
	.plugin-detail-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.module-card-grid,
	.module-feature-grid,
	.module-screenshot-grid,
	.module-faq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.case-study-grid,
	.seo-screenshot-grid,
	.case-study-shots,
	.case-study-layout,
	.case-study-section__intro,
	.report-block__header,
	.comparison-matrix__grid,
	.learn-silo-map,
	.demo-visual-grid,
	.ionhive-demo-form__grid,
	.website-grader-layout,
	.website-grader-result-grid,
	.issue-grid,
	.recommendation-grid,
	.agent-grid,
	.agent-shot-grid,
	.roadmap-grid,
	.integration-grid,
	.integration-summary-grid,
	.rebecca-diagram-grid {
		grid-template-columns: 1fr;
	}

	.report-score-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.workflow-steps {
		grid-template-columns: repeat(3, 1fr);
	}

	.workflow-steps div:not(:last-child)::after {
		display: none;
	}

	.mock-layout {
		grid-template-columns: 1fr;
	}

	.mock-nav {
		display: none;
	}
}

@media (max-width: 720px) {
	html,
	body.ionhive-ai-page-pricing_page {
		max-width: 100vw;
		overflow-x: hidden;
	}

	body.ionhive-ai-page-pricing_page .section,
	body.ionhive-ai-page-pricing_page .site-header,
	body.ionhive-ai-page-pricing_page .pricing-page-hero,
	body.ionhive-ai-page-pricing_page .pricing,
	body.ionhive-ai-page-pricing_page .plan-detail-section,
	body.ionhive-ai-page-pricing_page .plan-compare-section,
	body.ionhive-ai-page-pricing_page .faq-section {
		width: calc(100vw - 36px);
		max-width: calc(100vw - 36px);
		margin-right: auto;
		margin-left: auto;
	}

	body.ionhive-ai-page-pricing_page *,
	body.ionhive-ai-page-pricing_page *::before,
	body.ionhive-ai-page-pricing_page *::after {
		box-sizing: border-box;
	}

	body.ionhive-ai-page-pricing_page main,
	body.ionhive-ai-page-pricing_page section,
	body.ionhive-ai-page-pricing_page div,
	body.ionhive-ai-page-pricing_page article {
		max-width: 100%;
	}

	body.ionhive-ai-page-pricing_page .pricing-page-hero,
	body.ionhive-ai-page-pricing_page .trust-scoreboard,
	body.ionhive-ai-page-pricing_page .integration-scoreboard,
	body.ionhive-ai-page-pricing_page .plan-detail-grid,
	body.ionhive-ai-page-pricing_page .pricing-grid {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	body.ionhive-ai-page-pricing_page .score-card,
	body.ionhive-ai-page-pricing_page .plan-detail-card,
	body.ionhive-ai-page-pricing_page .pricing-grid article {
		min-width: 0;
		max-width: 100%;
	}

	body.ionhive-ai-page-pricing_page .score-card p {
		display: block;
	}

	body.ionhive-ai-page-pricing_page .score-card p span {
		display: block;
		margin-top: 6px;
		text-align: left;
	}

	body.ionhive-ai-page-pricing_page h1,
	body.ionhive-ai-page-pricing_page h2,
	body.ionhive-ai-page-pricing_page h3,
	body.ionhive-ai-page-pricing_page p,
	body.ionhive-ai-page-pricing_page a,
	body.ionhive-ai-page-pricing_page span,
	body.ionhive-ai-page-pricing_page small {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
		white-space: normal;
	}

	body.ionhive-ai-page-pricing_page h1 {
		font-size: clamp(34px, 9vw, 42px);
		line-height: 1.12;
	}

	body.ionhive-ai-page-pricing_page h2 {
		font-size: clamp(30px, 8vw, 38px);
		line-height: 1.12;
	}

	body.ionhive-ai-page-pricing_page .pricing-page-hero p {
		max-width: min(100%, 320px);
	}

	body.ionhive-ai-page-pricing_page .plan-compare-table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	body.ionhive-ai-page-pricing_page .plan-compare-row {
		min-width: 860px;
	}

	body.ionhive-ai-page-pricing_page .ionhive-site-assistant {
		right: 18px;
		bottom: 12px;
		left: 18px;
	}

	body.ionhive-ai-page-pricing_page .ionhive-site-assistant__toggle {
		width: 100%;
		justify-content: center;
		white-space: normal;
	}

	.site-header {
		position: static;
		flex-wrap: wrap;
		padding: 18px;
	}

	.nav {
		order: 3;
		width: 100%;
		gap: 12px;
		padding-bottom: 6px;
	}

	.header-cta {
		width: 100%;
	}

	.hero-inner {
		gap: 34px;
		min-height: auto;
		padding: 42px 18px 76px;
	}

	.hero-copy {
		max-width: calc(100vw - 36px);
		overflow: hidden;
	}

	.hero-copy h1 {
		max-width: 340px;
		font-size: clamp(38px, 11.8vw, 46px);
	}

	.hero-copy p {
		max-width: 340px;
		font-size: 17px;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin: 30px 0 42px;
	}

	.hero-actions .button {
		width: 100%;
	}

	.feature-strip,
	.mock-main,
	.mock-stats,
	.pillar-layout,
	.pricing-grid,
	.plugin-grid,
	.plugin-detail-grid,
	.report-metrics,
	.module-card-grid,
	.module-feature-grid,
	.module-screenshot-grid,
	.module-faq-grid,
	.module-score-stack,
	.case-study-grid,
	.seo-screenshot-grid,
	.report-score-grid {
		grid-template-columns: 1fr;
	}

	.plugin-card-actions,
	.plugin-detail-actions {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}

	.dashboard-shell {
		width: 100%;
		max-width: calc(100vw - 36px);
		overflow: hidden;
		padding: 14px;
	}

	.mock-topbar {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 54px 18px;
	}

	.pillar-card {
		min-height: auto;
	}

	.site-footer {
		grid-template-columns: 1fr;
	}

	.site-footer__groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.integration-step {
		grid-template-columns: 1fr;
	}

	.ionhive-site-assistant {
		right: 16px;
		bottom: 16px;
	}
}

@media (max-width: 720px) {
	.site-header {
		gap: 14px;
	}

	.site-header .nav {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px 12px;
	}

	.site-header .nav a {
		text-align: left;
	}

	.site-header .header-cta {
		width: 100%;
	}

	.nav {
		gap: 12px;
		font-size: 13px;
	}

	.site-footer__groups {
		grid-template-columns: 1fr;
	}
}

.docs-search-section {
	padding-top: 0;
}

.docs-search {
	display: grid;
	gap: 0.8rem;
}

.docs-search__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
}

.docs-search__input {
	flex: 1 1 24rem;
	min-height: 3rem;
	padding: 0.85rem 1rem;
	border-radius: 14px;
	border: 1px solid rgba(120, 160, 210, 0.25);
	background: rgba(7, 18, 34, 0.92);
	color: #eff5ff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.docs-search__input::placeholder {
	color: rgba(222, 233, 247, 0.62);
}

.docs-search__meta {
	margin: 0.25rem 0 0;
	color: rgba(222, 233, 247, 0.8);
	font-size: 0.96rem;
}

.docs-results-grid,
.docs-video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.2rem;
}

.docs-card,
.docs-video-card {
	padding: 1.25rem;
	border-radius: 20px;
	border: 1px solid rgba(84, 122, 170, 0.24);
	background: linear-gradient(180deg, rgba(10, 24, 47, 0.96), rgba(6, 16, 31, 0.96));
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.docs-card h3,
.docs-video-card h3 {
	margin: 0.4rem 0 0.6rem;
}

.docs-card h3 a {
	color: inherit;
	text-decoration: none;
}

.docs-card h3 a:hover,
.docs-card h3 a:focus-visible {
	color: #ff9d3b;
}

.docs-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0.9rem 0 1rem;
	color: rgba(222, 233, 247, 0.7);
	font-size: 0.84rem;
}

.docs-card__meta span {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	border: 1px solid rgba(92, 135, 190, 0.2);
	background: rgba(255, 255, 255, 0.03);
}

.docs-scoreboard .score-card span {
	font-size: 1rem;
}

.docs-video-card__screen {
	display: grid;
	place-items: center;
	min-height: 160px;
	margin-bottom: 0.9rem;
	border-radius: 16px;
	border: 1px dashed rgba(76, 189, 207, 0.35);
	background:
		radial-gradient(circle at top left, rgba(47, 202, 193, 0.16), transparent 40%),
		linear-gradient(160deg, rgba(14, 30, 54, 0.94), rgba(6, 15, 29, 0.98));
	color: rgba(222, 233, 247, 0.72);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
}

.docs-api-table {
	border-radius: 20px;
	border: 1px solid rgba(84, 122, 170, 0.24);
	background: linear-gradient(180deg, rgba(9, 20, 38, 0.98), rgba(4, 11, 22, 0.98));
	overflow: hidden;
}

.docs-api-table__head,
.docs-api-table__row {
	display: grid;
	grid-template-columns: 110px minmax(180px, 1.2fr) 2fr 110px;
	gap: 1rem;
	padding: 0.95rem 1.1rem;
	align-items: start;
}

.docs-api-table__head {
	background: rgba(255, 255, 255, 0.04);
	color: rgba(222, 233, 247, 0.82);
	font-size: 0.84rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.docs-api-table__row + .docs-api-table__row {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.docs-api-table__row code {
	padding: 0.2rem 0.45rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	color: #8de7ff;
	word-break: break-word;
}

.partner-metric-grid,
.programmatic-link-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.partner-metric-card {
	min-height: 150px;
}

.programmatic-link-card {
	padding: 1.5rem;
	border: 1px solid rgba(131, 145, 173, 0.18);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(11, 24, 45, 0.9), rgba(8, 18, 34, 0.96));
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.programmatic-link-card h3 {
	margin: 0 0 0.75rem;
	color: var(--text-primary);
}

.programmatic-link-card p {
	margin: 0;
	color: var(--text-secondary);
}

.section-note {
	margin-top: 1rem;
	color: var(--text-secondary);
	font-size: 0.95rem;
}

.start-page {
	overflow: hidden;
}

.start-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 42px;
	align-items: center;
	max-width: var(--max);
	margin: 0 auto;
	padding: 86px 24px 56px;
}

.start-hero__copy h1 {
	max-width: 780px;
	margin: 0 0 20px;
	font-size: clamp(46px, 7vw, 86px);
	line-height: 0.92;
	letter-spacing: -0.07em;
}

.start-hero__copy p:not(.eyebrow) {
	max-width: 680px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.6;
}

.start-hero__panel {
	position: relative;
	overflow: hidden;
	padding: 26px;
	border: 1px solid rgba(255, 120, 22, 0.25);
	border-radius: 28px;
	background:
		radial-gradient(circle at 22% 18%, rgba(255, 120, 22, 0.2), transparent 13rem),
		linear-gradient(150deg, rgba(16, 38, 60, 0.96), rgba(4, 13, 24, 0.98));
	box-shadow: 0 36px 80px rgba(0, 0, 0, 0.34);
}

.start-progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 22px;
}

.start-progress span {
	display: grid;
	place-items: center;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: var(--muted);
	font-weight: 900;
}

.start-progress .is-active {
	border-color: var(--orange);
	background: rgba(255, 120, 22, 0.14);
	color: #fff;
}

.start-summary-card {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.22);
}

.start-summary-card strong {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 26px;
	letter-spacing: -0.04em;
}

.start-summary-card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.start-step-grid,
.start-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 28px;
}

.start-step-grid article,
.start-plan-grid article,
.start-fit {
	border: 1px solid rgba(131, 145, 173, 0.18);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(13, 31, 52, 0.92), rgba(6, 17, 31, 0.97));
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.start-step-grid article {
	padding: 24px;
}

.start-step-grid span {
	display: inline-flex;
	margin-bottom: 22px;
	color: var(--orange);
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -0.06em;
}

.start-step-grid h3,
.start-plan-grid h3 {
	margin: 0 0 12px;
	font-size: 26px;
	letter-spacing: -0.04em;
}

.start-step-grid p,
.start-plan-grid p,
.start-fit p {
	color: var(--muted);
	line-height: 1.55;
}

.start-step-grid a {
	color: var(--orange);
	font-weight: 900;
	text-decoration: none;
}

.start-fit {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 26px;
	align-items: center;
}

.start-checklist {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.start-checklist li {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-weight: 800;
}

.start-plan-grid {
	grid-template-columns: repeat(4, 1fr);
}

.start-plan-grid article {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 24px;
}

.start-plan-grid article.is-selected {
	border-color: rgba(255, 120, 22, 0.58);
	box-shadow: 0 30px 70px rgba(255, 120, 22, 0.16);
}

.start-plan-grid .price {
	margin: 0 0 12px;
	color: #fff;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -0.06em;
}

.start-plan-grid .price span {
	color: var(--muted);
	font-size: 16px;
	letter-spacing: 0;
}

.start-plan-grid ul {
	flex: 1;
	margin: 16px 0 22px;
	padding: 0;
	list-style: none;
}

.start-plan-grid li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #c8d6e5;
}

.start-plan-grid li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--orange);
}

.start-plan-grid .button {
	width: 100%;
}

@media (max-width: 860px) {
	.docs-api-table__head,
	.docs-api-table__row {
		grid-template-columns: 1fr;
	}

	.start-hero,
	.start-fit,
	.start-step-grid,
	.start-plan-grid {
		grid-template-columns: 1fr;
	}

	.start-hero {
		padding-top: 48px;
	}
}

/* Final homepage containment overrides. Keep these last so legacy marketing rules cannot widen the new homepage. */
body.home-v2 {
	overflow-x: hidden;
}

body.home-v2 > .site-header,
body.home-v2 > .site-footer,
body.home-v2 > .ionhive-site-assistant {
	display: none !important;
}

body.home-v2 .home-header,
body.home-v2 .home-hero,
body.home-v2 .home-trust-strip,
body.home-v2 .home-section,
body.home-v2 .home-footer {
	max-width: min(1180px, calc(100vw - 32px));
}

body.home-v2 .home-hero-copy,
body.home-v2 .home-command-center,
body.home-v2 .command-topbar,
body.home-v2 .command-grid,
body.home-v2 .command-main,
body.home-v2 .command-card,
body.home-v2 .command-score {
	min-width: 0;
}

@media (max-width: 760px) {
	body.home-v2 .home-header,
	body.home-v2 .home-hero,
	body.home-v2 .home-trust-strip,
	body.home-v2 .home-section,
	body.home-v2 .home-footer {
		width: min(calc(100vw - 32px), 358px);
		max-width: min(calc(100vw - 32px), 358px);
		margin-left: 16px;
		margin-right: 16px;
	}

	body.home-v2 .home-hero {
		display: block;
	}

	body.home-v2 .home-hero h1 {
		width: 100%;
		max-width: 100%;
		font-size: 28px;
		line-height: 1.12;
	}

	body.home-v2 .home-hero-lede {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}

	body.home-v2 .home-command-center {
		overflow: hidden;
	}

	body.home-v2 .command-grid,
	body.home-v2 .command-main {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	body.home-v2 .command-sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		max-width: 100%;
		overflow: visible;
	}

	body.home-v2 .command-sidebar span,
	body.home-v2 .queue-row,
	body.home-v2 .command-title {
		min-width: 0;
	}
}

/* Mockup-matched homepage pass. */
body.home-v3 {
	--home-blue: #0757d8;
	--home-blue-2: #07174a;
	--home-gold: #f4a900;
	--home-ink: #071034;
	--home-muted: #52627d;
	--home-line: #dbe7fb;
	--home-bg: #f9fcff;
	background:
		radial-gradient(circle at 6% 15%, rgba(244, 169, 0, 0.09), transparent 18rem),
		radial-gradient(circle at 90% 10%, rgba(7, 87, 216, 0.08), transparent 22rem),
		#ffffff;
	color: var(--home-ink);
}

body.home-v3::before {
	opacity: 0.24;
	background-size: 38px 66px;
}

body.home-v3 .gold-text,
body.home-v3 h1 span,
body.home-v3 h2 span {
	color: var(--home-gold);
}

body.home-v3 .home-header {
	width: min(1420px, calc(100% - 40px));
	max-width: min(1420px, calc(100% - 40px));
	margin-top: 0;
	padding: 14px 18px;
	border-width: 0 0 1px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 28px rgba(7, 23, 74, 0.05);
}

body.home-v3 .home-brand {
	font-size: 26px;
}

body.home-v3 .home-brand-mark {
	width: 38px;
	height: 38px;
	border-color: var(--home-blue);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(7, 87, 216, 0.15);
}

body.home-v3 .home-brand-mark::before,
body.home-v3 .home-brand-mark::after,
body.home-v3 .home-brand-mark span {
	background: var(--home-gold);
}

body.home-v3 .home-nav {
	gap: 32px;
	color: var(--home-ink);
	font-size: 14px;
}

.home-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.signin-link {
	color: var(--home-ink);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

body.home-v3 .home-header-cta,
body.home-v3 .home-button-primary {
	border-radius: 10px;
	background: linear-gradient(135deg, #0757d8, #003ec0);
	box-shadow: 0 15px 30px rgba(7, 87, 216, 0.2);
}

body.home-v3 .home-hero {
	grid-template-columns: 0.9fr 1.1fr;
	width: min(1260px, calc(100% - 48px));
	max-width: min(1260px, calc(100% - 48px));
	padding: 62px 0 18px;
	gap: 44px;
}

body.home-v3 .home-hero::after {
	display: none;
}

body.home-v3 .home-hero h1 {
	max-width: 610px;
	font-size: clamp(48px, 5vw, 76px);
	line-height: 0.98;
}

body.home-v3 .home-hero h1 span {
	color: var(--home-blue);
}

body.home-v3 .home-hero-lede {
	max-width: 590px;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 1.55;
}

body.home-v3 .home-actions {
	gap: 18px;
}

body.home-v3 .home-button {
	min-height: 64px;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	font-size: 16px;
}

body.home-v3 .home-button small {
	display: block;
	color: currentColor;
	font-size: 11px;
	font-weight: 700;
	opacity: 0.82;
}

.button-copy {
	display: grid;
	gap: 2px;
	text-align: left;
}

.button-icon,
.play-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.16);
}

.play-dot {
	background: rgba(7, 87, 216, 0.08);
	color: var(--home-blue);
}

.social-proof {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	color: var(--home-ink);
	font-weight: 900;
}

.proof-faces {
	display: flex;
	margin-right: 8px;
}

.proof-faces span {
	width: 30px;
	height: 30px;
	margin-right: -8px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: linear-gradient(135deg, #d9a477, #7b3f21);
}

.social-proof strong {
	color: var(--home-gold);
	letter-spacing: 0;
}

.social-proof small {
	width: 100%;
	margin-left: 156px;
	color: var(--home-muted);
	font-size: 12px;
}

body.home-v3 .home-command-center {
	min-height: 360px;
	padding: 18px 18px 18px 64px;
	border-radius: 16px;
	box-shadow: 0 26px 70px rgba(7, 87, 216, 0.14);
}

.mock-side-icons {
	position: absolute;
	left: 18px;
	top: 74px;
	display: grid;
	gap: 12px;
	width: 34px;
	padding: 10px 6px;
	border-radius: 14px;
	background: var(--home-blue);
}

.mock-side-icons span {
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 7px;
}

body.home-v3 .command-topbar {
	grid-template-columns: auto minmax(220px, 1fr);
	padding: 12px 14px;
}

body.home-v3 .command-topbar input {
	width: 100%;
	min-height: 34px;
	border: 1px solid var(--home-line);
	border-radius: 10px;
	padding: 0 14px;
	color: var(--home-muted);
}

.command-dashboard-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 14px;
}

.business-score,
.priority-card,
.growth-overview,
.recent-card {
	padding: 16px;
	border: 1px solid var(--home-line);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(7, 23, 74, 0.06);
}

.score-ring {
	display: flex;
	align-items: center;
	gap: 18px;
}

.score-ring strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 98px;
	border: 12px solid #21b66b;
	border-right-color: #e7f3ff;
	border-radius: 50%;
	color: var(--home-ink);
	font-size: 38px;
}

.score-ring span {
	color: #0e9a56;
	font-size: 13px;
	font-weight: 900;
}

.priority-card p,
.recent-card p {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid var(--home-line);
	color: var(--home-muted);
	font-size: 13px;
}

.priority-card p:last-child,
.recent-card p:last-child {
	border-bottom: 0;
}

.priority-card em {
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff1d3;
	color: #b06a00;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
}

.priority-card p:first-of-type em {
	background: #ffe1e1;
	color: #d63b3b;
}

.growth-overview {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.growth-overview .command-title {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.growth-overview div:not(.command-title) {
	padding: 10px;
	border-radius: 10px;
	background: #f7fbff;
	text-align: center;
}

.growth-overview span {
	display: block;
	color: var(--home-muted);
	font-size: 11px;
}

.growth-overview strong {
	color: var(--home-blue);
	font-size: 24px;
}

.recent-card {
	grid-column: 1 / -1;
}

body.home-v3 .home-trust-strip {
	width: min(1260px, calc(100% - 48px));
	max-width: min(1260px, calc(100% - 48px));
	padding: 0 0 44px;
}

body.home-v3 .home-trust-strip div {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 4px 12px;
	align-items: center;
	min-height: 74px;
	border-radius: 14px;
}

body.home-v3 .home-trust-strip div::before {
	content: "";
	grid-row: span 2;
	width: 38px;
	height: 38px;
	border: 2px solid var(--home-gold);
	border-radius: 12px;
	background: #fff8df;
	transform: rotate(30deg);
}

body.home-v3 .home-section {
	width: min(1260px, calc(100% - 48px));
	max-width: min(1260px, calc(100% - 48px));
	padding: 46px 0;
}

.home-section-head.centered {
	max-width: 780px;
	margin: 0 auto 26px;
	text-align: center;
}

body.home-v3 .home-section-head h2,
body.home-v3 .proof-panel h2,
body.home-v3 .faq-final h2 {
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.08;
}

.queen-agent {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	width: 240px;
	margin: 0 auto 16px;
	padding: 14px 18px;
	border: 1px solid var(--home-line);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(7, 23, 74, 0.09);
	text-align: center;
}

.queen-agent span {
	width: 44px;
	height: 44px;
	margin-bottom: 8px;
	border: 2px solid var(--home-gold);
	border-radius: 50%;
	color: var(--home-gold);
	font-size: 28px;
}

.queen-agent small {
	color: var(--home-muted);
}

.employee-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.employee-grid::before {
	content: "";
	position: absolute;
	left: 7%;
	right: 7%;
	top: -34px;
	height: 70px;
	border: 2px dashed rgba(244, 169, 0, 0.45);
	border-bottom: 0;
	border-radius: 42px 42px 0 0;
}

.employee-grid article,
.what-hub article,
.proof-metrics > div,
.proof-metrics article {
	position: relative;
	padding: 18px;
	border: 1px solid var(--home-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(7, 23, 74, 0.07);
}

.employee-grid em {
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--home-blue);
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.employee-grid article > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 12px 0 14px;
	border: 1px solid var(--home-line);
	border-radius: 50%;
	background: #f7fbff;
	color: var(--home-blue);
	font-size: 28px;
	box-shadow: 0 10px 22px rgba(7, 87, 216, 0.08);
}

.employee-grid h3,
.what-hub h3 {
	margin-bottom: 8px;
	font-size: 16px;
}

.employee-grid p,
.what-hub p {
	margin: 0;
	color: var(--home-muted);
	font-size: 12px;
	line-height: 1.55;
}

.intelligence-strip {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 24px auto 0;
	border: 1px solid var(--home-line);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(7, 23, 74, 0.05);
}

.intelligence-strip span {
	padding: 13px 22px;
	border-right: 1px solid var(--home-line);
	color: var(--home-blue-2);
	font-size: 13px;
	font-weight: 800;
}

.intelligence-strip span:last-child {
	border-right: 0;
}

body.home-v3 .process-section {
	width: 100%;
	max-width: none;
	padding: 48px max(24px, calc((100vw - 1260px) / 2));
	border-width: 1px 0;
	border-radius: 0;
	background: linear-gradient(180deg, #ffffff, #f7fbff);
	box-shadow: none;
}

.process-rail-six {
	grid-template-columns: repeat(6, 1fr);
	border: 0;
	background: transparent;
	gap: 18px;
}

.process-rail-six article {
	position: relative;
	border: 1px solid var(--home-line);
	border-radius: 16px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 14px 36px rgba(7, 23, 74, 0.06);
}

.process-rail-six article:not(:last-child)::after {
	content: "->";
	position: absolute;
	right: -18px;
	top: 50%;
	color: var(--home-blue);
	font-weight: 900;
	transform: translateY(-50%);
}

.what-hub {
	display: grid;
	grid-template-columns: 1fr 360px 1fr;
	gap: 24px;
	align-items: center;
}

.what-left,
.what-right {
	display: grid;
	gap: 16px;
}

.what-hub article {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 0 14px;
	align-items: center;
}

.what-hub article span {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #eef5ff;
	color: var(--home-blue);
	font-size: 24px;
}

.what-center {
	display: grid;
	justify-items: center;
	padding: 44px 28px;
	border: 1px solid var(--home-line);
	border-radius: 50%;
	background:
		radial-gradient(circle, #ffffff 56%, #f2f7ff 57%),
		#ffffff;
	box-shadow: 0 20px 60px rgba(7, 87, 216, 0.1);
	text-align: center;
}

.what-center .home-brand-mark {
	margin-bottom: 16px;
}

.what-center strong {
	font-size: 44px;
}

.what-center small {
	color: var(--home-gold);
	font-size: 17px;
	font-weight: 900;
}

body.home-v3 .path-grid {
	grid-template-columns: repeat(4, 1fr);
}

body.home-v3 .path-grid article {
	padding: 24px;
	border-radius: 18px;
}

.premium-path {
	border-color: rgba(244, 169, 0, 0.75) !important;
	background: linear-gradient(180deg, #ffffff, #fff7df) !important;
}

.premium-path em {
	position: absolute;
	right: -32px;
	top: 18px;
	width: 120px;
	padding: 6px 0;
	background: var(--home-gold);
	color: #ffffff;
	font-style: normal;
	font-weight: 900;
	text-align: center;
	transform: rotate(45deg);
}

.billing-toggle {
	display: inline-flex;
	gap: 4px;
	margin-top: 8px;
	padding: 4px;
	border: 1px solid var(--home-line);
	border-radius: 999px;
	background: #ffffff;
}

.billing-toggle span {
	padding: 7px 16px;
	border-radius: 999px;
	color: var(--home-blue);
	font-size: 12px;
	font-weight: 900;
}

.billing-toggle span:first-child {
	background: #edf5ff;
}

.pricing-five {
	grid-template-columns: repeat(5, 1fr);
}

body.home-v3 .pricing-grid-v2 article {
	min-height: 360px;
	padding: 22px;
	border-radius: 16px;
}

body.home-v3 .home-price {
	font-size: 34px;
}

.proof-metrics {
	display: grid;
	grid-template-columns: repeat(5, 1fr) 2fr;
	gap: 16px;
	align-items: stretch;
}

.proof-metrics > div {
	text-align: center;
}

.proof-metrics strong {
	display: block;
	color: var(--home-blue-2);
	font-size: 26px;
}

.proof-metrics span {
	color: var(--home-muted);
	font-size: 12px;
}

.proof-line-chart {
	height: 90px;
	border-radius: 12px;
	background:
		linear-gradient(135deg, transparent 48%, rgba(7, 87, 216, 0.9) 49%, rgba(7, 87, 216, 0.9) 51%, transparent 52%),
		linear-gradient(155deg, transparent 48%, rgba(244, 169, 0, 0.9) 49%, rgba(244, 169, 0, 0.9) 51%, transparent 52%),
		repeating-linear-gradient(0deg, #eef4ff 0 1px, transparent 1px 22px);
}

.ecosystem-three {
	grid-template-columns: repeat(3, 1fr);
}

.ecosystem-three div {
	display: grid;
	min-height: 110px;
}

.ecosystem-three strong {
	display: block;
	color: var(--home-blue);
}

.ecosystem-three span {
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.4;
}

body.home-v3 .faq-grid-v2 {
	grid-template-columns: 1fr 1.1fr;
	align-items: stretch;
}

body.home-v3 .final-cta-v2 {
	width: min(1260px, calc(100% - 48px));
	max-width: min(1260px, calc(100% - 48px));
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background: linear-gradient(135deg, #0757d8, #003ec0);
}

body.home-v3 .final-cta-v2 .home-button-primary {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--home-blue);
	box-shadow: 0 14px 34px rgba(2, 31, 92, 0.22);
}

body.home-v3 .home-footer {
	width: min(1260px, calc(100% - 48px));
	max-width: min(1260px, calc(100% - 48px));
	align-items: center;
	padding-top: 26px;
}

body.home-v3 .machine-section {
	padding-top: 58px;
	padding-bottom: 58px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 12% 10%, rgba(7, 87, 216, 0.12), transparent 34%),
		radial-gradient(circle at 86% 82%, rgba(33, 182, 107, 0.13), transparent 34%),
		#f7fbff;
}

body.home-v3 .machine-grid article {
	min-height: 250px;
	border-color: rgba(7, 87, 216, 0.14);
	background: rgba(255, 255, 255, 0.92);
}

body.home-v3 .machine-grid strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: var(--home-blue);
	color: #ffffff;
	font-size: 13px;
}

body.home-v3 .machine-grid h3 {
	font-size: 22px;
	line-height: 1.05;
}

body.home-v3 .smartstart-single-offer {
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
}

body.home-v3 .smartstart-single-offer article {
	min-height: 0;
	padding: 34px;
	overflow: hidden;
}

body.home-v3 .smartstart-single-offer .home-price {
	font-size: clamp(52px, 7vw, 86px);
	line-height: 0.95;
}

body.home-v3 .smartstart-single-offer ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 22px;
	margin: 22px 0;
}

body.home-v3 .smartstart-single-offer li {
	margin: 0;
}

body.home-v3 .plan-compare-section .plan-compare-row {
	grid-template-columns: 0.8fr 1fr 2fr 1.2fr;
}

@media (max-width: 1120px) {
	body.home-v3 .home-hero,
	.what-hub,
	body.home-v3 .faq-grid-v2 {
		grid-template-columns: 1fr;
	}

	.employee-grid,
	.process-rail-six,
	body.home-v3 .path-grid,
	body.home-v3 .smartstart-single-offer ul,
	body.home-v3 .plan-compare-section .plan-compare-row,
	.pricing-five,
	.plan-detail-grid,
	.proof-metrics {
		grid-template-columns: repeat(2, 1fr);
	}

	.what-center {
		width: min(360px, 100%);
		margin: 0 auto;
		border-radius: 32px;
	}
}

@media (max-width: 760px) {
	body.home-v3 .home-header,
	body.home-v3 .home-hero,
	body.home-v3 .home-trust-strip,
	body.home-v3 .home-section,
	body.home-v3 .home-footer {
		width: calc(100% - 32px);
		max-width: calc(100% - 32px);
		margin-left: 16px;
		margin-right: 16px;
	}

	body.home-v3 .home-header-actions {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
	}

	body.home-v3 .signin-link {
		display: none;
	}

	body.home-v3 .home-header-cta {
		width: 100%;
	}

	body.home-v3 .home-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 16px;
		width: 100%;
		overflow: visible;
		padding-bottom: 0;
		white-space: normal;
	}

	body.home-v3 .home-nav a {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.home-v3 .home-hero {
		padding-top: 38px;
	}

	body.home-v3 .home-hero h1 {
		font-size: 39px;
	}

	.social-proof small {
		width: 100%;
		margin-left: 0;
	}

	body.home-v3 .home-hero-copy,
	body.home-v3 .home-hero-lede,
	body.home-v3 .social-proof,
	body.home-v3 .social-proof strong,
	body.home-v3 .social-proof span,
	body.home-v3 .social-proof small,
	body.home-v3 .home-section-head p,
	body.home-v3 .home-command-center,
	body.home-v3 .command-topbar,
	body.home-v3 .command-topbar input,
	body.home-v3 .command-dashboard-grid,
	body.home-v3 .command-dashboard-grid section,
	body.home-v3 .priority-card p,
	body.home-v3 .recent-card p {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.home-v3 .social-proof {
		align-items: flex-start;
	}

	body.home-v3 .home-command-center {
		padding: 14px;
	}

	.mock-side-icons {
		display: none;
	}

	body.home-v3 .command-topbar,
	.command-dashboard-grid,
	.growth-overview,
	body.home-v3 .home-trust-strip,
	.employee-grid,
	.process-rail-six,
	body.home-v3 .path-grid,
	.pricing-five,
	.plan-detail-grid,
	.proof-metrics,
	.ecosystem-three {
		grid-template-columns: 1fr;
	}

	.plan-compare-row {
		display: block;
		min-width: 0;
	}

	.plan-compare-row > * {
		display: block;
		border-bottom: 1px solid var(--home-line);
	}

	.plan-compare-row > *:last-child {
		border-bottom: 0;
	}

	.process-rail-six article:not(:last-child)::after,
	.employee-grid::before {
		display: none;
	}

	.intelligence-strip span {
		width: 50%;
		border-bottom: 1px solid var(--home-line);
	}

	.what-hub article {
		grid-template-columns: 44px 1fr;
	}

	.what-center strong {
		font-size: 34px;
	}
}

@media (max-width: 760px) {
	body.home-v3 .signin-link {
		display: none !important;
	}
}

@media (max-width: 1000px) {
	body.home-v3 .signin-link {
		display: none !important;
	}
}

@media (max-width: 720px) {
	html,
	body {
		max-width: 100vw;
		overflow-x: hidden;
	}

	*,
	*::before,
	*::after {
		box-sizing: border-box;
	}

	.site-header,
	.section,
	.pricing,
	.plan-detail-section,
	.plan-compare-section,
	.final-cta,
	.site-footer {
		width: calc(100vw - 36px);
		max-width: calc(100vw - 36px);
		margin-right: auto;
		margin-left: auto;
	}

	.site-header .nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 18px;
		width: 100%;
		max-width: 100%;
		overflow: visible;
		white-space: normal;
	}

	.site-header .nav a {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.pricing-grid,
	.plan-detail-grid {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.assistant-grid,
	.agency-grid,
	.workflow-steps {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.workflow-steps div:not(:last-child)::after {
		display: none;
	}

	.agency-grid > *,
	.agency-points,
	.dashboard-shell,
	.mock-layout,
	.mock-main,
	.mock-stats,
	.score-card,
	.issue-card,
	.recommend-card,
	.hosting-card,
	.report-preview,
	.side-reports > div,
	.report-head,
	.report-metrics,
	.chart-lines {
		max-width: 100%;
		min-width: 0;
	}

	.report-head,
	.report-metrics {
		flex-direction: column;
	}

	.report-metrics div {
		width: 100%;
	}

	.mock-layout {
		grid-template-columns: 1fr;
	}

	.mock-stats div,
	.score-card p,
	.card-title,
	.issue-row,
	.hosting-card p {
		min-width: 0;
		gap: 8px;
		overflow-wrap: anywhere;
	}

	.section h1,
	.section h2,
	.section h3,
	.section p,
	.section a,
	.section span,
	.section small {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.section h1 {
		font-size: clamp(34px, 9vw, 42px);
		line-height: 1.12;
	}

	.pricing-note {
		width: min(100%, 320px);
		max-width: min(100%, 320px);
		margin-right: 0;
		margin-left: 0;
		text-align: left;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		width: 100%;
	}

	.hero-actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.plan-compare-table {
		display: block;
		max-width: 100%;
		overflow-x: visible;
	}

	.plan-compare-row {
		display: block;
		min-width: 0;
		max-width: 100%;
	}
}

@media (max-width: 720px) {
	body.home-v3 {
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
	}

	body.home-v3 .home-header,
	body.home-v3 .home-hero,
	body.home-v3 .home-trust-strip,
	body.home-v3 .home-section,
	body.home-v3 .final-cta-v2,
	body.home-v3 .home-footer {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.home-v3 .home-hero {
		display: block;
		overflow: hidden;
	}

	body.home-v3 .home-hero > *,
	body.home-v3 .home-hero > div,
	body.home-v3 .home-eyebrow,
	body.home-v3 .home-hero h1,
	body.home-v3 .home-hero-lede,
	body.home-v3 .home-actions,
	body.home-v3 .home-button,
	body.home-v3 .button-copy,
	body.home-v3 .social-proof,
	body.home-v3 .social-proof strong,
	body.home-v3 .social-proof small,
	body.home-v3 .home-command-center,
	body.home-v3 .command-title,
	body.home-v3 .command-title strong,
	body.home-v3 .command-title span,
	body.home-v3 .priority-card p,
	body.home-v3 .priority-card p span,
	body.home-v3 .recent-card p,
	body.home-v3 .recent-card p span,
	body.home-v3 .recent-card p strong {
		min-width: 0;
		max-width: 100% !important;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.home-v3 .home-hero > div {
		width: 100% !important;
		max-width: calc(100vw - 32px) !important;
	}

	body.home-v3 .home-eyebrow,
	body.home-v3 .home-hero h1,
	body.home-v3 .home-hero-lede,
	body.home-v3 .home-actions,
	body.home-v3 .social-proof,
	body.home-v3 .home-command-center,
	body.home-v3 .command-dashboard-grid,
	body.home-v3 .business-score,
	body.home-v3 .priority-card,
	body.home-v3 .growth-overview,
	body.home-v3 .recent-card {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.home-v3 .home-command-center {
		margin-top: 28px;
	}

	body.home-v3 .home-eyebrow {
		display: block;
		line-height: 1.35;
	}

	body.home-v3 .home-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.home-v3 .home-button {
		width: 100%;
		justify-content: flex-start;
		padding-right: 18px;
		padding-left: 18px;
	}

	body.home-v3 .social-proof {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		gap: 8px 10px;
	}

	body.home-v3 .proof-faces {
		margin-right: 0;
	}

	body.home-v3 .social-proof small {
		grid-column: 1 / -1;
		width: 100%;
		margin-left: 0;
		line-height: 1.45;
	}

	body.home-v3 .command-title {
		display: grid;
		grid-template-columns: 1fr;
		gap: 4px;
	}

	body.home-v3 .score-ring {
		align-items: center;
	}

	body.home-v3 .plan-compare-table {
		display: grid;
		width: 100%;
		max-width: 100%;
		overflow-x: visible;
	}

	body.home-v3 .plan-compare-section .plan-compare-row {
		display: block;
		width: 100%;
		min-width: 0 !important;
		max-width: 100%;
		grid-template-columns: 1fr;
	}

	body.home-v3 .plan-compare-section .plan-compare-row > * {
		display: block;
		min-width: 0;
		max-width: 100%;
		border-bottom: 1px solid var(--home-line);
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.home-v3 .plan-compare-section .plan-compare-row > *:last-child {
		border-bottom: 0;
	}

	body.home-v3 .final-cta-v2 {
		padding: 30px 24px;
		border-radius: 22px;
	}

	body.home-v3 .final-cta-v2 .home-button-secondary {
		background: rgba(255, 255, 255, 0.14);
	}
}

@media (max-width: 520px) {
	body.home-v3 .home-header,
	body.home-v3 .home-hero,
	body.home-v3 .home-trust-strip,
	body.home-v3 .home-section,
	body.home-v3 .final-cta-v2,
	body.home-v3 .home-footer {
		width: min(calc(100vw - 32px), 358px) !important;
		max-width: min(calc(100vw - 32px), 358px) !important;
		margin-left: 16px !important;
		margin-right: auto !important;
	}

	body.home-v3 .home-hero > div {
		max-width: min(calc(100vw - 32px), 358px) !important;
	}
}

.ionhive-open-banner {
	background: #eef6ff;
	border-bottom: 1px solid #d5e6fb;
	padding: 14px 24px;
}

.ionhive-open-banner p {
	color: #15324b;
	margin: 0 auto;
	max-width: 1180px;
}

.ionhive-open-banner a {
	color: #0b5bd3;
	font-weight: 700;
}

.ionhive-featured-offer,
.ionhive-product-download-confidence,
.ionhive-product-support-grid article,
.ionhive-product-trust-panel {
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
}

.ionhive-featured-offer {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 0 28px;
	padding: 24px;
}

.ionhive-featured-offer__lede {
	color: #35516b;
	font-size: 1.05rem;
	margin: 10px 0 0;
	max-width: 60ch;
}

.ionhive-featured-offer h2,
.ionhive-featured-offer .eyebrow {
	color: #0f2540;
}

.ionhive-featured-offer__points {
	color: #284761;
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding-left: 18px;
}

.ionhive-featured-offer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.ionhive-featured-offer__meta {
	align-items: flex-end;
	color: #35516b;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	gap: 10px;
	justify-content: space-between;
	text-align: right;
}

.ionhive-featured-offer__price {
	color: #07182c;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
}

.ionhive-product-trust-panel {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	padding: 18px;
}

.ionhive-product-download-confidence {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	padding: 18px;
}

.ionhive-product-download-confidence h3 {
	color: #0f2540;
	font-size: 1.05rem;
	margin: 0;
}

.ionhive-product-download-confidence p {
	color: #35516b;
	margin: 0;
}

.ionhive-product-trust-panel p {
	display: grid;
	gap: 4px;
	margin: 0;
}

.ionhive-product-trust-panel span,
.ionhive-product-trust-panel a {
	color: #35516b;
}

.ionhive-product-support-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ionhive-product-support-grid article {
	padding: 22px;
}

.ionhive-product-support-grid h2 {
	color: #0f2540;
	font-size: 1.1rem;
	margin: 0 0 12px;
}

.ionhive-product-support-grid p,
.ionhive-product-support-grid li {
	color: #35516b;
}

.ionhive-product-support-grid ul {
	margin: 0;
	padding-left: 18px;
}

.ionhive-product-summary-eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #eef5ff;
	border: 1px solid #d7e6ff;
	color: #0c55db;
	font-size: 0.79rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ionhive-product-visual-panel {
	display: grid;
	gap: 18px;
	padding: 28px;
	border: 1px solid #dfe7f2;
	border-radius: 24px;
	background:
		radial-gradient(circle at 16% 12%, rgba(23, 105, 255, 0.14), transparent 13rem),
		linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
	box-shadow: 0 24px 70px rgba(19, 50, 102, 0.12);
}

.ionhive-product-visual-panel .eyebrow {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 8px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d7e6ff;
	color: #0c55db;
	font-size: 0.79rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ionhive-product-visual-panel__hero h2 {
	margin: 12px 0 10px;
	color: #10233f;
	font-size: clamp(2rem, 3.8vw, 3.3rem);
	line-height: 1.03;
}

.ionhive-product-visual-panel__hero p {
	margin: 0;
	color: #4f6a84;
	font-size: 1.02rem;
	line-height: 1.7;
	max-width: 56ch;
}

.ionhive-product-visual-panel__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ionhive-product-visual-panel__cards article {
	padding: 18px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid #dfe7f2;
	box-shadow: 0 12px 28px rgba(19, 50, 102, 0.08);
}

.ionhive-product-visual-panel__cards h3 {
	margin: 0 0 10px;
	color: #10233f;
	font-size: 1rem;
}

.ionhive-product-visual-panel__cards p,
.ionhive-product-visual-panel__cards li,
.ionhive-product-visual-panel__cards a {
	color: #4f6a84;
}

.ionhive-product-visual-panel__cards ul {
	margin: 0;
	padding-left: 18px;
}

.ionhive-shop-trust-band {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.ionhive-shop-trust-band article {
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
	padding: 20px;
}

.ionhive-shop-trust-band h2 {
	font-size: 1rem;
	margin: 0 0 10px;
}

.ionhive-shop-trust-band p,
.ionhive-shop-trust-band a {
	color: #35516b;
	margin: 0;
}

body.ionhive-ai-commerce-page .site-header,
body.ionhive-ai-commerce-page .site-footer {
	margin: 0;
}

body.ionhive-ai-commerce-page {
	background:
		radial-gradient(circle at 8% 12%, rgba(7, 87, 216, 0.05), transparent 20rem),
		radial-gradient(circle at 92% 10%, rgba(244, 169, 0, 0.06), transparent 18rem),
		#f7fbff;
	color: #10263e;
}

body.ionhive-ai-commerce-page .wp-shell {
	max-width: 1380px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
}

body.woocommerce-shop .wp-panel,
body.single-product .wp-panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	max-width: 1280px;
}

body.woocommerce-shop .page-title,
body.single-product .product_title,
body.single-product .summary .price,
body.single-product .summary p,
body.single-product .summary h1 {
	color: #10263e;
}

body.woocommerce-shop .woocommerce-ordering {
	margin-bottom: 24px;
}

body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop .woocommerce-ordering select {
	color: #516b84;
}

body.woocommerce-shop .woocommerce-ordering select {
	background: #ffffff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	min-height: 40px;
	padding: 0 12px;
}

body.woocommerce-shop ul.products,
body.woocommerce-shop .woocommerce ul.products,
body.woocommerce-shop .woocommerce-page ul.products {
	display: grid;
	gap: 22px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, minmax(220px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-shop ul.products li.product,
body.woocommerce-shop .woocommerce ul.products li.product,
body.woocommerce-shop .woocommerce-page ul.products li.product,
body.woocommerce-shop ul.products[class*="columns-"] li.product {
	align-self: stretch;
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
	display: flex;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	justify-self: stretch;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	padding: 18px;
	width: 100% !important;
}

body.woocommerce-shop ul.products li.product a {
	color: #10263e;
	display: block;
	text-decoration: none;
}

body.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

body.woocommerce-shop ul.products li.product .ionhive-shop-card-badge {
	align-self: flex-start;
	display: inline-flex;
	margin: 0 0 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef7ff;
	color: #0a4dcf;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-shop ul.products li.product img {
	aspect-ratio: 1 / 1;
	background: #f5f8fc;
	border-radius: 6px;
	margin-bottom: 14px;
	object-fit: cover;
	width: 100% !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.05rem;
	line-height: 1.35;
	margin-bottom: 8px;
	min-height: 2.8em;
}

body.woocommerce-shop ul.products li.product .price {
	color: #10263e;
	font-weight: 700;
	margin: 8px 0 14px;
}

body.woocommerce-shop ul.products li.product .ionhive-shop-card-summary {
	color: #516b84;
	font-size: 0.94rem;
	line-height: 1.5;
	margin: 0 0 14px;
	min-height: 4.2em;
}

body.woocommerce-shop ul.products li.product .button {
	align-items: center;
	background: linear-gradient(135deg, #0757d8, #003ec0);
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(7, 87, 216, 0.16);
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 900;
	justify-content: center;
	margin-top: auto;
	padding: 14px 16px;
	width: 100%;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.woocommerce-shop ul.products li.product .button:focus {
	background: linear-gradient(135deg, #0b63ef, #0046d3);
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after,
body.woocommerce-shop ul.products li.product::before,
body.woocommerce-shop ul.products li.product::after {
	content: none !important;
	display: none !important;
}

body.single-product .woocommerce-product-gallery--without-images,
body.single-product .woocommerce-product-gallery:empty {
	display: none !important;
}

body.single-product div.product {
	display: block;
}

body.single-product div.product .summary {
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
	float: none !important;
	margin: 0 auto 28px !important;
	max-width: 760px;
	padding: 26px;
	width: 100% !important;
}

body.single-product div.product .summary .product_title,
body.single-product div.product .summary .price,
body.single-product div.product .summary p,
body.single-product div.product .summary a,
body.single-product div.product .summary strong {
	color: #10263e;
}

body.single-product div.product .summary .price {
	font-size: 1.25rem;
	margin-bottom: 14px;
}

body.single-product div.product .summary .single_add_to_cart_button {
	margin-top: 16px;
}

.ionhive-product-cart-note {
	color: #516b84;
	font-size: 0.95rem;
	margin: 10px 0 0;
}

body.single-product .woocommerce-tabs {
	margin-top: 20px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

body.single-product .woocommerce-tabs .tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

body.single-product .woocommerce-tabs .tabs li {
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px 8px 0 0;
}

body.single-product .woocommerce-tabs .tabs li a {
	color: #10263e;
	font-weight: 800;
}

body.single-product .woocommerce-tabs .panel {
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 0 8px 8px 8px;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
	padding: 24px;
}

body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-tabs .panel h3,
body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel li {
	color: #10263e;
}

body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-tabs .panel h3 {
	margin-top: 0;
}

body.single-product .related.products {
	margin: 32px auto 0;
	max-width: 1180px;
}

body.single-product .related.products > h2 {
	color: #10263e;
	font-size: 1.5rem;
	margin-bottom: 18px;
}

body.single-product .related.products ul.products {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(220px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-product .related.products ul.products li.product {
	align-self: stretch;
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
	display: flex;
	flex-direction: column;
	float: none !important;
	margin: 0 !important;
	padding: 18px;
	width: 100% !important;
}

body.single-product .related.products ul.products li.product a {
	color: #10263e;
	text-decoration: none;
}

body.single-product .related.products ul.products li.product img {
	aspect-ratio: 1 / 1;
	background: #f5f8fc;
	border-radius: 6px;
	margin-bottom: 14px;
	object-fit: cover;
	width: 100% !important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	color: #10263e;
	font-size: 1.05rem;
	line-height: 1.35;
	margin-bottom: 8px;
	min-height: 2.8em;
}

body.single-product .related.products ul.products li.product .price {
	color: #10263e;
	font-weight: 700;
	margin: 8px 0 14px;
}

body.single-product .related.products ul.products li.product .button {
	align-items: center;
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 10px;
	color: #10263e;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 800;
	justify-content: center;
	margin-top: auto;
	padding: 12px 16px;
	width: 100%;
}

body.single-product .related.products ul.products li.product .button:hover,
body.single-product .related.products ul.products li.product .button:focus {
	background: #eef5ff;
	border-color: #b9cce2;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after,
body.single-product .related.products ul.products li.product::before,
body.single-product .related.products ul.products li.product::after {
	content: none !important;
	display: none !important;
}

body.single-product .wcpay-product__payment-methods-message,
body.single-product .wcpay-payment-request-button-separator,
body.single-product .wcpay-payment-request-wrapper,
body.single-product .wcpay-payment-request-button,
body.single-product .wcpay-express-checkout-button,
body.single-product .wcpay-express-checkout__container,
body.single-product .ppc-button-wrapper,
body.single-product .paypal-buttons,
body.single-product .wc-stripe-product-checkout-container,
body.single-product .wc-stripe-payment-request-wrapper {
	display: none !important;
}

@media (max-width: 900px) {
	.ionhive-featured-offer,
	.ionhive-product-support-grid,
	body.single-product .related.products ul.products,
	.ionhive-shop-trust-band {
		grid-template-columns: 1fr;
	}

	.ionhive-featured-offer__meta {
		align-items: flex-start;
		text-align: left;
	}

	body.woocommerce-shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.woocommerce-shop ul.products {
		grid-template-columns: 1fr;
	}
}

/* IonHive commerce refresh: align WooCommerce pages with the live homepage system. */
body.ionhive-ai-commerce-page .site-header {
	max-width: 1320px;
	padding: 18px 24px 16px;
	border-bottom: 1px solid #dfe7f2;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
}

body.ionhive-ai-commerce-page .brand-mark {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 14px;
	transform: none;
	background: linear-gradient(135deg, #0d2b57, #1769ff);
	box-shadow: 0 12px 24px rgba(23, 105, 255, 0.18);
}

body.ionhive-ai-commerce-page .brand-mark::before,
body.ionhive-ai-commerce-page .brand-mark::after,
body.ionhive-ai-commerce-page .brand-mark span {
	display: none;
}

body.ionhive-ai-commerce-page .brand-name,
body.ionhive-ai-commerce-page .nav,
body.ionhive-ai-commerce-page .nav a {
	color: #10233f;
}

body.ionhive-ai-commerce-page .nav a:hover {
	color: #1769ff;
}

body.ionhive-ai-commerce-page .header-cta,
body.ionhive-ai-commerce-page .button-primary,
body.ionhive-ai-commerce-page ul.products li.product .button {
	background: linear-gradient(135deg, #1769ff, #0c55db);
	box-shadow: 0 14px 30px rgba(23, 105, 255, 0.2);
}

body.ionhive-ai-commerce-page .button-secondary {
	border: 1px solid #dfe7f2;
	background: #ffffff;
	color: #10233f;
}

body.woocommerce-shop .wp-panel,
body.single-product .wp-panel {
	padding-top: 10px;
}

body.woocommerce-shop .page-title {
	margin: 0 0 22px;
	font-size: clamp(2.6rem, 5vw, 4.8rem);
	line-height: 1.02;
	letter-spacing: 0;
}

body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering {
	margin-top: 12px;
}

body.woocommerce-shop .ionhive-featured-offer {
	grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.42fr);
	gap: 24px;
	padding: 30px;
	border: 1px solid #dfe7f2;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
	box-shadow: 0 24px 70px rgba(19, 50, 102, 0.12);
}

body.woocommerce-shop .ionhive-featured-offer__content .eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d7e6ff;
	color: #0c55db;
	font-size: 0.79rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-shop .ionhive-featured-offer h2 {
	margin: 10px 0 12px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.03;
}

body.woocommerce-shop .ionhive-featured-offer__lede {
	max-width: 54ch;
	font-size: 1.08rem;
	line-height: 1.7;
}

body.woocommerce-shop .ionhive-featured-offer__points {
	margin-top: 16px;
	padding-left: 0;
	list-style: none;
}

body.woocommerce-shop .ionhive-featured-offer__points li {
	position: relative;
	padding-left: 28px;
}

body.woocommerce-shop .ionhive-featured-offer__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1769ff, #0c55db);
	box-shadow: inset 0 0 0 4px rgba(255,255,255,0.88);
}

body.woocommerce-shop .ionhive-featured-offer__meta {
	align-items: flex-start;
	justify-content: flex-start;
	padding: 20px;
	border-radius: 18px;
	background: #0d2b57;
	color: rgba(255, 255, 255, 0.78);
}

body.woocommerce-shop .ionhive-featured-offer__price {
	color: #ffffff;
}

body.woocommerce-shop .ionhive-shop-trust-band {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

body.woocommerce-shop .ionhive-shop-trust-band article {
	padding: 20px;
	border: 1px solid #dfe7f2;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(7, 24, 44, 0.08);
}

body.woocommerce-shop .ionhive-shop-trust-band h2 {
	margin: 0 0 8px;
	color: #10233f;
	font-size: 1.05rem;
}

body.woocommerce-shop .ionhive-shop-trust-band p,
body.woocommerce-shop .ionhive-shop-trust-band a {
	color: #516b84;
	margin: 0;
}

body.woocommerce-shop ul.products {
	gap: 18px;
	grid-template-columns: repeat(4, minmax(240px, 1fr));
}

body.woocommerce-shop ul.products li.product,
body.woocommerce-shop ul.products[class*="columns-"] li.product {
	padding: 22px;
	border: 1px solid #dfe7f2;
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(19, 50, 102, 0.09);
}

body.woocommerce-shop ul.products li.product .ionhive-shop-card-badge {
	background: #eef5ff;
	color: #0c55db;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.15rem;
	line-height: 1.32;
	min-height: 0;
}

body.woocommerce-shop ul.products li.product .price {
	font-size: 1rem;
}

body.woocommerce-shop ul.products li.product .ionhive-shop-card-summary {
	min-height: 0;
}

body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	gap: 28px;
	align-items: start;
}

body.single-product div.product .woocommerce-product-gallery {
	display: none !important;
}

body.single-product div.product div.images,
body.single-product div.product div.summary,
body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .ionhive-product-trust-panel,
body.single-product .ionhive-product-support-grid article,
body.single-product .ionhive-product-download-confidence {
	border: 1px solid #dfe7f2;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(19, 50, 102, 0.08);
}

body.single-product div.product div.images,
body.single-product div.product div.summary {
	padding: 24px;
}

body.single-product div.product div.summary {
	padding: 30px;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .ionhive-product-trust-panel,
body.single-product .ionhive-product-download-confidence {
	padding: 22px;
	margin-top: 22px;
}

body.single-product .ionhive-product-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

body.single-product .summary .price {
	font-size: 1.3rem;
	font-weight: 800;
}

body.single-product .summary .product_title {
	margin: 0 0 10px;
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 1.04;
}

body.single-product .summary p {
	color: #4f6a84;
	line-height: 1.7;
}

body.single-product .summary form.cart {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5edf7;
}

body.single-product .single_add_to_cart_button {
	background: linear-gradient(135deg, #1769ff, #0c55db) !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 30px rgba(23, 105, 255, 0.18);
	font-weight: 900 !important;
	padding: 15px 22px !important;
}

@media (max-width: 980px) {
	body.woocommerce-shop .ionhive-shop-trust-band,
	body.single-product div.product,
	body.single-product .ionhive-product-support-grid,
	.ionhive-product-visual-panel__cards {
		grid-template-columns: 1fr;
	}
}

.demo-funnel-page {
	padding-bottom: 9rem;
}

.demo-funnel-hero {
	align-items: start;
}

.demo-funnel-aside {
	display: grid;
	gap: 1rem;
}

.demo-directory-grid,
.demo-layout-grid,
.demo-trust-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-directory-card,
.demo-layout-card,
.demo-review-card {
	border: 1px solid rgba(16, 38, 62, 0.12);
	border-radius: 8px;
	background: #fff;
	padding: 1.25rem;
}

.demo-directory-card__business {
	font-weight: 700;
	color: #10263e;
}

.demo-service-grid article,
.demo-layout-card,
.demo-review-card {
	box-shadow: 0 16px 36px rgba(16, 38, 62, 0.08);
}

.demo-bullet-list {
	margin: 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.75rem;
}

.demo-review-stack {
	display: grid;
	gap: 1rem;
}

.demo-review-card {
	margin: 0;
}

.demo-review-card p {
	margin: 0 0 0.85rem;
}

.demo-review-card cite {
	font-style: normal;
	font-weight: 600;
	color: #475569;
}

.demo-sticky-cta {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(16, 38, 62, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 44px rgba(16, 38, 62, 0.16);
}

.demo-sticky-cta strong,
.demo-sticky-cta span {
	display: block;
}

.demo-sticky-cta span {
	color: #475569;
}

.demo-sticky-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ionhive-demo-form--outreach .plugin-detail-actions {
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.demo-directory-grid,
	.demo-layout-grid,
	.demo-trust-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.demo-sticky-cta {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
		flex-direction: column;
		align-items: stretch;
	}

	.demo-sticky-cta__actions {
		flex-direction: column;
	}
}
