/* ================================================================
   MODERN LANDING PAGE - PROFESSIONAL REDESIGN
   Clean, conversion-optimized, industry-standard design
   ================================================================ */

/* ===== RESET & BASE STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== SECTION LAYOUTS ===== */
.hero-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 0px 0 80px !important; 
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.showcase-section {
  padding: 100px 0;
  background: #ffffff;
}

.benefits-section {
  padding: 100px 0;
  background: #f8fafc;
}

.integrations-section {
  padding: 100px 0;
  background: #ffffff;
}

.final-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  position: relative;
  overflow: hidden;
}

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== SECTION HEADERS ===== */
.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 24px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 20px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== HERO STYLES ===== */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 50px;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
}

.hero-title {
  font-size: 64px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 24px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 40px;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.hero-input-group {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  max-width: 500px;
  width: 100%;
}

.hero-input-group:focus-within {
  border-color: #4f46e5;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}

.hero-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 16px 20px;
  font-size: 16px;
  background: transparent;
}

.hero-input::placeholder {
  color: #9ca3af;
}

.hero-btn {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}

.hero-features {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
}

.hero-feature i {
  color: #10b981;
  font-size: 16px;
}

.hero-visual {
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto;
 
}

/* ===== SHOWCASE STYLES (Full Width) ===== */
.showcase-main-full {
  max-width: 100%;
  margin: 0 auto;
}

/* Demo Container */
.demo-container {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.demo-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.demo-header {
  background: #f8fafc;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-controls {
  display: flex;
  gap: 8px;
}

.demo-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.demo-dot.red { background: #ef4444; }
.demo-dot.yellow { background: #f59e0b; }
.demo-dot.green { background: #10b981; }

.demo-url {
  flex: 1;
  display: flex;
  justify-content: center;
}

.demo-url-bar {
  background: #e5e7eb;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #6b7280;
  font-family: monospace;
  display: flex;
  align-items: center;
  gap: 8px;
}

.demo-url-bar i {
  color: #10b981;
}

.demo-actions {
  display: flex;
  gap: 8px;
}

.demo-action-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.2s ease;
}

.demo-action-btn:hover {
  background: #e5e7eb;
  color: #6b7280;
}

.demo-content {
  position: relative;
  background: #fafafa;
}

.demo-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Hotspots */
.hotspot-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.hotspot-dot {
  width: 20px;
  height: 20px;
  background: #4f46e5;
  border: 3px solid white;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.4);
}

.hotspot-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #4f46e5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Tooltips */
.tooltip {
  position: absolute;
  z-index: 20;
  transform: translateX(-50%);
  width: 280px;
}

.tooltip.hidden {
  display: none;
}

.tooltip-content {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.tooltip-content::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-bottom: none;
  border-right: none;
}

.tooltip-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.tooltip-content p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.tooltip-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.stat {
  font-size: 12px;
  color: #6b7280;
}

.tooltip-features {
  margin-bottom: 16px;
}

.feature {
  display: block;
  font-size: 12px;
  color: #374151;
  margin-bottom: 4px;
}

.tooltip-metric {
  margin-bottom: 16px;
}

.metric-bar-container {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}

.metric-bar-fill {
  height: 100%;
  background: #10b981;
  border-radius: 3px;
}

.metric-text {
  font-size: 12px;
  color: #059669;
  font-weight: 600;
}

/* Feature Highlights (Full Width) */
.feature-highlights-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 100%;
  margin: 0 auto;
}

.feature-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 20px;
  color: white;
}

.feature-icon.blue { background: #3b82f6; }
.feature-icon.green { background: #10b981; }
.feature-icon.purple { background: #8b5cf6; }

.feature-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.feature-card p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .feature-highlights-full {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .demo-header {
    padding: 12px 16px;
  }
  
  .demo-url-bar {
    font-size: 12px;
    padding: 6px 12px;
  }
  
  .demo-actions {
    gap: 4px;
  }
  
  .demo-action-btn {
    width: 28px;
    height: 28px;
  }
  
  .hotspot-btn {
    width: 32px;
    height: 32px;
  }
  
  .hotspot-dot {
    width: 16px;
    height: 16px;
  }
  
  .hotspot-ring {
    width: 32px;
    height: 32px;
  }
  
  .tooltip {
    width: 240px;
  }
  
  .tooltip-content {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .demo-header {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  
  .demo-url {
    order: -1;
  }
  
  .tooltip {
    width: 200px;
  }
}

/* Utility Classes */
.hidden { display: none !important; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



/* Styles for the new full-width section */
.full-width-benefit {
  background-color: #f8fafc; /* A light background to distinguish the section */
  padding: 80px 0; /* Add vertical padding */
  margin-top: 60px; /* Space from the content above */
}

/* We target the benefit grid specifically within the full-width container */
.full-width-benefit .benefit-grid {
  align-items: center;
}

/* Optional: Adjust the content within the full-width section */
.full-width-benefit .benefit-content {
  max-width: 550px; /* You can adjust this as needed */
}

/* Ensure the container inside the full-width section behaves correctly */
.full-width-benefit .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}