/**
 * SEO landing page styles (extends FastOneDay homepage hero).
 */

.tssp-landing-main {
	max-width: 100%;
	padding: 0;
}

/* Hero — matches homepage layout */
.tssp-hero-section {
	min-height: 70vh;
}

.tssp-hero-section .hero-content-left.tssp-hero-cta-box {
	width: fit-content;
	max-width: min(92vw, 760px);
}

.tssp-hero-title {
	font-size: clamp(1.45rem, 2.8vw, 2.25rem);
	line-height: 1.25;
	margin-bottom: 1rem !important;
}

.tssp-hero-headline {
	display: inline-block;
	white-space: nowrap;
	max-width: 100%;
}

.tssp-hero-pricing .price-highlight {
	font-size: clamp(2rem, 5vw, 3rem);
}

.tssp-hero-support-line i {
	margin-right: 0.35rem;
}

/* Content area below hero */
.tssp-content-section {
	background: #fff;
}

.tssp-advertisement {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #333;
}

.tssp-advertisement h2,
.tssp-advertisement h3,
.tssp-advertisement h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	font-weight: 700;
}

.tssp-advertisement p {
	margin-bottom: 1rem;
}

.tssp-advertisement img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.tssp-advertisement ul,
.tssp-advertisement ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

/* Sidebar — no box border, subtle divider only */
.tssp-sidebar {
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.tssp-sidebar-inner {
	padding-top: 0;
}

@media (min-width: 992px) {
	.tssp-sidebar {
		border-left: 1px solid #dee2e6;
		padding-left: 2rem;
	}

	.tssp-sidebar-inner {
		padding-left: 0.25rem;
	}
}

.tssp-sidebar-inner h2,
.tssp-sidebar-inner h3,
.tssp-sidebar-inner h4 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.tssp-sidebar-inner p {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

.tssp-sidebar-inner ul {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}

.tssp-sidebar-inner .card,
.tssp-sidebar-inner [style*="border"] {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* Footer cards — related pages + related tags */
.tssp-footer-cards {
	margin-top: 3rem !important;
}

.tssp-footer-card {
	background: #fff;
	border: 1px solid #dfe7f2;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	padding: 1.5rem 1.75rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.tssp-footer-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 1.25rem;
	color: #3c4133;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid var(--primary-green, #8bb83b);
}

.tssp-footer-card__body {
	flex: 1 1 auto;
}

/* Related pages */
.tssp-related-list {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.tssp-related-item a {
	text-decoration: none;
	font-weight: 600;
	color: var(--primary-green, #8bb83b);
	line-height: 1.4;
	display: inline-block;
}

.tssp-related-item a:hover {
	text-decoration: underline;
	color: #648228;
}

.tssp-related-item span {
	font-weight: 600;
	color: #495057;
	line-height: 1.4;
}

/* Related tags */
.tssp-tag-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-content: flex-start;
}

.tssp-tag-badge {
	display: inline-block;
	padding: 0.4rem 0.85rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
	color: #3c4133;
	background: #f4f8ec;
	border: 1px solid #d7e7b8;
	border-radius: 999px;
}

/* Layout variants */
.tssp-layout-registration .tssp-hero-register,
.tssp-layout-registration-login .tssp-hero-register {
	display: inline-flex;
}

@media (max-width: 767px) {
	.tssp-hero-section {
		min-height: 72vh;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.tssp-hero-section .hero-content-left.tssp-hero-cta-box {
		width: 100%;
		max-width: 100%;
	}

	.tssp-hero-headline {
		white-space: normal;
		text-wrap: balance;
	}

	.tssp-hero-section .hero-content-left {
		padding: 2rem 1.5rem;
	}

	.tssp-sidebar {
		border-left: none;
		border-top: 1px solid #dee2e6;
		padding-left: 0;
		padding-top: 2rem;
		margin-top: 0.5rem;
	}
}
