/* ============================================================
   FOOTER SECTION — AstroJyot Vedic Astrology Design
   ============================================================ */

.site-footer {
	background-color: #FCF9F4; /* Matching warm cream */
	border-top: 1px solid var(--astro-border, #F3E8DC);
	color: var(--astro-text, #44403C);
	position: relative;
	overflow: hidden;
}

/* Very subtle celestial decorations via CSS */
.site-footer::before {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -150px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 1px solid rgba(224, 109, 44, 0.08);
	box-shadow: inset 0 0 0 20px rgba(224, 109, 44, 0.02),
	            inset 0 0 0 40px rgba(224, 109, 44, 0.04);
	z-index: 0;
	pointer-events: none;
}

.site-footer::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -100px;
	width: 450px;
	height: 450px;
	border-radius: 50%;
	border: 1px dashed rgba(224, 109, 44, 0.12);
	box-shadow: inset 0 0 0 30px rgba(224, 109, 44, 0.03);
	z-index: 0;
	pointer-events: none;
}

.footer-container {
	width: 100%;
	font-family: var(--astro-font-sans, 'Plus Jakarta Sans', sans-serif);
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 1;
}

.footer-blue-section {
	background-color: transparent;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.footer-blue-section {
		padding-top: 1.5rem;
		padding-bottom: 1.25rem;
	}
}

.footer-blue-inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.footer-blue-inner {
		grid-template-columns: 1.6fr 1fr 1fr;
		gap: 3rem;
	}
}

/* Brand Column */
.footer-brand-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-brand-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--astro-heading, #1C1917);
	margin-bottom: 1rem;
}

.footer-logo-icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.footer-logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.footer-logo-title {
	font-family: var(--astro-font-serif, 'Cinzel', serif);
	font-weight: 700;
	font-size: 22px;
	color: var(--astro-heading, #1C1917);
}

.footer-logo-tagline {
	font-family: var(--astro-font-sans, sans-serif);
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--astro-primary, #E06D2C);
	text-transform: uppercase;
	margin-top: 2px;
}

.footer-brand-desc {
	font-size: 16px;
	line-height: 1.6;
	color: var(--astro-text-muted, #78716C);
	max-width: 360px;
	margin: 0;
}

.footer-brand-divider {
	width: 48px;
	height: 2px;
	background-color: var(--astro-primary, #E06D2C);
	border: none;
	margin: 1.5rem 0 0 0;
}

/* Titles */
.footer-title {
	position: relative;
	color: var(--astro-heading, #1C1917);
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 1.25rem;
	padding-bottom: 12px;
	font-family: var(--astro-font-serif, 'Cinzel', serif);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 2px;
	background-color: var(--astro-primary, #E06D2C);
}

.footer-title-flex {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-title-icon {
	width: 22px;
	height: 22px;
	color: var(--astro-primary, #E06D2C);
	stroke-width: 2;
}

/* Navigation List */
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.4;
}

.footer-list>*+* {
	margin-top: 0.5rem;
}

.footer-list-item-start,
.footer-list-item-center {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--astro-text, #574A43);
}

.footer-icon {
	width: 18px;
	height: 18px;
	color: var(--astro-primary, #E06D2C);
	flex-shrink: 0;
}

.footer-link {
	color: var(--astro-text, #574A43);
	text-decoration: none;
	transition: color 0.2s ease;
	font-weight: 500;
}

.footer-link:hover,
.footer-link-underline:hover {
	color: var(--astro-primary, #E06D2C);
}

.footer-link-underline {
	color: var(--astro-text, #574A43);
	text-decoration: underline;
	transition: color 0.2s ease;
}

/* Social Icons */
.footer-social-desc {
	font-size: 16px;
	line-height: 1.6;
	color: var(--astro-text-muted, #78716C);
	margin-bottom: 1.25rem;
	max-width: 320px;
}

.footer-social-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.footer-social-container-mb {
	margin-bottom: 0.75rem;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #FFF2E5;
	border: none;
	color: var(--astro-primary, #E06D2C);
	transition: all 0.2s ease;
	text-decoration: none;
	overflow: hidden;
}

.footer-social-link:hover {
	background-color: var(--astro-primary, #E06D2C);
	color: #FFFFFF;
	transform: translateY(-3px);
	box-shadow: 0 6px 14px rgba(224, 109, 44, 0.25);
}

.footer-social-icon,
.footer-social-icon-sm {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/* Bottom Copyright Section */
.footer-orange-section {
	background-color: #F4ECE0; /* Slightly darker warm cream */
	border-top: 1px solid rgba(224, 109, 44, 0.15); /* Thin subtle top border */
	padding: 0.5rem 0;
}

.footer-orange-inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.footer-copyright {
	font-family: var(--astro-font-sans, sans-serif);
	font-weight: 500;
	font-size: 14px;
	color: var(--astro-text-muted, #78716C);
	margin: 0;
	text-align: center;
}