/**
 * Sections Master Production Styles (Homepage & Shared Modules)
 * Maintain Exact AstroNeev Premium Luxury Dark Theme Architecture
 *
 * @package AstroNeev
 * @version 2.3.0
 */

/* ==========================================================================
   1. GLOBAL SECTION TOKENS & HEADERS
   ========================================================================== */
:root {
	--home-bg: #050505;
	--home-card-bg: rgba(18, 18, 26, 0.75);
	--home-card-border: rgba(244, 197, 66, 0.16);
	--home-card-hover-border: rgba(244, 197, 66, 0.45);
	--home-gold: #F4C542;
	--home-gold-gradient: linear-gradient(135deg, #FAD961 0%, #F76B1C 100%);
	--home-purple: rgba(138, 43, 226, 0.22);
	--home-purple-deep: rgba(75, 20, 140, 0.35);
	--home-text-primary: #F5F5F7;
	--home-text-secondary: #A3A3B2;
	--home-radius: 20px;
	--home-transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.astroneev-section {
	padding-top: var(--section-padding-top, 60px);
	padding-bottom: var(--section-padding-bottom, 60px);
	background-color: var(--home-bg);
	position: relative;
	overflow: hidden;
}

.astroneev-section-header,
.astroneev-section-heading-bar {
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.astroneev-section-heading-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-align: left;
	flex-wrap: wrap;
	gap: 20px;
}

.astroneev-heading-inner {
	max-width: 680px;
}

.astroneev-sub-badge {
	display: inline-block;
	padding: 6px 14px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--home-gold);
	background: rgba(244, 197, 66, 0.12);
	border: 1px solid rgba(244, 197, 66, 0.3);
	border-radius: 100px;
	margin-bottom: 16px;
	backdrop-filter: blur(8px);
}

.astroneev-main-title {
	font-size: clamp(1.8rem, 3.5vw, 2.7rem);
	font-weight: 700;
	color: var(--home-text-primary);
	line-height: 1.25;
	margin: 0 0 14px 0;
	letter-spacing: -0.02em;
}

.astroneev-main-subtext {
	font-size: 1.05rem;
	color: var(--home-text-secondary);
	line-height: 1.7;
	margin: 0 auto;
	max-width: 720px;
}

.astroneev-section-heading-bar .astroneev-main-subtext {
	margin: 0;
}

/* ==========================================================================
   2. SLIDER ARROWS & CAROUSEL VIEWPORTS
   ========================================================================== */
.astroneev-slider-arrows {
	display: flex;
	gap: 12px;
	align-items: center;
}

.astroneev-slider-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--home-card-bg);
	border: 1px solid var(--home-card-border);
	color: var(--home-gold);
	font-size: 1.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: var(--home-transition);
	outline: none;
}

.astroneev-slider-btn:hover,
.astroneev-slider-btn:focus {
	background: rgba(244, 197, 66, 0.15);
	border-color: var(--home-gold);
	transform: scale(1.08);
	box-shadow: 0 0 16px rgba(244, 197, 66, 0.35);
}

.astroneev-slider-viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 25px 0;
}

.astroneev-slider-track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
}

.astroneev-slider-track::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.astroneev-slider-item {
	flex: 0 0 calc(25% - 18px);
	scroll-snap-align: start;
}

.testimonials-track .astroneev-slider-item {
	flex: 0 0 calc(33.333% - 16px);
}

/* ==========================================================================
   3. SECTION 1: PREMIUM COMPACT TRUST FEATURE STRIP BELOW HERO
   ========================================================================== */
.astroneev-trust-strip-section {
	padding-top: 35px;
	padding-bottom: 50px;
	background-color: var(--home-bg);
	position: relative;
	z-index: 5;
}

.astroneev-trust-strip-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	align-items: stretch;
}

.astroneev-trust-strip-card {
	background: radial-gradient(circle at 100% 0%, var(--home-purple) 0%, var(--home-card-bg) 70%);
	border: 1px solid var(--home-card-border);
	border-radius: var(--home-radius);
	padding: 12px 14px 12px 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: var(--home-transition);
	position: relative;
	overflow: hidden;
	height: 100px;
	min-height: 95px;
	max-height: 105px;
}

.astroneev-trust-strip-card:hover {
	transform: translateY(-8px);
	border-color: rgba(244, 197, 66, 0.5);
	box-shadow: 0 20px 40px rgba(138, 43, 226, 0.35);
}

.astroneev-trust-strip-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	filter: drop-shadow(0 4px 12px rgba(244, 197, 66, 0.3));
	transition: transform 300ms ease;
}

.astroneev-feature-svg {
	display: block;
	width: 44px;
	height: 44px;
}

.astroneev-trust-strip-card:hover .astroneev-trust-strip-icon-wrap {
	transform: scale(1.12);
}

.astroneev-trust-strip-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	flex-grow: 1;
}

.astroneev-trust-strip-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--home-text-primary);
	margin: 0 0 3px 0;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.astroneev-trust-strip-desc {
	font-size: 13px;
	color: var(--home-text-secondary);
	line-height: 1.4;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ==========================================================================
   4. SECTION 2: RECOMMENDED GEMSTONE BRACELETS (APPROVED REFERENCE DESIGN)
   ========================================================================== */
.astroneev-gemstones-section {
	position: relative;
	overflow: visible !important;
	padding-top: 35px;
	padding-bottom: 25px;
}

/* Centered Reference Heading with Tapered Gold Dividers & Stars */
.astroneev-gem-heading-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 8px;
	text-align: center;
	width: 100%;
}

.astroneev-gem-main-title {
	font-size: clamp(1.4rem, 2.5vw, 1.85rem);
	font-weight: 700;
	color: #FFFFFF;
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.astroneev-gem-star {
	color: var(--home-gold);
	font-size: 0.9rem;
	user-select: none;
}

.astroneev-gem-divider-line {
	flex: 0 1 120px;
	height: 1.5px;
	background: var(--home-gold);
}

.astroneev-gem-divider-line.left-line {
	background: linear-gradient(90deg, rgba(244, 197, 66, 0) 0%, rgba(244, 197, 66, 0.85) 100%);
}

.astroneev-gem-divider-line.right-line {
	background: linear-gradient(270deg, rgba(244, 197, 66, 0) 0%, rgba(244, 197, 66, 0.85) 100%);
}

/* Carousel Wrapper & Root-Cause Hover Clipping Protection */
.astroneev-gem-slider-wrapper {
	position: relative;
	width: 100%;
	padding: 0 4px;
}

.astroneev-gem-slider-wrapper .astroneev-slider-viewport {
	padding: 0 !important;
	overflow: hidden !important;
}

.astroneev-gem-slider-wrapper .astroneev-slider-track {
	padding-top: 26px !important;
	padding-bottom: 32px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.astroneev-gem-slider-wrapper .astroneev-slider-item {
	position: relative;
	z-index: 1;
	transition: z-index 0s 0s;
}

.astroneev-gem-slider-wrapper .astroneev-slider-item:hover,
.astroneev-gem-slider-wrapper .astroneev-slider-item:focus-within {
	z-index: 15;
}

.astroneev-gem-arrow {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 20 !important;
	width: 44px !important;
	height: 44px !important;
	background: #111118 !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	color: #FFFFFF !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6) !important;
	transition: var(--home-transition) !important;
}

.astroneev-gem-arrow:hover {
	border-color: var(--home-gold) !important;
	color: var(--home-gold) !important;
	transform: translateY(-50%) scale(1.08) !important;
	box-shadow: 0 6px 20px rgba(244, 197, 66, 0.35) !important;
}

.astroneev-gem-arrow.prev-arrow {
	left: -22px !important;
}

.astroneev-gem-arrow.next-arrow {
	right: -22px !important;
}

/* Rebuilt Luxury Cream Product Card */
.astroneev-gem-card {
	background: #FAF1E6;
	border: 1px solid rgba(244, 197, 66, 0.25);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: var(--home-transition);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.astroneev-gem-card:hover {
	transform: translateY(-6px);
	border-color: rgba(244, 197, 66, 0.6);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

/* Image Area: Increased area, aspect ratio maintained, no cropping, 18px rounded corners */
.astroneev-gem-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.85;
	background: #FAF1E6;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 18px;
}

.astroneev-gem-thumb {
	width: 88%;
	height: 88%;
	object-position: center;
	transition: transform 500ms ease;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
	border-radius: 18px;
	overflow: hidden;
}

.astroneev-gem-card:hover .astroneev-gem-thumb {
	transform: scale(1.05);
}

/* Compact Bottom Details */
.astroneev-gem-details {
	padding: 6px 14px 14px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #FAF1E6;
	flex-grow: 1;
}

.astroneev-gem-zodiac-row {
	font-size: 12px;
	font-weight: 600;
	color: #4B4B5A;
	margin-bottom: 4px;
	line-height: 1.3;
}

.astroneev-gem-title {
	font-size: 14.5px;
	font-weight: 700;
	color: #111118;
	margin: 0 0 8px 0;
	line-height: 1.32;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.64em;
	width: 100%;
}

.astroneev-gem-title a {
	color: #111118;
	text-decoration: none;
	transition: color 200ms ease;
}

.astroneev-gem-title a:hover {
	color: #B87A00;
}

.astroneev-gem-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 2px;
}

.astroneev-gem-price {
	font-size: 15.5px;
	font-weight: 800;
	color: #111118;
}

.astroneev-gem-price del {
	font-size: 12.5px;
	color: #7D7D8D;
	font-weight: 500;
	margin-right: 4px;
	text-decoration: line-through;
}

.astroneev-gem-price ins {
	text-decoration: none;
	color: #111118;
	font-weight: 800;
}

.astroneev-gem-rating-badge {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: 700;
	color: #111118;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.astroneev-gem-rating-badge .star-icon {
	color: #F8B400;
	font-size: 13px;
}

.astroneev-gem-action {
	width: 100%;
	margin-top: auto;
}

/* Add to Cart Button visual styling while retaining interaction */
.astroneev-gem-add-btn {
	background: linear-gradient(180deg, #F9BE1E 0%, #E9A107 100%) !important;
	color: #000000 !important;
	width: 100% !important;
	height: 42px !important;
	padding: 8px 16px !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 2px 6px rgba(233, 161, 7, 0.25) !important;
}

.astroneev-gem-add-btn:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(233, 161, 7, 0.45) !important;
	background: linear-gradient(180deg, #FFC82E 0%, #F5B012 100%) !important;
}

.astroneev-gem-add-btn .cart-icon {
	flex-shrink: 0;
}

.astroneev-btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 24px;
	background: var(--home-gold-gradient);
	color: #000000;
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	transition: var(--home-transition);
	box-shadow: 0 4px 18px rgba(244, 197, 66, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.astroneev-btn-primary:hover,
.astroneev-btn-primary:focus {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(244, 197, 66, 0.55);
	color: #000000;
	text-decoration: none;
}

.astroneev-btn-large {
	padding: 16px 36px;
	font-size: 1.05rem;
}

/* ==========================================================================
   5. SECTION 3: OUR ASTROLOGY SERVICES (APPROVED REFERENCE DESIGN)
   ========================================================================== */
.astroneev-services-section {
	padding-top: var(--section-padding-top, 60px) !important;
	padding-bottom: var(--section-padding-bottom, 60px) !important;
}

.astroneev-srv-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
	width: 100%;
}

.astroneev-srv-card {
	background: #0B0B12;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	padding: 20px 12px 22px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: var(--home-transition);
	height: 100%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.astroneev-srv-card:hover {
	transform: translateY(-8px);
	border-color: rgba(244, 197, 66, 0.5);
	box-shadow: 0 20px 40px rgba(138, 43, 226, 0.35);
}

.astroneev-srv-icon-ring {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1.5px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px auto;
	transition: transform 300ms ease;
	flex-shrink: 0;
}

.astroneev-srv-card:hover .astroneev-srv-icon-ring {
	transform: scale(1.12);
}

.astroneev-srv-title {
	font-size: 0.96rem;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 6px 0;
	line-height: 1.25;
}

.astroneev-srv-desc {
	font-size: 0.78rem;
	color: #94A3B8;
	line-height: 1.35;
	margin: 0;
}

/* Responsive Overrides for Astrology Services */
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.astroneev-srv-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
}

@media screen and (max-width: 767px) {
	.astroneev-srv-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.astroneev-srv-card {
		padding: 16px 10px 18px 10px;
	}
	.astroneev-srv-icon-ring {
		width: 46px;
		height: 46px;
		margin-bottom: 10px;
	}
	.astroneev-srv-title {
		font-size: 0.88rem;
	}
	.astroneev-srv-desc {
		font-size: 0.74rem;
	}
}

.astroneev-link-arrow {
	color: var(--home-gold);
	font-weight: 600;
	text-decoration: none;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	transition: transform 200ms ease, color 200ms ease;
}

.astroneev-link-arrow:hover {
	transform: translateX(6px);
	color: #FFFFFF;
}

/* ==========================================================================
   6. SECTION 5: AI CHAT PREVIEW (WHATSAPP INFORMATION & MOCKUP)
   ========================================================================== */
.astroneev-split-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: center;
}

.astroneev-aichat-features-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0 0 36px 0;
}

.astroneev-aichat-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.astroneev-aichat-check-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #0E0E14;
	border: 1px solid rgba(244, 197, 66, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(244, 197, 66, 0.15);
	flex-shrink: 0;
	margin-top: 2px;
}

.astroneev-aichat-feature-text .feature-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 4px 0;
	line-height: 1.3;
}

.astroneev-aichat-feature-text .feature-desc {
	font-size: 0.9rem;
	color: #94A3B8;
	margin: 0;
	line-height: 1.5;
}

.astroneev-aichat-cta-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

.astroneev-aichat-trust-bar {
	font-size: 0.85rem;
	color: #94A3B8;
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.astroneev-aichat-trust-bar .check-dot {
	color: #22C55E;
	font-weight: 800;
	margin-right: 2px;
}

/* WhatsApp Real Chat Card Mockup */
.astroneev-chat-frame {
	background: #0E0E14;
	border: 1px solid rgba(244, 197, 66, 0.25);
	border-radius: 28px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(138, 43, 226, 0.22);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
}

.astroneev-chat-header {
	background: #171722;
	padding: 16px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	gap: 14px;
}

.chat-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--home-gold-gradient);
	color: #000;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chat-meta .chat-name {
	font-weight: 700;
	font-size: 1.05rem;
	color: #FFFFFF;
}

.chat-meta .chat-status {
	font-size: 0.82rem;
	color: #25D366; /* Online Green */
	font-weight: 500;
}

.astroneev-chat-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	background: radial-gradient(circle at 50% 50%, rgba(20, 20, 30, 0.9) 0%, #09090D 100%);
	min-height: 380px;
	max-height: 480px;
	overflow-y: auto;
}

.chat-bubble {
	max-width: 85%;
	padding: 14px 18px;
	border-radius: 16px;
	font-size: 0.94rem;
	line-height: 1.5;
	position: relative;
}

.user-bubble {
	align-self: flex-end;
	background: rgba(37, 211, 102, 0.15);
	border: 1px solid rgba(37, 211, 102, 0.35);
	color: #E2FCEE;
	border-bottom-right-radius: 4px;
}

.ai-bubble {
	align-self: flex-start;
	background: rgba(138, 43, 226, 0.2);
	border: 1px solid rgba(244, 197, 66, 0.3);
	color: var(--home-text-primary);
	border-bottom-left-radius: 4px;
}

.chat-bubble p {
	margin: 0 0 8px 0;
}

.chat-bubble p:last-of-type {
	margin: 0;
}

.chat-remedy-box {
	margin-top: 12px;
	padding: 10px 14px;
	background: rgba(244, 197, 66, 0.12);
	border-left: 3px solid var(--home-gold);
	border-radius: 8px;
	font-size: 0.88rem;
	color: #FDF1D0;
}

.chat-time {
	display: block;
	text-align: right;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 6px;
}

.astroneev-chat-footer-bar {
	background: #171722;
	padding: 14px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.92rem;
}

.chat-send-icon {
	color: var(--home-gold);
	font-size: 1.2rem;
}

/* ==========================================================================
   8. SECTION 6: FOUNDER APPOINTMENT CTA
   ========================================================================== */
.astroneev-founder-box {
	background: radial-gradient(circle at 10% 50%, #161224 0%, #0D0D14 75%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 32px;
	padding: 64px 68px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.75), 0 0 45px rgba(138, 43, 226, 0.15);
}

.astroneev-founder-split {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 64px;
	align-items: center;
}

.astroneev-founder-left {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.astroneev-founder-portrait-wrap {
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 26px auto;
	border-radius: 22px;
	overflow: hidden;
	border: 2px solid rgba(244, 197, 66, 0.65);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(244, 197, 66, 0.25);
}

.astroneev-founder-portrait {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
}

.astroneev-verified-pill {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(14, 14, 20, 0.95);
	color: #F4C542;
	padding: 7px 20px;
	border-radius: 100px;
	border: 1.5px solid #F4C542;
	font-size: 0.86rem;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75);
}

.astroneev-founder-title-name {
	font-size: 1.65rem;
	font-weight: 800;
	color: var(--home-text-primary);
	margin: 0 0 8px 0;
	letter-spacing: 0.01em;
}

.astroneev-founder-designation {
	color: var(--home-gold);
	font-weight: 600;
	font-size: 1.05rem;
	margin-bottom: 20px;
}

.astroneev-founder-tags {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	width: 100%;
}

.astroneev-founder-tags .tags-row-1,
.astroneev-founder-tags .tags-row-2 {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.astroneev-founder-tags span {
	padding: 7px 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 100px;
	font-size: 0.85rem;
	color: #CBD5E1;
	font-weight: 500;
}

.astroneev-founder-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.astroneev-founder-right .astroneev-sub-badge {
	margin-bottom: 20px;
}

.astroneev-founder-right .astroneev-main-title {
	font-weight: 800;
	line-height: 1.22;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	max-width: 680px;
	letter-spacing: -0.01em;
}

.astroneev-founder-right .astroneev-main-subtext {
	font-size: 1.06rem;
	line-height: 1.75;
	color: #94A3B8;
	max-width: 660px;
	margin: 0 0 34px 0;
}

.astroneev-consultation-modes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 0 0 38px 0;
	width: 100%;
}

.mode-pill {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	min-height: 72px;
	background: #151022;
	border: 1px solid rgba(138, 43, 226, 0.35);
	border-radius: 16px;
	color: #FFFFFF;
	transition: var(--home-transition);
}

.mode-pill:hover {
	border-color: rgba(244, 197, 66, 0.6);
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(138, 43, 226, 0.3);
}

.mode-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.mode-text-stack {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	text-align: left;
}

.mode-text-stack .mode-title {
	font-size: 0.96rem;
	font-weight: 700;
	color: #FFFFFF;
}

.mode-text-stack .mode-sub {
	font-size: 0.84rem;
	color: #94A3B8;
	font-weight: 400;
}

.astroneev-founder-action {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: flex-start;
	width: 100%;
}

.astroneev-book-btn.astroneev-btn-primary {
	width: 100%;
	max-width: 520px;
	padding: 20px 32px;
	font-size: 1.15rem;
	font-weight: 800;
	border-radius: 18px;
	background: var(--home-gold-gradient);
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 35px rgba(244, 197, 66, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: var(--home-transition);
}

.astroneev-book-btn.astroneev-btn-primary .btn-text {
	font-weight: 800;
}

.astroneev-book-btn.astroneev-btn-primary .btn-arrow {
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1;
}

.astroneev-founder-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
}

.trust-cell {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	text-align: left;
}

.trust-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.trust-text {
	font-size: 0.84rem;
	color: #94A3B8;
	line-height: 1.4;
	font-weight: 500;
}

/* ==========================================================================
   9. SECTION 7: STATISTICS COUNTERS
   ========================================================================== */
.astroneev-stats-bar {
	background: radial-gradient(circle at 50% 50%, #161622 0%, #0D0D14 100%);
	border: 1px solid rgba(244, 197, 66, 0.25);
	border-radius: 24px;
	padding: 45px 30px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5), 0 0 30px rgba(138, 43, 226, 0.2);
}

.astroneev-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	text-align: center;
}

.astroneev-stat-box {
	position: relative;
	padding: 10px;
}

.astroneev-stat-box:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 15%;
	height: 70%;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.stat-number-wrap {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 800;
	background: var(--home-gold-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.1;
	margin-bottom: 10px;
	display: inline-block;
}

.stat-label {
	font-size: 1.05rem;
	color: var(--home-text-secondary);
	font-weight: 500;
}

/* ==========================================================================
   10. SECTION 8: CLIENT TESTIMONIALS CAROUSEL
   ========================================================================== */
.astroneev-review-card {
	background: var(--home-card-bg);
	border: 1px solid var(--home-card-border);
	border-radius: var(--home-radius);
	padding: 34px 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: var(--home-transition);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.astroneev-review-card:hover {
	border-color: rgba(244, 197, 66, 0.45);
	box-shadow: 0 18px 35px rgba(138, 43, 226, 0.25);
}

.review-stars {
	color: var(--home-gold);
	font-size: 1.15rem;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.review-text {
	font-size: 0.98rem;
	color: var(--home-text-primary);
	line-height: 1.7;
	font-style: italic;
	margin: 0 0 28px 0;
	flex-grow: 1;
}

.review-author {
	display: flex;
	align-items: center;
	gap: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 18px;
}

.author-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(244, 197, 66, 0.15);
	border: 1px solid var(--home-gold);
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.author-info .author-name {
	font-size: 1.05rem;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 3px 0;
}

.author-info .author-city {
	font-size: 0.84rem;
	color: var(--home-text-secondary);
	display: block;
}

/* ==========================================================================
   11. SECTION 9: LATEST ARTICLES (BLOGS)
   ========================================================================== */
.astroneev-blogs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.astroneev-blog-card {
	background: var(--home-card-bg);
	border: 1px solid var(--home-card-border);
	border-radius: var(--home-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: var(--home-transition);
	height: 100%;
}

.astroneev-blog-card:hover {
	transform: translateY(-6px);
	border-color: rgba(244, 197, 66, 0.45);
	box-shadow: 0 18px 40px rgba(138, 43, 226, 0.28);
}

.astroneev-blog-img-link {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
	background: #0E0E14;
	display: block;
}

.astroneev-blog-thumb {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
}

.astroneev-blog-card:hover .astroneev-blog-thumb {
	transform: scale(1.08);
}

.blog-date-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 5px 14px;
	background: rgba(14, 14, 20, 0.88);
	color: var(--home-gold);
	font-size: 0.78rem;
	font-weight: 600;
	border: 1px solid rgba(244, 197, 66, 0.35);
	border-radius: 100px;
	backdrop-filter: blur(6px);
	z-index: 2;
}

.astroneev-blog-content {
	padding: 26px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.astroneev-blog-title {
	font-size: 1.22rem;
	font-weight: 700;
	margin: 0 0 12px 0;
	line-height: 1.35;
}

.astroneev-blog-title a {
	color: var(--home-text-primary);
	text-decoration: none;
	transition: color 200ms ease;
}

.astroneev-blog-title a:hover {
	color: var(--home-gold);
}

.astroneev-blog-excerpt {
	font-size: 0.94rem;
	color: var(--home-text-secondary);
	line-height: 1.65;
	margin: 0 0 24px 0;
	flex-grow: 1;
}

.astroneev-blog-foot {
	margin-top: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 16px;
}

.astroneev-read-more-link {
	color: var(--home-gold);
	font-weight: 600;
	text-decoration: none;
	font-size: 0.94rem;
	display: inline-flex;
	align-items: center;
	transition: transform 200ms ease;
}

.astroneev-read-more-link:hover {
	transform: translateX(6px);
	color: #FFFFFF;
}

/* ==========================================================================
   12. SECTION 10: NEWSLETTER CTA
   ========================================================================== */
.astroneev-newsletter-box {
	background: radial-gradient(circle at 50% 50%, rgba(138, 43, 226, 0.35) 0%, rgba(14, 14, 20, 0.95) 85%);
	border: 1px solid rgba(244, 197, 66, 0.35);
	border-radius: 32px;
	padding: 60px 40px;
	text-align: center;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(138, 43, 226, 0.25);
	position: relative;
	overflow: hidden;
}

.astroneev-newsletter-inner {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.astroneev-newsletter-title {
	font-size: clamp(1.8rem, 3.8vw, 2.8rem);
	font-weight: 800;
	color: #FFFFFF;
	margin: 0 0 16px 0;
}

.astroneev-newsletter-desc {
	font-size: 1.08rem;
	color: var(--home-text-secondary);
	line-height: 1.7;
	margin: 0 0 36px 0;
}

.astroneev-newsletter-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-input-group {
	display: flex;
	width: 100%;
	max-width: 540px;
	gap: 12px;
	margin-bottom: 16px;
}

.astroneev-newsletter-input {
	flex-grow: 1;
	padding: 15px 22px;
	border-radius: 14px;
	background: rgba(14, 14, 20, 0.85);
	border: 1px solid rgba(244, 197, 66, 0.35);
	color: #FFFFFF;
	font-size: 1rem;
	outline: none;
	transition: var(--home-transition);
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
}

.astroneev-newsletter-input:focus {
	border-color: var(--home-gold);
	box-shadow: 0 0 16px rgba(244, 197, 66, 0.4);
}

.astroneev-subscribe-btn {
	width: auto;
	padding: 15px 32px;
	white-space: nowrap;
	flex-shrink: 0;
}

.astroneev-privacy-notice {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   13. RESPONSIVE TABLET & MOBILE BREAKPOINTS (PIXEL-PERFECT QA)
   ========================================================================== */

/* Tablet <= 1024px */
@media screen and (max-width: 1024px) {
	.astroneev-section,
	.astroneev-gemstones-section,
	.astroneev-services-section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.astroneev-trust-strip-section {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.astroneev-trust-strip-grid,
	.astroneev-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.astroneev-trust-strip-card {
		height: auto;
		min-height: 90px;
		max-height: none;
	}

	.astroneev-stat-box:nth-child(2)::after {
		display: none;
	}

	.astroneev-slider-item {
		flex: 0 0 calc(50% - 12px);
	}
	.testimonials-track .astroneev-slider-item {
		flex: 0 0 calc(50% - 12px);
	}

	.astroneev-services-grid,
	.astroneev-blogs-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.astroneev-split-grid,
	.astroneev-founder-split {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.astroneev-founder-box {
		padding: 40px 32px;
	}

	.astroneev-consultation-modes {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.astroneev-founder-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

/* Mobile <= 767px */
@media screen and (max-width: 767px) {
	.astroneev-section,
	.astroneev-gemstones-section,
	.astroneev-services-section {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.astroneev-trust-strip-section {
		padding-top: 25px;
		padding-bottom: 35px;
	}

	.astroneev-trust-strip-grid,
	.astroneev-services-grid,
	.astroneev-blogs-grid,
	.astroneev-stats-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.astroneev-trust-strip-card {
		height: auto;
		min-height: 85px;
		max-height: none;
		padding: 12px 14px;
	}

	.astroneev-stat-box::after {
		display: none !important;
	}

	.astroneev-stat-box {
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.astroneev-stat-box:last-child {
		border-bottom: none;
	}

	.astroneev-slider-item,
	.testimonials-track .astroneev-slider-item {
		flex: 0 0 calc(100% - 10px);
	}

	.astroneev-section-heading-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.form-input-group {
		flex-direction: column;
	}

	.astroneev-subscribe-btn {
		width: 100%;
	}

	.astroneev-newsletter-box {
		padding: 36px 20px;
	}

	.astroneev-founder-box {
		padding: 32px 20px;
	}

	.astroneev-founder-trust-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.astroneev-book-btn.astroneev-btn-primary {
		padding: 16px 22px;
		font-size: 1rem;
	}

	.astroneev-gem-arrow.prev-arrow {
		left: 0px !important;
	}

	.astroneev-gem-arrow.next-arrow {
		right: 0px !important;
	}

	.astroneev-gem-divider-line {
		flex: 0 1 35px;
	}

	.astroneev-gem-main-title {
		font-size: 1.35rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.astroneev-gem-arrow.prev-arrow {
		left: -6px !important;
	}

	.astroneev-gem-arrow.next-arrow {
		right: -6px !important;
	}

	.astroneev-gem-divider-line {
		flex: 0 1 70px;
	}
	}
}

/* ==========================================================================
   Homepage Final Visual Polish (Tasks 1, 2, 3, 4, 5)
   ========================================================================== */

/* TASK 1: Heading Typography Consistency (Desktop) */
.astroneev-main-title,
.astroneev-gem-main-title,
.astroneev-newsletter-title {
	font-weight: 700 !important;
	color: #FFFFFF !important;
	line-height: 1.25 !important;
	margin-top: 0 !important;
	margin-bottom: 16px !important;
	letter-spacing: -0.01em !important;
}

/* TASK 2: Trust Feature Cards (Desktop + Mobile) */
.astroneev-trust-strip-grid {
	gap: 24px !important;
}
.astroneev-trust-strip-card {
	background: radial-gradient(circle at 100% 0%, rgba(138, 43, 226, 0.15) 0%, #11131C 70%) !important;
	border: 1px solid rgba(255, 210, 90, 0.15) !important;
	border-radius: 20px !important;
	padding: 24px 20px !important;
	height: 100% !important;
	min-height: 110px !important;
	gap: 16px !important;
}
.astroneev-trust-strip-title {
	margin: 0 0 6px 0 !important;
	line-height: 1.3 !important;
	white-space: normal !important;
}

/* CHANGE 1 & 2: Desktop Only Trust Strip Polish */
@media screen and (min-width: 1025px) {
	.astroneev-trust-strip-title {
		font-size: 15px !important;
	}
	.astroneev-trust-strip-card {
		padding: 15px 15px !important;
	}
	
	/* Founder CTA Padding Refinement */
	.astroneev-founder-cta-section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	/* Stats Section Desktop Polish */
	.astroneev-stats-section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	/* Latest Articles Reference Polish */
	.astroneev-blogs-grid {
		gap: 22px !important;
	}
	.astroneev-blog-card {
		padding: 18px !important;
	}
	.astroneev-blog-img-link {
		border-radius: 12px !important;
	}
	.astroneev-blog-content {
		padding: 18px 0 0 0 !important;
	}
	.astroneev-blog-title {
		margin-bottom: 10px !important;
	}
	.astroneev-blog-excerpt {
		margin-bottom: 18px !important;
	}
	.astroneev-blog-foot {
		padding-top: 14px !important;
		margin-top: auto !important;
	}

	/* Testimonials Section Polish (Hover Clip Fix + Spacing) */
	.astroneev-testimonials-section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		overflow: visible !important;
	}
	.astroneev-testimonials-section .astroneev-slider-viewport {
		overflow: visible !important;
		padding: 0 !important; /* Move padding to track */
	}
	.astroneev-testimonials-section .astroneev-slider-track {
		padding: 20px 0 40px 0 !important; /* Internal space for shadow */
		margin: -10px 0 -15px 0 !important; /* Maintain exact original layout footprint (10px top, 25px bottom) */
	}
}

/* Mobile Overrides */
@media screen and (max-width: 767px) {
	/* TASK 5: Mobile Typography Standardized */
	.astroneev-main-title,
	.astroneev-gem-main-title,
	.astroneev-newsletter-title {
		font-size: 22px !important;
		margin-bottom: 12px !important;
		line-height: 1.3 !important;
	}

	/* TASK 3: Mobile Trust Feature Grid (2x2) */
	.astroneev-trust-strip-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}
	.astroneev-trust-strip-card {
		padding: 16px 12px !important;
		flex-direction: column !important;
		justify-content: center !important;
		text-align: center !important;
		gap: 12px !important;
	}
	.astroneev-trust-strip-title {
		font-size: 14px !important;
	}
	.astroneev-trust-strip-desc {
		display: none !important;
	}

	/* TASK 4: Mobile AI Chat Mockup Scaling */
	.astroneev-chat-frame {
		width: 100% !important;
		margin: 0 !important;
		border-radius: 20px !important;
	}
	.astroneev-chat-body {
		padding: 24px 16px !important;
	}
	.chat-bubble {
		padding: 16px 18px !important;
	}
	.chat-bubble p {
		font-size: 15.5px !important;
		line-height: 1.5 !important;
	}
	.chat-remedy-box {
		font-size: 14.5px !important;
		padding: 12px 14px !important;
	}

	/* Stats Section Mobile 2x2 Polish */
	.astroneev-stats-bar {
		padding: 24px 20px !important;
	}
	.astroneev-stats-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px !important;
	}
	.astroneev-stat-box {
		border-bottom: none !important;
		padding: 8px 5px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.astroneev-stat-box::after {
		display: none !important;
	}
	.stat-number-wrap {
		margin-bottom: 5px !important;
	}

	/* Latest Articles Mobile Card Padding Polish */
	.astroneev-blogs-section .astroneev-blog-card {
		padding: 0 !important;
	}
}

/* Founder CTA Card Padding Polish */
.astroneev-founder-cta-section .astroneev-card {
	padding: 20px !important;
}
