.elementor-11 .elementor-element.elementor-element-0029293{--display:flex;}body.elementor-page-11:not(.elementor-motion-effects-element-type-background), body.elementor-page-11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}body.elementor-page-11{margin:25px 25px 25px 25px;}/* Start custom CSS */:root {
  --vs-blue: #1f4fff;
  --vs-dark: #0b1220;
  --vs-text: #1d2430;
  --vs-muted: #667085;
  --vs-light: #f5f7fb;
  --vs-white: #ffffff;
  --vs-radius: 18px;
  --vs-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1d2430;
  background: #ffffff;
}

.vs-home {
  font-family: Inter, Arial, sans-serif;
  background: #ffffff;
}

.vs-home * {
  box-sizing: border-box;
}

.vs-container {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vs-section {
  padding: 100px 0;
}

.vs-light {
  background: #f5f7fb;
}

.vs-dark {
  background: #0b1220;
  color: #ffffff;
}

.vs-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 14px;
  color: #1f4fff;
}

.vs-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 80px 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-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-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #ffffff;
}

.vs-hero h1 {
  font-size: 58px;
  line-height: 1.02;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}

.vs-intro {
  font-size: 18px;
  line-height: 1.65;
  max-width: 760px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.92);
}

.vs-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.vs-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-btn-primary {
  background: #1f4fff;
  color: #ffffff;
}

.vs-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31,79,255,0.28);
}

.vs-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
}

.vs-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
}

/* GRILLES */
.vs-grid {
  display: grid !important;
  gap: 28px;
}

.vs-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px;
  align-items: stretch;
}

.vs-grid-4 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px;
  align-items: stretch;
}

.vs-section-head {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.vs-section-head h2,
.vs-copy h2,
.vs-cta h2 {
  font-size: 52px;
  line-height: 1.05;
  margin: 0 0 18px;
}

.vs-section-head p,
.vs-copy p,
.vs-cta p,
.vs-text-block p {
  font-size: 18px;
  line-height: 1.75;
  color: inherit;
}

.vs-mini-card,
.vs-step-card,
.vs-card,
.vs-project {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vs-mini-card,
.vs-step-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.vs-mini-card h2,
.vs-mini-card h3,
.vs-step-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.vs-mini-card p,
.vs-step-card p {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}

.vs-step-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #1f4fff;
  margin-bottom: 14px;
}

.vs-card,
.vs-project {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vs-card:hover,
.vs-project:hover {
  transform: translateY(-8px);
}

.vs-card img,
.vs-project img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.vs-card-body,
.vs-project-body {
  padding: 28px;
  flex-grow: 1;
}

.vs-card-body h3,
.vs-project-body h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.vs-card-body p,
.vs-project-body p {
  margin: 0 0 14px;
  color: #667085;
  line-height: 1.7;
}

.vs-card-body a {
  color: #1f4fff;
  font-weight: 700;
  text-decoration: none;
}

.vs-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.vs-media img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.vs-copy p {
  color: rgba(255,255,255,0.92);
}

.vs-checks {
  margin: 24px 0 28px;
  padding-left: 20px;
}

.vs-checks li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.vs-text-block {
  max-width: 920px;
  margin: 0 auto;
}

.vs-cta {
  padding: 110px 0;
  text-align: center;
  background: linear-gradient(135deg, #0b1220 0%, #14306a 100%);
  color: #ffffff;
}

/* FOOTER */
.vs-footer {
  background: #08101d;
  color: rgba(255,255,255,0.88);
  padding: 70px 0 24px;
}

.vs-footer a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: 0.25s ease;
}

.vs-footer a:hover {
  color: #ffffff;
}

.vs-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.vs-footer-brand h3 {
  margin: 0 0 14px;
  font-size: 28px;
  color: #ffffff;
}

.vs-footer-brand p {
  margin: 0;
  line-height: 1.75;
}

.vs-footer-col h4,
.vs-footer-info h4 {
  margin: 0 0 16px;
  font-size: 18px;
  color: #ffffff;
}

.vs-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-footer-col li {
  margin-bottom: 10px;
}

.vs-footer-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.vs-footer-info p {
  margin: 0 0 10px;
  line-height: 1.75;
}

.vs-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 22px;
  font-size: 14px;
}

/* ANIMATIONS */
.reveal {
  opacity: 1;
  transform: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .vs-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vs-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vs-split,
  .vs-footer-top,
  .vs-footer-middle {
    grid-template-columns: 1fr;
  }

  .vs-section {
    padding: 80px 0;
  }

  .vs-hero h1 {
    font-size: 48px;
  }

  .vs-section-head h2,
  .vs-copy h2,
  .vs-cta h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .vs-hero {
    min-height: auto;
    padding: 70px 0;
  }

  .vs-hero h1 {
    font-size: 36px;
  }

  .vs-grid-3,
  .vs-grid-4 {
    grid-template-columns: 1fr !important;
  }

  .vs-card img,
  .vs-project img {
    height: 220px;
  }

  .vs-btn {
    width: 100%;
  }

  .vs-section-head h2,
  .vs-copy h2,
  .vs-cta h2 {
    font-size: 32px;
  }

  .vs-footer-bottom {
    flex-direction: column;
  }
}/* End custom CSS */