.document-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background-color:#ffffff;border:1px solid #e0e0e0;border-radius:10px;text-decoration:none;transition:all .2s ease;cursor:pointer}.document-card:hover{border-color:#0f457c;box-shadow:0 4px 12px rgba(15,69,124,.15);transform:translateY(-2px)}.document-card-icon{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;flex-shrink:0;color:#0f457c}.pdf-badge{position:absolute;bottom:-4px;right:-4px;background-color:#dc3545;color:white;font-size:8px;font-weight:700;padding:2px 4px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.document-card-title{flex:1 1;font-size:14px;font-weight:500;color:#333;line-height:1.4}.document-card:hover .document-card-title{color:#0f457c}.document-card-download{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#f8f9fa;border-radius:50%;color:#6c757d;flex-shrink:0;transition:all .2s ease}.document-card:hover .document-card-download{background-color:#0f457c;color:white}@media (max-width:576px){.document-card{padding:12px 14px;gap:12px}.document-card-icon{width:42px;height:42px}.document-card-icon svg{width:22px;height:22px}.document-card-title{font-size:13px}.document-card-download{width:32px;height:32px}.document-card-download svg{width:16px;height:16px}}.document-section{margin-bottom:2.5rem;padding:1.5rem;background-color:#f8f9fa;border-radius:12px}.section-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.section-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background-color:#0f457c;color:white;flex-shrink:0}.section-header-text{flex:1 1}.section-title{color:#0f457c;margin:0 0 4px;font-size:1.25rem;font-weight:600}.section-description{margin:0}.documents-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}@media (max-width:768px){.document-section{margin-bottom:2rem;padding:1.25rem}.section-icon{width:38px;height:38px}.section-title{font-size:1.1rem}.documents-grid{grid-template-columns:1fr}}.modulistica-page{min-height:80vh;background-color:#fafafa}.page-header{text-align:center;max-width:800px;margin:0 auto;padding:2rem 0}.page-title{color:#0f457c;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (max-width:768px){.page-title{font-size:2rem}.page-header{padding:1rem 0}}