/* =========================================================
   Marby Home
   AC1 Kelowna homepage composition for the [marby_home] shortcode.
   Shared tokens, public primitives, and graphics remain Suite-owned.
   ========================================================= */

/* =========================================================
   1) Page Foundation
   ========================================================= */

#marby-home {
	left: 50%;
	width: 100vw;
	max-width: none;
	margin: 0;
	position: relative;
	transform: translateX(-50%);
	overflow: hidden;
	background: var(--marby-color-white);
	color: var(--marby-color-black);
}

/* Remove Salient's empty content band above this full-bleed homepage. */
body:has(#marby-home) .container-wrap,
body:has(#marby-home) .main-content,
body:has(#marby-home) #ajax-content-wrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#marby-home img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

#marby-home p,
#marby-home h1,
#marby-home h2,
#marby-home h3,
#marby-home h4,
#marby-home blockquote,
#marby-home figure {
	margin-top: 0;
}

#marby-home .marby-public-container {
	width: 100%;
}

#marby-home .marby-home-section {
	padding-top: clamp(60px, 7vw, 96px);
	padding-bottom: clamp(60px, 7vw, 96px);
}

#marby-home .marby-home-button {
	min-height: 46px;
	border-width: 1px;
	border-style: solid;
	font-size: 13px;
	line-height: 1.2;
	transition:
		background-color var(--marby-transition-fast),
		border-color var(--marby-transition-fast),
		color var(--marby-transition-fast),
		transform var(--marby-transition-fast);
}

#marby-home .marby-home-button:focus-visible,
#marby-home .marby-home-discovery-submit:focus-visible,
#marby-home input:focus-visible {
	outline: 3px solid var(--marby-color-marby-blue-dark);
	outline-offset: 3px;
}

#marby-home .marby-home-button-blue {
	border-color: var(--marby-color-marby-blue-dark);
	background: var(--marby-color-marby-blue-dark);
	color: var(--marby-color-white);
}

#marby-home .marby-home-button-blue:hover,
#marby-home .marby-home-button-blue:focus {
	background: var(--marby-color-white);
	color: var(--marby-color-marby-blue-dark);
}

#marby-home .marby-home-button-black {
	border-color: var(--marby-color-black);
	background: var(--marby-color-black);
	color: var(--marby-color-white);
}

#marby-home .marby-home-button-black:hover,
#marby-home .marby-home-button-black:focus {
	background: var(--marby-color-white);
	color: var(--marby-color-black);
}

#marby-home .marby-home-button-white {
	border-color: var(--marby-color-white);
	background: var(--marby-color-white);
	color: var(--marby-color-marby-blue-dark);
}

#marby-home .marby-home-button-white:hover,
#marby-home .marby-home-button-white:focus {
	border-color: var(--marby-color-black);
	background: var(--marby-color-black);
	color: var(--marby-color-white);
}

#marby-home .marby-home-button-outline {
	border-color: var(--marby-color-white);
	background: transparent;
	color: var(--marby-color-white);
}

#marby-home .marby-home-button-outline:hover,
#marby-home .marby-home-button-outline:focus {
	background: var(--marby-color-white);
	color: var(--marby-color-black);
}

/* =========================================================
   2) Story Hero
   ========================================================= */

#marby-home .marby-home-hero {
	display: flex;
	min-height: 690px;
	align-items: stretch;
	position: relative;
	background: #080808;
	color: var(--marby-color-white);
}

#marby-home .marby-home-hero-background {
	position: absolute;
	inset: 0;
}

#marby-home .marby-home-hero-background::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.76) 0%,
		rgba(0, 0, 0, 0.5) 32%,
		rgba(0, 0, 0, 0.07) 64%,
		rgba(0, 0, 0, 0.02) 100%
	);
	content: "";
}

#marby-home .marby-home-hero-background img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#marby-home .marby-home-hero-inner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

#marby-home .marby-home-hero-copy {
	width: min(100%, 700px);
	padding-top: 78px;
	padding-bottom: 68px;
}

#marby-home .marby-home-hero h1 {
	margin-bottom: 26px;
	padding-left: 0 !important;
	color: var(--marby-color-white) !important;
	font-size: clamp(42px, 4.5vw, 62px) !important;
	font-weight: var(--marby-font-weight-light) !important;
}

#marby-home .marby-home-hero h1 strong {
	display: inline;
	color: inherit;
}

#marby-home .marby-home-hero-list {
	display: grid;
	gap: 4px;
	margin: 0 0 22px;
	padding: 0 !important;
	list-style: none !important;
}

#marby-home .marby-home-hero-list li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	color: var(--marby-color-marby-blue);
	font-size: 16px;
	font-weight: var(--marby-font-weight-regular);
	opacity: 0;
	transform: translateX(-18px);
}

#marby-home .marby-home-hero-list li::before,
#marby-home .marby-home-hero-list li::after {
	display: none !important;
	content: none !important;
}

#marby-home .marby-home-hero-list.is-ready li {
	animation: marby-home-hero-reveal 0.42s ease forwards;
}

#marby-home .marby-home-hero-list.is-ready li:nth-child(2) {
	animation-delay: 0.12s;
}

#marby-home .marby-home-hero-list.is-ready li:nth-child(3) {
	animation-delay: 0.24s;
}

#marby-home .marby-home-hero-list.is-ready li:nth-child(4) {
	animation-delay: 0.36s;
}

#marby-home .marby-home-hero-list.is-ready li:nth-child(5) {
	animation-delay: 0.48s;
}

#marby-home .marby-home-hero-list.is-ready li:nth-child(6) {
	animation-delay: 0.6s;
}

#marby-home .marby-home-hero-list.is-ready li:nth-child(7) {
	animation-delay: 0.72s;
}

#marby-home .marby-home-hero-ending {
	width: min(100%, 490px);
	font-size: 17px;
	line-height: 1.42;
}

#marby-home .marby-home-hero-ending > strong {
	display: block;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1.25;
}

#marby-home .marby-home-hero-ending p {
	margin: 0;
	padding: 0 !important;
	color: inherit;
	font-size: inherit;
	line-height: 1.25;
}

@keyframes marby-home-hero-reveal {
	to {
		opacity: 1;
		transform: none;
	}
}

/* =========================================================
   3) AI Marketing Manager
   ========================================================= */

#marby-home .marby-home-manager {
	background: var(--marby-color-white);
}

#marby-home .marby-home-manager-ring {
	top: -140px;
	right: -120px;
}

#marby-home .marby-home-manager-grid {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	column-gap: 52px;
	row-gap: 38px;
	align-items: center;
}

#marby-home .marby-home-manager-title {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

#marby-home .marby-home-manager-image {
	position: relative;
	z-index: 2;
}

#marby-home .marby-home-manager-copy p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.55;
}

#marby-home .marby-home-manager-copy .marby-home-manager-intro {
	font-size: var(--marby-public-p-body-large-size) !important;
	line-height: var(--marby-public-p-body-large-line-height) !important;
}

#marby-home .marby-home-manager-conclusion {
	margin-top: 34px;
	margin-bottom: 20px;
}

#marby-home .marby-home-manager-cta {
	width: fit-content;
}

/* =========================================================
   4) Five-Step MAI Story
   ========================================================= */

#marby-home .marby-home-easier {
	padding-bottom: 0;
	background: var(--marby-color-soft-blue);
}

#marby-home .marby-home-easier-dots {
	top: 34px;
	left: 3%;
}

#marby-home .marby-home-easier-header {
	width: min(100%, 820px);
	margin: 0 auto 34px;
	text-align: left;
}

#marby-home .marby-home-easier-header h2 {
	margin-bottom: 10px;
}

#marby-home .marby-home-easier-header p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: var(--marby-font-weight-bold);
}

#marby-home .marby-home-steps,
#marby-home .marby-home-easier-summary {
	width: min(100%, 860px);
	margin-right: auto;
	margin-left: auto;
}

#marby-home .marby-home-step {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	opacity: 0;
	transform: translateY(18px);
}

#marby-home .marby-home-step.is-visible {
	animation: marby-home-step-reveal 0.35s ease forwards;
}

#marby-home .marby-home-step:nth-of-type(2) {
	animation-delay: 0.1s;
}

#marby-home .marby-home-step:nth-of-type(3) {
	animation-delay: 0.2s;
}

#marby-home .marby-home-step:nth-of-type(4) {
	animation-delay: 0.3s;
}

#marby-home .marby-home-step:nth-of-type(5) {
	animation-delay: 0.4s;
}

#marby-home .marby-home-step h3 {
	margin: 0 0 5px;
	font-size: 18px;
}

#marby-home .marby-home-step .marby-gfx-badge-blue-halo {
	display: grid !important;
	place-items: center !important;
	width: 50px !important;
	height: 50px !important;
	min-width: 40px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: var(--marby-color-marby-blue) !important;
	color: var(--marby-color-white) !important;
	font-weight: var(--marby-font-weight-bold) !important;
	line-height: 1 !important;
	text-align: center !important;
	font-size: 16px;
}

#marby-home .marby-home-step p {
	margin: 0;
	color: var(--marby-color-muted);
	font-size: 14px;
	line-height: 1.55;
}

#marby-home .marby-home-easier-summary {
	margin-top: 30px;
}

#marby-home .marby-home-easier-summary p {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.55;
}

#marby-home .marby-home-easier-summary .marby-home-easier-summary-copy {
	font-size: var(--marby-public-p-body-large-size) !important;
	line-height: var(--marby-public-p-body-large-line-height) !important;
}

#marby-home .marby-home-easier-summary .marby-home-easier-promise {
	margin-top: 24px;
	margin-bottom: 22px;
}

#marby-home .marby-home-image-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 48px;
}

#marby-home .marby-home-image-strip img {
	height: 100%;
	aspect-ratio: 1.24 / 1;
	object-fit: cover;
}

@keyframes marby-home-step-reveal {
	to {
		opacity: 1;
		transform: none;
	}
}

/* =========================================================
   5) Business Discovery Preview
   ========================================================= */

#marby-home .marby-home-discovery {
	padding-top: 64px;
	padding-bottom: 82px;
	background: var(--marby-color-white);
}

#marby-home .marby-home-anchor-alias {
	display: block;
	position: absolute;
	top: 0;
}

#marby-home .marby-home-discovery-ring {
	top: 110px;
	right: -155px;
}

#marby-home .marby-home-discovery-title {
	margin-bottom: 38px;
	text-align: center;
}

#marby-home .marby-home-discovery-title h2 {
	margin-bottom: 4px;
	font-weight: var(--marby-font-weight-bold) !important;
}

#marby-home .marby-home-discovery-title h3 {
	margin-bottom: 4px;
	font-weight: var(--marby-font-weight-regular) !important;
	font-size: var(--marby-public-h2-size) !important;
	line-height: var(--marby-public-h3-line-height) !important;
}

#marby-home .marby-home-discovery-title p {
	margin-bottom: 0;
	font-size: clamp(25px, 2.4vw, 36px);
	line-height: 1.16;
}

#marby-home .marby-home-discovery-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 40px;
	align-items: end;
	width: min(100%, 1180px);
	margin: 0 auto 40px;
}

#marby-home .marby-home-discovery-copy p {
	margin-bottom: 20px;
	font-size: var(--marby-public-p-body-large-size);
	line-height: var(--marby-public-p-body-large-line-height);
}

#marby-home .marby-home-form-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

#marby-home .marby-home-form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#marby-home .marby-home-form-group input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border: 1px solid var(--marby-color-border-light);
	border-radius: var(--marby-radius-md);
	background: var(--marby-color-white);
	color: var(--marby-color-black);
	font: inherit;
	font-size: 14px;
}

#marby-home .marby-home-form-group small {
	display: block;
	margin-top: 6px;
	color: var(--marby-color-muted);
	font-size: 11px;
	line-height: 1.4;
}

#marby-home .marby-home-form-group input:focus,
#marby-home .marby-home-verification input:focus {
	border-color: var(--marby-color-marby-blue);
	box-shadow: 0 0 0 3px rgba(46, 137, 190, 0.14);
	outline: 0;
}

#marby-home .marby-home-form-group input[aria-invalid="true"],
#marby-home .marby-home-verification input[aria-invalid="true"] {
	border-color: #b42318;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.1);
}

#marby-home .marby-home-verification {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid rgba(46, 137, 190, 0.28);
	border-radius: var(--marby-radius-md);
	background: var(--marby-color-soft-blue);
}

#marby-home .marby-home-verification label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#marby-home .marby-home-verification input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border: 1px solid var(--marby-color-border-light);
	border-radius: var(--marby-radius-md);
	background: var(--marby-color-white);
	color: var(--marby-color-black);
	font: inherit;
	font-size: 20px;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.28em;
	text-align: center;
}

#marby-home .marby-home-form-message {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	align-items: start;
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid rgba(46, 137, 190, 0.28);
	border-radius: var(--marby-radius-md);
	background: var(--marby-color-soft-blue);
	color: var(--marby-color-text);
}

#marby-home .marby-home-form-message[hidden] {
	display: none;
}

#marby-home .marby-home-form-message-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--marby-color-marby-blue);
	color: var(--marby-color-white);
	font-weight: var(--marby-font-weight-bold);
}

#marby-home .marby-home-form-message strong,
#marby-home .marby-home-form-message [data-marby-home-form-message-copy] {
	display: block;
}

#marby-home .marby-home-form-message strong {
	margin: 1px 0 3px;
	font-size: 14px;
}

#marby-home .marby-home-form-message [data-marby-home-form-message-copy] {
	font-size: 13px;
	line-height: 1.45;
}

#marby-home .marby-home-form-message.is-error {
	border-color: rgba(180, 35, 24, 0.28);
	background: #fff1f0;
}

#marby-home .marby-home-form-message.is-error .marby-home-form-message-icon {
	background: #b42318;
}

#marby-home .marby-home-form-message.is-success {
	border-color: rgba(2, 122, 72, 0.26);
	background: #ecfdf3;
}

#marby-home .marby-home-form-message.is-success .marby-home-form-message-icon {
	background: #027a48;
}

#marby-home .marby-home-discovery-submit {
	width: 100%;
	margin-top: 12px;
	border-radius: var(--marby-radius-pill) !important;
	font-weight: var(--marby-font-weight-bold);
	font-size: var(--marby-public-p-size);
}

#marby-home .marby-home-discovery-submit[disabled] {
	cursor: wait;
	opacity: 0.72;
}

#marby-home .marby-home-form-note {
	margin: 8px 0 0;
	color: var(--marby-color-muted);
	font-size: 11px !important;
	line-height: 1.45;
	text-align: center;
}

#marby-home .marby-home-honeypot {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

#marby-home .marby-home-discovery-progress {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	align-items: center;
	width: min(100%, 760px);
	margin: 12px auto 40px;
	padding: 22px 24px;
	border: 1px solid rgba(46, 137, 190, 0.28);
	border-radius: var(--marby-radius-lg);
	background: var(--marby-color-soft-blue);
}

#marby-home .marby-home-discovery-progress[hidden],
#marby-home .marby-home-report[hidden] {
	display: none;
}

#marby-home .marby-home-discovery-spinner {
	width: 48px;
	height: 48px;
	border: 5px solid rgba(46, 137, 190, 0.2);
	border-top-color: var(--marby-color-marby-blue);
	border-radius: 50%;
	animation: marby-home-discovery-spin 0.9s linear infinite;
}

#marby-home
	.marby-home-discovery-progress.is-complete
	.marby-home-discovery-spinner {
	position: relative;
	border-color: #027a48;
	animation: none;
}

#marby-home
	.marby-home-discovery-progress.is-complete
	.marby-home-discovery-spinner::after {
	content: "✓";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #027a48;
	font-weight: var(--marby-font-weight-bold);
}

#marby-home .marby-home-discovery-progress .marby-eyebrow,
#marby-home .marby-home-discovery-progress h3,
#marby-home .marby-home-discovery-progress p {
	margin: 0;
}

#marby-home .marby-home-discovery-progress h3 {
	font-size: 20px !important;
	line-height: 1.25 !important;
}

#marby-home .marby-home-discovery-progress h3 + p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}

#marby-home .marby-home-progress-time {
	margin-top: 10px !important;
	color: var(--marby-color-marby-blue);
	font-size: 19px !important;
	font-weight: var(--marby-font-weight-semibold);
	letter-spacing: 0.02em;
}

#marby-home .marby-home-progress-time[hidden] {
	display: none;
}

#marby-home .marby-home-progress-time strong {
	display: inline-block;
	min-width: 58px;
	font-size: 19px;
	font-variant-numeric: tabular-nums;
}

#marby-home .marby-home-new-discovery {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 8px 16px;
	border: 1px solid var(--marby-color-marby-blue);
	border-radius: 999px;
	background: transparent;
	color: var(--marby-color-marby-blue);
	font: inherit;
	font-size: 13px;
	font-weight: var(--marby-font-weight-bold);
	cursor: pointer;
}

#marby-home .marby-home-new-discovery:hover,
#marby-home .marby-home-new-discovery:focus-visible {
	background: var(--marby-color-marby-blue);
	color: var(--marby-color-white);
}

@keyframes marby-home-discovery-spin {
	to {
		transform: rotate(360deg);
	}
}

#marby-home .marby-home-report {
	width: min(100%, 1180px);
	margin: 0 auto;
	border: 1px solid var(--marby-color-border-light);
	background: var(--marby-color-white);
	box-shadow: var(--marby-shadow-soft);
}

#marby-home .marby-home-generated > div {
	white-space: pre-line;
}

#marby-home .marby-home-report-header {
	padding: 34px 38px 30px;
	border-bottom: 1px solid var(--marby-color-border-light);
}

#marby-home .marby-home-report-brand {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 22px;
}

#marby-home .marby-home-report-brand > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--marby-color-marby-blue);
	color: var(--marby-color-white);
	font-size: 12px;
	font-weight: var(--marby-font-weight-bold);
}

#marby-home .marby-home-report-brand strong,
#marby-home .marby-home-report-brand small {
	display: block;
}

#marby-home .marby-home-report-brand strong {
	font-size: 13px;
}

#marby-home .marby-home-report-brand small {
	margin-top: 8px;
	color: var(--marby-color-muted);
	font-size: 10px;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#marby-home .marby-home-report-header h2 {
	margin-bottom: 12px;
}

#marby-home .marby-home-report-header p {
	width: min(100%, 900px);
	margin-bottom: 0;
	font-size: 15px;
	font-weight: var(--marby-font-weight-bold);
	line-height: 1.55;
}

#marby-home .marby-home-report-item {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 32px;
	padding: 34px 38px;
	border-bottom: 1px solid var(--marby-color-border-light);
}

#marby-home .marby-home-report-number small {
	display: block;
	margin-bottom: 10px;
	color: var(--marby-color-marby-blue-dark);
	font-size: 11px;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#marby-home .marby-home-report-number strong {
	color: #bcd9ee;
	font-size: 42px;
	font-weight: var(--marby-font-weight-light);
}

#marby-home .marby-home-report-body h3 {
	margin-bottom: 6px;
	font-size: clamp(22px, 2vw, 30px);
}

#marby-home .marby-home-report-subtitle {
	margin-bottom: 16px;
	color: var(--marby-color-muted);
	font-size: 14px;
}

#marby-home .marby-home-generated {
	margin-bottom: 18px;
	padding: 18px 20px;
	border-left: 4px solid var(--marby-color-marby-blue);
	border-radius: 0 var(--marby-radius-md) var(--marby-radius-md) 0;
	background: var(--marby-color-soft-blue);
	color: #3e586d;
	font-size: 16px;
	font-weight: var(--marby-font-weight-bold);
}

#marby-home .marby-home-generated small {
	display: block;
	margin-top: 8px;
	font-weight: var(--marby-font-weight-regular);
}

#marby-home .marby-home-report-body h4 {
	margin: 14px 0 6px;
	font-size: 16px;
}

#marby-home .marby-home-report-body p {
	margin-bottom: 8px;
	color: var(--marby-color-text);
	font-size: 14px;
	line-height: 1.58;
}

#marby-home .marby-home-report-close {
	padding: 42px 30px;
	background: var(--marby-color-marby-blue);
	color: var(--marby-color-white);
	text-align: center;
}

#marby-home .marby-home-report-close h2 {
	margin-bottom: 12px;
	color: inherit !important;
}

#marby-home .marby-home-report-close p {
	width: min(100%, 880px);
	margin: 0 auto 22px;
	color: inherit;
	font-size: 15px;
	line-height: 1.55;
}

/* =========================================================
   6) Pricing
   ========================================================= */

#marby-home .marby-home-pricing {
	padding-top: 78px;
	padding-bottom: 80px;
	background: var(--marby-color-white);
}

#marby-home .marby-home-pricing-header {
	margin-bottom: 40px;
	text-align: center;
}

#marby-home .marby-home-pricing-header h2 {
	margin-bottom: 10px;
}

#marby-home .marby-home-pricing-header p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.55;
}

#marby-home .marby-home-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	width: min(100%, 1180px);
	margin: auto;
}

#marby-home .marby-home-plan {
	display: flex;
	flex-direction: column;
	padding: 30px 28px 32px 28px;
	border: 1px solid var(--marby-color-border-light);
	border-radius: var(--marby-radius-lg);
	position: relative;
	background: var(--marby-color-white);
	box-shadow: var(--marby-shadow-soft);
}

#marby-home .marby-home-plan-popular {
	border: 2px solid var(--marby-color-marby-blue);
}

#marby-home .marby-home-popular {
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0;
	padding: 5px 15px !important;
	border-radius: var(--marby-radius-pill);
	background: var(--marby-color-marby-blue-dark);
	color: var(--marby-color-white);
	font-size: 10px;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

#marby-home .marby-home-plan h3 {
	margin-bottom: 12px;
}

#marby-home .marby-home-plan .marby-home-price {
	/*margin-bottom: 4px;
	font-size: 46px !important;
	font-weight: var(--marby-font-weight-bold);
	line-height: 1;*/
	line-height: 0.5 !important;
	font-weight: 700 !important;
	margin-top: 20px !important;
}

#marby-home .marby-home-price-note {
	margin-bottom: 10px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid var(--marby-color-border-light);
	color: var(--marby-color-muted);
	font-size: 10px !important;
}

#marby-home .marby-home-plan h4 {
	margin: 14px 0 8px;
	font-size: 13px !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
}

#marby-home .marby-home-plan ul {
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
}

#marby-home .marby-home-plan li {
	margin-left: 0 !important;
	padding: 5px 0 !important;
	list-style: none !important;
	list-style-image: none !important;
	color: var(--marby-color-muted);
	font-size: 14px;
	line-height: 1.4;
}

#marby-home .marby-home-plan li::marker {
	content: "" !important;
	font-size: 0 !important;
}

#marby-home .marby-home-plan li::before {
	margin-right: 8px;
	color: var(--marby-color-marby-blue-dark);
	font-weight: var(--marby-font-weight-bold);
	content: "✓";
}

#marby-home .marby-home-plan .marby-home-button {
	width: 100%;
	margin-top: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	top: 18px;
}

/* =========================================================
   7) Testimonials
   ========================================================= */

#marby-home .marby-home-testimonials {
	padding-top: 46px;
	padding-bottom: 24px;
	background-color: var(--marby-color-black);
}

#marby-home .marby-home-testimonials-header {
	margin-bottom: 22px;
	text-align: center;
}

#marby-home .marby-home-testimonials-header > p {
	margin-bottom: 6px;
	color: var(--marby-color-marby-blue);
	font-size: 11px !important;
	font-weight: var(--marby-font-weight-bold);
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
}

#marby-home .marby-home-testimonials-header h2 {
	margin-bottom: 0;
	color: var(--marby-color-white) !important;
}

#marby-home .marby-home-testimonial-window {
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#marby-home .marby-home-testimonial-track,
#marby-home .marby-home-testimonial-set {
	display: flex;
	gap: 14px;
}

#marby-home .marby-home-testimonial-track {
	width: max-content;
	padding: 0 14px 28px;
	animation: marby-home-testimonial-marquee 70s linear infinite;
}

#marby-home .marby-home-testimonial-track:hover,
#marby-home .marby-home-testimonial-track:focus-within {
	animation-play-state: paused;
}

#marby-home .marby-home-testimonial {
	width: 350px;
	margin-bottom: 0;
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--marby-radius-md);
	background: rgba(255, 255, 255, 0.06);
}

#marby-home .marby-home-testimonial blockquote {
	margin-bottom: 16px;
	padding: 0px 5px;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-style: normal;
	line-height: 1.58;
}

.material blockquote::before {
	display: none !important;
}

#marby-home .marby-home-testimonial figcaption {
	color: var(--marby-color-marby-blue);
	font-size: 12px;
	font-weight: var(--marby-font-weight-regular);
	padding-left: 5px;
}

@keyframes marby-home-testimonial-marquee {
	to {
		transform: translateX(calc(-50% - 7px));
	}
}

/* =========================================================
   8) Closing CTA
   ========================================================= */

#marby-home .marby-home-final {
	padding-top: 48px;
	padding-bottom: 48px;
	position: relative;
	overflow: hidden;
	background: var(--marby-color-tan);
	color: var(--marby-color-white);
}

#marby-home .marby-home-final::after {
	position: absolute;
	top: -150px;
	right: -120px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	border-radius: 50%;
	box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.05);
	content: "";
}

#marby-home .marby-home-final-grid {
	display: grid;
	width: min(100%, calc(1180px + (2 * var(--marby-page-gutter))));
	grid-template-columns: 1fr auto;
	gap: 34px;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

#marby-home .marby-home-final h2 {
	margin-bottom: 6px;
	color: inherit !important;
}

#marby-home .marby-home-final p {
	margin-bottom: 0;
	color: inherit;
	font-size: 15px;
	line-height: 1.5;
}

#marby-home .marby-home-final-button {
	border-color: var(--marby-color-white) !important;
	background: transparent !important;
	color: var(--marby-color-white) !important;
	position: relative;
	z-index: 2;
	padding: 0px 40px !important;
}

#marby-home .marby-home-final-button:hover,
#marby-home .marby-home-final-button:focus,
#marby-home .marby-home-final-button:focus-visible {
	border-color: var(--marby-color-white) !important;
	background: var(--marby-color-white) !important;
	color: var(--marby-color-tan) !important;
}

/* =========================================================
   9) Responsive and Reduced Motion
   ========================================================= */

@media (max-width: 1024px) {
	#marby-home .marby-home-manager-grid,
	#marby-home .marby-home-discovery-grid {
		grid-template-columns: 1fr;
	}

	#marby-home .marby-home-manager-image {
		width: min(100%, 760px);
		margin: auto;
	}

	#marby-home .marby-home-plans {
		grid-template-columns: 1fr;
		gap: 28px;
		width: min(100%, 680px);
	}

	#marby-home .marby-home-image-strip {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	#marby-home .marby-home-hero {
		min-height: 720px;
	}

	#marby-home .marby-home-hero-background img {
		object-position: 65% center;
	}

	#marby-home .marby-home-hero-background::after {
		background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.84) 0%,
			rgba(0, 0, 0, 0.66) 48%,
			rgba(0, 0, 0, 0.2) 100%
		);
	}

	#marby-home .marby-home-hero-copy {
		width: 82%;
		padding-top: 56px;
	}

	#marby-home .marby-home-hero-list li {
		font-size: 14px;
	}

	#marby-home .marby-home-hero-ending {
		font-size: 15px;
	}

	#marby-home .marby-home-hero-ending > strong {
		font-size: 19px;
	}

	#marby-home .marby-home-form-fields,
	#marby-home .marby-home-final-grid,
	#marby-home .marby-home-report-item {
		grid-template-columns: 1fr;
	}

	#marby-home .marby-home-report-item {
		gap: 16px;
		padding: 28px 22px;
	}

	#marby-home .marby-home-report-number {
		display: flex;
		gap: 12px;
		align-items: center;
	}

	#marby-home .marby-home-report-number small {
		margin-bottom: 0;
	}

	#marby-home .marby-home-report-header {
		padding: 28px 22px;
	}

	#marby-home .marby-home-final-grid {
		text-align: center;
	}

	#marby-home .marby-home-final .marby-home-final-button {
		width: min(100%, 280px);
		margin: auto;
	}
}

@media (max-width: 520px) {
	#marby-home .marby-home-image-strip {
		grid-template-columns: 1fr;
	}

	#marby-home .marby-home-step {
		grid-template-columns: 40px 1fr;
		gap: 14px;
	}

	#marby-home .marby-home-testimonial {
		width: min(82vw, 330px);
	}
}

@media (prefers-reduced-motion: reduce) {
	#marby-home *,
	#marby-home *::before,
	#marby-home *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	#marby-home .marby-home-hero-list li,
	#marby-home .marby-home-step {
		opacity: 1;
		transform: none;
	}

	#marby-home .marby-home-testimonial-track {
		width: auto;
		padding-right: var(--marby-page-gutter);
		padding-left: var(--marby-page-gutter);
		overflow-x: auto;
		animation: none !important;
	}

	#marby-home .marby-home-testimonial-set[aria-hidden="true"] {
		display: none;
	}
}
