.page-vmos-site {
  font-family: var(--wix-font-body);
  font-weight: 400;
}

.page-vmos-site .main-nav a {
  font-family: Arial, Helvetica, var(--wix-font-body), sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-vmos-site h1,
.page-vmos-site h2,
.page-vmos-site h3,
.page-vmos-site h4 {
  font-family: var(--font-display);
  font-weight: 400;
}

.page-vmos {
  overflow-x: hidden;
}

/* ============ HERO ============ */
.vmos-hero {
    position: relative;
    min-height: 420px;
    align-items: center;
    padding: 135px 0 125px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.35) 100%), var(--black) center / cover no-repeat;
    background-size: cover;
    color: #fff;
}

.vmos-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
}

.vmos-hero h1 {
    font-size: clamp(40px, 6vw, 64px);
    line-height: 1.5;
    color: #fff;
    max-width: 800px;
    margin-bottom: 28px;
}

.vmos-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 14px;
    font-family: var(--wix-font-body);
    font-size: 16px;
    text-align: center;
    transition: background 0.25s ease, color 0.25s ease;
    letter-spacing: 0.1em;
}

.vmos-btn-red {
  background: var(--red);
  color: #fff;
}

.vmos-btn-red:hover {
    background: #fff;
    color: #000;
}

.vmos-actions a:hover {
    background: #191919;
    color: #fff;
}

.vmos-btn-black {
  background: #000;
  color: #fff;
}

.vmos-final-cta .vmos-btn-black:hover {
    background: #fff;
    color: #000;
}

/* ============ PROSE BLOCKS ============ */
.vmos-intro,
.vmos-prose-band {
  padding: 72px 0;
}

.vmos-intro {
  background: #fafafa;
}

.vmos-prose-band.is-gray {
    background: #f7f7f7;
}
.vmos-prose-band.is-gray p {
    text-align: left;
}

.vmos-prose-band.is-white {
  background: #fff;
}

.vmos-prose {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.vmos-prose h2 {
  font-size: clamp(20px, 3.5vw, 24px);
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 28px;
}

.vmos-prose p {
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  margin: 0 0 20px;
}

.vmos-prose p:last-child {
  margin-bottom: 0;
}

.vmos-prose .vmos-emphasis {
  font-size: 18px;
  font-weight: normal;
  color: var(--black);
  margin-top: 8px;
}

.vmos-prose .vmos-actions {
  margin-top: 32px;
}

/* ============ STAGES ============ */

.vmos-stages-head h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}

.vmos-stages-head p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
.vmos-stages-head {
    max-width: 1000px;
    margin: 0 auto 20px auto;
}
.vmos-stages {
  padding: 48px 0 72px;
      background: linear-gradient(90deg, #C93629 0%, #621C15 100%);
}

.vmos-stage-card {
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 30px 15px 30px 15px;
    background: #fff;
    border-radius: 8px;
}

.vmos-stage-card:last-child {
  margin-bottom: 0;
}

.vmos-stage-card h4 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.3;
  color: var(--black);
  margin-bottom: 18px;
}

.vmos-stage-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
}

.vmos-stage-card p strong {
  color: var(--black);
}

/* ============ COMPARE ============ */
.vmos-compare {
  padding: 72px 0;
  background: #fff;
}

.vmos-compare .vmos-prose {
  margin-bottom: 36px;
}

.vmos-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vmos-compare-card {
  padding: 28px 24px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}

.vmos-compare-card.is-red {
  background: var(--red);
}

.vmos-compare-card.is-black {
  background: #000;
}

.vmos-compare-card h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
}

.vmos-compare-card p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-align: center;
}

/* ============ RESULTS ============ */
.vmos-results {
  padding: 72px 0;
  background: linear-gradient(90deg, #C93629 0%, #621C15 100%);
}

.vmos-results h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.2;
  color: #fff;
  margin-bottom: 32px;
}

.vmos-result-card {
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 32px 36px;
  background: #fff;
  border-radius: 12px;
}

.vmos-result-card:last-child {
  margin-bottom: 0;
}

.vmos-result-card h4 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.35;
  color: var(--black);
  margin-bottom: 16px;
}

.vmos-result-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 14px;
}

.vmos-result-card p:last-child {
  margin-bottom: 0;
}

/* ============ WHO FOR ============ */
.vmos-audience {
  padding: 72px 0;
  background: #f3f3f3;
}

.vmos-audience h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}

.vmos-audience-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 40px;
    margin-bottom: 32px;
}

.vmos-audience-grid img {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vmos-audience-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vmos-audience-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.vmos-audience-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

.vmos-audience-note {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.75;
  color: #333;
}

/* ============ FAQ ============ */
.vmos-faq {
  padding: 72px 0;
  background: #fff;
}

.vmos-faq .container {
    max-width: 1000px;
}

.vmos-faq h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.2;
  margin-bottom: 32px;
}

.vmos-faq-item {
  max-width: 920px;
  margin-bottom: 28px;
}

.vmos-faq-item:last-child {
  margin-bottom: 0;
}

.vmos-faq-item h3 {
    font-size: 18px;
    line-height: 1.45;
    color: var(--red);
    margin-bottom: 10px;
    font-family: var(--wix-font-body);
    font-weight: 600;
}

.vmos-faq-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* ============ FINAL CTA ============ */
.vmos-final-cta {
  padding: 72px 0;
  background: linear-gradient(180deg, #8c0404 0%, #5a0000 100%);
  color: #fff;
  text-align: center;
}

.vmos-final-cta h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
}

.vmos-final-cta p {
  max-width: 820px;
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.vmos-final-cta .vmos-actions {
  margin-top: 28px;
}

section.vmos-prose-band.is-muted {
    background: #f7f7f7;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .vmos-compare-grid,
  .vmos-audience-grid {
    grid-template-columns: 1fr;
  }

  .vmos-compare-card p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .vmos-hero,
  .vmos-intro,
  .vmos-prose-band,
  .vmos-stages-head,
  .vmos-stages,
  .vmos-compare,
  .vmos-results,
  .vmos-audience,
  .vmos-faq,
  .vmos-final-cta {
    padding: 56px 0;
  }

  .vmos-stage-card,
  .vmos-result-card {
    padding: 24px 22px;
  }
}
