.elementor-7470 .elementor-element.elementor-element-bc6bd6c{--display:flex;--background-transition:0.3s;}.elementor-7470 .elementor-element.elementor-element-2e52e60{width:100%;max-width:100%;}.elementor-7470 .elementor-element.elementor-element-2e52e60.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-2e52e60 *//* =========================
   BASE
========================= */

.vm-about-v2 {
  --vm-bg-light: #f3f0ea;
  --vm-bg-light-2: #ece8e1;
  --vm-bg-dark: #09111f;
  --vm-bg-dark-2: #0d1830;
  --vm-text-dark: #151515;
  --vm-text-light: #f5f7fb;
  --vm-muted-dark: rgba(21, 21, 21, 0.66);
  --vm-muted-light: rgba(245, 247, 251, 0.72);
  --vm-accent: #4d74ff;

  position: relative;
  color: var(--vm-text-dark);
  font-family: inherit;
}

/* =========================
   SECTIONS
========================= */

.vm-about-v2__section {
  position: relative;
  overflow: hidden;
}

.vm-about-v2__section--light {
  background:
    radial-gradient(circle at top left, rgba(77, 116, 255, 0.06), transparent 26%),
    linear-gradient(180deg, var(--vm-bg-light) 0%, var(--vm-bg-light-2) 100%);
}

.vm-about-v2__section--dark {
  position: relative;
  background:
    radial-gradient(circle at 20% 10%, rgba(77, 116, 255, 0.15), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(77, 116, 255, 0.08), transparent 35%),
    linear-gradient(180deg, #060d1a 0%, #0c1628 100%);
  color: var(--vm-text-light);
}

/* =========================
   GRID
========================= */

.vm-about-v2__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(77, 116, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 116, 255, 0.18) 1px, transparent 1px);
  background-size: 32px 32px;
}

.vm-about-v2__grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(77, 116, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 116, 255, 0.05) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.85;
}

.vm-about-v2__grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(77, 116, 255, 0.08), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(77, 116, 255, 0.05), transparent 24%);
  opacity: 0.75;
}

/* =========================
   CONTAINER
========================= */

.vm-about-v2__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0;
}

/* =========================
   HERO
========================= */

.vm-about-v2__section--hero .vm-about-v2__inner {
  padding: 108px 0 92px;
}

.vm-about-v2__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px);
  gap: 84px;
  align-items: center;
}

.vm-about-v2__hero-text {
  max-width: 760px;
}

.vm-about-v2__eyebrow {
  margin: 0 0 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.44);
}

.vm-about-v2__title {
  margin: 0;
  max-width: 720px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.vm-about-v2__subtitle {
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.45;
  color: rgba(21, 21, 21, 0.62);
}

.vm-about-v2__lead-intro {
  margin: 22px 0 0;
  max-width: 640px;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: rgba(21, 21, 21, 0.96);
}

.vm-about-v2__intro {
  margin: 28px 0 0;
  max-width: 690px;
  font-size: 1.03rem;
  line-height: 1.9;
  color: rgba(21, 21, 21, 0.82);
}

.vm-about-v2__hero-media {
  justify-self: end;
  width: 100%;
  max-width: 420px;
  margin: 0;
}

.vm-about-v2__portrait-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15)),
    #d8dce5;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.vm-about-v2__portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 34px;
  pointer-events: none;
}

.vm-about-v2__portrait-wrap::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(77, 116, 255, 0.9) 50%,
    transparent 100%
  );
  opacity: 0.9;
}

.vm-about-v2__portrait-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 26%;
  filter: grayscale(4%);
}

/* =========================
   STATEMENT
========================= */

.vm-about-v2__statement {
  display: grid;
  grid-template-columns: 3px minmax(0, 980px);
  gap: 22px;
  align-items: start;
}


.vm-about-v2__statement blockquote {
  margin: 0;
  max-width: 980px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.12;
  color: rgba(245, 247, 251, 0.95);
  letter-spacing: -0.035em;
}

.vm-about-v2__section-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #151515;
  max-width: 700px;
}

@media (max-width: 767px) {
  .vm-about-v2__section-title {
    margin-bottom: 14px;
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.05;
  }
}

.vm-about-v2__formats {
  display: block;
}

.vm-about-v2__statement-content {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.vm-about-v2__format-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.vm-about-v2__format-tag {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 0.98rem;
  line-height: 1.2;
  color: rgba(245, 247, 251, 0.92);
  backdrop-filter: blur(6px);
}

.vm-about-v2__format-tag:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
}

/* =========================
   OBSERVATIONS
========================= */

.vm-about-v2__section--observations .vm-about-v2__inner {
  padding: 88px 0 96px;
}

.vm-about-v2__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}

.vm-about-v2__main {
  min-width: 0;
}

.vm-about-v2__article--observations {
  max-width: 860px;
  margin: 0;
}

.vm-about-v2__lead {
  margin: 0 0 1.2em;
  font-size: 1.28rem;
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: #111;
}

.vm-about-v2__article p {
  margin: 0 0 1.45em;
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: left;
  color: rgba(21, 21, 21, 0.92);
}

/* =========================
   ASIDE / CARDS
========================= */

.vm-about-v2__aside {
  display: grid;
  gap: 18px;
  align-content: start;
  margin-top: 2px;
}

.vm-about-v2__card {
  position: relative;
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.42) 100%);
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.vm-about-v2__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(77, 116, 255, 0.06), transparent 40%);
  pointer-events: none;
}

.vm-about-v2__card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(77, 116, 255, 0.85), transparent 72%);
  opacity: 0.8;
}

.vm-about-v2__card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 22ch;
  font-size: 1.04rem;
  line-height: 1.58;
  color: rgba(21, 21, 21, 0.9);
}

/* =========================
   ANIMATION
========================= */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

/* =========================
   CLIENTS BLOCK
========================= */

.vm-clients-block {
  width: 100%;
  padding: 88px 0;
  background: #f7f5f1;
}

.vm-clients-block__inner {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.vm-clients-block__intro {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(320px, 1fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 56px;
}

.vm-clients-block__eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8c867d;
}

.vm-clients-block__title {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #171717;
  max-width: 420px;
}

.vm-clients-block__right p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.75;
  color: #343434;
  max-width: 760px;
}

.vm-clients-block__right p:last-child {
  margin-bottom: 0;
}

.vm-clients-block__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.vm-clients-card {
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 18px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.vm-clients-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 23, 23, 0.16);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.vm-clients-card__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #171717;
}

.vm-clients-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.vm-clients-block__closing {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(23, 23, 23, 0.1);
}

.vm-clients-block__closing p {
  margin: 0;
  max-width: 860px;
  font-size: 18px;
  line-height: 1.75;
  color: #222;
}

/* =========================
   CTA OFFRES
========================= */

.vm-cta-offres {
  width: 100%;
  padding: 88px 0;
  background: #ffffff;
}

.vm-cta-offres__inner {
  width: min(860px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.vm-cta-offres__title {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #171717;
}

.vm-cta-offres__text {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.vm-cta-offres__btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #171717;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vm-cta-offres__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .vm-about-v2__inner {
    width: min(100%, calc(100% - 36px));
    padding: 72px 0;
  }

  .vm-about-v2__section--hero .vm-about-v2__inner {
    padding: 84px 0 74px;
  }

  .vm-about-v2__hero {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  .vm-about-v2__hero-media {
    justify-self: start;
    max-width: 340px;
  }

  .vm-about-v2__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vm-about-v2__aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vm-about-v2__card p {
    max-width: none;
  }

  .vm-clients-block__inner {
    width: min(100%, calc(100% - 40px));
  }

  .vm-clients-block__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 36px;
  }

  .vm-clients-block__title {
    max-width: none;
  }

  .vm-cta-offres__inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 900px) {
  .vm-clients-block {
    padding: 72px 0;
  }

  .vm-clients-block__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vm-clients-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .vm-clients-card__title {
    font-size: 20px;
  }

  .vm-clients-block__right p,
  .vm-clients-card__text,
  .vm-clients-block__closing p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .vm-about-v2__inner {
    width: min(100%, calc(100% - 24px));
    padding: 56px 0;
  }

  .vm-about-v2__section--hero .vm-about-v2__inner {
    padding: 64px 0 56px;
  }

  .vm-about-v2__title {
    font-size: clamp(2.3rem, 11vw, 3.8rem);
    line-height: 0.98;
  }

  .vm-about-v2__subtitle {
    margin-top: 16px;
  }

  .vm-about-v2__lead-intro {
    margin-top: 18px;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .vm-about-v2__intro {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .vm-about-v2__hero-media {
    max-width: 100%;
  }

  .vm-about-v2__portrait-wrap {
    border-radius: 24px;
  }

  .vm-about-v2__portrait-wrap::before {
    border-radius: 24px;
  }

  .vm-about-v2__lead {
    font-size: 1.14rem;
    line-height: 1.5;
  }

  .vm-about-v2__article p {
    font-size: 1rem;
    line-height: 1.82;
  }

  .vm-about-v2__aside {
    grid-template-columns: 1fr;
  }

  .vm-about-v2__card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .vm-about-v2__statement {
    grid-template-columns: 3px 1fr;
    gap: 14px;
  }

  .vm-about-v2__statement-line {
    min-height: 110px;
  }

  .vm-about-v2__statement blockquote {
    font-size: 1.8rem;
    line-height: 1.14;
  }

  .vm-cta-offres {
    padding: 64px 0;
  }

  .vm-cta-offres__text {
    font-size: 16px;
  }
}/* End custom CSS */