/*
 * Maxxefy SaaS redesign layer.
 */

:root {
	--maxx-bg: #061328;
	--maxx-surface: #0d2341;
	--maxx-panel: #102948;
	--maxx-line: #274870;
	--maxx-text: #e8f1ff;
	--maxx-muted: #9fb5d8;
	--maxx-brand: #19a2ff;
	--maxx-brand-2: #21d0ff;
	--maxx-ok: #20bf6b;
	--maxx-planned: #ff8e49;
	--maxx-limited: #f2b643;
	--maxx-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

body.wp-child-theme-maxxefy-social {
	background:
		radial-gradient(1100px 650px at 15% -20%, rgba(33, 208, 255, 0.13), transparent 58%),
		radial-gradient(900px 540px at 95% 0%, rgba(25, 162, 255, 0.15), transparent 62%),
		linear-gradient(180deg, #051126 0%, #061328 45%, #08162e 100%) !important;
	color: var(--maxx-text);
}

body.wp-child-theme-maxxefy-social #content {
	background: transparent !important;
}

/*
 * Hello Elementor dynamic header/footer skin.
 * This keeps style consistency when Elementor location templates override
 * child theme header/footer template parts.
 */
.site-header.dynamic-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(6, 19, 40, 0.92) !important;
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(58, 95, 142, 0.5) !important;
}

.site-header.dynamic-header .header-inner {
	max-width: 1180px;
	margin: 0 auto;
	min-height: 74px;
	padding: 0 1.25rem;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1rem;
}

.site-header.dynamic-header .site-title a {
	color: #f447a8 !important;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.01em;
}

.site-header.dynamic-header .site-navigation {
	justify-self: end;
}

.site-header.dynamic-header .site-navigation ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.site-header.dynamic-header .site-navigation ul.menu li {
	margin: 0;
	padding: 0;
}

.site-header.dynamic-header .site-navigation ul.menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.48rem 0.75rem;
	border-radius: 0.55rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: #dce9fc !important;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.site-header.dynamic-header .site-navigation ul.menu .current-menu-item > a,
.site-header.dynamic-header .site-navigation ul.menu a:hover,
.site-header.dynamic-header .site-navigation ul.menu a:focus-visible {
	background: rgba(25, 162, 255, 0.15) !important;
	color: #f3f9ff !important;
}

.site-header.dynamic-header .site-navigation-toggle-holder {
	justify-self: end;
}

.site-header.dynamic-header .site-navigation-toggle {
	width: 40px;
	height: 40px;
	border-radius: 0.6rem;
	border: 1px solid #396291;
	background: rgba(255, 255, 255, 0.04);
	color: #d9e9ff;
}

.site-header.dynamic-header .site-navigation-dropdown {
	background: #071b36;
	border-top: 1px solid rgba(58, 95, 142, 0.4);
	padding: 0.7rem 1rem 1rem;
}

.site-header.dynamic-header .site-navigation-dropdown ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.site-header.dynamic-header .site-navigation-dropdown ul.menu a {
	display: block;
	padding: 0.64rem 0.8rem;
	border: 1px solid #315884;
	border-radius: 0.6rem;
	color: #dbe9ff;
	font-size: 0.9rem;
	text-decoration: none;
}

.site-header.dynamic-header .site-navigation-dropdown ul.menu a:hover {
	background: rgba(25, 162, 255, 0.12);
}

.site-footer.dynamic-footer {
	background: #061328 !important;
	border-top: 1px solid rgba(58, 96, 144, 0.45) !important;
	color: #c8dbf8 !important;
	padding: 1rem 0 1.1rem;
}

.site-footer.dynamic-footer .footer-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 1.25rem;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.8rem;
}

.site-footer.dynamic-footer .site-navigation ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.site-footer.dynamic-footer .site-navigation ul.menu a {
	display: inline-flex;
	padding: 0.26rem 0.52rem;
	border-radius: 0.5rem;
	font-size: 0.76rem;
	font-weight: 600;
	color: #c8dcf7 !important;
	text-decoration: none;
}

.site-footer.dynamic-footer .site-navigation ul.menu a:hover,
.site-footer.dynamic-footer .site-navigation ul.menu .current-menu-item > a {
	background: rgba(25, 162, 255, 0.14) !important;
	color: #ffffff !important;
}

.site-footer.dynamic-footer .copyright,
.site-footer.dynamic-footer .copyright p {
	margin: 0;
	font-size: 0.8rem;
	color: #9bb8da !important;
}

.maxxefy-site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(6, 19, 40, 0.9);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(58, 95, 142, 0.5);
}

.maxxefy-legal-branding {
	position: relative;
	z-index: 998;
	background: rgba(6, 19, 40, 0.92);
	border-bottom: 1px solid rgba(58, 95, 142, 0.5);
	padding: 0.5rem 0;
}

.maxxefy-legal-branding__inner {
	display: flex;
	align-items: center;
	min-height: 44px;
}

.maxxefy-legal-branding__home {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: #e8f2ff;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.maxxefy-legal-branding__icon {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	object-fit: contain;
	background: rgba(255, 255, 255, 0.08);
	padding: 2px;
}

.maxxefy-legal-branding__name {
	font-size: 0.96rem;
	line-height: 1;
}

.maxxefy-site-header__inner {
	min-height: 74px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
}

.maxxefy-site-header__brand {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.maxxefy-site-header__brand .custom-logo {
	max-height: 42px;
	width: auto;
}

.maxxefy-site-title {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #e8f2ff;
	text-decoration: none;
}

.maxxefy-logo-dot {
	width: 11px;
	height: 11px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--maxx-brand), #8f6bff);
	box-shadow: 0 0 16px rgba(33, 208, 255, 0.45);
}

.maxxefy-header-nav {
	justify-self: center;
	width: 100%;
}

.maxxefy-menu-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.maxxefy-menu-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.48rem 0.75rem;
	border-radius: 0.55rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: #dce9fc;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.maxxefy-menu-list .current-menu-item a,
.maxxefy-menu-list a:hover,
.maxxefy-menu-list a:focus-visible {
	background: rgba(25, 162, 255, 0.15);
	color: #f3f9ff;
}

.maxxefy-site-header__actions {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.maxxefy-site-header__actions .maxx-btn {
	padding: 0.48rem 0.8rem;
	font-size: 0.83rem;
}

.maxxefy-menu-toggle {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 0.6rem;
	border: 1px solid #396291;
	background: rgba(255, 255, 255, 0.04);
	padding: 0.5rem;
	cursor: pointer;
}

.maxxefy-menu-toggle span {
	display: block;
	height: 2px;
	margin: 4px 0;
	background: #d9e9ff;
	border-radius: 99px;
}

.maxxefy-mobile-nav {
	display: none;
	padding: 0 0 0.8rem;
	border-top: 1px solid rgba(58, 95, 142, 0.4);
}

.maxxefy-mobile-nav.is-open {
	display: block;
}

.maxxefy-mobile-menu-list,
.maxxefy-mobile-nav .maxxefy-menu-list {
	list-style: none;
	margin: 0;
	padding: 0.6rem 0 0;
	display: grid;
	gap: 0.35rem;
}

.maxxefy-mobile-menu-list a,
.maxxefy-mobile-nav .maxxefy-menu-list a {
	display: block;
	padding: 0.64rem 0.8rem;
	border: 1px solid #315884;
	border-radius: 0.6rem;
	color: #dbe9ff;
	text-decoration: none;
	font-size: 0.9rem;
}

.maxxefy-mobile-menu-list a:hover,
.maxxefy-mobile-nav .maxxefy-menu-list a:hover {
	background: rgba(25, 162, 255, 0.12);
}

.maxx-page {
	background:
		radial-gradient(1100px 650px at 15% -20%, rgba(33, 208, 255, 0.13), transparent 58%),
		radial-gradient(900px 540px at 95% 0%, rgba(25, 162, 255, 0.15), transparent 62%),
		linear-gradient(180deg, #051126 0%, #061328 45%, #08162e 100%);
	color: var(--maxx-text);
	padding-bottom: 5rem;
}

.maxx-generic-page {
	padding: 3.2rem 0 4rem;
	min-height: calc(100vh - 180px);
}

.maxx-generic-container {
	max-width: 1080px;
	margin: 0 auto;
}

.maxx-generic-container--wide {
	max-width: 1180px;
}

.maxx-generic-article {
	background: rgba(10, 30, 55, 0.52);
	border: 1px solid rgba(58, 96, 144, 0.45);
	border-radius: 1rem;
	padding: 1.2rem;
	box-shadow: var(--maxx-shadow);
}

.maxx-generic-page .entry-title {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	color: #f3f8ff;
}

.maxx-generic-page .entry-header {
	margin-bottom: 1rem;
}

.maxx-generic-page .entry-content,
.maxx-generic-page .entry-content p,
.maxx-generic-page .entry-content li {
	color: var(--maxx-muted) !important;
	font-size: 0.97rem;
	line-height: 1.7;
}

.maxx-generic-page .entry-content h2,
.maxx-generic-page .entry-content h3,
.maxx-generic-page .entry-content h4 {
	color: #f2f8ff !important;
	margin-top: 1.15rem;
}

.maxx-generic-page .entry-content a {
	color: #9dd5ff;
}

.maxxefy-main.maxxefy-docs-page .maxxefy-docs-layout {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 1rem;
	padding: 0;
}

.maxxefy-docs-sidebar {
	background: rgba(10, 30, 55, 0.52);
	border: 1px solid rgba(58, 96, 144, 0.45);
	border-radius: 0.9rem;
	padding: 0.8rem;
	height: fit-content;
}

.maxxefy-docs-content {
	background: rgba(10, 30, 55, 0.52);
	border: 1px solid rgba(58, 96, 144, 0.45);
	border-radius: 0.9rem;
	padding: 1rem;
	box-shadow: var(--maxx-shadow);
}

.maxxefy-docs-nav,
.maxxefy-docs-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.maxxefy-docs-nav a,
.maxxefy-docs-sidebar a {
	display: block;
	padding: 0.52rem 0.6rem;
	border-radius: 0.5rem;
	border: 1px solid #315884;
	color: #dceaff;
	text-decoration: none;
	font-size: 0.87rem;
}

.maxxefy-docs-nav a:hover,
.maxxefy-docs-sidebar a:hover {
	background: rgba(25, 162, 255, 0.14);
}

.maxxefy-footer {
	background: #061328;
	border-top: 1px solid rgba(58, 96, 144, 0.45);
	color: #c8dbf8;
	padding: 1.8rem 0 1.1rem;
}

.maxxefy-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 1rem;
}

.maxxefy-footer h4 {
	margin: 0 0 0.55rem;
	font-size: 0.88rem;
	color: #f3f8ff;
}

.maxxefy-footer-brand p {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: #9ebadb;
}

.maxxefy-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.32rem;
}

.maxxefy-footer-links a {
	color: #c8dcf7;
	font-size: 0.84rem;
	text-decoration: none;
}

.maxxefy-footer-links a:hover {
	color: #ffffff;
}

.maxxefy-footer-bottom {
	margin-top: 1.25rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(58, 96, 144, 0.45);
	display: flex;
	justify-content: space-between;
	gap: 0.8rem;
	font-size: 0.8rem;
	color: #9bb8da;
}

.maxx-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.maxx-section {
	padding: 4.5rem 0;
}

.maxx-section--surface {
	background: rgba(10, 29, 53, 0.58);
	border-top: 1px solid rgba(56, 96, 142, 0.4);
	border-bottom: 1px solid rgba(56, 96, 142, 0.4);
}

.maxx-section__head {
	margin-bottom: 1.4rem;
}

.maxx-section__head h2 {
	color: #f5f9ff;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	margin: 0 0 0.4rem;
}

.maxx-section__head p {
	color: var(--maxx-muted);
	margin: 0;
}

.maxx-hero {
	padding: 5.4rem 0 3.6rem;
}

.maxx-hero--compact {
	padding: 4.3rem 0 2.8rem;
}

.maxx-hero__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 2rem;
	align-items: center;
}

.maxx-hero h1 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.1;
	margin: 0.4rem 0 0.9rem;
	color: #fbfdff;
}

.maxx-hero p {
	font-size: 1.04rem;
	max-width: 68ch;
	color: var(--maxx-muted);
}

.maxx-hero__submeta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.9rem;
}

.maxx-hero__submeta span {
	font-size: 0.8rem;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	border: 1px solid #355f91;
	background: rgba(255, 255, 255, 0.03);
	color: #cde3ff;
}

.maxx-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.34rem 0.78rem;
	border-radius: 999px;
	font-size: 0.78rem;
	letter-spacing: 0.02em;
	font-weight: 700;
	background: rgba(25, 162, 255, 0.14);
	color: #bfe6ff;
	border: 1px solid rgba(40, 138, 220, 0.6);
}

.maxx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.2rem;
}

.maxx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.67rem 1.06rem;
	border-radius: 0.7rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.94rem;
	border: 1px solid transparent;
	transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.maxx-btn:hover {
	transform: translateY(-1px);
}

.maxx-btn--primary {
	background: linear-gradient(90deg, var(--maxx-brand), var(--maxx-brand-2));
	color: #042544;
}

.maxx-btn--ghost {
	background: rgba(255, 255, 255, 0.03);
	border-color: var(--maxx-line);
	color: #d9e8ff;
}

.maxx-ui-mock,
.maxx-panel,
.maxx-platform-card,
.maxx-support-card,
.maxx-feature {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
	border: 1px solid var(--maxx-line);
	border-radius: 1rem;
	box-shadow: var(--maxx-shadow);
}

.maxx-ui-mock {
	padding: 1.05rem 1.2rem;
}

.maxx-ui-mock--dashboard {
	padding: 1.1rem;
}

.maxx-ui-mock__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.maxx-ui-mock__head span {
	font-size: 0.72rem;
	color: #bfddff;
	background: rgba(25, 162, 255, 0.16);
	padding: 0.24rem 0.52rem;
	border-radius: 999px;
}

.maxx-ui-bars {
	display: grid;
	gap: 0.4rem;
	margin-bottom: 0.65rem;
}

.maxx-ui-bars span {
	display: block;
	border-radius: 0.45rem;
	background: linear-gradient(90deg, rgba(33, 208, 255, 0.2), rgba(25, 162, 255, 0.3));
	height: 12px;
}

.maxx-ui-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
}

.maxx-ui-grid__card {
	border: 1px solid #325a8d;
	background: rgba(8, 29, 54, 0.75);
	border-radius: 0.7rem;
	padding: 0.8rem;
	font-size: 0.82rem;
	color: #d5e8ff;
	text-align: center;
}

.maxx-rating-row {
	display: flex;
	gap: 0.6rem;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.maxx-rating-card {
	display: inline-grid;
	gap: 0.2rem;
	padding: 0.55rem 0.75rem;
	border-radius: 0.75rem;
	border: 1px solid #355f91;
	background: rgba(255, 255, 255, 0.03);
}

.maxx-rating-card strong {
	font-size: 0.97rem;
	line-height: 1;
	color: #eef6ff;
}

.maxx-rating-card span {
	font-size: 0.76rem;
	color: var(--maxx-muted);
}

.maxx-metric-band {
	border-top: 1px solid rgba(63, 99, 146, 0.45);
	border-bottom: 1px solid rgba(63, 99, 146, 0.45);
	background: rgba(8, 26, 47, 0.65);
	padding: 1.1rem 0;
}

.maxx-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
}

.maxx-metrics article {
	border: 1px solid #2d517e;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 0.8rem;
	padding: 0.7rem;
	text-align: center;
}

.maxx-metrics strong {
	font-size: 1.2rem;
	color: #f2f8ff;
	display: block;
}

.maxx-metrics span {
	font-size: 0.8rem;
	color: var(--maxx-muted);
}

.maxx-kicker {
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9ed4ff;
	font-weight: 700;
}

.maxx-video-highlight {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	padding: 1rem;
	border-radius: 1rem;
	border: 1px solid #2b4f7b;
	background: rgba(255, 255, 255, 0.02);
}

.maxx-video-highlight h2 {
	margin: 0.35rem 0 0.55rem;
	font-size: 1.7rem;
}

.maxx-video-highlight__media {
	min-height: 220px;
	display: grid;
	place-items: center;
	border-radius: 0.95rem;
	border: 1px dashed #4475aa;
	background: linear-gradient(145deg, rgba(95, 57, 192, 0.18), rgba(25, 162, 255, 0.12));
	color: #c9e5ff;
	font-weight: 600;
}

.maxx-video-highlight__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.85rem;
	border: 1px solid rgba(73, 122, 175, 0.55);
}

.maxx-logo-strip {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.6rem;
	margin-top: 0.7rem;
}

.maxx-logo-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	border: 1px solid #2f5686;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 0.8rem;
	padding: 0.58rem 0.42rem;
	text-align: center;
	color: #ddeeff;
}

.maxx-logo-chip strong {
	font-size: 0.72rem;
	line-height: 1.25;
	font-weight: 600;
}

.maxx-mini-list {
	margin: 0.7rem 0 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.26rem;
	color: #b8d2f5;
	font-size: 0.8rem;
}

.maxx-ui-mock h3 {
	margin: 0 0 0.5rem;
	font-size: 1.02rem;
}

.maxx-ui-mock ul {
	padding-left: 1.1rem;
	margin: 0;
	color: #c6daf8;
}

.maxx-grid {
	display: grid;
	gap: 1rem;
}

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

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

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

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

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

.maxx-platform-card,
.maxx-feature,
.maxx-panel,
.maxx-support-card {
	padding: 1rem;
}

.maxx-platform-card__head {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.maxx-platform-card h2,
.maxx-platform-card h3,
.maxx-feature h2,
.maxx-feature h3,
.maxx-panel h2,
.maxx-panel h3,
.maxx-support-card h3 {
	margin: 0;
	font-size: 1.04rem;
	color: #f4f9ff;
}

.maxx-platform-card p,
.maxx-feature p,
.maxx-panel p,
.maxx-support-card p {
	margin: 0.4rem 0 0;
	color: var(--maxx-muted);
	font-size: 0.93rem;
}

.maxx-logo {
	min-width: 42px;
	height: 42px;
	display: inline-grid;
	place-items: center;
	border-radius: 0.7rem;
	background: linear-gradient(135deg, rgba(25, 162, 255, 0.22), rgba(33, 208, 255, 0.22));
	border: 1px solid rgba(60, 116, 184, 0.9);
	font-weight: 700;
	font-size: 0.82rem;
	color: #d8efff;
}

.maxx-badges,
.maxx-status-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.48rem;
	margin-top: 0.8rem;
}

.maxx-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.52rem;
	font-size: 0.74rem;
	border-radius: 999px;
	border: 1px solid #355d8c;
	color: #d7e8ff;
	background: rgba(255, 255, 255, 0.03);
}

.maxx-badge--ok {
	background: rgba(32, 191, 107, 0.16);
	border-color: rgba(32, 191, 107, 0.52);
	color: #ceffe5;
}

.maxx-badge--planned {
	background: rgba(255, 142, 73, 0.14);
	border-color: rgba(255, 142, 73, 0.5);
	color: #ffe0ce;
}

.maxx-link {
	display: inline-block;
	margin-top: 0.9rem;
	font-weight: 600;
	color: #a5d9ff;
}

.maxx-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0.7rem;
	font-size: 0.9rem;
}

.maxx-table th,
.maxx-table td {
	border-bottom: 1px solid rgba(76, 112, 156, 0.52);
	padding: 0.58rem 0.45rem;
	text-align: left;
}

.maxx-table thead th {
	color: #f5f9ff;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
}

.maxx-state {
	display: inline-flex;
	align-items: center;
	padding: 0.23rem 0.48rem;
	font-size: 0.72rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
}

.maxx-state--supported,
.maxx-state--implemented {
	background: rgba(32, 191, 107, 0.14);
	border-color: rgba(32, 191, 107, 0.45);
	color: #ceffe5;
}

.maxx-state--planned {
	background: rgba(255, 142, 73, 0.13);
	border-color: rgba(255, 142, 73, 0.4);
	color: #ffe0ce;
}

.maxx-state--limited {
	background: rgba(242, 182, 67, 0.13);
	border-color: rgba(242, 182, 67, 0.42);
	color: #ffecc5;
}

.maxx-state--unsupported {
	background: rgba(111, 137, 170, 0.16);
	border-color: rgba(111, 137, 170, 0.38);
	color: #d5e2f5;
}

.maxx-planned-note {
	margin-top: 0.55rem;
	font-size: 0.82rem;
	color: #ffd5c1;
}

.maxx-code-panel {
	margin-top: 0.6rem;
	background: #081c35;
	border: 1px dashed #416a9d;
	border-radius: 0.8rem;
	overflow: auto;
}

.maxx-code-panel pre {
	margin: 0;
	padding: 0.8rem;
	font-size: 0.81rem;
	line-height: 1.5;
	color: #cce6ff;
}

.maxx-list {
	margin: 0.3rem 0 0;
	padding-left: 1.05rem;
	color: var(--maxx-muted);
}

.maxx-list li + li {
	margin-top: 0.35rem;
}

.maxx-step {
	position: relative;
	padding: 1rem;
	border-radius: 0.95rem;
	border: 1px solid #325983;
	background: rgba(255, 255, 255, 0.02);
}

.maxx-step span {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--maxx-brand), var(--maxx-brand-2));
	color: #032445;
	font-weight: 800;
	font-size: 0.78rem;
	margin-bottom: 0.45rem;
}

.maxx-step h3 {
	font-size: 1rem;
}

.maxx-screen-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.maxx-screen {
	min-height: 180px;
	border-radius: 0.85rem;
	border: 1px dashed #497aaf;
	background: rgba(8, 29, 53, 0.75);
	display: grid;
	place-items: center;
	text-align: center;
	font-size: 0.84rem;
	color: #c6e0ff;
	padding: 1rem;
}

.maxx-screen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0.55rem;
	border: 1px solid rgba(73, 122, 175, 0.45);
}

.maxx-inline-shots {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 0.7rem;
}

.maxx-inline-shots figure {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.38rem;
}

.maxx-inline-shots img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 0.7rem;
	border: 1px solid rgba(73, 122, 175, 0.45);
	display: block;
	background: rgba(8, 29, 53, 0.75);
}

.maxx-inline-shots figcaption {
	font-size: 0.75rem;
	color: #bdd8f8;
	text-align: center;
}

.maxx-testimonial {
	padding: 1rem;
	border-radius: 0.9rem;
	border: 1px solid #335a86;
	background: rgba(255, 255, 255, 0.02);
}

.maxx-testimonial p {
	margin: 0;
	font-size: 0.9rem;
	color: #c7ddfb;
}

.maxx-testimonial strong {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.83rem;
	color: #f1f7ff;
}

.maxx-pricing {
	padding: 1.1rem;
	border-radius: 0.9rem;
	border: 1px solid #345b86;
	background: rgba(255, 255, 255, 0.02);
}

.maxx-pricing h3 {
	font-size: 1rem;
}

.maxx-pricing strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
	margin-top: 0.6rem;
	color: #f7fbff;
}

.maxx-pricing span {
	display: block;
	font-size: 0.8rem;
	color: var(--maxx-muted);
	margin-top: 0.25rem;
}

.maxx-pricing ul {
	margin: 0.8rem 0 0;
	padding-left: 1rem;
	color: #c0d8f7;
	font-size: 0.86rem;
	line-height: 1.45;
}

.maxx-pricing--featured {
	border-color: #4f6cf0;
	background: linear-gradient(180deg, rgba(79, 108, 240, 0.2), rgba(29, 46, 102, 0.25));
	box-shadow: 0 12px 28px rgba(37, 76, 195, 0.28);
}

.maxx-faq-list {
	display: grid;
	gap: 0.62rem;
}

.maxx-faq-list details {
	border: 1px solid #325982;
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.02);
	padding: 0.7rem 0.8rem;
}

.maxx-faq-list summary {
	cursor: pointer;
	font-weight: 600;
	color: #ecf5ff;
}

.maxx-faq-list p {
	margin: 0.55rem 0 0;
	font-size: 0.88rem;
	color: var(--maxx-muted);
}

.maxx-screenshot-placeholder {
	margin-top: 0.5rem;
	min-height: 160px;
	display: grid;
	place-items: center;
	text-align: center;
	color: #afd0f6;
	font-size: 0.88rem;
	border-radius: 0.8rem;
	border: 1px dashed #4476ad;
	background: rgba(8, 25, 47, 0.8);
}

.maxx-form {
	display: grid;
	gap: 0.55rem;
	margin-top: 0.8rem;
}

.maxx-form label {
	font-size: 0.84rem;
	color: #cbe0fc;
}

.maxx-form input {
	width: 100%;
	padding: 0.62rem 0.72rem;
	border-radius: 0.6rem;
	border: 1px solid #3e6592;
	background: #0a203d;
	color: #e8f1ff;
}

.maxx-faq-item + .maxx-faq-item {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(70, 104, 148, 0.45);
}

.maxx-roadmap {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.15rem;
	border-radius: 1rem;
	border: 1px solid var(--maxx-line);
	background: rgba(255, 255, 255, 0.02);
}

.maxx-roadmap h2 {
	margin: 0;
	font-size: 1.45rem;
}

.maxx-roadmap p {
	margin: 0.4rem 0 0;
	color: var(--maxx-muted);
}

@media (max-width: 1024px) {
	.maxxefy-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.maxxefy-main.maxxefy-docs-page .maxxefy-docs-layout {
		grid-template-columns: 1fr;
	}

	.maxx-metrics,
	.maxx-logo-strip,
	.maxx-screen-grid,
	.maxx-inline-shots,
	.maxx-video-highlight,
	.maxx-grid--platforms,
	.maxx-grid--features,
	.maxx-grid--3,
	.maxx-grid--support {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.site-header.dynamic-header .header-inner {
		grid-template-columns: auto auto;
	}

	.site-header.dynamic-header .site-navigation.show {
		display: none;
	}

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

	.site-footer.dynamic-footer .site-navigation ul.menu {
		justify-content: center;
	}

	.site-footer.dynamic-footer .copyright {
		text-align: center;
	}

	.maxxefy-site-header__inner {
		grid-template-columns: auto auto;
	}

	.maxxefy-header-nav,
	.maxxefy-site-header__actions {
		display: none;
	}

	.maxxefy-menu-toggle {
		display: inline-block;
		justify-self: end;
	}

	.maxxefy-legal-branding__icon {
		width: 30px;
		height: 30px;
	}

	.maxx-hero__grid,
	.maxx-grid--2,
	.maxx-grid--3,
	.maxx-grid--features,
	.maxx-grid--platforms,
	.maxx-logo-strip,
	.maxx-metrics,
	.maxx-screen-grid,
	.maxx-video-highlight,
	.maxx-grid--support,
	.maxx-roadmap {
		grid-template-columns: 1fr;
	}

	.maxxefy-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.maxx-hero {
		padding: 4.2rem 0 2.9rem;
	}

	.maxx-section {
		padding: 3.4rem 0;
	}
}
