/*
Theme Name: GoldenCross
Description: Professional trading signals theme
Template: astra
Version: 1.0
*/

/* ===== GLOBAL ===== */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1f3050;
    background: #f8fafc;
}

/* ===== HEADER ===== */
.ast-primary-header, .site-header {
    background: #19243f !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.site-title a, .ast-site-identity a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
}
.main-navigation a, .ast-header-sections-navigation a {
    color: #e2e8f0 !important;
    font-weight: 500;
    font-size: 15px;
}
.main-navigation a:hover, .ast-header-sections-navigation a:hover {
    color: #10b981 !important;
}

/* ===== HERO SECTION ===== */
.gc-hero {
    background: linear-gradient(135deg, #19243f 0%, #1e3a5f 50%, #19243f 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    margin: -20px -20px 40px;
}
.gc-hero h1 { font-size: 2.5em; margin-bottom: 15px; }
.gc-hero p { font-size: 1.2em; opacity: 0.85; max-width: 700px; margin: 0 auto; }

/* ===== CONTENT ===== */
.entry-content h1 {
    color: #19243f;
    font-weight: 800;
    font-size: 2.2em;
    margin-bottom: 20px;
}
.entry-content h2 {
    color: #1f3050;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

/* ===== CARDS ===== */
.gc-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s;
}
.gc-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ===== TRUST BADGES ===== */
.gc-trust {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
    flex-wrap: wrap;
}
.gc-trust-item {
    text-align: center;
    color: #64748b;
    font-size: 14px;
}
.gc-trust-item .number {
    display: block;
    font-size: 2em;
    font-weight: 800;
    color: #10b981;
}

/* ===== CTA BUTTON ===== */
.wp-block-button__link,
.gc-cta {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(16,185,129,0.3);
}
.wp-block-button__link:hover,
.gc-cta:hover {
    background: linear-gradient(135deg, #059669, #047857) !important;
    box-shadow: 0 4px 15px rgba(16,185,129,0.4);
    transform: translateY(-1px);
}

/* ===== PRICING ===== */
.gc-pricing {
    background: linear-gradient(135deg, #19243f, #1e3a5f);
    color: white;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    margin: 30px 0;
}
.gc-pricing .price {
    font-size: 3em;
    font-weight: 800;
}
.gc-pricing .period {
    font-size: 1.1em;
    opacity: 0.7;
}

/* ===== LIST STYLING ===== */
.entry-content ul li {
    padding: 8px 0;
    line-height: 1.6;
}

/* ===== SIGNAL EMBED ===== */
.gc-signal-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
}

/* ===== AFFILIATE FOOTER ===== */
.gc-affiliate-bar {
    background: #19243f;
    padding: 30px 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
}
.gc-affiliate-bar .label {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gc-affiliate-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin: 15px 0;
}
.gc-affiliate-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    font-size: 14px;
    transition: all 0.2s;
}
.gc-affiliate-links a:hover {
    background: rgba(16,185,129,0.1);
    border-color: #10b981;
    color: #10b981;
}
.gc-disclaimer {
    margin-top: 20px;
    font-size: 11px;
    color: #475569;
    line-height: 1.6;
}

/* ===== FOOTER ===== */
.site-footer, .ast-footer {
    background: #19243f !important;
    color: #94a3b8 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .gc-hero h1 { font-size: 1.8em; }
    .gc-trust { gap: 20px; }
    .gc-pricing .price { font-size: 2.2em; }
}

/* Reviews */
.gc-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}
.gc-review {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}
.gc-stars {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 8px;
}
.gc-review p {
    font-style: italic;
    color: #475569;
    margin: 8px 0;
}
.gc-reviewer {
    font-size: 13px;
    font-weight: 600;
    color: #1f3050;
}

.ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    background-color: #19243f !important;
}

.ast-site-identity .site-title,
.site-title,
.site-header .ast-site-identity .site-title {
    display: none !important;
}

.ast-footer-copyright a[href*="wpastra"],
.ast-footer-copyright a[href*="astra"] {
    display: none !important;
}

/* ===== MOBILE MENU FIX ===== */
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-popup-drawer,
.ast-mobile-header-content,
.ast-mobile-popup-content,
.ast-header-break-point .main-header-menu,
.ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    background: #1e3a5f !important;
}
.ast-mobile-popup-drawer a,
.ast-mobile-popup-content a,
.ast-header-break-point .main-header-menu a {
    color: #f0b90b !important;
    font-weight: 600;
}
.ast-mobile-popup-drawer a:hover,
.ast-mobile-popup-content a:hover,
.ast-mobile-popup-drawer li:hover,
.ast-mobile-popup-content li:hover {
    background: #19243f !important;
    color: #f0b90b !important;
}
.ast-mobile-popup-overlay {
    background: rgba(0,0,0,0.5) !important;
}
.ast-button-wrap .menu-toggle,
.ast-mobile-menu-trigger {
    color: #ffffff !important;
}
