/* ============ BASE ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif;
  background: #cdc9ee;
  min-height: 100vh;
  padding: 14px;
}

.page {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, #cbc5ef 0%, #d8d4f4 35%, #dedbf6 60%, #d3cff2 100%);
  padding: 34px 40px 0;
}

/* subtle diagonal sheen lines like the mockup edges */
.page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 18%),
              linear-gradient(295deg, rgba(255,255,255,.25) 0%, rgba(255,255,255,0) 15%);
  pointer-events: none;
}

/* ============ NAVBAR ============ */
.navbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #211a45;
  border-radius: 999px;
  padding: 14px 22px;
  max-width: 1290px;
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
}

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

.brand-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(1.35) saturate(.85);
}

.nav-pill {
  display: flex;
  gap: 6px;
  background: #322a5c;
  border-radius: 999px;
  padding: 8px 12px;
}

.nav-pill a {
  color: #b7b0dd;
  text-decoration: none;
  font-size: 16.5px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 999px;
  transition: color .2s;
}

.nav-pill a:hover { color: #fff; }
.nav-pill a.active { color: #fff; font-weight: 600; }

.btn-download {
  background: #fff;
  color: #17141f;
  font-weight: 600;
  font-size: 16.5px;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 999px;
  transition: transform .15s;
}
.btn-download:hover { transform: scale(1.04); }

/* ============ HERO ============ */
.hero {
  position: relative;
  z-index: 4;
  text-align: center;
  margin-top: 58px;
}

.hero h1 {
  font-size: clamp(40px, 5.6vw, 78px);
  font-weight: 800;
  line-height: 1.28;
  color: #131118;
  letter-spacing: -1px;
}

.hl {
  display: inline-block;
  background: #5b4ee0;
  color: #fff;
  padding: 0 18px 6px;
  border-radius: 10px;
  transform: rotate(-1.2deg) translateY(-4px);
  box-shadow: 0 14px 34px rgba(91, 78, 224, .35);
}

.hl-2 { transform: rotate(1deg) translateY(-2px); }

.hero-sub {
  margin: 26px auto 0;
  max-width: 640px;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: #4c4a58;
}

.cursor-doodle {
  position: absolute;
  right: 16%;
  bottom: -30px;
  width: 62px;
}

/* ============ SHOWCASE ============ */
.showcase {
  position: relative;
  margin-top: 46px;
  height: 905px;
}

/* glow arc */
.arc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}

.arc-outer {
  bottom: -1350px;
  width: 1750px;
  height: 1750px;
  background: radial-gradient(closest-side, rgba(124,108,255,0) 92%, rgba(124,108,255,.45) 97%, rgba(124,108,255,0) 100%);
}

.arc-inner {
  bottom: -1180px;
  width: 1520px;
  height: 1520px;
  background: linear-gradient(180deg, #a89dff 0%, #c9c2f9 22%, #d8d4f6 45%);
  box-shadow: 0 -30px 90px rgba(122,105,255,.55);
}

/* ============ PHONE ============ */
.phone {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 372px;
  height: 750px;
  background: #101014;
  border-radius: 56px;
  padding: 7px;
  box-shadow: 0 40px 90px rgba(40, 30, 100, .45), inset 0 0 0 3px #3a3a42;
  z-index: 2;
}

.phone-screen {
  height: 100%;
  border-radius: 49px;
  background: #eef0f6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.statusbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px 8px;
  background: #fff;
}

.sb-time { font-weight: 600; font-size: 15px; color: #111; }

.island {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  width: 108px;
  height: 30px;
  background: #101014;
  border-radius: 999px;
}

.sb-icons { display: flex; align-items: center; gap: 5px; }

/* ============ PHONE DASHBOARD ============ */
.dash {
  position: relative;
  flex: 1;
  background: #f1f1f4;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

.dash-top {
  background: #fff;
  border-radius: 0 0 22px 22px;
  padding: 8px 16px 18px;
}

.dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-head h3 {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #17141f;
}
.dash-head h3 span { color: #b9b7c2; font-weight: 500; }

.dash-head-btns { display: flex; align-items: center; gap: 8px; }

.icon-sq {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #f1f1f4;
  display: grid;
  place-items: center;
}

.dash-ava {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #17141f;
  background: #ece7fb;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.dash-stats {
  display: flex;
  margin-top: 18px;
  text-align: center;
}

.dstat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.dstat b { font-family: "Poppins", sans-serif; font-size: 15.5px; color: #17141f; }
.dstat small { font-size: 10.5px; color: #8a8898; }
.dstat .action { font-style: normal; font-size: 10px; font-weight: 600; color: #e5484d; }
.dstat .chev { font-size: 11px; color: #b9b7c2; line-height: 1; }

.wrapped {
  position: relative;
  margin: 12px 12px 0;
  padding: 12px 44px 13px 14px;
  border-radius: 14px;
  background: linear-gradient(100deg, #6d28d9 0%, #5b21b6 55%, #4c1d95 100%);
  color: #fff;
  overflow: hidden;
}

.wrapped small {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fbbf24;
}

.wrapped p {
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 220px;
}

.wrapped-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fbbf24;
  color: #1f1147;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
}

.spark { position: absolute; font-style: normal; color: #e9e2ff; font-size: 9px; }
.s1 { top: 10px; right: 64px; }
.s2 { top: 8px; right: 100px; font-size: 6px; }
.s3 { bottom: 8px; right: 78px; font-size: 6px; }

.overdue-card {
  margin: 12px 12px 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fdf0f0;
  border: 1px solid #f7d8d8;
}

.ovr-title { font-size: 12.5px; font-weight: 700; color: #e5484d; }

.ovr-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
}

.ovr-amt { margin-left: auto; font-size: 13px; font-weight: 700; color: #e5484d; }

.dash-panel {
  margin: 12px 12px 0;
  padding: 13px 14px;
  border-radius: 16px;
  background: #fff;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.panel-head b { font-family: "Poppins", sans-serif; font-size: 14.5px; color: #17141f; }
.panel-head span { font-size: 11px; font-weight: 600; color: #17141f; }

.panel-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
}
.panel-row + .panel-row { border-top: 1px solid #f2f1f6; }

.row-ic {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 10px;
  background: #f1f1f4;
  display: grid;
  place-items: center;
  font-size: 15px;
}

.row-name { font-size: 13px; font-weight: 600; color: #17141f; }

.row-txt { flex: 1; line-height: 1.25; }
.row-txt b { display: block; font-size: 12.5px; font-weight: 600; color: #17141f; }
.row-txt small { font-size: 10.5px; color: #8a8898; }

.row-end { font-size: 11px; color: #8a8898; white-space: nowrap; }
.row-end.deal { text-align: right; line-height: 1.3; }
.row-end.deal b { display: block; font-size: 12.5px; font-weight: 700; color: #17141f; }
.row-end.deal small { font-size: 10px; color: #8a8898; }

.fab {
  position: absolute;
  right: 12px;
  bottom: 84px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5b21b6;
  display: grid;
  place-items: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(91,33,182,.4);
}

/* ============ SHARED BITS ============ */
.fc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.avatar-stack { display: inline-flex; }

.src {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-grid;
  place-items: center;
  font-style: normal;
  font-size: 7.5px;
  font-weight: 700;
  color: #fff;
  margin-left: -7px;
}
.src:first-child { margin-left: 0; }

.src-blue   { background: #1769ff; }
.src-green  { background: #17a06c; }
.src-navy   { background: #14235c; }
.src-red    { background: #d92b2b; }
.src-black  { background: #17171c; }
.src-purple { background: #6c4ce0; }
.src-teal   { background: #12b3a8; }
.src-flag   { background: #fff; font-size: 11px; }

.ava {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
.ava-1 { background: #e2a13d; }
.ava-2 { background: #4e5d78; }
.ava-3 { background: #8a6f5c; }
.ava-4 { background: #37364a; }
.ava-5 { background: #b06ab3; }

.who {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #1b1926;
}
.who b { font-weight: 600; }
.who em { font-style: normal; font-family: "Inter", sans-serif; font-size: 11px; color: #9694a4; }

.stats, .reacts {
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  color: #64616f;
  white-space: nowrap;
}
.dim { opacity: .45; }

.tag {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
}
.tag-true { color: #1fa46b; }
.tag-mis  { color: #8b5cf6; }

.verdict { font-family: "Inter", sans-serif; font-size: 12px; color: #6f6c7d; }
.verdict .red { color: #e5484d; }
.verdict.green { color: #1fa46b; font-weight: 600; }

.date { font-family: "Inter", sans-serif; font-size: 11.5px; color: #9694a4; }
.dots { color: #9694a4; letter-spacing: 2px; }

/* ============ FLOATING CARDS ============ */
.float-card {
  position: absolute;
  z-index: 4;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  width: 300px;
  box-shadow: 0 24px 60px rgba(45, 35, 105, .18);
}

.fc-claim {
  margin: 8px 0 10px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.45;
  color: #17151f;
}

.fc-body {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  color: #85828f;
  margin: 8px 0 10px;
}
.fc-body.dark { color: #2a2735; font-size: 13.5px; font-weight: 500; }

.fc-foot { margin-top: 4px; }
.fc-srcrow { justify-content: flex-start; gap: 10px; }

.fc-tl { left: 2%;  top: 40px;  transform: rotate(-7deg); }
.fc-ml { left: 5%;  top: 270px; transform: rotate(-8deg); width: 320px; }
.fc-tr { right: 2%; top: 30px;  transform: rotate(4deg);  width: 330px; }
.fc-mr { right: 4%; top: 280px; transform: rotate(-4deg); width: 330px; }

.fc-mr-top { display: flex; gap: 12px; align-items: flex-start; }
.fc-mr-top .fc-claim { margin: 2px 0 0; }

.orb {
  flex: 0 0 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #6ec3ff 0%, #1769ff 45%, #0b2fa8 100%);
  box-shadow: 0 6px 16px rgba(23,105,255,.4);
}

/* ============ STORE BADGES ============ */
.store-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #000;
  border: 1.5px solid #a6a6a6;
  border-radius: 13px;
  padding: 9px 20px 10px 16px;
  text-decoration: none;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Inter", sans-serif;
  box-shadow: 0 18px 44px rgba(45, 35, 105, .25);
  transition: transform .15s;
}
.store-badge:hover { transform: scale(1.04); }

.sb-txt { display: flex; flex-direction: column; line-height: 1.15; }
.sb-txt small { font-size: 11px; letter-spacing: .2px; white-space: nowrap; }
.sb-txt b { font-size: 22px; font-weight: 600; letter-spacing: -.2px; white-space: nowrap; }

.bp-left  { left: 4%;  bottom: 175px; }
.bp-right { right: 4%; bottom: 175px; }

/* ============ CTA ============ */
.btn-cta {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  z-index: 6;
  background: linear-gradient(180deg, #7a6cf5 0%, #5b4ee0 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  padding: 17px 40px;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(91,78,224,.45), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .15s;
}
.btn-cta:hover { transform: translateX(-50%) scale(1.04); }

/* ============ HELP & FAQ ============ */
.faq {
  position: relative;
  z-index: 4;
  margin: 0 -40px;
  padding: 96px 60px 110px;
  background: #dcd8f5;
  text-align: center;
}

.faq h2 {
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 800;
  color: #131118;
  letter-spacing: -0.5px;
}

.hl-sm {
  padding: 0 14px 4px;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(91, 78, 224, .3);
}

.faq-sub {
  margin: 16px auto 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #4c4a58;
}

.faq-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 36px;
  max-width: 1150px;
  margin: 56px auto 0;
  text-align: left;
}

.faq-group h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 700;
  color: #17151f;
  margin-bottom: 16px;
}

.faq-group h3 span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(45, 35, 105, .12);
}

.faq-group details {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  box-shadow: 0 10px 28px rgba(45, 35, 105, .08);
  overflow: hidden;
}

.faq-group summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 20px;
  font-size: 15.5px;
  font-weight: 600;
  color: #17151f;
}

.faq-group summary::-webkit-details-marker { display: none; }

.faq-group summary::after {
  content: "+";
  flex: 0 0 26px;
  height: 26px;
  border-radius: 8px;
  background: #ece9fb;
  color: #5b4ee0;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 600;
  transition: transform .2s;
}

.faq-group details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-group details p {
  padding: 0 20px 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #55525f;
}

.faq-cta {
  max-width: 560px;
  margin: 64px auto 0;
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 20px 50px rgba(45, 35, 105, .12);
}

.faq-cta b {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #17151f;
}

.faq-cta p {
  margin: 10px 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #4c4a58;
}

.btn-support {
  display: inline-block;
  background: linear-gradient(180deg, #7a6cf5 0%, #5b4ee0 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(91,78,224,.4), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .15s;
}
.btn-support:hover { transform: scale(1.04); }

/* ============ LEGAL PAGES ============ */
.legal {
  position: relative;
  z-index: 4;
  padding: 72px 20px 90px;
  text-align: center;
}

.legal h1 {
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 800;
  color: #131118;
  letter-spacing: -0.5px;
}

.legal-sub {
  margin: 18px auto 0;
  max-width: 620px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #4c4a58;
}

.legal-switch {
  display: inline-flex;
  gap: 6px;
  margin-top: 32px;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  box-shadow: 0 12px 30px rgba(45, 35, 105, .12);
}

.legal-switch a {
  padding: 11px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  color: #55525f;
  transition: color .15s;
}
.legal-switch a:hover { color: #17151f; }
.legal-switch a.active {
  background: linear-gradient(180deg, #7a6cf5 0%, #5b4ee0 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(91,78,224,.35);
}

.legal-card {
  max-width: 880px;
  margin: 44px auto 0;
  background: #fff;
  border-radius: 26px;
  padding: 48px 52px 52px;
  text-align: left;
  box-shadow: 0 24px 60px rgba(45, 35, 105, .12);
}

.legal-date {
  display: inline-block;
  background: #ece9fb;
  color: #5b4ee0;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.legal-card p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #55525f;
  margin-bottom: 16px;
}

.legal-card p a { color: #5b4ee0; font-weight: 600; text-decoration: none; }
.legal-card p a:hover { text-decoration: underline; }

.legal-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #17151f;
  margin: 34px 0 12px;
  padding-top: 26px;
  border-top: 1px solid #f0eff5;
}

.legal-card h4 {
  font-size: 15.5px;
  font-weight: 600;
  color: #5b4ee0;
  margin: 18px 0 8px;
}

.legal-footer {
  margin-top: 44px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #8a8898;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .float-card { transform: scale(.85) !important; }
  .fc-tl { left: -2%; }
  .fc-tr { right: -2%; }
}

@media (max-width: 900px) {
  .float-card, .cursor-doodle { display: none; }

  /* navbar: brand + download on top row, nav links as a second full-width row */
  .navbar {
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 12px 14px;
    border-radius: 26px;
  }
  .brand { font-size: 19px; }
  .brand-logo img { width: 28px; height: 28px; }
  .nav-pill {
    order: 3;
    flex: 1 1 100%;
    justify-content: center;
    padding: 5px 8px;
  }
  .nav-pill a { padding: 8px 16px; font-size: 14px; }
  .btn-download { padding: 11px 22px; font-size: 14.5px; }

  /* showcase: smaller phone, arc pushed down so the dashboard stays visible */
  .showcase { height: 740px; margin-top: 30px; }
  .phone {
    transform: translateX(-50%) scale(.82);
    transform-origin: top center;
  }
  .arc-inner { bottom: -1360px; }
  .arc-outer { bottom: -1530px; }

  /* store badges: centered pair sitting on the arc, above the CTA */
  .store-badge, .store-badge:hover { transform: scale(.85); }
  .bp-left  { left: auto; right: 50%; margin-right: 2px; bottom: 118px; }
  .bp-right { right: auto; left: 50%; margin-left: 2px; bottom: 118px; }

  .btn-cta { white-space: nowrap; bottom: 34px; }

  .faq { margin: 0 -20px; padding: 64px 24px 72px; }
  .faq-groups { grid-template-columns: 1fr; gap: 32px; }
  .legal-card { padding: 32px 24px 36px; }
}

@media (max-width: 600px) {
  body { padding: 8px; }
  .page { padding: 20px 16px 0; border-radius: 22px; }

  .hero { margin-top: 36px; }
  .hero h1 { font-size: 33px; line-height: 1.45; letter-spacing: -.5px; }
  .hl { padding: 0 10px 3px; border-radius: 8px; box-shadow: 0 8px 20px rgba(91, 78, 224, .3); }
  .hero-sub { margin-top: 18px; font-size: 15.5px; }

  .showcase { height: 690px; }
  .phone { transform: translateX(-50%) scale(.74); }
  .arc-inner { bottom: -1390px; }
  .arc-outer { bottom: -1555px; }
  .store-badge, .store-badge:hover { transform: scale(.78); }
  .bp-left  { bottom: 104px; }
  .bp-right { bottom: 104px; }
  .btn-cta { padding: 14px 30px; font-size: 15px; }

  .faq { margin: 0 -16px; padding: 56px 18px 64px; }
  .faq h2 { font-size: 30px; }
  .faq-sub { font-size: 15px; }

  .legal { padding: 44px 4px 60px; }
  .legal h1 { font-size: 31px; }
  .legal-sub { font-size: 15px; }
  .legal-switch a { padding: 10px 18px; font-size: 13px; }
}
