
.acceptance-hero--mono,
.acceptance-hero--mono * {
  box-sizing: border-box;
}

.acceptance-hero--mono {
  --bg: #f4f4f1;
  --card: #fff;
  --text: #141414;
  --muted: #5d625f;
  --line: #deded9;
  --accent: #000;

  width: 100%;
  overflow: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, sans-serif;
}

.acceptance-hero__wrap {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 720px;
}

.acceptance-hero__left {
  position: relative;
  z-index: 2;
  padding: 56px 40px 44px 58px;
  background: linear-gradient(90deg, #fff 0%, #fff 88%, rgba(255,255,255,.78) 100%);
}

.acceptance-hero--mono h1 {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
}

.acceptance-hero__title {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.035em;
}

.acceptance-hero__subtitle {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.acceptance-hero__logos {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}

.acceptance-hero__logo {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  text-transform: uppercase;
}

.acceptance-hero__logo b {
  color: var(--text);
  font-size: 25px;
  line-height: 1;
}

.acceptance-hero__logo span {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.2;
}

.acceptance-hero__line {
  width: 1px;
  height: 48px;
  background: var(--line);
}

.acceptance-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin-bottom: 26px;
}

.acceptance-hero__stat {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
}

.acceptance-hero__stat i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
}

.acceptance-hero__stat p {
  margin: 0;
}

.acceptance-hero__stat b {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.acceptance-hero__stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
}

.acceptance-hero__report {
  position: relative;
  max-width: 920px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 10px 26px rgba(20,20,20,.07);
}

.acceptance-hero__pdf {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.acceptance-hero__cover {
  display: block;
  width: 118px;
  height: 130px;
  overflow: hidden;
  border-radius: 8px;
  background: #eaebed;
}

.acceptance-hero__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.acceptance-hero__report-text h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.25;
}

.acceptance-hero__report-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acceptance-hero__report-text li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 23px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}

.acceptance-hero__report-text li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}

.acceptance-hero__report-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.acceptance-hero__report-links a {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.acceptance-hero__right {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #fff;
}

.acceptance-hero__right:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 32%);
}

.acceptance-hero__photo {
  position: absolute;
  inset: 0;
}

.acceptance-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.acceptance-hero__btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 110px;
  width: min(82%, 410px);
  height: 68px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

.acceptance-hero__btn:hover {
  background: #2a2a2a;
}

@media (max-width: 1200px) {
  .acceptance-hero__wrap {
    grid-template-columns: 65% 35%;
  }

  .acceptance-hero__left {
    padding: 44px 28px 38px;
  }
}

@media (max-width: 960px) {
  .acceptance-hero--mono {
    padding-top: 76px;
  }

  .acceptance-hero__wrap {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .acceptance-hero__left {
    padding: 32px 20px 24px;
    background: #fff;
  }

  .acceptance-hero__right {
    min-height: 360px;
  }

  .acceptance-hero__btn {
    bottom: 28px;
    width: calc(100% - 40px);
    max-width: 430px;
    height: 60px;
    font-size: 18px;
  }

  .acceptance-hero__stats {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  .acceptance-hero__stat {
    min-height: 64px;
  }
}

@media (max-width: 640px) {
  .acceptance-hero--mono {
    padding-top: 86px;
  }

  .acceptance-hero__left {
    padding: 28px 16px 20px;
  }

  .acceptance-hero--mono h1 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .acceptance-hero__title {
    margin-bottom: 16px;
    font-size: 39px;
    line-height: 1;
  }

  .acceptance-hero__subtitle {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.4;
  }

  .acceptance-hero__subtitle br,
  .acceptance-hero__title br {
    display: none;
  }

  .acceptance-hero__logos {
    gap: 14px;
    margin-bottom: 20px;
  }

  .acceptance-hero__logo b {
    font-size: 20px;
  }

  .acceptance-hero__logo span {
    font-size: 8px;
  }

  .acceptance-hero__line {
    height: 38px;
  }

  .acceptance-hero__stat {
    padding: 10px 14px;
  }

  .acceptance-hero__stat i {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 17px;
  }

  .acceptance-hero__stat b {
    font-size: 18px;
  }

  .acceptance-hero__report {
    display: block;
    padding: 18px;
    border-radius: 14px;
  }

  .acceptance-hero__cover {
    float: left;
    width: 84px;
    height: 108px;
    margin: 2px 16px 10px 0;
  }

  .acceptance-hero__report-text h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .acceptance-hero__report-text li {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .acceptance-hero__report-links {
    clear: both;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 12px;
  }

  .acceptance-hero__report-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid var(--accent);
    border-radius: 100px;
  }

  .acceptance-hero__right {
    min-height: 330px;
  }
}

@media (max-width: 480px) {
  .acceptance-hero--mono {
    padding-top: 92px;
  }

  .acceptance-hero__right {
    min-height: auto;
    padding: 16px;
    background: #fff;
  }

  .acceptance-hero__right:before,
  .acceptance-hero__photo {
    display: none;
  }

  .acceptance-hero__btn {
    position: static;
    width: 100%;
    max-width: none;
    height: 58px;
    transform: none;
    font-size: 17px;
  }
}
