/*
Theme Name: Smarton TV
Theme URI: https://smartontv.com
Author: Smarton TV
Author URI: https://smartontv.com
Description: A fast, SEO-optimized WordPress theme built for Smarton TV, an IPTV subscription service. Includes hero, pricing, device compatibility, FAQ (schema-ready), testimonials and blog sections targeting the focus keyword "Smarton TV".
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smarton-tv
Tags: blog, e-commerce, entertainment, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Smarton TV WordPress Theme is distributed under the terms of the GNU GPL.
*/

/* =========================================================
   1. CSS VARIABLES / THEME TOKENS
   ========================================================= */
:root {
	--stv-bg: #0b0e14;
	--stv-bg-alt: #10141d;
	--stv-surface: #161b26;
	--stv-surface-2: #1c2230;
	--stv-border: #262d3d;
	--stv-text: #eef1f7;
	--stv-text-muted: #a7b0c2;
	--stv-accent: #ff4b2b;
	--stv-accent-2: #ff7a45;
	--stv-accent-gradient: linear-gradient(135deg, #ff4b2b 0%, #ff9142 100%);
	--stv-success: #2bd67b;
	--stv-warning: #ffb020;
	--stv-radius: 14px;
	--stv-radius-sm: 8px;
	--stv-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	--stv-max-width: 1200px;
	--stv-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* =========================================================
   2. RESET / BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
	margin: 0;
	font-family: var(--stv-font);
	background: var(--stv-bg);
	color: var(--stv-text);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--stv-accent-2); text-decoration: none; }
a:hover { color: var(--stv-accent); }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { line-height: 1.25; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--stv-text-muted); }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--stv-accent);
	color: #fff;
	padding: 12px 18px;
	z-index: 9999;
	border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.container {
	max-width: var(--stv-max-width);
	margin: 0 auto;
	padding: 0 20px;
}

.section { padding: 80px 0; }
.section-alt { background: var(--stv-bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.eyebrow {
	display: inline-block;
	color: var(--stv-accent-2);
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: .8rem;
	margin-bottom: 12px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 700;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
	font-size: 1rem;
}
.btn-primary {
	background: var(--stv-accent-gradient);
	color: #fff;
	box-shadow: 0 8px 24px rgba(255, 75, 43, .35);
}
.btn-primary:hover { transform: translateY(-2px); color: #fff; }
.btn-secondary {
	background: transparent;
	border-color: var(--stv-border);
	color: var(--stv-text);
}
.btn-secondary:hover { border-color: var(--stv-accent-2); color: var(--stv-accent-2); }
.btn-block { width: 100%; }
.btn-whatsapp { background: #25d366; color: #06210f; box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.btn-whatsapp:hover { color: #06210f; }

/* =========================================================
   3. HEADER
   ========================================================= */
.site-header {
	position: sticky;
	top: 0;
	z-index: 500;
	background: rgba(11, 14, 20, 0.9);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--stv-border);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	max-width: var(--stv-max-width);
	margin: 0 auto;
	gap: 16px;
}
.site-branding { display: flex; align-items: center; gap: 10px; min-width: 0; }
.site-branding img { max-height: 40px; width: auto; }
.site-title-link { display: flex; align-items: center; min-width: 0; }
.site-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--stv-text);
	letter-spacing: -.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.site-title .dot { color: var(--stv-accent-2); }
.site-description { display: none; }

/* Desktop nav */
.primary-nav-head, .menu-close, .primary-nav-cta { display: none; }
.primary-nav ul { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.primary-nav a {
	color: var(--stv-text);
	font-weight: 600;
	font-size: .93rem;
	padding: 9px 14px;
	border-radius: 999px;
	display: inline-block;
	transition: background .15s ease, color .15s ease;
}
.primary-nav a:hover { color: var(--stv-accent-2); background: rgba(255, 75, 43, .1); }

.header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-cta .btn { padding: 10px 18px; font-size: .88rem; white-space: nowrap; }

.nav-overlay { display: none; }

/* Hamburger icon */
.menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--stv-border);
	color: var(--stv-text);
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 8px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.hamburger { position: relative; width: 18px; height: 13px; display: inline-block; }
.hamburger span {
	position: absolute; left: 0; width: 100%; height: 2px;
	background: var(--stv-text); border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 5.5px; }
.hamburger span:nth-child(3) { top: 11px; }
body.nav-open .hamburger span:nth-child(1) { top: 5.5px; transform: rotate(45deg); }
body.nav-open .hamburger span:nth-child(2) { opacity: 0; }
body.nav-open .hamburger span:nth-child(3) { top: 5.5px; transform: rotate(-45deg); }

/* =========================================================
   3b. MOBILE HEADER / DRAWER NAV
   ========================================================= */
@media (max-width: 900px) {
	.header-inner { padding: 10px 16px; }
	.site-title { font-size: 1.1rem; }

	.header-cta-contact, .header-cta-signup { display: none; }
	.menu-toggle { display: inline-flex; }

	.nav-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(5, 6, 10, .6);
		opacity: 0;
		visibility: hidden;
		transition: opacity .25s ease;
		z-index: 550;
	}
	body.nav-open .nav-overlay { opacity: 1; visibility: visible; }

	.primary-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(320px, 86vw);
		background: var(--stv-bg-alt);
		transform: translateX(100%);
		transition: transform .25s ease;
		padding: 18px 22px 28px;
		z-index: 600;
		border-left: 1px solid var(--stv-border);
		overflow-y: auto;
		display: flex;
		flex-direction: column;
	}
	.primary-nav.is-open { transform: translateX(0); }

	.primary-nav-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
		padding-bottom: 16px;
		border-bottom: 1px solid var(--stv-border);
	}
	.primary-nav-label { font-weight: 800; font-size: 1.05rem; }
	.menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px; height: 38px;
		border-radius: 8px;
		background: var(--stv-surface);
		border: 1px solid var(--stv-border);
		color: var(--stv-text);
		font-size: 1rem;
		cursor: pointer;
	}

	.primary-nav ul { flex-direction: column; align-items: stretch; gap: 4px; flex-wrap: nowrap; }
	.primary-nav a { padding: 13px 12px; font-size: 1rem; border-radius: 8px; }
	.primary-nav a:hover { background: var(--stv-surface); }

	.primary-nav-cta {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: auto;
		padding-top: 22px;
	}
}

body.nav-open { overflow: hidden; }

/* =========================================================
   4. HERO
   ========================================================= */
.hero {
	position: relative;
	padding: 90px 0 70px;
	background:
		radial-gradient(circle at 15% 20%, rgba(255,75,43,.18), transparent 45%),
		radial-gradient(circle at 85% 0%, rgba(255,145,66,.12), transparent 40%),
		var(--stv-bg);
	overflow: hidden;
}
.hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 48px;
	align-items: center;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: .85rem;
	color: var(--stv-text-muted);
	margin-bottom: 20px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--stv-success); display: inline-block; }
.hero h1 { margin-bottom: 18px; }
.hero-lead { font-size: 1.15rem; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 36px; }
.hero-stat strong { display: block; font-size: 1.8rem; color: var(--stv-text); }
.hero-stat span { font-size: .85rem; color: var(--stv-text-muted); }
.hero-media {
	position: relative;
	border-radius: var(--stv-radius);
	overflow: hidden;
	border: 1px solid var(--stv-border);
	box-shadow: var(--stv-shadow);
	background: var(--stv-surface);
}
.hero-media img { width: 100%; }
@media (max-width: 900px) {
	.hero-grid { grid-template-columns: 1fr; }
	.hero-media { order: -1; }
}

/* =========================================================
   5. TRUST BAR
   ========================================================= */
.trust-bar { padding: 22px 0; border-top: 1px solid var(--stv-border); border-bottom: 1px solid var(--stv-border); background: var(--stv-bg-alt); }
.trust-bar ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; }
.trust-bar li { display: flex; align-items: center; gap: 8px; color: var(--stv-text-muted); font-size: .9rem; font-weight: 600; }
.trust-bar li .ico { color: var(--stv-success); }

/* =========================================================
   6. FEATURE GRID
   ========================================================= */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: var(--stv-radius);
	padding: 28px 24px;
	transition: transform .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--stv-accent); }
.card .card-icon {
	width: 52px; height: 52px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 12px;
	background: var(--stv-accent-gradient);
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; font-size: .95rem; }

/* =========================================================
   7. CHANNEL CATEGORIES
   ========================================================= */
.category-pill-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.category-pill {
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 600;
	font-size: .95rem;
	color: var(--stv-text);
	display: flex; align-items: center; gap: 8px;
}
.category-pill .count { color: var(--stv-accent-2); font-weight: 800; }

/* =========================================================
   8. HOW IT WORKS
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 28px 22px; background: var(--stv-surface); border: 1px solid var(--stv-border); border-radius: var(--stv-radius); }
.step-number {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: var(--stv-accent-gradient);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-weight: 800;
	margin-bottom: 16px;
}

/* =========================================================
   9. PRICING
   ========================================================= */
.pricing-tabs {
	display: flex;
	gap: 6px;
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: 999px;
	padding: 6px;
	max-width: 460px;
	margin: 0 auto 44px;
}
.pricing-tab {
	flex: 1;
	border: none;
	background: transparent;
	color: var(--stv-text-muted);
	font-weight: 700;
	font-size: .92rem;
	padding: 12px 16px;
	border-radius: 999px;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
	font-family: inherit;
}
.pricing-tab:hover { color: var(--stv-text); }
.pricing-tab.is-active { background: var(--stv-accent-gradient); color: #fff; box-shadow: 0 6px 16px rgba(255, 75, 43, .3); }

.pricing-panel { display: none; }
.pricing-panel.is-active { display: block; }
.pricing-panel-intro { text-align: center; max-width: 640px; margin: 0 auto 32px; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 1000px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card {
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: var(--stv-radius);
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.price-card.featured {
	border-color: var(--stv-accent);
	background: linear-gradient(180deg, rgba(255,75,43,.08), var(--stv-surface) 30%);
	box-shadow: var(--stv-shadow);
}
@media (min-width: 1001px) {
	.price-card.featured { transform: scale(1.03); }
}
.price-badge {
	position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
	background: var(--stv-accent-gradient); color: #fff;
	font-size: .75rem; font-weight: 800; letter-spacing: .05em;
	padding: 6px 16px; border-radius: 999px; text-transform: uppercase;
}
.price-plan-name { font-weight: 700; font-size: 1.05rem; color: var(--stv-text-muted); margin-bottom: 8px; }
.price-amount { font-size: 2.4rem; font-weight: 800; color: var(--stv-text); }
.price-amount sup { font-size: 1.1rem; top: -1em; }
.price-period { color: var(--stv-text-muted); font-size: .9rem; margin-bottom: 20px; }
.price-features { margin: 20px 0 28px; flex-grow: 1; }
.price-features li { display: flex; gap: 10px; padding: 8px 0; font-size: .92rem; color: var(--stv-text-muted); border-bottom: 1px dashed var(--stv-border); }
.price-features li:last-child { border-bottom: none; }
.price-features .ico { color: var(--stv-success); flex-shrink: 0; }

/* =========================================================
   10. DEVICES
   ========================================================= */
.device-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .device-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .device-grid { grid-template-columns: repeat(2, 1fr); } }
.device-card {
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: var(--stv-radius-sm);
	padding: 22px 16px;
	text-align: center;
}
.device-card .device-icon { font-size: 2rem; margin-bottom: 10px; }
.device-card span { font-weight: 600; font-size: .9rem; }

/* =========================================================
   11. FREE TRIAL CTA
   ========================================================= */
.cta-banner {
	background: var(--stv-accent-gradient);
	border-radius: var(--stv-radius);
	padding: 56px 40px;
	text-align: center;
	color: #fff;
	margin: 0 20px;
	max-width: calc(var(--stv-max-width) - 40px);
	margin-left: auto; margin-right: auto;
}
.cta-banner h2, .cta-banner p { color: #fff; }
.cta-banner .btn-secondary { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.4); color: #fff; }
.cta-banner .btn-secondary:hover { background: rgba(255,255,255,.25); }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

/* =========================================================
   12. TESTIMONIALS
   ========================================================= */
.testimonial-card {
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: var(--stv-radius);
	padding: 26px;
}
.stars { color: var(--stv-warning); letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testimonial-avatar {
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--stv-accent-gradient);
	display: flex; align-items: center; justify-content: center;
	font-weight: 800; color: #fff;
}
.testimonial-author strong { display: block; font-size: .95rem; }
.testimonial-author span { font-size: .8rem; color: var(--stv-text-muted); }

/* =========================================================
   13. FAQ
   ========================================================= */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
	background: var(--stv-surface);
	border: 1px solid var(--stv-border);
	border-radius: var(--stv-radius-sm);
	margin-bottom: 12px;
	overflow: hidden;
}
.faq-question {
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	color: var(--stv-text);
	padding: 18px 22px;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.faq-question .plus { transition: transform .2s ease; color: var(--stv-accent-2); font-size: 1.3rem; }
.faq-item.is-open .plus { transform: rotate(45deg); }
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease;
	padding: 0 22px;
}
.faq-item.is-open .faq-answer { max-height: 500px; padding: 0 22px 20px; }
.faq-answer p { margin: 0; font-size: .95rem; }

/* =========================================================
   14. BLOG
   ========================================================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
.post-card { background: var(--stv-surface); border: 1px solid var(--stv-border); border-radius: var(--stv-radius); overflow: hidden; }
.post-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-card-body { padding: 20px; }
.post-card .post-date { font-size: .8rem; color: var(--stv-accent-2); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.post-card h3 { margin: 8px 0; font-size: 1.1rem; }
.post-card h3 a { color: var(--stv-text); }
.post-card p { font-size: .9rem; }
.post-card .read-more { font-weight: 700; font-size: .88rem; }

/* Single post / page content */
.content-sidebar-wrap { display: flex; gap: 48px; align-items: flex-start; max-width: 1080px; margin: 0 auto; }
.content-sidebar-wrap .entry-content { flex: 2; max-width: none; margin: 0; }
.content-sidebar-wrap .widget-area { flex: 1; min-width: 260px; position: sticky; top: 90px; }
.content-sidebar-wrap .widget-area .widget { margin-bottom: 20px; }
.content-sidebar-wrap .widget-area .widget ul li { padding: 6px 0; border-bottom: 1px dashed var(--stv-border); font-size: .9rem; }
@media (max-width: 900px) { .content-sidebar-wrap { flex-direction: column; } .content-sidebar-wrap .widget-area { position: static; width: 100%; } }
.entry-content, .page-content { max-width: 780px; margin: 0 auto; }
.entry-content img { border-radius: var(--stv-radius-sm); }
.entry-content h2 { margin-top: 1.4em; }
.entry-header { max-width: 780px; margin: 0 auto 30px; text-align: center; }
.entry-meta { color: var(--stv-text-muted); font-size: .9rem; margin-bottom: 10px; }
.page-hero { padding: 60px 0 20px; text-align: center; background: var(--stv-bg-alt); }

/* =========================================================
   15. FOOTER
   ========================================================= */
.site-footer { background: var(--stv-bg-alt); border-top: 1px solid var(--stv-border); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h4 { color: var(--stv-text); font-size: 1rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: var(--stv-text-muted); font-size: .92rem; }
.footer-col a:hover { color: var(--stv-accent-2); }
.footer-brand p { font-size: .9rem; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--stv-surface); border: 1px solid var(--stv-border);
	display: flex; align-items: center; justify-content: center;
	color: var(--stv-text);
}
.footer-social a:hover { background: var(--stv-accent); color: #fff; }
.footer-legal-note { font-size: .78rem; color: var(--stv-text-muted); opacity: .75; max-width: 780px; margin: 0 auto 24px; text-align: center; }
.footer-bottom {
	border-top: 1px solid var(--stv-border);
	padding: 22px 0;
	display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { margin: 0; font-size: .85rem; }
.footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom-links a { font-size: .85rem; }

/* WhatsApp floating button */
.whatsapp-float {
	position: fixed; bottom: 24px; right: 24px; z-index: 600;
	width: 58px; height: 58px; border-radius: 50%;
	background: #25d366; color: #fff;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 24px rgba(0,0,0,.35);
	font-size: 1.6rem;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.06); }

/* Breadcrumbs */
.breadcrumbs { font-size: .85rem; color: var(--stv-text-muted); margin-bottom: 18px; }
.breadcrumbs a { color: var(--stv-text-muted); }
.breadcrumbs a:hover { color: var(--stv-accent-2); }

/* Comments */
.comment-list { list-style: none; margin: 0 0 40px; padding: 0; }
.comment-body { background: var(--stv-surface); border: 1px solid var(--stv-border); border-radius: var(--stv-radius-sm); padding: 18px; margin-bottom: 16px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; padding: 12px 14px; background: var(--stv-surface); border: 1px solid var(--stv-border);
	border-radius: var(--stv-radius-sm); color: var(--stv-text); margin-bottom: 14px; font-family: inherit;
}

/* Pagination */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.pagination a, .pagination span { padding: 10px 16px; border: 1px solid var(--stv-border); border-radius: 8px; color: var(--stv-text-muted); }
.pagination .current { background: var(--stv-accent); color: #fff; border-color: var(--stv-accent); }

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* =========================================================
   16. MOBILE REFINEMENTS
   ========================================================= */
@media (max-width: 780px) {
	.section { padding: 52px 0; }
	.section-head { margin-bottom: 34px; }
	h1 { font-size: 1.9rem; }
	h2 { font-size: 1.5rem; }

	.hero { padding: 36px 0 48px; }
	.hero-badge { font-size: .78rem; padding: 7px 14px; }
	.hero-lead { font-size: 1.02rem; }
	.hero-actions { gap: 10px; }
	.hero-actions .btn { flex: 1 1 auto; }
	.hero-stats { gap: 20px; margin-top: 28px; }
	.hero-stat strong { font-size: 1.4rem; }

	.trust-bar { padding: 16px 0; }
	.trust-bar ul { gap: 14px 22px; justify-content: flex-start; }
	.trust-bar li { font-size: .82rem; }

	.card { padding: 22px 18px; }

	.pricing-tabs { max-width: 100%; margin-bottom: 32px; }
	.pricing-tab { font-size: .82rem; padding: 11px 10px; }
	.pricing-grid { gap: 18px; }
	.price-card { padding: 26px 20px; }
	.price-amount { font-size: 2rem; }

	.cta-banner { padding: 38px 22px; margin: 0 16px; }

	.footer-grid { gap: 32px 24px; }

	.whatsapp-float { width: 52px; height: 52px; bottom: 16px; right: 16px; font-size: 1.4rem; }
}

/* Ensure every tap target stays comfortably reachable on touch devices */
@media (pointer: coarse) {
	.primary-nav a, .btn, .faq-question, .footer-social a, .device-card, .category-pill {
		min-height: 44px;
	}
	.category-pill, .device-card { min-height: auto; padding-top: 14px; padding-bottom: 14px; }
}
