.elementor-49 .elementor-element.elementor-element-6015aa9{--display:flex;}.elementor-49 .elementor-element.elementor-element-cd4a52b{--display:flex;}.elementor-49 .elementor-element.elementor-element-db82a0c{--display:flex;}/* Start custom CSS */.vs-real-page {
  font-family: Inter, Arial, sans-serif;
  color: #1d2430;
  background: #ffffff;
}

.vs-real-page * {
  box-sizing: border-box;
}

.vs-real-container {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vs-real-section {
  padding: 100px 0;
}

.vs-real-light {
  background: #f5f7fb;
}

.vs-real-dark {
  background: #0b1220;
  color: #ffffff;
}

.vs-real-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 14px;
  color: #1f4fff;
}

.vs-real-hero {
  position: relative;
  min-height: 65vh;
  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-real-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(11,18,32,0.90) 0%,
    rgba(11,18,32,0.60) 45%,
    rgba(11,18,32,0.30) 100%
  );
}

.vs-real-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #ffffff;
}

.vs-real-hero h1 {
  font-size: 56px;
  line-height: 1.02;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}

.vs-real-intro {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.92);
}

.vs-real-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.vs-real-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}

.vs-real-btn-primary {
  background: #1f4fff;
  color: #ffffff;
}

.vs-real-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31,79,255,0.28);
}

.vs-real-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
}

.vs-real-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
}

.vs-real-head {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.vs-real-head h2,
.vs-real-cta h2 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 18px;
}

.vs-real-head p,
.vs-real-page p,
.vs-real-cta p {
  font-size: 18px;
  line-height: 1.75;
}

.vs-real-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.vs-real-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.vs-real-card,
.vs-real-mini {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.vs-real-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vs-real-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.vs-real-card-body {
  padding: 28px;
  flex-grow: 1;
}

.vs-real-card-body h3,
.vs-real-mini h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.vs-real-card-body p,
.vs-real-mini p {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}

.vs-real-mini {
  padding: 28px;
}

.vs-real-tag {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f4fff;
}

.vs-real-image-box img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.vs-real-list {
  margin: 24px 0 0;
  padding-left: 20px;
}

.vs-real-list li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.vs-real-cta {
  padding: 110px 0;
  text-align: center;
  background: linear-gradient(135deg, #0b1220 0%, #14306a 100%);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .vs-real-grid-2,
  .vs-real-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-real-hero h1 {
    font-size: 46px;
  }

  .vs-real-head h2,
  .vs-real-cta h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .vs-real-section {
    padding: 80px 0;
  }

  .vs-real-grid-2,
  .vs-real-grid-3 {
    grid-template-columns: 1fr;
  }

  .vs-real-hero {
    min-height: auto;
    padding: 70px 0;
  }

  .vs-real-hero h1 {
    font-size: 34px;
  }

  .vs-real-head h2,
  .vs-real-cta h2 {
    font-size: 30px;
  }

  .vs-real-btn {
    width: 100%;
  }

  .vs-real-card img {
    height: 220px;
  }
}/* End custom CSS */