/* ===== StockTradingPlatformReviews.com — Shared Stylesheet ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --primary: #1e3a5f; --secondary: #2d5a87; --accent: #4CAF50; --accent-hover: #45a049; --text: #333; --text-light: #666; --bg: #f8f9fa; --card-bg: #ffffff; --border: #e0e0e0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.7; color: var(--text); background: var(--bg); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: white; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
header .container { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; }
.logo { font-size: 1.4rem; font-weight: 700; }
nav { display: flex; gap: 25px; }
nav a { color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 500; }
nav a:hover { color: white; }
.hero { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: white; padding: 80px 0; text-align: center; }
.hero h1 { font-size: 2.8rem; margin-bottom: 20px; font-weight: 800; }
.hero p { font-size: 1.2rem; max-width: 650px; margin: 0 auto 35px; }
.btn { display: inline-block; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.25s; border: none; cursor: pointer; }
.btn-primary { background: var(--accent); color: white; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); }
.btn-secondary { background: white; color: var(--primary); }
.search-box { max-width: 500px; margin: 0 auto 30px; }
.search-box input { width: 100%; padding: 16px 24px; border-radius: 50px; border: none; font-size: 1rem; }
.trust-badges { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 30px; font-size: 0.9rem; }
.reviews { padding: 70px 0; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-size: 2.2rem; margin-bottom: 12px; }
.section-header p { color: var(--text-light); font-size: 1.1rem; }
.tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 40px; flex-wrap: wrap; }
.tab { padding: 10px 24px; border-radius: 25px; border: 2px solid var(--border); background: white; color: var(--text-light); font-weight: 500; cursor: pointer; }
.tab.active { background: var(--primary); color: white; border-color: var(--primary); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; }
.review-card { background: var(--card-bg); border-radius: 16px; padding: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); transition: transform 0.3s; border: 1px solid var(--border); }
.review-card:hover { transform: translateY(-6px); }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.platform-info { display: flex; gap: 15px; align-items: center; }
.platform-logo { width: 60px; height: 60px; background: linear-gradient(135deg, #667eea, #764ba2); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 800; font-size: 1.2rem; }
.platform-logo.archotc { background: linear-gradient(135deg, #3B82F6, #8B5CF6); }
.platform-logo.ib { background: linear-gradient(135deg, #F59E0B, #EF4444); }
.platform-logo.td { background: linear-gradient(135deg, #10B981, #059669); }
.platform-logo.fidelity { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }
.platform-logo.robinhood { background: linear-gradient(135deg, #00C805, #00A004); }
.platform-logo.webull { background: linear-gradient(135deg, #FF6B6B, #EE5A5A); }
.platform-name h3 { font-size: 1.25rem; margin-bottom: 2px; }
.platform-name span { font-size: 0.85rem; color: var(--text-light); }
.rating { display: flex; align-items: center; gap: 5px; }
.stars { color: #ffc107; letter-spacing: 2px; }
.rating-value { font-weight: 700; color: #ffc107; }
.review-card .badge { display: inline-block; padding: 5px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 18px; }
.badge-top { background: #d4edda; color: #155724; }
.badge-pro { background: #fff3cd; color: #856404; }
.badge-beginner { background: #cce5ff; color: #004085; }
.review-card p { color: var(--text-light); margin-bottom: 20px; }
.fees-table { width: 100%; margin-bottom: 20px; border-collapse: collapse; }
.fees-table th, .fees-table td { padding: 10px; text-align: left; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.fees-table th { color: var(--text); font-weight: 600; }
.fees-table td { color: var(--text-light); }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.pros, .cons { padding: 15px; border-radius: 8px; }
.pros { background: #d4edda; }
.cons { background: #f8d7da; }
.pros h5, .cons h5 { font-size: 0.85rem; margin-bottom: 8px; }
.pros { color: #155724; }
.cons { color: #721c24; }
.card-cta { display: flex; gap: 10px; }
.review-card .btn { flex: 1; text-align: center; padding: 12px 20px; }
.categories { padding: 70px 0; background: white; }
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }
.category-card { text-align: center; padding: 40px 25px; border-radius: 16px; background: var(--bg); transition: transform 0.3s; text-decoration: none; color: inherit; }
.category-card:hover { transform: translateY(-5px); }
.category-card .icon { font-size: 2.5rem; margin-bottom: 15px; }
.category-card h3 { margin-bottom: 10px; }
.category-card p { color: var(--text-light); font-size: 0.95rem; }
.cta-section { background: var(--primary); color: white; padding: 70px 0; text-align: center; }
.cta-section h2 { font-size: 2rem; margin-bottom: 15px; }
.cta-section p { margin-bottom: 30px; font-size: 1.1rem; }
.newsletter { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 70px 0; text-align: center; }
.newsletter h2 { font-size: 2rem; margin-bottom: 15px; }
.newsletter p { margin-bottom: 25px; }
.newsletter-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.newsletter-form input { padding: 14px 20px; border-radius: 8px; border: none; font-size: 1rem; min-width: 280px; }
.newsletter-form button { padding: 14px 30px; border-radius: 8px; border: none; background: var(--primary); color: white; font-weight: 600; cursor: pointer; }
footer { background: #1a1a1a; color: #888; padding: 50px 0 25px; }
footer .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
footer h4 { color: white; margin-bottom: 20px; font-size: 1rem; }
footer ul { list-style: none; }
footer li { margin-bottom: 10px; }
footer a { color: #888; text-decoration: none; }
footer a:hover { color: white; }
.footer-bottom { margin-top: 40px; padding-top: 25px; border-top: 1px solid #333; text-align: center; font-size: 0.9rem; }
@media (max-width: 768px) { .hero h1 { font-size: 2rem; } nav { display: none; } .reviews-grid { grid-template-columns: 1fr; } .pros-cons { grid-template-columns: 1fr; } }

/* ===== Review Page Styles ===== */
.review-hero { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: white; padding: 60px 0; }
.review-hero-inner { display: flex; align-items: center; gap: 30px; }
.review-hero-logo { width: 80px; height: 80px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 900; font-size: 1.8rem; flex-shrink: 0; }
.review-hero-logo.archotc { background: linear-gradient(135deg, #3B82F6, #8B5CF6); }
.review-hero-logo.ib { background: linear-gradient(135deg, #F59E0B, #EF4444); }
.review-hero-logo.td { background: linear-gradient(135deg, #10B981, #059669); }
.review-hero-logo.fidelity { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }
.review-hero-logo.robinhood { background: linear-gradient(135deg, #00C805, #00A004); }
.review-hero-logo.webull { background: linear-gradient(135deg, #FF6B6B, #EE5A5A); }
.review-hero h1 { font-size: 2.2rem; font-weight: 800; margin-bottom: 8px; }
.review-hero .subtitle { opacity: 0.8; font-size: 1rem; margin-bottom: 14px; }
.review-hero .hero-rating { display: flex; align-items: center; gap: 10px; }
.review-hero .stars { color: #ffc107; font-size: 1.4rem; letter-spacing: 2px; }
.review-hero .score { font-size: 2rem; font-weight: 900; color: #ffc107; }
.review-hero .score-label { font-size: 0.85rem; opacity: 0.75; }
.review-badge { display: inline-block; padding: 5px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; margin-bottom: 12px; }
.review-badge.top { background: #d4edda; color: #155724; }
.review-badge.pro { background: #fff3cd; color: #856404; }
.review-badge.beginner { background: #cce5ff; color: #004085; }
.review-body { padding: 50px 0; }
.review-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; }
.review-section { background: white; border-radius: 16px; padding: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border: 1px solid var(--border); margin-bottom: 24px; }
.review-section h2 { font-size: 1.4rem; font-weight: 800; color: var(--primary); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); }
.review-section p { color: var(--text-light); line-height: 1.8; margin-bottom: 14px; }
.review-section ul { list-style: none; padding: 0; }
.review-section ul li { padding: 8px 0; border-bottom: 1px solid var(--border); color: var(--text-light); display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; }
.review-section ul li:last-child { border-bottom: none; }
.review-section ul li::before { content: "✦"; color: var(--accent); flex-shrink: 0; margin-top: 3px; font-size: 0.7rem; }
.score-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 16px; margin-top: 10px; }
.score-item { background: var(--bg); border-radius: 10px; padding: 16px; text-align: center; }
.score-item .s-value { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.score-item .s-label { font-size: 0.78rem; color: var(--text-light); margin-top: 4px; }
.full-fees-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.full-fees-table th { background: var(--bg); padding: 12px 14px; text-align: left; font-weight: 700; color: var(--primary); border-bottom: 2px solid var(--border); }
.full-fees-table td { padding: 11px 14px; border-bottom: 1px solid var(--border); color: var(--text-light); }
.full-fees-table tr:last-child td { border-bottom: none; }
.full-fees-table td:last-child { font-weight: 600; color: var(--text); }
.pros-cons-full { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pros-full { background: #f0fdf4; border: 1px solid #86efac; border-radius: 12px; padding: 20px; }
.cons-full { background: #fef2f2; border: 1px solid #fca5a5; border-radius: 12px; padding: 20px; }
.pros-full h3 { color: #166534; margin-bottom: 12px; font-size: 1rem; }
.cons-full h3 { color: #991b1b; margin-bottom: 12px; font-size: 1rem; }
.pros-full li::before { content: "✓"; color: #22c55e !important; }
.cons-full li::before { content: "✗"; color: #ef4444 !important; }
.pros-full li, .cons-full li { color: var(--text) !important; }
.verdict-box { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: white; border-radius: 14px; padding: 28px; margin-top: 8px; }
.verdict-box h3 { font-size: 1.1rem; margin-bottom: 10px; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; }
.verdict-box p { line-height: 1.8; font-size: 0.95rem; opacity: 0.9; }
.sticky-sidebar { position: sticky; top: 90px; }
.sidebar-cta { background: white; border-radius: 16px; padding: 24px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border: 1px solid var(--border); margin-bottom: 20px; }
.sidebar-cta h3 { font-size: 1rem; font-weight: 700; margin-bottom: 16px; color: var(--primary); }
.sidebar-cta .big-score { text-align: center; margin-bottom: 16px; }
.sidebar-cta .big-score .num { font-size: 3rem; font-weight: 900; color: var(--accent); line-height: 1; }
.sidebar-cta .big-score .out-of { font-size: 0.85rem; color: var(--text-light); }
.sidebar-cta .stars-lg { text-align: center; color: #ffc107; font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 20px; }
.cta-btn-full { display: block; width: 100%; padding: 14px; background: var(--accent); color: white; text-decoration: none; border-radius: 10px; font-weight: 700; text-align: center; font-size: 1rem; transition: background 0.2s; box-sizing: border-box; }
.cta-btn-full:hover { background: var(--accent-hover); }
.cta-btn-outline { display: block; width: 100%; padding: 12px; background: transparent; color: var(--primary); text-decoration: none; border-radius: 10px; font-weight: 600; text-align: center; font-size: 0.9rem; border: 2px solid var(--border); margin-top: 10px; box-sizing: border-box; }
.cta-btn-outline:hover { border-color: var(--primary); }
.compare-list { list-style: none; padding: 0; }
.compare-list li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.compare-list li:last-child { border-bottom: none; }
.compare-list a { color: var(--primary); text-decoration: none; font-weight: 600; }
.compare-list a:hover { color: var(--accent); }
.breadcrumb { padding: 14px 0; font-size: 0.88rem; color: var(--text-light); }
.breadcrumb a { color: var(--accent); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.review-footer { background: #1a1a1a; color: #888; padding: 30px 0; text-align: center; margin-top: 60px; font-size: 0.9rem; }
.review-footer a { color: #888; text-decoration: none; margin: 0 12px; }
.review-footer a:hover { color: white; }
.review-footer p { margin-top: 12px; font-size: 0.8rem; opacity: 0.6; }
@media (max-width: 768px) { .review-layout { grid-template-columns: 1fr; } .pros-cons-full { grid-template-columns: 1fr; } .review-hero-inner { flex-direction: column; } .score-row { grid-template-columns: repeat(2, 1fr); } }
