:root {
  --primary: #1b7f6e;
  --primary-dark: #035050;
  --mint: #8fe3cf;
  --mint-soft: rgba(143, 227, 207, 0.35);
  --cream: #fff8f6;
  --blush: #f7c6c7;
  --warm-beige: #f5e7df;
  --gold: #d9a441;
  --ink: #263238;
  --slate: #607d8b;
  --soft-grey: #f2f4f5;
  --white: #ffffff;
  --line: rgba(27, 127, 110, 0.16);
  --shadow: 0 24px 70px rgba(38, 50, 56, 0.14);
  --radius: 8px;
  --page-max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  overflow-x: hidden;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--cream) 0%, #fffdfb 24%, #fbf3ef 48%, #fffaf8 72%, #f7eee8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-sprite symbol,
.feature-icon svg,
.capability-icon svg,
.expert-chips svg,
.intelligence-section svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  display: flex;
  width: min(var(--page-max), calc(100% - 32px));
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(27, 127, 110, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 34px rgba(38, 50, 56, 0.08);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 118px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--mint-soft);
  outline: none;
}

.language-switcher {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(245, 231, 223, 0.62);
}

.language-switcher button {
  min-width: 36px;
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  color: var(--slate);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.is-active {
  color: var(--white);
  background: var(--primary);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--white);
  transition: transform 0.2s ease;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  min-height: 860px;
  overflow: hidden;
  padding: 128px max(24px, calc((100vw - var(--page-max)) / 2)) 86px;
  background:
    linear-gradient(120deg, rgba(143, 227, 207, 0.22) 0%, rgba(255, 248, 246, 0) 42%),
    linear-gradient(135deg, var(--cream) 0%, #fffefd 52%, var(--warm-beige) 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0), rgba(255, 248, 246, 0.96));
  content: "";
  pointer-events: none;
}

.hero > * {
  position: relative;
  min-width: 0;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  min-width: 0;
}

.hero-logo {
  width: min(255px, 68vw);
  margin-bottom: 22px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 13.5ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  line-height: 1.0;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--slate);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.56;
  text-wrap: pretty;
}

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

.store-button {
  display: inline-flex;
  min-width: 178px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(38, 50, 56, 0.1);
  font-weight: 900;
  line-height: 1.08;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-button:hover,
.store-button:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(38, 50, 56, 0.16);
}

.store-button.primary {
  color: var(--white);
  background: var(--primary-dark);
}

.store-button small {
  display: block;
  font-size: 0.69rem;
  font-weight: 800;
  opacity: 0.76;
}

.store-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
}

.store-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hero-screens {
  position: relative;
  z-index: 1;
  min-height: 620px;
}

.phone {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 10px solid #111817;
  border-radius: 38px;
  background: #111817;
  box-shadow: var(--shadow);
}

.phone::before {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 34%;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #111817;
  content: "";
  transform: translateX(-50%);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-main {
  right: 20%;
  top: 0;
  width: min(350px, 42vw);
  aspect-ratio: 0.45;
}

.phone-side {
  right: 0;
  top: 120px;
  width: min(270px, 32vw);
  aspect-ratio: 0.45;
  opacity: 0.96;
  transform: rotate(4deg);
}

.proof-band {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(var(--page-max), calc(100% - 32px));
  margin: -56px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.proof-band::after {
  position: absolute;
  right: 0;
  bottom: -90px;
  left: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.7), rgba(255, 248, 246, 0));
  content: "";
  pointer-events: none;
}

.proof-band div {
  min-height: 112px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.proof-band strong {
  display: block;
  color: var(--primary);
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  line-height: 1;
}

.proof-band span {
  display: block;
  margin-top: 8px;
  color: var(--slate);
  font-weight: 800;
}

.section,
.screens-section {
  width: min(var(--page-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section,
.screens-section,
.download-section {
  position: relative;
}

.intro-section::before,
.journey-section::before,
.feature-grid::before,
.capability-section::before,
.seo-section::before,
.screens-section::before,
.faq-section::before,
.download-section::before {
  position: absolute;
  top: -74px;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0), rgba(143, 227, 207, 0.1) 38%, rgba(247, 198, 199, 0.11) 68%, rgba(255, 248, 246, 0));
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.intro-section,
.journey-section,
.feature-grid,
.capability-section,
.seo-section,
.screens-section,
.faq-section,
.download-section {
  isolation: isolate;
}

.intro-section > *,
.journey-section > *,
.feature-grid > *,
.capability-section > *,
.seo-section > *,
.screens-section > *,
.faq-section > *,
.download-section > * {
  position: relative;
  z-index: 1;
}

#features,
#journey,
#intelligence,
#experts,
#sync,
#screens,
#privacy,
#download {
  scroll-margin-top: 110px;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 48px;
}

.journey-section {
  padding-top: 46px;
  padding-bottom: 64px;
}

.journey-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.82fr);
  align-items: end;
  gap: 30px;
  max-width: none;
  margin-bottom: 20px;
}

.journey-section .section-heading .eyebrow,
.journey-section .section-heading h2 {
  grid-column: 1;
}

.journey-section .section-heading .intro-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
}

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

.journey-card {
  position: relative;
  height: 390px;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(88, 74, 70, 0.12);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 22px 60px rgba(38, 50, 56, 0.1);
}

.journey-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background:
    linear-gradient(180deg, rgba(20, 29, 34, 0), rgba(20, 29, 34, 0.52) 42%, rgba(20, 29, 34, 0.82)),
    linear-gradient(135deg, rgba(247, 198, 199, 0.34), rgba(143, 227, 207, 0.26));
  content: "";
  pointer-events: none;
}

.journey-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.journey-card-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 22px;
  color: #fff;
}

.journey-card-copy h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.16rem, 1.8vw, 1.5rem);
}

.journey-card-copy p {
  max-width: 24rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.42;
}

.section-heading {
  max-width: 800px;
}

.intro-copy {
  margin: 0;
  color: var(--slate);
  font-size: 1.08rem;
}

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

.feature-grid .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 16px;
}

.feature-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 246, 0.78)),
    linear-gradient(135deg, rgba(143, 227, 207, 0.2), rgba(247, 198, 199, 0.12));
  box-shadow: 0 18px 48px rgba(38, 50, 56, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--mint), var(--gold));
  content: "";
  opacity: 0.78;
}

.feature-card::after {
  position: absolute;
  right: -18px;
  bottom: 16px;
  width: 118px;
  height: 66px;
  border: 1px solid rgba(27, 127, 110, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(143, 227, 207, 0.18), rgba(255, 255, 255, 0.4));
  content: "";
  transform: rotate(-8deg);
}

.feature-card:hover {
  border-color: rgba(27, 127, 110, 0.34);
  box-shadow: 0 24px 64px rgba(38, 50, 56, 0.12);
  transform: translateY(-3px);
}

.feature-card h3,
.feature-card p,
.feature-card .feature-icon {
  position: relative;
  z-index: 1;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--slate);
}

.feature-icon {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(27, 127, 110, 0.15);
  border-radius: var(--radius);
  color: var(--primary-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(143, 227, 207, 0.18)),
    var(--white);
  box-shadow: 0 14px 28px rgba(27, 127, 110, 0.12);
}

.feature-icon svg {
  width: 28px;
  height: 28px;
}

.intelligence-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  overflow: visible;
  padding: 112px 0 104px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.intelligence-section {
  margin-top: 34px;
  margin-bottom: 34px;
}

.intelligence-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0) 0%, rgba(143, 227, 207, 0.18) 22%, rgba(255, 255, 255, 0.62) 52%, rgba(247, 198, 199, 0.14) 78%, rgba(255, 248, 246, 0) 100%),
    linear-gradient(90deg, rgba(27, 127, 110, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(27, 127, 110, 0.05) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  content: "";
  opacity: 1;
  pointer-events: none;
  transform: translateX(-50%);
}

.intelligence-section::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  background: linear-gradient(115deg, rgba(3, 80, 80, 0.08), transparent 42%, rgba(217, 164, 65, 0.08));
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.intelligence-copy,
.intelligence-map {
  position: relative;
  z-index: 1;
}

.intelligence-copy .eyebrow {
  color: var(--primary);
}

.intelligence-copy h2 {
  color: var(--ink);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.intelligence-copy > p {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--slate);
  font-size: 1rem;
}

.intelligence-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid rgba(27, 127, 110, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(38, 50, 56, 0.06);
}

.intelligence-note span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: var(--radius);
  color: var(--primary);
  background: rgba(143, 227, 207, 0.2);
}

.intelligence-note svg {
  width: 18px;
  height: 18px;
}

.intelligence-note p {
  margin: 0;
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.intelligence-map {
  display: grid;
  min-height: 360px;
  place-items: center;
}

.intelligence-map::before,
.intelligence-map::after {
  position: absolute;
  border: 1px solid rgba(27, 127, 110, 0.16);
  border-radius: var(--radius);
  content: "";
}

.intelligence-map::before {
  inset: 52px 52px;
}

.intelligence-map::after {
  inset: 96px 108px;
  border-style: dashed;
}

.intelligence-core,
.intelligence-node {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
}

.intelligence-core {
  z-index: 3;
  width: 168px;
  min-height: 146px;
  padding: 18px;
  border: 1px solid rgba(143, 227, 207, 0.38);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(27, 127, 110, 0.92), rgba(3, 80, 80, 0.94)),
    var(--primary-dark);
  box-shadow: 0 18px 42px rgba(3, 80, 80, 0.18);
}

.intelligence-core span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: var(--radius);
  color: var(--mint);
  background: rgba(255, 255, 255, 0.12);
}

.intelligence-core svg {
  width: 30px;
  height: 30px;
}

.intelligence-core strong,
.intelligence-core small {
  display: block;
}

.intelligence-core strong {
  font-size: 0.98rem;
  line-height: 1.15;
}

.intelligence-core small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.intelligence-node {
  z-index: 2;
  min-width: 112px;
  min-height: 60px;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(27, 127, 110, 0.16);
  border-radius: var(--radius);
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(38, 50, 56, 0.08);
}

.intelligence-node span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--primary);
}

.intelligence-node svg {
  width: 21px;
  height: 21px;
}

.intelligence-node strong {
  font-size: 0.82rem;
  line-height: 1.1;
}

.node-profile {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.node-trackers {
  top: 108px;
  right: 4px;
}

.node-imports {
  right: 44px;
  bottom: 22px;
}

.node-health {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.node-learn {
  bottom: 22px;
  left: 44px;
}

.node-experts {
  top: 108px;
  left: 10px;
}

.expert-section {
  display: grid;
  gap: 28px;
  overflow: visible;
  padding: 74px 0 76px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.expert-section {
  margin-top: 16px;
  margin-bottom: 16px;
}

.expert-section::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  z-index: 0;
  width: 100vw;
  background:
    linear-gradient(180deg, rgba(255, 248, 246, 0), rgba(255, 255, 255, 0.72) 22%, rgba(143, 227, 207, 0.14) 58%, rgba(255, 248, 246, 0) 100%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.expert-section > * {
  position: relative;
  z-index: 1;
}

.expert-section .section-heading {
  max-width: 920px;
}

.expert-chips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
}

.expert-chips::before {
  position: absolute;
  top: 39px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(27, 127, 110, 0), rgba(27, 127, 110, 0.22), rgba(217, 164, 65, 0.24), rgba(27, 127, 110, 0));
  content: "";
}

.expert-chips span {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(27, 127, 110, 0.18);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(38, 50, 56, 0.06);
  font-size: 0.95rem;
  font-weight: 900;
}

.expert-chips svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
  flex: 0 0 auto;
}

.expert-chips em {
  font-style: normal;
}

.expert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.expert-visual {
  min-height: 320px;
  height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(27, 127, 110, 0.14);
  box-shadow: 0 20px 44px rgba(38, 50, 56, 0.1);
  background-color: rgba(143, 227, 207, 0.14);
  background-image:
    linear-gradient(160deg, rgba(27, 127, 110, 0.08), rgba(217, 164, 65, 0.1)),
    url("assets/experts-consult.jpg?v=20260720-3");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 920px) {
  .expert-layout {
    grid-template-columns: 1fr;
  }

  .expert-visual {
    min-height: 240px;
  }
}

.capability-section {
  padding-top: 72px;
}

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

.capability-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 231, 223, 0.34)),
    var(--white);
  box-shadow: 0 18px 48px rgba(38, 50, 56, 0.08);
}

.capability-card::before {
  position: absolute;
  inset: 0;
  border-left: 4px solid var(--primary);
  content: "";
  opacity: 0.82;
}

.capability-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  color: var(--primary);
  background: rgba(143, 227, 207, 0.24);
}

.capability-icon svg {
  width: 27px;
  height: 27px;
}

.capability-card h3 {
  position: relative;
  z-index: 1;
  color: var(--primary-dark);
}

.capability-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--slate);
}

.seo-section {
  padding-top: 34px;
  padding-bottom: 44px;
}

.seo-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.92fr);
  gap: 28px;
  align-items: end;
  max-width: none;
}

.seo-section .section-heading .eyebrow,
.seo-section .section-heading h2 {
  grid-column: 1;
}

.seo-section .section-heading .intro-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.seo-grid article {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(27, 127, 110, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 246, 0.78)),
    var(--white);
  box-shadow: 0 12px 28px rgba(38, 50, 56, 0.06);
}

.seo-grid h3 {
  color: var(--primary-dark);
}

.seo-grid p {
  margin: 8px 0 0;
  color: var(--slate);
  font-size: 0.88rem;
  line-height: 1.42;
}

.screens-section {
  padding-top: 72px;
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.screen-card {
  margin: 0;
}

.screen-card img {
  width: 100%;
  aspect-ratio: 0.45;
  object-fit: cover;
  object-position: top;
  border: 8px solid #111817;
  border-radius: 30px;
  background: #111817;
  box-shadow: 0 18px 44px rgba(38, 50, 56, 0.16);
}

.screen-card figcaption {
  margin-top: 12px;
  color: var(--primary);
  font-weight: 900;
  text-align: center;
}

.trust-section {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 48px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-section::before,
.trust-section::after {
  position: absolute;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0), rgba(143, 227, 207, 0.12), rgba(255, 248, 246, 0));
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.trust-section::before {
  top: -78px;
}

.trust-section::after {
  bottom: -78px;
}

.trust-section > * {
  position: relative;
  z-index: 1;
}

.trust-copy p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--slate);
  font-size: 1.05rem;
}

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

.trust-list div {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(143, 227, 207, 0.12));
  box-shadow: 0 12px 32px rgba(38, 50, 56, 0.06);
}

.trust-list div::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--primary);
  content: "";
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list span {
  margin-top: 4px;
  color: var(--slate);
}

.faq-section {
  padding-top: 84px;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 32px rgba(38, 50, 56, 0.06);
}

.faq-list summary {
  min-height: 58px;
  padding: 17px 48px 17px 18px;
  color: var(--primary-dark);
  font-weight: 900;
  cursor: pointer;
}

.faq-list summary::marker {
  color: var(--primary);
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--slate);
}

.download-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 440px);
  gap: 48px;
  width: min(var(--page-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 104px;
}

.download-copy img {
  width: 220px;
  margin-bottom: 20px;
}

.download-copy p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--slate);
}

.download-panel {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.download-panel .store-button {
  width: 100%;
}

.notify-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.notify-form label {
  font-weight: 900;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.form-row input {
  min-width: 0;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 13px;
  background: var(--white);
}

.form-row input:focus {
  border-color: var(--primary);
  outline: 3px solid var(--mint-soft);
}

.form-row button {
  height: 50px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 18px;
  color: var(--white);
  background: var(--primary);
  font-weight: 900;
  cursor: pointer;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--primary);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(var(--page-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
}

[dir="rtl"] body {
  font-family: Tahoma, Arial, system-ui, sans-serif;
}

[dir="rtl"] .hero-copy-block,
[dir="rtl"] .section-heading,
[dir="rtl"] .intro-copy,
[dir="rtl"] .trust-copy,
[dir="rtl"] .download-copy,
[dir="rtl"] .intelligence-copy,
[dir="rtl"] .feature-card,
[dir="rtl"] .capability-card,
[dir="rtl"] .seo-grid article,
[dir="rtl"] .faq-section {
  text-align: right;
}

[dir="rtl"] .site-header,
[dir="rtl"] .hero,
[dir="rtl"] .proof-band,
[dir="rtl"] .intelligence-map,
[dir="rtl"] .screen-gallery {
  direction: ltr;
}

[dir="rtl"] .hero-copy-block,
[dir="rtl"] .proof-band div,
[dir="rtl"] .section,
[dir="rtl"] .screens-section,
[dir="rtl"] .download-section,
[dir="rtl"] .site-footer {
  direction: rtl;
}

[dir="rtl"] .store-button,
[dir="rtl"] .language-switcher,
[dir="rtl"] .brand {
  direction: ltr;
}

[dir="rtl"] h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1.16;
}

[dir="rtl"] .hero-logo {
  margin-right: 0;
  margin-left: auto;
}

.site-footer p {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 16px;
  color: var(--slate);
  font-weight: 800;
}

.partner-page {
  min-height: 100vh;
}

.partner-page .site-header {
  position: sticky;
  top: 16px;
  left: auto;
  margin: 16px auto 0;
  transform: none;
}

.partner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: 780px;
  padding: 80px max(24px, calc((100vw - var(--page-max)) / 2)) 76px;
}

.partner-copy {
  min-width: 0;
}

.partner-copy h1 {
  max-width: 16.5ch;
}

.partner-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--slate);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.partner-visual {
  position: relative;
  display: grid;
  min-height: 600px;
  place-items: center;
}

.partner-visual::before {
  position: absolute;
  inset: 34px 0 18px;
  border-radius: 999px 999px 28px 28px;
  background:
    radial-gradient(circle at 50% 12%, rgba(143, 227, 207, 0.38), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 231, 223, 0.72));
  content: "";
}

.partner-phone {
  position: relative;
  z-index: 1;
  width: min(300px, 74vw);
  border: 10px solid #102f33;
  border-radius: 38px;
  box-shadow: 0 28px 80px rgba(38, 50, 56, 0.2);
}

.partner-status {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 52px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  width: min(300px, 86%);
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(38, 50, 56, 0.14);
}

.partner-status img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.partner-status strong,
.partner-status span {
  display: block;
}

.partner-status strong {
  color: var(--ink);
  font-weight: 900;
}

.partner-status span {
  color: var(--slate);
  font-size: 0.92rem;
  font-weight: 700;
}

.partner-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 34px);
}

.partner-card img {
  width: 96px;
  height: 96px;
  margin-bottom: 22px;
  border-radius: 24px;
}

.partner-card h1,
.partner-card h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
}

.partner-card p {
  margin: 18px 0 0;
  color: var(--slate);
  font-size: 1.02rem;
}

.partner-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.partner-card li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 800;
}

.partner-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  content: "";
  transform: translateY(-50%);
}

.partner-section {
  padding: 80px max(24px, calc((100vw - var(--page-max)) / 2));
}

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

.partner-benefits article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  padding: 26px;
}

.partner-benefits span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.partner-benefits p {
  margin: 12px 0 0;
  color: var(--slate);
}

.partner-receives {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: rgba(255, 255, 255, 0.48);
}

.partner-receives-copy p {
  margin: 20px 0 0;
  color: var(--slate);
  font-size: clamp(1.05rem, 2vw, 1.18rem);
}

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

.partner-receives-list div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  padding: 18px;
}

.partner-receives-list strong,
.partner-receives-list span {
  display: block;
}

.partner-receives-list strong {
  color: var(--ink);
  font-weight: 900;
}

.partner-receives-list span {
  margin-top: 5px;
  color: var(--slate);
}

.partner-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.partner-steps article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
}

.partner-steps span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-weight: 900;
}

.partner-steps p {
  margin: 12px 0 0;
  color: var(--slate);
}

.partner-privacy {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: rgba(255, 255, 255, 0.48);
}

.partner-privacy p:last-child {
  margin: 0;
  color: var(--slate);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.partner-download {
  margin-top: 0;
}

.partner-download .download-panel {
  align-self: stretch;
  justify-content: center;
}

.invite-open-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.invite-open-card {
  width: min(100%, 560px);
}

.invite-actions {
  margin-top: 26px;
}

.motion-ready .reveal,
.motion-ready .flow-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    box-shadow 0.2s ease;
}

.motion-ready .flow-reveal {
  transition-duration: 0.85s;
}

.motion-ready .reveal.is-visible,
.motion-ready .flow-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .feature-card.reveal.is-visible:hover {
  transform: translateY(-3px);
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 116px 18px 84px;
  }

  .hero-copy-block {
    max-width: 760px;
  }

  .hero-screens {
    width: min(560px, 100%);
    min-height: 560px;
    margin: 0 auto;
  }

  .phone-main {
    left: 9%;
    right: auto;
    width: min(300px, 54vw);
  }

  .phone-side {
    right: 5%;
    top: 112px;
    width: min(230px, 42vw);
  }

  .proof-band,
  .intelligence-section,
  .intro-section,
  .journey-section .section-heading,
  .seo-section .section-heading,
  .trust-section,
  .download-section,
  .site-footer,
  .partner-hero,
  .partner-privacy,
  .partner-receives {
    grid-template-columns: 1fr;
  }

  .intelligence-section {
    padding: 36px;
  }

  .intelligence-map {
    min-height: 360px;
  }

  .feature-grid,
  .journey-grid,
  .screen-gallery,
  .capability-grid,
  .seo-grid,
  .partner-benefits,
  .partner-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-section .section-heading .eyebrow,
  .journey-section .section-heading h2,
  .journey-section .section-heading .intro-copy,
  .seo-section .section-heading .eyebrow,
  .seo-section .section-heading h2,
  .seo-section .section-heading .intro-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .journey-card {
    height: 360px;
    min-height: 360px;
  }

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

@media (max-width: 700px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    gap: 8px;
    justify-content: space-between;
    padding: 9px 10px;
  }

  .brand {
    flex: 0 1 auto;
    order: 1;
  }

  .brand img {
    width: 98px;
  }

  .language-switcher {
    flex: 0 0 auto;
    order: 2;
    margin-inline-start: 0;
  }

  .language-switcher button {
    min-width: 31px;
    min-height: 30px;
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: grid;
    flex: 0 0 42px;
    order: 3;
    margin-inline-start: 0;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    order: 4;
    top: 76px;
    right: 10px;
    left: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: var(--radius);
    padding: 13px;
  }

  .partner-page .site-header {
    position: sticky;
    margin-top: 10px;
    max-width: calc(100% - 20px);
  }

  .partner-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: static;
    flex: 1 1 100%;
    order: 4;
    gap: 4px;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .partner-nav a {
    min-width: 0;
    padding: 9px 6px;
    text-align: center;
    font-size: 0.76rem;
  }

  .partner-nav a:nth-child(3),
  .partner-nav a:nth-child(5) {
    display: none;
  }

  h1 {
    width: 100%;
    max-width: calc(100vw - 40px);
    font-size: clamp(2.12rem, 9.1vw, 2.55rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  h2 {
    max-width: calc(100vw - 40px);
    font-size: clamp(1.9rem, 8.2vw, 2.35rem);
    text-wrap: wrap;
  }

  .hero .eyebrow,
  .hero-copy,
  .proof-band span,
  .journey-section .intro-copy {
    max-width: calc(100vw - 40px);
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  [dir="rtl"] h1 {
    font-size: clamp(2.1rem, 9vw, 2.75rem);
    line-height: 1.2;
  }

  [dir="rtl"] .hero-copy-block {
    justify-self: stretch;
  }

  .hero-copy-block {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: stretch;
    width: 100%;
  }

  .partner-hero {
    width: 100%;
    max-width: 100vw;
    min-height: 0;
    padding: 72px 18px 58px;
    overflow-x: hidden;
  }

  .partner-copy {
    width: 100%;
    max-width: calc(100vw - 90px);
  }

  .partner-visual {
    min-height: 520px;
  }

  .partner-phone {
    width: min(260px, 70vw);
  }

  .partner-status {
    right: 12px;
    bottom: 32px;
  }

  .partner-copy h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 9.2vw, 2.78rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .partner-copy p {
    max-width: min(100%, 275px);
    font-size: 1rem;
  }

  .partner-section {
    padding: 64px 18px;
  }

  .partner-card h1,
  .partner-card h2 {
    max-width: 100%;
  }

  .store-button {
    width: 100%;
  }

  .hero-screens {
    width: min(380px, 100%);
    min-height: 440px;
    margin: 8px auto 0;
  }

  .phone {
    border-width: 8px;
    border-radius: 30px;
  }

  .phone-main {
    left: 4%;
    width: min(238px, 62vw);
  }

  .phone-side {
    right: 1%;
    top: 86px;
    width: min(178px, 46vw);
  }

  .proof-band {
    margin-top: -42px;
  }

  .section,
  .screens-section,
  .download-section {
    padding: 70px 0;
  }

  .journey-section {
    padding-top: 42px;
    padding-bottom: 50px;
  }

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

  .journey-card {
    height: 250px;
    min-height: 250px;
  }

  .journey-card-copy {
    padding: 18px;
  }

  .seo-section {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .seo-grid article {
    min-height: 0;
  }

  .intelligence-section {
    width: min(var(--page-max), calc(100% - 32px));
    padding: 26px 18px;
  }

  .intelligence-copy h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .intelligence-map {
    position: relative;
    width: min(100%, 390px);
    min-height: 330px;
    margin: 24px auto 0;
    padding-top: 0;
    place-items: center;
  }

  .intelligence-map::before,
  .intelligence-map::after {
    display: block;
  }

  .intelligence-map::before {
    inset: 44px 28px;
  }

  .intelligence-map::after {
    inset: 86px 72px;
  }

  .intelligence-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 138px;
    min-height: 122px;
    padding: 14px;
    transform: translate(-50%, -50%);
  }

  .intelligence-node {
    position: absolute;
    min-width: 92px;
    min-height: 52px;
    padding: 8px 7px;
  }

  .intelligence-node span {
    width: 22px;
    height: 22px;
  }

  .intelligence-node svg {
    width: 19px;
    height: 19px;
  }

  .intelligence-node strong {
    font-size: 0.74rem;
  }

  .node-profile {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  .node-trackers {
    top: 98px;
    right: 0;
  }

  .node-imports {
    right: 16px;
    bottom: 18px;
  }

  .node-health {
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
  }

  .node-learn {
    bottom: 18px;
    left: 16px;
  }

  .node-experts {
    top: 98px;
    left: 0;
  }

  .feature-grid,
  .screen-gallery,
  .capability-grid,
  .seo-grid,
  .partner-benefits,
  .partner-steps {
    grid-template-columns: 1fr;
  }

  .screen-card img {
    width: min(290px, 100%);
    margin: 0 auto;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 14px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .flow-reveal {
    opacity: 1;
    transform: none;
  }
}
