:root {
  --bg: #0d061d;
  --bg-soft: #16092d;
  --purple: #8c5cff;
  --purple-light: #c9a8ff;
  --pink: #f0a7db;
  --text: #fff;
  --muted: #c9c0d8;
  --line: rgba(255, 255, 255, .12);
  --glass: rgba(255, 255, 255, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 20%, rgba(112, 59, 213, .24), transparent 34rem),
    radial-gradient(circle at 10% 80%, rgba(226, 105, 185, .12), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(100px); opacity: .35; }
.ambient-one { width: 24rem; height: 24rem; background: #7b45ff; right: -10rem; top: 12%; }
.ambient-two { width: 20rem; height: 20rem; background: #d66eae; left: -12rem; bottom: 5%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 750; font-size: 19px; }
.brand img { width: 40px; height: 40px; object-fit: cover; border-radius: 12px; box-shadow: 0 8px 26px rgba(125, 79, 255, .3); }
.header-cta { border: 1px solid var(--line); padding: 10px 18px; border-radius: 999px; background: var(--glass); font-size: 14px; backdrop-filter: blur(14px); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 178px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: 54px 0 82px;
}
.eyebrow { color: var(--purple-light); font-size: 13px; letter-spacing: .14em; font-weight: 700; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--purple-light); }
h1 { margin: 22px 0; font-size: clamp(48px, 6.6vw, 88px); line-height: 1.03; letter-spacing: -.055em; }
h1 span:first-child { color: transparent; background: linear-gradient(100deg, #fff 5%, #c7a3ff 48%, #f0a9d8); -webkit-background-clip: text; background-clip: text; }
#hero-description { max-width: 530px; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.8; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 30px; color: #ded7e8; font-size: 13px; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(140, 92, 255, .2); color: #b995ff; font-style: normal; }
.download-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.download-button {
  min-width: 205px;
  border: 0;
  border-radius: 16px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.download-button:hover { transform: translateY(-3px); }
.download-button:active { transform: translateY(0); }
.download-button svg { width: 29px; height: 29px; fill: currentColor; flex: 0 0 auto; }
.download-button small { display: block; opacity: .7; font-size: 9px; letter-spacing: .1em; margin-bottom: 2px; }
.download-button strong { font-size: 15px; white-space: nowrap; }
.download-button.primary { background: linear-gradient(135deg, #8e5dfd, #6738dc); box-shadow: 0 15px 38px rgba(118, 63, 230, .3); }
.download-actions .download-button { min-width: 250px; justify-content: center; }
.download-note { color: #81788d; font-size: 11px; margin: 14px 0 0; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1100px; }
.phone-frame {
  position: relative;
  z-index: 2;
  width: min(310px, 72vw);
  aspect-ratio: .558;
  padding: 9px;
  border-radius: 42px;
  background: linear-gradient(145deg, #4d4360, #0c0912 26%, #292031 70%, #746382);
  box-shadow: 0 45px 100px rgba(0, 0, 0, .58), 0 0 80px rgba(134, 75, 255, .22);
  transform: rotateY(-6deg) rotateX(2deg);
}
.phone-screen { width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 34px; background: #211044; }
.phone-screen > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(10, 3, 25, .35)); pointer-events: none; }
.phone-speaker { position: absolute; z-index: 4; top: 17px; left: 50%; transform: translateX(-50%); width: 76px; height: 21px; border-radius: 20px; background: #08070b; }
.screen-brand { position: absolute; z-index: 3; left: 0; right: 0; bottom: 36px; display: flex; flex-direction: column; align-items: center; gap: 7px; font-weight: 700; text-shadow: 0 2px 12px #24103f; }
.screen-brand img { width: 40px; height: 40px; border-radius: 11px; object-fit: cover; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.orbit { position: absolute; border: 1px solid rgba(185, 152, 255, .16); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 410px; height: 410px; border-color: rgba(236, 168, 218, .13); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(28, 14, 53, .75); backdrop-filter: blur(18px); box-shadow: 0 18px 38px rgba(0,0,0,.22); font-size: 12px; }
.floating-card b { display: grid; place-items: center; width: 31px; height: 31px; background: rgba(145, 91, 255, .18); color: #c3a7ff; border-radius: 10px; font-size: 16px; }
.floating-card small { color: #9489a3; }
.card-secure { left: 2%; top: 25%; animation: float 5s ease-in-out infinite; }
.card-fast { right: -1%; bottom: 22%; animation: float 5s ease-in-out -2.5s infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }

.info-strip { width: min(900px, calc(100% - 40px)); margin: -26px auto 65px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.045); backdrop-filter: blur(18px); }
.info-strip div { padding: 25px 35px; text-align: center; border-right: 1px solid var(--line); }
.info-strip div:last-child { border-right: 0; }
.info-strip strong { display: block; font-size: 17px; margin-bottom: 6px; }
.info-strip span { color: #90869c; font-size: 12px; }
footer { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 25px 0 34px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #736a7e; font-size: 12px; }
footer a:hover { color: var(--purple-light); }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 30px; transform: translate(-50%, 20px); background: #f8f4ff; color: #291b3b; padding: 12px 18px; border-radius: 12px; opacity: 0; pointer-events: none; transition: .25s; box-shadow: 0 15px 40px rgba(0,0,0,.3); font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.loading { position: fixed; z-index: 30; inset: 0; display: grid; place-content: center; justify-items: center; background: rgba(10,5,20,.8); backdrop-filter: blur(10px); }
.loading[hidden] { display: none; }
.loading span { width: 42px; height: 42px; border: 3px solid rgba(255,255,255,.16); border-top-color: #b48cff; border-radius: 50%; animation: spin .8s linear infinite; }
.loading p { font-size: 13px; color: #d9cee6; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 860px) {
  .site-header { height: 72px; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .eyebrow { justify-content: center; }
  h1 { font-size: clamp(45px, 13vw, 68px); }
  .hero-visual { min-height: 580px; margin-top: 20px; }
  .card-secure { left: 5%; }
  .card-fast { right: 3%; }
  .info-strip { margin-top: 0; }
}
@media (max-width: 520px) {
  .site-header, .hero, footer { width: min(100% - 28px, 1180px); }
  .header-cta { display: none; }
  .hero { gap: 16px; padding-bottom: 54px; }
  .hero-copy h1 { margin: 17px 0; font-size: clamp(36px, 11vw, 52px); white-space: nowrap; }
  #hero-description { width: min(100%, 330px); font-size: 15px; overflow-wrap: anywhere; }
  .trust-row { justify-content: center; gap: 10px 14px; }
  .download-actions { width: 100%; flex-direction: column; }
  .download-button { width: 100%; justify-content: center; }
  .hero-visual { min-height: 520px; }
  .phone-frame { width: 248px; border-radius: 35px; }
  .phone-screen { border-radius: 28px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 300px; height: 300px; }
  .floating-card { padding: 10px 12px; }
  .card-secure { top: 17%; left: -2%; }
  .card-fast { right: -2%; bottom: 17%; }
  .info-strip { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .info-strip div { padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .info-strip div:last-child { border-bottom: 0; }
  footer { align-items: center; flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
