.helper-page {
  overflow-x: hidden;
  background: #f6f5f0;
}
.helper-page .site-header {
  max-width: 1328px;
  margin: auto;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
}
.helper-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #213c2f;
  text-decoration: none;
  font-size: 24px;
  letter-spacing: -1.2px;
  font-weight: 750;
}
.helper-page .brand > span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 34px;
  border-radius: 6px;
  background: #264b36;
  color: #f5f5e8;
  font-size: 25px;
}
.helper-page .site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: nowrap;
  font-size: 13px;
}
.helper-page .site-header nav a {
  padding: 0;
  color: #354d3f;
  text-decoration: none;
}
.helper-page .site-header nav .nav-source {
  padding: 11px 16px;
  border: 1px solid #c6ccbf;
  border-radius: 6px;
}
.helper-main {
  max-width: 1328px;
  padding: 0 40px 72px;
}
.helper-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 72px;
  min-height: 650px;
  padding: 64px 0 80px;
}
.helper-copy h1 {
  max-width: 650px;
  margin: 20px 0 24px;
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.helper-copy .setup-intro {
  max-width: 520px;
  margin: 0;
  font-size: 18px;
}
.helper-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.primary-download {
  padding: 15px 20px;
  font-weight: 650;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
}
.helper-trust {
  display: flex;
  gap: 22px;
  margin-top: 22px;
  color: #637059;
  font-size: 12px;
}
.helper-trust span::before {
  content: "✓";
  margin-right: 6px;
  color: #52754e;
}
.mac-stage {
  position: relative;
  padding: 64px;
  background:
    radial-gradient(circle at 82% 14%, #e7b9e6 0 18%, transparent 38%),
    radial-gradient(circle at 15% 85%, #8fc5d2 0 22%, transparent 43%),
    linear-gradient(145deg, #f0cfb8, #bfc5ec 52%, #9fc8b8);
  border-radius: 30px;
  box-shadow: 0 35px 80px -52px #254a38;
}
.mac-window {
  position: relative;
  min-height: 430px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffffa8;
  border-radius: 18px;
  background: #fbfcf5e8;
  box-shadow: 0 30px 70px -40px #24352d;
  backdrop-filter: blur(24px);
}
.mac-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #d8ddd1;
  border-radius: 18px 18px 0 0;
}
.mac-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cdd5c8;
}
.mac-bar i:first-child {
  background: #78926d;
}
.package-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 82px;
  margin-bottom: 19px;
  border-radius: 15px;
  background: #294d36;
  color: #fff;
  font-size: 44px;
  box-shadow: 0 14px 30px -18px #294d36;
}
.mac-window > strong {
  font-size: 23px;
  letter-spacing: -0.6px;
}
.mac-window > small {
  margin-top: 8px;
  color: #687469;
}
.package-status {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 35px;
  padding: 14px 18px;
  border: 1px solid #d5ddcf;
  border-radius: 12px;
  background: #fff;
}
.package-status b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #dcebd6;
  color: #2d5c3a;
}
.package-status span {
  display: flex;
  flex-direction: column;
}
.package-status strong {
  font-size: 13px;
}
.package-status small {
  color: #728071;
}
.helper-install {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d9ddcf;
  border-bottom: 1px solid #d9ddcf;
}
.helper-install > div {
  padding: 34px 34px 34px 0;
}
.helper-install > div + div {
  padding-left: 34px;
  border-left: 1px solid #d9ddcf;
}
.step-number {
  color: #77906a;
  font: 12px monospace;
}
.helper-install h2 {
  margin: 13px 0 8px;
  font-size: 22px;
}
.helper-install p {
  margin: 0;
  color: #607064;
  font-size: 14px;
}
.workflow-shell {
  padding: 94px 0 54px;
}
.workflow-heading {
  max-width: 800px;
}
.workflow-heading h2 {
  margin: 10px 0 36px;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.055em;
}
.helper-page .setup-choice {
  margin: 0;
}
.helper-page .setup-choice section {
  padding: 34px;
  border-radius: 20px;
  background: #fbfaf6;
}
.helper-page .setup-choice h2 {
  font-size: 30px;
}
.helper-boundary {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 28px 0;
  border-top: 1px solid #d9ddcf;
  border-bottom: 1px solid #d9ddcf;
}
.helper-boundary div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.helper-boundary span {
  color: #69766d;
  font-size: 13px;
}
.source-build {
  max-width: 760px;
  margin: 48px auto 0;
  padding: 20px 0;
  border-bottom: 1px solid #d9ddcf;
}
.source-build summary {
  cursor: pointer;
  font-weight: 650;
}
.source-build > div {
  padding-top: 14px;
}
.helper-page .site-footer {
  max-width: 1328px;
  margin: auto;
  padding: 48px 40px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  border: 0;
  color: #637059;
  font-size: 12px;
}
.helper-page .site-footer .brand {
  padding: 0;
  font-size: 21px;
}
.helper-page .site-footer p {
  margin: 4px 0;
}
.helper-page .footer-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  padding-top: 12px;
}
.helper-page .footer-links a {
  padding: 0;
  white-space: nowrap;
}
.helper-page .footer-disclaimer {
  flex-basis: 100%;
  padding-top: 25px;
  font-size: 10px;
}
@media (max-width: 850px) {
  .helper-hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 44px;
  }
  .mac-stage {
    padding: 34px;
  }
  .mac-bar {
    top: 0;
    left: 0;
    right: 0;
  }
  .helper-install {
    grid-template-columns: 1fr;
  }
  .helper-install > div,
  .helper-install > div + div {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #d9ddcf;
  }
  .helper-boundary {
    grid-template-columns: 1fr;
  }
  .helper-page .setup-choice {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .helper-page .site-header,
  .helper-main,
  .helper-page .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .helper-hero {
    min-height: auto;
    padding: 38px 0 58px;
  }
  .helper-copy h1 {
    font-size: 48px;
  }
  .helper-trust {
    gap: 12px;
    flex-wrap: wrap;
  }
  .mac-stage {
    padding: 18px;
    border-radius: 22px;
  }
  .mac-window {
    min-height: 330px;
  }
  .mac-bar {
    top: 0;
    left: 0;
    right: 0;
  }
  .package-status {
    padding: 12px;
  }
  .workflow-shell {
    padding-top: 68px;
  }
  .helper-page .setup-choice section {
    padding: 24px;
  }
  .helper-page .site-header {
    gap: 16px;
  }
  .helper-page .site-header .brand {
    font-size: 21px;
  }
  .helper-page .site-header nav {
    gap: 12px;
    font-size: 12px;
  }
  .helper-page .site-header nav .nav-source {
    padding: 9px 10px;
  }
  .helper-page .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 12px 24px;
  }
}
