:root {
  --ink: #1f2726;
  --muted: #61706d;
  --line: #d9e1dd;
  --surface: #ffffff;
  --wash: #f5f1ea;
  --brand: #2f4f4a;
  --accent: #d8925b;
  --blue: #3949ab;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--wash);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(47, 79, 74, 0.14);
  background: rgba(245, 241, 234, 0.94);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
}

.brand img {
  width: 34px;
  height: 34px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
}

.nav-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.language-switch a,
.language-switch span {
  border-radius: 999px;
  padding: 4px 8px;
}

.language-switch span {
  background: var(--brand);
  color: #ffffff;
}

.page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 22px 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 42px;
  min-height: 460px;
}

.eyebrow {
  color: var(--brand);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(44px, 7vw, 76px);
}

h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

p {
  margin: 0;
}

.lead {
  max-width: 680px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 20px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 700;
}

.button.secondary {
  background: transparent;
  color: var(--brand);
}

.button:hover {
  text-decoration: none;
}

.visual-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(31, 39, 38, 0.08);
}

.visual-panel img {
  display: block;
  width: 132px;
  height: 132px;
  margin-bottom: 24px;
}

.panel-list {
  display: grid;
  gap: 12px;
}

.panel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.section {
  margin-top: 76px;
}

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

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.app-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface);
}

.app-card img {
  width: 96px;
  height: 96px;
}

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

.list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.policy {
  max-width: 860px;
}

.policy h1 {
  font-size: 44px;
}

.policy h2 {
  margin-top: 42px;
  font-size: 26px;
}

.policy p,
.policy li {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 22px;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 14px;
}

/* ── Phone screenshot strip ── */
.phone-strip {
  display: flex;
  gap: 20px;
  margin-top: 28px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.phone-strip::-webkit-scrollbar {
  height: 4px;
}

.phone-strip::-webkit-scrollbar-track {
  background: var(--line);
  border-radius: 999px;
}

.phone-strip::-webkit-scrollbar-thumb {
  background: var(--brand);
  border-radius: 999px;
}

.phone-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 228px;
  scroll-snap-align: start;
}

.phone-frame {
  position: relative;
  width: 100%;
  border-radius: 32px;
  border: 2.5px solid var(--ink);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(31, 39, 38, 0.16);
}

.phone-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.step-num {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-caption {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  line-height: 1.45;
  max-width: 180px;
}

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

  .nav-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

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

  .page {
    padding-top: 34px;
  }

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

  h1 {
    font-size: 42px;
  }

  .lead {
    font-size: 18px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
