/* Whitepaper Specific Styles */

.whitepaper-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #4F46E5 100%);
    color: white;
    padding: 6rem 0 4rem;
    text-align: center;
}

.whitepaper-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.whitepaper-hero p {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.whitepaper-container {
    background: #f8f9fa;
    padding: 4rem 0;
}

.whitepaper-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 4rem;
    align-items: start;
}

/* Sidebar */
.whitepaper-sidebar {
    position: relative;
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.sidebar-sticky h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sidebar-link {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    color: #666;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: rgba(79, 70, 229, 0.1);
    color: #4F46E5;
    padding-left: 1.5rem;
}

/* Content */
.whitepaper-content {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.wp-section {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #f0f0f0;
}

.wp-section:last-child {
    border-bottom: none;
}

.wp-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
    font-weight: 800;
}

.wp-section h3 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: 700;
}

.wp-section h4 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #4F46E5;
    font-weight: 600;
}

.wp-section p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.5rem;
}

.wp-section ul,
.wp-section ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.wp-section li {
    line-height: 1.8;
    color: #555;
    margin-bottom: 0.75rem;
}

.wp-section strong {
    color: #1a1a1a;
    font-weight: 600;
}

.lead {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}

.wp-intro-box {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #4F46E5;
    margin-bottom: 2rem;
}

.key-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.highlight-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e9ecef;
}

.highlight-card h4 {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.highlight-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #4F46E5;
    margin: 0.5rem 0;
}

.highlight-card span {
    font-size: 0.85rem;
    color: #888;
}

.problem-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.problem-box h3 {
    margin-top: 0;
    color: #856404;
}

.token-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.token-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #4F46E5;
}

.token-card h4 {
    margin-top: 0;
    color: #4F46E5;
    font-size: 1.5rem;
}

.process-flow {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.process-step {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    padding-left: 5rem;
}

.step-icon {
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 50px;
    height: 50px;
    background: #4F46E5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
}

.process-step h4 {
    margin-top: 0;
    color: #1a1a1a;
}

.distribution-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
}

.distribution-table thead {
    background: #4F46E5;
    color: white;
}

.distribution-table th,
.distribution-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.distribution-table tbody tr:hover {
    background: #f8f9fa;
}

.tech-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.spec-item {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border-left: 3px solid #4F46E5;
}

.voting-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.rule-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    border-top: 4px solid #4F46E5;
}

.rule-card h4 {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1.2rem;
}

.roadmap-timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.roadmap-phase {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #4F46E5;
}

.roadmap-phase h3 {
    margin-top: 0;
    color: #4F46E5;
}

.roadmap-phase ul {
    margin-left: 1.5rem;
}

.roadmap-phase li {
    margin-bottom: 0.75rem;
}

.disclaimer-box {
    background: #fff3cd;
    border: 2px solid #ffc107;
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
}

.disclaimer-box h4 {
    margin-top: 0;
    color: #856404;
}

.conclusion-cta {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    color: white;
    padding: 3rem;
    border-radius: 16px;
    text-align: center;
    margin: 3rem 0;
}

.conclusion-cta h3 {
    margin-top: 0;
    color: white;
    font-size: 2rem;
}

.conclusion-cta p {
    color: white;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.contact-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.contact-card h4 {
    margin: 0 0 0.5rem 0;
    color: #4F46E5;
}

.contact-card a {
    color: #666;
    text-decoration: none;
}

.contact-card a:hover {
    color: #4F46E5;
}

.document-info {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
    text-align: center;
}

.document-info p {
    margin-bottom: 0.5rem;
    color: #666;
}

/* Responsive */
@media (max-width: 1024px) {
    .whitepaper-layout {
        grid-template-columns: 1fr;
    }
    
    .whitepaper-sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .whitepaper-hero h1 {
        font-size: 2.5rem;
    }
    
    .whitepaper-content {
        padding: 2rem 1.5rem;
    }
    
    .wp-section h2 {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .token-comparison {
        grid-template-columns: 1fr;
    }
}

.image-zoom {
    transition: transform 0.3s ease; /* Smooth transition */
}

.image-zoom:hover {
    transform: scale(2.5); /* Scale the image to 250% */
}	  

/* Print Styles */
@media print {
    .header,
    .whitepaper-hero,
    .footer,
    .whitepaper-sidebar,
    .hero-actions,
    .cta-buttons {
        display: none !important;
    }
    
    .whitepaper-layout {
        grid-template-columns: 1fr;
    }
    
    .whitepaper-content {
        box-shadow: none;
        padding: 0;
    }
    
    .wp-section {
        page-break-inside: avoid;
    }
}