/**
 * Landing Page Mode Styles
 *
 * Styles for pages with landing page mode enabled.
 * These pages have navigation removed and a simplified footer.
 */

/* ==================================================
   HEADER ADJUSTMENTS
   ================================================== */

/* Center the logo when navigation is removed */
.landing-page .site-header .inside-header {
	justify-content: center;
}

/* Remove any empty navigation container space */
.landing-page .main-navigation {
	display: none;
}

/* ==================================================
   FOOTER ADJUSTMENTS
   ================================================== */

/* Landing page footer logo styling */
.landing-page-footer-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.landing-page-footer-logo a {
	display: inline-block;
}

.landing-page-footer-logo svg {
	max-width: 180px;
	height: auto;
}
.landing-page-footer-logo svg path:is(:nth-child(6), :nth-child(7), :nth-child(8), :nth-child(9), :nth-child(10)) {
	fill: #fff;
}
/* Center the copyright text */
.landing-page .site-info {
	text-align: center;
}

/* Simplify footer padding */
.landing-page .site-footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/* ==================================================
   OPTIONAL: CAMPAIGN-SPECIFIC OVERRIDES
   ================================================== */

/* Example: Add campaign-specific styles using the campaign class
   .campaign-google-ppc-q1-2025 { } */
