/* ============================================
   VARIANT: replit-light
   Light, futuristic, startup — glassmorphism on white
   ============================================ */

/* --- Gradient Text --- */
.replit-light-gradient-text {
	background: linear-gradient(135deg, #4da84f 0%, #7662db 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* --- Hero --- */
.replit-light-hero {
	background: linear-gradient(135deg, #f0fdf4 0%, #faf5ff 40%, #eff6ff 100%);
	position: relative;
	overflow: hidden;
}

.replit-light-hero::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -20%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(77, 168, 79, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.replit-light-hero::after {
	content: "";
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(118, 98, 219, 0.06) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

/* --- Badge Pill --- */
.replit-light-badge {
	background: rgba(77, 168, 79, 0.1);
	color: #4da84f;
	padding: 0.375rem 1rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.replit-light-badge-secondary {
	background: rgba(118, 98, 219, 0.1);
	color: #7662db;
	padding: 0.375rem 1rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 600;
}

/* --- Primary Button (glow CTA) --- */
.replit-light-btn-primary .wp-block-button__link {
	background: linear-gradient(135deg, #4da84f, #3d9141) !important;
	color: #fff !important;
	border-radius: 9999px !important;
	padding: 0.875rem 2rem !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	box-shadow: 0 4px 20px rgba(77, 168, 79, 0.3);
	transition: all 0.3s ease;
	border: none !important;
	white-space: nowrap;
}

.replit-light-btn-primary .wp-block-button__link:hover {
	box-shadow: 0 6px 30px rgba(77, 168, 79, 0.5);
	transform: translateY(-1px);
}

/* --- Secondary Button (outline) --- */
.replit-light-btn-secondary .wp-block-button__link {
	background: transparent !important;
	color: #374151 !important;
	border: 2px solid #e5e7eb !important;
	border-radius: 9999px !important;
	padding: 0.875rem 2rem !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	transition: all 0.3s ease;
}

.replit-light-btn-secondary .wp-block-button__link:hover {
	border-color: #4da84f !important;
	color: #4da84f !important;
}

/* --- Glassmorphism Card --- */
.replit-light-card {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(229, 231, 235, 0.8);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04),
		0 2px 4px -2px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
}

.replit-light-card:hover {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.07),
		0 8px 10px -6px rgba(0, 0, 0, 0.04);
	transform: translateY(-4px);
	border-color: rgba(77, 168, 79, 0.2);
}

/* --- Example Card (accent left border) --- */
.replit-light-example-card {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-left: 4px solid #4da84f;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.replit-light-example-card:hover {
	box-shadow: 0 12px 20px -4px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

/* --- Testimonial Card --- */
.replit-light-testimonial {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(229, 231, 235, 0.6);
	border-radius: 1.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.replit-light-testimonial:hover {
	box-shadow: 0 12px 20px -4px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

/* --- Icon wrapper --- */
.replit-light-icon-wrap {
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(77, 168, 79, 0.1), rgba(118, 98, 219, 0.1));
	font-size: 1.25rem;
	color: #4da84f;
}

.replit-light-icon-wrap .wp-font-awesome-icon svg {
	width: 1.25rem;
	height: 1.25rem;
	color: #4da84f;
}

/* --- Logo in header --- */
.replit-light-logo img {
	height: 2rem;
	width: auto;
	max-width: none;
}

.replit-light-logo {
	margin: 0 !important;
}

/* --- Section with subtle gradient bg --- */
.replit-light-section-alt {
	background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.replit-light-section-gradient {
	background: linear-gradient(135deg, #f0fdf4 0%, #faf5ff 50%, #f0f9ff 100%);
}

/* --- Visual placeholder (for automation chain) --- */
.replit-light-visual-placeholder {
	background: linear-gradient(135deg, rgba(77, 168, 79, 0.05), rgba(118, 98, 219, 0.05));
	border: 2px dashed rgba(77, 168, 79, 0.25);
	border-radius: 1rem;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --- Footer --- */
.replit-light-footer {
	background: #f9fafb;
	border-top: 1px solid #e5e7eb;
}

/* --- Numbered step label --- */
.replit-light-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 9999px;
	background: linear-gradient(135deg, #4da84f, #7662db);
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
}

/* --- Quote mark --- */
.replit-light-quote-mark {
	font-size: 3rem;
	line-height: 1;
	background: linear-gradient(135deg, #4da84f, #7662db);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* --- Read more link --- */
.replit-light-read-more {
	color: #4da84f;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.replit-light-read-more:hover {
	color: #3d9141;
	text-decoration: underline;
}

/* --- Form placeholder section --- */
.replit-light-form-placeholder {
	background: linear-gradient(135deg, #f0fdf4 0%, #faf5ff 100%);
	border: 1px solid rgba(229, 231, 235, 0.5);
	border-radius: 1.5rem;
}

/* ============================================
   VARIANT: liana
   Clean corporate — matches lianatech.com
   ============================================ */

/* --- Logo --- */
.liana-logo img {
	height: 2rem;
	width: auto;
	max-width: none;
}

.liana-logo {
	margin: 0 !important;
}

/* --- Header --- */
.liana-header {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* --- Section label (green uppercase tag) --- */
.liana-label {
	display: inline-block;
	color: #4da84f;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* --- Primary Button (flat green) --- */
.liana-btn-primary .wp-block-button__link {
	background: #4da84f !important;
	color: #fff !important;
	border-radius: 0.5rem !important;
	padding: 0.75rem 1.75rem !important;
	font-weight: 600 !important;
	font-size: 0.9375rem !important;
	transition: all 0.2s ease;
	border: none !important;
	white-space: nowrap;
}

.liana-btn-primary .wp-block-button__link:hover {
	background: #3d9141 !important;
}

/* --- Outline Button --- */
.liana-btn-outline .wp-block-button__link {
	background: transparent !important;
	color: #374151 !important;
	border: 1px solid #d1d5db !important;
	border-radius: 0.5rem !important;
	padding: 0.75rem 1.75rem !important;
	font-weight: 600 !important;
	font-size: 0.9375rem !important;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.liana-btn-outline .wp-block-button__link:hover {
	border-color: #4da84f !important;
	color: #4da84f !important;
}

/* --- Hero stats panel --- */
.liana-hero-panel {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
}

/* --- Gray section bg --- */
.liana-section-gray {
	background: #f9fafb;
}

/* --- Green CTA section --- */
.liana-section-green {
	background: #4da84f;
}

/* --- Feature card (clean, flat) --- */
.liana-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	transition: all 0.2s ease;
}

.liana-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-color: #d1d5db;
}

/* --- Icon box inside card --- */
.liana-icon-box {
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background: rgba(77, 168, 79, 0.08);
}

.liana-icon-box .wp-font-awesome-icon svg {
	width: 1.125rem;
	height: 1.125rem;
	color: #4da84f;
}

/* --- Example card (left border accent) --- */
.liana-example-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-left: 3px solid #4da84f;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	transition: all 0.2s ease;
}

.liana-example-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* --- Step number --- */
.liana-step-number {
	display: inline-block;
	color: #4da84f;
	font-size: 0.8125rem;
	font-weight: 700;
	font-family: "Inter", monospace;
	letter-spacing: 0.02em;
}

/* --- Testimonial card --- */
.liana-testimonial-card {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	transition: all 0.2s ease;
}

.liana-testimonial-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* --- Divider --- */
.liana-divider {
	border-color: #e5e7eb !important;
	opacity: 1;
}

/* --- Link style --- */
.liana-link {
	color: #4da84f;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.2s ease;
}

.liana-link:hover {
	color: #3d9141;
}

/* --- Footer --- */
.liana-footer {
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
}

.liana-footer-link {
	color: #6b7280;
	text-decoration: none;
	transition: color 0.2s ease;
}

.liana-footer-link:hover {
	color: #4da84f;
}

/* --- Visual placeholder --- */
.liana-visual-placeholder {
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ============================================
   VARIANT: apple
   Minimal, editorial, premium
   ============================================ */

/* --- Page base --- */
.apple-page {
	background: #ffffff;
}

/* --- Logo --- */
.apple-logo img {
	height: 1.75rem;
	width: auto;
	max-width: none;
}

.apple-logo {
	margin: 0 !important;
}

/* --- Header --- */
.apple-header {
	border-bottom: none;
}

/* --- Accent color (single) --- */
.apple-accent {
	color: #4da84f;
}

/* --- Ghost Button (outline, minimal) --- */
.apple-btn-ghost .wp-block-button__link {
	background: transparent !important;
	color: #1d1d1f !important;
	border: 1px solid #d2d2d7 !important;
	border-radius: 980px !important;
	padding: 0.625rem 1.5rem !important;
	font-weight: 500 !important;
	font-size: 0.9375rem !important;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.apple-btn-ghost .wp-block-button__link:hover {
	background: #1d1d1f !important;
	color: #ffffff !important;
	border-color: #1d1d1f !important;
}

/* --- Text Button (link-style) --- */
.apple-btn-text .wp-block-button__link {
	background: transparent !important;
	color: #4da84f !important;
	border: none !important;
	padding: 0.625rem 0.5rem !important;
	font-weight: 500 !important;
	font-size: 0.9375rem !important;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.apple-btn-text .wp-block-button__link:hover {
	opacity: 0.7;
}

/* --- Minimal icon (no background) --- */
.apple-icon-minimal {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.apple-icon-minimal .wp-font-awesome-icon svg {
	width: 1.5rem;
	height: 1.5rem;
	color: #1d1d1f;
}

/* --- Feature item --- */
.apple-feature {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* --- Light section bg --- */
.apple-section-light {
	background: #fafafa;
}

/* --- Examples list --- */
.apple-examples {
	border-top: 1px solid #e5e5e5;
}

.apple-example-item {
	align-items: flex-start;
	gap: 2rem;
}

.apple-example-num {
	font-family: "Inter", monospace;
	font-size: 0.75rem;
	font-weight: 600;
	color: #86868b;
	letter-spacing: 0.05em;
	min-width: 2rem;
	padding-top: 0.25rem;
}

.apple-example-content {
	flex: 1;
}

/* --- Separator (thin, light) --- */
.apple-separator {
	border-color: #e5e5e5 !important;
	opacity: 1;
}

/* --- Testimonial --- */
.apple-testimonial {
	/* No card styling — content floats on white */
}

/* --- Link --- */
.apple-link {
	color: #4da84f;
	font-weight: 500;
	font-size: 0.9375rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.apple-link:hover {
	opacity: 0.7;
}

/* --- Visual placeholder --- */
.apple-visual-placeholder {
	background: #fafafa;
	border: 1px solid #f0f0f0;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --- Footer --- */
.apple-footer {
	border-top: 1px solid #f0f0f0;
}

/* --- Fade-in animation (CSS-only scroll reveal feel) --- */
@keyframes appleFadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.apple-page > .wp-block-group:not(.apple-header) {
	animation: appleFadeIn 0.8s ease both;
}

.apple-page > .wp-block-group:nth-child(3) {
	animation-delay: 0.1s;
}

.apple-page > .wp-block-group:nth-child(4) {
	animation-delay: 0.15s;
}

.apple-page > .wp-block-group:nth-child(5) {
	animation-delay: 0.2s;
}
