*{box-sizing:border-box}
:root{
    --bg:#030405;
    --bg2:#08090b;
    --panel:rgba(12,14,17,.76);
    --line:rgba(255,255,255,.09);
    --text:#f7f7f8;
    --muted:#a6a8ad;
    --soft:#777a82;
    --accent:#d9ff3f;
    --accent2:#9eff00;
}
html{scroll-behavior:smooth}
body{
    margin:0;
    min-height:100vh;
    background:
        radial-gradient(circle at 50% -10%,rgba(217,255,63,.055),transparent 35%),
        linear-gradient(180deg,#050607 0%,#020304 100%);
    color:var(--text);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    line-height:1.5;
    overflow-x:hidden;
}
#dotCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}
.noise{
    position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.035;
    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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}
.page{position:relative;z-index:2;width:min(1120px,92%);margin:auto}
.hero{text-align:center;padding:58px 0 42px}
.top-badge{
    display:inline-flex;align-items:center;gap:8px;
    padding:8px 13px;border:1px solid var(--line);border-radius:999px;
    background:rgba(255,255,255,.025);color:#aeb0b5;font-size:10px;
    font-weight:800;letter-spacing:2px
}
.pulse{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 15px var(--accent)}
.logo-wrap{display:flex;justify-content:center;align-items:center;gap:10px;margin:25px 0 20px}
.logo-mark{
    width:49px;height:49px;border:1px solid rgba(217,255,63,.55);
    border-radius:13px;display:grid;place-items:center;color:#050606;
    background:var(--accent);font-weight:950;font-size:17px;
    box-shadow:0 0 35px rgba(217,255,63,.14);transform:rotate(-5deg)
}
.logo-text{font-size:34px;font-weight:950;letter-spacing:-2px}
.logo-text span,.footer-logo span{color:var(--accent)}
.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.01;letter-spacing:-4px;margin:0 auto 20px;max-width:850px}
.hero h1 span{color:#777b82}
.hero-sub{max-width:680px;margin:0 auto;color:var(--muted);font-size:15px}
.hero-actions{display:flex;justify-content:center;gap:11px;margin:30px 0 35px;flex-wrap:wrap}
.primary-btn,.ghost-btn{
    min-height:50px;padding:0 23px;border-radius:13px;text-decoration:none;
    display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:850;
    transition:.22s ease
}
.primary-btn{background:var(--accent);color:#070807;box-shadow:0 10px 40px rgba(217,255,63,.10)}
.primary-btn b{font-size:19px}
.ghost-btn{border:1px solid var(--line);background:rgba(255,255,255,.025);color:#eee}
.primary-btn:hover,.ghost-btn:hover{transform:translateY(-3px)}
.ghost-btn:hover{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06)}
.mini-stats{display:flex;justify-content:center;align-items:center;gap:30px;color:#777a80}
.mini-stats div{display:flex;flex-direction:column;gap:1px}
.mini-stats strong{font-size:17px;color:#e9eaec}
.mini-stats span{font-size:10px;text-transform:uppercase;letter-spacing:1px}
.mini-stats i{width:1px;height:26px;background:var(--line)}
.share-card{
    border:1px solid var(--line);border-radius:20px;padding:17px 18px;
    background:linear-gradient(120deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
    backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;
    gap:20px;box-shadow:0 25px 80px rgba(0,0,0,.28)
}
.share-copy{display:flex;flex-direction:column;min-width:210px}
.share-kicker{font-size:9px;color:var(--accent);font-weight:900;letter-spacing:2px}
.share-copy strong{font-size:14px;margin-top:2px}
.share-copy small{color:#777a80;font-size:11px}
.share-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.share{
    border:1px solid rgba(255,255,255,.07);border-radius:11px;height:38px;
    padding:0 13px;color:#fff;font-weight:800;font-size:11px;cursor:pointer;
    transition:.2s ease;display:inline-flex;align-items:center;gap:7px
}
.share span{font-size:15px}
.share:hover{transform:translateY(-2px);filter:brightness(1.12)}
.telegram{background:#159bd8}.x{background:#08090a}.facebook{background:#4267a9}.reddit{background:#ed4c16}.more{background:#252a25;color:var(--accent);min-width:42px;justify-content:center}
.content{padding:105px 0 30px}
.intro-card{max-width:820px}
.section-label{font-size:10px;letter-spacing:2px;color:var(--accent);font-weight:900;margin-bottom:13px}
.content h2{font-size:clamp(27px,4vw,45px);line-height:1.08;letter-spacing:-2px;margin:0 0 20px}
.content h2 em{font-style:normal;color:var(--accent)}
.content p{color:var(--muted);font-size:14px;margin:0 0 14px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:58px}
.feature{
    position:relative;overflow:hidden;min-height:220px;padding:24px;
    border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);
    transition:.25s ease
}
.feature:after{
    content:"";position:absolute;width:150px;height:150px;right:-75px;bottom:-80px;
    background:var(--accent);filter:blur(70px);opacity:.07
}
.feature:hover{transform:translateY(-5px);border-color:rgba(217,255,63,.2)}
.number{position:absolute;top:18px;right:20px;color:#45484e;font-size:10px;font-weight:900}
.feature-icon{font-size:27px;color:var(--accent);margin-bottom:28px}
.feature h3{font-size:17px;margin:0 0 8px}
.feature p{font-size:12px;line-height:1.65;color:#81848b}
.info-strip{
    margin-top:13px;padding:22px 25px;border:1px solid var(--line);border-radius:18px;
    display:flex;align-items:center;justify-content:space-between;gap:30px;background:rgba(255,255,255,.018)
}
.info-strip div{min-width:150px;display:flex;flex-direction:column}
.info-strip span{font-size:9px;color:#70747a;letter-spacing:2px;font-weight:900}
.info-strip strong{font-size:15px}
.info-strip p{margin:0;font-size:12px}
code{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
footer{padding:48px 0 55px;border-top:1px solid var(--line);margin-top:65px;text-align:center}
.footer-logo{font-size:18px;font-weight:950;letter-spacing:-1px}
footer p{color:#5f6268;font-size:10px;margin:7px 0 0}
@media(max-width:800px){
    .page{width:min(94%,1120px)}
    .hero{padding-top:35px}
    .hero h1{letter-spacing:-2.5px}
    .share-card{align-items:flex-start;flex-direction:column}
    .share-actions{justify-content:flex-start}
    .content{padding-top:80px}
    .feature-grid{grid-template-columns:1fr}
    .feature{min-height:180px}
    .info-strip{align-items:flex-start;flex-direction:column;gap:9px}
}
@media(max-width:520px){
    .logo-text{font-size:29px}
    .logo-mark{width:43px;height:43px}
    .hero h1{font-size:39px}
    .hero-sub{font-size:13px}
    .mini-stats{gap:16px}
    .mini-stats span{font-size:8px}
    .share-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
    .share{width:100%;justify-content:center}
    .share.more{grid-column:1/-1}
    .content h2{font-size:30px}
}
@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .feature,.primary-btn,.ghost-btn,.share{transition:none}
}
.d4-disclaimer {
    margin-top: 28px;
    padding: 16px 18px;

    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 3px solid #cfff18;

    border-radius: 8px;

    color: #8f9299;
    font-size: 12px;
    line-height: 1.65;
}

.d4-disclaimer strong {
    color: #cfff18;
}
/* Explore Website Button - Bigger */
.hero-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.primary-btn {
    width: 520px !important;
    min-height: 70px !important;
    justify-content: center;
}

/* Mobile */
@media (max-width: 700px) {
    .hero-actions {
        width: 100%;
        padding: 0 20px;
    }

    .primary-btn {
        width: 100% !important;
        min-height: 70px !important;
    }
}
}