  .vl-about {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0 60px;
    color: #17142a;
  }

  .vl-about * {
    box-sizing: border-box;
  }

  .vl-about a {
    color: #6543e8;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .vl-about p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #4f4a67;
  }

  .vl-about p:last-child {
    margin-bottom: 0;
  }

  .vl-hero,
  .vl-card,
  .vl-brand-card,
  .vl-trust-card {
    border-radius: 28px;
    background:
      radial-gradient(circle at top left, rgba(105, 68, 232, 0.18), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f6f2ff 100%);
    border: 1px solid rgba(111, 76, 255, 0.16);
    box-shadow: 0 18px 48px rgba(77, 55, 165, 0.13);
  }

  .vl-hero {
    position: relative;
    overflow: hidden;
    padding: 34px;
    margin: 28px 0;
  }

  .vl-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(101, 67, 232, 0.12);
  }

  .vl-eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(112, 76, 255, 0.12);
    color: #5f3ee6;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .vl-eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #66c78f;
    box-shadow: 0 0 0 5px rgba(102, 199, 143, 0.18);
  }

  .vl-hero h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -1.2px;
    color: #050513;
  }

  .vl-hero p {
    position: relative;
    z-index: 1;
    max-width: 980px;
    font-size: 18px;
    color: #55506d;
  }

  .vl-card,
  .vl-brand-card,
  .vl-trust-card {
    padding: 32px;
    margin: 28px 0;
  }

  .vl-card-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
  }

  .vl-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #7c4dff, #5f3ee6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(95, 62, 230, 0.28);
    font-size: 26px;
  }

  .vl-card h2,
  .vl-brand-card h2,
  .vl-trust-card h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
    color: #050513;
    letter-spacing: -0.7px;
  }

  .vl-card-subtitle {
    display: block;
    margin-top: 7px;
    color: #716c88;
    font-size: 15px;
    font-weight: 600;
  }

  .vl-company-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 26px;
  }

  .vl-company-box {
    min-height: 150px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(111, 76, 255, 0.16);
    box-shadow: 0 10px 28px rgba(77, 55, 165, 0.08);
  }

  .vl-company-box span {
    display: block;
    margin-bottom: 18px;
    color: #5f3ee6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .vl-company-box strong {
    display: block;
    color: #071024;
    font-size: 16px;
    line-height: 1.45;
  }

  .vl-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .vl-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #5f3ee6;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid rgba(111, 76, 255, 0.14);
  }

  .vl-pill::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(102, 199, 143, 0.16);
    color: #2f9f61;
    font-size: 12px;
  }

  .vl-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 20px;
  }

  .vl-mini-card {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(111, 76, 255, 0.14);
  }

  .vl-mini-card h3 {
    margin: 0 0 10px;
    color: #17142a;
    font-size: 19px;
  }

  .vl-mini-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vl-brand-image-wrap {
    margin: 30px auto 0;
    padding: 28px;
    max-width: 920px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(111, 76, 255, 0.14);
    box-shadow: 0 14px 34px rgba(77, 55, 165, 0.09);
    text-align: center;
  }

  .vl-brand-image-wrap img {
    display: block;
    width: 100%;
    max-width: 899px;
    height: auto;
    margin: 0 auto;
    border-radius: 18px;
  }

  .vl-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 24px;
  }

  .vl-trust-item {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(111, 76, 255, 0.14);
  }

  .vl-trust-item span {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .vl-trust-item strong {
    display: block;
    margin-bottom: 8px;
    color: #17142a;
    font-size: 16px;
  }

  .vl-trust-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  @media (max-width: 980px) {
    .vl-company-grid,
    .vl-trust-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .vl-two-column {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 640px) {
    .vl-about {
      padding: 0 0 44px;
    }

    .vl-hero,
    .vl-card,
    .vl-brand-card,
    .vl-trust-card {
      padding: 24px;
      border-radius: 24px;
    }

    .vl-card-header {
      flex-direction: column;
    }

    .vl-company-grid,
    .vl-trust-grid {
      grid-template-columns: 1fr;
    }

    .vl-company-box {
      min-height: auto;
    }

    .vl-brand-image-wrap {
      padding: 14px;
    }
  }