/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/seo/HeroSection.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.HeroSection_heroSection__2_jbO {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.HeroSection_heroSection__2_jbO::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="%23e41a58" stop-opacity="0.1"/><stop offset="100%" stop-color="%23e41a58" 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.5;
  z-index: 1;
}

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

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

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

.HeroSection_btnPrimary__afJ_6 {
  background: linear-gradient(135deg, #e41a58, #ff6b9d);
  border: none;
  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(228, 26, 88, 0.3);
}

.HeroSection_btnPrimary__afJ_6:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(228, 26, 88, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.HeroSection_btnSecondary___4YXd {
  border: 2px solid #d4d4d4;
  color: #404040;
  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: #ffffff;
  cursor: pointer;
}

.HeroSection_btnSecondary___4YXd:hover {
  border-color: #e41a58;
  color: #e41a58;
  transform: translateY(-2px);
  text-decoration: none;
}

.HeroSection_heroImage__0V7dF img {
  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__2_jbO {
    padding: 120px 0 80px;
  }
  
  .HeroSection_heroContent__c9k0E {
    margin-top: 2rem;
  }
  
  .HeroSection_heroTitle__l6cpk {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  
  .HeroSection_heroSubtitle__LfI1j {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .HeroSection_heroSection__2_jbO {
    padding: 100px 0 60px;
  }
  
  .HeroSection_heroContent__c9k0E {
    margin-top: 3rem;
  }
  
  .HeroSection_heroTitle__l6cpk {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  
  .HeroSection_heroSubtitle__LfI1j {
    font-size: 1rem;
  }
}

@media (max-width: 375px) {
  .HeroSection_heroSection__2_jbO {
    padding: 90px 0 50px;
  }
  
  .HeroSection_heroContent__c9k0E {
    margin-top: 4rem;
  }
  
  .HeroSection_heroTitle__l6cpk {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  
  .HeroSection_heroSubtitle__LfI1j {
    font-size: 0.95rem;
  }
} 
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/seo/FeaturesSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.FeaturesSection_featuresSection__TCnU4 {
  padding: 80px 0;
  background: #ffffff;
}

.FeaturesSection_sectionTitle___FgLb {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

.FeaturesSection_sectionSubtitle__AKtJ7 {
  font-size: 1.1rem;
  color: #525252;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.FeaturesSection_featureCard__F_xIa {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 1px solid #e5e5e5;
}

.FeaturesSection_featureCard__F_xIa:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.FeaturesSection_featureIcon__TQfv3 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e41a58, #ff6b9d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #ffffff;
}

.FeaturesSection_featureTitle__W_aYU {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.FeaturesSection_featureDescription__a6D4e {
  color: #525252;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .FeaturesSection_sectionTitle___FgLb {
    font-size: 2rem;
  }
  
  .FeaturesSection_featureCard__F_xIa {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .FeaturesSection_featuresSection__TCnU4 {
    padding: 60px 0;
  }
} 
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/seo/SEOToolsSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.SEOToolsSection_seoToolsSection__G3po_ {
  padding: 80px 0;
  background: #f8f9fa;
}

.SEOToolsSection_sectionTitle__Q0kQz {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

.SEOToolsSection_sectionSubtitle__r0H8o {
  font-size: 1.1rem;
  color: #525252;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.SEOToolsSection_toolCard__pFysG {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 1px solid #e5e5e5;
}

.SEOToolsSection_toolCard__pFysG:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.SEOToolsSection_toolIcon__U6rR4 {
  width: 60px;
  height: 60px;
  background: #e41a58;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

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

.SEOToolsSection_toolDescription__ZPUPe {
  color: #525252;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .SEOToolsSection_sectionTitle__Q0kQz {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .SEOToolsSection_seoToolsSection__G3po_ {
    padding: 60px 0;
  }
} 
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/seo/ResultsSection.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.ResultsSection_resultsSection__BtMmn {
  padding: 80px 0;
  background: #ffffff;
}

.ResultsSection_sectionTitle__crzM8 {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

.ResultsSection_sectionSubtitle__TnamV {
  font-size: 1.1rem;
  color: #525252;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ResultsSection_resultMetric__Zmxc3 {
  text-align: center;
  margin-bottom: 2rem;
}

.ResultsSection_metricNumber__ccO1X {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-secondary);
  color: #e41a58;
  margin-bottom: 0.5rem;
}

.ResultsSection_metricLabel__gZdb6 {
  font-size: 1.1rem;
  color: #525252;
}

.ResultsSection_metricDescription__oGXLA {
  font-size: 0.9rem;
  color: #525252;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .ResultsSection_sectionTitle__crzM8 {
    font-size: 2rem;
  }
  
  .ResultsSection_metricNumber__ccO1X {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .ResultsSection_resultsSection__BtMmn {
    padding: 60px 0;
  }
} 
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/seo/ProcessSection.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.ProcessSection_processSection__U2W1c {
  padding: 80px 0;
  background: #f8f9fa;
}

.ProcessSection_sectionTitle__wS73X {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

.ProcessSection_sectionSubtitle__gDfM_ {
  font-size: 1.1rem;
  color: #525252;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ProcessSection_processStep__c8j_h {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ProcessSection_processStep__c8j_h:hover {
  transform: translateX(10px);
}

.ProcessSection_processNumber__1g1E5 {
  width: 50px;
  height: 50px;
  background: #e41a58;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.ProcessSection_processContent__dZcsw h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.ProcessSection_processContent__dZcsw p {
  color: #525252;
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .ProcessSection_sectionTitle__wS73X {
    font-size: 2rem;
  }
  
  .ProcessSection_processStep__c8j_h {
    flex-direction: column;
    text-align: center;
  }
  
  .ProcessSection_processNumber__1g1E5 {
    margin: 0 auto 1rem;
  }
}

@media (max-width: 576px) {
  .ProcessSection_processSection__U2W1c {
    padding: 60px 0;
  }
} 
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/seo/CTASection.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.CTASection_ctaSection__dhLhV {
  padding: 80px 0;
  background: linear-gradient(135deg, #e41a58, #ff6b9d);
  color: #ffffff;
  text-align: center;
}

.CTASection_ctaTitle__vIYH1 {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.CTASection_ctaSubtitle__KlFfI {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.CTASection_btnWhite__n0YAT {
  background: #ffffff;
  color: #e41a58;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.CTASection_btnWhite__n0YAT:hover {
  background: #f8f9fa;
  color: #e41a58;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 768px) {
  .CTASection_ctaTitle__vIYH1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .CTASection_ctaSection__dhLhV {
    padding: 60px 0;
  }
} 
