.comparison {
  background: #fbfaf6;
}

.comparison-wrap {
  width: min(1050px, 100%);
  margin: 54px auto 0;
  overflow-x: auto;
  border: 1px solid #d9ded8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 63, 50, 0.06);
}

.comparison-hint {
  display: none;
}

.comparison table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.comparison th,
.comparison td {
  padding: 17px 22px;
  border-bottom: 1px solid #e4e7e2;
  text-align: left;
}

.comparison thead th {
  padding-top: 22px;
  padding-bottom: 22px;
  color: #fff;
  background: #173f32;
  font-family: "Newsreader", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.comparison thead th:first-child {
  color: #c7d5cc;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison tbody th {
  width: 34%;
  color: #3d554a;
  font-size: 13px;
}

.comparison tbody td {
  width: 33%;
  color: #5b6b63;
  font-size: 14px;
}

.comparison tbody tr:last-child th,
.comparison tbody tr:last-child td {
  border-bottom: 0;
}

.included {
  color: #285a43;
  font-weight: 700;
}

.included::before {
  content: "✓ ";
  color: #789b82;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(54px, 9vw, 135px);
  align-items: start;
  background: #edf1eb;
}

.faq-heading {
  position: sticky;
  top: 135px;
}

.faq-heading h2 {
  margin: 0 0 24px;
  color: #173f32;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}

.faq-heading h2 em {
  color: #718b78;
  font-weight: 400;
}

.faq-heading > p:not(.eyebrow) {
  color: #64736b;
  font-size: 17px;
  line-height: 1.6;
}

.text-link-standalone {
  display: inline-block;
  margin-top: 12px;
  color: #173f32;
  font-weight: 700;
}

.faq-list details {
  border-bottom: 1px solid #cdd7cf;
  padding: 4px 0;
}

.faq-list summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: #24483a;
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 17px;
  color: #6f8b77;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -5px 48px 22px 0;
  color: #627169;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 600px) {
  .comparison-hint {
    display: block;
    margin: 27px 0 -19px;
    color: #65766d;
    font-size: 13px;
    text-align: center;
  }

  .comparison-wrap {
    margin-top: 34px;
    border-radius: 12px;
  }

  .comparison th,
  .comparison td {
    padding: 14px 16px;
  }

  .faq-list summary {
    font-size: 21px;
  }
}
