@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/manrope-400.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/manrope-600.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/manrope-700.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/manrope-800.woff2") format("woff2");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/dm-mono-500.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/source-serif-4-500.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/source-serif-4-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/source-serif-4-700.woff2") format("woff2");
}
:root {
  --ink: #183037;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --teal: #2d8c82;
  --sage: #cfe1d4;
  --coral: #e8835d;
  --yellow: #f2cc72;
  --muted: #6c7b7d;
  --line: #dce3df;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font: 14px var(--sans);
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header {
  height: 74px;
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: auto;
  padding: 0 24px;
  position: relative;
  z-index: 5;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 4px 12px #235cff35;
}
.logo b {
  font-size: 17px;
}
.logo b span {
  color: var(--teal);
}
.logo-bars {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 27px;
}
.logo-bars i {
  display: block;
  width: 6px;
  height: 14px;
  background: var(--teal);
  border-radius: 5px;
}
.logo-bars i:nth-child(2) {
  height: 25px;
  background: var(--yellow);
}
.logo-bars i:nth-child(3) {
  height: 19px;
  background: var(--coral);
}
.site-header nav {
  display: flex;
  gap: 31px;
  margin: auto;
  font-size: 12px;
  color: #53686c;
}
.site-header nav a:hover {
  color: var(--teal);
}
.nav-cta {
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 11px;
}
.nav-cta span {
  margin-left: 8px;
}
.menu {
  display: none;
  font-size: 20px;
}
.hero {
  max-width: 1240px;
  margin: auto;
  min-height: calc(100vh - 112px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 40px 24px 65px;
  gap: 40px;
}
.eyebrow {
  font: 500 10px var(--mono);
  letter-spacing: 2px;
  color: #819094;
  margin: 0 0 20px;
}
.hero h1 {
  font: 600 clamp(48px, 6.5vw, 86px) var(--serif);
  line-height: 1.1;
  letter-spacing: -3px;
  margin: 0;
}
.hero h1 em {
  font-style: normal;
  color: var(--teal);
}
.hero-lede {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 520px;
  margin: 25px 0 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--coral);
  color: #fff;
  border-radius: 6px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 8px 20px #e8835d30;
}
.primary span {
  margin-left: 22px;
}
.watch {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #52666a;
}
.watch i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  font-style: normal;
  font-size: 9px;
}
.trust {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.faces {
  display: flex;
  margin-right: 12px;
}
.faces i {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ecc19f;
  border: 2px solid var(--cream);
  font: 600 9px var(--mono);
  font-style: normal;
  margin-left: -6px;
}
.faces i:nth-child(2) {
  background: #bfd6bb;
}
.faces i:nth-child(3) {
  background: #e6cf8d;
}
.trust b {
  font: 600 11px var(--mono);
}
.trust b span {
  color: #e29b4d;
  letter-spacing: 1px;
}
.trust small {
  display: block;
  color: #8a9698;
  font-size: 9px;
  margin-top: 4px;
}
.hero-visual {
  height: 620px;
  position: relative;
}
.arch {
  position: absolute;
  border: 1px solid #adc9bb;
  border-bottom: 0;
  border-radius: 260px 260px 0 0;
}
.arch-one {
  inset: 20px 5% 0;
}
.arch-two {
  inset: 65px 12% 0;
}
.phone {
  position: absolute;
  background: #182e34;
  border: 7px solid #182e34;
  border-radius: 35px;
  padding: 3px;
  box-shadow: 0 30px 60px #1c36352b;
}
.phone-screen {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background: #fbfaf5;
}
.phone-back {
  width: 258px;
  height: 525px;
  right: 3%;
  top: 30px;
  transform: rotate(5deg);
}
.phone-front {
  width: 270px;
  height: 550px;
  left: 8%;
  bottom: 15px;
  transform: rotate(-3deg);
  z-index: 2;
}
.mini-top {
  height: 35px;
  padding: 11px 17px 0;
  display: flex;
  justify-content: space-between;
  font: 7px var(--mono);
}
.summary-app {
  padding: 18px;
}
.summary-app > small {
  font: 8px var(--mono);
  color: #7d8c8d;
}
.summary-app h3 {
  font: 600 19px var(--serif);
  line-height: 1.35;
  margin: 10px 0 15px;
}
.verse {
  background: #e3eee5;
  border-left: 3px solid var(--teal);
  padding: 12px;
  font: 600 11px var(--serif);
  line-height: 1.7;
  margin-bottom: 18px;
}
.summary-app label {
  font: 600 8px var(--mono);
  letter-spacing: 1px;
}
.summary-app p {
  font-size: 9px;
  color: #718082;
  line-height: 1.75;
}
.tag-row {
  display: flex;
  gap: 5px;
}
.tag-row span {
  font-size: 7px;
  border: 1px solid #cfd9d3;
  border-radius: 20px;
  padding: 4px 6px;
}
.record-screen {
  background: #213c42;
  color: white;
}
.record-app {
  text-align: center;
  padding: 45px 18px 0;
}
.record-app > p {
  font: 600 11px var(--mono);
  color: #b5c6c2;
}
.live-badge {
  display: inline-block;
  background: #2f5559;
  color: #bdd4ce;
  border-radius: 20px;
  padding: 5px 9px;
  font: 7px var(--mono);
  margin: 28px 0 38px;
}
.wave {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.wave i {
  width: 3px;
  height: 22px;
  background: #f0c970;
  border-radius: 4px;
  animation: wave 1.2s ease-in-out infinite;
}
.wave i:nth-child(2),
.wave i:nth-child(8) {
  height: 40px;
  animation-delay: 0.2s;
}
.wave i:nth-child(3),
.wave i:nth-child(7) {
  height: 65px;
  animation-delay: 0.35s;
}
.wave i:nth-child(4),
.wave i:nth-child(6) {
  height: 47px;
  animation-delay: 0.5s;
}
.wave i:nth-child(5) {
  height: 75px;
  animation-delay: 0.65s;
}
@keyframes wave {
  50% {
    transform: scaleY(0.55);
    opacity: 0.65;
  }
}
.record-app strong {
  font: 500 31px var(--mono);
  display: block;
  margin-top: 20px;
}
.record-app small {
  display: block;
  color: #9db2af;
  font-size: 8px;
  margin-top: 13px;
}
.record-app button {
  background: var(--coral);
  color: white;
  border-radius: 6px;
  padding: 11px 30px;
  font-size: 9px;
  margin-top: 70px;
}
.floating-note {
  position: absolute;
  right: 0;
  bottom: 40px;
  background: white;
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: 0 12px 30px #253e3927;
  display: flex;
  align-items: center;
  gap: 9px;
  z-index: 3;
}
.floating-note > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #f7eccb;
  color: #a27f34;
  border-radius: 50%;
}
.floating-note b,
.floating-note small {
  display: block;
}
.floating-note b {
  font-size: 10px;
}
.floating-note small {
  color: #8b9697;
  font-size: 8px;
  margin-top: 4px;
}
.promise {
  background: var(--ink);
  color: #fff;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 26px;
}
.promise p {
  font: 600 15px var(--serif);
  color: #dce8e0;
}
.promise > div {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #a8bcba;
  font-size: 11px;
}
.promise i {
  width: 4px;
  height: 4px;
  background: var(--yellow);
  border-radius: 50%;
}
.why,
.steps,
.voices,
.pricing {
  max-width: 1200px;
  margin: auto;
  padding: 115px 24px;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-label span {
  font: 10px var(--mono);
  color: var(--coral);
}
.section-label p {
  font: 10px var(--mono);
  letter-spacing: 1.8px;
  color: #859294;
}
.section-label:after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
  margin-left: 8px;
}
.why-heading {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
  margin: 42px 0 55px;
}
.why-heading h2,
.story-copy h2,
.voices h2 {
  font: 600 clamp(34px, 4.3vw, 54px) var(--serif);
  line-height: 1.3;
  letter-spacing: -1.6px;
  margin: 0;
}
.why-heading p,
.story-copy > p {
  color: var(--muted);
  line-height: 1.9;
  align-self: end;
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.feature {
  padding: 27px;
  background: var(--paper);
  border: 1px solid var(--line);
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
.feature-record {
  border-top: 4px solid var(--coral);
}
.feature-think {
  border-top: 4px solid var(--yellow);
}
.feature-return {
  border-top: 4px solid var(--teal);
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #f0e6dc;
  color: var(--coral);
  font-size: 18px;
}
.feature-think .feature-icon {
  background: #f7edca;
  color: #a88332;
}
.feature-return .feature-icon {
  background: #dceae2;
  color: var(--teal);
}
.feature > small {
  display: block;
  font: 9px var(--mono);
  letter-spacing: 1.5px;
  color: #98a2a2;
  margin-top: 25px;
}
.feature h3 {
  font: 600 22px var(--serif);
  margin: 11px 0;
}
.feature > p {
  color: #768486;
  line-height: 1.75;
  font-size: 12px;
}
.wave-card {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 24px;
  background: #e9f0ec;
  border-radius: 7px;
  padding: 13px;
}
.wave-card > span {
  font: 8px var(--mono);
  color: #758886;
}
.wave-card > div {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 8px;
}
.wave-card i {
  width: 3px;
  height: 15px;
  background: #78a797;
  border-radius: 3px;
}
.wave-card i:nth-child(3n) {
  height: 32px;
}
.wave-card i:nth-child(4n) {
  height: 24px;
}
.wave-card button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  font-size: 8px;
}
.topic-cloud {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 53px;
}
.topic-cloud > * {
  font: 600 15px var(--serif);
  color: #879292;
  font-style: normal;
}
.topic-cloud b {
  font-size: 30px;
  color: var(--coral);
}
.topic-cloud strong {
  font-size: 23px;
  color: var(--teal);
}
.topic-cloud i {
  font-size: 18px;
  color: #aa8e48;
}
.calendar {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  text-align: center;
}
.calendar span {
  font: 8px var(--mono);
  color: #81908f;
}
.calendar i {
  height: 24px;
  border-radius: 50%;
  background: #dceae1;
}
.calendar i:nth-of-type(-n + 4) {
  background: #5e9a82;
  position: relative;
}
.calendar i:nth-of-type(-n + 4):after {
  content: "✓";
  color: white;
  font: 9px var(--mono);
  line-height: 24px;
}
.calendar b {
  grid-column: 1/-1;
  background: #edf3ef;
  padding: 8px;
  font: 9px var(--mono);
  color: #5f766e;
}
.story-band {
  background: #1e3a40;
  color: #eff5ed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 115px max(24px, calc((100vw - 1150px) / 2));
}
.section-label.light p {
  color: #8da8a5;
}
.section-label.light:after {
  background: #36585c;
}
.story-copy h2 {
  margin: 43px 0 24px;
}
.story-copy h2 em {
  font-style: normal;
  color: #f0c96f;
}
.story-copy > p {
  color: #a8bcba;
}
.story-copy > a {
  display: inline-block;
  color: #e6c476;
  font-size: 11px;
  margin-top: 25px;
}
.note-preview {
  background: #fffdf8;
  color: var(--ink);
  border-radius: 8px;
  padding: 31px;
  box-shadow: 0 25px 50px #10222552;
  transform: rotate(1.5deg);
}
.preview-top {
  display: flex;
  justify-content: space-between;
  color: #91a09e;
  font: 8px var(--mono);
}
.note-preview h3 {
  font: 600 24px var(--serif);
  margin: 20px 0 13px;
}
.preview-tags {
  display: flex;
  gap: 5px;
}
.preview-tags span {
  font-size: 8px;
  background: #e4ede6;
  border-radius: 20px;
  padding: 5px 7px;
}
.audio {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 10px;
  background: #eef3ef;
  border-radius: 6px;
  padding: 10px;
  margin: 24px 0;
}
.audio button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  font-size: 8px;
}
.audio > div {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 25px;
}
.audio i {
  width: 2px;
  height: 11px;
  background: #79a392;
}
.audio i:nth-child(3n) {
  height: 21px;
}
.audio small {
  font: 7px var(--mono);
  color: #82908e;
}
.preview-section label {
  font: 600 9px var(--mono);
  letter-spacing: 1px;
}
.preview-section p {
  font-size: 10px;
  line-height: 1.75;
  color: #657577;
}
.note-preview blockquote {
  background: #e9f1e9;
  border-left: 3px solid var(--teal);
  margin: 22px 0 0;
  padding: 14px;
  font: 600 12px var(--serif);
  line-height: 1.65;
}
.note-preview blockquote small {
  display: block;
  font: 8px var(--mono);
  color: #668277;
  margin-top: 6px;
}
.center-heading {
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.center-heading h2 {
  font: 600 clamp(34px, 4vw, 48px) var(--serif);
  margin: 0;
}
.center-heading > p:last-child {
  color: var(--muted);
  line-height: 1.8;
}
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  position: relative;
}
.steps-row:before {
  content: "";
  position: absolute;
  top: 57px;
  left: 16%;
  right: 16%;
  border-top: 1px dashed #9db4aa;
}
.steps-row article {
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.steps-row article > span {
  font: 9px var(--mono);
  color: var(--coral);
}
.step-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin: 17px auto;
  color: var(--teal);
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.steps-row h3 {
  font: 600 20px var(--serif);
  margin: 0 0 8px;
}
.steps-row p {
  font-size: 11px;
  line-height: 1.75;
  color: #7a888a;
}
.voices {
  border-top: 1px solid var(--line);
}
.voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 45px;
}
.person {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
}
.person > span {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d6e5d6;
  font: 600 11px var(--mono);
}
.person b,
.person small {
  display: block;
}
.person small {
  font-size: 9px;
  color: #8c999a;
  margin-top: 4px;
}
.voice-text > p {
  font: 500 17px var(--serif);
  line-height: 1.9;
  color: #50676a;
  margin: 0;
}
.voice-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding-top: 24px;
}
.voice-stats b {
  display: block;
  font: 600 25px var(--serif);
}
.voice-stats small {
  font-size: 9px;
  color: #8b9899;
}
.pricing {
  background: #fff;
  max-width: none;
  padding-left: max(24px, calc((100vw - 1080px) / 2));
  padding-right: max(24px, calc((100vw - 1080px) / 2));
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 820px;
  margin: 55px auto 0;
}
.price-grid article {
  border: 1px solid var(--line);
  padding: 31px;
  background: var(--paper);
  position: relative;
}
.price-grid article > p {
  font-weight: 700;
}
.price-grid h3 {
  font: 600 35px var(--serif);
  margin: 13px 0 5px;
}
.price-grid h3 small {
  font: 11px var(--mono);
  color: #7c898a;
}
.price-grid article > span {
  color: #859293;
  font-size: 10px;
}
.price-grid ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.price-grid li {
  font-size: 11px;
  margin: 13px 0;
  color: #64777a;
}
.price-grid li:before {
  content: "✓";
  color: var(--teal);
  margin-right: 9px;
}
.price-grid a {
  display: block;
  text-align: center;
  border: 1px solid var(--teal);
  color: var(--teal);
  padding: 12px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}
.price-grid .popular {
  background: #d9e9da;
  border: 0;
}
.popular label {
  position: absolute;
  right: 18px;
  top: 17px;
  background: #f1ca71;
  border-radius: 20px;
  padding: 5px 8px;
  font: 8px var(--mono);
}
.popular a {
  background: var(--teal);
  color: white;
}
.pricing-note {
  text-align: center;
  color: #94a09f;
  font-size: 9px;
  margin-top: 18px;
}
.download {
  background: var(--coral);
  color: white;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 70px max(24px, calc((100vw - 1150px) / 2));
  overflow: hidden;
}
.download .eyebrow {
  color: #ffd8c5;
}
.download h2 {
  font: 600 clamp(38px, 5vw, 61px) var(--serif);
  line-height: 1.25;
  margin: 0;
}
.download-copy > p:not(.eyebrow) {
  color: #ffe3d6;
}
.app-store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #193137;
  border-radius: 7px;
  padding: 10px 15px;
  margin-top: 20px;
}
.app-store > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  font: 24px/1 -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
}
.app-store small {
  font-size: 8px;
}
.app-store b {
  font-size: 16px;
}
.download-mark {
  text-align: center;
  position: relative;
}
.download-icon {
  width: min(300px, 72vw);
  height: auto;
  border-radius: 24%;
  box-shadow: 0 24px 60px #263ec566;
}
.giant-bars {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: rotate(-8deg);
}
.giant-bars i {
  width: 23px;
  height: 75px;
  background: #ffe7d4;
  border-radius: 20px;
}
.giant-bars i:nth-child(2) {
  height: 155px;
}
.giant-bars i:nth-child(3) {
  height: 200px;
  background: var(--yellow);
}
.giant-bars i:nth-child(4) {
  height: 130px;
}
.giant-bars i:nth-child(5) {
  height: 60px;
}
.download-mark > span {
  font: 600 25px var(--mono);
}
footer {
  background: #183037;
  color: white;
  padding: 50px max(24px, calc((100vw - 1150px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}
footer p {
  color: #a7b8b6;
  font: 600 12px var(--serif);
}
footer > div {
  display: flex;
  gap: 20px;
  font-size: 10px;
  color: #a7b8b6;
}
footer > small {
  grid-column: 1/-1;
  border-top: 1px solid #2e494e;
  padding-top: 20px;
  color: #71898a;
  font-size: 9px;
}
.demo-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: #13292db0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.demo-modal.open {
  display: flex;
}
.demo-modal > div {
  width: min(480px, 100%);
  background: var(--paper);
  padding: 36px;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
.demo-close {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 24px;
}
.demo-modal h2 {
  font: 600 25px var(--serif);
}
.demo-modal > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.demo-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e7f0e9;
  padding: 20px 10px;
  margin: 23px 0;
}
.demo-flow span {
  font-size: 10px;
  font-weight: 700;
}
.demo-flow i {
  font-style: normal;
  color: #8ca19c;
}
.demo-modal .primary {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }
  .nav-cta {
    margin-left: auto;
    margin-right: 12px;
  }
  .menu {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions,
  .trust {
    justify-content: center;
  }
  .hero-visual {
    height: 560px;
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  .promise {
    display: block;
    text-align: center;
  }
  .promise > div {
    justify-content: center;
    margin-top: 18px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    min-height: 350px;
  }
  .story-band {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .why-heading,
  .voices-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 900px) {
  .site-header nav.mobile-open {
    display: flex;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 60px;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    padding: 12px 16px;
    border: 1px solid var(--line);
    box-shadow: 0 12px 25px #18303718;
  }
  .site-header nav.mobile-open a {
    padding: 10px 0;
  }
}
@media (max-width: 620px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    padding: 50px 18px 35px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .hero-lede {
    font-size: 14px;
  }
  .hero-actions {
    display: grid;
    gap: 14px;
  }
  .watch {
    justify-content: center;
  }
  .trust {
    margin-top: 25px;
  }
  .hero-visual {
    height: 480px;
    margin-top: 20px;
  }
  .phone-back {
    width: 210px;
    height: 430px;
    right: 0;
  }
  .phone-front {
    width: 220px;
    height: 450px;
    left: 0;
  }
  .record-app {
    padding-top: 25px;
  }
  .record-app button {
    margin-top: 45px;
  }
  .floating-note {
    right: 0;
    bottom: 15px;
  }
  .promise > div {
    flex-wrap: wrap;
    gap: 10px;
  }
  .promise i {
    display: none;
  }
  .why,
  .steps,
  .voices,
  .pricing {
    padding: 80px 18px;
  }
  .why-heading {
    margin-top: 30px;
  }
  .why-heading h2,
  .story-copy h2,
  .voices h2 {
    font-size: 35px;
  }
  .story-band {
    padding: 80px 18px;
  }
  .steps-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .steps-row:before {
    display: none;
  }
  .steps-row article {
    padding: 0 15px;
  }
  .voices-grid {
    gap: 35px;
  }
  .voice-stats {
    gap: 10px;
  }
  .price-grid {
    grid-template-columns: 1fr;
  }
  .download {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 70px 18px 25px;
  }
  .download h2 {
    font-size: 40px;
  }
  .download-mark {
    margin-top: 35px;
  }
  .giant-bars {
    height: 150px;
  }
  .giant-bars i:nth-child(3) {
    height: 150px;
  }
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  footer > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .note-preview {
    padding: 22px;
  }
  .story-copy {
    text-align: left;
  }
}
