/* Shared layout styles for EF5 / Valley Difference (#vsp-page) pages */

#vsp-page,
#vsp-page * {
  box-sizing: border-box;
}

#vsp-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #1a1a1a;
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 20px 0;
}

#vsp-page a {
  text-decoration: none;
}

#vsp-page a.vsp-cta-btn {
  margin-top:20px;
}

#vsp-page ul,
#vsp-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#vsp-page ul.vsp-list {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 28px;
}

#vsp-page ul.vsp-list li {
  margin-bottom: 8px;
  color: #333;
}

#vsp-page h1,
#vsp-page h2,
#vsp-page h3 {
  margin: 0;
  padding: 0;
}

#vsp-page p {
  margin: 0;
  padding: 0;
}

/* Hero */
.vsp-hero {
  background: linear-gradient(135deg, #0a1628 0%, #112244 55%, #1a3a6e 100%);
  border-radius: 12px;
  margin-bottom: 80px;
  overflow: hidden;
}

.vsp-hero-inner {
  padding: 56px 48px;
  text-align: center;
}

.vsp-hero-badge {
  display: inline-block;
  background: rgba(232, 64, 64, 0.15);
  border: 1px solid rgba(232, 64, 64, 0.4);
  color: #ff8080;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 999px;
  margin: 0 0 22px;
  line-height: 1.4;
}

.vsp-hero-heading {
  font-size: clamp(30px, 5.5vw, 52px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.vsp-hero-subheading {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
}

.vsp-hero-desc {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #a8c8f0;
  max-width: unset;
  margin: 0 auto 36px;
  line-height: 1.6;
}

.vsp-hero-desc--tight {
  margin-bottom: 0;
}
.vsp-hero-desc p{
  color:#a8c8f0;
}

/* Sections */
.vsp-section {
  margin-bottom: 60px;
}

.vsp-section--flush {
  margin-bottom: 0;
}

.vsp-section-title {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: #0a1628;
  border-bottom: 3px solid #e84040;
  padding-bottom: 16px;
  margin: 0 0 24px;
}

.vsp-section-subtitle {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: bold;
  color: #1b3a5c;
  margin: 48px 0 20px;
}

.vsp-section-subtitle--first {
  margin-top: 0;
}

.vsp-section-subtitle--spaced {
  margin: 36px 0 14px;
}

.vsp-text {
  color: #333;
  margin: 0 0 28px;
}

.vsp-text--tight {
  margin-bottom: 18px;
}

.vsp-text--sm {
  margin-bottom: 20px;
}

.vsp-text--xs {
  margin-bottom: 16px;
}

.vsp-divider {
  border: none;
  border-top: 2px solid #e8eef5;
  margin: 64px 0;
}

.vsp-video-title {
  margin: 0 0 12px;
  font-weight: bold;
  color: #0a1628;
}

.vsp-video-wrap {
  margin: 0 0 40px;
}

.vsp-video-wrap--last {
  margin-bottom: 0;
}

/* Content blocks (Valley Difference prose sections) */
.vsp-block {
  margin-bottom: 28px;
}

.vsp-block--sm {
  margin-bottom: 24px;
}

.vsp-block-title {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: bold;
  color: #1b3a5c;
  margin: 0 0 10px;
}

.vsp-block-body {
  color: #333;
  margin: 0;
}

/* Grids */
.vsp-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
}

.vsp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 20px 0 36px;
}

.vsp-grid-3--specs {
  gap: 16px;
  margin: 0;
  margin-top:20px;
}

/* Stats */
.vsp-stat-card {
  background: #f0f6ff;
  border-left: 4px solid #1b3a5c;
  border-radius: 8px;
  padding: 22px 18px;
}

.vsp-callout-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.vsp-stat-value {
  font-size: 28px;
  font-weight: 900;
  color: #e84040;
  line-height: 1;
  margin-bottom: 8px;
}

.vsp-stat-label {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

/* Cert badges */
.vsp-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 36px;
}

.vsp-cert-badge {
  background: #0a1628;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 16px;
  border-radius: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Check / test cards */
.vsp-check-card {
  background: #fff8f8;
  border: 1px solid #f5c6c6;
  border-radius: 8px;
  padding: 16px 18px 16px 44px;
  position: relative;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.5;
}

.vsp-check-mark {
  position: absolute;
  left: 14px;
  top: 16px;
  color: #e84040;
  font-weight: 900;
  font-size: 18px;
}

/* Numbered features */
.vsp-feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top:30px;
}

.vsp-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #dde8f5;
  border-radius: 8px;
  padding: 16px 20px;
}

.vsp-feature-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #1b3a5c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}

#vsp-page .vsp-section .vsp-section-title{
  margin-bottom:10px;
}

.vsp-feature-text {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.vsp-feature-text strong {
  color: #0a1628;
}

/* Door feature cards — 2x2 grid, distinct from numbered list */
.vsp-door-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.vsp-door-card {
  background: linear-gradient(180deg, #f7fafc 0%, #eef4fb 100%);
  border: 1px solid #c5d6ea;
  border-left: 5px solid #e84040;
  border-radius: 10px;
  padding: 22px 22px 22px 24px;
}

.vsp-door-card-title {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 800;
  color: #0a1628;
  line-height: 1.3;
  margin: 0 0 10px;
}

.vsp-door-card-body {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* Spec cards */
.vsp-spec-card {
  background: #f8fbff;
  border: 1px solid #c8ddf5;
  border-radius: 8px;
  padding: 18px 20px;
}

.vsp-spec-label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #1b3a5c;
  margin-bottom: 6px;
}

.vsp-spec-desc {
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.5;
}

/* Callout */
.vsp-callout {
  background: linear-gradient(135deg, #0a1628 0%, #112244 100%);
  border-radius: 12px;
  margin: 64px 0;
  overflow: hidden;
}

.vsp-callout--bottom {
  margin: 0 0 60px;
}

.vsp-callout-inner {
  padding: 48px 56px;
  text-align: center;
}

.vsp-callout-heading {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
}

.vsp-callout-heading--spaced {
  margin-bottom: 18px;
}

.vsp-callout-text {
  font-size: 16px;
  color: #a8c8f0;
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.vsp-callout-text--stack {
  max-width: 720px;
  margin: 0 auto 16px;
}

.vsp-callout-link {
  display: inline-block;
  margin-top: 24px;
  color: #a8c8f0;
  text-decoration: underline;
}

.vsp-callout-link:hover,
.vsp-callout-link:focus-visible {
  color: #ffffff;
}

/* CTA button */
.vsp-cta-btn {
  display: inline-block;
  background: #e84040;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding: 16px 40px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  text-decoration: underline;
  transition: background 0.2s;
}

.vsp-cta-btn:hover,
.vsp-cta-btn:focus-visible {
  background: #c93434;
  color: #ffffff;
}

/* FAQ */
.vsp-faq-item {
  border: 1px solid #dde8f5;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.vsp-faq-btn {
  width: 100%;
  background: #f0f6ff;
  border: none;
  padding: 18px 52px 18px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #0a1628;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  font-family: inherit;
}

.vsp-faq-btn::after {
  content: "+";
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: #e84040;
}

.vsp-faq-item.vsp-open .vsp-faq-btn::after {
  content: "−";
}

.vsp-faq-btn:hover {
  background: #ddeeff;
}

.vsp-faq-answer {
  display: none;
  padding: 18px 20px;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.75;
  background: #ffffff;
  border-top: 1px solid #dde8f5;
}

.vsp-faq-item.vsp-open .vsp-faq-answer {
  display: block;
}

/* Responsive */
@media (max-width: 767px) {
  .vsp-grid-2,
  .vsp-grid-3,
  .vsp-grid-4,
  .vsp-door-grid {
    grid-template-columns: 1fr;
  }

  .vsp-hero-inner {
    padding: 48px 24px;
  }

  .vsp-callout-inner {
    padding: 32px 24px;
  }

  .vsp-section {
    padding: 0 16px;
  }

  .vsp-cta-btn {
    font-size: 15px;
    padding: 12px 22px;
    letter-spacing: 0;
    max-width: 100%;
    white-space: normal;
    line-height: 1.3;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .vsp-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .vsp-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .vsp-grid-3,
  .vsp-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .why-you-need-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 8px;
  }
}
.vsp-hero-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

