.comparison-styles__reasons,
.comparison-styles__reviewSection,
.comparison-styles__honestTake {
  width: min(916px, calc(100% - 48px));
  margin: 0 auto;
}

.comparison-styles__reasons {
  padding: 0 0 166px;
}

.comparison-styles__sectionLead {
  border-inline-start: 6px solid #000;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgb(255 255 255 / 72%) 58%,
    rgb(255 255 255 / 0%) 100%
  );
  padding: 20px 40px;
}

[dir="rtl"] .comparison-styles__sectionLead {
  background: linear-gradient(
    270deg,
    #fff 0%,
    rgb(255 255 255 / 72%) 58%,
    rgb(255 255 255 / 0%) 100%
  );
}

.comparison-styles__sectionLead h2 {
  font-family: "Alimama Agile VF", "Space Grotesk", "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 38px;
}

.comparison-styles__sectionLead p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 28px;
}

.comparison-styles__reviewPoints {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.comparison-styles__reviewPoint h3 {
  position: relative;
  margin: 0;
  padding-inline-start: 27px;
  color: #333;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.comparison-styles__reviewPoint h3::before {
  position: absolute;
  top: 11px;
  inset-inline-start: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: "";
}

.comparison-styles__reviewPoint p {
  margin: 8px 0 0;
  padding-inline: 30px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.comparison-styles__strengthGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.comparison-styles__strengthCard {
  height: 280px;
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 36px;
}

.comparison-styles__cardIcon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 16px;
  background: #f6f6f6;
}

.comparison-styles__cardIcon img {
  display: block;
  width: 32px;
  height: 32px;
}

.comparison-styles__strengthCard h3 {
  margin: 16px 0 0;
  font-family: "Alimama Agile VF", "Space Grotesk", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.comparison-styles__strengthCard p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 25.6px;
}

.comparison-styles__glance {
  width: min(1152px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 190px;
}

.comparison-styles__centerHeading {
  margin-bottom: 54px;
  text-align: center;
}

.comparison-styles__centerHeading h2,
.comparison-styles__honestTake h2 {
  font-size: 44px;
  line-height: 53px;
}

.comparison-styles__centerHeading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 26px;
}

.comparison-styles__tableWrap {
  position: relative;
  width: min(1092px, calc(100% - 60px));
  margin: 0 auto;
  background: #fff;
}

.comparison-styles__tableWrap::before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 265px;
  width: 392px;
  border-radius: 16px;
  background: #f3f5f4;
  content: "";
  pointer-events: none;
}

[dir="rtl"] .comparison-styles__tableWrap::before {
  right: 265px;
  left: auto;
}

.comparison-styles__tableRow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 180px 310px 320px;
  min-height: 80px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  column-gap: 84px;
  padding: 0 56px;
  font-size: 18px;
  line-height: 28px;
}

.comparison-styles__tableRow:nth-child(n + 4) {
  min-height: 108px;
}

.comparison-styles__tableRow > div {
  position: relative;
  z-index: 1;
}

.comparison-styles__tableRow > div:first-child {
  font-weight: 600;
}

.comparison-styles__tableRow > div:nth-child(2) {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
}

.comparison-styles__tableRow > div:nth-child(3) {
  color: rgb(0 0 0 / 61%);
  font-weight: 500;
}

.comparison-styles__tableHeader {
  min-height: 80px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.comparison-styles__tableHeader > div {
  color: #000 !important;
  font-weight: 600 !important;
}

.comparison-styles__tableHeader > div:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comparison-styles__tableLogo {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 7.4px;
  background: #fff;
}

.comparison-styles__tableLogo img {
  display: block;
  width: 15.36px;
  height: 19.29px;
  object-fit: contain;
}

.comparison-styles__competitorTableLogo {
  border: 1px solid #ededed;
}

.comparison-styles__competitorTableLogo img {
  width: 23px;
  height: 23px;
}

.comparison-styles__mobileTableLabel {
  display: none;
}

.comparison-styles__tableRow:last-child {
  border-bottom: 0;
}

.comparison-styles__reviewSection {
  width: min(1152px, calc(100% - 48px));
  padding-bottom: 180px;
}

.comparison-styles__reviewCard {
  min-height: 629px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  background: #fff;
  padding: 38px 44px;
}

.comparison-styles__reviewCard h2 {
  margin: 0;
  font-family: "Alimama Agile VF", "Space Grotesk", "Inter", sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.comparison-styles__reviewMeta {
  margin: 2px 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 28px;
}

.comparison-styles__disclosure {
  position: relative;
  min-height: 190px;
  border-radius: 12px;
  background: #fbfbfb;
  padding: 24px 26px;
}

.comparison-styles__disclosureQuote {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  display: block;
  width: 41px;
  height: 35px;
  pointer-events: none;
}

.comparison-styles__disclosure p {
  margin: 0;
  font-size: 16px;
  line-height: 29px;
}

.comparison-styles__disclosure p:first-of-type {
  position: relative;
  margin-bottom: 18px;
  padding-inline-start: 14px;
  color: #d05600;
}

.comparison-styles__disclosure p:first-of-type::before {
  position: absolute;
  top: 11px;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d05600;
  content: "";
}

.comparison-styles__sourcesLabel {
  margin: 26px 0 12px;
  color: rgb(102 102 102 / 61%);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-transform: uppercase;
}

.comparison-styles__sources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.comparison-styles__sources a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fbfbfb;
  padding: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.comparison-styles__sources a span {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url("/vs-typeless/review-link.svg") center / contain no-repeat;
}

.comparison-styles__honestTake {
  width: min(1180px, calc(100% - 48px));
  padding-bottom: 180px;
  text-align: center;
}

.comparison-styles__honestCardWrap {
  position: relative;
  width: min(982px, 100%);
  margin: 78px auto 0;
}

.comparison-styles__honestCard {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  min-height: 341px;
  overflow: hidden;
  border-radius: 24px;
  background: #eff1f0;
  padding: 56px;
  text-align: start;
}

.comparison-styles__honestCard::before {
  position: absolute;
  z-index: 0;
  top: -399.6px;
  left: -340.4px;
  width: 1716.2px;
  height: 1028.8px;
  background: url("/vs-typeless/honest-texture.webp") center / cover no-repeat;
  content: "";
  opacity: 0.4;
  transform: rotate(-60deg);
}

.comparison-styles__honestCardWrap::after {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -39px;
  width: 150px;
  height: 113px;
  background: url("/tools/microphone-test/spark.webp") center / contain no-repeat;
  content: "";
  pointer-events: none;
}

[dir="rtl"] .comparison-styles__honestCardWrap::after {
  right: -39px;
  left: auto;
}

.comparison-styles__honestCard p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1b1c1c;
  font-size: 18px;
  line-height: 29px;
}

.comparison-styles__honestCard p + p {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .comparison-styles__reasons,
  .comparison-styles__glance {
    width: min(916px, calc(100% - 40px));
  }
}

@media (max-width: 767px) {
  .comparison-styles__tableWrap {
    width: 100%;
    overflow: visible;
    background: transparent;
  }

  .comparison-styles__tableWrap::before,
  [dir="rtl"] .comparison-styles__tableWrap::before {
    display: none;
  }

  .comparison-styles__tableRow:not(.comparison-styles__tableHeader) {
    grid-template-columns: 1fr;
    row-gap: 12px;
    min-width: 0;
    min-height: 0;
    margin-bottom: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    background: #fff;
    padding: 18px 16px 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .comparison-styles__tableHeader {
    display: none;
  }

  .comparison-styles__tableRow:nth-child(n + 4) {
    min-height: 0;
  }

  .comparison-styles__tableRow:not(.comparison-styles__tableHeader) > div:first-child {
    font-size: 16px;
    line-height: 24px;
  }

  .comparison-styles__tableRow:not(.comparison-styles__tableHeader) > div:nth-child(2) {
    display: block;
    border-radius: 12px;
    background: #f3f5f4;
    padding: 14px 16px;
  }

  .comparison-styles__tableRow:not(.comparison-styles__tableHeader) > div:nth-child(3) {
    padding: 2px 16px 0;
  }

  .comparison-styles__mobileTableLabel {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
  }

  .comparison-styles__mobileTableLabel .comparison-styles__tableLogo {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

@media (max-width: 640px) {
  .comparison-styles__reasons {
    padding-bottom: 100px;
  }

  .comparison-styles__sectionLead {
    padding: 16px 20px;
  }

  .comparison-styles__sectionLead h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .comparison-styles__sectionLead p {
    font-size: 15px;
    line-height: 22px;
  }

  .comparison-styles__reviewPoints {
    gap: 16px;
    margin-top: 28px;
  }

  .comparison-styles__reviewPoints p {
    font-size: 14px;
    line-height: 22px;
  }

  .comparison-styles__reviewPoint h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .comparison-styles__reviewPoint h3::before {
    top: 9px;
  }

  .comparison-styles__strengthGrid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .comparison-styles__strengthCard {
    height: auto;
    min-height: 0;
    padding: 24px;
  }

  .comparison-styles__glance,
  .comparison-styles__reviewSection,
  .comparison-styles__honestTake {
    width: calc(100% - 32px);
    padding-bottom: 100px;
  }

  .comparison-styles__centerHeading {
    margin-bottom: 28px;
  }

  .comparison-styles__centerHeading h2,
  .comparison-styles__honestTake h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .comparison-styles__reviewCard {
    min-height: 0;
    padding: 26px 20px;
  }

  .comparison-styles__reviewCard h2 {
    font-size: 21px;
    line-height: 28px;
  }

  .comparison-styles__reviewMeta,
  .comparison-styles__disclosure p {
    font-size: 13px;
    line-height: 21px;
  }

  .comparison-styles__disclosure {
    padding: 16px;
  }

  .comparison-styles__sources {
    grid-template-columns: 1fr;
  }

  .comparison-styles__honestCard {
    min-height: 0;
    padding: 26px 22px;
  }

  .comparison-styles__honestCardWrap {
    margin-top: 36px;
  }

  .comparison-styles__honestCardWrap::after {
    top: -14px;
    left: -21px;
    width: 104px;
    height: 79px;
  }

  [dir="rtl"] .comparison-styles__honestCardWrap::after {
    right: -21px;
    left: auto;
  }

  .comparison-styles__honestCard p {
    font-size: 15px;
    line-height: 24px;
  }
}
