:root {
  color-scheme: dark;
  --bg: #050506;
  --bg-soft: #0b0b0f;
  --panel: rgba(13, 13, 15, 0.96);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.09);
  --text: #f7f7fb;
  --muted: rgba(247, 247, 251, 0.64);
  --soft: rgba(247, 247, 251, 0.42);
  --accent-rgb: 52, 211, 144;
  --accent: #34d390;
  --accent-soft: rgba(var(--accent-rgb), 0.18);
  --amber: #f7b955;
  --phone: 460px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 14px;
  --r-xl: 16px;
}

/* Minimal guest landing and focused authentication */
.landing-stage--minimal {
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  max-width: none;
  padding: 0 clamp(18px, 4vw, 48px);
  background:
    radial-gradient(circle at 50% 36%, rgba(var(--accent-rgb), 0.12), transparent 28rem),
    #050506;
}

.minimal-nav {
  display: flex;
  width: min(100%, 980px);
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.minimal-nav .landing-brand,
.minimal-nav > a:last-child {
  color: #fff;
  text-decoration: none;
}

.minimal-nav > a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 0.82rem;
  font-weight: 820;
}

.minimal-hero {
  display: grid;
  width: min(100%, 700px);
  place-self: center;
  justify-items: center;
  gap: 16px;
  padding: 56px 0 72px;
  text-align: center;
}

.minimal-hero__mark {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.minimal-hero__mark img {
  width: 62px;
  height: 62px;
}

.minimal-hero > span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.minimal-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.minimal-hero p {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.96rem, 2vw, 1.08rem);
  line-height: 1.6;
}

.minimal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 8px;
}

.minimal-primary,
.minimal-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  padding: 0 20px;
  font-weight: 880;
  text-decoration: none;
}

.minimal-primary {
  background: #fff;
  color: #050506;
}

.minimal-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.minimal-secondary svg {
  width: 20px;
  fill: currentColor;
}

.minimal-hero > small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.73rem;
}

.landing-footer--minimal {
  width: min(100%, 980px);
  justify-self: center;
  justify-content: space-between;
  padding-inline: 0;
}

.auth-stage:not(.auth-stage--loading) {
  min-height: 100svh;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 18px;
  padding: 28px 18px;
  background:
    radial-gradient(circle at 50% 24%, rgba(var(--accent-rgb), 0.12), transparent 20rem),
    #050506;
}

.auth-stage:not(.auth-stage--loading) .auth-hero {
  min-height: auto;
  align-content: center;
  padding: 0;
  background: none;
}

.auth-stage:not(.auth-stage--loading) .auth-hero::after {
  display: none;
}

.auth-stage:not(.auth-stage--loading) .brand-pulse {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  box-shadow: none;
}

.auth-stage:not(.auth-stage--loading) .brand-pulse .brand-mark img {
  width: 50px;
  height: 50px;
}

.auth-stage:not(.auth-stage--loading) .auth-hero h1 {
  margin-top: 10px;
  font-size: 1.25rem;
}

.auth-panel {
  width: 100%;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: none;
}

.auth-form {
  gap: 13px;
}

.auth-form .secondary-action + .secondary-action {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--muted);
}

@media (max-width: 560px) {
  .minimal-nav .landing-brand strong,
  .landing-footer--minimal .landing-footer-brand {
    display: none;
  }

  .minimal-hero {
    padding-block: 36px 52px;
  }

  .minimal-hero__actions,
  .minimal-primary,
  .minimal-secondary {
    width: 100%;
  }

  .landing-footer--minimal {
    justify-content: center;
  }
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  min-height: 100%;
  background: #030304;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 42% -12%, rgba(var(--accent-rgb), 0.14), transparent 24rem),
    radial-gradient(circle at 50% 106%, rgba(185, 121, 255, 0.11), transparent 22rem),
    #030304;
  color: var(--text);
  font-size: 16.5px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid rgba(var(--accent-rgb), 0.55);
  outline-offset: 3px;
}

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-stage,
.public-stage {
  width: min(100vw, var(--phone));
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% -8%, rgba(var(--accent-rgb), 0.12), transparent 16rem),
    radial-gradient(circle at 86% 16%, rgba(196, 127, 255, 0.1), transparent 15rem),
    linear-gradient(180deg, #08080d 0%, #050506 54%, #080b0a 100%);
}

.landing-stage {
  min-height: 100svh;
  overflow-x: hidden;
  background: #050506;
}

.landing-hero {
  position: relative;
  display: grid;
  min-height: min(76svh, 760px);
  align-content: space-between;
  padding: 22px max(24px, calc((100vw - 1120px) / 2)) 58px;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.94), rgba(5, 5, 6, 0.78) 46%, rgba(5, 5, 6, 0.4)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.82)),
    url("/playstore-assets/screenshot-1-discover.png") right 9% center / auto 92% no-repeat,
    url("/assets/brand/mtkenya.webp") center / cover;
}

.landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0), #050506 96%);
}

.landing-hero > * {
  position: relative;
  z-index: 1;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.landing-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  font-size: 1.15rem;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
}

.brand-mark img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.landing-nav nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.landing-nav a,
.secondary-link {
  color: rgba(248, 245, 242, 0.84);
  font-size: 0.9rem;
  font-weight: 820;
  text-decoration: none;
}

.landing-copy {
  display: grid;
  max-width: 700px;
  gap: 16px;
  padding: 76px 0 4px;
}

.landing-copy span {
  color: rgba(var(--accent-rgb), 0.92);
  font-size: 0.82rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-copy h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  font-weight: 950;
  line-height: 0.92;
}

.landing-copy p {
  max-width: 30ch;
  margin: 0;
  color: rgba(248, 245, 242, 0.76);
  font-size: clamp(0.95rem, 1.45vw, 1.06rem);
  line-height: 1.5;
}

.landing-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 6px;
}

.play-store-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-md);
  padding: 0 18px;
  background: #f7f7fb;
  color: #050506;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.play-store-action svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  stroke: none;
}

.play-store-action span {
  display: grid;
  gap: 1px;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.play-store-action small {
  font-size: 0.66rem;
  font-weight: 760;
  line-height: 1;
}

.play-store-action strong {
  font-size: 1.02rem;
  font-weight: 920;
  line-height: 1;
}

.play-store-action--compact {
  min-height: 54px;
  white-space: nowrap;
}

.landing-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 650px;
  padding-top: 4px;
}

.landing-proof span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(0, 0, 0, 0.38);
  color: rgba(248, 245, 242, 0.72);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

.landing-proof strong {
  color: #fff;
}

.download-band,
.catalog-section,
.rights-section {
  display: grid;
  gap: 22px;
  padding: 48px max(24px, calc((100vw - 1120px) / 2));
}

.download-band {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #090a0b;
}

.download-band > div {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.download-band span {
  color: rgba(var(--accent-rgb), 0.9);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-band h2,
.download-band p {
  margin: 0;
}

.download-band h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.download-band p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.landing-section-head {
  display: grid;
  gap: 7px;
}

.landing-section-head span {
  color: rgba(var(--accent-rgb), 0.9);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

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

.app-showcase img {
  width: 100%;
  max-height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32);
  object-fit: cover;
}

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

.rights-grid article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.rights-grid strong {
  font-size: 1.02rem;
}

.rights-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 26px max(24px, calc((100vw - 1120px) / 2)) 36px;
  border-top: 1px solid var(--line);
  background: #030304;
}

.landing-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.landing-footer a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  text-decoration: none;
}

.auth-stage {
  display: grid;
  grid-template-rows: minmax(40svh, 1fr) auto;
}

.auth-stage--loading {
  grid-template-rows: 1fr;
}

.auth-stage--loading .auth-hero {
  min-height: 100svh;
  align-content: center;
}

.auth-hero {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: 38svh;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.18) 38%, #050506 100%),
    url("/assets/brand/mtkenya.webp") top center / cover;
}

.auth-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 76%, rgba(var(--accent-rgb), 0.2), transparent 12rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(5, 5, 6, 0.72));
}

.auth-hero > * {
  position: relative;
  z-index: 1;
}

.auth-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 7vw, 2rem);
  font-weight: 920;
  line-height: 1;
}

.brand-pulse {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.48);
  color: var(--accent);
  box-shadow: 0 18px 54px rgba(var(--accent-rgb), 0.22);
}

.brand-pulse .brand-mark img {
  width: 66px;
  height: 66px;
}

.auth-panel {
  display: grid;
  gap: 16px;
  padding: 22px 18px calc(20px + env(safe-area-inset-bottom));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: var(--panel);
  box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.48);
}

.auth-form {
  display: grid;
  gap: 11px;
}

.form-heading {
  display: grid;
  gap: 5px;
  text-align: center;
}

.form-heading span {
  color: rgba(var(--accent-rgb), 0.9);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-heading h1 {
  margin: 0;
  font-size: clamp(1.62rem, 7vw, 2rem);
  font-weight: 920;
  line-height: 1.02;
}

.form-heading p {
  max-width: 31ch;
  margin: 0 auto 4px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.38;
}

label {
  display: grid;
  gap: 7px;
}

label span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 760;
}

input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-md);
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  outline: 0;
}

input:focus {
  border-color: rgba(var(--accent-rgb), 0.62);
  box-shadow: none;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.primary-action,
.secondary-action {
  min-height: 48px;
  border: 0;
  border-radius: var(--r-md);
  font-weight: 820;
}

.primary-action {
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #21b980, var(--accent));
  color: #050506;
  box-shadow: 0 18px 44px rgba(var(--accent-rgb), 0.2);
}

.primary-action:disabled {
  cursor: wait;
  opacity: 0.72;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.form-error,
.local-code {
  min-height: 18px;
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
}

.form-error {
  color: var(--amber);
}

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

.public-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.public-links a {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 760;
  text-decoration: none;
}

.public-stage {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0 14px 28px;
}

.public-top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.98), rgba(5, 5, 6, 0));
}

.public-top span {
  overflow: hidden;
  color: rgba(248, 245, 242, 0.76);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.public-card {
  display: grid;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: rgba(255, 255, 255, 0.055);
}

.public-card h1,
.public-card h2,
.public-card p {
  margin: 0;
}

.public-card h1 {
  font-size: 1.5rem;
  line-height: 1.04;
}

.public-card section {
  display: grid;
  gap: 5px;
}

.public-card h2 {
  font-size: 0.88rem;
}

.public-card p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 999px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .landing-hero {
    min-height: 76svh;
    padding: 18px 18px 58px;
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.22), rgba(5, 5, 6, 0.84)),
      url("/playstore-assets/screenshot-1-discover.png") right -32px center / auto 78% no-repeat,
      url("/assets/brand/mtkenya.webp") center top / cover;
  }

  .landing-nav {
    align-items: flex-start;
  }

  .landing-nav nav {
    gap: 12px;
  }

  .landing-nav a {
    font-size: 0.82rem;
  }

  .landing-copy {
    max-width: 620px;
    padding-top: 72px;
  }

  .landing-copy h1 {
    font-size: clamp(3.05rem, 14vw, 5rem);
  }

  .download-band,
  .catalog-section,
  .rights-section {
    padding-inline: 18px;
  }

  .download-band {
    grid-template-columns: 1fr;
  }

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

  .app-showcase img:first-child {
    grid-column: 1 / -1;
    max-height: 540px;
    object-position: top;
  }

  .landing-footer {
    padding-inline: 18px;
  }
}

@media (max-width: 560px) {
  .landing-hero {
    min-height: 78svh;
    padding: 16px 14px 46px;
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.36), rgba(5, 5, 6, 0.9)),
      url("/playstore-assets/screenshot-1-discover.png") right -64px top 88px / auto 56% no-repeat,
      url("/assets/brand/mtkenya.webp") center top / cover;
  }

  .landing-nav {
    gap: 12px;
  }

  .landing-brand strong {
    max-width: 10ch;
    line-height: 1;
  }

  .landing-nav nav a[href="#rights"] {
    display: none;
  }

  .landing-nav nav a[href="#catalog"] {
    display: none;
  }

  .landing-copy {
    gap: 12px;
    padding-top: 72px;
  }

  .landing-copy h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.6vw, 3.2rem);
    line-height: 0.98;
  }

  .landing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .play-store-action,
  .secondary-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .landing-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .download-band,
  .catalog-section,
  .rights-section {
    padding: 36px 14px;
  }

  .app-showcase,
  .rights-grid {
    grid-template-columns: 1fr;
  }

  .app-showcase img,
  .app-showcase img:first-child {
    grid-column: auto;
    max-height: 520px;
  }

  .landing-footer {
    justify-content: flex-start;
    padding: 20px 14px 28px;
  }
}

.landing-stage--single {
  width: 100%;
  height: 100svh;
  height: 100dvh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  background: #050506;
}

.landing-hero--single {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
  min-height: 0;
  height: 100svh;
  height: 100dvh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #050506;
}

.landing-hero--single::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.86), rgba(5, 5, 6, 0.76)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.34), rgba(5, 5, 6, 0.96) 92%),
    url("/assets/brand/mtkenya.webp") center / cover no-repeat;
}

.landing-hero--single::after {
  display: none;
}

.landing-nav--single {
  min-height: 76px;
  padding: 16px max(22px, calc((100vw - 1180px) / 2)) 0;
  align-items: center;
}

.landing-nav--single .landing-brand {
  color: #fff;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}

.landing-nav--single .brand-mark img {
  width: 44px;
  height: 44px;
}

.store-link-mini {
  color: rgba(248, 245, 242, 0.82);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.45);
  padding: 5px 0;
}

.landing-center {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.78fr);
  min-height: 0;
  align-items: center;
  justify-items: stretch;
  gap: clamp(22px, 5vw, 72px);
  padding: clamp(14px, 5vh, 54px) max(22px, calc((100vw - 1180px) / 2));
  text-align: left;
}

.landing-copy--single {
  max-width: min(560px, calc(100vw - 44px));
  gap: 14px;
  justify-items: start;
  padding: 0;
}

.landing-copy--single h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 6.8vw, 5.7rem);
  line-height: 0.94;
}

.landing-copy--single p {
  max-width: 28ch;
  color: rgba(248, 245, 242, 0.78);
}

.landing-actions--single {
  justify-content: flex-start;
  padding-top: 3px;
}

.play-store-action--hero {
  min-height: 64px;
  padding: 0 22px;
  background: linear-gradient(135deg, #f8fbf7, #dff5eb);
  color: #050506;
}

.music-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-md);
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 900;
}

.music-action svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.landing-media {
  position: relative;
  display: grid;
  width: min(100%, 440px);
  justify-self: end;
  align-self: center;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
}

.landing-media::before {
  content: "";
  position: absolute;
  inset: 6% -9% 10% -10%;
  border-radius: 38px;
  background:
    radial-gradient(circle at 34% 24%, rgba(var(--accent-rgb), 0.38), transparent 42%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.03));
}

.landing-media__phone {
  position: relative;
  display: block;
  width: min(100%, 390px);
  margin-left: auto;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  background: #050506;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.landing-media__phone img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 19;
  object-fit: cover;
}

.landing-media__caption {
  position: absolute;
  right: 8px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  min-width: 178px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(5, 5, 6, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.landing-media__caption b {
  font-size: 0.88rem;
}

.landing-media__caption small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
}

.landing-note {
  max-width: 44ch;
  color: rgba(248, 245, 242, 0.56) !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

.landing-footer--single {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
  padding: 13px max(22px, calc((100vw - 1180px) / 2)) calc(13px + env(safe-area-inset-bottom));
  background: #030304;
}

.landing-footer--single .landing-footer-brand {
  color: rgba(255, 255, 255, 0.92);
}

.landing-footer--single .brand-mark img {
  width: 30px;
  height: 30px;
}

.landing-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 820px) {
  .landing-hero--single::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.72), rgba(5, 5, 6, 0.96)),
      url("/assets/brand/mtkenya.webp") center top / cover no-repeat;
  }

  .landing-nav--single {
    min-height: 66px;
    padding: 12px 16px 0;
  }

  .landing-nav--single .landing-brand strong {
    max-width: none;
  }

  .landing-center {
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    gap: 16px;
    padding: 10px 16px;
    text-align: center;
  }

  .landing-copy--single {
    max-width: 100%;
    justify-items: center;
    gap: 13px;
  }

  .landing-copy--single h1 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 12vw, 3.55rem);
    line-height: 0.96;
  }

  .landing-copy--single p {
    max-width: 25ch;
    font-size: 0.9rem;
  }

  .play-store-action--hero {
    width: min(100%, 270px);
    min-height: 58px;
  }

  .landing-actions--single {
    justify-content: center;
    width: 100%;
  }

  .music-action {
    min-height: 58px;
  }

  .landing-media {
    width: min(100%, 360px);
    justify-self: center;
  }

  .landing-media__phone {
    width: min(100%, 310px);
    margin: 0 auto;
    border-width: 8px;
    border-radius: 28px;
  }

  .landing-media__phone img {
    aspect-ratio: 10 / 15.5;
    object-position: top center;
  }

  .landing-media__caption {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    min-width: min(86%, 230px);
    text-align: center;
  }

  .landing-note {
    max-width: 35ch;
    font-size: 0.76rem !important;
  }

  .landing-footer--single {
    justify-content: center;
    gap: 10px 16px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  }

  .landing-footer-links {
    justify-content: center;
    gap: 11px;
  }

  .landing-footer--single a {
    font-size: 0.7rem;
  }
}

/* Public site refresh */
.landing-stage--site {
  min-height: 100svh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(3, 3, 4, 0), #050506 42rem),
    #050506;
}

.site-hero {
  position: relative;
  display: grid;
  min-height: min(82svh, 760px);
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0 max(20px, calc((100vw - 1160px) / 2));
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.92), rgba(5, 5, 6, 0.7) 44%, rgba(5, 5, 6, 0.36)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.9) 92%),
    url("/assets/brand/mtkenya.webp") center / cover no-repeat;
}

.site-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0), #050506);
}

.site-nav {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-nav .landing-brand {
  color: #fff;
  text-decoration: none;
}

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

.site-nav nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.site-nav nav a:last-child {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 9px 13px 0;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.site-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(22px, 5vw, 76px);
  padding: clamp(18px, 5vh, 56px) 0 64px;
}

.site-hero__copy {
  display: grid;
  max-width: 650px;
  gap: 14px;
}

.site-hero__copy > span,
.site-section__head span,
.site-strip span,
.site-download span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 920;
  text-transform: uppercase;
}

.site-hero__copy h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 5.8vw, 5.25rem);
  font-weight: 950;
  line-height: 0.94;
}

.site-hero__copy p {
  max-width: 31rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.55;
}

.site-hero__music-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 560px;
  padding-top: 2px;
}

.site-hero__music-strip article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.site-hero__music-strip img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.site-hero__music-strip span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.site-hero__music-strip strong,
.site-hero__music-strip small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-hero__music-strip strong {
  color: #fff;
  font-size: 0.84rem;
}

.site-hero__music-strip small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 780;
}

.site-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.site-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
}

.site-hero__facts span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.28);
}

.site-hero__facts strong {
  color: #fff;
  font-size: 0.94rem;
}

.site-hero__facts small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.site-phone {
  position: relative;
  display: grid;
  justify-self: end;
  width: min(100%, 430px);
  border: 0;
  background: transparent;
  color: #fff;
}

.site-phone::before {
  content: "";
  position: absolute;
  inset: 8% -8% 7% -9%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.22), rgba(247, 185, 85, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.site-phone__screen {
  position: relative;
  display: block;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: #050506;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.48);
}

.site-phone__screen img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 18.5;
  object-fit: cover;
  object-position: top center;
}

.site-phone__badge {
  position: absolute;
  right: 10px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  min-width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(5, 5, 6, 0.74);
  text-align: left;
  backdrop-filter: blur(14px);
}

.site-phone__badge b {
  font-size: 0.84rem;
}

.site-phone__badge small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.site-strip,
.site-section,
.site-download {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.site-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: -36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 18px 16px;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.16), rgba(247, 185, 85, 0.1)),
    #0b0b0f;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.site-strip div {
  display: grid;
  gap: 4px;
}

.site-strip strong {
  color: #fff;
  font-size: clamp(1.14rem, 2.15vw, 1.62rem);
  line-height: 1.06;
}

.site-strip__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: #fff;
  color: #050506;
  font-weight: 920;
  text-decoration: none;
  white-space: nowrap;
}

.site-section {
  display: grid;
  gap: 20px;
  padding: 72px 0 0;
}

.site-section__head {
  display: grid;
  max-width: 700px;
  gap: 8px;
}

.site-section__head h2,
.site-download h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 0.98;
}

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

.site-card-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.site-card-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.site-card-grid strong {
  color: #fff;
  font-size: 1rem;
}

.site-card-grid p,
.site-download p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.site-screens {
  display: grid;
  grid-template-columns: 1.03fr 0.94fr 0.94fr;
  gap: 14px;
  align-items: start;
}

.site-screens img {
  width: 100%;
  max-height: 690px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
}

.site-screens img:nth-child(2) {
  margin-top: 36px;
}

.site-screens img:nth-child(3) {
  margin-top: 72px;
}

.site-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 76px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    #09090d;
}

.site-download div {
  display: grid;
  gap: 8px;
}

.landing-footer--site {
  justify-content: center;
  margin-top: 52px;
  text-align: center;
}

@media (max-width: 880px) {
  .site-hero {
    min-height: auto;
    padding-inline: 16px;
    background:
      linear-gradient(180deg, rgba(5, 5, 6, 0.66), rgba(5, 5, 6, 0.94)),
      url("/assets/brand/mtkenya.webp") center top / cover no-repeat;
  }

  .site-nav {
    min-height: 66px;
  }

  .site-nav nav {
    gap: 9px;
  }

  .site-nav nav a[href="#catalog"] {
    display: none;
  }

  .site-hero__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    padding: 24px 0 58px;
    text-align: center;
  }

  .site-hero__copy {
    justify-items: center;
  }

  .site-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .site-hero__copy p {
    max-width: 31rem;
  }

  .site-hero__actions {
    justify-content: center;
  }

  .site-hero__music-strip {
    width: min(100%, 430px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 1fr);
    overflow-x: auto;
    padding: 2px 2px 6px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .site-hero__music-strip::-webkit-scrollbar {
    display: none;
  }

  .site-hero__music-strip article {
    scroll-snap-align: center;
  }

  .site-hero__facts {
    width: 100%;
    max-width: 430px;
  }

  .site-phone {
    width: min(100%, 380px);
    justify-self: center;
  }

  .site-phone__screen img {
    aspect-ratio: 10 / 15.5;
  }

  .site-strip,
  .site-section,
  .site-download {
    width: min(100% - 28px, 720px);
  }

  .site-card-grid,
  .site-screens {
    grid-template-columns: 1fr;
  }

  .site-screens img,
  .site-screens img:nth-child(2),
  .site-screens img:nth-child(3) {
    max-height: 560px;
    margin-top: 0;
  }

  .site-download,
  .site-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-download .play-store-action,
  .site-strip__button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .site-hero {
    min-height: 100svh;
  }

  .site-nav .landing-brand strong {
    display: none;
  }

  .site-hero__grid {
    padding-top: 12px;
  }

  .site-hero__copy h1 {
    max-width: 13ch;
    font-size: clamp(2rem, 10.4vw, 3rem);
  }

  .site-hero__facts {
    grid-template-columns: 1fr;
  }

  .site-hero__facts span {
    min-height: 48px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    text-align: left;
  }

  .site-phone {
    width: min(100%, 360px);
  }
}

@media (max-width: 520px) {
  .site-nav .landing-brand strong {
    font-size: 0.98rem;
  }

  .site-nav .brand-mark img {
    width: 34px;
    height: 34px;
  }

  .site-nav nav a[href="#app"] {
    display: none;
  }

  .site-hero__facts {
    grid-template-columns: 1fr;
  }

  .site-hero__actions,
  .site-hero__actions .play-store-action,
  .site-hero__actions .music-action {
    width: 100%;
  }

  .site-hero__actions .play-store-action,
  .site-hero__actions .music-action {
    min-height: 54px;
  }

  .site-phone {
    width: min(100%, 340px);
  }

  .site-phone__badge {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    min-width: min(86%, 210px);
    text-align: center;
  }

  .site-section {
    padding-top: 54px;
  }

  .site-download {
    margin-top: 56px;
    padding: 18px;
  }
}

.auth-stage:not(.auth-stage--loading) .auth-panel {
  width: 100%;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: none;
}

.auth-stage:not(.auth-stage--loading) .auth-form {
  gap: 13px;
}

/* Classic 605px guest hero */
.landing-stage--minimal {
  background: #060607;
}

.minimal-hero {
  min-height: 605px;
  align-content: center;
  gap: 13px;
  padding: 36px 0 48px;
}

.minimal-hero__mark {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: transparent;
}

.minimal-hero__mark img {
  width: 52px;
  height: 52px;
}

.minimal-hero__brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.minimal-hero > span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.minimal-hero h1 {
  max-width: 12ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.minimal-hero p {
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  line-height: 1.55;
}

.minimal-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 0;
  margin: 8px 0 4px;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.minimal-hero__facts > span {
  display: flex;
  min-width: 108px;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  padding: 13px 17px;
  color: #fff;
}

.minimal-hero__facts > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.minimal-hero__facts strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.minimal-hero__facts small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.minimal-hero > .minimal-primary {
  min-width: 170px;
  min-height: 48px;
  margin-top: 6px;
  border-radius: 2px;
  font-size: 0.84rem;
}

@media (max-width: 560px) {
  .minimal-hero {
    min-height: min(605px, calc(100svh - 76px));
    padding-block: 30px 42px;
  }

  .minimal-hero__facts {
    width: 100%;
  }

  .minimal-hero__facts > span {
    min-width: 0;
    padding-inline: 10px;
  }

  .minimal-hero > .minimal-primary {
    width: min(100%, 280px);
  }
}
