:root {
  --ink: #12302f;
  --muted: #64706f;
  --brand: #075e63;
  --brand-2: #12a37f;
  --blue: #1554ad;
  --gold: #ffb020;
  --paper: #fbfaf5;
  --card: #ffffff;
  --line: #dfe7e4;
  --danger: #b3261e;
  font-family: "Assistant", "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 176, 32, 0.18), transparent 32rem),
    linear-gradient(145deg, #f6fbf8 0%, var(--paper) 55%, #eef8f5 100%);
  color: var(--ink);
  line-height: 1.65;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(251, 250, 245, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18, 48, 47, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--blue);
  text-decoration: none;
}

.brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .9rem;
  color: var(--muted);
  font-weight: 700;
}

.top-nav a {
  text-decoration: none;
  padding: .35rem .55rem;
  border-radius: 999px;
}

.top-nav a:hover { background: rgba(7, 94, 99, 0.09); color: var(--brand); }

.hero {
  min-height: 72vh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.hero-copy h1,
.section-heading h2,
.split-section h2,
.founder-card h2 {
  margin: .35rem 0 1rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-copy h1 { font-size: clamp(2.45rem, 7vw, 5.5rem); max-width: 12ch; }

.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  max-width: 54rem;
}

.platform-note {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: .55rem .85rem;
  margin: .25rem 0 .45rem;
  border: 1px solid rgba(7, 94, 99, .18);
  border-radius: 999px;
  background: rgba(7, 94, 99, .08);
  color: var(--brand);
  font-weight: 900;
  line-height: 1.45;
}

.eyebrow {
  color: var(--brand);
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0;
}

.hero-copy > .eyebrow {
  display: inline-block;
  max-width: 760px;
  font-size: clamp(1.28rem, 2.6vw, 2.05rem);
  line-height: 1.28;
  color: var(--brand);
  letter-spacing: -0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.25rem;
  border-radius: 16px;
  font-weight: 900;
  text-decoration: none;
}

.btn.primary {
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--brand));
  box-shadow: 0 16px 30px rgba(7, 94, 99, 0.2);
}

.btn.secondary {
  border: 1px solid var(--line);
  background: white;
}

.btn.play-store {
  color: white;
  background: linear-gradient(135deg, #0f9d58, #078f4a);
  box-shadow: 0 16px 30px rgba(15, 157, 88, 0.24);
}

.btn.play-store.large {
  min-width: 240px;
  min-height: 58px;
  font-size: 1.05rem;
}

.download-section {
  padding-top: 0;
}

.download-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 176, 32, 0.18), transparent 14rem),
    linear-gradient(135deg, #ffffff, #eef8f5);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(18, 48, 47, 0.06);
}

.download-card h2 {
  margin: .35rem 0 .8rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1;
}

.download-card p {
  margin: 0;
  color: var(--muted);
  max-width: 42rem;
}

.article .lead {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: var(--muted);
}

.cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 1.5rem 0 2rem;
}

.article ol, .article ul {
  padding-inline-start: 1.25rem;
}

.article li {
  margin-bottom: .65rem;
}

.hero-card {
  min-height: 390px;
  border-radius: 42px;
  padding: 2rem;
  color: white;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 176, 32, .45), transparent 10rem),
    linear-gradient(145deg, #062c30, #086b63 54%, #10a37f);
  box-shadow: 0 28px 70px rgba(7, 94, 99, 0.26);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.hero-card strong {
  font-size: clamp(3rem, 8vw, 5.4rem);
  line-height: 1;
}

.hero-card span { font-size: 1.15rem; color: rgba(255,255,255,.82); }

.live-pill {
  width: max-content;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  font-weight: 900;
}

.section, .split-section {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.section-heading h2, .split-section h2, .founder-card h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

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

.feature-card, .text-card {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 1.3rem;
  box-shadow: 0 14px 35px rgba(18, 48, 47, 0.05);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-weight: 900;
}

.feature-card h3 { margin-bottom: .3rem; }
.feature-card p, .text-card p { color: var(--muted); margin-bottom: 0; }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: 1.5rem;
  align-items: center;
  background: rgba(255,255,255,.45);
}

.stat-stack {
  display: grid;
  gap: .8rem;
}

.stat-stack div {
  border-radius: 22px;
  padding: 1rem 1.2rem;
  background: var(--card);
  border: 1px solid var(--line);
}

.stat-stack strong {
  display: block;
  font-size: 2rem;
  color: var(--brand);
}

.pro-section {
  color: white;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 176, 32, 0.24), transparent 18rem),
    linear-gradient(135deg, #102a43, #075e63);
}

.pro-section .eyebrow, .pro-section .fine-print { color: #ffe2a4; }

.pro-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.pro-list span {
  padding: .75rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
}

.fine-print { margin-top: 1.4rem; }

.founder-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 1.4rem;
}

.founder-photo {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 50%;
  border: 6px solid #eef8f5;
}

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

.link-grid a {
  padding: 1.2rem;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  font-weight: 900;
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  color: white;
  background: #082b2e;
}

.site-footer div { display: grid; }
.site-footer a { color: white; font-weight: 900; }

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) 1rem;
}

.page h1 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; }
.page h2 { margin-top: 2rem; }
.page li { margin-bottom: .55rem; }
.notice {
  padding: 1rem;
  border-radius: 18px;
  background: #fff7e5;
  border: 1px solid #ffdc8a;
  color: #5f3b00;
}

@media (max-width: 900px) {
  .hero, .split-section, .founder-card { grid-template-columns: 1fr; }
  .feature-grid, .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-card { min-height: 300px; }
}

@media (max-width: 620px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .top-nav { font-size: .92rem; }
  .feature-grid, .link-grid { grid-template-columns: 1fr; }
  .founder-photo { width: 150px; height: 150px; }
  .site-footer { flex-direction: column; }
}
