.vsep-guarantees {
    --vsep-blue: #0e0e48;
    --vsep-blue-light: #273254;
    --vsep-red: #df0a00;
    --vsep-red-dark: #c60900;
    --vsep-text: #28334a;
    --vsep-gray: #6b7280;
    --vsep-border: #dfe3e9;
    --vsep-bg: #f5f7fa;
    --vsep-white: #ffffff;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px 60px;
    color: var(--vsep-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
  }

  .vsep-guarantees *,
  .vsep-guarantees *::before,
  .vsep-guarantees *::after {
    box-sizing: border-box;
  }

  .vsep-guarantees h1,
  .vsep-guarantees h2,
  .vsep-guarantees h3,
  .vsep-guarantees p,
  .vsep-guarantees ul {
    margin-top: 0;
  }

  .vsep-guarantees h1,
  .vsep-guarantees h2,
  .vsep-guarantees h3 {
    color: var(--vsep-blue);
    font-weight: 800;
  }

  .vsep-guarantees h1 {
    max-width: 760px;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.08;
  }

  .vsep-guarantees h2 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.16;
  }

  .vsep-guarantees h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.2;
  }

  .vsep-guarantees p {
    margin-bottom: 14px;
  }

  .vsep-guarantees p:last-child {
    margin-bottom: 0;
  }

  .vsep-guarantees-section {
    margin-bottom: 68px;
  }

  .vsep-guarantees-section:last-child {
    margin-bottom: 0;
  }

  /* Первый экран */

  .vsep-guarantees-hero {
    position: relative;
    overflow: hidden;
    padding: 50px 52px 36px;
    color: #ffffff;
    background:
      radial-gradient(
        circle at 93% 90%,
        rgba(223, 10, 0, 0.18) 0,
        rgba(223, 10, 0, 0.18) 95px,
        transparent 96px
      ),
      linear-gradient(
        118deg,
        #151554 0%,
        #24294e 62%,
        #573043 100%
      );
    border-radius: 19px;
  }

  .vsep-guarantees-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 17px;
    padding: 5px 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }

  .vsep-guarantees-eyebrow::before {
    display: block;
    width: 6px;
    height: 6px;
    background: var(--vsep-red);
    border-radius: 50%;
    content: "";
  }

  .vsep-guarantees-hero h1 {
    position: relative;
    z-index: 1;
    color: #ffffff;
  }

  .vsep-guarantees-hero-text {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.65;
  }

  .vsep-guarantees-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .vsep-guarantees-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 7px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .vsep-guarantees-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
  }

  .vsep-guarantees-btn--red {
    color: #ffffff;
    background: var(--vsep-red);
    border-color: var(--vsep-red);
  }

  .vsep-guarantees-btn--red:hover {
    color: #ffffff;
    background: var(--vsep-red-dark);
    border-color: var(--vsep-red-dark);
  }

  .vsep-guarantees-btn--light {
    color: var(--vsep-blue);
    background: #ffffff;
    border-color: #ffffff;
  }

  .vsep-guarantees-btn--light:hover {
    color: var(--vsep-blue);
    background: #f3f4f6;
    border-color: #f3f4f6;
  }

  /* Факты */

  .vsep-guarantees-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 15px;
  }

  .vsep-guarantees-fact {
    min-height: 123px;
    padding: 20px 18px;
    background: #ffffff;
    border: 1px solid var(--vsep-border);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(14, 14, 72, 0.05);
  }

  .vsep-guarantees-fact strong {
    display: block;
    margin-bottom: 8px;
    color: var(--vsep-blue);
    font-size: 21px;
    line-height: 1.1;
  }

  .vsep-guarantees-fact span {
    display: block;
    color: var(--vsep-gray);
    font-size: 13px;
    line-height: 1.45;
  }

  /* Заголовки разделов */

  .vsep-guarantees-heading {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 24px;
  }

  .vsep-guarantees-heading h2 {
    margin-bottom: 0;
  }

  .vsep-guarantees-heading p {
    margin-bottom: 0;
    color: var(--vsep-gray);
    font-size: 15px;
  }

  /* Карточки */

  .vsep-guarantees-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
  }

  .vsep-guarantees-card {
    position: relative;
    min-height: 100%;
    padding: 28px 20px 22px;
    background: #ffffff;
    border: 1px solid var(--vsep-border);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(14, 14, 72, 0.04);
  }

  .vsep-guarantees-card::before {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 26px;
    height: 3px;
    background: var(--vsep-red);
    border-radius: 3px;
    content: "";
  }

  .vsep-guarantees-card h3 {
    padding-top: 14px;
  }

  .vsep-guarantees-card p {
    color: var(--vsep-gray);
    font-size: 14px;
    line-height: 1.55;
  }

  /* Парные блоки */

  .vsep-guarantees-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .vsep-guarantees-box {
    padding: 32px 30px;
    color: var(--vsep-text);
    background: var(--vsep-bg);
    border: 1px solid var(--vsep-border);
    border-radius: 14px;
  }

  .vsep-guarantees-box h2 {
    color: var(--vsep-blue);
  }

  .vsep-guarantees-box p {
    color: var(--vsep-text);
  }

  .vsep-guarantees-box--dark {
    color: #ffffff;
    background: var(--vsep-blue);
    border-color: var(--vsep-blue);
  }

  .vsep-guarantees-box--dark h2,
  .vsep-guarantees-box--dark h3 {
    color: #ffffff;
  }

  .vsep-guarantees-box--dark p {
    color: rgba(255, 255, 255, 0.88);
  }

  /* Списки */

  .vsep-guarantees-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .vsep-guarantees-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: var(--vsep-text);
    font-size: 15px;
    line-height: 1.5;
  }

  .vsep-guarantees-list li:last-child {
    margin-bottom: 0;
  }

  .vsep-guarantees-list li::before {
    position: absolute;
    top: 8px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: var(--vsep-red);
    border-radius: 50%;
    content: "";
  }

  /* Специальное правило, исключающее тёмный текст на тёмном фоне */

  .vsep-guarantees-box--dark .vsep-guarantees-list li {
    color: rgba(255, 255, 255, 0.9);
  }

  /* Этапы */

  .vsep-guarantees-route {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .vsep-guarantees-route-item {
    display: flex;
    gap: 18px;
    min-height: 150px;
    padding: 23px 21px;
    background: #ffffff;
    border: 1px solid var(--vsep-border);
    border-radius: 12px;
  }

  .vsep-guarantees-route-number {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: var(--vsep-blue);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
  }

  .vsep-guarantees-route-item h3 {
    margin-bottom: 7px;
  }

  .vsep-guarantees-route-item p {
    color: var(--vsep-gray);
    font-size: 14px;
    line-height: 1.55;
  }

  /* Примечание */

  .vsep-guarantees-note {
    margin-top: 20px;
    padding: 20px 22px;
    background: #f8f9fb;
    border-left: 4px solid var(--vsep-red);
    border-radius: 0 10px 10px 0;
  }

  .vsep-guarantees-note strong {
    display: block;
    margin-bottom: 5px;
    color: var(--vsep-blue);
    font-size: 16px;
  }

  .vsep-guarantees-note p {
    color: var(--vsep-gray);
    font-size: 14px;
  }

  /* Нижний призыв */

  .vsep-guarantees-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 38px 40px;
    color: #ffffff;
    background: var(--vsep-blue);
    border-radius: 16px;
  }

  .vsep-guarantees-cta h2 {
    margin-bottom: 9px;
    color: #ffffff;
  }

  .vsep-guarantees-cta p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
  }

  .vsep-guarantees-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Адаптив */

  @media (max-width: 1000px) {
    .vsep-guarantees-facts {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vsep-guarantees-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vsep-guarantees-heading {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .vsep-guarantees-cta {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media (max-width: 760px) {
    .vsep-guarantees {
      padding: 16px 14px 45px;
    }

    .vsep-guarantees-section {
      margin-bottom: 48px;
    }

    .vsep-guarantees h1 {
      font-size: 32px;
    }

    .vsep-guarantees h2 {
      font-size: 25px;
    }

    .vsep-guarantees-hero {
      padding: 38px 27px 30px;
    }

    .vsep-guarantees-grid,
    .vsep-guarantees-split,
    .vsep-guarantees-route {
      grid-template-columns: 1fr;
    }

    .vsep-guarantees-cta {
      padding: 30px 26px;
    }
  }

  @media (max-width: 520px) {
    .vsep-guarantees-facts {
      grid-template-columns: 1fr;
    }

    .vsep-guarantees-actions,
    .vsep-guarantees-cta-actions {
      width: 100%;
      flex-direction: column;
    }

    .vsep-guarantees-btn {
      width: 100%;
    }

    .vsep-guarantees-hero {
      padding: 32px 21px 27px;
      border-radius: 14px;
    }

    .vsep-guarantees-route-item {
      flex-direction: column;
    }

    .vsep-guarantees-box {
      padding: 27px 22px;
    }

    .vsep-guarantees-cta {
      padding: 28px 22px;
    }
  }
