* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.page_outer {
  background: #01000e;
  color: #fff;
  min-height: 100vh;
  padding: 30px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.logo {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.page_outer p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}

.custom_continer.bg_style {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.page_outer p:last-child {
  margin: 0;
}

.hero_content {
  width: 60%;
}

.hero_icons {
  width: 40%;
}

.hero_icons img {
  max-width: 100%;
}
.hero_banner .bg_style > div {
  width: 100%;
}
.hero_banner .bg_style > div {
  padding: 30px;
}

.header_outer .cta {
  background-color: #d0f810;
  color: #000;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
}

.hero_icons img {
  max-width: 100%;
}

.cta:hover {
  background-color: #aaff00;
  color: #000;
}
.page_outer img {
  max-width: 100%;
}
.hero_banner .bg_style {
  width: 100%;
  border-radius: 15px;
}

.two_col_outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.section.how_it_work.choose_sport {
  padding-top: 50px;
}
.left_col,
.right_col {
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
  border-radius: 15px;
  width: 100%;
}
.right_col.proof_col {
  padding: 0 !important;
}
#landing-bg {
  height: 280px;
  object-fit: cover;
}
.choose_sport a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.choose_sport .section_head h2 {
  font-size: 34px;
  color: #aaff00;
}

.choose_sport .custom_continer h3 a {
  font-size: 26px;
  color: #fff;
}
.custom_continer {
  margin: 0 auto 30px;
  max-width: 1200px;
}
.sport_icon {
  background: #0f0d1f;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.sport_icon:hover {
  box-shadow: 0 0 20px rgba(170, 255, 0, 0.1);
}
.hero_banner h1 {
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}

.header_outer .custom_continer {
  background: transparent;
  padding: 0 30px;
}

.hero_banner .button {
  background-color: #d0f810;
  color: #000;
  padding: 10px 30px;
  border-radius: 8px;
  display: inline-block;
  margin: 1rem 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  text-align: left;
}
.hero_banner .button:hover {
  background-color: #cfff00;
}

.section h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
}

.proof_col h4 {
  font-size: 72px;
  margin: 0 0 10px;
}

.how_it_work_text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_icons {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.section_head {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}

.left_col.how_it_work_text p {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 10px;
}
.proof_col h4 span {
  color: #aaff00;
}
.section.how_it_work .two_col_outer {
  grid-template-columns: 1fr;
}

.syst_sec .custom_continer {
  display: flex;
  flex-direction: column;
}
.syst_customize {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
p.hero_text {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.syst_customize p span {
  color: #aaff00;
}
.syst_customize p {
  font-size: 32px;
}
.footer .custom_continer {
  border-radius: 10px;
  padding: 0px 30px;
}
.footer .custom_continer ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 20px;
  list-style: none;
}
.footer .custom_continer ul a {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.howitwork_list {
  display: grid;
  gap: 10px;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.hero_banner .right_col {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.section.how_it_work {
  padding-bottom: 20px;
}
.hero_banner .right_col p {
  font-size: 24px;
  line-height: 39px;
}

.join-btn {
  background-color: #aaff00;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}

.how_it_work_para {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.how_it_work_para img {
  height: 50px;
  width: 100%;
}
.para_div {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.how_it_work_para .para_div h4 {
  font-size: 26px;
}
.how_it_work_para .para_div p {
  font-size: 17px;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
}
.footer-container p {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .hero_banner h1 {
    font-size: 44px;
  }
  .proof_col h4 {
    font-size: 53px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .hero_banner h1 {
    font-size: 44px;
  }
  .proof_col h4 {
    font-size: 53px;
    margin: 0 0 10px;
  }
  .syst_customize p {
    font-size: 28px;
  }
  .left_col.how_it_work_text p {
    font-size: 18px;
  }
  .hero_banner .right_col p {
    font-size: 22px;
  }
  .footer .custom_continer ul a {
    font-size: 20px;
  }
  p.hero_text {
    font-size: 25px;
    line-height: 26px;
  }
  .custom_continer.bg_style {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .hero_banner * {
    text-align: center;
  }
  .left_col.how_it_work_text p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  .syst_customize {
    justify-content: center;
  }
  .footer .custom_continer ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .two_col_outer {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero_icons {
    order: 1;
  }

  .hero_content {
    order: 2;
  }

  .left_col,
  .right_col,
  .hero_banner .bg_style {
    padding: 20px 15px;
  }

  .header_outer .custom_continer {
    background: transparent;
    padding: 0;
  }

  .page_outer {
    padding: 15px;
  }

  .custom_continer.bg_style {
    flex-wrap: wrap;
  }

  .hero_icons {
    width: 100%;
  }

  .hero_content {
    width: 100%;
  }
  .custom_continer.bg_style * {
    text-align: center;
  }
  .custom_continer.bg_style {
    flex-direction: column-reverse;
    gap: 10px;
    margin: 0;
  }
  .left_col.how_it_work_text p {
    font-size: 20px;
    flex-direction: column;
    margin-top: 5px;
    text-align: left;
  }
  .syst_customize {
    justify-content: center;
  }
  .footer .custom_continer ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
  }
  .hero_banner .bg_style > div {
    padding: 0;
  }
  p.hero_text {
    font-size: 16px;
    font-weight: 500;
  }
  .proof_col h4 {
    font-size: 34px;
  }
  .section h3 {
    text-align: center;
  }
  .right_col.proof_col {
    padding: 20px !important;
  }
  .left_col.how_it_work_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .syst_customize p {
    font-size: 18px;
    margin: 0;
  }
  .footer-container {
    max-width: 800px;
    margin: auto;
  }
  .footer .custom_continer ul a {
    font-size: 16px;
  }
  .section.how_it_work .two_col_outer {
    margin: 0;
  }
  .section.how_it_work {
    padding-bottom: 0px;
  }
  .syst_sec .left_col {
    padding: 0px 15px;
  }

  .header_outer .cta {
    display: none;
  }
  section.header_outer .nav {
    justify-content: space-between;
  }
  .hero_banner .right_col p {
    font-size: 18px;
    line-height: 29px;
  }
  .hero_banner h1 {
    max-width: 340px;
    margin: auto;
    font-size: 33px;
  }
  .hero_banner .button {
    font-size: 18px;
  }
}

/* COMPREHENSIVE RESPONSIVE DESIGN FOR LANDING PAGE */

/* Base responsive styles */
@media (max-width: 1200px) {
  .custom_continer {
    max-width: 100%;
    padding: 0 20px;
  }

  .custom_continer.bg_style {
    gap: 30px;
  }

  .hero_content {
    width: 100%;
  }

  .right_col {
    width: 100%;
  }
}

/* Tablet styles */
@media (max-width: 1024px) {
  .page_outer {
    padding: 20px;
  }

  .custom_continer.bg_style {
    flex-direction: column;
    gap: 30px;
  }

  .hero_content {
    width: 100%;
    text-align: center;
  }

  .right_col.proof_col {
    width: 100%;
    text-align: center;
    padding: 30px 20px;
  }

  .two_col_outer {
    flex-direction: column;
    gap: 30px;
  }

  .left_col,
  .right_col {
    width: 100%;
  }

  .howitwork_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .why_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .page_outer {
    padding: 15px;
  }

  .nav {
    gap: 10px;
    text-align: center;
  }

  .nav .cta {
    display: block;
    text-align: center;
    padding: 12px 10px;
    font-size: 16px;
  }

  .logo img {
    max-width: 200px;
    height: auto;
  }

  .hero_banner h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .hero_text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .button {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 20px 0;
  }

  .right_col.proof_col {
    padding: 20px;
    margin-top: 20px;
  }

  .proof_col h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .proof_col p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  .howitwork_list p {
    font-size: 16px;
    padding: 0;
    text-align: left;
  }

  .text_icons {
    display: inline-block;
    margin-right: 10px;
  }

  .text_icons img {
    width: 36px;
    height: 36px;
  }

  .highlight {
    display: block;
    margin-top: 5px;
  }

  .why_list li {
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }

  .footer {
    padding: 30px 0;
  }

  .footer .custom_continer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-container{
    max-width: 500px;
  }
  .custom_continer.bg_style {
    flex-direction: column-reverse;
  }

  .footer ul a {
    font-size: 14px;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .page_outer {
    padding: 10px;
  }

  .hero_banner h1 {
    font-size: 24px;
    max-width: 100%;
  }

  .hero_text {
    font-size: 14px;
  }

  .button {
    padding: 12px 16px;
    font-size: 14px;
  }

  .proof_col h4 {
    font-size: 20px;
  }

  .section h3 {
    font-size: 20px;
  }

  .how_it_work_para .para_div h4 {
    font-size: 20px;
  }
  .howitwork_list p {
    font-size: 14px;
    padding: 0;
  }

  .text_icons img {
    width: 36px;
    height: 36px;
  }

  .why_list li {
    padding: 12px;
    font-size: 13px;
  }
  .footer-container{
    max-width: 400px;
  }

  .nav .cta {
    padding: 10px 6px;
    font-size: 14px;
  }
}

/* Very small screens */
@media (max-width: 320px) {
  .page_outer {
    padding: 8px;
  }

  .hero_banner h1 {
    font-size: 20px;
  }

  .hero_text {
    font-size: 13px;
  }

  .button {
    padding: 10px 14px;
    font-size: 13px;
  }

  .proof_col h4 {
    font-size: 18px;
  }

  .section h3 {
    font-size: 18px;
  }

  .howitwork_list p {
    font-size: 13px;
    padding: 10px;
  }

  .why_list li {
    padding: 10px;
    font-size: 12px;
  }
}

/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .custom_continer.bg_style {
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero_content {
    width: 60%;
    text-align: left;
  }

  .right_col.proof_col {
    width: 40%;
  }

  .nav {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav .cta {
    width: auto;
  }
}

/* Ensure all interactive elements are touch-friendly on mobile */
@media (max-width: 768px) {
  a,
  button,
  .cta {
    min-height: 44px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Improve text readability on mobile */
  body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  /* Prevent horizontal scrolling */
  body,
  html {
    overflow-x: hidden;
  }
}
