:root {
  --coral: #ff6b6b;
  --coral-deep: #e84f58;
  --coral-wash: #fff0ed;
  --ink: #171719;
  --ink-soft: #56545b;
  --cream: #fffaf5;
  --paper: #ffffff;
  --line: rgba(23, 23, 25, 0.13);
  --shadow: 0 30px 80px rgba(104, 46, 50, 0.16);
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Newsreader", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
summary {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 0.65rem 1rem;
}

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

.site-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 6px 18px rgba(127, 44, 50, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 3vw, 2rem);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.nav-links a:hover {
  color: var(--coral-deep);
}

.nav-download {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  white-space: nowrap;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 850px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(23, 23, 25, 0.07) 50%, transparent 50.1%),
    linear-gradient(rgba(23, 23, 25, 0.045) 1px, transparent 1px),
    var(--coral);
  background-size: 100% 100%, 100% 96px, auto;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: -20vw;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  box-shadow:
    0 0 0 8vw rgba(255, 255, 255, 0.06),
    0 0 0 16vw rgba(255, 255, 255, 0.04);
}

.pulse-line {
  position: absolute;
  top: 24%;
  right: -2%;
  width: 56%;
  opacity: 0.34;
}

.pulse-line path {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: draw-pulse 2.4s 0.35s ease-out forwards;
}

.hero-grid {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 850px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding: 8rem 0 4rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.4rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.2rem, 8.8vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.hero h1 em {
  display: block;
  color: white;
  font-weight: 400;
}

.hero-deck {
  max-width: 590px;
  margin: 2.2rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 550;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 2rem;
}

.app-store-badge {
  display: inline-block;
  transition: transform 180ms ease;
}

.app-store-badge:hover {
  transform: translateY(-3px);
}

.app-store-badge img {
  width: 168px;
  height: auto;
}

.quiet-link {
  font-size: 0.86rem;
  font-weight: 750;
  text-underline-offset: 0.25em;
}

.hero-note {
  margin: 1rem 0 0;
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.hero-device {
  position: relative;
  justify-self: center;
  width: min(390px, 100%);
  transform: rotate(3.2deg);
  animation: device-arrive 900ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-device::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7% -11% -6% 8%;
  border-radius: 52px;
  background: rgba(255, 255, 255, 0.23);
  filter: blur(2px);
  transform: rotate(-7deg);
}

.hero-device img {
  width: 100%;
  border: 10px solid var(--ink);
  border-radius: 46px;
  box-shadow: var(--shadow);
}

.live-pill {
  position: absolute;
  right: -2rem;
  bottom: 17%;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(23, 23, 25, 0.92);
  color: white;
  padding: 0.75rem 1rem;
  box-shadow: 0 18px 36px rgba(81, 34, 37, 0.3);
  transform: rotate(-3.2deg);
}

.live-pill strong {
  font-size: 1.65rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.live-pill span {
  color: #ff9b9b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.section-kicker {
  margin: 0 0 1rem;
  color: var(--coral-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-title {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.section-intro {
  max-width: 690px;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}

.truth-card {
  min-height: 330px;
  background: var(--paper);
  padding: clamp(2rem, 5vw, 4rem);
}

.truth-card:last-child {
  background: var(--ink);
  color: white;
}

.truth-label {
  margin: 0 0 4rem;
  color: var(--coral-deep);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.truth-card:last-child .truth-label {
  color: #ff9d9d;
}

.truth-card h3 {
  max-width: 450px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
}

.truth-card p {
  max-width: 480px;
  margin: 1.25rem 0 0;
  color: var(--ink-soft);
}

.truth-card:last-child p {
  color: #b9b7be;
}

.how-section {
  background: var(--ink);
  color: white;
}

.how-section .section-kicker {
  color: #ff9494;
}

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

.step {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  padding: 2rem;
}

.step-number {
  display: block;
  margin-bottom: 7rem;
  color: #ff9494;
  font-family: var(--display);
  font-size: 4.5rem;
  font-style: italic;
  line-height: 1;
}

.step h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.step p {
  margin: 0.7rem 0 0;
  color: #aaa8af;
}

.step::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 107, 107, 0.45);
  border-radius: 50%;
}

.compatibility {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 3rem;
}

.compatibility span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  padding: 0.65rem 1rem;
  font-size: 0.83rem;
  font-weight: 750;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(3rem, 10vw, 8rem);
}

.editor-shot {
  position: relative;
  width: min(390px, 100%);
  justify-self: center;
}

.editor-shot::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -3rem 12% 1rem -3rem;
  border-radius: 48% 52% 44% 56%;
  background: var(--coral);
  transform: rotate(-6deg);
}

.editor-shot img {
  border: 8px solid var(--ink);
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.feature-list {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.feature-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
}

.feature-item span {
  color: var(--coral-deep);
  font-family: var(--display);
  font-size: 1.25rem;
  font-style: italic;
}

.feature-item p {
  margin: 0;
  color: var(--ink-soft);
}

.feature-item strong {
  color: var(--ink);
}

.privacy-band {
  position: relative;
  overflow: hidden;
  background: var(--coral);
}

.privacy-band::after {
  content: "81";
  position: absolute;
  right: -0.03em;
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.15);
  font-family: var(--display);
  font-size: min(42vw, 40rem);
  line-height: 1;
}

.privacy-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.privacy-copy p {
  max-width: 640px;
  font-size: 1.08rem;
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 800;
  text-underline-offset: 0.3em;
}

.faq-list {
  display: grid;
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.35rem 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--coral-deep);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 760px;
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
}

.support-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  border-radius: 24px;
  background: white;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 16px 48px rgba(44, 37, 38, 0.08);
}

.support-callout p {
  margin: 0.3rem 0 0;
  color: var(--ink-soft);
}

.button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 0.85rem 1.2rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.button:hover {
  background: var(--coral-deep);
}

.site-footer {
  background: var(--ink);
  color: white;
}

.footer-inner {
  display: grid;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3rem;
  padding: 4rem 0;
}

.footer-wordmark {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 9vw, 8rem);
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.2rem;
  color: #b6b3ba;
  font-size: 0.78rem;
}

.footer-links a:hover {
  color: white;
}

.legal-note {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #85828b;
  padding: 1.2rem 0 2rem;
  font-size: 0.68rem;
}

.support-hero {
  background: var(--coral);
  padding: 9rem 0 5rem;
}

.support-hero-inner,
.support-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.support-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 10vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.support-hero p {
  max-width: 620px;
  margin: 1.5rem 0 0;
  font-size: 1.08rem;
}

.support-content {
  padding: 4rem 0 7rem;
}

.support-content h2 {
  margin: 4rem 0 0.5rem;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.support-content h2:first-child {
  margin-top: 0;
}

.support-content h3 {
  margin: 2rem 0 0.4rem;
  font-size: 1rem;
}

.support-content p,
.support-content li {
  color: var(--ink-soft);
}

.support-content ol,
.support-content ul {
  padding-left: 1.25rem;
}

.support-contact {
  margin-top: 4rem;
  border-radius: 24px;
  background: var(--coral-wash);
  padding: 2rem;
}

@keyframes draw-pulse {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes device-arrive {
  from {
    opacity: 0;
    transform: translateY(70px) rotate(8deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(3.2deg);
  }
}

@media (max-width: 820px) {
  .nav-links a:not(.nav-download) {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-top: 8.5rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 17vw, 7rem);
  }

  .hero-deck {
    max-width: 100%;
  }

  .nav-links {
    gap: 0;
  }

  .hero-device {
    width: min(330px, 86vw);
    margin-bottom: 4rem;
  }

  .pulse-line {
    top: 48%;
    width: 100%;
  }

  .truth-grid,
  .steps,
  .feature-split {
    grid-template-columns: 1fr;
  }

  .feature-split {
    gap: 5rem;
  }

  .feature-copy {
    order: -1;
  }

  .support-callout,
  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .support-callout {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-nav,
  .hero-grid,
  .section,
  .footer-inner,
  .legal-note,
  .support-hero-inner,
  .support-content {
    width: min(calc(100% - 28px), 1120px);
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

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

  .live-pill {
    right: -0.8rem;
  }

  .truth-card {
    min-height: 300px;
  }

  .truth-label {
    margin-bottom: 3rem;
  }
}

@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 (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
  }
}

a:focus-visible,
summary:focus-visible {
  border-radius: 4px;
  outline: 3px solid white;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px var(--ink);
}
