/* ═══════════════════════════════════════════════════════════════════════════════ */
/* XXON Scaling Offers — Dark Theme Landing Page CSS                              */
/* ═══════════════════════════════════════════════════════════════════════════════ */

/* ═══ BODY & GLOBAL ═══ */

body {
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: var(--space-3xl);
	font-family: var(--font-display);
	background-color: var(--color-bg);
	overflow: auto;
}

.main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* ═══ BACKGROUND ELEMENTS ═══ */

.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: fit-content;
	z-index: 0;
}

.bg-circle-blue {
	position: absolute;
	filter: blur(100px);
	background-color: var(--color-accent-dim);
	border-radius: 50%;
}

.bg-circle-blue1 {
	top: 893.5px;
	left: 0;
	width: 344px;
	height: 381px;
}

.bg-circle-blue2 {
	top: 291px;
	left: calc(66.67% + 29px);
	width: 450px;
	height: 499px;
}

.bg-circle-blue3 {
	top: 2190px;
	left: 0;
	width: 344px;
	height: 381px;
}

.bg-circle-blue4 {
	top: 1588px;
	left: calc(50% + 81px);
	width: 638px;
	height: 707px;
}

.bg-circle-blue5 {
	top: 3447px;
	left: 0;
	width: 344px;
	height: 381px;
}

.bg-circle-blue6 {
	top: 2845px;
	left: calc(50% + 81px);
	width: 638px;
	height: 707px;
}

.bg-circle-blue7 {
	top: 4744px;
	left: 0;
	width: 344px;
	height: 381px;
}

.bg-circle-blue8 {
	top: 4142px;
	left: calc(50% + 81px);
	width: 638px;
	height: 707px;
}

.bg-ellipse {
	position: absolute;
	filter: blur(135px);
	width: 940px;
	height: 974px;
	background: rgba(42, 188, 237, 0.08);
	border-radius: 50%;
}

.bg-ellipse1 {
	top: 0;
	left: calc(45.83% + 44px);
}

.bg-ellipse2 {
	top: 5389px;
	left: calc(50% - 8px);
}

.bg-graphic1 {
	position: absolute;
	top: 408px;
	left: 126px;
	filter: blur(135px);
	width: 1194px;
	height: 578px;
	max-width: none;
}

.bg-graphic2 {
	position: absolute;
	top: 5735px;
	left: calc(50% - 8px);
	filter: blur(135px);
	width: 274px;
	height: 284px;
	max-width: none;
}

.bg-ellipse3 {
	position: absolute;
	width: 975px;
	height: 974px;
	top: 5235px;
	left: 50%;
	transform: translateX(-50%);
}

.bg-noise {
	position: absolute;
	top: 409px;
	left: 126px;
	rotate: -90deg;
	transform-origin: 50% 50%;
	mix-blend-mode: overlay;
	width: 5778px;
	max-width: none;
	opacity: 0.2;
}

/* ═══ HEADER & HERO ═══ */

.header {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space-xs);
}

.header-rect1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 810px;
	background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
	z-index: -1;
}

.header-video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	object-fit: cover;
	mix-blend-mode: darken;
	opacity: 0.95;
	z-index: 0;
	pointer-events: none;
	height: 100%;
}

.header-particles {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1440px;
	height: 810px;
	mix-blend-mode: hard-light;
	background-image: url("../assets/hero-particles.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

.header-header {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	letter-spacing: 0px;
}

/* ═══ MARQUEE HIRING BANNER ═══ */

.header-info {
	position: relative;
	display: flex;
	flex-direction: column;
	color: var(--color-accent);
	font-size: 12px;
	font-family: var(--font-accent);
	font-weight: 500;
	line-height: normal;
	padding: 10px 0 10px 27px;
	height: 38px;
}

.header-rect2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background-color: var(--color-accent-dim);
	z-index: -1;
}

.marquee-wrapper {
	overflow: hidden;
	width: 100%;
}

.marquee-track {
	display: flex;
	gap: 58px;
	animation: marquee 30s linear infinite;
}

.marquee-text {
	white-space: nowrap;
	flex-shrink: 0;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* ═══ NAVIGATION ═══ */

.header-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-xl);
	font-size: 14px;
	line-height: 1.429;
	padding: 18px 160px;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(0, 0, 0, 0.16) 0%,
			rgba(255, 255, 255, 0.16) 50%,
			rgba(0, 0, 0, 0.16) 100%);
	border-image-slice: 1;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}

.header-logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	z-index: 1;
}

.header-img {
	width: 234px;
	flex-shrink: 0;
}

.header-row2 {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
}

.header-text {
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
	position: relative;
	transition: color var(--transition-base);
}

.header-text:hover {
	color: var(--color-accent);
	text-decoration: underline;
	text-decoration-color: var(--color-accent);
	text-underline-offset: 6px;
}

.header-row-right {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	color: #fff;
	font-weight: 700;
}

.header-btn-become-a-partner,
.header-btn-client-login {
	min-height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 8px 14px;
	border-radius: var(--radius-sm);
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-family: var(--font-display);
	font-weight: 700;
}

.header-btn-become-a-partner {
	background-color: var(--color-accent);
	color: #fff;
}

.header-btn-client-login {
	background: var(--gradient-card-glass);
	color: #fff;
	border: 1px solid var(--color-border);
}

.mobile-menu-btn {
	display: none;
	flex-direction: column;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	z-index: 2;
}

.mobile-menu-btn span {
	width: 24px;
	height: 2px;
	background-color: var(--color-text-primary);
	transition: background-color var(--transition-fast);
}

.mobile-menu-btn:hover span {
	background-color: var(--color-accent);
}

.mobile-menu-panel {
	display: none;
	flex-direction: column;
	gap: 16px;
	background: rgba(20, 20, 20, 0.92);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(42, 188, 237, 0.2);
	border-radius: 16px;
	position: absolute;
	top: calc(100% + 12px);
	left: 16px;
	right: 16px;
	padding: 16px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-8px);
	transition:
		max-height 300ms ease,
		opacity 250ms ease,
		transform 250ms ease;
	z-index: 20;
}

.mobile-menu-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mobile-menu-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.header-header.is-menu-open .mobile-menu-panel {
	max-height: 480px;
	opacity: 1;
	transform: translateY(0);
}

/* ═══ HERO CONTENT ═══ */

.hero-content {
	position: relative;
	z-index: 1;
	margin-left: 146px;
	margin-top: 107px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 90%;
	max-width: 564px;
}

.frame-a {
	display: inline-block;
	backdrop-filter: blur(12px);
	font-size: 12px;
	line-height: 1.333;
	letter-spacing: 0.24px;
	text-align: center;
	background-color: var(--color-surface-elevated);
	padding: 6px 12px;
	border: 1px solid var(--color-accent);
	border-radius: var(--radius-pill);
	width: fit-content;
	margin-bottom: 12px;
}

.frame-frame-unleash-success {
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-headline {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.hero-headline-lead {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1.92px;
	text-transform: uppercase;
	background: var(--gradient-text-accent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-headline-payoff {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.header-text-tons-of-potential {
	position: relative;
	z-index: 7;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	max-width: 564px;
}

.header-btn-get-started {
	position: relative;
	z-index: 4;
	margin-top: 12px;
	width: 127px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.429;
	letter-spacing: 0px;
	text-align: center;
	background-color: var(--color-accent);
	padding: 8px 14px;
	min-height: 43px;
	border-radius: var(--radius-sm);
	border: none;
	cursor: pointer;
	font-family: var(--font-display);
}

.btn-get-started {
	width: 127px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.429;
	letter-spacing: 0px;
	text-align: center;
	background-color: var(--color-accent);
	padding: 8px 14px;
	min-height: 43px;
	border-radius: var(--radius-sm);
	border: none;
	cursor: pointer;
	font-family: var(--font-display);
}

/* ═══ STATS BAR ═══ */

.header-stat {
	position: relative;
	z-index: 8;
	backdrop-filter: blur(100px);
	margin-top: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 59px;
	font-weight: 400;
	padding: 18px 160px;
	background-color: #1c252d88;
	width: 100%;
	margin: 0 auto;
	margin-top: auto;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(0, 0, 0, 0.16) 0%,
			rgba(255, 255, 255, 0.16) 50%,
			rgba(0, 0, 0, 0.16) 100%);
	border-image-slice: 1;
	margin-top: 70px;
}

.column-a {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
	text-align: center;
	width: 233px;
}

.column-text1 {
	color: var(--color-accent);
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.79px;
	font-weight: 500;
}

.column-text2 {
	color: var(--color-text-primary);
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0px;
}

/* ═══ MAIN CONTENT ═══ */

.main {
	position: relative;
	z-index: 10;
	margin-top: var(--space-3xl);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-3xl);
	line-height: 1.5;
}

/* ═══ SOLUTIONS SECTION ═══ */

.main-all-inclusive1 {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1148px;
	display: flex;
	flex-direction: column;
	gap: var(--space-lg);
	color: var(--color-text-primary);
}

.main-arrows1,
.main-arrows2 {
	position: absolute;
	width: 112px;
	height: 15px;
	top: 35px;
	left: calc(100% - 111px);
}

.main-arrows2--desktop {
	display: block;
}

.main-arrows2--mobile {
	display: none;
	position: static;
}

.main-all-inclusive2 {
	width: 100%;
	max-width: 681px;
	align-self: flex-start;
	font-size: 32px;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.main-row1,
.main-row-bottom1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.main-row1::-webkit-scrollbar,
.main-row-bottom1::-webkit-scrollbar {
	height: 6px;
}

.main-row1::-webkit-scrollbar-track,
.main-row-bottom1::-webkit-scrollbar-track {
	background: transparent;
}

.main-row1::-webkit-scrollbar-thumb,
.main-row-bottom1::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
}

.card-solution {
	backdrop-filter: blur(20px);
	flex: 0 0 calc((100% - 36px) / 3);
	min-height: 254px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 18px;
	text-align: left;
	background: var(--gradient-card);
	padding: 40px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	color: var(--color-text-primary);
	min-width: 300px;
	transition: all 0.3s ease;
}

.card-solution-card-solution-elite-sales {
	font-size: 24px;
	letter-spacing: -0.96px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.card-solution-text {
	align-self: stretch;
	font-size: 16px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	line-height: 24px;
}

/* ═══ WE CAN HELP SECTION ═══ */

.main-we-can-help1 {
	position: relative;
	width: 90%;
	max-width: 1148px;
	margin: 0 auto;
}

.help-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: flex-start;
	width: 100%;
}

.help-image {
	position: relative;
	width: 100%;
	height: 100%;
	mix-blend-mode: exclusion;
}

.help-image::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 35px;
	background-color: rgba(19, 20, 20, 0.5);
	opacity: 0.5;
	z-index: 0;
}

.main-mokup1 {
	mix-blend-mode: exclusion;
	border-radius: 35px;
	width: 100%;
	aspect-ratio: 551 / 393;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	mix-blend-mode: exclusion;
}

.help-content {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
}

.main-we-can-help2 {
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.main-col {
	backdrop-filter: blur(42px);
	display: flex;
	flex-direction: column;
	gap: 0;
	font-size: 24px;
	background: var(--gradient-card-glass);
	padding: 28px 36px;
	border-radius: var(--radius-lg);
	color: var(--color-text-primary);
	min-height: 95px;
	justify-content: center;
	border: 1px solid rgba(42, 188, 237, 0.32);
	cursor: pointer;
	transition:
		border-color var(--transition-base),
		box-shadow var(--transition-base);
	position: relative;
}

.main-dfy-investment {
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.main-frame {
	backdrop-filter: blur(20px);
	font-size: 24px;
	background: var(--gradient-card-subtle);
	padding: 28px 36px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	color: var(--color-text-primary);
	min-height: 95px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px solid rgba(42, 188, 237, 0.2);
	transition:
		border-color var(--transition-base),
		box-shadow var(--transition-base);
	position: relative;
}

.main-courses {
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.main-col-bottom {
	backdrop-filter: blur(20px);
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	background: var(--gradient-card-subtle);
	padding: 28px 36px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	color: var(--color-text-primary);
	min-height: 95px;
	justify-content: center;
	cursor: pointer;
	border: 1px solid rgba(42, 188, 237, 0.2);
	transition:
		border-color var(--transition-base),
		box-shadow var(--transition-base);
	position: relative;
}

.main-col:hover,
.main-frame:hover,
.main-col-bottom:hover {
	border-color: rgba(42, 188, 237, 0.9);
	box-shadow:
		0 0 0 1px rgba(42, 188, 237, 0.9),
		0 0 18px rgba(42, 188, 237, 0.45),
		0 0 36px rgba(42, 188, 237, 0.25);
}

@keyframes neon-border-sweep {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.main-saa-s-software {
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

/* ═══ LOGO SECTIONS ═══ */

.main-logos-press,
.main-logos {
	backdrop-filter: blur(50px);
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background-color: var(--color-surface);
	overflow: hidden;
	padding: 18px 160px;
	min-height: 92px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(0, 0, 0, 0.16) 0%,
			rgba(255, 255, 255, 0.16) 50%,
			rgba(0, 0, 0, 0.16) 100%);
	border-image-slice: 1;
	--logo-gap: 120px;
}

.main-logos-press {
	display: flex;
	justify-content: space-around;
}

.main-logos-press img:nth-child(1) {
	height: 54px;
	object-fit: contain;
}

.main-logos-press img {
	height: 72px;
	object-fit: contain;
}

.main-logos-track {
	display: flex;
	width: max-content;
	animation: logo-marquee 28s linear infinite;
}

.main-logos-set {
	display: flex;
	align-items: center;
	gap: var(--logo-gap);
	padding-right: var(--logo-gap);
}

@keyframes logo-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.main-logos-track {
		animation: none;
		transform: translateX(0);
	}
}

.group-a {
	position: relative;
	flex-shrink: 0;
	height: auto;
	max-width: 234px;
}

.group-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}

.group1 {
	width: 146px;
	height: 36px;
}

.group2 {
	width: 156px;
	height: 64px;
}

.group3 {
	width: 94px;
	height: 64px;
}

.group6,
.group10 {
	width: 193px;
	height: 44px;
}

.group7 {
	width: 131px;
	height: 56px;
}

.group8,
.group11 {
	width: 172px;
	height: 68px;
}

.group9 {
	width: 187px;
	height: 92px;
}

/* ═══ ELEVATE YOUR SECTION ═══ */

.main-elevate-your1 {
	display: flex;
	align-items: flex-start;
	gap: 64px;
	color: var(--color-text-primary);
	font-size: 16px;
	letter-spacing: 0px;
	width: 90%;
	max-width: 1148px;
	margin: 0 auto;
}

.main-col-left1 {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 17px;
	flex-shrink: 0;
	text-align: left;
}

.main-elevate-your2 {
	font-size: 32px;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.main-text {
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	line-height: 24px;
}

.main-text-bottom1 {
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	line-height: 24px;
	list-style: disc;
	padding-left: 24px;
}

.main-mokup2 {
	mix-blend-mode: exclusion;
	flex-shrink: 0;
	width: 551px;
	height: 393px;
	display: block;
	border-radius: 35px;
}

/* ═══ GUARANTEED REVENUE SECTION ═══ */

.main-guaranteed {
	display: flex;
	align-items: flex-start;
	gap: 64px;
	width: 90%;
	max-width: 1148px;
	margin: 0 auto;
}

.main-illustrations {
	position: relative;
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.61);
	width: 100%;
	max-width: 500px;
	min-height: 320px;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9.6px;
	font-family: "Source Han Sans SC";
	line-height: normal;
	letter-spacing: 0px;
	background-color: rgba(20, 35, 39, 0.5);
	border: 1px solid #153235;
	border-radius: 35px;
}

.main-grid {
	position: absolute;
	top: 16px;
	left: 35px;
	width: calc(100% - 35px);
	max-width: 430px;
	min-height: 289px;
}

.column-b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 406px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.y-axis {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.y-axis-text {
	text-align: right;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9.6px;
}

.y-axis-line1 {
	margin-top: 9px;
	flex-grow: 1;
}

.y-axis-line2 {
	height: 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.column-y-axis {
	margin-left: 10px;
	margin-top: 2px;
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.column-text3 {
	text-align: right;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9.6px;
}

.column-line1 {
	margin-top: 7px;
	flex-grow: 1;
}

.column-line2 {
	height: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.row-a {
	position: absolute;
	top: 264px;
	left: 6px;
	display: flex;
	align-items: flex-start;
	padding-right: 24px;
}

.row-x-axis {
	width: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
	text-align: center;
}

.row-text-bottom {
	margin-top: 3px;
	align-self: stretch;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9.6px;
}

.x-axis {
	width: 43px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0;
	flex-shrink: 0;
	text-align: right;
}

.x-axis-text-bottom {
	margin: 3px -25px 0 -25px;
	align-self: stretch;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9.6px;
}

.rect {
	width: 1px;
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, 0.2);
}

.x1 .row-line,
.x1 .row-rect,
.x2 .row-line,
.x2 .row-rect {
	margin-left: 1px;
	background-color: rgba(255, 255, 255, 0.4);
}

.x1 .row-line,
.x2 .row-line {
	height: 1px;
}

.x1 .row-rect,
.x2 .row-rect {
	height: 2px;
}

.x1 .x-axis1,
.x2 .x-axis1 {
	margin-left: -15px;
}

.x1 .x-axis1 .x-axis-line,
.x1 .x-axis2 .x-axis-line,
.x1 .x-axis3 .x-axis-line,
.x1 .x-axis4 .x-axis-line,
.x1 .x-axis5 .x-axis-line,
.x1 .x-axis6 .x-axis-line,
.x1 .x-axis7 .x-axis-line,
.x1 .x-axis8 .x-axis-line,
.x1 .x-axis9 .x-axis-line,
.x2 .x-axis1 .x-axis-line,
.x2 .x-axis2 .x-axis-line,
.x2 .x-axis3 .x-axis-line,
.x2 .x-axis4 .x-axis-line,
.x2 .x-axis5 .x-axis-line,
.x2 .x-axis6 .x-axis-line,
.x2 .x-axis7 .x-axis-line,
.x2 .x-axis8 .x-axis-line,
.x2 .x-axis9 .x-axis-line {
	margin-right: -1px;
	height: 1px;
}

.x1 .x-axis1 .x-axis-rect,
.x1 .x-axis2 .x-axis-rect,
.x1 .x-axis3 .x-axis-rect,
.x1 .x-axis4 .x-axis-rect,
.x1 .x-axis5 .x-axis-rect,
.x1 .x-axis6 .x-axis-rect,
.x1 .x-axis7 .x-axis-rect,
.x1 .x-axis8 .x-axis-rect,
.x1 .x-axis9 .x-axis-rect,
.x2 .x-axis1 .x-axis-rect,
.x2 .x-axis2 .x-axis-rect,
.x2 .x-axis3 .x-axis-rect,
.x2 .x-axis4 .x-axis-rect,
.x2 .x-axis5 .x-axis-rect,
.x2 .x-axis6 .x-axis-rect,
.x2 .x-axis7 .x-axis-rect,
.x2 .x-axis8 .x-axis-rect,
.x2 .x-axis9 .x-axis-rect {
	height: 2px;
}

.main-graphic {
	position: absolute;
	top: 59px;
	left: 52px;
	width: calc(100% - 52px);
	height: 192px;
	max-width: 393px;
}

.group-b {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 32px);
	max-width: 383px;
}

.group-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.group4 {
	height: 182px;
}

.group4 .group-line {
	height: 183px;
	max-width: 384px;
}

.group5 {
	height: 167px;
}

.group5 .group-line {
	height: 167px;
	max-width: 383px;
}

.circle-dot-a {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: rgba(42, 188, 237, 0.2);
	padding: 2px;
	border-radius: 50%;
}

.circle-dot-blue {
	background-color: var(--color-accent);
}

.circle-dot-b {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: rgba(42, 55, 237, 0.2);
	padding: 2px;
	border-radius: 50%;
}

.circle-dot-circle {
	background-color: #2a37ed;
}

.circle {
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

/* Guaranteed Revenue Chart Dots */
.group4 .circle-dot1 {
	top: 152px;
	left: 80px;
}

.group4 .circle-dot2 {
	top: 95px;
	left: 123px;
}

.group4 .circle-dot3 {
	top: 104px;
	left: 166px;
}

.group4 .circle-dot4 {
	top: 133px;
	left: 208px;
}

.group4 .circle-dot5 {
	top: 82px;
	left: 251px;
}

.group4 .circle-dot6 {
	top: 88px;
	left: 294px;
}

.group4 .circle-dot7 {
	top: 14px;
	left: 335px;
}

.circle-dot8 {
	top: 147px;
	left: 0;
}

.circle-dot9 {
	top: 182px;
	left: 42px;
}

.circle-dot10 {
	top: 0;
	left: 383px;
}

/* Boost Profit Chart Dots */
.circle-dot11 {
	top: 85px;
	left: 83px;
}

.circle-dot12 {
	top: 85px;
	left: 125px;
}

.circle-dot13 {
	top: 73px;
	left: 165px;
}

.circle-dot14 {
	top: 79px;
	left: 207px;
}

.circle-dot15 {
	top: 59px;
	left: 249px;
}

.circle-dot16 {
	top: 66px;
	left: 292px;
}

.circle-dot17 {
	top: 13px;
	left: 334px;
}

.circle-dot18 {
	top: 90px;
	left: 0;
}

.circle-dot19 {
	top: 99px;
	left: 42px;
}

.circle-dot20 {
	top: 0;
	left: 383px;
}

.circle-dot21 {
	top: 147px;
	left: 0;
}

.circle-dot22 {
	top: 166px;
	left: 42px;
}

.circle-dot23 {
	top: 0;
	left: 383px;
}

.group5 .circle-dot1 {
	top: 152px;
	left: 80px;
}

.group5 .circle-dot2 {
	top: 95px;
	left: 123px;
}

.group5 .circle-dot3 {
	top: 104px;
	left: 166px;
}

.group5 .circle-dot4 {
	top: 133px;
	left: 208px;
}

.group5 .circle-dot5 {
	top: 82px;
	left: 251px;
}

.group5 .circle-dot6 {
	top: 88px;
	left: 294px;
}

.group5 .circle-dot7 {
	top: 14px;
	left: 335px;
}

.column-c {
	display: flex;
	flex-direction: column;
	gap: 17px;
	flex-shrink: 0;
	color: var(--color-text-primary);
	text-align: left;
	flex: 1;
}

.column-frame-top {
	display: inline-block;
	backdrop-filter: blur(12px);
	font-size: 12px;
	line-height: 1.333;
	letter-spacing: 0.24px;
	text-align: center;
	background-color: var(--color-surface-elevated);
	padding: 6px 12px;
	border: 1px solid var(--color-accent);
	border-radius: var(--radius-pill);
	width: fit-content;
}

.column-column-what-we-promise {
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.column-column-guaranteed {
	font-size: 32px;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.column-text-bottom {
	font-size: 16px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
}

.col-right1 {
	width: 100%;
	max-width: 562px;
	align-items: flex-start;
}

.col-right1 .column-frame-top {
	width: auto;
}

.col-right1 .column-column-guaranteed {
	width: 100%;
	max-width: 405px;
}

.col-right1 .column-text-bottom {
	align-self: stretch;
}

/* ═══ RECEIVE INSIGHTS SECTION ═══ */

.main-receive {
	display: flex;
	align-items: flex-start;
	gap: 64px;
	color: var(--color-text-primary);
	width: 90%;
	max-width: 1148px;
	margin: 0 auto;
}

.main-col-left2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 17px;
	flex-shrink: 0;
	text-align: left;
}

.frame-top {
	width: auto;
	align-self: flex-start;
	display: inline-block;
}

.main-receive-valuable {
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.main-text-bottom2 {
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0;
	list-style: disc;
	padding-left: 24px;
}

.main-text-bottom1 li,
.main-text-bottom2 li {
	margin: 0;
	line-height: 24px;
}

.main-mokup3 {
	position: relative;
	width: 100%;
	max-width: 551px;
	flex-shrink: 0;
	background-color: rgba(19, 20, 20, 0.5);
	border-radius: 36px;
	overflow: hidden;
	aspect-ratio: 551 / 398;
}

.main-hand-touches {
	position: relative;
	display: block;
	mix-blend-mode: exclusion;
	width: 100%;
	height: auto;
	border-radius: 36px;
}

/* ═══ PARTNERS SECTION ═══ */

.main-partners {
	position: relative;
	backdrop-filter: blur(42px);
	margin: 62px auto 0 auto;
	width: 90%;
	max-width: 1148px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	text-align: center;
	background: var(--gradient-card-glass);
	padding: var(--space-xl) var(--space-3xl) var(--space-xl);
	border-radius: var(--radius-lg);
	border: 1px solid rgba(42, 188, 237, 0.32);
	min-height: 356px;
}

.main-partners-without {
	margin-top: var(--space-lg);
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -1.92px;
	line-height: 72px;
	background: var(--gradient-text-accent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0 0 7px 0;
}

.main-we-treat-your {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.main-text-although-we {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	max-width: 564px;
	margin-left: auto;
	margin-right: auto;
}

.main-btn-get-started1 {
	margin-top: 19px;
	align-self: center;
}

/* ═══ BOOST PROFIT SECTION ═══ */

.main-boost-profit {
	display: flex;
	align-items: flex-start;
	gap: 64px;
	width: 90%;
	max-width: 1148px;
	margin: 0 auto;
}

.card-illustrations {
	position: relative;
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.61);
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 27px;
	flex-shrink: 0;
	line-height: normal;
	letter-spacing: 0px;
	background-color: rgba(20, 35, 39, 0.5);
	padding: 21px 32px 24px 35px;
	border: 1px solid #153235;
	border-radius: 35px;
}

.card-illustrations-group1 {
	position: absolute;
	z-index: 1;
	top: 142px;
	left: 52px;
	width: calc(100% - 52px);
	height: 109px;
	max-width: 393px;
}

.card-illustrations-group2 {
	position: absolute;
	top: 5px;
	left: 6px;
	width: calc(100% - 32px);
	height: 98px;
	max-width: 382px;
}

.card-illustrations-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99px;
	max-width: 382px;
}

.card-illustrations-row {
	position: relative;
	margin: 0 1px;
	min-height: 282px;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 9.6px;
	font-family: "Source Han Sans SC";
}

.card-illustrations-group3 {
	position: absolute;
	top: -5px;
	left: -1px;
	width: 100%;
	max-width: 430px;
	min-height: 289px;
}

.card-illustrations-group4 {
	position: absolute;
	top: 38px;
	left: 16px;
	width: calc(100% - 16px);
	height: 176px;
	max-width: 393px;
}

.card-illustrations-legend {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

.card-illustrations-legend-info1,
.card-illustrations-legend-info2 {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-grow: 1;
}

.card-illustrations-graphic {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.card-illustrations-text-company-with,
.card-illustrations-text-company-without {
	text-align: left;
}

.col-right2 {
	width: 100%;
	max-width: 544px;
	margin-top: 59px;
	align-items: flex-start;
}

.col-right2 .column-frame-top {
	width: auto;
	align-self: flex-start;
}

.col-right2 .column-column-guaranteed {
	margin: 0;
}

.col-right2 .column-text-bottom {
	margin: 0;
}

/* ═══ PRICING SECTION ═══ */

.main-book-a-call {
	position: relative;
	margin: 28px auto 0 auto;
	width: 90%;
	max-width: 1148px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.main-book-a-call-to {
	margin: 0;
	width: 100%;
	max-width: 498px;
	align-self: flex-start;
	font-size: 32px;
	letter-spacing: -1.28px;
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.main-text-ever {
	margin: 8px 0 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
}

.pricing-grid {
	display: grid;
	grid-template-columns: 369px 371px 369px;
	gap: 12px;
	margin-top: 19px;
	width: 100%;
}

.pricing-pill {
	backdrop-filter: blur(20px);
	background: var(--gradient-card-subtle);
	padding: 24px 32px;
	border-radius: var(--radius-lg);
	text-align: left;
	color: var(--color-text-primary);
	font-size: 16px;
	letter-spacing: -0.63px;
	font-weight: 400;
	display: flex;
	align-items: center;
	min-height: 77px;
	cursor: pointer;
	border: 1px solid transparent;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
	transition:
		border-color var(--transition-base),
		box-shadow var(--transition-base);
}

.pricing-pill:hover {
	border-color: rgba(42, 188, 237, 0.32);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

.pricing-pill span {
	background: var(--gradient-text-white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.main-row-bottom2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 0px;
	margin-top: 25px;
	width: 100%;
}

.main-row-bottom2-actions {
	display: flex;
	align-items: center;
	gap: var(--space-md);
}

.main-btn-get-started2 {
	flex-shrink: 0;
}

.main-text-everything {
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	margin: 0;
}

/* ═══ FOOTER ═══ */

.footer {
	position: relative;
	z-index: 11;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 60px;
}

.footer-line-top {
	margin: -1px auto 0 auto;
	width: 90%;
	height: 0;
	max-width: 1148px;
	flex-shrink: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	max-width: 1148px;
	margin: 0 auto;
	color: var(--color-text-primary);
	padding: 0;
}

.footer-col-left {
	display: flex;
	flex-direction: column;
	gap: 26px;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 1.667;
	text-align: left;
	width: 498px;
}

.footer-logo {
	width: 234px;
	flex-shrink: 0;
	align-self: flex-start;
}

.footer-text-discover {
	color: rgba(255, 255, 255, 0.95);
	margin: 0;
}

.footer-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 26px;
	font-size: 14px;
	line-height: 1.429;
	text-align: left;
	color: rgba(255, 255, 255, 0.95);
	padding-right: 80px;
}

.footer-link {
	color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
	transition: color var(--transition-base);
}

.footer-link:hover {
	color: var(--color-accent);
	text-decoration: underline;
	text-decoration-color: var(--color-accent);
	text-underline-offset: 6px;
}

.footer-copyright {
	backdrop-filter: blur(50px);
	margin-top: 5px;
	flex-shrink: 0;
	align-self: stretch;
	color: rgba(255, 255, 255, 0.21);
	font-size: 15px;
	line-height: 1.6;
	background-color: var(--color-surface);
	padding: 20px 160px;
	overflow: hidden;
	border-top: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(0, 0, 0, 0.16) 0%,
			rgba(255, 255, 255, 0.16) 50%,
			rgba(0, 0, 0, 0.16) 100%);
	border-image-slice: 1;
}

/* ═══════════════════════════════════════════════════════════════════════════════ */
/* RESPONSIVE DESIGN                                                              */
/* ═══════════════════════════════════════════════════════════════════════════════ */

@media screen and (max-width: 1320px) {
	.header-stat {
		padding: 16px 60px;
	}

	.header-nav {
		padding: 18px 60px;
	}

	.hero-content {
		margin-left: 60px;
	}
}

@media screen and (max-width: 1080px) {

	/* Header Navigation */
	.header-row2,
	.header-row-right {
		display: none;
	}

	.mobile-menu-btn {
		display: flex;
	}

	.header-nav {
		width: 100%;
		padding: 18px 24px;
		gap: var(--space-lg);
		justify-content: space-between;
		max-width: 750px;
	}

	.mobile-menu-panel {
		display: flex;
	}

	/* Hero Content */
	.hero-content {
		margin-left: 24px;
		margin-top: var(--space-xl);
		width: calc(100% - 48px);
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Stats Bar */
	.header-stat {
		margin-top: var(--space-xl);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 18px var(--space-lg);
		justify-items: center;
	}

	.column-a {
		width: 100%;
		max-width: 233px;
	}

	/* Main Content Widths */
	.main {
		margin-top: var(--space-2xl);
		gap: var(--space-2xl);
		padding: 0 var(--space-sm);
	}

	.main-all-inclusive1 {
		max-width: 750px;
	}

	/* Pricing bottom row stacks on mobile */
	.main-row-bottom2 {
		flex-direction: column;
		align-items: stretch;
		gap: var(--space-sm);
	}

	.main-row-bottom2-actions {
		justify-content: space-between;
		width: 100%;
	}

	.main-arrows2--desktop {
		display: none;
	}

	.main-arrows2--mobile {
		display: block;
	}

	/* Cards — 2 cols at tablet */
	.main-row1,
	.main-row-bottom1 {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		grid-template-columns: none;
		gap: 20px;
		padding-bottom: 6px;
	}

	.card-solution {
		flex: 0 0 calc((100% - 36px) / 2);
		min-width: 0;
	}

	.main-col,
	.main-frame,
	.main-col-bottom {
		font-size: 20px;
		padding: 20px 28px;
	}

	/* We Can Help Section */
	.help-grid {
		grid-template-columns: 1fr;
		gap: var(--space-xl);
	}

	.main-we-can-help1 {
		width: 100%;
		max-width: 750px;
	}

	/* Elevate Your Section */
	.main-elevate-your1 {
		flex-direction: column;
		gap: var(--space-2xl);
		max-width: 100%;
		width: 100%;
		align-items: center;
	}

	.main-col-left1 {
		max-width: 750px;
	}

	.main-mokup2 {
		width: 100%;
		max-width: 750px;
		height: auto;
	}



	/* Guaranteed Revenue Section */
	.main-guaranteed {
		flex-direction: column-reverse;
		gap: var(--space-md);
		max-width: none;
		width: 100%;
		align-items: center;
	}

	.col-right1 {
		width: 100%;
		max-width: 750px;
	}

	/* Receive Insights Section */
	.main-receive {
		flex-direction: column;
		gap: var(--space-2xl);
		max-width: none;
		width: 100%;
		align-items: center;
	}

	.main-col-left2 {
		max-width: 750px;
	}

	.graph {
		max-width: 750px;
	}

	.main-mokup3 {
		width: 100%;
		max-width: 750px;
	}

	/* Boost Profit Section */
	.main-boost-profit {
		flex-direction: column-reverse;
		gap: var(--space-xl);
		max-width: none;
		padding-right: 0;
		width: 100%;
		align-items: center;
	}

	.card-illustrations {
		display: none;
	}

	.col-right2 {
		width: 100%;
		max-width: 750px;
		margin-top: 0;
	}

	/* Pricing Grid — 2 cols at tablet */
	.pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Logo Sections */

	.main-logos-press,
	.main-logos {
		--logo-gap: var(--space-lg);
		padding: var(--space-lg) var(--space-md);
	}

	.main-logos-press {
		padding: 20px 25px;
	}

	.main-logos-press {
		gap: 100px;
	}

	.main-logos .group-a {
		max-width: 234px;
	}

	.group6,
	.group10 {
		width: 193px;
		height: 44px;
	}

	.group7 {
		width: 131px;
		height: 56px;
	}

	.group8,
	.group11 {
		width: 172px;
		height: 68px;
	}

	.group9 {
		width: 187px;
		height: 92px;
	}

	/* Partners Section */
	.main-partners {
		width: 90%;
		max-width: 750px;
		padding: var(--space-xl) var(--space-lg);
	}

	.main-partners-without {
		font-size: 36px;
	}

	/* Footer */
	.footer-row {
		flex-direction: column;
		gap: var(--space-lg);
		width: 100%;
		padding: 0 16px;
		max-width: none;
		align-items: center;
	}

	.footer-copyright {
		padding: 34px var(--space-lg);
	}

	.footer-col-left {
		width: 80%;
	}

	.footer-nav {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 70%;
		padding-right: 0px;
	}
}

@media screen and (max-width: 768px) {
	body {
		gap: var(--space-2xl);
	}

	.header-nav {
		padding: 16px 16px;
	}

	.header-img {
		width: 186px;
	}

	.hero-headline-lead {
		font-size: 36px;
	}

	.hero-headline-payoff {
		font-size: 28px;
		line-height: 1.4;
	}

	.main-logos-press {
		gap: 70px;
	}

	.main-logos-press .group-a {
		width: 117px;
	}

	.main-logos-press .group3 {
		width: 76px;
	}

	.main-logos-press img:nth-child(1) {
		height: 44px;
	}

	.main-logos-press img {
		height: 62px;
	}

	/* Pricing — keep 2 cols at tablet, tighten gap */
	.pricing-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--space-xs);
	}

	/* Section spacing adjustments */
	.main {
		gap: var(--space-2xl);
	}

	/* Footer adjustments */
	.footer-copyright {
		padding: 34px var(--space-sm);
	}

	.footer-col-left {
		width: 100%;
	}

	.footer-nav {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {

	.marquee-track {
		gap: 44px;
		animation: marquee 22s linear infinite;
	}

	.header-info {
		padding-left: 8px;
	}

	/* Hero */
	.hero-content {
		margin-left: var(--space-sm);
		width: calc(100% - 32px);
	}

	/* Main section widths */
	.main-all-inclusive1,
	.main-partners,
	.main-book-a-call {
		width: calc(100% - 0px);
		margin: 0 auto;
	}

	.main-partners {
		padding: var(--space-xl) var(--space-sm);
	}

	/* Card sizing — single column on small mobile */
	.card-solution {
		flex: 0 0 calc((100% - 36px) / 1);
		width: 100%;
		min-height: 270px;
		min-width: 0;
		max-width: none;
		padding: 24px;
		scroll-snap-align: start;
	}

	.main-row1,
	.main-row-bottom1 {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 16px;
		padding: 0 16px 28px 16px;
		scroll-padding-left: 16px;
	}

	.header-stat {
		grid-template-columns: 1fr 1fr;
		gap: var(--space-sm);
		padding: 18px var(--space-sm);
	}

	.column-a {
		max-width: 160px;
		margin: 0 auto;
	}

	.main-all-inclusive2 {
		font-size: 28px;
		letter-spacing: -1.12px;
		max-width: 361px;
	}

	.card-solution-card-solution-elite-sales {
		font-size: 20px;
		letter-spacing: -0.8px;
		min-height: 60px;
	}

	.card-solution-text {
		font-size: 14px;
		line-height: 24px;
	}

	.main-arrows1 {
		top: auto;
		bottom: 0;
		left: 16px;
	}

	.main-logos-press img:nth-child(1) {
		height: 26px;
	}

	.main-logos-press img {
		height: 44px;
	}

	.main-logos-press {
		gap: 20px;
	}

	.main-we-can-help2 {
		font-size: 28px;
	}

	.help-content {
		gap: var(--space-sm);
	}

	/* Pricing pills — single column on small mobile */
	.pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pricing-pill {
		padding: 18px 16px;
		min-height: auto;
	}

	/* Footer logo */
	.footer-logo {
		width: 180px;
	}
}