*{margin:0;padding:0;box-sizing:border-box;}

body{
  background:#0b0b0b;
  color:#e6e6e6;
  letter-spacing:.3px;
  font-family:'Roboto Condensed',Arial,sans-serif;
}

header{
  background:linear-gradient(90deg,#7a0000,#ff0000);
  padding:13px 0;
}
.header-wrap{
  max-width:1250px;
  margin:auto;
  padding:0 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.logo{
  font-size:22px;
  font-weight:700;
  color:#fff;
      text-decoration: none;

}
.nav a{
  color:#fff;
  text-decoration:none;
  margin-left:22px;
  font-size:13px;
  font-weight:700;
}

.hero{
  max-width:1250px;
  margin:55px auto 30px;
  padding:0 20px;
}
.hero h1{
  font-size:30px;
  font-weight:700;
  line-height:1.35;
  margin-bottom:14px;
}
.hero p{
  max-width:760px;
  font-size:15px;
  line-height:1.6;
  color:#cfcfcf;
}

.search-box{
  margin:25px 0;
}
.search-box input{
  width: 70%;
  background:#141414;
  border:1px solid #2a2a2a;
  padding:13px;
  border-radius:6px;
  color:#fff;
  font-size:14px;
    font-family:'Roboto Condensed',Arial,sans-serif;

}

.content{
  display:grid;
  grid-template-columns:2.5fr 1fr;
  gap:22px;
}

.left h2{
  font-size:20px;
  font-weight:700;
  margin-bottom:14px;
}

.categories{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.cat-box{
  background:#151515;
  border:1px solid #262626;
  padding:14px 0;
  text-align:center;
  font-size:15px;
  font-weight:700;
  border-radius:6px;
  cursor:pointer;
    text-decoration: none;
color: white;
}
.cat-box span{
  margin-right:6px;
}
.cat-box:hover{
  background:#ff0000;
  border-color:#ff0000;
}

.sidebar .article{
  background:#141414;
  padding:16px;
  border-radius:8px;
  margin-bottom:14px;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
}

.sports-article{
  margin-top:15px;
  background:#141414;
  border-radius:5px;
  padding:22px 24px;
  max-width:100%;
}

.sports-article h1{
  font-size:22px;
  font-weight:700;
  margin-bottom:12px;
  color:#ff0000;
}

.sports-article h2{
  font-size:17px;
  font-weight:700;
  margin:18px 0 8px;
  color:#ff0000;
}

.sports-article p{
  font-size:14px;
  line-height:1.7;
  color:#d6d6d6;
  margin-bottom:10px;
}

.container {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px 20px 30px 20px;
  background-color: #141414;
  border-radius: 5px;
}

.site-title {
  font-size: 36px;
  color: #ff0000;
  text-align: start;
  margin-bottom: 30px; 
}

h2.league-title {
  font-size: 24px;
  color: #ff0000;
  margin-top: 30px;
  margin-bottom: 10px; 
  padding-bottom: 5px;
  display: inline-block;
}

p.article-content {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: -10px; 
  border: 1px solid #333;
  width: 100%;
  max-width: 1000px;
}

.faq-container {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  background-color: #141414;
  border-radius: 5px;
  color: #fff;
}
.faq-title {
  font-size: 28px;
  color: #ff0000;
  margin-bottom: 20px;
  text-align: left;
}
.faq-item {
background-color: #333;  margin-bottom: 10px;
  border-radius: 5px;
  }
.faq-question {
  cursor: pointer;
  padding: 12px;
  font-weight: 600;
  position: relative;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 20px;
  transition: transform 0.3s;
}
.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 10px 12px 15px 12px;
  color: #ddd;
  font-size: 16px;
  background-color: #1a1a1a;
}

.reasons-container {
  max-width: 900px;
  margin: 10px auto;
  padding: 20px;
  background-color: #141414;
  border-radius: 8px;
  color: #fff;
}
.reasons-title {
  font-size: 28px;
  color: #ff0000;
  margin-bottom: 30px;
  text-align: left;
}
.reasons-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.reason-box {
  flex: 1 1 calc(50% - 10px); 
border: 1PX solid #333;  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
}
.reason-box:hover {
  transform: scale(1.03);
border: 1px solid #ff0000;}
.reason-icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.reason-box h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}
.reason-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
}

.watch-container {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  background-color: #141414;
  border-radius: 8px;
  color: #fff;
}
.watch-title {
  font-size: 28px;
  color: #ff0000;
  margin-bottom: 30px;
  text-align: left;
}
.watch-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.watch-box {
  flex: 1 1 calc(50% - 10px); 
  border: 1px solid #333;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
}
.watch-box:hover {
  transform: scale(1.03);
border: 1px solid #ff0000;
}
.watch-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}
.watch-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
}
.watch-box.full-width {
  flex: 1 1 100%;
}

.start-watch-container {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  background-color: #141414;
  border-radius: 8px;
  color: #fff;
}
.start-watch-title {
  font-size: 28px;
  color: #ff0000;
  margin-bottom: 20px;
  text-align: left;
}
.start-watch-box {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 6px;
  color: #ddd;
  line-height: 1.6;
  transition: transform 0.3s, box-shadow 0.3s;
}
.start-watch-box:hover {
  transform: scale(1.02);
border: 1px solid #ff0000;
}
.start-watch-box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer {
  background-color: #141414;
  color: #ddd;
  padding: 40px 20px;
  border-top: 1px solid #222;
  margin-top: 30px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-section {
  flex: 1 1 250px;
  margin: 10px;
}
.footer-section h4 {
  color: #ff0000;
  margin-bottom: 15px;
}
.footer-section a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 8px 12px; 
  background-color: #333; 
  border-radius: 5px; 
  transition: all 0.3s ease;
  width: 100%;
  max-width: fit-content;
}

.footer-section a:hover {
  background-color: #ff0000; 
  transform: translateY(-2px); 
}

.footer-section a:hover {
  color: #00ff7f;
}
.footer-section p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-section {
    margin: 20px 0;
  }
}

/* Media Queries - Responsive */
@media (max-width:1024px) {
  .content {
    grid-template-columns:1fr;
  }
  .categories {
    grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
  }
}
@media (max-width:768px) {
  .hero h1 { font-size:26px; }
  .hero p { font-size:14px; }
  .categories { grid-template-columns:repeat(auto-fit,minmax(80px,1fr)); }
  .reason-box, .watch-box, .start-watch-box { flex:1 1 100%; }
  .footer-container { flex-direction:column; text-align:center; }
  .footer-section { margin:15px 0; }
}
@media (max-width:480px) {
  .hero h1 { font-size:22px; }
  .hero p { font-size:13px; }
  .search-box input { width:100%; }
}

 .contact-box {
  width: 100%;
            background: #141414;
            padding: 40px 60px;
            border-radius: 10px;
            text-align: center;
            margin: 30px auto;
        }