
/* ==========================================================================
   COLLEGIATE & COMMENCEMENT THEME (Strict Scoping #vb-wrap)
   - Deep Collegiate Navy: #0A1C3E / #0F2454 / #1E293B
   - Athletic Varsity Gold: #FDB913 / #D97706 / Soft Gold BG: rgba(253, 185, 19, 0.12)
   - Ivy Forest Green: #1E3A2F / Crimson Red: #991B1B
   - Clean Off-White & Backgrounds: #F8FAFC / #FFFFFF
   - Borders: #E2E8F0 / Hover: #FDB913
   ========================================================================== */
#vb-wrap {
  --vp-navy: #0A1C3E;
  --vp-navy-card: #0F2454;
  --vp-gold: #FDB913;
  --vp-gold-hover: #E5A307;
  --vp-gold-bg: rgba(253, 185, 19, 0.12);
  --vp-crimson: #991B1B;
  --vp-green: #1E3A2F;
  --vp-blue: #0284C7;
  --vp-text: #0F172A;
  --vp-text-muted: #64748B;
  --vp-line: #E2E8F0;
  --vp-bg: #F8FAFC;
  --vp-card: #FFFFFF;
  --vp-head: 'Space Grotesk', -apple-system, sans-serif;
  --vp-body: 'Plus Jakarta Sans', -apple-system, sans-serif;
  
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background: var(--vp-bg);
  color: var(--vp-text);
  font-family: var(--vp-body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

#vb-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
#vb-wrap img { display: block; max-width: 100%; height: auto; }

/* HERO BANNER */
.vb-hero {
  background: linear-gradient(135deg, #071329 0%, #0A1C3E 50%, #162E61 100%);
  color: #FFFFFF;
  padding: 55px 45px;
  border-radius: 20px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(253, 185, 19, 0.2);
  box-shadow: 0 10px 30px -10px rgba(10, 28, 62, 0.45);
}

.vb-hero::before {
  content: "";
  position: absolute;
  top: -25%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(253, 185, 19, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.vb-hero::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 20%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.15) 0%, transparent 75%);
  pointer-events: none;
}

.vb-tag-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.vb-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}

.vb-tag-gold {
  background: var(--vp-gold-bg);
  color: var(--vp-gold);
  border-color: rgba(253, 185, 19, 0.35);
}

.vb-hero h1 {
  font-family: var(--vp-head);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.vb-hero h1 span {
  color: var(--vp-gold);
}

.vb-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #CBD5E1;
  max-width: 860px;
  margin-bottom: 28px;
}

.vb-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vb-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #F1F5F9;
  font-weight: 500;
}

.vb-badge-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vp-gold);
  color: #0A1C3E;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  flex-shrink: 0;
}

/* SECTION BASE */
.vb-sec {
  background: var(--vp-card);
  border: 1px solid var(--vp-line);
  border-radius: 18px;
  padding: 38px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.vb-sec-head {
  margin-bottom: 30px;
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.vb-sec-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D97706;
  margin-bottom: 8px;
}

.vb-sec-head h2 {
  font-family: var(--vp-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--vp-navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.vb-sec-head p {
  color: var(--vp-text-muted);
  font-size: 14.5px;
}

/* 6-IMAGE GALLERY */
.vb-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vb-g-card {
  background: #FFFFFF;
  border: 1px solid var(--vp-line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vb-g-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -6px rgba(10, 28, 62, 0.12);
  border-color: var(--vp-gold);
}

.vb-g-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #F1F5F9;
  cursor: pointer;
  overflow: hidden;
}

.vb-g-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vb-g-thumb:hover img {
  transform: scale(1.04);
}

.vb-g-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(10, 28, 62, 0.88);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  z-index: 2;
  letter-spacing: 0.02em;
}

.vb-g-info {
  padding: 16px 18px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.vb-g-info h4 {
  font-family: var(--vp-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--vp-navy);
  margin-bottom: 6px;
}

.vb-g-info p {
  font-size: 13px;
  color: var(--vp-text-muted);
  line-height: 1.55;
}

/* 4 SELLING POINTS */
.vb-points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vb-point-card {
  background: #FFFFFF;
  border: 1px solid var(--vp-line);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.vb-point-card:hover {
  border-color: var(--vp-gold);
  box-shadow: 0 8px 20px rgba(253, 185, 19, 0.1);
}

.vb-point-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--vp-gold-bg);
  color: var(--vp-gold-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vb-point-card h3 {
  font-family: var(--vp-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--vp-navy);
  margin-bottom: 8px;
}

.vb-point-card p {
  font-size: 13px;
  color: var(--vp-text-muted);
  line-height: 1.6;
}

/* 6-STEP PROCESS FLOW */
.vb-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vb-flow-card {
  background: #FFFFFF;
  border: 1px solid var(--vp-line);
  border-radius: 14px;
  padding: 24px 22px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.vb-flow-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(10, 28, 62, 0.08);
  border-color: var(--vp-gold);
}

.vb-flow-num {
  font-family: var(--vp-head);
  font-size: 12px;
  font-weight: 800;
  color: var(--vp-gold-hover);
  background: var(--vp-gold-bg);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.vb-flow-card h3 {
  font-family: var(--vp-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--vp-navy);
  margin-bottom: 8px;
}

.vb-flow-card p {
  font-size: 13px;
  color: var(--vp-text-muted);
  line-height: 1.6;
}

/* COLORWAYS SYSTEM */
.vb-color-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vb-color-item {
  background: #FFFFFF;
  border: 1px solid var(--vp-line);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.2s;
}

.vb-color-item:hover {
  border-color: var(--vp-gold);
}

.vb-color-swatch {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.vb-color-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--vp-navy);
  margin-bottom: 4px;
}

.vb-color-info p {
  font-size: 12px;
  color: var(--vp-text-muted);
  line-height: 1.45;
}

/* SPECIFICATIONS TABLE */
.vb-table-wrap {
  overflow-x: auto;
}

.vb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
}

.vb-table th {
  background: #F1F5F9;
  color: var(--vp-navy);
  font-family: var(--vp-head);
  font-weight: 700;
  padding: 14px 18px;
  border-bottom: 2px solid var(--vp-line);
  font-size: 13.5px;
}

.vb-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--vp-line);
  color: #334155;
  vertical-align: middle;
}

.vb-table tr:hover td {
  background: #F8FAFC;
}

.vb-table-highlight {
  font-weight: 600;
  color: var(--vp-navy);
}

/* FAQ ACCORDION (Native Details/Summary) */
.vb-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vb-faq-item {
  border: 1px solid var(--vp-line);
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.vb-faq-item[open] {
  border-color: var(--vp-gold);
  box-shadow: 0 4px 14px rgba(253, 185, 19, 0.08);
}

.vb-faq-summary {
  padding: 18px 22px;
  font-family: var(--vp-head);
  font-size: 15.5px;
  font-weight: 700;
  color: var(--vp-navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.vb-faq-summary::-webkit-details-marker { display: none; }

.vb-faq-summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--vp-gold-hover);
  transition: transform 0.2s ease;
  line-height: 1;
}

.vb-faq-item[open] .vb-faq-summary::after {
  content: "\2212";
  transform: rotate(0deg);
}

.vb-faq-body {
  padding: 0 22px 20px;
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  border-top: 1px solid #F1F5F9;
  padding-top: 14px;
}

/* LIGHTBOX MODAL */
#vb-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 62, 0.88);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

#vb-lightbox.active {
  display: flex;
}

#vb-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(253, 185, 19, 0.4);
}

.vb-lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.vb-lightbox-close:hover {
  background: rgba(253, 185, 19, 0.9);
  color: #0A1C3E;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .vb-gallery { grid-template-columns: repeat(2, 1fr); }
  .vb-points-grid { grid-template-columns: repeat(2, 1fr); }
  .vb-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .vb-color-matrix { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .vb-hero { padding: 35px 22px; border-radius: 14px; }
  .vb-hero h1 { font-size: 26px; }
  .vb-sec { padding: 24px 18px; border-radius: 14px; }
  .vb-gallery { grid-template-columns: 1fr; }
  .vb-points-grid { grid-template-columns: 1fr; }
  .vb-flow-grid { grid-template-columns: 1fr; }
  .vb-color-matrix { grid-template-columns: 1fr; }
}
