.axis-journey{

position:fixed;

inset:0;

background:

linear-gradient(
180deg,
#07111f,
#0d1a2d
);

z-index:99999;

display:flex;

align-items:center;

justify-content:center;

padding:40px;

}

.journey-stage{

max-width:900px;

text-align:center;

}

.journey-counter{

color:#e5c87b;

letter-spacing:6px;

margin-bottom:30px;

}

.journey-stage h1{

font-size:64px;

margin-bottom:30px;

}

.journey-stage p{

font-size:28px;

line-height:1.8;

color:#b9c4d3;

margin-bottom:40px;

}

.journey-stage button{

padding:18px 40px;

border:none;

cursor:pointer;

border-radius:14px;

font-weight:700;

background:

linear-gradient(
135deg,
#e5c87b,
#f4dfab
);

}

.axis-key{

position:fixed;

inset:0;

background:

radial-gradient(
circle,
rgba(229,200,123,.08),
#07111f
);

z-index:99999;

display:flex;

align-items:center;

justify-content:center;

}

.key-content{

text-align:center;

max-width:900px;

}

.key-symbol{

font-size:180px;

color:#e5c87b;

margin-bottom:20px;

}

.key-content h1{

font-size:72px;

margin-bottom:30px;

}

.key-content p{

font-size:26px;

line-height:2;

margin-bottom:20px;

color:#c0cad6;

}

.key-content button{

margin-top:30px;

padding:18px 42px;

border:none;

border-radius:14px;

cursor:pointer;

font-weight:700;

background:

linear-gradient(
135deg,
#e5c87b,
#f4dfab
);

}