/* SaaS full-site kit — layout polish */

body.aether-site-kit-active {
	--aether-saas-radius: 1.25rem;
	--aether-saas-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

body.aether-site-kit-active .aether-kit-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(226, 232, 240, 0.85);
	backdrop-filter: blur(12px);
	width: 100%;
}

body.aether-site-kit-active .aether-kit-header .aether-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 4.25rem;
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin: 0 auto;
	padding: 0 1.25rem;
}

body.aether-site-kit-active .aether-kit-header .aether-header-inner > .wp-block-group:first-child {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

body.aether-site-kit-active .aether-kit-header .wp-block-site-title,
body.aether-site-kit-active .aether-kit-header .wp-block-site-title a {
	font-size: 1.125rem;
	font-weight: 600;
	color: #0a2540;
	text-decoration: none;
	margin: 0;
}

body.aether-site-kit-active .aether-kit-header .aether-main-nav {
	display: none;
}

@media (min-width: 768px) {
	body.aether-site-kit-active .aether-kit-header .aether-main-nav {
		display: flex;
		align-items: center;
		margin-left: auto;
	}

	body.aether-site-kit-active .aether-kit-header .aether-main-nav .wp-block-navigation__container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 2rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	body.aether-site-kit-active .aether-kit-header .aether-main-nav .wp-block-navigation-item {
		margin: 0;
	}
}

body.aether-site-kit-active .aether-kit-header .aether-header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

body.aether-site-kit-active .aether-kit-header .aether-header-actions .wp-block-buttons.hidden {
	display: none;
}

@media (min-width: 768px) {
	body.aether-site-kit-active .aether-kit-header .aether-header-actions .wp-block-buttons.hidden {
		display: flex;
		gap: 0.75rem;
	}
}

body.aether-site-kit-active .aether-kit-header .wp-block-navigation__responsive-container-open {
	display: inline-flex;
}

@media (min-width: 768px) {
	body.aether-site-kit-active .aether-kit-header .wp-block-navigation__responsive-container-open,
	body.aether-site-kit-active .aether-kit-header .wp-block-navigation__responsive-container-close {
		display: none;
	}
}

body.aether-site-kit-active .wp-block-navigation .wp-block-navigation-item__content {
	text-decoration: none;
	transition: color 0.2s ease;
}

body.aether-site-kit-active .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--aether-demo-accent, #3b82f6);
}

body.aether-site-kit-active .aether-kit-footer .wp-block-navigation .wp-block-navigation-item__content {
	color: #94a3b8;
}

body.aether-site-kit-active .aether-kit-footer .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #fff;
}

/* SaaS kit footer — self-contained (Tailwind utilities are not in compiled CSS) */
body.aether-site-kit-active .aether-kit-footer {
	background: #0a0a0a;
	color: #fff;
	padding: 4rem 0 2rem;
	width: 100%;
}

body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
}

@media (min-width: 768px) {
	body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 2rem;
	}

	body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:nth-child(1) {
		grid-column: span 4;
	}

	body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:nth-child(2),
	body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:nth-child(3) {
		grid-column: span 2;
	}

	body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:nth-child(4) {
		grid-column: span 4;
	}
}

body.aether-site-kit-active .aether-kit-footer .wp-block-site-title,
body.aether-site-kit-active .aether-kit-footer .wp-block-site-title a {
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:first-child p {
	color: #94a3b8;
	line-height: 1.65;
	max-width: 24rem;
	margin: 0;
}

body.aether-site-kit-active .aether-kit-footer p:has(+ .wp-block-navigation) {
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	margin: 0 0 1rem;
}

body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:nth-child(4) > p:first-child {
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	margin: 0 0 1rem;
}

body.aether-site-kit-active .aether-kit-footer > .aether-container:first-child > .wp-block-group:nth-child(4) > p:nth-child(2) {
	color: #94a3b8;
	text-transform: none;
	letter-spacing: normal;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0 0 1rem;
}

body.aether-site-kit-active .aether-kit-footer .wp-block-navigation {
	display: block;
}

body.aether-site-kit-active .aether-kit-footer .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.625rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.aether-site-kit-active .aether-kit-footer .wp-block-navigation-item {
	margin: 0;
}

body.aether-site-kit-active .aether-kit-footer .wp-block-buttons .wp-block-button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

body.aether-site-kit-active .aether-kit-footer .wp-block-buttons .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.25rem;
	border-radius: 8px;
	background: var(--aether-demo-accent, #3b82f6);
	color: #fff !important;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 600;
	border: none;
}

body.aether-site-kit-active .aether-kit-footer > .aether-container:last-child {
	margin-top: 3.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	color: #64748b;
	font-size: 0.75rem;
}

@media (min-width: 640px) {
	body.aether-site-kit-active .aether-kit-footer > .aether-container:last-child {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

body.aether-site-kit-active .aether-kit-footer > .aether-container:last-child p {
	margin: 0;
	color: #64748b;
}

/* Hide WooCommerce drawer/cart on marketing kits */
body.aether-site-kit-active .wp-block-woocommerce-mini-cart,
body.aether-site-kit-active .wc-block-mini-cart,
body.aether-site-kit-active .wc-block-components-drawer,
body.aether-site-kit-active .wc-block-mini-cart__drawer,
body.aether-site-kit-active .wp-block-woocommerce-empty-cart-block,
body.aether-site-kit-active .wp-block-woocommerce-filled-cart-block {
	display: none !important;
}

/* Gradient heroes (no watermark demo images) */
.aether-saas-hero--gradient {
	background: linear-gradient(135deg, #0b1220 0%, #1e1b4b 42%, #312e81 100%) !important;
}

.aether-saas-hero--gradient .wp-block-cover__background {
	opacity: 0 !important;
}

.aether-saas-hero--gradient .wp-block-cover__image-background {
	display: none !important;
}

.aether-saas-hero__inner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aether-saas-hero__lead {
	margin-left: auto;
	margin-right: auto;
}

/* Buttons — styles on links, not wrappers */
body.aether-site-kit-active .wp-block-button.is-style-fill .wp-block-button__link {
	border: none;
	box-shadow: none;
}

body.aether-site-kit-active .wp-block-button.is-style-outline .wp-block-button__link,
body.aether-site-kit-active .aether-btn-ghost {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

body.aether-site-kit-active .aether-saas-page-head .aether-btn-ghost,
body.aether-site-kit-active .aether-saas-contact .aether-btn-ghost {
	color: #0f172a !important;
	border-color: #cbd5e1 !important;
}

.aether-saas-page-head {
	background: linear-gradient(135deg, #0b1220 0%, #1e1b4b 42%, #312e81 100%) !important;
}

/* CSS mockups instead of placeholder images */
.aether-saas-mockup {
	border-radius: var(--aether-saas-radius);
	min-height: 280px;
	background: linear-gradient(145deg, #e2e8f0 0%, #f8fafc 45%, #dbeafe 100%);
	border: 1px solid #cbd5e1;
	box-shadow: var(--aether-saas-shadow);
	position: relative;
	overflow: hidden;
}

.aether-saas-mockup::before {
	content: "";
	position: absolute;
	inset: 12% 10% auto;
	height: 12%;
	border-radius: 8px;
	background: rgba(15, 23, 42, 0.12);
}

.aether-saas-mockup::after {
	content: "";
	position: absolute;
	inset: 28% 10% 12%;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.35);
}

.aether-saas-mockup--dashboard {
	min-height: 340px;
}

.aether-saas-mockup--feature {
	min-height: 220px;
	margin-bottom: 1rem;
}

.aether-saas-mockup--team,
.aether-saas-mockup--contact {
	min-height: 320px;
}

.aether-saas-bento__card--large {
	padding-bottom: 1.25rem;
}

/* Hide default shop chrome on SaaS marketing kit */
body.aether-site-kit-saas-platform .wc-block-mini-cart,
body.aether-site-kit-saas .wc-block-mini-cart,
body.aether-site-kit-active.aether-niche-saas .wc-block-mini-cart {
	display: none !important;
}

/* Hero */
.aether-saas-hero .wp-block-cover__inner-container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.aether-saas-hero__eyebrow {
	display: inline-block;
	margin: 0 auto 1rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #e2e8f0 !important;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aether-saas-hero__title,
.aether-saas-page-title {
	font-size: clamp(2.2rem, 4.8vw, 3.75rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-weight: 700;
	color: #fff;
}

.aether-saas-page-head .aether-saas-page-title,
.aether-saas-page-hero .aether-saas-page-title {
	color: #fff;
}

.aether-saas-hero__lead,
.aether-saas-section-lead {
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.65;
	color: #cbd5e1;
	max-width: 42rem;
}

.aether-saas-section-lead {
	color: #64748b;
	margin: 0.75rem auto 0;
}

.aether-saas-section-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
	font-weight: 700;
	color: #0f172a;
}

.aether-saas-hero__note {
	color: #94a3b8 !important;
	font-size: 0.85rem;
	margin-top: 1.25rem !important;
}

.aether-saas-hero__actions {
	margin-top: 1.75rem;
}

/* Stats */
.aether-saas-stats__grid {
	gap: 1.5rem;
	text-align: center;
}

.aether-saas-stats__value {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	margin-bottom: 0.35rem !important;
	color: #fff;
}

.aether-saas-stats__label {
	color: #94a3b8 !important;
	font-size: 0.92rem;
	margin: 0 !important;
}

/* Logos */
.aether-saas-logos__label {
	color: #64748b !important;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
	margin-bottom: 0.75rem !important;
}

.aether-saas-logos__row {
	color: #334155 !important;
	font-size: clamp(0.95rem, 2vw, 1.1rem);
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* Bento */
.aether-saas-bento {
	gap: 1.25rem;
}

.aether-saas-bento__card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--aether-saas-radius);
	padding: 1.5rem;
	box-shadow: var(--aether-saas-shadow);
}

.aether-saas-bento__card--large {
	padding: 0;
	overflow: hidden;
}

.aether-saas-bento__card--large .wp-block-heading,
.aether-saas-bento__card--large p {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.aether-saas-bento__card--large .wp-block-heading {
	padding-top: 1.25rem;
}

.aether-saas-bento__card--large p:last-child {
	padding-bottom: 1.5rem;
}

.aether-saas-bento__image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.aether-saas-bento--row2 {
	margin-top: 1.25rem;
}

/* Showcase */
.aether-saas-showcase__shot img {
	border-radius: var(--aether-saas-radius);
	box-shadow: var(--aether-saas-shadow);
	width: 100%;
}

.aether-saas-checklist {
	margin-top: 1.25rem;
	padding-left: 1.1rem;
	color: #334155;
}

.aether-saas-checklist li {
	margin-bottom: 0.55rem;
}

/* Pricing */
.aether-saas-pricing__grid {
	gap: 1.25rem;
	align-items: stretch;
	margin-top: 2.5rem;
}

.aether-saas-price-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: calc(var(--aether-saas-radius) + 0.15rem);
	padding: 1.75rem;
	box-shadow: var(--aether-saas-shadow);
	display: flex;
	flex-direction: column;
}

.aether-saas-price-card--featured {
	border: 2px solid var(--aether-demo-accent, #3b82f6);
	transform: translateY(-0.35rem);
}

.aether-saas-price-card__badge {
	display: inline-block;
	width: fit-content;
	margin: 0 0 0.75rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: var(--aether-demo-accent, #3b82f6);
	color: #fff !important;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.aether-saas-price-card__tier {
	color: #64748b !important;
	font-weight: 600;
	margin-bottom: 0.35rem !important;
}

.aether-saas-price-card__amount {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-bottom: 0.15rem !important;
	color: #0f172a;
}

.aether-saas-price-card__period {
	color: #94a3b8 !important;
	font-size: 0.9rem;
	margin-bottom: 1.25rem !important;
}

.aether-saas-price-card__features {
	flex: 1;
	margin-bottom: 1.5rem !important;
	color: #334155;
}

.aether-saas-price-card .wp-block-buttons {
	margin-top: auto;
}

/* Testimonials */
.aether-saas-testimonials__grid {
	gap: 1.25rem;
	margin-top: 2rem;
}

.aether-saas-quote-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--aether-saas-radius);
	padding: 1.5rem;
	box-shadow: var(--aether-saas-shadow);
}

.aether-saas-quote-card--featured {
	background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
	border-color: #bfdbfe;
}

.aether-saas-quote-card__text {
	font-size: 1.02rem;
	line-height: 1.65;
	color: #1e293b;
	margin-bottom: 1.25rem !important;
}

.aether-saas-quote-card__meta {
	color: #64748b !important;
	font-size: 0.92rem;
	margin: 0 !important;
}

/* CTA band */
.aether-saas-cta-band__title {
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.aether-saas-cta-band__lead {
	color: #cbd5e1 !important;
	max-width: 38rem;
	margin: 0.75rem auto 1.5rem !important;
}

/* Contact */
.aether-saas-contact__split {
	gap: 2rem;
}

.aether-saas-contact__form-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: calc(var(--aether-saas-radius) + 0.2rem);
	padding: 1.75rem;
	box-shadow: var(--aether-saas-shadow);
}

.aether-saas-form__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.aether-saas-form__row {
		grid-template-columns: 1fr 1fr;
	}
}

.aether-saas-form__field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 1rem;
}

.aether-saas-form__field label {
	font-size: 0.85rem;
	font-weight: 600;
	color: #334155;
}

.aether-saas-form__field input,
.aether-saas-form__field textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 0.75rem;
	padding: 0.8rem 0.95rem;
	font: inherit;
	background: #fff;
}

.aether-saas-form__field input:focus,
.aether-saas-form__field textarea:focus {
	outline: 2px solid rgba(59, 130, 246, 0.35);
	border-color: #3b82f6;
}

.aether-saas-form__submit {
	width: 100%;
	margin-top: 0.25rem;
}

.aether-saas-form__note {
	margin-top: 0.85rem !important;
	font-size: 0.78rem;
	color: #94a3b8 !important;
}

.aether-saas-contact__visual img {
	border-radius: var(--aether-saas-radius);
	margin-top: 1.5rem;
}

body.aether-site-kit-active .aether-blog-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
}

@media (min-width: 768px) {
	body.aether-site-kit-active .aether-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.aether-site-kit-active .aether-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.aether-site-kit-active .aether-blog-grid > li {
	list-style: none;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--aether-saas-radius);
	overflow: hidden;
	box-shadow: var(--aether-saas-shadow);
	padding: 0;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-title,
body.aether-site-kit-active .aether-blog-grid .wp-block-post-excerpt,
body.aether-site-kit-active .aether-blog-grid .aether-blog-date {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-title {
	padding-top: 1.15rem;
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.35;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-title a {
	text-decoration: none;
	color: #0f172a;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-title a:hover {
	color: #2563eb;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-excerpt {
	margin: 0.65rem 0 0;
	color: #64748b;
	font-size: 0.9375rem;
	line-height: 1.55;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-excerpt__more-link {
	display: inline-flex;
	align-items: center;
	margin-top: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #2563eb;
	text-decoration: none;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-excerpt__more-link:hover {
	text-decoration: underline;
}

body.aether-site-kit-active .aether-blog-grid .aether-blog-date {
	display: block;
	padding-top: 0.85rem;
	padding-bottom: 1.25rem;
	margin-top: 0.25rem;
	border-top: 1px solid #f1f5f9;
	color: #94a3b8;
	font-size: 0.8125rem;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-author-name {
	display: none;
}

body.aether-site-kit-active .aether-blog-pagination {
	margin-top: 2rem;
	justify-content: center;
}

body.aether-site-kit-active .aether-saas-contact .aether-saas-section-title {
	color: #0f172a;
}

body.aether-site-kit-active .aether-kit-header .wp-block-button .wp-block-button__link {
	border-radius: 8px;
}

/* Header CTAs — style links only, not block wrappers */
body.aether-site-kit-active .aether-kit-header .wp-block-buttons .wp-block-button {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.aether-site-kit-active .aether-kit-header .wp-block-buttons .wp-block-button .wp-block-button__link.aether-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.1rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: none !important;
}

body.aether-site-kit-active .aether-kit-header .wp-block-buttons .wp-block-button .wp-block-button__link.aether-btn-primary {
	background: #0a2540 !important;
	color: #fff !important;
	border: 1px solid #0a2540 !important;
}

body.aether-site-kit-active .aether-kit-header .wp-block-buttons .wp-block-button .wp-block-button__link.aether-btn-secondary {
	background: #fff !important;
	color: #0a2540 !important;
	border: 1px solid #e2e8f0 !important;
}

/* Pricing page: hide legacy full pricing section when grid-only is present */
body.aether-site-kit-part-pricing .aether-saas-pricing:not(.aether-saas-pricing--grid-only) {
	display: none !important;
}

/* Blog cards — gradient placeholders instead of watermark demo shots */
body.aether-site-kit-active .aether-blog-grid .wp-block-post-featured-image {
	position: relative;
	background: linear-gradient(145deg, #e2e8f0 0%, #dbeafe 55%, #c7d2fe 100%);
	min-height: 12.5rem;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-featured-image::after {
	content: "";
	position: absolute;
	inset: auto 1.25rem 1.25rem 1.25rem;
	height: 0.35rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
	opacity: 0.85;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 12.5rem;
}

body.aether-site-kit-active .aether-blog-grid .wp-block-post-featured-image img {
	display: none !important;
}

/* Woo drawer remnants */
body.aether-site-kit-active [data-wp-interactive*="woocommerce"],
body.aether-site-kit-active .wc-block-components-drawer__screen-overlay {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Blog archive */
body.aether-site-kit-active .aether-blog-archive-hero {
	background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
	color: #fff;
	padding: 4rem 0 3.5rem;
	border-bottom: none;
}

body.aether-site-kit-active .aether-blog-archive-hero .aether-saas-page-title,
body.aether-site-kit-active .aether-blog-archive-hero h1 {
	color: #fff;
	text-align: center;
	font-size: clamp(2rem, 4vw, 2.75rem);
	margin: 0 0 0.75rem;
}

body.aether-site-kit-active .aether-blog-archive-hero .aether-saas-hero__lead {
	color: #cbd5e1;
	text-align: center;
	max-width: 40rem;
	margin: 0 auto;
	font-size: 1.0625rem;
	line-height: 1.65;
}

body.aether-site-kit-active .aether-saas-blog-list {
	background: #f8fafc;
}

body.aether-site-kit-active .aether-site-kit-blog-main {
	margin: 0;
	padding: 0;
}

body.aether-site-kit-active .aether-saas-ai-page-body {
	background: #f8fafc;
}

body.aether-site-kit-active .wp-block-post-template .wp-block-post {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: var(--aether-saas-radius);
	overflow: hidden;
	box-shadow: var(--aether-saas-shadow);
}

body.aether-site-kit-active .wp-block-post-template .wp-block-post-title a {
	text-decoration: none;
	color: #0f172a;
}

body.aether-site-kit-active .wp-block-post-template .wp-block-post-excerpt {
	color: #64748b;
}

/* Values / FAQ */
.aether-saas-values__grid,
.aether-saas-faq__grid {
	gap: 1.25rem;
	margin-top: 2rem;
}

.aether-saas-faq h4 {
	margin-bottom: 0.5rem;
	color: #0f172a;
}

/* Responsive columns */
@media (max-width: 781px) {
	.aether-saas-bento > .wp-block-column,
	.aether-saas-pricing__grid > .wp-block-column,
	.aether-saas-testimonials__grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.aether-saas-price-card--featured {
		transform: none;
	}
}

@media (min-width: 782px) {
	.aether-saas-stats__grid > .wp-block-column {
		flex-basis: 25% !important;
	}
}
