/* Homepage only: shared styles and existing content routes remain untouched. */
:root {
  color-scheme: light;
  --paper: #faf8f3;
  --white: #fff;
  --ink: #211f29;
  --muted: #625e6c;
  --purple: #4840c8;
  --purple-dark: #302981;
  --lilac: #eae7ff;
  --line: #dfdbe5;
  --orange: #a64a21;
  --radius: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.6;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 5px;
}
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
p {
  font-weight: 400;
}
em {
  font-style: normal;
}
strong {
  font-weight: 650;
}
.wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: -90px;
  background: white;
  padding: 12px 20px;
  border: 2px solid var(--purple);
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  background: rgba(250, 248, 243, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}
.header-inner {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.5625rem;
  letter-spacing: -1px;
  font-weight: 750;
  flex-shrink: 0;
}
.header-links {
  margin-left: auto;
  display: flex;
  gap: 28px;
}
.header-links a {
  font-size: 0.9375rem;
  font-weight: 550;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.header-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 56px;
  padding: 12px 25px;
  background: var(--purple);
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 650;
  line-height: 1.25;
}
.button:hover {
  background: var(--purple-dark);
}
.button-small {
  font-size: 0.9375rem;
  min-height: 44px;
  padding: 10px 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.17fr 1fr;
  align-items: center;
  gap: 48px;
  padding-block: 64px 72px;
}
.hero-copy {
  padding-bottom: 10px;
}
.eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow-rule {
  width: 24px;
  height: 2px;
  background: var(--purple);
}
h1 {
  font-size: clamp(2.875rem, 5.25vw, 4.625rem);
  font-weight: 720;
  margin: 26px 0;
  letter-spacing: -0.055em;
  line-height: 1.04;
}
h1 em {
  color: var(--purple);
}
.hero-lede {
  font-size: 1.375rem;
  line-height: 1.45;
  max-width: 450px;
  margin-bottom: 16px;
}
.hero-mechanism {
  font-size: 1.125rem;
  color: var(--muted);
  max-width: 455px;
  line-height: 1.65;
}
.hero-mechanism strong {
  color: var(--ink);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.store-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  min-height: 62px;
  flex-shrink: 0;
  line-height: 1;
}
.store-button:hover {
  background: var(--purple-dark);
}
.store-small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.store-large {
  display: block;
  font-size: 1.5625rem;
  font-weight: 550;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.offer-note {
  font-size: 0.875rem;
  line-height: 1.6;
}
.offer-note span {
  font-size: 0.8125rem;
  color: var(--muted);
}
.hero-reassurance {
  color: var(--muted);
  font-size: 0.8125rem;
  margin-top: 15px;
}
.hero-demo {
  position: relative;
  padding: 25px 22px 17px;
  border-radius: 32px;
  background: #eeebfa;
  border: 1px solid #ded9ee;
  min-width: 0;
  overflow: hidden;
}
.demo-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--purple-dark);
  margin-bottom: 18px;
}
.mono {
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}
.demo-time {
  font-variant-numeric: tabular-nums;
  font-size: 1.125rem;
  font-weight: 650;
  letter-spacing: -0.06em;
}
.phone-frame {
  width: 60%;
  max-width: 270px;
  border: 6px solid #262329;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 16px 32px #30298118;
  background: #faf4eb;
  position: relative;
  isolation: isolate;
}
.phone-frame img,
.phone-frame video {
  width: 100%;
  aspect-ratio: 600/1300;
  object-fit: cover;
}
.hero-demo .phone-frame {
  margin-left: auto;
  margin-right: 1%;
}
.demo-aside {
  position: absolute;
  top: 145px;
  left: 22px;
  width: 37%;
}
.step-tag {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  color: var(--purple-dark);
  display: block;
  margin-bottom: 12px;
}
.demo-aside p {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 550;
  letter-spacing: -0.015em;
}
.demo-line {
  display: block;
  width: 1px;
  height: 54px;
  background: #b7afd8;
  margin: 22px 0;
}
.hero-demo figcaption {
  text-align: center;
  margin-top: 22px;
}
.demo-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 650;
  min-height: 44px;
  padding: 10px 16px;
  background: white;
  border: 1px solid #d6cee9;
  border-radius: 24px;
  color: var(--purple-dark);
  cursor: pointer;
  font-size: 0.875rem;
}
.demo-play:hover {
  background: #f8f7ff;
}
.hero-demo figcaption p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 8px auto 0;
  max-width: 320px;
}
.hero-demo #demo-status:empty {
  display: none;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 40px;
  background: var(--paper);
}
.footer-main {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px 50px;
  align-items: center;
}
.footer-main p {
  color: var(--muted);
  font-size: 0.9375rem;
}
.footer-main nav {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 25px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.footer-main nav a {
  font-size: 0.875rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 4px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-block: 22px;
  font-size: 0.75rem;
  color: var(--muted);
}
.section {
  padding-block: 100px;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 680;
  line-height: 1.12;
  margin-top: 20px;
}
h2 em {
  color: var(--purple);
}
h3 {
  font-size: 1.4375rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.familiar-band {
  border-block: 1px solid var(--line);
  background: white;
}
.familiar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 27px;
}
.familiar-inner > .eyebrow {
  font-size: 0.75rem;
  color: var(--muted);
  flex-shrink: 0;
}
.familiar-sequence {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.familiar-sequence [aria-hidden] {
  color: #847a9f;
  font-size: 1rem;
}
.familiar-inner > p:last-child {
  max-width: 230px;
  font-size: 0.875rem;
  color: var(--muted);
}
.familiar-inner strong {
  color: var(--purple-dark);
}
.how-section {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 90px;
  align-items: center;
}
.flow-steps {
  list-style: none;
  margin: 35px 0 25px;
  padding: 0;
}
.flow-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.flow-number {
  color: var(--purple);
  font-size: 0.875rem;
  font-weight: 650;
  padding-top: 2px;
}
.flow-steps p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 9px;
  max-width: 440px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-underline-offset: 5px;
  color: var(--purple-dark);
  font-size: 0.9375rem;
  font-weight: 600;
}
.check-figure {
  background: #ebe7df;
  border-radius: 32px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.check-figure .phone-frame {
  width: 64%;
  max-width: 260px;
  margin: 60px 0 0 auto;
  border-color: #252329;
}
.check-label {
  position: absolute;
  left: 28px;
  top: 29px;
  z-index: 1;
  max-width: 215px;
}
.check-label .eyebrow {
  font-size: 0.6875rem;
  color: var(--orange);
}
.check-label p {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-top: 13px;
}
.check-figure figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 22px;
  max-width: 330px;
}
.setup-section {
  background: #292334;
  color: #fff;
  padding-block: 78px;
}
.setup-section .eyebrow {
  color: #c9c0e5;
}
.setup-section h2 em {
  color: #c1baff;
}
.setup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 44px;
}
.setup-number {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #706780;
  border-radius: 50%;
  color: #d4cdff;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.setup-grid h3 {
  font-size: 1.5rem;
}
.setup-grid p {
  color: #d1cbd9;
  margin-top: 13px;
  font-size: 1rem;
  line-height: 1.7;
}
.practical-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  border-top: 1px solid #554b60;
  margin-top: 46px;
  padding-top: 25px;
}
.practical-notes p {
  font-size: 0.875rem;
  color: #d1cbd9;
  line-height: 1.75;
}
.practical-notes strong {
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
.practical-notes a {
  text-underline-offset: 4px;
}
.offer-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.offer-intro > p:not(.eyebrow) {
  font-size: 1.1875rem;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 25px;
  max-width: 430px;
}
.offer-intro .offer-clarity {
  font-size: 1rem !important;
}
.offer-clarity strong {
  color: var(--ink);
}
.offer-card {
  background: white;
  border: 1px solid #c9c2df;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 40px #22183b06;
}
.trial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.trial-label {
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: var(--purple);
  background: var(--lilac);
  padding: 5px 10px;
  border-radius: 5px;
}
.trial-price {
  font-size: 2.25rem;
  letter-spacing: -0.055em;
  font-weight: 650;
  line-height: 1;
}
.trial-price small {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: var(--muted);
  font-weight: 400;
}
.offer-card h3 {
  font-size: 1.8125rem;
}
.check-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 26px 0 18px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.check-list li {
  padding-left: 27px;
  position: relative;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--purple);
  font-weight: 700;
}
.small-print {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--muted);
}
.offer-button {
  width: 100%;
  margin-top: 24px;
  font-size: 0.9375rem;
}
.pro-terms {
  border-top: 1px solid var(--line);
  margin-top: 27px;
  padding-top: 24px;
}
.pro-heading {
  font-size: 1rem;
  font-weight: 650;
  margin-bottom: 8px;
}
.pro-terms > p:nth-child(2) {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.65;
}
.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin: 16px 0 9px;
}
.price-line strong {
  font-size: 1.4375rem;
  letter-spacing: -0.03em;
}
.price-line span {
  font-size: 0.875rem;
  color: var(--muted);
}
.faq-section {
  border-top: 1px solid var(--line);
  background: white;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq-intro > p:last-child {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 26px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 24px 40px 24px 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 60px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 20px;
  font-weight: 400;
  font-size: 1.5625rem;
  color: var(--purple);
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details > div {
  padding: 0 35px 24px 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.final-section {
  background: var(--lilac);
  border: 1px solid #d6d0f0;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 60px;
  align-items: center;
  padding: 52px 56px;
  margin-block: 70px;
}
.final-section .eyebrow {
  color: var(--purple-dark);
}
.final-section h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  max-width: 650px;
}
.final-section h2 em {
  color: var(--purple-dark);
}
.final-copy > p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1rem;
}
.final-button {
  margin-top: 26px;
}
.final-copy .final-terms {
  font-size: 0.8125rem;
  margin-top: 13px;
}
.desktop-qr {
  align-self: center;
  text-align: center;
}
.desktop-qr > a {
  display: inline-block;
  background: white;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #d6d0f0;
}
.desktop-qr p {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 12px;
  color: var(--purple-dark);
}
.mobile-download {
  position: fixed;
  z-index: 40;
  bottom: 0;
  left: 0;
  right: 0;
  background: #faf8f3f7;
  border-top: 1px solid var(--line);
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 -8px 28px #211f290b;
}
.mobile-download strong,
.mobile-download span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.mobile-download > div > span {
  font-size: 0.75rem;
  color: var(--muted);
}
.mobile-download .button span {
  display: inline;
}
.mobile-download:not([hidden]) {
  display: none;
}
@media (min-width: 1440px) {
  .hero {
    padding-block: 58px 72px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 28px;
    grid-template-columns: 1.08fr 1fr;
  }
  h1 {
    font-size: 3.375rem;
  }
  .hero-lede {
    font-size: 1.25rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .hero-demo {
    padding: 20px 16px 16px;
  }
  .demo-aside {
    left: 16px;
    top: 112px;
  }
  .demo-aside p {
    font-size: 0.875rem;
  }
  .demo-line {
    height: 28px;
    margin: 18px 0;
  }
  .phone-frame {
    border-width: 5px;
    border-radius: 25px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 66px;
    gap: 16px;
  }
  .brand {
    font-size: 1.4375rem;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .header-links {
    display: none;
  }
  .header-inner > .button {
    margin-left: auto;
  }
  .hero {
    display: block;
    padding-block: 34px 42px;
  }
  .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.055em;
  }
  h1 {
    font-size: clamp(2.25rem, 10.65vw, 3.375rem);
    margin: 20px 0;
    line-height: 1.07;
  }
  .hero-lede {
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: 360px;
    margin-bottom: 12px;
  }
  .hero-mechanism {
    font-size: 1rem;
    line-height: 1.6;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 23px;
  }
  .store-button {
    padding: 10px 15px;
    gap: 10px;
    min-height: 58px;
  }
  .store-small {
    font-size: 0.75rem;
  }
  .store-large {
    font-size: 1.375rem;
  }
  .offer-note {
    font-size: 0.8125rem;
  }
  .offer-note span {
    font-size: 0.75rem;
  }
  .hero-reassurance {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 13px;
  }
  .hero-demo {
    margin-top: 30px;
    padding: 18px 20px 16px;
    border-radius: 26px;
  }
  .hero-demo .phone-frame {
    width: 54%;
    max-width: 220px;
    margin-right: 1%;
  }
  .demo-aside {
    top: 104px;
    left: 22px;
    width: 37%;
  }
  .demo-aside p {
    font-size: 0.9375rem;
  }
  .demo-line {
    height: 37px;
    margin: 18px 0;
  }
  .demo-heading {
    margin-bottom: 14px;
  }
  .hero-demo figcaption {
    margin-top: 18px;
  }
  .footer-main {
    display: block;
  }
  .footer-main p {
    margin-block: 14px 20px;
  }
  .footer-main nav {
    gap: 2px 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 4px;
  }
  .site-footer {
    padding-top: 30px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-demo {
    padding-inline: 14px;
  }
  .demo-aside {
    left: 14px;
  }
  .demo-aside p {
    font-size: 0.8125rem;
  }
  .demo-play {
    font-size: 0.8125rem;
    padding-inline: 12px;
  }
  .hero-demo .phone-frame {
    width: 55%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 1000px) {
  .familiar-inner {
    flex-wrap: wrap;
    gap: 12px 25px;
  }
  .familiar-inner > p:last-child {
    max-width: none;
  }
  .how-section,
  .offer-section {
    gap: 40px;
  }
  .faq-layout {
    gap: 40px;
  }
  .setup-grid {
    gap: 28px;
  }
  .check-figure {
    padding: 22px;
  }
  .check-label {
    left: 22px;
    top: 22px;
  }
  .check-label p {
    font-size: 1.125rem;
    max-width: 150px;
  }
  .check-figure .phone-frame {
    margin-top: 85px;
    width: 73%;
  }
  .final-section {
    gap: 32px;
    padding: 42px 38px;
  }
  .final-section h2 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 85px;
  }
  body {
    padding-bottom: 88px;
  }
  .section {
    padding-block: 58px;
  }
  h2 {
    font-size: 2.125rem;
    line-height: 1.14;
    margin-top: 16px;
  }
  .familiar-inner {
    padding-block: 23px;
    display: block;
  }
  .familiar-sequence {
    font-size: 1.1875rem;
    gap: 12px;
    margin-block: 10px;
  }
  .familiar-inner > p:last-child {
    font-size: 0.875rem;
  }
  .how-section,
  .offer-section,
  .faq-layout {
    display: block;
  }
  .flow-steps {
    margin-top: 28px;
  }
  .flow-steps li {
    grid-template-columns: 26px 1fr;
    gap: 14px;
    padding-block: 22px;
  }
  .flow-steps h3 {
    font-size: 1.3125rem;
  }
  .check-figure {
    margin-top: 35px;
    padding: 22px;
    max-width: 420px;
  }
  .check-figure .phone-frame {
    width: 62%;
    max-width: 225px;
    margin-top: 42px;
  }
  .check-label p {
    font-size: 1.125rem;
    max-width: 140px;
  }
  .check-figure figcaption {
    max-width: 260px;
  }
  .setup-section {
    padding-block: 52px;
  }
  .setup-section h2 {
    font-size: 1.875rem;
  }
  .setup-grid {
    display: block;
    margin-top: 29px;
  }
  .setup-grid article {
    position: relative;
    padding: 22px 0 25px 48px;
    border-top: 1px solid #554b60;
  }
  .setup-number {
    position: absolute;
    left: 0;
    top: 24px;
  }
  .setup-grid h3 {
    font-size: 1.375rem;
  }
  .setup-grid p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .practical-notes {
    display: block;
    margin-top: 5px;
    padding-top: 22px;
  }
  .practical-notes p + p {
    margin-top: 18px;
  }
  .offer-intro > p:not(.eyebrow) {
    font-size: 1.125rem;
    margin-top: 19px;
  }
  .offer-card {
    margin-top: 30px;
    padding: 25px 22px;
  }
  .offer-card h3 {
    font-size: 1.6875rem;
  }
  .trial-price {
    font-size: 2rem;
  }
  .check-list {
    font-size: 0.9375rem;
  }
  .offer-button {
    font-size: 0.9375rem;
    gap: 12px;
    padding-inline: 15px;
  }
  .faq-intro > p:last-child {
    margin-top: 19px;
    margin-bottom: 28px;
  }
  .faq-list summary {
    font-size: 1rem;
    padding-block: 21px;
  }
  .faq-list details > div {
    padding-right: 10px;
  }
  .final-section {
    display: block;
    padding: 34px 25px;
    margin-block: 42px;
    border-radius: 22px;
  }
  .final-section h2 {
    font-size: 1.9375rem;
  }
  .final-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }
  .final-copy .final-terms {
    font-size: 0.75rem;
  }
  .final-button {
    padding-inline: 18px;
    font-size: 0.875rem;
    gap: 10px;
  }
  .desktop-qr {
    display: none;
  }
  .mobile-download:not([hidden]) {
    display: flex;
  }
  .site-footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 1.875rem;
  }
  .familiar-sequence {
    font-size: 1.0625rem;
    gap: 9px;
  }
  .final-section {
    padding-inline: 22px;
  }
  .final-section h2 {
    font-size: 1.8125rem;
  }
  .final-button {
    font-size: 0.8125rem;
  }
  .check-label p {
    font-size: 1rem;
    max-width: 122px;
  }
  .check-figure .phone-frame {
    width: 64%;
  }
}
/* Text enlargement must reflow the demonstration, not overlap its captions. */
.hero-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  column-gap: 14px;
  container-type: inline-size;
}
.demo-heading,
.hero-demo figcaption {
  grid-column: 1/-1;
}
.hero-demo .phone-frame {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  margin: 0 0 0 auto;
  align-self: center;
}
.demo-aside {
  position: static;
  grid-column: 1;
  grid-row: 2;
  width: auto;
  min-width: 0;
  align-self: center;
}
.demo-aside p {
  overflow-wrap: anywhere;
}
.demo-play {
  max-width: 100%;
  text-align: center;
}
.demo-heading {
  flex-wrap: wrap;
  gap: 10px;
}
.check-label {
  position: static;
  max-width: none;
}
.check-label p {
  max-width: none;
}
.check-figure .phone-frame {
  margin-top: 24px;
}
.familiar-sequence {
  flex-wrap: wrap;
  white-space: normal;
}
.flow-steps li {
  grid-template-columns: 36px minmax(0, 1fr);
}
.trial-top {
  flex-wrap: wrap;
  gap: 16px;
}
@container (max-width:16rem) {
  .demo-aside {
    display: none;
  }
  .hero-demo .phone-frame {
    grid-column: 1/-1;
    margin-inline: auto;
    width: 90%;
  }
}
@media (max-width: 700px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 10px 12px;
    padding-block: 9px;
  }
  .header-inner > .button {
    gap: 12px;
    padding-inline: 14px;
  }
  .button-small {
    max-width: 100%;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .flow-steps li {
    grid-template-columns: 26px minmax(0, 1fr);
  }
  .hero-demo .phone-frame {
    width: 100%;
    margin-right: 0;
  }
  .mobile-download {
    flex-wrap: wrap;
  }
  .hero-reassurance {
    max-width: 100%;
  }
  .familiar-sequence {
    gap: 8px 12px;
  }
}

/* Fit the complete desktop introduction into a normal laptop viewport.
   Let content grow at enlarged text sizes rather than clipping or scaling it. */
@media (min-width: 1001px) {
  .hero {
    min-height: calc(100svh - 79px);
    padding-block: clamp(20px, 3svh, 40px);
  }
  .hero h1 {
    font-size: clamp(2.875rem, min(5.25vw, 9svh), 4.625rem);
    margin-block: 20px;
  }
  .hero-lede {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .hero-actions {
    margin-top: 22px;
  }
  .hero-reassurance {
    margin-top: 12px;
  }
  .hero-demo {
    padding: 20px;
  }
  .hero-demo .phone-frame {
    width: clamp(120px, calc((100svh - 310px) * 0.461538), 250px);
    max-width: 100%;
  }
  .demo-heading {
    margin-bottom: 14px;
  }
  .hero-demo figcaption {
    margin-top: 16px;
  }
  .demo-line {
    height: clamp(24px, 5svh, 54px);
    margin-block: 14px;
  }
  .step-tag {
    margin-bottom: 8px;
  }
  /* Keep the full explanation visible below the sticky header at #how.
     Natural height remains available for enlarged text and short windows. */
  .how-section {
    min-height: calc(100svh - 100px);
    padding-block: clamp(16px, 2.5svh, 32px);
    gap: clamp(40px, 4vw, 60px);
  }
  .how-section h2 {
    font-size: clamp(2rem, min(3.5vw, 6svh), 2.75rem);
    margin-top: 14px;
  }
  .flow-steps {
    margin: 16px 0 10px;
  }
  .flow-steps li {
    padding-block: clamp(8px, calc(3svh - 12px), 16px);
  }
  .flow-steps h3 {
    font-size: 1.25rem;
  }
  .flow-steps p {
    line-height: 1.5;
    margin-top: 6px;
    max-width: none;
  }
  .check-figure {
    padding: 20px;
  }
  .check-label .eyebrow {
    font-size: 0.75rem;
  }
  .check-label p {
    font-size: 1.125rem;
    margin-top: 8px;
  }
  .check-figure .phone-frame {
    width: clamp(120px, calc((100svh - 350px) * 0.461538), 250px);
    max-width: 100%;
    margin-top: 16px;
    margin-inline: auto;
  }
  .check-figure figcaption {
    margin-top: 12px;
  }
}
