:root {
  --ink: #210815;
  --ink-soft: #3c1b2d;
  --muted: #765d67;
  --rose: #f7256e;
  --coral: #ff6b4a;
  --blue: #1976e9;
  --mint: #08a982;
  --line: #ead5dc;
  --blush: #fff4f7;
  --blue-wash: #eef7ff;
  --mint-wash: #e9f9f4;
  --surface: #ffffff;
  --page: #fffafb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--surface);
  color: var(--ink);
  border: 2px solid var(--rose);
  border-radius: 6px;
  font-weight: 850;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(234, 213, 220, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell,
.content-shell {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.site-header .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.site-header .nav-links a {
  text-decoration: none;
}

.site-header .nav-links a:hover,
.site-header .nav-links a:focus-visible {
  color: var(--ink);
}

.site-header .nav-links .nav-download {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--rose);
  color: var(--surface);
}

.hero {
  position: relative;
  height: calc(100svh - 132px);
  min-height: 610px;
  max-height: 820px;
  overflow: hidden;
  background: var(--ink);
  color: var(--surface);
}

.hero-inner {
  position: relative;
  width: min(calc(100% - 40px), 1180px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(100%, 620px);
  padding-bottom: 34px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--blush);
}

.eyebrow.light {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd6e2;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero h1 {
  margin: 0;
  font-size: 76px;
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-statement {
  max-width: 610px;
  margin: 18px 0 0;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 850;
  color: #ffdbe5;
}

.hero-lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 650;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

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

.button.primary {
  background: var(--rose);
  color: var(--surface);
  box-shadow: 0 16px 34px rgba(247, 37, 110, 0.28);
}

.button.quiet {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: var(--surface);
}

.button.secondary {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.button.dark {
  background: var(--ink);
  color: var(--surface);
}

.store-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.store-proof strong {
  color: var(--surface);
}

.hero-media {
  position: absolute;
  right: -24px;
  bottom: -190px;
  z-index: 2;
  width: 610px;
  height: 790px;
}

.product-shot {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 32px;
  box-shadow: 0 32px 70px rgba(16, 4, 11, 0.3);
}

.product-shot img {
  width: 100%;
  height: auto;
}

.hero-shot {
  position: absolute;
  width: 310px;
}

.report-shot {
  top: 90px;
  left: 4px;
  transform: rotate(-3deg);
}

.home-shot {
  top: 0;
  right: 0;
  transform: rotate(2deg);
}

.section-cue {
  position: absolute;
  left: max(20px, calc((100% - 1180px) / 2));
  bottom: 18px;
  z-index: 5;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.proof-band {
  background: var(--blue-wash);
  border-bottom: 1px solid #d7e9f9;
}

.proof-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.proof-grid p {
  margin: 0;
  padding: 0 28px;
  border-right: 1px solid #cbdff1;
}

.proof-grid p:first-child {
  padding-left: 0;
}

.proof-grid p:last-child {
  border-right: 0;
}

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

.proof-grid strong {
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.proof-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section {
  padding: 112px 0;
  background: var(--surface);
}

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

.section-heading h2,
.showcase-copy h2,
.download-inner h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 920;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.showcase-lead,
.download-inner p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 650;
}

.steps {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.step {
  padding-top: 24px;
  border-top: 3px solid var(--line);
}

.step:nth-child(1) {
  border-color: var(--rose);
}

.step:nth-child(2) {
  border-color: var(--blue);
}

.step:nth-child(3) {
  border-color: var(--mint);
}

.step-number {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.step h3 {
  margin: 16px 0 10px;
  font-size: 23px;
  line-height: 1.2;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.report-band {
  background: var(--blush);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.friends-band {
  background: var(--surface);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 88px;
  align-items: center;
}

.showcase.reverse {
  grid-template-columns: 410px minmax(0, 1fr);
}

.showcase.reverse .showcase-copy {
  grid-column: 2;
}

.showcase.reverse .showcase-shot {
  grid-column: 1;
  grid-row: 1;
}

.showcase-copy h2 {
  max-width: 700px;
}

.showcase-lead {
  margin: 22px 0 0;
}

.showcase-shot {
  width: 100%;
  max-height: 700px;
  border-color: var(--line);
  box-shadow: 0 34px 70px rgba(80, 23, 54, 0.15);
}

.showcase-shot img {
  position: relative;
  top: 0;
}

.report-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 34px 0 0;
}

.report-list div {
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.report-list dt {
  font-size: 15px;
  font-weight: 900;
}

.report-list dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.subscription-note,
.result-example {
  margin: 26px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  background: var(--blue-wash);
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.plain-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.plain-list li {
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 750;
}

.result-example {
  border-left-color: var(--mint);
  background: var(--mint-wash);
}

.friend-shot {
  max-height: 720px;
}

.safety-band {
  background: var(--ink);
  color: var(--surface);
}

.safety-heading p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-top: 62px;
}

.safety-grid article {
  padding-top: 22px;
  border-top: 2px solid rgba(255, 255, 255, 0.22);
}

.safety-grid article:nth-child(1) {
  border-color: var(--rose);
}

.safety-grid article:nth-child(2) {
  border-color: var(--blue);
}

.safety-grid article:nth-child(3) {
  border-color: var(--mint);
}

.safety-grid h3 {
  margin: 0 0 9px;
  font-size: 21px;
}

.safety-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  font-weight: 650;
}

.text-link {
  display: inline-block;
  margin-top: 42px;
  color: var(--rose);
  font-weight: 850;
  text-underline-offset: 4px;
}

.light-link {
  color: #ffd5e1;
}

.download-band {
  padding: 78px 0;
  background: var(--coral);
  color: var(--ink);
}

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

.download-inner > div {
  max-width: 760px;
}

.download-inner .section-label {
  color: var(--ink);
}

.download-inner p {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(33, 8, 21, 0.72);
}

.download-inner .button {
  min-width: 180px;
  flex: 0 0 auto;
}

.site-footer {
  padding: 40px 0;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.footer-inner nav {
  display: flex;
  justify-content: center;
  gap: 22px;
}

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

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

/* Legal, support, and error pages */
.shell {
  width: min(calc(100% - 36px), 1100px);
  margin: 0 auto;
  padding: 26px 0 54px;
}

.nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.nav .nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.nav .nav-links a {
  text-decoration: none;
}

.mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--rose);
  color: var(--surface);
  font-size: 13px;
  font-weight: 900;
}

.content {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 56px rgba(80, 23, 54, 0.09);
}

.content h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: 0;
}

.content h2 {
  margin: 34px 0 10px;
  font-size: 24px;
}

.content p,
.content li {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.6;
}

.content ul {
  padding-left: 22px;
}

.notice {
  margin: 24px 0;
  padding: 15px 17px;
  border-left: 4px solid var(--coral);
  background: #fff7e9;
  color: #62422b;
  font-weight: 750;
  line-height: 1.5;
}

.support-form {
  display: grid;
  gap: 14px;
  margin: 28px 0 6px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--blush);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  padding: 12px 13px;
  outline: none;
}

.support-form textarea {
  resize: vertical;
  min-height: 132px;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(247, 37, 110, 0.12);
}

.form-hint {
  margin: 0;
  font-size: 13px;
}

.footer {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .site-header .nav-links {
    gap: 16px;
  }

  .site-header .nav-links a:nth-child(2),
  .site-header .nav-links a:nth-child(3) {
    display: none;
  }

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

  .hero-media {
    right: -110px;
    width: 560px;
  }

  .showcase,
  .showcase.reverse {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 54px;
  }

  .showcase.reverse .showcase-copy {
    grid-column: 1;
  }

  .showcase.reverse .showcase-shot {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .nav-shell,
  .content-shell,
  .hero-inner {
    width: min(calc(100% - 32px), 720px);
  }

  .site-header,
  .nav-shell {
    min-height: 66px;
  }

  .site-header .nav-links a:not(.nav-download) {
    display: none;
  }

  .site-header .nav-links .nav-download {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    height: calc(100svh - 104px);
    min-height: 560px;
    max-height: 720px;
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 40px;
  }

  .hero-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-statement {
    margin-top: 12px;
    font-size: 29px;
  }

  .hero-lead {
    max-width: 620px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .button {
    min-height: 50px;
  }

  .store-proof {
    margin-top: 13px;
  }

  .hero-media {
    right: -55px;
    bottom: -310px;
    width: 430px;
    height: 540px;
    opacity: 0.66;
  }

  .hero-shot {
    width: 210px;
    border-radius: 24px;
  }

  .report-shot {
    top: 35px;
  }

  .section-cue {
    left: 16px;
    bottom: 13px;
  }

  .proof-grid {
    min-height: 82px;
  }

  .proof-grid p {
    padding: 0 12px;
  }

  .proof-grid strong {
    font-size: 13px;
  }

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

  .section {
    padding: 78px 0;
  }

  .section-heading h2,
  .showcase-copy h2,
  .download-inner h2 {
    font-size: 38px;
  }

  .steps,
  .safety-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 44px;
  }

  .showcase,
  .showcase.reverse {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .showcase.reverse .showcase-copy,
  .showcase.reverse .showcase-shot {
    grid-column: 1;
  }

  .showcase.reverse .showcase-copy {
    grid-row: 1;
  }

  .showcase.reverse .showcase-shot {
    grid-row: 2;
  }

  .showcase-shot {
    width: min(100%, 400px);
    justify-self: center;
    max-height: 620px;
  }

  .download-inner,
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner nav {
    justify-content: flex-start;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .content {
    padding: 28px 22px;
  }

  .content h1 {
    font-size: 42px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 16px;
  }

  .brand-icon {
    width: 36px;
    height: 36px;
  }

  .hero-inner {
    padding-top: 30px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-statement {
    font-size: 26px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    max-width: 330px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .button.quiet {
    display: none;
  }

  .hero-media {
    right: -86px;
    bottom: -300px;
    width: 390px;
    opacity: 0.58;
  }

  .hero-shot {
    width: 195px;
  }

  .store-proof {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .section-heading h2,
  .showcase-copy h2,
  .download-inner h2 {
    font-size: 33px;
  }

  .section-heading > p:last-child,
  .showcase-lead,
  .download-inner p {
    font-size: 16px;
  }

  .report-list,
  .plain-list {
    grid-template-columns: 1fr;
  }

  .download-band {
    padding: 60px 0;
  }

  .download-inner .button {
    width: 100%;
  }

  .footer-inner nav {
    flex-wrap: wrap;
  }
}

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

  .button {
    transition: none;
  }
}
