:root {
  --bg-main: #1c1e21;
  --edge-bg: #121212;
  --bg-soft: #24292e;
  --surface: #2a2c30;
  --surface-alt: #23242a;
  --text-main: #ffffff;
  --text-muted: #b8b8b8;
  --accent: #d67a72;
  --accent-strong: #c46860;
  --brand-blue: #9cb2db;
  --brand-teal: #26a69a;
  --brand-green: #66bb6a;
  --brand-amber: #ffb300;
  --banner-subtitle: #ffffe0;
  --card: rgba(42, 44, 48, 0.82);
  --card-border: rgba(255, 255, 255, 0.14);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--edge-bg);
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--edge-bg);
  font-family: "Rubik", "Trebuchet MS", sans-serif;
  color: var(--text-main);
  background: radial-gradient(circle at 18% 16%, rgba(214, 122, 114, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 82% 20%, rgba(156, 178, 219, 0.24) 0%, transparent 43%),
    radial-gradient(circle at 52% 100%, rgba(38, 166, 154, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, #1c1e21 0%, #23242a 44%, #1e1e1e 100%);
  line-height: 1.6;
  overscroll-behavior-y: none;
}

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

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.32;
  pointer-events: none;
}

.ambient-one {
  left: -10rem;
  top: -8rem;
  background: #d67a72;
  animation: drift-a 12s ease-in-out infinite;
}

.ambient-two {
  right: -12rem;
  bottom: -11rem;
  background: #9cb2db;
  animation: drift-b 14s ease-in-out infinite;
}

@keyframes drift-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(30px, 25px, 0);
  }
}

@keyframes drift-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-35px, -20px, 0);
  }
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(28, 30, 33, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(18, 18, 18, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 4.6rem;
}

.brand {
  font-family: "Rubik", "Avenir Next", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.95rem;
}

.site-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--accent), var(--brand-blue));
  transition: transform 0.2s ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.74rem 1.28rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    border-color 0.2s ease;
  cursor: pointer;
}

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

.btn-small {
  padding: 0.6rem 1.05rem;
  font-size: 0.86rem;
  background: rgba(42, 44, 47, 0.95);
  border-color: rgba(214, 122, 114, 0.72);
  color: var(--accent);
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 10px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-store-badge:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.app-store-badge img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(214, 122, 114, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 18px 32px rgba(214, 122, 114, 0.46);
}

.btn-ghost {
  border-color: rgba(214, 122, 114, 0.72);
  color: var(--accent);
  background: rgba(42, 44, 47, 0.92);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  color: var(--banner-subtitle);
  font-weight: 700;
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  font-family: "Rubik", "Avenir Next", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.05rem, 4.8vw, 3.65rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.6rem, 3.6vw, 2.45rem);
  margin-bottom: 0.9rem;
}

h3 {
  font-size: clamp(1.16rem, 2.2vw, 1.55rem);
  margin-bottom: 0.75rem;
}

p {
  margin: 0 0 0.95rem;
}

.lead {
  color: var(--text-muted);
  font-size: clamp(1rem, 2.15vw, 1.16rem);
  max-width: 44ch;
}

.hero {
  padding-top: clamp(4rem, 8.5vw, 7rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: clamp(1.6rem, 5vw, 4.6rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 1.5rem 0 1.4rem;
}

.hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
  color: #e0e0e0;
}

.hero-points li {
  position: relative;
  padding-left: 1.2rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent), var(--brand-blue));
}

.hero-visual {
  min-height: 590px;
}

.device-stack {
  position: relative;
  width: min(500px, 100%);
  margin-left: auto;
  margin-right: auto;
  min-height: 620px;
}

.device {
  position: absolute;
  background: transparent;
}

.iphone-frame {
  --frame-radius: 2.65rem;
  --bezel: clamp(0.34rem, 1.5vw, 0.5rem);
  --screen-radius: calc(var(--frame-radius) - var(--bezel) - 0.14rem);
  position: relative;
  border-radius: var(--frame-radius);
  padding: var(--bezel);
  background: linear-gradient(145deg, #70757d 0%, #4a4e56 32%, #21242a 66%, #16181d 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.42), 0 8px 18px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.iphone-frame::before {
  content: "";
  position: absolute;
  inset: 0.2rem;
  border-radius: calc(var(--frame-radius) - 0.2rem);
  border: 1px solid rgba(255, 255, 255, 0.11);
  pointer-events: none;
}

.iphone-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 18%)
      top / 100% 32% no-repeat,
    linear-gradient(180deg, #4f535a, #23262b) left 0.12rem top 18% / 0.1rem 13% no-repeat,
    linear-gradient(180deg, #4f535a, #23262b) left 0.12rem top 34% / 0.1rem 8% no-repeat,
    linear-gradient(180deg, #4f535a, #23262b) right 0.12rem top 27% / 0.1rem 13% no-repeat;
  pointer-events: none;
}

.iphone-screen {
  overflow: hidden;
  border-radius: var(--screen-radius);
  background: #000000;
  aspect-ratio: 760 / 1650;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(15, 16, 19, 0.95);
}

.iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iphone-notch {
  display: none;
}

.iphone-notch::before {
  display: none;
}

.iphone-notch::after {
  display: none;
}

.iphone-camera {
  display: none;
}

.device-left {
  width: 44%;
  left: 0;
  top: 9rem;
  transform: rotate(-7deg);
  animation: float-left 7s ease-in-out infinite;
}

.device-center {
  width: 46%;
  left: 27%;
  top: 2rem;
  transform: rotate(0deg);
  z-index: 2;
  animation: float-center 6s ease-in-out infinite;
}

.device-right {
  width: 41%;
  right: 0;
  top: 12rem;
  transform: rotate(8deg);
  animation: float-right 8s ease-in-out infinite;
}

@keyframes float-left {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateY(-14px);
  }
}

@keyframes float-center {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes float-right {
  0%,
  100% {
    transform: rotate(8deg) translateY(0);
  }
  50% {
    transform: rotate(6deg) translateY(-10px);
  }
}

.strip {
  padding-top: 0.6rem;
}

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

.strip-item {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 1.2rem;
  padding: 1.25rem 1.2rem;
  box-shadow: var(--shadow);
}

.strip-item h2 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.strip-item p {
  margin: 0;
  color: var(--text-muted);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  margin-bottom: 0;
}

.feature {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  align-items: center;
  gap: clamp(1.2rem, 5vw, 3rem);
  margin-bottom: 2.4rem;
  padding: 1rem;
  border-radius: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(35, 36, 42, 0.74);
  backdrop-filter: blur(4px);
}

.feature:last-of-type {
  margin-bottom: 0;
}

.feature-reverse {
  grid-template-columns: 0.45fr 0.55fr;
}

.feature-reverse .feature-media {
  order: 2;
}

.feature-media {
  width: min(320px, 100%);
  margin: 0 auto;
}

.feature-media .iphone-frame {
  width: 100%;
}

.feature-media-cross-device {
  width: min(430px, 100%);
}

.cross-device-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
}

.cross-device-media .iphone-frame {
  width: 65%;
}

.watch-shot {
  margin: 0;
  width: 35%;
  transform: translateY(-0.4rem) rotate(4deg);
}

.watch-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.45));
}

.feature-copy p {
  color: var(--text-muted);
}

.feature-copy ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
  color: #e0e0e0;
}

.feature-copy li + li {
  margin-top: 0.45rem;
}

.how {
  background: linear-gradient(
      140deg,
      rgba(214, 122, 114, 0.16),
      rgba(38, 166, 154, 0.12)
    ),
    rgba(28, 30, 33, 0.56);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.step-card {
  background: var(--card);
  border-radius: 1.2rem;
  border: 1px solid var(--card-border);
  padding: 1.3rem 1.2rem 1.2rem;
}

.step-number {
  display: inline-block;
  color: var(--brand-amber);
  font-family: "Rubik", "Avenir Next", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.step-card p {
  color: var(--text-muted);
  margin: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.review-card {
  margin: 0;
  background: linear-gradient(
      165deg,
      rgba(214, 122, 114, 0.18),
      rgba(102, 187, 106, 0.08)
    ),
    var(--card);
  border: 1px solid var(--card-border);
  border-radius: 1.2rem;
  padding: 1.25rem 1.2rem;
  box-shadow: var(--shadow);
}

.review-card p {
  margin-bottom: 1rem;
}

.review-card cite {
  font-style: normal;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.note {
  margin-top: 1rem;
  color: #a0a0a0;
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-list details {
  background: rgba(42, 44, 48, 0.82);
  border: 1px solid var(--card-border);
  border-radius: 0.95rem;
  padding: 0.95rem 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--brand-amber);
  font-size: 1.12rem;
}

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

.faq-list p {
  margin: 0.7rem 0 0.15rem;
  color: var(--text-muted);
}

.faq-list a {
  color: var(--accent);
  text-decoration: underline;
}

.final-cta {
  padding-top: 2.2rem;
}

.cta-panel {
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(1.5rem, 4.2vw, 2.2rem);
  background: linear-gradient(
      125deg,
      rgba(214, 122, 114, 0.2),
      rgba(156, 178, 219, 0.14)
    ),
    rgba(42, 44, 48, 0.88);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  max-width: 16ch;
}

.cta-panel p {
  max-width: 52ch;
  color: var(--text-muted);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.4rem 0 2rem;
  background: rgba(30, 30, 30, 0.82);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-inner p {
  margin: 0;
  color: #a0a0a0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: #e0e0e0;
  font-size: 0.95rem;
}

.legal-page .site-header {
  position: relative;
}

.legal-shell {
  padding: 3.2rem 0 4.4rem;
}

.legal-content {
  max-width: 780px;
  margin: 0 auto;
  background: rgba(42, 44, 48, 0.9);
  border: 1px solid var(--card-border);
  border-radius: 1.3rem;
  padding: clamp(1.3rem, 3.6vw, 2.2rem);
  box-shadow: var(--shadow);
}

.legal-content h1 {
  margin-bottom: 0.6rem;
}

.legal-content h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.55rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.legal-content p {
  color: #e0e0e0;
}

.legal-list {
  margin: 0.65rem 0 0;
  padding-left: 1.2rem;
}

.legal-list li + li {
  margin-top: 0.45rem;
}

.legal-back {
  color: var(--accent);
  text-decoration: underline;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

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

  .hero-visual {
    min-height: 560px;
  }

  .strip-grid,
  .steps-grid,
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature,
  .feature-reverse {
    grid-template-columns: 1fr;
    padding: 1.05rem;
  }

  .feature-reverse .feature-media {
    order: 0;
  }

  .feature-media-cross-device {
    width: min(390px, 100%);
  }
}

@media (max-width: 700px) {
  .section {
    padding: 3.2rem 0;
  }

  .hero {
    padding-top: 3.4rem;
  }

  .hero-visual {
    min-height: 480px;
  }

  .device-stack {
    min-height: 510px;
  }

  .device-left {
    top: 7.6rem;
  }

  .device-right {
    top: 9.6rem;
  }

  .strip-grid,
  .steps-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .app-store-badge img {
    width: 132px;
  }

  .cross-device-media {
    gap: 0.65rem;
  }

  .watch-shot {
    width: 36%;
    transform: translateY(-0.25rem) rotate(3deg);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
