/**
 * FilePilot AI Custom Styles
 * Modern SaaS landing page styling - Dark Mode
 */

/* ===== ROOT VARIABLES - DARK MODE ===== */
:root {
	--fp-primary: #A78BFA;
	--fp-secondary: #627AE6;
	--fp-accent: #7C3AED;
	--fp-background: #0B0F19;
	--fp-background-alt: #0F172A;
	--fp-text: #E5E7EB;
	--fp-text-muted: #94A3B8;
	--fp-border: rgba(148, 163, 184, 0.18);
	--fp-card-bg: rgba(255, 255, 255, 0.04);
	--fp-spacing: 64px;
	--fp-spacing-mobile: 40px;
	--fp-radius: 16px;
	--fp-radius-lg: 24px;
	--fp-radius-pill: 999px;
	--fp-header-bg: rgba(11, 15, 25, 0.75);
}

/* ===== GLOBAL STYLES - AGGRESSIVE DARK MODE ===== */
/* Force dark background on ALL core elements */
html,
body,
#page,
#content,
.site,
.site-content,
.ast-container,
.content-area,
.site-main,
.entry-content,
.ast-article-single,
.ast-separate-container,
.ast-plain-container,
.ast-page-builder-template,
.wp-site-blocks,
.wp-block-template-part,
.wp-block-group,
.wp-block-group__inner-container,
.wp-block-columns,
.wp-block-column {
	background-color: #0B0F19 !important;
	background: #0B0F19 !important;
}

/* Force text colors */
body,
p,
.entry-content,
.ast-article-single {
	background: #0B0F19 !important;
	color: #E5E7EB !important;
	line-height: 1.6;
	font-size: 17px;
}

p {
	margin-bottom: 1.5rem;
	color: #94A3B8 !important;
	font-size: 1.0625rem;
	line-height: 1.7;
}

/* Links */
a {
	color: #A78BFA !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #C4B5FD !important;
}

/* Headings - Force white/light colors */
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.entry-title,
.ast-article-single h1,
.ast-article-single h2,
.ast-article-single h3,
.ast-article-single h4,
.ast-article-single h5,
.ast-article-single h6 {
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	color: #F8FAFC !important;
	background: transparent !important;
}

h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	margin-bottom: 1.5rem;
}

h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 1rem;
}

h3 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-bottom: 0.75rem;
}

/* Remove white backgrounds from common Astra containers */
.ast-primary-header-bar,
.main-header-bar,
.site-header,
.ast-site-header-wrap,
.ast-main-header-wrap,
.ast-builder-grid-row-container,
.ast-builder-grid-row,
.ast-builder-layout-element {
	background: transparent !important;
}

/* ===== BUTTONS - DARK MODE ===== */
.wp-block-button__link,
.cta-button,
.fp-button {
	border-radius: 999px !important;
	padding: 14px 32px !important;
	font-weight: 600 !important;
	transition: all 0.3s ease;
	text-decoration: none !important;
	display: inline-block;
	font-size: 16px !important;
}

/* Primary/Fill Buttons - Gradient */
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button__link:not(.is-style-outline),
.fp-button-primary {
	background: linear-gradient(90deg, #627AE6, #A78BFA) !important;
	color: #0B0F19 !important;
	border: none !important;
	box-shadow: 0 4px 14px rgba(98, 122, 230, 0.4);
}

.wp-block-button.is-style-fill .wp-block-button__link:hover,
.fp-button-primary:hover {
	background: linear-gradient(90deg, #7C8EF0, #B89EFF) !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(98, 122, 230, 0.5);
}

/* Outline Buttons - Transparent with border */
.wp-block-button.is-style-outline .wp-block-button__link,
.fp-button-secondary {
	background: transparent !important;
	color: #E5E7EB !important;
	border: 1px solid rgba(148, 163, 184, 0.28) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.fp-button-secondary:hover {
	background: rgba(255, 255, 255, 0.04) !important;
	border-color: #A78BFA !important;
	color: #E5E7EB !important;
	transform: translateY(-2px);
}

/* ===== NAVIGATION - ULTRA COMPACT DARK HEADER ===== */
/* Force compact header height on ALL Astra header elements */
header#masthead,
#masthead,
.site-header,
.ast-primary-header-bar,
.main-header-bar,
#masthead .ast-primary-header-bar,
#masthead .main-header-bar,
#masthead .site-primary-header-wrap,
.ast-main-header-wrap,
.ast-primary-header,
.ast-site-header-wrap,
.site-primary-header-wrap,
.ast-builder-grid-row-container {
	background: rgba(11, 15, 25, 0.72) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: 56px !important;
	max-height: 56px !important;
	height: 56px !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 999 !important;
	margin: 0 !important;
}

/* Force container padding reduction */
#masthead .ast-container,
.ast-primary-header-bar .ast-container,
.main-header-bar .ast-container {
	padding-left: 18px !important;
	padding-right: 18px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Force grid row compact height */
.ast-builder-grid-row,
.ast-builder-grid-row-container,
#masthead .ast-builder-grid-row {
	align-items: center !important;
	min-height: 56px !important;
	max-height: 56px !important;
	height: 56px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Remove all padding from branding wrappers */
.ast-site-title-wrap,
.site-branding,
.ast-site-identity,
.ast-builder-layout-element,
.site-branding-wrap,
.ast-site-identity-wrap {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
}

/* Desktop Navigation - Compact */
#primary-site-navigation-desktop,
ul#ast-hf-menu-1 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

ul#ast-hf-menu-1 > li {
	margin: 0 8px !important;
	padding: 0 !important;
}

ul#ast-hf-menu-1 > li > a.menu-link {
	color: #E5E7EB !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	padding: 10px 12px !important;
	line-height: 1 !important;
	transition: color 0.2s ease !important;
	display: inline-block !important;
}

ul#ast-hf-menu-1 > li > a.menu-link:hover {
	color: #A78BFA !important;
}

/* Site Title - Compact */
.site-title,
.site-title a,
.ast-site-title-wrap a {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #F8FAFC !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
}

.site-title a:hover,
.ast-site-title-wrap a:hover {
	color: #A78BFA !important;
}

/* CTA Button - Gradient Pill Compact */
.main-navigation ul li.menu-item-cta {
	margin-left: 16px !important;
}

ul#ast-hf-menu-1 .menu-item-cta a.cta-button,
.main-navigation ul li.menu-item-cta a,
ul#ast-hf-menu-1 .menu-item-cta a {
	background: linear-gradient(90deg, #627AE6, #A78BFA) !important;
	color: #0B0F19 !important;
	padding: 9px 14px !important;
	border-radius: 999px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 2px 8px rgba(98, 122, 230, 0.3) !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	border: 0 !important;
	line-height: 1 !important;
}

ul#ast-hf-menu-1 .menu-item-cta a.cta-button::after,
.main-navigation ul li.menu-item-cta a::after,
ul#ast-hf-menu-1 .menu-item-cta a::after {
	content: "→";
	font-size: 16px;
	transition: transform 0.3s ease;
}

ul#ast-hf-menu-1 .menu-item-cta a.cta-button:hover,
.main-navigation ul li.menu-item-cta a:hover,
ul#ast-hf-menu-1 .menu-item-cta a:hover {
	background: linear-gradient(90deg, #7C8EF0, #B89EFF) !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(98, 122, 230, 0.4) !important;
}

ul#ast-hf-menu-1 .menu-item-cta a.cta-button:hover::after,
.main-navigation ul li.menu-item-cta a:hover::after,
ul#ast-hf-menu-1 .menu-item-cta a:hover::after {
	transform: translateX(3px);
}

/* Mobile adjustments */
@media (max-width: 921px) {
	header#masthead,
	#masthead,
	#masthead .ast-primary-header-bar,
	.ast-builder-grid-row {
		min-height: 60px !important;
		max-height: 60px !important;
		height: 60px !important;
	}
}

/* ===== SECTIONS - DARK MODE ===== */
.fp-section {
	padding: var(--fp-spacing) 20px;
	background: transparent !important;
}

.fp-section-alt {
	background: #0F172A !important;
}

.entry-content,
.ast-article-single {
	max-width: 1200px;
	margin: 0 auto;
	background: transparent !important;
}

@media (max-width: 768px) {
	.fp-section {
		padding: var(--fp-spacing-mobile) 20px;
	}
}

/* ===== HERO SECTION - DARK MODE WITH GRADIENT GLOW ===== */
.fp-hero {
	text-align: center;
	padding: 100px 20px 80px;
	background: var(--fp-background);
	position: relative;
	overflow: hidden;
}

.fp-hero::before {
	content: "";
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 800px;
	background: radial-gradient(circle, rgba(98, 122, 230, 0.15) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.fp-hero::after {
	content: "";
	position: absolute;
	top: 20%;
	right: 10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(167, 139, 250, 0.12) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.fp-hero > * {
	position: relative;
	z-index: 1;
}

.fp-hero h1 {
	margin-bottom: 1rem;
	color: #FFFFFF;
}

.fp-hero .fp-subhead {
	font-size: 1.2rem;
	line-height: 1.7;
	color: var(--fp-text-muted);
	max-width: 700px;
	margin: 0 auto 2rem;
}

.fp-hero-metrics {
	display: flex;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap;
	margin: 2rem 0;
	font-size: 1rem;
	color: var(--fp-text-muted);
}

.fp-hero-metrics span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fp-hero-metrics span::before {
	content: "✓";
	color: var(--fp-primary);
	font-weight: 700;
}

.fp-social-proof {
	display: flex;
	justify-content: center;
	gap: 48px;
	flex-wrap: wrap;
	margin: 3rem 0;
	font-size: 0.95rem;
	color: var(--fp-text-muted);
}

.fp-social-proof-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.fp-social-proof-item strong {
	color: var(--fp-text);
	font-size: 1.5rem;
	font-weight: 700;
}

/* ===== CARDS - GLASSMORPHISM DARK MODE ===== */
.fp-card,
.fp-pricing-card,
.fp-upload-panel,
.fp-upload-area {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	border-radius: 16px !important;
	padding: 32px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}

.fp-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.3), transparent);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.fp-card:hover,
.fp-pricing-card:hover {
	border-color: rgba(167, 139, 250, 0.4) !important;
	box-shadow: 0 12px 32px rgba(98, 122, 230, 0.15);
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.06) !important;
}

.fp-card:hover::before {
	opacity: 1;
}

.fp-card h3 {
	margin-bottom: 1rem;
	color: #F8FAFC !important;
}

.fp-card p {
	margin-bottom: 0;
	font-size: 1rem;
	color: #94A3B8 !important;
}

/* ===== FEATURE GRID WITH ICONS ===== */
.fp-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto;
}

/* CSS-generated icon for feature cards */
.fp-features .fp-card::before,
.fp-card.has-icon::before {
	content: "";
	position: absolute;
	top: 32px;
	left: 32px;
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, rgba(98, 122, 230, 0.2), rgba(167, 139, 250, 0.2));
	border: 2px solid var(--fp-border);
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(98, 122, 230, 0.15);
}

.fp-features .fp-card h3,
.fp-card.has-icon h3 {
	padding-left: 64px;
	position: relative;
}

.fp-features .fp-card h3::before,
.fp-card.has-icon h3::before {
	content: "✦";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: var(--fp-primary);
}

@media (max-width: 768px) {
	.fp-features {
		grid-template-columns: 1fr;
	}
}

/* ===== UPLOAD PANEL - DARK MODE ===== */
.fp-upload-panel {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.fp-upload-area {
	border: 2px dashed var(--fp-border);
	border-radius: var(--fp-radius);
	padding: 60px 40px;
	background: var(--fp-card-bg);
	margin: 2rem 0;
	transition: all 0.3s ease;
	position: relative;
}

.fp-upload-area::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--fp-radius);
	background: radial-gradient(circle at center, rgba(98, 122, 230, 0.08), transparent 70%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.fp-upload-area:hover {
	border-color: var(--fp-primary);
	background: rgba(98, 122, 230, 0.08);
}

.fp-upload-area:hover::before {
	opacity: 1;
}

.fp-upload-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	opacity: 0.6;
	filter: grayscale(20%);
	position: relative;
	z-index: 1;
}

/* CSS-generated upload icon alternative */
.fp-upload-area .fp-upload-icon-css {
	width: 64px;
	height: 64px;
	margin: 0 auto 1rem;
	background: linear-gradient(135deg, rgba(98, 122, 230, 0.3), rgba(167, 139, 250, 0.3));
	border: 2px solid var(--fp-border);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: var(--fp-primary);
}

.fp-file-types {
	font-size: 0.875rem;
	color: var(--fp-text-muted);
	margin-top: 1rem;
}

.fp-upload-note {
	font-size: 0.875rem;
	color: var(--fp-text-muted);
	margin: 1.5rem 0;
}

/* ===== PRICING CARDS - DARK MODE ===== */
.fp-pricing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 32px;
	max-width: 800px;
	margin: 3rem auto 0;
}

.fp-pricing-card {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	border-radius: 16px !important;
	padding: 40px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fp-pricing-card:hover {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(167, 139, 250, 0.4) !important;
}

.fp-pricing-card.featured {
	border-color: #A78BFA !important;
	box-shadow: 0 20px 60px rgba(98, 122, 230, 0.2);
	transform: scale(1.05);
	background: linear-gradient(135deg, rgba(98, 122, 230, 0.08), rgba(167, 139, 250, 0.08)) !important;
}

.fp-pricing-card h3 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: #F8FAFC !important;
}

.fp-pricing-price {
	font-size: 3rem;
	font-weight: 700;
	color: #F8FAFC !important;
	margin: 1rem 0;
}

.fp-pricing-price span {
	font-size: 1.25rem;
	font-weight: 400;
	color: #94A3B8 !important;
}

.fp-pricing-features {
	text-align: left;
	margin: 2rem 0;
	list-style: none;
	padding: 0;
}

.fp-pricing-features li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.95rem;
	color: #E5E7EB !important;
}

.fp-pricing-features li:last-child {
	border-bottom: none;
}

.fp-pricing-features li::before {
	content: "✓";
	color: #A78BFA !important;
	font-weight: 700;
	font-size: 1.25rem;
}

@media (max-width: 768px) {
	.fp-pricing {
		grid-template-columns: 1fr;
	}
	.fp-pricing-card.featured {
		transform: scale(1);
	}
}

/* ===== FAQ - DARK MODE ===== */
.fp-faq {
	max-width: 800px;
	margin: 3rem auto 0;
}

.fp-faq-item {
	background: var(--fp-card-bg);
	border: 1px solid var(--fp-border);
	border-radius: var(--fp-radius);
	padding: 24px;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}

.fp-faq-item:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(167, 139, 250, 0.4);
}

.fp-faq-item h3 {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
	color: var(--fp-text);
}

.fp-faq-item p {
	margin-bottom: 0;
	font-size: 1rem;
	color: var(--fp-text-muted);
}

/* ===== FOOTER - DARK MODE ===== */
/* Hide ALL Astra footer elements completely */
footer#colophon,
.ast-footer-overlay,
.ast-footer-row,
.ast-small-footer,
.ast-footer-copyright,
.ast-footer-widget-area,
.site-footer.ast-footer-site {
	display: none !important;
}

/* Custom footer styling */
.site-footer:first-of-type {
	background: #0F172A !important;
	color: #E5E7EB !important;
	padding: 60px 20px 20px;
	border-top: 1px solid rgba(148, 163, 184, 0.18) !important;
}

.fp-footer-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 48px;
	max-width: 1200px;
	margin: 0 auto 3rem;
}

.fp-footer-column h4 {
	color: #F8FAFC !important;
	font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.fp-footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fp-footer-column ul li {
	margin-bottom: 0.75rem;
}

.fp-footer-column ul li a {
	color: #94A3B8 !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

.fp-footer-column ul li a:hover {
	color: #A78BFA !important;
}

.fp-footer-bottom {
	text-align: center;
	padding-top: 2rem;
	border-top: 1px solid rgba(148, 163, 184, 0.18);
	color: #94A3B8 !important;
	font-size: 0.875rem;
}

.fp-footer-bottom p {
	color: #94A3B8 !important;
}

/* ===== CHANGELOG - DARK MODE ===== */
.fp-changelog-entry {
	background: var(--fp-card-bg);
	border-left: 4px solid var(--fp-primary);
	border-radius: var(--fp-radius);
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--fp-border);
	border-left-width: 4px;
}

.fp-changelog-date {
	color: var(--fp-primary);
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}

.fp-changelog-entry h3 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	color: var(--fp-text);
}

.fp-changelog-entry ul {
	margin: 0;
	padding-left: 1.5rem;
}

.fp-changelog-entry ul li {
	margin-bottom: 0.5rem;
	color: var(--fp-text-muted);
}

/* ===== BLOG GRID - DARK MODE ===== */
.fp-blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 32px;
	max-width: 1200px;
	margin: 3rem auto 0;
}

.fp-blog-card {
	background: var(--fp-card-bg);
	border: 1px solid var(--fp-border);
	border-radius: var(--fp-radius);
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fp-blog-card:hover {
	box-shadow: 0 12px 32px rgba(98, 122, 230, 0.15);
	transform: translateY(-4px);
	border-color: rgba(167, 139, 250, 0.4);
	background: rgba(255, 255, 255, 0.06);
}

.fp-blog-content {
	padding: 24px;
}

.fp-blog-date {
	font-size: 0.875rem;
	color: var(--fp-primary);
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.fp-blog-card h3 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.fp-blog-excerpt {
	font-size: 0.95rem;
	color: var(--fp-text-muted);
	margin-bottom: 1rem;
}

.fp-read-more {
	color: var(--fp-primary);
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: gap 0.3s ease;
}

.fp-read-more:hover {
	gap: 12px;
}

/* ===== CONTACT FORM - DARK MODE ===== */
.fp-contact-form {
	max-width: 600px;
	margin: 0 auto;
}

.fp-form-group {
	margin-bottom: 1.5rem;
}

.fp-form-group label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: var(--fp-text);
}

.fp-form-group input[type="text"],
.fp-form-group input[type="email"],
.fp-form-group textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid var(--fp-border);
	border-radius: var(--fp-radius);
	font-size: 1rem;
	transition: all 0.3s ease;
	background: var(--fp-card-bg);
	color: var(--fp-text);
}

.fp-form-group input:focus,
.fp-form-group textarea:focus {
	outline: none;
	border-color: var(--fp-primary);
	box-shadow: 0 0 0 3px rgba(98, 122, 230, 0.2);
	background: rgba(255, 255, 255, 0.06);
}

.fp-form-group textarea {
	min-height: 150px;
	resize: vertical;
}

/* ===== UTILITY CLASSES ===== */
.text-center {
	text-align: center;
}

.max-w-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.max-w-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mt-3 {
	margin-top: 3rem;
}

.gap-32 {
	gap: 32px;
}

/* ===== CATCH-ALL: REMOVE WHITE BACKGROUNDS ===== */
/* Aggressively target any remaining white background elements */
.wp-block-group,
.wp-block-cover,
.wp-block-media-text,
.entry-content > *,
.ast-separate-container .ast-article-inner,
.ast-separate-container .ast-article-single,
.ast-plain-container,
.ast-page-builder-template .entry-content,
.elementor-section,
.elementor-column {
	background-color: transparent !important;
}

/* FAQ items dark mode */
.fp-faq-item {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	border-radius: 16px !important;
}

.fp-faq-item:hover {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(167, 139, 250, 0.4) !important;
}

.fp-faq-item h3 {
	color: #F8FAFC !important;
}

.fp-faq-item p {
	color: #94A3B8 !important;
}

/* Blog cards dark mode */
.fp-blog-card {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	border-radius: 16px !important;
}

.fp-blog-card:hover {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(167, 139, 250, 0.4) !important;
}

.fp-blog-card h3 {
	color: #F8FAFC !important;
}

.fp-blog-excerpt {
	color: #94A3B8 !important;
}

/* Changelog entries dark mode */
.fp-changelog-entry {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	border-left: 4px solid #A78BFA !important;
	border-radius: 16px !important;
}

.fp-changelog-entry h3 {
	color: #F8FAFC !important;
}

.fp-changelog-entry ul li {
	color: #94A3B8 !important;
}

/* Upload area dark mode */
.fp-upload-area {
	border: 2px dashed rgba(148, 163, 184, 0.18) !important;
	background: rgba(255, 255, 255, 0.04) !important;
}

.fp-upload-area:hover {
	border-color: #A78BFA !important;
	background: rgba(98, 122, 230, 0.08) !important;
}
