.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100svh - 86px);
  min-height: 560px;
  max-height: 850px;
  overflow: hidden;
  background: var(--ivory);
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 68px;
  pointer-events: none;
}

.hero-copy > * {
  pointer-events: auto;
}

.hero-copy h1 {
  width: min(62%, 680px);
  margin-bottom: 20px;
}

.hero-statement {
  width: min(56%, 650px);
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.08;
}

.hero-lede {
  width: min(48%, 580px);
  margin-bottom: 28px;
  color: #4e4b45;
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 23px;
}

.hero-availability {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.hero-devices {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: 2;
  overflow: hidden;
}

.hero-devices::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 72%;
  height: 100%;
  background: var(--coral);
}

.hero-devices::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 13%;
  width: 24%;
  height: 14%;
  background: var(--gold);
}

.hero .device {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 8px solid var(--ink);
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(23, 23, 20, 0.28);
}

.device-schedule {
  right: 9%;
  top: 8%;
  width: 310px;
  transform: rotate(3deg);
}

.device-students {
  right: 34%;
  top: 29%;
  width: 276px;
  transform: rotate(-7deg);
}

.hero-geometry {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-rule {
  position: absolute;
  left: 0;
  height: 2px;
  background: rgba(23, 23, 20, 0.1);
}

.hero-rule-one {
  top: 35%;
  width: 48%;
}

.hero-rule-two {
  top: 67%;
  width: 41%;
}

.hero-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 42%;
  background: var(--teal);
}

.promise-band {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: var(--ink);
  color: #fff;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.promise-grid p {
  margin: 0;
  border-left: 3px solid var(--coral);
  padding-left: 14px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 66px;
}

.section-heading > p:last-child {
  max-width: 730px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 20px;
}

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

.workflow-list {
  border-top: 1px solid var(--line);
}

.workflow-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 240px;
  align-items: start;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--coral-dark);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 700;
}

.workflow-step h3 {
  font-family: var(--display);
  font-size: 30px;
}

.workflow-step div p,
.step-detail {
  margin-bottom: 0;
  color: var(--muted);
}

.workflow-step div p {
  max-width: 630px;
  font-size: 17px;
}

.step-detail {
  padding-top: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.schedule-section {
  overflow: hidden;
  background: var(--teal);
  color: #fff;
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(540px, 1.2fr);
  align-items: center;
  gap: 66px;
}

.schedule-copy p:not(.eyebrow) {
  max-width: 510px;
  color: #fff;
  font-size: 19px;
}

.plain-list {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding: 11px 0 11px 28px;
  border-top: 1px solid var(--line-light);
  font-size: 15px;
  font-weight: 650;
}

.plain-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
}

.ipad-device {
  overflow: hidden;
  width: 760px;
  max-width: 100%;
  border: 10px solid var(--ink);
  border-radius: 36px;
  background: #fff;
  box-shadow: 26px 30px 0 rgba(255, 255, 255, 0.13);
  transform: rotate(2deg);
}

.records-section {
  background: var(--ivory);
}

.records-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  align-items: center;
  gap: 86px;
}

.records-visual {
  position: relative;
  min-height: 690px;
}

.device-records,
.device-report {
  overflow: hidden;
  border: 8px solid var(--ink);
  border-radius: 44px;
  background: #fff;
  box-shadow: 0 26px 62px rgba(23, 23, 20, 0.21);
}

.device-records {
  width: 322px;
  transform: rotate(-3deg);
}

.record-callout {
  position: absolute;
  right: 0;
  bottom: 90px;
  width: 190px;
  padding: 20px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--gold);
  box-shadow: 9px 9px 0 var(--ink);
}

.record-callout strong,
.record-callout span {
  display: block;
}

.record-callout strong {
  font-family: var(--display);
  font-size: 52px;
  line-height: 1;
}

.record-callout span {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 800;
}

.records-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-grid article {
  min-height: 178px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability-grid h3 {
  font-family: var(--display);
  font-size: 22px;
}

.capability-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.reports-section {
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.reports-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 84px;
}

.reports-copy p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  margin-top: 42px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.metric-row div {
  padding: 24px 18px 24px 0;
  border-right: 1px solid var(--line-light);
}

.metric-row div:not(:first-child) {
  padding-left: 18px;
}

.metric-row div:last-child {
  border-right: 0;
}

.metric-row strong,
.metric-row span {
  display: block;
}

.metric-row strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 38px;
  line-height: 1;
}

.metric-row span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.device-report {
  width: 330px;
  justify-self: center;
  box-shadow: 18px 20px 0 var(--coral);
  transform: rotate(2deg);
}

.watch-section {
  background: var(--teal-soft);
}

.watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 80px;
}

.watch-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
}

.watch-devices {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  gap: 36px;
}

.watch-device {
  overflow: hidden;
  width: 205px;
  border: 8px solid var(--ink);
  border-radius: 58px;
  background: #000;
  box-shadow: 0 26px 60px rgba(23, 23, 20, 0.2);
  transform: rotate(-5deg) translateY(24px);
}

.watch-device-offset {
  transform: rotate(5deg) translateY(-28px);
}

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

.plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.plan {
  min-height: 260px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--ivory);
}

.plan-pro {
  background: var(--coral);
  color: var(--ink);
}

.plan-name {
  margin-bottom: 34px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.plan h3 {
  font-family: var(--display);
  font-size: 36px;
}

.plan > p:last-child {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.plan-pro > p:last-child {
  color: #2b2925;
}

.download-section {
  padding: 74px 0;
  background: var(--coral);
}

.download-layout {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.download-layout > img {
  border: 3px solid var(--ink);
  border-radius: 22px;
  box-shadow: 7px 7px 0 var(--ink);
}

.download-layout h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: 46px;
}

.download-layout .eyebrow {
  margin-bottom: 8px;
}

.guides-section {
  background: var(--ivory);
}

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

.guide-link {
  display: flex;
  min-height: 248px;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.guide-link:hover {
  background: #fff;
  box-shadow: 7px 7px 0 var(--teal);
  transform: translate(-2px, -2px);
}

.guide-link > span {
  color: var(--coral-dark);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 700;
}

.guide-link h3 {
  margin: 28px 0 12px;
  font-family: var(--display);
  font-size: 29px;
}

.guide-link p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.faq-section {
  background: var(--ink);
  color: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(380px, 1fr);
  gap: 108px;
}

.faq-layout h2 {
  max-width: 510px;
  margin-bottom: 0;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.faq-list summary {
  position: relative;
  padding: 22px 38px 22px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 2px;
  top: 23px;
  color: var(--gold);
  content: "+";
  font-family: var(--body);
  font-size: 26px;
  line-height: 1;
}

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

.faq-list p {
  max-width: 630px;
  margin: -3px 0 24px;
  color: rgba(255, 255, 255, 0.72);
}
