#by-the-numbers {
  background-image: url(/assets/images/home/numbers/numbers-background-320.png);
  aspect-ratio: 10 / 47;
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  height: 100%;
  background-color: #273370
}
.numbers {
  display: flex;
  flex-direction: column; /* Stacks text and image vertically on mobile */
  width: 280px;
  margin: 0 auto;
  gap: 20px;
}
.title-text-wrapper {
  margin: 0 auto 2.5rem auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0;
}
.numbers-event-bar {
  width: 100%;
  display: flex;
  /* flex: 1; */
  height: 0.6rem;
}
@media (min-width: 768px) {
  .numbers-event-bar {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .numbers-event-bar {
    width: 500px;
  }
}
.blue {
  background-color: #8f99c8;
}
.green {
  background-color: #9abeb0;
}
.purple {
  background-color: #a592c7;
}
.yellow {
  background-color: #f0cb8e;
}

.title-wrapper,
.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .title-wrapper,
  .text-wrapper {
    gap: 40px;
  }
}
.title-wrapper h2 {
  color: var(--Neutral-Indigo-100);

  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.text-wrapper p {
  color: var(--Neutral-Indigo-100);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.85px;
  margin: 0;
}
#report-button {
  display: flex;
  width: fit-content;
  height: 60px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1.25px solid var(--Neutral-Indigo-100);
  /* Font Styles */
  color: var(--Neutral-Indigo-100);
  font-family: var(--font-tertiary);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.621px;
  text-transform: uppercase;
  transition:
    background-color 0.2s,
    color 0.2s;
  text-decoration: none;
}
#report-button:hover {
  background: rgba(251, 251, 252, 1);
  color: var(--Netural-Indigo-1000);
}
@media (min-width: 768px) {
  #report-button {
    border-radius: 8px;
    border: 1.5px solid;
  }
}
@media (min-width: 1200px) {
  @media (min-width: 768px) {
  #report-button {
    border-radius: 10px;
    border: 1.75px solid;
  }
}
}
@media (min-width: 1920px) {
  @media (min-width: 768px) {
  #report-button {
    border: 2px solid;
  }
}
}
.graphics-content {
  display: flex;
  width: 23.333rem;
  margin: 0 auto;
}
.graphics-wrapper {
  width: 17.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 1rem;
}
.graphics-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* width: 23.33rem; */
  min-height: 16.25rem;
  gap: 1rem;
}
.graphics-bottom {
  margin: 0;
  width: 100%;
}
.graphic .graphics-top,
.graphics-bottom,
.graphic-one,
.graphic-two,
.graphic-three {
  box-sizing: border-box;
}
.graphic {
  flex-shrink: 0;
}
.graphic-one {
  width: 57.5%;
  min-height: 16.25rem;
  padding: 0;
  margin: 0 auto;
}
.graphic-two {
  width: 37.5%;
  min-height: 16.25rem;
  padding: 0;
  margin: 0 auto;
}
.graphic {
  padding: 14.816px 12.537px;
  border-radius: 1.04169rem;
  border: 0.417px solid rgba(251, 251, 252, 0);
  background: linear-gradient(
    180deg,
    rgba(251, 251, 252, 0.6) 0%,
    rgba(251, 251, 252, 0.36) 100%
  );
  backdrop-filter: blur(4.166666507720947px);
}
.graphic h3 {
  color: var(--Neutral-Indigo-100);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  margin: 0 auto 0.5rem auto;
}
.interns h3 br {
  display: none;
}
.graphic p {
  color: var(--Neutral-Indigo-100);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin: 0 auto 0.5rem auto;
}
.graphic-one p {
  margin: 0.75rem 0;
}
.graphic-one img {
  width: 122px;
  margin-top: 0.75rem;
}
.graphic-three img {
  width: 234px;
}
@media (min-width: 576px) {
  #by-the-numbers {
    background-image: url(/assets/images/home/numbers/numbers-background-576.png);
    aspect-ratio: 576 / 1811;
  }
}
@media (min-width: 768px) {
  #by-the-numbers {
    background-image: url(/assets/images/home/numbers/numbers-background-768.png);
    aspect-ratio: 256 / 783;
  }
  .numbers {
    min-width: 644px;
    max-width: 644px;
    width: 100%;
  }
  .title-wrapper {
    width: 300px;
  }
  @media (min-width: 768px) {
    .title-wrapper {
      width: 100%;
    }
  }
  .text-wrapper a {
    min-width: 425px;
  }
  .text-wrapper a br {
    display: none;
  }
  .graphics-content,
  .graphics-wrapper,
  .graphics-top,
  .graphics-bottom {
    width: 46.25rem;
  }
  .graphic-one {
    width: 279px;
    margin-right: 0.75rem;
  }
  .graphic-two {
    width: 245px;
    margin-left: 0.75rem;
  }
  .graphic-one p {
    margin-top: 1.5rem;
  }
  .graphic-one img {
    width: 252px;
    margin-top: 1.5rem;
  }
  .interns h3 br {
    display: inline;
  }
  .graphics-top {
    margin-bottom: 2rem;
  }
  .graphic-three img {
    width: 536px;
  }
}
@media (min-width: 992px) {
  #by-the-numbers {
    background-image: url(/assets/images/home/numbers/numbers-background-992.png);
    aspect-ratio: 992 / 2533;
  }
}

@media (min-width: 1200px) {
  #by-the-numbers {
    background-image: url(/assets/images/home/numbers/numbers-background-1200.png);
    aspect-ratio: 400 / 499;
  }
  .numbers {
    min-width: 813px;
    max-width: 813px;
    width: 100%;
    padding-top: 5rem;
    margin-left: 5rem;
  }
  .graphics-content {
    min-width: 688px;
    max-width: 688px;
    width: 100%;
    padding-top: 1rem;
    margin-left: 5rem;
  }
  .graphics-content,
  .graphics-wrapper,
  .graphics-top,
  .graphics-bottom {
    width: 52.25rem;
  }
  .graphic-one {
    width: 335px;
    margin-left: 0;
    margin-right: 0.75rem;
  }
  .graphic-one img {
    width: 285px;
    margin-left: 0.5rem;
  }
  .graphics-wrapper {
    margin: 0;
  }
  .graphic-two {
    width: 250px;
    margin-left: 1rem;
    margin-right: 0;
  }
  .graphic-three img {
    width: 600px;
    margin-left: 0.5rem;
  }
  .title-text-wrapper {
    margin-top: 0;
  }
  .title-wrapper {
    width: 100%;
  }
  .text-wrapper {
    width: 100%;
  }
  .text-wrapper a {
    min-width: 510px;
  }
  .graphics-top {
    gap: 2rem;
  }
}

@media (min-width: 1400px) {
  #by-the-numbers {
    background-image: url(/assets/images/home/numbers/numbers-background-1400.png);
    aspect-ratio: 1400 / 1497;
  }
}
@media (min-width: 1621px) {
  .numbers {
    min-width: 873px;
    max-width: 873px;
  }
}
@media (min-width: 1920px) {
  #by-the-numbers {
    background-image: url(/assets/images/home/numbers/numbers-background-1920.png);
    aspect-ratio: 1920 / 1313;
    background-position: right center;
  }

  .by-the-numbers {
    display: flex;
    flex-direction: row;
    padding-top: 15rem;
    gap: 150px;
  }
  .numbers {
    margin-top: 2.5rem;
    max-width: 760px;
    min-width: 760px;
    width: 100%;
  }
  .title-text-wrapper {
    width: 760px;
    /* margin-left: 2.5rem; */
  }
  .text-wrapper {
    width: 760px;
  }
  .title-wrapper {
    width: 460px;
  }
  .text-wrapper a {
    width: 620px;
  }
  .graphics-content,
  .graphics-wrapper,
  .graphics-top,
  .graphics-bottom {
    width: 600px;
    margin: 0;
    gap: 3rem;
  }
  .graphic h3,
  .graphic p {
    margin: 0;
  }
  .graphic-one img {
    width: 265px;
  }
  .graphic-one {
    width: 305px;
  }
  .graphics-content {
    padding-top: 5rem;
    margin-top: 2.5rem;
  }
  .graphic-one,
  .graphic-two {
    margin: 0;
  }
  .graphic-three img {
    width: 555px;
  }
}

/* ================== NEW BY THE NUMBERS STATISTICS SECTION ================== */

.statistics {
  width: 280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 0.8px solid var(--Neutral-Indigo-100);
  background: radial-gradient(
    680.89% 225.03% at 14.75% -72.35%,
    rgba(106, 111, 118, 0.25) 9.72%,
    rgba(161, 166, 174, 0.2) 22.51%,
    rgba(201, 205, 211, 0.05) 34.25%,
    rgba(229, 232, 237, 0.25) 56.29%,
    rgba(201, 205, 211, 0.1) 70%,
    rgba(161, 166, 174, 0.3) 85.12%,
    rgba(106, 111, 118, 0.4) 100%
  );

  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Row 1: Top Numbers | Row 2: Top Labels | Row 3: Top Details 
     Row 4: THE CROSSHAIR TRACK | Row 5: Bottom Numbers | Row 6: Bottom Labels | Row 7: Bottom Details */
  grid-template-rows: auto auto auto 3rem auto auto auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .statistics {
    margin: 0 auto;
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .statistics {
    width: 830px;
  }
}
@media (min-width: 1200px) {
  .statistics {
    width: 820px;
    height: 630px;
    margin-top: 40px;
    margin-left: 5rem;
  }
}
@media (min-width: 1920px) {
  .statistics {
    margin: 8rem auto;
    height: 684px;
  }
}
/* --- The New "In-Grid" Crosshair --- */
.statistics::after {
  content: "";
  grid-column: 1 / span 2; /* Spans across both columns */
  grid-row: 4; /* Sits in the middle track */
  align-self: center; /* Centers vertically in that 3rem space */
  justify-self: center; /* Centers horizontally */
  height: 0.8px;
  width: 90%; /* Stops before the edges */
  background: linear-gradient(
    90deg,
    var(--Neutral-Indigo-100) 0%,
    rgba(251, 251, 252, 0.5) 100%
  );
  z-index: 2;
}

/* Vertical line remains absolute to slice through all rows */
.statistics::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5%;
  bottom: 5%;
  width: 0.8px;
  background: linear-gradient(
    180deg,
    var(--Neutral-Indigo-100) 0%,
    rgba(251, 251, 252, 0.5) 100%
  );
  z-index: 1;
}

/* --- Positional Logic --- */
[class*="--top-left"],
[class*="--bottom-left"] {
  grid-column: 1;
}
[class*="--top-right"],
[class*="--bottom-right"] {
  grid-column: 2;
}

.statistics__main-number--top-left,
.statistics__main-number--top-right {
  grid-row: 1;
  align-self: end;
  padding-top: 2rem;
}

.statistics__label--top-left,
.statistics__label--top-right {
  grid-row: 2;
}

/* @media (min-width: 768px) {
  .statistics__label--top-right br {
    display: none;
  }
} */
.statistics__details--top-left,
.statistics__details--top-right {
  grid-row: 3;
}

.statistics__main-number--bottom-left {
  grid-row: 5;
  align-self: end;
  padding: 0 !important;
}
.statistics__main-number--bottom-right {
  grid-row: 6;
}
.statistics__label--bottom-left {
  grid-row: 6;
  align-self: center;
}
.statistics__label--bottom-right {
  grid-row: 7;
}
.statistics__details--bottom-left,
.statistics__details--bottom-right {
  grid-row: 7;
}

/* --- Reset & Typography --- */
.statistics__main-number,
.statistics__label,
.statistics__sub-number,
.statistics__sub-text,
.statistics__details {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  text-align: center;
}
.statistics__main-number {
  color: var(--Neutral-Indigo-100);
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 0.8; /* Key for baseline alignment */
  letter-spacing: 2.67px;
  padding-bottom: 2rem;
}
.statistics > * {
  margin: 0 auto !important;
}
.statistics__label {
  color: var(--Neutral-Indigo-100);
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: 0.88px;
  margin-top: -1.5rem !important;
}
@media (min-width: 768px) {
  .statistics__label {
    margin: 0 !important;
  }
  .statistics__label br {
    display: none;
  }
  .statistics__label--bottom-right br {
    display: block;
  }
  .statistics__main-number--bottom-right {
    grid-row: 6;
  }
  .statistics__label--bottom-right {
    grid-row: 7;
  }
}
.statistics__details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: -1.3rem !important;
}
.statistics__details--top-left .statistics__sub-text {
  width: 7.3rem;
}
.statistics__details--top-right {
  margin-top: 0.3rem !important;
}
@media (min-width: 768px) {
  .statistics__details {
    gap: 0.5rem;
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .statistics__details {
    gap: 1rem;
  }
}
/* Interns Specific Stacking */
.statistics__details--bottom-left {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .statistics__details--bottom-left {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .statistics__details--bottom-left {
    align-items: flex-start;
  }
  .statistics__details--bottom-left .statistics__sub-row {
    margin-left: 4.5rem;
  }
}
.statistics__sub-row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .statistics__details,
  .statistics__sub-row {
    gap: 1rem;
  }
}
.statistics__sub-number {
  color: var(--Neutral-Indigo-100);
  font-weight: 700;
  width: 1rem;
}
.statistics__sub-text {
  color: var(--Neutral-Indigo-100);
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  width: 9.6rem;
}
@media (min-width: 768px) {
  .statistics__sub-text {
    width: fit-content !important;
    max-width: 20rem;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1200px) {
  .statistics__sub-text {
    max-width: 25rem;
  }
}
@media (min-width: 1920px) {
  .statistics__sub-text {
    max-width: 27rem;
  }
}
#last-sub-text {
  margin-top: 1rem !important;
}
