/*
Theme Name: DPBOSS Pro
Theme URI: https://dpbos.site
Author: DPBOSS Team
Description: Premium, fast-loading, SEO-optimized WordPress theme specially built for Satta Matka, Kalyan Matka, Madhur Matka, DPBOSS sites. Features live results, charts, guessing, mobile-first design, and powerful on-page SEO targeting "dpboss", "satta matka", "kalyan matka", "madhur matka".
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dpboss-pro
Tags: satta-matka, dpboss, kalyan-matka, madhur-matka, gambling, results, fast, seo, responsive
*/

/* =============================================
   DPBOSS PRO - PREMIUM SATTA MATKA THEME
   Focus: Keywords dpboss, satta matka, kalyan matka, madhur matka
   ============================================= */

:root {
    --primary-gold: #D4AF37;
    --primary-red: #B22222;
    --dark-bg: #0D0D0D;
    --card-bg: #1A1A1A;
    --text-light: #F5F5F5;
    --text-muted: #AAAAAA;
    --accent-green: #00C853;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-light);
    line-height: 1.6;
    font-size: 16px;
}

/* Premium Dark Luxury Design */
a {
    color: var(--primary-gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #F4E4BC;
}

h1, h2, h3, h4 {
    font-weight: 700;
    color: var(--text-light);
    line-height: 1.2;
}

h1 { font-size: 2.8rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.5rem; }

/* Header & Navigation - Sticky Premium */
.site-header {
    background: linear-gradient(180deg, #111 0%, var(--dark-bg) 100%);
    border-bottom: 3px solid var(--primary-gold);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-logo img {
    height: 52px;
    width: auto;
}

.site-title {
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--primary-gold);
}

.site-title span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 400;
    display: block;
    margin-top: -4px;
}

.main-nav {
    display: flex;
    gap: 8px;
    align-items: center;
}

.nav-link {
    padding: 10px 18px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #ddd;
    border-radius: 6px;
    transition: all 0.2s;
}

.nav-link:hover, .nav-link.active {
    background: var(--primary-gold);
    color: #111;
    transform: translateY(-1px);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--primary-gold);
    font-size: 1.6rem;
}

/* Hero Banner - Powerful First Impression */
.hero {
    background: linear-gradient(rgba(13,13,13,0.65), rgba(13,13,13,0.75)), url('images/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 110px 20px 90px;
    text-align: center;
    position: relative;
}

.hero-content {
    max-width: 820px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.hero .tagline {
    font-size: 1.35rem;
    color: #E8E8E8;
    margin-bottom: 28px;
    font-weight: 400;
}

.hero .keywords {
    font-size: 1.05rem;
    color: var(--primary-gold);
    margin-bottom: 32px;
    font-weight: 500;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 15px 36px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: var(--primary-gold);
    color: #111;
    box-shadow: 0 4px 15px rgba(212,175,55,0.4);
}

.btn-primary:hover {
    background: #F4E4BC;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212,175,55,0.6);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-gold);
    border: 2px solid var(--primary-gold);
}

.btn-secondary:hover {
    background: var(--primary-gold);
    color: #111;
}

/* Trust Bar - Social Proof */
.trust-bar {
    background: #111;
    padding: 14px 20px;
    border-bottom: 1px solid #333;
}

.trust-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: #bbb;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Live Results Section - Core of the site */
.section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--primary-gold);
    margin: 14px auto 0;
}

.live-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}

.result-card {
    background: var(--card-bg);
    border: 1px solid #2A2A2A;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s, border-color 0.3s;
}

.result-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-gold);
}

.result-card-header {
    background: linear-gradient(90deg, #222, #1A1A1A);
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--primary-gold);
}

.result-card-header h3 {
    font-size: 1.25rem;
    color: var(--primary-gold);
}

.result-card-header .market-time {
    font-size: 0.85rem;
    color: #888;
    background: #222;
    padding: 3px 11px;
    border-radius: 20px;
}

.result-body {
    padding: 20px;
}

.result-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.result-item {
    text-align: center;
    background: #111;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #333;
}

.result-item .label {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 4px;
}

.result-item .number {
    font-size: 1.65rem;
    font-weight: 900;
    color: var(--primary-gold);
    font-family: 'Courier New', monospace;
}

.result-item .jodi {
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--accent-green);
}

.result-meta {
    font-size: 0.85rem;
    color: #777;
    display: flex;
    justify-content: space-between;
}

/* Live Status */
.live-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: var(--accent-green);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Market Charts Section */
.charts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
}

.chart-card {
    background: var(--card-bg);
    border-radius: 14px;
    padding: 22px;
    border: 1px solid #2A2A2A;
}

.chart-card h4 {
    margin-bottom: 16px;
    font-size: 1.15rem;
    color: var(--primary-gold);
}

.chart-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.chart-table th,
.chart-table td {
    padding: 9px 10px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.chart-table th {
    background: #111;
    color: #ccc;
    font-weight: 600;
}

.chart-table tr:hover td {
    background: #222;
}

.panel-chart {
    font-family: monospace;
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Guessing & Tips Section - High Value Content */
.guessing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 24px;
}

.guess-card {
    background: linear-gradient(145deg, #1F1F1F, var(--card-bg));
    border: 1px solid #3A2A1A;
    border-radius: 14px;
    padding: 24px;
}

.guess-card .badge {
    display: inline-block;
    background: var(--primary-red);
    color: white;
    font-size: 0.75rem;
    padding: 2px 11px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.guess-card h4 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.guess-numbers {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.guess-numbers .num {
    background: #222;
    padding: 6px 14px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 1rem;
    border: 1px solid #444;
    color: var(--primary-gold);
}

/* Market Pages Structure */
.market-header {
    background: var(--card-bg);
    padding: 32px 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    border-left: 6px solid var(--primary-gold);
}

.market-header h1 {
    font-size: 2.4rem;
    margin-bottom: 8px;
}

/* SEO Optimized Content Blocks */
.seo-content {
    max-width: 820px;
    margin: 0 auto 60px;
}

.seo-content h2 {
    font-size: 1.7rem;
    margin-bottom: 16px;
}

.seo-content p {
    margin-bottom: 18px;
    color: #ccc;
}

.seo-content ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.seo-content li {
    margin-bottom: 7px;
}

/* Footer */
.site-footer {
    background: #0A0A0A;
    padding: 50px 20px 30px;
    border-top: 1px solid #222;
    font-size: 0.9rem;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
}

.footer-col h4 {
    color: var(--primary-gold);
    margin-bottom: 14px;
    font-size: 1.05rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 7px;
}

.footer-col a {
    color: #999;
}

.footer-bottom {
    max-width: 1400px;
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid #222;
    text-align: center;
    color: #555;
    font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 992px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #111;
        flex-direction: column;
        padding: 20px;
        border-top: 2px solid var(--primary-gold);
    }
    
    .main-nav.active {
        display: flex;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero h1 {
        font-size: 2.6rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
}

@media (max-width: 640px) {
    .live-results-grid, .charts-grid, .guessing-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .hero {
        padding: 70px 16px 60px;
    }
}

/* Additional Performance & SEO Styles */
.result-card, .chart-card, .guess-card {
    will-change: transform;
}

.fast-load {
    contain: content;
}

/* Table for Charts - Better readability */
.full-chart {
    overflow-x: auto;
}

.full-chart table {
    min-width: 680px;
}

/* Disclaimer */
.disclaimer {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    margin: 40px 20px;
    padding: 16px;
    background: #111;
    border-radius: 8px;
}

/* =============================================
   DPBOSS BOSTON-STYLE LIVE RESULTS UI
   Dense grid matching https://dpbossss.boston
   ============================================= */

.live-results-boston {
    background: #111;
    padding: 20px;
    border: 2px solid #D4AF37;
    border-radius: 8px;
    margin-bottom: 30px;
}

.live-results-boston .section-title {
    font-size: 1.8rem;
    color: #D4AF37;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.boston-result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    gap: 8px;
}

.boston-result-card {
    background: #1f1f1f;
    border: 1px solid #333;
    padding: 8px 10px;
    font-size: 0.82rem;
    line-height: 1.15;
    border-radius: 4px;
}

.boston-result-card .market-name {
    font-weight: 700;
    color: #D4AF37;
    font-size: 0.85rem;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.boston-result-card .result-main {
    font-family: monospace;
    font-size: 1.05rem;
    font-weight: 900;
    color: #fff;
    margin: 3px 0;
}

.boston-result-card .time {
    font-size: 0.72rem;
    color: #888;
}

.boston-result-card .links {
    margin-top: 4px;
    font-size: 0.7rem;
}

.boston-result-card .links a {
    color: #00C853;
    margin-right: 8px;
}

/* Today Lucky Number / Final Ank section */
.lucky-numbers {
    background: #1A1A1A;
    padding: 18px;
    border: 1px solid #444;
    margin-bottom: 25px;
}

.lucky-numbers h3 {
    color: #D4AF37;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.final-ank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 6px;
    font-size: 0.85rem;
}

.final-ank-item {
    background: #222;
    padding: 4px 8px;
    border-left: 3px solid #D4AF37;
}

.final-ank-item strong {
    color: #fff;
}

.golden-ank {
    font-size: 1.6rem;
    font-weight: 900;
    color: #D4AF37;
    text-align: center;
    margin: 10px 0;
}