/* Buyback Page Styles */

/* Fix container width to match site layout */
.page-id-40687 #primary,
.page-id-40687 .site-main,
.page-id-40687 article {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.page-id-40687 .entry-header {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.page-id-40687 .entry-title {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 40px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-id-40687 .entry-content {
    max-width: none !important;
    padding: 0 !important;
}

.bc-buyback-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}

.bc-buyback-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.3);
}

.bc-buyback-hero h1 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.bc-buyback-hero .subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #fbbf24;
    margin-bottom: 20px;
}

.bc-buyback-hero p {
    font-size: 16px;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.bc-games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.bc-game-card {
    background: #fff;
    border: 3px solid #e5e7eb;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.bc-game-card:hover {
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
}

.bc-game-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 8px 0;
}

.bc-game-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.bc-process-section {
    background: #f9fafb;
    border-radius: 20px;
    padding: 50px 40px;
    margin-bottom: 50px;
}

.bc-process-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 40px 0;
}

.bc-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.bc-step {
    text-align: center;
}

.bc-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.bc-step h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 10px 0;
}

.bc-step p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.bc-contact-section {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    color: #1e3a8a;
    box-shadow: 0 10px 40px rgba(251, 191, 36, 0.3);
}

.bc-contact-section h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 30px 0;
}

.bc-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.bc-contact-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.bc-contact-item .icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.bc-contact-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1e3a8a;
}

.bc-contact-item p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #3b82f6;
}

.bc-cta-text {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
}

@media (max-width: 768px) {
    .bc-buyback-hero {
        padding: 30px 20px;
    }

    .bc-buyback-hero h1 {
        font-size: 28px;
    }

    .bc-process-section {
        padding: 30px 20px;
    }

    .bc-contact-section {
        padding: 30px 20px;
    }
}
