:root {
  --bg: #E9E3DA;
  --paper: #FDFBF7;
  --surface-warm: #F4EDE3;
  --terracotta: #C4714B;
  --terracotta-dark: #A85838;
  --sage: #A9B5A0;
  --rose: #E9C9BC;
  --sand: #E0D5C5;
  --ink: #3E352C;
  --ink-soft: #6F6257;
  --font-logo: "Great Vibes", cursive;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Karla", Arial, sans-serif;
  --shadow-paper: 0 30px 80px rgba(62, 53, 44, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--rose);
  color: var(--ink);
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 4px;
}

.scribble {
  position: fixed;
  z-index: 0;
  color: var(--ink);
  opacity: .35;
  pointer-events: none;
}

.scribble-left {
  left: max(12px, calc(50vw - 748px));
  top: 150px;
  width: 150px;
}

.scribble-right {
  right: max(14px, calc(50vw - 760px));
  top: 300px;
  width: 168px;
}

.scribble-small {
  right: max(45px, calc(50vw - 650px));
  bottom: 54px;
  width: 108px;
}

.paper-shell {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 48px));
  min-height: calc(100vh - 112px);
  margin: 56px auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow-paper);
}

.site-header {
  border-bottom: 1px solid var(--sand);
}

.nav {
  display: grid;
  grid-template-columns: 180px 1fr 230px;
  align-items: center;
  gap: 22px;
  padding: 24px 52px 20px;
}

.logo {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-logo);
  font-size: 39px;
  line-height: 1;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 24px;
}

.nav-menu a,
.nav-mark,
.kicker,
.app-audience,
.path-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .29em;
  text-transform: uppercase;
}

.nav-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
  text-decoration: none;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--terracotta-dark);
}

.nav-mark {
  justify-self: end;
  color: var(--ink-soft);
  letter-spacing: .22em;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: 92px 64px 88px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  top: -140px;
  right: -130px;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(169, 181, 160, .14);
}

.hero::after {
  bottom: -180px;
  left: 32%;
  width: 280px;
  height: 280px;
  background: rgba(233, 201, 188, .13);
}

.hero-copy,
.hero-paths {
  position: relative;
  z-index: 1;
}

.kicker,
.app-audience,
.path-label {
  margin: 0 0 12px;
  color: var(--terracotta-dark);
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 6.3vw, 5.5rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.025em;
}

.hero h1 span {
  display: block;
}

.hero h1 span + span {
  color: var(--terracotta-dark);
  font-style: italic;
}

.hero-text {
  max-width: 470px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero-support {
  margin: 22px 0 0;
  font-weight: 700;
}

.hero-paths {
  display: grid;
  gap: 16px;
}

.hero-path {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  padding: 28px 30px 26px;
  border: 1px solid rgba(62, 53, 44, .12);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hero-path:hover {
  transform: translateY(-3px);
  border-color: rgba(62, 53, 44, .28);
  box-shadow: 0 18px 36px rgba(62, 53, 44, .09);
}

.hero-path-passos {
  background: linear-gradient(130deg, rgba(169, 181, 160, .32), rgba(244, 237, 227, .72));
}

.hero-path-stories {
  background: linear-gradient(130deg, rgba(233, 201, 188, .42), rgba(244, 237, 227, .72));
}

.path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.path-monogram {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(62, 53, 44, .18);
  background: rgba(253, 251, 247, .55);
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.path-arrow {
  font-size: 1.5rem;
  line-height: 1;
}

.hero-path h2 {
  margin: 20px 0 4px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.hero-path p {
  margin: 0;
  color: var(--ink-soft);
}

.path-link {
  min-height: 44px;
  display: inline-flex;
  align-items: flex-end;
  align-self: flex-start;
  margin-top: auto;
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.section {
  padding: 92px 64px 0;
  scroll-margin-top: 20px;
  opacity: 0;
  transform: translateY(14px);
  animation: sectionFade .65s ease forwards;
}

@keyframes sectionFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-heading {
  width: min(780px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4.25rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.015em;
}

.section-intro {
  width: min(630px, 100%);
  margin: 20px auto 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.apps-list {
  display: grid;
  gap: 30px;
}

.app-showcase {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 64px;
  padding: 56px;
  border: 1px solid rgba(224, 213, 197, .95);
  background: linear-gradient(135deg, var(--surface-warm), rgba(253, 251, 247, .72));
  scroll-margin-top: 24px;
}

.app-showcase-reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(220px, .72fr);
}

.app-showcase-reverse .phone-mockup {
  order: 2;
}

.phone-mockup {
  width: min(252px, 100%);
  justify-self: center;
}

.phone-frame {
  position: relative;
  aspect-ratio: 9 / 19;
  padding: 11px;
  border: 9px solid rgba(62, 53, 44, .94);
  border-radius: 34px;
  background: var(--ink);
  box-shadow: 0 24px 44px rgba(62, 53, 44, .2);
}

.phone-notch {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 50%;
  width: 66px;
  height: 17px;
  border-radius: 0 0 13px 13px;
  background: rgba(62, 53, 44, .94);
  transform: translateX(-50%);
}

.phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  background: var(--paper);
}

.phone-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.screen-preview {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 38px 17px 18px;
  overflow: hidden;
}

.screen-preview-passos {
  background: var(--paper);
}

.today-card {
  position: relative;
  padding: 17px 16px 14px;
  border-radius: 18px;
  background: var(--surface-warm);
}

.today-card strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
}

.today-card > i {
  width: 60%;
  height: 7px;
  display: block;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--sand);
}

.preview-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  font-weight: 700;
}

.activity-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.activity {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 70px;
  padding: 14px;
  border-radius: 18px;
}

.activity-sage { background: rgba(169, 181, 160, .78); }
.activity-rose { background: rgba(233, 201, 188, .86); }
.activity-sand { background: rgba(224, 213, 197, .95); }

.activity-dot {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--paper);
}

.activity-lines {
  flex: 1;
}

.activity-lines i {
  width: 78%;
  height: 5px;
  display: block;
  border-radius: 999px;
  background: rgba(62, 53, 44, .7);
}

.activity-lines i + i {
  width: 58%;
  margin-top: 9px;
  background: rgba(253, 251, 247, .88);
}

.preview-progress {
  height: 7px;
  margin: 22px 8px 0;
  overflow: hidden;
  border-radius: 999px;
  background: var(--sand);
}

.preview-progress span {
  width: 68%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--terracotta);
}

.preview-tabs {
  width: 74%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: auto auto 0;
  border-radius: 999px;
  background: var(--surface-warm);
}

.preview-tabs span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sand);
}

.preview-tabs span.is-active {
  background: var(--terracotta);
}

.screen-preview-stories {
  background: #F8ECE8;
}

.preview-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.preview-filters span {
  padding: 6px 2px;
  border: 1px solid var(--sand);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: .5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.preview-filters span.is-active {
  background: var(--rose);
  color: var(--ink);
}

.sticker-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.sticker {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--paper);
}

.sticker::before,
.sticker::after {
  content: "";
  position: absolute;
}

.sticker-amor::before {
  inset: 28% 22%;
  border-radius: 50% 50% 44% 44%;
  background: var(--terracotta);
  transform: rotate(-8deg);
}

.sticker-novo { background: var(--surface-warm); }
.sticker-novo::before {
  left: 20%;
  top: 40%;
  width: 60%;
  height: 7px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 16px 0 var(--terracotta);
}

.sticker-lindo { background: var(--rose); }
.sticker-lindo::before {
  content: "lindo";
  inset: 30% 0 auto;
  color: var(--ink);
  font-family: var(--font-logo);
  font-size: 1.8rem;
  text-align: center;
}

.sticker-brilho::before {
  top: 27%;
  left: 38%;
  width: 25px;
  height: 25px;
  background: var(--sage);
  transform: rotate(45deg);
}

.sticker-onda { background: var(--surface-warm); }
.sticker-onda::before,
.sticker-onda::after {
  left: 18%;
  width: 64%;
  height: 22px;
  border: 3px solid var(--terracotta-dark);
  border-color: var(--terracotta-dark) transparent transparent;
  border-radius: 50%;
}

.sticker-onda::before { top: 35%; }
.sticker-onda::after { top: 57%; transform: rotate(180deg); }

.sticker-agora::before {
  content: "AGORA";
  top: 32%;
  left: 0;
  width: 100%;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
}

.sticker-agora::after {
  left: 25%;
  bottom: 25%;
  width: 50%;
  height: 7px;
  border-radius: 999px;
  background: var(--rose);
}

.app-copy {
  min-width: 0;
}

.app-copy h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.7vw, 4rem);
  font-weight: 500;
  line-height: .98;
}

.app-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.app-copy .app-audience {
  margin-bottom: 13px;
  color: var(--terracotta-dark);
  font-size: .68rem;
}

.app-copy .app-tagline {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.2;
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  top: .63em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
}

.app-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
}

.app-details strong {
  display: block;
  margin-bottom: 5px;
  color: var(--terracotta-dark);
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.app-details p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .91rem;
  line-height: 1.5;
}

.app-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.badge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(62, 53, 44, .24);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .75rem;
  font-weight: 700;
  padding: 0 12px;
}

.button,
.newsletter-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover,
.newsletter-form button:hover {
  border-color: var(--terracotta-dark);
  background: var(--terracotta-dark);
  transform: translateY(-1px);
}

.button-outline {
  background: transparent;
  color: var(--ink);
}

.button-outline:hover {
  color: var(--paper);
}

.waitlist-section {
  margin-top: 96px;
  padding-top: 80px;
  padding-bottom: 72px;
  background: var(--ink);
  color: var(--paper);
}

.waitlist-section .kicker {
  color: var(--rose);
}

.waitlist-section .section-intro,
.waitlist-section .form-note {
  color: rgba(253, 251, 247, .76);
}

.newsletter-form {
  width: min(850px, 100%);
  display: grid;
  grid-template-columns: 230px minmax(230px, 1fr) auto;
  grid-template-areas:
    "interest-label email-label empty"
    "interest email button";
  gap: 8px 12px;
  margin: 0 auto;
}

.field-label {
  color: rgba(253, 251, 247, .78);
  font-size: .79rem;
  font-weight: 700;
}

label[for="interest"] { grid-area: interest-label; }
label[for="email"] { grid-area: email-label; }

.newsletter-form select {
  grid-area: interest;
}

.newsletter-form input {
  grid-area: email;
}

.newsletter-form button {
  grid-area: button;
  align-self: end;
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
  white-space: nowrap;
}

.newsletter-form button:hover {
  border-color: var(--rose);
  background: var(--rose);
  color: var(--ink);
}

.newsletter-form input,
.newsletter-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(253, 251, 247, .72);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
}

.newsletter-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--paper) 50%), linear-gradient(135deg, var(--paper) 50%, transparent 50%);
  background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.newsletter-form option {
  background: var(--ink);
  color: var(--paper);
}

.newsletter-form input::placeholder {
  color: rgba(253, 251, 247, .66);
}

.form-note,
.form-message {
  width: min(850px, 100%);
  margin: 12px auto 0;
  text-align: center;
  font-size: .88rem;
}

.form-message {
  min-height: 26px;
  margin-top: 5px;
  color: var(--rose);
}

.about-layout {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 52px;
  margin: 0 auto;
}

.about-portrait {
  position: relative;
  width: 210px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--rose);
  font-family: var(--font-display);
  font-size: 5.8rem;
  line-height: 1;
}

.about-portrait::before {
  content: "";
  position: absolute;
  inset: 22px -18px -12px 40px;
  border-radius: 46% 54% 49% 51%;
  background: rgba(253, 251, 247, .44);
}

.about-portrait img,
.about-portrait span {
  position: relative;
  z-index: 1;
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.about-copy .about-signature {
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.3;
}

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-highlights li {
  padding: 5px 11px;
  border: 1px solid var(--sand);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .79rem;
  font-weight: 700;
}

.faq-list {
  width: min(820px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--sand);
}

.faq-item {
  border-bottom: 1px solid var(--sand);
}

.faq-item summary {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 14px 52px 14px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  color: var(--terracotta-dark);
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: -2px 0 22px;
  padding-right: 52px;
  color: var(--ink-soft);
}

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

.recommendation-card {
  min-height: 100%;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--sand);
  background: var(--surface-warm);
  text-align: center;
}

.recommendation-card h3,
.recommendation-card p {
  margin: 0;
}

.recommendation-card p,
.affiliate-note {
  color: var(--ink-soft);
}

.recommendation-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--sand);
  background: var(--paper);
  font-size: 1.5rem;
}

.recommendation-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--terracotta-dark);
  font-weight: 700;
  text-underline-offset: 5px;
}

.affiliate-note {
  width: min(640px, 100%);
  margin: 22px auto 0;
  text-align: center;
  font-size: .92rem;
}

.site-footer {
  padding: 92px 56px 44px;
  text-align: center;
}

.footer-logo {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-logo);
  font-size: 46px;
  line-height: 1;
}

.footer-text {
  margin: 0 auto 20px;
  color: var(--ink-soft);
}

.footer-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links {
  gap: 16px 28px;
  margin-bottom: 20px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-underline-offset: 6px;
}

.social-links {
  gap: 12px;
  margin-bottom: 20px;
}

.social-links:empty {
  display: none;
}

.social-links a {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--sand);
  border-radius: 50%;
  text-decoration: none;
}

.social-links svg {
  width: 20px;
  height: 20px;
}

.footer-credit {
  margin: 0;
  color: var(--ink-soft);
  font-size: .87rem;
}

@media (max-width: 960px) {
  .nav {
    grid-template-columns: auto 1fr;
    padding-inline: 34px;
  }

  .nav-menu {
    justify-content: flex-end;
  }

  .nav-mark {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-copy {
    width: min(690px, 100%);
  }

  .hero-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-showcase,
  .app-showcase-reverse {
    gap: 42px;
    padding: 42px;
  }

  .app-details {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .newsletter-form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "interest-label email-label"
      "interest email"
      "button button";
  }

  .newsletter-form button {
    width: 100%;
    margin-top: 4px;
  }
}

@media (max-width: 720px) {
  .scribble {
    display: none;
  }

  .paper-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    box-shadow: none;
  }

  .nav {
    gap: 12px;
    padding: 14px 18px 12px;
  }

  .logo {
    font-size: 34px;
  }

  .nav-menu {
    gap: 0 11px;
  }

  .nav-menu a {
    font-size: .61rem;
    letter-spacing: .16em;
  }

  .hero {
    gap: 36px;
    padding: 58px 20px 66px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 4rem);
  }

  .hero-text {
    margin-top: 23px;
    font-size: 1rem;
  }

  .hero-support {
    margin-top: 16px;
  }

  .hero-paths {
    grid-template-columns: 1fr;
  }

  .hero-path {
    min-height: 220px;
    padding: 24px;
  }

  .section {
    padding: 68px 20px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-title {
    font-size: clamp(2.55rem, 13vw, 3.35rem);
  }

  .section-intro {
    margin-top: 16px;
  }

  .app-showcase,
  .app-showcase-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 30px 22px 34px;
  }

  .app-showcase .app-copy,
  .app-showcase-reverse .app-copy {
    order: 1;
  }

  .app-showcase .phone-mockup,
  .app-showcase-reverse .phone-mockup {
    order: 2;
  }

  .phone-mockup {
    width: min(218px, 72vw);
  }

  .app-copy h3 {
    font-size: 2.75rem;
  }

  .app-action {
    align-items: stretch;
    flex-direction: column;
  }

  .app-action .badge,
  .app-action .button {
    width: 100%;
    justify-content: center;
  }

  .waitlist-section {
    margin-top: 72px;
    padding-top: 66px;
    padding-bottom: 58px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "interest-label"
      "interest"
      "email-label"
      "email"
      "button";
    gap: 8px;
  }

  label[for="email"] {
    margin-top: 7px;
  }

  .newsletter-form button {
    margin-top: 8px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
    text-align: center;
  }

  .about-portrait {
    width: 174px;
  }

  .about-highlights {
    justify-content: center;
  }

  .faq-item summary {
    min-height: 64px;
    padding-right: 40px;
    font-size: 1.2rem;
  }

  .faq-item p {
    padding-right: 16px;
  }

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

  .site-footer {
    padding: 70px 20px 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .section {
    opacity: 1;
    transform: none;
  }
}
