:root {
  color-scheme: light;
  --white: #ffffff;
  --warm: #fbfaf9;
  --ink: #343433;
  --gray: #747484;
  --blue: #1a88f8;
  --blue-light: #4dafff;
  --blue-dark: #0f6ac9;
  --blue-soft: #e7f3ff;
  --orange: #ff5310;
  --orange-light: #ff855a;
  --orange-soft: #fff0e9;
  --gold: #f5b442;
  --gold-light: #ffe1a1;
  --green: #44c67f;
  --green-light: #7fe0ac;
  --green-dark: #228b52;
  --green-soft: #ecfbf3;
  --purple: #9553f9;
  --purple-light: #c191ff;
  --stone: #f2ebe0;
  --tan: #b2a79a;
  --tan-soft: rgba(178, 167, 154, 0.34);
  --shadow: 0 8px 0 rgba(178, 167, 154, 0.18), 0 20px 42px rgba(52, 52, 51, 0.1);
  --round: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Avenir Next", Avenir, sans-serif;
  --sans: "Avenir Next", Avenir, ui-rounded, "Segoe UI", sans-serif;
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --settle: cubic-bezier(0.22, 1.2, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
p,
ul,
figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

h1,
h2,
h3,
.brand,
.button,
.kicker,
.step-number,
.step-tag,
.screen-label,
.fake-button {
  font-family: var(--round);
}

h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.3vw, 70px);
}

h2 {
  font-size: clamp(34px, 4.8vw, 54px);
}

h3 {
  font-size: 23px;
  line-height: 1.18;
}

:focus-visible {
  border-radius: 10px;
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 220ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: border-color 240ms ease, box-shadow 240ms ease;
}

.site-nav.is-scrolled {
  border-bottom-color: var(--tan-soft);
  box-shadow: 0 8px 24px rgba(52, 52, 51, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 11px;
  background: linear-gradient(150deg, var(--blue-light), var(--blue));
  box-shadow: inset 0 -4px 0 rgba(15, 106, 201, 0.48), inset 0 3px 0 rgba(255, 255, 255, 0.34);
}

.brand-mark span {
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 3px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(15, 106, 201, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.nav-links a {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--gray);
  font-family: var(--round);
  font-size: 14px;
  font-weight: 700;
  transition: background-color 220ms ease, color 220ms ease;
}

.nav-links a:hover {
  background: var(--warm);
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-github {
  box-shadow: 0 4px 0 #1d1d1c, 0 11px 20px rgba(52, 52, 51, 0.14);
}

.nav-github:hover {
  box-shadow: 0 6px 0 #1d1d1c, 0 15px 24px rgba(52, 52, 51, 0.18);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  transition: transform 360ms var(--spring), box-shadow 360ms var(--spring), background-color 220ms ease;
}

.button:hover {
  transform: translateY(-2px) scale(1.015);
}

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button svg path[d^="M12 2.8"] {
  fill: currentColor;
  stroke: none;
}

.button .chrome-mark {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  overflow: visible;
}

.button .chrome-mark path,
.button .chrome-mark circle {
  stroke: none;
}

.chrome-red {
  fill: #ea4335;
}

.chrome-green {
  fill: #34a853;
}

.chrome-yellow {
  fill: #fbbc05;
}

.chrome-ring {
  fill: var(--white);
}

.chrome-blue {
  fill: #4285f4;
}

.button-small {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 13.5px;
}

.button-large {
  min-height: 56px;
  padding: 15px 26px;
  font-size: 16px;
}

.button-blue {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 5px 0 var(--blue-dark), 0 13px 24px rgba(26, 136, 248, 0.24);
}

.button-blue:hover {
  box-shadow: 0 7px 0 var(--blue-dark), 0 18px 30px rgba(26, 136, 248, 0.3);
}

.button-outline {
  border-color: var(--tan);
  background: var(--white);
  box-shadow: 0 4px 0 var(--tan-soft);
}

.button-outline:hover {
  background: var(--warm);
  box-shadow: 0 6px 0 var(--tan-soft);
}

.button-ink {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 5px 0 #1d1d1c;
}

.button-ink:hover {
  box-shadow: 0 7px 0 #1d1d1c;
}

.nav-download-short {
  display: none;
}

.hero {
  position: relative;
  padding: 74px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(77, 175, 255, 0.12), transparent 26%),
    radial-gradient(circle at 5% 76%, rgba(68, 198, 127, 0.1), transparent 24%),
    var(--white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
  align-items: center;
  gap: 72px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border: 1.5px solid var(--tan-soft);
  border-radius: 999px;
  background: var(--warm);
  color: var(--gray);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.kicker-green span {
  background: var(--green);
}

.kicker-orange span {
  background: var(--orange);
}

.kicker-purple span {
  background: var(--purple);
}

.kicker-blue span {
  background: var(--blue);
}

.hero h1 {
  margin-top: 24px;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lede {
  max-width: 620px;
  margin-top: 24px;
  color: var(--gray);
  font-size: clamp(17px, 2vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin-top: 28px;
  color: var(--gray);
  font-size: 13.5px;
  list-style: none;
}

.hero-notes li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.note-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.note-green {
  background: var(--green);
}

.note-blue {
  background: var(--blue);
}

.note-orange {
  background: var(--orange);
}

.hero-product {
  position: relative;
  width: min(100%, 470px);
  min-height: 670px;
  justify-self: center;
}

.product-card {
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 3;
  width: 380px;
  padding: 10px;
  border: 2px solid var(--tan-soft);
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 14px 0 var(--blue-soft), 0 30px 60px rgba(52, 52, 51, 0.16);
  transform: translateX(-50%) rotate(1.2deg);
}

.product-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 388 / 600;
  border-radius: 23px;
  object-fit: contain;
}

.browser-cap {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 4;
  display: flex;
  width: 330px;
  align-items: center;
  gap: 7px;
  padding: 11px 16px;
  border: 2px solid var(--tan-soft);
  border-radius: 999px;
  background: var(--warm);
  box-shadow: 0 5px 0 rgba(178, 167, 154, 0.18);
  transform: translateX(-50%) rotate(-1deg);
}

.browser-cap span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.browser-cap span:nth-child(2) {
  background: var(--gold);
}

.browser-cap span:nth-child(3) {
  background: var(--green);
}

.browser-cap p {
  margin-left: auto;
  color: var(--gray);
  font-family: var(--round);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-shadow {
  position: absolute;
  right: 2%;
  bottom: -8px;
  left: 2%;
  height: 30px;
  border-radius: 50%;
  background: rgba(52, 52, 51, 0.18);
  filter: blur(14px);
}

.toy {
  position: absolute;
  z-index: 1;
  box-shadow: inset 0 -6px 0 rgba(52, 52, 51, 0.18), inset 0 4px 0 rgba(255, 255, 255, 0.36);
  animation: float 4.8s ease-in-out infinite;
}

.toy-orange {
  top: 94px;
  left: -12px;
  width: 70px;
  height: 70px;
  border-radius: 24px;
  background: linear-gradient(150deg, var(--orange-light), var(--orange));
  transform: rotate(-10deg);
}

.toy-purple {
  top: 250px;
  right: -25px;
  width: 58px;
  height: 58px;
  border-radius: 50% 50% 16px 50%;
  background: linear-gradient(150deg, var(--purple-light), var(--purple));
  animation-delay: 0.8s;
}

.toy-gold {
  bottom: 70px;
  left: -34px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, var(--gold-light), var(--gold));
  animation-delay: 1.5s;
}

@keyframes float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

.focus-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px 10px 10px;
  border: 2px solid var(--tan-soft);
  border-radius: 999px;
  background: var(--white);
  box-shadow: var(--shadow);
  font-family: var(--round);
  font-size: 13px;
  font-weight: 700;
}

.chip-one {
  top: 410px;
  left: -46px;
  transform: rotate(-3deg);
}

.chip-two {
  right: -32px;
  bottom: 88px;
  transform: rotate(3deg);
}

.chip-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--white);
  box-shadow: inset 0 -3px 0 rgba(52, 52, 51, 0.18);
}

.chip-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.chip-green {
  background: var(--green);
}

.chip-orange {
  background: var(--orange);
}

.trust-strip {
  padding: 54px 0;
  background: var(--stone);
}

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

.trust-grid p {
  text-align: center;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--ink);
  font-family: var(--round);
  font-size: clamp(25px, 3vw, 37px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.trust-grid p:nth-child(1) strong {
  color: var(--green-dark);
}

.trust-grid p:nth-child(2) strong {
  color: var(--orange);
}

.trust-grid p:nth-child(3) strong {
  color: var(--blue);
}

.trust-grid p:nth-child(4) strong {
  color: var(--purple);
}

.trust-grid span {
  margin-top: 10px;
  color: var(--gray);
  font-size: 13px;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading h2 {
  margin-top: 20px;
}

.section-heading > p:last-child {
  max-width: 600px;
  margin: 18px auto 0;
  color: var(--gray);
  font-size: 17px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step-card {
  position: relative;
  min-height: 350px;
  padding: 34px 30px 30px;
  overflow: hidden;
  border: 2px solid var(--tan-soft);
  border-radius: 54px;
  background: var(--white);
  box-shadow: 0 9px 0 rgba(178, 167, 154, 0.12);
  transition: transform 440ms var(--spring), box-shadow 440ms var(--settle), border-color 300ms ease;
}

.step-card:hover {
  border-color: var(--tan);
  box-shadow: 0 15px 0 rgba(178, 167, 154, 0.16), 0 24px 38px rgba(52, 52, 51, 0.08);
  transform: translateY(-6px);
}

.step-prop {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 26px;
  color: var(--white);
  box-shadow: inset 0 -6px 0 rgba(52, 52, 51, 0.22), 0 12px 22px rgba(52, 52, 51, 0.12);
}

.step-prop svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.prop-green {
  background: linear-gradient(150deg, var(--green-light), var(--green));
}

.prop-orange {
  background: linear-gradient(150deg, var(--orange-light), var(--orange));
}

.prop-blue {
  background: linear-gradient(150deg, var(--blue-light), var(--blue));
}

.step-number {
  position: absolute;
  top: 38px;
  right: 32px;
  color: var(--tan);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step-card p {
  margin-top: 12px;
  color: var(--gray);
  font-size: 14.5px;
}

.step-tag {
  display: inline-flex;
  padding: 6px 11px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--warm);
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
}

.pause-section {
  padding: 104px 0;
  background: var(--stone);
}

.pause-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: 76px;
}

.pause-copy h2 {
  margin-top: 22px;
}

.pause-copy > p:not(.kicker) {
  margin-top: 20px;
  color: var(--gray);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin-top: 28px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
}

.check-list li span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-family: var(--round);
  font-size: 13px;
  box-shadow: inset 0 -3px 0 rgba(34, 139, 82, 0.4);
}

.pause-demo {
  position: relative;
  padding: 34px;
  border: 2px solid var(--tan-soft);
  border-radius: 58px;
  background: var(--white);
  box-shadow: 0 12px 0 rgba(178, 167, 154, 0.18), 0 28px 54px rgba(52, 52, 51, 0.1);
}

.pause-demo::before {
  position: absolute;
  top: -28px;
  right: 42px;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(150deg, var(--purple-light), var(--purple));
  box-shadow: inset 0 -5px 0 rgba(80, 20, 150, 0.28);
  content: "";
  transform: rotate(8deg);
}

.pause-demo-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pause-logo {
  display: flex;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 26px;
  background: linear-gradient(150deg, var(--orange-light), var(--orange));
  box-shadow: inset 0 -6px 0 rgba(189, 53, 0, 0.42), 0 12px 24px rgba(255, 83, 16, 0.22);
}

.pause-logo i {
  width: 7px;
  height: 27px;
  border-radius: 4px;
  background: var(--white);
}

.eyebrow {
  color: var(--gray);
  font-family: var(--round);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pause-demo h3 {
  margin-top: 7px;
  font-size: 26px;
}

.goal-reminder {
  padding: 24px;
  margin-top: 26px;
  border: 2px solid rgba(68, 198, 127, 0.22);
  border-radius: 30px;
  background: var(--green-soft);
}

.goal-reminder strong {
  display: block;
  margin-top: 7px;
  font-family: var(--round);
  font-size: 19px;
}

.goal-reminder ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin-top: 16px;
  list-style: none;
}

.goal-reminder li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gray);
  font-size: 13.5px;
}

.goal-reminder li span {
  width: 9px;
  height: 9px;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: var(--white);
}

.pause-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.fake-button {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--tan-soft);
  border-radius: 999px;
  color: var(--gray);
  font-size: 13px;
  font-weight: 700;
}

.fake-primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 4px 0 var(--blue-dark);
}

.preview-section {
  background: var(--warm);
}

.screens-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  align-items: start;
  justify-content: center;
  gap: 22px;
}

.screen-card {
  padding: 18px 18px 24px;
  border: 2px solid var(--tan-soft);
  border-radius: 44px;
  background: var(--white);
  box-shadow: 0 10px 0 rgba(178, 167, 154, 0.14), 0 24px 42px rgba(52, 52, 51, 0.08);
  transition: transform 420ms var(--spring), box-shadow 420ms var(--settle);
}

.screen-card:hover {
  box-shadow: 0 15px 0 rgba(178, 167, 154, 0.17), 0 30px 50px rgba(52, 52, 51, 0.1);
  transform: translateY(-6px);
}

.screen-focus {
  margin-top: 38px;
}

.screen-label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 5px 14px;
  font-size: 13px;
  font-weight: 700;
}

.screen-label span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.label-blue {
  background: var(--blue);
}

.label-green {
  background: var(--green);
}

.label-orange {
  background: var(--orange);
}

.screen-shot {
  position: relative;
  aspect-ratio: 388 / 600;
  overflow: hidden;
  border: 1.5px solid var(--tan-soft);
  border-radius: 28px;
  background: var(--warm);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.screen-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
}

.screen-card figcaption {
  padding: 18px 8px 0;
  color: var(--gray);
  font-size: 13.5px;
}

.source-section {
  background: var(--white);
}

.source-card {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 52px;
  padding: 68px 76px;
  overflow: hidden;
  border: 2px solid rgba(26, 136, 248, 0.22);
  border-radius: 68px;
  background: var(--blue-soft);
}

.source-icon {
  position: relative;
  z-index: 2;
  display: flex;
  width: 160px;
  height: 160px;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  background: var(--ink);
  color: var(--white);
  box-shadow: inset 0 -9px 0 #1d1d1c, 0 22px 36px rgba(52, 52, 51, 0.18);
  transform: rotate(-4deg);
}

.source-icon svg {
  width: 84px;
  height: 84px;
  fill: currentColor;
}

.source-copy {
  position: relative;
  z-index: 2;
}

.source-copy h2 {
  max-width: 660px;
  margin-top: 20px;
}

.source-copy > p:not(.kicker) {
  max-width: 650px;
  margin-top: 18px;
  color: var(--gray);
  font-size: 16.5px;
}

.source-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.text-link {
  color: var(--blue-dark);
  font-family: var(--round);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(15, 106, 201, 0.35);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.source-toy {
  position: absolute;
  z-index: 1;
  display: block;
  box-shadow: inset 0 -6px 0 rgba(52, 52, 51, 0.16);
}

.source-toy-one {
  top: -34px;
  right: 92px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--gold);
}

.source-toy-two {
  right: -24px;
  bottom: -20px;
  width: 110px;
  height: 110px;
  border-radius: 34px;
  background: var(--purple);
  transform: rotate(16deg);
}

.final-section {
  padding: 0 0 112px;
}

.final-card {
  position: relative;
  padding: 86px 40px;
  overflow: hidden;
  border: 2px solid var(--tan-soft);
  border-radius: 72px;
  background: var(--warm);
  text-align: center;
}

.final-card h2 {
  max-width: 760px;
  margin: 20px auto 0;
}

.final-card > p:not(.kicker):not(.final-note) {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--gray);
  font-size: 17px;
}

.final-card .hero-actions {
  justify-content: center;
}

.final-note {
  margin-top: 24px;
  color: var(--gray);
  font-size: 12.5px;
}

.final-orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.orbit-one {
  top: 58px;
  left: 7%;
  width: 56px;
  height: 56px;
  background: linear-gradient(150deg, var(--orange-light), var(--orange));
  box-shadow: inset 0 -5px 0 rgba(189, 53, 0, 0.32);
}

.orbit-two {
  right: 8%;
  bottom: 54px;
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: linear-gradient(150deg, var(--green-light), var(--green));
  box-shadow: inset 0 -5px 0 rgba(34, 139, 82, 0.32);
  transform: rotate(9deg);
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--tan-soft);
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  font-size: 17px;
}

.footer-brand .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.footer-inner > p {
  color: var(--gray);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 20px;
  margin-left: auto;
  color: var(--gray);
  font-family: var(--round);
  font-size: 12.5px;
  font-weight: 700;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.footer-links a:hover {
  color: var(--ink);
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition: opacity 620ms var(--settle), transform 620ms var(--spring);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
    gap: 38px;
  }

  .hero-product {
    transform: scale(0.9);
    transform-origin: center;
  }

  .pause-grid {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 56px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-actions,
  .hero-notes {
    justify-content: center;
  }

  .hero-product {
    margin-top: 4px;
    transform: none;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 0;
  }

  .pause-grid {
    grid-template-columns: 1fr;
  }

  .screens-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screen-report {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }

  .source-card {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 32px;
    padding: 54px 46px;
  }

  .source-icon {
    width: 120px;
    height: 120px;
    border-radius: 40px;
  }

  .source-icon svg {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }

  .nav-inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
    border-radius: 10px;
  }

  .nav-github {
    width: 42px;
    padding: 8px;
  }

  .nav-github-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nav-download-full {
    display: none;
  }

  .nav-download-short {
    display: inline;
  }

  .nav-download {
    padding-right: 15px;
    padding-left: 15px;
  }

  h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .hero-product {
    min-height: 600px;
    transform: scale(0.88);
    transform-origin: top center;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .section {
    padding: 84px 0;
  }

  .pause-section {
    padding: 84px 0;
  }

  .screens-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .screen-focus,
  .screen-report {
    width: 100%;
    margin-top: 0;
    grid-column: auto;
  }

  .source-card {
    grid-template-columns: 1fr;
    padding: 44px 28px;
    border-radius: 48px;
    text-align: center;
  }

  .source-icon {
    margin: 0 auto;
  }

  .source-copy h2,
  .source-copy > p:not(.kicker) {
    margin-right: auto;
    margin-left: auto;
  }

  .source-actions {
    justify-content: center;
  }

  .final-card {
    padding: 70px 24px;
    border-radius: 48px;
  }

  .final-orbit {
    opacity: 0.36;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-links {
    flex-wrap: wrap;
    margin-left: 0;
  }
}

@media (max-width: 510px) {
  .brand > span:last-child {
    display: none;
  }

  .nav-actions {
    gap: 7px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-product {
    width: 100%;
    min-height: 500px;
    transform: scale(0.72);
    transform-origin: top center;
  }

  .product-card {
    width: 380px;
  }

  .chip-one {
    left: -18px;
  }

  .chip-two {
    right: -14px;
  }

  .pause-demo {
    padding: 26px 20px;
    border-radius: 42px;
  }

  .pause-demo-top {
    align-items: flex-start;
  }

  .pause-logo {
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .pause-logo i {
    height: 21px;
  }

  .pause-demo h3 {
    font-size: 22px;
  }

  .pause-actions {
    grid-template-columns: 1fr;
  }

  .source-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
