/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* === QBO NEON GRID THEME === */

/* LAYOUT */
#main-container { overflow: visible !important; }

/* STICKY HEADER */
header#header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

header#header [data-row="middle"] {
    background: rgba(13, 13, 13, 0.92) !important;
    border-bottom: 1px solid rgba(168, 85, 247, 0.15) !important;
}

/* NAV LINKS */
header#header nav a,
header#header .site-title a,
header#header .ct-menu-link {
    color: rgba(255,255,255,0.6) !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    transition: color 0.2s ease !important;
}
header#header nav a:hover,
header#header .ct-menu-link:hover { color: #c084fc !important; }

/* ACTIVE NAV */
header#header nav [aria-current="page"] > a,
header#header nav .current-menu-item > a,
header#header nav .current_page_item > a,
header#header [data-menu] .current-menu-item > a,
header#header [data-menu] [aria-current="page"] > a,
[data-menu] > .menu-item.current-menu-item > a,
[data-menu] > .current_page_item > a,
header [data-menu] > .menu-item > a[aria-current="page"] {
    color: #a855f7 !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* SITE TITLE */
header#header .site-title a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    letter-spacing: 0.08em !important;
}

/* BODY */
body {
    background: #0D0D0D !important;
    color: #e4e4e7 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* HIDE PAGE TITLES */
.entry-header, .hero-section { display: none !important; }

/* CONTENT */
.ct-container-full { padding-bottom: 0 !important; }
.entry-content > .stk-block:first-child,
.entry-content > .alignfull:first-child { margin-top: -90px !important; }

/* LINKS */
a { color: #a855f7; }
a:hover { color: #c084fc; }

/* SCROLLBAR */
::selection { background: #a855f7; color: #fff; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0D0D0D; }
::-webkit-scrollbar-thumb { background: rgba(168,85,247,0.4); border-radius: 3px; }

/* FOOTER */
footer {
    background: #080808 !important;
    border-top: 1px solid rgba(168,85,247,0.1) !important;
}
footer, footer p, footer .copyright, footer span { color: rgba(255,255,255,0.4) !important; }
footer a { color: #a855f7 !important; }

/* ANIMATIONS */
.ss-fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.ss-visible { opacity: 1 !important; transform: translateY(0) !important; }

/* PALETTE */
:root {
    --theme-palette-color-1: #a855f7;
    --theme-palette-color-2: #ec4899;
    --theme-palette-color-3: #0D0D0D;
    --theme-palette-color-4: #e4e4e7;
    --theme-palette-color-5: #18181b;
}

html { scroll-behavior: smooth; }
