/*
Theme Name: IPTV Sverige
Theme URI: https://iptvdirekt.com/
Author: IPTV Sverige
Author URI: https://iptvdirekt.com/
Description: Skräddarsytt WordPress-tema för IPTV Sverige — byggt för konvertering, snabb laddning, perfekta Core Web Vitals och svensk SEO. Innehåller komplett komponentbibliotek, schema-uppmärkning och WhatsApp-CTA.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-sverige
Tags: iptv, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive
*/

/* =========================================================
   IPTV SVERIGE — DESIGN SYSTEM
   Prefix: isv-
   Palette: Sweden flag (blue + gold) + navy headings
========================================================= */

:root {
  /* Backgrounds */
  --isv-bg: #FFFFFF;
  --isv-bg-soft: #F8F9FA;
  --isv-bg-soft-2: #F1F3F6;

  /* Headings & text */
  --isv-heading: #1A365D;
  --isv-heading-alt: #0F2444;
  --isv-text: #333333;
  --isv-text-soft: #4A5568;
  --isv-text-muted: #6B7280;

  /* Brand actions (Sweden flag) */
  --isv-red: #006AA7;          /* Sweden blue — primary CTA */
  --isv-red-dark: #004F7C;
  --isv-yellow: #FECC00;       /* Sweden gold — accent */
  --isv-yellow-dark: #E5B800;
  --isv-wa: #25D366;
  --isv-wa-dark: #1FB955;

  /* Utilities */
  --isv-border: #E2E8F0;
  --isv-border-soft: #EDF0F5;
  --isv-success: #16A34A;
  --isv-shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
  --isv-shadow-sm: 0 2px 10px rgba(0,0,0,0.06);
  --isv-shadow-md: 0 8px 28px rgba(0,0,0,0.10);
  --isv-shadow-lg: 0 20px 55px rgba(0,0,0,0.16);
  --isv-shadow-red: 0 10px 28px rgba(0, 106, 167, 0.28);
  --isv-shadow-yellow: 0 10px 28px rgba(254, 204, 0, 0.32);

  /* Radii */
  --isv-r-xs: 6px;
  --isv-r-sm: 10px;
  --isv-r-md: 16px;
  --isv-r-lg: 24px;
  --isv-r-xl: 34px;

  /* Layout */
  --isv-max: 1220px;
  --isv-t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================================================
   RESET & BASE
========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--isv-text);
  background: var(--isv-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--isv-heading); text-decoration: none; transition: color var(--isv-t); }
a:hover { color: var(--isv-red); }
strong { color: var(--isv-heading); font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', 'Manrope', sans-serif;
  color: var(--isv-heading);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 0.6em;
}
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); }
h4 { font-size: 1.15rem; font-weight: 700; }
h5 { font-size: 1rem; font-weight: 700; }
h6 { font-size: 0.95rem; font-weight: 700; }

p { margin: 0 0 1em; }

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

.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.bg-soft { background: var(--isv-bg-soft); }
.bg-soft-2 { background: var(--isv-bg-soft-2); }

.sect-heading { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.sect-heading p { color: var(--isv-text-soft); font-size: 1.05rem; }
.sect-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--isv-red);
  background: rgba(0, 106, 167, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.accent { color: var(--isv-red); }

/* Screen reader */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1; clip: auto !important; clip-path: none; color: #21759b;
  display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px;
  line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* =========================================================
   BUTTONS
========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px;
  border-radius: 100px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--isv-t);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--isv-red);
  color: #fff;
  box-shadow: var(--isv-shadow-red);
}
.btn-primary:hover { background: var(--isv-red-dark); color: #fff; }
.btn-outline {
  background: transparent;
  border-color: var(--isv-heading);
  color: var(--isv-heading);
}
.btn-outline:hover { background: var(--isv-heading); color: #fff; }
.btn-yellow {
  background: var(--isv-yellow);
  color: var(--isv-heading);
  box-shadow: var(--isv-shadow-yellow);
}
.btn-yellow:hover { background: var(--isv-yellow-dark); color: var(--isv-heading); }
.btn-wa {
  background: var(--isv-wa);
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.32);
}
.btn-wa:hover { background: var(--isv-wa-dark); color: #fff; }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-sm { padding: 10px 18px; font-size: 0.88rem; }
.btn-block { width: 100%; }

/* =========================================================
   HEADER
========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--isv-border-soft);
}
.header-bar {
  height: 82px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.site-branding .custom-logo, .site-branding img { max-height: 50px; width: auto; }
.site-branding a { display: inline-flex; align-items: center; }
.site-branding .text-logo {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem; font-weight: 800;
  color: var(--isv-heading);
  letter-spacing: -0.02em;
}
.site-branding .text-logo .accent { color: var(--isv-red); }

.main-nav { display: flex; }
.main-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 4px;
}
.main-nav a {
  display: inline-block;
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--isv-heading);
  border-radius: 10px;
  transition: all var(--isv-t);
}
.main-nav a:hover, .main-nav .current-menu-item > a {
  color: var(--isv-red);
  background: rgba(0, 106, 167, 0.06);
}

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta-wa {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px;
  background: var(--isv-wa);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.32);
  transition: all var(--isv-t);
}
.header-cta-wa:hover { background: var(--isv-wa-dark); color: #fff; transform: translateY(-2px); }
.header-cta-wa svg { width: 18px; height: 18px; }

.mobile-toggle {
  display: none;
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid var(--isv-border);
  border-radius: 10px;
  cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 4px;
  padding: 0;
}
.mobile-toggle span {
  display: block; width: 20px; height: 2px;
  background: var(--isv-heading);
  border-radius: 2px;
  transition: all var(--isv-t);
}
.mobile-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* =========================================================
   HERO
========================================================= */
.hero {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FC 100%);
  padding: 80px 0 110px;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39.5h40M39.5 0v40' stroke='%231A365D' stroke-opacity='0.06' fill='none'/%3E%3C/svg%3E");
  opacity: 0.5;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-text { position: relative; z-index: 2; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--isv-border);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--isv-text-soft);
  box-shadow: var(--isv-shadow-xs);
  margin-bottom: 22px;
}
.hero-pill .stars { color: var(--isv-yellow-dark); letter-spacing: -1px; }
.hero h1 { margin-bottom: 18px; }
.hero-sub {
  font-size: 1.12rem;
  color: var(--isv-text-soft);
  margin-bottom: 30px;
  max-width: 560px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-checks {
  display: flex; gap: 22px; flex-wrap: wrap;
  font-size: 0.92rem;
  color: var(--isv-text-soft);
  font-weight: 600;
}
.hero-checks span { display: inline-flex; align-items: center; gap: 6px; }
.hero-checks svg { width: 16px; height: 16px; color: var(--isv-success); flex-shrink: 0; }

.hero-image-wrap { position: relative; }
.hero-image-wrap > img {
  width: 100%;
  border-radius: var(--isv-r-lg);
  box-shadow: var(--isv-shadow-lg);
}
.hero-badge-card {
  position: absolute;
  background: #fff;
  border-radius: var(--isv-r-md);
  padding: 14px 18px;
  box-shadow: var(--isv-shadow-md);
  display: flex; align-items: center; gap: 12px;
  min-width: 220px;
  z-index: 3;
}
.hero-badge-card .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-badge-card .icon svg { width: 22px; height: 22px; color: #fff; }
.hero-badge-card .label { font-size: 0.78rem; color: var(--isv-text-muted); font-weight: 600; }
.hero-badge-card .value { font-size: 0.98rem; font-weight: 800; color: var(--isv-heading); line-height: 1.2; }
.hero-badge-card.top-left { top: -20px; left: -20px; animation: floatA 4s ease-in-out infinite; }
.hero-badge-card.top-left .icon { background: linear-gradient(135deg, var(--isv-red), var(--isv-red-dark)); }
.hero-badge-card.bot-right { bottom: -20px; right: -20px; animation: floatB 4s ease-in-out infinite; }
.hero-badge-card.bot-right .icon { background: linear-gradient(135deg, var(--isv-yellow), var(--isv-yellow-dark)); }
.hero-badge-card.bot-right .icon svg { color: var(--isv-heading); }

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

/* =========================================================
   PAGE HERO (inner pages)
========================================================= */
.page-hero {
  background: linear-gradient(180deg, var(--isv-bg-soft) 0%, #fff 100%);
  padding: 70px 0 56px;
  text-align: center;
  position: relative;
}
.page-hero h1 { margin-bottom: 14px; }
.page-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--isv-text-soft);
  font-size: 1.05rem;
}
.breadcrumbs {
  font-size: 0.85rem;
  color: var(--isv-text-muted);
  margin-bottom: 18px;
}
.breadcrumbs a { color: var(--isv-red); }
.breadcrumbs span.sep { margin: 0 8px; color: var(--isv-text-muted); }

/* =========================================================
   TRUST BAR
========================================================= */
.trust-bar {
  background: var(--isv-bg-soft);
  padding: 32px 0;
  border-top: 1px solid var(--isv-border-soft);
  border-bottom: 1px solid var(--isv-border-soft);
}
.trust-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 40px 56px;
  text-align: center;
}
.trust-item {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--isv-text-soft);
  font-size: 0.92rem;
  font-weight: 600;
}
.trust-item strong { color: var(--isv-heading); font-weight: 800; }
.trust-item .icon { color: var(--isv-yellow-dark); display: inline-flex; }
.trust-item .icon svg { width: 22px; height: 22px; }

/* =========================================================
   PRICING CARDS
========================================================= */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}
.pcard {
  position: relative;
  background: var(--isv-bg-soft);
  border: 2px solid transparent;
  border-radius: var(--isv-r-lg);
  padding: 32px 26px;
  display: flex; flex-direction: column;
  transition: all var(--isv-t);
}
.pcard:hover {
  transform: translateY(-6px);
  border-color: var(--isv-red);
  box-shadow: var(--isv-shadow-md);
}
.pcard-name {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--isv-text-muted);
  margin-bottom: 14px;
}
.pcard-price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 6px;
  color: var(--isv-heading);
}
.pcard-price .cur {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--isv-red);
  align-self: flex-start;
  margin-top: 12px;
}
.pcard-price .amount {
  font-family: 'Sora', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}
.pcard-duration {
  color: var(--isv-text-muted);
  font-size: 0.92rem;
  margin-bottom: 14px;
}
.pcard-save {
  display: inline-block;
  background: rgba(22, 163, 74, 0.12);
  color: var(--isv-success);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.pcard-features {
  list-style: none; padding: 0; margin: 0 0 26px;
  display: flex; flex-direction: column; gap: 10px;
  flex-grow: 1;
}
.pcard-features li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.93rem;
  color: var(--isv-text-soft);
}
.pcard-features svg {
  width: 18px; height: 18px; color: var(--isv-success);
  flex-shrink: 0; margin-top: 2px;
}
.pcard .btn { width: 100%; }

.pcard.best {
  background: #fff;
  border-color: var(--isv-yellow);
  transform: scale(1.03);
  box-shadow: var(--isv-shadow-yellow);
  z-index: 2;
}
.pcard.best:hover { transform: scale(1.03) translateY(-6px); }
.pcard-ribbon {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--isv-yellow);
  color: var(--isv-heading);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  box-shadow: var(--isv-shadow-sm);
  white-space: nowrap;
}

/* =========================================================
   ICON GRID
========================================================= */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.icon-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.icon-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.icard {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 30px 26px;
  transition: all var(--isv-t);
}
.icard:hover {
  transform: translateY(-4px);
  border-color: var(--isv-red);
  box-shadow: var(--isv-shadow-sm);
}
.icon-box {
  width: 54px; height: 54px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.icon-box svg { width: 26px; height: 26px; color: #fff; }
.icon-box.bg-red { background: linear-gradient(135deg, var(--isv-red), var(--isv-red-dark)); }
.icon-box.bg-yellow { background: linear-gradient(135deg, var(--isv-yellow), var(--isv-yellow-dark)); }
.icon-box.bg-yellow svg { color: var(--isv-heading); }
.icon-box.bg-navy { background: linear-gradient(135deg, var(--isv-heading), var(--isv-heading-alt)); }
.icon-box.bg-green { background: linear-gradient(135deg, #16A34A, #0F7C36); }
.icard h3 { font-size: 1.18rem; margin-bottom: 8px; }
.icard p { color: var(--isv-text-soft); margin: 0; font-size: 0.95rem; }

/* =========================================================
   SPLIT
========================================================= */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split.reverse .split-text { order: 2; }
.split.reverse .split-image { order: 1; }
.split-text .sect-eyebrow { margin-bottom: 14px; }
.split-text h2 { margin-bottom: 18px; }
.split-text p { color: var(--isv-text-soft); margin-bottom: 14px; }
.split-text ul {
  list-style: none; padding: 0; margin: 22px 0;
}
.split-text ul li {
  position: relative;
  padding: 10px 0 10px 32px;
  color: var(--isv-text-soft);
}
.split-text ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 13px;
  width: 20px; height: 20px;
  background: var(--isv-red);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.split-image img {
  width: 100%;
  border-radius: var(--isv-r-lg);
  box-shadow: var(--isv-shadow-md);
}

/* =========================================================
   STEPS ROW
========================================================= */
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.steps-row.steps-4 { grid-template-columns: repeat(4, 1fr); }
.step {
  position: relative;
  background: #fff;
  border-radius: var(--isv-r-lg);
  padding: 36px 26px 26px;
  border: 1px solid var(--isv-border-soft);
  transition: all var(--isv-t);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--isv-shadow-sm); }
.step-num {
  position: absolute;
  top: -22px; left: 26px;
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  box-shadow: var(--isv-shadow-sm);
}
.step:nth-child(odd) .step-num { background: var(--isv-red); }
.step:nth-child(even) .step-num { background: var(--isv-yellow); color: var(--isv-heading); }
.step h3 { font-size: 1.18rem; margin: 8px 0 6px; }
.step p { color: var(--isv-text-soft); margin: 0; font-size: 0.94rem; }

/* =========================================================
   DEVICE ROW
========================================================= */
.device-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 36px;
}
.device {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center;
  min-width: 110px;
}
.device-icon {
  width: 76px; height: 76px;
  border-radius: 20px;
  background: var(--isv-bg-soft);
  border: 1px solid var(--isv-border-soft);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--isv-t);
}
.device:hover .device-icon {
  background: #fff;
  border-color: var(--isv-red);
  transform: translateY(-3px);
  box-shadow: var(--isv-shadow-sm);
}
.device-icon svg { width: 34px; height: 34px; color: var(--isv-heading); }
.device span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--isv-text-soft);
}

/* =========================================================
   CHANNEL SHOWCASE
========================================================= */
.channel-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.chan-card {
  position: relative;
  border-radius: var(--isv-r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--isv-shadow-sm);
  transition: all var(--isv-t);
}
.chan-card:hover { transform: translateY(-4px); box-shadow: var(--isv-shadow-md); }
.chan-card img { width: 100%; height: 100%; object-fit: cover; }
.chan-card .chan-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 36, 68, 0.92) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px;
  color: #fff;
}
.chan-card .chan-tag {
  display: inline-block;
  background: var(--isv-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
  align-self: flex-start;
}
.chan-card h3 { color: #fff; font-size: 1.2rem; margin-bottom: 4px; }
.chan-card p { color: rgba(255,255,255,0.8); font-size: 0.88rem; margin: 0; }

/* Channel masonry for canaler page */
.chan-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.chan-mcard {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-top: 4px solid var(--isv-red);
  border-radius: var(--isv-r-md);
  padding: 26px 24px;
  transition: all var(--isv-t);
}
.chan-mcard:hover { transform: translateY(-4px); box-shadow: var(--isv-shadow-sm); }
.chan-mcard:nth-child(2) { border-top-color: var(--isv-yellow); }
.chan-mcard:nth-child(3) { border-top-color: var(--isv-heading); }
.chan-mcard:nth-child(4) { border-top-color: #16A34A; }
.chan-mcard:nth-child(5) { border-top-color: var(--isv-red); }
.chan-mcard:nth-child(6) { border-top-color: var(--isv-yellow); }
.chan-mcard h3 { font-size: 1.15rem; margin-bottom: 8px; }
.chan-mcard p { color: var(--isv-text-soft); font-size: 0.92rem; margin-bottom: 14px; }
.chan-mcard ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.chan-mcard ul li {
  background: var(--isv-bg-soft);
  color: var(--isv-text-soft);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
}

/* =========================================================
   STATS STRIP
========================================================= */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 32px 0;
  box-shadow: var(--isv-shadow-sm);
}
.stat {
  text-align: center;
  padding: 8px 22px;
  position: relative;
}
.stat + .stat::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 60%;
  background: var(--isv-border);
}
.stat .num {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800;
  color: var(--isv-red);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}
.stat .lbl {
  font-size: 0.9rem;
  color: var(--isv-text-soft);
  font-weight: 600;
}

/* =========================================================
   COMPARISON TABLE
========================================================= */
.cmp {
  background: #fff;
  border-radius: var(--isv-r-lg);
  overflow: hidden;
  box-shadow: var(--isv-shadow-sm);
}
.cmp table { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td {
  padding: 18px 22px;
  text-align: center;
  border-bottom: 1px solid var(--isv-border-soft);
}
.cmp th:first-child, .cmp td:first-child {
  text-align: left;
  font-weight: 700;
  color: var(--isv-heading);
}
.cmp thead th {
  background: var(--isv-bg-soft);
  color: var(--isv-heading);
  font-size: 0.95rem;
  font-weight: 800;
}
.cmp thead th.cmp-us {
  background: var(--isv-red);
  color: #fff;
}
.cmp tbody td.cmp-us {
  background: rgba(0, 106, 167, 0.04);
  font-weight: 700;
  color: var(--isv-heading);
}
.cmp .check { color: var(--isv-success); font-weight: 800; }
.cmp .cross { color: #DC2626; font-weight: 800; }
.cmp td:last-child, .cmp th:last-child { color: var(--isv-text-muted); }

/* =========================================================
   TESTIMONIALS
========================================================= */
.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.t-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 32px 26px 26px;
  transition: all var(--isv-t);
}
.t-card:hover { transform: translateY(-4px); box-shadow: var(--isv-shadow-sm); }
.t-card::before {
  content: '"';
  position: absolute;
  top: -8px; right: 22px;
  font-family: 'Sora', sans-serif;
  font-size: 5rem;
  color: var(--isv-yellow);
  line-height: 1;
  opacity: 0.4;
}
.t-stars { color: var(--isv-yellow-dark); margin-bottom: 14px; letter-spacing: -1px; font-size: 1.05rem; }
.t-quote { color: var(--isv-text-soft); font-size: 0.97rem; margin-bottom: 20px; }
.t-person {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--isv-border-soft);
  padding-top: 18px;
}
.t-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--isv-red), var(--isv-yellow));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}
.t-name { font-weight: 700; color: var(--isv-heading); font-size: 0.95rem; }
.t-meta { font-size: 0.82rem; color: var(--isv-text-muted); }

/* =========================================================
   FAQ
========================================================= */
.faq-block {
  max-width: 880px;
  margin: 0 auto;
}
.faq-block + .faq-block { margin-top: 40px; }
.faq-cat-heading {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 18px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-md);
  margin-bottom: 12px;
  transition: all var(--isv-t);
  overflow: hidden;
}
.faq-item.open {
  border-color: var(--isv-red);
  box-shadow: var(--isv-shadow-sm);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--isv-heading);
  text-align: left;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 18px;
}
.faq-q::after {
  content: '+';
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--isv-red);
  flex-shrink: 0;
  transition: transform var(--isv-t);
  line-height: 1;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-a { max-height: 500px; }
.faq-a p {
  padding: 0 24px 22px;
  margin: 0;
  color: var(--isv-text-soft);
  font-size: 0.96rem;
}

/* =========================================================
   CTA BANNER
========================================================= */
.cta-banner {
  position: relative;
  background: linear-gradient(135deg, var(--isv-heading), var(--isv-heading-alt));
  color: #fff;
  border-radius: var(--isv-r-xl);
  padding: 64px 48px;
  text-align: center;
  overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(0, 106, 167, 0.35), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(254, 204, 0, 0.22), transparent 45%);
  pointer-events: none;
}
.cta-banner-inner { position: relative; z-index: 2; }
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,0.82); max-width: 620px; margin: 0 auto 28px; font-size: 1.05rem; }
.cta-banner .btn { box-shadow: 0 12px 32px rgba(0,0,0,0.22); }
.cta-banner .btn-yellow { background: var(--isv-yellow); color: var(--isv-heading); }
.cta-banner-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   VALUES ROW (about page)
========================================================= */
.values-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 32px 24px;
  text-align: center;
}
.value .icon-box {
  margin: 0 auto 18px;
  width: 64px; height: 64px;
}
.value .icon-box svg { width: 30px; height: 30px; }
.value h3 { font-size: 1.18rem; margin-bottom: 8px; }
.value p { color: var(--isv-text-soft); margin: 0; font-size: 0.94rem; }

/* =========================================================
   BIG QUOTE
========================================================= */
.big-quote {
  position: relative;
  background: var(--isv-bg-soft);
  border-radius: var(--isv-r-xl);
  padding: 64px 48px;
  text-align: center;
}
.big-quote::before {
  content: '"';
  position: absolute;
  top: 20px; left: 40px;
  font-family: 'Sora', sans-serif;
  font-size: 8rem;
  color: var(--isv-yellow);
  line-height: 1;
  opacity: 0.45;
}
.big-quote blockquote {
  position: relative;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  font-weight: 700;
  color: var(--isv-heading);
  max-width: 820px;
  margin: 0 auto 22px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.big-quote cite {
  display: block;
  color: var(--isv-text-muted);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
}

/* =========================================================
   CONTACT
========================================================= */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: start;
}
.contact-info {
  background: linear-gradient(135deg, var(--isv-heading), var(--isv-heading-alt));
  color: #fff;
  border-radius: var(--isv-r-lg);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 85% 15%, rgba(254, 204, 0, 0.18), transparent 50%);
}
.contact-info > * { position: relative; z-index: 2; }
.contact-info h2 { color: #fff; }
.contact-info p { color: rgba(255,255,255,0.82); margin-bottom: 28px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ic {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(254, 204, 0, 0.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-list .ic svg { width: 18px; height: 18px; color: var(--isv-yellow); }
.contact-list .lbl { display: block; font-size: 0.78rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 2px; }
.contact-list .val { display: block; color: #fff; font-weight: 600; }
.contact-list a { color: #fff; }
.contact-list a:hover { color: var(--isv-yellow); }

.contact-form-card {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 40px 36px;
  box-shadow: var(--isv-shadow-sm);
}
.contact-form-card h2 { margin-bottom: 22px; }
.cf-row { margin-bottom: 18px; }
.cf-row label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--isv-heading);
  margin-bottom: 6px;
}
.cf-row input, .cf-row textarea, .cf-row select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--isv-border);
  border-radius: var(--isv-r-sm);
  font-family: inherit;
  font-size: 0.96rem;
  color: var(--isv-text);
  background: #fff;
  transition: border-color var(--isv-t);
}
.cf-row input:focus, .cf-row textarea:focus, .cf-row select:focus {
  outline: none;
  border-color: var(--isv-red);
  box-shadow: 0 0 0 3px rgba(0, 106, 167, 0.12);
}
.cf-row textarea { min-height: 140px; resize: vertical; }
.cf-note { font-size: 0.84rem; color: var(--isv-text-muted); margin-top: 8px; }

/* =========================================================
   GRID-2 (subscription page)
========================================================= */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}
.checklist {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.checklist li {
  display: flex; gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-md);
  padding: 14px 18px;
}
.checklist .ck {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--isv-success);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.checklist .ck svg { width: 14px; height: 14px; color: #fff; }
.checklist strong { display: block; color: var(--isv-heading); margin-bottom: 2px; }
.checklist span.txt { color: var(--isv-text-soft); font-size: 0.93rem; }

/* =========================================================
   BLOG
========================================================= */
.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.bcard {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  overflow: hidden;
  transition: all var(--isv-t);
}
.bcard:hover { transform: translateY(-4px); box-shadow: var(--isv-shadow-md); }
.bcard-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--isv-bg-soft);
}
.bcard-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.45s ease;
}
.bcard:hover .bcard-thumb img { transform: scale(1.04); }
.bcard-body { padding: 22px 22px 24px; }
.bmeta {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.82rem;
  margin-bottom: 10px;
}
.bmeta .bcat { color: var(--isv-red); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.bmeta .bdate { color: var(--isv-text-muted); }
.bcard h3 { font-size: 1.2rem; margin-bottom: 8px; }
.bcard h3 a { color: var(--isv-heading); }
.bcard h3 a:hover { color: var(--isv-red); }
.bcard p { color: var(--isv-text-soft); margin-bottom: 14px; font-size: 0.94rem; }
.bmore {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--isv-red);
  display: inline-flex; align-items: center; gap: 6px;
}
.bmore::after { content: '→'; transition: transform var(--isv-t); }
.bmore:hover::after { transform: translateX(4px); }

/* Single post */
.single-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
.post-wrap {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 44px;
}
.post-feat {
  margin: 0 -44px 28px;
}
.post-feat img { width: 100%; border-radius: 0; }
.post-meta-row {
  display: flex; flex-wrap: wrap; gap: 18px;
  margin-bottom: 22px;
  font-size: 0.88rem;
  color: var(--isv-text-muted);
}
.post-meta-row span { display: inline-flex; align-items: center; gap: 6px; }
.post-meta-row svg { width: 16px; height: 16px; color: var(--isv-red); }
.post-meta-row a { color: var(--isv-red); font-weight: 600; }

.post-content { font-size: 1.05rem; color: var(--isv-text); }
.post-content h2 { margin-top: 38px; margin-bottom: 16px; font-size: 1.65rem; }
.post-content h3 { margin-top: 28px; margin-bottom: 12px; font-size: 1.3rem; }
.post-content p { margin-bottom: 1.1em; }
.post-content ul, .post-content ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.post-content li { margin-bottom: 0.5em; }
.post-content blockquote {
  border-left: 4px solid var(--isv-red);
  padding: 14px 22px;
  margin: 28px 0;
  background: var(--isv-bg-soft);
  color: var(--isv-heading);
  font-style: italic;
  border-radius: 0 var(--isv-r-sm) var(--isv-r-sm) 0;
}
.post-content img { border-radius: var(--isv-r-md); margin: 22px 0; }
.post-content a { color: var(--isv-red); border-bottom: 1px solid currentColor; }

.post-tags {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--isv-border-soft);
  display: flex; flex-wrap: wrap; gap: 8px;
}
.post-tags a {
  display: inline-block;
  background: var(--isv-bg-soft);
  color: var(--isv-text-soft);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  border-bottom: none;
}
.post-tags a:hover { background: var(--isv-red); color: #fff; }

.sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 22px; }
.sidebar-cta {
  background: linear-gradient(135deg, var(--isv-heading), var(--isv-heading-alt));
  color: #fff;
  border-radius: var(--isv-r-lg);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}
.sidebar-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 20%, rgba(254, 204, 0, 0.2), transparent 50%);
}
.sidebar-cta > * { position: relative; z-index: 2; }
.sidebar-cta h3 { color: #fff; font-size: 1.18rem; margin-bottom: 10px; }
.sidebar-cta p { color: rgba(255,255,255,0.82); font-size: 0.92rem; margin-bottom: 18px; }
.sidebar-cta .btn-yellow { width: 100%; }
.sidebar-box {
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 24px;
}
.sidebar-box h3 { font-size: 1.05rem; margin-bottom: 14px; }
.sidebar-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.sidebar-box ul a {
  display: flex; align-items: center; gap: 8px;
  color: var(--isv-text-soft);
  font-size: 0.92rem;
  font-weight: 600;
}
.sidebar-box ul a::before { content: '→'; color: var(--isv-red); }
.sidebar-box ul a:hover { color: var(--isv-red); }

.related-posts { margin-top: 50px; }
.related-posts h3 { text-align: center; margin-bottom: 26px; }

/* =========================================================
   LEGAL PAGES
========================================================= */
.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--isv-border-soft);
  border-radius: var(--isv-r-lg);
  padding: 52px;
  box-shadow: var(--isv-shadow-sm);
}
.legal-meta {
  background: var(--isv-bg-soft);
  border-left: 4px solid var(--isv-red);
  border-radius: 0 var(--isv-r-sm) var(--isv-r-sm) 0;
  padding: 16px 22px;
  margin-bottom: 32px;
  font-size: 0.92rem;
  color: var(--isv-text-soft);
}
.legal-meta strong { color: var(--isv-heading); }
.legal-wrap h2 {
  font-size: 1.5rem;
  margin: 32px 0 14px;
  padding-top: 26px;
  border-top: 1px solid var(--isv-border-soft);
}
.legal-wrap h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal-wrap h3 { font-size: 1.18rem; margin: 22px 0 10px; }
.legal-wrap p, .legal-wrap li { color: var(--isv-text-soft); }
.legal-wrap ul, .legal-wrap ol { padding-left: 1.4em; margin-bottom: 1.2em; }

/* =========================================================
   PAGINATION
========================================================= */
.isv-pagination {
  display: flex; justify-content: center; gap: 6px;
  margin-top: 50px;
}
.isv-pagination a, .isv-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px;
  padding: 0 14px;
  border: 1px solid var(--isv-border);
  border-radius: var(--isv-r-sm);
  font-weight: 700;
  color: var(--isv-heading);
  background: #fff;
  transition: all var(--isv-t);
}
.isv-pagination a:hover { background: var(--isv-red); color: #fff; border-color: var(--isv-red); }
.isv-pagination .current { background: var(--isv-red); color: #fff; border-color: var(--isv-red); }

/* =========================================================
   FOOTER
========================================================= */
.site-footer {
  position: relative;
  background: var(--isv-heading);
  color: rgba(255,255,255,0.75);
  padding: 70px 0 0;
  margin-top: 80px;
}
.site-footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--isv-red), var(--isv-yellow), var(--isv-red));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-col h4 {
  position: relative;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 3px;
  background: var(--isv-yellow);
  border-radius: 2px;
}
.footer-brand img { max-height: 50px; filter: invert(1) brightness(2); margin-bottom: 18px; }
.footer-brand .text-logo { color: #fff; }
.footer-brand .text-logo .accent { color: var(--isv-yellow); }
.footer-brand p { font-size: 0.93rem; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transition: all var(--isv-t);
}
.footer-social a:hover { background: var(--isv-yellow); color: var(--isv-heading); }
.footer-social svg { width: 18px; height: 18px; }

.footer-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { color: rgba(255,255,255,0.75); font-size: 0.93rem; }
.footer-nav a:hover { color: var(--isv-yellow); }

.footer-contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact .ic { color: var(--isv-yellow); flex-shrink: 0; }
.footer-contact .ic svg { width: 18px; height: 18px; }
.footer-contact .lbl { display: block; font-size: 0.76rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 2px; }
.footer-contact .val { color: #fff; font-size: 0.93rem; font-weight: 600; }
.footer-contact a { color: #fff; }
.footer-contact a:hover { color: var(--isv-yellow); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0;
  text-align: center;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.55);
}

/* Floating WhatsApp */
.float-wa {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 58px; height: 58px;
  background: var(--isv-wa);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
  z-index: 999;
  animation: waPulse 2.6s infinite;
  transition: transform var(--isv-t);
}
.float-wa:hover { transform: scale(1.08); color: #fff; }
.float-wa svg { width: 28px; height: 28px; }
@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); }
}

/* =========================================================
   404
========================================================= */
.err-404 {
  text-align: center;
  padding: 80px 0;
}
.err-404 .big {
  font-family: 'Sora', sans-serif;
  font-size: clamp(6rem, 18vw, 11rem);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--isv-red), var(--isv-yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}
.err-404 h1 { margin-bottom: 14px; }
.err-404 p { max-width: 500px; margin: 0 auto 28px; color: var(--isv-text-soft); }

/* =========================================================
   COMMENTS
========================================================= */
.comments-area { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--isv-border-soft); }
.comments-area h2 { font-size: 1.5rem; }
.comment-list { list-style: none; padding: 0; }
.comment-list li { padding: 18px 0; border-bottom: 1px solid var(--isv-border-soft); }
.comment-meta { font-size: 0.88rem; color: var(--isv-text-muted); margin-bottom: 6px; }
.comment-author { font-weight: 700; color: var(--isv-heading); }
.comment-respond { margin-top: 28px; }
.comment-form input, .comment-form textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--isv-border);
  border-radius: var(--isv-r-sm);
  margin-bottom: 12px;
  font-family: inherit;
}
.comment-form .submit { display: inline-block; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .hero-grid, .split, .contact-split, .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse .split-text { order: 1; }
  .split.reverse .split-image { order: 2; }
  .pricing-cards { grid-template-columns: repeat(2, 1fr); }
  .icon-grid, .icon-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .steps-row, .steps-row.steps-4 { grid-template-columns: repeat(2, 1fr); }
  .channel-showcase, .chan-masonry { grid-template-columns: repeat(2, 1fr); }
  .values-row { grid-template-columns: repeat(2, 1fr); }
  .t-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .stat:nth-child(odd)::before { display: none; }
  .single-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .section-sm { padding: 44px 0; }
  .main-nav {
    position: absolute;
    top: 82px; left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--isv-border-soft);
    box-shadow: var(--isv-shadow-sm);
    display: none;
    padding: 14px 22px 22px;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--isv-border-soft); }
  .header-cta-wa { display: none; }
  .mobile-toggle { display: flex; }
  .hero { padding: 56px 0 80px; }
  .hero-badge-card { display: none; }
  .pricing-cards { grid-template-columns: 1fr; }
  .pcard.best { transform: none; }
  .pcard.best:hover { transform: translateY(-6px); }
  .icon-grid, .icon-grid.cols-4, .icon-grid.cols-2 { grid-template-columns: 1fr; }
  .steps-row, .steps-row.steps-4 { grid-template-columns: 1fr; }
  .channel-showcase, .chan-masonry { grid-template-columns: 1fr; }
  .values-row { grid-template-columns: 1fr; }
  .t-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-banner { padding: 48px 26px; }
  .legal-wrap { padding: 32px 24px; }
  .post-wrap { padding: 28px 22px; }
  .post-feat { margin: 0 -22px 22px; }
  .cmp th, .cmp td { padding: 12px 10px; font-size: 0.88rem; }
}

/* WordPress core alignment classes */
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
.alignwide { max-width: 100%; }
.alignfull { max-width: 100vw; }

.wp-caption-text, .gallery-caption {
  font-size: 0.85rem;
  color: var(--isv-text-muted);
  text-align: center;
  font-style: italic;
  margin-top: 6px;
}

.sticky { display: block; }
