/* ============================================
   Page 2 — VSL + Application (Dark Gold)
   ============================================ */

/* ---- Warning Banner ---- */
.vsl-warning {
  font-family: var(--font-content);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  line-height: 1.55;
  padding: 24px 20px 18px;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  margin: 0 0 20px;
  background: rgba(201, 168, 76, 0.06);
  position: relative;
  overflow: hidden;
}

.vsl-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-gold-h);
}

.vsl-warning * {
  font-family: var(--font-content) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--text-primary) !important;
  line-height: 1.55 !important;
}

/* ---- VSL Headline ---- */
/* Barlow Condensed — bold, impactful, NO Times New Roman */
.vsl-headline {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 52px;
  color: var(--text-primary);
  text-align: center;
  line-height: 1.05;
  margin: 8px 0 20px;
  padding: 20px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vsl-headline .bold {
  font-weight: 800;
}

.vsl-headline .glow {
  color: var(--gold-light);
}

/* ---- Subtitle ---- */
.vsl-subtitle {
  font-family: var(--font-content);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-primary);
  text-align: center;
  font-style: italic;
  margin: 24px 0 20px;
  line-height: 1.65;
  padding: 18px 16px;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  opacity: 0.85;
}

.vsl-subtitle * {
  color: var(--text-primary) !important;
  font-family: var(--font-content) !important;
}

/* ---- Video ---- */
.vsl-video {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1.5px solid var(--border-gold);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5), 0 0 0 4px rgba(201, 168, 76, 0.06);
}

/* ---- CTA ---- */
.vsl-cta {
  margin: 32px 0 28px;
  text-align: center;
}

.vsl-cta+p {
  font-family: var(--font-content);
  font-size: 14px;
  color: var(--text-primary);
  opacity: 0.8;
  margin-bottom: 16px;
}

/* ---- Widget ---- */
.vsl-widget,
.widget-container {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0;
}

/* ---- Info Text ---- */
.vsl-info {
  font-family: var(--font-content);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  text-align: center;
  margin: 10px 0 0;
  letter-spacing: 0.02em;
}

/* ---- Results ---- */
.vsl-results {
  text-align: center;
  margin-top: 24px;
}

.vsl-results-text {
  font-family: var(--font-content);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin: 0;
}

/* ---- Trust ---- */
.vsl-trust-text,
.vsl-trust-mobile-text {
  font-family: var(--font-content);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---- Footer ---- */
.vsl-footer {
  padding: 32px 0 72px;
  margin-bottom: 60px;
}

.vsl-footer-text {
  font-family: var(--font-content);
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.04em;
}

/* ---- Cal widget sizing ---- */
#my-cal-inline-1-on-1-meeting-with-mt {
  width: 100%;
  min-height: 650px;
  height: 650px;
  overflow: hidden;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #my-cal-inline-1-on-1-meeting-with-mt {
    height: 700px;
  }

  .vsl-headline {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .vsl-warning * {
    font-size: 13px !important;
  }

  .vsl-headline {
    font-size: 28px;
    padding: 12px 4px 0;
  }

  .vsl-subtitle {
    font-size: 14px;
    margin: 14px 0;
    padding: 14px 8px;
  }

  .vsl-cta {
    margin-top: 20px;
  }

  .vsl-info {
    font-size: 12px;
  }

  .vsl-footer-text {
    font-size: 12px;
  }
}