:root {
  color-scheme: dark;
  --app-black: #050504;
  --surface: #12110e;
  --surface-raised: #1a1812;
  --yellow: #ffd130;
  --yellow-strong: #ffe06b;
  --yellow-pressed: #e8b900;
  --text: #fff8e8;
  --muted: #c9bfa9;
  --soft: #91866f;
  --line: rgba(255, 209, 48, 0.2);
  --line-strong: rgba(255, 209, 48, 0.46);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--app-black);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 209, 48, 0.09), transparent 27rem),
    var(--app-black);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

button,
summary {
  font: inherit;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(50px, 6.6vw, 86px);
  font-weight: 770;
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 5.1vw, 64px);
  font-weight: 720;
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--app-black);
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell,
.header-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 209, 48, 0.12);
  background: rgba(5, 5, 4, 0.86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.brand {
  color: var(--yellow);
}

.mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 11px;
  box-shadow: 0 0 28px rgba(255, 209, 48, 0.16);
}

.nav,
.nav-links {
  display: flex;
  align-items: center;
}

.nav {
  gap: 26px;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
}

.nav-links a,
.footer-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--yellow);
}

.app-store-badge {
  display: inline-block;
  line-height: 0;
}

.app-store-badge img {
  width: auto;
  height: 48px;
}

.header-badge img {
  height: 38px;
}

.hero {
  display: grid;
  min-height: min(780px, calc(100vh - 76px));
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  padding-block: 70px 76px;
}

.hero-copy,
.story-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 20px rgba(255, 209, 48, 0.48);
  content: "";
}

.lead {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.trust-line {
  display: inline-flex;
  max-width: 650px;
  margin: 24px 0 0;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 209, 48, 0.06);
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 209, 48, 0.42);
  text-underline-offset: 5px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.text-link:hover {
  color: var(--yellow-strong);
  text-decoration-color: currentColor;
}

.availability {
  margin: 11px 0 0;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.hero-media,
.story-media {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.demo-card {
  width: min(100%, 390px);
  margin: 0;
}

.demo-card--photo-example {
  width: min(100%, 500px);
}

.demo-viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background: #0b0a08;
  box-shadow: var(--shadow), 0 0 0 8px rgba(255, 209, 48, 0.035);
  isolation: isolate;
}

.demo-card--portrait .demo-viewport {
  aspect-ratio: 9 / 16;
}

.demo-card--photo-example .demo-viewport {
  aspect-ratio: 1086 / 1448;
}

.demo-viewport video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.replay-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(5, 5, 4, 0.76);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.replay-button:hover {
  border-color: var(--yellow);
  background: rgba(5, 5, 4, 0.92);
}

.demo-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-bar {
  border-block: 1px solid var(--line);
  background: rgba(18, 17, 14, 0.76);
}

.proof-list {
  display: grid;
  margin-block: 0;
  padding-block: 24px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.proof-list li {
  display: grid;
  gap: 2px;
  padding: 3px 26px;
  border-left: 1px solid var(--line);
}

.proof-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.proof-list strong {
  color: var(--text);
  font-size: 14px;
}

.proof-list span {
  color: var(--soft);
  font-size: 12px;
}

.story-stack,
.editor-section,
.process-section,
.quality-section,
.faq-section,
.final-cta {
  scroll-margin-top: 94px;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(56px, 9vw, 128px);
  padding-block: clamp(104px, 12vw, 156px);
  border-bottom: 1px solid var(--line);
}

.story--media-first {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.9fr);
}

.story--media-first .story-copy {
  grid-column: 2;
  grid-row: 1;
}

.story--media-first .story-media {
  grid-column: 1;
  grid-row: 1;
}

.story-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.feature-points {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.feature-points li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
  font-size: 14px;
  font-weight: 720;
}

.feature-points li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 2px;
  background: var(--yellow);
  content: "";
}

.editor-section,
.process-section,
.quality-section,
.faq-section {
  padding-block: clamp(96px, 11vw, 144px);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  max-width: 820px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.compact-heading {
  max-width: 720px;
}

.editor-grid,
.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.editor-card,
.quality-grid article {
  position: relative;
  min-height: 280px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--surface-raised), var(--surface));
}

.card-index {
  position: absolute;
  right: 22px;
  bottom: -34px;
  color: rgba(255, 209, 48, 0.09);
  font-size: 176px;
  font-weight: 900;
  line-height: 1;
}

.editor-card h3,
.editor-card p {
  position: relative;
  z-index: 1;
  max-width: 460px;
}

.editor-card h3 {
  margin-top: 92px;
  color: var(--yellow);
  font-size: 28px;
}

.editor-card p,
.quality-grid p,
.process-grid p {
  margin: 0;
  color: var(--muted);
}

.process-grid {
  display: grid;
  margin: 58px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  counter-reset: process;
}

.process-grid li {
  min-height: 244px;
  padding: 28px 30px 28px 0;
  border-top: 1px solid var(--line-strong);
  border-right: 1px solid var(--line);
}

.process-grid li + li {
  padding-left: 30px;
}

.process-grid li:last-child {
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 56px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 820;
}

.process-grid h3 {
  font-size: 25px;
}

.quality-grid article {
  min-height: 300px;
}

.quality-card--accent {
  border-color: rgba(255, 209, 48, 0.54) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 209, 48, 0.18), transparent 55%),
    linear-gradient(145deg, var(--surface-raised), var(--surface)) !important;
}

.quality-label {
  display: inline-flex;
  margin-bottom: 74px;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.privacy-section {
  scroll-margin-top: 76px;
  border-block: 1px solid rgba(255, 209, 48, 0.35);
  background: var(--yellow);
  color: var(--app-black);
}

.privacy-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 136px);
  padding-block: clamp(94px, 10vw, 132px);
}

.privacy-section .eyebrow,
.privacy-section h2,
.privacy-section .text-link {
  color: var(--app-black);
}

.privacy-section .eyebrow::before {
  background: var(--app-black);
  box-shadow: none;
}

.privacy-list {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 720;
}

.privacy-list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "✓";
  font-size: 18px;
  font-weight: 900;
}

.responsible-note {
  margin: 36px 0 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(5, 5, 4, 0.24);
}

.privacy-section .text-link {
  text-decoration-color: rgba(5, 5, 4, 0.38);
}

.faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 58px 26px 0;
  color: var(--text);
  cursor: pointer;
  font-size: clamp(18px, 2.3vw, 24px);
  font-weight: 700;
  letter-spacing: -0.02em;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 2px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--yellow);
  content: "+";
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

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

.faq-list details p {
  max-width: 820px;
  margin: -4px 0 26px;
  color: var(--muted);
  font-size: 17px;
}

.final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding-block: clamp(76px, 9vw, 112px);
}

.cta-icon {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

.final-cta .eyebrow {
  margin-bottom: 12px;
}

.final-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 50px);
}

.final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.cta-download {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.cta-download span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
}

body > .footer {
  border-top: 1px solid var(--line);
  background: #080806;
}

.footer-inner {
  display: grid;
  min-height: 110px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  color: var(--soft);
  font-size: 13px;
}

.footer-brand {
  color: var(--muted);
}

.footer-brand img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

.footer-brand small {
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-weight: 700;
}

/* Legal pages share the product visual system; their policy text remains untouched. */
.page {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 56px;
}

.legal-title {
  padding: 18px 0 28px;
  border-bottom: 1px solid var(--line);
}

.legal-title h1 {
  color: var(--text);
  font-size: clamp(38px, 7vw, 58px);
}

.updated {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 14px;
  font-weight: 700;
}

.legal-page .section {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 209, 48, 0.12);
}

.legal-page .section.notice {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(255, 209, 48, 0.06);
}

.legal-page .section h2 {
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.legal-page .section p {
  margin: 0 0 13px;
  color: var(--muted);
}

.legal-page .section p:last-child {
  margin-bottom: 0;
}

.legal-page .section ul {
  margin: 10px 0 14px;
  padding-left: 22px;
  color: var(--muted);
}

.legal-page .section li {
  margin: 8px 0;
}

.legal-page .section strong {
  color: var(--text);
}

.legal-page a {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page .footer {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 13px;
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 72px 84px;
  }

  .hero-media {
    justify-content: flex-start;
  }

  .hero-media .demo-card {
    width: min(100%, 360px);
  }

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

  .proof-list li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .proof-list li:nth-child(n + 3) {
    margin-top: 22px;
  }

  .story,
  .story--media-first {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .story--media-first .story-copy,
  .story--media-first .story-media {
    grid-column: auto;
    grid-row: auto;
  }

  .story-media {
    justify-content: flex-start;
  }

  .privacy-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .cta-download {
    grid-column: 2;
    justify-items: start;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .copyright {
    display: none;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .header-inner {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 70px;
    gap: 14px;
  }

  .brand {
    gap: 9px;
    font-size: 14px;
  }

  .mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .header-badge img {
    height: 34px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .hero {
    gap: 48px;
    padding-block: 58px 68px;
  }

  .lead,
  .story-copy > p:not(.eyebrow),
  .section-heading > p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .hero-media .demo-card,
  .story-media .demo-card {
    width: min(100%, 320px);
  }

  .story,
  .editor-section,
  .process-section,
  .quality-section,
  .faq-section {
    padding-block: 82px;
  }

  .story {
    gap: 42px;
  }

  .proof-list {
    padding-block: 18px;
  }

  .proof-list li {
    padding: 4px 12px;
  }

  .proof-list strong {
    font-size: 12px;
  }

  .proof-list span {
    font-size: 11px;
  }

  .editor-grid,
  .quality-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .editor-card,
  .quality-grid article {
    min-height: 250px;
    padding: 26px;
  }

  .editor-card h3 {
    margin-top: 72px;
  }

  .process-grid {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .process-grid li,
  .process-grid li + li {
    min-height: 0;
    padding: 24px 0 34px;
    border-right: 0;
  }

  .step-number {
    margin-bottom: 30px;
  }

  .quality-label {
    margin-bottom: 52px;
  }

  .privacy-list li {
    font-size: 16px;
  }

  .faq-list summary {
    padding-block: 22px;
    padding-right: 50px;
  }

  .faq-list summary::after {
    top: 20px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cta-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }

  .cta-download {
    grid-column: auto;
  }

  .footer-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 30px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 390px) {
  .header-badge img {
    height: 31px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
