
.ly_product_description_1 {
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.ly_product_description_1 .d_title {
  margin-bottom: 30px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  overflow: visible;
  background: #ffffff;
}

h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  border-bottom: 3px solid #e67e22;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

h2 {
  color: #2980b9;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  color: #16a085;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* FOOTBALL-STYLE COMPARISON TABLE */
.comparison-league {
  width: 100%;
  border-collapse: collapse;
  background: #2c3e50;
  color: white;
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.comparison-league th {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.comparison-league th:first-child {
  background: #34495e;
}

.comparison-league th.champion {
  background: #e67e22;
  position: relative;
}

.champion-badge::after {
  content: "🥇";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.comparison-league td {
  padding: 12px 15px;
  border-bottom: 1px solid #3d566e;
  position: relative;
}

.comparison-league tr:last-child td {
  border-bottom: none;
}

.comparison-league tr:hover td {
  background: rgba(232, 195, 158, 0.2);
}

.champion-feature {
  color: #d5212e;
  font-weight: bold;
}

.champion-feature::before {
  content: "⚽ ";
}

.cta-champion {
  display: inline-block;
  background: #d5212e;
  color: white;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0;
  transition: all 0.3s;
}

.cta-champion:hover {
  background: #b31c26;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* SPECIFIC STYLES */
.intro-highlight {
  background: #f8f9fa;
  padding: 20px;
  border-left: 4px solid #e67e22;
  margin: 20px 0;
}

.client-proof {
  background: #e8f4f8;
  padding: 15px;
  border-radius: 4px;
  margin: 15px 0;
}

.client-proof strong {
  color: #d5212e;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  font-weight: bold;
  color: #2c3e50;
}

.faq-answer {
  margin-left: 20px;
}
