.elementor-47 .elementor-element.elementor-element-72bffab{--display:flex;}/* Start custom CSS */.vs-about-page{
  font-family:Inter,Arial,sans-serif;
  color:#1d2430;
  background:#ffffff;
}

.vs-about-page *{
  box-sizing:border-box;
}

.vs-about-container{
  width:92%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.vs-about-section{
  padding:100px 0;
}

.vs-about-light{
  background:#f5f7fb;
}

.vs-about-dark{
  background:#0b1220;
  color:#ffffff;
}

.vs-about-kicker{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
  font-size:13px;
  margin:0 0 14px;
  color:#1f4fff;
}

/* HERO */
.vs-about-hero{
  position:relative;
  min-height:70vh;
  display:flex;
  align-items:center;
  padding:90px 0;
  background-image:url("https://versussport.net/wp-content/uploads/2026/04/hero-home.jpg");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.vs-about-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:linear-gradient(
    90deg,
    rgba(11,18,32,.92) 0%,
    rgba(11,18,32,.60) 45%,
    rgba(11,18,32,.30) 100%
  );
}

.vs-about-hero-inner{
  position:relative;
  z-index:2;
  max-width:820px;
  color:#ffffff;
}

.vs-about-hero h1{
  font-size:58px;
  line-height:1.02;
  margin:0 0 20px;
  letter-spacing:-.03em;
}

.vs-about-intro{
  font-size:18px;
  line-height:1.7;
  margin:0 0 28px;
  color:rgba(255,255,255,.92);
}

.vs-about-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.vs-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:.3s ease;
}

.vs-about-btn-primary{
  background:#1f4fff;
  color:#ffffff;
}

.vs-about-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(31,79,255,.28);
}

.vs-about-btn-secondary{
  color:#ffffff;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.06);
}

.vs-about-btn-secondary:hover{
  background:rgba(255,255,255,.12);
}

/* BAND */
.vs-about-band{
  background:#08101d;
  color:#ffffff;
  padding:18px 0;
}

.vs-about-band-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  text-align:center;
  font-weight:700;
  font-size:15px;
}

/* HEADINGS */
.vs-about-head{
  max-width:780px;
  margin:0 auto 50px;
  text-align:center;
}

.vs-about-head h2,
.vs-about-cta h2{
  font-size:48px;
  line-height:1.05;
  margin:0 0 18px;
}

.vs-about-head p,
.vs-about-page p,
.vs-about-cta p{
  font-size:18px;
  line-height:1.75;
}

/* GRIDS */
.vs-about-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.vs-about-grid-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}

.vs-about-grid-4{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
}

/* CARDS */
.vs-about-card,
.vs-about-mini{
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(0,0,0,.08);
  padding:28px;
}

.vs-about-card h3,
.vs-about-mini h3{
  margin:0 0 12px;
  font-size:22px;
}

.vs-about-card p,
.vs-about-mini p{
  margin:0;
  color:#667085;
  line-height:1.7;
}

/* IMAGES */
.vs-about-image-box img{
  width:100%;
  display:block;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(0,0,0,.08);
}

/* LIST */
.vs-about-list{
  margin:24px 0 0;
  padding-left:20px;
}

.vs-about-list li{
  margin-bottom:12px;
  line-height:1.7;
}

/* TEXT BLOCK */
.vs-about-text-block{
  max-width:920px;
  margin:0 auto;
}

/* CTA */
.vs-about-cta{
  padding:110px 0;
  text-align:center;
  background:linear-gradient(135deg,#0b1220 0%,#14306a 100%);
  color:#ffffff;
}

/* RESPONSIVE */
@media (max-width:1024px){

  .vs-about-grid-2,
  .vs-about-grid-3,
  .vs-about-grid-4,
  .vs-about-band-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .vs-about-hero h1{
    font-size:46px;
  }

  .vs-about-head h2,
  .vs-about-cta h2{
    font-size:40px;
  }
}

@media (max-width:767px){

  .vs-about-section{
    padding:80px 0;
  }

  .vs-about-grid-2,
  .vs-about-grid-3,
  .vs-about-grid-4,
  .vs-about-band-grid{
    grid-template-columns:1fr;
  }

  .vs-about-hero{
    min-height:auto;
    padding:70px 0;
  }

  .vs-about-hero h1{
    font-size:34px;
  }

  .vs-about-head h2,
  .vs-about-cta h2{
    font-size:30px;
  }

  .vs-about-btn{
    width:100%;
  }
}/* End custom CSS */