/* Peer Review Policy Page CSS - Light Theme, Optimized */
.page-peer-review {
    background: #f8fafc;
}

/* Hero Section */
.review-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 100px;
    text-align: center;
    color: white;
    position: relative;
}

.review-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.review-hero .hero-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 48px;
}

.review-hero h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    margin-bottom: 20px;
}

.review-hero .hero-subtitle {
    font-size: clamp(16px, 2.5vw, 20px);
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

/* Breadcrumb */
.page-peer-review .breadcrumb-section {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}

.page-peer-review .breadcrumb-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-peer-review .breadcrumb a {
    color: #4a5568;
    text-decoration: none;
}

.page-peer-review .breadcrumb a:hover {
    color: #667eea;
}

.page-peer-review .breadcrumb .active {
    color: #667eea;
    font-weight: 600;
}

/* Intro Section */
.page-peer-review .intro-section {
    padding: 60px 0;
    background: #f8fafc;
}

.page-peer-review .intro-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.page-peer-review .intro-text h2 {
    font-size: clamp(26px, 4vw, 34px);
    color: #1a202c;
    margin-bottom: 20px;
}

.page-peer-review .intro-text .highlight {
    color: #667eea;
}

.page-peer-review .intro-text p {
    color: #1a202c;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.8;
}

.page-peer-review .intro-text p strong {
    color: #5568d3;
    font-weight: 700;
}

.page-peer-review .intro-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* COPE Section */
.page-peer-review .cope-section {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    padding: 60px 0;
}

.page-peer-review .cope-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .cope-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.page-peer-review .cope-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #4dabf7;
}

.page-peer-review .cope-text h2 {
    font-size: clamp(24px, 4vw, 32px);
    color: white;
    margin-bottom: 15px;
}

.page-peer-review .cope-text p {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
}

.page-peer-review .cope-text a {
    color: #4dabf7;
    font-weight: 700;
    text-decoration: underline;
}

/* Policy Cards Section */
.page-peer-review .policy-cards-section {
    background: white;
    padding: 80px 0;
}

.page-peer-review .policy-cards-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.page-peer-review .section-header h2 {
    font-size: clamp(28px, 4vw, 38px);
    color: #1a202c;
    margin-bottom: 15px;
}

.page-peer-review .section-header p {
    color: #4a5568;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

/* Policy Card */
.page-peer-review .policy-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-peer-review .policy-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.page-peer-review .policy-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.page-peer-review .policy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
}

.page-peer-review .policy-card.danger .policy-icon {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.page-peer-review .policy-card h3 {
    font-size: 28px;
    color: #1a202c;
    font-weight: 700;
}

.page-peer-review .policy-description {
    color: #1a202c;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.page-peer-review .policy-description strong {
    color: #667eea;
    font-weight: 700;
}

.page-peer-review .policy-description a {
    color: #667eea;
    font-weight: 700;
    text-decoration: underline;
}

/* Process Steps */
.page-peer-review .process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-peer-review .step-item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.page-peer-review .step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}

.page-peer-review .step-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.page-peer-review .step-content p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
}

.page-peer-review .step-content p strong {
    color: #10b981;
}

/* Policy List */
.page-peer-review .policy-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-peer-review .policy-item {
    background: white;
    padding: 20px 25px;
    border-radius: 12px;
    border-left: 4px solid #10b981;
}

.page-peer-review .policy-item h4 {
    font-size: 17px;
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-peer-review .policy-item h4 i {
    color: #10b981;
}

.page-peer-review .policy-item p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
    margin-left: 28px;
}

/* Info Box */
.page-peer-review .info-box {
    background: #e8f0fe;
    border: 2px solid #667eea;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.page-peer-review .info-box h4 {
    font-size: 20px;
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-peer-review .info-box h4 i {
    color: #667eea;
}

.page-peer-review .info-box p {
    color: #1a202c;
    font-size: 15px;
    line-height: 1.7;
}

.page-peer-review .info-box strong {
    color: #5568d3;
}

/* Warning Box */
.page-peer-review .warning-box {
    background: #fef2f2;
    border: 2px solid #ef4444;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}

.page-peer-review .warning-box h4 {
    font-size: 22px;
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-peer-review .warning-box h4 i {
    color: #ef4444;
}

.page-peer-review .warning-box p {
    color: #1a202c;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.page-peer-review .warning-box strong {
    color: #dc2626;
}

/* Features Section */
.page-peer-review .features-section {
    background: white;
    padding: 80px 0;
}

.page-peer-review .features-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-peer-review .feature-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.page-peer-review .feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.page-peer-review .feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
}

.page-peer-review .feature-card h3 {
    font-size: 20px;
    color: #1a202c;
    margin-bottom: 12px;
}

.page-peer-review .feature-card p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
}

/* CTA Section */
.page-peer-review .cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
}

.page-peer-review .cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .cta-content h2 {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 15px;
}

.page-peer-review .cta-content p {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-peer-review .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

main.page-peer-review .cta-btn {
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.page-peer-review .cta-btn.primary {
    background: white;
    color: #667eea;
}

.page-peer-review .cta-btn.primary:hover {
    background: #f8fafc;
}

.page-peer-review .cta-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.page-peer-review .cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Contact Section */
.page-peer-review .contact-section {
    background: #f8fafc;
    padding: 60px 0;
}

.page-peer-review .contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-peer-review .contact-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-peer-review .contact-box h3 {
    font-size: 26px;
    color: #1a202c;
    margin-bottom: 15px;
}

.page-peer-review .contact-box p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.8;
}

.page-peer-review .contact-box a {
    color: #667eea;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
    .page-peer-review .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .page-peer-review .intro-image {
        order: -1;
    }

    .page-peer-review .cope-content {
        flex-direction: column;
        text-align: center;
    }

    .page-peer-review .policy-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .review-hero {
        padding: 60px 0 80px;
    }

    .page-peer-review .policy-header {
        flex-direction: column;
        text-align: center;
    }

    .page-peer-review .step-item {
        flex-direction: column;
    }

    .page-peer-review .policy-item p {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .page-peer-review .features-grid {
        grid-template-columns: 1fr;
    }

    .page-peer-review .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-peer-review .cta-btn {
        width: 100%;
        justify-content: center;
    }
}