/* 
 * Syba Identity - Clean Black Design
 * Matching the provided design with black background
 */

/* ============================================
   FONTS - Aeonik for Headers
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ============================================
   BLACK BACKGROUND - Pure Black
   ============================================ */

html, body {
  background-color: #000000 !important;
  color: #ffffff !important;
}

#header, #footer {
  background-color: #000000 !important;
}

/* ============================================
   CLEAN HERO SECTION - Black Style
   ============================================ */

.hero-section {
  background: #000000 !important;
  padding: 120px 0 80px !important;
  position: relative;
}

.hero-content h1 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.25rem !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  max-width: 600px;
  margin: 0 auto 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   LOGO STYLES
   ============================================ */

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 60px !important;
  width: auto !important;
  transition: all 0.3s ease;
}

.logo:hover img {
  opacity: 0.8;
}

/* ============================================
   CLEAN BUTTONS - Syba Blue Style
   ============================================ */

.btn-primary {
  background: #01d0ff !important;
  color: #000000 !important;
  border: none !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.btn-primary:hover {
  background: #00b8e6 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(1, 208, 255, 0.3) !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.btn-outline {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #374151 !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.btn-outline:hover {
  background: #374151 !important;
  border-color: #4b5563 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ============================================
   CLEAN SECTION HEADERS
   ============================================ */

.section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.section-header h2 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-header p {
  font-size: 1.125rem !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   CLEAN FEATURE CARDS - Black Style
   ============================================ */

.features-section {
  background: #000000 !important;
  padding: 80px 0 !important;
  border-top: 1px solid #333333 !important;
}

.feature-card {
  background: black !important;
  border: 1px solid #334155 !important;
  border-radius: 12px !important;
  padding: 32px !important;
  transition: all 0.2s ease !important;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  border-color: #475569 !important;
}

.feature-card h3 {
  font-family: 'Aeonik', sans-serif !important;
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  margin-bottom: 12px !important;
}

.feature-card p {
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.feature-icon {
  width: 48px !important;
  height: 48px !important;
  background: #01d0ff !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}

.feature-icon i {
  color: #ffffff !important;
  font-size: 1.25rem !important;
}

/* ============================================
   CLEAN DASHBOARD PREVIEW
   ============================================ */

.dashboard-preview {
  background: black !important;
  border: 1px solid #333333 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.dashboard-preview::before {
  background: linear-gradient(90deg, #01d0ff 0%, #00b8e6 100%) !important;
  height: 4px !important;
}

/* ============================================
   CLEAN METRIC CARDS
   ============================================ */

.metric-card {
  background: #1a1a1a !important;
  border: 1px solid #333333 !important;
  border-radius: 12px !important;
  padding: 24px !important;
  transition: all 0.2s ease !important;
}

.metric-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  border-color: #475569 !important;
}

.metric-value {
  color: white !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.metric-label {
  color: #94a3b8 !important;
  font-size: 0.875rem !important;
  margin-top: 4px !important;
}

/* ============================================
   CLEAN VALUE CARDS
   ============================================ */

.value-card {
  background: black !important;
  border: 1px solid #333333 !important;
  border-radius: 12px !important;
  padding: 32px !important;
  transition: all 0.2s ease !important;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  border-color: #475569 !important;
}

.value-card h3 {
  font-family: 'Aeonik', sans-serif !important;
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  margin-bottom: 12px !important;
}

.value-card p {
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.value-icon {
  display: none !important;
}

.value-icon i {
  color: #ffffff !important;
  font-size: 1.25rem !important;
}

/* ============================================
   CLEAN SECURITY CARDS
   ============================================ */

.security-card {
  background: black;
  border: 1px solid #333333 !important;
  border-radius: 12px !important;
  padding: 32px !important;
  transition: all 0.2s ease !important;
  height: 100%;
}

.security-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  border-color: #475569 !important;
}

.security-card h3 {
  font-family: 'Aeonik', sans-serif !important;
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  margin-bottom: 12px !important;
}

.security-card p {
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ============================================
   CLEAN PRICING SECTION
   ============================================ */

.pricing-section {
  background: #000000 !important;
  padding: 80px 0 !important;
  border-top: 1px solid #333333 !important;
}

.contact-pricing-card {
  background: black !important;
  border: 1px solid #333333 !important;
  border-radius: 12px !important;
  padding: 48px 32px !important;
  text-align: center !important;
  max-width: 600px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.contact-pricing-card h3 {
  font-family: 'Aeonik', sans-serif !important;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.contact-pricing-card p {
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin-bottom: 32px !important;
}

.contact-pricing-icon {
  width: 80px !important;
  height: 80px !important;
  background: #01d0ff !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 24px !important;
}

.contact-pricing-icon i {
  color: #ffffff !important;
  font-size: 2rem !important;
}

/* ============================================
   PLATFORM SHOWCASE SECTION - Auth0 Style
   ============================================ */

.platform-showcase-section {
  background: #000000 !important;
  padding: 80px 0 !important;
  border-top: 1px solid #333333 !important;
}

.platform-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.platform-header h2 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.platform-header p {
  font-size: 1.25rem !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  max-width: 600px;
  margin: 0 auto;
}

.platform-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 12px;
  padding: 4px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  position: relative;
}

.tab-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #94a3b8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.tab.active {
  background: #01d0ff;
  border: 1px solid #01d0ff;
}

.tab.active .tab-label {
  color: #000000;
}

.tab:hover:not(.active) .tab-label {
  color: #ffffff;
}

.platform-showcase {
  background: black;
  border: 1px solid #333333;
  border-radius: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.showcase-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 600px;
}

/* ============================================
   DASHBOARD SHOWCASE - Full Width Display
   ============================================ */

.dashboard-showcase {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
}

.dashboard-header-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.dashboard-header-section h3 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.dashboard-header-section p {
  font-size: 1.125rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.feature-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.feature-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  padding: 12px;
  background: rgba(1, 208, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(1, 208, 255, 0.1);
  transition: all 0.2s ease;
}

.feature-highlight:hover {
  background: rgba(1, 208, 255, 0.1);
  border-color: rgba(1, 208, 255, 0.2);
  transform: translateY(-1px);
}

.feature-highlight i {
  width: 20px;
  height: 20px;
  color: #01d0ff;
  font-size: 1rem;
  flex-shrink: 0;
}

.dashboard-display {
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  margin: 0 20px;
  position: relative;
}

/* ============================================
   SCREENSHOT CAROUSEL
   ============================================ */

.screenshot-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide:not(.active) {
  display: none;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.carousel-btn {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #333333;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: all;
  backdrop-filter: blur(10px);
}

.carousel-btn:hover {
  background: rgba(1, 208, 255, 0.2);
  border-color: #01d0ff;
  transform: scale(1.1);
}

.carousel-btn i {
  font-size: 1rem;
  color: #ffffff;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.indicator.active {
  background: #01d0ff;
  border-color: #ffffff;
  transform: scale(1.2);
}

.indicator:hover {
  background: rgba(1, 208, 255, 0.6);
}

.dashboard-container {
  position: relative;
}

.dashboard-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #000000;
  border-bottom: 1px solid #333333;
}

.dashboard-title-bar h4 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.dashboard-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #10b981;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.dashboard-image-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  background: #000000;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 
    0 0 0 1px rgba(1, 208, 255, 0.1),
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dashboard-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(1, 208, 255, 0.05) 0%,
    rgba(0, 0, 0, 0.1) 25%,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(1, 208, 255, 0.03) 75%,
    rgba(0, 0, 0, 0.1) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.dashboard-image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 0.95) 100%
  );
  pointer-events: none;
  z-index: 5;
}

.dashboard-screenshot {
  width: 100%;
  height: 600px;
  display: block;
  transition: all 0.4s ease;
  object-fit: cover;
  object-position: center top;
  filter: 
    contrast(1.1) 
    brightness(0.95) 
    saturate(1.1);
  border-radius: 12px;
}

.dashboard-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(1, 208, 255, 0.1) 30%,
    rgba(0, 0, 0, 0.95) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.dashboard-image-wrapper:hover .dashboard-overlay {
  opacity: 1;
}

.dashboard-image-wrapper:hover .dashboard-screenshot {
  transform: scale(1.02);
  filter: 
    contrast(1.2) 
    brightness(0.9) 
    saturate(1.2);
}

.dashboard-image-wrapper:hover {
  box-shadow: 
    0 0 0 1px rgba(1, 208, 255, 0.3),
    0 12px 48px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.dashboard-image-wrapper:hover::before {
  background: linear-gradient(
    135deg,
    rgba(1, 208, 255, 0.1) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0.08) 50%,
    rgba(1, 208, 255, 0.06) 75%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.overlay-content {
  text-align: center;
  color: #ffffff;
  padding: 30px;
  max-width: 400px;
}

.overlay-content h5 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: #ffffff;
}

.overlay-content p {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 20px;
  line-height: 1.5;
}

.demo-badge {
  display: inline-block;
  background: #01d0ff;
  color: #000000;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.content-text {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-text h3 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.content-text p {
  font-size: 1.125rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 500px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}

.feature-item i {
  width: 20px;
  height: 20px;
  color: #01d0ff;
  font-size: 1rem;
}

.featured-capabilities {
  margin-bottom: 40px;
}

.featured-capabilities h4 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.capabilities-grid span {
  font-size: 0.875rem;
  color: #94a3b8;
  padding: 4px 0;
}

.content-visual {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.dashboard-preview {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.dashboard-image-container {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}

.dashboard-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(1, 208, 255, 0.1) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.dashboard-image-container:hover .image-overlay {
  opacity: 1;
}

.dashboard-image-container:hover .dashboard-image {
  transform: scale(1.05);
  filter: blur(1px);
}

.overlay-content {
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.overlay-content h4 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
}

.overlay-content p {
  font-size: 1rem;
  color: #94a3b8;
  margin: 0;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-outline {
  flex: 1;
  min-width: 140px;
  text-align: center;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: black;
  border-bottom: 1px solid #333333;
}

.dashboard-title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}

.dashboard-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #10b981;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: black;
}

.metric-card {
  background: #1a1a1a;
  padding: 20px;
  text-align: center;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
}

.metric-label {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 8px;
}

.metric-trend {
  font-size: 0.75rem;
  color: #10b981;
  font-weight: 400;
}

.chart-container {
  height: 120px;
  background: #1a1a1a;
  position: relative;
  padding: 20px;
}

.chart-placeholder {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.chart-line {
  position: absolute;
  height: 3px;
  border-radius: 2px;
  animation: drawLine 2s ease-in-out;
}

.chart-line.total-users {
  top: 30%;
  left: 10%;
  right: 10%;
  background: linear-gradient(90deg, #01d0ff, #00b8e6);
}

.chart-line.licensed-users {
  top: 50%;
  left: 10%;
  right: 10%;
  background: linear-gradient(90deg, #8b5cf6, #a855f7);
}

.chart-line.deduplicated {
  top: 70%;
  left: 10%;
  right: 10%;
  background: linear-gradient(90deg, #f59e0b, #f97316);
  border-style: dashed;
}

@keyframes drawLine {
  from { width: 0; }
  to { width: 100%; }
}

.services-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 400px;
}

.service-card {
  background: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  border-color: #01d0ff;
}

.service-icon {
  width: 48px;
  height: 48px;
  background: #01d0ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.service-icon i {
  color: #ffffff;
  font-size: 1.25rem;
}

.service-card h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

.roadmap-preview {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 300px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: black;
  border: 1px solid #333333;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.timeline-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-color: #01d0ff;
}

.timeline-item.current {
  border-color: #01d0ff;
  background: rgba(1, 208, 255, 0.1);
}

.timeline-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.timeline-item.current .timeline-marker {
  background: #01d0ff;
}

.timeline-item:not(.current) .timeline-marker {
  background: #333333;
  border: 1px solid #555555;
}

.timeline-marker i {
  color: #ffffff;
  font-size: 1rem;
}

.timeline-item:not(.current) .timeline-marker i {
  color: #94a3b8;
}

.timeline-content h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 4px;
}

.timeline-content p {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
}

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

/* ============================================
   CLEAN PLATFORM SECTION
   ============================================ */

.platform-section {
  background: #000000 !important;
  padding: 80px 0 !important;
  border-top: 1px solid #333333 !important;
}

/* ============================================
   CONSULTING TIMELINE STYLES - FULL WIDTH LAYOUT
   ============================================ */

.consulting-timeline {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.timeline-container {
  position: relative;
  padding: 40px 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #01d0ff;
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-left: 80px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: 21px;
  top: 20px;
  z-index: 3;
  width: 20px;
  height: 20px;
  background: #01d0ff;
  border: 3px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
}

.timeline-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.timeline-icon i {
  color: #000000;
  font-size: 0.7rem;
  transition: all 0.3s ease;
}


.timeline-content {
  width: 100%;
  background: black;
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline-item:hover .timeline-content {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-color: #01d0ff;
}

.timeline-item:hover .timeline-marker {
  transform: scale(1.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8), 0 0 10px rgba(1, 208, 255, 0.3);
}

.timeline-item.featured .timeline-content {
  border-color: #01d0ff;
  background: black;
  box-shadow: 0 2px 10px rgba(1, 208, 255, 0.1);
}

.timeline-item.featured .timeline-marker {
  background: #01d0ff;
  border-color: #000000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8), 0 0 10px rgba(1, 208, 255, 0.4);
}

.timeline-item.featured .timeline-icon i {
  color: #000000;
}

.timeline-badge {
  display: inline-block;
  background: #01d0ff;
  color: #000000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}

.timeline-header h3 {
  font-family: 'Aeonik', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.timeline-duration {
  background: rgba(1, 208, 255, 0.1);
  color: #01d0ff;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(1, 208, 255, 0.2);
  white-space: nowrap;
}

.timeline-content p {
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  font-size: 1rem !important;
}

.timeline-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #94a3b8;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.timeline-features li i {
  color: #01d0ff;
  font-size: 0.9rem;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

/* Timeline Responsive Design */
@media (max-width: 768px) {
  .consulting-timeline {
    padding: 0 16px;
  }
  
  .timeline-container::before {
    left: 20px;
  }
  
  .timeline-item {
    padding-left: 60px;
    margin-bottom: 30px;
  }
  
  .timeline-marker {
    left: 11px;
    width: 18px;
    height: 18px;
  }
  
  .timeline-icon i {
    font-size: 0.6rem;
  }
  
  .timeline-content {
    padding: 24px;
  }
  
  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .timeline-header h3 {
    font-size: 1.25rem !important;
  }
  
  .timeline-duration {
    font-size: 0.8rem;
    padding: 4px 12px;
  }
}

@media (max-width: 480px) {
  .timeline-item {
    padding-left: 50px;
  }
  
  .timeline-container::before {
    left: 15px;
  }
  
  .timeline-marker {
    left: 6px;
    width: 16px;
    height: 16px;
  }
  
  .timeline-content {
    padding: 20px;
  }
  
  .timeline-features li {
    font-size: 0.9rem;
    gap: 10px;
  }
  
  .timeline-header h3 {
    font-size: 1.125rem !important;
  }
  
  .timeline-content p {
    font-size: 0.95rem !important;
  }
}

/* ============================================
   CLEAN FOOTER
   ============================================ */

#footer {
  background: #000000 !important;
  border-top: 1px solid #333333 !important;
}

.footer-section h3 {
  font-family: 'Aeonik', sans-serif !important;
  color: #ffffff !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.footer-section ul li a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.footer-section ul li a:hover {
  color: #ffffff !important;
}

/* ============================================
   CLEAN NAVIGATION
   ============================================ */

.navbar a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  font-weight: 500 !important;
}

.navbar a:hover,
.navbar a.active {
  color: #01d0ff !important;
}

/* Dropdown menu - hide by default */
.dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #1a1a1a !important;
  border: 1px solid #333333 !important;
  border-radius: 8px !important;
  padding: 8px 0 !important;
  min-width: 200px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  z-index: 1000 !important;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu li {
  list-style: none !important;
  margin: 0 !important;
}

.dropdown-menu a {
  display: block !important;
  padding: 8px 16px !important;
  color: #94a3b8 !important;
  font-size: 0.9rem !important;
  transition: all 0.2s ease !important;
}

.dropdown-menu a:hover {
  color: #01d0ff !important;
  background: rgba(1, 208, 255, 0.1) !important;
}

.btn-demo {
  background: #01d0ff !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
  transition: all 0.2s ease !important;
}

.btn-demo:hover {
  background: #00b8e6 !important;
  color: #ffffff !important;
}

/* ============================================
   CLEAN PAGE BANNER
   ============================================ */

.page-banner {
  background: #000000 !important;
  padding: 120px 0 80px !important;
  border-bottom: 1px solid #333333 !important;
}

.page-banner h1 {
  font-family: 'Aeonik', sans-serif !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.page-banner .banner-subtitle {
  color: #01d0ff !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

.page-banner .banner-description {
  color: #94a3b8 !important;
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   RESPONSIVE CLEAN DESIGN
   ============================================ */

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem !important;
  }
  
  .section-header h2 {
    font-size: 2rem !important;
  }
  
  .feature-card,
  .value-card,
  .security-card {
    padding: 24px !important;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  /* Platform Showcase Mobile */
  .platform-header h2 {
    font-size: 2rem !important;
  }
  
  .showcase-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .content-text {
    padding: 40px 24px;
    order: 2;
  }
  
  .content-visual {
    padding: 24px;
    order: 1;
  }
  
  .content-text h3 {
    font-size: 2rem;
  }
  
  .services-preview {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .roadmap-preview {
    max-width: 100%;
  }
  
  .timeline-item {
    padding: 16px;
  }

  .platform-tabs {
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
  }
  
  .tab {
    border-radius: 8px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }
  
  .cta-buttons .btn-primary,
  .cta-buttons .btn-outline {
    width: 100%;
    min-width: auto;
  }

  /* Dashboard Showcase Mobile */
  .dashboard-header-section h3 {
    font-size: 2rem !important;
  }
  
  .feature-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .dashboard-display {
    margin: 0 10px;
  }
  
  .dashboard-screenshot {
    height: 400px;
  }
  
  .carousel-slide {
    height: 400px;
  }
  
  .dashboard-image-wrapper {
    height: 400px;
  }
  
  .overlay-content h5 {
    font-size: 1.5rem;
  }
  
  .overlay-content p {
    font-size: 0.9rem;
  }

  /* Carousel Mobile */
  .carousel-controls {
    padding: 0 10px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
  }
  
  .carousel-indicators {
    bottom: 15px;
  }
  
  .indicator {
    width: 10px;
    height: 10px;
  }
}

/* ============================================
   REMOVE ALL FANCY EFFECTS
   ============================================ */

/* Remove all gradient text effects */
* {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

/* Remove all blur effects */
* {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Remove all glow effects */
* {
  text-shadow: none !important;
  box-shadow: 0 0 0 transparent !important;
}

/* Remove all fancy animations */
* {
  animation: none !important;
}

/* ============================================
   FORCE NORMAL FONT WEIGHT FOR ALL HEADERS
   ============================================ */

h1, h2, h3, h4, h5, h6,
.banner-title,
.banner-subtitle,
.section-header h1,
.section-header h2,
.feature-card h3,
.value-card h3,
.security-card h3,
.contact-pricing-card h3,
.footer-section h3,
.page-banner h1,
.page-banner .banner-subtitle,
.platform-showcase h2,
.platform-showcase h3,
.showcase-content h3,
.capabilities-grid h4,
.contact-options h1,
.contact-options h2,
.contact-info-section h1,
.contact-info-section h2,
.contact-form-section h1,
.contact-form-section h2,
.contact-faq h1,
.contact-faq h2,
.company-story h1,
.company-story h2,
.company-culture h1,
.company-culture h2,
.mission-vision h1,
.mission-vision h2,
.careers-cta h2,
.culture-item h3,
.mission-card h3,
.contact-card h3,
.info-card h3,
.faq-item h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* ============================================
   BREADCRUMB STYLING
   ============================================ */

.page-banner-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}

.page-banner-breadcrumb a {
  color: #01d0ff !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-banner-breadcrumb a:hover {
  color: #00b8e6 !important;
}

.page-banner-breadcrumb .separator {
  color: #94a3b8 !important;
  opacity: 0.7;
}

.page-banner-breadcrumb span {
  color: #94a3b8 !important;
}

/* ============================================
   AGGRESSIVE OVERRIDES - FORCE STYLING
   ============================================ */

/* Force all headers to be normal weight */
* h1, * h2, * h3, * h4, * h5, * h6 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Force all section headers */
* .section-header * h1,
* .section-header * h2 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Force all card headers */
* .feature-card * h3,
* .value-card * h3,
* .security-card * h3,
* .contact-pricing-card * h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Force page banner elements */
* .page-banner * h1,
* .banner-title,
* .banner-subtitle {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override any Bootstrap or other framework styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Ultra-specific selectors to override everything */
body h1, body h2, body h3, body h4, body h5, body h6,
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6,
.section-header h1, .section-header h2,
.feature-card h3, .value-card h3, .security-card h3,
.page-banner h1, .banner-title, .banner-subtitle {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Force specific page elements */
#insight-okta h1, #insight-okta h2, #insight-okta h3,
.insight-okta h1, .insight-okta h2, .insight-okta h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Force all section headers on insight-okta page */
.features-section h2,
.why-section-enhanced h2,
.section-header h2 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Force all card headers */
.insight-content-card h3,
.feature-card h3,
.value-card h3,
.capabilities-grid h4 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* ============================================
   OVERRIDE MAIN.CSS FONT-WEIGHT RULES
   ============================================ */

/* Override main.css h1, h2, h3, h4, h5, h6 rules */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .hero-content h1 rule */
.hero-content h1 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .page-banner h1 rule */
.page-banner h1 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .banner-subtitle rule */
.banner-subtitle {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .section-header h2 rule */
.section-header h2 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .feature-card h3 rule */
.feature-card h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .value-card h3 rule */
.value-card h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .security-card h3 rule */
.security-card h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .contact-pricing-card h3 rule */
.contact-pricing-card h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}

/* Override main.css .footer-section h3 rule */
.footer-section h3 {
  font-weight: 400 !important;
  font-family: 'Aeonik', sans-serif !important;
}
