/* ============================================================
   OES Global — Business Partners / Vendor Partners page
   ============================================================ */

/* Hero */
.vp-hero {
  position: relative;
  background: #0B2545;
  color: white;
  padding: calc(var(--header-h) + 90px) 0 100px;
  min-height: 460px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url('../images/modern/handshake-hero.jpg') center/cover no-repeat;
  opacity: 0.7; z-index: 0;
}
.vp-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(11,37,69,0.95) 0%, rgba(11,37,69,0.85) 45%, rgba(11,37,69,0.35) 100%);
  z-index: 1;
}
.vp-hero .container { position: relative; z-index: 2; }
.vp-hero-eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--blue-300); margin-bottom: 18px;
}
.vp-hero h1 {
  color: white; font-size: clamp(38px,5.4vw,64px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 18px; max-width: 720px;
}
.vp-hero p.lead { font-size: clamp(16px,1.4vw,20px); color: rgba(255,255,255,0.85); max-width: 560px; font-weight: 300; margin: 0; }

/* Quote band */
.vp-quote {
  background: linear-gradient(180deg,#2d6cb5 0%,#2862a8 100%);
  color: white; padding: 80px 0; position: relative; overflow: hidden;
}
.vp-quote::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.10) 0%, transparent 60%);
}
.vp-quote .container { position: relative; }
.vp-quote-grid {
  display: grid; grid-template-columns: 280px 1fr; gap: 64px;
  align-items: center; max-width: 1080px; margin: 0 auto;
}
.vp-quote-photo { width: 100%; aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; background: rgba(255,255,255,0.06); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }
.vp-quote-photo img { width: 100%; height: 100%; object-fit: cover; }
.vp-quote-text { position: relative; padding-left: 30px; }
.vp-quote-text::before {
  content: ''; position: absolute; left: 0; top: 6px; bottom: 50px;
  width: 3px; background: rgba(255,255,255,0.55); border-radius: 2px;
}
.vp-quote-text blockquote { margin: 0 0 28px; font-size: clamp(18px,1.6vw,22px); line-height: 1.5; font-weight: 500; color: white; }
.vp-quote-attribution { font-size: 14px; font-weight: 600; color: white; letter-spacing: 0.02em; }

/* Brands that trust us */
.vp-trust { background: white; padding: 100px 0; }
.vp-trust-head { text-align: center; margin-bottom: 64px; }
.vp-trust-head h2 { font-size: clamp(28px,3.4vw,44px); color: var(--blue-500); margin-bottom: 14px; letter-spacing: -0.015em; }
.vp-trust-head p { font-size: 17px; font-weight: 600; color: var(--navy-900); max-width: 720px; margin: 0 auto; }

.vp-logo-grid {
  display: grid; grid-template-columns: repeat(6,1fr);
  gap: 56px 32px; max-width: 1080px; margin: 0 auto;
  align-items: center; justify-items: center;
}
.vp-logo {
  display: flex; align-items: center; justify-content: center;
  min-height: 60px; width: 100%;
  font-family: var(--font); color: #555;
  filter: grayscale(100%); opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}
.vp-logo:hover { opacity: 1; transform: scale(1.05); filter: grayscale(0%); }
.vp-logo svg, .vp-logo img { max-width: 100%; max-height: 60px; }

/* Wordmark placeholder styles */
.vp-logo .wm { display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 700; letter-spacing: -0.02em; }
.vp-logo .wm.boxed { background: #1f1f1f; color: white; padding: 14px 18px; border-radius: 4px; font-size: 28px; letter-spacing: -0.05em; }
.vp-logo .wm.shield { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.vp-logo .wm.shield .v { display: inline-flex; align-items: center; justify-content: center; background: #1f1f1f; color: white; width: 32px; height: 36px; clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%); font-size: 18px; }
.vp-logo .wm.script { font-family: 'Brush Script MT', cursive; font-style: italic; font-size: 28px; font-weight: 400; }
.vp-logo .wm.gatorade { width: 60px; height: 60px; border-radius: 50%; background: #1f1f1f; color: white; font-size: 36px; font-weight: 800; font-style: italic; }
.vp-logo .wm.fancy { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; display: flex; align-items: center; gap: 6px; }
.vp-logo .wm.fancy::before { content: ''; width: 18px; height: 12px; background: #1f1f1f; clip-path: polygon(0 50%, 100% 0, 100% 100%); }
.vp-logo .wm.serif { font-family: Georgia,'Times New Roman',serif; font-style: italic; font-weight: 400; font-size: 22px; }
.vp-logo .wm.heavy { font-size: 24px; font-weight: 900; }
.vp-logo .wm.outline { border: 2px solid #1f1f1f; padding: 6px 14px; font-size: 18px; border-radius: 2px; }
.vp-logo .wm.stack { flex-direction: column; gap: 2px; line-height: 1; font-size: 14px; }
.vp-logo .wm.stack .big { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.vp-logo .wm.stack .small { font-size: 8px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; }
.vp-logo .wm.italic { font-style: italic; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }

/* Bottom CTA */
.vp-cta {
  background: linear-gradient(180deg,#2d6cb5 0%,#2862a8 100%);
  color: white; padding: 110px 0; position: relative; overflow: hidden;
}
.vp-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 25% 50%, rgba(255,255,255,0.10) 0%, transparent 60%); }
.vp-cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.vp-cta-left .kicker { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.vp-cta-left h2 { font-size: clamp(36px,4.4vw,56px); font-weight: 700; color: white; letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 24px; }
.vp-cta-left h2 .accent { color: rgba(255,255,255,0.35); }
.vp-cta-left p { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 420px; line-height: 1.6; font-weight: 300; margin: 0; }
.vp-cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; max-width: 320px; margin-left: auto; width: 100%; }
.vp-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 32px; border-radius: 999px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; text-align: center;
  transition: all 0.25s ease; border: 1.5px solid transparent;
}
.vp-cta-btn.primary { background: white; color: var(--navy-900); border-color: white; }
.vp-cta-btn.primary:hover { background: var(--blue-300); border-color: var(--blue-300); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.18); }
.vp-cta-btn.ghost { background: transparent; color: white; border-color: rgba(255,255,255,0.5); }
.vp-cta-btn.ghost:hover { background: rgba(255,255,255,0.1); border-color: white; transform: translateY(-2px); }
.vp-cta-btn .arrow { transition: transform 0.25s ease; }
.vp-cta-btn:hover .arrow { transform: translateX(4px); }

/* Newsletter strip */
.newsletter-strip { background: var(--bg-soft); padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.newsletter-strip h4 { font-size: 18px; color: var(--navy-900); font-weight: 600; }
.newsletter-strip form.nl-strip-form { display: flex; align-items: center; gap: 0; background: #fff; border: 1px solid rgba(11,26,43,0.10); border-radius: 999px; padding: 6px; width: 100%; max-width: 460px; }
.newsletter-strip form.nl-strip-form input[type="email"] { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 14px 20px; font: inherit; font-size: 15px; color: #0b1a2b; }
.newsletter-strip form.nl-strip-form input[type="email"]::placeholder { color: #6a7990; }
.newsletter-strip form.nl-strip-form button { border: 0; background: #0b1a2b; color: #fff; border-radius: 999px; padding: 14px 26px; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: background .2s; }
.newsletter-strip form.nl-strip-form button:hover { background: #0e4f86; }
.newsletter-strip .nl-strip-flash { flex-basis: 100%; }
.newsletter-strip .nl-strip-flash:empty { display: none; }

/* Responsive */
@media (max-width: 980px) {
  .vp-logo-grid { grid-template-columns: repeat(3,1fr); gap: 48px 24px; }
  .vp-cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .vp-cta-actions { margin-left: 0; max-width: 100%; }
}
@media (max-width: 820px) {
  .vp-quote-grid { grid-template-columns: 1fr; gap: 36px; max-width: 480px; }
  .vp-quote-photo { max-width: 280px; margin: 0 auto; }
  .vp-quote-text { padding-left: 0; padding-top: 24px; border-top: 3px solid rgba(255,255,255,0.45); }
  .vp-quote-text::before { display: none; }
}
@media (max-width: 560px) {
  .vp-logo-grid { grid-template-columns: repeat(2,1fr); gap: 40px 20px; }
  .newsletter-strip .container { flex-direction: column; align-items: flex-start; }
}
