:root {
  color-scheme: light;
  --ink: #0f1b16;
  --ink-soft: #2a3a34;
  --green: #63c466;
  --orange: #f19a3e;
  --blue: #3f8cff;
  --red: #ef4b45;
  --accent: #63c466;
  --accent-bright: #6fda71;
  --accent-warm: #f19a3e;
  --surface: #f6f6f2;
  --surface-2: #ffffff;
  --line: rgba(15, 27, 22, 0.12);
  --shadow: 0 28px 70px rgba(13, 20, 18, 0.22);
  --radius: 24px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(99, 196, 102, 0.22), transparent 60%),
    radial-gradient(880px 520px at 88% -5%, rgba(241, 154, 62, 0.22), transparent 60%),
    radial-gradient(820px 520px at 80% 70%, rgba(63, 140, 255, 0.18), transparent 60%),
    radial-gradient(780px 520px at 20% 85%, rgba(239, 75, 69, 0.18), transparent 60%),
    linear-gradient(150deg, #fbfbf7 0%, #f0f2ef 55%, #eef4f3 100%);
  min-height: 100vh;
  line-height: 1.6;
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--accent);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus {
  left: 16px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(19, 35, 28, 0.08);
  background: rgba(247, 244, 239, 0.82);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.logo {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 28px;
  height: 28px;
  border-radius: 22%;
  box-shadow: 0 8px 18px rgba(15, 27, 22, 0.2);
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.nav-links a {
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--accent-warm);
  transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button.primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(99, 196, 102, 0.4);
}

.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px);
  background: var(--accent-bright);
}

.button.ghost {
  border-color: rgba(19, 35, 28, 0.2);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent);
}

.hero {
  padding: 90px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  gap: 48px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  padding: 8px 16px 8px 10px;
  border: 1px solid rgba(15, 27, 22, 0.1);
  box-shadow: 0 10px 26px rgba(15, 27, 22, 0.12);
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-badge .app-icon {
  width: 42px;
  height: 42px;
  border-radius: 22%;
  box-shadow: 0 10px 20px rgba(15, 27, 22, 0.25);
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 3.2vw + 1.5rem, 4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 520px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-warm);
  margin-bottom: 16px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.meta {
  margin-top: 16px;
  font-size: 0.9rem;
  color: rgba(19, 35, 28, 0.65);
}

.hero-visual {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

.phone {
  display: flex;
  justify-content: center;
}

.phone-bezel {
  width: min(330px, 85vw);
  aspect-ratio: 9 / 19.5;
  background: #0a0c0b;
  border-radius: 44px;
  padding: 12px;
  position: relative;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.phone-bezel::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.phone-island {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 28px;
  border-radius: 999px;
  background: #0a0c0b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  z-index: 2;
}

.phone-island span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.phone-screen {
  height: 100%;
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
  background: #000;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-note {
  margin-top: 18px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.section {
  padding: 70px 0;
}

.section-title h2 {
  font-size: clamp(1.8rem, 2vw + 1.4rem, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(19, 35, 28, 0.08);
  box-shadow: 0 18px 40px rgba(19, 35, 28, 0.08);
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.split {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(19, 35, 28, 0.08);
  border-bottom: 1px solid rgba(19, 35, 28, 0.08);
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.split-card {
  display: grid;
  gap: 16px;
}

.insight {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(19, 35, 28, 0.08);
  box-shadow: 0 12px 30px rgba(19, 35, 28, 0.08);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(99, 196, 102, 0.14);
  color: var(--ink);
  font-weight: 600;
}

/* Pro Section */
.pro-intro {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 600px;
  margin-top: 8px;
}

.pro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.pro-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  padding: 28px;
  border: 1px solid rgba(19, 35, 28, 0.08);
  box-shadow: 0 18px 40px rgba(19, 35, 28, 0.08);
}

.pro-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
}

.pro-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.pro-card p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.pro-cta {
  margin-top: 36px;
  text-align: center;
}

.pro-cta .meta {
  margin-top: 12px;
}

.callout {
  background: linear-gradient(130deg, rgba(99, 196, 102, 0.18), rgba(241, 154, 62, 0.18));
}

.callout-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius);
  padding: 36px;
  border: 1px solid rgba(19, 35, 28, 0.08);
  box-shadow: var(--shadow);
}

.cta-stack {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.faq-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(19, 35, 28, 0.1);
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.9);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin-top: 12px;
  color: var(--ink-soft);
}

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

.faq-item a:hover {
  color: var(--accent-bright);
}

/* Privacy Page */
.privacy-content {
  max-width: 720px;
}

.privacy-content h1 {
  font-size: clamp(2rem, 2.5vw + 1.2rem, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.privacy-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
}

.privacy-content p {
  color: var(--ink-soft);
  margin-bottom: 16px;
  line-height: 1.7;
}

.privacy-content ul {
  color: var(--ink-soft);
  margin-bottom: 16px;
  padding-left: 24px;
}

.privacy-content li {
  margin-bottom: 8px;
}

.privacy-content a {
  color: var(--accent);
  text-decoration: underline;
}

.privacy-content a:hover {
  color: var(--accent-bright);
}

.site-footer {
  padding: 40px 0 60px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(19, 35, 28, 0.12);
  padding-top: 24px;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--ink-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .button {
    transition: none;
  }
}

@media (max-width: 900px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: relative;
  }

  .hero {
    padding-top: 60px;
  }

  .hero-visual {
    order: -1;
  }

  .callout-inner {
    padding: 26px;
  }
}
