.section-player {
  padding-block: 88px;
  background: var(--blue);
}

.player-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding: 100px;
  border: 3px solid var(--forest-dark);
  background: var(--forest-dark);
  color: var(--white);
  box-shadow: 10px 10px 0 var(--acid);
}

.player-intro h2 {
  margin-bottom: 30px;
  font-size: clamp(47px, 5vw, 70px);
  line-height: 0.98;
}

.player-intro > p:last-child {
  color: rgba(255, 255, 255, 0.63);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 550;
}

.download-grid {
  border-top: 1px solid var(--line-light);
}

.download-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  border-bottom: 1px solid var(--line-light);
}

.platform-glyph {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--acid);
  border-radius: 0;
  color: var(--acid);
}

.glyph-windows {
  font-size: 24px;
}

.glyph-linux {
  font-size: 28px;
}

.download-card h3 {
  margin: 0;
  color: var(--white);
}

.download-card p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.download-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.download-links a {
  padding: 5px 0;
  border-bottom: 1px solid rgba(217, 255, 103, 0.6);
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
}

.download-links span {
  padding-left: 8px;
}

.download-footnote {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.download-footnote p {
  margin: 0;
}

.download-footnote strong {
  color: rgba(255, 255, 255, 0.78);
}

.download-footnote a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-grower {
  background: var(--paper);
}

.grower-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}

.grower-copy {
  position: sticky;
  top: 34px;
  align-self: start;
}

.grower-copy > p:not(.kicker, .intro-lead, .availability-note) {
  max-width: 540px;
  color: var(--muted);
}

.text-link {
  position: relative;
  padding-block: 8px 3px;
  font-size: 12px;
  font-weight: 900;
}

.availability-note {
  display: flex;
  gap: 12px;
  max-width: 570px;
  margin-top: 32px;
  color: #6b746f;
  font-size: 11px;
}

.availability-note span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--yellow);
}

.feature-ledger {
  display: grid;
  gap: 14px;
}

.feature-ledger article {
  display: grid;
  grid-template-columns: 60px 0.7fr 1.2fr;
  gap: 20px;
  align-items: baseline;
  min-height: 116px;
  padding: 28px;
  border: 2px solid var(--forest-dark);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--forest-dark);
}

.feature-ledger article:nth-child(2),
.feature-ledger article:nth-child(5) {
  background: var(--acid);
}

.feature-ledger article:nth-child(4) {
  background: var(--orange);
}

.feature-ledger article > span {
  margin: 0;
}

.feature-ledger h3,
.feature-ledger p {
  margin: 0;
}

.section-privacy {
  background: var(--acid);
  border-block: 3px solid var(--forest-dark);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}

.privacy-grid .kicker {
  color: var(--forest);
}

.privacy-lead {
  margin-bottom: 46px;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.42;
}

.check-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(19, 34, 29, 0.3);
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(19, 34, 29, 0.3);
}

.check-list li > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid var(--forest-dark);
  border-radius: 0;
  background: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.check-list strong {
  font-size: 15px;
}

.check-list p {
  margin: 3px 0 0;
  color: rgba(19, 34, 29, 0.7);
  font-size: 12px;
}

.privacy-link {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 900;
}

.section-faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 100px;
}

.faq-list {
  border-top: 2px solid var(--forest-dark);
}

.faq-list details {
  border-bottom: 2px solid var(--forest-dark);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 20px;
  align-items: center;
  min-height: 88px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 750;
  list-style: none;
}

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

.faq-list summary span {
  justify-self: end;
  font-family: var(--sans);
  font-size: 20px;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -2px 52px 30px 0;
  color: var(--muted);
  font-size: 14px;
}
