@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=DM+Serif+Display:ital@0;1&display=swap");
:root {
  --bg: #111510;
  --surface: #1a2019;
  --line: #ffffff20;
  --text: #f0f2e9;
  --muted: #a3ab9e;
  --lime: #d4eeac;
  --paper: #c9d8b8;
  --ink: #293728;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 6px;
}
.phone button:focus-visible {
  outline-color: var(--ink);
  outline-offset: 3px;
}
::selection {
  background: var(--lime);
  color: var(--bg);
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.mono,
.eyebrow {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.site-header {
  width: min(1400px, calc(100% - 80px));
  margin: auto;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 28px;
}
.wordmark {
  font-size: 35px;
  font-weight: 650;
  letter-spacing: -2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.brand-period {
  color: var(--lime);
  margin-left: -8px;
}
.brand-icon {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-right: 1px;
}
.brand-icon i {
  width: 4px;
  height: 17px;
  background: var(--lime);
  border-radius: 1px;
}
.brand-icon i:nth-child(2) {
  height: 27px;
}
.brand-icon i:nth-child(3) {
  height: 22px;
}
.brand-icon i:nth-child(4) {
  height: 11px;
}
.site-header nav {
  display: flex;
  gap: 35px;
  color: #bec5b8;
  font-size: 14px;
}
.site-header nav a:hover,
.language:hover,
.text-link:hover {
  color: var(--lime);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.language {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 19px 25px;
  border: 1px solid transparent;
  background: var(--lime);
  color: #1c2918;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #e0f8bd;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px #0002;
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.button-small {
  padding: 12px 19px;
  gap: 24px;
  font-size: 14px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 20px;
  padding-top: 93px;
  min-height: 795px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #c4cdbb;
}
.status-dot,
.mini-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}
.status-dot {
  box-shadow: 0 0 0 4px #d4eeac12;
}
.hero h1 {
  font-size: clamp(64px, 6.5vw, 94px);
  letter-spacing: -0.063em;
  line-height: 1.04;
  font-weight: 450;
  margin: 29px 0 27px;
}
.hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--lime);
  letter-spacing: -0.045em;
}
.hero-copy > p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  max-width: 460px;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 32px;
}
.text-link {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}
.play-icon {
  font-size: 20px;
}
.platform-note {
  font-size: 12px;
  color: #8e9888;
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 22px;
}
.platform-note > span:first-child {
  font-size: 18px;
}
.note-divider {
  margin: 0 5px;
  color: #52604c;
}
.product-stage {
  min-height: 580px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  isolation: isolate;
}
.product-stage::before {
  content: "";
  position: absolute;
  width: 95%;
  aspect-ratio: 1;
  background: radial-gradient(ellipse, #6f8c4520, transparent 68%);
  top: 40px;
  z-index: -1;
}
.orbit {
  position: absolute;
  border: 1px solid #a1b8890d;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.orbit-two {
  width: 610px;
  height: 610px;
  top: -36px;
}
.stage-label {
  position: absolute;
  right: 5px;
  top: -30px;
  font-size: 10px;
  color: #6f7b66;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}
.phone {
  width: 267px;
  height: 538px;
  flex-shrink: 0;
  border-radius: 43px;
  padding: 7px;
  background: linear-gradient(
    110deg,
    #7a8275,
    #2a3126 18%,
    #13170f 75%,
    #626e55
  );
  box-shadow:
    0 40px 65px #0007,
    0 0 0 1px #58624c;
  transform: rotate(7deg);
  position: relative;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.phone:hover {
  transform: rotate(2deg) translateY(-6px);
}
.phone::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 115px;
  width: 3px;
  height: 48px;
  border-radius: 2px;
  background: #626d59;
}
.phone-camera {
  width: 76px;
  height: 23px;
  background: #14180f;
  border-radius: 20px;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.phone-screen {
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  position: relative;
  padding: 13px 20px;
}
.phone-status {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  padding: 0 3px;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  font-size: 16px;
  align-items: center;
}
.phone-top .mono {
  font-size: 12px;
  letter-spacing: 0.32em;
}
.phone-content {
  margin-top: 67px;
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.phone-date {
  font-size: 9px;
  letter-spacing: 0.08em;
}
.pixel-clock {
  display: grid;
  grid-template-columns: repeat(29, 1fr);
  gap: 2px;
  width: 100%;
  margin: 16px 0 12px;
}
.pixel-clock i {
  aspect-ratio: 1;
  background: currentColor;
  opacity: 0.9;
}
.pixel-clock i.off {
  opacity: 0.07;
}
.phone-subtitle {
  font-family: var(--serif);
  font-size: 18px;
  margin: 17px 0 27px;
}
.phone-session {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  white-space: nowrap;
  border-top: 1px solid #29372825;
  padding-top: 13px;
}
.phone-session .mini-dot {
  background: var(--ink);
  width: 4px;
  height: 4px;
}
.phone-session > span:last-child {
  margin-left: auto;
}
.voice-button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ink);
  margin-top: 27px;
  display: block;
}
.pixel-field {
  height: 65px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(33, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 2px;
  align-items: center;
}
.pixel-field i {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: currentColor;
  border-radius: 0.5px;
  opacity: var(--opacity, 0.2);
  animation: breathe 5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.voice-label {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.075em;
  margin-top: 15px;
  min-height: 12px;
}
.voice-label > span {
  font-size: 13px;
}
.phone-bottom {
  position: absolute;
  bottom: 37px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  border-top: 1px solid #29372835;
  padding-top: 13px;
}
.home-indicator {
  position: absolute;
  width: 82px;
  height: 3px;
  background: #29372888;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
.floating-note {
  position: absolute;
  z-index: 3;
  background: #f0f1e6;
  color: #30392c;
  border: 1px solid #f7f9ec80;
  border-radius: 9px;
  box-shadow: 0 18px 40px #0003;
  transition: transform 0.5s;
}
.note-top {
  width: 296px;
  top: 68px;
  left: -33px;
  padding: 18px 20px;
  transform: rotate(-6deg);
  animation: float-note 8s ease-in-out infinite;
}
.note-meta {
  font-size: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #68735e;
}
.note-meta .mini-dot {
  background: #738953;
  width: 4px;
  height: 4px;
}
.note-meta > span:last-child:not(:first-child) {
  margin-left: auto;
  color: #8a9183;
  font-size: 9px;
}
.floating-note p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.35;
  margin: 13px 0;
}
.note-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #6c7860;
}
.note-bottom > span:last-child {
  margin-left: auto;
}
.tiny-wave {
  color: #536743;
  letter-spacing: 1px;
}
.note-bottom-card {
  bottom: 101px;
  right: -8px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 19px;
  transform: rotate(5deg);
  animation: float-note 8s 2s ease-in-out infinite;
}
.note-bottom-card p {
  margin: 5px 0 0;
  font-size: 18px;
}
.note-icon {
  font-size: 30px;
  color: #63774d;
}
.saved-check {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #77816b4a;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 12px;
}
.demo-hint {
  position: absolute;
  bottom: 2px;
  color: #8d9981;
  background: none;
  border: 0;
  font-size: 12px;
}
.demo-hint > span {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.hero-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 26px 0;
  margin-top: 37px;
  color: #a2ab99;
  font-size: 12px;
}
.hero-bottom > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-bottom .mono {
  font-size: 10px;
  letter-spacing: 0.11em;
}
.hero-bottom .mono > span {
  font-size: 17px;
  margin-left: 12px;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-block: 40px;
}
.site-footer .wordmark {
  font-size: 31px;
  color: var(--lime);
}
.site-footer p {
  font-size: 13px;
  color: var(--muted);
}
.site-footer > div {
  margin-left: auto;
  display: flex;
  gap: 30px;
  font-size: 12px;
  color: var(--muted);
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  background: var(--lime);
  color: var(--bg);
  padding: 10px 20px;
  z-index: 30;
}
.skip-link:focus {
  top: 10px;
}
.phone.is-playing .phone-content {
  opacity: 0.16;
  transform: translateY(-5px);
}
.phone.is-playing .pixel-field i {
  animation: listen 0.7s ease-in-out infinite;
  animation-delay: var(--delay);
}
.phone.is-playing .voice-label {
  font-weight: 700;
}
.hero-copy {
  animation: enter 0.9s both;
}
.product-stage {
  animation: enter 1.1s 0.15s both;
}
@keyframes breathe {
  0%,
  100% {
    opacity: calc(var(--opacity) * 0.45);
  }
  50% {
    opacity: var(--opacity);
  }
}
@keyframes listen {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(0.6);
  }
  50% {
    opacity: 0.9;
    transform: scale(1);
  }
}
@keyframes float-note {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -9px;
  }
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1550px) {
  .hero {
    padding-top: 115px;
    min-height: 870px;
  }
  .hero h1 {
    font-size: 100px;
  }
  .product-stage {
    padding-top: 15px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    padding-top: 75px;
    gap: 10px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .note-top {
    width: 246px;
    left: -7px;
    top: 80px;
  }
  .floating-note p {
    font-size: 15px;
  }
  .note-bottom-card {
    right: -5px;
    padding: 15px 12px;
  }
  .hero-actions {
    gap: 17px;
  }
  .button {
    gap: 22px;
  }
  .text-link {
    font-size: 12px;
  }
  .orbit-two {
    display: none;
  }
  .orbit-one {
    width: 400px;
    height: 400px;
    top: 70px;
  }
  .phone {
    transform: rotate(5deg);
    width: 248px;
    height: 518px;
  }
  .phone-content {
    margin-top: 62px;
  }
  .product-stage {
    min-height: 570px;
  }
}
@media (max-width: 800px) {
  .site-header {
    width: calc(100% - 40px);
    height: 85px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
    gap: 45px;
  }
  .hero h1 {
    font-size: clamp(64px, 10vw, 88px);
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow,
  .hero-actions,
  .platform-note {
    justify-content: center;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .product-stage {
    width: min(530px, 100%);
    margin: 0 auto;
    min-height: 580px;
    padding-top: 20px;
  }
  .phone {
    width: 267px;
    height: 538px;
  }
  .note-top {
    left: 0;
    top: 100px;
  }
  .note-bottom-card {
    right: 0;
    bottom: 70px;
  }
  .phone-content {
    margin-top: 67px;
  }
  .stage-label {
    top: 20px;
  }
  .hero-bottom {
    margin-top: 0;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .site-footer > div {
    margin-left: auto;
  }
  .orbit-one {
    width: 450px;
    height: 450px;
    top: 45px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    gap: 14px;
  }
  .site-header nav {
    display: none;
  }
  .nav-actions {
    gap: 18px;
  }
  .wordmark {
    font-size: 31px;
  }
  .hero {
    padding-top: 43px;
    gap: 40px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.09em;
  }
  .hero h1 {
    font-size: clamp(53px, 13.5vw, 68px);
    margin-top: 25px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    padding: 17px 22px;
  }
  .platform-note {
    font-size: 11px;
  }
  .product-stage {
    min-height: 565px;
  }
  .phone {
    width: 244px;
    height: 516px;
    transform: rotate(5deg);
  }
  .phone-content {
    margin-top: 61px;
  }
  .phone-date {
    font-size: 8px;
  }
  .note-top {
    width: 227px;
    left: -6px;
    top: 107px;
    padding: 14px;
  }
  .note-top p {
    font-size: 14px;
  }
  .note-bottom-card {
    right: -6px;
    bottom: 66px;
  }
  .note-bottom-card p {
    font-size: 16px;
  }
  .orbit-one {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    top: 110px;
  }
  .stage-label {
    right: 0;
    font-size: 8px;
  }
  .hero-bottom {
    font-size: 10px;
    padding-block: 22px;
  }
  .hero-bottom .mono {
    font-size: 8px;
  }
  .site-footer p {
    flex-basis: 70%;
    font-size: 11px;
  }
  .site-footer > div {
    width: 100%;
    justify-content: space-between;
  }
  .demo-hint {
    bottom: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
.section-pad {
  padding-block: 115px;
}
h2 {
  font-size: clamp(43px, 4.7vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 450;
  margin: 23px 0;
}
h2 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--lime);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 330px;
  margin-bottom: 5px;
}
.manifesto {
  padding-block: 100px 110px;
}
.manifesto > p {
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 24px 0 28px;
}
.manifesto > p em {
  font-family: var(--serif);
  font-weight: 400;
  color: #a3b092;
}
.manifesto-aside {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-left: 48%;
}
.manifesto-aside > span {
  font-size: 40px;
  color: #90a47d;
}
.manifesto-aside p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.manifesto-aside strong {
  display: block;
  font-weight: 500;
  color: #dbe2d2;
  margin-top: 14px;
}
.how-section {
  background: #181e16;
  border-block: 1px solid var(--line);
}
.journey {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.journey-step {
  display: flex;
  gap: 20px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  width: 100%;
  padding: 27px 0;
  color: #858e7c;
  transition: color 0.3s;
}
.journey-step.active {
  color: var(--text);
}
.step-number {
  font-family: ui-monospace, monospace;
  font-size: 11px;
  padding-top: 5px;
  color: #859577;
}
.journey-step.active .step-number {
  color: var(--lime);
}
.journey-step strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.journey-step > span:nth-child(2) > span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  max-width: 285px;
}
.journey-step.active strong {
  color: var(--lime);
}
.step-arrow {
  font-size: 23px;
  opacity: 0;
  margin-left: auto;
  align-self: center;
}
.journey-step.active .step-arrow {
  opacity: 1;
  color: var(--lime);
}
.demo-disclaimer {
  font-size: 11px;
  color: #a1ad96;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}
.demo-disclaimer .mini-dot {
  width: 4px;
  height: 4px;
}
.journey-preview {
  background: #cbd9bc;
  color: var(--ink);
  border-radius: 13px;
  min-height: 443px;
  padding: 24px 30px;
  position: relative;
  overflow: hidden;
}
.preview-top,
.preview-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #667759;
}
.preview-bottom {
  position: absolute;
  bottom: 23px;
  left: 30px;
  right: 30px;
  font-family: ui-monospace, monospace;
  font-size: 10px;
}
.journey-view {
  padding: 36px 0 40px;
  animation: enter 0.45s both;
}
.journey-view[hidden] {
  display: none;
}
.sample-date {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #687b5a;
}
.voice-orb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 82px;
  margin-top: 6px;
  color: #50673d;
  font-size: 39px;
}
.voice-orb span {
  animation: voice-bars 2s ease-in-out infinite;
}
.voice-orb span:nth-child(2n) {
  animation-delay: -0.8s;
}
.voice-orb span:nth-child(3n) {
  animation-delay: -1.2s;
}
.sample-quote {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 10px 0 24px;
}
.sample-caption {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #586b48;
}
.sample-caption .mini-dot {
  background: #526a41;
  width: 5px;
  height: 5px;
}
.journal-paper h3,
.journey-view h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 18px 0;
}
.journal-paper > p,
.morning-copy {
  font-size: 13px;
  line-height: 1.8;
  max-width: 390px;
}
.journal-rule {
  height: 1px;
  background: #29372828;
  margin: 18px 0;
}
.journal-label {
  font-size: 9px;
  letter-spacing: 0.13em;
}
.journal-tags {
  display: flex;
  gap: 6px;
  font-size: 9px;
}
.journal-tags > span {
  border: 1px solid #29372828;
  padding: 5px 9px;
  border-radius: 4px;
}
.journey-view[data-view="1"] {
  padding-top: 25px;
  padding-bottom: 35px;
}
.morning-symbol {
  font-size: 50px;
  margin-bottom: 20px;
  color: #718652;
}
.morning-copy {
  margin-bottom: 25px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.feature {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 31px;
  overflow: hidden;
}
.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a7b39a;
  font-size: 10px;
  letter-spacing: 0.07em;
}
.feature-top > span:last-child {
  font-size: 19px;
}
.feature h3 {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 450;
  margin: 26px 0 14px;
}
.feature > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 420px;
}
.feature-quiet {
  background: #1c2519;
}
.quiet-demo {
  padding: 45px 30px 21px;
  text-align: center;
}
.quiet-demo .pixel-clock {
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  color: #c8d8b2;
  gap: 3px;
}
.quiet-demo > p {
  font-family: var(--serif);
  color: #b7c2a9;
  font-size: 19px;
  margin: 22px 0;
}
.duration-control {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.duration-control button {
  background: transparent;
  color: #a0b08f;
  border: 1px solid #a1b48e25;
  border-radius: 5px;
  padding: 10px 13px;
  font-size: 10px;
  transition: background 0.2s;
}
.duration-control button.selected {
  background: #c4d6ad;
  color: #283821;
}
.feature-mac {
  background: #1a1e19;
}
.mac-window {
  margin: 28px 0 12px;
  border: 1px solid #dee6d526;
  border-radius: 9px;
  background: #252b22;
  box-shadow: 0 16px 30px #0002;
  transform: rotate(-2deg);
}
.mac-title {
  height: 38px;
  background: #30372c;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #adb8a2;
  font-size: 9px;
  border-radius: 8px 8px 0 0;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #718165;
}
.window-dots i:first-child {
  background: #a89580;
}
.window-dots i:nth-child(2) {
  background: #a9a077;
}
.mac-editor {
  padding: 22px 24px;
  position: relative;
  min-height: 170px;
}
.mac-editor > .mono {
  font-size: 8px;
  color: #93a084;
  letter-spacing: 0.13em;
}
.mac-editor p {
  font-size: 17px;
  line-height: 1.7;
  min-height: 58px;
  color: #d7dfcf;
  margin: 12px 0 27px;
}
.caret {
  display: inline-block;
  width: 1px;
  height: 17px;
  vertical-align: middle;
  background: var(--lime);
  margin-left: 3px;
  animation: blink 1.2s steps(2, start) infinite;
}
.dictation-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #d3e3bb;
  color: #3c502e;
  padding: 10px 17px;
  border-radius: 6px;
  box-shadow: 0 5px 12px #0003;
}
.keyboard-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: none;
  border: 0;
  color: #9ca88f;
  font-size: 10px;
  padding: 20px 0 3px;
}
.keyboard-demo kbd {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #85997560;
  border-radius: 5px;
  box-shadow: 0 3px 0 #85997520;
  font-size: 17px;
  color: #cbd8bd;
  transition: transform 0.2s;
}
.keyboard-demo.playing kbd {
  transform: translateY(3px);
  box-shadow: none;
  background: #556b40;
  color: var(--lime);
}
.keyboard-replay {
  color: var(--lime);
  margin-left: 5px;
}
.feature-yours {
  grid-column: 1/-1;
  background: #222a1d;
  padding: 32px 40px;
}
.yours-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.yours-copy h3 {
  font-size: 48px;
  line-height: 1.08;
  margin: 30px 0;
}
.yours-copy h3 em {
  font-family: var(--serif);
  color: #b8c9a3;
  font-weight: 400;
}
.yours-copy p {
  color: #b2bda6;
  max-width: 315px;
  font-size: 16px;
  line-height: 1.8;
}
.yours-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a8b89a;
  font-size: 11px;
}
.quiet-statement {
  padding: 110px 0 120px;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quiet-statement .eyebrow {
  color: #5a6b4d;
  justify-content: center;
  font-size: 10px;
}
.quiet-statement p {
  font-size: clamp(47px, 6.5vw, 90px);
  line-height: 1.1;
  letter-spacing: -0.055em;
  margin: 28px 0 33px;
  font-weight: 450;
}
.quiet-statement em {
  font-family: var(--serif);
  font-weight: 400;
  color: #586d44;
}
.quiet-statement .text-link {
  font-size: 14px;
  border-bottom: 1px solid #29372855;
  padding-bottom: 8px;
  gap: 26px;
}
.quiet-statement .text-link:hover {
  color: #597445;
}
.pricing-section {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 100px;
  align-items: center;
}
.pricing-intro > p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}
.pricing-toggle {
  display: inline-flex;
  background: #20271c;
  border: 1px solid #94a57f25;
  padding: 5px;
  border-radius: 8px;
  margin: 20px 0 10px;
  gap: 4px;
}
.pricing-toggle button {
  padding: 12px 17px;
  background: transparent;
  border: 0;
  color: #a4b096;
  border-radius: 5px;
  font-size: 12px;
  transition: background 0.2s;
}
.pricing-toggle .selected {
  background: #d4e5be;
  color: #293a20;
}
.pricing-toggle button span {
  font-size: 9px;
  margin-left: 6px;
}
.pricing-intro .pricing-footnote {
  font-size: 12px;
}
.price-card {
  background: #222a1d;
  border: 1px solid #a3b68b40;
  border-radius: 13px;
  padding: 33px;
}
.price-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-card-top .wordmark {
  font-size: 28px;
}
.pro-badge {
  font-family: ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  border: 1px solid #c8d6ba66;
  border-radius: 4px;
  padding: 5px;
  margin-left: 2px;
}
.trial-badge {
  font-size: 10px;
  color: #c3d9a7;
  display: flex;
  align-items: center;
  gap: 6px;
}
.trial-badge:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
}
.price-amount {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 29px;
}
.price-amount > span:first-child {
  font-size: 66px;
  letter-spacing: -0.06em;
  line-height: 1.1;
  font-weight: 450;
}
.price-amount > span:last-child {
  font-size: 14px;
  color: #acb79f;
}
.billing-note {
  font-size: 12px;
  color: #aab99b;
  margin: 10px 0 28px;
}
.included {
  list-style: none;
  padding: 23px 0 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: #d0dac5;
  margin: 0 0 27px;
}
.included li {
  margin: 15px 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.included li:before {
  content: "✓";
  color: var(--lime);
  font-size: 11px;
}
.price-card .button {
  width: 100%;
  justify-content: space-between;
}
.terms {
  font-size: 10px;
  color: #abb79e;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  padding-bottom: 110px;
}
.faq-section .eyebrow {
  font-size: 9px;
}
.faq-section h2 {
  font-size: 45px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.faq-list summary {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
.faq-list summary > span {
  font-size: 23px;
  font-weight: 400;
  color: #a4b991;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: 0 30px 25px 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.download-section {
  border: 1px solid #9caf821f;
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 0, #43523345, transparent 65%), #1a2116;
  padding: 64px 60px;
  margin-bottom: 80px;
}
.download-heading {
  text-align: center;
}
.download-heading .eyebrow {
  justify-content: center;
  font-size: 10px;
}
.download-heading h2 {
  font-size: clamp(48px, 5.4vw, 74px);
}
.download-heading > p {
  font-size: 15px;
  color: #aab99b;
}
.download-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid var(--line);
}
.download-options article + article {
  border-left: 1px solid var(--line);
  padding-left: 60px;
}
.device-icon {
  font-size: 34px;
  color: #b6c9a2;
  height: 40px;
  display: block;
}
.iphone-icon {
  font-size: 44px;
  line-height: 0.8;
}
.download-options h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.download-options p {
  font-size: 13px;
  color: #a4b297;
  line-height: 1.7;
}
.download-options .button {
  margin-top: 15px;
  font-size: 13px;
  padding: 16px 20px;
  gap: 25px;
}
.button-outline {
  border-color: #abbf9655;
  background: transparent;
  color: #d0e2bc;
}
.button-outline:hover {
  background: #34452a;
}
.download-meta {
  display: block;
  font-size: 10px;
  margin-top: 15px;
  color: #9aaa8c;
}
.beta-badge {
  font-family: ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.04em;
  font-weight: 400;
  border: 1px solid #9faf8e55;
  padding: 4px 6px;
  border-radius: 4px;
  color: #adbe9c;
}
.install-help {
  font-size: 10px;
  color: #9daf8e;
  margin-top: 12px;
}
.install-help summary {
  display: inline-flex;
  gap: 8px;
}
.install-help p {
  font-size: 12px;
  max-width: 310px;
}
.reveal {
  transition:
    opacity 0.75s,
    transform 0.75s;
}
.motion-ready .reveal:not(.visible) {
  opacity: 0;
  transform: translateY(25px);
}
@keyframes voice-bars {
  0%,
  100% {
    transform: scaleY(0.7);
  }
  50% {
    transform: scaleY(1.15);
  }
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
@media (max-width: 1100px) {
  .journey {
    gap: 40px;
  }
  .sample-quote {
    font-size: 23px;
  }
  .pricing-section {
    gap: 65px;
  }
  .feature {
    padding: 25px;
  }
  .quiet-demo {
    padding-inline: 15px;
  }
  .download-section {
    padding: 55px 40px;
  }
  .download-options {
    gap: 35px;
  }
  .download-options article + article {
    padding-left: 35px;
  }
  .pricing-toggle button {
    padding: 11px 13px;
  }
  .section-pad {
    padding-block: 90px;
  }
  .section-heading > p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .section-pad {
    padding-block: 75px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 35px;
  }
  .section-heading > p {
    max-width: none;
  }
  .manifesto {
    padding-block: 70px;
  }
  .manifesto-aside {
    margin-left: 25%;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .journey-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .journey-step {
    padding: 20px 0;
    gap: 8px;
    align-items: flex-start;
  }
  .journey-step strong {
    font-size: 16px;
  }
  .journey-step > span:nth-child(2) > span {
    font-size: 12px;
  }
  .step-arrow {
    display: none;
  }
  .demo-disclaimer {
    grid-column: 1/-1;
    margin-top: 0;
  }
  .journey-preview {
    min-height: 420px;
  }
  .journey-view {
    max-width: 450px;
    margin-inline: auto;
  }
  .sample-quote {
    font-size: 29px;
  }
  .feature-grid {
    gap: 15px;
  }
  .feature {
    padding: 22px;
  }
  .quiet-demo {
    padding: 40px 0 15px;
  }
  .quiet-demo > p {
    font-size: 16px;
  }
  .mac-editor {
    padding: 22px 15px;
  }
  .mac-editor p {
    font-size: 14px;
  }
  .keyboard-demo {
    font-size: 8px;
    gap: 6px;
  }
  .keyboard-replay {
    display: none;
  }
  .feature h3 {
    font-size: 25px;
  }
  .feature > p {
    font-size: 13px;
  }
  .yours-copy h3 {
    font-size: 42px;
  }
  .yours-copy p {
    font-size: 14px;
    max-width: 250px;
  }
  .quiet-statement {
    padding-block: 85px;
  }
  .pricing-section {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .pricing-intro h2 {
    font-size: 42px;
  }
  .pricing-intro .eyebrow {
    font-size: 8px;
  }
  .pricing-intro > p {
    font-size: 13px;
  }
  .pricing-toggle button {
    padding: 10px;
    font-size: 11px;
  }
  .pricing-toggle button span {
    font-size: 8px;
    margin-left: 2px;
  }
  .price-card {
    padding: 25px;
  }
  .price-amount > span:first-child {
    font-size: 58px;
  }
  .included {
    font-size: 11px;
  }
  .price-card .button {
    font-size: 13px;
    padding: 17px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 75px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .download-section {
    padding: 45px 30px;
  }
  .download-options {
    gap: 25px;
  }
  .download-options article + article {
    padding-left: 25px;
  }
  .download-options h3 {
    font-size: 18px;
  }
  .download-options .button {
    padding: 14px;
    font-size: 11px;
    gap: 15px;
  }
  .download-meta {
    line-height: 1.6;
  }
}
@media (max-width: 520px) {
  .section-pad {
    padding-block: 60px;
  }
  h2 {
    font-size: 42px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .manifesto {
    padding-block: 57px;
  }
  .manifesto > .eyebrow {
    font-size: 8px;
    justify-content: flex-start;
  }
  .manifesto > p {
    font-size: 31px;
  }
  .manifesto-aside {
    margin-left: 0;
    gap: 20px;
  }
  .manifesto-aside p {
    font-size: 13px;
  }
  .journey-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .journey-step {
    padding: 18px 0;
    gap: 14px;
  }
  .journey-step strong {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .journey-step > span:nth-child(2) > span {
    font-size: 13px;
  }
  .step-arrow {
    display: block;
  }
  .demo-disclaimer {
    margin-top: 20px;
  }
  .journey-preview {
    padding: 22px;
    min-height: 440px;
  }
  .sample-quote {
    font-size: 26px;
  }
  .preview-top {
    font-size: 8px;
  }
  .sample-date {
    font-size: 8px;
  }
  .sample-caption {
    font-size: 10px;
  }
  .preview-bottom {
    left: 22px;
    right: 22px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 25px;
  }
  .feature h3 {
    font-size: 29px;
  }
  .feature > p {
    font-size: 14px;
  }
  .quiet-demo {
    padding: 38px 15px 20px;
  }
  .quiet-demo > p {
    font-size: 20px;
  }
  .mac-editor p {
    font-size: 16px;
  }
  .keyboard-demo {
    font-size: 10px;
  }
  .keyboard-replay {
    display: inline;
  }
  .yours-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .yours-copy h3 {
    font-size: 43px;
    margin: 28px 0 10px;
  }
  .yours-copy p {
    max-width: none;
    font-size: 14px;
  }
  .yours-bottom {
    font-size: 10px;
    margin-top: 20px;
  }
  .quiet-statement {
    padding-block: 70px;
  }
  .quiet-statement .eyebrow {
    font-size: 8px;
  }
  .quiet-statement p {
    font-size: 49px;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pricing-intro .eyebrow {
    font-size: 8px;
  }
  .pricing-intro > p {
    font-size: 15px;
  }
  .pricing-toggle button {
    font-size: 13px;
    padding: 13px 17px;
  }
  .pricing-toggle button span {
    font-size: 10px;
  }
  .pricing-intro .pricing-footnote {
    display: none;
  }
  .price-card {
    padding: 28px;
  }
  .included {
    font-size: 13px;
  }
  .terms {
    font-size: 11px;
  }
  .faq-section .eyebrow {
    font-size: 8px;
  }
  .faq-section h2 {
    font-size: 39px;
  }
  .faq-list summary {
    font-size: 14px;
    padding-block: 22px;
  }
  .download-section {
    padding: 38px 24px;
    margin-bottom: 45px;
  }
  .download-heading .eyebrow {
    font-size: 8px;
    line-height: 1.7;
  }
  .download-heading h2 {
    font-size: 42px;
  }
  .download-heading > p {
    font-size: 14px;
  }
  .download-options {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
  }
  .download-options article + article {
    border-left: 0;
    padding: 30px 0 0;
    border-top: 1px solid var(--line);
  }
  .download-options h3 {
    font-size: 20px;
  }
  .download-options .button {
    font-size: 13px;
    padding: 16px 20px;
  }
  .download-meta {
    font-size: 11px;
  }
  .install-help {
    font-size: 11px;
  }
}
.motion-paused * {
  animation-play-state: paused !important;
}
@media (min-width: 521px) and (max-width: 800px) {
  html[lang="ru"] .journey-steps {
    grid-template-columns: 1fr;
  }
  html[lang="ru"] .journey-step {
    padding: 18px 0;
  }
}
html[lang="ru"] .hero h1 {
  font-size: clamp(56px, 5.7vw, 82px);
}
html[lang="ru"] .hero-actions {
  gap: 18px;
}
html[lang="ru"] .hero-actions .button {
  gap: 22px;
}
html[lang="ru"] .voice-label {
  font-size: 7px;
}
html[lang="ru"] .phone-date {
  font-size: 8px;
}
@media (max-width: 520px) {
  html[lang="ru"] .hero h1 {
    font-size: clamp(44px, 11.5vw, 61px);
  }
  html[lang="ru"] .eyebrow {
    font-size: 7px;
  }
  html[lang="ru"] .hero-actions {
    gap: 18px;
  }
  html[lang="ru"] .hero-bottom > span:first-child {
    font-size: 9px;
  }
  html[lang="ru"] .hero-bottom .mono {
    font-size: 7px;
  }
  html[lang="ru"] .feature-top {
    font-size: 9px;
  }
}
/* Keep explanatory copy comfortable to read across screen sizes. */
.section-heading > p,
.manifesto-aside p,
.feature > p,
.yours-copy p,
.pricing-intro > p:not(.pricing-footnote),
.faq-list details p,
.download-heading > p,
.download-options > article > p {
  font-size: 16px;
}
@media (max-width: 520px) {
  .hero-copy > p {
    font-size: 16px;
  }
  .phone .pixel-field {
    height: 58px;
  }
  .phone .voice-button {
    margin-top: 23px;
  }
}

/* Original landing-page art direction, using the shared app-screen exports. */
.mockup-screen-link {
  display: block;
  width: 260px;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px #0003;
  transition: transform 0.35s;
}
.mockup-screen-link:hover {
  transform: translateY(-5px);
}
.shared-mockup {
  display: block;
  width: 100%;
  height: auto;
}
.phone.phone-gallery {
  width: 260px;
  height: auto;
  padding: 7px;
  border-radius: 32px;
}
.phone-gallery .mockup-screen-link {
  width: 100%;
  border-radius: 25px;
  box-shadow: none;
}
.phone-gallery .mockup-screen-link:hover {
  transform: none;
}
.app-caption {
  position: absolute;
  bottom: 34px;
  margin: 0;
  font: 9px var(--mono, ui-monospace, monospace);
  letter-spacing: 0.1em;
  color: #8d9981;
  text-align: center;
}
.product-stage .demo-hint {
  bottom: 0;
}
.journey-preview {
  background: #cbd9bc;
  min-height: 704px;
  padding: 25px 30px;
}
.journey-preview .journey-view {
  padding: 29px 0 45px;
  max-width: none;
}
.journey-preview .mockup-screen-link {
  width: 266px;
}
.feature > .mockup-screen-link {
  width: 260px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.feature-recordings {
  background: #1a1e19;
}
@media (max-width: 1100px) {
  .phone.phone-gallery {
    width: 248px;
  }
}
@media (max-width: 800px) {
  .phone.phone-gallery {
    width: 260px;
  }
  .journey-preview {
    min-height: 700px;
  }
  .feature > .mockup-screen-link {
    width: 230px;
  }
  .app-caption {
    bottom: 29px;
  }
}
@media (max-width: 520px) {
  .phone.phone-gallery {
    width: 244px;
  }
  .journey-preview {
    padding: 22px;
    min-height: 665px;
  }
  .journey-preview .mockup-screen-link {
    width: 250px;
  }
  .feature > .mockup-screen-link {
    width: 260px;
  }
}

.platform-demo { padding-top: 88px; padding-bottom: 72px; }
.platform-demo h2 { font-size: clamp(36px,5vw,68px); line-height: 1.08; margin: 24px 0 32px; }
.demo-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.demo-columns article { border: 1px solid #d4eeac33; border-radius: 22px; padding: 28px; }
.demo-columns h3 { font-size: 22px; margin-bottom: 18px; font-weight: 400; }
.demo-columns p { line-height: 1.7; }
.demo-columns blockquote { margin: 24px 0; font-size: 23px; line-height: 1.4; }
.dictation-result { background: #d4eeac12; padding: 20px; border-radius: 14px; min-height: 112px; }
@media(max-width:700px) { .demo-columns { grid-template-columns: 1fr; } }
