/*------- CSS -------*/

/* ---- GENERAL ---- */
body { font-family: 'Inter', sans-serif; color: #334155; background-color: #f8fafc; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; color: #0f172a; }
footer { background: #0f172a; color: #94a3b8; }
.navbar { background-color: #ffffff; border-bottom: 3px solid #006666; }
.btn-primary { background-color: #006666; border: none; padding: 10px 24px; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus { background-color: #004d4d !important; border: none !important; box-shadow: 0 0 0 0.1rem rgba(0, 102, 102, 0.25) !important; }
.form-section { background: white; padding: 30px; border-radius: 8px; border: 1px solid #e2e8f0; margin-bottom: 25px; }
.form-label { font-weight: 600; color: #334155; font-size: 0.9rem; }
.form-control:focus { border-color: #006666; box-shadow: 0 0 0 0.25rem rgba(0, 102, 102, 0.1); }
.table-custom thead { background-color: #006666; color: white; }
.accordion-button:not(.collapsed) { background-color: #e6f0f0; color: #006666; }
.accordion-button:focus { border-color: #006666; box-shadow: 0 0 0 0.25rem rgba(0, 102, 102, 0.1); }
.text-custom { color: #006666; }
.bg-custom { background-color: #006666; }
.link-custom { color: #006666; text-decoration:none; }
.link-custom:hover { color: #004d4d; text-decoration:underline; }
.hero-section { background-color: #006666; color: white; padding: 60px 0; }
@media (max-width: 991.98px) { .hero-section { padding: 30px 0; } }
.sidebar-box { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e2e8f0; }
.section-icon { font-size: 2rem; color: #006666; margin-bottom: 1rem; }
.required::after { content: " *"; color: #dc3545; }
.call-to-action { background: #e6f0f0; border: 1px dashed #006666; border-radius: 8px; }
.journal-meta { font-size: 0.85rem; color: #006666; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* ------ EB ------ */
.editor-card { background: white; border: 1px solid #e2e8f0; transition: all 0.3s ease; }
.editor-card:hover { border-color: #006666; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.editor-img { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; border: 2px solid #006666; padding: 2px; }
.specialty-badge { background: #e6f0f0; color: #006666; font-size: 0.75rem; font-weight: 600; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; }
.board-card { background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; height: 100%; transition: transform 0.2s, box-shadow 0.2s; }
.board-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.profile-img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 3px solid #e6f0f0; margin-bottom: 15px; }
.role-badge { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: #006666; font-weight: 700; margin-bottom: 8px; display: block; }
.university { color: #64748b; font-size: 0.9rem; }
.section-divider { border-bottom: 2px solid #e2e8f0; margin-bottom: 30px; padding-bottom: 10px; }


/* -- Guidelines -- */
.checklist-item { padding: 12px 20px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: start; }
.checklist-item i { color: #006666; margin-right: 15px; margin-top: 3px; }
.guideline-box { background: white; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.guideline-header { background: #f1f5f9; padding: 15px 20px; border-bottom: 1px solid #e2e8f0; font-weight: 600; color: #0f172a; }
.download-card { border-left: 4px solid #006666; transition: all 0.2s; }
.download-card:hover { background-color: #f1f5f9; }
.placeholder-text { color: #94a3b8; font-family: serif; }
.template-page { border: 1px solid #dee2e6; background: #fff; padding: 40px; margin-bottom: 20px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.template-preview { background: white; border: 1px solid #e2e8f0; border-radius: 8px; position: relative; }

/* -- Articles -- */
.article-card { border: none; border-left: 4px solid #006666; }
.article-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* -- Contact -- */
.contact-info-card { background: white; border: 1px solid #e2e8f0; border-radius: 8px; transition: transform 0.3s ease; }
.contact-info-card:hover { transform: translateY(-5px); border-color: #006666; }
.faq-section { background: #ffffff; border-radius: 8px; border: 1px solid #e2e8f0; padding: 30px; }
.icon-box { width: 50px; height: 50px; background: #e6f0f0; color: #006666; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }

/* -- Succcess -- */
.id-badge { background: #e6f0f0; color: #006666; font-family: monospace; font-size: 1.1rem; padding: 10px 20px; border-radius: 6px; border: 1px dashed #006666; }
.next-steps-item { position: relative; padding-left: 35px; margin-bottom: 25px; }
.next-steps-item::before { content: "\F26A"; font-family: "bootstrap-icons"; position: absolute;  left: 0; top: 0; color: #006666; font-size: 1.2rem; }
.success-card { background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 50px 30px; }
.success-icon { font-size: 4rem; color: #198754; }

/* --- APC --- */
.content-box { background: white; padding: 40px; border-radius: 8px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.highlight-card { border-left: 4px solid #006666; background-color: #f0fdfa; padding: 20px; margin-bottom: 30px; }
.highlight-notice { background-color: #e6f0f0; border-left: 4px solid #006666; padding: 20px; border-radius: 4px; }

/* -- CFP & News -- */
.theme-card { transition: transform 0.2s; border: 1px solid #e2e8f0; }
.theme-card:hover { transform: translateY(-5px); border-color: #006666; }
.timeline-item { border-left: 3px solid #006666; padding-left: 20px; position: relative; }
.timeline-item::before { content: ""; position: absolute; width: 12px; height: 12px; background: #006666; border-radius: 50%; left: -8px; top: 5px; }
.article-content { font-size: 1.1rem; line-height: 1.8; color: #1e293b; }
.article-meta { font-size: 0.9rem; color: #64748b; margin-bottom: 2rem; }
.recent-post-link { text-decoration: none; color: #0f172a; font-weight: 600; display: block; margin-bottom: 15px; font-size: 0.95rem; }
.recent-post-link:hover { color: #006666; }
.share-btn { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #e2e8f0; color: #475569; transition: all 0.2s; }
.share-btn:hover { background: #006666; color: white; }

/* --- Policies --- */
.policy-box { border-left: 4px solid #006666; background: #f1f5f9; padding: 20px; border-radius: 0 8px 8px 0; }
.step-number { position: absolute; top: -15px; left: 20px; width: 30px; height: 30px; background: #006666; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.8rem; }
.workflow-step { background: white; border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px; position: relative; transition: all 0.3s ease; }
.workflow-step:hover { border-color: #006666; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.policy-card { border-left: 4px solid #006666; background: white; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.last-updated { font-size: 0.85rem; color: #64748b; font-weight: 600; }
.privacy-section { margin-bottom: 2.5rem; }
.terms-content h4 { font-weight: 600; color: #0f172a; margin-top: 2rem; }

/* --- Sitemap -- */
.sitemap-section { background: white; padding: 30px; border-radius: 8px; border: 1px solid #e2e8f0; height: 100%; transition: transform 0.2s; }
.sitemap-section:hover { border-color: #006666; }
.sitemap-list { list-style: none; padding-left: 0; }
.sitemap-list li { margin-bottom: 12px; padding-left: 20px; position: relative; }
.sitemap-list li::before { content: "\F285"; font-family: "bootstrap-icons"; position: absolute; left: 0; color: #006666; font-size: 0.8rem; }
.sitemap-link { color: #334155; text-decoration: none; font-weight: 500; }
.sitemap-link:hover { color: #006666; text-decoration: underline; }
