/**
 * Snowtech TLD Landing Pages — public styles
 */

.stlp-main {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
}

.stlp-tld-page {
	line-height: 1.6;
}

.stlp-tld-title {
	margin-bottom: 0.75rem;
	font-size: 2rem;
}

.stlp-tld-hero-image img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 1rem 0;
}

.stlp-tld-intro {
	font-size: 1.125rem;
	color: #444;
}

.stlp-tld-pricing,
.stlp-tld-eligibility,
.stlp-tld-benefits,
.stlp-tld-faq,
.stlp-tld-related,
.stlp-tld-description {
	margin-top: 2.5rem;
}

.stlp-pricing-table,
.stlp-domain-pricing-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: 0.95rem;
}

.stlp-pricing-table th,
.stlp-pricing-table td,
.stlp-domain-pricing-table th,
.stlp-domain-pricing-table td {
	border: 1px solid #dde3ea;
	padding: 0.65rem 0.75rem;
	text-align: left;
}

.stlp-pricing-table thead th,
.stlp-domain-pricing-table thead th {
	background: #f4f7fa;
	font-weight: 600;
}

.stlp-pricing-table tbody th {
	background: #fafbfc;
	font-weight: 600;
}

.stlp-pricing-unavailable {
	color: #8a4b00;
	background: #fff8e6;
	border: 1px solid #f0d78c;
	padding: 0.75rem 1rem;
	border-radius: 4px;
}

.stlp-gst-notice,
.stlp-renewal-note {
	font-size: 0.875rem;
	color: #666;
}

.stlp-btn {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid transparent;
}

.stlp-btn-primary {
	background: #0073aa;
	color: #fff !important;
}

.stlp-btn-primary:hover {
	background: #005f8d;
}

.stlp-btn-secondary {
	background: #fff;
	color: #0073aa !important;
	border-color: #0073aa;
	margin-left: 0.5rem;
}

.stlp-btn-small {
	padding: 0.4rem 0.85rem;
	font-size: 0.875rem;
}

.stlp-tld-benefits ul {
	padding-left: 1.25rem;
}

.stlp-faq-item {
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.stlp-faq-item summary {
	cursor: pointer;
	font-weight: 600;
}

.stlp-related-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.stlp-related-list a {
	text-decoration: none;
	font-weight: 600;
}

.stlp-pricing-search {
	margin-bottom: 1rem;
}

.stlp-pricing-filter-input {
	width: 100%;
	max-width: 320px;
	padding: 0.5rem 0.75rem;
	border: 1px solid #ccd5e0;
	border-radius: 4px;
}

.stlp-tld-card {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 1.25rem;
	margin: 1rem 0;
}

.stlp-tld-card-title {
	margin: 0 0 0.5rem;
}

.stlp-label {
	display: block;
	font-size: 0.8rem;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.stlp-domain-pricing-table tr.is-hidden {
	display: none;
}

.stlp-cta-wrap {
	margin-top: 1.25rem;
}

@media (max-width: 640px) {
	.stlp-pricing-table,
	.stlp-domain-pricing-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
