/* =========================================================
   JPRO — FUTURISTIC WEBSITE
   ========================================================= */

:root {
  --bg: #020202;
  --bg-soft: #070706;
  --panel: rgba(10, 10, 8, 0.88);

  --gold: #e8a92b;
  --gold-light: #ffe49a;
  --gold-bright: #ffc94d;

  --red: #ff211d;
  --red-dark: #8c0c0a;
  --red-bright: #ff4a42;

  --white: #f8f4e9;
  --text: #ddd8ca;
  --muted: #858179;
  --muted-dark: #55524c;

  --line: rgba(225, 169, 43, 0.22);

  --display: "Orbitron", sans-serif;
  --body: "Rajdhani", sans-serif;
}


/* =========================================================
   RESET
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;

  background:
    radial-gradient(
      circle at 50% 12%,
      rgba(255, 32, 29, 0.055),
      transparent 28%
    ),
    radial-gradient(
      circle at 78% 35%,
      rgba(232, 169, 43, 0.035),
      transparent 30%
    ),
    #020202;

  color: var(--white);

  font-family: var(--body);

  position: relative;
}

a,
button,
input {
  font-family: inherit;
}

button {
  border: 0;
}


/* =========================================================
   ATMOSPHERE
   ========================================================= */

.noise {
  position: fixed;
  inset: 0;

  pointer-events: none;

  z-index: 100;

  opacity: 0.025;

  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;

  width: 50vw;
  height: 50vw;

  border-radius: 50%;

  filter: blur(130px);

  pointer-events: none;

  z-index: -5;
}

.ambient-red {
  left: 15%;
  top: 5%;

  background: rgba(255, 25, 20, 0.10);
}

.ambient-gold {
  right: -20%;
  bottom: -5%;

  background: rgba(255, 184, 45, 0.07);
}


/* =========================================================
   GRID
   ========================================================= */

.background-grid {
  position: fixed;

  left: -25%;
  right: -25%;
  bottom: -32%;

  height: 72%;

  z-index: -3;

  opacity: 0.5;

  transform:
    perspective(800px)
    rotateX(61deg);

  background-image:
    linear-gradient(
      rgba(255, 31, 25, 0.10) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(232, 169, 43, 0.09) 1px,
      transparent 1px
    );

  background-size: 65px 65px;

  mask-image:
    linear-gradient(
      to top,
      black 0%,
      rgba(0, 0, 0, 0.75) 40%,
      transparent 100%
    );
}

.scanlines {
  position: fixed;
  inset: 0;

  z-index: -1;

  pointer-events: none;

  opacity: 0.12;

  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 3px,
      rgba(255,255,255,0.012) 4px
    );
}


/* =========================================================
   COMMON
   ========================================================= */

.section-shell {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
}

.reveal {
  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.2,.8,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}


/* =========================================================
   HEADER
   ========================================================= */

.nav {
  position: fixed;

  top: 0;
  left: 0;
  right: 0;

  height: 82px;

  padding: 0 44px;

  display: flex;
  align-items: center;

  gap: 38px;

  z-index: 50;

  background:
    linear-gradient(
      180deg,
      rgba(2,2,2,0.94),
      rgba(2,2,2,0.72)
    );

  backdrop-filter: blur(20px);

  border-bottom:
    1px solid rgba(225, 169, 43, 0.12);
}

.nav::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -1px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,32,29,.35),
      rgba(232,169,43,.35),
      transparent
    );
}


/* =========================================================
   LOGO
   ========================================================= */

.brand {
  display: flex;
  align-items: center;

  gap: 11px;

  color: white;

  text-decoration: none;

  min-width: 170px;
}

.brand-symbol {
  position: relative;

  width: 48px;
  height: 38px;

  display: flex;
  align-items: center;

  justify-content: center;

  transform: skew(-12deg);
}

.brand-symbol::before {
  content: "";

  position: absolute;

  inset: 2px;

  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);

  transform: skew(8deg);

  opacity: .8;
}

.brand-symbol::after {
  content: "";

  position: absolute;

  width: 34px;
  height: 2px;

  bottom: 4px;
  left: 7px;

  background: var(--red);

  box-shadow: 0 0 12px rgba(255,32,29,.7);
}

.brand-symbol span {
  position: relative;

  font-family: var(--display);

  font-size: 25px;

  line-height: 1;

  font-weight: 900;

  font-style: italic;

  color: var(--gold-light);

  letter-spacing: -8px;

  text-shadow:
    0 0 14px rgba(255,196,65,.25);
}

.brand-symbol span:first-child {
  transform: translateX(3px);
}

.brand-symbol span:last-child {
  transform: translateX(8px);
}

.brand-text {
  display: flex;
  flex-direction: column;

  line-height: 1;
}

.brand-text strong {
  font-family: var(--display);

  font-size: 20px;

  letter-spacing: 3px;

  color: var(--gold-light);
}

.brand-text small {
  margin-top: 5px;

  font-family: var(--display);

  font-size: 6px;

  letter-spacing: 3px;

  color: #77736b;
}


/* =========================================================
   NAV LINKS
   ========================================================= */

.desktop-nav {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 29px;

  margin: auto;
}

.desktop-nav a {
  position: relative;

  color: #85827a;

  text-decoration: none;

  font-family: var(--display);

  font-size: 10px;

  font-weight: 600;

  letter-spacing: .8px;

  transition: .25s;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #fff;
}

.desktop-nav a.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;

  bottom: -15px;

  height: 2px;

  background: var(--red);

  box-shadow:
    0 0 8px var(--red),
    0 0 18px rgba(255,32,29,.5);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 46px;

  padding: 13px 23px;

  border-radius: 4px;

  text-decoration: none;

  cursor: pointer;

  font-family: var(--display);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .8px;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--gold-light);

  border: 1px solid rgba(232,169,43,.7);

  background:
    linear-gradient(
      180deg,
      rgba(232,169,43,.05),
      rgba(232,169,43,.01)
    );

  box-shadow:
    inset 0 0 20px rgba(232,169,43,.025);
}

.btn-outline:hover {
  box-shadow:
    0 0 25px rgba(232,169,43,.14),
    inset 0 0 20px rgba(232,169,43,.06);
}

.btn-red {
  color: white;

  border: 1px solid var(--red);

  background:
    linear-gradient(
      100deg,
      rgba(255,32,29,.27),
      rgba(115,8,6,.18)
    );

  box-shadow:
    0 0 28px rgba(255,32,29,.10),
    inset 0 0 25px rgba(255,32,29,.08);
}

.btn-red:hover {
  box-shadow:
    0 0 32px rgba(255,32,29,.28),
    inset 0 0 30px rgba(255,32,29,.12);
}

.btn-gold {
  color: #171005;

  border: 1px solid #ffce5d;

  background:
    linear-gradient(
      180deg,
      #ffe18a 0%,
      #e8a72b 48%,
      #b96c0c 100%
    );

  box-shadow:
    0 0 28px rgba(232,169,43,.13);
}

.btn-gold:hover {
  box-shadow:
    0 0 35px rgba(232,169,43,.30);
}

.full {
  width: 100%;
}

.small {
  min-height: 40px;

  padding: 10px 17px;

  font-size: 9px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  min-height: 780px;

  padding-top: 130px;

  display: grid;

  grid-template-columns:
    1.02fr
    1fr
    .82fr;

  align-items: center;

  gap: 12px;

  position: relative;
}

.hero::before {
  content: "";

  position: absolute;

  left: 13%;
  top: 17%;

  width: 48%;
  height: 45%;

  background:
    radial-gradient(
      ellipse,
      rgba(255,30,25,.075),
      transparent 68%
    );

  filter: blur(20px);

  pointer-events: none;
}


/* =========================================================
   HERO COPY
   ========================================================= */

.hero-copy {
  position: relative;
  z-index: 3;
  overflow: visible;
  min-width: 0;
}

.eyebrow {
  display: flex;

  align-items: center;

  gap: 9px;

  margin-bottom: 22px;

  color: var(--gold);

  font-family: var(--display);

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 3px;
}

.eyebrow-line {
  width: 32px;
  height: 2px;

  background: var(--red);

  box-shadow:
    0 0 12px rgba(255,32,29,.7);
}

.future {
  margin: 0;

  color: #b68b30;

  font-family: var(--display);

  font-size: 22px;

  font-weight: 500;

  letter-spacing: 5px;
}

.hero-title-wrap {
  position: relative;

  display: inline-block;
}

.hero h1 {
  position: relative;

  z-index: 2;

  margin: 1px 0 8px;

  padding-right: 18px;

  font-family: var(--display);

  font-size: clamp(66px, 8vw, 118px);

  line-height: .9;

  font-weight: 900;

  font-style: italic;

  letter-spacing: -8px;

  overflow: visible;

  background:
    linear-gradient(
      180deg,
      #fff5c2 0%,
      #ffd96b 22%,
      #e9a72d 50%,
      #8a4c06 82%,
      #e3a327 100%
    );

  -webkit-background-clip: text;

  background-clip: text;

  color: transparent;

  filter:
    drop-shadow(0 0 16px rgba(232,169,43,.17));
}

.title-glow {
  position: absolute;

  left: 10%;

  right: 0;

  bottom: 10px;

  height: 24px;

  background:
    radial-gradient(
      ellipse,
      rgba(255,32,29,.25),
      transparent 70%
    );

  filter: blur(14px);

  z-index: 1;
}

.hero h2 {
  margin: 0 0 18px;

  color: #e4b74c;

  font-family: var(--display);

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.hero h2 span {
  color: #f5f1e8;
}

.lead {
  max-width: 470px;

  margin: 0;

  color: #98948b;

  font-size: 17px;

  line-height: 1.55;
}

.hero-actions {
  display: flex;

  gap: 12px;

  margin-top: 27px;
}

.hero-buy {
  min-width: 150px;
}

.mini-proof {
  display: flex;

  align-items: center;

  gap: 8px;

  margin-top: 27px;

  color: #64615b;

  font-family: var(--display);

  font-size: 8px;

  letter-spacing: 1px;
}

.mini-proof i {
  width: 1px;
  height: 10px;

  background: #33312d;
}

.proof-dot {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #24ff93;

  box-shadow:
    0 0 10px #24ff93;
}


/* =========================================================
   COIN STAGE
   ========================================================= */

.coin-stage {
  position: relative;

  height: 520px;

  display: grid;

  place-items: center;

  perspective: 1000px;
}

.coin-aura {
  position: absolute;

  width: 390px;
  height: 390px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(255,190,55,.14),
      rgba(255,32,29,.06) 38%,
      transparent 70%
    );

  filter: blur(15px);

  animation: auraPulse 4s ease-in-out infinite;
}


/* =========================================================
   ORBITS
   ========================================================= */

.orbit {
  position: absolute;

  border-radius: 50%;

  border: 1px solid rgba(255,44,34,.48);

  transform-style: preserve-3d;

  box-shadow:
    0 0 8px rgba(255,32,29,.10);

  animation: orbitSpin 15s linear infinite;
}

.orbit::before,
.orbit::after {
  content: "";

  position: absolute;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--red);

  box-shadow:
    0 0 12px var(--red);
}

.orbit::before {
  top: -3px;
  left: 28%;
}

.orbit::after {
  right: 15%;
  bottom: -3px;

  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}

.orbit-one {
  width: 410px;
  height: 150px;

  transform:
    rotate(-17deg);
}

.orbit-two {
  width: 445px;
  height: 175px;

  transform:
    rotate(57deg);

  animation-direction: reverse;

  opacity: .72;
}

.orbit-three {
  width: 475px;
  height: 205px;

  transform:
    rotate(0deg);

  opacity: .32;

  animation-duration: 22s;
}


/* =========================================================
   ENERGY RINGS
   ========================================================= */

.energy-ring {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.ring-one {
  width: 330px;
  height: 330px;

  border:
    1px solid rgba(232,169,43,.33);

  box-shadow:
    0 0 50px rgba(232,169,43,.08),
    inset 0 0 45px rgba(232,169,43,.06);

  animation: ringPulse 4s ease-in-out infinite;
}

.ring-two {
  width: 365px;
  height: 365px;

  border:
    1px dashed rgba(255,32,29,.17);

  animation:
    ringRotate 24s linear infinite;
}


/* =========================================================
   COIN
   ========================================================= */

.coin-shadow {
  position: absolute;

  bottom: 66px;

  width: 270px;
  height: 55px;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(255,170,30,.22),
      transparent 68%
    );

  filter: blur(10px);
}

.coin {
  position: relative;

  width: 255px;
  height: 255px;

  border-radius: 50%;

  z-index: 5;

  padding: 10px;

  background:
    conic-gradient(
      from 15deg,
      #5c3103,
      #ffd86d,
      #8a4a05,
      #f8c348,
      #5b2d00,
      #e9a62b,
      #ffdd77,
      #6b3500,
      #5c3103
    );

  box-shadow:
    0 0 35px rgba(232,169,43,.34),
    0 0 95px rgba(255,32,29,.12);

  animation:
    coinFloat 5s ease-in-out infinite;
}

.coin-edge {
  width: 100%;
  height: 100%;

  padding: 9px;

  border-radius: 50%;

  background:
    repeating-conic-gradient(
      from 0deg,
      #a36510 0deg 4deg,
      #f6c955 4deg 8deg
    );
}

.coin-face {
  position: relative;

  width: 100%;
  height: 100%;

  overflow: hidden;

  border-radius: 50%;

  display: grid;

  place-items: center;

  background:
    radial-gradient(
      circle at 35% 25%,
      #5d3a0d,
      #181006 46%,
      #050403 78%
    );

  border:
    1px solid rgba(255,220,125,.65);

  box-shadow:
    inset 0 0 35px rgba(0,0,0,.95),
    inset 0 0 80px rgba(220,153,35,.08);
}

.coin-face::before {
  content: "";

  position: absolute;

  inset: 10px;

  border-radius: 50%;

  border:
    1px solid rgba(255,217,117,.25);
}

.coin-face::after {
  content: "";

  position: absolute;

  width: 90%;
  height: 45%;

  top: -10%;
  left: 5%;

  border-radius: 50%;

  background:
    linear-gradient(
      180deg,
      rgba(255,242,166,.18),
      transparent
    );

  filter: blur(8px);
}

.coin-inner-ring {
  position: absolute;

  width: 74%;
  height: 74%;

  border-radius: 50%;

  border:
    1px solid rgba(255,214,106,.20);
}

.coin-logo {
  position: relative;

  z-index: 3;

  display: flex;

  align-items: center;

  justify-content: center;

  transform: skew(-9deg);

  margin-left: -24px;
}

.coin-logo span {
  font-family: var(--display);

  font-size: 78px;

  line-height: .8;

  font-weight: 900;

  font-style: italic;

  color: #f7cb59;

  letter-spacing: -22px;

  text-shadow:
    2px 4px 0 #6b3b05,
    0 0 25px rgba(255,201,62,.32);
}

.coin-stars {
  position: absolute;

  inset: 0;

  z-index: 2;
}

.coin-stars i {
  position: absolute;

  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: #ffd970;

  box-shadow:
    0 0 7px rgba(255,211,100,.6);
}

.coin-stars i:nth-child(1) {
  left: 24%;
  top: 31%;
}

.coin-stars i:nth-child(2) {
  left: 70%;
  top: 34%;
}

.coin-stars i:nth-child(3) {
  left: 18%;
  top: 62%;
}

.coin-stars i:nth-child(4) {
  left: 76%;
  top: 65%;
}

.coin-stars i:nth-child(5) {
  left: 30%;
  top: 76%;
}

.coin-stars i:nth-child(6) {
  left: 65%;
  top: 74%;
}

.coin-bottom {
  position: absolute;

  bottom: 22px;

  z-index: 4;

  font-family: var(--display);

  font-size: 7px;

  letter-spacing: 4px;

  color: rgba(255,220,130,.46);
}


/* =========================================================
   BEAM
   ========================================================= */

.beam {
  position: absolute;

  bottom: 47px;

  width: 340px;
  height: 95px;

  background:
    radial-gradient(
      ellipse,
      rgba(255,190,50,.24),
      rgba(255,32,29,.08) 38%,
      transparent 72%
    );

  filter: blur(5px);

  z-index: 1;
}


/* =========================================================
   FLOATING PARTICLES
   ========================================================= */

.floating-particle {
  position: absolute;

  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: var(--gold);

  box-shadow:
    0 0 12px var(--gold);

  animation:
    floatingParticle 4s ease-in-out infinite;
}

.fp-one {
  top: 22%;
  right: 12%;
}

.fp-two {
  bottom: 24%;
  left: 8%;

  animation-delay: 1s;

  background: var(--red);

  box-shadow:
    0 0 12px var(--red);
}

.fp-three {
  top: 42%;
  left: 5%;

  animation-delay: 2s;
}


/* =========================================================
   PRESALE CARD
   ========================================================= */

.presale-card {
  position: relative;

  padding: 28px;

  border:
    1px solid rgba(232,169,43,.25);

  border-radius: 12px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      rgba(20,18,13,.96),
      rgba(5,5,4,.96)
    );

  box-shadow:
    0 25px 60px rgba(0,0,0,.5),
    inset 0 0 55px rgba(232,169,43,.025);

  z-index: 5;
}

.card-top-glow {
  position: absolute;

  width: 230px;
  height: 190px;

  right: -100px;
  top: -90px;

  border-radius: 50%;

  background: rgba(255,32,29,.17);

  filter: blur(55px);
}

.card-corner {
  position: absolute;

  width: 13px;
  height: 13px;

  border-color: rgba(232,169,43,.7);
}

.corner-tl {
  top: 9px;
  left: 9px;

  border-top: 1px solid;
  border-left: 1px solid;
}

.corner-tr {
  top: 9px;
  right: 9px;

  border-top: 1px solid;
  border-right: 1px solid;
}

.corner-bl {
  bottom: 9px;
  left: 9px;

  border-bottom: 1px solid;
  border-left: 1px solid;
}

.corner-br {
  bottom: 9px;
  right: 9px;

  border-bottom: 1px solid;
  border-right: 1px solid;
}

.card-head {
  position: relative;
}

.status {
  display: flex;

  align-items: center;

  gap: 6px;

  color: #ff5149;

  font-family: var(--display);

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.status span {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--red);

  box-shadow:
    0 0 10px var(--red);
}

.card-head h3 {
  margin: 13px 0 7px;

  color: #f5d16b;

  font-family: var(--display);

  font-size: 21px;

  font-weight: 700;

  letter-spacing: 1px;
}

.card-head h3 strong {
  color: var(--red-bright);
}

.card-head p {
  margin: 0 0 22px;

  color: #858179;

  font-size: 13px;

  line-height: 1.45;
}

.field-row {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 17px 0;

  border-top:
    1px solid rgba(255,255,255,.08);
}

.field-row label,
.count-label,
.receive-row span {
  color: #69665f;

  font-family: var(--display);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 1px;
}

.field-row strong {
  color: var(--gold-light);

  font-family: var(--display);

  font-size: 20px;
}

.input-wrap {
  display: flex;

  align-items: center;

  gap: 5px;
}

.input-wrap > span {
  color: var(--gold);

  font-size: 18px;
}

.input-wrap input {
  width: 95px;

  padding: 0;

  border: 0;

  outline: 0;

  background: transparent;

  color: white;

  text-align: right;

  font-family: var(--display);

  font-size: 17px;

  font-weight: 700;
}

.input-wrap input::placeholder {
  color: #5f5b54;
}

.receive-row {
  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 16px 0 20px;
}

.receive-row strong {
  color: white;

  font-family: var(--display);

  font-size: 13px;
}

.count-label {
  margin: 21px 0 11px;

  text-align: center;
}

.countdown {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 7px;
}

.countdown div {
  min-width: 45px;

  text-align: center;
}

.countdown b {
  display: block;

  color: #e9e5dc;

  font-family: var(--display);

  font-size: 23px;

  font-weight: 600;
}

.countdown span {
  color: #57544f;

  font-size: 7px;
}

.countdown em {
  color: var(--gold);

  font-size: 16px;

  font-style: normal;

  margin-top: -10px;
}

.card-bottom-line {
  width: 45%;

  height: 1px;

  margin: 23px auto 0;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,32,29,.65),
      transparent
    );
}


/* =========================================================
   STATS
   ========================================================= */

.stats {
  position: relative;

  display: grid;

  grid-template-columns: repeat(4,1fr);

  overflow: hidden;

  border:
    1px solid rgba(232,169,43,.20);

  border-radius: 12px;

  background:
    linear-gradient(
      90deg,
      rgba(15,14,11,.94),
      rgba(7,7,6,.94)
    );

  box-shadow:
    0 20px 50px rgba(0,0,0,.25);
}

.stat {
  position: relative;

  padding: 24px 15px;

  text-align: center;

  border-right:
    1px solid rgba(232,169,43,.11);
}

.stat:last-child {
  border-right: 0;
}

.stat span {
  display: block;

  color: #9c813a;

  font-family: var(--display);

  font-size: 8px;

  letter-spacing: 1px;
}

.stat strong {
  display: block;

  margin: 8px 0 5px;

  color: #e9b63c;

  font-family: var(--display);

  font-size: 23px;
}

.stat small {
  color: #55524d;

  font-size: 10px;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.section-title {
  padding: 95px 0 37px;

  text-align: center;
}

.section-title span {
  color: #ad8733;

  font-family: var(--display);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 4px;
}

.section-title h2 {
  margin: 8px 0;

  color: #e7b641;

  font-family: var(--display);

  font-size: 25px;

  font-weight: 700;

  letter-spacing: 2px;
}

.section-title p {
  margin: 10px 0 0;

  color: #68655e;

  font-size: 15px;
}


/* =========================================================
   STAGES
   ========================================================= */

.stage-grid {
  display: grid;

  grid-template-columns:
    1fr
    48px
    1fr
    48px
    1fr;

  align-items: center;
}

.stage {
  position: relative;

  min-height: 178px;

  padding: 30px;

  text-align: center;

  border:
    1px solid rgba(232,169,43,.17);

  background:
    linear-gradient(
      145deg,
      rgba(12,12,10,.85),
      rgba(4,4,3,.85)
    );

  overflow: hidden;
}

.stage::before {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  top: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(232,169,43,.4),
      transparent
    );
}

.stage.current {
  border-color: rgba(255,32,29,.55);

  box-shadow:
    inset 0 0 45px rgba(255,32,29,.06),
    0 0 30px rgba(255,32,29,.05);
}

.stage-number {
  position: absolute;

  top: 13px;
  right: 16px;

  color: #39362f;

  font-family: var(--display);

  font-size: 10px;
}

.stage span {
  display: block;

  color: var(--red-bright);

  font-family: var(--display);

  font-size: 10px;

  font-weight: 700;
}

.stage small {
  display: block;

  margin: 11px 0;

  color: #a68134;

  font-size: 11px;
}

.stage strong {
  display: block;

  color: #eab943;

  font-family: var(--display);

  font-size: 28px;
}

.stage em {
  display: block;

  margin-top: 8px;

  color: #ff3e37;

  font-family: var(--display);

  font-size: 8px;

  font-style: normal;
}

.arrow {
  color: #b4862d;

  font-size: 33px;

  text-align: center;
}


/* =========================================================
   TOKENOMICS
   ========================================================= */

.token-grid {
  display: grid;

  grid-template-columns:
    1.1fr
    .9fr
    1.1fr;

  gap: 15px;
}

.panel {
  position: relative;

  min-height: 390px;

  padding: 30px;

  border:
    1px solid rgba(232,169,43,.17);

  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      rgba(16,15,12,.93),
      rgba(4,4,3,.94)
    );

  box-shadow:
    inset 0 0 45px rgba(232,169,43,.018),
    0 20px 50px rgba(0,0,0,.25);
}

.panel h3 {
  margin: 0;

  color: #d7ae48;

  font-family: var(--display);

  font-size: 12px;

  letter-spacing: 1px;
}


/* =========================================================
   DONUT
   ========================================================= */

.allocation {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;
}

.allocation h3 {
  grid-column: 1/-1;
}

.donut {
  width: 205px;
  height: 205px;

  margin: 25px auto 0;

  padding: 27px;

  border-radius: 50%;

  background:
    conic-gradient(
      var(--red) 0 50%,
      #d18e1c 50% 70%,
      #8d641e 70% 85%,
      #5c5b54 85% 95%,
      #292824 95% 100%
    );

  box-shadow:
    0 0 25px rgba(255,32,29,.06);
}

.donut > div {
  width: 100%;
  height: 100%;

  display: grid;

  place-content: center;

  text-align: center;

  border-radius: 50%;

  background: #080807;

  box-shadow:
    inset 0 0 30px #000;
}

.donut b {
  color: #efbe4a;

  font-family: var(--display);

  font-size: 44px;

  font-style: italic;
}

.donut span {
  color: #646159;

  font-family: var(--display);

  font-size: 7px;

  letter-spacing: 2px;
}

.legend {
  padding-left: 10px;
}

.legend p {
  color: #858179;

  font-size: 10px;
}

.legend i {
  display: inline-block;

  width: 11px;
  height: 5px;

  margin-right: 7px;

  border-radius: 2px;
}

.l-red {
  background: var(--red);
}

.l-gold {
  background: #d18e1c;
}

.l-amber {
  background: #8d641e;
}

.l-gray {
  background: #777;
}

.l-dark {
  background: #292824;
}


/* =========================================================
   BURN
   ========================================================= */

.burn {
  text-align: center;
}

.fire {
  margin-top: 5px;

  color: #ff382e;

  font-size: 52px;

  text-shadow:
    0 0 25px rgba(255,55,40,.45);
}

.burn h3 {
  margin-top: 4px;
}

.burn h3 span {
  color: #ff4b42;
}

.burn p {
  color: #858179;

  line-height: 1.55;

  font-size: 13px;
}

.burn-meter {
  height: 6px;

  margin: 28px 0 22px;

  overflow: hidden;

  border-radius: 20px;

  background: #17140f;
}

.burn-meter span {
  display: block;

  width: 52%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      #8f570c,
      #ff352d
    );

  box-shadow:
    0 0 14px rgba(255,53,45,.55);
}

.verified {
  margin-top: 18px;

  color: #55524d;

  font-size: 9px;
}


/* =========================================================
   CHART
   ========================================================= */

.fake-chart {
  position: relative;

  height: 225px;

  margin-top: 24px;

  overflow: hidden;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.035) 0 1px,
      transparent 1px 45px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.025) 0 1px,
      transparent 1px 60px
    );
}

.fake-chart::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(255,32,29,.07)
    );
}

.chart-line {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  overflow: visible;

  z-index: 2;
}

.chart-line polyline {
  fill: none;

  stroke: var(--red-bright);

  stroke-width: 3;

  vector-effect: non-scaling-stroke;

  filter:
    drop-shadow(0 0 7px rgba(255,32,29,.6));
}

.chart-caption {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 13px;

  font-family: var(--display);

  font-size: 8px;

  color: #57544e;
}

.chart-caption strong {
  color: #ff4941;
}


/* =========================================================
   ECOSYSTEM
   ========================================================= */

.eco-grid {
  display: grid;

  grid-template-columns:
    repeat(5,1fr);

  gap: 12px;
}

.eco-card {
  position: relative;

  min-height: 260px;

  padding: 27px 19px;

  text-align: center;

  border:
    1px solid rgba(232,169,43,.15);

  background:
    linear-gradient(
      145deg,
      rgba(13,13,11,.91),
      rgba(4,4,3,.94)
    );

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.eco-card:hover {
  transform: translateY(-7px);

  border-color:
    rgba(232,169,43,.55);

  box-shadow:
    0 20px 45px rgba(0,0,0,.3),
    0 0 25px rgba(232,169,43,.04);
}

.eco-card.featured {
  border-color:
    rgba(255,32,29,.65);

  box-shadow:
    inset 0 0 40px rgba(255,32,29,.045),
    0 0 30px rgba(255,32,29,.04);
}

.eco-card.featured::before {
  content: "JPRO";

  position: absolute;

  top: 10px;
  right: 12px;

  color: rgba(255,32,29,.35);

  font-family: var(--display);

  font-size: 7px;

  letter-spacing: 2px;
}

.eco-icon {
  margin-bottom: 18px;

  color: #e9b43b;

  font-size: 36px;

  text-shadow:
    0 0 16px rgba(232,169,43,.32);
}

.eco-card h3 {
  color: #dcb24c;

  font-family: var(--display);

  font-size: 10px;

  letter-spacing: .5px;
}

.eco-card p {
  color: #74716a;

  font-size: 12px;

  line-height: 1.5;
}


/* =========================================================
   ROADMAP
   ========================================================= */

.timeline {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(4,1fr);

  gap: 14px;
}

.timeline::before {
  content: "";

  position: absolute;

  top: 39px;

  left: 5%;

  right: 5%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(232,169,43,.28),
      rgba(255,32,29,.28),
      transparent
    );
}

.road {
  position: relative;

  min-height: 190px;

  padding: 28px;

  border:
    1px solid rgba(232,169,43,.16);

  border-radius: 7px;

  background:
    linear-gradient(
      145deg,
      rgba(14,13,11,.93),
      rgba(4,4,3,.94)
    );
}

.road span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  margin-bottom: 18px;

  border:
    1px solid rgba(255,32,29,.55);

  color: #ff4a41;

  font-family: var(--display);

  font-size: 10px;

  background: #070605;
}

.road h3 {
  margin: 0;

  color: #dfb34c;

  font-family: var(--display);

  font-size: 12px;
}

.road p {
  color: #74716b;

  line-height: 1.5;

  font-size: 12px;
}


/* =========================================================
   WHITEPAPER
   ========================================================= */

.wp-card {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  padding: 45px;

  overflow: hidden;

  border:
    1px solid rgba(232,169,43,.19);

  border-radius: 12px;

  background:
    linear-gradient(
      105deg,
      rgba(19,17,13,.96),
      rgba(5,5,4,.96)
    );
}

.wp-card::before {
  content: "";

  position: absolute;

  right: -5%;
  top: -90%;

  width: 40%;
  height: 300%;

  transform: rotate(18deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,32,29,.035),
      transparent
    );
}

.wp-card > div,
.wp-card .btn {
  position: relative;
  z-index: 2;
}

.wp-card span {
  color: #ae8632;

  font-family: var(--display);

  font-size: 8px;

  letter-spacing: 3px;
}

.wp-card h2 {
  margin: 8px 0;

  color: #e9b944;

  font-family: var(--display);

  font-size: 27px;
}

.wp-card p {
  max-width: 650px;

  margin: 0;

  color: #74716a;

  font-size: 15px;

  line-height: 1.5;
}


/* =========================================================
   FAQ
   ========================================================= */

.faq-list {
  max-width: 850px;

  margin: auto;
}

.faq-list details {
  border-bottom:
    1px solid rgba(232,169,43,.13);
}

.faq-list summary {
  padding: 19px 5px;

  cursor: pointer;

  color: #dcb34f;

  font-family: var(--display);

  font-size: 12px;

  font-weight: 600;

  list-style: none;
}

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

.faq-list summary::after {
  content: "+";

  float: right;

  color: var(--red);

  font-size: 18px;

  transition: .2s;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  padding: 0 5px 19px;

  margin: 0;

  color: #74716a;

  line-height: 1.6;

  font-size: 14px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer {
  display: grid;

  grid-template-columns:
    1fr
    2fr
    auto;

  align-items: center;

  gap: 25px;

  padding-top: 90px;

  padding-bottom: 35px;
}

.footer-logo {
  display: flex;

  align-items: center;

  gap: 10px;
}

.footer-logo strong {
  color: #e1ac3d;

  font-family: var(--display);

  font-size: 18px;

  letter-spacing: 2px;
}

.footer-copy h2 {
  margin: 0;

  color: #dfb445;

  font-family: var(--display);

  font-size: 23px;
}

.footer-copy p {
  margin: 8px 0 0;

  color: #5d5a54;

  font-size: 13px;
}

.footer > small {
  grid-column: 1/-1;

  padding-top: 30px;

  text-align: center;

  color: #44413c;

  border-top:
    1px solid rgba(255,255,255,.06);

  font-size: 10px;
}


/* =========================================================
   TOAST
   ========================================================= */

.toast {
  position: fixed;

  right: 24px;
  bottom: 24px;

  max-width: 330px;

  padding: 14px 18px;

  color: #ddd8ca;

  border:
    1px solid rgba(232,169,43,.6);

  border-radius: 5px;

  background:
    rgba(12,11,8,.97);

  box-shadow:
    0 0 35px rgba(0,0,0,.5),
    0 0 20px rgba(232,169,43,.07);

  transform: translateY(150%);

  transition: transform .35s ease;

  z-index: 200;

  font-size: 13px;
}

.toast.show {
  transform: translateY(0);
}


/* =========================================================
   PARTICLES
   ========================================================= */

#particles {
  position: fixed;

  inset: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;

  z-index: -2;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes coinFloat {
  0%,
  100% {
    transform:
      translateY(0)
      rotateY(0deg);
  }

  50% {
    transform:
      translateY(-13px)
      rotateY(5deg);
  }
}

@keyframes auraPulse {
  0%,
  100% {
    opacity: .65;
    transform: scale(.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes ringPulse {
  0%,
  100% {
    opacity: .65;
    transform: scale(.97);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes ringRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitSpin {
  from {
    transform:
      rotate(0deg)
      rotateX(62deg);
  }

  to {
    transform:
      rotate(360deg)
      rotateX(62deg);
  }
}

@keyframes floatingParticle {
  0%,
  100% {
    transform: translateY(0);
    opacity: .4;
  }

  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
}


/* =========================================================
   RESPONSIVE 1050
   ========================================================= */

@media (max-width: 1050px) {

  .nav {
    padding: 0 22px;
  }

  .desktop-nav {
    display: none;
  }

  .nav-wallet {
    margin-left: auto;
  }

  .hero {
    grid-template-columns:
      1fr
      1fr;

    gap: 0;
  }

  .hero-copy {
    grid-column: 1;

    grid-row: 1;
  }

  .coin-stage {
    grid-column: 2;

    grid-row: 1 / 3;
  }

  .presale-card {
    grid-column: 1;

    grid-row: 2;

    margin-top: 30px;
  }

  .token-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chart {
    grid-column: 1/-1;
  }

  .eco-grid {
    grid-template-columns:
      repeat(3,1fr);
  }

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

  .timeline::before {
    display: none;
  }
}


/* =========================================================
   RESPONSIVE 720
   ========================================================= */

@media (max-width: 720px) {

  .section-shell {
    width:
      min(
        calc(100% - 24px),
        1180px
      );
  }

  .nav {
    height: 68px;

    padding: 0 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand-text small {
    display: none;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .nav-wallet {
    min-height: 38px;

    padding: 9px 12px;

    font-size: 8px;
  }


  /* HERO */

  .hero {
    display: flex;

    flex-direction: column;

    min-height: auto;

    padding-top: 105px;
  }

  .hero-copy {
    width: 100%;

    text-align: center;

    order: 1;
  }

  .eyebrow {
    justify-content: center;
  }

  .future {
    font-size: 17px;

    letter-spacing: 4px;
  }

  .hero h1 {
    font-size: 72px;

    letter-spacing: -7px;
  }

  .hero h2 {
    font-size: 11px;

    line-height: 1.6;
  }

  .lead {
    max-width: 440px;

    margin:
      0 auto;
  }

  .hero-actions {
    justify-content: center;

    flex-wrap: wrap;
  }

  .mini-proof {
    justify-content: center;

    flex-wrap: wrap;
  }


  /* COIN */

  .coin-stage {
    order: 2;

    width: 100%;

    height: 390px;

    margin-top: 5px;
  }

  .coin {
    width: 190px;
    height: 190px;
  }

  .coin-logo span {
    font-size: 62px;

    letter-spacing: -17px;
  }

  .coin-bottom {
    bottom: 16px;
  }

  .ring-one {
    width: 260px;
    height: 260px;
  }

  .ring-two {
    width: 290px;
    height: 290px;
  }

  .orbit-one {
    width: 310px;
    height: 115px;
  }

  .orbit-two {
    width: 335px;
    height: 135px;
  }

  .orbit-three {
    width: 360px;
    height: 150px;
  }

  .beam {
    width: 260px;
  }


  /* CARD */

  .presale-card {
    order: 3;

    width: 100%;

    margin:
      0 0 15px;
  }


  /* STATS */

  .stats {
    grid-template-columns:
      1fr 1fr;
  }

  .stat {
    padding: 22px 10px;

    border-bottom:
      1px solid rgba(232,169,43,.11);
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(3),
  .stat:nth-child(4) {
    border-bottom: 0;
  }

  .stat:nth-child(3) {
    border-right:
      1px solid rgba(232,169,43,.11);
  }

  .stat strong {
    font-size: 17px;
  }

  .stat span {
    font-size: 7px;
  }


  /* SECTIONS */

  .section-title {
    padding:
      72px 0 30px;
  }


  /* STAGES */

  .stage-grid {
    grid-template-columns: 1fr;
  }

  .arrow {
    height: 38px;

    display: grid;

    place-items: center;

    transform: rotate(90deg);
  }


  /* TOKEN */

  .token-grid {
    grid-template-columns: 1fr;
  }

  .chart {
    grid-column: auto;
  }

  .allocation {
    grid-template-columns: 1fr;
  }

  .allocation h3 {
    grid-column: auto;
  }

  .legend {
    padding-left: 0;

    text-align: center;
  }


  /* ECOSYSTEM */

  .eco-grid {
    grid-template-columns:
      1fr 1fr;
  }


  /* ROADMAP */

  .timeline {
    grid-template-columns: 1fr;
  }


  /* WHITEPAPER */

  .wp-card {
    flex-direction: column;

    align-items: flex-start;

    padding: 30px;
  }


  /* FOOTER */

  .footer {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer > .btn {
    justify-self: center;
  }

  .footer > small {
    grid-column: auto;
  }

}


/* =========================================================
   RESPONSIVE 430
   ========================================================= */

@media (max-width: 430px) {

  .nav-wallet {
    font-size: 7px;

    padding:
      8px 9px;
  }

  .brand-symbol {
    width: 40px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .hero h1 {
    font-size: 65px;
  }

  .hero h2 {
    font-size: 10px;
  }

  .hero-actions {
    gap: 8px;
  }

  .btn {
    padding:
      12px 16px;
  }

  .stats strong {
    font-size: 15px;
  }

  .eco-grid {
    grid-template-columns: 1fr;
  }

  .countdown {
    gap: 3px;
  }

  .countdown div {
    min-width: 40px;
  }

  .countdown b {
    font-size: 20px;
  }

  .wp-card h2 {
    font-size: 22px;
  }

  /* =========================================================
   JPRO — BSC SCAN BUTTON
   ========================================================= */

.btn-bscscan {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 9px;

  min-height: 46px;

  padding: 13px 20px;

  border-radius: 4px;

  text-decoration: none;

  cursor: pointer;

  color: var(--gold-light);

  border: 1px solid rgba(232,169,43,.55);

  background:
    linear-gradient(
      180deg,
      rgba(232,169,43,.08),
      rgba(232,169,43,.015)
    );

  box-shadow:
    0 0 20px rgba(232,169,43,.05),
    inset 0 0 20px rgba(232,169,43,.025);

  font-family: var(--display);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .8px;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.btn-bscscan:hover {
  transform: translateY(-2px);

  border-color: rgba(255,201,77,.9);

  box-shadow:
    0 0 28px rgba(232,169,43,.16),
    inset 0 0 25px rgba(232,169,43,.06);
}

.btn-bscscan-icon {
  width: 17px;
  height: 17px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  border: 1px solid rgba(232,169,43,.65);

  border-radius: 50%;

  color: var(--gold-bright);

  font-size: 8px;

  line-height: 1;
}

@media (max-width: 430px) {

  .btn-bscscan {
    min-height: 42px;

    padding: 11px 14px;

    font-size: 8px;
  }

}

}