html {
  scroll-behavior: smooth;
}
body {
  overflow-x: visible;
}
.site-header {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  width: min(1120px, calc(100% - 48px));
}
.help-link {
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}
.short-main {
  width: min(1120px, calc(100% - 48px));
  margin: auto;
}
.short-hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 58px 0 62px;
}
.short-hero h1 {
  font-family: var(--display);
  font-size: clamp(48px, 5.3vw, 72px);
  line-height: 1.02;
  letter-spacing: -3px;
  margin: 0 0 24px;
  max-width: 570px;
}
.short-hero h1 span {
  color: var(--court-deep);
}
.audience {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 17px;
}
.short-lede {
  font-size: 20px;
  line-height: 1.55;
  max-width: 440px;
  margin: 0 0 26px;
  color: var(--ink-soft);
}
.short-hero .store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.short-hero .button {
  font-size: 14px;
  padding: 13px 16px;
  min-height: 48px;
}
.offer {
  margin: 18px 0 0;
  font-size: 15px;
  font-weight: 700;
}
.eligibility {
  font-size: 13px;
  margin: 5px 0 0;
  color: var(--ink-soft);
}
.demo-wrap {
  margin: 0;
  position: relative;
  padding: 15px 8px 12px 0;
}
.demo-card {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 10px 10px 0 var(--ink);
  padding: 28px;
  transform: rotate(1deg);
}
.demo-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--court-deep);
  margin: 0 0 12px;
}
.demo-focus {
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
}
.demo-task {
  padding: 18px;
  background: #e6f5ef;
  border-radius: 14px;
}
.demo-task h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 5px;
}
.demo-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  margin: 0 0 12px;
}
.progress-track {
  height: 6px;
  border-radius: 8px;
  background: #dbe5df;
  overflow: hidden;
}
.progress-track span {
  display: block;
  width: 66.666%;
  height: 100%;
  background: #0f766e;
}
.rep {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  padding-top: 16px;
}
.tick {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1.5px solid #0f766e;
  border-radius: 6px;
  background: #0f766e;
  color: white;
  font-weight: 700;
}
.rep.pending .tick {
  background: white;
  border-color: #64748b;
}
.rep small {
  margin-left: auto;
  color: var(--ink-soft);
}
.demo-caption {
  font-size: 12px;
  text-align: center;
  color: var(--ink-soft);
  margin: 22px 0 0;
}
.short-loop {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 28px 0;
}
.short-loop h2 {
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.short-loop h2 span {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-right: 8px;
  background: var(--ball);
  border-radius: 50%;
  font-family: var(--body);
  font-size: 14px;
}
.short-loop p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: var(--ink-soft);
}
.short-help {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding: 32px 36px;
  margin: 38px 0 36px;
  background: var(--ball);
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 6px 6px 0 var(--ink);
}
.short-help h2 {
  font-family: var(--display);
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: -0.8px;
}
.short-help p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 650px;
  margin: 0;
}
.short-help .button {
  white-space: nowrap;
  min-height: 48px;
}
.short-footer {
  width: min(1120px, calc(100% - 48px));
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 0 28px;
  font-size: 12px;
  color: var(--ink-soft);
}
.short-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.short-footer a {
  text-underline-offset: 3px;
}
@media (max-width: 760px) {
  .site-header,
  .short-main,
  .short-footer {
    width: calc(100% - 40px);
  }
  .site-header {
    padding: 20px 0;
  }
  .brand-name {
    font-size: 24px;
  }
  .brand-ball {
    width: 26px;
    height: 26px;
  }
  .help-link {
    font-size: 13px;
  }
  .short-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding: 28px 0 34px;
  }
  .short-hero h1 {
    font-size: clamp(42px, 13.3vw, 52px);
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
  .audience {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .short-lede {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .short-hero .store-links {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .short-hero .button {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .offer {
    font-size: 14px;
    margin-top: 16px;
  }
  .eligibility {
    font-size: 12px;
  }
  .demo-wrap {
    padding: 8px 7px 0 0;
  }
  .demo-card {
    padding: 22px;
    border-radius: 20px;
    box-shadow: 7px 7px 0 var(--ink);
  }
  .demo-focus {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .demo-task {
    padding: 15px;
  }
  .demo-task h2 {
    font-size: 17px;
  }
  .demo-caption {
    margin: 19px 0 0;
  }
  .short-loop {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 0;
  }
  .short-loop h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .short-loop p {
    padding-left: 39px;
    font-size: 14px;
  }
  .short-help {
    display: block;
    margin: 28px 0;
    padding: 24px;
    box-shadow: 5px 5px 0 var(--ink);
  }
  .short-help h2 {
    font-size: 28px;
  }
  .short-help p {
    font-size: 15px;
  }
  .short-help .button {
    margin-top: 18px;
  }
  .short-footer {
    display: block;
    padding: 8px 0 24px;
  }
  .short-footer p {
    margin: 0 0 15px;
  }
  .short-footer nav {
    gap: 12px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
