@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap");
:root {
  --ink: #071022;
  --blue: #1769ff;
  --purple: #5034e7;
  --orange: #ff8a18;
  --mint: #25c5aa;
}
button,
input,
textarea,
select,
a {
  font-family: inherit;
}

h1,
h2,
h3,
strong,
.store-button {
  font-family: "Heebo", sans-serif;
}

h1,
h2 {
  font-weight: 900;
}

h3,
strong {
  font-weight: 700;
}

p,
span,
a {
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Heebo", sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 6vw;
  left: 6vw;
  border-bottom: 1px solid #07102214;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand > strong {
  font-size: 31px;
  letter-spacing: -2px;
}
.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #63a8ff, #1769ff 50%, #073dc1);
  box-shadow:
    inset 0 1px 1px #fff8,
    0 8px 20px #1769ff40;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  transform: rotate(4deg);
}
.logo-mark:before,
.logo-mark:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 63px;
  background: #ffffffb8;
  transform: rotate(-35deg);
}
.logo-mark:before {
  top: 15px;
}
.logo-mark:after {
  bottom: 13px;
}
.logo-mark i {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.logo-mark span {
  font-weight: 900;
  font-size: 17px;
  z-index: 1;
}
.store-button {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
  background: #050505;
  border: 1px solid #313131;
  border-radius: 14px;
  padding: 10px 18px;
  min-width: 170px;
  box-shadow: 0 10px 30px #0002;
  transition: 0.3s;
}
.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px #0003;
}
.store-button svg {
  width: 28px;
  height: 34px;
}
.store-button span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: left;
}
.store-button small {
  font-size: 11px;
  margin-bottom: 4px;
}
.store-button strong {
  font-size: 21px;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 45%,
    #fff 0 22%,
    #f7faff 62%,
    #edf5ff 100%
  );
}
.hero:before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  border: 1px solid #1769ff17;
  border-radius: 50%;
  box-shadow:
    0 0 0 90px #1769ff08,
    0 0 0 180px #1769ff06;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-copy {
  position: relative;
  z-index: 3;
  margin-top: 55px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #31517b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px #1769ff18;
}
.hero h1 {
  font-size: clamp(74px, 10vw, 150px);
  line-height: 0.78;
  letter-spacing: -9px;
  margin: 28px 0 25px;
  font-weight: 850;
}
.hero h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(120deg, #0758f6, #64a9ff);
  background-clip: text;
}
.lead {
  font-size: clamp(22px, 2.4vw, 34px);
  margin: 0 0 28px;
  letter-spacing: -1px;
}
.hero .store-button {
  margin: auto;
}
.ios-note {
  font-size: 12px;
  color: #75829a;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
}
.glow-one {
  width: 300px;
  height: 300px;
  background: #1769ff18;
  right: -130px;
  top: 30%;
}
.glow-two {
  width: 220px;
  height: 220px;
  background: #7a48ff12;
  left: -80px;
  top: 20%;
}
.hero-orbit i {
  position: absolute;
  border-radius: 50%;
  border: 11px solid transparent;
  filter: drop-shadow(0 18px 16px #1769ff2b);
}
.hero-orbit i:nth-child(1) {
  width: 110px;
  height: 110px;
  border-top-color: #1769ff;
  border-right-color: #1769ff;
  right: 9%;
  top: 29%;
  transform: rotate(20deg);
  animation: float 6s ease-in-out infinite;
}
.hero-orbit i:nth-child(2) {
  width: 74px;
  height: 74px;
  border-bottom-color: #ff941f;
  border-left-color: #ff941f;
  left: 15%;
  top: 28%;
  animation: float 5s ease-in-out -2s infinite;
}
.hero-orbit i:nth-child(3) {
  width: 54px;
  height: 54px;
  border-top-color: #25c5aa;
  left: 23%;
  bottom: 20%;
  animation: float 7s ease-in-out -1s infinite;
}
.scroll-cue {
  position: absolute;
  bottom: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #62708a;
  letter-spacing: 1px;
}
.scroll-cue i {
  height: 38px;
  width: 1px;
  background: linear-gradient(var(--blue), transparent);
  animation: scroll 1.8s infinite;
}
.phone-stage {
  --mouse-x: 0deg;
  --mouse-y: 0deg;
  min-height: 135vh;
  background: linear-gradient(150deg, #061b4b, #0a53d4 42%, #66b7ff);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.phone-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 55% 50%, #ffffff38, transparent 32%),
    linear-gradient(115deg, transparent 50%, #fff1 50.2%, transparent 50.4%);
}
.road {
  position: absolute;
  width: 130%;
  height: 70%;
  right: -25%;
  bottom: -23%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(100deg, #cfe9ff, #fff 49%, #b8dcff);
  transform: perspective(700px) rotateX(58deg) rotateZ(-8deg);
  box-shadow:
    0 -30px 90px #72bbff,
    0 -8px 0 #ffffff70;
}
.road:before {
  content: "";
  position: absolute;
  inset: 4% 3%;
  border: 2px solid #1769ff45;
  border-radius: inherit;
}
.road-line {
  position: absolute;
  width: 160px;
  height: 15px;
  border-radius: 20px;
  background: #3f8eff;
  box-shadow: 0 5px 14px #1769ff66;
}
.line-a {
  right: 19%;
  top: 30%;
  transform: rotate(-8deg);
}
.line-b {
  right: 42%;
  top: 59%;
  transform: rotate(-8deg);
}
.line-c {
  right: 66%;
  top: 78%;
  transform: rotate(-8deg);
}
.stage-copy {
  position: absolute;
  right: 7vw;
  top: 20%;
  color: #fff;
  z-index: 4;
  max-width: 420px;
}
.stage-copy > p,
.feature-intro p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0.72;
}
.stage-copy h2,
.feature-intro h2 {
  font-size: clamp(52px, 6vw, 92px);
  letter-spacing: -5px;
  line-height: 0.95;
  margin: 15px 0 26px;
}
.stage-copy span {
  font-size: 18px;
  line-height: 1.8;
  color: #e4efff;
}
.phone-wrap {
  position: absolute;
  left: 12%;
  top: 9%;
  z-index: 5;
  transform: perspective(1600px) rotateY(calc(-13deg + var(--mouse-x)))
    rotateX(calc(5deg + var(--mouse-y))) rotateZ(-4deg);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
  animation: phoneEntrance both linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
.phone-shadow {
  position: absolute;
  width: 360px;
  height: 100px;
  background: #00113c99;
  filter: blur(45px);
  left: 25px;
  bottom: -25px;
  border-radius: 50%;
  transform: translateZ(-50px);
}
.phone {
  width: min(395px, 76vw);
  height: min(810px, 156vw);
  padding: 10px;
  border-radius: 62px;
  background: linear-gradient(
    120deg,
    #12151d,
    #626977 28%,
    #080b10 42%,
    #292e38 85%,
    #11151b
  );
  box-shadow:
    -30px 55px 90px #00123399,
    inset 2px 1px 1px #fff9;
  position: relative;
}
.phone:after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #b4bdcb88;
  border-radius: 56px;
  pointer-events: none;
}
.screen {
  height: 100%;
  border-radius: 53px;
  background: linear-gradient(160deg, #fff, #f5f7fc);
  overflow: hidden;
  padding: 17px 20px;
  position: relative;
}
.status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  direction: ltr;
}
.island {
  width: 105px;
  height: 28px;
  border-radius: 20px;
  background: #050505;
}
.app-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 12px 2px 6px;
}
.app-head .brand {
  flex-direction: row-reverse;
}
.app-head .brand > strong {
  font-size: 24px;
}
.app-head .logo-mark {
  width: 35px;
  height: 35px;
  border-radius: 10px;
}
.app-head .logo-mark i {
  width: 25px;
  height: 25px;
}
.app-head .logo-mark span {
  font-size: 12px;
}
.app-head p {
  font-size: 11px;
  color: #7d8797;
  margin: 4px 0;
}
.ring-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 9px;
}
.ring-card {
  text-align: center;
}
.progress-ring {
  --ring: #1769ff;
  width: 116px;
  height: 116px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: conic-gradient(
    var(--ring) calc(var(--progress) * 1%),
    color-mix(in srgb, var(--ring) 19%, white) 0
  );
  animation: ringIn 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay) both;
}
.progress-ring:before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #f9faff;
  box-shadow: inset 0 4px 16px #293b6810;
}
.progress-ring > * {
  z-index: 1;
}
.progress-ring strong {
  font-size: 25px;
}
.progress-ring small {
  font-size: 10px;
  color: #7d8797;
}
.ring-icon {
  font-size: 17px;
  color: var(--ring);
}
.ring-purple .progress-ring {
  --ring: var(--purple);
}
.ring-orange .progress-ring {
  --ring: var(--orange);
}
.ring-mint .progress-ring {
  --ring: var(--mint);
}
.ring-card h3 {
  font-size: 13px;
  margin: 8px 0 3px;
}
.ring-card p {
  font-size: 8px;
  line-height: 1.4;
  color: #8a92a0;
  margin: auto;
  max-width: 120px;
}
.journey {
  margin-top: 14px;
  text-align: right;
}
.journey h3 {
  font-size: 17px;
  margin: 0 0 14px;
}
.journey-line {
  height: 3px;
  background: #dce3ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journey-line span {
  width: 9px;
  height: 9px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
}
.journey-line .done {
  background: var(--blue);
  box-shadow: 0 0 0 5px #1769ff18;
}
.journey-copy {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  margin-top: 8px;
}
.tabbar {
  position: absolute;
  bottom: 14px;
  right: 15px;
  left: 15px;
  background: #ffffffd9;
  backdrop-filter: blur(15px);
  height: 58px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 5px 25px #19315c19;
}
.tabbar span {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabbar small {
  font-size: 8px;
}
.tabbar .active {
  color: var(--blue);
  background: #1769ff10;
  padding: 6px 20px;
  border-radius: 18px;
}
.phone-edge {
  position: absolute;
  background: #1b2029;
  border-radius: 4px;
}
.edge-left {
  height: 70px;
  width: 5px;
  left: -3px;
  top: 150px;
}
.edge-right {
  height: 110px;
  width: 5px;
  right: -3px;
  top: 180px;
}
.float-ring {
  position: absolute;
  border-radius: 50%;
  border: 22px solid transparent;
  z-index: 6;
  filter: drop-shadow(0 20px 13px #00143a55);
}
.float-purple {
  width: 175px;
  height: 175px;
  border-left-color: #7257ff;
  border-bottom-color: #4125df;
  left: 2%;
  top: 52%;
  transform: rotate(-25deg);
}
.float-orange {
  width: 120px;
  height: 120px;
  border-top-color: #ffad3c;
  border-right-color: #ff7d08;
  left: 41%;
  top: 17%;
  transform: rotate(30deg);
}
.float-mint {
  width: 145px;
  height: 145px;
  border-bottom-color: #61e1d0;
  border-right-color: #13ad99;
  left: 42%;
  top: 70%;
  transform: rotate(-5deg);
}
.features {
  padding: 150px 6vw;
  background: #fff;
}
.feature-intro {
  max-width: 650px;
  margin-bottom: 75px;
}
.feature-intro p {
  color: var(--blue);
  opacity: 1;
}
.feature-intro h2 {
  font-size: clamp(56px, 7vw, 108px);
}
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-cards article {
  min-height: 480px;
  border-radius: 38px;
  background: #f4f7fb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}
.feature-cards article:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 70px #183e7b18;
}
.feature-no {
  font-size: 12px;
  color: #748196;
}
.feature-cards h3 {
  font-size: 25px;
  letter-spacing: -1px;
  margin: auto 0 10px;
}
.feature-cards p {
  font-size: 15px;
  line-height: 1.7;
  color: #6a7588;
  margin: 0;
}
.download {
  min-height: 90vh;
  background: #07112a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
}
.download:before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border: 1px solid #4d8fff38;
  border-radius: 50%;
  box-shadow:
    0 0 0 100px #1769ff08,
    0 0 0 200px #1769ff08;
}
.download > * {
  position: relative;
  z-index: 2;
}
.download .brand > strong {
  display: none;
}
.download .logo-mark {
  width: 75px;
  height: 75px;
  border-radius: 21px;
}
.download .logo-mark i {
  width: 55px;
  height: 55px;
}
.download .logo-mark span {
  font-size: 25px;
}
.download h2 {
  font-size: clamp(55px, 8vw, 115px);
  line-height: 0.95;
  letter-spacing: -6px;
  margin: 35px 0 20px;
}
.download p {
  font-size: 20px;
  color: #b9c8e3;
  margin-bottom: 35px;
}
.download-orb {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #1769ff77;
  filter: blur(100px);
}
footer {
  min-height: 160px;
  padding: 45px 6vw;
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #ffffff17;
  background: #07112a;
  color: #c1cce0;
}
footer .brand {
  margin-left: auto;
  color: #fff;
}
footer p {
  font-size: 12px;
}
footer > div {
  display: flex;
  gap: 24px;
  font-size: 13px;
}
footer a:hover {
  color: #fff;
}
.legal-body {
  min-height: 100vh;
  margin: 0;
  background: #f6f7f9;
  color: #0a1324;
}

.legal-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 100px;
}

.legal-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8dee8;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1769ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-back span {
  transition: transform 0.2s ease;
}

.legal-back:hover span {
  transform: translateX(-5px);
}

.legal-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.legal-brand img {
  width: 43px;
  height: 43px;
  display: block;
  object-fit: cover;
}

.legal-brand strong {
  color: #081327;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -1px;
}

.legal-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 75px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: linear-gradient(
    110deg,
    rgba(10, 27, 63, 0.98),
    rgba(12, 47, 112, 0.97)
  );
  color: #fff;
}

.legal-hero::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  top: -230px;
  left: 7%;
  border: 70px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.legal-hero::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1769ff;
}

.legal-hero > * {
  position: relative;
  z-index: 2;
}

.legal-badge {
  width: fit-content;
  padding-bottom: 9px;
  border-bottom: 2px solid #4e99ff;
  color: #9ec8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 25px 0 20px;
  color: #fff;
  font-size: clamp(55px, 8vw, 108px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -6px;
}

.legal-hero > p {
  max-width: 740px;
  margin: 0;
  color: #c6d3e8;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.8;
}

.legal-update {
  margin-top: 35px;
  color: #8397b6;
  font-size: 12px;
  font-weight: 600;
}

.legal-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 65px;
  align-items: start;
  margin-top: 70px;
}

.legal-navigation {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #dce2eb;
}

.legal-navigation strong {
  margin: 0 20px 15px 0;
  color: #071022;
  font-size: 14px;
  font-weight: 900;
}

.legal-navigation a {
  position: relative;
  padding: 9px 20px;
  color: #6a7689;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.legal-navigation a::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  background: transparent;
}

.legal-navigation a:hover {
  background: #eef3fb;
  color: #1769ff;
}

.legal-navigation a:hover::before {
  background: #1769ff;
}

.legal-content {
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe4ec;
  box-shadow: 0 15px 50px rgba(18, 37, 71, 0.07);
}

.legal-content section {
  position: relative;
  padding: 62px 70px;
  scroll-margin-top: 30px;
}

.legal-content section + section {
  border-top: 1px solid #e0e5ed;
}

.legal-content section:nth-child(even) {
  background: #fafbfd;
}

.legal-section-number {
  display: block;
  margin-bottom: 12px;
  color: #1769ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}

.legal-content h2 {
  margin: 0 0 27px;
  color: #081327;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -2px;
}

.legal-content h2::after {
  content: "";
  width: 48px;
  height: 3px;
  display: block;
  margin-top: 18px;
  background: #1769ff;
}

.legal-content h3 {
  margin: 35px 0 12px;
  color: #17233a;
  font-size: 19px;
  font-weight: 800;
}

.legal-content p,
.legal-content li {
  color: #515e73;
  font-size: 16px;
  line-height: 2;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  margin: 23px 0 28px;
  padding-right: 24px;
}

.legal-content li {
  padding-right: 5px;
}

.legal-content li::marker {
  color: #1769ff;
}

.legal-content a {
  color: #1769ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-details {
  margin: 28px 0 10px;
  padding: 25px 28px;
  border-right: 4px solid #1769ff;
  background: #f2f6fc;
}

.legal-details p:last-child {
  margin-bottom: 0;
}

.legal-warning {
  margin: 28px 0;
  padding: 27px 30px;
  border-right: 4px solid #f08a24;
  background: #fff7ed;
}

.legal-warning > strong {
  display: block;
  margin-bottom: 9px;
  color: #ba5700;
  font-size: 17px;
  font-weight: 900;
}

.legal-warning p {
  margin: 0;
  color: #6f5134;
}

.legal-contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding: 28px;
  border-top: 1px solid #dce3ed;
  border-bottom: 1px solid #dce3ed;
  background: #f7f9fc;
}

.legal-contact-card img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: cover;
}

.legal-contact-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legal-contact-card strong {
  color: #071022;
  font-size: 19px;
  font-weight: 900;
}

.legal-contact-card a,
.legal-contact-card span {
  font-size: 13px;
}

@media (max-width: 950px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }

  .legal-navigation {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid #dce2eb;
    border-right: 0;
  }

  .legal-navigation strong {
    grid-column: 1 / -1;
    margin: 20px 15px 10px;
  }

  .legal-navigation a {
    padding: 10px 15px;
  }

  .legal-navigation a::before {
    display: none;
  }

  .legal-content section {
    padding: 50px 45px;
  }
}

@media (max-width: 650px) {
  .legal-page {
    width: min(100% - 24px, 1180px);
    padding-bottom: 55px;
  }

  .legal-header {
    min-height: 72px;
  }

  .legal-brand strong {
    display: none;
  }

  .legal-brand img {
    width: 40px;
    height: 40px;
  }

  .legal-hero {
    min-height: 410px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .legal-hero h1 {
    font-size: 52px;
    letter-spacing: -3px;
  }

  .legal-hero > p {
    font-size: 16px;
  }

  .legal-navigation {
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-content section {
    padding: 42px 23px;
  }

  .legal-content h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 15px;
    line-height: 1.9;
  }

  .legal-details,
  .legal-warning {
    padding: 22px 20px;
  }

  .legal-contact-card {
    align-items: flex-start;
    padding: 22px 0;
  }
}
@keyframes float {
  50% {
    transform: translateY(-25px) rotate(25deg);
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes ringIn {
  from {
    opacity: 0;
    transform: scale(0.72) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes phoneEntrance {
  from {
    transform: perspective(1600px) rotateY(-38deg) rotateX(20deg)
      rotateZ(-15deg) translateY(250px);
    opacity: 0.25;
  }
  to {
    transform: perspective(1600px) rotateY(-13deg) rotateX(5deg) rotateZ(-4deg);
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .nav {
    right: 20px;
    left: 20px;
  }
  .nav .store-button {
    display: none;
  }
  .hero h1 {
    letter-spacing: -6px;
  }
  .hero-orbit i:nth-child(1) {
    right: -40px;
  }
  .phone-stage {
    min-height: 1450px;
  }
  .stage-copy {
    right: 25px;
    left: 25px;
    top: 8%;
    text-align: center;
    max-width: none;
  }
  .stage-copy h2 {
    font-size: 60px;
  }
  .phone-wrap {
    top: 31%;
    left: 50%;
    transform: translateX(-50%) perspective(1300px) rotateY(-9deg) rotateX(4deg)
      rotateZ(-3deg);
  }
  .float-purple {
    top: 65%;
    left: -80px;
  }
  .float-orange {
    top: 31%;
    left: auto;
    right: -45px;
  }
  .float-mint {
    top: 79%;
    left: auto;
    right: -50px;
  }
  .road {
    height: 54%;
    bottom: -6%;
    right: -10%;
    width: 120%;
  }
  .feature-cards {
    grid-template-columns: 1fr;
  }
  .feature-cards article {
    min-height: 430px;
  }
  .features {
    padding: 100px 20px;
  }
  .feature-intro {
    text-align: center;
  }
  .feature-intro h2 {
    font-size: 64px;
    letter-spacing: -4px;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  footer .brand {
    margin: 0;
  }
  footer > div {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 430px) {
  .hero-copy {
    margin-top: 35px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .lead {
    font-size: 22px;
  }
  .phone {
    width: 340px;
    height: 700px;
    border-radius: 54px;
  }
  .screen {
    border-radius: 46px;
    padding: 14px 16px;
  }
  .progress-ring {
    width: 100px;
    height: 100px;
  }
  .phone-stage {
    min-height: 1300px;
  }
  .phone-wrap {
    top: 34%;
  }
  .stage-copy h2 {
    font-size: 51px;
  }
  .download h2 {
    font-size: 58px;
    letter-spacing: -4px;
  }
  .feature-intro h2 {
    font-size: 55px;
  }
  .brand > strong {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

.site-logo {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  border-radius: 14px;
}

.iphone-frame {
  width: min(395px, 76vw);
  aspect-ratio: 9 / 19.5;
  padding: 9px;
  position: relative;
  border-radius: 62px;
  background: linear-gradient(
    115deg,
    #050608,
    #646b77 20%,
    #111319 38%,
    #010204 55%,
    #3a4049 82%,
    #090b0f
  );
  box-shadow:
    -30px 55px 90px rgba(0, 18, 51, 0.6),
    inset 2px 2px 2px rgba(255, 255, 255, 0.6),
    inset -2px -2px 2px #000;
}

.iphone-frame::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(184, 192, 202, 0.55);
  border-radius: 58px;
  pointer-events: none;
  z-index: 3;
}

.iphone-screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 53px;
  background: #f7f9fd;
}

.iphone-screen > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.dynamic-island {
  width: 108px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020204;
  box-shadow: inset 0 0 0 1px #222;
  z-index: 4;
}

.dynamic-island i {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 11px;
  right: 9px;
  border-radius: 50%;
  background: #101623;
  box-shadow: inset 0 0 3px #2851a1;
}

.iphone-side {
  position: absolute;
  z-index: -1;
  background: #171b22;
  border: 1px solid #4b515c;
}

.iphone-side-left {
  width: 5px;
  height: 78px;
  top: 140px;
  left: -4px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 92px 0 #171b22;
}

.iphone-side-right {
  width: 5px;
  height: 115px;
  top: 180px;
  right: -4px;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 430px) {
  .iphone-frame {
    width: 340px;
    border-radius: 54px;
  }

  .iphone-frame::before {
    border-radius: 50px;
  }

  .iphone-screen {
    border-radius: 46px;
  }
}

.app-store-link {
  display: inline-block;
  line-height: 0;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.app-store-link img {
  display: block;
  width: 190px;
  height: auto;
}

.app-store-link:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}

.app-store-link:active {
  transform: scale(0.97);
}

.download .app-store-link img {
  width: 210px;
}

@media (max-width: 500px) {
  .app-store-link img {
    width: 175px;
  }

  .download .app-store-link img {
    width: 190px;
  }
}
.feature-card {
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(23, 105, 255, 0.06);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 50% 22%,
      rgba(23, 105, 255, 0.08),
      transparent 37%
    ),
    #f5f8fc;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(24, 62, 123, 0.14);
}

.feature-card h3 {
  margin: auto 0 10px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}

.feature-card > p {
  margin: 0;
  color: #6a7588;
  font-size: 15px;
  line-height: 1.7;
}

.feature-ring-preview {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.app-progress-ring {
  width: 190px;
  height: 190px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #4d2ce8 0deg,
    #4d2ce8 225deg,
    #ded7ff 225deg,
    #ded7ff 360deg
  );
  box-shadow:
    0 25px 50px rgba(76, 44, 232, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.app-progress-ring::before {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: #f8f9fd;
  box-shadow: inset 0 8px 20px rgba(32, 43, 73, 0.04);
}

.app-progress-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-progress-icon {
  margin-bottom: 3px;
  color: #4d2ce8;
  font-size: 24px;
  line-height: 1;
}

.app-progress-content strong {
  color: #071022;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.app-progress-content small {
  margin-top: 7px;
  color: #778297;
  font-size: 13px;
}

.notification-preview {
  position: absolute;
  top: 120px;
  right: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 25px 60px rgba(27, 55, 102, 0.16),
    inset 0 1px 0 #fff;
  transform: rotate(-2deg);
  backdrop-filter: blur(20px);
}

.notification-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(23, 105, 255, 0.22);
}

.notification-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.notification-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.notification-copy strong {
  overflow: hidden;
  color: #071022;
  font-size: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-copy span {
  overflow: hidden;
  color: #778297;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-preview > small {
  align-self: flex-start;
  color: #9aa4b4;
  font-size: 9px;
}

.journey-preview {
  position: absolute;
  top: 82px;
  right: 25px;
  left: 25px;
  padding: 24px 20px;
  border: 1px solid rgba(23, 105, 255, 0.08);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(27, 55, 102, 0.13);
}

.journey-preview-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
}

.journey-preview-header img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: cover;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(23, 105, 255, 0.2);
}

.journey-preview-header > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.journey-preview-header strong {
  color: #071022;
  font-size: 18px;
  font-weight: 800;
}

.journey-preview-header span {
  color: #8490a3;
  font-size: 11px;
}

.journey-preview-line {
  height: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background: #dfe6f1;
}

.journey-preview-progress {
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #54a1ff, #1769ff);
}

.journey-point {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 2;
  border: 3px solid #1769ff;
  border-radius: 50%;
  background: #fff;
}

.journey-point-active {
  background: #1769ff;
  box-shadow: 0 0 0 6px rgba(23, 105, 255, 0.12);
}

.journey-preview-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: #69758a;
  font-size: 9px;
  font-weight: 600;
}

@media (max-width: 500px) {
  .feature-card {
    min-height: 460px;
  }

  .app-progress-ring {
    width: 165px;
    height: 165px;
  }

  .app-progress-content strong {
    font-size: 42px;
  }

  .notification-preview {
    right: 16px;
    left: 16px;
  }

  .journey-preview {
    right: 16px;
    left: 16px;
  }
}

.download-cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 10px 0 32px;
  text-align: center;
}

.download-cta > strong {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  letter-spacing: -1px;
}

.download-cta > span {
  color: #d5e1f5;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 600;
}

.download-cta .blue-word {
  color: #55a2ff;
  font-weight: 900;
  text-shadow: 0 0 25px rgba(23, 105, 255, 0.65);
}

.widget-feature-card {
  background: linear-gradient(145deg, #edf4ff 0%, #f7f9fd 55%, #eef3fb 100%);
}

.widgets-preview {
  position: absolute;
  top: 58px;
  right: 22px;
  left: 22px;
  min-height: 285px;
}

.widget-home {
  width: 245px;
  position: absolute;
  top: 0;
  right: 50%;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(246, 249, 255, 0.95)
  );
  box-shadow:
    0 24px 60px rgba(21, 55, 105, 0.16),
    inset 0 1px 0 #fff;
  transform: translateX(50%) rotate(-2deg);
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.widget-header > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.widget-header strong {
  color: #071022;
  font-size: 16px;
  font-weight: 900;
}

.widget-header span {
  color: #8490a3;
  font-size: 9px;
}

.widget-header img {
  width: 35px;
  height: 35px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 7px 15px rgba(23, 105, 255, 0.2);
}

.widget-rings {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.widget-ring {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.widget-ring > div {
  --widget-color: #1769ff;

  width: 43px;
  height: 43px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid color-mix(in srgb, var(--widget-color) 20%, white);
  border-top-color: var(--widget-color);
  border-right-color: var(--widget-color);
  border-radius: 50%;
  background: #fff;
}

.widget-ring > div span {
  color: var(--widget-color);
  font-size: 8px;
  line-height: 1;
}

.widget-ring > div strong {
  color: #071022;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.widget-ring small {
  color: #778398;
  font-size: 7px;
  font-weight: 700;
  white-space: nowrap;
}

.widget-ring-orange > div {
  --widget-color: #ff8a18;
}

.widget-ring-purple > div {
  --widget-color: #5034e7;
}

.widget-ring-mint > div {
  --widget-color: #25bfa8;
}

.widget-ring-blue > div {
  --widget-color: #1769ff;
}

.widget-lock {
  width: 270px;
  min-height: 70px;
  position: absolute;
  top: 170px;
  right: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 20px 45px rgba(21, 55, 105, 0.14),
    inset 0 1px 0 #fff;
  transform: translateX(45%) rotate(2deg);
  backdrop-filter: blur(20px);
}

.widget-lock > img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  object-fit: cover;
  border-radius: 11px;
}

.widget-lock > div:nth-child(2) {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.widget-lock > div:nth-child(2) span {
  color: #7c8799;
  font-size: 9px;
  font-weight: 600;
}

.widget-lock > div:nth-child(2) strong {
  overflow: hidden;
  color: #071022;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-lock-ring {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 5px solid #ded7ff;
  border-top-color: #5034e7;
  border-right-color: #5034e7;
  border-radius: 50%;
  background: #fff;
}

.widget-lock-ring span {
  color: #071022;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .phone-stage {
    min-height: 1200px;
    overflow: hidden;
  }

  .phone-wrap {
    width: fit-content;
    position: absolute;
    top: 370px;
    right: auto;
    left: 50%;
    margin: 0;
    animation: none !important;
    transform: translateX(-50%) perspective(1200px) rotateY(-4deg) rotateX(1deg)
      rotateZ(-1.5deg) !important;
    transform-origin: center center;
  }

  .iphone-frame {
    width: min(70vw, 295px);
    max-width: 295px;
    height: auto;
    padding: 7px;
    aspect-ratio: 9 / 19.5;
    border-radius: 49px;
  }

  .iphone-frame::before {
    inset: 3px;
    border-radius: 45px;
  }

  .iphone-screen {
    border-radius: 42px;
    background: #fff;
  }

  .iphone-screen > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: top center;
    background: #fff;
  }

  .dynamic-island {
    top: 12px;
    width: 90px;
    height: 27px;
  }

  .phone-shadow {
    width: 82%;
    height: 65px;
    right: 9%;
    bottom: -15px;
    left: auto;
  }
}

@media (max-width: 430px) {
  .phone-stage {
    min-height: 1120px;
  }

  .phone-wrap {
    top: 350px;
    right: auto;
    left: 50%;
    animation: none !important;
    transform: translateX(-50%) perspective(1000px) rotateY(-2deg) rotateX(1deg)
      rotateZ(-1deg) !important;
  }

  .iphone-frame {
    width: min(68vw, 280px);
    max-width: 280px;
    padding: 7px;
    border-radius: 47px;
  }

  .iphone-frame::before {
    border-radius: 43px;
  }

  .iphone-screen {
    border-radius: 40px;
  }

  .dynamic-island {
    top: 11px;
    width: 86px;
    height: 25px;
  }
}

@media (max-width: 600px) {
  .features {
    padding: 85px 16px;
  }

  .feature-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-card,
  .widget-feature-card {
    width: 100%;
    min-height: 440px;
    padding: 24px 20px;
    border-radius: 26px;
  }

  .widget-feature-card {
    overflow: hidden;
  }

  .widgets-preview {
    height: 260px;
    position: absolute;
    top: 48px;
    right: 12px;
    left: 12px;
  }

  .widget-home {
    width: min(205px, 68vw);
    top: 0;
    right: 50%;
    padding: 13px;
    border-radius: 21px;
    transform: translateX(50%) rotate(-1.5deg);
  }

  .widget-header {
    margin-bottom: 12px;
  }

  .widget-header strong {
    font-size: 14px;
  }

  .widget-header span {
    font-size: 8px;
  }

  .widget-header img {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .widget-rings {
    gap: 4px;
  }

  .widget-ring {
    gap: 5px;
  }

  .widget-ring > div {
    width: 34px;
    height: 34px;
    border-width: 4px;
  }

  .widget-ring > div span {
    font-size: 6px;
  }

  .widget-ring > div strong {
    font-size: 9px;
  }

  .widget-ring small {
    max-width: 42px;
    overflow: hidden;
    font-size: 5.5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .widget-lock {
    width: min(225px, 76vw);
    min-height: 58px;
    top: 143px;
    right: 50%;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 18px;
    transform: translateX(47%) rotate(1.5deg);
  }

  .widget-lock > img {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
    border-radius: 9px;
  }

  .widget-lock > div:nth-child(2) span {
    font-size: 7px;
  }

  .widget-lock > div:nth-child(2) strong {
    font-size: 9px;
  }

  .widget-lock-ring {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-width: 4px;
  }

  .widget-lock-ring span {
    font-size: 9px;
  }

  .widget-feature-card h3 {
    margin-top: auto;
    font-size: 23px;
  }

  .widget-feature-card > p {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 370px) {
  .feature-card,
  .widget-feature-card {
    min-height: 420px;
    padding: 21px 17px;
  }

  .widget-home {
    width: 190px;
  }

  .widget-lock {
    width: 210px;
  }

  .widget-feature-card h3 {
    font-size: 21px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap");
:root {
  --ink: #071022;
  --blue: #1769ff;
  --purple: #5034e7;
  --orange: #ff8a18;
  --mint: #25c5aa;
}
button,
input,
textarea,
select,
a {
  font-family: inherit;
}

h1,
h2,
h3,
strong,
.store-button {
  font-family: "Heebo", sans-serif;
}

h1,
h2 {
  font-weight: 900;
}

h3,
strong {
  font-weight: 700;
}

p,
span,
a {
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Heebo", sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 6vw;
  left: 6vw;
  border-bottom: 1px solid #07102214;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand > strong {
  font-size: 31px;
  letter-spacing: -2px;
}
.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #63a8ff, #1769ff 50%, #073dc1);
  box-shadow:
    inset 0 1px 1px #fff8,
    0 8px 20px #1769ff40;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  transform: rotate(4deg);
}
.logo-mark:before,
.logo-mark:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 63px;
  background: #ffffffb8;
  transform: rotate(-35deg);
}
.logo-mark:before {
  top: 15px;
}
.logo-mark:after {
  bottom: 13px;
}
.logo-mark i {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.logo-mark span {
  font-weight: 900;
  font-size: 17px;
  z-index: 1;
}
.store-button {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
  background: #050505;
  border: 1px solid #313131;
  border-radius: 14px;
  padding: 10px 18px;
  min-width: 170px;
  box-shadow: 0 10px 30px #0002;
  transition: 0.3s;
}
.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px #0003;
}
.store-button svg {
  width: 28px;
  height: 34px;
}
.store-button span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: left;
}
.store-button small {
  font-size: 11px;
  margin-bottom: 4px;
}
.store-button strong {
  font-size: 21px;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 45%,
    #fff 0 22%,
    #f7faff 62%,
    #edf5ff 100%
  );
}
.hero:before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  border: 1px solid #1769ff17;
  border-radius: 50%;
  box-shadow:
    0 0 0 90px #1769ff08,
    0 0 0 180px #1769ff06;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-copy {
  position: relative;
  z-index: 3;
  margin-top: 55px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #31517b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px #1769ff18;
}
.hero h1 {
  font-size: clamp(74px, 10vw, 150px);
  line-height: 0.78;
  letter-spacing: -9px;
  margin: 28px 0 25px;
  font-weight: 850;
}
.hero h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(120deg, #0758f6, #64a9ff);
  background-clip: text;
}
.lead {
  font-size: clamp(22px, 2.4vw, 34px);
  margin: 0 0 28px;
  letter-spacing: -1px;
}
.hero .store-button {
  margin: auto;
}
.ios-note {
  font-size: 12px;
  color: #75829a;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
}
.glow-one {
  width: 300px;
  height: 300px;
  background: #1769ff18;
  right: -130px;
  top: 30%;
}
.glow-two {
  width: 220px;
  height: 220px;
  background: #7a48ff12;
  left: -80px;
  top: 20%;
}
.hero-orbit i {
  position: absolute;
  border-radius: 50%;
  border: 11px solid transparent;
  filter: drop-shadow(0 18px 16px #1769ff2b);
}
.hero-orbit i:nth-child(1) {
  width: 110px;
  height: 110px;
  border-top-color: #1769ff;
  border-right-color: #1769ff;
  right: 9%;
  top: 29%;
  transform: rotate(20deg);
  animation: float 6s ease-in-out infinite;
}
.hero-orbit i:nth-child(2) {
  width: 74px;
  height: 74px;
  border-bottom-color: #ff941f;
  border-left-color: #ff941f;
  left: 15%;
  top: 28%;
  animation: float 5s ease-in-out -2s infinite;
}
.hero-orbit i:nth-child(3) {
  width: 54px;
  height: 54px;
  border-top-color: #25c5aa;
  left: 23%;
  bottom: 20%;
  animation: float 7s ease-in-out -1s infinite;
}
.scroll-cue {
  position: absolute;
  bottom: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #62708a;
  letter-spacing: 1px;
}
.scroll-cue i {
  height: 38px;
  width: 1px;
  background: linear-gradient(var(--blue), transparent);
  animation: scroll 1.8s infinite;
}
.phone-stage {
  --mouse-x: 0deg;
  --mouse-y: 0deg;
  min-height: 135vh;
  background: linear-gradient(150deg, #061b4b, #0a53d4 42%, #66b7ff);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.phone-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 55% 50%, #ffffff38, transparent 32%),
    linear-gradient(115deg, transparent 50%, #fff1 50.2%, transparent 50.4%);
}
.road {
  position: absolute;
  width: 130%;
  height: 70%;
  right: -25%;
  bottom: -23%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(100deg, #cfe9ff, #fff 49%, #b8dcff);
  transform: perspective(700px) rotateX(58deg) rotateZ(-8deg);
  box-shadow:
    0 -30px 90px #72bbff,
    0 -8px 0 #ffffff70;
}
.road:before {
  content: "";
  position: absolute;
  inset: 4% 3%;
  border: 2px solid #1769ff45;
  border-radius: inherit;
}
.road-line {
  position: absolute;
  width: 160px;
  height: 15px;
  border-radius: 20px;
  background: #3f8eff;
  box-shadow: 0 5px 14px #1769ff66;
}
.line-a {
  right: 19%;
  top: 30%;
  transform: rotate(-8deg);
}
.line-b {
  right: 42%;
  top: 59%;
  transform: rotate(-8deg);
}
.line-c {
  right: 66%;
  top: 78%;
  transform: rotate(-8deg);
}
.stage-copy {
  position: absolute;
  right: 7vw;
  top: 20%;
  color: #fff;
  z-index: 4;
  max-width: 420px;
}
.stage-copy > p,
.feature-intro p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0.72;
}
.stage-copy h2,
.feature-intro h2 {
  font-size: clamp(52px, 6vw, 92px);
  letter-spacing: -5px;
  line-height: 0.95;
  margin: 15px 0 26px;
}
.stage-copy span {
  font-size: 18px;
  line-height: 1.8;
  color: #e4efff;
}
.phone-wrap {
  position: absolute;
  left: 12%;
  top: 9%;
  z-index: 5;
  transform: perspective(1600px) rotateY(calc(-13deg + var(--mouse-x)))
    rotateX(calc(5deg + var(--mouse-y))) rotateZ(-4deg);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
  animation: phoneEntrance both linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
.phone-shadow {
  position: absolute;
  width: 360px;
  height: 100px;
  background: #00113c99;
  filter: blur(45px);
  left: 25px;
  bottom: -25px;
  border-radius: 50%;
  transform: translateZ(-50px);
}
.phone {
  width: min(395px, 76vw);
  height: min(810px, 156vw);
  padding: 10px;
  border-radius: 62px;
  background: linear-gradient(
    120deg,
    #12151d,
    #626977 28%,
    #080b10 42%,
    #292e38 85%,
    #11151b
  );
  box-shadow:
    -30px 55px 90px #00123399,
    inset 2px 1px 1px #fff9;
  position: relative;
}
.phone:after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #b4bdcb88;
  border-radius: 56px;
  pointer-events: none;
}
.screen {
  height: 100%;
  border-radius: 53px;
  background: linear-gradient(160deg, #fff, #f5f7fc);
  overflow: hidden;
  padding: 17px 20px;
  position: relative;
}
.status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  direction: ltr;
}
.island {
  width: 105px;
  height: 28px;
  border-radius: 20px;
  background: #050505;
}
.app-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 12px 2px 6px;
}
.app-head .brand {
  flex-direction: row-reverse;
}
.app-head .brand > strong {
  font-size: 24px;
}
.app-head .logo-mark {
  width: 35px;
  height: 35px;
  border-radius: 10px;
}
.app-head .logo-mark i {
  width: 25px;
  height: 25px;
}
.app-head .logo-mark span {
  font-size: 12px;
}
.app-head p {
  font-size: 11px;
  color: #7d8797;
  margin: 4px 0;
}
.ring-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 9px;
}
.ring-card {
  text-align: center;
}
.progress-ring {
  --ring: #1769ff;
  width: 116px;
  height: 116px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: conic-gradient(
    var(--ring) calc(var(--progress) * 1%),
    color-mix(in srgb, var(--ring) 19%, white) 0
  );
  animation: ringIn 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) var(--delay) both;
}
.progress-ring:before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #f9faff;
  box-shadow: inset 0 4px 16px #293b6810;
}
.progress-ring > * {
  z-index: 1;
}
.progress-ring strong {
  font-size: 25px;
}
.progress-ring small {
  font-size: 10px;
  color: #7d8797;
}
.ring-icon {
  font-size: 17px;
  color: var(--ring);
}
.ring-purple .progress-ring {
  --ring: var(--purple);
}
.ring-orange .progress-ring {
  --ring: var(--orange);
}
.ring-mint .progress-ring {
  --ring: var(--mint);
}
.ring-card h3 {
  font-size: 13px;
  margin: 8px 0 3px;
}
.ring-card p {
  font-size: 8px;
  line-height: 1.4;
  color: #8a92a0;
  margin: auto;
  max-width: 120px;
}
.journey {
  margin-top: 14px;
  text-align: right;
}
.journey h3 {
  font-size: 17px;
  margin: 0 0 14px;
}
.journey-line {
  height: 3px;
  background: #dce3ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journey-line span {
  width: 9px;
  height: 9px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
}
.journey-line .done {
  background: var(--blue);
  box-shadow: 0 0 0 5px #1769ff18;
}
.journey-copy {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  margin-top: 8px;
}
.tabbar {
  position: absolute;
  bottom: 14px;
  right: 15px;
  left: 15px;
  background: #ffffffd9;
  backdrop-filter: blur(15px);
  height: 58px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 5px 25px #19315c19;
}
.tabbar span {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabbar small {
  font-size: 8px;
}
.tabbar .active {
  color: var(--blue);
  background: #1769ff10;
  padding: 6px 20px;
  border-radius: 18px;
}
.phone-edge {
  position: absolute;
  background: #1b2029;
  border-radius: 4px;
}
.edge-left {
  height: 70px;
  width: 5px;
  left: -3px;
  top: 150px;
}
.edge-right {
  height: 110px;
  width: 5px;
  right: -3px;
  top: 180px;
}
.float-ring {
  position: absolute;
  border-radius: 50%;
  border: 22px solid transparent;
  z-index: 6;
  filter: drop-shadow(0 20px 13px #00143a55);
}
.float-purple {
  width: 175px;
  height: 175px;
  border-left-color: #7257ff;
  border-bottom-color: #4125df;
  left: 2%;
  top: 52%;
  transform: rotate(-25deg);
}
.float-orange {
  width: 120px;
  height: 120px;
  border-top-color: #ffad3c;
  border-right-color: #ff7d08;
  left: 41%;
  top: 17%;
  transform: rotate(30deg);
}
.float-mint {
  width: 145px;
  height: 145px;
  border-bottom-color: #61e1d0;
  border-right-color: #13ad99;
  left: 42%;
  top: 70%;
  transform: rotate(-5deg);
}
.features {
  padding: 150px 6vw;
  background: #fff;
}
.feature-intro {
  max-width: 650px;
  margin-bottom: 75px;
}
.feature-intro p {
  color: var(--blue);
  opacity: 1;
}
.feature-intro h2 {
  font-size: clamp(56px, 7vw, 108px);
}
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-cards article {
  min-height: 480px;
  border-radius: 38px;
  background: #f4f7fb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}
.feature-cards article:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 70px #183e7b18;
}
.feature-no {
  font-size: 12px;
  color: #748196;
}
.feature-cards h3 {
  font-size: 25px;
  letter-spacing: -1px;
  margin: auto 0 10px;
}
.feature-cards p {
  font-size: 15px;
  line-height: 1.7;
  color: #6a7588;
  margin: 0;
}
.download {
  min-height: 90vh;
  background: #07112a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
}
.download:before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border: 1px solid #4d8fff38;
  border-radius: 50%;
  box-shadow:
    0 0 0 100px #1769ff08,
    0 0 0 200px #1769ff08;
}
.download > * {
  position: relative;
  z-index: 2;
}
.download .brand > strong {
  display: none;
}
.download .logo-mark {
  width: 75px;
  height: 75px;
  border-radius: 21px;
}
.download .logo-mark i {
  width: 55px;
  height: 55px;
}
.download .logo-mark span {
  font-size: 25px;
}
.download h2 {
  font-size: clamp(55px, 8vw, 115px);
  line-height: 0.95;
  letter-spacing: -6px;
  margin: 35px 0 20px;
}
.download p {
  font-size: 20px;
  color: #b9c8e3;
  margin-bottom: 35px;
}
.download-orb {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #1769ff77;
  filter: blur(100px);
}
footer {
  min-height: 160px;
  padding: 45px 6vw;
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #ffffff17;
  background: #07112a;
  color: #c1cce0;
}
footer .brand {
  margin-left: auto;
  color: #fff;
}
footer p {
  font-size: 12px;
}
footer > div {
  display: flex;
  gap: 24px;
  font-size: 13px;
}
footer a:hover {
  color: #fff;
}
.legal-body {
  min-height: 100vh;
  margin: 0;
  background: #f6f7f9;
  color: #0a1324;
}

.legal-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 100px;
}

.legal-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8dee8;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1769ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-back span {
  transition: transform 0.2s ease;
}

.legal-back:hover span {
  transform: translateX(-5px);
}

.legal-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.legal-brand img {
  width: 43px;
  height: 43px;
  display: block;
  object-fit: cover;
}

.legal-brand strong {
  color: #081327;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -1px;
}

.legal-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 75px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: linear-gradient(
    110deg,
    rgba(10, 27, 63, 0.98),
    rgba(12, 47, 112, 0.97)
  );
  color: #fff;
}

.legal-hero::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  top: -230px;
  left: 7%;
  border: 70px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.legal-hero::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1769ff;
}

.legal-hero > * {
  position: relative;
  z-index: 2;
}

.legal-badge {
  width: fit-content;
  padding-bottom: 9px;
  border-bottom: 2px solid #4e99ff;
  color: #9ec8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 25px 0 20px;
  color: #fff;
  font-size: clamp(55px, 8vw, 108px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -6px;
}

.legal-hero > p {
  max-width: 740px;
  margin: 0;
  color: #c6d3e8;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.8;
}

.legal-update {
  margin-top: 35px;
  color: #8397b6;
  font-size: 12px;
  font-weight: 600;
}

.legal-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 65px;
  align-items: start;
  margin-top: 70px;
}

.legal-navigation {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #dce2eb;
}

.legal-navigation strong {
  margin: 0 20px 15px 0;
  color: #071022;
  font-size: 14px;
  font-weight: 900;
}

.legal-navigation a {
  position: relative;
  padding: 9px 20px;
  color: #6a7689;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.legal-navigation a::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  background: transparent;
}

.legal-navigation a:hover {
  background: #eef3fb;
  color: #1769ff;
}

.legal-navigation a:hover::before {
  background: #1769ff;
}

.legal-content {
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe4ec;
  box-shadow: 0 15px 50px rgba(18, 37, 71, 0.07);
}

.legal-content section {
  position: relative;
  padding: 62px 70px;
  scroll-margin-top: 30px;
}

.legal-content section + section {
  border-top: 1px solid #e0e5ed;
}

.legal-content section:nth-child(even) {
  background: #fafbfd;
}

.legal-section-number {
  display: block;
  margin-bottom: 12px;
  color: #1769ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}

.legal-content h2 {
  margin: 0 0 27px;
  color: #081327;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -2px;
}

.legal-content h2::after {
  content: "";
  width: 48px;
  height: 3px;
  display: block;
  margin-top: 18px;
  background: #1769ff;
}

.legal-content h3 {
  margin: 35px 0 12px;
  color: #17233a;
  font-size: 19px;
  font-weight: 800;
}

.legal-content p,
.legal-content li {
  color: #515e73;
  font-size: 16px;
  line-height: 2;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  margin: 23px 0 28px;
  padding-right: 24px;
}

.legal-content li {
  padding-right: 5px;
}

.legal-content li::marker {
  color: #1769ff;
}

.legal-content a {
  color: #1769ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-details {
  margin: 28px 0 10px;
  padding: 25px 28px;
  border-right: 4px solid #1769ff;
  background: #f2f6fc;
}

.legal-details p:last-child {
  margin-bottom: 0;
}

.legal-warning {
  margin: 28px 0;
  padding: 27px 30px;
  border-right: 4px solid #f08a24;
  background: #fff7ed;
}

.legal-warning > strong {
  display: block;
  margin-bottom: 9px;
  color: #ba5700;
  font-size: 17px;
  font-weight: 900;
}

.legal-warning p {
  margin: 0;
  color: #6f5134;
}

.legal-contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding: 28px;
  border-top: 1px solid #dce3ed;
  border-bottom: 1px solid #dce3ed;
  background: #f7f9fc;
}

.legal-contact-card img {
  width: 58px;
  height: 58px;
  display: block;
  object-fit: cover;
}

.legal-contact-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legal-contact-card strong {
  color: #071022;
  font-size: 19px;
  font-weight: 900;
}

.legal-contact-card a,
.legal-contact-card span {
  font-size: 13px;
}

@media (max-width: 950px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }

  .legal-navigation {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid #dce2eb;
    border-right: 0;
  }

  .legal-navigation strong {
    grid-column: 1 / -1;
    margin: 20px 15px 10px;
  }

  .legal-navigation a {
    padding: 10px 15px;
  }

  .legal-navigation a::before {
    display: none;
  }

  .legal-content section {
    padding: 50px 45px;
  }
}

@media (max-width: 650px) {
  .legal-page {
    width: min(100% - 24px, 1180px);
    padding-bottom: 55px;
  }

  .legal-header {
    min-height: 72px;
  }

  .legal-brand strong {
    display: none;
  }

  .legal-brand img {
    width: 40px;
    height: 40px;
  }

  .legal-hero {
    min-height: 410px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .legal-hero h1 {
    font-size: 52px;
    letter-spacing: -3px;
  }

  .legal-hero > p {
    font-size: 16px;
  }

  .legal-navigation {
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-content section {
    padding: 42px 23px;
  }

  .legal-content h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 15px;
    line-height: 1.9;
  }

  .legal-details,
  .legal-warning {
    padding: 22px 20px;
  }

  .legal-contact-card {
    align-items: flex-start;
    padding: 22px 0;
  }
}
@keyframes float {
  50% {
    transform: translateY(-25px) rotate(25deg);
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes ringIn {
  from {
    opacity: 0;
    transform: scale(0.72) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes phoneEntrance {
  from {
    transform: perspective(1600px) rotateY(-38deg) rotateX(20deg)
      rotateZ(-15deg) translateY(250px);
    opacity: 0.25;
  }
  to {
    transform: perspective(1600px) rotateY(-13deg) rotateX(5deg) rotateZ(-4deg);
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .nav {
    right: 20px;
    left: 20px;
  }
  .nav .store-button {
    display: none;
  }
  .hero h1 {
    letter-spacing: -6px;
  }
  .hero-orbit i:nth-child(1) {
    right: -40px;
  }
  .phone-stage {
    min-height: 1450px;
  }
  .stage-copy {
    right: 25px;
    left: 25px;
    top: 8%;
    text-align: center;
    max-width: none;
  }
  .stage-copy h2 {
    font-size: 60px;
  }
  .phone-wrap {
    top: 31%;
    left: 50%;
    transform: translateX(-50%) perspective(1300px) rotateY(-9deg) rotateX(4deg)
      rotateZ(-3deg);
  }
  .float-purple {
    top: 65%;
    left: -80px;
  }
  .float-orange {
    top: 31%;
    left: auto;
    right: -45px;
  }
  .float-mint {
    top: 79%;
    left: auto;
    right: -50px;
  }
  .road {
    height: 54%;
    bottom: -6%;
    right: -10%;
    width: 120%;
  }
  .feature-cards {
    grid-template-columns: 1fr;
  }
  .feature-cards article {
    min-height: 430px;
  }
  .features {
    padding: 100px 20px;
  }
  .feature-intro {
    text-align: center;
  }
  .feature-intro h2 {
    font-size: 64px;
    letter-spacing: -4px;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  footer .brand {
    margin: 0;
  }
  footer > div {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 430px) {
  .hero-copy {
    margin-top: 35px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .lead {
    font-size: 22px;
  }
  .phone {
    width: 340px;
    height: 700px;
    border-radius: 54px;
  }
  .screen {
    border-radius: 46px;
    padding: 14px 16px;
  }
  .progress-ring {
    width: 100px;
    height: 100px;
  }
  .phone-stage {
    min-height: 1300px;
  }
  .phone-wrap {
    top: 34%;
  }
  .stage-copy h2 {
    font-size: 51px;
  }
  .download h2 {
    font-size: 58px;
    letter-spacing: -4px;
  }
  .feature-intro h2 {
    font-size: 55px;
  }
  .brand > strong {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

.site-logo {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  border-radius: 14px;
}

.iphone-frame {
  width: min(395px, 76vw);
  aspect-ratio: 9 / 19.5;
  padding: 9px;
  position: relative;
  border-radius: 62px;
  background: linear-gradient(
    115deg,
    #050608,
    #646b77 20%,
    #111319 38%,
    #010204 55%,
    #3a4049 82%,
    #090b0f
  );
  box-shadow:
    -30px 55px 90px rgba(0, 18, 51, 0.6),
    inset 2px 2px 2px rgba(255, 255, 255, 0.6),
    inset -2px -2px 2px #000;
}

.iphone-frame::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(184, 192, 202, 0.55);
  border-radius: 58px;
  pointer-events: none;
  z-index: 3;
}

.iphone-screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 53px;
  background: #f7f9fd;
}

.iphone-screen > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.dynamic-island {
  width: 108px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020204;
  box-shadow: inset 0 0 0 1px #222;
  z-index: 4;
}

.dynamic-island i {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 11px;
  right: 9px;
  border-radius: 50%;
  background: #101623;
  box-shadow: inset 0 0 3px #2851a1;
}

.iphone-side {
  position: absolute;
  z-index: -1;
  background: #171b22;
  border: 1px solid #4b515c;
}

.iphone-side-left {
  width: 5px;
  height: 78px;
  top: 140px;
  left: -4px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 92px 0 #171b22;
}

.iphone-side-right {
  width: 5px;
  height: 115px;
  top: 180px;
  right: -4px;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 430px) {
  .iphone-frame {
    width: 340px;
    border-radius: 54px;
  }

  .iphone-frame::before {
    border-radius: 50px;
  }

  .iphone-screen {
    border-radius: 46px;
  }
}

.app-store-link {
  display: inline-block;
  line-height: 0;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.app-store-link img {
  display: block;
  width: 190px;
  height: auto;
}

.app-store-link:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}

.app-store-link:active {
  transform: scale(0.97);
}

.download .app-store-link img {
  width: 210px;
}

@media (max-width: 500px) {
  .app-store-link img {
    width: 175px;
  }

  .download .app-store-link img {
    width: 190px;
  }
}
.feature-card {
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(23, 105, 255, 0.06);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 50% 22%,
      rgba(23, 105, 255, 0.08),
      transparent 37%
    ),
    #f5f8fc;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(24, 62, 123, 0.14);
}

.feature-card h3 {
  margin: auto 0 10px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}

.feature-card > p {
  margin: 0;
  color: #6a7588;
  font-size: 15px;
  line-height: 1.7;
}

.feature-ring-preview {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.app-progress-ring {
  width: 190px;
  height: 190px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #4d2ce8 0deg,
    #4d2ce8 225deg,
    #ded7ff 225deg,
    #ded7ff 360deg
  );
  box-shadow:
    0 25px 50px rgba(76, 44, 232, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.app-progress-ring::before {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: #f8f9fd;
  box-shadow: inset 0 8px 20px rgba(32, 43, 73, 0.04);
}

.app-progress-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-progress-icon {
  margin-bottom: 3px;
  color: #4d2ce8;
  font-size: 24px;
  line-height: 1;
}

.app-progress-content strong {
  color: #071022;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.app-progress-content small {
  margin-top: 7px;
  color: #778297;
  font-size: 13px;
}

.notification-preview {
  position: absolute;
  top: 120px;
  right: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 25px 60px rgba(27, 55, 102, 0.16),
    inset 0 1px 0 #fff;
  transform: rotate(-2deg);
  backdrop-filter: blur(20px);
}

.notification-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(23, 105, 255, 0.22);
}

.notification-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.notification-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.notification-copy strong {
  overflow: hidden;
  color: #071022;
  font-size: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-copy span {
  overflow: hidden;
  color: #778297;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-preview > small {
  align-self: flex-start;
  color: #9aa4b4;
  font-size: 9px;
}

.journey-preview {
  position: absolute;
  top: 82px;
  right: 25px;
  left: 25px;
  padding: 24px 20px;
  border: 1px solid rgba(23, 105, 255, 0.08);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(27, 55, 102, 0.13);
}

.journey-preview-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
}

.journey-preview-header img {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: cover;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(23, 105, 255, 0.2);
}

.journey-preview-header > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.journey-preview-header strong {
  color: #071022;
  font-size: 18px;
  font-weight: 800;
}

.journey-preview-header span {
  color: #8490a3;
  font-size: 11px;
}

.journey-preview-line {
  height: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background: #dfe6f1;
}

.journey-preview-progress {
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #54a1ff, #1769ff);
}

.journey-point {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 2;
  border: 3px solid #1769ff;
  border-radius: 50%;
  background: #fff;
}

.journey-point-active {
  background: #1769ff;
  box-shadow: 0 0 0 6px rgba(23, 105, 255, 0.12);
}

.journey-preview-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: #69758a;
  font-size: 9px;
  font-weight: 600;
}

@media (max-width: 500px) {
  .feature-card {
    min-height: 460px;
  }

  .app-progress-ring {
    width: 165px;
    height: 165px;
  }

  .app-progress-content strong {
    font-size: 42px;
  }

  .notification-preview {
    right: 16px;
    left: 16px;
  }

  .journey-preview {
    right: 16px;
    left: 16px;
  }
}

.download-cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 10px 0 32px;
  text-align: center;
}

.download-cta > strong {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  letter-spacing: -1px;
}

.download-cta > span {
  color: #d5e1f5;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 600;
}

.download-cta .blue-word {
  color: #55a2ff;
  font-weight: 900;
  text-shadow: 0 0 25px rgba(23, 105, 255, 0.65);
}

.widget-feature-card {
  background: linear-gradient(145deg, #edf4ff 0%, #f7f9fd 55%, #eef3fb 100%);
}

.widgets-preview {
  position: absolute;
  top: 58px;
  right: 22px;
  left: 22px;
  min-height: 285px;
}

.widget-home {
  width: 245px;
  position: absolute;
  top: 0;
  right: 50%;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(246, 249, 255, 0.95)
  );
  box-shadow:
    0 24px 60px rgba(21, 55, 105, 0.16),
    inset 0 1px 0 #fff;
  transform: translateX(50%) rotate(-2deg);
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.widget-header > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.widget-header strong {
  color: #071022;
  font-size: 16px;
  font-weight: 900;
}

.widget-header span {
  color: #8490a3;
  font-size: 9px;
}

.widget-header img {
  width: 35px;
  height: 35px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 7px 15px rgba(23, 105, 255, 0.2);
}

.widget-rings {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.widget-ring {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.widget-ring > div {
  --widget-color: #1769ff;

  width: 43px;
  height: 43px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid color-mix(in srgb, var(--widget-color) 20%, white);
  border-top-color: var(--widget-color);
  border-right-color: var(--widget-color);
  border-radius: 50%;
  background: #fff;
}

.widget-ring > div span {
  color: var(--widget-color);
  font-size: 8px;
  line-height: 1;
}

.widget-ring > div strong {
  color: #071022;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.widget-ring small {
  color: #778398;
  font-size: 7px;
  font-weight: 700;
  white-space: nowrap;
}

.widget-ring-orange > div {
  --widget-color: #ff8a18;
}

.widget-ring-purple > div {
  --widget-color: #5034e7;
}

.widget-ring-mint > div {
  --widget-color: #25bfa8;
}

.widget-ring-blue > div {
  --widget-color: #1769ff;
}

.widget-lock {
  width: 270px;
  min-height: 70px;
  position: absolute;
  top: 170px;
  right: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 20px 45px rgba(21, 55, 105, 0.14),
    inset 0 1px 0 #fff;
  transform: translateX(45%) rotate(2deg);
  backdrop-filter: blur(20px);
}

.widget-lock > img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  object-fit: cover;
  border-radius: 11px;
}

.widget-lock > div:nth-child(2) {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.widget-lock > div:nth-child(2) span {
  color: #7c8799;
  font-size: 9px;
  font-weight: 600;
}

.widget-lock > div:nth-child(2) strong {
  overflow: hidden;
  color: #071022;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-lock-ring {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 5px solid #ded7ff;
  border-top-color: #5034e7;
  border-right-color: #5034e7;
  border-radius: 50%;
  background: #fff;
}

.widget-lock-ring span {
  color: #071022;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .phone-stage {
    min-height: 1200px;
    overflow: hidden;
  }

  .phone-wrap {
    width: fit-content;
    position: absolute;
    top: 370px;
    right: auto;
    left: 50%;
    margin: 0;
    animation: none !important;
    transform: translateX(-50%) perspective(1200px) rotateY(-4deg) rotateX(1deg)
      rotateZ(-1.5deg) !important;
    transform-origin: center center;
  }

  .iphone-frame {
    width: min(70vw, 295px);
    max-width: 295px;
    height: auto;
    padding: 7px;
    aspect-ratio: 9 / 19.5;
    border-radius: 49px;
  }

  .iphone-frame::before {
    inset: 3px;
    border-radius: 45px;
  }

  .iphone-screen {
    border-radius: 42px;
    background: #fff;
  }

  .iphone-screen > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: top center;
    background: #fff;
  }

  .dynamic-island {
    top: 12px;
    width: 90px;
    height: 27px;
  }

  .phone-shadow {
    width: 82%;
    height: 65px;
    right: 9%;
    bottom: -15px;
    left: auto;
  }
}

@media (max-width: 430px) {
  .phone-stage {
    min-height: 1120px;
  }

  .phone-wrap {
    top: 350px;
    right: auto;
    left: 50%;
    animation: none !important;
    transform: translateX(-50%) perspective(1000px) rotateY(-2deg) rotateX(1deg)
      rotateZ(-1deg) !important;
  }

  .iphone-frame {
    width: min(68vw, 280px);
    max-width: 280px;
    padding: 7px;
    border-radius: 47px;
  }

  .iphone-frame::before {
    border-radius: 43px;
  }

  .iphone-screen {
    border-radius: 40px;
  }

  .dynamic-island {
    top: 11px;
    width: 86px;
    height: 25px;
  }
}

@media (max-width: 600px) {
  .features {
    padding: 85px 16px;
  }

  .feature-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-card,
  .widget-feature-card {
    width: 100%;
    min-height: 440px;
    padding: 24px 20px;
    border-radius: 26px;
  }

  .widget-feature-card {
    overflow: hidden;
  }

  .widgets-preview {
    height: 260px;
    position: absolute;
    top: 48px;
    right: 12px;
    left: 12px;
  }

  .widget-home {
    width: min(205px, 68vw);
    top: 0;
    right: 50%;
    padding: 13px;
    border-radius: 21px;
    transform: translateX(50%) rotate(-1.5deg);
  }

  .widget-header {
    margin-bottom: 12px;
  }

  .widget-header strong {
    font-size: 14px;
  }

  .widget-header span {
    font-size: 8px;
  }

  .widget-header img {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .widget-rings {
    gap: 4px;
  }

  .widget-ring {
    gap: 5px;
  }

  .widget-ring > div {
    width: 34px;
    height: 34px;
    border-width: 4px;
  }

  .widget-ring > div span {
    font-size: 6px;
  }

  .widget-ring > div strong {
    font-size: 9px;
  }

  .widget-ring small {
    max-width: 42px;
    overflow: hidden;
    font-size: 5.5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .widget-lock {
    width: min(225px, 76vw);
    min-height: 58px;
    top: 143px;
    right: 50%;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 18px;
    transform: translateX(47%) rotate(1.5deg);
  }

  .widget-lock > img {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
    border-radius: 9px;
  }

  .widget-lock > div:nth-child(2) span {
    font-size: 7px;
  }

  .widget-lock > div:nth-child(2) strong {
    font-size: 9px;
  }

  .widget-lock-ring {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-width: 4px;
  }

  .widget-lock-ring span {
    font-size: 9px;
  }

  .widget-feature-card h3 {
    margin-top: auto;
    font-size: 23px;
  }

  .widget-feature-card > p {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 370px) {
  .feature-card,
  .widget-feature-card {
    min-height: 420px;
    padding: 21px 17px;
  }

  .widget-home {
    width: 190px;
  }

  .widget-lock {
    width: 210px;
  }

  .widget-feature-card h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 600px) {
  .phone-stage {
    min-height: 900px !important;
  }

  .phone-wrap {
    width: 190px !important;
    top: 325px !important;
    right: auto !important;
    left: 50% !important;
    margin: 0 !important;
    animation: none !important;
    translate: -50% 0 !important;
    rotate: -1deg !important;
    transform: none !important;
  }

  .iphone-frame {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    height: 412px !important;
    padding: 5px !important;
    aspect-ratio: auto !important;
    border-radius: 34px !important;
  }

  .iphone-frame::before {
    inset: 2px !important;
    border-radius: 32px !important;
  }

  .iphone-screen {
    width: 100% !important;
    height: 100% !important;
    border-radius: 29px !important;
  }

  .iphone-screen > img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .phone-shadow {
    width: 160px !important;
    height: 40px !important;
    right: 15px !important;
    bottom: -8px !important;
    left: auto !important;
  }

  .iphone-side-left {
    width: 3px !important;
    height: 46px !important;
    top: 90px !important;
    left: -3px !important;
    box-shadow: 0 58px 0 #171b22 !important;
  }

  .iphone-side-right {
    width: 3px !important;
    height: 68px !important;
    top: 118px !important;
    right: -3px !important;
  }
}

.dynamic-island {
  width: 108px;
  height: 30px;
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 2px 5px rgba(0, 0, 0, 0.18);
}

.dynamic-island-camera {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 35%,
      #193c72,
      #081323 45%,
      #020305 75%
    );
  box-shadow:
    inset 0 0 2px rgba(72, 125, 210, 0.7);
}

@media only screen and (max-width: 600px) {
  .dynamic-island {
    width: 66px !important;
    height: 19px !important;
    top: 8px !important;
  }

  .dynamic-island-camera {
    width: 4px;
    height: 4px;
    right: 7px;
  }
}