:root {
  --ink: #19322f;
  --ink-soft: #526b66;
  --muted: #78908a;
  --line: #d6e3df;
  --surface: #ffffff;
  --surface-soft: #f4faf7;
  --surface-blue: #eef8fc;
  --teal: #0b7a70;
  --teal-dark: #075c55;
  --teal-soft: #dff6ef;
  --aqua: #2fb4d1;
  --amber: #d7921e;
  --shadow: 0 24px 70px rgba(9, 66, 58, 0.16);
  --radius: 8px;
  --radius-large: 28px;
  --content: min(1120px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfefd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: min(1180px, calc(100vw - 32px));
  margin: 16px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(251, 254, 253, 0.82);
  box-shadow: 0 16px 42px rgba(10, 62, 58, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  border-radius: 11px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  font-size: 0.92rem;
  font-weight: 700;
  color: #264743;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal-dark);
  background: rgba(11, 122, 112, 0.1);
  outline: none;
}

.locale-field {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.locale-field select {
  min-height: 36px;
  max-width: 150px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(11, 122, 112, 0.24);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface);
  font: inherit;
}

[dir="rtl"] .locale-field select {
  padding: 0 12px 0 34px;
}

.locale-field select:focus-visible {
  outline: 3px solid rgba(47, 180, 209, 0.28);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--teal);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
}

.header-store-links {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

.store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 8px;
}

.store-badge-link:focus-visible {
  outline: 3px solid rgba(47, 180, 209, 0.34);
  outline-offset: 3px;
}

.store-badge {
  display: block;
  width: auto;
  height: 38px;
}

.google-play-badge {
  height: 50px;
}

.hero {
  position: relative;
  min-height: 84vh;
  overflow: hidden;
  isolation: isolate;
  padding-top: 98px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 118px;
  background: linear-gradient(180deg, #e9f4f0 0%, #d9ebe5 72%, rgba(217, 235, 229, 0) 100%);
  content: "";
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 44, 40, 0.82) 0%, rgba(5, 52, 47, 0.48) 42%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(0deg, rgba(251, 254, 253, 0.94) 0%, rgba(251, 254, 253, 0.1) 34%, rgba(251, 254, 253, 0) 100%);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
  align-items: end;
  width: var(--content);
  min-height: calc(84vh - 98px);
  margin: 0 auto;
  gap: 44px;
}

.hero-copy {
  max-width: 710px;
  padding: 9vh 0 12vh;
  color: #fff;
  text-shadow: 0 2px 22px rgba(0, 31, 28, 0.26);
}

.hero-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 18px;
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.22);
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 7.2vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: clamp(1.15rem, 2.1vw, 1.6rem);
  font-weight: 680;
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(2, 41, 38, 0.22);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0f8f83, #35b7d2);
}

.button-secondary {
  color: #073f3a;
  background: rgba(255, 255, 255, 0.9);
}

.icon {
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-download {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.59l3.3-3.3a1 1 0 1 1 1.4 1.42l-5 5a1 1 0 0 1-1.4 0l-5-5a1 1 0 1 1 1.4-1.42l3.3 3.3V4a1 1 0 0 1 1-1Zm-7 14a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.59l3.3-3.3a1 1 0 1 1 1.4 1.42l-5 5a1 1 0 0 1-1.4 0l-5-5a1 1 0 1 1 1.4-1.42l3.3 3.3V4a1 1 0 0 1 1-1Zm-7 14a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
}

.icon-play {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5.74a1.5 1.5 0 0 1 2.24-1.3l8.14 4.7a1.5 1.5 0 0 1 0 2.6l-8.14 4.7A1.5 1.5 0 0 1 8 15.14v-9.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5.74a1.5 1.5 0 0 1 2.24-1.3l8.14 4.7a1.5 1.5 0 0 1 0 2.6l-8.14 4.7A1.5 1.5 0 0 1 8 15.14v-9.4Z'/%3E%3C/svg%3E");
}

.hero-phone-stack {
  position: relative;
  min-height: 620px;
  align-self: end;
}

.phone-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 10px solid #112a27;
  border-radius: 38px;
  background: #f7fbfa;
  box-shadow: var(--shadow);
}

.phone-frame::before {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  width: 30%;
  height: 22px;
  border-radius: 999px;
  background: #050908;
  transform: translateX(-50%);
  content: "";
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-front {
  position: absolute;
  right: 0;
  bottom: -140px;
  width: min(340px, 32vw);
  transform: rotate(4deg);
}

.phone-back {
  position: absolute;
  right: 180px;
  bottom: -76px;
  width: min(280px, 26vw);
  opacity: 0.82;
  transform: rotate(-8deg);
}

.section {
  padding: 92px 0;
}

.section-inner {
  width: var(--content);
  margin: 0 auto;
}

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

.section-heading.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-label {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.section-label),
.proof-copy p,
.download-layout p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.loop-section {
  background: #fbfefd;
}

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

.loop-card,
.feature-item,
.stat-list > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 32px rgba(14, 83, 77, 0.08);
}

.loop-card {
  padding: 28px;
}

.loop-number {
  display: block;
  margin-bottom: 42px;
  color: var(--aqua);
  font-size: 0.9rem;
  font-weight: 900;
}

.loop-card h3,
.feature-item h3,
.screen-notes h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.loop-card p,
.feature-item p,
.screen-notes p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.feature-band {
  background:
    linear-gradient(90deg, rgba(11, 122, 112, 0.08), rgba(47, 180, 209, 0.09)),
    #f7fcfb;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 56px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.feature-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 20px;
}

.feature-icon {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--teal);
}

.feature-icon::before {
  position: absolute;
  inset: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.mic-icon {
  background: var(--teal);
}

.mic-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 14a3 3 0 0 0 3-3V5a3 3 0 1 0-6 0v6a3 3 0 0 0 3 3Zm5-3a1 1 0 1 1 2 0 7 7 0 0 1-6 6.92V21a1 1 0 1 1-2 0v-3.08A7 7 0 0 1 5 11a1 1 0 1 1 2 0 5 5 0 0 0 10 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 14a3 3 0 0 0 3-3V5a3 3 0 1 0-6 0v6a3 3 0 0 0 3 3Zm5-3a1 1 0 1 1 2 0 7 7 0 0 1-6 6.92V21a1 1 0 1 1-2 0v-3.08A7 7 0 0 1 5 11a1 1 0 1 1 2 0 5 5 0 0 0 10 0Z'/%3E%3C/svg%3E");
}

.language-icon {
  background: var(--aqua);
}

.language-icon::before {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-3v2h4a1 1 0 1 1 0 2h-1.07a12.3 12.3 0 0 1-2.46 4.33l1.24 1.25a1 1 0 0 1-1.42 1.42L12 14.7l-2.29 2.3a1 1 0 0 1-1.42-1.42l2.31-2.31A10.8 10.8 0 0 1 8.64 10a1 1 0 1 1 1.9-.62A8.8 8.8 0 0 0 12 11.85 9.95 9.95 0 0 0 13.86 9H7a1 1 0 1 1 0-2h4V5H8a1 1 0 0 1-1-1Zm10.5 10a1 1 0 0 1 .9.56l2.5 5a1 1 0 1 1-1.8.88L18.63 19h-2.26l-.47 1.44a1 1 0 0 1-1.8-.88l2.5-5a1 1 0 0 1 .9-.56ZM17 17h1l-.5-1-.5 1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-3v2h4a1 1 0 1 1 0 2h-1.07a12.3 12.3 0 0 1-2.46 4.33l1.24 1.25a1 1 0 0 1-1.42 1.42L12 14.7l-2.29 2.3a1 1 0 0 1-1.42-1.42l2.31-2.31A10.8 10.8 0 0 1 8.64 10a1 1 0 1 1 1.9-.62A8.8 8.8 0 0 0 12 11.85 9.95 9.95 0 0 0 13.86 9H7a1 1 0 1 1 0-2h4V5H8a1 1 0 0 1-1-1Zm10.5 10a1 1 0 0 1 .9.56l2.5 5a1 1 0 1 1-1.8.88L18.63 19h-2.26l-.47 1.44a1 1 0 0 1-1.8-.88l2.5-5a1 1 0 0 1 .9-.56ZM17 17h1l-.5-1-.5 1Z'/%3E%3C/svg%3E");
}

.chart-icon {
  background: var(--amber);
}

.chart-icon::before {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 4a1 1 0 0 1 1 1v13h13a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm12.3 3.3a1 1 0 0 1 1.4 1.4l-4.5 4.5a1 1 0 0 1-1.4 0L11 11.41l-3.3 3.3a1 1 0 1 1-1.4-1.42l4-4a1 1 0 0 1 1.4 0l1.8 1.8 3.8-3.79Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 4a1 1 0 0 1 1 1v13h13a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm12.3 3.3a1 1 0 0 1 1.4 1.4l-4.5 4.5a1 1 0 0 1-1.4 0L11 11.41l-3.3 3.3a1 1 0 1 1-1.4-1.42l4-4a1 1 0 0 1 1.4 0l1.8 1.8 3.8-3.79Z'/%3E%3C/svg%3E");
}

.phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 18px;
}

.phone-pair .phone-frame:first-child {
  transform: translateY(22px) rotate(-2deg);
}

.phone-pair .phone-frame:last-child {
  transform: translateY(-18px) rotate(2deg);
}

.proof-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 92, 85, 0.95), rgba(13, 118, 109, 0.94)),
    #075c55;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  align-items: center;
  gap: 42px;
}

.proof-copy h2 {
  color: #fff;
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.stat-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
}

.stat-list > div {
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
}

.stat-list dt {
  color: var(--teal);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
}

.stat-list dd {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.screen-section {
  background: var(--surface-soft);
}

.screen-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.94fr);
  gap: 48px;
  align-items: start;
}

.screen-demo {
  position: sticky;
  top: 104px;
}

.screen-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.screen-tab {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: #fff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.screen-tab.is-active {
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}

.screen-stage {
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(220px, 0.72fr);
  gap: 20px;
  align-items: center;
}

.demo-phone {
  max-height: 680px;
}

.screen-notes {
  padding: 28px;
  border-left: 5px solid var(--aqua);
  background: #fff;
}

.download-section {
  background:
    linear-gradient(90deg, rgba(11, 122, 112, 0.08), rgba(215, 146, 30, 0.1)),
    #fff;
}

.download-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: 44px;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.store-badge-large .store-badge {
  height: 56px;
}

.store-badge-large .google-play-badge {
  height: 74px;
}

.site-footer {
  padding: 32px 0;
  color: var(--ink-soft);
  background: #f2f8f6;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--content);
  margin: 0 auto;
  gap: 24px;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.92rem;
  font-weight: 750;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--teal);
  outline: none;
}

.legal-main {
  min-height: 100vh;
  padding: 112px 0 72px;
  background: var(--surface-soft);
}

.legal-shell {
  width: min(880px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(14, 83, 77, 0.08);
}

.legal-shell h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  line-height: 1.05;
}

.legal-shell h2 {
  margin: 34px 0 10px;
  font-size: 1.36rem;
}

.legal-shell p,
.legal-shell li {
  color: var(--ink-soft);
}

.legal-shell ul {
  padding-left: 1.2rem;
}

[dir="rtl"] .legal-shell ul {
  padding-right: 1.2rem;
  padding-left: 0;
}

.legal-date {
  margin: 12px 0 0;
  color: var(--teal);
  font-weight: 850;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.support-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.support-card h2 {
  margin-top: 0;
}

.support-card a {
  color: var(--teal);
  font-weight: 850;
}

@media (max-width: 940px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: none;
    margin-left: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .locale-field {
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
  }

  .locale-field select {
    max-width: min(220px, 55vw);
  }

  .simple-page .site-nav {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .simple-page .site-nav a {
    padding: 10px 8px;
  }

  .simple-page .locale-field {
    width: auto;
    padding: 0 0 0 8px;
  }

  .hero {
    min-height: auto;
    padding-top: 96px;
  }

  .hero::before {
    height: 104px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 4.5vh 0 0;
  }

  .hero-phone-stack {
    min-height: 260px;
    margin-top: 18px;
  }

  .phone-front {
    top: 18px;
    right: 7%;
    bottom: auto;
    width: min(224px, 52vw);
  }

  .phone-back {
    top: 72px;
    right: auto;
    left: 6%;
    bottom: auto;
    width: min(188px, 42vw);
  }

  .section {
    padding: 72px 0;
  }

  .loop-grid,
  .feature-layout,
  .proof-grid,
  .screen-layout,
  .download-layout {
    grid-template-columns: 1fr;
  }

  .screen-demo {
    position: static;
  }

  .proof-grid {
    gap: 28px;
  }
}

@media (max-width: 680px) {
  :root {
    --content: min(100vw - 28px, 1120px);
  }

  .site-header {
    width: calc(100vw - 24px);
    margin-top: 12px;
    padding: 8px;
    gap: 7px;
  }

  html {
    scroll-padding-top: 92px;
  }

  .hero::before {
    height: 86px;
    background: linear-gradient(180deg, #e9f4f0 0%, #d9ebe5 78%, rgba(217, 235, 229, 0) 100%);
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .header-store-links {
    margin-left: auto;
    gap: 4px;
  }

  .header-store-links .store-badge {
    height: 30px;
  }

  .header-store-links .google-play-badge {
    height: 39px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 17vw, 5.3rem);
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .footer-inner,
  .screen-stage,
  .phone-pair,
  .stat-list,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .hero-actions .button {
    flex: 1;
    min-height: 50px;
    padding: 0 12px;
    font-size: 0.94rem;
  }

  .phone-pair {
    display: none;
  }

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

  .screen-stage {
    display: grid;
  }

  .demo-phone {
    max-width: 280px;
    margin: 0 auto;
  }

  .footer-inner {
    align-items: flex-start;
  }

  .legal-shell {
    padding: 26px;
  }
}

@media (max-width: 380px) {
  .header-store-links .store-badge {
    height: 28px;
  }

  .header-store-links .google-play-badge {
    height: 36px;
  }

  .menu-button {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
