/* evo — generado por refactor modular (verbatim de styles.css) */

.evo {
  background-color: #1b1411;
  background-image: url("../../assets/images/background/2.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 80px 0 90px;
}
.evo__label { font-weight: 600; font-size: 14px; color: var(--accent); margin-bottom: 22px; }
.evo__title { font-weight: 500; font-size: 40px; text-align: center; }
.evo__title-accent { font-weight: 700; color: var(--accent); }
.evo__subtitle { text-align: center; color: var(--white-75); font-size: 16px; max-width: 640px; margin: 14px auto 50px; line-height: 1.5; }
.evo__carousel { display: flex; align-items: center; gap: 20px; }
.evo__track { flex: 1; display: flex; gap: 24px; overflow: hidden; scroll-behavior: smooth; }
.evo-card {
  flex: 0 0 calc((100% - 24px) / 2);
  min-width: 0;
  border: 1px solid rgba(199, 154, 58, 0.5);
  border-radius: 16px;
  background: rgba(199, 154, 58, 0.04);
  padding: 28px;
}
.evo-card__head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); margin-bottom: 16px; }
.evo-card__num { font-family: var(--font-sora); font-weight: 700; font-size: 34px; color: var(--accent); }
.evo-card__name { font-family: var(--font-sora); font-weight: 700; font-size: 18px; letter-spacing: 1px; color: var(--white); }
.evo-card__heading { font-size: 15px; color: var(--accent); font-weight: 700; margin-bottom: 18px; }
.evo-card__body { display: flex; gap: 20px; align-items: stretch; }
.evo-card__pic { display: contents; }
.evo-card__img { width: 140px; flex-shrink: 0; border-radius: 8px; align-self: stretch; min-height: 190px; object-fit: cover; }
.evo-card__list { display: flex; flex-direction: column; gap: 9px; }
.evo-card__list li { font-family: var(--font-mont); font-size: 14px; color: var(--white-75); line-height: 1.35; }
.evo-card__text { font-family: var(--font-mont); font-size: 14px; color: var(--white-75); line-height: 1.55; }
.evo__dots { display: none; }
.evo .caro-arrow--blue { background: var(--accent); color: var(--dark-text); }
.evo .caro-arrow--blue:hover { background: var(--accent-hover); }
@media (max-width: 1024px) {
  .evo-card { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 900px) {
  .evo-card { flex-basis: 100%; }
}
@media (max-width: 600px) {
  .evo {
    padding: 40px 0 50px;
    background-position: center top;
  }
  .evo .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .evo__label {
    display: none;
  }
  .evo__title {
    max-width: 370px;
    margin: 0 0 12px;
    text-align: left;
    font-size: 28px;
    line-height: 1.08;
  }
  .evo__subtitle {
    max-width: 350px;
    margin: 0 0 30px;
    text-align: left;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.86);
  }
  .evo__carousel {
    position: relative;
    display: block;
    padding: 0 44px;
  }
  .evo__track {
    gap: 0;
    min-width: 0;
    overflow: hidden;
    scroll-snap-type: x mandatory;
  }
  .evo-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 16px 14px 18px;
    border-radius: 10px;
    scroll-snap-align: start;
  }
  .evo-card__head {
    gap: 7px;
    padding-bottom: 13px;
    margin-bottom: 14px;
    border-bottom-color: rgba(199, 154, 58, 0.42);
  }
  .evo-card__num {
    font-size: 28px;
    line-height: 1;
  }
  .evo-card__name {
    font-size: 19px;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .evo-card__heading {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.15;
  }
  .evo-card__body {
    flex-direction: column;
    gap: 18px;
  }
  .evo-card__img {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    align-self: auto;
    border-radius: 8px;
    object-position: center 18%;
  }
  .evo-card__text {
    font-size: 15px;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.86);
  }
  .evo__carousel .caro-arrow {
    position: absolute;
    top: 52%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .evo__prev { left: -2px; }
  .evo__next { right: -2px; }
  .evo__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 28px;
  }
  .evo__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid var(--accent);
    background: transparent;
    padding: 0;
  }
  .evo__dot--active {
    background: var(--accent);
  }
}
