:root {
  --blue: #0a7aff;
  --cyan: #00d4d4;
  --green: #34d399;
  --ink: #1a1a1a;
  --text: #4a4a4a;
  --muted: #8a8a8a;
  --line: #d1d1d1;
  --soft: #f8fafb;
  --paper: #ffffff;
  --blue-soft: #f0f7ff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
}

img,
svg {
  display: block;
}

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

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

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.nav {
  height: 73px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
}

.nav__inner {
  width: 1280px;
  height: 72px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.brand__text {
  color: var(--ink);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.nav__desktop {
  display: flex;
  gap: 32px;
  color: var(--text);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.nav__download {
  display: none;
}

.hero {
  background: white;
}

.hero__inner {
  height: 832px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 520px 520px;
  gap: 80px;
}

.hero__copy {
  padding-top: 34px;
}

.app-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.app-name {
  color: var(--ink);
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

h1 {
  width: 520px;
  padding-top: 24px;
  color: var(--ink);
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.82px;
}

.hero__text {
  width: 520px;
  padding-top: 20px;
  padding-bottom: 32px;
  color: var(--text);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.65px;
}

.cta {
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--blue);
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.31px;
}

.cta img {
  width: 20px;
  height: 20px;
}

.active-row {
  height: 64px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.active-row p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.active-row strong {
  color: var(--blue);
  font-weight: 600;
}

.avatar-stack {
  display: flex;
  align-items: flex-start;
}

.avatar-stack img,
.avatar-stack span {
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.avatar-stack--hero img {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  margin-right: -12px;
}

.avatar-stack--hero img:last-child {
  margin-right: 0;
}

.meta {
  padding-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.phone-wrap {
  display: flex;
  justify-content: flex-end;
}

.phone {
  width: 320px;
  height: 640px;
  padding: 12px;
  border-radius: 40px;
  background: var(--ink);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
}

.phone__screen {
  width: 296px;
  height: 616px;
  overflow: hidden;
  border-radius: 28px;
  background: white;
}

.phone__status {
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--soft);
  color: var(--ink);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.phone__status div {
  display: flex;
  gap: 4px;
}

.phone__status i {
  width: 16px;
  height: 12px;
  border-radius: 6px;
  background: var(--line);
}

.phone__status i:last-child {
  background: var(--green);
}

.phone__content {
  height: 616px;
  overflow: hidden;
  padding: 16px 16px 80px;
}

.phone-card {
  width: 264px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.profile-preview {
  padding: 17px;
}

.profile-preview__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-preview__top img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
}

.profile-preview h3 {
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.profile-preview p {
  margin-top: 12px;
  color: var(--text);
  font-size: 12px;
  line-height: 19px;
}

.profile-preview__top p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.moment-preview {
  overflow: hidden;
}

.moment-preview > img {
  width: 262px;
  height: 112px;
  object-fit: cover;
}

.moment-preview div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 12px 0;
}

.moment-preview div img,
.chat-row img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
}

.moment-preview strong,
.moment-preview p,
.chat-row p {
  font-size: 12px;
  line-height: 16px;
}

.moment-preview p {
  padding: 8px 12px 12px;
}

.chat-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 8px;
}

.chat-row p {
  max-width: 174px;
  padding: 10px;
  border-radius: 8px;
  background: #f3f4f6;
  color: var(--ink);
}

.chat-row--out {
  justify-content: flex-end;
}

.chat-row--out p {
  width: 185px;
  background: var(--blue);
  color: white;
}

.section {
  padding: 80px 0;
}

.section-title {
  width: 1120px;
  max-width: 100%;
  margin-bottom: 64px;
  text-align: center;
}

.section-title h2,
.trust h2,
.bottom-cta h2 {
  color: var(--ink);
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.43px;
}

.section-title p {
  width: 640px;
  max-width: 100%;
  margin: 16px auto 0;
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 352px);
  gap: 32px;
}

.story-card {
  width: 352px;
  height: 442px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.story-card__media {
  position: relative;
  width: 350px;
  height: 320px;
}

.story-card__media img {
  width: 350px;
  height: 320px;
  object-fit: cover;
}

.story-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
}

.story-card__media div {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 16px;
  color: white;
}

.story-card__media h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.story-card__media p {
  font-size: 16px;
  line-height: 24px;
}

.story-card__body {
  height: 120px;
  padding: 20px;
}

.story-card__body > p {
  height: 40px;
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
}

.tags {
  display: flex;
  gap: 8px;
  padding-top: 16px;
}

.tags span {
  height: 24px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  line-height: 16px;
}

.features {
  padding: 80px 0 100px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 256px);
  gap: 32px;
}

.feature-card {
  width: 256px;
  height: 323px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--blue-soft);
}

.feature-icon img {
  width: 24px;
  height: 24px;
}

.feature-card h3 {
  margin-top: 20px;
  color: var(--ink);
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.feature-card p {
  width: 190px;
  padding-top: 12px;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}

.feature-users {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatar-stack--small img {
  width: 32px;
  height: 32px;
  margin-right: -8px;
}

.feature-users span {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
}

.social-proof {
  padding: 128px 0;
  background: var(--ink);
  color: white;
}

.social-proof__inner {
  display: grid;
  grid-template-columns: 520px 520px;
  gap: 80px;
  align-items: center;
}

.social-proof__copy h2 {
  width: 520px;
  color: white;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.82px;
}

.social-proof__copy > p {
  width: 520px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 28px;
}

.avatar-stack--proof {
  padding-top: 32px;
}

.avatar-stack--proof img,
.avatar-stack--proof span {
  width: 56px;
  height: 56px;
  margin-right: -16px;
  border: 4px solid var(--ink);
}

.avatar-stack--proof span {
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.proof-note {
  padding-top: 24px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.proof-collage {
  display: grid;
  grid-template-columns: repeat(2, 252px);
  gap: 16px;
}

.proof-collage > div {
  display: grid;
  gap: 16px;
}

.proof-img {
  width: 252px;
  object-fit: cover;
  border-radius: 10px;
}

.proof-img--short {
  height: 192px;
}

.proof-img--tall {
  height: 256px;
}

.proof-img--offset {
  margin-top: 32px;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.community-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.stats {
  width: 800px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: center;
}

.stats strong {
  display: block;
  color: var(--blue);
  font-size: 40px;
  line-height: 48px;
}

.stats span {
  display: block;
  padding-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}

.trust h2 {
  text-align: center;
}

.trust-list {
  width: 900px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 426px);
  gap: 48px;
}

.trust-list div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.trust-list img {
  width: 32px;
  height: 32px;
}

.trust-list p {
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}

.legal-links {
  background: white;
  padding: 0 0 80px;
}

.legal-links__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.legal-links article {
  scroll-margin-top: 96px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.legal-links h2 {
  color: var(--ink);
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.legal-links p {
  padding-top: 12px;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}

.bottom-cta {
  padding: 96px 0;
  background: linear-gradient(167deg, #f0f7ff 0%, #ffffff 100%);
}

.bottom-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.avatar-stack--bottom img {
  width: 64px;
  height: 64px;
  margin-right: -16px;
  border: 4px solid white;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.bottom-cta h2 {
  padding-top: 24px;
}

.bottom-cta p {
  width: 600px;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
}

.bottom-cta small {
  display: block;
  padding-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
}

.footer {
  padding: 40px 0;
  background: var(--ink);
}

.footer__inner {
  text-align: center;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.footer__links a {
  color: var(--line);
  font-size: 14px;
  line-height: 20px;
}

.footer p {
  padding-top: 32px;
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .container {
    width: 393px;
    padding: 0 20px;
  }

  .nav {
    height: 65px;
  }

  .nav__inner {
    width: 393px;
    height: 64px;
    padding: 0 20px;
  }

  .brand__mark {
    width: 32px;
    height: 32px;
  }

  .nav__desktop {
    display: none;
  }

  .nav__download {
    width: 96.117px;
    height: 32.5px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--blue);
    color: white;
    font-size: 14px;
    line-height: 20px;
  }

  .hero__inner {
    height: 1210px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
  }

  .hero__copy {
    width: 353px;
    padding-top: 0;
    text-align: center;
  }

  .app-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
  }

  .app-name {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.48px;
  }

  h1 {
    width: 353px;
    padding-top: 20px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.35px;
  }

  .hero__text {
    width: 353px;
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.47px;
  }

  .hero__cta {
    width: 353px;
    height: 48px;
    padding: 12px 24px;
  }

  .active-row {
    justify-content: center;
  }

  .phone-wrap {
    margin-top: 80px;
    justify-content: center;
  }

  .phone {
    width: 280px;
    height: 560px;
    border-radius: 32px;
  }

  .phone__screen {
    width: 256px;
    height: 536px;
    border-radius: 24px;
  }

  .phone-card {
    width: 224px;
  }

  .moment-preview > img {
    width: 222px;
  }

  .section {
    padding: 64px 0;
  }

  .section-title {
    width: 353px;
    margin-bottom: 48px;
  }

  .section-title h2,
  .trust h2,
  .bottom-cta h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.35px;
  }

  .section-title p {
    width: 353px;
    font-size: 18px;
    line-height: 28px;
  }

  .story-grid {
    grid-template-columns: 353px;
    gap: 24px;
  }

  .story-card {
    width: 353px;
    height: 378px;
  }

  .story-card__media,
  .story-card__media img {
    width: 351px;
    height: 256px;
  }

  .story-card__media div {
    display: none;
  }

  .features {
    padding: 64px 0;
  }

  .feature-grid {
    grid-template-columns: 353px;
    gap: 20px;
  }

  .feature-card {
    width: 353px;
    height: 277px;
    padding: 25px;
  }

  .feature-card h3 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .feature-card p {
    width: 303px;
  }

  .social-proof {
    padding: 80px 0;
  }

  .social-proof__inner {
    display: block;
  }

  .social-proof__copy h2,
  .social-proof__copy > p {
    width: 353px;
  }

  .social-proof__copy h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.35px;
  }

  .proof-collage {
    margin-top: 48px;
    grid-template-columns: repeat(2, 168.5px);
  }

  .proof-img {
    width: 168.5px;
  }

  .proof-img--short {
    height: 192px;
  }

  .proof-img--tall {
    height: 256px;
  }

  .community-grid {
    grid-template-columns: repeat(3, 109.664px);
    gap: 12px;
  }

  .stats {
    width: 353px;
    grid-template-columns: repeat(3, 101.664px);
    gap: 24px;
  }

  .stats strong {
    font-size: 30px;
    line-height: 36px;
  }

  .trust-list {
    width: 353px;
    grid-template-columns: 353px;
    gap: 24px;
    margin-top: 32px;
  }

  .trust-list div {
    gap: 16px;
  }

  .trust-list img {
    width: 24px;
    height: 24px;
  }

  .trust-list p {
    width: 313px;
  }

  .legal-links {
    padding-bottom: 64px;
  }

  .legal-links__inner {
    grid-template-columns: 353px;
    gap: 32px;
  }

  .legal-links article {
    scroll-margin-top: 88px;
  }

  .bottom-cta {
    padding: 64px 0;
  }

  .avatar-stack--bottom img {
    width: 48px;
    height: 48px;
    margin-right: -16px;
  }

  .bottom-cta h2 {
    padding-top: 24px;
    font-size: 28px;
    line-height: 36px;
  }

  .bottom-cta p {
    width: 353px;
    font-size: 18px;
    line-height: 28px;
  }

  .bottom-cta .cta {
    width: 284px;
    height: 48px;
    padding: 12px 24px;
  }

  .footer {
    padding: 32px 0;
  }

  .footer__links {
    display: grid;
    grid-template-columns: repeat(2, 168.5px);
    gap: 16px;
  }

  .footer__links a {
    text-align: center;
  }

  .footer p {
    padding-top: 24px;
  }
}
