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

.HeroSection_heroSection__DSbou::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__FYKSc {
  position: relative;
  z-index: 2;
}

.HeroSection_heroTitle__Pftzt {
  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__ymryI {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: #525252;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 600px;
}

.HeroSection_btnPrimary__oK2x7 {
  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__oK2x7:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(228, 26, 88, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.HeroSection_btnSecondary__f_BaN {
  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__f_BaN:hover {
  border-color: #e41a58;
  color: #e41a58;
  transform: translateY(-2px);
  text-decoration: none;
}

.HeroSection_heroImage__mLYAF 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__DSbou {
    padding: 120px 0 80px;
  }
  
  .HeroSection_heroContent__FYKSc {
    margin-top: 2rem;
  }
  
  .HeroSection_heroTitle__Pftzt {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  
  .HeroSection_heroSubtitle__ymryI {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .HeroSection_heroSection__DSbou {
    padding: 100px 0 60px;
  }
  
  .HeroSection_heroContent__FYKSc {
    margin-top: 3rem;
  }
  
  .HeroSection_heroTitle__Pftzt {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  
  .HeroSection_heroSubtitle__ymryI {
    font-size: 1rem;
  }
}

@media (max-width: 375px) {
  .HeroSection_heroSection__DSbou {
    padding: 90px 0 50px;
  }
  
  .HeroSection_heroContent__FYKSc {
    margin-top: 4rem;
  }
  
  .HeroSection_heroTitle__Pftzt {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  
  .HeroSection_heroSubtitle__ymryI {
    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/social/FeaturesSection.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.FeaturesSection_featuresSection__NGQ_1 {
  padding: 80px 0;
  background: #ffffff;
}

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

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

.FeaturesSection_featureCard__cWIHv {
  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__cWIHv:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

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

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

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

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

@media (max-width: 576px) {
  .FeaturesSection_featuresSection__NGQ_1 {
    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/social/PlatformsSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.PlatformsSection_platformsSection__wfNMt {
  padding: 80px 0;
  background: #f8f9fa;
}

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

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

.PlatformsSection_platformCard__9uLhm {
  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;
}

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

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

.PlatformsSection_platformIcon__fmCh6.PlatformsSection_facebook__GLYhb { color: #1877f2; }
.PlatformsSection_platformIcon__fmCh6.PlatformsSection_instagram__IIcLt { color: #e4405f; }
.PlatformsSection_platformIcon__fmCh6.PlatformsSection_twitter__BhdBC { color: #1da1f2; }
.PlatformsSection_platformIcon__fmCh6.PlatformsSection_linkedin__Cqali { color: #0077b5; }
.PlatformsSection_platformIcon__fmCh6.PlatformsSection_youtube__fM7Bx { color: #ff0000; }
.PlatformsSection_platformIcon__fmCh6.PlatformsSection_tiktok__KPQbp { color: #000000; }

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

.PlatformsSection_platformDescription__noSxb {
  color: #525252;
  font-size: 0.9rem;
}

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

@media (max-width: 576px) {
  .PlatformsSection_platformsSection__wfNMt {
    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/social/ContentTypesSection.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ContentTypesSection_contentTypesSection__odS47 {
  padding: 80px 0;
  background: #ffffff;
}

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

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

.ContentTypesSection_contentType__oFsPR {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ContentTypesSection_contentType__oFsPR:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

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

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

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

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

@media (max-width: 576px) {
  .ContentTypesSection_contentTypesSection__odS47 {
    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/social/AnalyticsSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.AnalyticsSection_analyticsSection__DyTOK {
  padding: 80px 0;
  background: #f8f9fa;
}

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

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

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

.AnalyticsSection_metricIcon__TC7Kb {
  width: 80px;
  height: 80px;
  background: #e41a58;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
}

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

.AnalyticsSection_metricDescription__M4lhU {
  color: #525252;
  font-size: 0.9rem;
}

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

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

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

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

.CTASection_btnWhite__bkECg {
  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__bkECg:hover {
  background: #f8f9fa;
  color: #e41a58;
  transform: translateY(-2px);
  text-decoration: none;
}

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

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