@import url('https://cdn.jsdelivr.net/npm/geist@1/dist/font.css');

.pitch-proof {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  padding: 70px 0;
  box-sizing: border-box;
}
.pitch-proof *, .pitch-proof *::before, .pitch-proof *::after { box-sizing: border-box; }

.pitch-proof__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 ;
}

.pitch-proof__head {
  text-align: center;
  max-width: 662px;
  margin: 0 auto 40px;
}
.pitch-proof__title {
  font-size: 38px;
  line-height: 115%;
  font-weight: 400;
  letter-spacing: -3%;
  color: #281638;
  margin: 0 auto;
}

.title-small{
  font-size: 45px;
  line-height: 105%;
  font-weight: 400;
  letter-spacing: -3%;
  color: #281638;
  margin: 0 auto 18px auto;}

.pitch-proof__sub {
  font-size: 16px;
  line-height: 127%;
  letter-spacing: -2%;
  color: #111111;
  margin: 0 auto;
}
.pitch-proof__sub p { margin: 0; }

.pitch-proof__panel {
  position: relative;
  border: 1px solid #C1DDE6 !important;
  border-radius: 25px;
  background-color: #fff;
  padding: 30px 40px;
  overflow: hidden;
}

.pitch-proof__top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 330px);
  gap: 60px;
  align-items: start;
  margin-bottom: 56px;
}
.pitch-proof__panel-logo {
  margin: 0 0 30px;
}
.pitch-proof__panel-logo img {
  display: block;
  height: 100px;
  width: auto;
  max-width: 100%;
}
.pitch-proof__panel-title {
  font-size: 32px;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -2%;
  color: #000;
  margin: 0 0 24px;
}
.pitch-proof__panel-body {
  font-size: 16px;
  line-height: 154%;
  color: #434343;
  margin: 0;
  max-width: 468px;
  letter-spacing: -0.4%;
}
.pitch-proof__panel-body p { margin: 0 0 6px; }
.pitch-proof__panel-body p:last-child { margin-bottom: 0; }

.pitch-proof__right {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 4px;
}
.pitch-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pitch-item__icon {
  flex: 0 0 16px;
  width: 22px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.pitch-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pitch-item__content { min-width: 0; }
.pitch-item__title {
  font-size: 18px;
  line-height: 129%;
  font-weight: 500;
  color: #000;
  margin: 0 0 4px;
}
.pitch-item__body {
  font-size: 14px;
  line-height: 140%;
  color: #434343;
  margin: 0;
}
.pitch-item__body p { margin: 0; }

.pitch-proof__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 32px;
}
.pitch-proof__stats[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pitch-proof__stats[data-count="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.pitch-proof__stats--out { display: none; }

.pitch-proof__frame {
  position: relative;
  border-radius: 28px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: linear-gradient(180deg,
    #EEDFFF 0%,
    #FFDFFE 100%);
}

.stat-item__value {
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 65px;
  line-height: 68.5px;
  font-weight: 100;
  letter-spacing: 0%;
  background: linear-gradient(180deg, #360C58 0%, #8B28A3 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #8B28A3;
  margin: 0 0 10px;
  width: fit-content;
}
.stat-item {
  position: relative;
  min-width: 0;
  padding-left: 26px;
}
.stat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 1px;
  height: 96px;
  background: #ECE4F5;
}
.stat-item:first-child {
  padding-left: 0;
}
.stat-item:first-child::before {
  display: none;
}
.stat-item__label {
  font-size: 24px;
  line-height: 127%;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}
.stat-item__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 127%;
  letter-spacing: -2%;
  color: #434343;
  margin: 0;
  max-width: 256px;
}
.stat-item__desc p { margin: 0; }

@media (max-width: 1100px) {
  .pitch-proof__top { gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(0, 280px); }
  .pitch-proof__panel { padding: 36px 30px 40px; }
  .pitch-proof__inner {
  padding: 0 20px;
}
  .stat-item__value { font-size: 38px; line-height: 46px; }
}
.pitch-proof__sub {max-width:550px;}
@media (max-width: 860px) {
  .pitch-proof { padding: 60px 0; }
  .pitch-proof__inner { padding: 0 24px; }

  .pitch-proof__panel {
    background-image: none;
    background-size: auto;
    padding: 28px 22px 32px;
  }

  .pitch-proof__frame {
    width: auto;
    margin: 0;
  }

  .pitch-proof__top {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 0;
  }
  .pitch-proof__panel-body { max-width: 100%; }

  .pitch-proof__stats--in { display: none; }

  .pitch-proof__stats--out,
  .pitch-proof__stats--out[data-count="3"],
  .pitch-proof__stats--out[data-count="4"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 20px;
    margin-top: 50px;
  }

  .stat-item { padding-left: 0; }
  .stat-item::before { display: none; }
  .stat-item__value { font-size: 44px; line-height: 48px; }
  .stat-item__label { font-size: 18px; margin: 0 0 10px; }
  .stat-item__desc { font-size: 14px; max-width: 100%; }

  .pitch-proof__title { font-size: 24px; line-height: 39px; }
  .title-small {
    font-size: 28px;
    margin: 0 auto 18px;
}

@media (max-width: 520px) {
  .pitch-proof { padding: 30px 0 0 0; }
  .pitch-proof__sub { font-size:14px;}
  .title-small {
    font-size: 25px;
    margin: 0 auto 18px;}
  .pitch-proof__panel-logo img {
    height: 80px;}
  .pitch-proof__inner { padding: 0 16px; }
  .stat-item__desc {font-size:12px;}
  .pitch-proof__panel { padding: 28px 22px 32px; border-radius: 18px; }
  .pitch-proof__title { font-size: 22px; line-height: 36px;  margin: 0 0 2px;} 
}