:root {
  --bg: #0c1015;
  --bg-soft: #121922;
  --surface: #1d2530;
  --surface-strong: #252d38;
  --text: #f7efe3;
  --muted: #d3c5ad;
  --muted-2: #948a7d;
  --primary: #e09b4d;
  --primary-strong: #c46d18;
  --green: #65bd6b;
  --line: rgba(245, 237, 224, 0.13);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 30px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 8%, rgba(224, 155, 77, 0.28), transparent 32rem),
    radial-gradient(circle at 8% 72%, rgba(101, 189, 107, 0.16), transparent 28rem),
    linear-gradient(135deg, #090d12 0%, var(--bg) 45%, #17202b 100%);
  line-height: 1.5;
}

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

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

svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 10;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--text);
  color: var(--bg);
  padding: 10px 14px;
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  padding: 14px 0;
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.quick-stats,
.feature-icon,
.story-panel,
.header-action,
.primary-button,
.secondary-button,
.store-button,
.final-store-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.nav-links {
  gap: 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.nav-links a,
.header-action,
.primary-button,
.secondary-button,
.store-button {
  min-height: 44px;
}

.nav-links a:focus-visible,
.header-action:focus-visible,
.primary-button:focus-visible,
.secondary-button:focus-visible,
.store-button:focus-visible {
  outline: 3px solid rgba(224, 155, 77, 0.42);
  outline-offset: 4px;
}

.header-action,
.primary-button {
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: #16100a;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(224, 155, 77, 0.22);
}

.header-action {
  padding: 0 20px;
  font-size: 14px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 72px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100dvh - 78px);
  margin: 0 auto;
  padding: 40px 0 80px;
}

.hero::after {
  position: absolute;
  right: -80px;
  bottom: 18px;
  width: 520px;
  height: 140px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(224, 155, 77, 0.16), transparent);
  filter: blur(28px);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 22px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.store-button {
  gap: 12px;
  justify-content: center;
  min-width: 196px;
  border-radius: 20px;
  padding: 10px 18px 10px 12px;
  font-weight: 900;
  line-height: 1.08;
}

.store-button img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.store-button small,
.store-button strong {
  display: block;
}

.store-button small {
  margin-bottom: 3px;
  font-size: 12px;
  color: rgba(22, 16, 10, 0.72);
}

.store-button strong {
  font-size: 19px;
}

.store-button-primary {
  background: var(--primary);
  color: #16100a;
  box-shadow: 0 14px 36px rgba(224, 155, 77, 0.22);
}

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

.store-button-secondary small {
  color: var(--muted);
}

.primary-button,
.secondary-button {
  justify-content: center;
  padding: 0 24px;
  font-size: 16px;
}

.secondary-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 800;
}

.quick-stats {
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.quick-stats div {
  min-width: 148px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.045);
}

.quick-stats dt {
  font-size: 23px;
  font-weight: 900;
}

.quick-stats dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
}

.phone {
  overflow: hidden;
  border: 8px solid #101720;
  border-radius: 44px;
  background: #101720;
  box-shadow: var(--shadow);
}

.phone-main {
  width: min(390px, 82vw);
  transform: rotate(2deg);
}

.phone img {
  width: 100%;
  height: auto;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0;
}

.trust-band {
  border-block: 1px solid var(--line);
  padding: 34px 0;
}

.trust-band p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.18;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 0;
}

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

.feature-card {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(29, 37, 48, 0.72);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.16);
}

.feature-icon {
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 28px;
  border-radius: 20px;
  background: rgba(224, 155, 77, 0.14);
  color: var(--primary);
}

.feature-card p,
.story-copy p,
.roadmap-list p,
.final-cta p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.app-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  gap: 44px;
  align-items: center;
}

.story-panel {
  gap: 22px;
  border: 1px solid rgba(101, 189, 107, 0.24);
  border-radius: var(--radius);
  padding: 34px;
  background: linear-gradient(135deg, rgba(101, 189, 107, 0.15), rgba(224, 155, 77, 0.12));
  box-shadow: var(--shadow);
}

.story-panel img {
  width: 112px;
  height: 112px;
  flex: 0 0 auto;
}

.story-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-panel strong {
  display: block;
  font-size: 28px;
  line-height: 1.16;
}

.screens-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: end;
  max-width: none;
}

.screens-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.screens-heading h2 {
  margin: 0;
}

.screens-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.screens-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(280px, 0.78fr);
  gap: 22px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 42px;
  padding: 28px;
  background:
    radial-gradient(circle at 23% 10%, rgba(224, 155, 77, 0.2), transparent 25rem),
    radial-gradient(circle at 92% 88%, rgba(101, 189, 107, 0.14), transparent 24rem),
    rgba(29, 37, 48, 0.58);
  box-shadow: var(--shadow);
}

.screen-feature {
  position: relative;
  display: grid;
  justify-items: center;
  margin: 0;
  border-radius: 34px;
  padding: 34px 22px 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.screen-feature .phone {
  width: min(330px, 100%);
  border-width: 7px;
  border-radius: 38px;
}

.screen-feature figcaption {
  max-width: 360px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.screen-details {
  display: grid;
  gap: 14px;
}

.screen-note {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  background: rgba(12, 16, 21, 0.52);
}

.screen-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(224, 155, 77, 0.14);
  color: var(--primary);
  font-weight: 900;
}

.screen-note p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.screen-previews {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.screen-previews figure {
  margin: 0;
}

.screen-previews img {
  overflow: hidden;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: top;
  border: 5px solid #111821;
  border-radius: 26px;
  background: #111821;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
}

.screen-previews figcaption {
  padding-top: 11px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

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

.roadmap-list article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.roadmap-list span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 900;
}

.final-cta {
  width: min(980px, calc(100% - 40px));
  margin: 20px auto 90px;
  border: 1px solid rgba(224, 155, 77, 0.28);
  border-radius: 40px;
  padding: 64px 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(224, 155, 77, 0.24), transparent 24rem),
    rgba(29, 37, 48, 0.78);
  text-align: center;
  box-shadow: var(--shadow);
}

.final-cta img {
  width: 118px;
  height: 118px;
  margin: 0 auto 20px;
}

.final-cta h2 {
  max-width: 700px;
  margin-inline: auto;
}

.final-cta p {
  max-width: 560px;
  margin: 0 auto 28px;
}

.final-store-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 28px 0 44px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-footer a:focus-visible {
  outline: 3px solid rgba(224, 155, 77, 0.42);
  outline-offset: 4px;
}

.legal-page {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 80px;
  overflow-wrap: anywhere;
}

.legal-hero {
  padding: 58px 0 34px;
}

.legal-hero h1 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 86px);
}

.legal-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 21px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 44px;
  background:
    radial-gradient(circle at 90% 4%, rgba(224, 155, 77, 0.13), transparent 24rem),
    rgba(29, 37, 48, 0.74);
  box-shadow: var(--shadow);
}

.legal-card section + section {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 18px;
}

.legal-card p {
  margin-bottom: 14px;
}

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

.legal-card ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-card a {
  color: var(--primary);
  font-weight: 800;
}

.placeholder-page {
  min-height: 100dvh;
}

.placeholder-main {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: 28px;
}

.placeholder-card {
  width: min(720px, 100%);
  border: 1px solid rgba(224, 155, 77, 0.24);
  border-radius: 42px;
  padding: clamp(34px, 6vw, 72px);
  background:
    radial-gradient(circle at 80% 12%, rgba(224, 155, 77, 0.2), transparent 24rem),
    rgba(29, 37, 48, 0.72);
  box-shadow: var(--shadow);
  text-align: center;
}

.placeholder-logo {
  width: clamp(120px, 28vw, 180px);
  height: clamp(120px, 28vw, 180px);
  margin: 0 auto 22px;
  object-fit: contain;
}

.placeholder-card h1 {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(42px, 8vw, 82px);
}

.placeholder-text {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: clamp(18px, 2.4vw, 23px);
}

.placeholder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.placeholder-actions .secondary-button {
  min-width: 226px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    width: min(100% - 28px, 720px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
    width: min(100% - 28px, 720px);
    padding-top: 28px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .section {
    width: min(100% - 28px, 720px);
    padding: 62px 0;
  }

  .feature-grid,
  .app-story,
  .roadmap-list {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 0;
  }

  .screens-heading,
  .screens-showcase {
    grid-template-columns: 1fr;
  }

  .screens-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .screens-showcase {
    padding: 18px;
    border-radius: 32px;
  }

  .screen-previews {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    margin-inline: -18px;
    padding: 2px 18px 20px;
    scroll-snap-type: x mandatory;
  }

  .screen-previews figure {
    flex: 0 0 min(66vw, 250px);
    scroll-snap-align: center;
  }

  .screen-previews img {
    max-height: none;
    aspect-ratio: 9 / 16;
  }

  .legal-page {
    width: min(100% - 28px, 720px);
    padding: 28px 0 62px;
  }

  .legal-hero {
    padding: 36px 0 26px;
  }

  .legal-card {
    padding: 34px;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(100% - 24px, 720px);
    min-height: 72px;
    gap: 12px;
  }

  .brand span {
    font-size: 22px;
  }

  .header-action {
    padding: 0 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .store-button {
    width: 100%;
  }

  .placeholder-main {
    min-height: 100svh;
    padding: 18px;
  }

  .placeholder-card {
    border-radius: 30px;
    padding: 30px 20px;
  }

  .placeholder-actions .secondary-button {
    width: 100%;
  }

  .hero,
  .section,
  .site-footer {
    width: min(100% - 24px, 720px);
  }

  .hero {
    gap: 28px;
    padding-bottom: 54px;
  }

  .section {
    padding: 48px 0;
  }

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

  .hero-text {
    font-size: 19px;
  }

  .quick-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quick-stats div {
    min-width: 0;
  }

  .hero-visual {
    min-height: 440px;
  }

  .phone-main {
    width: min(300px, 84vw);
  }

  .story-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
  }

  .story-panel strong {
    font-size: 24px;
  }

  .final-cta {
    width: min(100% - 24px, 720px);
    margin-bottom: 54px;
    padding: 42px 22px;
  }

  .screens-showcase {
    border-radius: 28px;
    padding: 14px;
  }

  .screen-feature {
    border-radius: 24px;
    padding: 22px 14px 18px;
  }

  .screen-feature .phone {
    width: min(280px, 100%);
  }

  .screen-previews {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .screen-previews figure {
    flex-basis: min(74vw, 260px);
  }

  .legal-page {
    width: min(100% - 24px, 720px);
    padding: 16px 0 52px;
  }

  .legal-hero {
    padding: 26px 0 22px;
  }

  .legal-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(31px, 9.4vw, 44px);
    line-height: 1.08;
  }

  .legal-hero p {
    font-size: 17px;
  }

  .legal-card {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .legal-card section + section {
    margin-top: 26px;
    padding-top: 26px;
  }

  .legal-card h2 {
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .legal-card p,
  .legal-card li {
    font-size: 16px;
  }

  .legal-card ul {
    padding-left: 18px;
  }
}
