/* ============================================
   LIFESURANCE 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, #050b17 0%, #081224 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(5, 11, 23, 0.85) 0%, rgba(8, 18, 36, 0.75) 100%),
              radial-gradient(ellipse at 30% 20%, rgba(207, 222, 239, 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(207, 222, 239, 0.2);
  border: 1px solid rgba(207, 222, 239, 0.4);
  color: #cfdeef;
  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: #cfdeef;
  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: #cfdeef;
  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, #cfdeef 0%, #c9a227 100%);
  color: #050b17;
  box-shadow: 0 4px 20px rgba(207, 222, 239, 0.3);
}

.btn-corporate.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(207, 222, 239, 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(207, 222, 239, 0.15);
  color: #cfdeef;
  border: 1px solid rgba(207, 222, 239, 0.3);
}

.section-header h2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #081224;
  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, #081224 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(207, 222, 239, 0.2);
  color: #cfdeef;
}

.wellness-card h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #081224;
  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: #cfdeef;
}

.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(207, 222, 239, 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(207, 222, 239, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  color: #cfdeef;
}

.hr-service-card h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #081224;
  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, #081224 0%, #050b17 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(207, 222, 239, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.point-check svg {
  width: 16px;
  height: 16px;
  color: #cfdeef;
}

.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, #cfdeef 0%, #c9a227 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 10px 40px rgba(207, 222, 239, 0.4);
}

.diagram-center span {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #050b17;
  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: #081224;
  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: #050b17;
  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: 0;
  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: #cfdeef;
}

.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: #cfdeef;
}

.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;
  }
}
/* =======================================================================
   HOMEPAGE SINGLE-BRAND HEADER — match the dark, left-justified inner header
   (BrightWealth Corp standalone build). Targets ONLY the static homepage
   header (header.sticky.top-0.z-50); inner pages use .dual-brand-header.
   ======================================================================= */
header.sticky.top-0.z-50 {
  background: linear-gradient(135deg, rgba(26,54,93,.98) 0%, rgba(8, 18, 36,.98) 100%) !important;
}
/* Left-justify: logo + menu cluster on the left */
header.sticky.top-0.z-50 > div { justify-content: flex-start !important; gap: 40px; }
/* Logo "Bright" -> white ("Wealth" keeps its inline gold) */
header.sticky.top-0.z-50 a[href="/"].text-2xl { color: #ffffff !important; }
/* Nav links -> light on dark */
header.sticky.top-0.z-50 nav[aria-label="Primary"] { color: #ffffff !important; }
header.sticky.top-0.z-50 .corp-nav-link { color: rgba(255,255,255,.88) !important; }
/* Get Started -> gold button for contrast on the dark bar */
header.sticky.top-0.z-50 a.rounded-lg { background: #cfdeef !important; color: #050b17 !important; }
/* Mobile hamburger visible on dark */
header.sticky.top-0.z-50 .mobile-nav-toggle summary { color: #ffffff !important; border-color: rgba(255,255,255,.5) !important; }

/* Homepage header: "CORPORATE SOLUTIONS" tagline under the logo (match inner pages) */
header.sticky.top-0.z-50 > div { padding-bottom: 20px; }
header.sticky.top-0.z-50 a[href="/"].text-2xl { position: relative; }
header.sticky.top-0.z-50 a[href="/"].text-2xl::after {
  content: "CORPORATE SOLUTIONS";
  position: absolute; left: 1px; top: 100%; margin-top: 1px;
  font-family: 'Inter', sans-serif; font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.16em; color: rgba(255,255,255,0.72); white-space: nowrap;
}

/* Injected canonical header on inner pages: overlay at top like the original fixed header */
.corp-unified-header{position:fixed !important;top:0;left:0;right:0;}

/* =======================================================================
   HEADER JANK FIX (2026-07-15) — make the homepage static header render
   IDENTICALLY to the inner React .dual-brand-header so the logo/menu do
   NOT shift when navigating homepage <-> inner pages. Values matched to
   the live inner header: fixed position, 1400px container, 80px row,
   logo 1.6rem, Get Started pinned to the far right. CSS-only + reversible;
   no markup change => no React hydration risk. To revert, delete this block.
   ======================================================================= */
/* Fixed like the inner header (main already has padding-top:83px, so this
   also removes the old white gap that the sticky header left below itself). */
header.sticky.top-0.z-50 { position: fixed !important; left: 0; right: 0; top: 0; }
header.sticky.top-0.z-50 > div {
  max-width: 1400px !important;
  padding: 0 40px !important;      /* overrides Tailwind py-4 + earlier padding-bottom */
  min-height: 80px;
  align-items: center !important;
  gap: 40px;
}
/* Logo matches inner .logo-bright size (1.6rem); white "Bright" + inline gold "Wealth" kept */
header.sticky.top-0.z-50 a[href="/"].text-2xl { font-size: 1.6rem !important; line-height: 1; }
/* Nav spans the row so Get Started pins to the far right like the inner header */
header.sticky.top-0.z-50 nav[aria-label="Primary"] { flex: 1 1 auto; align-items: center; }
header.sticky.top-0.z-50 nav[aria-label="Primary"] > a.rounded-lg {
  margin-left: auto;
  padding: 10px 22px !important;
  font-size: 0.85rem;
}
/* Tagline sits directly under the (now larger) logo without adding row height */
header.sticky.top-0.z-50 a[href="/"].text-2xl::after { top: 100%; margin-top: 0; }


/* Menu-link match (2026-07-15): render the homepage nav items like the inner
   .nav-link bar — carets on the 3 dropdown items, caps C-SUITE, tighter
   spacing, hover pill — so the two menu bars look identical. Links navigate
   (no dropdown) by design. Reversible: delete this block + the caret <svg>s. */
header.sticky.top-0.z-50 > div > nav[aria-label="Primary"] { gap: 6px !important; }
header.sticky.top-0.z-50 .corp-nav-link {
  font-size: 0.8rem !important; font-weight: 500 !important;
  padding: 8px 12px !important; border-radius: 20px;
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.88) !important; transition: all .2s; white-space: nowrap;
}
header.sticky.top-0.z-50 .corp-nav-link:hover { background: rgba(255,255,255,.15); color: #fff !important; }

/* === Homepage header ↔ inner header unify (2026-07-15): make the static homepage header match the React inner .dual-brand-header so clicking the logo (home) vs a menu item (inner) shows an identical header. === */
header.sticky.top-0.z-50 a[href="/"] {
  font-family: 'Red Hat Display', sans-serif !important; /* inner uses Red Hat Display, homepage was Inter */
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
}
header.sticky.top-0.z-50 nav a.rounded-lg[href="/contact"] { /* Get Started: match inner gold-on-navy */
  background: #cfdeef !important; color: #050b17 !important; font-weight: 700 !important;
}

/* Homepage logo now uses the exact inner .brand-logo-btn/.logo-bright markup — align it left & tight to match the inner logo pixel-for-pixel (2026-07-15) */
header.sticky.top-0.z-50 a.brand-logo-btn { padding: 0 !important; align-items: flex-start !important; text-decoration: none !important; }
header.sticky.top-0.z-50 a.brand-logo-btn .logo-wrapper { gap: 0 !important; }
header.sticky.top-0.z-50 > div { padding-bottom: 0 !important; }

/* Match homepage nav item spacing/position to the inner nav (was 6px gap starting ~7px left → visible menu shift on logo↔menu nav). 2026-07-15 */
header.sticky.top-0.z-50 > div > nav[aria-label="Primary"] { gap: 5px !important; margin-left: 7px !important; }

/* === Homepage dropdowns (2026-07-15): the homepage is static (no JS), so dropdowns open on hover. Markup reuses the inner .dropdown-menu / .mega-menu classes so styling matches the inner pages. === */
header.sticky.top-0.z-50 .corp-dd { position: relative; display: inline-flex; align-items: center; }
header.sticky.top-0.z-50 .corp-dd .dropdown-menu { display: none; }
header.sticky.top-0.z-50 .corp-dd:hover .dropdown-menu { display: block; }
header.sticky.top-0.z-50 .corp-dd:hover .dropdown-arrow { transform: rotate(180deg); }
/* transparent bridge so moving the cursor from the trigger into the menu (10px gap) doesn't close it */
header.sticky.top-0.z-50 .corp-dd .dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
/* ensure the sticky header doesn't clip the dropdown */
header.sticky.top-0.z-50, header.sticky.top-0.z-50 > div, header.sticky.top-0.z-50 nav[aria-label="Primary"] { overflow: visible !important; }

.footer-logo .ls-tm {
  font-size: 0.5em;
  vertical-align: super;
  font-weight: 700;
  margin-left: 1px;
}

/* Mobile nav toggle: hamburger only on mobile, no default disclosure triangle */
.mobile-nav-toggle { display: none; position: relative; }
.mobile-nav-toggle > summary { list-style: none; cursor: pointer; }
.mobile-nav-toggle > summary::-webkit-details-marker { display: none; }
.mobile-nav-toggle > summary::marker { content: ""; font-size: 0; }
@media (max-width: 767px) {
  .mobile-nav-toggle { display: block; }
}
