.vinici-figma-home {
  --vf-blue: #002d97;
  --vf-blue-2: #0043a6;
  --vf-navy: #012a75;
  --vf-bg: #f5f5f5;
  --vf-text: #111;
  background: #fff;
  color: var(--vf-text);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.home .x24sport-nav {
  display: none !important;
}

.vinici-figma-home * {
  box-sizing: border-box;
}

.vinici-figma-home h1,
.vinici-figma-home h2,
.vinici-figma-home h3,
.vinici-figma-home p {
  margin: 0;
}

.vf-hero {
  min-height: 632px;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 94px 49px 18px;
  background: var(--vf-hero-image) center / cover no-repeat;
  overflow: visible;
}

.vf-hero-copy {
  width: min(540px, 47vw);
  position: relative;
  z-index: 1;
  margin-left: 8px;
}

.vf-hero h1 {
  color: var(--vf-navy);
  font-size: 64px;
  line-height: .96;
  font-weight: 800;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 4px solid #05a8ff;
}

.vf-hero p {
  width: min(515px, 100%);
  margin-top: 52px;
  font-size: 16px;
  line-height: 1.5;
}

.vf-hero-badges {
  width: min(515px, 100%);
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.vf-hero-badges span {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  color: #303b4a;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.vf-hero-badges img {
  width: 40px;
  height: 40px;
  border: 1px solid var(--vf-blue);
  border-radius: 50%;
  object-fit: cover;
}

.vf-hero-logo {
  display: none;
}

.vf-consult {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(1299px, calc(100% - 90px));
  height: 140px;
  min-height: 0;
  display: grid;
  grid-template-columns: 160px 29px 140px 30px 226px 31px 167px 30px 220px 30px 168px;
  grid-template-rows: 30px 38px;
  column-gap: 0;
  row-gap: 20px;
  align-items: end;
  padding: 22px 31px 29px 37px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
}

.vf-consult h2 {
  grid-column: 1 / -1;
  align-self: start;
  margin-left: -6px;
  color: var(--vf-blue);
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}

.vf-consult label {
  display: block;
  position: relative;
  margin: 0;
}

.vf-consult span {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  font-size: 15px;
  font-weight: 400;
  pointer-events: none;
}

.vf-consult input,
.vf-consult select {
  width: 100%;
  height: 35px;
  margin: 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  color: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .03);
}

.vf-consult button,
.vf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 16px;
  border: 1px solid #00309c;
  border-radius: 6px;
  background: var(--vf-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.vf-consult label:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}

.vf-consult label:nth-of-type(2) {
  grid-column: 3;
  grid-row: 2;
}

.vf-consult label:nth-of-type(3) {
  grid-column: 5;
  grid-row: 2;
}

.vf-consult label:nth-of-type(4) {
  grid-column: 7;
  grid-row: 2;
}

.vf-consult label:nth-of-type(5) {
  grid-column: 9;
  grid-row: 2;
}

.vf-consult button {
  grid-column: 11;
  grid-row: 2;
  align-self: center;
  width: 168px;
  height: 38px;
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.vf-consult label:nth-of-type(3)::after,
.vf-consult label:nth-of-type(5)::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.vf-button:hover,
.vf-consult button:hover {
  background: var(--vf-blue-2);
  color: #fff;
}

.vf-section {
  padding: 40px 50px;
}

.vf-section > h2 {
  max-width: 1340px;
  margin: 0 auto 28px;
  color: var(--vf-navy);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.vf-benefits,
.vf-offers,
.vf-sports,
.vf-testimonials {
  background: var(--vf-bg);
}

.vf-card-row {
  max-width: 1298px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  padding: 23px 31px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.vf-six {
  grid-template-columns: repeat(6, 1fr);
}

.vf-four {
  max-width: 1133px;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.vf-mini-card,
.vf-offer-card,
.vf-step-card,
.vf-review-card {
  min-width: 0;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.vf-mini-card {
  min-height: 207px;
  padding: 14px 12px 12px;
}

.vf-mini-card img {
  width: 111px;
  height: 95px;
  object-fit: cover;
}

.vf-mini-card h3,
.vf-offer-card h3 {
  margin-top: 8px;
  color: var(--vf-blue);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.vf-mini-card p,
.vf-offer-card p {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.5;
}

.vf-intro {
  display: grid;
  grid-template-columns: 738px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 509px;
}

.vf-video-card img {
  width: 100%;
  aspect-ratio: 738 / 412;
  object-fit: cover;
  display: block;
}

.vf-eyebrow {
  color: var(--vf-blue-2);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.vf-intro h2 {
  margin-top: 3px;
  color: var(--vf-blue-2);
  font-size: 34px;
  line-height: 1.4;
  font-weight: 800;
}

.vf-intro h2 span {
  color: #111;
}

.vf-intro-copy > p:not(.vf-eyebrow) {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.vf-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 28px 0 26px;
  padding: 12px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.vf-stats strong {
  display: block;
  padding: 16px 8px 12px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  color: var(--vf-blue);
  text-align: center;
  font-size: 18px;
}

.vf-stats span {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 12px;
  font-weight: 400;
}

.vf-offer-card {
  min-height: 210px;
  padding: 8px 10px 12px;
}

.vf-offer-card img {
  width: 151px;
  height: 124px;
  object-fit: cover;
}

.vf-offers .vf-button {
  display: flex;
  width: max-content;
  margin: 40px auto 0;
}

.vf-sport-grid {
  max-width: 1340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.vf-sport-tile {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  border-radius: 0;
  background: #ddd;
  color: #fff;
}

.vf-sport-tile img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.vf-sport-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .52));
}

.vf-sport-tile span {
  position: absolute;
  left: 16px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.vf-featured {
  background: #fff;
}

.vf-featured.vf-alt {
  background: var(--vf-bg);
}

.vf-feature-band {
  max-width: 1440px;
  min-height: 319px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 638px;
  gap: 70px;
  align-items: center;
  padding: 28px 96px;
  background: var(--vf-blue-2);
}

.vf-feature-band.vf-reverse {
  grid-template-columns: 638px 1fr;
}

.vf-feature-band h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

.vf-feature-band p {
  margin: 26px auto 20px;
  max-width: 419px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.vf-feature-band img {
  width: 100%;
  height: 358px;
  object-fit: cover;
  border: 1px solid var(--vf-blue-2);
  border-radius: 10px;
  background: #fff;
}

.vf-button-light {
  margin: 0 auto;
  border: 2px solid #fff;
  background: var(--vf-blue-2);
}

.vf-product-strip {
  max-width: 1322px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vf-product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e1e5ee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 31, 90, .08);
}

.vf-product-card a {
  display: block;
  height: 100%;
  color: #111;
  text-decoration: none;
}

.vf-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f3f3f3;
  display: block;
}

.vf-product-card h3 {
  min-height: 58px;
  padding: 12px 12px 4px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.vf-product-price {
  display: block;
  min-height: 32px;
  padding: 0 12px 14px;
  color: var(--vf-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.vf-product-price del {
  margin-right: 6px;
  color: #798397;
  font-size: 13px;
  font-weight: 500;
  opacity: .85;
}

.vf-product-price ins {
  color: #e02424;
  text-decoration: none;
}

.vf-more h2 span,
.vf-process h2 span {
  color: #111;
}

.vf-more img {
  display: block;
  width: min(1025px, 100%);
  height: auto;
  max-height: 494px;
  object-fit: cover;
  margin: 0 auto;
}

.vf-step-grid {
  max-width: 1155px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.vf-step-card {
  position: relative;
  min-height: 290px;
  padding: 20px 15px 16px;
  border-radius: 25px;
}

.vf-step-card b {
  position: absolute;
  left: 16px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 46px;
  border-radius: 50%;
  background: var(--vf-blue);
  color: #fff;
  font-size: 20px;
}

.vf-step-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.vf-step-card h3 {
  margin-top: 5px;
  color: var(--vf-blue);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.vf-step-card p {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.5;
}

.vf-review-grid,
.vf-news-grid {
  max-width: 1190px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.vf-review-grid {
  grid-template-columns: repeat(4, 1fr);
}

.vf-review-card {
  padding: 12px;
  text-align: left;
}

.vf-review-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vf-review-card strong {
  display: block;
  margin-top: 10px;
  color: var(--vf-blue);
  font-size: 16px;
}

.vf-review-card p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.vf-news {
  text-align: center;
}

.vf-news-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
  text-align: left;
}

.vf-news-grid article {
  background: #fff;
}

.vf-news-grid a {
  display: block;
  height: 100%;
  color: #111;
  text-decoration: none;
}

.vf-news-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vf-news-grid h3 {
  padding: 12px 0 0;
  font-size: 18px;
  line-height: 1.35;
  color: #111;
}

@media (max-width: 1200px) {
  .vf-consult {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 30px;
    align-items: stretch;
  }

  .vf-consult label,
  .vf-consult button {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100%;
  }

  .vf-hero {
    flex-direction: column;
  }

  .vf-hero-copy {
    width: min(527px, 100%);
  }

  .vf-six,
  .vf-sport-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vf-intro,
  .vf-feature-band,
  .vf-feature-band.vf-reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .vinici-figma-home {
    background: #f7f9fd;
  }

  .vf-hero {
    isolation: isolate;
    min-height: auto;
    padding: 42px 16px 24px;
    background-position: 62% top;
  }

  .vf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 54%, rgba(255, 255, 255, .5) 100%);
    pointer-events: none;
  }

  .vf-hero-copy {
    width: 100%;
    margin-left: 0;
  }

  .vf-hero h1 {
    font-size: 38px;
    line-height: 1;
    padding-bottom: 7px;
    border-bottom-width: 3px;
  }

  .vf-hero p {
    margin-top: 18px;
    max-width: 310px;
    color: #263242;
    font-size: 15px;
    line-height: 1.58;
  }

  .vf-hero-badges {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vf-hero-badges span {
    width: min(100%, 306px);
    grid-template-columns: 34px 1fr;
    padding: 7px 10px;
    border: 1px solid rgba(0, 45, 151, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 8px 24px rgba(0, 31, 90, .08);
    backdrop-filter: blur(8px);
    font-size: 12px;
  }

  .vf-hero-badges img {
    width: 34px;
    height: 34px;
  }

  .vf-consult,
  .vf-stats,
  .vf-step-grid,
  .vf-review-grid,
  .vf-news-grid,
  .vf-product-strip,
  .vf-feature-band,
  .vf-feature-band.vf-reverse {
    grid-template-columns: 1fr;
  }

  .vf-consult {
    width: 100%;
    margin-top: 22px;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(0, 45, 151, .1);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0, 31, 90, .14);
  }

  .vf-consult h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: .01em;
  }

  .vf-consult span {
    position: static;
    display: block;
    transform: none;
    margin-bottom: 4px;
    color: #445064;
    font-size: 12px;
    font-weight: 700;
  }

  .vf-consult input,
  .vf-consult select {
    height: 38px;
    padding: 0 10px;
    border-color: #d9e0eb;
    border-radius: 9px;
    color: #111;
    font-size: 14px;
  }

  .vf-consult select {
    padding-right: 34px;
    appearance: none;
  }

  .vf-consult label:nth-of-type(3)::after,
  .vf-consult label:nth-of-type(5)::after {
    right: 14px;
    top: auto;
    bottom: 15px;
  }

  .vf-consult button {
    height: 40px;
    min-height: 40px;
    margin-top: 1px;
    border-radius: 999px;
    background: linear-gradient(135deg, #003cae, #006dff);
    box-shadow: 0 10px 20px rgba(0, 67, 166, .22);
    font-size: 14px;
    font-weight: 800;
  }

  .vf-four,
  .vf-six,
  .vf-sport-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vf-section {
    padding: 34px 16px;
  }

  .vf-section > h2,
  .vf-feature-band h3 {
    font-size: 24px;
    line-height: 1.24;
  }

  .vf-card-row {
    gap: 12px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .vf-mini-card,
  .vf-offer-card,
  .vf-step-card,
  .vf-review-card,
  .vf-product-card {
    border-color: rgba(0, 45, 151, .1);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 31, 90, .08);
  }

  .vf-mini-card,
  .vf-offer-card {
    min-height: 0;
    padding: 12px 9px;
  }

  .vf-mini-card img,
  .vf-offer-card img {
    width: 72px;
    height: 68px;
    border-radius: 14px;
  }

  .vf-mini-card h3,
  .vf-offer-card h3 {
    font-size: 14px;
    line-height: 1.3;
  }

  .vf-mini-card p,
  .vf-offer-card p {
    font-size: 13px;
    line-height: 1.45;
  }

  .vf-intro {
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
    gap: 22px;
  }

  .vf-video-card img,
  .vf-more img {
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 31, 90, .1);
  }

  .vf-intro h2 {
    font-size: 26px;
    line-height: 1.22;
  }

  .vf-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .vf-stats strong {
    padding: 14px 8px 12px;
    border-color: rgba(0, 45, 151, .12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 31, 90, .07);
  }

  .vf-feature-band {
    padding: 24px 16px;
    gap: 24px;
    border-radius: 20px;
  }

  .vf-feature-band img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .vf-feature-band p {
    margin: 16px auto 18px;
  }

  .vf-feature-band .vf-button,
  .vf-offers .vf-button,
  .vf-news .vf-button,
  .vf-intro-copy .vf-button {
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
  }

  .vf-sport-tile,
  .vf-sport-tile img {
    min-height: 190px;
    border-radius: 16px;
  }

  .vf-sport-tile span {
    left: 12px;
    bottom: 13px;
    font-size: 17px;
  }

  .vf-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .vf-product-card h3 {
    min-height: 52px;
    padding: 10px 10px 3px;
    font-size: 13px;
  }

  .vf-product-price {
    padding: 0 10px 12px;
    font-size: 13px;
  }

  .vf-step-card {
    min-height: 0;
    padding: 18px 14px 16px;
  }

  .vf-step-card img {
    width: 110px;
    height: 110px;
  }

  .vf-step-card h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 420px) {
  .vf-hero h1 {
    font-size: 34px;
  }

  .vf-four,
  .vf-six,
  .vf-sport-grid,
  .vf-product-strip {
    gap: 10px;
  }
}
