﻿:root {
  color-scheme: dark;
  --page: #050605;
  --surface: #10110d;
  --surface-strong: #151712;
  --ink: #fff8e8;
  --muted: rgba(255, 248, 232, .7);
  --soft: rgba(255, 248, 232, .48);
  --line: rgba(255, 248, 232, .12);
  --gold: #e0b761;
  --green: #38a67d;
  --rose: #b76b68;
  --shadow: 0 34px 110px rgba(0, 0, 0, .5);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--page);
  color: var(--ink);
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font: inherit; }

.site-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-page {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(10px, 1.8vh, 18px);
  padding: max(14px, env(safe-area-inset-top)) clamp(16px, 4.5vw, 54px) max(12px, env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 75% 11%, rgba(224, 183, 97, .12), transparent 24rem),
    radial-gradient(circle at 18% 15%, rgba(56, 166, 125, .15), transparent 28rem),
    linear-gradient(180deg, rgba(255, 248, 232, .03), rgba(5, 6, 5, 0) 34%),
    var(--page);
}

.site-nav-bar,
.site-hero--landing,
.site-footer-lite {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.site-nav-bar {
  min-height: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.site-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-weight: 840;
}

.site-brand > span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-brand__mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(224, 183, 97, .34), rgba(56, 166, 125, .35), rgba(183, 107, 104, .22));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

.site-brand__mark img {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  object-fit: cover;
}

.site-nav-actions {
  display: flex;
  align-items: center;
}

.site-link {
  appearance: none;
  -webkit-appearance: none;
  min-height: 36px;
  border: 1px solid rgba(255, 248, 232, .14);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 248, 232, .07);
  color: rgba(255, 248, 232, .82);
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.site-link:hover,
.site-link:focus-visible {
  background: rgba(255, 248, 232, .12);
  color: var(--ink);
  outline: 0;
}

.site-hero--landing {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: clamp(24px, 5.5vw, 76px);
}

.site-hero__copy {
  min-width: 0;
  display: grid;
  gap: clamp(9px, 1.45vh, 14px);
}

.site-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-hero--landing h1 {
  max-width: 9ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(52px, 8.1vw, 94px);
  line-height: .87;
  letter-spacing: 0;
}

.site-lead {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 248, 232, .88);
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.22;
  font-weight: 740;
}

.site-note {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 248, 232, .66);
  font-size: clamp(14.5px, 1.1vw, 16.5px);
  line-height: 1.48;
}

.site-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.store-button {
  display: inline-grid;
  min-width: 210px;
  min-height: 58px;
  align-content: center;
  border-radius: 20px;
  padding: 0 22px;
  background: linear-gradient(135deg, #fff7df, #dec17d);
  color: #12130f;
  box-shadow: 0 22px 58px rgba(224, 183, 97, .2);
}

.store-button span {
  font-size: 12px;
  font-weight: 760;
  opacity: .76;
}

.store-button strong {
  font-size: 20px;
  line-height: 1.05;
}

.ios-pill {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 248, 232, .06);
  color: rgba(255, 248, 232, .72);
  font-weight: 760;
  white-space: nowrap;
}

.site-mini-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.site-mini-row span {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 248, 232, .075);
  color: rgba(255, 248, 232, .68);
  font-size: 12.5px;
  font-weight: 720;
}

.mockup-stage {
  position: relative;
  min-width: 0;
  min-height: min(520px, calc(100svh - 170px));
  display: grid;
  place-items: center;
  isolation: isolate;
}

.mockup-stage::before {
  position: absolute;
  inset: 6% 0 3%;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(56, 166, 125, .12), rgba(224, 183, 97, .11), rgba(183, 107, 104, .08));
  filter: blur(7px);
  content: "";
  z-index: -1;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(clamp(280px, 26vw, 340px), calc((100svh - 160px) * .46));
  aspect-ratio: 390 / 844;
  overflow: hidden;
  border: 8px solid #151713;
  border-radius: 40px;
  background: #080908;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 248, 232, .1);
  transform: rotate(1.5deg);
}

.phone-frame::after {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 54px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(21, 23, 18, .9), rgba(36, 34, 24, .92));
  box-shadow: 0 18px 38px rgba(0, 0, 0, .38);
  content: "";
}

.phone-speaker {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 19px;
  border-radius: 999px;
  background: #070807;
  transform: translateX(-50%);
}

.app-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floating-track {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: min(226px, 55vw);
  border-radius: 19px;
  padding: 8px;
  background: rgba(18, 20, 15, .94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .36);
}

.floating-track--one { right: -6px; top: 16%; }
.floating-track--two { left: -6px; bottom: 17%; }

.floating-track img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;
}

.floating-track span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.floating-track strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 13.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floating-track small {
  overflow: hidden;
  color: var(--gold);
  font-size: 11.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-footer-lite {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 248, 232, .58);
  font-size: 12.5px;
}

.site-footer-main,
.footer-legal {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-name {
  color: rgba(255, 248, 232, .78);
  font-weight: 820;
  white-space: nowrap;
}

.footer-support {
  color: rgba(255, 248, 232, .62);
  white-space: nowrap;
}

.footer-legal {
  justify-content: flex-end;
}

.footer-legal a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 248, 232, .055);
  color: rgba(255, 248, 232, .72);
  font-weight: 720;
  white-space: nowrap;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  background: rgba(255, 248, 232, .1);
  color: var(--ink);
  outline: 0;
}

.about-modal[hidden] { display: none; }

.about-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.about-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
}

.about-modal__sheet {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100svh - 36px));
  overflow: auto;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 40px);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 34px 120px rgba(0, 0, 0, .58);
  outline: 0;
}

.about-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 248, 232, .78);
  font-weight: 760;
}

.about-modal__sheet h2 {
  max-width: 13ch;
  margin: 12px 0 20px;
  font-size: clamp(34px, 6.5vw, 58px);
  line-height: .94;
  letter-spacing: 0;
}

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

.about-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  border-radius: 20px;
  padding: 16px;
  background: var(--surface-strong);
}

.about-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
}

.about-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}

.about-grid p,
.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.about-copy {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.about-copy a { color: #f0cf82; }

@media (max-width: 760px) {
  .site-page {
    gap: 8px;
    padding-inline: 14px;
  }

  .site-nav-bar { min-height: 40px; }

  .site-brand {
    gap: 9px;
    font-size: 14.5px;
  }

  .site-brand__mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .site-brand__mark img {
    width: 31px;
    height: 31px;
    border-radius: 11px;
  }

  .site-link {
    min-height: 34px;
    padding-inline: 12px;
  }

  .site-hero--landing {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    gap: 8px;
  }

  .site-hero__copy {
    gap: 8px;
  }

  .site-hero--landing h1 {
    font-size: clamp(43px, 12.5vw, 60px);
    line-height: .88;
  }

  .site-lead {
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.2;
  }

  .site-note {
    max-width: 38rem;
    font-size: 14px;
    line-height: 1.36;
  }

  .site-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .store-button {
    min-width: 0;
    min-height: 52px;
    border-radius: 18px;
  }

  .ios-pill {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .site-mini-row span {
    padding: 6px 9px;
    font-size: 12px;
  }

  .mockup-stage {
    min-height: 0;
    height: min(260px, 36svh);
    align-self: stretch;
  }

  .mockup-stage::before {
    inset: 10% 12% 6%;
    border-radius: 34px;
  }

  .phone-frame {
    width: min(154px, 39vw, calc((36svh - 18px) * .46));
    border-width: 6px;
    border-radius: 29px;
    transform: rotate(1deg);
  }

  .phone-frame::after {
    left: 9px;
    right: 9px;
    bottom: 9px;
    height: 36px;
    border-radius: 14px;
  }

  .phone-speaker {
    top: 7px;
    width: 46px;
    height: 13px;
  }

  .floating-track {
    width: min(168px, 43vw);
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    border-radius: 15px;
    padding: 7px;
  }

  .floating-track img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .floating-track strong { font-size: 12px; }
  .floating-track small { font-size: 10.5px; }
  .floating-track--one { right: 4px; top: 18%; }
  .floating-track--two { left: 4px; bottom: 16%; }

  .site-footer-lite {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-size: 11.8px;
    text-align: center;
  }

  .site-footer-lite nav {
    justify-content: center;
    gap: 10px;
  }

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

@media (max-width: 360px) {
  .site-brand > span:last-child { max-width: 190px; }
  .site-link { min-height: 32px; padding-inline: 10px; font-size: 12px; }
  .site-hero--landing h1 { font-size: clamp(39px, 12.2vw, 50px); }
  .site-lead { font-size: 16px; }
  .site-note { font-size: 13px; }
  .mockup-stage { height: min(230px, 34svh); }
  .phone-frame { width: min(132px, 36vw, calc((34svh - 12px) * .46)); }
  .floating-track { transform: scale(.9); }
  .site-mini-row { gap: 5px; }
  .site-mini-row span { padding: 5px 8px; }
}

@media (max-height: 700px) and (max-width: 760px) {
  .site-note,
  .site-mini-row { display: none; }
  .site-hero--landing { gap: 6px; }
  .mockup-stage { height: min(172px, 28svh); }
  .phone-frame { width: min(100px, 30vw, calc((28svh - 8px) * .46)); }
  .floating-track { display: none; }
  .site-footer-lite { font-size: 11px; }
  .footer-name { display: none; }
  .footer-legal a { min-height: 28px; padding-inline: 9px; }
}

@media (max-height: 620px) and (max-width: 760px) {
  .site-kicker { display: none; }
  .site-hero--landing h1 { font-size: clamp(36px, 11vw, 46px); }
  .site-lead { font-size: 15px; }
  .store-button { min-height: 48px; }
  .ios-pill { min-height: 38px; }
  .mockup-stage { height: min(138px, 24svh); }
  .phone-frame { width: min(78px, 24vw, calc((24svh - 8px) * .46)); }
}






/* Icon polish */
.site-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-link .site-icon,
.ios-pill .site-icon,
.site-mini-row .site-icon,
.footer-support .site-icon,
.footer-legal .site-icon {
  font-size: 14px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-content: initial;
}

.store-button__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: rgba(18, 19, 15, .1);
  opacity: 1;
}

.store-button__icon .site-icon { font-size: 20px; }

.store-button__copy {
  display: grid;
  gap: 1px;
}

.store-button .store-button__copy > span {
  font-size: 12px;
  font-weight: 760;
  opacity: .76;
}

.store-button .store-button__copy strong {
  font-size: 20px;
  line-height: 1.05;
}

.ios-pill,
.site-mini-row span,
.footer-support,
.footer-legal a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.floating-track small {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.floating-track small .site-icon { font-size: 12px; }

.about-grid article > span:not(.about-card-icon) {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
}

.about-card-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(224, 183, 97, .12);
  color: #f0cf82;
}

.about-card-icon .site-icon { font-size: 19px; }

@media (max-height: 700px) and (max-width: 760px) {
  .footer-support .site-icon,
  .footer-legal .site-icon { display: none; }
}
