.elementor-358 .elementor-element.elementor-element-e49d7a6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */.internet-tv-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.internet-tv-hero {
  padding: 100px 0;
  background: linear-gradient(135deg, #071b33 0%, #0d3b66 100%);
  color: #ffffff;
}

.internet-tv-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
}

.hero-intro {
  max-width: 760px;
  margin-bottom: 32px;
  font-size: 21px;
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.internet-tv-section {
  padding: 80px 0;
}

.internet-tv-section-alt {
  background: #f4f7fa;
}

.internet-tv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 60px;
}

.internet-tv-grid-reverse .internet-tv-image {
  order: 1;
}

.internet-tv-grid-reverse .internet-tv-content {
  order: 2;
}

.internet-tv-section h2,
.internet-tv-cta h2 {
  margin: 0 0 24px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.internet-tv-section h3 {
  margin-top: 30px;
  font-size: 24px;
}

.internet-tv-section p {
  font-size: 18px;
  line-height: 1.75;
}

.internet-tv-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.5;
}

.feature-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "✓";
  font-weight: 700;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  background: #ffffff;
  color: #071b33;
}

.button-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.information-box {
  margin-top: 30px;
  padding: 24px;
  border-left: 5px solid #0d3b66;
  background: #eef4f9;
}

.information-box p {
  margin-bottom: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.step-card {
  padding: 28px;
  border: 1px solid #dce3e9;
  border-radius: 12px;
  background: #ffffff;
}

.step-number {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0d3b66;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.step-card h3 {
  margin: 20px 0 12px;
}

.step-card p {
  margin: 0;
  font-size: 16px;
}

.faq-item {
  padding: 28px 0;
  border-bottom: 1px solid #dce3e9;
}

.faq-item h3 {
  margin: 0 0 12px;
}

.faq-item p {
  margin: 0;
}

.internet-tv-cta {
  padding: 80px 0;
  background: #071b33;
  color: #ffffff;
  text-align: center;
}

.internet-tv-cta p {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .internet-tv-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .internet-tv-grid-reverse .internet-tv-image,
  .internet-tv-grid-reverse .internet-tv-content {
    order: initial;
  }

  .steps-grid {
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .internet-tv-hero,
  .internet-tv-section,
  .internet-tv-cta {
    padding: 60px 0;
  }

  .internet-tv-container {
    width: min(100% - 28px, 1180px);
  }

  .hero-intro,
  .internet-tv-section p {
    font-size: 17px;
  }

  .button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */