.elementor-376 .elementor-element.elementor-element-6d1741a > .elementor-container{max-width:1600px;}.elementor-376 .elementor-element.elementor-element-ca1c692 > .elementor-container{max-width:1600px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-81b05eb */.simple-pricing-section {
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: linear-gradient(155deg, rgba(10, 18, 34, 0.86), rgba(26, 38, 58, 0.78));
}

.simple-pricing-section .simple-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.simple-pricing-section .simple-plan-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.86), rgba(30, 41, 59, 0.66));
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.26);
  padding: 1rem;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.simple-pricing-section .simple-plan-card:hover {
  transform: translateY(-3px);
  border-color: rgba(148, 163, 184, 0.45);
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.34);
}

.simple-pricing-section .simple-plan-card h3 {
  margin: 0;
  font-size: 1.03rem;
  color: #e2e8f0;
}

.simple-pricing-section .simple-plan-card .price {
  margin: 0.58rem 0 0.75rem;
}

.simple-pricing-section .simple-plan-card .price strong {
  color: #f8fafc;
}

.simple-pricing-section .simple-plan-card li {
  color: #cbd5e1;
}

.simple-pricing-section .simple-plan-card li + li {
  margin-top: 0.3rem;
}

.simple-pricing-section .simple-plan-btn {
  width: 100%;
  margin-top: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: linear-gradient(135deg, rgba(51, 65, 85, 0.86), rgba(71, 85, 105, 0.86));
  color: #f8fafc;
}

.simple-pricing-section .simple-plan-btn:hover {
  filter: brightness(1.08);
}

.simple-pricing-section .simple-plan-featured {
  border-color: rgba(100, 116, 139, 0.65);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(15, 76, 129, 0.36));
  box-shadow: 0 18px 38px rgba(2, 6, 23, 0.38);
}

.simple-pricing-section .simple-plan-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.58);
  background: rgba(30, 64, 175, 0.34);
  color: #e0f2fe;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.28rem 0.62rem;
}

.simple-pricing-section .simple-plan-btn-featured {
  border: 1px solid rgba(125, 211, 252, 0.58);
  background: linear-gradient(135deg, #0f4c81, #1f78bb);
  box-shadow: 0 10px 24px rgba(15, 76, 129, 0.4);
}

.simple-pricing-section .simple-plan-btn-featured:hover {
  filter: brightness(1.12);
}

.gold-pricing-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 74, 0.56);
  background: linear-gradient(150deg, rgba(10, 8, 5, 0.93), rgba(38, 29, 12, 0.86));
}

.gold-pricing-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  top: -240px;
  right: -180px;
  background: radial-gradient(circle, rgba(245, 191, 66, 0.3), transparent 66%);
  pointer-events: none;
}

.gold-pricing-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  left: -180px;
  bottom: -230px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.2), transparent 65%);
  pointer-events: none;
}

.gold-pricing-section .gold-pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.gold-pricing-section .gold-plan-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(185, 145, 74, 0.44);
  background: linear-gradient(165deg, rgba(8, 6, 2, 0.84), rgba(33, 22, 5, 0.82));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.44);
  padding: 1rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gold-pricing-section .gold-plan-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 191, 66, 0.78);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.56), 0 0 24px rgba(245, 191, 66, 0.2);
}

.gold-pricing-section .gold-plan-card h3 {
  margin: 0;
  font-size: 1.08rem;
  color: #fef3c7;
}

.gold-pricing-section .gold-plan-card .price {
  margin: 0.56rem 0 0.75rem;
}

.gold-pricing-section .gold-plan-card .price strong {
  color: #fde68a;
}

.gold-pricing-section .gold-plan-card li {
  color: #f1e6c8;
}

.gold-pricing-section .gold-plan-card li + li {
  margin-top: 0.31rem;
}

.gold-pricing-section .gold-plan-featured {
  border-color: rgba(250, 204, 21, 0.85);
  background: linear-gradient(165deg, rgba(22, 14, 3, 0.92), rgba(70, 48, 11, 0.78));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.58), 0 0 30px rgba(250, 204, 21, 0.3);
}

.gold-pricing-section .gold-plan-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.86);
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.4), rgba(185, 145, 74, 0.5));
  color: #fff9dd;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.64rem;
  box-shadow: 0 0 14px rgba(250, 204, 21, 0.24);
}

.gold-pricing-section .gold-plan-btn {
  width: 100%;
  margin-top: 0.92rem;
  border: 1px solid rgba(250, 204, 21, 0.68);
  background: linear-gradient(135deg, #9a6a0d, #f59e0b);
  color: #fffef8;
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.36);
}

.gold-pricing-section .gold-plan-btn:hover {
  filter: brightness(1.12);
  box-shadow: 0 16px 30px rgba(245, 158, 11, 0.44);
}

@media (max-width: 980px) {
  .simple-pricing-section .simple-pricing-grid,
  .gold-pricing-section .gold-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .simple-pricing-section .simple-pricing-grid,
  .gold-pricing-section .gold-pricing-grid {
    grid-template-columns: 1fr;
  }

  .simple-pricing-section .simple-plan-btn,
  .gold-pricing-section .gold-plan-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .simple-pricing-section .simple-plan-card,
  .gold-pricing-section .gold-plan-card,
  .simple-pricing-section .simple-plan-btn,
  .gold-pricing-section .gold-plan-btn {
    transition: none !important;
  }

  .simple-pricing-section .simple-plan-card:hover,
  .gold-pricing-section .gold-plan-card:hover {
    transform: none;
  }
}

.comparison-section {
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: linear-gradient(150deg, rgba(8, 15, 30, 0.9), rgba(19, 31, 49, 0.82));
}

.comparison-shell {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  overflow-x: auto;
  background: rgba(15, 23, 42, 0.55);
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  text-align: left;
  padding: 0.82rem 0.9rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  font-size: 0.9rem;
}

.comparison-table thead th {
  background: rgba(30, 41, 59, 0.7);
  color: #e2e8f0;
}

.comparison-table tbody th {
  color: #cbd5e1;
  font-weight: 600;
  width: 220px;
}

.comparison-table td {
  color: #cbd5e1;
}

.comparison-table .gold-col-head {
  background: linear-gradient(135deg, rgba(185, 145, 74, 0.3), rgba(15, 76, 129, 0.45));
  color: #fef3c7;
}

.comparison-table .gold-col {
  background: linear-gradient(135deg, rgba(185, 145, 74, 0.18), rgba(15, 76, 129, 0.15));
  color: #fde68a;
}

.comparison-cta-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.comparison-btn {
  width: 100%;
}

.comparison-btn-gold {
  box-shadow: 0 12px 24px rgba(185, 145, 74, 0.26);
}

.iptv-devices-section {
  border: 1px solid rgba(148, 163, 184, 0.32);
}

.iptv-device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.iptv-device-card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.8), rgba(20, 35, 56, 0.7));
  padding: 0.95rem;
  text-align: center;
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.26);
  transition: transform 190ms ease, border-color 190ms ease;
}

.iptv-device-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 145, 74, 0.5);
}

.iptv-device-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.58rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.4), rgba(185, 145, 74, 0.3));
  border: 1px solid rgba(185, 145, 74, 0.45);
  color: #fef3c7;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.iptv-device-card strong {
  color: #e2e8f0;
  font-size: 0.92rem;
}

.testimonials-section {
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.testimonial-card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(155deg, rgba(15, 23, 42, 0.8), rgba(26, 38, 58, 0.68));
  padding: 1rem;
}

.testimonial-card p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
}

.testimonial-card strong {
  margin-top: 0.68rem;
  display: inline-block;
  color: #fef3c7;
  font-size: 0.86rem;
}

.faq-accordion {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.6);
  border-radius: 14px;
  overflow: hidden;
}

.faq-item-title {
  margin: 0;
}

.faq-question {
  width: 100%;
  padding: 0.78rem 0.92rem;
  text-align: left;
  background: transparent;
  color: #f8fafc;
  border: 0;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question::after {
  content: "+";
  color: #facc15;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-question:focus-visible {
  outline: 2px solid #facc15;
  outline-offset: -2px;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 240ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 0.92rem 0.88rem;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 80;
  border-radius: 999px;
  padding: 0.82rem 1.18rem;
  text-decoration: none;
  color: #f0fff4;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(74, 222, 128, 0.55);
  background: linear-gradient(135deg, #15803d, #22c55e);
  box-shadow: 0 16px 30px rgba(21, 128, 61, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 20px 34px rgba(21, 128, 61, 0.42);
}

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
}

.exit-popup.is-open {
  display: block;
}

.exit-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(2px);
}

.exit-popup-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100% - 1.2rem));
  border-radius: 20px;
  border: 1px solid rgba(185, 145, 74, 0.54);
  background: linear-gradient(160deg, rgba(8, 12, 24, 0.95), rgba(37, 25, 8, 0.9));
  box-shadow: 0 28px 56px rgba(2, 6, 23, 0.56);
  padding: 1.2rem;
}

.exit-popup-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.6);
  color: #f8fafc;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.exit-popup-panel h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #fef3c7;
}

.exit-popup-panel p {
  margin: 0.62rem 0 1rem;
  color: #d6dee9;
}

.exit-popup-btn {
  width: 100%;
}

body.exit-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .comparison-cta-row,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  body {
    padding-bottom: calc(5.8rem + env(safe-area-inset-bottom));
  }

  .whatsapp-float {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    width: min(360px, calc(100% - 1.3rem));
    justify-content: center;
  }

  .whatsapp-float:hover {
    transform: translateX(-50%);
  }

  .comparison-table {
    min-width: 620px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .comparison-btn,
  .iptv-device-card,
  .whatsapp-float,
  .faq-answer,
  .exit-popup-overlay,
  .exit-popup-panel {
    transition: none !important;
  }

  .iptv-device-card:hover,
  .whatsapp-float:hover {
    transform: none;
  }
}/* End custom CSS */