/*
Theme Name: IPTV España
Theme URI: https://iptv-casa.com/
Author: IPTV España
Author URI: https://iptv-casa.com/
Description: Tema WordPress personalizado para IPTV España con arquitectura SEO, componentes de conversión y contenido localizado para España.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-espana
Tags: custom-logo, custom-menu, featured-images, blog, translation-ready
*/

:root {
	--ies-bg: #ffffff;
	--ies-bg-soft: #f8f9fa;
	--ies-bg-soft-2: #f1f3f6;
	--ies-heading: #1a365d;
	--ies-heading-alt: #10243f;
	--ies-text: #333333;
	--ies-text-soft: #4a5568;
	--ies-text-muted: #6b7280;
	--ies-red: #d1111b;
	--ies-red-dark: #a80e16;
	--ies-yellow: #d4af37;
	--ies-yellow-dark: #b88917;
	--ies-wa: #25d366;
	--ies-wa-dark: #1fb955;
	--ies-border: #e2e8f0;
	--ies-border-soft: #edf0f5;
	--ies-success: #16a34a;
	--ies-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
	--ies-shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.06);
	--ies-shadow-md: 0 8px 28px rgba(0, 0, 0, 0.1);
	--ies-shadow-lg: 0 20px 55px rgba(0, 0, 0, 0.16);
	--ies-shadow-red: 0 10px 28px rgba(209, 17, 27, 0.28);
	--ies-shadow-yellow: 0 10px 28px rgba(212, 175, 55, 0.32);
	--ies-r-xs: 6px;
	--ies-r-sm: 10px;
	--ies-r-md: 16px;
	--ies-r-lg: 24px;
	--ies-r-xl: 34px;
	--ies-max: 1220px;
	--ies-t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ies-bg);
	color: var(--ies-text);
	font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color var(--ies-t), background var(--ies-t), border-color var(--ies-t), transform var(--ies-t), box-shadow var(--ies-t);
}

a:hover {
	color: var(--ies-red);
}

p {
	margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	color: var(--ies-heading);
	font-family: "Sora", system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
}

h1 {
	font-size: clamp(2rem, 4.8vw, 3.4rem);
}

h2 {
	font-size: clamp(1.65rem, 3.8vw, 2.5rem);
}

h3 {
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}

strong {
	color: var(--ies-heading);
	font-weight: 800;
}

ul,
ol {
	margin-top: 0;
}

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 10000;
	top: 16px;
	left: 16px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--ies-heading);
	color: #fff;
	border-radius: var(--ies-r-xs);
}

.container {
	width: min(100% - 40px, var(--ies-max));
	margin-inline: auto;
}

.section {
	padding: 88px 0;
}

.section-sm {
	padding: 52px 0;
}

.bg-soft {
	background: var(--ies-bg-soft);
}

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

.ies-yellow {
	color: var(--ies-yellow);
}

.ies-bg {
	background: var(--ies-bg);
}

.ies-bg-soft {
	background: var(--ies-bg-soft);
}

.ies-shadow-md {
	box-shadow: var(--ies-shadow-md);
}

.sect-heading {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.sect-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--ies-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sect-eyebrow::before {
	content: "";
	width: 24px;
	height: 3px;
	background: linear-gradient(90deg, var(--ies-red), var(--ies-yellow));
	border-radius: 99px;
}

.sect-heading p {
	margin: 0;
	color: var(--ies-text-soft);
	font-size: 1.05rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 15px 28px;
	border: 1px solid transparent;
	border-radius: 100px;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.1;
	cursor: pointer;
	transition: transform var(--ies-t), box-shadow var(--ies-t), background var(--ies-t), color var(--ies-t), border-color var(--ies-t);
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	background: var(--ies-red);
	color: #fff;
	box-shadow: var(--ies-shadow-red);
}

.btn-primary:hover {
	background: var(--ies-red-dark);
	color: #fff;
}

.btn-outline {
	background: transparent;
	border-color: var(--ies-heading);
	color: var(--ies-heading);
}

.btn-outline:hover {
	background: var(--ies-heading);
	color: #fff;
}

.btn-yellow {
	background: var(--ies-yellow);
	color: var(--ies-heading);
	box-shadow: var(--ies-shadow-yellow);
}

.btn-yellow:hover {
	background: var(--ies-yellow-dark);
	color: var(--ies-heading);
}

.btn-wa {
	background: var(--ies-wa);
	color: #fff;
	box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3);
}

.btn-wa:hover {
	background: var(--ies-wa-dark);
	color: #fff;
}

.btn-lg {
	min-height: 56px;
	padding: 18px 36px;
}

.btn-sm {
	min-height: 40px;
	padding: 10px 18px;
	font-size: 0.9rem;
}

.btn-block {
	width: 100%;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 900;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(226, 232, 240, 0.72);
}

.admin-bar .site-header {
	top: 32px;
}

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

.site-brand,
.site-brand-link,
.footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.site-logo-img,
.custom-logo,
.footer-logo img {
	width: auto;
	max-width: 184px;
	max-height: 58px;
	object-fit: contain;
}

.site-logo-img.is-hidden,
.footer-logo img.is-hidden {
	display: none;
}

.logo-text {
	display: none;
	align-items: center;
	color: var(--ies-heading);
	font-family: "Sora", system-ui, sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
}

.logo-text.is-visible {
	display: inline-flex;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-menu a {
	color: var(--ies-heading);
	font-size: 0.95rem;
	font-weight: 800;
}

.main-menu a:hover {
	color: var(--ies-red);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mobile-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-sm);
	background: #fff;
	cursor: pointer;
}

.mobile-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background: var(--ies-heading);
	border-radius: 99px;
	transition: transform var(--ies-t), opacity var(--ies-t);
}

.mobile-toggle.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 92px 0 86px;
	background: linear-gradient(180deg, #fff 0%, #fff 64%, var(--ies-bg-soft) 100%);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.42;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23D1111B' stroke-opacity='.12' stroke-width='1'%3E%3Cpath d='M42 0H0v42'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	align-items: center;
	gap: 56px;
}

.hero-pill,
.rating-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(209, 17, 27, 0.18);
	border-radius: 99px;
	background: rgba(209, 17, 27, 0.07);
	color: var(--ies-heading);
	font-size: 0.9rem;
	font-weight: 800;
}

.hero-pill b,
.rating-pill b {
	color: var(--ies-red);
}

.hero h1 {
	margin-bottom: 20px;
}

.hero-lead {
	max-width: 650px;
	color: var(--ies-text-soft);
	font-size: 1.12rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 24px;
}

.checks-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.checks-row li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ies-text-soft);
	font-weight: 700;
}

.checks-row li::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border-radius: 50%;
	background: var(--ies-success);
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m9.1 16.2-4-4 1.4-1.4 2.6 2.6 8.4-8.4 1.4 1.4z'/%3E%3C/svg%3E") center / 14px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m9.1 16.2-4-4 1.4-1.4 2.6 2.6 8.4-8.4 1.4 1.4z'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.hero-media {
	position: relative;
}

.hero-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-xl);
	background: #fff;
	box-shadow: var(--ies-shadow-lg);
}

.hero-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.hero-badge-card {
	position: absolute;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 12px;
	align-items: center;
	width: min(260px, 62%);
	padding: 14px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-md);
	animation: iesFloat 4s ease-in-out infinite;
}

.hero-badge-card.top-left {
	top: -20px;
	left: -20px;
}

.hero-badge-card.bot-right {
	right: -20px;
	bottom: -20px;
	animation-direction: reverse;
}

.badge-icon,
.icon-box,
.step-num,
.value-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: var(--ies-r-sm);
	color: #fff;
	background: linear-gradient(135deg, var(--ies-red), var(--ies-red-dark));
}

.badge-icon.yellow,
.icon-box.yellow {
	background: linear-gradient(135deg, var(--ies-yellow), var(--ies-yellow-dark));
	color: var(--ies-heading);
}

.badge-icon.navy,
.icon-box.navy {
	background: linear-gradient(135deg, var(--ies-heading), var(--ies-heading-alt));
}

.badge-icon.green,
.icon-box.green {
	background: linear-gradient(135deg, var(--ies-wa), var(--ies-wa-dark));
}

.hero-badge-card strong {
	display: block;
	margin-bottom: 2px;
	font-size: 0.95rem;
}

.hero-badge-card span {
	color: var(--ies-text-muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.trust-bar {
	border-top: 1px solid var(--ies-border-soft);
	border-bottom: 1px solid var(--ies-border-soft);
	background: var(--ies-bg-soft);
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 28px;
	min-height: 78px;
	color: var(--ies-heading);
	font-weight: 800;
}

.trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.trust-row span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ies-red);
}

.pricing-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.pcard {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px 24px 24px;
	border: 2px solid transparent;
	border-radius: var(--ies-r-lg);
	background: var(--ies-bg-soft);
	box-shadow: var(--ies-shadow-sm);
	transition: transform var(--ies-t), border-color var(--ies-t), box-shadow var(--ies-t), background var(--ies-t);
}

.pcard:hover {
	transform: translateY(-6px);
	border-color: rgba(209, 17, 27, 0.45);
	box-shadow: var(--ies-shadow-md);
}

.pcard.best {
	z-index: 1;
	background: #fff;
	border-color: var(--ies-yellow);
	box-shadow: var(--ies-shadow-yellow);
	transform: scale(1.03);
}

.pcard.best:hover {
	transform: scale(1.03) translateY(-6px);
}

.pcard-ribbon {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px 16px;
	border-radius: 99px;
	background: var(--ies-yellow);
	color: var(--ies-heading);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: var(--ies-shadow-yellow);
}

.pcard-head {
	margin-bottom: 18px;
}

.pcard-head h3 {
	margin-bottom: 6px;
	font-size: 1.28rem;
}

.pcard-head p,
.pcard-note {
	color: var(--ies-text-muted);
	font-size: 0.92rem;
}

.pcard-price {
	display: flex;
	align-items: flex-start;
	gap: 3px;
	margin: 6px 0 12px;
	color: var(--ies-heading);
	font-family: "Sora", system-ui, sans-serif;
	font-weight: 800;
}

.pcard-price .cur {
	margin-top: 10px;
	color: var(--ies-red);
	font-size: 1.2rem;
}

.pcard-price .amount {
	font-size: 3rem;
	line-height: 1;
}

.pcard-price .cents {
	margin-top: 10px;
	font-size: 1rem;
}

.pcard-save {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-radius: 99px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--ies-success);
	font-size: 0.78rem;
	font-weight: 800;
}

.pcard-features {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0 0 24px;
	list-style: none;
}

.pcard-features li {
	position: relative;
	padding-left: 28px;
	color: var(--ies-text-soft);
	font-weight: 700;
}

.pcard-features li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--ies-success);
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m9.1 16.2-4-4 1.4-1.4 2.6 2.6 8.4-8.4 1.4 1.4z'/%3E%3C/svg%3E") center / 14px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='m9.1 16.2-4-4 1.4-1.4 2.6 2.6 8.4-8.4 1.4 1.4z'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.pcard .btn {
	margin-top: auto;
}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 56px;
}

.split.reverse .split-media {
	order: 2;
}

.split-copy p {
	color: var(--ies-text-soft);
}

.split-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 22px 0 26px;
	list-style: none;
}

.split-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--ies-text-soft);
	font-weight: 700;
}

.split-list li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ies-red), var(--ies-yellow));
	flex: 0 0 10px;
}

.media-frame {
	overflow: hidden;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-xl);
	background: #fff;
	box-shadow: var(--ies-shadow-md);
}

.media-frame img {
	width: 100%;
	aspect-ratio: 16 / 12;
	object-fit: cover;
}

.icon-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.icon-card {
	padding: 24px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
	transition: transform var(--ies-t), box-shadow var(--ies-t);
}

.icon-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ies-shadow-md);
}

.icon-card .icon-box {
	margin-bottom: 18px;
}

.icon-card h3 {
	margin-bottom: 8px;
	font-size: 1.08rem;
}

.icon-card p {
	margin: 0;
	color: var(--ies-text-soft);
	font-size: 0.95rem;
}

.steps-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	counter-reset: step;
}

.step-card {
	position: relative;
	padding: 30px 22px 24px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.step-num {
	margin-bottom: 18px;
	font-family: "Sora", system-ui, sans-serif;
	font-weight: 800;
}

.step-card:nth-child(even) .step-num {
	background: linear-gradient(135deg, var(--ies-yellow), var(--ies-yellow-dark));
	color: var(--ies-heading);
}

.step-card h3 {
	font-size: 1.08rem;
}

.step-card p {
	margin: 0;
	color: var(--ies-text-soft);
}

.device-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.device {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 118px;
	padding: 18px 12px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	color: var(--ies-heading);
	font-weight: 800;
	text-align: center;
	box-shadow: var(--ies-shadow-xs);
}

.device svg {
	width: 34px;
	height: 34px;
	color: var(--ies-red);
}

.channel-showcase {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.channel-card {
	overflow: hidden;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
	transition: transform var(--ies-t), box-shadow var(--ies-t);
}

.channel-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--ies-shadow-md);
}

.channel-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.channel-body {
	padding: 18px;
}

.tag {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 99px;
	background: rgba(209, 17, 27, 0.08);
	color: var(--ies-red);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.channel-body h3 {
	font-size: 1.08rem;
}

.channel-body p {
	margin: 0;
	color: var(--ies-text-soft);
	font-size: 0.95rem;
}

.stats-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.stat {
	position: relative;
	padding: 26px 18px;
	text-align: center;
}

.stat:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 22%;
	right: 0;
	width: 1px;
	height: 56%;
	background: var(--ies-border);
}

.stat strong {
	display: block;
	margin-bottom: 4px;
	color: var(--ies-heading);
	font-family: "Sora", system-ui, sans-serif;
	font-size: 2rem;
	line-height: 1.1;
}

.stat span {
	color: var(--ies-text-muted);
	font-weight: 800;
}

.cmp {
	overflow: hidden;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.cmp table {
	width: 100%;
	border-collapse: collapse;
}

.cmp th,
.cmp td {
	padding: 18px 20px;
	border-bottom: 1px solid var(--ies-border-soft);
	text-align: left;
}

.cmp th {
	color: var(--ies-heading);
	font-family: "Sora", system-ui, sans-serif;
}

.cmp tr:last-child td {
	border-bottom: 0;
}

.cmp .highlight {
	background: rgba(255, 204, 0, 0.16);
	color: var(--ies-heading);
	font-weight: 900;
}

.t-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.t-card {
	position: relative;
	padding: 28px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.t-card::before {
	content: "“";
	position: absolute;
	top: 10px;
	right: 20px;
	color: rgba(209, 17, 27, 0.16);
	font-family: Georgia, serif;
	font-size: 5rem;
	line-height: 1;
}

.stars {
	margin-bottom: 12px;
	color: var(--ies-yellow-dark);
	font-weight: 900;
}

.t-card p {
	position: relative;
	margin-bottom: 18px;
	color: var(--ies-text-soft);
}

.t-person {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--ies-heading);
	font-weight: 900;
}

.avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ies-red), var(--ies-yellow));
	color: #fff;
	font-weight: 900;
}

.faq-block {
	max-width: 900px;
	margin-inline: auto;
}

.faq-category + .faq-category {
	margin-top: 34px;
}

.faq-item {
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-xs);
}

.faq-item + .faq-item {
	margin-top: 12px;
}

.faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 18px 20px;
	border: 0;
	background: transparent;
	color: var(--ies-heading);
	font-weight: 900;
	text-align: left;
	cursor: pointer;
}

.faq-q::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(209, 17, 27, 0.08);
	color: var(--ies-red);
	font-size: 1.2rem;
	flex: 0 0 28px;
}

.faq-item.open .faq-q::after {
	content: "−";
}

.faq-a {
	display: none;
	padding: 0 20px 20px;
	color: var(--ies-text-soft);
}

.faq-item.open .faq-a {
	display: block;
}

.faq-a p:last-child {
	margin-bottom: 0;
}

.cta-banner {
	position: relative;
	overflow: hidden;
	padding: 64px 48px;
	border-radius: var(--ies-r-xl);
	background: linear-gradient(135deg, var(--ies-heading), var(--ies-heading-alt));
	color: #fff;
	text-align: center;
}

.cta-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 15% 20%, rgba(209, 17, 27, 0.25), transparent 45%),
		radial-gradient(circle at 85% 80%, rgba(212, 175, 55, 0.22), transparent 45%);
}

.cta-banner > * {
	position: relative;
	z-index: 1;
}

.cta-banner h2,
.cta-banner p {
	color: #fff;
}

.cta-banner p {
	max-width: 720px;
	margin: 0 auto 26px;
	opacity: 0.86;
}

.values-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.value-card {
	padding: 26px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.value-icon {
	margin-bottom: 16px;
}

.value-card h3 {
	font-size: 1.08rem;
}

.value-card p {
	margin: 0;
	color: var(--ies-text-soft);
}

.big-quote {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 44px 48px;
	border-left: 6px solid var(--ies-red);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.big-quote::before {
	content: "“";
	position: absolute;
	top: -14px;
	right: 32px;
	color: rgba(255, 204, 0, 0.5);
	font-family: Georgia, serif;
	font-size: 8rem;
	line-height: 1;
}

.big-quote p {
	position: relative;
	margin: 0;
	color: var(--ies-heading);
	font-family: "Sora", system-ui, sans-serif;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.45;
}

.page-hero {
	padding: 74px 0 66px;
	background: linear-gradient(180deg, #fff, var(--ies-bg-soft));
	text-align: center;
}

.page-hero .container {
	max-width: 900px;
}

.breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--ies-text-muted);
	font-size: 0.9rem;
	font-weight: 800;
}

.breadcrumbs a {
	color: var(--ies-red);
}

.page-hero p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--ies-text-soft);
	font-size: 1.08rem;
}

.chan-masonry {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.chan-cat {
	padding: 24px;
	border: 1px solid var(--ies-border);
	border-top: 5px solid var(--ies-red);
	border-radius: var(--ies-r-md);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.chan-cat:nth-child(even) {
	border-top-color: var(--ies-yellow);
}

.chan-cat:nth-child(3n) {
	border-top-color: var(--ies-heading);
}

.chan-cat h3 {
	font-size: 1.08rem;
}

.chan-cat p {
	margin: 0;
	color: var(--ies-text-soft);
	font-size: 0.94rem;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.check-panel {
	padding: 30px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.payment-methods {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.contact-split {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 28px;
	align-items: stretch;
}

.contact-info-card {
	padding: 34px;
	border-radius: var(--ies-r-lg);
	background: linear-gradient(135deg, var(--ies-heading), var(--ies-heading-alt));
	color: #fff;
}

.contact-info-card h2,
.contact-info-card strong {
	color: #fff;
}

.contact-info-card p {
	color: rgba(255, 255, 255, 0.76);
}

.contact-line {
	display: flex;
	gap: 14px;
	margin-top: 18px;
}

.contact-line svg {
	width: 24px;
	height: 24px;
	color: var(--ies-yellow);
	flex: 0 0 24px;
}

.contact-line a {
	color: #fff;
}

.contact-form-card {
	padding: 34px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.field {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.field.full {
	grid-column: 1 / -1;
}

.field label {
	color: var(--ies-heading);
	font-size: 0.88rem;
	font-weight: 900;
}

.field input,
.field textarea,
.field select,
.search-field {
	width: 100%;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-sm);
	background: #fff;
	color: var(--ies-text);
	padding: 12px 14px;
	outline: 0;
	transition: border-color var(--ies-t), box-shadow var(--ies-t);
}

.field textarea {
	min-height: 132px;
	resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.search-field:focus {
	border-color: var(--ies-red);
	box-shadow: 0 0 0 4px rgba(209, 17, 27, 0.1);
}

.map-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	align-items: center;
	padding: 28px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.map-card img {
	border-radius: var(--ies-r-md);
}

.legal-wrap {
	max-width: 820px;
	margin: 0 auto;
	padding: 52px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.legal-meta {
	margin-bottom: 30px;
	padding: 18px 20px;
	border-left: 5px solid var(--ies-red);
	border-radius: var(--ies-r-sm);
	background: var(--ies-bg-soft);
}

.legal-wrap h2 {
	padding-top: 26px;
	margin-top: 30px;
	border-top: 1px solid var(--ies-border);
	font-size: 1.55rem;
}

.legal-wrap h3 {
	font-size: 1.16rem;
}

.legal-wrap li {
	margin-bottom: 8px;
}

.blog-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 24px;
}

.bcard {
	overflow: hidden;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
	transition: transform var(--ies-t), box-shadow var(--ies-t);
}

.bcard:hover {
	transform: translateY(-4px);
	box-shadow: var(--ies-shadow-md);
}

.bthumb {
	overflow: hidden;
	background: var(--ies-bg-soft-2);
	aspect-ratio: 16 / 10;
}

.bthumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--ies-t);
}

.bcard:hover .bthumb img {
	transform: scale(1.04);
}

.bcontent {
	padding: 22px;
}

.bmeta,
.post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 12px;
	color: var(--ies-text-muted);
	font-size: 0.84rem;
	font-weight: 800;
}

.post-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.post-meta svg {
	color: var(--ies-red);
	flex: 0 0 18px;
}

.bmeta a {
	color: var(--ies-red);
}

.bcard h3 {
	font-size: 1.22rem;
}

.bcard p {
	color: var(--ies-text-soft);
}

.bmore {
	color: var(--ies-red);
	font-weight: 900;
}

.single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 30px;
	align-items: start;
}

.post-wrap {
	padding: 44px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-lg);
	background: #fff;
	box-shadow: var(--ies-shadow-sm);
}

.post-featured {
	margin: -6px 0 26px;
	border-radius: var(--ies-r-lg);
	overflow: hidden;
}

.post-featured img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.post-content h2,
.post-content h3 {
	margin-top: 1.7em;
}

.post-content blockquote {
	margin: 28px 0;
	padding: 18px 22px;
	border-left: 5px solid var(--ies-red);
	background: var(--ies-bg-soft);
	color: var(--ies-heading);
	font-weight: 800;
}

.post-content img {
	border-radius: var(--ies-r-md);
	margin: 24px 0;
}

.tags-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.tags-row a {
	padding: 7px 12px;
	border-radius: 99px;
	background: var(--ies-bg-soft);
	color: var(--ies-heading);
	font-size: 0.84rem;
	font-weight: 800;
}

.sidebar {
	display: grid;
	gap: 18px;
}

.sidebar-cta,
.sidebar-box {
	padding: 24px;
	border-radius: var(--ies-r-md);
}

.sidebar-cta {
	background: linear-gradient(135deg, var(--ies-heading), var(--ies-heading-alt));
	color: #fff;
}

.sidebar-cta h3,
.sidebar-cta p {
	color: #fff;
}

.sidebar-cta p {
	opacity: 0.84;
}

.sidebar-box {
	border: 1px solid var(--ies-border);
	background: #fff;
	box-shadow: var(--ies-shadow-xs);
}

.sidebar-box ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-box a {
	color: var(--ies-heading);
	font-weight: 800;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-sm);
	background: #fff;
	color: var(--ies-heading);
	font-weight: 900;
}

.pagination .current,
.pagination .page-numbers:hover {
	background: var(--ies-red);
	border-color: var(--ies-red);
	color: #fff;
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-submit {
	border: 0;
}

.not-found-wrap {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.comments-area {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--ies-border);
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	margin-bottom: 16px;
	padding: 18px;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-md);
	background: var(--ies-bg-soft);
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	color: var(--ies-heading);
	font-weight: 900;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	border: 1px solid var(--ies-border);
	border-radius: var(--ies-r-sm);
	padding: 12px 14px;
}

.form-submit .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 15px 28px;
	border: 0;
	border-radius: 100px;
	background: var(--ies-red);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.site-footer {
	position: relative;
	background: var(--ies-heading);
	color: rgba(255, 255, 255, 0.75);
}

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--ies-red), var(--ies-yellow), var(--ies-red));
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
	gap: 34px;
	padding: 58px 0 38px;
}

.footer-logo img {
	filter: brightness(0) invert(1);
	max-height: 54px;
}

.footer-logo .logo-text {
	color: #fff;
}

.footer-brand p {
	margin-top: 18px;
}

.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.footer-social svg {
	width: 19px;
	height: 19px;
}

.footer-col h4,
.footer-contact h4 {
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	font-size: 1rem;
}

.footer-col h4::after,
.footer-contact h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 28px;
	height: 3px;
	border-radius: 99px;
	background: var(--ies-yellow);
}

.footer-col ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-col a,
.footer-contact a {
	color: rgba(255, 255, 255, 0.76);
}

.footer-col a:hover,
.footer-contact a:hover {
	color: #fff;
}

.fcontact-row {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.fcontact-row svg {
	width: 22px;
	height: 22px;
	color: var(--ies-yellow);
	flex: 0 0 22px;
}

.fcontact-row strong {
	display: block;
	color: #fff;
	font-size: 0.85rem;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 18px 20px;
	text-align: center;
}

.footer-bottom p {
	margin: 0;
	font-size: 0.9rem;
}

.float-wa {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--ies-wa);
	color: #fff;
	box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
	animation: waPulse 2.6s infinite;
}

.float-wa svg {
	width: 31px;
	height: 31px;
}

.float-wa:hover {
	background: var(--ies-wa-dark);
	color: #fff;
	transform: translateY(-2px);
}

.alignleft {
	float: left;
	margin: 0 24px 18px 0;
}

.alignright {
	float: right;
	margin: 0 0 18px 24px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	color: var(--ies-text-muted);
	font-size: 0.9rem;
	text-align: center;
}

@keyframes iesFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes waPulse {
	0%,
	100% {
		box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	50% {
		box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45), 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

@media (max-width: 1100px) {
	.pricing-cards,
	.icon-grid,
	.steps-row,
	.values-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.device-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.chan-masonry {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.payment-methods {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 860px) {
	.container {
		width: min(100% - 28px, var(--ies-max));
	}

	.section {
		padding: 64px 0;
	}

	.hero-grid,
	.split,
	.grid-2,
	.contact-split,
	.map-card,
	.single-layout {
		grid-template-columns: 1fr;
	}

	.split.reverse .split-media {
		order: initial;
	}

	.channel-showcase,
	.t-grid {
		grid-template-columns: 1fr 1fr;
	}

	.stats-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stat:nth-child(2)::after {
		display: none;
	}

	.site-nav {
		position: absolute;
		top: 82px;
		left: 14px;
		right: 14px;
		display: none;
		padding: 16px;
		border: 1px solid var(--ies-border);
		border-radius: var(--ies-r-md);
		background: #fff;
		box-shadow: var(--ies-shadow-md);
	}

	.site-nav.open {
		display: block;
	}

	.main-menu {
		display: grid;
		gap: 8px;
	}

	.main-menu a {
		display: block;
		padding: 10px 8px;
	}

	.mobile-toggle {
		display: block;
	}

	.header-cta-wa {
		display: none;
	}

	.hero {
		padding-top: 66px;
	}
}

@media (max-width: 640px) {
	.admin-bar .site-header {
		top: 0;
	}

	.header-bar {
		min-height: 72px;
	}

	.site-nav {
		top: 72px;
	}

	.site-logo-img,
	.custom-logo,
	.footer-logo img {
		max-width: 152px;
	}

	.hero-actions,
	.search-form {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-badge-card {
		display: none;
	}

	.pricing-cards,
	.icon-grid,
	.steps-row,
	.device-row,
	.channel-showcase,
	.stats-strip,
	.t-grid,
	.values-row,
	.chan-masonry,
	.payment-methods,
	.footer-grid,
	.form-grid {
		grid-template-columns: 1fr;
	}

	.stat::after {
		display: none;
	}

	.pcard.best {
		transform: none;
	}

	.pcard.best:hover {
		transform: translateY(-6px);
	}

	.cta-banner,
	.legal-wrap,
	.post-wrap,
	.contact-info-card,
	.contact-form-card,
	.big-quote {
		padding: 30px 22px;
		border-radius: var(--ies-r-lg);
	}

	.big-quote p {
		font-size: 1.22rem;
	}

	.float-wa {
		right: 16px;
		bottom: 16px;
		width: 54px;
		height: 54px;
	}
}
