:root {
  --jq-night: #06152c;
  --jq-navy: #09264b;
  --jq-cyan: #45ddec;
  --jq-cyan-soft: #bdf7fb;
  --jq-coral: #ff7254;
  --jq-ice: #0b141d;
  --jq-cloud: #0e1923;
  --jq-text: #edf6fb;
  --jq-muted: #9fb2c1;
}

.junkquell-page {
  color: var(--jq-text);
  background: #070d13;
}

.jq-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 38%, rgba(69, 221, 236, 0.18), transparent 25rem),
    linear-gradient(125deg, #041226 0%, #082750 58%, #07182e 100%);
}

.jq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(92, 224, 237, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 224, 237, 0.16) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 60%, transparent);
}

.jq-grid-glow {
  position: absolute;
  width: 38rem;
  height: 38rem;
  right: -12rem;
  top: -15rem;
  border-radius: 50%;
  background: rgba(255, 114, 84, 0.13);
  filter: blur(70px);
}

.jq-hero-row {
  min-height: 720px;
  padding: 6rem 0;
}

.jq-kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
  color: var(--jq-cyan-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jq-kicker span {
  width: 2rem;
  height: 2px;
  background: var(--jq-coral);
}

.jq-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 6.6rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.jq-hero h1 em {
  color: var(--jq-cyan);
  font-style: normal;
}

.jq-hero-copy {
  max-width: 44rem;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.jq-hero-copy strong {
  color: #fff;
}

.jq-btn-primary {
  color: #041a31;
  background: var(--jq-cyan);
  border-color: var(--jq-cyan);
  box-shadow: 0 14px 32px rgba(69, 221, 236, 0.18);
}

.jq-btn-primary:hover,
.jq-btn-primary:focus {
  color: #041a31;
  background: #78ebf4;
  border-color: #78ebf4;
}

.jq-btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.04);
}

.jq-btn-ghost:hover,
.jq-btn-ghost:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
}

.jq-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.jq-status-row span {
  padding: 0.42rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(2, 12, 28, 0.32);
  font-size: 0.78rem;
  font-weight: 700;
}

.jq-icon-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 32rem;
}

.jq-icon-stage::before {
  content: "";
  position: absolute;
  width: 73%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70, 224, 237, 0.24), transparent 68%);
}

.jq-icon-stage img {
  position: relative;
  z-index: 2;
  width: min(78%, 25rem);
  height: auto;
  border-radius: 22%;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(136, 244, 252, 0.2);
}

.jq-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(103, 233, 244, 0.28);
  border-radius: 50%;
}

.jq-orbit-one {
  width: 95%;
  aspect-ratio: 1;
}

.jq-orbit-two {
  width: 73%;
  aspect-ratio: 1;
  border-style: dashed;
}

.jq-signal-card {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 10.5rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(5, 22, 47, 0.86);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.jq-signal-card strong {
  color: #fff;
  font-size: 0.9rem;
}

.jq-signal-card span {
  color: var(--jq-cyan-soft);
  font-size: 0.75rem;
}

.jq-signal-top {
  top: 13%;
  right: 0;
}

.jq-signal-bottom {
  bottom: 11%;
  left: -1rem;
}

.jq-trust-strip {
  color: #fff;
  background: #071425;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.jq-trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.55rem 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.jq-trust-item:last-child {
  border-right: 0;
}

.jq-trust-item > span {
  color: var(--jq-coral);
  font-size: 0.75rem;
  font-weight: 850;
}

.jq-trust-item div {
  display: flex;
  flex-direction: column;
}

.jq-trust-item strong {
  font-size: 0.92rem;
}

.jq-trust-item small {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.45;
}

.jq-section {
  background: #070d13;
}

.jq-section-label {
  margin-bottom: 0.75rem;
  color: #087f8a;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jq-label-light {
  color: var(--jq-cyan);
}

.jq-section-title {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.jq-section-intro {
  margin: 0;
  color: var(--jq-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.jq-feature-card {
  position: relative;
  overflow: hidden;
  padding: 1.7rem;
  border: 1px solid #2b3e4d;
  border-radius: 14px;
  background: #0e1923;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.jq-feature-card::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  right: -3rem;
  bottom: -3.5rem;
  border-radius: 50%;
  background: rgba(69, 221, 236, 0.1);
}

.jq-feature-card:hover {
  border-color: rgba(15, 177, 192, 0.42);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26);
}

.jq-card-number {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.15rem;
  border-radius: 8px;
  color: #fff;
  background: var(--jq-navy);
  font-size: 0.75rem;
  font-weight: 850;
}

.jq-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 850;
}

.jq-feature-card p {
  margin-bottom: 0;
  color: var(--jq-muted);
  line-height: 1.7;
}

.jq-provider-section {
  padding: 0 0 5.5rem;
  background: #070d13;
}

.jq-provider-panel {
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 114, 84, 0.22), transparent 18rem),
    linear-gradient(125deg, #082044, #073b59);
  box-shadow: 0 28px 60px rgba(7, 32, 68, 0.18);
}

.jq-provider-panel h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.jq-provider-panel p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.jq-provider-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.jq-provider-cloud span {
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(126, 239, 248, 0.22);
  border-radius: 9px;
  color: #e9fdff;
  background: rgba(2, 15, 38, 0.42);
  font-size: 0.9rem;
  font-weight: 750;
}

.jq-provider-note {
  margin: 1.2rem 0 0;
  font-size: 0.88rem;
}

.jq-how-section {
  background: var(--jq-cloud);
  border-top: 1px solid #2b3e4d;
  border-bottom: 1px solid #2b3e4d;
}

.jq-heading-narrow {
  max-width: 48rem;
}

.jq-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #3a4d5b;
}

.jq-steps article {
  position: relative;
  padding: 2.4rem 1.5rem 1rem;
  border-right: 1px solid #3a4d5b;
}

.jq-steps article:last-child {
  border-right: 0;
}

.jq-steps article > span {
  position: absolute;
  top: -1.1rem;
  left: 1.5rem;
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  background: var(--jq-coral);
  font-size: 0.8rem;
  font-weight: 850;
  box-shadow: 0 0 0 7px var(--jq-cloud);
}

.jq-steps h3 {
  font-size: 1.2rem;
  font-weight: 850;
}

.jq-steps p {
  color: var(--jq-muted);
  line-height: 1.65;
}

.jq-steps code {
  color: #70e4e9;
}

.jq-privacy-section {
  background: #070d13;
}

.jq-privacy-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 25rem;
  padding: 2rem;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, rgba(69, 221, 236, 0.26), transparent 11rem),
    linear-gradient(145deg, #06152c, #0a3663);
  box-shadow: 0 28px 60px rgba(7, 32, 68, 0.2);
}

.jq-privacy-visual::before,
.jq-privacy-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(69, 221, 236, 0.2);
  border-radius: 50%;
}

.jq-privacy-visual::before {
  width: 18rem;
  height: 18rem;
  top: -4rem;
  right: -4rem;
}

.jq-privacy-visual::after {
  width: 12rem;
  height: 12rem;
  top: -1rem;
  right: -1rem;
}

.jq-lock-mark {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 7rem;
  height: 6rem;
  transform: translateX(-50%);
  border: 5px solid var(--jq-cyan);
  border-radius: 16px;
}

.jq-lock-mark::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 4.5rem;
  height: 4.3rem;
  transform: translateX(-50%);
  border: 5px solid var(--jq-cyan);
  border-bottom: 0;
  border-radius: 50px 50px 0 0;
}

.jq-lock-mark span {
  position: absolute;
  top: 1.7rem;
  left: 50%;
  width: 0.7rem;
  height: 1.8rem;
  transform: translateX(-50%);
  border-radius: 9px;
  background: var(--jq-coral);
}

.jq-privacy-visual strong {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}

.jq-privacy-visual small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.65);
}

.jq-mini-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--jq-cyan);
  background: var(--jq-cloud);
}

.jq-mini-card strong {
  font-size: 0.95rem;
}

.jq-mini-card span {
  margin-top: 0.25rem;
  color: var(--jq-muted);
  font-size: 0.86rem;
}

.jq-roadmap-section {
  color: #fff;
  background:
    radial-gradient(circle at 10% 90%, rgba(255, 114, 84, 0.16), transparent 20rem),
    var(--jq-night);
}

.jq-roadmap-intro {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.jq-roadmap-list {
  display: grid;
  gap: 1rem;
}

.jq-roadmap-list article {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1.25rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.jq-roadmap-list article > span {
  align-self: start;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  color: #071a32;
  background: var(--jq-cyan);
  font-size: 0.7rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.jq-roadmap-list h3 {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.jq-roadmap-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.jq-final-section {
  background: var(--jq-ice);
}

.jq-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(7, 127, 138, 0.16);
  border-radius: 18px;
  background: #0e1923;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
}

.jq-final-card h2 {
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.jq-final-card p:last-child {
  max-width: 48rem;
  margin-bottom: 0;
  color: var(--jq-muted);
  line-height: 1.65;
}

.jq-final-card .jq-btn-primary {
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .jq-hero-row {
    min-height: auto;
  }

  .jq-icon-stage {
    min-height: 29rem;
  }

  .jq-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }

  .jq-steps article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  .jq-hero-row {
    padding: 4.5rem 0 3rem;
  }

  .jq-hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .jq-icon-stage {
    min-height: 25rem;
  }

  .jq-signal-top {
    right: -0.5rem;
  }

  .jq-signal-bottom {
    left: -0.5rem;
  }

  .jq-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .jq-trust-item:last-child {
    border-bottom: 0;
  }

  .jq-steps {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    border-top: 0;
  }

  .jq-steps article,
  .jq-steps article:nth-child(2) {
    padding: 1.4rem 0 0 3.6rem;
    border-top: 1px solid #3a4d5b;
    border-right: 0;
  }

  .jq-steps article > span {
    top: -1.1rem;
    left: 0;
  }

  .jq-roadmap-list article {
    grid-template-columns: 1fr;
  }

  .jq-roadmap-list article > span {
    justify-self: start;
  }

  .jq-final-card {
    align-items: stretch;
    flex-direction: column;
  }

  .jq-final-card .jq-btn-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jq-feature-card {
    transition: none;
  }
}
