@charset "UTF-8";

.about_numbers_section .section_inner {
  padding-top: clamp(64px, 6vw, 92px);
  padding-bottom: clamp(70px, 7vw, 104px);
}

.about_numbers_head {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about_numbers_head p {
  margin: 16px auto 0;
  color: #4b5162;
  font-size: 16px;
  line-height: 1.9;
}

.about_numbers_grid {
  display: grid;
  gap: 22px;
  max-width: 1120px;
  margin: clamp(30px, 4vw, 46px) auto 0;
}

.about_numbers_panel {
  color: #171922;
  background: #fff;
  border: 1px solid #dfe4ee;
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(26, 28, 87, 0.08);
}

.about_numbers_panel_head {
  display: grid;
  gap: 8px;
}

.about_numbers_label {
  margin: 0;
  color: #1A1C57;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.about_numbers_panel h4 {
  margin: 0;
  color: #101116;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: 0;
}

.about_numbers_panel_head p:not(.about_numbers_label) {
  margin: 0;
  color: #586072;
  font-size: 14px;
  line-height: 1.8;
}

.about_revenue_panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
}

.about_revenue_panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1A1C57 0%, #1A1C57 70%, #A7354A 100%);
}

.about_revenue_panel .about_numbers_panel_head,
.about_revenue_chart,
.about_numbers_note {
  grid-column: 1 / -1;
}

.about_growth_summary {
  align-self: start;
  min-width: 174px;
  padding: 16px 18px;
  color: #fff;
  background: #1A1C57;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(26, 28, 87, 0.18);
}

.about_growth_summary span,
.about_growth_summary em {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0.82;
}

.about_growth_summary strong {
  display: block;
  margin: 2px 0;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.about_revenue_chart {
  min-width: 0;
  padding: 8px 0 0;
}

.about_revenue_chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.about_chart_grid {
  stroke: #e8ecf4;
  stroke-width: 1;
}

.about_chart_axis {
  stroke: #ccd3e0;
  stroke-width: 1.5;
}

.about_chart_area {
  fill: rgba(26, 28, 87, 0.08);
}

.about_chart_line {
  fill: none;
  stroke: #1A1C57;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about_chart_points circle {
  fill: #fff;
  stroke: #1A1C57;
  stroke-width: 4;
}

.about_revenue_chart text {
  fill: #5c6475;
  font-size: 13px;
  font-weight: 700;
}

.about_chart_value {
  fill: #1A1C57 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.about_chart_value_last {
  fill: #A7354A !important;
}

.about_numbers_note {
  margin: 0;
  padding: 14px 16px;
  color: #343946;
  background: #f6f8fc;
  border: 1px solid #e3e8f2;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.8;
}

.about_numbers_subgrid,
.about_org_grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
}

.about_sales_panel,
.about_org_card {
  padding: clamp(22px, 3vw, 30px);
}

.about_sales_mix_body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.about_donut {
  position: relative;
  display: grid;
  place-items: center;
  width: min(220px, 58vw);
  aspect-ratio: 1;
  margin: 0 auto;
  color: #171922;
  background: conic-gradient(from 0deg, #1A1C57 0% 51.1%, #A7354A 51.1% 96.6%, #c8cfda 96.6% 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 16px 34px rgba(26, 28, 87, 0.12);
}

.about_donut::after {
  content: "";
  position: absolute;
  inset: 24%;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #e6ebf3;
}

.about_donut span,
.about_donut em {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.about_donut span {
  margin-top: 4px;
  color: #1A1C57;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.about_donut em {
  margin-top: 6px;
  color: #596072;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about_sales_legend {
  display: grid;
  gap: 10px;
}

.about_sales_legend li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px 13px 34px;
  background: #f7f8fb;
  border: 1px solid #e1e6ef;
  border-radius: 8px;
}

.about_sales_legend li::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 10px;
  height: 10px;
  background: #1A1C57;
  border-radius: 50%;
}

.about_sales_legend .is-entertainment::before {
  background: #A7354A;
}

.about_sales_legend .is-book::before {
  background: #c8cfda;
}

.about_sales_legend span {
  color: #252936;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.about_sales_legend strong {
  color: #101116;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.about_metric_cards {
  display: grid;
  gap: 22px;
}

.about_metric_card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 186px;
  padding: clamp(22px, 3vw, 30px);
  color: #fff;
  background: #1A1C57;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(26, 28, 87, 0.16);
}

.about_metric_card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 72px;
  height: 4px;
  background: #A7354A;
  border-radius: 999px;
}

.about_metric_card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  opacity: 0.86;
}

.about_metric_card strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(44px, 6vw, 70px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.about_metric_card strong span {
  margin-left: 4px;
  color: #d8deed;
  font-size: 0.55em;
}

.about_metric_card em {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.about_org_grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about_age_main {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 18px;
  color: #1A1C57;
}

.about_age_main strong {
  font-size: clamp(46px, 7vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.about_age_main span {
  font-size: 18px;
  font-weight: 800;
}

.about_age_chart {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.about_age_chart li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
}

.about_age_chart span,
.about_age_chart em {
  color: #343946;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.about_age_chart b {
  display: block;
  height: 9px;
  overflow: hidden;
  background: #edf0f6;
  border-radius: 999px;
}

.about_age_chart i {
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #1A1C57, #46508d);
  border-radius: inherit;
}

.about_age_chart li:first-child i {
  width: 100%;
}

.about_gender_bar {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 54px;
  margin-top: 28px;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.about_gender_bar span {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.about_gender_male {
  background: #1A1C57;
}

.about_gender_female {
  background: #A7354A;
}

.about_gender_split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.about_gender_split p {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  color: #252936;
  background: #f7f8fb;
  border: 1px solid #e1e6ef;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.about_gender_split span {
  width: 9px;
  height: 9px;
  background: #1A1C57;
  border-radius: 50%;
}

.about_gender_split p:nth-child(2) span {
  background: #A7354A;
}

.about_gender_split strong {
  color: #101116;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .about_revenue_panel,
  .about_numbers_subgrid,
  .about_org_grid {
    grid-template-columns: 1fr;
  }

  .about_growth_summary {
    width: fit-content;
  }

  .about_sales_mix_body {
    grid-template-columns: 1fr;
  }

  .about_metric_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .about_numbers_head {
    text-align: left;
  }

  .about_numbers_head p {
    font-size: 15px;
  }

  .about_revenue_panel,
  .about_sales_panel,
  .about_org_card,
  .about_metric_card {
    padding: 20px 16px;
  }

  .about_revenue_chart {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .about_revenue_chart svg {
    min-width: 680px;
  }

  .about_metric_cards,
  .about_gender_split {
    grid-template-columns: 1fr;
  }

  .about_metric_card {
    min-height: 160px;
  }

  .about_sales_legend li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about_sales_legend strong {
    font-size: 22px;
  }

  .about_gender_bar span {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about_metric_card,
  .about_numbers_panel {
    transition: none !important;
  }
}
