:root {
  color-scheme: light;
  --ink: #1b130f;
  --muted: #6d737c;
  --page: #f7f8fa;
  --panel: #ffffff;
  --line: #dde3ea;
  --accent: #df741c;
  --accent-strong: #bb5410;
  --green: #2c8761;
  --blue: #286ba8;
  --shadow: 0 24px 80px rgba(27, 19, 15, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(120deg, rgba(223, 116, 28, 0.1), transparent 34%),
    linear-gradient(250deg, rgba(44, 135, 97, 0.09), transparent 32%),
    #f7f8fa;
}

main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 40px;
}

a {
  color: var(--accent-strong);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}

nav:not(.site-nav) {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 760px;
  margin: 28px auto 42px;
}

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

.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(223, 116, 28, 0.2);
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
}

.nav-links a {
  color: var(--muted);
}

.nav-store-link {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-weight: 800;
}

.pending {
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 124px);
  padding-bottom: 64px;
}

.hero-copy {
  max-width: 640px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: clamp(46px, 8vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 28px;
  color: #36322f;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.22;
}

.hero-actions,
.pro-section {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.store-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.store-button {
  background: var(--ink);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(27, 19, 15, 0.2);
}

.store-button.disabled {
  cursor: not-allowed;
  background: #8c929a;
  box-shadow: none;
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.secondary-button:hover,
.nav-store-link:hover {
  text-decoration: none;
  border-color: #c5ced8;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 34px 0 0;
}

.quick-facts div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.quick-facts dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
}

.hero-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.phone-shot {
  position: absolute;
  width: min(54vw, 330px);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.primary-shot {
  top: 0;
  right: 122px;
  z-index: 2;
}

.secondary-shot {
  top: 116px;
  right: 0;
  z-index: 1;
  opacity: 0.94;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip p {
  margin: 0;
  padding: 18px;
  background: var(--panel);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.release-facts-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 92px;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(223, 116, 28, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(223, 116, 28, 0.1), transparent 38%),
    linear-gradient(315deg, rgba(40, 107, 168, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.84);
}

.release-facts-copy p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.release-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.release-facts-grid div {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(27, 19, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.release-facts-grid dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-facts-grid dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.feature-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  margin-bottom: 92px;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

.feature-section > div > p,
.section-heading p,
.pro-section p,
.support-section p,
article p,
li {
  color: var(--muted);
  font-size: 18px;
}

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

.feature-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-grid article:nth-child(1) {
  border-color: rgba(223, 116, 28, 0.32);
}

.feature-grid article:nth-child(2) {
  border-color: rgba(40, 107, 168, 0.28);
}

.feature-grid article:nth-child(3) {
  border-color: rgba(44, 135, 97, 0.28);
}

.feature-grid h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.mini-app-section {
  margin-bottom: 92px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(40, 107, 168, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223, 116, 28, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(40, 107, 168, 0.1), transparent 32%),
    var(--panel);
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mini-app-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 16px;
}

.demo-summary {
  grid-row: span 2;
  min-height: 100%;
  padding: 24px;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
}

.demo-summary span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 850;
}

.demo-summary strong {
  display: block;
  margin: 10px 0 6px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.95;
}

.proof-demo-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: 14px;
}

.proof-product-card,
.proof-checklist {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.proof-product-card {
  padding: 20px;
}

.proof-product-card > span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-product-card > strong {
  display: block;
  margin: 8px 0 18px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.04;
}

.proof-product-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.proof-product-card div {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.proof-product-card dt,
.proof-product-card dd {
  margin: 0;
}

.proof-product-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-product-card dd {
  margin-top: 2px;
  color: var(--ink);
  font-weight: 850;
}

.proof-checklist {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.demo-task {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.demo-task:hover,
.demo-task.is-done {
  border-color: rgba(44, 135, 97, 0.5);
  background: rgba(44, 135, 97, 0.08);
}

.demo-task strong,
.demo-task b {
  color: var(--ink);
}

.demo-task small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 750;
}

.demo-task b {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(223, 116, 28, 0.12);
  color: var(--accent-strong);
  font-size: 13px;
}

.demo-task.is-done b {
  background: var(--green);
  color: #ffffff;
}

.demo-footnote {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.screenshot-section,
.app-flow-section {
  margin-bottom: 92px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 430px;
  margin-bottom: 8px;
}

.screenshots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.app-flow-section {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(40, 107, 168, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(40, 107, 168, 0.12), transparent 36%),
    linear-gradient(315deg, rgba(44, 135, 97, 0.1), transparent 34%),
    #eef3f5;
}

.app-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.app-flow-grid figure {
  padding: 10px 10px 14px;
  border: 1px solid rgba(27, 19, 15, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.app-flow-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 414 / 900;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 14px 42px rgba(27, 19, 15, 0.12);
}

figure {
  margin: 0;
}

figure img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(27, 19, 15, 0.14);
}

figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.pro-section {
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 32px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(44, 135, 97, 0.1), transparent 42%),
    var(--panel);
}

.pro-section div {
  max-width: 720px;
}

.pro-section h2 {
  font-size: clamp(30px, 5vw, 48px);
}

.pro-section p {
  margin-bottom: 0;
}

.store-button.compact {
  flex: 0 0 auto;
}

.support-section,
article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

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

.support-section h2,
article h1 {
  margin-bottom: 10px;
}

article {
  max-width: 760px;
  margin: 0 auto;
}

article h1 {
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.05;
}

article h2 {
  margin: 30px 0 8px;
  font-size: 22px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 920px) {
  .hero,
  .feature-section,
  .mini-app-shell,
  .proof-demo-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
    min-height: 0;
  }

  .hero-media {
    min-height: 580px;
  }

  .primary-shot {
    left: 8%;
    right: auto;
  }

  .secondary-shot {
    right: 8%;
  }

  .trust-strip,
  .release-facts-grid,
  .screenshots,
  .app-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release-facts-section {
    grid-template-columns: 1fr;
  }

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

  .feature-grid article {
    min-height: 0;
  }

  .section-heading {
    display: block;
  }

  .demo-summary {
    grid-row: auto;
  }

  .demo-footnote {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  main {
    width: min(100% - 28px, 1120px);
    padding-top: 20px;
  }

  .site-nav,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    gap: 12px;
    justify-content: space-between;
    font-size: 14px;
  }

  .hero {
    padding-bottom: 48px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-button,
  .secondary-button {
    width: 100%;
  }

  .quick-facts,
  .trust-strip,
  .release-facts-grid,
  .screenshots,
  .app-flow-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 500px;
    overflow: hidden;
  }

  .phone-shot {
    width: min(72vw, 270px);
    border-radius: 18px;
  }

  .primary-shot {
    left: 0;
  }

  .secondary-shot {
    top: 88px;
    right: 0;
  }

  .pro-section,
  .release-facts-section,
  .mini-app-section,
  .support-section,
  article {
    padding: 24px;
  }

  .demo-task {
    align-items: flex-start;
    flex-direction: column;
  }
}
