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

/* === QBO 2046 THEME === */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

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

/* STICKY HEADER — glassmorphism */
header#header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
}
header#header [data-row="middle"] {
    background: rgba(8, 8, 12, 0.75) !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

/* NAV */
header#header nav a,
header#header .ct-menu-link {
    color: rgba(255,255,255,0.5) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 450 !important;
    font-size: 14px !important;
    letter-spacing: 0.01em !important;
    transition: color 0.2s ease !important;
}
header#header nav a:hover,
header#header .ct-menu-link:hover { color: rgba(255,255,255,0.9) !important; }

header#header nav [aria-current="page"] > a,
header#header nav .current-menu-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 {
    color: #a78bfa !important;
    background: transparent !important;
}

/* SITE TITLE */
header#header .site-title a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 0.06em !important;
    font-family: 'Inter', sans-serif !important;
}

/* BODY */
body {
    background: #08080c !important;
    color: #e4e4e7 !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

/* HIDE WP PAGE TITLE */
.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 — subtle */
a { color: #a78bfa; text-decoration: none; }
a:hover { color: #c4b5fd; }

/* SCROLLBAR — minimal */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(167,139,250,0.3); border-radius: 2px; }
::selection { background: rgba(167,139,250,0.3); color: #fff; }

/* FOOTER */
footer {
    background: #06060a !important;
    border-top: 1px solid rgba(255,255,255,0.04) !important;
}
footer, footer p, footer .copyright, footer span { color: rgba(255,255,255,0.3) !important; }
footer a { color: rgba(255,255,255,0.4) !important; }
footer a:hover { color: rgba(255,255,255,0.7) !important; }

/* ANIMATIONS — buttery */
.ss-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.ss-visible { opacity: 1 !important; transform: translateY(0) !important; }

/* PALETTE */
:root {
    --theme-palette-color-1: #a78bfa;
    --theme-palette-color-2: #818cf8;
    --theme-palette-color-3: #08080c;
    --theme-palette-color-4: #e4e4e7;
    --theme-palette-color-5: #111116;
}

html { scroll-behavior: smooth; }

/* REMOVE ALL clunky hover dropshadows */
.stk-column-wrapper:hover,
.stk-column:hover,
.stk-block:hover {
    box-shadow: none !important;
    filter: none !important;
}

/* Cards — clean glass, no drop shadow */
.stk-column-wrapper {
    transition: border-color 0.4s ease !important;
    box-shadow: none !important;
}
