/*
Theme Name: BitGoldBot Pro
Theme URI: https://bitgoldbot.com
Author: BitGoldBot
Description: Premium animated dark gold fintech theme — fully editable from WordPress Customize
Version: 3.0
Text Domain: bitgoldbot
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');
:root{--gold:#C9A84C;--gold-light:#E8C97A;--bg:#0A0A0B;--surface:#111113;--surface2:#18181C;--surface3:#1F1F25;--border:rgba(201,168,76,0.15);--border-soft:rgba(255,255,255,0.06);--text:#F0EDE6;--text-muted:#8A8680;--text-dim:#5A5753;--green:#2ECC71;--red:#E74C3C;--radius:4px;--radius-md:8px;--radius-lg:16px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg)!important;color:var(--text)!important;font-family:'DM Sans',sans-serif!important;line-height:1.6;overflow-x:hidden}
a{color:var(--gold);text-decoration:none}
a:hover{color:var(--gold-light)}
img{max-width:100%;height:auto}
h1,h2,h3,h4,h5,h6{font-family:'Cormorant Garamond',serif!important;color:var(--text)!important;line-height:1.2}
p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.3}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes glow{0%,100%{box-shadow:0 0 20px rgba(201,168,76,0.1)}50%{box-shadow:0 0 40px rgba(201,168,76,0.3)}}
@keyframes slideRight{from{width:0}to{width:100%}}
@keyframes ticker{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
.animate-fade-up{animation:fadeUp 0.7s ease both}
.animate-fade-in{animation:fadeIn 0.7s ease both}
.delay-1{animation-delay:0.1s}.delay-2{animation-delay:0.2s}.delay-3{animation-delay:0.3s}.delay-4{animation-delay:0.4s}.delay-5{animation-delay:0.5s}
.live-dot{width:8px;height:8px;background:var(--green);border-radius:50%;display:inline-block;margin-right:6px;animation:pulse 1.5s ease-in-out infinite}
#site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(10,10,11,0.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:68px;display:flex;align-items:center;padding:0 5%;justify-content:space-between;transition:all 0.3s}
.site-logo{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;color:var(--gold)!important;text-decoration:none}
.site-logo span{color:var(--text)}
#site-navigation ul{display:flex;gap:2rem;list-style:none;align-items:center}
#site-navigation ul li a{font-size:0.82rem;font-weight:500;color:var(--text-muted)!important;letter-spacing:0.05em;text-transform:uppercase;transition:color 0.2s;text-decoration:none}
#site-navigation ul li a:hover{color:var(--gold)!important}
.nav-cta-btn{background:var(--gold)!important;color:#000!important;padding:0.5rem 1.25rem!important;border-radius:var(--radius)!important;font-size:0.82rem!important;font-weight:600!important;letter-spacing:0.05em!important;text-transform:uppercase!important;transition:all 0.2s!important;text-decoration:none!important}
.nav-cta-btn:hover{background:var(--gold-light)!important;transform:translateY(-1px)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:0.3s}
.mobile-nav{display:none;position:fixed;top:68px;left:0;right:0;z-index:999;background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 5%;flex-direction:column;gap:1rem}
.mobile-nav.open{display:flex}
.mobile-nav a{font-size:0.9rem;color:var(--text-muted)!important}
#page{padding-top:68px}
.site-content{min-height:80vh;background:var(--bg)}
.btn-gold{display:inline-block;background:var(--gold);color:#000!important;padding:0.85rem 2rem;border-radius:var(--radius);font-weight:600;font-size:0.9rem;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none!important;transition:all 0.2s;border:none;cursor:pointer;font-family:'DM Sans',sans-serif}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,0.25)}
.btn-outline{display:inline-block;background:transparent;color:var(--gold)!important;padding:0.85rem 2rem;border-radius:var(--radius);font-weight:600;font-size:0.9rem;letter-spacing:0.05em;text-transform:uppercase;border:1px solid var(--gold);text-decoration:none!important;transition:all 0.2s;cursor:pointer;font-family:'DM Sans',sans-serif}
.btn-outline:hover{background:rgba(201,168,76,0.1);transform:translateY(-2px)}
.section-tag{display:inline-block;font-family:'JetBrains Mono',monospace;font-size:0.7rem;color:var(--gold);letter-spacing:0.12em;text-transform:uppercase;border:1px solid var(--border);border-radius:2px;padding:0.3rem 0.7rem;margin-bottom:1.2rem}
.section-title{font-size:clamp(2rem,4vw,3rem)!important;font-weight:700!important;margin-bottom:0.5rem}
.section-title em{color:var(--gold);font-style:italic}
.gold-divider{width:60px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:1.2rem 0 2rem}
.trust-banner{display:inline-flex;align-items:center;gap:0.6rem;background:rgba(201,168,76,0.08);border:1px solid rgba(201,168,76,0.25);border-radius:var(--radius);padding:0.6rem 1rem;font-size:0.82rem;color:var(--gold-light)}
.card{background:var(--surface2);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:2rem;transition:border-color 0.3s,transform 0.3s,box-shadow 0.3s}
.card:hover{border-color:var(--border);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.3)}
.entry-content{background:var(--bg);color:var(--text);padding:80px 5%;max-width:900px;margin:0 auto}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{color:var(--text)!important;margin-bottom:1rem;margin-top:2rem}
.entry-content p{color:var(--text-muted);line-height:1.8}
.entry-content ul,.entry-content ol{color:var(--text-muted);padding-left:1.5rem;margin-bottom:1rem}
.entry-content li{margin-bottom:0.5rem;line-height:1.8}
.entry-content strong{color:var(--text)}
.blog-archive{padding:80px 5%;max-width:1100px;margin:0 auto}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post-card{background:var(--surface2);border:1px solid var(--border-soft);border-radius:var(--radius-md);overflow:hidden;transition:all 0.3s}
.post-card:hover{border-color:var(--border);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.3)}
.post-card-thumb{height:180px;background:linear-gradient(135deg,var(--surface3),var(--surface2));display:flex;align-items:center;justify-content:center;font-size:3rem;overflow:hidden}
.post-card-thumb img{width:100%;height:100%;object-fit:cover}
.post-card-body{padding:1.5rem}
.post-card-cat{font-family:'JetBrains Mono',monospace;font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);margin-bottom:0.5rem;display:block}
.post-card-title{font-family:'Cormorant Garamond',serif!important;font-size:1.15rem!important;font-weight:600!important;color:var(--text)!important;margin-bottom:0.5rem;line-height:1.4;text-decoration:none;display:block}
.post-card-title:hover{color:var(--gold)!important}
.post-card-excerpt{font-size:0.83rem;color:var(--text-muted);line-height:1.6;margin:0}
.post-card-meta{font-size:0.75rem;color:var(--text-dim);margin-top:1rem}
.single-post-wrap{max-width:780px;margin:0 auto;padding:80px 5%}
.single-post-cat{font-family:'JetBrains Mono',monospace;font-size:0.7rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold);border:1px solid var(--border);border-radius:2px;padding:0.3rem 0.7rem;display:inline-block;margin-bottom:1.2rem}
.single-post-title{font-size:clamp(2rem,4vw,3.5rem)!important;margin-bottom:1rem}
.single-post-meta{font-size:0.82rem;color:var(--text-dim);margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-soft)}
.single-post-content p{color:var(--text-muted);line-height:1.9;margin-bottom:1.5rem}
.single-post-content h2{color:var(--text)!important;margin:2.5rem 0 1rem;font-size:1.8rem!important}
.single-post-content h3{color:var(--text)!important;margin:2rem 0 0.8rem;font-size:1.4rem!important}
.single-post-content ul,.single-post-content ol{color:var(--text-muted);padding-left:1.5rem;margin-bottom:1.5rem}
.single-post-content li{margin-bottom:0.5rem;line-height:1.8}
.single-post-content blockquote{border-left:3px solid var(--gold);padding-left:1.5rem;margin:2rem 0;color:var(--text-muted);font-style:italic}
#site-footer{background:var(--surface);border-top:1px solid var(--border);padding:60px 5% 30px}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto 3rem}
.footer-brand-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;color:var(--gold);display:block;margin-bottom:0.8rem}
.footer-brand-name span{color:var(--text)}
.footer-brand p{font-size:0.82rem;color:var(--text-muted);line-height:1.7}
.footer-social{display:flex;gap:0.8rem;margin-top:1.2rem;flex-wrap:wrap}
.social-icon{width:36px;height:36px;border-radius:var(--radius);background:var(--surface3);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;color:var(--text-muted)!important;font-size:14px;transition:all 0.2s;text-decoration:none!important}
.social-icon:hover{background:var(--gold);color:#000!important;border-color:var(--gold);transform:translateY(-2px)}
.footer-col h5{font-family:'DM Sans',sans-serif!important;font-size:0.75rem!important;font-weight:600!important;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold)!important;margin-bottom:1rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:0.6rem}
.footer-col ul li a{font-size:0.83rem;color:var(--text-muted)!important;transition:color 0.2s;text-decoration:none}
.footer-col ul li a:hover{color:var(--gold)!important}
.footer-bottom{max-width:1100px;margin:0 auto;border-top:1px solid var(--border-soft);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}
.footer-disclaimer{font-size:0.72rem;color:var(--text-dim);line-height:1.7;max-width:700px}
.footer-copy{font-size:0.75rem;color:var(--text-dim);white-space:nowrap}
input[type="text"],input[type="email"],input[type="number"],textarea,select{background:var(--surface2)!important;border:1px solid var(--border-soft)!important;border-radius:var(--radius)!important;color:var(--text)!important;font-family:'DM Sans',sans-serif!important;font-size:0.88rem!important;padding:0.8rem 1rem!important;width:100%!important;outline:none!important;transition:border-color 0.2s!important}
input:focus,textarea:focus,select:focus{border-color:var(--gold)!important}
textarea{min-height:140px;resize:vertical}
.pagination{margin-top:3rem;display:flex;gap:0.5rem;justify-content:center;flex-wrap:wrap}
.pagination a,.pagination span{background:transparent;border:1px solid var(--border);color:var(--text-muted)!important;padding:0.5rem 1rem;border-radius:var(--radius);font-size:0.85rem;text-decoration:none;transition:all 0.2s}
.pagination a:hover,.pagination .current{background:var(--gold);border-color:var(--gold);color:#000!important}
@media(max-width:900px){.posts-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}#site-navigation{display:none}.hamburger{display:flex}}
@media(max-width:600px){.posts-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
.admin-bar #site-header{top:32px}
.admin-bar #page{padding-top:calc(68px + 32px)}
