:root {
  color-scheme: light;
  --bg: #ffffff;
  --text: #122033;
  --muted: #5f6f85;
  --line: #dbe7f5;
  --soft: #f4f8fd;
  --primary: #1769e0;
  --primary-dark: #0f4fae;
  --danger: #c24141;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(23, 105, 224, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.85;
  direction: rtl;
}

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

a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 24px 18px 52px;
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 22px;
  color: var(--text);
}

.mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--soft);
}

.hero {
  padding: 38px 0 28px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
}

h1 {
  margin: 0;
  font-size: clamp(32px, 7vw, 56px);
  line-height: 1.18;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.meta-item,
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.meta-item {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
}

.meta-item strong {
  display: block;
  color: var(--text);
  font-size: 13px;
}

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

.card {
  display: block;
  padding: 20px;
}

.card h2,
.card h3 {
  margin-top: 0;
}

main {
  padding-top: 28px;
}

section {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

section:last-child {
  border-bottom: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.35;
}

h3 {
  margin: 18px 0 8px;
  font-size: 18px;
}

p {
  margin: 0 0 12px;
}

ul {
  margin: 0 0 12px;
  padding: 0 22px 0 0;
}

li {
  margin: 6px 0;
}

.notice {
  padding: 16px;
  border: 1px solid rgba(23, 105, 224, 0.18);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--muted);
}

.danger {
  border-color: rgba(194, 65, 65, 0.22);
  background: #fff7f7;
}

.footer {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.placeholder {
  direction: ltr;
  unicode-bidi: isolate;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--primary-dark);
  font-weight: 800;
}

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

  .nav {
    justify-content: flex-start;
  }

  .meta,
  .grid {
    grid-template-columns: 1fr;
  }

  .shell {
    padding-inline: 16px;
  }
}

/* Landing homepage */
.landing {
  --navy: #0b1f3f;
  --navy-soft: #132a52;
  --electric: #2b7bff;
  --electric-glow: rgba(43, 123, 255, 0.35);
  --surface: #f6f9ff;
  position: relative;
  overflow-x: hidden;
  background: #fff;
}

.landing .shell {
  width: min(100%, 1120px);
}

.landing-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 85% 0%, rgba(43, 123, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 40% at 10% 20%, rgba(11, 31, 63, 0.06), transparent 50%),
    linear-gradient(180deg, #f3f7ff 0%, #ffffff 42%, #ffffff 100%);
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(23, 105, 224, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 105, 224, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

.map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--electric);
  box-shadow: 0 10px 28px var(--electric-glow);
  opacity: 0.7;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.map-pin-a {
  top: 18%;
  right: 8%;
}

.map-pin-b {
  top: 48%;
  right: 22%;
  opacity: 0.45;
}

.map-pin-c {
  bottom: 22%;
  left: 10%;
  opacity: 0.5;
}

.route-line {
  position: absolute;
  border: 2px dashed rgba(43, 123, 255, 0.22);
  border-radius: 50%;
}

.route-line-a {
  top: 20%;
  right: 12%;
  width: 280px;
  height: 140px;
  transform: rotate(-12deg);
}

.route-line-b {
  bottom: 28%;
  left: 8%;
  width: 200px;
  height: 100px;
  transform: rotate(18deg);
  opacity: 0.6;
}

.landing-main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(219, 231, 245, 0.9);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 14px;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(23, 105, 224, 0.2);
}

.landing .brand {
  text-decoration: none;
}

.landing .brand:hover {
  text-decoration: none;
  color: var(--text);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy-soft);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.site-nav a:hover {
  color: var(--primary);
  border-color: rgba(43, 123, 255, 0.35);
  background: #fff;
  text-decoration: none;
}

.hero-block {
  padding: 36px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(43, 123, 255, 0.14), rgba(11, 31, 63, 0.06));
  border: 1px solid rgba(43, 123, 255, 0.22);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 900;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.hero-lead {
  margin: 18px 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.75;
}

.hero-cta-row {
  margin-top: 26px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--electric) 0%, var(--primary) 55%, var(--primary-dark) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 40px var(--electric-glow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hero-cta:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(43, 123, 255, 0.42);
}

.hero-cta-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-soft) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(11, 31, 63, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-badge:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(11, 31, 63, 0.36);
}

.store-badge-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  flex-shrink: 0;
}

.store-badge-icon-play svg {
  display: block;
  margin-inline-start: 2px;
}

.store-badge-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.store-badge-top {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.82;
}

.store-badge-name {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  direction: ltr;
  unicode-bidi: isolate;
}

.hero-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-mockup {
  position: relative;
  width: min(100%, 280px);
  padding: 14px 12px 18px;
  border-radius: 32px;
  background: linear-gradient(160deg, var(--navy) 0%, #1a3a6e 100%);
  box-shadow:
    0 40px 80px rgba(11, 31, 63, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.08);
}

.phone-notch {
  width: 88px;
  height: 8px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
}

.phone-screen {
  padding: 28px 20px 32px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  text-align: center;
}

.phone-app-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(23, 105, 224, 0.28);
}

.phone-title {
  margin: 16px 0 4px;
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
}

.phone-sub {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.phone-map-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.phone-map-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--electric);
  opacity: 0.55;
}

.phone-map-dots span:nth-child(2) {
  opacity: 1;
  transform: scale(1.2);
}

.float-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(18, 32, 51, 0.12);
  font-size: 13px;
}

.float-card strong {
  color: var(--navy);
  font-size: 14px;
}

.float-card span:last-child {
  color: var(--muted);
  font-weight: 700;
}

.float-pin {
  width: 10px;
  height: 10px;
  margin-bottom: 6px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--muted);
}

.float-pin-on {
  background: var(--electric);
}

.float-card-a {
  top: 8%;
  left: 0;
}

.float-card-b {
  bottom: 12%;
  right: 0;
}

.section-block {
  padding: 56px 0;
}

.section-muted {
  background: var(--surface);
  border-block: 1px solid rgba(219, 231, 245, 0.7);
}

.section-head {
  margin-bottom: 28px;
}

.section-head.center {
  text-align: center;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 36px);
  color: var(--navy);
}

.feature-grid,
.steps-row,
.audience-grid,
.trust-grid {
  display: grid;
  gap: 16px;
}

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

.feature-card,
.step-item,
.audience-card,
.trust-card {
  padding: 24px 22px;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(23, 105, 224, 0.12);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(43, 123, 255, 0.1);
  font-size: 20px;
}

.feature-card h3,
.step-item h3,
.audience-card h3,
.trust-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--navy);
}

.feature-card p,
.step-item p,
.audience-card p,
.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.steps-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: steps;
}

.step-item {
  text-align: center;
}

.step-circle {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--electric), var(--primary-dark));
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 28px var(--electric-glow);
}

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

.audience-card-pro {
  background: linear-gradient(155deg, #ffffff 0%, #e8f1ff 100%);
  border-color: rgba(43, 123, 255, 0.2);
}

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

.trust-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.trust-card:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(43, 123, 255, 0.35);
  box-shadow: 0 20px 44px rgba(23, 105, 224, 0.1);
}

.trust-card h3 {
  color: var(--primary-dark);
}

.site-footer {
  margin-top: 0;
  padding: 32px 0 40px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.site-footer .brand {
  color: #fff;
}

.site-footer .brand:hover {
  color: #fff;
}

.site-footer-copy,
.site-footer-email {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.site-footer-email {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.site-footer-email:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-visual {
    min-height: 340px;
  }

  .feature-grid,
  .steps-row,
  .trust-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-block {
    padding-top: 24px;
  }

  .store-row {
    flex-direction: column;
  }

  .store-badge {
    width: 100%;
  }

  .float-card-a {
    left: 4%;
  }

  .float-card-b {
    right: 4%;
  }

  .section-block {
    padding: 44px 0;
  }

  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Legal / support content pages */
.legal-page {
  --navy: #0b1f3f;
}

.legal-page .shell {
  width: min(100%, 1120px);
  padding-bottom: 40px;
}

.legal-main {
  position: relative;
  z-index: 1;
}

.legal-hero {
  padding: 28px 0 8px;
}

.legal-hero h1 {
  color: var(--navy);
  font-size: clamp(28px, 5vw, 44px);
}

.legal-hero .lead {
  max-width: 42rem;
}

.legal-hero .meta {
  margin-top: 20px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 20px;
}

.legal-content > section,
.legal-content > .legal-section {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: 22px;
}

.legal-content h3 {
  margin-top: 14px;
  color: var(--navy);
}

.legal-content p:last-child,
.legal-content ul:last-child {
  margin-bottom: 0;
}

.legal-content .notice {
  margin-top: 12px;
}

.legal-content a {
  font-weight: 700;
}

.site-nav a.is-active {
  background: rgba(43, 123, 255, 0.12);
  border-color: rgba(43, 123, 255, 0.35);
  color: var(--primary-dark);
}

.site-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.site-footer-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.legal-hub {
  padding-top: 8px;
}

.legal-hub .grid {
  margin-top: 8px;
}

.legal-hub .card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.legal-hub .card:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(43, 123, 255, 0.35);
  box-shadow: 0 22px 44px rgba(23, 105, 224, 0.1);
}

.legal-hub .card h2 {
  color: var(--primary-dark);
}

.legal-hub .card p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 720px) {
  .legal-content > section,
  .legal-content > .legal-section {
    padding: 18px 16px;
  }

  .site-footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
