/*
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
Description: Bank Pro Top Neo is a free, ultra-modern, neo-minimal blog and business theme. It features a clean layout, flexible sidebar, WooCommerce support, and a focus on readability. Fully responsive and SEO-ready.
Version: 1.0.3
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, custom-colors, custom-menu, custom-background, custom-header, editor-style, block-styles, wide-blocks, footer-widgets, full-width-template, sticky-post
*/

/* 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;
  }
}


/* Core WordPress helper classes */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1rem;
}

.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 0.35rem;
}

.sticky {
  position: relative;
}

.gallery-caption {
  font-size: 0.85rem;
  opacity: 0.8;
}

.bypostauthor {
  border-left: 2px solid rgba(56, 189, 248, 0.6);
  padding-left: 0.75rem;
}

.alignleft {
  float: left;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}

.alignright {
  float: right;
  margin-left: 1.2rem;
  margin-bottom: 1.2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Screen reader text */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}

/* Sidebar and widgets */
.widget-area {
  margin-top: 32px;
}

.widget {
  margin-bottom: 24px;
}

.widget-title {
  font-size: 1rem;
  margin-bottom: 8px;
}

.tags-links a {
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 2px 10px;
  margin-right: 6px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.tags-links a:hover {
  color: #38bdf8;
  border-color: rgba(56, 189, 248, 0.9);
}


.entry-thumbnail {
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 18px;
}

.entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}