.tv-site-header {
	border-bottom: 1px solid #eee;
	padding: 2rem 1rem 1.25rem 2rem;
}
.tv-site-header-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}
.tv-site-nav {
	display: flex;
	gap: 1.5rem;
}
.tv-site-nav a {
	color: #102A43;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
}
.tv-site-nav a:hover {
	text-decoration: underline;
}
.tv-site-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}
.tv-site-logo {
	height: 46px;
	width: auto;
	display: block;
}

.tv-site-footer {
	border-top: 1px solid #eee;
	padding: 1.5rem 1rem;
	margin-top: 2rem;
}
.tv-site-footer-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.8rem;
	color: var(--text-muted, #6c757d);
}
.tv-site-footer-nav a {
	color: inherit;
	margin-left: 1rem;
}
.tv-site-footer-nav a:first-child {
	margin-left: 0;
}

.tv-hero {
	text-align: center;
	padding: 1.5rem 1rem 2rem;
	position: relative;
}
.tv-hero h1 {
	font-size: 2rem;
	max-width: 720px;
	margin: 0 auto 0.5rem;
}
.tv-hero p {
	font-size: 1.1rem;
	color: var(--text-muted, #6c757d);
}
.tv-scope-note {
	font-size: 0.8rem !important;
	color: var(--text-muted, #6c757d);
	margin-top: 0.75rem;
}

.tv-filters {
	max-width: 960px;
	margin: 0 auto 2rem;
	padding: 1rem;
}
#tv-filter-panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: var(--card-bg, #f8f9fa);
	padding: 1.25rem;
	border-radius: 12px;
}
.tv-filter-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-size: 0.85rem;
}
.tv-filter-label {
	font-weight: 600;
}
.tv-chip-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.tv-chip {
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 0.85rem;
	color: #333;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.tv-chip:hover {
	border-color: #2b6cb0;
}
.tv-chip.is-active {
	background: #2b6cb0;
	border-color: #2b6cb0;
	color: #fff;
	font-weight: 600;
}

.tv-results {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem 2rem;
}
.tv-sort-bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-bottom: 1.75rem;
	font-size: 0.85rem;
}
.tv-sort-bar label {
	font-weight: 600;
}
.tv-sort-bar select {
	padding: 0.3rem 0.5rem;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.tv-tariff-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
}
.tv-card {
	position: relative;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background: #fff;
}
.tv-card-featured {
	border-color: #2b6cb0;
	box-shadow: 0 0 0 2px rgba(43, 108, 176, 0.15);
}
.tv-card-featured-badge {
	position: absolute;
	top: -0.6rem;
	left: 1rem;
	background: #2b6cb0;
	color: #fff;
	font-size: 0.7rem;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
}
.tv-card-promo-badge {
	position: absolute;
	top: -0.6rem;
	right: 1rem;
	background: #F5A623;
	color: #1a1a1a;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
}
.tv-card-promo-note {
	font-size: 0.8rem;
	color: #b45309;
	margin: 0;
}
.tv-card-onetime {
	font-size: 0.75rem;
	color: var(--text-muted, #6c757d);
	margin: 0;
}
.tv-card-total {
	font-size: 0.75rem;
	color: var(--text-muted, #6c757d);
	margin: 0;
	border-top: 1px dashed #e2e2e2;
	padding-top: 0.4rem;
}
.tv-card-provider {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--text-muted, #6c757d);
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.tv-card-logo {
	height: 18px;
	width: auto;
	max-width: 60px;
	object-fit: contain;
}
.tv-card-title {
	margin: 0;
	font-size: 1.15rem;
}
.tv-card-price {
	font-size: 1.75rem;
	font-weight: 700;
}
.tv-card-price span {
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--text-muted, #6c757d);
}
.tv-card-specs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.tv-card-extras {
	font-size: 0.85rem;
	color: var(--text-muted, #6c757d);
}
.tv-card-cta {
	margin-top: auto;
	text-align: center;
	background: #2b6cb0;
	color: #fff;
	padding: 0.6rem 1rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}
.tv-card-cta:hover {
	background: #235a94;
}
.tv-ad-tag {
	font-size: 0.65rem;
	background: rgba(255, 255, 255, 0.25);
	padding: 0.05rem 0.4rem;
	border-radius: 999px;
}

.tv-empty-state {
	text-align: center;
	color: var(--text-muted, #6c757d);
	padding: 2rem 0;
}

.tv-disclosure {
	max-width: 700px;
	margin: 2rem auto;
	padding: 0 1rem;
	font-size: 0.75rem;
	color: var(--text-muted, #6c757d);
	text-align: center;
}
.tv-disclosure a {
	color: inherit;
	text-decoration: underline;
}

.tv-legal {
	max-width: 720px;
	margin: 2rem auto;
	padding: 0 1rem 3rem;
	line-height: 1.6;
}
.tv-legal h1 {
	margin-bottom: 1.5rem;
}
.tv-legal h2 {
	font-size: 1.1rem;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.tv-tips-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.tv-tips-list a {
	display: block;
	padding: 0.9rem 1.1rem;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	color: #102A43;
	text-decoration: none;
	font-weight: 600;
}
.tv-tips-list a:hover {
	border-color: #16B8B1;
}

.tv-table-wrap {
	overflow-x: auto;
	margin: 1.5rem 0;
}
.tv-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.tv-table th,
.tv-table td {
	text-align: left;
	padding: 0.6rem 0.8rem;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}
.tv-table th {
	font-weight: 700;
	color: #102A43;
}
.tv-table td:last-child,
.tv-table th:last-child {
	text-align: right;
}
