/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blog/ArticleBody.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.ArticleBody_body__9TESs {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.ArticleBody_p__cftgN {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #374151;
}

.ArticleBody_h2__TmLDD {
  margin: 1.5rem 0 0.35rem;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #111827;
}

.ArticleBody_h2__TmLDD:first-child {
  margin-top: 0;
}

.ArticleBody_h3__qAaeN {
  margin: 1.15rem 0 0.25rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #111827;
}

.ArticleBody_h3__qAaeN:first-child {
  margin-top: 0;
}

.ArticleBody_context__kCaDs {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
  color: #6b7280;
}

.ArticleBody_quoteGroup__B3SCB {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ArticleBody_quoteLabel__csBMb {
  margin: 0.85rem 0 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
  letter-spacing: -0.02em;
}

.ArticleBody_quoteGroup__B3SCB:first-child .ArticleBody_quoteLabel__csBMb {
  margin-top: 0;
}

.ArticleBody_quoteGroup__B3SCB .ArticleBody_quote__e8xJB {
  margin: 0;
}

.ArticleBody_quote__e8xJB {
  margin: 0;
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 3px solid #4e54c8;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.68;
  color: #1f2937;
}

.ArticleBody_quote__e8xJB:first-of-type {
  margin-top: 0.15rem;
}

.ArticleBody_figure__PtzsU {
  margin: 1.1rem 0 0.25rem;
}

.ArticleBody_figureImg__DOzHH {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.ArticleBody_figureCaption__DJl8n {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #6b7280;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cases/CaseRelatedCards.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.CaseRelatedCards_section__z7v_w {
  margin-top: clamp(2.5rem, 6vw, 3.25rem);
  padding-top: clamp(1.75rem, 4vw, 2.25rem);
  border-top: 1px solid #e5e7eb;
}

.CaseRelatedCards_heading__gxkWx {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.CaseRelatedCards_list__02lcD {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: start;
}

.CaseRelatedCards_item__c2yFC {
  margin: 0;
  min-width: 0;
}

.CaseRelatedCards_link__OE8yt {
  display: block;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.CaseRelatedCards_link__OE8yt:hover {
  background: #ffffff;
  border-color: #c7d2fe;
  box-shadow: 0 4px 14px rgba(78, 84, 200, 0.1);
}

.CaseRelatedCards_title__ExUFs {
  --related-title-lh: 1.35;
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: var(--related-title-lh);
  color: #111827;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.CaseRelatedCards_excerpt__Qj4Jg {
  --related-excerpt-lh: 1.45;
  margin: 0;
  font-size: 0.82rem;
  line-height: var(--related-excerpt-lh);
  max-height: calc(var(--related-excerpt-lh) * 2em);
  color: #6b7280;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.CaseRelatedCards_meta__gGgAw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 0.55rem;
}

.CaseRelatedCards_badge__IMOot {
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4e54c8;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.CaseRelatedCards_date__tROv6 {
  font-size: 0.72rem;
  font-weight: 600;
  color: #9ca3af;
}

@media (max-width: 640px) {
  .CaseRelatedCards_list__02lcD {
    grid-template-columns: 1fr;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/app/cases/[slug]/case.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.case_page__vQfml {
  min-height: 100vh;
  padding: clamp(5rem, 11vw, 6.5rem) 1rem clamp(3rem, 7vw, 4rem);
  background: #f9fafb;
  font-family: var(--font-inter), system-ui, sans-serif;
}

.case_container__Aq8H3 {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.case_backButton__ZTUAV {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
  padding: 0.7rem 1.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4e54c8;
  background: #ffffff;
  border: 2px solid #4e54c8;
  border-radius: 8px;
  transition:
    transform 0.2s ease-out,
    box-shadow 0.2s ease-out,
    background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}

.case_backButton__ZTUAV:hover {
  background: #eef2ff;
  border-color: #3b4194;
  color: #3b4194;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(78, 84, 200, 0.14);
}

.case_backIcon__nOkMC {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
}

.case_articleLayout__ZPCoL {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  grid-template-areas:
    'header aside'
    'main aside';
  column-gap: clamp(1.5rem, 3.5vw, 2.5rem);
  row-gap: 1.35rem;
  align-items: start;
}

.case_header__Ej6C6 {
  grid-area: header;
  margin: 0;
}

.case_logoWrap__NkRu9 {
  margin-bottom: 0.85rem;
}

.case_logo__Rw18q {
  width: auto;
  max-width: 10rem;
  height: 2rem;
  object-fit: contain;
  object-position: left center;
}

.case_logoSquare__0IAN7 {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 0.4rem;
}

.case_title__SwawM {
  margin: 0;
  font-size: clamp(1.65rem, 4.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #111827;
}

.case_metaAside__Wk76S {
  grid-area: aside;
  justify-self: end;
  width: 280px;
}

.case_metaCard__gkwq_ {
  position: sticky;
  top: clamp(5rem, 11vw, 6rem);
  padding: 1.1rem 1.2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.case_metaCardItem__aah0O {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.case_metaCardItem__aah0O:first-child {
  padding-top: 0;
}

.case_metaCardItem__aah0O:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.case_metaLabel__NoQMe {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
}

.case_metaValue__HRlhx {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
}

.case_metaIcon__rWs9K {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.1rem;
  color: #4e54c8;
}

.case_mainContent__2mxpX {
  grid-area: main;
  min-width: 0;
}

.case_contextLead__gzgXc {
  margin: 0 0 1.35rem;
  padding: 0 0 1.35rem;
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.72;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
}

.case_bodySection__JLTZo {
  margin: 0;
}

.case_sourceFooter__utCMw {
  margin: 1.75rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid #e5e7eb;
}

.case_sourceLink__fqFlp {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #4e54c8, #6b70e0);
  box-shadow: 0 4px 14px rgba(78, 84, 200, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.case_sourceLink__fqFlp:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(78, 84, 200, 0.3);
}

@media (max-width: 900px) {
  .case_articleLayout__ZPCoL {
    grid-template-columns: 1fr;
    grid-template-areas:
      'header'
      'aside'
      'main';
  }

  .case_metaAside__Wk76S {
    justify-self: stretch;
    width: 100%;
  }

  .case_metaCard__gkwq_ {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 0.75rem 1rem;
    padding: 0.95rem 1rem;
  }

  .case_metaCardItem__aah0O {
    padding: 0;
    border-bottom: none;
  }
}

