:root {
  color-scheme: light;
  --accent: #70ca45;
  --accent-dark: #45a620;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --wash: #f7faf5;
  --surface: #ffffff;
  --blue: #2563eb;
  --amber: #b7791f;
  --danger: #b91c1c;
  --shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

body,
button,
input,
textarea {
  letter-spacing: 0;
}

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

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  overflow-wrap: break-word;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(229, 231, 235, 0.78);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 72px;
  min-width: 0;
  padding: 0 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 11px;
  font-size: 23px;
  font-weight: 800;
}

.brand-mark {
  align-items: center;
  background: var(--accent);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(112, 202, 69, 0.26);
  color: #ffffff;
  display: inline-flex;
  font-size: 22px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.brand-mark img {
  border-radius: 8px;
  display: block;
  height: 36px;
  width: 36px;
}

.nav-links {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 22px;
  justify-content: flex-end;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  color: #374151;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a.legal-link-muted {
  color: #6b7280;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--accent-dark);
}

.app-store-badge {
  align-items: center;
  background: #000000;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  min-width: 156px;
  padding: 7px 15px 8px 13px;
}

.app-store-badge-icon {
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
  height: 25px;
  width: 25px;
}

.app-store-badge-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.app-store-badge-copy span:first-child {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.app-store-badge-copy span:last-child {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.hero {
  margin: 0 auto;
  max-width: var(--max);
  padding: 64px 24px 52px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.eyebrow {
  align-items: center;
  background: #eef8e9;
  border-radius: 999px;
  color: var(--accent-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 20px;
  min-height: 34px;
  padding: 8px 13px;
}

h1 {
  color: var(--ink);
  font-size: 60px;
  line-height: 1.04;
  margin: 0 0 22px;
  max-width: 720px;
}

.accent {
  color: var(--accent);
}

.hero-copy {
  max-width: 620px;
  min-width: 0;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
}

.button.primary {
  background: var(--accent);
  color: #ffffff;
}

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

.trust-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.trust-item,
.feature-card,
.step,
.privacy-card,
.price-card,
.faq-item,
.legal-card,
.support-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-item {
  align-items: center;
  display: flex;
  gap: 14px;
  min-height: 92px;
  min-width: 0;
  padding: 18px;
}

.icon-dot {
  align-items: center;
  background: #eff9ea;
  border-radius: 8px;
  color: var(--accent-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.trust-item strong,
.feature-card strong,
.step strong,
.privacy-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.trust-item strong {
  white-space: nowrap;
}

.trust-item span,
.feature-card span,
.step span,
.privacy-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  margin-top: 3px;
}

.mockups {
  align-items: flex-end;
  display: flex;
  gap: 0;
  justify-content: center;
  min-height: 570px;
  overflow: visible;
  position: relative;
}

.iphone-frame {
  background: #0b0c0e;
  border: 1px solid #1f2328;
  border-radius: 38px;
  box-shadow: 0 28px 56px rgba(17, 24, 39, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  margin: 0;
  padding: 8px;
  position: relative;
  width: 214px;
}

.iphone-frame.small {
  margin-right: -24px;
  transform: translateY(38px) rotate(-4deg);
  width: 188px;
  z-index: 1;
}

.iphone-frame.main {
  width: 238px;
  z-index: 3;
}

.iphone-frame.right {
  margin-left: -24px;
  transform: translateY(42px) rotate(4deg);
  width: 190px;
  z-index: 2;
}

.iphone-bezel {
  aspect-ratio: 390 / 844;
  background: #fcfdfb;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

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

.dynamic-island {
  background: #08090b;
  border-radius: 999px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 11px;
  transform: translateX(-50%);
  width: 66px;
  z-index: 2;
}

.side-button {
  background: #15171a;
  border-radius: 999px;
  position: absolute;
  width: 3px;
}

.side-button.left {
  height: 42px;
  left: -3px;
  top: 88px;
}

.side-button.right {
  height: 64px;
  right: -3px;
  top: 128px;
}

.iphone-frame figcaption {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(229, 231, 235, 0.86);
  border-radius: 999px;
  bottom: 14px;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  left: 50%;
  padding: 6px 10px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 64px 24px;
}

.section-header {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

h2 {
  color: var(--ink);
  font-size: 36px;
  line-height: 1.15;
  margin: 0;
}

.section-header p {
  max-width: 560px;
}

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

.feature-card,
.step,
.privacy-card,
.faq-item,
.support-card,
.legal-card {
  padding: 24px;
}

.feature-icon {
  align-items: center;
  background: #eff9ea;
  border-radius: 999px;
  color: var(--accent-dark);
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.steps-grid,
.privacy-grid,
.faq-grid,
.support-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

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

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 760px;
}

.price-card {
  padding: 24px;
  position: relative;
}

.price-card.highlight {
  border-color: var(--accent);
  box-shadow: 0 18px 44px rgba(112, 202, 69, 0.18);
}

.badge {
  background: #eaf8e5;
  border-radius: 999px;
  color: var(--accent-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 12px;
  min-height: 28px;
  padding: 7px 11px;
}

.plan-name {
  font-size: 20px;
  font-weight: 850;
}

.price {
  color: var(--ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
  margin: 12px 0 5px;
}

.price small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.benefits {
  color: var(--muted);
  display: grid;
  gap: 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.benefits li {
  align-items: start;
  display: flex;
  gap: 9px;
}

.check {
  color: var(--accent-dark);
  font-weight: 900;
}

.pricing-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  margin-top: 18px;
  text-align: center;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.support-grid {
  grid-template-columns: repeat(2, 1fr);
}

.faq-item strong,
.support-card strong,
.legal-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.legal-page {
  margin: 0 auto;
  max-width: 920px;
  padding: 56px 24px 80px;
}

.legal-page h1 {
  font-size: 48px;
  margin-bottom: 12px;
}

.legal-page h2 {
  font-size: 25px;
  margin: 38px 0 12px;
}

.legal-page p + p,
.contact-box p + p {
  margin-top: 10px;
}

.legal-page ul {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  padding-left: 22px;
}

.summary-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.contact-box {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 26px;
  padding: 20px;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 28px;
}

.footer {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.2fr repeat(3, 0.8fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 38px 24px 42px;
}

.footer p {
  font-size: 14px;
  margin-top: 10px;
  max-width: 280px;
}

.footer strong {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer a {
  color: var(--muted);
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin-top: 8px;
}

.copyright {
  color: var(--muted);
  font-size: 13px;
  margin-top: 22px;
}

@media (max-width: 980px) {
  .nav {
    gap: 18px;
  }

  .nav-links {
    gap: 18px;
  }

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

  h1 {
    font-size: 46px;
  }

  .mockups {
    min-height: 520px;
  }

  .features-grid,
  .steps-grid,
  .privacy-grid,
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 18px;
  }

  .nav-links {
    justify-content: flex-start;
    padding-bottom: 2px;
    width: 100%;
  }

  .brand {
    font-size: 20px;
  }

  .app-store-badge {
    min-width: 136px;
  }

  .app-store-badge-copy span:last-child {
    font-size: 15px;
  }

  .hero,
  .section,
  .legal-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  main,
  .hero,
  .section,
  .legal-page,
  .hero-grid,
  .hero-copy {
    max-width: 100vw;
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: 31px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 29px;
  }

  p {
    font-size: 16px;
  }

  .hero-actions,
  .section-header {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .hero-actions .app-store-badge {
    width: 100%;
  }

  .trust-row,
  .features-grid,
  .steps-grid,
  .privacy-grid,
  .pricing-grid,
  .faq-grid,
  .support-grid,
  .summary-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .mockups {
    min-height: 385px;
    overflow: hidden;
  }

  .iphone-frame.main {
    width: min(246px, 86vw);
  }

  .iphone-frame.small,
  .iphone-frame.right {
    display: none;
  }

  .legal-page h1 {
    font-size: 36px;
  }
}
