/*
Theme Name: NTIPTV
Theme URI: https://ntiptv.no
Author: NTIPTV
Author URI: https://ntiptv.no
Description: Premium mørkt skandinavisk WordPress-tema for IPTV Norge. Raskt, SEO-optimalisert og bygget for konvertering. Norsk rød aksent, ren typografi og fullt responsivt design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ntiptv
Tags: dark, one-column, custom-menu, custom-logo, translation-ready
*/

/* =========================================================
   1. DESIGN TOKENS — Premium dark Scandinavian
   ========================================================= */
:root {
	--bg: #0b0e13;
	--bg-alt: #10141b;
	--card: #151a23;
	--card-hover: #1a202b;
	--border: #232b38;
	--border-light: #2e3745;
	--text: #eef1f5;
	--muted: #98a2b3;
	--muted-2: #6b7585;
	--red: #d92638;          /* Norwegian red accent */
	--red-hover: #ef2b2d;
	--red-soft: rgba(217, 38, 56, 0.12);
	--red-border: rgba(217, 38, 56, 0.35);
	--green: #2ecc71;
	--radius: 14px;
	--radius-sm: 10px;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	--shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.5);
	--font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--container: 1180px;
	--transition: all 0.25s ease;
}

/* =========================================================
   2. RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	font-family: var(--font);
	background: var(--bg);
	color: var(--text);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }

h1, h2, h3, h4, h5 {
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--text);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.25rem; }

p { color: var(--muted); }

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.section { padding: 96px 0; }
.section--alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section--tight { padding: 64px 0; }

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head p { margin-top: 16px; font-size: 1.06rem; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--red-hover);
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	padding: 6px 14px;
	border-radius: 100px;
	margin-bottom: 18px;
}

.accent { color: var(--red-hover); }

/* =========================================================
   3. BUTTONS
   ========================================================= */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 700;
	font-size: 1rem;
	padding: 15px 32px;
	border-radius: var(--radius-sm);
	transition: var(--transition);
	white-space: nowrap;
}

.btn--primary {
	background: var(--red);
	color: #fff;
	box-shadow: 0 8px 24px rgba(217, 38, 56, 0.32);
}
.btn--primary:hover { background: var(--red-hover); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(217, 38, 56, 0.45); }

.btn--ghost {
	background: transparent;
	color: var(--text);
	border: 1px solid var(--border);
}
.btn--ghost:hover { border-color: var(--red); color: var(--red-hover); }

.btn--lg { padding: 18px 40px; font-size: 1.08rem; }
.btn--block { width: 100%; }

.btn--whatsapp { background: #1faa53; color: #fff; }
.btn--whatsapp:hover { background: #25c160; transform: translateY(-2px); }

/* =========================================================
   4. HEADER / NAVIGATION
   ========================================================= */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(11, 14, 19, 0.85);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--border);
	transition: var(--transition);
}
.site-header.is-scrolled { background: rgba(11, 14, 19, 0.97); }

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 76px;
}

.site-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--text);
}
.site-logo .logo-mark {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: var(--red);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	flex-shrink: 0;
}
.site-logo .logo-tv { color: var(--red-hover); }
.site-logo .brand-logo { width: auto; display: block; transition: var(--transition); }
.site-logo:hover .brand-logo { transform: scale(1.03); }
.site-logo .custom-logo-link { display: block; line-height: 0; }
.site-logo img.custom-logo { max-height: 56px; width: auto; }
.site-footer .site-logo img.custom-logo { max-height: 72px; }

@media (max-width: 640px) {
	.site-logo .brand-logo { height: 46px !important; }
	.site-logo img.custom-logo { max-height: 46px; }
}

.main-nav ul { display: flex; align-items: center; gap: 6px; }
.main-nav a {
	display: block;
	padding: 9px 15px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--muted);
	border-radius: 8px;
	transition: var(--transition);
}
.main-nav a:hover { color: var(--text); background: var(--card); }
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--text); background: var(--card); }

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 11px 22px; font-size: 0.92rem; }

/* Burger */
.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 10px;
}
.nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--text);
	border-radius: 2px;
	transition: var(--transition);
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   5. HERO
   ========================================================= */
.hero {
	position: relative;
	padding: 110px 0 90px;
	overflow: hidden;
	background:
		radial-gradient(ellipse 900px 480px at 75% -10%, rgba(217, 38, 56, 0.13), transparent 60%),
		radial-gradient(ellipse 700px 420px at 10% 110%, rgba(217, 38, 56, 0.07), transparent 60%),
		var(--bg);
}
.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
	background-size: 56px 56px;
	opacity: 0.18;
	mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 0%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 0%, transparent 75%);
	pointer-events: none;
}

/* Split-column hero layout */
.hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 3.5rem;
}
.hero-text { flex: 1; min-width: 0; }
.hero-visual {
	flex: 0 0 auto;
	width: 46%;
	max-width: 560px;
}
.hero-tv {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 32px 56px rgba(0,0,0,0.55));
}
.hero h1 { margin-bottom: 22px; }
.hero-text .hero-sub { font-size: 1.18rem; margin: 0 0 36px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-start; margin-bottom: 40px; }

.hero-bullets {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px 28px;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--muted);
}
.hero-bullets li { display: inline-flex; align-items: center; gap: 8px; }
.hero-bullets svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

/* =========================================================
   Channel logo badges (marquee + channel pages)
   ========================================================= */
.ch-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 15px;
	border-radius: 7px;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.8px;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1;
}
.ch-red    { background: rgba(217,38,56,0.13);  border-color: rgba(217,38,56,0.3);   color: #e05060; }
.ch-blue   { background: rgba(0,100,200,0.14);  border-color: rgba(0,100,200,0.3);   color: #5ba8ff; }
.ch-green  { background: rgba(28,231,131,0.1);  border-color: rgba(28,231,131,0.25); color: #1ce783; }
.ch-orange { background: rgba(247,151,28,0.13); border-color: rgba(247,151,28,0.3);  color: #f7971c; }
.ch-navy   { background: rgba(0,50,100,0.18);   border-color: rgba(0,50,100,0.35);   color: #4a95d9; }

/* =========================================================
   Device art SVG illustrations
   ========================================================= */
.device-art-wrap {
	width: 100%;
	padding: 12px 0 8px;
	display: flex;
	justify-content: center;
}
.dev-art {
	width: 100%;
	max-width: 160px;
	height: auto;
	display: block;
}
.device-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* =========================================================
   6. TRUST BAR / STATS
   ========================================================= */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.stat-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 30px 24px;
	text-align: center;
	transition: var(--transition);
}
.stat-card:hover { border-color: var(--red-border); transform: translateY(-3px); }
.stat-card .stat-num {
	font-size: 2.1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--text);
	display: block;
}
.stat-card .stat-num em { font-style: normal; color: var(--red-hover); }
.stat-card .stat-label { font-size: 0.9rem; color: var(--muted); margin-top: 6px; }

/* =========================================================
   7. FEATURE / VALUE CARDS
   ========================================================= */
.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.cards-grid--4 { grid-template-columns: repeat(4, 1fr); }
.cards-grid--2 { grid-template-columns: repeat(2, 1fr); }

.feature-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px 28px;
	transition: var(--transition);
}
.feature-card:hover { border-color: var(--red-border); background: var(--card-hover); transform: translateY(-4px); }
.feature-card .card-icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.feature-card .card-icon svg { width: 24px; height: 24px; color: var(--red-hover); }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { font-size: 0.96rem; }

/* =========================================================
   8. CHANNEL CATEGORIES & TAGS
   ========================================================= */
.channel-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tag {
	display: inline-block;
	padding: 7px 16px;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--muted);
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: 100px;
	transition: var(--transition);
}
.tag:hover { color: var(--text); border-color: var(--red-border); }
.tag--hot { color: var(--red-hover); border-color: var(--red-border); background: var(--red-soft); }

.channel-cat { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.channel-cat .cat-count { font-size: 0.85rem; font-weight: 700; color: var(--red-hover); white-space: nowrap; }

/* =========================================================
   9. PRICING
   ========================================================= */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}
.price-card {
	position: relative;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 38px 32px;
	display: flex;
	flex-direction: column;
	transition: var(--transition);
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.price-card--featured {
	background: linear-gradient(180deg, rgba(217, 38, 56, 0.10), rgba(217, 38, 56, 0.02) 45%), var(--card);
	border: 1px solid var(--red-border);
	box-shadow: var(--shadow-lg);
}
.price-card--featured:hover { border-color: var(--red); }

.price-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--red);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 100px;
	white-space: nowrap;
}

.price-card .plan-name { font-size: 1.05rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.price-card .plan-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-card .plan-price .amount { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); }
.price-card .plan-price .period { font-size: 1rem; color: var(--muted); font-weight: 600; }
.price-card .plan-permonth { font-size: 0.9rem; color: var(--red-hover); font-weight: 700; margin-bottom: 26px; }

.plan-features { flex: 1; margin-bottom: 30px; }
.plan-features li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 9px 0;
	font-size: 0.95rem;
	color: var(--muted);
	border-bottom: 1px solid rgba(35, 43, 56, 0.55);
}
.plan-features li:last-child { border-bottom: none; }
.plan-features li strong { color: var(--text); font-weight: 600; }
.plan-features svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; margin-top: 4px; }

.pricing-note { text-align: center; margin-top: 32px; font-size: 0.92rem; color: var(--muted-2); }
.pricing-note a { color: var(--red-hover); font-weight: 600; }

/* Comparison table */
.compare-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare-table th, .compare-table td {
	padding: 16px 20px;
	text-align: left;
	font-size: 0.94rem;
	border-bottom: 1px solid var(--border);
}
.compare-table thead th { background: var(--bg-alt); font-weight: 700; color: var(--text); }
.compare-table thead th.is-featured { color: var(--red-hover); }
.compare-table tbody th { font-weight: 600; color: var(--muted); }
.compare-table td { color: var(--text); }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: none; }
.compare-table .yes { color: var(--green); font-weight: 700; }
.compare-table .no { color: var(--muted-2); }

/* =========================================================
   10. STEPS (Slik fungerer det / Installasjon)
   ========================================================= */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step-card {
	position: relative;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 34px 26px 30px;
	transition: var(--transition);
}
.step-card:hover { border-color: var(--red-border); transform: translateY(-4px); }
.step-card .step-num {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--red);
	color: #fff;
	font-weight: 800;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.step-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step-card p { font-size: 0.93rem; }

/* Installation guide blocks */
.guide-block {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 36px;
	margin-bottom: 26px;
}
.guide-block h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 1.3rem; }
.guide-block h3 .guide-icon {
	width: 42px; height: 42px;
	border-radius: 10px;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	display: inline-flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.guide-block h3 .guide-icon svg { width: 21px; height: 21px; color: var(--red-hover); }
.guide-steps { counter-reset: gstep; }
.guide-steps li {
	position: relative;
	padding: 10px 0 10px 44px;
	color: var(--muted);
	font-size: 0.97rem;
}
.guide-steps li::before {
	counter-increment: gstep;
	content: counter(gstep);
	position: absolute;
	left: 0;
	top: 10px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--bg);
	border: 1px solid var(--red-border);
	color: var(--red-hover);
	font-size: 0.82rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guide-steps li strong, .guide-steps li code { color: var(--text); }
.guide-steps code { background: var(--bg); border: 1px solid var(--border); border-radius: 6px; padding: 2px 8px; font-size: 0.88em; }

/* =========================================================
   11. DEVICES
   ========================================================= */
.device-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 30px 24px;
	text-align: center;
	transition: var(--transition);
}
.device-card:hover { border-color: var(--red-border); transform: translateY(-4px); }
.device-card .device-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	border-radius: 14px;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	display: flex;
	align-items: center;
	justify-content: center;
}
.device-card .device-icon svg { width: 27px; height: 27px; color: var(--red-hover); }
.device-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.device-card p { font-size: 0.88rem; }

/* =========================================================
   12. TESTIMONIALS
   ========================================================= */
.review-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 30px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: var(--transition);
}
.review-card:hover { border-color: var(--red-border); }
.review-stars { color: #f5b50a; font-size: 1.02rem; letter-spacing: 3px; }
.review-card blockquote { color: var(--text); font-size: 0.98rem; line-height: 1.65; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-author .avatar {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	color: var(--red-hover);
	font-weight: 800;
	font-size: 0.95rem;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.review-author .name { font-weight: 700; color: var(--text); font-size: 0.94rem; }
.review-author .meta { font-size: 0.82rem; color: var(--muted-2); }

/* =========================================================
   13. FAQ ACCORDION
   ========================================================= */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	margin-bottom: 14px;
	overflow: hidden;
	transition: var(--transition);
}
.faq-item.is-open { border-color: var(--red-border); }
.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 21px 26px;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--text);
	text-align: left;
	transition: var(--transition);
}
.faq-question:hover { color: var(--red-hover); }
.faq-question .faq-chevron {
	width: 22px; height: 22px;
	flex-shrink: 0;
	color: var(--red-hover);
	transition: transform 0.3s ease;
}
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 26px 24px; font-size: 0.96rem; color: var(--muted); }
.faq-answer-inner a { color: var(--red-hover); font-weight: 600; }

/* =========================================================
   14. CTA BANNER
   ========================================================= */
.cta-banner {
	position: relative;
	background:
		radial-gradient(ellipse 600px 300px at 80% 0%, rgba(217, 38, 56, 0.18), transparent 60%),
		var(--card);
	border: 1px solid var(--red-border);
	border-radius: 20px;
	padding: 64px 48px;
	text-align: center;
	overflow: hidden;
}
.cta-banner h2 { margin-bottom: 14px; }
.cta-banner p { max-width: 560px; margin: 0 auto 32px; font-size: 1.08rem; }
.cta-banner .hero-actions { margin-bottom: 0; }

/* =========================================================
   15. PAGE HERO (undersider)
   ========================================================= */
.page-hero {
	position: relative;
	padding: 84px 0 64px;
	text-align: center;
	background:
		radial-gradient(ellipse 800px 400px at 50% -20%, rgba(217, 38, 56, 0.12), transparent 60%),
		var(--bg);
	border-bottom: 1px solid var(--border);
}
.page-hero h1 { margin-bottom: 16px; }
.page-hero p { max-width: 640px; margin: 0 auto; font-size: 1.1rem; }

/* =========================================================
   16. CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start; }

.contact-channels { display: flex; flex-direction: column; gap: 18px; }
.contact-channel {
	display: flex;
	align-items: center;
	gap: 18px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px;
	transition: var(--transition);
}
.contact-channel:hover { border-color: var(--red-border); transform: translateY(-3px); }
.contact-channel .cc-icon {
	width: 50px; height: 50px;
	border-radius: 12px;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.contact-channel .cc-icon svg { width: 24px; height: 24px; color: var(--red-hover); }
.contact-channel h3 { font-size: 1.02rem; margin-bottom: 2px; }
.contact-channel p { font-size: 0.88rem; }

.contact-form {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 38px;
}
.contact-form .form-row { margin-bottom: 20px; }
.contact-form label { display: block; font-size: 0.88rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 14px 16px;
	font-size: 0.97rem;
	color: var(--text);
	transition: var(--transition);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form ::placeholder { color: var(--muted-2); }

.form-notice {
	padding: 16px 20px;
	border-radius: var(--radius-sm);
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 24px;
}
.form-notice--ok { background: rgba(46, 204, 113, 0.1); border: 1px solid rgba(46, 204, 113, 0.4); color: var(--green); }
.form-notice--err { background: var(--red-soft); border: 1px solid var(--red-border); color: var(--red-hover); }

/* Honeypot */
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; overflow: hidden; }

/* =========================================================
   17. OM OSS
   ========================================================= */
.values-list li {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
	color: var(--muted);
	font-size: 0.98rem;
}
.values-list li:last-child { border-bottom: none; }
.values-list svg { width: 20px; height: 20px; color: var(--red-hover); flex-shrink: 0; margin-top: 4px; }
.values-list strong { color: var(--text); }

.about-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.about-split h2 { margin-bottom: 18px; }
.about-split p + p { margin-top: 14px; }

/* =========================================================
   18. FOOTER
   ========================================================= */
.site-footer {
	background: var(--bg-alt);
	border-top: 1px solid var(--border);
	padding: 72px 0 0;
	margin-top: 0;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 44px;
	padding-bottom: 56px;
}
.footer-brand p { margin-top: 16px; font-size: 0.93rem; max-width: 320px; }
.footer-col h4 {
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--text);
	margin-bottom: 18px;
}
.footer-col ul li { margin-bottom: 11px; }
.footer-col a { font-size: 0.93rem; color: var(--muted); transition: var(--transition); }
.footer-col a:hover { color: var(--red-hover); }
.footer-col .contact-line { display: flex; align-items: center; gap: 9px; font-size: 0.93rem; color: var(--muted); margin-bottom: 12px; }
.footer-col .contact-line svg { width: 16px; height: 16px; color: var(--red-hover); flex-shrink: 0; }

.footer-bottom {
	border-top: 1px solid var(--border);
	padding: 24px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	font-size: 0.85rem;
	color: var(--muted-2);
}
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--red-hover); }

.footer-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	padding: 32px 0 24px;
	border-top: 1px solid var(--border);
}
.footer-disclaimer {
	font-size: 0.78rem;
	color: var(--muted-2);
	padding: 0 0 28px;
	line-height: 1.6;
}

/* =========================================================
   19. SCROLL REVEAL & ANIMATIONS
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Pulse dot (live status) */
.live-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--green);
	margin-right: 8px;
	animation: pulse 1.8s infinite;
}
@keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.5); }
	70% { box-shadow: 0 0 0 9px rgba(46, 204, 113, 0); }
	100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

/* =========================================================
   20. WORDPRESS CORE / CONTENT
   ========================================================= */
.entry-content { max-width: 760px; margin: 0 auto; }
.entry-content h2, .entry-content h3 { margin: 36px 0 14px; }
.entry-content p { margin-bottom: 18px; }
.entry-content ul { list-style: disc; padding-left: 22px; margin-bottom: 18px; color: var(--muted); }
.entry-content a { color: var(--red-hover); font-weight: 600; }
.alignwide { max-width: 1100px; }
.alignfull { max-width: 100%; }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%); height: 1px; width: 1px;
	margin: -1px; overflow: hidden; padding: 0; position: absolute !important;
}
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--red); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* =========================================================
   21. RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
	.stats-grid, .cards-grid--4, .steps-grid { grid-template-columns: repeat(2, 1fr); }
	.cards-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
	.about-split { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 960px) {
	.hero-inner { flex-direction: column-reverse; gap: 2.5rem; text-align: center; }
	.hero-text { text-align: center; }
	.hero-visual { width: 100%; max-width: 520px; margin: 0 auto; }
	.hero-text .hero-sub { max-width: 100%; }
	.hero-actions { justify-content: center; }
	.hero-bullets { justify-content: center; }
}

@media (max-width: 1150px) {
	.main-nav {
		position: fixed;
		top: 76px;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--bg);
		border-top: 1px solid var(--border);
		padding: 28px 24px;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		overflow-y: auto;
		z-index: 999;
	}
	.main-nav.is-open { transform: translateX(0); }
	.main-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
	.main-nav a { padding: 15px 18px; font-size: 1.08rem; }
	.nav-toggle { display: flex; }
	.header-cta .btn--ghost { display: none; }
	.pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
	.price-card--featured { order: -1; }
	.contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.section { padding: 68px 0; }
	.hero { padding: 76px 0 64px; }
	.stats-grid, .cards-grid, .cards-grid--4, .cards-grid--2, .steps-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.hero-actions .btn { width: 100%; }
	.cta-banner { padding: 44px 26px; }
	.guide-block { padding: 26px 20px; }
	.contact-form { padding: 26px 20px; }
	.footer-bottom { flex-direction: column; justify-content: center; text-align: center; }
}

/* =========================================================
   22. SEO-INNHOLDSSEKSJONER
   ========================================================= */

/* Logo-/kanalstripe — uendelig marquee */
.logo-strip {
	position: relative;
	overflow: hidden;
	padding: 26px 0;
	background: var(--bg-alt);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-track {
	display: flex;
	align-items: center;
	gap: 56px;
	width: max-content;
	animation: marquee 38s linear infinite;
}
.logo-strip:hover .logo-track { animation-play-state: paused; }
.logo-item {
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: var(--muted-2);
	white-space: nowrap;
	transition: var(--transition);
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
.logo-item:hover { color: var(--text); }
.logo-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.logo-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}

/* Live serverstatus-widget */
.status-widget {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
}
.status-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 18px 26px;
	border-bottom: 1px solid var(--border);
	background: var(--bg-alt);
}
.status-head h3 { font-size: 1.02rem; display: flex; align-items: center; }
.status-head .status-time { font-size: 0.82rem; color: var(--muted-2); font-variant-numeric: tabular-nums; }
.status-rows { display: grid; grid-template-columns: repeat(2, 1fr); }
.status-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 17px 26px;
	border-bottom: 1px solid var(--border);
	font-size: 0.93rem;
}
.status-row:nth-child(odd) { border-right: 1px solid var(--border); }
.status-row .s-name { color: var(--text); font-weight: 600; }
.status-row .s-state { display: inline-flex; align-items: center; color: var(--green); font-weight: 700; font-size: 0.86rem; }
.status-row .s-uptime { color: var(--muted-2); font-size: 0.82rem; }

/* Ikonrader — scannbare punkter i splitseksjoner */
.icon-rows { display: flex; flex-direction: column; gap: 14px; }
.icon-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 18px 20px;
	transition: var(--transition);
}
.icon-row:hover { border-color: var(--red-border); transform: translateX(4px); }
.icon-row .ir-icon {
	width: 42px; height: 42px;
	border-radius: 10px;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.icon-row .ir-icon svg { width: 20px; height: 20px; color: var(--red-hover); }
.icon-row h4 { font-size: 0.99rem; margin-bottom: 3px; }
.icon-row p { font-size: 0.89rem; line-height: 1.55; }

/* Ordliste-kort */
.glossary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.glossary-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-left: 3px solid var(--red);
	border-radius: var(--radius-sm);
	padding: 20px 22px;
	transition: var(--transition);
}
.glossary-card:hover { background: var(--card-hover); }
.glossary-card h4 { font-size: 0.99rem; margin-bottom: 5px; color: var(--red-hover); }
.glossary-card p { font-size: 0.9rem; }

/* Trust-/betalingsstripe */
.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 20px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 100px;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--muted);
}
.trust-badge svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

/* Interne lenkekort (Utforsk mer) */
.link-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.link-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 26px 24px;
	transition: var(--transition);
}
.link-card:hover { border-color: var(--red-border); background: var(--card-hover); transform: translateY(-3px); }
.link-card h3 { font-size: 1.04rem; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.link-card h3::after { content: "→"; color: var(--red-hover); font-weight: 800; transition: var(--transition); }
.link-card:hover h3::after { transform: translateX(4px); }
.link-card p { font-size: 0.9rem; }

/* Byer / dekning */
.city-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 860px; margin: 0 auto; }

/* Tidslinje (Om oss) */
.timeline { max-width: 720px; margin: 0 auto; position: relative; padding-left: 34px; }
.timeline::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: var(--border);
}
.timeline-item { position: relative; padding: 0 0 34px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
	content: "";
	position: absolute;
	left: -31px;
	top: 7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--red);
	box-shadow: 0 0 0 4px var(--red-soft);
}
.timeline-item .timeline-year { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.1em; color: var(--red-hover); text-transform: uppercase; }
.timeline-item h3 { font-size: 1.12rem; margin: 4px 0 6px; }
.timeline-item p { font-size: 0.95rem; }

/* Sammenligning prisbesparelse */
.compare-table .total-row th,
.compare-table .total-row td { background: var(--bg-alt); font-weight: 800; color: var(--text); }
.compare-table .total-row td.win { color: var(--green); }

@media (max-width: 1024px) {
	.link-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.link-cards { grid-template-columns: 1fr; }
	.timeline { padding-left: 28px; }
	.glossary-grid { grid-template-columns: 1fr; }
	.status-rows { grid-template-columns: 1fr; }
	.status-row:nth-child(odd) { border-right: none; }
}

/* =========================================================
   23. BLOGG
   ========================================================= */

/* Miniatyrbilde m/fallback */
.post-thumb {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--bg-alt);
}
.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}
.post-thumb--fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(ellipse 70% 90% at 70% 0%, rgba(217, 38, 56, 0.22), transparent 65%),
		linear-gradient(135deg, #161b25 0%, #0e1218 100%);
}
.post-thumb--fallback .pt-icon {
	width: 64px; height: 64px;
	border-radius: 50%;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	display: flex; align-items: center; justify-content: center;
	transition: var(--transition);
}
.post-thumb--fallback .pt-icon svg { width: 30px; height: 30px; color: var(--red-hover); }

/* Innleggskort */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
	display: flex;
	flex-direction: column;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: var(--transition);
}
.post-card:hover { border-color: var(--red-border); transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.post-card:hover .pt-icon { transform: scale(1.1); }
.post-card-body { display: flex; flex-direction: column; gap: 12px; padding: 24px 24px 26px; flex: 1; }
.post-card h3 { font-size: 1.15rem; line-height: 1.35; }
.post-card h3 a { transition: var(--transition); }
.post-card h3 a:hover { color: var(--red-hover); }
.post-card .post-excerpt { font-size: 0.93rem; flex: 1; }
.post-card .post-readmore {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--red-hover);
}
.post-card .post-readmore::after { content: "→"; transition: var(--transition); }
.post-card:hover .post-readmore::after { transform: translateX(4px); }

/* Metadata-linje */
.post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--muted-2);
}
.post-meta .post-cat {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 100px;
	background: var(--red-soft);
	border: 1px solid var(--red-border);
	color: var(--red-hover);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.post-meta .meta-item { display: inline-flex; align-items: center; gap: 6px; }
.post-meta .meta-item svg { width: 14px; height: 14px; color: var(--red-hover); }

/* Fremhevet innlegg (nyeste) */
.featured-post {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	background: var(--card);
	border: 1px solid var(--red-border);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 48px;
	box-shadow: var(--shadow-lg);
	transition: var(--transition);
}
.featured-post:hover { transform: translateY(-4px); }
.featured-post:hover .post-thumb img { transform: scale(1.04); }
.featured-post .post-thumb { aspect-ratio: auto; min-height: 320px; height: 100%; }
.featured-post-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	padding: 44px 42px;
}
.featured-post-body h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); line-height: 1.25; }
.featured-post-body h2 a:hover { color: var(--red-hover); }
.featured-post-body .post-excerpt { font-size: 1rem; }
.featured-badge {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 8px;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--red-hover);
}
.featured-badge::before { content: ""; width: 22px; height: 2px; background: var(--red); }

/* CTA-kort i blogg-grid */
.post-cta-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 34px 30px;
	background:
		radial-gradient(ellipse 80% 60% at 80% 0%, rgba(217, 38, 56, 0.2), transparent 60%),
		var(--card);
	border: 1px solid var(--red-border);
	border-radius: var(--radius);
}
.post-cta-card h3 { font-size: 1.3rem; line-height: 1.3; }
.post-cta-card p { font-size: 0.93rem; }
.post-cta-card .btn { align-self: flex-start; }

/* Enkeltinnlegg */
.single-hero { padding: 72px 0 44px; border-bottom: 1px solid var(--border); background: radial-gradient(ellipse 800px 400px at 50% -20%, rgba(217, 38, 56, 0.1), transparent 60%), var(--bg); }
.single-hero .container { max-width: 820px; }
.single-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 18px 0; }
.single-hero .post-meta { font-size: 0.86rem; }
.breadcrumbs { font-size: 0.84rem; color: var(--muted-2); margin-bottom: 6px; }
.breadcrumbs a { color: var(--muted); font-weight: 600; }
.breadcrumbs a:hover { color: var(--red-hover); }
.breadcrumbs .sep { margin: 0 8px; color: var(--muted-2); }

.single-content { max-width: 820px; margin: 0 auto; }
.single-content .post-thumb { border-radius: var(--radius); margin-bottom: 36px; }
.post-body { font-size: 1.05rem; line-height: 1.85; color: var(--muted); }
.post-body > * + * { margin-top: 20px; }
.post-body h2 { font-size: 1.6rem; margin-top: 44px; }
.post-body h3 { font-size: 1.25rem; margin-top: 36px; }
.post-body strong { color: var(--text); }
.post-body a { color: var(--red-hover); font-weight: 600; }
.post-body ul, .post-body ol { padding-left: 24px; }
.post-body ul { list-style: disc; }
.post-body ol { list-style: decimal; }
.post-body li { margin-bottom: 8px; }
.post-body blockquote {
	border-left: 3px solid var(--red);
	background: var(--card);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	padding: 20px 26px;
	font-style: italic;
	color: var(--text);
}
.post-body img { border-radius: var(--radius-sm); }
.post-body code { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 2px 8px; font-size: 0.9em; }

/* CTA-boks i/etter artikkel */
.post-cta-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 44px 0;
	padding: 30px 32px;
	background:
		radial-gradient(ellipse 70% 100% at 90% 0%, rgba(217, 38, 56, 0.16), transparent 60%),
		var(--card);
	border: 1px solid var(--red-border);
	border-radius: var(--radius);
}
.post-cta-inline h3 { font-size: 1.2rem; margin-bottom: 4px; }
.post-cta-inline p { font-size: 0.92rem; }
.post-cta-inline .btn { flex-shrink: 0; }

/* Relaterte innlegg */
.related-posts { margin-top: 72px; }
.related-posts h2 { font-size: 1.5rem; margin-bottom: 28px; }

/* Paginering */
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--muted);
	transition: var(--transition);
}
.pagination a.page-numbers:hover { border-color: var(--red-border); color: var(--text); }
.pagination .page-numbers.current { background: var(--red); border-color: var(--red); color: #fff; }
.pagination .page-numbers.dots { border: none; background: none; }

@media (max-width: 1024px) {
	.blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.featured-post { grid-template-columns: 1fr; }
	.featured-post .post-thumb { min-height: 0; aspect-ratio: 16 / 9; }
	.featured-post-body { padding: 28px 24px 32px; }
}
@media (max-width: 640px) {
	.blog-grid { grid-template-columns: 1fr; }
	.post-cta-inline { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   14. REDESIGN ENHANCEMENTS (Glassmorphism, Glow, Animation)
   ========================================================= */

/* Glassmorphism for Cards and Header */
.feature-card, .device-card, .step-card, .post-card, .pricing-card {
	background: rgba(21, 26, 35, 0.6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
	overflow: hidden;
}

/* Glow effects behind feature cards */
.feature-card::before, .device-card::before, .step-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(217, 38, 56, 0.05) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 0;
	pointer-events: none;
}
.feature-card:hover::before, .device-card:hover::before, .step-card:hover::before {
	opacity: 1;
}

/* Ensure content stays above the glow */
.feature-card > *, .device-card > *, .step-card > *, .pricing-card > * {
	position: relative;
	z-index: 1;
}

/* Button pulse animation */
@keyframes pulseGlow {
	0% { box-shadow: 0 0 0 0 rgba(217, 38, 56, 0.4); }
	70% { box-shadow: 0 0 0 15px rgba(217, 38, 56, 0); }
	100% { box-shadow: 0 0 0 0 rgba(217, 38, 56, 0); }
}
.btn--primary {
	animation: pulseGlow 2.5s infinite;
}

/* Hero image styling and animations */
.hero-tv-img {
	border-radius: 14px;
	box-shadow: var(--shadow-lg), 0 0 60px rgba(217, 38, 56, 0.15);
	transform: perspective(1000px) rotateY(-5deg) translateY(0);
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-tv-img:hover {
	transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.page-hero-image img {
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.page-hero-image img:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6), 0 0 40px rgba(217, 38, 56, 0.1);
}

/* Hero Section Subtle Gradient */
.hero, .page-hero {
	position: relative;
}
.hero::before, .page-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at top right, rgba(217, 38, 56, 0.08) 0%, transparent 50%),
				radial-gradient(circle at bottom left, rgba(46, 204, 113, 0.03) 0%, transparent 40%);
	z-index: 0;
	pointer-events: none;
}
.hero > .container, .page-hero > .container {
	position: relative;
	z-index: 1;
}
