:root {
  --cr-orange: #126bff;
  --cr-orange-dark: #034ec8;
  --cr-black: #061b3d;
  --cr-cream: #f4f9ff;
  --cr-paper: #ffffff;
  --cr-blue: #1d8cff;
  --cr-sky: #d7ecff;
  --cr-yellow: #ffc247;
  --cr-green: #65d79b;
  --cr-aqua: #2dd7d0;
  --cr-coral: #ff6f91;
  --cr-muted: #52677f;
  --cr-line: rgba(6, 27, 61, 0.12);
  --chip-red: #ff6f91;
  --chip-green: #45c77f;
  --chip-aqua: #1bc7d2;
  --chip-purple: #7a63ff;
  --chip-yellow: #ffc247;
  --chip-brown: #4967d8;
  --chip-year: #0b54c7;
  --soft-shadow: 0 24px 70px rgba(18, 107, 255, 0.18);
  --panel-shadow: 0 18px 50px rgba(6, 27, 61, 0.1);
}

* {
  box-sizing: border-box;
}

img,
svg {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--cr-black);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 194, 71, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(18, 107, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 76% 72%, rgba(101, 215, 155, 0.2), transparent 30rem),
    linear-gradient(135deg, #f8fbff, #eef7ff 48%, #f7fff9),
    repeating-linear-gradient(45deg, rgba(18, 107, 255, 0.055) 0 2px, transparent 2px 34px);
  font-family: "Nunito", system-ui, sans-serif;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
.navbar-brand {
  font-family: "Outfit", system-ui, sans-serif;
}

.fw-black {
  font-weight: 900;
}

.navbar-glass {
  background: rgba(255, 250, 242, 0.9);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.brand-logo-img {
  display: block;
  width: min(286px, 62vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--cr-orange);
  --bs-btn-border-color: var(--cr-orange);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--cr-orange-dark);
  --bs-btn-hover-border-color: var(--cr-orange-dark);
  border-radius: 999px;
  background-image: linear-gradient(135deg, #126bff, #0a54db 64%, #2dd7d0);
  box-shadow: 0 16px 34px rgba(18, 107, 255, 0.28);
  font-weight: 900;
}

.btn-ink {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--cr-black);
  --bs-btn-border-color: var(--cr-black);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c2c2c;
  --bs-btn-hover-border-color: #2c2c2c;
  border-radius: 999px;
  font-weight: 900;
}

.btn-soft {
  border: 1px solid rgba(6, 27, 61, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 5.5rem;
}

.hero-wrap::before {
  position: absolute;
  inset: 8% -8% auto auto;
  width: 38rem;
  height: 38rem;
  border-radius: 45% 28% 50% 32%;
  background: conic-gradient(from 90deg, var(--cr-orange), var(--cr-aqua), var(--cr-green), var(--cr-yellow), var(--cr-orange));
  opacity: 0.2;
  content: "";
}

.display-title {
  max-width: 760px;
  font-size: 4.8rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.section-title {
  max-width: 800px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 670px;
  color: #52605a;
  font-size: 1.15rem;
}

.hero-highlight {
  position: relative;
  display: inline-block;
}

.hero-highlight::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0.06em;
  left: 0;
  height: 0.22em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cr-orange), var(--cr-aqua), var(--cr-green));
  content: "";
}

.section-pad {
  padding: 5rem 0;
}

.eyebrow,
.status-pill,
.mini-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  gap: 0.5rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(6, 27, 61, 0.12);
  border-radius: 999px;
  color: #0648b4;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  white-space: normal;
}

.chip {
  --chip: var(--cr-blue);
  --chip-ink: #fff;
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--chip-ink);
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.78), transparent 18%),
    radial-gradient(circle at 70% 75%, rgba(0, 0, 0, 0.22), transparent 34%),
    var(--chip);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.24), inset 0 0 0 12px rgba(0, 0, 0, 0.05), 0 14px 26px rgba(17, 17, 17, 0.18);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.chip-lg {
  width: 92px;
  height: 92px;
  font-size: 0.95rem;
}

.chip-xl {
  width: 124px;
  height: 124px;
  font-size: 1.05rem;
}

.chip-red { --chip: var(--chip-red); }
.chip-green { --chip: var(--chip-green); }
.chip-aqua { --chip: var(--chip-aqua); }
.chip-purple { --chip: var(--chip-purple); }
.chip-yellow { --chip: var(--chip-yellow); --chip-ink: #302609; }
.chip-brown { --chip: var(--chip-brown); }
.chip-year { --chip: var(--chip-year); }

.chip-image {
  display: inline-block;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(6, 27, 61, 0.18));
}

.icon-token,
.step-number {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--cr-blue), var(--cr-aqua));
  box-shadow: 0 14px 26px rgba(6, 27, 61, 0.16);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.icon-token-xl {
  width: 124px;
  height: 124px;
  font-size: 2rem;
}

.phone-stage {
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.hero-device-wrap {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.hero-device-wrap::before {
  position: absolute;
  inset: 8% -4% 3% 11%;
  border-radius: 44px 130px 38px 120px;
  background:
    linear-gradient(145deg, rgba(18, 107, 255, 0.22), rgba(45, 215, 208, 0.2) 52%, rgba(255, 194, 71, 0.2)),
    radial-gradient(circle at 72% 18%, rgba(101, 215, 155, 0.44), transparent 36%);
  content: "";
  transform: rotate(-3deg);
}

.hero-device-image {
  position: relative;
  z-index: 1;
  width: min(108%, 720px);
  height: auto;
  filter: drop-shadow(0 28px 55px rgba(6, 27, 61, 0.22));
}

.hero-plate {
  position: absolute;
  inset: 5% 0 7% 8%;
  border-radius: 42px 130px 38px 120px;
  background:
    linear-gradient(145deg, rgba(18, 107, 255, 0.95), rgba(45, 215, 208, 0.9) 46%, rgba(255, 194, 71, 0.9)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 28px);
  box-shadow: var(--soft-shadow);
  transform: rotate(-3deg);
}

.device {
  position: absolute;
  overflow: hidden;
  border: 10px solid var(--cr-black);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.device::before {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 5;
  width: 76px;
  height: 22px;
  border-radius: 999px;
  background: var(--cr-black);
  content: "";
  transform: translateX(-50%);
}

.phone-main {
  top: 12px;
  right: 24px;
  width: 340px;
  min-height: 585px;
}

.phone-mini {
  bottom: 34px;
  left: 12px;
  width: 252px;
  min-height: 370px;
  transform: rotate(-8deg);
}

.phone-top {
  padding: 44px 18px 18px;
  color: #fff;
  background:
    linear-gradient(145deg, #061b3d, #0b326f 54%, var(--cr-blue)),
    repeating-linear-gradient(45deg, rgba(255, 209, 102, 0.16) 0 2px, transparent 2px 30px);
}

.phone-top h2 {
  margin: 1.1rem 0 0.35rem;
  font-size: 1.35rem;
  line-height: 1.1;
}

.phone-body {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  background: #fffaf2;
}

.chip-row,
.chip-card,
.timeline-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
}

.chip-row {
  grid-template-columns: auto 1fr;
}

.chip-row strong,
.chip-card h3 {
  display: block;
  margin: 0;
}

.muted,
.chip-row span:not(.chip),
.chip-meta {
  color: var(--cr-muted);
  font-size: 0.92rem;
}

.feature-card,
.quote-card,
.app-card,
.stat-card,
.auth-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.07);
}

.feature-card,
.quote-card {
  min-height: 100%;
  padding: 1.4rem;
  border-radius: 24px;
}

.step-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.step-card h3 {
  margin-top: 0.15rem;
}

.milestone-chip {
  font-size: 1.2rem;
}

.login-benefit-panel {
  min-height: 100%;
  padding: 1.6rem;
  border: 1px solid rgba(6, 27, 61, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 248, 255, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(45, 215, 208, 0.18), transparent 18rem);
  box-shadow: var(--panel-shadow);
}

.benefit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(6, 27, 61, 0.08);
  border-radius: 22px;
  background: #fff;
}

.benefit-row strong {
  display: block;
  font-size: 1.05rem;
}

.benefit-row p {
  margin: 0.25rem 0 0;
  color: var(--cr-muted);
}

.app-card,
.auth-card {
  min-width: 0;
  padding: 1.35rem;
  border-radius: 24px;
}

.stat-card {
  min-width: 0;
  min-height: 100%;
  padding: 1.1rem;
  border-radius: 22px;
}

.stat-card strong {
  display: block;
  font-size: 1.65rem;
  font-family: "Outfit", system-ui, sans-serif;
  overflow-wrap: anywhere;
}

.proof-marquee,
.footer-dark {
  color: #fff;
  background:
    linear-gradient(90deg, #061b3d, #073d8d 48%, #0f6edb),
    var(--cr-black);
}

.proof-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.15rem 1.2rem;
  font-weight: 900;
}

.data-band {
  color: #fff;
  background:
    linear-gradient(145deg, #061b3d, #0b326f 48%, #126bff 82%, #2dd7d0),
    repeating-linear-gradient(45deg, rgba(255, 194, 71, 0.18) 0 2px, transparent 2px 30px);
}

.data-tile {
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.cta-mega {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(135deg, #126bff, #2dd7d0 45%, #65d79b 72%, #ffc247),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 28px);
  box-shadow: var(--soft-shadow);
}

.footer-dark a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-dark a:hover {
  color: #fff;
}

.page-hero,
.auth-shell,
.app-shell {
  padding-top: 7rem;
}

.auth-shell {
  min-height: calc(100vh - 90px);
  padding-bottom: 4rem;
}

.form-label {
  color: var(--cr-muted);
  font-size: 0.9rem;
  font-weight: 900;
}

.form-control,
.form-select {
  min-height: 48px;
  border-color: rgba(17, 17, 17, 0.13);
  border-radius: 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(18, 107, 255, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(18, 107, 255, 0.16);
}

.app-shell {
  display: grid;
  flex: 1 0 auto;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 1.4rem;
  min-width: 0;
  width: 100%;
  padding-bottom: 4rem;
}

.app-footer {
  margin-top: auto;
}

.app-shell > * {
  min-width: 0;
}

.app-sidebar {
  position: sticky;
  top: 6.5rem;
  align-self: start;
  max-width: 100%;
  padding: 0.85rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
}

.app-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.82rem 0.9rem;
  border-radius: 16px;
  color: var(--cr-muted);
  font-weight: 900;
  text-decoration: none;
}

.app-sidebar a:hover {
  color: #0648b4;
  background: rgba(18, 107, 255, 0.12);
}

.main-panel {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 1.6rem;
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, #061b3d, #0b326f 48%, var(--cr-blue) 80%, #2dd7d0),
    repeating-linear-gradient(135deg, rgba(255, 194, 71, 0.15) 0 1px, transparent 1px 26px);
  box-shadow: var(--panel-shadow);
}

.panel-head > div {
  min-width: 0;
}

.panel-head h1 {
  margin: 0 0 0.5rem;
  font-size: 3rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.panel-head p,
.chip-card h3,
.chip-meta,
.mobile-track-row h3 {
  overflow-wrap: anywhere;
}

.chip-card {
  min-width: 0;
}

.chip-card > div {
  min-width: 0;
}

.mobile-track-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(6, 27, 61, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.mobile-track-row h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.detail-row:last-child {
  border-bottom: 0;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .display-title {
    font-size: 3.55rem;
  }

  .section-title {
    font-size: 2.7rem;
  }

  .app-shell {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-right: clamp(0.75rem, 3.5vw, 1.25rem);
    padding-left: clamp(0.75rem, 3.5vw, 1.25rem);
  }

  .app-sidebar {
    position: static;
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .app-sidebar a {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: 0;
    justify-content: flex-start;
  }

  .app-sidebar a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-panel > .row {
    gap: 1rem;
    margin-right: 0;
    margin-left: 0;
  }

  .main-panel > .row > * {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    justify-content: stretch;
  }

  .panel-head .chip-xl {
    width: 104px;
    height: 104px;
    font-size: 0.95rem;
  }

  .panel-head .icon-token-xl {
    width: 104px;
    height: 104px;
    font-size: 1.8rem;
  }

  .chip-card,
  .timeline-item {
    grid-template-columns: minmax(0, 1fr);
  }

  .chip-card > .d-flex {
    justify-content: flex-start !important;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .display-title {
    font-size: 2.65rem;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .hero-wrap {
    padding-top: 6.25rem;
  }

  .app-shell {
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .app-sidebar {
    gap: 0.2rem;
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 0.65rem;
    border-radius: 18px;
  }

  .app-sidebar a {
    flex: 1 1 calc(50% - 0.2rem);
    min-width: 0;
    justify-content: flex-start;
    padding: 0.72rem 0.78rem;
    border-radius: 14px;
  }

  .app-sidebar a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .phone-stage {
    min-height: auto;
  }

  .hero-device-wrap {
    min-height: auto;
    margin-top: 1.25rem;
  }

  .hero-device-image {
    width: min(108%, 430px);
    max-width: none;
  }

  .hero-plate {
    display: none;
  }

  .device,
  .phone-main,
  .phone-mini {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .phone-mini {
    margin-top: 1rem;
  }

  .panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    justify-content: stretch;
    padding: 1.15rem;
    border-radius: 24px;
  }

  .panel-head .chip-xl {
    width: 86px;
    height: 86px;
    font-size: 0.82rem;
  }

  .panel-head .icon-token-xl {
    width: 86px;
    height: 86px;
    font-size: 1.45rem;
  }

  .panel-head .btn {
    max-width: 100%;
    white-space: normal;
    justify-self: start;
  }

  .chip-card,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .panel-head h1 {
    font-size: 2.05rem;
  }

  .app-card,
  .auth-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .chip-card {
    padding: 0.95rem;
  }

  .chip-card .chip,
  .chip-card .chip-image {
    justify-self: start;
  }

  .chip-card > .d-flex {
    justify-content: flex-start !important;
    width: 100%;
  }

  .chip-card .btn,
  .chip-card form {
    max-width: 100%;
  }

  .mobile-track-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .mobile-track-row .btn {
    justify-self: start;
  }
}
