/* ═══════════════════════════════════════════════
   UVISION IPTV — SEO & Blog CSS
   Extends styles.css + site.css
═══════════════════════════════════════════════ */

/* ─── NAVBAR NAV-CTA ─── */
.nav-cta { white-space: nowrap; }
.nav-cta i { margin-right: 6px; }
#hamburger {
  display: none; background: none; border: none;
  cursor: pointer; padding: 8px; color: var(--cream);
}
#hamburger i { font-size: 22px; }

/* ─── BREADCRUMB ─── */
.breadcrumb { margin-bottom: 28px; }
.bc-list {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0; list-style: none; padding: 0; margin: 0;
}
.bc-item { display: flex; align-items: center; font-size: 13px; }
.bc-item a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
.bc-item a:hover { color: var(--gold2); }
.bc-current span { color: rgba(255,255,255,0.65); font-weight: 600; }
.bc-sep { color: rgba(255,255,255,0.25); margin: 0 8px; font-size: 16px; }

/* ─── TRUST ROW ─── */
.trust-row {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  margin-top: 24px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.45);
}
.trust-row i { color: var(--gold); margin-right: 5px; }
.cta-btn-group {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}

/* ─── GUARANTEE BAR ─── */
.guarantee-bar {
  display: flex; align-items: center; gap: 20px;
  background: rgba(200,150,62,0.08);
  border: 1px solid rgba(200,150,62,0.2);
  border-radius: var(--radius);
  padding: 28px 32px; margin-top: 40px;
}
.guarantee-icon { font-size: 40px; flex-shrink: 0; }
.guarantee-bar h3 {
  font-family: var(--font-d); font-size: 18px; font-weight: 700;
  color: var(--gold2); margin-bottom: 4px;
}
.guarantee-bar p { color: rgba(255,255,255,0.5); font-size: 14px; }

/* ─── TRIAL IMPROVEMENTS ─── */
.trial-badges {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 24px;
}
.trial-badge {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--text2);
}
.trial-badge i { color: var(--gold); }
.trial-note { font-size: 12px; color: var(--text3); text-align: center; margin-top: 12px; }
.trial-note a { color: var(--gold); }
.trial-form h2 {
  font-family: var(--font-d); font-size: clamp(24px, 3vw, 38px);
  font-weight: 800; color: var(--dark); line-height: 1.15;
  margin-bottom: 12px;
}

/* ─── FOOTER IMPROVEMENTS ─── */
.footer-trust {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 16px;
}
.footer-trust span {
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.35);
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
}
footer h3 { /* footer col headings */
  font-family: var(--font-b) !important;
}
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.3); font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold2); }

/* ─── WA TOOLTIP ─── */
.wa-btn { display: flex; align-items: center; justify-content: center; position: relative; }
.wa-tooltip {
  position: absolute; left: calc(100% + 12px); top: 50%;
  transform: translateY(-50%);
  white-space: nowrap; background: #1a1a1a;
  color: #fff; font-size: 12px; font-weight: 600;
  padding: 6px 12px; border-radius: 8px;
  pointer-events: none; opacity: 0;
  transition: opacity 0.25s;
}
.wa-btn:hover .wa-tooltip { opacity: 1; }

/* ─── INLINE CTA SECTION ─── */
.inline-cta-section {
  background: var(--dark2);
  padding: 60px 0;
  position: relative;
}
.inline-cta-box {
  display: grid; grid-template-columns: 1fr auto;
  gap: 40px; align-items: center;
  background: rgba(200,150,62,0.06);
  border: 1px solid rgba(200,150,62,0.18);
  border-radius: var(--radius);
  padding: 40px 48px;
}
.inline-cta-left h2 {
  font-family: var(--font-d); font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 800; color: var(--cream); margin-bottom: 10px;
}
.inline-cta-left p { color: rgba(255,255,255,0.45); font-size: 15px; }
.inline-cta-right { display: flex; flex-direction: column; gap: 10px; min-width: 200px; }
.btn-whatsapp-inline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; border-radius: 12px;
  background: #25D366; color: white;
  font-family: var(--font-b); font-size: 15px; font-weight: 700;
  border: none; cursor: pointer; text-decoration: none;
  transition: all 0.3s;
}
.btn-whatsapp-inline:hover { background: #128C7E; transform: translateY(-2px); color: white; }

/* ─── BOTTOM CTA DARK ─── */
.bottom-cta-dark {
  background: var(--dark);
  position: relative; overflow: hidden;
}

/* ─── TRIAL STRIP SECTION ─── */
.trial-strip-section {
  background: var(--dark);
  position: relative; overflow: hidden;
}

/* ─── BLOG GRID ─── */
.blog-header { margin-bottom: 56px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ─── BLOG CARD ─── */
.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--tr);
  display: flex; flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.blog-card-img {
  position: relative; overflow: hidden;
  aspect-ratio: 16/9;
}
.blog-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-img-link { display: block; }
.blog-card-cat {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold); color: white;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 100px;
}
.blog-card-body {
  padding: 24px; flex: 1;
  display: flex; flex-direction: column;
}
.blog-meta {
  display: flex; gap: 14px; flex-wrap: wrap;
  font-size: 12px; color: var(--text3);
  margin-bottom: 12px;
}
.blog-meta i { color: var(--gold); margin-right: 4px; }
.blog-card-title {
  font-family: var(--font-d); font-size: 18px; font-weight: 700;
  color: var(--dark); margin-bottom: 10px; line-height: 1.35;
}
.blog-card-title a { color: inherit; }
.blog-card-title a:hover { color: var(--gold); }
.blog-card-excerpt {
  font-size: 14px; color: var(--text2); line-height: 1.7;
  flex: 1; margin-bottom: 20px;
}
.blog-read-more {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: var(--gold);
  transition: gap 0.2s;
}
.blog-read-more:hover { gap: 10px; }
.blog-read-more i { font-size: 12px; }

/* ─── BLOG POST HERO ─── */
.blog-post-hero {
  background: var(--dark);
  padding: 140px 0 60px;
  position: relative; overflow: hidden;
}
.blog-post-hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,150,62,0.1), transparent 70%);
  pointer-events: none;
}
.blog-post-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,150,62,0.4), transparent);
}
.blog-post-meta {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
  margin-bottom: 20px;
}
.blog-post-cat {
  background: var(--gold); color: white;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 100px;
}
.blog-post-meta span { font-size: 13px; color: rgba(255,255,255,0.4); }
.blog-post-meta i { color: var(--gold); margin-right: 5px; }
.blog-post-hero h1 {
  font-family: var(--font-d); font-size: clamp(28px, 4vw, 54px);
  font-weight: 800; color: var(--cream); line-height: 1.15;
  margin-bottom: 18px; letter-spacing: -0.5px;
}
.blog-post-intro {
  font-size: 17px; color: rgba(255,255,255,0.55);
  max-width: 680px; line-height: 1.75;
}
.blog-post-img-wrap { background: var(--dark); padding-bottom: 60px; }

/* ─── BLOG LAYOUT (2-col) ─── */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  padding-top: 60px; padding-bottom: 80px;
  align-items: start;
}

/* ─── BLOG CONTENT ─── */
.blog-content { max-width: 100%; }
.blog-content h2 {
  font-family: var(--font-d); font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700; color: var(--dark);
  margin: 40px 0 14px; line-height: 1.25;
}
.blog-content h3 {
  font-family: var(--font-d); font-size: 20px; font-weight: 700;
  color: var(--dark); margin: 28px 0 10px;
}
.blog-content p {
  font-size: 16px; color: var(--text2); line-height: 1.85;
  margin-bottom: 18px;
}
.blog-content a { color: var(--gold); font-weight: 600; }
.blog-content a:hover { text-decoration: underline; }
.blog-content ul, .blog-content ol {
  padding-left: 22px; margin-bottom: 20px;
}
.blog-content ul { list-style: disc; }
.blog-content ol { list-style: decimal; }
.blog-content li {
  font-size: 15px; color: var(--text2); line-height: 1.8;
  margin-bottom: 6px;
}
.blog-content strong { color: var(--dark); font-weight: 700; }

/* comparison table */
.comparison-table {
  width: 100%; border-collapse: collapse;
  margin: 24px 0 28px; font-size: 14px;
  border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow);
}
.comparison-table th {
  background: var(--dark2); color: var(--gold2);
  font-family: var(--font-d); font-size: 15px; font-weight: 700;
  padding: 14px 18px; text-align: left;
}
.comparison-table td {
  padding: 12px 18px; color: var(--text2);
  border-bottom: 1px solid var(--beige2);
}
.comparison-table tr:nth-child(even) td { background: var(--beige); }
.comparison-table tr:last-child td { border-bottom: none; }

/* article inline CTA */
.article-cta-box {
  background: linear-gradient(135deg, var(--dark2), var(--dark));
  border: 1px solid rgba(200,150,62,0.25);
  border-radius: var(--radius);
  padding: 32px 36px; margin: 48px 0;
}
.article-cta-box h3 {
  font-family: var(--font-d); font-size: 22px; font-weight: 800;
  color: var(--cream); margin-bottom: 10px;
}
.article-cta-box p { color: rgba(255,255,255,0.55); font-size: 15px; }

/* ─── SIDEBAR ─── */
.blog-sidebar { position: sticky; top: 100px; }
.sidebar-widget {
  background: var(--white); border-radius: var(--radius);
  padding: 28px; margin-bottom: 24px;
  box-shadow: var(--shadow);
}
.sidebar-widget h3 {
  font-family: var(--font-d); font-size: 18px; font-weight: 700;
  color: var(--dark); margin-bottom: 16px;
  padding-bottom: 12px; border-bottom: 2px solid var(--gold);
}
.sidebar-trial { }
.sidebar-trial p { font-size: 14px; color: var(--text2); line-height: 1.65; }
.sidebar-prices { display: flex; flex-direction: column; gap: 12px; }
.sidebar-prices li {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; color: var(--text2);
  padding: 8px 0; border-bottom: 1px solid var(--beige2);
}
.sidebar-prices li:last-child { border-bottom: none; }
.sidebar-prices .featured-price strong { color: var(--gold); }
.sidebar-prices a { color: var(--gold); font-weight: 700; }
.sidebar-links { display: flex; flex-direction: column; gap: 8px; }
.sidebar-links li { }
.sidebar-links a {
  font-size: 13px; color: var(--text2); transition: color 0.2s;
  padding: 4px 0; display: block;
  border-bottom: 1px solid var(--beige2);
}
.sidebar-links a:hover { color: var(--gold); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .inline-cta-box { grid-template-columns: 1fr; gap: 28px; }
  .inline-cta-right { flex-direction: row; }
}
@media (max-width: 860px) {
  .nav-cta { display: none !important; }
  .nav-links { display: none !important; }
  #hamburger { display: flex !important; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-layout { padding-top: 40px; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
  .trust-row { gap: 12px; font-size: 12px; }
  .guarantee-bar { flex-direction: column; text-align: center; padding: 24px 20px; }
  .inline-cta-box { padding: 28px 20px; }
  .inline-cta-right { flex-direction: column; }
  .breadcrumb { display: none; }
  .blog-post-hero { padding: 120px 0 40px; }
  .comparison-table { font-size: 12px; }
  .comparison-table th, .comparison-table td { padding: 10px 12px; }
}


/* ── dark-link-card (used on channels page) ── */
.dark-link-card {
  display: block; padding: 28px 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); text-decoration: none;
  transition: var(--tr);
}
.dark-link-card:hover {
  border-color: rgba(200,150,62,0.3);
  background: rgba(200,150,62,0.06);
  transform: translateY(-4px);
}
.dark-link-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.dark-link-card h3 {
  font-family: var(--font-d); font-size: 18px; font-weight: 700;
  color: var(--cream); margin-bottom: 8px;
}
.dark-link-card p { font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.65; margin-bottom: 16px; }
.dark-link-arrow { font-size: 13px; font-weight: 700; color: var(--gold2); }
