/* ============================================
   BRIGHTWEALTH CORPORATE SOLUTIONS
   Page Styling & Components
   ============================================ */

/* ============================================
   CORPORATE HERO SECTION
   ============================================ */

.corporate-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px 80px;
  overflow: hidden;
}

.corporate-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0f2744 0%, #1e3a5f 50%, #2d4a6f 100%);
  z-index: 0;
}

/* Corporate Hero Video Background */
.corporate-hero-video,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  /* Corporate blue/gold overlay for video */
  background: linear-gradient(135deg, rgba(15, 39, 68, 0.85) 0%, rgba(30, 58, 95, 0.75) 100%),
              radial-gradient(ellipse at 30% 20%, rgba(212, 175, 55, 0.2) 0%, transparent 50%),
              radial-gradient(ellipse at 70% 80%, rgba(56, 178, 172, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 2;
}

.corporate-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  text-align: center;
}

.corporate-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #d4af37;
  padding: 8px 20px;
  border-radius: 30px;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.corporate-hero-title {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 25px;
}

.corporate-hero-title .title-accent {
  color: #d4af37;
  display: block;
}

.corporate-hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 50px;
}

.corporate-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.corporate-stat {
  text-align: center;
}

.corporate-stat .stat-number {
  display: block;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 8px;
}

.corporate-stat .stat-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.corporate-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   CORPORATE BUTTONS
   ============================================ */

.btn-corporate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
}

.btn-corporate.primary {
  background: linear-gradient(135deg, #d4af37 0%, #c9a227 100%);
  color: #0f2744;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.btn-corporate.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
}

.btn-corporate.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-corporate.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-corporate.large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

/* ============================================
   CORPORATE SECTIONS
   ============================================ */

.corporate-section {
  padding: 100px 40px;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.wellness-badge {
  background: rgba(56, 178, 172, 0.15);
  color: #38b2ac;
  border: 1px solid rgba(56, 178, 172, 0.3);
}

.hr-badge {
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.section-header h2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 20px;
}

.section-intro {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================
   WELLNESS SECTION
   ============================================ */

.wellness-section {
  background: linear-gradient(180deg, #f8fafb 0%, #ffffff 100%);
}

.wellness-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.wellness-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.wellness-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.wellness-card.highlight-card {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 100%);
  border: none;
}

.wellness-card.highlight-card h3,
.wellness-card.highlight-card p {
  color: #ffffff;
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon svg {
  width: 30px;
  height: 30px;
}

.telemedicine-icon {
  background: rgba(56, 178, 172, 0.15);
  color: #38b2ac;
}

.zero-copay-icon {
  background: rgba(72, 187, 120, 0.15);
  color: #48bb78;
}

.prevention-icon {
  background: rgba(102, 126, 234, 0.15);
  color: #667eea;
}

.roi-icon {
  background: rgba(212, 175, 55, 0.2);
  color: #d4af37;
}

.wellness-card h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 12px;
}

.wellness-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #666;
  padding: 6px 0;
  padding-left: 22px;
  position: relative;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38b2ac;
}

.feature-list.gold li::before {
  background: #d4af37;
}

.highlight-card .feature-list li {
  color: rgba(255, 255, 255, 0.85);
}

.wellness-cta {
  text-align: center;
}

.cta-note {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
}

/* ============================================
   HR SECTION
   ============================================ */

.hr-section {
  background: #ffffff;
}

.hr-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.hr-service-card {
  background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.hr-service-card:hover {
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.service-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.service-icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  color: #d4af37;
}

.hr-service-card h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0;
}

.hr-service-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.hr-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   WHY SECTION
   ============================================ */

.why-section {
  background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
}

.why-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-text h2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.why-text > p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 35px;
}

.why-points {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.why-point {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.point-check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.point-check svg {
  width: 16px;
  height: 16px;
  color: #d4af37;
}

.why-point strong {
  display: block;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.why-point p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Integration Diagram */
.why-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.integration-diagram {
  position: relative;
  width: 350px;
  height: 350px;
}

.diagram-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37 0%, #c9a227 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.4);
}

.diagram-center span {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f2744;
  text-align: center;
  line-height: 1.2;
}

.diagram-orbit {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 3s ease-in-out infinite;
}

.diagram-orbit span {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
}

.wellness-orbit {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.hr-orbit {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  animation-delay: 0.75s;
}

.compliance-orbit {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 1.5s;
}

.savings-orbit {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  animation-delay: 2.25s;
}

@keyframes pulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
}

.hr-orbit, .savings-orbit {
  animation-name: pulseY;
}

@keyframes pulseY {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
  }
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.final-cta-section {
  background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
  padding: 100px 40px;
}

.final-cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.final-cta-content h2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #1e3a5f;
  margin-bottom: 20px;
}

.final-cta-content > p {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

.final-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cta-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #888;
}

/* ============================================
   CORPORATE FOOTER
   ============================================ */

.corporate-footer {
  background: #0f2744;
  padding: 80px 40px 40px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-logo {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.footer-logo .logo-bright {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-logo .logo-wealth {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #d4af37;
}

.footer-logo .logo-wealth sup {
  font-size: 0.5em;
}

.footer-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.footer-contact p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
}

.footer-links h4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #d4af37;
}

.footer-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
  .corporate-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-content {
    grid-template-columns: 1fr;
  }

  .why-visual {
    order: -1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .corporate-hero {
    padding: 100px 20px 60px;
  }

  .corporate-section {
    padding: 60px 20px;
  }

  .corporate-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .corporate-stat .stat-number {
    font-size: 2rem;
  }

  .wellness-grid {
    grid-template-columns: 1fr;
  }

  .hr-services-grid {
    grid-template-columns: 1fr;
  }

  .integration-diagram {
    width: 280px;
    height: 280px;
  }

  .diagram-center {
    width: 90px;
    height: 90px;
  }

  .diagram-orbit {
    width: 60px;
    height: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hr-cta,
  .corporate-cta-group {
    flex-direction: column;
    align-items: center;
  }

  .btn-corporate {
    width: 100%;
    max-width: 300px;
  }
}
