/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/sections/products/ai-empowered-website/FeaturesSection.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.FeaturesSection_featuresSection__ZAMc8 {
  padding: 100px 0;
  background: var(--white);
}

.FeaturesSection_sectionTitle__PHgzP {
  font-family: var(--font-secondary);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.FeaturesSection_sectionSubtitle__LM6M2 {
  font-size: 1.25rem;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.FeaturesSection_featureCard__3ZeNi {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  padding: 2.5rem;
  text-align: center;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
  height: 100%;
}

.FeaturesSection_featureCard__3ZeNi:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-lg);
  border-color: var(--primary-color);
}

.FeaturesSection_featureIcon__O7USI {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: var(--white);
}

.FeaturesSection_featureTitle__RyHWU {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.FeaturesSection_featureDescription__xPInn {
  color: var(--gray-600);
  line-height: 1.6;
  margin: 0;
}

.FeaturesSection_demoSection__ebKO6 {
  padding: 2rem;
}

.FeaturesSection_demoTitle__D6lU8 {
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.FeaturesSection_demoSubtitle__nTBl_ {
  font-size: 1.1rem;
  color: var(--gray-600);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.FeaturesSection_demoImage__Mg10X {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--box-shadow-lg);
}

.FeaturesSection_benefitsList__maF_v {
  padding: 2rem;
}

.FeaturesSection_benefitsTitle__CWGQ9 {
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}

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

.FeaturesSection_benefitsList__maF_v li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-700);
  font-size: 1.1rem;
  position: relative;
  padding-left: 2rem;
}

.FeaturesSection_benefitsList__maF_v li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.2rem;
}

.FeaturesSection_benefitsList__maF_v li:last-child {
  border-bottom: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .FeaturesSection_featuresSection__ZAMc8 {
    padding: 80px 0;
  }
  
  .FeaturesSection_sectionTitle__PHgzP {
    font-size: 2.5rem;
  }
  
  .FeaturesSection_sectionSubtitle__LM6M2 {
    font-size: 1.1rem;
  }
  
  .FeaturesSection_featureCard__3ZeNi {
    padding: 2rem;
  }
  
  .FeaturesSection_featureIcon__O7USI {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
  
  .FeaturesSection_featureTitle__RyHWU {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .FeaturesSection_featuresSection__ZAMc8 {
    padding: 60px 0;
  }
  
  .FeaturesSection_sectionTitle__PHgzP {
    font-size: 2rem;
  }
  
  .FeaturesSection_sectionSubtitle__LM6M2 {
    font-size: 1rem;
  }
  
  .FeaturesSection_featureCard__3ZeNi {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .FeaturesSection_featureIcon__O7USI {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .FeaturesSection_featureTitle__RyHWU {
    font-size: 1.2rem;
  }
  
  .FeaturesSection_demoSection__ebKO6,
  .FeaturesSection_benefitsList__maF_v {
    padding: 1rem;
    text-align: center;
  }
  
  .FeaturesSection_demoTitle__D6lU8,
  .FeaturesSection_benefitsTitle__CWGQ9 {
    font-size: 1.8rem;
  }
} 
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/sections/products/ai-empowered-website/HeroSection.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
.HeroSection_heroSection__VLdnI {
  background: #ffffff;
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.HeroSection_heroSection__VLdnI::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>') no-repeat center center;
  background-size: cover;
  opacity: 0.3;
  z-index: 1;
}

.HeroSection_heroContent__u6Sge {
  position: relative;
  z-index: 2;
}

.HeroSection_heroBadge__wSsyi {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(200, 16, 46, 0.1);
  border: 1px solid rgba(200, 16, 46, 0.2);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #C8102E;
}

.HeroSection_heroBadge__wSsyi i {
  font-size: 1rem;
}

.HeroSection_heroTitle__mStF4 {
  font-family: var(--font-secondary);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.HeroSection_heroSubtitle__2f7AR {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: #333333;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 600px;
  opacity: 0.9;
}

.HeroSection_heroCTA__vDJWK {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.HeroSection_btnPrimary__XpUFZ {
  background: #C8102E;
  border: 2px solid #C8102E;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(200, 16, 46, 0.3);
}

.HeroSection_btnPrimary__XpUFZ:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(200, 16, 46, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.HeroSection_btnSecondary__jtukZ {
  border: 2px solid #C8102E;
  color: #C8102E;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  cursor: pointer;
}

.HeroSection_btnSecondary__jtukZ:hover {
  background: #C8102E;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.HeroSection_heroImage__tltHx {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.HeroSection_heroImage__tltHx img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .HeroSection_heroSection__VLdnI {
    padding: 120px 0 80px;
  }
  
  .HeroSection_heroContent__u6Sge {
    margin-top: 2rem;
  }
  
  .HeroSection_heroTitle__mStF4 {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  
  .HeroSection_heroSubtitle__2f7AR {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .HeroSection_heroSection__VLdnI {
    padding: 100px 0 60px;
  }
  
  .HeroSection_heroContent__u6Sge {
    margin-top: 3rem;
  }
  
  .HeroSection_heroTitle__mStF4 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  
  .HeroSection_heroSubtitle__2f7AR {
    font-size: 1rem;
  }
}

@media (max-width: 375px) {
  .HeroSection_heroSection__VLdnI {
    padding: 90px 0 50px;
  }
  
  .HeroSection_heroContent__u6Sge {
    margin-top: 4rem;
  }
  
  .HeroSection_heroTitle__mStF4 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  
  .HeroSection_heroSubtitle__2f7AR {
    font-size: 0.95rem;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .HeroSection_heroSection__VLdnI {
    padding: 100px 0 60px;
  }
  
  .HeroSection_heroTitle__mStF4 {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  
  .HeroSection_heroSubtitle__2f7AR {
    font-size: 1.1rem;
  }
  
  .HeroSection_heroCTA__vDJWK {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .HeroSection_heroSection__VLdnI {
    padding: 80px 0 40px;
  }
  
  .HeroSection_heroBadge__wSsyi {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
  
  .HeroSection_heroTitle__mStF4 {
    font-size: 2rem;
    text-align: center;
  }
  
  .HeroSection_heroSubtitle__2f7AR {
    font-size: 1rem;
    text-align: center;
  }
  
  .HeroSection_heroCTA__vDJWK {
    flex-direction: column;
    align-items: center;
  }
  
  .HeroSection_btnPrimary__XpUFZ,
  .HeroSection_btnSecondary__jtukZ {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
} 
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/sections/products/ai-empowered-website/ShowcaseSection.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ShowcaseSection_showcaseSection__A0xgn {
  padding: 100px 0;
  background: var(--gray-50);
}

.ShowcaseSection_showcaseGrid__pU_62 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.ShowcaseSection_showcaseGrid__pU_62:nth-child(even) {
  direction: rtl;
}

.ShowcaseSection_showcaseGrid__pU_62:nth-child(even) .ShowcaseSection_showcaseContent__sRgY5 {
  direction: ltr;
}

.ShowcaseSection_showcaseContent__sRgY5 {
  padding: 2rem;
}

.ShowcaseSection_showcaseTitle__ffWiP {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}

.ShowcaseSection_showcaseDescription__TONyz {
  font-size: 1.1rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 2rem;
}

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

.ShowcaseSection_showcaseFeatures__CVg9n li {
  padding: 0.75rem 0;
  color: var(--gray-700);
  font-size: 1rem;
  position: relative;
  padding-left: 2rem;
}

.ShowcaseSection_showcaseFeatures__CVg9n li i {
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--primary-color);
  font-weight: bold;
}

.ShowcaseSection_showcaseImage__b_L3z {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--box-shadow-lg);
}

.ShowcaseSection_showcaseImage__b_L3z img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.ShowcaseSection_showcaseImage__b_L3z:hover img {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 991px) {
  .ShowcaseSection_showcaseSection__A0xgn {
    padding: 80px 0;
  }
  
  .ShowcaseSection_showcaseGrid__pU_62 {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .ShowcaseSection_showcaseGrid__pU_62:nth-child(even) {
    direction: ltr;
  }
  
  .ShowcaseSection_showcaseTitle__ffWiP {
    font-size: 2rem;
  }
  
  .ShowcaseSection_showcaseDescription__TONyz {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .ShowcaseSection_showcaseSection__A0xgn {
    padding: 60px 0;
  }
  
  .ShowcaseSection_showcaseGrid__pU_62 {
    margin-bottom: 3rem;
  }
  
  .ShowcaseSection_showcaseContent__sRgY5 {
    padding: 1rem;
  }
  
  .ShowcaseSection_showcaseTitle__ffWiP {
    font-size: 1.8rem;
  }
  
  .ShowcaseSection_showcaseDescription__TONyz {
    font-size: 0.95rem;
  }
  
  .ShowcaseSection_showcaseFeatures__CVg9n li {
    font-size: 0.9rem;
  }
} 
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/sections/products/ai-empowered-website/StatsSection.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
.StatsSection_statsSection__EwBab {
  padding: 100px 0;
  background: var(--white);
}

.StatsSection_statItem__yuXKj {
  text-align: center;
  padding: 2rem;
  background: var(--white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow);
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
}

.StatsSection_statItem__yuXKj:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-lg);
  border-color: var(--primary-color);
}

.StatsSection_statNumber__6Dlho {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-family: var(--font-secondary);
}

.StatsSection_statLabel__LVG0M {
  font-size: 1.1rem;
  color: var(--gray-600);
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 991px) {
  .StatsSection_statsSection__EwBab {
    padding: 80px 0;
  }
  
  .StatsSection_statItem__yuXKj {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .StatsSection_statNumber__6Dlho {
    font-size: 2.5rem;
  }
  
  .StatsSection_statLabel__LVG0M {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .StatsSection_statsSection__EwBab {
    padding: 60px 0;
  }
  
  .StatsSection_statItem__yuXKj {
    padding: 1rem;
  }
  
  .StatsSection_statNumber__6Dlho {
    font-size: 2rem;
  }
  
  .StatsSection_statLabel__LVG0M {
    font-size: 0.9rem;
  }
} 
