/*--------------------------------------------------------------
# Valdez Home Page Sections (adapted from Bootstrap template,
# icon-based in place of stock photography)
--------------------------------------------------------------*/

.vhs-hero {
  background: linear-gradient(135deg, rgba(20,51,94,0.55) 0%, rgba(13,33,64,0.65) 100%), url('https://valdez.xsandbox.net/wp-content/uploads/2026/07/classroom.png');
  background-size: cover;
  background-position: center;
  padding: 100px 20px 70px;
  text-align: center;
  color: #ffffff;
}
.vhs-hero h1 { color: #ffffff; font-size: 3rem; font-weight: 900; margin-bottom: 20px; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.vhs-hero p { font-size: 1.2rem; color: rgba(255,255,255,0.95); max-width: 700px; margin: 0 auto 30px; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.vhs-hero .vhs-cta a { display: inline-block; padding: 14px 32px; margin: 0 8px; border-radius: 50px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.vhs-hero .vhs-cta .btn-primary-cta { background: var(--accent-color); color: #ffffff; }
.vhs-hero .vhs-cta .btn-primary-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.25); }
.vhs-hero .vhs-cta .btn-outline-cta { background: transparent; color: #ffffff; border: 2px solid rgba(255,255,255,0.6); }
.vhs-hero .vhs-cta .btn-outline-cta:hover { background: #ffffff; color: var(--heading-color); }

.vhs-highlights { margin-top: 50px; position: relative; z-index: 5; }
.vhs-highlight-item { background: var(--surface-color); border-radius: 10px; padding: 30px 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.08); height: 100%; }
.vhs-highlight-item .icon { font-size: 2rem; color: var(--accent-color); margin-bottom: 12px; }
.vhs-highlight-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.vhs-highlight-item p { font-size: 0.9rem; color: color-mix(in srgb, var(--default-color), transparent 20%); margin: 0; }

.vhs-section { padding: 80px 0; }
.vhs-section.light { background: color-mix(in srgb, var(--accent-color), white 97%); }
.vhs-section-title { text-align: center; margin-bottom: 50px; }
.vhs-section-title h2 { font-size: 2.25rem; margin-bottom: 12px; }
.vhs-section-title p { color: color-mix(in srgb, var(--default-color), transparent 25%); max-width: 650px; margin: 0 auto; }

.vhs-mission-quote { background: color-mix(in srgb, var(--accent-color), transparent 95%); border-left: 4px solid var(--accent-color); border-radius: 8px; padding: 22px 26px; margin: 30px 0; font-style: italic; color: var(--heading-color); }

.vhs-card { background: var(--surface-color); border-radius: 14px; padding: 34px 26px; height: 100%; box-shadow: 0 8px 26px rgba(0,0,0,0.06); border: 1px solid color-mix(in srgb, var(--heading-color), transparent 94%); transition: all 0.35s ease; }
.vhs-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.vhs-card .icon { width: 56px; height: 56px; border-radius: 50%; background: color-mix(in srgb, var(--accent-color), transparent 88%); color: var(--accent-color); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; }
.vhs-card h3, .vhs-card h4 { font-size: 1.15rem; margin-bottom: 12px; }
.vhs-card p { color: color-mix(in srgb, var(--default-color), transparent 20%); font-size: 0.95rem; margin-bottom: 18px; }
.vhs-card a.vhs-learn-more { color: var(--accent-color); font-weight: 600; font-size: 0.9rem; text-decoration: none; }
.vhs-card a.vhs-learn-more:hover { text-decoration: underline; }

.vhs-testimonial { background: var(--surface-color); border-radius: 16px; padding: 32px; height: 100%; box-shadow: 0 8px 26px rgba(0,0,0,0.06); }
.vhs-testimonial .quote-mark { color: var(--accent-color); font-size: 2rem; line-height: 1; margin-bottom: 10px; }
.vhs-testimonial p { font-style: italic; color: var(--default-color); margin-bottom: 18px; }
.vhs-testimonial .attribution { font-weight: 600; color: var(--heading-color); font-size: 0.9rem; }
.vhs-testimonial .role { color: color-mix(in srgb, var(--default-color), transparent 40%); font-size: 0.85rem; }

.vhs-cta-banner { background: linear-gradient(135deg, var(--heading-color) 0%, color-mix(in srgb, var(--heading-color), black 20%) 100%); border-radius: 20px; padding: 60px 40px; text-align: center; color: #ffffff; }
.vhs-cta-banner h2 { color: #ffffff; font-size: 2rem; margin-bottom: 16px; }
.vhs-cta-banner p { color: rgba(255,255,255,0.9); max-width: 600px; margin: 0 auto 28px; }
.vhs-cta-banner a { display: inline-block; background: var(--accent-color); color: #ffffff; padding: 14px 34px; border-radius: 50px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.vhs-cta-banner a:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.25); }

@media (max-width: 768px) {
  .vhs-hero h1 { font-size: 2.1rem; }
  .vhs-section { padding: 50px 0; }
}

/* ── Photo Section (unmasked, full photo with bottom caption) ── */
.vhs-photo-section {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(20,51,94,0.15);
}
.vhs-photo-section img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 480px;
}
.vhs-photo-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(13,33,64,0.88), transparent);
  color: #ffffff;
  padding: 50px 34px 26px;
}
.vhs-photo-caption h3 { color: #ffffff; font-size: 1.6rem; margin-bottom: 8px; font-family: 'Work Sans', sans-serif; font-style: italic; font-weight: 600; }
.vhs-photo-caption p { color: rgba(255,255,255,0.88); margin: 0; max-width: 560px; font-size: 1.05rem; font-family: 'Work Sans', sans-serif; font-style: italic; }
@media (max-width: 768px) {
  .vhs-photo-section img { max-height: 320px; }
  .vhs-photo-caption { padding: 30px 20px 18px; }
  .vhs-photo-caption h3 { font-size: 1.3rem; }
}