/* ==========================================================================
   Strategic Workforce Partners — Interior Pages v2 (About Us / Contact Us)
   Version: 1.0 — 2026-08-07
   ========================================================================== */

.swp-pg-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  color: #E4C86B; margin-bottom: 14px;
}
.swp-pg-eyebrow::before { content: ''; width: 16px; height: 2px; background: #E4C86B; display: inline-block; border-radius: 2px; }

/* ---- Hero ---- */
.swp-pg-hero { position: relative; overflow: hidden; min-height: 440px; display: flex; align-items: center; background: #0F2A47; }
@media (max-width: 600px) { .swp-pg-hero { min-height: 380px; } }
.swp-pg-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.swp-pg-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(120deg, rgba(8,22,38,.9) 0%, rgba(15,42,71,.78) 55%, rgba(15,42,71,.55) 100%);
}

/* ---- Who We Are ---- */
.swp-pg-who { background: #FFFFFF; }
.swp-pg-who-media { border-radius: 22px; overflow: hidden; box-shadow: 0 20px 45px -20px rgba(15,42,71,.3); }
.swp-pg-who-media img { display: block; width: 100%; height: 380px; object-fit: cover; }
@media (max-width: 767px) { .swp-pg-who-media img { height: 260px; } }

/* ---- Vision / Mission ---- */
.swp-pg-vm { background: #FFFFFF; }
.swp-pg-vm-card {
  height: 100%; background: #F6F7F9; border-radius: 22px; padding: 36px 30px;
  border-top: 3px solid #C9A227; transition: transform .25s ease, box-shadow .25s ease;
}
.swp-pg-vm-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(15,42,71,.25); }
.swp-pg-vm-icon {
  width: 54px; height: 54px; border-radius: 16px; background: #0F2A47;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.swp-pg-vm-icon svg { width: 26px; height: 26px; }
.swp-pg-vm-card h3 { font-size: 20px; color: #0F2A47; font-weight: 700; margin: 0 0 12px; }
.swp-pg-vm-card p { font-size: 15px; color: #5B6470; line-height: 1.7; margin: 0; }

/* ---- Values ---- */
.swp-pg-values { background: #F6F7F9; }
.swp-pg-value-card {
  height: 100%; background: #FFFFFF; border-radius: 20px; padding: 30px 24px; text-align: left;
  box-shadow: 0 12px 30px -18px rgba(15,42,71,.18); border: 1px solid rgba(15,42,71,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.swp-pg-value-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(15,42,71,.24); }
.swp-pg-value-icon {
  width: 48px; height: 48px; border-radius: 14px; background: #0F2A47;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.swp-pg-value-icon svg { width: 22px; height: 22px; }
.swp-pg-value-card h4 { font-size: 16.5px; color: #0F2A47; font-weight: 700; margin: 0 0 8px; }
.swp-pg-value-card p { font-size: 13.5px; color: #5B6470; line-height: 1.6; margin: 0; }

/* ---- CTA (shared premium dark panel) ---- */
.swp-pg-cta { position: relative; overflow: hidden; }
.swp-pg-cta::before {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,.16), transparent 70%);
  top: -200px; left: -160px; pointer-events: none;
}
.swp-pg-cta::after {
  content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,.1), transparent 70%);
  bottom: -180px; right: -140px; pointer-events: none;
}
.swp-pg-contact-info-row {
  position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 26px; margin-top: 24px;
}
.swp-pg-contact-item {
  display: inline-flex; align-items: center; gap: 9px; color: #C9D3DD; font-size: 14.5px; font-weight: 600;
  text-decoration: none; transition: color .2s ease;
}
a.swp-pg-contact-item:hover { color: #E4C86B; }
.swp-pg-contact-item i { color: #C9A227; font-size: 14px; }

/* ---- Contact page: info + form cards ---- */
.swp-pg-contact-split { background: #F6F7F9; }
.swp-pg-contact-card {
  background: #0F2A47; border-radius: 22px; padding: 40px 34px; height: 100%; color: #fff;
  position: relative; overflow: hidden;
}
.swp-pg-contact-card::before {
  content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,.14), transparent 70%);
  top: -120px; right: -100px; pointer-events: none;
}
.swp-pg-contact-card h3 { position: relative; z-index: 1; color: #fff; font-size: 22px; font-weight: 700; margin: 0 0 24px; }
.swp-pg-contact-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.swp-pg-contact-row .icon {
  width: 44px; height: 44px; border-radius: 13px; background: rgba(201,162,39,.16); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.swp-pg-contact-row .icon i { color: #E4C86B; font-size: 17px; }
.swp-pg-contact-row a, .swp-pg-contact-row span.val { color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; }
.swp-pg-contact-row .lbl { color: #9FB0C2; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; display: block; margin-bottom: 2px; }
.swp-pg-contact-note { position: relative; z-index: 1; color: #C9D3DD; font-size: 14px; line-height: 1.65; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }

.swp-pg-form-card {
  background: #FFFFFF; border-radius: 22px; padding: 40px 34px; height: 100%;
  box-shadow: 0 16px 40px -22px rgba(15,42,71,.22); border: 1px solid rgba(15,42,71,.07);
}
.swp-pg-form-card h3 { color: #0F2A47; font-size: 22px; font-weight: 700; margin: 0 0 22px; }

@media (max-width: 640px) {
  .swp-pg-contact-card, .swp-pg-form-card { padding: 28px 22px; }
}


/* ---- Feature grid (Careers / Employer Enquiry) ---- */
.swp-pg-feature-grid { background: #FFFFFF; }
.swp-pg-feature-card {
  height: 100%; background: #F6F7F9; border-radius: 20px; padding: 30px 24px; text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.swp-pg-feature-card:hover { transform: translateY(-4px); background: #FFFFFF; box-shadow: 0 18px 36px -20px rgba(15,42,71,.22); }
.swp-pg-feature-icon {
  width: 50px; height: 50px; border-radius: 15px; background: #0F2A47; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
}
.swp-pg-feature-icon svg { width: 24px; height: 24px; }
.swp-pg-feature-card h4 { font-size: 16.5px; color: #0F2A47; font-weight: 700; margin: 0 0 8px; }
.swp-pg-feature-card p { font-size: 13.5px; color: #5B6470; line-height: 1.6; margin: 0; }

/* ---- Notice card (e.g. No Current Vacancies) ---- */
.swp-pg-notice-card {
  max-width: 560px; margin: 0 auto; text-align: center; background: #F6F7F9; border-radius: 22px;
  padding: 44px 36px; border-top: 3px solid #C9A227;
}
.swp-pg-notice-icon {
  width: 60px; height: 60px; border-radius: 18px; background: #0F2A47; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.swp-pg-notice-icon svg { width: 28px; height: 28px; }
.swp-pg-notice-card h3 { font-size: 21px; color: #0F2A47; font-weight: 700; margin: 0 0 12px; }
.swp-pg-notice-card p { font-size: 15px; color: #5B6470; line-height: 1.65; margin: 0; }