/* Theme Name: Bank Pro Top Neo Theme URI: https://bank-pro.com/bank-pro-top-neo Author: Bank Pro Author URI: https://bank-pro.com/about Description: Bank Pro Top Neo is a free, ultra-modern neo-minimalist WordPress theme designed for toplists, ranking platforms, affiliate directories, partner hubs, and WooCommerce stores. Fully responsive, SEO-ready and compatible with Bank Pro Top Lite & Pro. Version: 1.0.1 Requires at least: 5.8 Tested up to: 6.9 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: bank-pro-top-neo Tags: custom-logo, blog, e-commerce, one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, grid-layout, translation-ready, theme-options, sticky-post, footer-widgets, full-width-template, editor-style, block-styles, wide-blocks */ /* Copyright (c) 2025 Bank Pro. Licensed under the GPLv2 or later. */ /* Basic Reset */ *, *::before, *::after { box-sizing: border-box; } body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #020617 0, #020617 40%, #000 100%); color: #e5e7eb; line-height: 1.6; } /* Layout */ .site { min-height: 100vh; display: flex; flex-direction: column; } .site-header { padding: 16px 24px; border-bottom: 1px solid rgba(148, 163, 184, 0.35); background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent); } .site-branding a { text-decoration: none; color: #e5e7eb; } .site-title { font-size: 1.4rem; margin: 0; letter-spacing: 0.08em; text-transform: uppercase; } .site-description { margin: 4px 0 0; font-size: 0.85rem; color: #9ca3af; } .site-main { flex: 1; padding: 24px; max-width: 1120px; width: 100%; margin: 0 auto; } /* Hero */ .bpt-hero { padding: 32px 24px; border-radius: 18px; background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.3), rgba(8, 47, 73, 0.95)); box-shadow: 0 22px 60px rgba(15, 23, 42, 0.8); margin-bottom: 32px; position: relative; overflow: hidden; } .bpt-hero::after { content: ""; position: absolute; inset: -40%; background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.13), transparent 50%), radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.13), transparent 50%); opacity: 0.9; mix-blend-mode: screen; } .bpt-hero-inner { position: relative; z-index: 1; } .bpt-hero-title { font-size: 2.1rem; margin: 0 0 8px; color: #f9fafb; } .bpt-hero-subtitle { margin: 0 0 18px; color: #e5e7eb; max-width: 620px; font-size: 0.98rem; } .bpt-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; } .bpt-badge { font-size: 0.75rem; border-radius: 999px; padding: 4px 10px; border: 1px solid rgba(148, 163, 184, 0.7); backdrop-filter: blur(6px); } .bpt-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; } .bpt-btn-primary, .bpt-btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 8px 16px; font-size: 0.9rem; text-decoration: none; cursor: pointer; transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, background 0.15s ease-out; } .bpt-btn-primary { background: linear-gradient(135deg, #38bdf8, #6366f1); color: #0b1120; font-weight: 600; box-shadow: 0 12px 28px rgba(56, 189, 248, 0.45); } .bpt-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 18px 40px rgba(79, 70, 229, 0.7); } .bpt-btn-outline { border: 1px solid rgba(148, 163, 184, 0.8); color: #e5e7eb; background: rgba(15, 23, 42, 0.85); } .bpt-btn-outline:hover { background: rgba(31, 41, 55, 0.95); } /* Content */ .entry-header { margin-bottom: 18px; } .entry-title { font-size: 1.6rem; margin: 0; } .entry-title a { color: #e5e7eb; text-decoration: none; } .entry-title a:hover { color: #38bdf8; } .entry-content { font-size: 0.98rem; color: #d1d5db; } .entry-content a { color: #38bdf8; text-decoration: none; } .entry-content a:hover { text-decoration: underline; } .page-links { margin-top: 16px; font-size: 0.9rem; } /* Footer */ .site-footer { padding: 18px 24px; border-top: 1px solid rgba(31, 41, 55, 0.8); font-size: 0.85rem; color: #9ca3af; text-align: center; background: radial-gradient(circle at bottom, rgba(15, 23, 42, 0.92), #020617); } .site-footer a { color: #38bdf8; text-decoration: none; } .site-footer a:hover { text-decoration: underline; } @media (max-width: 768px) { .site-main { padding: 18px 16px; } .bpt-hero { padding: 22px 18px; } .bpt-hero-title { font-size: 1.6rem; } }