body{font-family:Outfit,sans-serif}.hp-section-label{letter-spacing:3px;color:#00e676;text-transform:uppercase;opacity:.8;margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:10px}.hp-section-title{color:#fff;margin:0 0 48px;font-family:Syne,sans-serif;font-size:clamp(26px,4vw,44px);font-weight:800;line-height:1.15}.hp-gradient-text{background:linear-gradient(120deg,#fff 30%,#6b7280 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hp-ticker{z-index:900;border-bottom:1px solid #ffffff0d;align-items:center;gap:0;height:36px;display:flex;position:sticky;overflow:hidden}.hp-ticker--crypto{background:#060810;border-top:1px solid #f0b90b26;top:56px}.hp-ticker--forex{background:#050810;border-top:1px solid #00b0ff1a;top:92px}.hp-ticker__label{letter-spacing:1.5px;color:#8a90a6;white-space:nowrap;background:#ffffff06;border-right:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:7px;height:100%;padding:0 14px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:600;display:flex}.hp-ticker--crypto .hp-ticker__label{color:#f0b90b}.hp-ticker--forex .hp-ticker__label{color:#00b0ff}.hp-ticker__brand-logo{object-fit:contain;border-radius:2px;width:14px;height:14px}.hp-ticker__track-wrap{flex:1;height:100%;position:relative;overflow:hidden}.hp-ticker__track-wrap:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#060810,#0000);width:40px;position:absolute;top:0;bottom:0;left:0}.hp-ticker--forex .hp-ticker__track-wrap:before{background:linear-gradient(90deg,#050810,#0000)}.hp-ticker__track{align-items:center;gap:0;width:max-content;height:100%;animation:40s linear infinite tickerScroll;display:flex}.hp-ticker__track:hover{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-tick-item{white-space:nowrap;cursor:default;border-right:1px solid #ffffff0a;align-items:center;gap:8px;height:100%;padding:0 18px;transition:background .2s;display:inline-flex}.hp-tick-item:hover{background:#ffffff08}.hp-tick-sym{color:#d1d5db;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.hp-tick-price{color:#8a90a6;min-width:60px;font-family:JetBrains Mono,monospace;font-size:11px}.hp-tick-change{font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.hp-tick-change--up{color:#00e676}.hp-tick-change--down{color:#ff5252}.hp-tick-loading .hp-tick-price{color:#3a3f52;animation:1s infinite tickBlink}@keyframes tickBlink{0%,to{opacity:.3}50%{opacity:1}}.hp-hero{text-align:center;max-width:880px;margin:0 auto;padding:100px 20px 70px}.hp-hero__eyebrow{margin-bottom:28px}.hp-eyebrow-pill{color:#8a90a6;letter-spacing:1.5px;background:#ffffff08;border:1px solid #ffffff12;border-radius:999px;align-items:center;gap:8px;padding:7px 18px;font-family:JetBrains Mono,monospace;font-size:10px;display:inline-flex}.hp-hero__title{color:#fff;margin:0 0 20px;font-family:Syne,sans-serif;font-size:clamp(34px,6vw,64px);font-weight:800;line-height:1.1}.hp-hero__sub{color:#8a90a6;max-width:620px;margin:0 auto 40px;font-family:Outfit,sans-serif;font-size:clamp(14px,1.8vw,17px);font-weight:400;line-height:1.7}.hp-hero__cta{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:50px;display:flex}.hp-btn-primary{color:#000;cursor:pointer;letter-spacing:.2px;background:#fff;border:none;border-radius:7px;align-items:center;gap:8px;padding:14px 28px;font-family:Outfit,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.hp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff29}.hp-btn-affiliate{color:#00e676;background:#00e67612;border:1px solid #00e67638;border-radius:7px;align-items:center;gap:10px;padding:14px 24px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hp-btn-affiliate:hover{color:#000;background:#00e676;transform:translateY(-2px);box-shadow:0 0 22px #00e67647}.hp-badge-bonus{color:#000;letter-spacing:.4px;background:#fff;border-radius:3px;padding:2px 7px;font-size:10px;font-weight:800;transition:background .3s,color .3s}.hp-btn-affiliate:hover .hp-badge-bonus{color:#00e676;background:#000}.hp-signal-matrix{background:#08090f;border:1px solid #ffffff0f;border-radius:12px;max-width:740px;margin:0 auto;font-family:JetBrains Mono,monospace;overflow:hidden}.hp-matrix__header{letter-spacing:1.5px;color:#8a90a6;background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 18px;font-size:10px;display:flex}.hp-matrix__label{align-items:center;gap:7px;display:flex}.hp-matrix__status{color:#00e676;align-items:center;gap:6px;display:flex}.hp-matrix__cols-head{letter-spacing:1.2px;color:#3d4257;text-transform:uppercase;border-bottom:1px solid #ffffff08;grid-template-columns:90px 80px 1fr 72px 60px;gap:10px;padding:7px 18px;font-size:9px;display:grid}.hp-matrix-row{opacity:0;border-bottom:1px solid #ffffff08;grid-template-columns:90px 80px 1fr 72px 60px;align-items:center;gap:10px;padding:10px 18px;font-size:11px;transition:background .2s;animation:.4s forwards mRowFade;display:grid}.hp-matrix-row:last-child{border-bottom:none}.hp-matrix-row:hover{background:#ffffff05}@keyframes mRowFade{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.hp-mrow__pair{color:#f1f5f9;font-size:11px;font-weight:600}.hp-mrow__mkt{color:#8a90a6;font-size:10px}.hp-mrow__price{color:#c0c8d8;font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.hp-mrow__dir{text-align:center;border-radius:3px;padding:3px 8px;font-size:10px;font-weight:700}.hp-mrow__dir--buy{color:#00e676;background:#00e6761f}.hp-mrow__dir--sell{color:#ff5252;background:#ff52521f}.hp-mrow__time{color:#3d4257;text-align:right;font-size:10px}.hp-stats-bar{background:#ffffff03;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:36px 20px}.hp-stats-inner{flex-wrap:wrap;justify-content:center;align-items:center;max-width:880px;margin:0 auto;display:flex}.hp-stat{text-align:center;flex:140px;padding:10px 20px}.hp-stat__number{color:#fff;margin-bottom:6px;font-family:Syne,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1;display:block}.hp-stat__label{letter-spacing:1px;color:#8a90a6;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:11px;font-weight:500}.hp-stat-divider{background:#ffffff12;flex-shrink:0;width:1px;height:40px}@media (width<=600px){.hp-stat-divider{display:none}.hp-stat{flex:45%}}.hp-features{max-width:1080px;margin:0 auto;padding:90px 20px}.hp-features__grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=960px){.hp-features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.hp-features__grid{grid-template-columns:1fr}}.hp-feature-card{background:#0a0d16;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;padding:28px 26px;transition:border-color .3s,transform .3s;display:flex}.hp-feature-card:hover{border-color:#ffffff21;transform:translateY(-3px)}.hp-feature-card--highlight{background:linear-gradient(145deg,#0a0d16 0%,#060810 100%);border-color:#00b0ff2e}.hp-feature-card--highlight:hover{border-color:#00b0ff52}.hp-feature-card__icon{color:#00b0ff;margin-bottom:16px;font-size:22px}.hp-feature-card--signals .hp-feature-card__icon{color:#00e676}.hp-feature-card--brokers .hp-feature-card__icon{color:#a78bfa}.hp-feature-card--crypto .hp-feature-card__icon{color:#f0b90b}.hp-feature-card--copy .hp-feature-card__icon{color:#00e676}.hp-feature-card--intel .hp-feature-card__icon,.hp-feature-card--highlight .hp-feature-card__icon{color:#00b0ff}.hp-feature-card h3{color:#fff;margin:0 0 10px;font-family:Syne,sans-serif;font-size:17px;font-weight:700}.hp-feature-card p{color:#8a90a6;flex-grow:1;margin:0 0 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:400;line-height:1.65}.hp-feature-list{flex-direction:column;gap:7px;margin:0 0 22px;padding:0;list-style:none;display:flex}.hp-feature-list li{color:#8a90a6;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:12px;font-weight:500;display:flex}.hp-feature-list li i{color:#00e676;flex-shrink:0;font-size:10px}.hp-feature-cta{color:#fff;align-items:center;gap:7px;margin-top:auto;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.hp-feature-cta:hover{color:#00e676;gap:12px}.hp-affiliate-highlight{background:#00b0ff0a;border:1px solid #00b0ff1a;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:22px;padding:14px 8px;display:grid}.hp-affiliate-highlight__item{text-align:center}.hp-aff-num{color:#00b0ff;margin-bottom:4px;font-family:Syne,sans-serif;font-size:19px;font-weight:800;line-height:1;display:block}.hp-aff-lbl{color:#8a90a6;letter-spacing:.5px;font-family:JetBrains Mono,monospace;font-size:9px}.hp-btn-affiliate-card{text-align:center;color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:7px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:12px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:background .3s,color .3s,box-shadow .3s;display:flex}.hp-btn-affiliate-card:hover{color:#000;background:#fff;box-shadow:0 4px 16px #ffffff1a}.hp-howitworks{text-align:center;max-width:860px;margin:0 auto;padding:0 20px 90px}.hp-steps{grid-template-columns:repeat(3,1fr);gap:0;display:grid}@media (width<=600px){.hp-steps{grid-template-columns:1fr;gap:32px}}.hp-step{text-align:center;padding:0 24px 10px;position:relative}.hp-step__node{color:#000;z-index:1;background:#00e676;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0 auto 18px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;display:flex;position:relative}.hp-step__connector{background:linear-gradient(90deg,#00e67666,#00e6761a);height:1px;position:absolute;top:19px;left:calc(50% + 19px);right:calc(19px - 50%)}.hp-step__connector--last{display:none}@media (width<=600px){.hp-step__connector{display:none}}.hp-step h4{color:#fff;margin:0 0 10px;font-family:Syne,sans-serif;font-size:16px;font-weight:700}.hp-step p{color:#8a90a6;margin:0;font-family:Outfit,sans-serif;font-size:13px;line-height:1.6}.hp-partners{max-width:1080px;margin:0 auto;padding:0 20px 90px}.hp-partners__sub{color:#8a90a6;margin:-30px 0 36px;font-family:Outfit,sans-serif;font-size:14px}.hp-partner-group-label{letter-spacing:2px;color:#3d4257;text-transform:uppercase;border-bottom:1px solid #ffffff0d;grid-column:1/-1;margin-bottom:4px;padding-bottom:12px;font-family:JetBrains Mono,monospace;font-size:10px}.hp-partners__grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:14px;display:grid}@media (width<=860px){.hp-partners__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.hp-partners__grid{grid-template-columns:repeat(2,1fr)}}.hp-partner-card{border-radius:10px;transition:transform .25s,box-shadow .25s;overflow:hidden}.hp-partner-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000080}.hp-partner-card__inner{background:#0a0d16;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;align-items:center;gap:10px;padding:20px 14px 16px;text-decoration:none;transition:border-color .25s,background .25s;display:flex}.hp-partner-card__inner:hover{background:#0d1120;border-color:#ffffff26}.hp-partner-logo{object-fit:contain;background:#ffffff0a;border-radius:8px;width:52px;height:52px;padding:6px}.hp-partner-name{color:#d1d5db;text-align:center;font-family:Outfit,sans-serif;font-size:13px;font-weight:600}.hp-partner-badge{letter-spacing:.3px;white-space:nowrap;border-radius:4px;padding:3px 9px;font-family:Outfit,sans-serif;font-size:10px;font-weight:700}.hp-partner-badge--green{color:#00e676;background:#00e6761f}.hp-partner-badge--blue{color:#00b0ff;background:#00b0ff1f}.hp-partner-badge--yellow{color:#f0b90b;background:#f0b90b1f}.hp-cta-strip{border-top:1px solid #ffffff0d;padding:70px 20px}.hp-cta-strip__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;max-width:1000px;margin:0 auto;display:flex}.hp-cta-strip__text h2{color:#fff;margin:0 0 10px;font-family:Syne,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800}.hp-cta-strip__text p{color:#8a90a6;max-width:420px;margin:0;font-family:Outfit,sans-serif;font-size:14px;line-height:1.65}.hp-cta-strip__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hp-cta-btn{text-align:center;border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:140px;padding:12px 18px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.hp-cta-btn__logo{object-fit:contain;border-radius:4px;width:22px;height:22px}.hp-cta-sub{opacity:.75;font-family:Outfit,sans-serif;font-size:10px;font-weight:500}.hp-cta-btn--deriv{color:#ff7043;background:#ff54001a;border-color:#ff540040}.hp-cta-btn--deriv:hover{color:#fff;background:#ff5400}.hp-cta-btn--po{color:#00b0ff;background:#00b0ff14;border-color:#00b0ff38}.hp-cta-btn--po:hover{color:#000;background:#00b0ff}.hp-cta-btn--binance{color:#f0b90b;background:#f0b90b14;border-color:#f0b90b38}.hp-cta-btn--binance:hover{color:#000;background:#f0b90b}.hp-cta-btn--kucoin{color:#00e676;background:#00e67612;border-color:#00e67633}.hp-cta-btn--kucoin:hover{color:#000;background:#00e676}@media (width<=768px){.hp-cta-strip__inner{flex-direction:column;align-items:flex-start}.hp-cta-strip__actions{width:100%}.hp-cta-btn{flex:120px}}.hp-community{padding:0 20px 100px}.hp-community__inner{background:linear-gradient(135deg,#0d1420 0%,#080c16 100%);border:1px solid #0088cc26;border-radius:14px;flex-wrap:wrap;align-items:center;gap:26px;max-width:860px;margin:0 auto;padding:40px 36px;display:flex}.hp-community__icon{color:#08c;flex-shrink:0;font-size:34px}.hp-community__text{flex:220px}.hp-community__text h3{color:#fff;margin:0 0 8px;font-family:Syne,sans-serif;font-size:20px;font-weight:700}.hp-community__text p{color:#8a90a6;margin:0;font-family:Outfit,sans-serif;font-size:13px;line-height:1.6}.hp-community__btns{flex-wrap:wrap;gap:12px;display:flex}.hp-tg-btn{border-radius:7px;align-items:center;gap:8px;padding:12px 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hp-tg-btn--forex{color:#40c4ff;background:#0088cc1f;border:1px solid #0088cc40}.hp-tg-btn--forex:hover{color:#fff;background:#08c;box-shadow:0 4px 14px #0088cc4d}.hp-tg-btn--crypto{color:#00e676;background:#00e67612;border:1px solid #00e67633}.hp-tg-btn--crypto:hover{color:#000;background:#00e676;box-shadow:0 4px 14px #00e67640}@media (width<=768px){.hp-community__inner{text-align:center;flex-direction:column;padding:26px 18px}.hp-community__btns{justify-content:center;width:100%}.hp-tg-btn{flex:1;justify-content:center}}.pulse-dot-green{background:#00e676;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite hpPulse;display:inline-block;box-shadow:0 0 6px #00e676}@keyframes hpPulse{0%,to{opacity:.35}50%{opacity:1}}.hp-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(22px)}.hp-reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.hp-hero{padding:80px 18px 55px}.hp-hero__cta{flex-direction:column;align-items:center}.hp-btn-primary,.hp-btn-affiliate{justify-content:center;width:100%}.hp-matrix__cols-head{display:none}.hp-matrix-row{grid-template-columns:80px 1fr 70px 52px}.hp-mrow__mkt,.hp-mrow__time{display:none}}@media (prefers-reduced-motion:reduce){.hp-ticker__track{animation:none}.hp-reveal{opacity:1;transition:none;transform:none}.hp-matrix-row,.pulse-dot-green{opacity:1;animation:none}}
