:root {
  color-scheme: light;
  --ink: #090812;
  --muted: #686471;
  --paper: #fff8fb;
  --surface: #ffffff;
  --soft: #f4edf1;
  --line: rgba(9, 8, 18, 0.11);
  --pink: #ff5c94;
  --pink-strong: #ed3d7d;
  --teal: #61e8ad;
  --shadow: 0 24px 70px rgba(24, 16, 28, 0.14);
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.container {
  width: min(var(--max-width), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 5vw, 56px);
  background: rgba(255, 248, 251, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(18px);
}

.site-header-solid {
  background: rgba(255, 248, 251, 0.92);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(255, 92, 148, 0.26);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 26px);
  color: rgba(9, 8, 18, 0.72);
  font-size: 0.92rem;
  font-weight: 800;
}

nav a:hover {
  color: var(--pink-strong);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 118px 0 80px;
  background:
    radial-gradient(circle at 80% 46%, rgba(255, 92, 148, 0.3), transparent 32%),
    linear-gradient(135deg, #fff8fb 0%, #fff8fb 48%, #ff5c94 165%);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 6vw, 82px);
  max-width: var(--max-width);
}

.hero-copy-block {
  max-width: 680px;
}

.hero-phone-frame {
  width: min(920px, 66vw);
  justify-self: center;
}

.hero-phone {
  width: 100%;
  max-height: 96svh;
  object-fit: contain;
  filter: drop-shadow(0 34px 68px rgba(24, 16, 28, 0.2));
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 22px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(9, 8, 18, 0.72);
  font-size: 0.88rem;
  font-weight: 850;
  box-shadow: 0 10px 34px rgba(24, 16, 28, 0.08);
  backdrop-filter: blur(12px);
}

.badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(97, 232, 173, 0.2);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.8rem, 9vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.05;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(9, 8, 18, 0.7);
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  font-weight: 690;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 22px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 40px rgba(9, 8, 18, 0.22);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(9, 8, 18, 0.74);
}

.proof-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--max-width), calc(100% - 40px));
  margin: -52px auto 0;
}

.proof-item {
  min-height: 124px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.proof-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.proof-item span {
  color: var(--muted);
  font-weight: 650;
}

.features {
  padding: clamp(78px, 10vw, 126px) 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 650;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pink-strong);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.feature-card {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(24, 16, 28, 0.08);
}

.feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255, 92, 148, 0.12);
  color: var(--pink-strong);
  font-size: 1.4rem;
  font-weight: 950;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

.showcase {
  padding: clamp(70px, 10vw, 120px) 0;
  overflow: hidden;
}

.showcase-pink {
  background:
    radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(180deg, var(--pink) 0%, #ff6f8a 100%);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 8vw, 92px);
}

.showcase-copy {
  color: white;
}

.showcase-copy .eyebrow {
  color: var(--ink);
}

.showcase-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  font-weight: 720;
}

.screenshot-frame {
  max-width: 500px;
  margin-inline: auto;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 34px 72px rgba(9, 8, 18, 0.28));
}

.screenshot-frame img {
  width: 100%;
  height: auto;
}

.submit-band {
  padding: clamp(70px, 10vw, 116px) 0;
}

.submit-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(97, 232, 173, 0.26), rgba(255, 92, 148, 0.14)),
    white;
  box-shadow: var(--shadow);
}

.submit-card h2 {
  margin-bottom: 12px;
}

.submit-card p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 680;
}

.final-cta {
  padding: clamp(72px, 10vw, 124px) 0;
  text-align: center;
  background: var(--ink);
  color: white;
}

.final-cta .container {
  max-width: 880px;
}

.final-cta .badge {
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

.final-cta p:not(.badge) {
  max-width: 640px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.14rem;
  font-weight: 650;
}

.final-cta .button-primary {
  background: var(--teal);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(97, 232, 173, 0.18);
}

.site-footer {
  padding: 30px 0 42px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-footer p {
  margin-bottom: 0;
  color: white;
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 760;
}

.footer-links a:hover {
  color: var(--teal);
}

.legal-page {
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
  padding: 132px 0 76px;
}

.legal-hero {
  padding: clamp(34px, 7vw, 72px) 0 clamp(22px, 4vw, 38px);
}

.legal-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3.05rem, 8vw, 6.4rem);
  line-height: 0.92;
}

.legal-hero p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 760;
}

.legal-content {
  display: grid;
  gap: 16px;
}

.legal-content section {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(24, 16, 28, 0.07);
}

.legal-content h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1;
}

.legal-content p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 640;
}

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

.legal-content strong {
  color: var(--ink);
}

.legal-content a {
  color: var(--pink-strong);
  font-weight: 900;
}

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 86px;
    padding-bottom: 0;
  }

  .proof-strip,
  .feature-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-phone-frame {
    width: min(640px, 116%);
    height: auto;
    overflow: visible;
    margin-top: -744px;
    margin-bottom: -754px;
    justify-self: center;
  }

  .hero-phone {
    width: 100%;
    max-width: none;
    max-height: none;
    transform: none;
  }

  .proof-strip {
    margin-top: -34px;
  }

  .submit-card,
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .legal-page {
    padding-top: 104px;
  }
}

@media (max-width: 560px) {
  .container,
  .proof-strip {
    width: min(var(--max-width), calc(100% - 32px));
  }

  .site-header {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 78px;
    padding-bottom: 0;
  }

  .hero-phone-frame {
    width: min(640px, 116%);
    height: auto;
    overflow: visible;
    margin-top: -744px;
    margin-bottom: -754px;
  }

  .hero-phone {
    width: 100%;
    transform: none;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }

  .button-row,
  .button {
    width: 100%;
  }

  .button-row {
    flex-direction: column;
  }

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

  .legal-page {
    width: min(100% - 32px, 920px);
    padding-top: 92px;
    padding-bottom: 54px;
  }

  .legal-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
}
