
:root{
 --cp-navy:#05172c;--cp-navy2:#0a315a;--cp-gold:#e8ad22;--cp-gold2:#ffd76c;
 --cp-ink:#0b2039;--cp-muted:#64758a;--cp-line:#dfe6ee;--cp-soft:#f5f8fb;--cp-white:#fff;
}
.cp-page{background:#fff;color:var(--cp-ink)}
.cp-topbar{background:#061a32}
.cp-hero{position:relative;overflow:hidden;background:
radial-gradient(circle at 77% 30%,#0d4e8a 0,#0a315a 34%,#05172c 73%,#03101f 100%);color:#fff;padding:86px 0 94px}
.cp-hero:before{content:"";position:absolute;inset:0;background-image:
linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:45px 45px;opacity:.32}
.cp-hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:65px;align-items:center}
.cp-eyebrow{display:inline-flex;border:1px solid rgba(255,215,108,.75);color:var(--cp-gold2);border-radius:999px;padding:9px 15px;font-size:14px;font-weight:900;letter-spacing:1.9px}
.cp-hero h1{font-size:64px;line-height:1.03;letter-spacing:-2.5px;margin:20px 0}
.cp-hero h1 em{font-style:normal;color:var(--cp-gold2)}
.cp-hero-copy>p{font-size:20px;line-height:1.72;color:#c8d6e5;max-width:680px}
.cp-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.cp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:14px 20px;font-size:15px;font-weight:900;text-decoration:none}
.cp-btn.gold{background:linear-gradient(135deg,var(--cp-gold2),var(--cp-gold));color:#07192e;box-shadow:0 12px 26px rgba(232,173,34,.22)}
.cp-btn.ghost{border:1px solid rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.05)}
.cp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.cp-trust>div{display:flex;gap:10px;align-items:center;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}
.cp-trust>div>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,215,108,.12);color:var(--cp-gold2);font-weight:900}
.cp-trust p{margin:0}.cp-trust b,.cp-trust small{display:block}.cp-trust b{font-size:14px}.cp-trust small{font-size:12px;color:#aebed0}
.cp-hero-visual{position:relative;height:500px}
.cp-orbit{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-18deg)}
.orbit-one{width:480px;height:280px}.orbit-two{width:410px;height:410px;transform:translate(-50%,-50%) rotate(32deg)}
.cp-globe{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);font-size:285px;filter:drop-shadow(0 28px 30px rgba(0,0,0,.35))}
.cp-growth-bars{position:absolute;right:42px;bottom:80px;display:flex;align-items:end;gap:8px}
.cp-growth-bars i{display:block;width:34px;background:linear-gradient(#ffd76c,#9d6805);border-radius:5px 5px 0 0;border:1px solid rgba(255,230,150,.7)}
.cp-growth-bars i:nth-child(1){height:60px}.cp-growth-bars i:nth-child(2){height:92px}.cp-growth-bars i:nth-child(3){height:126px}.cp-growth-bars i:nth-child(4){height:165px}.cp-growth-bars i:nth-child(5){height:215px}
.cp-growth-arrow{position:absolute;right:-5px;top:40px;font-size:150px;color:var(--cp-gold2)}
.cp-person{position:absolute;font-size:58px;filter:drop-shadow(0 10px 10px rgba(0,0,0,.25))}
.cp-person.one{right:250px;bottom:110px}.cp-person.two{right:190px;bottom:120px}.cp-person.three{right:130px;bottom:132px}
.cp-coins{position:absolute;right:130px;bottom:34px;font-size:38px}
.cp-floating-card{position:absolute;background:rgba(255,255,255,.96);color:var(--cp-ink);border-radius:14px;padding:13px 15px;box-shadow:0 18px 45px rgba(0,0,0,.22)}
.cp-floating-card b,.cp-floating-card span{display:block}.cp-floating-card b{font-size:14px}.cp-floating-card span{font-size:11px;color:#6e7f92}
.fc1{left:10px;top:95px}.fc2{left:40px;bottom:62px}

.cp-overview{padding:78px 0;background:#fff}
.cp-section-heading{max-width:780px;margin-bottom:34px}.cp-section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.cp-section-heading>span{font-size:13px;letter-spacing:1.8px;color:#8a650e;font-weight:900}
.cp-section-heading h2{font-size:44px;line-height:1.1;margin:8px 0 10px;letter-spacing:-1.4px}
.cp-section-heading p{font-size:17px;color:var(--cp-muted)}
.cp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.cp-steps article{position:relative;border:1px solid var(--cp-line);border-radius:18px;padding:22px;background:#fff;box-shadow:0 10px 28px rgba(8,36,66,.06)}
.cp-steps article>span{position:absolute;right:18px;top:16px;font-size:11px;font-weight:900;color:#9aa7b6}
.cp-steps i{font-style:normal;width:52px;height:52px;border-radius:15px;background:#edf4fa;display:grid;place-items:center;font-size:25px}
.cp-steps h3{font-size:19px;margin:20px 0 7px}.cp-steps p{font-size:14px;color:var(--cp-muted);margin:0;line-height:1.65}

.cp-rewards{padding:82px 0;background:var(--cp-soft)}
.cp-reward-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.reward-card{position:relative;background:#fff;border:1px solid var(--cp-line);border-radius:20px;padding:22px;box-shadow:0 12px 34px rgba(8,36,66,.07);overflow:hidden}
.reward-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--accent)}
.gold-card{--accent:#d99b0d}.blue-card{--accent:#15558e}.green-card{--accent:#2e8a43}.purple-card{--accent:#7441a8}.orange-card{--accent:#d3730a}
.reward-number{position:absolute;right:17px;top:18px;color:#9ba8b8;font-size:11px;font-weight:900}
.reward-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#eff4f9;font-size:28px;margin-bottom:20px}
.reward-card h3{font-size:19px;line-height:1.25;margin:0 0 9px}.reward-card p{font-size:15px;line-height:1.65;color:var(--cp-muted)}
.reward-card ul{padding-left:18px;margin:15px 0 0}.reward-card li{font-size:13px;color:#5d6d80;margin:7px 0}
.mini-network{text-align:center;margin-top:18px}.mini-network>span{display:inline-block;background:#0d3c6a;color:#fff;padding:5px 9px;border-radius:6px;font-size:11px}
.mini-network>div{display:flex;gap:6px;justify-content:center;margin-top:9px}.mini-network b{font-size:9px;background:#edf3f8;padding:6px;border-radius:5px}

.cp-reference{padding:80px 0;background:#fff}
.cp-reference-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}
.cp-panel{border:1px solid var(--cp-line);border-radius:20px;background:#fff;padding:24px;box-shadow:0 12px 32px rgba(8,36,66,.06)}
.panel-title span{font-size:12px;letter-spacing:1.6px;color:#8b6712;font-weight:900}.panel-title h3{font-size:24px;margin:7px 0 17px}
.cp-table-wrap{overflow:auto}.cp-panel table{width:100%;border-collapse:collapse}.cp-panel th,.cp-panel td{padding:13px 11px;border-bottom:1px solid #e5eaf0;text-align:left;font-size:14px}.cp-panel th{background:var(--cp-navy2);color:#fff;font-size:12px}
.rank-stair{height:300px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;align-items:end}
.rank-stair>div{background:linear-gradient(#0d4074,#071b34);color:#fff;text-align:center;border-radius:10px 10px 0 0;padding:12px 6px}
.rank-stair>div:nth-child(1){height:110px}.rank-stair>div:nth-child(2){height:140px}.rank-stair>div:nth-child(3){height:170px}.rank-stair>div:nth-child(4){height:205px}.rank-stair>div:nth-child(5){height:240px}.rank-stair>div:nth-child(6){height:280px}
.rank-stair i,.rank-stair b,.rank-stair span{display:block}.rank-stair i{font-style:normal;font-size:28px}.rank-stair b{font-size:12px;color:var(--cp-gold2);margin:5px 0}.rank-stair span{font-size:9px;color:#c5d3e2}

.cp-note-section{padding:0 0 80px;background:#fff}
.cp-note{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;background:linear-gradient(135deg,#0b3766,#05172c);color:#fff;border-radius:22px;padding:30px 34px}
.note-icon{font-size:58px}.cp-note>div:nth-child(2)>span{font-size:12px;color:var(--cp-gold2);font-weight:900;letter-spacing:1.5px}
.cp-note h3{font-size:24px;margin:5px 0 7px}.cp-note p{font-size:15px;line-height:1.7;color:#c6d4e3;margin:0}
@media(max-width:1050px){.cp-hero-grid{grid-template-columns:1fr}.cp-hero-visual{height:420px}.cp-steps,.cp-reward-grid{grid-template-columns:repeat(2,1fr)}.cp-reference-grid{grid-template-columns:1fr}}
@media(max-width:700px){.cp-hero{padding:58px 0}.cp-hero h1{font-size:44px}.cp-hero-copy>p{font-size:17px}.cp-trust{grid-template-columns:1fr}.cp-hero-visual{height:340px}.cp-globe{font-size:210px}.cp-growth-arrow{font-size:110px}.cp-steps,.cp-reward-grid{grid-template-columns:1fr}.cp-section-heading h2{font-size:36px}.cp-note{grid-template-columns:1fr}.rank-panel{overflow:auto}.rank-stair{min-width:620px}}
