/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/integrations/page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.page_hero___VG6l {
  background: linear-gradient(135deg, #1a1a2e, #2d2d4e);
  padding: 120px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page_hero___VG6l::before {
  content: '';
  position: absolute;
  top: -150px; right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(245,196,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page_tag__xcqnx {
  display: inline-block;
  background: rgba(245,196,0,0.12);
  border: 1px solid rgba(245,196,0,0.3);
  color: #f5c400;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.page_title__QbtOI {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.page_title__QbtOI span { color: #f5c400; }
.page_subtitle__qrj2T {
  font-family: 'Lora', Georgia, serif;
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.page_stats__cbWgL {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.page_stat__kZZOz { text-align: center; }
.page_statVal__H7Ruf {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #f5c400;
  line-height: 1;
  margin-bottom: 4px;
}
.page_statLabel__yJei1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page_body__brANp { padding: 80px 24px 96px; background: #f9f9fb; }
.page_inner__CXHCk { max-width: 1200px; margin: 0 auto; }
.page_grid__wrd2g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.page_card__kUAXR {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page_card__kUAXR:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,0.08);
  transform: translateY(-4px);
  border-color: rgba(245,196,0,0.3);
}
.page_badge__oISl7 {
  position: absolute;
  top: 16px; right: 16px;
  background: #f5c400;
  color: #1a1a2e;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
.page_cardTop__JEez9 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.page_icon__sjmbK {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.page_cardTitle__6dRjJ {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
}
.page_cardDesc__KShNV {
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  color: #555770;
  line-height: 1.6;
  margin: 0 0 20px;
  flex: 1 1;
}
.page_cardLink__YUFcq {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #d4a900;
  text-decoration: none;
  transition: gap 0.15s ease;
}
.page_cardLink__YUFcq:hover { gap: 10px; }

.page_ctaBox__ZRDsa {
  background: #1a1a2e;
  border-radius: 20px;
  padding: 56px 40px;
  margin-top: 56px;
  text-align: center;
}
.page_ctaTitle__TkbX2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.page_ctaTitle__TkbX2 span { color: #f5c400; }
.page_ctaDesc__KWD6v {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 32px;
}
.page_btnPrimary__0KBuo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #f5c400;
  color: #1a1a2e;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.page_btnPrimary__0KBuo:hover {
  background: #d4a900;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,196,0,0.4);
}

@media (max-width: 1024px) { .page_grid__wrd2g { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .page_grid__wrd2g { grid-template-columns: 1fr; } }
