:root{--binance:#0073e6;--exness:#f3ba2f;--etoro:#2ecc71;--dark:#0f172a}
*{box-sizing:border-box}
body{margin:0;font-family:Arial;background:#f1f5f9;color:#111}
.container{max-width:1200px;margin:auto;padding:10px 20px}

h1{font-size:34px;font-weight:700;color:#0f172a;margin:0 0 20px;border-bottom:3px solid #2e2e2e;padding-bottom:12px;text-align:center}
h2{font-size:22px;font-weight:600;margin:40px 0 12px;color:#1e293b;text-align:center}
h3{font-size:18px;font-weight:600;margin-top:25px;color:#ffdf01}
p{font-size:16px;color:#1e293b;margin-bottom:14px}
hr{border:0;border-top:1px solid #e5e7eb;margin:40px 0}

.subtitle{text-align:center;color:#555;margin-bottom:5px}

.platform{display:block!important;text-align:center;background:#393939}
.platform p,.benefits li{color:#ebebeb}
.platform-image{width:120px;height:120px;margin:0 auto 12px;display:block}
.rounded-logo{width:200px;height:200px;background:#f0f0f0;border-radius:50%;object-fit:contain;padding:10px;margin:0 auto 12px;display:block}

.platforms{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}
.card{width:100%;max-width:300px;background:#f2f2f2;border-radius:15px;padding:15px;margin:10px;text-align:center;position:relative;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:.3s}
.card:hover{transform:translateY(-10px);box-shadow:0 12px 25px rgba(0,0,0,.2)}
.card .tag{position:absolute;top:20px;right:20px;background:#111;color:#fff;font-size:12px;padding:6px 12px;border-radius:20px}
.card .logo{width:80px;height:80px;object-fit:contain;margin:10px 0}
.features{margin:20px 0}
.features div{padding:10px 0;border-bottom:1px dashed #ddd;font-size:14px}
.rating{font-size:20px;color:#f4b400;margin-top:10px}
.expand{margin-top:15px;cursor:pointer;color:#0d6efd;font-weight:700}
.more{display:none;margin-top:10px;color:#555;font-size:14px}

.cta{display:block;margin-top:25px;padding:14px;border-radius:30px;color:#fff;font-weight:700;text-decoration:none;transition:.3s;text-align:center}
.cta:hover{transform:scale(1.05)}
.card:hover .cta{background:#005bb5}

.binance{border-top:6px solid var(--binance)}
.exness{border-top:6px solid var(--exness)}
.etoro{border-top:6px solid var(--etoro)}
.binance .cta{background:var(--binance);color:#111}
.exness .cta{background:var(--exness)}
.etoro .cta{background:var(--etoro)}

.top-brokers-table{width:100%;overflow-x:auto}
.top-brokers-table table{width:100%;border-collapse:collapse}
.top-brokers-table th,.top-brokers-table td{border:1px solid #ddd;padding:12px;text-align:center}
.top-brokers-table th{background:#0073e6;color:#fff}
.top-brokers-table tr:nth-child(even){background:#f9f9f9}
.top-brokers-table tr:hover{background:#f1f1f1}

article{max-width:920px;margin:30px auto;background:#fff;padding:20px 30px;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.06)}
.faq{background:#f9fafb;border-left:4px solid #ffdf01;padding:20px 25px;margin-top:30px;border-radius:4px}

.trading-article{max-width:900px;margin:auto;line-height:1.6;color:#333;padding:20px}
.trading-article h2{color:#0073e6;font-size:28px}
.trading-article h3{color:#005bb5;font-size:22px}
.trading-article table{width:100%;border-collapse:collapse;margin:20px 0}
.trading-article th,.trading-article td{border:1px solid #ddd;padding:10px;text-align:center}
.trading-article th{background:#0073e6;color:#fff}

.navbar{display:flex;justify-content:space-between;align-items:center;padding:5px;background:#393939;color:#fff;position:sticky;top:0;z-index:1000}
.navbar a{color:#fff;text-decoration:none}
.navbar ul{display:flex;list-style:none;margin:0;padding:0}
.navbar ul li{margin-left:20px}
.navbar ul li a:hover{color:#ffd700}
.menu-toggle{display:none;font-size:24px;cursor:pointer}

.site-footer{background:#393939;color:#efefef;padding:40px 30px;margin-top:50px}
.site-footer a{color:#efefef;text-decoration:none}
.site-footer .footer-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}
.site-footer .footer-column{flex:1 1 200px}
.site-footer h4{margin-bottom:15px;font-size:18px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer ul li{margin-bottom:10px}
.site-footer p.copy{text-align:center;margin-top:30px;font-size:14px}

.benefits{list-style:none;padding:0;margin:15px 0;text-align:right}
.bonus-note{margin-top:12px;font-size:12px;background:#2e2e2e;padding:10px;border-right:4px solid #ffdf01;color:#ebebeb}

@media(max-width:1024px){.platforms{flex-direction:column;align-items:center}}
@media(max-width:768px){
h1{font-size:26px}
h2{font-size:20px}
article{margin:20px;padding:30px 25px}
.navbar ul{display:none;flex-direction:column;width:100%;background:#0073e6;position:absolute;top:60px;left:0}
.navbar ul.show{display:flex}
.menu-toggle{display:block}
.site-footer .footer-container{flex-direction:column;text-align:center}
}
