:root {
  --ink: #18211f;
  --muted: #52615d;
  --line: #d7dfdc;
  --paper: #f8faf7;
  --panel: #ffffff;
  --brand: #0f7b5f;
  --brand-2: #e5b640;
  --accent: #9b3d2e;
  --soft: #e8f4ef;
  --shadow: 0 14px 34px rgba(24, 33, 31, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

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

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 250, 247, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}

.brand span:last-child {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-inline-start: auto;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.nav-links a {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--ink);
  background: var(--soft);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 123, 95, .24);
}

.cta.alt {
  background: #fff;
  color: var(--brand);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 26px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 14px 18px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

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

h1 {
  max-width: 780px;
  font-size: clamp(34px, 7vw, 62px);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(24px, 4.5vw, 38px);
  margin-bottom: 12px;
}

h3 {
  font-size: 19px;
}

p {
  margin: 10px 0 0;
  color: var(--muted);
}

.lead {
  max-width: 710px;
  font-size: 18px;
  color: #34433f;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.trust-row div {
  min-height: 74px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.trust-row strong {
  display: block;
  font-size: 17px;
}

.trust-row span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.phone-art {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 16%, rgba(229, 182, 64, .42), transparent 26%),
    linear-gradient(145deg, #10352e 0%, #0f7b5f 48%, #e6efe7 49%, #f8faf7 100%);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.phone {
  position: absolute;
  inset: 34px 42px 28px 72px;
  border: 10px solid #111b19;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .26);
  overflow: hidden;
}

.phone-top {
  height: 52px;
  background: #0f7b5f;
}

.phone-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.app-banner {
  min-height: 96px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f4d875, #0f7b5f);
}

.phone-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 9px;
  align-items: center;
}

.phone-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--soft);
}

.phone-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #dce6e2;
}

.phone-line.short { width: 62%; margin-top: 7px; }

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 14px;
}

.band {
  background: #fff;
  border-block: 1px solid var(--line);
}

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

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

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

.card strong {
  display: block;
  margin-bottom: 6px;
}

.kicker {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

th, td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: start;
  vertical-align: top;
}

th {
  background: var(--soft);
  font-size: 14px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.pill-list li,
.tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: #fff;
  color: #34433f;
  font-size: 14px;
}

.steps {
  display: grid;
  gap: 10px;
  counter-reset: step;
}

.step {
  position: relative;
  padding: 14px 14px 14px 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

[dir="rtl"] .step {
  padding: 14px 58px 14px 14px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

[dir="rtl"] .step::before {
  left: auto;
  right: 14px;
}

.footer {
  margin-top: 28px;
  padding: 30px 14px 82px;
  background: #16231f;
  color: #fff;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.footer a { color: #fff; }

.bottom-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  gap: 8px;
  padding: 10px;
  background: rgba(248, 250, 247, .96);
  border-top: 1px solid var(--line);
}

.bottom-cta .cta { flex: 1; }

.notice {
  border-inline-start: 4px solid var(--brand-2);
  background: #fff8df;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 99;
  background: #fff;
  padding: 10px;
}

.skip-link:focus { top: 12px; }

@media (max-width: 820px) {
  .nav { align-items: stretch; flex-direction: column; }
  .nav-links { width: 100%; }
  .hero { grid-template-columns: 1fr; padding-top: 18px; }
  .phone-art { min-height: 390px; }
  .phone { inset: 24px 42px 24px 42px; }
  .grid,
  .grid.two,
  .trust-row { grid-template-columns: 1fr; }
  .bottom-cta { display: flex; }
}

@media (max-width: 420px) {
  h1 { font-size: 34px; }
  .hero-actions .cta { width: 100%; }
  .phone { inset: 22px 24px; }
  .trust-row div { min-height: auto; }
}
