:root {
  color-scheme: dark;
  --bg: #050507;
  --ink: #fbf4ec;
  --muted: #b7adbb;
  --dim: #817887;
  --panel: #111118;
  --panel-2: #181821;
  --line: rgba(255, 255, 255, 0.13);
  --gold: #f5bd76;
  --rose: #ff8a9a;
  --violet: #b983ff;
  --teal: #68d6c7;
  --radius: 8px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(125deg, rgba(185, 131, 255, 0.14), transparent 34%),
    linear-gradient(250deg, rgba(104, 214, 199, 0.08), transparent 30%),
    var(--bg);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.site-header,
.site-footer,
.section,
.proof-strip {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--rose), var(--violet) 50%, var(--gold));
  box-shadow: 0 0 34px rgba(185, 131, 255, 0.4);
}

.site-nav,
.site-footer nav,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-nav a,
.site-footer a {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--ink);
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.96), rgba(5, 5, 7, 0.68) 48%, rgba(5, 5, 7, 0.2)),
    linear-gradient(180deg, rgba(5, 5, 7, 0.1), #050507 96%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 90px 0 14vh;
}

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

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

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(52px, 10vw, 114px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  max-width: 730px;
  margin-bottom: 18px;
  font-size: clamp(34px, 6vw, 66px);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

p {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.primary-action,
.secondary-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
}

.primary-action {
  color: #130d16;
  background: linear-gradient(135deg, #fff2e1, #f4bd76 50%, #c08bff);
  box-shadow: 0 18px 50px rgba(192, 139, 255, 0.22);
}

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

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -46px;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.proof-strip div {
  min-height: 130px;
  padding: 26px;
  background: rgba(17, 17, 24, 0.86);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 8px;
  font-size: 21px;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: 120px 0;
}

.split,
.pro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.phone-preview {
  min-height: 650px;
  padding: 46px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 28% 16%, rgba(185, 131, 255, 0.18), transparent 32%),
    #07070a;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.phone-top {
  width: 128px;
  height: 32px;
  margin: 0 auto 42px;
  border-radius: 999px;
  background: #000;
}

.preview-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.upload-card {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 28px;
  text-align: center;
  border-style: dashed;
}

.upload-card span {
  color: var(--gold);
  font-weight: 850;
}

.upload-card strong {
  font-size: 34px;
}

.upload-card p {
  max-width: 340px;
  margin-bottom: 0;
  font-size: 17px;
}

.memory-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  overflow: hidden;
  border-radius: var(--radius);
}

.memory-row img {
  width: 100%;
  height: 154px;
  object-fit: cover;
}

.cards-section h2 {
  margin-bottom: 34px;
}

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

.feature-grid article,
.space-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 950;
}

.feature-grid p {
  font-size: 17px;
}

.pro-section {
  padding-top: 40px;
}

.space-card {
  min-height: 320px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
}

.space-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 24, 0.1), rgba(17, 17, 24, 0.96)),
    url("/assets/site/hero-share.jpg") center/cover;
  z-index: 0;
}

.space-card > * {
  position: relative;
  z-index: 1;
}

.avatar-stack {
  display: flex;
  margin-bottom: 20px;
}

.avatar-stack img {
  width: 56px;
  height: 56px;
  margin-right: -14px;
  border: 2px solid #050507;
  border-radius: 999px;
  object-fit: cover;
}

.space-card strong {
  font-size: 28px;
}

.space-card span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
}

.space-card em {
  width: fit-content;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #150f16;
  background: var(--gold);
  font-style: normal;
  font-weight: 950;
}

.final-cta {
  margin-bottom: 70px;
  padding: 72px;
  border: 1px solid rgba(245, 189, 118, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(245, 189, 118, 0.16), rgba(185, 131, 255, 0.13)),
    var(--panel);
}

.site-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 880px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .hero {
    min-height: 820px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 7, 0.28), rgba(5, 5, 7, 0.9) 74%, #050507 100%);
  }

  .hero-copy {
    padding-bottom: 90px;
  }

  .proof-strip,
  .split,
  .pro-section,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    margin-top: 0;
  }

  .section {
    padding: 76px 0;
  }

  .phone-preview {
    min-height: 560px;
  }

  .final-cta {
    width: min(100% - 40px, 1160px);
    padding: 34px 24px;
  }
}

@media (max-width: 520px) {
  .site-header,
  .site-footer,
  .section,
  .proof-strip {
    width: min(100% - 28px, 1160px);
  }

  .hero-copy {
    width: min(100% - 28px, 1160px);
  }

  .site-nav {
    gap: 12px;
  }

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

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .upload-card strong {
    font-size: 29px;
  }
}
