:root{
  --bg: #0b0d11;
  --bg-2: #0f1218;
  --panel: rgba(20, 23, 30, 0.88);
  --panel-2: rgba(255,255,255,0.04);
  --panel-3: rgba(255,255,255,0.025);
  --text: rgba(255,255,255,0.96);
  --muted: rgba(255,255,255,0.68);
  --muted-2: rgba(255,255,255,0.52);
  --line: rgba(255,255,255,0.10);
  --line-2: rgba(255,255,255,0.08);
  --accent: #ff8a00;
  --accent-2: #ffb454;
  --accent-3: #ffca7a;
  --accent-soft: rgba(255,138,0,.12);
  --accent-soft-2: rgba(255,180,84,.08);
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --shadow-strong: 0 30px 90px rgba(0,0,0,.42);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 12px;
  --content: 1280px;
  --header-h: 78px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

html,
body{
  margin:0;
  padding:0;
  background:
    radial-gradient(circle at top left, rgba(255,138,0,.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255,180,84,.08), transparent 24%),
    linear-gradient(180deg, #0b0d11 0%, #0d1015 100%);
  color:var(--text);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body{
  min-height:100vh;
}

img{
  display:block;
  max-width:100%;
}

button,
input{
  font:inherit;
}

a{
  color:inherit;
  text-decoration:none;
}

.mono{
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1;
}

.pv-genesis,
.genesis{
  background:
    radial-gradient(circle at top left, rgba(255,138,0,.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255,180,84,.08), transparent 24%),
    linear-gradient(180deg, #0b0d11 0%, #0d1015 100%);
}


.container{
  width:min(100%, var(--content));
  margin:0 auto;
  padding-inline:24px;
}

.muted{
  color:var(--muted);
}

.link{
  color:var(--text);
  text-decoration:none;
  font-weight:700;
}

.link:hover{
  color:var(--accent-2);
}

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



.gen-main{
  position:relative;
}



.section{
  position:relative;
  border-top:1px solid rgba(255,255,255,.06);
}

.section--divider{
  background:rgba(255,255,255,0.015);
}

.section--gate{
  background:
    radial-gradient(circle at center, rgba(255,138,0,.08), transparent 55%);
}

.section > .container{
  padding-top:52px;
  padding-bottom:52px;
}



.kicker{
  margin:0 0 10px;
  font-size:12px;
  line-height:1;
  letter-spacing:.16em;
  color:var(--accent-3);
  font-weight:800;
  text-transform:uppercase;
}

.h2{
  margin:0 0 14px;
  font-size:clamp(28px, 4vw, 46px);
  line-height:1.04;
  letter-spacing:-0.045em;
  max-width:760px;
  text-wrap:balance;
}

.h2--tight{
  max-width:680px;
}

.h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-0.03em;
}

.h4{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.2;
  letter-spacing:-0.01em;
}

.p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  line-height:1.8;
  font-size:17px;
}

.p--mt{
  margin-top:14px;
}



.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:164px;
  min-height:50px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:-0.01em;
  transition:
    transform .12s ease,
    opacity .12s ease,
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.btn:hover{
  opacity:.99;
}

.btn:active{
  transform:translateY(1px);
}

.btn-primary{
  background:linear-gradient(180deg, var(--accent-2), var(--accent));
  color:#16120d;
  box-shadow:0 12px 28px rgba(255,138,0,.25);
}

.btn-ghost{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--text);
}

.btn-ghost:hover{
  border-color:rgba(255,138,0,.35);
  background:rgba(255,255,255,.045);
}

.btn-lg{
  min-height:52px;
  min-width:178px;
}



.gen-hero{
  position:relative;
  min-height:auto;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.gen-hero__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,138,0,.22), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(255,180,84,.10), transparent 20%),
    linear-gradient(90deg, rgba(6,8,12,.86) 0%, rgba(6,8,12,.58) 38%, rgba(6,8,12,.26) 72%, rgba(6,8,12,.12) 100%),
    url("/assets/foundersHero2560.webp") center/cover no-repeat;
  opacity:.95;
}

.gen-hero__overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.40), transparent 78%);
  opacity:.16;
  z-index:1;
}

.gen-hero__inner{
  position:relative;
  z-index:2;
  width:100%;
}

.gen-hero__content{
  display:grid;
  grid-template-columns:minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap:34px;
  align-items:center;
  padding:calc(var(--header-h) + 18px) 0 28px;
}

.gen-hero__content > .gen-hero__eyebrow,
.gen-hero__content > .gen-hero__title,
.gen-hero__content > .gen-hero__subtitle,
.gen-hero__content > .gen-hero__cta{
  grid-column:1;
}

.gen-hero__content > .hero-identity{
  grid-column:2;
  grid-row:1 / span 4;
  align-self:center;
  justify-self:end;
}

.gen-hero__eyebrow{
  display:block;
  position:relative;
  z-index:3;
  margin:0 0 14px;
  font-size:13px;
  line-height:1.1;
  letter-spacing:.18em;
  color:#ffcf82;
  font-weight:900;
  text-transform:uppercase;
  opacity:1;
  visibility:visible;
  text-shadow:0 0 18px rgba(255,138,0,.16);
}

.gen-hero__title{
  margin:0 0 14px;
  font-size:clamp(48px, 6vw, 78px);
  line-height:.93;
  letter-spacing:-0.06em;
  max-width:760px;
  text-wrap:balance;
}

.gen-hero__subtitle{
  margin:0;
  max-width:620px;
  font-size:18px;
  line-height:1.72;
  color:var(--muted);
}

.gen-hero__subtitle--compact{
  max-width:560px;
  font-size:17px;
  line-height:1.52;
}

.gen-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.gen-hero__note{
  margin:20px 0 0;
  font-size:14px;
  line-height:1.7;
  color:var(--muted-2);
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,138,0,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)),
    rgba(255,255,255,.02);
  font-size:12px;
  color:var(--text);
  letter-spacing:.03em;
  white-space:nowrap;
  box-shadow:0 8px 22px rgba(0,0,0,.16);
}



.hero-identity{
  position:relative;
  width:100%;
  max-width:640px;
}

.hero-identity__frame{
  position:relative;
  min-height:470px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,167,61,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018)),
    linear-gradient(135deg, rgba(50,78,155,.10), rgba(50,78,155,.04) 32%, rgba(0,0,0,.16) 100%);
  box-shadow:
    0 24px 80px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.hero-identity__frame::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:24px;
  border:1px solid rgba(255,167,61,.11);
  pointer-events:none;
}

.hero-identity__frame::after{
  content:"";
  position:absolute;
  inset:auto auto 12% 52%;
  width:240px;
  height:240px;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(60,94,188,.22) 0%, rgba(60,94,188,.10) 38%, rgba(60,94,188,0) 74%);
  transform:translateX(-50%);
  filter:blur(10px);
  pointer-events:none;
}

.hero-identity__badge{
  position:absolute;
  top:20px;
  left:20px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,167,61,.24);
  background:rgba(20,18,18,.48);
  color:var(--accent-3);
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.hero-identity__visual{
  position:relative;
  min-height:342px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:82px 28px 20px;
}

.hero-identity__visual::before{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:300px;
  height:300px;
  transform:translate(-50%, -44%);
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(60,94,188,.24) 0%, rgba(60,94,188,.12) 26%, rgba(60,94,188,.04) 48%, rgba(60,94,188,0) 72%);
  filter:blur(12px);
  pointer-events:none;
}

.hero-identity__character{
  position:relative;
  z-index:2;
  width:min(72%, 300px);
  height:auto;
  object-fit:contain;
  filter:
    drop-shadow(0 10px 28px rgba(0,0,0,.34))
    drop-shadow(0 0 20px rgba(74,112,224,.12));
}

.hero-identity__body{
  position:absolute;
  left:20px;
  right:140px;
  bottom:22px;
  z-index:3;
}

.hero-identity__title{
  margin:0 0 8px;
  font-size:clamp(1.28rem, 1.8vw, 1.72rem);
  line-height:1.1;
  letter-spacing:-0.02em;
  color:rgba(255,255,255,.97);
  font-weight:850;
}

.hero-identity__text{
  margin:0;
  max-width:31ch;
  font-size:.98rem;
  line-height:1.65;
  color:rgba(255,255,255,.76);
}

.hero-identity__emblemTag{
  position:absolute;
  right:18px;
  bottom:120px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,167,61,.24);
  background:rgba(20,18,18,.48);
  color:var(--accent-3);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.hero-identity__emblemBox{
  position:absolute;
  right:20px;
  bottom:22px;
  z-index:3;
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
    rgba(16,14,14,.62);
  box-shadow:
    0 12px 30px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.03);
}

.hero-identity__emblem{
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 6px 16px rgba(0,0,0,.24));
}



.copy-block{
  max-width:780px;
}



.panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,138,0,.12);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,0.02);
  box-shadow:var(--shadow);
}

.panel__topline{
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, rgba(255,180,84,.35), rgba(255,138,0,0));
  pointer-events:none;
}

.panel__inner{
  padding:24px;
}

.panel--mt{
  margin-top:18px;
}


.facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}

.fact{
  padding:18px;
  border:1px solid rgba(255,138,0,.10);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.fact:hover{
  transform:translateY(-1px);
  border-color:rgba(255,138,0,.18);
  box-shadow:var(--shadow);
}

.fact__k{
  margin:0 0 8px;
  font-size:12px;
  color:var(--muted-2);
  letter-spacing:.12em;
  text-transform:uppercase;
}

.fact__v{
  font-size:15px;
  line-height:1.55;
  font-weight:700;
  color:var(--text);
}

.fact__v small{
  display:block;
  margin-top:8px;
  font-size:13px;
  line-height:1.6;
  font-weight:500;
  color:var(--muted);
}

.fact__v--network{
  font-weight:600;
}

.network-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.network-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,138,0,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}

.network-chip--solo{
  padding-right:14px;
}

.network-chip img{
  width:18px;
  height:18px;
  object-fit:contain;
  flex:0 0 auto;
}

.network-chip span{
  font-size:13px;
  line-height:1;
  color:var(--text);
  font-weight:700;
}



.center-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:22px;
}

.center-cta--left{
  justify-content:flex-start;
}


.cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}

.cards--two{
  grid-template-columns:repeat(2, minmax(0,1fr));
}

.card{
  padding:20px;
  border:1px solid rgba(255,138,0,.10);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,138,0,.18);
  box-shadow:var(--shadow);
}


.status-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.status-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}

.stat{
  padding:22px 20px;
  border:1px solid rgba(255,138,0,.10);
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.stat:hover{
  transform:translateY(-2px);
  border-color:rgba(255,138,0,.22);
  box-shadow:var(--shadow);
}

.stat__label{
  margin:0 0 10px;
  font-size:12px;
  color:var(--muted-2);
  letter-spacing:.12em;
  text-transform:uppercase;
}

.stat__value{
  font-size:18px;
  line-height:1.45;
  font-weight:800;
  color:var(--text);
  word-break:break-word;
}


.split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(320px, .95fr);
  gap:26px;
  align-items:center;
}

.split__left,
.split__right{
  min-width:0;
}

.quote{
  padding:24px;
  border:1px solid rgba(255,138,0,.12);
  border-radius:24px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,138,0,.08), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,0.02);
  box-shadow:var(--shadow);
}

.quote__big{
  margin:0;
  font-size:clamp(26px, 4vw, 40px);
  line-height:1.08;
  letter-spacing:-0.04em;
  color:var(--text);
}

.quote__small{
  margin:14px 0 0;
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
}


.tier-card{
  overflow:hidden;
  border:1px solid rgba(255,138,0,.12);
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,0.02);
  box-shadow:var(--shadow);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.tier-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,138,0,.22);
  box-shadow:var(--shadow-strong);
}

.tier-card__head{
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 20px 16px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.tier-card__head--bonuses{
  align-items:flex-start;
}

.tier-card__title{
  margin:0;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-0.03em;
}

.tier-card__sub{
  margin:6px 0 0;
  font-size:13px;
  line-height:1.5;
  color:var(--muted);
}

.tier-card__body{
  padding:18px 20px 20px;
}

.tier-note{
  margin-top:14px;
  font-size:13px;
  line-height:1.68;
  color:var(--muted-2);
}

.bonus-row{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.bonus-row:last-of-type{
  border-bottom:0;
}

.bonus-row__threshold{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  min-width:72px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,138,0,.16);
  background:rgba(255,255,255,.025);
  color:var(--accent-3);
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}

.bonus-row__right{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.bonus-row__badge{
  width:28px;
  height:28px;
  object-fit:contain;
  flex:0 0 auto;
}

.bonus-row__right b{
  font-size:14px;
  line-height:1.55;
  color:var(--text);
  font-weight:800;
}

.reward-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap:16px;
  align-items:stretch;
  margin-top:24px;
}

.reward-identity-card{
  position:relative;
  min-height:420px;
}

.reward-identity-card__frame{
  position:relative;
  min-height:420px;
  border:1px solid rgba(255,138,0,.12);
  border-radius:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 48% 34%, rgba(60,94,188,.16), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,0.02);
  box-shadow:var(--shadow);
}

.reward-identity-card__frame::after{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.04);
  pointer-events:none;
}

.reward-identity-card__badge{
  position:absolute;
  top:18px;
  left:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,138,0,.20);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(255,255,255,.02);
  font-size:12px;
  line-height:1;
  letter-spacing:.16em;
  color:var(--accent-3);
  font-weight:800;
  text-transform:uppercase;
}

.reward-identity-card__visual{
  position:relative;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:72px 20px 20px;
}

.reward-identity-card__visual::before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(60,94,188,.22) 0%, rgba(60,94,188,.10) 30%, rgba(60,94,188,0) 68%);
  filter:blur(10px);
  pointer-events:none;
}

.reward-identity-card__character{
  position:relative;
  z-index:2;
  width:min(100%, 220px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 20px 34px rgba(0,0,0,.42));
}

.reward-identity-card__body{
  position:absolute;
  left:18px;
  right:118px;
  bottom:18px;
  z-index:2;
}

.reward-identity-card__title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-0.03em;
  color:var(--text);
}

.reward-identity-card__text{
  margin:0;
  font-size:14px;
  line-height:1.68;
  color:var(--muted);
}

.reward-identity-card__emblemTag{
  position:absolute;
  right:18px;
  bottom:102px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,138,0,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(255,255,255,.02);
  font-size:11px;
  line-height:1;
  letter-spacing:.16em;
  color:var(--accent-3);
  font-weight:800;
  text-transform:uppercase;
}

.reward-identity-card__emblemBox{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:2;
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px solid rgba(255,138,0,.14);
  background:
    radial-gradient(circle at 50% 45%, rgba(255,138,0,.12), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,.02);
  box-shadow:0 14px 32px rgba(0,0,0,.24);
}

.reward-identity-card__emblem{
  width:52px;
  height:52px;
  object-fit:contain;
}

.reward-layout .tier-card--bonuses{
  min-height:420px;
}


.steps{
  list-style:none;
  margin:24px 0 0;
  padding:0;
  display:grid;
  gap:14px;
}

.step{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:20px;
  border:1px solid rgba(255,138,0,.10);
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.step:hover{
  transform:translateY(-1px);
  border-color:rgba(255,138,0,.18);
  box-shadow:var(--shadow);
}

.step__num{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:rgba(255,138,0,.07);
  border:1px solid rgba(255,138,0,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  font-size:26px;
  font-weight:900;
  color:var(--accent-2);
}

.step__body{
  min-width:0;
}

.step__title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.18;
  letter-spacing:-0.02em;
  font-weight:800;
  color:var(--text);
}

.step__desc{
  font-size:15px;
  line-height:1.72;
  color:var(--muted);
}


.flow{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}

.flow__item{
  padding:18px 16px;
  border:1px solid rgba(255,138,0,.10);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  text-align:center;
}

.flow__item b{
  display:block;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--accent-3);
}

.flow__item span{
  display:block;
  margin-top:8px;
  font-size:14px;
  line-height:1.55;
  color:var(--muted);
}


.risk{
  margin-top:18px;
  padding:22px;
  border:1px solid rgba(255,138,0,.12);
  border-radius:24px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255,138,0,.07), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,0.02);
  box-shadow:var(--shadow);
}

.risk__list{
  margin:18px 0 0;
  padding-left:18px;
  display:grid;
  gap:10px;
}

.risk__list li{
  color:var(--muted);
  line-height:1.72;
  font-size:14px;
}

.risk__list b{
  color:var(--text);
}

.risk__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}


.faq{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:24px;
}

.faq__item{
  overflow:hidden;
  border:1px solid rgba(255,138,0,.10);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(255,255,255,0.02);
  transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.faq__item:hover{
  transform:translateY(-1px);
  border-color:rgba(255,138,0,.18);
  box-shadow:var(--shadow);
}

.faq__item summary{
  list-style:none;
  cursor:pointer;
  padding:18px 18px;
  font-size:16px;
  line-height:1.45;
  font-weight:800;
  letter-spacing:-0.02em;
  color:var(--text);
  position:relative;
}

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

.faq__item summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,138,0,.12);
  color:var(--accent-3);
  background:rgba(255,255,255,.025);
  font-size:18px;
  line-height:1;
}

.faq__item[open] summary::after{
  content:"×";
  background:rgba(255,138,0,.08);
  border-color:rgba(255,138,0,.24);
}

.faq__body{
  padding:0 18px 18px;
  color:var(--muted);
  line-height:1.75;
  font-size:14px;
}


.footer{
  position:relative;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,0.015);
}

.footer__inner{
  min-height:82px;
  padding-top:18px;
  padding-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}


.token-sheet{
  margin-top:28px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:22px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.015)),
    rgba(14,16,22,0.78);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.token-sheet__row{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  border-top:1px solid rgba(255,255,255,0.07);
}

.token-sheet__row:first-child{
  border-top:0;
}

.token-sheet__label{
  padding:18px 20px;
  background:rgba(255,255,255,0.025);
  border-right:1px solid rgba(255,255,255,0.07);
  color:rgba(255,255,255,0.68);
  font-size:0.83rem;
  font-weight:800;
  letter-spacing:0.14em;
  text-transform:uppercase;
}

.token-sheet__value{
  padding:18px 20px;
  min-width:0;
  color:rgba(255,255,255,0.96);
}

.token-sheet__value strong{
  display:block;
  font-size:1.04rem;
  font-weight:800;
  line-height:1.35;
  color:#fff;
}

.token-sheet__value small{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,0.68);
  font-size:0.94rem;
  line-height:1.55;
}

.token-sheet__value--token small{
  margin-top:10px;
}

.token-asset{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.token-asset__media{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:16px;
  border:1px solid rgba(255,138,0,.14);
  background:
    radial-gradient(circle at 50% 45%, rgba(255,138,0,.10), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(255,255,255,0.02);
  flex:0 0 auto;
}

.token-asset__media img{
  width:38px;
  height:38px;
  object-fit:contain;
}

.token-asset__body{
  min-width:0;
}

.token-asset__name{
  font-size:1.04rem;
  line-height:1.3;
  font-weight:800;
  color:#fff;
}

.token-asset__ticker{
  margin-top:4px;
  font-size:0.94rem;
  line-height:1.45;
  color:rgba(255,255,255,0.72);
  font-weight:700;
}

.token-network{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.token-network img{
  width:24px;
  height:24px;
  object-fit:contain;
  flex:0 0 auto;
}

.token-contract-inline{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.token-contract-inline__code{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  min-height:46px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:12px;
  background:rgba(255,255,255,0.04);
  color:rgba(255,255,255,0.96);
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size:0.94rem;
  line-height:1.45;
  word-break:break-all;
}

.token-icon-btn{
  width:46px;
  height:46px;
  display:inline-grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,138,0,0.24);
  border-radius:12px;
  background:rgba(255,138,0,0.10);
  color:#ffd39b;
  cursor:pointer;
  transition:transform .15s ease, background .18s ease, border-color .18s ease, color .18s ease;
  flex:0 0 auto;
}

.token-icon-btn:hover{
  transform:translateY(-1px);
  background:rgba(255,138,0,0.18);
  border-color:rgba(255,138,0,0.42);
}

.token-icon-btn:active{
  transform:translateY(0);
}

.token-icon-btn svg{
  width:18px;
  height:18px;
  display:block;
}

.token-icon-btn--link{
  text-decoration:none;
}

.token-icon-btn.is-copied{
  background:rgba(52,199,89,0.14);
  border-color:rgba(52,199,89,0.30);
  color:#b9f4c8;
}

.token-asset--plain{
  display:flex;
  align-items:center;
  gap:14px;
}

.token-asset__media--plain{
  width:auto;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
}

.token-asset__media--plain img{
  width:44px;
  height:44px;
  object-fit:contain;
}

.token-asset--textonly{
  display:block;
}

.token-asset--textonly .token-asset__body{
  min-width:0;
}

.token-asset--textonly .token-asset__name{
  margin:0;
}

.token-asset--textonly .token-asset__ticker{
  margin-top:4px;
}


a:focus-visible,
button:focus-visible,
summary:focus-visible{
  outline:2px solid rgba(255,180,84,.95);
  outline-offset:3px;
  border-radius:10px;
}


@media (max-width: 1180px){
  .facts{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

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

  .cards--two{
    grid-template-columns:1fr;
  }

  .gen-hero__content{
    grid-template-columns:1fr;
    gap:22px;
    padding:calc(var(--header-h) + 26px) 0 42px;
  }

  .hero-identity{
    max-width:560px;
  }

  .hero-identity__frame{
    min-height:500px;
  }

  .hero-identity__visual{
    min-height:320px;
  }

  .hero-identity__character{
    width:min(72%, 280px);
  }

  .reward-layout{
    grid-template-columns:1fr;
  }

  .reward-layout .tier-card--bonuses{
    min-height:unset;
  }
}

@media (max-width: 1080px){
  .gen-hero{
    min-height:auto;
    align-items:flex-start;
    padding:18px 0 10px;
  }

  .gen-hero__content{
    grid-template-columns:1fr;
    gap:18px;
    padding:calc(var(--header-h) + 14px) 0 24px;
  }

  .gen-hero__content > .gen-hero__eyebrow,
  .gen-hero__content > .gen-hero__title,
  .gen-hero__content > .gen-hero__subtitle,
  .gen-hero__content > .gen-hero__cta,
  .gen-hero__content > .hero-identity{
    grid-column:auto;
    grid-row:auto;
    width:100%;
    max-width:100%;
    justify-self:stretch;
    align-self:stretch;
  }

  .status-head{
    flex-direction:column;
    align-items:flex-start;
  }

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

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

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

    .hero-identity{
    max-width:560px;
  }
  .hero-identity__frame{
    min-height:440px;
  }

    .hero-identity__visual{
    min-height:260px;
  }

  .hero-identity__character{
    width:min(76%, 235px);
  }
}

@media (max-width: 980px){
  .facts{
    grid-template-columns:1fr;
  }

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

  .bonus-row{
    grid-template-columns:1fr;
    gap:10px;
  }

  .bonus-row__right{
    align-items:flex-start;
  }
}

@media (max-width: 860px){
  .token-sheet__row{
    grid-template-columns:1fr;
  }

  .token-sheet__label{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,0.07);
    padding-bottom:12px;
  }

  .token-sheet__value{
    padding-top:14px;
  }
}

@media (max-width: 760px){
  :root{
    --header-h: 64px;
  }

  .container{
    padding-inline:14px;
  }

  .section > .container{
    padding-top:34px;
    padding-bottom:34px;
  }

  .gen-hero{
    padding:14px 0 8px;
  }

  .gen-hero__content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:calc(var(--header-h) + 14px) 0 20px;
  }

  .gen-hero__content > .gen-hero__eyebrow,
  .gen-hero__content > .gen-hero__title,
  .gen-hero__content > .gen-hero__subtitle,
  .gen-hero__content > .gen-hero__cta,
  .gen-hero__content > .hero-identity{
    grid-column:auto;
    grid-row:auto;
    width:100%;
    max-width:100%;
    justify-self:stretch;
    align-self:stretch;
  }

  .gen-hero__eyebrow{
    margin:0 0 10px;
    font-size:11px;
    line-height:1;
    letter-spacing:.16em;
  }

  .gen-hero__title{
    margin:0 0 12px;
    max-width:100%;
    font-size:clamp(34px, 10vw, 56px);
    line-height:.94;
    letter-spacing:-0.05em;
  }

  .gen-hero__subtitle,
  .gen-hero__subtitle--compact,
  .p{
    max-width:100%;
    font-size:16px;
    line-height:1.5;
  }

  .gen-hero__cta,
  .center-cta,
  .risk__cta{
    width:100%;
    justify-content:center;
  }

  .gen-hero__cta{
    margin-top:20px;
    flex-direction:column;
    align-items:stretch;
  }

  .btn{
    width:100%;
    min-width:0;
  }

  .panel,
  .risk{
    border-radius:20px;
  }

  .panel__inner,
  .risk{
    padding:18px;
  }

  .fact,
  .card,
  .stat,
  .step{
    padding:18px;
  }

  .step{
    grid-template-columns:56px minmax(0,1fr);
  }

  .step__num{
    width:56px;
    height:56px;
    font-size:24px;
    border-radius:16px;
  }

  .step__title{
    font-size:18px;
  }

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

  .tier-card__head{
    padding:18px 18px 14px;
  }

  .tier-card__body{
    padding:16px 18px 18px;
  }

  .faq__item summary{
    padding:16px;
    padding-right:54px;
  }

  .faq__body{
    padding:0 16px 16px;
  }

  .footer__inner{
    min-height:auto;
    flex-direction:column;
    align-items:flex-start;
  }

  .hero-identity{
    margin-top:18px;
    width:100%;
    max-width:100%;
  }

  .hero-identity__frame{
    min-height:390px;
  }

  .hero-identity__frame::before{
    inset:10px;
    border-radius:20px;
  }

  .hero-identity__badge{
    top:16px;
    left:16px;
    min-height:36px;
    padding:0 14px;
    font-size:.74rem;
    letter-spacing:.15em;
  }

  .hero-identity__visual{
    min-height:210px;
    padding:76px 18px 18px;
  }

  .hero-identity__character{
    width:min(78%, 200px);
  }

  .hero-identity__body{
    left:16px;
    right:16px;
    bottom:16px;
    padding-right:104px;
  }

  .hero-identity__title{
    font-size:1.16rem;
  }

  .hero-identity__text{
    max-width:none;
    font-size:.92rem;
    line-height:1.62;
  }

  .hero-identity__emblemTag{
    right:16px;
    bottom:108px;
    font-size:.7rem;
    min-height:30px;
    padding:0 12px;
    letter-spacing:.13em;
  }

  .hero-identity__emblemBox{
    right:16px;
    bottom:16px;
    width:78px;
    height:78px;
    border-radius:18px;
  }

  .hero-identity__emblem{
    width:50px;
    height:50px;
  }

  .reward-identity-card{
    min-height:unset;
  }

  .reward-identity-card__frame{
    min-height:420px;
    border-radius:22px;
  }

  .reward-identity-card__frame::after{
    inset:10px;
    border-radius:18px;
  }

  .reward-identity-card__badge{
    top:16px;
    left:16px;
    min-height:36px;
    padding:0 14px;
    font-size:11px;
  }

  .reward-identity-card__visual{
    min-height:220px;
    padding:68px 18px 18px;
  }

  .reward-identity-card__character{
    width:min(100%, 180px);
  }

  .reward-identity-card__body{
    left:16px;
    right:16px;
    bottom:16px;
    padding-right:96px;
  }

  .reward-identity-card__title{
    font-size:18px;
  }

  .reward-identity-card__text{
    font-size:13px;
    line-height:1.62;
  }

  .reward-identity-card__emblemTag{
    right:16px;
    bottom:96px;
  }

  .reward-identity-card__emblemBox{
    right:16px;
    bottom:16px;
    width:76px;
    height:76px;
  }

  .reward-identity-card__emblem{
    width:48px;
    height:48px;
  }
}

@media (max-width: 640px){
  .chips{
    gap:8px;
  }

  .chip{
    width:100%;
    justify-content:center;
  }

  .btn{
    width:100%;
    min-width:0;
  }

  .gen-hero__cta{
    flex-direction:column;
    align-items:stretch;
  }

  .kicker{
    font-size:11px;
  }

  .network-list{
    gap:6px;
  }

  .network-chip{
    padding-inline:10px;
  }

  .network-chip span{
    font-size:12px;
  }

  .token-contract-inline{
    align-items:stretch;
  }

  .token-contract-inline__code{
    width:100%;
  }
}

@media (max-width: 560px){
  :root{
    --header-h: 60px;
  }

  .h2{
    font-size:clamp(28px, 8vw, 40px);
  }

  .stat__value{
    font-size:16px;
  }

  .token-asset{
    align-items:flex-start;
  }

  .token-asset__media{
    width:50px;
    height:50px;
  }

  .token-asset__media img{
    width:34px;
    height:34px;
  }

  .gen-hero__content{
    padding:calc(var(--header-h) + 18px) 0 26px;
  }

  .gen-hero__title{
    font-size:clamp(30px, 11vw, 46px);
    line-height:.95;
  }

  .hero-identity__frame{
    min-height:410px;
  }

  .hero-identity__visual{
    min-height:244px;
  }

  .hero-identity__body{
    padding-right:96px;
  }

  .hero-identity__emblemTag{
    bottom:98px;
  }

  .hero-identity__emblemBox{
    width:72px;
    height:72px;
  }

  .hero-identity__emblem{
    width:46px;
    height:46px;
  }

  .reward-identity-card__character{
    width:min(100%, 150px);
  }

  .reward-identity-card__emblemBox{
    width:76px;
    height:76px;
  }

  .reward-identity-card__emblem{
    width:48px;
    height:48px;
  }
}