/* Enterprise Homepage Styles - DohShield 50+ Page Website */

/* Enhanced Navigation with Mega Menu */
.enterprise-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  z-index: 1000;
  transition: all 0.3s ease;
}

.enterprise-nav .nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 0.5rem 0;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy-primary);
  letter-spacing: -0.02em;
}

.logo-tagline {
  font-size: 0.75rem;
  color: var(--slate-secondary);
  font-weight: 500;
  margin-top: -2px;
}

/* Mega Menu Navigation */
.mega-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  border-radius: 8px;
}

.nav-link:hover {
  background: var(--light-grey);
  color: var(--navy-primary);
}

.dropdown-arrow {
  transition: transform 0.2s ease;
}

.nav-item.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Mega Dropdown - Enterprise Glass Design */
.mega-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 16px;
  box-shadow: 
    0 4px 6px -1px rgba(10, 31, 68, 0.05),
    0 20px 40px -10px rgba(10, 31, 68, 0.12),
    0 0 0 1px rgba(255,255,255,0.5) inset;
  padding: 0;
  min-width: 320px;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  overflow: hidden;
}

.nav-item.active .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Gradient Header Bar */
.mega-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--navy-primary) 0%, 
    #2563eb 50%, 
    var(--slate-secondary) 100%);
}

.dropdown-grid {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  gap: 0.5rem;
}

.dropdown-grid.three-col {
  min-width: 380px;
}

.dropdown-column {
  margin-bottom: 0.75rem;
}

.dropdown-column:last-child {
  margin-bottom: 0;
}

.dropdown-column h3 {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--slate-secondary);
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem 0.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.15s ease;
  position: relative;
}

.dropdown-link:hover {
  background: linear-gradient(135deg, rgba(10, 31, 68, 0.04) 0%, rgba(37, 99, 235, 0.06) 100%);
  transform: translateX(4px);
}

.dropdown-link.featured {
  background: linear-gradient(135deg, var(--navy-primary) 0%, #1e40af 100%);
  color: white;
  margin-bottom: 0.75rem;
  padding: 0.875rem 1rem;
  box-shadow: 0 4px 12px rgba(10, 31, 68, 0.2);
}

.dropdown-link.featured:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(10, 31, 68, 0.25);
}

.link-content {
  flex: 1;
  min-width: 0;
}

.link-title {
  display: block;
  font-weight: 600;
  color: var(--navy-primary);
  font-size: 0.9rem;
  line-height: 1.3;
}

.dropdown-link.featured .link-title {
  color: white;
  font-size: 0.95rem;
}

.link-desc {
  display: block;
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin-top: 0.125rem;
}

.dropdown-link.featured .link-desc {
  color: rgba(255,255,255,0.85);
}

.link-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);
  color: white;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 100px;
  margin-left: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Dropdown Arrow Indicator */
.dropdown-link::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.15s ease;
  flex-shrink: 0;
}

.dropdown-link:hover::after {
  opacity: 0.6;
  transform: translateX(0);
}

.dropdown-link.featured::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}

.dropdown-link.featured:hover::after {
  opacity: 0.9;
}

/* Navigation Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-btn-secondary {
  padding: 0.5rem 1.25rem;
  color: var(--navy-primary);
  background: transparent;
  border: 2px solid var(--border-medium);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav-btn-secondary:hover {
  border-color: var(--navy-primary);
  background: var(--light-grey);
}

.nav-btn-primary {
  padding: 0.5rem 1.25rem;
  color: white;
  background: var(--navy-primary);
  border: 2px solid var(--navy-primary);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav-btn-primary:hover {
  background: var(--slate-secondary);
  border-color: var(--slate-secondary);
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Hero Section */
.hero-enterprise {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: 32px;
  background: linear-gradient(135deg, var(--light-grey) 0%, white 100%);
}

.hero-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hero-container {
  display: flex;
  gap: 4rem;
  align-items: center;
  min-height: auto;
}

.hero-content {
  flex: 1.375;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  animation: fadeInUp 1s ease-out;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1.125;
  width: 45%;
  animation: fadeIn 1.2s ease-out;
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.hero-description strong {
  color: var(--text-primary);
  font-weight: 700;
}

.hero-stats-section {
  width: 100%;
}

.hero-cta-section {
  width: 100%;
}

.trust-badge {
  display: inline-block !important;
  width: max-content !important;
  background: #f5f5f5;
  color: var(--navy-primary) !important;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  animation: fadeInDown 0.8s ease-out;
}

.trust-badge span {
  display: inline;
  margin: 0 0.35rem;
}

.badge-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.badge-separator {
  color: var(--border-medium);
}

.hero-headline {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.05;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.headline-dark {
  color: #000a15;
}

.headline-accent {
  background: linear-gradient(135deg, var(--navy-primary), var(--accent-blue));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-accent {
  background: linear-gradient(135deg, var(--navy-primary), var(--accent-blue));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtext {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.hero-subtext strong {
  color: var(--text-primary);
  font-weight: 700;
}

/* Hero Stats - Single Row Layout */
.hero-stats {
  display: flex;
  gap: 4rem;
  padding: 0.75rem 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 200px;
  max-width: 250px;
}

.stat-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--accent-blue);
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-plus {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent-blue);
  margin-bottom: 0.5rem;
}

.stat-percent {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent-blue);
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
  min-height: 2.2rem;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  white-space: nowrap;
}

/* Hero CTA */
.hero-cta {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 10;
}

.btn-primary-large {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  background: var(--navy-primary);
  color: white;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.25);
}

.btn-primary-large:hover {
  background: var(--slate-secondary);
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(10, 31, 68, 0.35);
}

.btn-secondary-large {
  padding: 0.85rem 1.75rem;
  color: var(--navy-primary);
  font-weight: 600;
  font-size: 1.05rem;
  border: 2px solid var(--border-medium);
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: white;
}

.btn-secondary-large:hover {
  border-color: var(--navy-primary);
  background: var(--light-grey);
}

/* Infinity Chain Layout */
.infinity-chain-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  position: relative;
}

/* Google AI Style Gradient Connection Line */
.infinity-chain-container::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #4285F4, #9B72CB, #D96570, #0F9D58);
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(66, 133, 244, 0.6);
  animation: aiPulse 3s ease-in-out infinite;
}

@keyframes aiPulse {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

.chain-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 160px;
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: inherit;
}

.chain-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Wave Effect - Middle Card Offset */
.card-assist {
  transform: translateY(30px);
}

.card-assist:hover {
  transform: translateY(25px);
}

/* Chain Logos */
.chain-logo {
  width: 130px !important;
  min-width: 100px !important;
  height: auto !important;
  min-height: 80px !important;
  max-height: 140px;
  object-fit: contain !important;
  margin-bottom: 1rem;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure chain card images are visible on all devices */
.chain-card img.chain-logo {
  width: 130px !important;
  min-width: 100px !important;
  height: auto !important;
  min-height: 80px !important;
}

.chain-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.25rem 0;
}

.chain-card p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* Trust Bar */
.trust-bar {
  background: white;
  padding: 2rem 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.trust-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.trust-intro {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.client-logos {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex: 1;
  justify-content: center;
}

.logo-item {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-muted);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.logo-item:hover {
  opacity: 1;
  color: var(--text-secondary);
}

/* Problem Section */
.problem-section {
  padding: 80px 0;
  background: white;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.problem-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--light-grey);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.problem-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.problem-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.problem-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Hidden Drain Section - Enhanced Cards with Animated Gradient */
.drain-grid {
  grid-template-columns: repeat(3, 1fr);
}

.drain-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.drain-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%,
    rgba(10, 31, 68, 0.1) 20%,
    rgba(37, 99, 235, 0.3) 50%,
    rgba(10, 31, 68, 0.1) 80%,
    transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.drain-card:hover::before {
  opacity: 1;
}

.drain-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--navy-primary) 0%, 
    #2563eb 25%,
    #3b82f6 50%,
    #60a5fa 75%,
    var(--slate-secondary) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: gradientShift 3s ease-in-out infinite;
  animation-play-state: paused;
}

.drain-card:hover .drain-gradient {
  opacity: 1;
  animation-play-state: running;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.drain-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 12px 24px -8px rgba(10, 31, 68, 0.12),
    0 4px 8px -2px rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
}

.drain-card h3 {
  position: relative;
  z-index: 1;
}

.drain-card p {
  position: relative;
  z-index: 1;
}

/* Suite Advantage Section */
.suite-advantage {
  padding: 80px 0;
  background: linear-gradient(to bottom, var(--light-grey), white);
}

.suite-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.pillar-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.pillar-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--navy-primary), var(--slate-secondary));
  color: white;
}

.pillar-number {
  font-size: 2rem;
  font-weight: 900;
  opacity: 0.3;
  margin-bottom: 0.5rem;
}

.pillar-name {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.pillar-role {
  font-size: 0.9rem;
  opacity: 0.9;
}

.pillar-content {
  padding: 1.5rem;
}

.pillar-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1rem;
  border-radius: 12px;
}

.pillar-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.pillar-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.pillar-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.pillar-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success-green);
  font-weight: 700;
}

.pillar-highlight {
  background: var(--light-grey);
  padding: 0.75rem;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: var(--navy-primary);
}

.pillar-link {
  display: inline-block;
  color: var(--accent-blue);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pillar-link:hover {
  color: var(--navy-primary);
}

.integration-message {
  background: linear-gradient(135deg, var(--navy-primary), var(--slate-secondary));
  color: white;
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.integration-icon {
  font-size: 3rem;
}

.integration-text {
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Industries Section */
.industries-section {
  padding: 80px 0;
  background: white;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.industry-card {
  display: block;
  padding: 2rem;
  background: white;
  border: 2px solid var(--border-subtle);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.industry-card:hover {
  border-color: var(--navy-primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.industry-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.industry-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.industry-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.industry-link {
  color: var(--accent-blue);
  font-weight: 600;
  font-size: 0.9rem;
}

/* ROI Section */
.roi-section {
  padding: 80px 0;
  background: var(--light-grey);
}

.roi-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.roi-text h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.roi-description {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.roi-stats {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}

.roi-stat {
  display: flex;
  flex-direction: column;
}

.roi-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.25rem;
}

.roi-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--success-green);
}

.roi-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3rem;
  height: 300px;
}

.chart-bar {
  width: 120px;
  background: var(--border-medium);
  border-radius: 8px 8px 0 0;
  position: relative;
  transition: all 0.3s ease;
}

.chart-bar.featured {
  background: linear-gradient(to top, var(--success-green), var(--accent-blue));
}

.bar-label {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  white-space: nowrap;
}

/* Final CTA - WITH CONTRAST FIXES */
.final-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--navy-primary), var(--slate-secondary));
  color: white !important;
  text-align: center;
}

.cta-headline {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  color: white !important;
}

.cta-subtext {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.95) !important;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.cta-buttons .btn-primary-large {
  background: white;
  color: var(--navy-primary) !important;
}

.cta-buttons .btn-primary-large:hover {
  background: var(--light-grey);
}

.cta-buttons .btn-secondary-large {
  border-color: white;
  color: white !important;
  background: transparent;
}

.cta-buttons .btn-secondary-large:hover {
  background: rgba(255,255,255,0.1);
}

.phone-icon {
  margin-right: 0.5rem;
}

.cta-disclaimer {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Enterprise Footer */
.enterprise-footer {
  background: var(--text-primary);
  color: white;
  padding: 60px 0 30px;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.footer-logo .logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
}

.footer-logo .logo-tagline {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 0.25rem;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}

.footer-stats {
  display: flex;
  gap: 2rem;
}

.footer-stats .stat {
  display: flex;
  flex-direction: column;
}

.footer-stats strong {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.footer-stats span {
  font-size: 0.85rem;
  opacity: 0.7;
}

.footer-column h3 {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 0.5rem;
}

.footer-column a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.footer-column a:hover {
  opacity: 1;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.legal-links {
  display: flex;
  gap: 1.5rem;
}

.legal-links a {
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.legal-links a:hover {
  opacity: 1;
}

.footer-family {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-family p {
  font-size: 0.85rem;
  opacity: 0.7;
}

.family-links {
  display: flex;
  gap: 1rem;
}

.family-links a {
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 100px;
  transition: all 0.2s ease;
}

.family-links a:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .suite-pillars {
    grid-template-columns: 1fr;
  }
  
  .hero-container {
    grid-template-columns: 1fr;
  }
  
  .infinity-chain-container {
    gap: 1.5rem;
    padding: 1.5rem;
  }
  
  .chain-card {
    min-width: 140px;
    padding: 1.25rem;
  }
  
  .chain-logo {
    width: 150px !important;
  }
}

/* Extra small mobile devices */
@media (max-width: 600px) {
  .chain-logo {
    width: 140px !important;
  }
}

/* COMPREHENSIVE MOBILE RESPONSIVE DESIGN */
@media (max-width: 991px) {
  /* Navigation */
  .mobile-menu-toggle {
    display: flex;
    min-width: 44px;
    min-height: 44px;
  }
  
  .mega-nav {
    display: none;
  }
  
  .nav-actions {
    gap: 0.5rem;
  }
  
  .nav-btn-primary,
  .nav-btn-secondary {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
  }
  
  /* Hero Section Mobile */
  .hero-enterprise {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  
  .hero-wrapper {
    gap: 1.5rem;
    padding: 0 12px;
  }
  
  .hero-container {
    flex-direction: column;
    padding: 0;
    gap: 1.5rem;
    min-height: auto;
  }
  
  .hero-content {
    width: 100% !important;
    flex: 1 !important;
  }
  
  .hero-visual {
    width: 100% !important;
    flex: 1 !important;
    max-height: 280px;
  }
  
  .hero-headline {
    font-size: 2.25rem !important;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 0.75rem;
  }
  
  .hero-description {
    font-size: 1.05rem !important;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  
  .trust-badge {
    padding: 0.65rem 1.25rem !important;
    font-size: 0.75rem !important;
    margin-bottom: 1rem !important;
  }
  
  .hero-stats {
    flex-direction: row;
    gap: 1.5rem;
    padding: 1.25rem 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .stat-item {
    min-width: auto !important;
    max-width: auto !important;
    flex: 0 1 auto;
  }
  
  .stat-number {
    font-size: 2rem !important;
    line-height: 1.2;
  }
  
  .stat-plus {
    font-size: 1.5rem !important;
    margin: 0 0.5rem;
  }
  
  .stat-label {
    font-size: 0.7rem !important;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  /* Hero CTA Buttons */
  .hero-cta {
    flex-direction: column;
    gap: 1rem;
  }
  
  .btn-primary-large,
  .btn-secondary-large {
    width: 100% !important;
    padding: 18px 16px !important;
    font-size: 16px !important;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
  
  .btn-arrow {
    width: 18px !important;
    height: 18px !important;
  }
  
  /* Infinity Chain Mobile - SQUARE CARDS */
  .infinity-chain-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 0.5rem;
  }
  
  .infinity-chain-container::before {
    display: none;
  }
  
  .chain-card {
    width: calc(33.33% - 0.5rem);
    min-width: 100px;
    max-width: 120px;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }
  
  .chain-card h3 {
    font-size: 0.75rem !important;
    margin: 0.25rem 0 0 0 !important;
    text-align: center;
  }
  
  .chain-card p {
    font-size: 0.6rem !important;
    margin: 0 !important;
    text-align: center;
    line-height: 1.2;
  }
  
  .card-assist {
    transform: translateY(0);
  }
  
  .card-assist:hover {
    transform: translateY(-5px);
  }
  
  .chain-logo {
    width: 60px !important;
    min-width: 50px !important;
    height: 60px !important;
    min-height: 50px !important;
    max-height: 70px;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
  }
  
  /* Trust Bar */
  .trust-bar {
    padding: 1.5rem 0 !important;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
  }
  
  .trust-container {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 0 16px;
    max-width: 100%;
  }
  
  .trust-intro {
    font-size: 0.8rem !important;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
  }
  
  .client-logos {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
  
  .logo-item {
    font-size: 1.2rem !important;
    font-weight: 600;
  }
  
  /* Problem Section */
  .problem-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  
  .problem-card {
    padding: 1.5rem;
  }
  
  /* Suite Pillars */
  .suite-pillars {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  
  .pillar-card {
    margin-bottom: 1rem;
  }
  
  .pillar-header {
    padding: 1rem;
  }
  
  .pillar-number {
    font-size: 1.5rem;
  }
  
  .pillar-name {
    font-size: 1.25rem;
  }
  
  /* Mobile Logo Styles */
  .pillar-logo {
    width: 100px !important;
    height: 80px !important;
  }
  
  .platform-card img {
    width: 100px !important;
    height: 80px !important;
  }
  
  /* Industries Grid */
  .industries-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  
  .industry-card {
    padding: 1.5rem;
  }
  
  /* ROI Section */
  .roi-content {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
  
  .roi-text h2 {
    font-size: 2rem !important;
  }
  
  .roi-stats {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .roi-chart {
    gap: 1.5rem;
    height: 200px;
  }
  
  .chart-bar {
    width: 80px;
  }
  
  /* Final CTA */
  .final-cta {
    padding: 60px 16px !important;
  }
  
  .cta-headline {
    font-size: 2rem !important;
  }
  
  .cta-subtext {
    font-size: 1.1rem !important;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
    padding: 0 16px;
  }
  
  /* Footer */
  .enterprise-footer {
    padding: 40px 16px 20px !important;
  }
  
  .footer-container {
    padding: 0 !important;
  }
  
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
    padding: 0 !important;
    margin-bottom: 1.5rem;
  }
  
  .footer-brand {
    margin-bottom: 1rem;
  }
  
  .footer-logo {
    margin-bottom: 1rem;
  }
  
  .footer-logo .logo-text {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  
  .footer-description {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  
  .footer-stats {
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .footer-stats .stat {
    flex: 0 1 calc(50% - 0.5rem);
  }
  
  .footer-stats strong {
    font-size: 1rem;
  }
  
  .footer-stats span {
    font-size: 0.7rem;
  }
  
  /* Footer columns - 2 column layout on mobile */
  .footer-column:not(.footer-brand) {
    display: inline-block;
    width: calc(50% - 0.5rem);
    vertical-align: top;
    text-align: left;
    padding-top: 0.75rem;
    border-top: none;
    margin-bottom: 0.75rem;
  }
  
  .footer-column h3 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
  }
  
  .footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin: 0;
    padding: 0;
  }
  
  .footer-column li {
    margin-bottom: 0.1rem;
  }
  
  .footer-column a {
    font-size: 0.8rem;
    padding: 0.2rem 0;
    display: block;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: left;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  
  .footer-legal {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .footer-legal p {
    font-size: 0.8rem;
  }
  
  .footer-family {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .footer-family p {
    font-size: 0.8rem;
  }
  
  .legal-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .legal-links a {
    font-size: 0.8rem;
    display: inline;
  }
  
  .family-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .family-links a {
    font-size: 0.8rem;
    display: inline;
  }
  
  /* Typography adjustments */
  .section-title {
    font-size: 1.75rem !important;
    margin-bottom: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 1rem !important;
    padding: 0 16px;
    margin-bottom: 2rem;
  }
  
  /* Ensure minimum touch targets */
  a, button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  
  /* Container padding */
  .container {
    padding: 0 16px !important;
  }
  
  section {
    padding: 40px 16px !important;
  }
  
  /* Better spacing */
  .section-header {
    margin-bottom: 2rem;
    padding: 0 16px;
  }
  
  .problem-section {
    padding: 40px 16px !important;
  }
  
  .suite-advantage {
    padding: 40px 16px !important;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .hero-enterprise {
    padding-top: 88px;
    padding-bottom: 40px;
  }
  
  .hero-wrapper {
    padding: 0 16px;
    gap: 1.25rem;
  }
  
  .hero-section-content {
    padding: 0 16px !important;
  }
  
  .hero-headline {
    font-size: 1.85rem !important;
    line-height: 1.05;
    margin-bottom: 0.75rem;
  }
  
  .hero-description {
    font-size: 1rem !important;
  }
  
  .trust-badge {
    padding: 0.6rem 1rem !important;
    font-size: 0.7rem !important;
  }
  
  .hero-cta {
    gap: 0.75rem;
  }
  
  .btn-primary-large,
  .btn-secondary-large {
    padding: 16px 14px !important;
    font-size: 15px !important;
    min-height: 48px;
  }
  
  .cta-headline {
    font-size: 1.85rem !important;
    line-height: 1.1;
  }
  
  .section-title {
    font-size: 1.5rem !important;
  }
  
  .logo-text {
    font-size: 1.2rem;
  }
  
  .hero-stats {
    gap: 1rem;
    padding: 1rem 0;
  }
  
  .stat-number {
    font-size: 1.75rem !important;
  }
  
  .stat-label {
    font-size: 0.65rem !important;
  }
  
  .chain-logo {
    width: 50px !important;
    min-width: 45px !important;
    height: 50px !important;
    min-height: 45px !important;
    max-height: 55px;
  }
  
  .chain-card {
    width: calc(33.33% - 0.5rem);
    min-width: 90px;
    max-width: 105px;
    aspect-ratio: 1 / 1;
    padding: 0.5rem;
  }
  
  .chain-card h3 {
    font-size: 0.65rem !important;
  }
  
  .chain-card p {
    font-size: 0.55rem !important;
  }
  
  .industry-card {
    padding: 1.25rem;
  }
  
  .pillar-card {
    padding: 1rem;
  }
  
  .trust-container {
    gap: 1rem;
  }
}