/* Astrology Master & Manas Darshan — light card theme (matches site) */
.astrology-page .blog-content h3 {
	color: #323232;
	font-size: 18px;
	font-weight: 600;
	margin: 28px 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid rgba(120, 204, 109, 0.25);
}

.astrology-page .blog-content > p {
	color: #646464;
	line-height: 1.75;
}

/* Intro highlight */
.astrology-page .highlight-box {
	padding: 22px 24px;
	margin: 20px 0 24px;
	border-left: 4px solid #78cc6d;
	background: linear-gradient(135deg, rgba(120, 204, 109, 0.14) 0%, rgba(120, 204, 109, 0.04) 100%);
	border-radius: 0 10px 10px 0;
	box-shadow: 0 2px 12px rgba(120, 204, 109, 0.08);
}

.astrology-page .highlight-box p {
	margin: 0;
	color: #444444;
	line-height: 1.85;
	font-size: 15px;
}

.astrology-page .highlight-box strong {
	color: #323232;
	font-weight: 600;
}

/* Step by step — replaced by value section */
@keyframes valueFadeInUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes valueTitleGlow {
	0%, 100% {
		box-shadow: 0 0 0 rgba(120, 204, 109, 0);
	}
	50% {
		box-shadow: 0 0 20px rgba(120, 204, 109, 0.25);
	}
}

@keyframes valueIconPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.12);
	}
}

@keyframes valueShimmer {
	0% {
		background-position: -200% center;
	}
	100% {
		background-position: 200% center;
	}
}

/* Manas Darshan Value Added section */
.astrology-page .manas-value-section {
	margin: 32px 0 36px;
	padding: 28px 24px 30px;
	border-radius: 14px;
	background: linear-gradient(145deg, #f8fbf7 0%, #ffffff 50%, #f4faf2 100%);
	border: 1px solid rgba(120, 204, 109, 0.28);
	box-shadow: 0 8px 32px rgba(120, 204, 109, 0.1);
	position: relative;
	overflow: hidden;
}

.astrology-page .manas-value-section::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(120, 204, 109, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.astrology-page .manas-value-section::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: -40px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(80, 163, 162, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

.astrology-page .manas-value-header {
	text-align: center;
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
}

.astrology-page .value-badge {
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 12px;
	border-radius: 20px;
	background: rgba(120, 204, 109, 0.15);
	color: #5aab52;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	animation: valueTitleGlow 3s ease-in-out infinite;
}

.astrology-page .manas-value-title {
	margin: 0 0 14px;
	padding: 0;
	border: none !important;
	line-height: 1.3;
}

.astrology-page .manas-value-title .title-main {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #78cc6d;
	background: linear-gradient(90deg, #78cc6d, #50a3a2, #78cc6d);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: valueShimmer 4s linear infinite;
}

.astrology-page .manas-value-title .title-sub {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #323232;
	margin-top: 4px;
}

.astrology-page .value-lead {
	max-width: 640px;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	line-height: 1.75;
}

.astrology-page .manas-value-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.astrology-page .manas-value-grid {
		grid-template-columns: 1fr;
	}
}

.astrology-page .value-card {
	position: relative;
	padding: 22px 20px 18px 68px;
	border: 1px solid #e8f0e6;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: valueFadeInUp 0.65s ease forwards;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.astrology-page .value-card:nth-child(1) { animation-delay: 0.05s; }
.astrology-page .value-card:nth-child(2) { animation-delay: 0.1s; }
.astrology-page .value-card:nth-child(3) { animation-delay: 0.15s; }
.astrology-page .value-card:nth-child(4) { animation-delay: 0.2s; }
.astrology-page .value-card:nth-child(5) { animation-delay: 0.25s; }
.astrology-page .value-card:nth-child(6) { animation-delay: 0.3s; }
.astrology-page .value-card:nth-child(7) { animation-delay: 0.35s; }
.astrology-page .value-card:nth-child(8) { animation-delay: 0.4s; }
.astrology-page .value-card:nth-child(9) { animation-delay: 0.45s; }
.astrology-page .value-card:nth-child(10) { animation-delay: 0.5s; }

.astrology-page .value-card:hover {
	transform: translateY(-5px);
	border-color: rgba(120, 204, 109, 0.55);
	box-shadow: 0 12px 28px rgba(120, 204, 109, 0.18);
}

.astrology-page .value-card:hover .value-icon {
	animation: valueIconPulse 0.55s ease;
}

.astrology-page .value-card .value-icon {
	position: absolute;
	left: 16px;
	top: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(120, 204, 109, 0.2) 0%, rgba(120, 204, 109, 0.08) 100%);
	color: #78cc6d;
	font-size: 17px;
	transition: background 0.3s ease;
}

.astrology-page .value-card:hover .value-icon {
	background: linear-gradient(135deg, #78cc6d 0%, #65b85c 100%);
	color: #ffffff;
}

.astrology-page .value-card .value-num {
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 11px;
	font-weight: 700;
	color: rgba(120, 204, 109, 0.45);
	letter-spacing: 0.5px;
}

.astrology-page .value-card h4 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
	color: #323232;
	line-height: 1.45;
}

.astrology-page .value-card p {
	margin: 0;
	font-size: 14px;
	color: #646464;
	line-height: 1.7;
}

/* What is Included — professional card grid */
.astrology-page .includes-intro {
	color: #646464;
	margin-bottom: 18px;
	line-height: 1.7;
}

.astrology-page .manas-includes-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 8px;
}

@media (max-width: 768px) {
	.astrology-page .manas-includes-grid {
		grid-template-columns: 1fr;
	}
}

.astrology-page .include-card {
	position: relative;
	padding: 22px 20px 20px 72px;
	border: 1px solid #e8f0e6;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.astrology-page .include-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #78cc6d;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.astrology-page .include-card:hover {
	transform: translateY(-3px);
	border-color: rgba(120, 204, 109, 0.5);
	box-shadow: 0 8px 24px rgba(120, 204, 109, 0.15);
}

.astrology-page .include-card:hover::before {
	opacity: 1;
}

.astrology-page .include-card .include-icon {
	position: absolute;
	left: 18px;
	top: 20px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	background: rgba(120, 204, 109, 0.12);
	color: #78cc6d;
	font-size: 18px;
}

.astrology-page .include-card .include-num {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 10px;
	border-radius: 20px;
	background: rgba(120, 204, 109, 0.15);
	color: #5aab52;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.astrology-page .include-card h4 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
	color: #323232;
	line-height: 1.35;
}

.astrology-page .include-card p {
	margin: 0;
	font-size: 13px;
	color: #777777;
	line-height: 1.65;
}

/* PDF viewer */
.astrology-page .pdf-viewer-wrap {
	margin-top: 20px;
	border: 1px solid #dce8d8;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.astrology-page .pdf-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: #f4faf2;
	border-bottom: 1px solid #dce8d8;
}

.astrology-page .pdf-toolbar .note {
	font-size: 13px;
	color: #666666;
	flex: 1;
	min-width: 200px;
	line-height: 1.5;
}

.astrology-page .pdf-toolbar .btn-group a {
	display: inline-block;
	padding: 9px 16px;
	margin-left: 6px;
	border-radius: 6px;
	background: #78cc6d;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease;
}

.astrology-page .pdf-toolbar .btn-group a:hover {
	background: #65b85c;
}

.astrology-page .pdf-toolbar .btn-group a.btn-outline {
	background: #ffffff;
	border: 1px solid #78cc6d;
	color: #78cc6d !important;
}

.astrology-page .pdf-toolbar .btn-group a.btn-outline:hover {
	background: rgba(120, 204, 109, 0.08);
}

.astrology-page .pdf-frame {
	width: 100%;
	height: 720px;
	border: 0;
	display: block;
	background: #f5f5f5;
}

/* CTA — Book Manas Darshan */
@keyframes ctaFadeInUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ctaIconFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

@keyframes ctaGlowPulse {
	0%, 100% {
		opacity: 0.45;
		transform: scale(1);
	}
	50% {
		opacity: 0.75;
		transform: scale(1.05);
	}
}

@keyframes ctaShine {
	0% {
		left: -120%;
	}
	100% {
		left: 120%;
	}
}

.astrology-page .cta-box.cta-booking {
	position: relative;
	text-align: center;
	padding: 0;
	margin-top: 36px;
	border: none;
	border-radius: 16px;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	animation: ctaFadeInUp 0.8s ease 0.15s both;
}

.astrology-page .cta-booking .cta-glow {
	position: absolute;
	inset: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(120, 204, 109, 0.35) 0%, rgba(80, 163, 162, 0.2) 50%, rgba(120, 204, 109, 0.35) 100%);
	filter: blur(0);
	animation: ctaGlowPulse 4s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

.astrology-page .cta-booking .cta-inner {
	position: relative;
	z-index: 1;
	padding: 36px 28px 32px;
	border-radius: 16px;
	border: 1px solid rgba(120, 204, 109, 0.35);
	background: linear-gradient(160deg, #ffffff 0%, #f8fbf7 45%, #f4faf2 100%);
	box-shadow: 0 10px 40px rgba(120, 204, 109, 0.14);
}

.astrology-page .cta-booking .cta-icon-wrap {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	line-height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, #78cc6d 0%, #50a3a2 100%);
	color: #ffffff;
	font-size: 26px;
	box-shadow: 0 8px 24px rgba(120, 204, 109, 0.4);
	animation: ctaIconFloat 3s ease-in-out infinite;
}

.astrology-page .cta-booking .cta-badge {
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 12px;
	border-radius: 20px;
	background: rgba(120, 204, 109, 0.14);
	color: #5aab52;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.astrology-page .cta-booking .cta-title {
	margin: 0 0 10px;
	padding: 0;
	border: none !important;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
	line-height: 1.35;
}

.astrology-page .cta-booking .cta-sub {
	margin: 0 auto 22px;
	max-width: 520px;
	color: #666666;
	font-size: 14px;
	line-height: 1.75;
}

.astrology-page .cta-booking .cta-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin-bottom: 26px;
}

.astrology-page .cta-booking .cta-features span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid #e8f0e6;
	color: #555555;
	font-size: 12px;
	font-weight: 500;
	opacity: 0;
	animation: ctaFadeInUp 0.5s ease forwards;
}

.astrology-page .cta-booking .cta-features span:nth-child(1) { animation-delay: 0.35s; }
.astrology-page .cta-booking .cta-features span:nth-child(2) { animation-delay: 0.45s; }
.astrology-page .cta-booking .cta-features span:nth-child(3) { animation-delay: 0.55s; }

.astrology-page .cta-booking .cta-features span i {
	color: #78cc6d;
	font-size: 13px;
}

.astrology-page .cta-booking .cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.astrology-page .cta-booking .cta-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 220px;
	padding: 14px 22px;
	border-radius: 10px;
	text-decoration: none !important;
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease;
}

.astrology-page .cta-booking .cta-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	transform: skewX(-20deg);
	transition: none;
}

.astrology-page .cta-booking .cta-btn:hover {
	transform: translateY(-4px);
}

.astrology-page .cta-booking .cta-btn:hover::after {
	animation: ctaShine 0.75s ease;
}

.astrology-page .cta-booking .cta-btn-whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
	color: #ffffff !important;
}

.astrology-page .cta-booking .cta-btn-whatsapp:hover {
	box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.astrology-page .cta-booking .cta-btn-contact {
	background: linear-gradient(135deg, #78cc6d 0%, #65b85c 100%);
	box-shadow: 0 6px 20px rgba(120, 204, 109, 0.35);
	color: #ffffff !important;
}

.astrology-page .cta-booking .cta-btn-contact:hover {
	box-shadow: 0 12px 28px rgba(120, 204, 109, 0.45);
}

.astrology-page .cta-booking .cta-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 20px;
	flex-shrink: 0;
	transition: transform 0.35s ease;
}

.astrology-page .cta-booking .cta-btn:hover .cta-btn-icon {
	transform: scale(1.1) rotate(-5deg);
}

.astrology-page .cta-booking .cta-btn-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	line-height: 1.3;
}

.astrology-page .cta-booking .cta-btn-text strong {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.astrology-page .cta-booking .cta-btn-text small {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
	margin-top: 2px;
}

@media (max-width: 560px) {
	.astrology-page .cta-booking .cta-inner {
		padding: 28px 18px 26px;
	}

	.astrology-page .cta-booking .cta-btn {
		min-width: 100%;
		justify-content: center;
	}

	.astrology-page .cta-booking .cta-btn-text {
		align-items: center;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.astrology-page .cta-booking,
	.astrology-page .cta-booking .cta-glow,
	.astrology-page .cta-booking .cta-icon-wrap,
	.astrology-page .cta-booking .cta-features span {
		animation: none;
		opacity: 1;
	}

	.astrology-page .cta-booking .cta-btn:hover {
		transform: none;
	}
}

/* Legacy CTA fallback */
.astrology-page .cta-box:not(.cta-booking) {
	text-align: center;
	padding: 28px 24px;
	margin-top: 28px;
	border: 1px solid rgba(120, 204, 109, 0.35);
	border-radius: 10px;
	background: linear-gradient(180deg, #f8fbf7 0%, #ffffff 100%);
	box-shadow: 0 2px 12px rgba(120, 204, 109, 0.08);
}

.astrology-page .cta-box:not(.cta-booking) p {
	margin: 0;
	color: #444444;
}

.astrology-page .cta-box:not(.cta-booking) p.sub {
	margin-top: 10px;
	color: #777777;
	font-size: 14px;
}

.astrology-page .cta-box:not(.cta-booking) a.button {
	display: inline-block;
	margin-top: 14px;
}

/* Index teaser link */
.manas-teaser .lnk-inline {
	display: inline-block;
	margin-top: 12px;
	padding: 10px 18px;
	border-radius: 6px;
	background: #78cc6d;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease;
}

.manas-teaser .lnk-inline:hover {
	background: #65b85c;
}

.manas-teaser p {
	color: #646464;
	line-height: 1.75;
}
