.page-header{text-align:center;padding:60px 0 30px}.page-title{letter-spacing:-1.5px;margin-bottom:16px;font-size:3.5rem;font-weight:700;line-height:1.1}.page-title span{color:var(--orange)}.page-subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.5}.section{padding:80px 0}.section-alt{background:var(--bg-alt)}.section-dark{color:#fff;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.section-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.section-content{max-width:600px}.section-title{margin-bottom:20px;font-size:2.2rem;font-weight:700;line-height:1.2}.section-title span{color:var(--orange)}.section-text{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem;line-height:1.6}.section-text.light{color:#fffc}.animation-container{perspective:1000px;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.gateway-container{width:100%;height:100%;position:relative}.floating-phone{border:2px solid var(--orange);background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:30px;width:180px;height:320px;animation:10s linear infinite phoneSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #f7931a4d}.phone-screen-glow{background:#0a0a0a;border-radius:15px;position:absolute;inset:20px 15px 40px;overflow:hidden}.qr-code-3d{background:#fff;width:100px;height:100px;animation:2s ease-in-out infinite qrGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbiting-particle{background:var(--orange);filter:blur(2px);border-radius:50%;width:8px;height:8px;animation:3s linear infinite orbit;position:absolute}.particle1{animation-delay:0s}.particle2{animation-delay:.5s}.particle3{animation-delay:1s}.particle4{animation-delay:1.5s}.particle5{animation-delay:2s}@keyframes phoneSpin{0%,to{transform:translate(-50%,-50%)rotateY(0)}50%{transform:translate(-50%,-50%)rotateY(10deg)}}@keyframes orbit{0%{opacity:1;transform:rotate(0)translate(120px)}to{opacity:.5;transform:rotate(360deg)translate(120px)}}@keyframes qrGlow{0%,to{box-shadow:0 0 20px #f7931a4d}50%{box-shadow:0 0 40px #f7931a99}}.dag-3d-container{width:100%;height:100%;position:relative}.dag-cube{border:2px solid var(--orange);width:60px;height:60px;color:var(--orange);background:#f7931a1a;justify-content:center;align-items:center;font-weight:600;animation:3s ease-in-out infinite cubeFloat;display:flex;position:absolute}.cube1{top:30%;left:30%}.cube2{animation-delay:.3s;top:50%;left:50%}.cube3{animation-delay:.6s;top:70%;left:40%}.cube4{animation-delay:.9s;top:40%;left:70%}.cube5{animation-delay:1.2s;top:60%;left:20%}@keyframes cubeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.dag-connection{background:linear-gradient(90deg, transparent, var(--orange), transparent);height:2px;animation:2s ease-in-out infinite connectionPulse;position:absolute}.connection1{width:120px;top:33%;left:33%;transform:rotate(45deg)}.connection2{width:150px;top:53%;left:43%;transform:rotate(30deg)}.connection3{width:200px;top:63%;left:33%;transform:rotate(60deg)}@keyframes connectionPulse{0%,to{opacity:.2}50%{opacity:.6}}.proof-visual-wrapper{background:#0f0f0f;border:1px solid #222;border-radius:30px;padding:50px 20px}.horizontal-pipeline{justify-content:center;align-items:center;gap:10px;margin-bottom:20px;display:flex}.tx-card{text-align:center;background:#1a1a1a;border:2px solid #333;border-radius:50px;width:220px;padding:15px;transition:all .4s}.tx-card.highlight{border-color:var(--orange)}.card-tag{color:var(--text-muted);letter-spacing:1px;margin-bottom:15px;font-size:.85rem;font-weight:800}.card-amount{color:var(--orange);margin-bottom:5px;font-family:monospace;font-size:1.1rem;font-weight:700}.card-id{color:#fff;margin-bottom:5px;font-family:monospace;font-size:.9rem}.card-status{color:var(--orange);opacity:.6;font-size:.7rem;font-weight:600}.flow-arrow{color:#333;font-size:2rem;font-weight:700;animation:1.5s infinite arrowPulse}@keyframes arrowPulse{0%,to{opacity:.2}50%{opacity:1;color:var(--orange)}}.lock-mechanism{text-align:center;margin-top:20px}.lock-icon-new{border:3px solid var(--orange);border-radius:8px;width:40px;height:40px;margin:0 auto 10px;animation:2s infinite lockPulse;position:relative}.lock-icon-new:before{content:"";border:3px solid var(--orange);border-bottom:none;border-radius:10px 10px 0 0;width:20px;height:20px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}@keyframes lockPulse{0%,to{box-shadow:0 0 10px #f7931a4d}50%{box-shadow:0 0 25px #f7931a99}}.lock-text{color:var(--orange);letter-spacing:2px;font-size:.8rem;font-weight:600}.mining-3d{width:100%;height:100%;position:relative}.mining-core{background:radial-gradient(circle at 30% 30%, var(--orange), #ff6b00);border-radius:50%;width:120px;height:120px;animation:1s ease-in-out infinite corePulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mining-ring{border:3px solid var(--orange);border-radius:50%;width:180px;height:180px;animation:3s linear infinite ringRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mining-ring:before{content:"";background:var(--orange);border-radius:50%;width:20px;height:20px;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.mining-particle{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2s linear infinite particleMove;position:absolute}.mining-particle:nth-child(3){top:20%;left:30%}.mining-particle:nth-child(4){animation-delay:.5s;top:70%;left:40%}.mining-particle:nth-child(5){animation-delay:1s;top:40%;left:80%}@keyframes corePulse{0%,to{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 40px #f7931a80}50%{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 60px #f7931acc}}@keyframes ringRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes particleMove{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100px,100px)scale(0)}}.explore-animation{justify-content:center;align-items:center;height:200px;margin:40px 0;display:flex;position:relative}.explore-grid{background-image:linear-gradient(#f7931a1a 1px,#0000 1px),linear-gradient(90deg,#f7931a1a 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;animation:10s linear infinite gridMove;position:absolute}.explore-pulse{background:radial-gradient(circle,#f7931a33,#0000);border-radius:50%;width:100px;height:100px;animation:2s ease-out infinite pulseExpand;position:absolute}.explore-docs{z-index:2;border:1px solid var(--orange);background:#0a0a0acc;border-radius:50px;align-items:center;gap:10px;padding:15px 25px;animation:3s ease-in-out infinite floatAnim;display:flex;position:relative}.explore-docs span{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:1s infinite dotBlink;display:inline-block}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(30px,30px)}}@keyframes pulseExpand{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(3)}}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes dotBlink{0%,to{opacity:.5}50%{opacity:1}}.deep-dive-buttons{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px;display:flex}.deep-btn{border:2px solid var(--orange);color:var(--text);transition:var(--transition);text-align:center;background:0 0;border-radius:40px;min-width:200px;padding:16px 32px;font-weight:600;text-decoration:none}.deep-btn:hover{background:var(--orange);color:#fff;transform:translateY(-4px);box-shadow:0 10px 30px #f7931a4d}@media (max-width:1000px){.section-grid{grid-template-columns:1fr;gap:40px}.section-content{text-align:center;margin:0 auto}.animation-container{height:350px}.horizontal-pipeline{flex-direction:column}.flow-arrow{transform:rotate(90deg)}}@media (max-width:600px){.page-title{font-size:2.5rem}.section-title{font-size:1.8rem}.deep-dive-buttons{flex-direction:column;align-items:center}.deep-btn{width:100%;max-width:300px}}
