.vs-section {
  --vs-brand: #0071bc;
  --vs-brand-dark: #00507f;
  --vs-brand-tint: #eaf3fa;
  --vs-pink: #ec008c;
  --vs-ink: #152431;
  --vs-ink-soft: #546877;
  --vs-bg-soft: #f4f8fb;
  --vs-line: rgba(21, 36, 49, 0.09);
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: var(--vs-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.vs-section,
.vs-section * {
  box-sizing: border-box;
}

.vs-section p,
.vs-section h2,
.vs-section span {
  overflow-wrap: break-word;
}

.vs-section p {
  margin: 0;
}

.vs-section .vs-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.vs-section {
  padding: 80px 0;
  background: var(--vs-bg-soft);
}

.vs-section--white {
  background: #fff;
}

.vs-section .vs-container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.vs-section .vs-split,
.vs-section .vs-patient,
.vs-section .vs-trust-grid {
  display: grid;
}

.vs-section .vs-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.vs-section .vs-split > *,
.vs-section .vs-patient > *,
.vs-section .vs-trust-grid > * {
  min-width: 0;
}

.vs-section .vs-motto {
  display: block;
  margin-bottom: 16px;
  color: var(--vs-pink);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.vs-section .vs-motto-flower {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  color: #1f7bbd;
  fill: var(--vs-pink);
  vertical-align: -4px;
}

.vs-section .vs-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  padding-left: 20px;
  border-left: 3px solid var(--vs-brand);
  color: var(--vs-ink-soft);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.vs-section .vs-guarantee {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
  border-radius: 20px;
  background: var(--vs-brand);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 105, 180, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vs-section .vs-guarantee:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 105, 180, 0.32);
}

.vs-section .vs-guarantee-flower {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 130px;
  height: 130px;
  color: #fff;
  opacity: 0.12;
}

.vs-section .vs-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #cfe6f7;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vs-section .vs-guarantee p {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.vs-section .vs-patient {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  column-gap: 48px;
  row-gap: 20px;
  align-items: flex-start;
}

.vs-section .vs-title {
  margin: 0;
  color: var(--vs-ink);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.vs-section .vs-text-spaced {
  margin-top: 16px;
}

.vs-section .vs-card {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--vs-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(20, 35, 50, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vs-section .vs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(20, 35, 50, 0.1);
}

.vs-section .vs-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--vs-brand-tint);
  color: var(--vs-brand-dark);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.vs-section .vs-callout--full {
  grid-column: 1 / -1;
  margin-top: 32px;
  padding: 24px 28px;
  border: 0;
  border-radius: 16px;
  background: var(--vs-brand);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.vs-section .vs-patient-extras {
  grid-column: 1 / -1;
  margin-top: 20px;
}

.vs-section .vs-trust-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.vs-section .vs-card-flower {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 76px;
  height: 76px;
  color: var(--vs-brand);
  opacity: 0.1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.vs-section .vs-card:hover .vs-card-flower {
  opacity: 0.2;
  transform: scale(1.08) rotate(8deg);
}

.vs-section .vs-card-title {
  margin-bottom: 10px;
  color: var(--vs-ink);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.vs-section .vs-card-copy {
  margin: 0;
  color: var(--vs-ink-soft);
  font-size: 15.5px;
}

@media (min-width: 576px) {
  .vs-section .vs-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vs-section .vs-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vs-section .vs-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vs-section .vs-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .vs-section .vs-container {
    max-width: 1280px;
  }
}

@media (max-width: 1024px) {
  .vs-section {
    padding: 64px 0;
  }

  .vs-section .vs-split,
  .vs-section .vs-patient {
    column-gap: 36px;
  }

  .vs-section .vs-card {
    padding: 28px;
  }
}

@media (max-width: 900px) {
  .vs-section .vs-split,
  .vs-section .vs-patient,
  .vs-section .vs-trust-grid {
    grid-template-columns: 1fr;
  }

  .vs-section .vs-split,
  .vs-section .vs-patient {
    gap: 32px;
  }

  .vs-section .vs-guarantee {
    padding: 36px;
  }
}

@media (max-width: 768px) {
  .vs-section {
    font-size: 16px;
  }

  .vs-section .vs-split,
  .vs-section .vs-patient {
    gap: 28px;
  }

  .vs-section .vs-card {
    padding: 24px;
  }

  .vs-section .vs-guarantee {
    padding: 28px;
    border-radius: 18px;
  }

  .vs-section .vs-guarantee p {
    font-size: 17px;
  }

  .vs-section .vs-motto {
    font-size: 20px;
  }

  .vs-section .vs-callout--full {
    margin-top: 8px;
    padding: 20px 22px;
  }
}

@media (max-width: 600px) {
  .vs-section {
    padding: 50px 0;
  }

  .vs-section .vs-card {
    padding: 20px;
    border-radius: 14px;
  }

  .vs-section .vs-guarantee {
    padding: 24px;
    border-radius: 16px;
  }

  .vs-section .vs-motto {
    font-size: 18px;
  }

  .vs-section .vs-motto-flower {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .vs-section .vs-callout,
  .vs-section .vs-callout--full {
    font-size: 16px;
    line-height: 1.45;
  }

  .vs-section .vs-callout {
    padding-left: 16px;
  }

  .vs-section .vs-callout--full {
    padding: 18px;
    border-radius: 14px;
  }

  .vs-section .vs-trust-grid {
    gap: 16px;
  }

  .vs-section .vs-badge {
    padding: 6px 12px;
    font-size: 12px;
  }

  .vs-section .vs-card:hover,
  .vs-section .vs-guarantee:hover {
    transform: none;
  }
}

@media (max-width: 360px) {
  .vs-section .vs-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .vs-section .vs-card {
    padding: 18px;
  }

  .vs-section .vs-guarantee {
    padding: 20px;
  }

  .vs-section .vs-title {
    font-size: 25px;
  }
}
