/* General Page Styles */
.page_pageWrapper__dwooz {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--font-geist-sans), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Hero Section Styles */
.page_heroSection___mcj9 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem 2rem 3rem 2rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_heroContainer__WSN_b {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  width: 100%;
  gap: 2rem;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
}

.page_heroTopContent__pKI3y {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.page_heroDemo__xlnEe {
  display: flex;
  max-width: 1200px;
  width: 100%;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

/* Social Proof Banner - REMOVED */

.page_mainHeadline__Idp8S {
  font-size: 2.4rem; /* Reduced for better above-fold fit */
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.page_headlineHighlight__WEyYx {
  color: #c3dafe; /* Lighter accent for part of the headline */
}

.page_subHeadline__s9UyS {
  font-size: 1.1rem; /* Slightly reduced font size */
  margin: 0 auto 1.5rem auto;
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.5;
  text-align: center;
}

/* Updated CTA Button to make it pop */
.page_ctaButtonPrimary__8BxjY {
  padding: 0.75rem 2.5rem; /* Increased horizontal padding */
  border-radius: 8px; /* Slightly more rounded */
  font-size: 1rem; /* Adjusted for new padding */
  font-weight: 600; /* Bolder text */
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  font-family: var(--font-geist-sans);
  letter-spacing: 0.03em;
  background: linear-gradient(145deg, #007bff, #0056b3); /* Brighter blue gradient */
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1); /* Enhanced shadow */
  display: inline-block;
  text-decoration: none;
  margin-right: 1rem;
  min-width: 220px; /* Minimum width to make it wider */
}

.page_ctaButtonPrimary__8BxjY:hover {
  background: linear-gradient(145deg, #0069d9, #004085); /* Slightly darker/more intense on hover */
  transform: translateY(-2px) scale(1.02); /* More pronounced hover effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.15); /* Stronger hover shadow */
}

/* Secondary CTA Button */
.page_ctaButtonSecondary__nXhyv {
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: white;
  display: inline-block;
  text-decoration: none;
}

.page_ctaButtonSecondary__nXhyv:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.page_ctaButtonContainer__BVqTi {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.page_ctaMicrocopy__2hVFS {
  font-size: 0.85rem;
  margin-top: 0.75rem;
  opacity: 0.8;
}

/* Benefits under CTA buttons */
.page_ctaBenefits__YyoyI {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.page_ctaBenefit__bH5tm {
  font-size: 0.9rem;
  font-weight: 500;
  color: #718096;
  text-align: center;
}

/* Hero section benefits - keep white color for purple background */
.page_heroSection___mcj9 .page_ctaBenefit__bH5tm {
  color: rgba(255, 255, 255, 0.9);
}

/* Demo Components (formerly in processFlow) */
.page_scriptInput__h1I5q {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1 1;
  max-width: 400px;
  height: 280px;
  display: flex;
  flex-direction: column;
}

.page_scriptHeader__5WpEc {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #c3dafe;
  flex-shrink: 0;
}

.page_scriptText__yqfvk {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
  font-family: 'Courier New', monospace;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 8px;
  border-left: 3px solid #c3dafe;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.page_processArrow__tG_DW {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.75rem;
  min-width: 80px;
  max-width: 140px;
  background: linear-gradient(145deg, #10b981, #059669);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page_arrowIcon__l8CCv {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  animation: page_pulse__U_e85 2s infinite;
}

@keyframes page_pulse__U_e85 {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.page_arrowText__ghfoc {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  max-width: 110px;
  word-wrap: break-word;
}

.page_flowArrow__IXUe_ {
  font-size: 1.8rem;
  animation: page_bounce__Y_Fqi 2s infinite;
}

@keyframes page_bounce__Y_Fqi {
  0%, 100% { 
    transform: translateX(0); 
  }
  50% { 
    transform: translateX(5px); 
  }
}

.page_bulkOutput__dQqiF {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1 1;
  max-width: 400px;
  height: 280px;
}

.page_outputHeader__Ub8KS {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #c3dafe;
}

.page_imageGrid__13QKI {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  margin-bottom: 1rem;
  align-items: center;
}

.page_sceneLabel__SIxAr {
  font-size: 0.7rem;
  font-weight: 600;
  color: #c3dafe;
  text-align: right;
  padding-right: 0.3rem;
  opacity: 0.9;
}

.page_imageBox__6VN17 {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease;
  overflow: hidden;
}

.page_imageBox__6VN17 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.page_imageBox__6VN17:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.15);
}

.page_outputText__r3omD {
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.8;
  font-weight: 500;
}

/* Social Proof Section */
.page_socialProofSection__8sOEp {
  background: white;
  padding: 3rem 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.page_socialProofGrid__kte_O {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page_proofItem__w1hMg {
  text-align: center;
}

.page_proofNumber__RSSO8 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.page_proofLabel__jmDwI {
  font-size: 1rem;
  color: #718096;
  font-weight: 500;
}

/* Benefits Section */
.page_benefitsSection__xuYh4 {
  background: #f7fafc;
  padding: 4rem 2rem;
  text-align: center;
}

.page_benefitsGrid__ZUi7s {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2.5rem;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page_benefitCard__1eVqr {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page_benefitCard__1eVqr:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page_benefitIcon__pYGIQ {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.page_benefitTitle__fQ3Ux {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2d3748;
}

.page_benefitText__fv9Xy {
  font-size: 1rem;
  color: #718096;
  line-height: 1.6;
}

/* Section Base Styles */
.page_howItWorksSection__2SweS,
.page_bottomCtaSection__mufMi,
.page_testimonialsSection__exkDv,
.page_objectionSection__bNqCe,
.page_useCasesSection__HTrof {
  padding: 3rem 2rem;
  text-align: center;
}

.page_sectionTitle__hzsAh {
  font-size: 2.2rem; /* Responsive font size */
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #4A5568; /* Slightly muted dark gray */
}

/* How It Works Section */
.page_howItWorksSection__2SweS {
  background-color: #f9fafb; /* Light gray background */
}

.page_stepsGrid__OG6X3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.page_stepCard__RUgHq {
  text-align: center;
}

.page_stepNumber__2EZE0 {
  width: 50px;
  height: 50px;
  background-color: #667eea;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem auto;
}

.page_stepTitle__kKqcb {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #4A5568;
}

.page_stepText__9rP0A {
  font-size: 1rem;
  color: #718096;
}

/* Use Cases Section */
.page_useCasesSection__HTrof {
  background: white;
}

.page_useCasesGrid__FQeK9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.page_useCaseCard__M9fBL {
  background: #f7fafc;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid transparent;
}

.page_useCaseCard__M9fBL:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #667eea;
}

.page_useCaseEmoji__tkv2X {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.page_useCaseCard__M9fBL h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2d3748;
}

.page_useCaseCard__M9fBL p {
  font-size: 1rem;
  color: #718096;
  line-height: 1.6;
  margin: 0;
}

/* Testimonials Section */
.page_testimonialsSection__exkDv {
  background: white;
}

.page_testimonialsGrid__grkNB {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page_testimonialCard__8YWAu {
  background: #f7fafc;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #667eea;
  text-align: left;
}

.page_testimonialText__hLDzx {
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 1rem;
  font-style: italic;
  line-height: 1.6;
}

.page_testimonialAuthor__zFcbB {
  font-size: 0.9rem;
  color: #718096;
  font-weight: 600;
}

/* Objection Handling Section */
.page_objectionSection__bNqCe {
  background: #f7fafc;
}

.page_objectionsGrid__XcT8p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.page_objectionItem__xzbv_ {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.page_objectionItem__xzbv_ h4 {
  font-size: 1.2rem;
  color: #2d3748;
  margin-bottom: 1rem;
  font-weight: 600;
}

.page_objectionItem__xzbv_ p {
  font-size: 1rem;
  color: #718096;
  line-height: 1.6;
  margin: 0;
}

/* Bottom CTA Section */
.page_bottomCtaText__RwKvn {
  font-size: 1.1rem;
  color: #718096;
  max-width: 600px;
  margin: 0 auto 2rem auto;
}

.page_bottomCtaText__RwKvn strong {
  color: #2d3748;
}

/* Footer Styles */
.page_footer__sHKi3 {
  background-color: #2D3748; /* Dark background for footer */
  color: #A0AEC0; /* Light gray text for footer */
  text-align: center;
  padding: 2rem;
  margin-top: auto; /* Pushes footer to the bottom */
}

.page_footerContent__sUmFz p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page_mainHeadline__Idp8S {
    font-size: 2.2rem;
  }
  .page_subHeadline__s9UyS {
    font-size: 1rem;
  }
  .page_sectionTitle__hzsAh {
    font-size: 1.8rem;
  }
  .page_heroSection___mcj9 {
    padding: 3rem 1rem;
    min-height: auto;
  }
  
  /* Stack hero content vertically on mobile */
  .page_heroContainer__WSN_b {
    gap: 2rem;
  }
  
  .page_heroTopContent__pKI3y {
    max-width: 100%;
  }
  
  .page_heroDemo__xlnEe {
    flex-direction: column;
    max-width: 100%;
    gap: 1rem;
  }
  
  .page_howItWorksSection__2SweS,
  .page_bottomCtaSection__mufMi,
  .page_testimonialsSection__exkDv,
  .page_objectionSection__bNqCe,
  .page_benefitsSection__xuYh4,
  .page_socialProofSection__8sOEp,
  .page_useCasesSection__HTrof {
    padding: 2rem 1rem;
  }
  .page_ctaButtonPrimary__8BxjY,
  .page_ctaButtonSecondary__nXhyv {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .page_ctaButtonContainer__BVqTi {
    flex-direction: column;
    align-items: stretch;
  }
  .page_benefitsGrid__ZUi7s,
  .page_testimonialsGrid__grkNB,
  .page_objectionsGrid__XcT8p,
  .page_useCasesGrid__FQeK9 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page_socialProofGrid__kte_O {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page_proofNumber__RSSO8 {
    font-size: 2rem;
  }
  
  /* Mobile adjustments for demo components */
  .page_scriptInput__h1I5q,
  .page_bulkOutput__dQqiF {
    max-width: 100%;
    padding: 1.25rem;
  }
  
  .page_scriptText__yqfvk {
    font-size: 0.8rem;
    padding: 0.75rem;
  }
  
  .page_imageGrid__13QKI {
    grid-template-columns: auto 1fr 1fr 1fr;
    gap: 0.4rem;
  }
  
  .page_sceneLabel__SIxAr {
    font-size: 0.7rem;
    padding-right: 0.3rem;
  }
  
  .page_imageBox__6VN17 {
    font-size: 1.2rem;
  }
  
  .page_arrowText__ghfoc {
    font-size: 0.8rem;
  }
  
  .page_flowArrow__IXUe_ {
    transform: rotate(90deg);
    animation: page_bounceVertical__CRJFb 2s infinite;
  }
  
  @keyframes page_bounceVertical__CRJFb {
    0%, 100% { 
      transform: translateY(0) rotate(90deg); 
    }
    50% { 
      transform: translateY(-5px) rotate(90deg); 
    }
  }
  
  .page_processArrow__tG_DW {
    min-width: auto;
    padding: 1rem 0;
  }
  
  .page_ctaBenefits__YyoyI {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  
  .page_ctaBenefit__bH5tm {
    font-size: 0.85rem;
  }
  
  /* Mobile adjustments for video showcase */
  .page_videoShowcaseSection__Ade2l {
    padding: 3rem 1rem;
  }
  
  .page_videoShowcaseSubtitle__UI975 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .page_videoCarouselTrack__LUQFj {
    padding: 0 1rem;
    gap: 1rem;
  }
  
  .page_videoCard___Pe2N {
    width: 180px;
  }
  
  .page_carouselHint__vXHq7 {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}

/* Video Showcase Section */
.page_videoShowcaseSection__Ade2l {
  background: #f9fafb;
  padding: 4rem 2rem;
  text-align: center;
}

.page_videoShowcaseSubtitle__UI975 {
  font-size: 1.1rem;
  color: #718096;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page_videoCarousel__YWCit {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1rem 0;
  margin: 0 auto;
  scroll-behavior: smooth;
}

.page_videoCarouselTrack__LUQFj {
  display: flex;
  gap: 1.5rem;
  padding: 0 2rem;
  width: max-content;
}

.page_videoCarousel__YWCit::-webkit-scrollbar {
  height: 8px;
}

.page_videoCarousel__YWCit::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

.page_videoCarousel__YWCit::-webkit-scrollbar-thumb {
  background: #667eea;
  border-radius: 4px;
}

.page_videoCarousel__YWCit::-webkit-scrollbar-thumb:hover {
  background: #5a67d8;
}

.page_videoCard___Pe2N {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
  width: 220px;
}

.page_videoCard___Pe2N:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page_videoWrapper___PlI3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.78%; /* 9:16 aspect ratio for vertical videos */
  border-radius: 8px;
  overflow: hidden;
}

.page_videoEmbed__HNjys {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.page_videoCaption__1W8nk {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4A5568;
  margin-top: 1rem;
  text-align: center;
}

.page_carouselHint__vXHq7 {
  font-size: 0.9rem;
  color: #9CA3AF;
  margin-top: 1.5rem;
  font-style: italic;
} 
